﻿/*==== SITE CSS COPY ====*/
html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    overflow-x: hidden;
}


img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

a {
    color: #111;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #aaa;
        outline: 0;
    }

a {
    display: inline-block;
    text-decoration: none;
}

i {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400;
}

p, ol, ul, blockquote {
    margin: 0 0 20px;
}

table {
    font-size: 0.9em;
    color: #666;
}

h2 {
    color: #555;
    font-weight: 400;
}

.offer-details {
    background-color: black;
    color: #fff;
    text-align: justify;
    padding: 20px;
    font-size: x-small;
    font-family: "Open Sans";
    text-transform: initial;
}

.sign-up-now {
    text-align: center;
    background-color: #f5f5f5;
    padding: 30px;
    margin-top: 70px;
}

.btn.btn-default.btn-register.btn-sign-up {
    margin: 10px;
}

@media (min-width: 768px) {
    .container-fluid {
        padding: 0 3rem;
    }
}

.btn {
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 37px;
}

nav.navbar {
    padding: .8rem 0;
}

    nav.navbar .container-fluid {
        width: 100%;
    }

    nav.navbar a {
        font-size: .8rem;
        color: #fff;
        position: relative;
    }

        nav.navbar a.navbar-brand {
            margin-left: 10px;
        }

.navbar a {
    transition: color 0.125s ease-in-out 0s;
}

@media (max-width: 991px) {

    p {
        font-size: 0.75em;
    }
}

.mt-10 {
    margin-top: 10px !important;
}

.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    box-shadow: none;
}

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
    border-radius: 2px;
}

label {
    font-size: .9rem;
}

input.form-control {
    border-radius: 0;
}

.form-group {
    margin-bottom: 10px;
}

button {
    cursor: pointer;
}

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn {
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.55rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-default {
    color: color-yiq(#ced4da);
    background-color: #ced4da;
    border-color: #ced4da;
}

a {
    color: #2b90d9;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #60b0f4;
        text-decoration: underline;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 1.5rem;
}

h2,
.h2 {
    font-size: 1.3rem;
}

h3,
.h3 {
    font-size: 1.2rem;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bg-primary {
    background-color: #2b90d9 !important;
}

.nav-link {
    padding: 0.5rem 1rem;
}
/*=====END SITE CSS COPY =====*/
/* INSTABOT CSS */
.roko-instabot-widget-button {
    left: 20px !important;
    right: auto !important;
}

.roko-instabot-widget {
    opacity: 0.98;
}

@media (min-width: 767px) {
    .roko-instabot-widget {
        left: 20px !important;
        right: auto !important;
    }
}

/* END INSTABOT CSS */
header#header {
    
}

.nav-mobile {
    background-color: #112440;
}

.main-menu a {
    background-color: #FF0002;
    color: #fff;
    padding: 11px;
    font-size: 14px;
    font-weight: bold;
}

ul.main-menu {
    float: right;
}

.main-menu li {
    display: inline-block;
}

.main-menu {
    float: right;
}

body .member {
    background-color: #FE0000;
    border-radius: 0px !important;
    color: #fff !important;
    padding: 15px 28px 15px 28px !important;
    font-weight: 700;
    font-family: Open Sans !important;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 20px;
}

.member:hover {
    background-color: #0284CF;
}

.nav-logo-l {
    max-width: unset;
    padding-left: initial;
}

.banner {
    width: 100%;
    height: 100%;
    background-image: url(/Content/img/landingpage/bannerDesktop.png); /*TODO: make responsive change*/
    background-position: center bottom;
    background-repeat: no-repeat;
    font-family: 'Montserrat', 'Work Sans', sans-serif;
    text-transform: uppercase;
    background-size: cover;
}

    .banner h2 span .footnote {
        font-size: x-large;
        vertical-align: super;
        padding-left: 5px;
    }

    .banner h1 {
        font-size: 71px;
        font-weight: 800;
        margin: 0;
    }

    .banner h2 {
        font-size: 3.5rem;
        font-weight: bold;
        color: #258ce4;
        text-transform: uppercase;
        line-height: 1;
    }

    .banner h3 {
        font-size: 18px;
        /*margin-bottom: 20px;*/
    }

    .banner h4 {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .banner p {
        font-size: 9px;
        margin-top: 12px;
    }


.banner-content {
    margin-bottom: 18rem;
    width: -webkit-fill-available;
    padding-top: 3%;
    padding-left: 15px;
}



 .form-title {
    background-color: #A00;
    padding: 9px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
}

.banner form {
    background-color: #fff;
    padding: 21px;
    box-shadow: 10px 10px 20px 0px #000000;
}

label {
    font-size: 16px;
    color: #112440;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    width: 100%;
}

select.select2-hidden-accessible {
    height: 50px;
    border-radius: 0;
    background-color: #F6F7F9;
    border: 0;
    margin-bottom: -6px;
    width: 100%;
    color: #959595;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    padding-left: 12px;
}

input.form-control {
    height: 50px;
    border-radius: 0;
    background-color: #F6F7F9;
    /*border: 0;*/
    margin-bottom: -6px;
}

button.btn.btn-default {
    background-color: #258ce4;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat','Work Sans', sans-serif;
    border: 0px;
    border-radius: 30px;
    font-size: 13px;
    padding: 15px 30px;
    font-weight: bold;
}

    button.btn.btn-default.btn-register {
        background-color: #ffc200;
        font-size: larger;
        width: 250px;
        margin: 10px 0px 190px;
    }

.tagline {
    text-align: center;
    color: #777;
    padding: 10px;
}

.lets-encrypt-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: block;
}

.banner p {
    font-size: 9px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    margin-top: 20px;
}

.banner-btn a {
    text-decoration: none;
    color: #fff;
}

.banner-btn {
    width: 331px;
    background-color: #f16d33;
    border: 0;
    border-radius: 0px;
    padding: 12px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
}

.banner a:hover {
    text-decoration: none;
}

button.btn.btn-primary.btn-block {
    width: 156px;
    background-color: #006BFE;
    border: 0;
    border-radius: 0px;
    padding: 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
}

.tab-img {
    padding-top: 10px;
}

    .tab-img img {
        max-width: 600px;
    }

.main-heading {
    text-align: center !important;
    font-size: 30px;
    color: #112440;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-weight: 700;
    line-height: 49px;
}

.font-open-sans{
    font-family: "Open Sans";
}

.capitalize{
    text-transform: capitalize;
}

.slick-track {
    padding-top: 33px;
}

.slick-dots li.slick-active button:before {
    opacity: 100 !important;
    background-color: #A00 !important;
}

.slick-dots li button:before {
    font-size: 0px !important;
    background-color: #e8e8e8 !important;
    border-radius: 20px !important;
    opacity: 100 !important;
    width: 15px !important;
    height: 15px !important;
}

.slick-dots {
    bottom: -61px !important;
}

.testimonial-section {
    padding-top: 55px;
}

.testimonial-img img {
    max-width: 100%;
    margin: 0 auto;
}

.testimonial-section .slick-initialized .slick-slide {
    padding: 0 3px;
}

.testimonial-content {
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
    color: #959595;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}

    .testimonial-content h2 {
        font-size: 20px;
        color: #112440;
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        line-height: 35px;
    }

.testimonial-heading {
    text-align: center !important;
    margin: 0 auto;
    color: #112440;
    font-size: 35px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    padding-bottom: 0px;
}

.testimonial-slides.slick-slide.slick-current.slick-active.slick-center .testimonial-thumbnail {
    background: rebeccapurple;
    -webkit-transform: translate(-40px, -28px);
    transform: translate(-40px, -28px);
    width: calc(100% + 80px);
    max-width: initial;
}

.testimonial-slides.slick-slide.slick-current.slick-active.slick-center img {
    width: 100%;
}

.testimonial-slides.slick-slide.slick-current.slick-active.slick-center .testimonial-img {
    border: 0;
    box-shadow: -3px 6px 20px 0px #000000;
}

.slick-prev {
    top: -25px !important;
    background-image: url(/Content/img/landingpage/pre.jpg) !important;
    width: 49px !important;
    height: 101px !important;
    background-color: transparent !important;
    background-position: 0 !Important;
}

.slick-next {
    top: -25px !important;
    background-image: url(/Content/img/landingpage/next.jpg) !important;
    width: 49px !important;
    height: 101px !important;
    background-color: transparent !important;
    right: 0 !important;
    background-position: 0 !Important;
}

.service-titile {
    font-size: 34px;
    color: #112440;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    line-height: 38px;
}

    .service-titile:after {
        content: "";
        border-bottom: 4px solid #800;
        display: block;
        width: 50px;
        border-radius: 20px;
        margin-bottom: 35px;
        margin-top: 15px;
    }

.what-you-recieve-section .row {
    margin-bottom: 60px;
}

.service-image img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.service-image {
    text-align: center;
}

.faq-section {
    background-color: #F6F7F9;
    padding-bottom: 100px;
}

.access {
    text-align: center;
    padding: 60px 0px 100px;
}


.box-title {
    font-size: 18px;
    color: #112440;
    font-family: 'Montserrat', 'Work Sans', sans-serif;
    font-weight: 600;
    margin-top: 25px;
    color: #fff;
}

.box {
    padding: 34px 10px;
    height: 205px;
    width: 205px;
    background-color: #00c1ff;
    margin: 0 auto 30px;
}

.box:hover{
    background-color: #258ce4;
}
.box-img {
    filter: brightness(1.5);
    -webkit-filter: brightness(1.5);
}

.sub-title {
    background: #258ce4;
    padding: 1rem 1.25rem;
    color: #fff;
    text-decoration: none !important;
    font-family: 'Montserrat';
    font-weight: 500;
    width: -webkit-fill-available;
    text-transform: initial;
    text-align: left;
    cursor: context-menu;
}
    .sub-title:hover {
        background: #258ce4;
        color: #fff;
        text-decoration: none;
        cursor:context-menu;
    }

.sub-title.collapsed {
    background: black;
}

.card-header {
    margin: 20px 0 0 0;
    padding: initial;
}

.access-exclusive .main-heading, .faq-section .main-heading {
    margin: 100px auto 30px;
}

.card {
    margin: 0;
    background: #e1e0e0;
    font-family: 'Open Sans';
    font-size: 1rem;
}
footer {
    color: #A0A4AB;
    font-family: 'Work Sans', sans-serif;
}

.sub-footer p {
    margin: 1px;
    color: #fefeff;
}

.sub-footer {
    padding-bottom: 30px;
    font-size: 0.75rem;
}


    .sub-footer:before {
        margin-top: 5px;
        content: "";
        display: block;
        width: 100%;
        margin-bottom: 23px;
    }

.sub-footer-nav li, a.socmed-link, a.footer-link {
    display: inline-block;
    padding-right: 3px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

    .sub-footer-nav li.separator {
        border-right: 1px #fff solid;
    }

    .sub-footer-nav li a, a.socmed-link, a.footer-link {
        color: #ECFAFF;
    }

.sub-footer-nav ul {
    right: 0;
    position: absolute;
}

.navbar-toggler {
    padding: 18px 18px 18px 18px !important;
}

body .bg-primary {
    background-color: #FD0003 !important;
}

body .rounded {
    border-radius: 0 !important;
}

/*Bootstrap's browser size splits
  https://www.w3schools.com/bootstrap/bootstrap_grid_large.asp
*/

@media (min-width: 769px) {

    .nav-mobile {
        display: none;
    }

    .nav-desktop {
        display: block;
    }

    .banner {
        height: 35rem;
    }


    .footer-mobile {
        display: none;
    }

    .footer-desktop {
        display: block;
    }

   
}

@media (min-width: 1441px) {
    .banner {
        height: 50rem;
    }

    .banner-content {
        padding-top: 10%;
    }
}

@media (min-width: 1660px) {
    .banner {
        height: 60rem;
    }

    .banner-content {
        padding-top: 15%;
    }
}

@media (min-width: 1201px) and (max-width:1440px) {
    .banner {
        height: 40rem;
    }
}



@media (max-width:992px) {
    button.btn.btn-default {
        white-space: normal;
    }

    .navbar-brand img {
        max-width: 140px;
    }

    .cfc-tab-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner h2:after {
        display: none;
    }
}

@media (max-width: 768px) {

    .banner {
        background-image: url(/Content/img/landingpage/bannerMobile.png);
        text-align: center;
        background-size: cover;
        background-position: bottom;
        height: 980px;
    }

    nav.navbar .container-fluid {
        padding-right: 25px;
    }

    nav-logo-l {
        padding-left: 20px;
    }

    .what-you-recieve-section .row {
        margin-bottom: 20px;
    }

    .premium-section .row {
        margin-bottom: 20px;
    }

    .service-titile {
        font-size: 30px;
        margin-top: 20px;
    }

    .what-receive-carousel {
        text-align: center;
    }

    .service-titile:after {
        border-radius: 20px;
        margin-bottom: 35px !important;
        margin: 0 auto;
        margin-top: 20px;
    }

    .premium-section {
        text-align: center;
    }

    button.btn.btn-default {
        font-size: 12px;
        padding: 10px 20px;
    }

    .banner h2:after {
        display: none;
    }

    .banner-content {
        padding: 5% 0 0;
    }

    .access-exclusive .main-heading, .faq-section .main-heading {
        width: 406px;
    }

    .footer-mobile {
        display: block;
    }

    .footer-desktop {
        display: none;
    }

    a.footer-link{
        padding: unset;
    }
}


@media (max-width: 480px) {
    hr {
        margin-top: 5rem !important;
    }

    .banner {
        margin-bottom: auto;
        background-size: cover;
        height: 700px;
    }

    .banner-btn {
        font-size: 21px;
        width: 290px;
    }

    

    .banner h1 {
        font-size: 50px;
    }

    .main-heading {
        font-size: 30px;
        line-height: 33px;
    }

    .what-you-recieve-section .row {
        margin-bottom: 20px;
    }

    .premium-section .row {
        margin-bottom: 20px;
    }

    .service-titile {
        font-size: 30px;
        margin-top: 20px;
    }

    .what-receive-carousel {
        text-align: center;
    }

    .service-titile:after {
        border-radius: 20px;
        margin-bottom: 35px !important;
        margin: 0 auto;
        margin-top: 20px;
    }

    .premium-section {
        text-align: center;
    }

    .sub-footer-nav ul {
        right: 0;
        position: inherit;
        padding: 0;
        margin-top: 11px;
        left: 0;
    }

    .sub-footer-nav li {
        display: inline-block;
        padding: 0 5px;
        font-size: 12px;
        font-family: 'Work Sans', sans-serif;
        font-weight: 500;
    }

    .sub-footer p {
        font-size: 11px;
        text-align: center;
    }

    .banner h2 {
        font-size: 35px;
    }

    .banner h3 {
        font-size: 0.75rem;
    }

    .banner h2:after {
        display: none;
    }


    button.btn.btn-default.btn-register {
        font-size: inherit;
        width: 12.25rem;
    }

    .access-exclusive .main-heading, .faq-section .main-heading {
        width: unset;
    }
}

@media (min-width: 768px) and (max-width:1199.5px) {

    .banner h2 {
        font-size: 35px;
    }

    .access > .row {
        width: 45rem;
        margin: 0 auto;
    }

    .col-md-5ths {
        width: 18rem !important;
    }
}

.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
