*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}
html,body{
    scroll-behavior: smooth;
}
/* scroll-bar-custom-css */
::-webkit-scrollbar {
    width: 5px;

}
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* ---------Contact-Nav-Section ------ */
.topNav{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.contact_flex a {
    padding-right: 10px;
    text-decoration: none;
    color: #1977cc;
}
.contact_flex a:hover{
    text-decoration: none;
    color: #1977cc;
}
.contact_flex a i{
    padding-right: 5px;
    color: #f48430;
}

.social_media ul{
    margin-bottom: 0px;
    list-style: none;
    text-align: end;
}
.social_media ul li{
    display: inline-block;
    margin-left: 10px;
}
.social_media ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #0c71e3;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.5s;
}
.social_media ul li a:hover{
    background-color: #3a3c93;
}
.social_media ul li a i{
    color: #fff;
}

/* ------ Main-Nav -------- */
.pos_sticky{
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 7px 10px -6px #888;
}
.main_nav {
    padding-top: 8px;
    padding-bottom: 8px;
}
.second_nav{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.toplogo{
    width: 190px;
    height: auto;
}
.right_nav li a{
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 10px;
}
.search_nav input{
   width: 250px;
   height: 35px;
   border: none;
   outline: none;
   box-shadow: 0px 0px 15px -5px #888;
   font-size: 16px;
   color: #000;
   font-weight: 400;
   padding-left: 8px;
}
.search_nav input::placeholder{
    font-size: 16px;
    color: #4a4848;
    font-family: 400;
    text-transform: capitalize;
}
.search_nav button{
    width: 40px;
    height: 35px;
    background-color: #0c71e3;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    box-shadow: 0px 0px 15px -5px #888;
}
.navbar_icon{
    color: #3a3c93;
    font-size: 30px !important;
}
.product_btn{
    padding: 5px 8px !important;
    background-color: #1977cc;
    color: #fff !important;
    border-radius: 5px;
    display: inline-block !important;
}

/*---------------- banner-section ----------------*/
.banner_section{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner_section::after{
    position: absolute;
    content: "";
    width: 55%;
    height: 160%;
    top: -30%;
    left: -7%;
    background-color: #0a0a0a7d;
    transform: rotate(20deg);
    z-index: -1;
}
.carousel-item {
    z-index: -2;
}
.banner_absolute{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.background_img{
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.banner_content{
    padding-top: 20%;
}
.banner_content h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
}
.russelia{
   color: #3a3c93;
   font-size: 45px;
   font-weight: 700;
   -webkit-text-stroke: 1px #fff;
}
.pharma{
    color: #f48430;
    font-size: 45px;
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
}
.banner_content p{
    font-size: 17px;
    color: #fff;
    font-family: 600;
    margin-bottom: 0px;
    width: 50%;
    padding-top: 10px;
}
.contact_btn a {
    color: #fff;
    padding: 10px 30px;
    background-color: #f48430;
    font-size: 17px;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
    transition: all 0.5s;
}
.contact_btn a i{
    padding-left: 8px;
}
.contact_btn a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #3a3c93;
}
/* .carousel .left_key{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 5%;
    transform: translateX(-50%);
    border: 2px solid #3a3c93;   
    background-color: #3a3c93;
    opacity: 1; 
}
.carousel .left_key i{
    color: #fff;
    font-size: 20px;
}
.carousel .right_key{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 5%;
    transform: translateX(-50%);
    border: 2px solid #3a3c93;  
    background-color: #3a3c93;
    opacity: 99;   
}
.carousel .right_key i{
    color: #fff;
    font-size: 20px;
} */

/*-------------- about-us-section---------- */
.about_section{
    margin-top: -8%;
}
.container2{
    padding-left: 12%;
    padding-right: 12%;
}
.about_left{
    padding: 45px 30px 65px 30px;
    background-color: #1977cc;
    border-radius: 5px;
    margin-right: 40px;
}
.about_left h5{
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
    width: 68%;
}
.about_left p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    padding-top: 30px;
    padding-right: 30px;
}
.mission{
    height: 310px;
    padding: 30px 20px;
    margin-left: 8px;
    margin-right: 8px;
    box-shadow: 0px 0px 15px -5px #888;
    background-color: #fff;
    border-radius: 5px;
}
.mission span i{
    padding-bottom: 30px;
    font-size: 40px;
    color: #0c71e3;
}
.mission h4{
    color: #000;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.mission p{
    color: #242424;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
}
.c_item{
    padding-top: 10px;
    padding-bottom: 10px;
}
.carousel_body{
    padding-top: 45px;
}


/*------------- therapeutic_content ----------*/
.therapeutic{
    padding-top: 12vh;
    /* padding-top: 80px; */
}
.sreg_item{
    padding: 12px;
}
.sregment{
    box-shadow: 0px 0px 15px -5px #888;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.therapeutic_content h3{
    font-size: 30px;
    color: #3a3c93;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: capitalize;
    position: relative;
}
.therapeutic_content h3::after{
    position: absolute;
    content: "";
    width: 285px;
    height: 1px;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
    background-color: #f48430;
}
.therapeutic_content h3::before{
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%);
    background-color: #f48430;
}

.therapeutic_content p{
    font-size: 17px;
    color: #242424;
    margin-bottom: 0px;
    font-weight: 400;
    padding-bottom: 35px;
}
.carousel_icon{
    width: 65px;
    height: 65px;
    background-color: #f48430;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.carousel_icon::after{
    position: absolute;
    content: "";
    width: 65px;
    height: 65px;
    background-color: #f485308a;
    border-radius: 5px;
    top: -8px;
    left: -8px;
    z-index: -1;
}
.sregment_icon{
    width: 40px !important;
    height: auto !important;
}
.sregment h3{
    color: #3a3c93;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
}

/* -----------stockist-section -----------*/
.stockist h3{
    font-size: 15px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 0px;
}
.stockist{
    box-shadow: 0px 0px 15px -5px #888;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pharmaShop{
    margin-bottom: 15px !important;
}
.stockist p{
    font-size: 16px;
    color: #041a34;
    margin-bottom: 0px;
}
.stockist a{
    display: block;
    padding-top: 5px;
    color: #000;
    font-weight: 500;
    transition: all 0.5s;
    text-decoration: none;
}
.stockist a:hover{
    color: #0c71e3;
    text-decoration: none;
}


/*--------------- gallary-section -----------*/
.gallary{
    padding-top: 55px;
}
.gallary_img{
    overflow: hidden;
}
.gallary_img img{
    width: 100%;
    height: 342px;
    object-fit: cover;
    transition: all 0.5s;
}
.gallary_img:hover img{
    transform: scale(1.2);
}   
.gallary_gead h3{
    font-size: 30px;
    color: #3a3c93;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.gallary_gead p{
    font-size: 17px;
    color: #242424;
    margin-bottom: 0px;
    font-weight: 400;
    padding-bottom: 20px;
}
.gallary_gead h3::after{
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
    background-color: #f48430;
}
.gallary_gead h3::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%);
    background-color: #f48430;
}


/*------------- contact-us-section -----------*/
.contact_section{
    padding-top: 12vh;
}
.contact_head p{
    font-size: 17px;
    color: #242424;
    margin-bottom: 0px;
    font-weight: 400;
    padding-bottom: 20px;
}
.map_area{
    width: 100%;
    height: 350px;
}
iframe{
   width: 100%;
   height: 100%; 
}
.contact_head h3{
    font-size: 30px;
    color: #3a3c93;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.contact_head h3::after{
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
    background-color: #f48430;
}
.contact_head h3::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%);
    background-color: #f48430;
}
.p_address{
    padding-top: 50px;
}
.address{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.icon{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #0c70e39c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon i{
    font-size: 24px;
    color: #fff;
}
.add_cnt{
    padding-left: 15px;
}
.add_cnt h6{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #041a34;
}
.add_cnt p{
    font-size: 17px;
    color: #4b7dab;
    margin-bottom: 0px;
    font-weight: 400;
}
.add_cnt a{
    font-size: 17px;
    color: #4b7dab;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s;
}
.add_cnt a:hover{
    color: #0c71e3;
    text-decoration: none;
}

.in_grp input{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #888;
    font-size: 16px;
    color: #242424;
    font-weight: 400;
}
.in_grp input::placeholder{
    font-size: 17px;
    color: #4a4848;
    font-weight: 400;
    text-transform: capitalize;
}
.in_grp textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #888;
    font-size: 17px;
    color: #242424;
    padding-left: 10px;
}
.in_grp textarea::placeholder{
    font-size: 17px;
    color: #4a4848;
    font-weight: 400;
}
.in_grp{
    margin-bottom: 18px;
}
.form_btn button{
    width: 160px;
    height: 40px;
    color: #fff;
    background-color: #3a3c93;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s;
}
.form_btn button:hover{
    background-color: #3a3c93;
}


/*-------------- footer-section -----------*/
.footer_section{
    margin-top: 80px;
    padding-top: 40px;
    box-shadow: 0px 0px 15px -5px #888;
    padding-bottom: 20px;
}
.footer_logo img{
    width: 180px;
    height: auto;
}
.cpyright{
    text-align: right;
}
.cpyright p{
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}
.cpyright h6{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0px;
}
.cpyright h6 a{
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
}
.cpyright h6 a{
    text-decoration: none;
    column-rule: #000;
}

/* ---------CLICKTOTOP-BTN-------------- */
.clickTop{
    width: 45px;
    height: 45px;
    background-color: #3a3c93;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 99999;
    
}
.clickTop i{
    color: #fff;
    font-size: 24px;
}   

/* -----------page-loder ----------------*/
.page_loder{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_loder img{
    width: 200px;
    height: auto;
}












