

/* ==========================================================================
   Common styles
   ========================================================================== */
:root{
    --text-color: #565a5c;
    --brand-color: #2c6ba3;
    --transition: all .4s ease-in-out;
    --border: 1px solid #eee;
}

html{
    font-size: 100%;
    overflow-x: hidden;
    height: 100%;
}

body{
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    font-size: .9em;
    line-height: 1.6em;
    color: #565a5c;
}
.title{
    position: relative;
    text-align: center;
    margin: 2em 0;
}

.title span{
    font-weight: 300;
}

.title h1,h2{
    font-size: 1.6em;
    text-transform: uppercase;
    color: var(--brand-color);
}

.title:after{
    content: "";
    border-bottom: 3px solid #999;
    width: 5%;
    margin: 0 auto;
    height: 2px;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    bottom: -15px;
    transition: var(--transition);
}

/*Helper classes*/
.white{
    color: #fff!important;
}

.p-0{
    padding: 0;
}


@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

/*.title:hover:after{*/
/*content: "";*/
/*width: 100%;*/
/*}*/

.horizontal-scroll{
    overflow: scroll;
}

/* ==========================================================================
   Header
   ========================================================================== */
header{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    /*height: 80px;*/
    line-height: 80px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}




.main-nav{
    background-color: #fff;
    padding: 0;
}

.main-nav ul {
    margin-left:  auto;
}

.main-nav ul li{
    line-height: 30px;
    height: 47px;
    transition: var(--transition);
}

.main-nav ul li:hover{
    background-color: var(--brand-color);
    color: #fff;
}

.main-nav ul li:not(:last-child){
    border-right: 1px solid #fff;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 8px 15px;
    font-weight: bold;
    font-size: .9em;
}

.main-nav ul li  .nav-link{
    color: #565a5c;
    text-transform: uppercase;
}

.main-nav ul li .nav-link:hover{
    color: #fff;
}

.navbar-nav .nav-link.active, .nav-pills .show>.nav-link{
    border-bottom: 4px solid var(--brand-color);
}

.main-nav .menu-icon{
    height: 70px;
}

.main-nav .menu-icon svg {
    color: #fff;
}

.nav-up {
    top: -100px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.23),inset 1px 1px 0 0 hsla(0,0%,100%,.2);
    background-color: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
    transition: var(--transition);
    height: 80px;
}


.custom-nav{
    margin: 0;
    z-index: 1;
    border: 0;
    position: fixed;
    top: 0;
    transition: var(--transition);
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.23),inset 1px 1px 0 0 hsla(0,0%,100%,.2);
    box-sizing: border-box;
    overflow-x: hidden;
    overflow: hidden;

}

.custom-brand{
    height: auto;
}


.activet{
    opacity: 0;
    box-shadow: none;
    box-sizing: border-box;
    overflow-x: hidden;
    transition: var(--transition);
    height: 80px;
    line-height: 80px;
}

.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/* ==========================================================================
   Slider
   ========================================================================== */
.slider{
    padding-top: 80px;
}

.lead-form{
    background-color: #fff;
    max-width: 400px;
    margin-right: 20px;
    margin-left: auto;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.lead-form h3{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #565a5c;
    font-weight: normal;
    margin: 20px 0;
}

.lead-form .form-control{
    color: #fff;
    border: none;
}

.lead-form .form-group input, select {
    background-color: #01baf2 !important;
    color: #fff;
    border: none;
    padding: 10px ;
}

.lead-form .form-group select {
    -webkit-appearance: none;
    height: 44px !important;
}

.lead-form ::placeholder{
    color: #fff !important;
}

.lead-form .form-group button{
    background-color: #faba46;
    color: #1f1f1f;
    border: none;
    width: 100%;
    border-radius: 0;
    padding: 10px;
}

.hero-bg{
    background: url("../img/hero-banner.jpg") center no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 580px;
}



/* ==========================================================================
   Fixed form
   ========================================================================== */
#fixed-form{
    background-color: #1f1f1f;
    padding: 30px;
}

::placeholder #fixed-form{
    color: #565a5c;
}

#fixed-form .input-group-prepend input{
    border-radius: 0;
}

#fixed-form .input-group-prepend select{
    -webkit-appearance: none;
    border-radius: 0;
    color: #565a5c;
    border: none;
    background-color: #fff !important;
}

#fixed-form .input-group-prepend button {
    border: none;
    border-radius: 0;
    background-color: #faba46;
    color: #1f1f1f;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.sticky + .why-markshark {
    padding-bottom: 102px;
}


/* ==========================================================================
   About
   ========================================================================== */
.about-us{
    background-color: #b4d965;
    padding: 3em;
}

.about-us h2{
    color: #fff;
    font-weight: bold;
}

.about-us p{
    font-size: 18px;
    line-height: 2em;
    color: #1f1f1f;
}

/* ==========================================================================
   About
   ========================================================================== */
.why-markshark{
    background-color: #f4f6ff;
    padding: 2em;
}

.why-markshark ul{
    text-align: center;
}


.why-markshark ul li{
    display: inline-flex;
    margin: 0 10px;
}


/* ==========================================================================
   Testimonials
   ========================================================================== */
.testimonials{
    background: url("../img/testi-bg.jpg") center no-repeat;
    background-size: cover;
    height: 287px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.testimonials h2{
    color: #fff;
}

.testimonials h5{
    color: #faba46;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer{
    padding: 2em;
    text-align: center;
    padding-top: 2em;
}

.footer-links{
    padding: 0;
}

.footer-links li{
    list-style: none;
    display: inline-block;
    margin: 0 1em;
}



footer p a{
    color: #278ae1;
    font-weight: bolder;
    font-size: 16px;
    margin: 0 20px;
    display: inline-block;
}

footer p a:hover{
    text-decoration: none;
    color: #278ae1;
}

footer p a span {
    margin: 0 10px;
}

.social-footer{
    padding: 0;
}

footer .social-footer li .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*margin: 0 10px;*/
    border-radius: 50%;
    display: inline-block;
}

footer a img{
    width: 15px;
    filter: invert(1);
}

footer .facebook{
    background-color: #3b5998;
}

footer .twitter{
    background-color: #1da1f2;
}

footer .instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);}


footer .facebook img{
    width: 10px;
}

@media screen and (max-width: 600px) {
    footer{
        margin-bottom: 2em;
    }
    .footer-links li{
        display: block;
        margin: 1em
    }
    .social-footer li{
        display: inline-block;
        margin: 0 .5em;
    }

}

/* ==========================================================================
   back to top
   ========================================================================== */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 55px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgb(17, 101, 178) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: var(--brand-color);
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 10px;
        bottom: 30px;
    }
}


/*================================================
QUIZ TOOL
==================================================*/
.questions{
    background-color: #01baf2;
    padding: 40px;
}

.slider-quiz{
    background-color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
}

.slider-quiz{
    color: #565a5c;
}
.slider-quiz .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #1f1f1f;
    cursor: default;
    background-color: #faba46;
    border-bottom-color: transparent;
    text-align: center;
    border: none;
    width: 100%;
    display: block;
}

.slider-quiz .nav-tabs>li>a{
    border-radius: 0;
    height: 62px;
    padding-top: 10px;
}

.slider-quiz .nav-tabs>li>a:hover {
    text-decoration: none;
}

.slider-quiz .nav-tabs{
    margin-top: 30px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 0;
}

.slider-quiz h1{
    font-size: 30px;
}

.slider-quiz .nav-tabs>li>a {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    /*border: 1px solid #fff;*/
    border-radius: 0 !important;
    color: #565a5c;
    text-align: center;
    margin: 0;
    width: 100%;
}

.slider-quiz .nav-tabs>li {
    width: 220px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    border: 1px solid #ddd;

}

.slider-quiz .owl-nav button{
    border: 1px solid #fdd71f !important;
    border-radius: 0 !important;
    width: 35px;
    height: 35px;
}

.slider-quiz .owl-nav button img {
    width: 10px;
    filter: invert(100%);
}


.questions .owl-theme .owl-nav [class*=owl-]:hover {
    background: #faba46;
    color: #FFF;
    text-decoration: none;
}

.scroll-down{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.quiz-start-btn{
    border: none;
    border-radius: 0;
    background-color: #faba46;
    color: #1f1f1f;
}

.show-hide p{
    font-size: 18px;
    line-height: 35px;
}

.my-disabled{
    opacity: 0.5;
    cursor: default !important;
    pointer-events: none;
}

.fraction, .top, .bottom {
    padding: 0 5px;    
}

.fraction {
    display: inline-block;
    text-align: center;    
}

.bottom{
    display: block;
    border-top: 1px solid #565a5c;
}

#modal-lead .lead-form{
    background-color: #fff;
     width: 100%;
     margin: 0;
    padding: 0 20px 20px 20px;
    border-radius: 10px;
}

#modal-lead .lead-form h3{
    margin: 0 0 20px 0;
}

#modal-lead .modal-dialog{
    max-width: 400px;
}

.answers{
    padding: 30px;
    background-color: #f7f7f7;
}

.answers-block{
    margin: 20px 0;
}

/* ==========================================================================
   Media Query
   ========================================================================== */
@media screen and (max-width: 600px) {
    .slider {
        padding-top: 70px;
    }

    .logo {
        margin-right: 20px;
        width: 200px;
    }

    .slider .carousel-inner .carousel-item img {
        width: 100%;
        height: auto;
    }

    .request-callback {
        position: fixed;
        bottom: 0;
        right: 0;
        color: #fff !important;
        background: var(--brand-color);
        margin: 23px 0 0 20px;
        padding: 10px 20px;
        z-index: 999;
        width: 100%;
        border: none;
    }

    .distributors-list li,
    .achievement-points li,
    .highlight-points li,
    .fd-benefit-list li {
        margin: 1em 0;
    }

    .schemes {
        padding: 0;
    }

    .fd-faq, .downloads, .fd-application {
        padding-top: 6em;
    }

}


@media screen and (max-width: 600px) {

    .lead-form {
        margin: 25px auto;
        width: 100%;
    }

}
.thank-you {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(../img/hero-banner.jpg);
    height: 310px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.thank-you h2 {
    color: #fff;
    font-size: 5vw;
}

.thank-you a {
    display: block;
    font-size: 18px;
    background-color: #0c68bf;
    color: #fff;
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    text-decoration: none;
}

.thank-you a:hover {
    text-decoration: none;
}



@media screen and (max-width: 600px) {
    .thank-you h2 {
        font-size: 35px;
    }

}
