@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}
.top-bar{
    width: 100%;
    padding-top: 15px;
    background-color: #f6f6f6;
    padding-bottom: 10px;
}

.top-bar .icon{
    width: 20px;
}
.top-bar p{
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #01567c;
}
.top-bar p span{
    font-size: 12px;
    font-weight: 400;
}
.top-bar a{
    text-decoration: none;
    color: #01567c;
}
.top-bar .whatsapp{
    margin-top: 0px;
}
.nav-link{
    font-size: 20px;
    margin: 0 5px;
    color: #01567c !important;
    font-weight: 300 !important;
}
.nav-link:hover{
    background-color: #00577c;
    color: #fff !important;
}
.mb-view{
    display: none;
}
.fa-facebook-f{
    color: #fff;
    background-color: #9cedd3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;

}
.fa-instagram{
    color: #fff;
    background-color: #9cedd3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;   
}
header{
    padding-top: 15px;
    padding-bottom: 15px;
}
nav form a{
text-decoration: none;
}
nav .container-fluid{
    padding-left: 0px;
}
.banner{
    background: url(../images/banner-bg.png);
    background-size: cover;
    padding-top: 15px;
    color: #01567b;
}
.right{
    text-align: right;

}
.banner-img{
    width: 80%;
}
nav form{
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner a{
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #01567c;
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 8px;
    color: #01567c;
}
.center{
    text-align: center;
}
.banner a:hover{
    transition: .4s ease;
    background-color: #324158;
    color: #fff;
    border-color: #324158;
}
.banner h1{
    font-weight: bold;
    text-transform: uppercase;
    color: #01567b;
    font-size: 42px;
    line-height: 46px;
    margin-top: -10px;
    margin-bottom: 25px;
}
.banner h4{
    font-weight: 300;
    text-transform: uppercase;
}
.banner p{
    font-size: 20px;
}

.section-two .row .col-md{
    text-align: center;
    padding: 25px 50px;

}
.section-two .row .col-md img{
    width: 200px;
}
.section-two .row .col-md .img-area{
    height: 60px;
}
.section-two .row .col-md p{
    text-align: left;
    margin-top: 30px;
    height: 125px;
}
.section-two .row .col-md a{
    padding: 5px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
}

.section-two .row .col-md:nth-child(1){
    background: url(../images/bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-two .row .col-md:nth-child(2){
    background: url(../images/bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-two .row .col-md:nth-child(3){
    background: url(../images/bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-two .row .col-md:nth-child(1) p{
    color: #fff;
}
.section-two .row .col-md:nth-child(2) p{
    color: #fff;
}
.section-two .row .col-md:nth-child(3) p{
    color: #01567c;
}
.section-two .row .col-md:nth-child(1) a{
    border: 2px solid #f45484;
    color: #f45484;
}
.section-two .row .col-md:nth-child(2) a{
    border: 2px solid #fff;
    color: #fff;
}
.section-two .row .col-md:nth-child(3) a{
    border: 2px solid #01567c;
    color: #01567c;
}
.section-two .row .col-md a:hover{
    background-color: #324158;
    color: #fff;
    border-color: #324158;
    transition: all .3s ease;
}
.section-three{
    text-align: center;
}
.section-three .row .col-md{
    text-align: center;
}
.section-three .row .col-md:nth-child(1){
    color: #ff165d;
}
.section-three .row .col-md:nth-child(2){
    color: #00cd98;
}
.section-three .row .col-md:nth-child(3){
    color: #0f6083;
}
.section-three .row .col-md:nth-child(3) p{
    margin-top: 35px;
}
.section-three h2{
    margin-top: 20px;
}
.section-three p{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
}


.section-four{
    background-color: #e1e5e4;
    text-align: center;
}
.section-four .owl-theme .owl-dots{
    display: none !important;
}
.section-four .owl-nav .owl-prev span{
    color: #fff;
    font-size: 180px;
    position: absolute;
    left: -80px;
    top: 25px;
}
.section-four .owl-nav .owl-next span{
    color: #fff;
    font-size: 180px;
    position: absolute;
    right: -40px;
    top: 25px;
}
.section-four .owl-carousel .item{
    text-align: center;
}
.section-four .owl-carousel img{
    width: 90%;
}
.section-four .owl-carousel img:hover{
    filter: brightness(0.3);
    cursor: pointer;
    transition: .3s ease;
}
.section-four .owl-carousel{
    margin-top: 50px;
    margin-bottom: 25px;
}
.section-four .bt-btn{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    background-color: #00203c;
    border-radius: 5px;
}
.section-four .bt-btn:hover{
    background-color: #1060A9;
    color: #fff;
    border-color: #1060A9;
    transition: .4s ease-in;
}


.section-five img{
    width: 100%;
}
.section-five h1{
    color: #01567b;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 50px;
}
.section-five h3{
    margin-top: 25px;
    font-weight: 300;
    color: #01567b;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.section-five a{
    text-decoration: none;
    color: #01567b;
    border: 2px solid #01567b;
    padding: 5px 10px;
    border-radius: 8px;
    text-transform: uppercase;
}
.section-five a:hover{
    background-color: #1060A9;
    color: #fff;
    border-color: #1060A9;
    transition: .4s ease-in;
}

.section-six{
    background: url(../images/young-woman-pharmacist-at-pharmacyCN.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-six h1{
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 50px;
    
}
.section-six .six-row{
    display: flex;
    margin-bottom: 25px;
}
.section-six .six-row .icon-col{
    margin-right: 10px;
}
.section-six .six-row .text-col{
    padding-top: 10px;
}
.section-six .six-row .text-col h3{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 0px;
}
.section-six .six-row .text-col p{
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
}
.section-six .six-row-two{
    display: flex;
    margin-bottom: 25px;
}
.section-six .six-row-two .text-col h3{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 0px;
}
.section-six .six-row-two .text-col{
    text-align: right;
    margin-right: 10px;
    padding-top: 10px;
}
.section-six .six-row-two .text-col p{
    color: #fff;
    font-size: 18px;
    font-weight: lighter;  
}
.section-six .wid-90{
    width: 90%;
}
.section-six .wid-80{
    padding-left: 60px !important;
}



.section-seven{
    background: url(../images/serven-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-seven .row .col-md{
    text-align: center;
}
.section-seven h1{
    color: #01567b;
    margin-bottom: 50px;
}
.section-seven h4{
    font-weight: lighter;
    text-transform: uppercase;
    color: #01567b;
    margin-top: 15px;
}
.section-seven h6{
    color: #01567b;
    font-weight: lighter;
}



footer{
    background-color: #01567c;
    color: #fff;
}
footer h5{
    margin-bottom: 50px;
}
footer ul{
    padding-left: 0px;
}
footer ul li{
list-style: none;
margin-bottom: 25px;
}
footer ul li a:hover{
color: #fff;
text-decoration: underline;
}
footer ul li span{
    padding-left: 15px;
    font-weight: lighter;
}
footer a{
    text-decoration: none;
    color: #fff;
}
footer .f-coll{
    margin-bottom: 25px;
}
footer .f-coll p{
    line-height: 18px;
    margin-bottom: 0px;
    font-weight: lighter;
}
footer .f-coll a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: lighter;
    
}
footer form{
    width: 100%;
}
footer form input{
    background-color: transparent;
    outline: none;
    border: none;
    width: 100%;
    border-bottom: 2px solid #66e7cb;
    color: #fff;
    margin-bottom: 25px;
}
footer form input[type="submit"]{
    width: auto;
    background-color: #66e7cb;
    border: none;
    padding: 5px 10px;
    color: #01567b;
}
footer form input[type="submit"]:hover{
    background-color: #1060A9;
    color: #fff;
    transition: .4s ease;
}
footer  .fa-instagram{
    background-color: #9cedd3;
    color: #fff;
}
footer .social-icons{
    margin-top: 50px;
}

i:hover{
    background-color: #000;
    color: #fff;
    transition: .4s ease-in;
}


/* SECOND PAGE CSS  */
.superben{
    background-color: #ebeded;
    padding: 100px 0;
}
.superben img{
    width: 100%;
}
.superben img:hover{
    filter: brightness(0.3);
    cursor: pointer;
    transition: .3s ease;
}
.superben .row .col-md-4{
    margin-bottom: 25px;
}

/* NOTA CSS  */
.nota-sec{
    padding: 100px 0;
}
.nota-sec h2{
    margin-bottom: 50px;
}
.nota-sec .share-btn{
display: flex;
text-decoration: none;
align-items: center;
border: 1px solid #01567c;
max-width: 31%;
color: #01567c;
}
.nota-sec .share-btn:hover{
    background-color: #01567c;
    color: #fff;
    transition: .4s ease-in;
}
.nota-sec .share-btn .fa-facebook-f{
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #01567c;
    width: 30px;
    height: 30px;
    
}

/* THANK YOU PAGE  */
.thank-sec{
    padding-top: 100px;
    text-align: center;
}
.thank-sec h2{
    font-size: 46px;
    margin-top: 15px;
}
.thank-sec i{
    color: #24B663;
    font-size: 46px;
}
.thank-sec i:hover{
background: none;
color: #24B663;
}
/* RESPONSIVE CSS  */

@media (max-width: 1100px) {
    .nav-link{
        font-size: 10px !important;
    }
    .top-bar p{
        font-size: 8px;
    }
    .top-bar .icon{
        width: 15px;
    }
}
@media (max-width: 768px) {
    body{
        overflow-x: hidden !important;
    }
    .top-bar{
        display: none;
    }
    .banner-img{
        display: none;
    } 
    .banner{
        padding-bottom: 15px;
    }
    .mb-view{
        display: block;
    }
    nav form{
        display: flex;
        justify-content: flex-start;
    }
    .nav-link{
        font-size: 18px !important;
    }
    .section-two {
        padding: 0 3.5%;
    }
    .section-two .row .col-md{
        width: 100%;
    }
    .section-two .row .col-md p{
        height: auto;
    }
    .section-four .owl-nav .owl-prev span{
        color: #fff;
        font-size: 80px;
        position: absolute;
        left: -5px;
        top: 80px;
    }
    .section-four .owl-nav .owl-next span{
        color: #fff;
        font-size: 80px;
        position: absolute;
        right: -5px;
        top: 80px;
    }
    .section-four .owl-carousel .item{
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .section-four .owl-carousel img{
        width: 80%;
    }
    
    .section-three .row .col-md{
        margin-bottom: 50px;
    }
    .section-five .row .col-md{
        margin-bottom: 50px;
    }
    .section-six{
        background: url(../images/six-bg.png);
    }
    .section-six .wid-80{
        padding-left: 0px !important;
    }
    .section-six h1{
        font-size: 26px;
    }
    .nota-sec .share-btn{
        width: 100%;
        min-width: 70%;
    }
    footer .social-icons{
        margin-bottom: 25px;
    }
    .nota-sec .col-md-4{
        margin-bottom: 25px;
    }
}
