/*
Website Name: Medevplus
File: Layout CSS
Author: Lalit
Creation Date : 25/11/2022
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "font-awesome.min.css";
@import "animate.min.css";
@import "social.css";
@import "media.css";
@import "hover.css";
@import "carousel-slider.css";
@import "owl.carousel.min.css";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");


body{ margin:0; padding:0; background: #fff;
font-family: Open Sans, sans-serif;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;}
h1, h2, h3, h4{   }    
.no-padding{ padding:0;}
.btn{ -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s;     border-radius: 0rem;}
a { color: inherit; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; }
a:hover, a:active, a:focus { color: inherit; text-decoration: none; outline:0; }
button:focus { outline: none; border: none; }
.btn:focus { outline: none; box-shadow: none; }


.form-control:focus {
    outline: none;
    box-shadow: none;
}.navbar-light .navbar-nav .nav-link {
    color: #18407c;
    font-size: 15px;
    font-weight: 600;
    text-transform:uppercase;
}
.navbar-light .navbar-nav .nav-link {
    padding-right: 40px;
}


.icon-box-whatsapp {
    position: fixed;
    padding: 0px 10px;
    color: #fff;
    font-size: 30px;
    bottom: 84px;
    right: 20px;
    z-index: 99999;
    border: 1px solid #fff;
    background: #46C256;
    border-radius: 5px;
}

.navbar-brand {
    max-width: 55%;}
.dropdown-menu{ border-radius: 0; border: none; color: #fff; padding: 0;
margin-top: -10px; background: #fff;  }
.dropdown-item{ padding: 7 10px !important; font-size: 14px; font-weight:600;   }
.dropdown-item a{ padding: 0 !important; line-height: 40px; width: 100%; }
.dropdown-item:hover{ background: #1bbde4; color: #fff; }

.dropdown-submenu .dropdown-item{ padding: 15 10px !important;border-radius: 0; background: #1bbde4;  }
.dropdown-submenu .dropdown-item .drp{ margin-top: 15px;  }

.dropdown-divider{ margin: 0 !important; border-top: 1px solid #1aaacc;  }


.dropdown-submenu {
    position: relative; 
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.115em;
    vertical-align: 0.155em;}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 8px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown:hover>.dropdown-menu {
  display: block; background: #1bbde4;
    margin-top: 0px;
}


.header-top{ background:#09bd78; color:#fff; }
.header-top i{ font-size:14px; }
.header-top h2{ font-size:14px; line-height:27px; }


/*----------------BANNER--------------------*/
.banner{/*background-image: url("../images/banner-bg.jpg"); background-position: center center; 
  background-size: cover; background-repeat: no-repeat;*/ }
.banner h3{font-size: 18px; line-height: 20px; color: #fff; font-weight: 500;/* padding-left: 66px;*/ }
.banner h2{/* font-size: 70px; line-height: 70px;*/  color: #fff; margin-top: 20px;
     font-weight: 700; text-transform:uppercase; }    
.banner h2 span{  color: #1bbde4; }    
.banner p{/*font-size: 19px; width: 36%;*/ clear: both;
    line-height: auto; color: #fff; font-weight: 400; float: left; }  
.banner ul{ margin: 0; padding: 0; }    
.banner ul li{ margin: 0 5px 0 0; padding: 0 10px 0 0; list-style: none; float: left; }    
.banner .dot{ border:2px solid #f94f43; width: 18px; height: 18px; float: left; margin:5px 10px 5px 5px; }
.banner img{ width: 100%; max-height:650px; }
.banner .btn{ background-color: #1bbde4;
    font-weight: 600;
/*    margin-top: 20px;*/
    color: #ffffff;
    box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
    border-radius: 4px;
    padding: 15px 34px;
    text-transform: uppercase; }
.banner .btn:hover{
    background-color: #1bbde4; color: #191919;
    box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);}
.carousel-caption {
    position: absolute;
    width: 50%;
    right: 15%;
    /*top: 30%;*/
    left: 15%;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff; text-align: left;
}
.carousel-indicators { bottom: 32px; display: none;}
.carousel-indicators li { background-color: #ccb892; }





.banner-section{ padding: 0; 
background-image: url("../images/usp-bg.jpg"); background-size: cover;   
  background-repeat: no-repeat;  }
.banner-section .color-overlay {
   position: relative; 
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
       background-color: rgb(181 167 167 / 55%);
}
.banner-section h2{/*font-size: 45px; line-height: 50px;color: #fff;*/  margin-bottom: 30px; 
     font-weight: 700;
    text-transform: uppercase; }  
.banner-section p{ font-size: 20px;
    line-height: 31px; /*color: #fff;*/ margin-bottom:30px; } 
/*.banner-section a{font-size: 14px; line-height: auto; font-weight: 600; background:#0868b8; 
    padding: 20px 30px; color:#fff; text-transform:uppercase; }  
.banner-section a:hover{ background:#fff; color:#000; }*/

.banner-section .button {
 padding: 0.8em 1.8em;
 border: 2px solid #0868b8;
 position: relative;
 overflow: hidden;
 background-color: #0868b8;
 text-align: center;
 text-transform: uppercase;
 font-size: 16px;
 transition: .3s;
 z-index: 1;
 font-family: inherit;
 color: #fff;
 cursor: pointer;
}

.banner-section .button::before {
 content: '';
 width: 0;
     height: 380%;
    position: absolute;
    top: 75%;
    left: 56%;
 transform: translate(-50%, -50%) rotate(45deg);
 background: #fff;
 transition: .5s ease;
 display: block;
 z-index: -1;
}

.banner-section .button:hover::before {
 width: 105%;
}

.banner-section .button:hover {
 color: #000;
}










.banner-section2{ padding: 0; 
background-image: url("../images/usp-bg-sm.jpg"); background-size: contain;   
  background-repeat: no-repeat;  }
.banner-section2 .color-overlay {
   position: relative; 
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
       background-color: rgb(181 167 167 / 55%);
}
.banner-section2 h2{/*font-size: 45px; line-height: 50px;color: #fff;*/  margin-bottom: 30px; 
     font-weight: 700;
    text-transform: uppercase; }  
.banner-section2 p{ font-size: 20px;
    line-height: 31px; /*color: #fff;*/ margin-bottom:30px; } 
/*.banner-section a{font-size: 14px; line-height: auto; font-weight: 600; background:#0868b8; 
    padding: 20px 30px; color:#fff; text-transform:uppercase; }  
.banner-section2 a:hover{ background:#fff; color:#000; }*/

.banner-section2 .button {
 padding: 0.8em 1.8em;
 border: 2px solid #0868b8;
 position: relative;
 overflow: hidden;
 background-color: #0868b8;
 text-align: center;
 text-transform: uppercase;
 font-size: 16px;
 transition: .3s;
 z-index: 1;
 font-family: inherit;
 color: #fff;
 cursor: pointer;
}

.banner-section2 .button::before {
 content: '';
 width: 0;
     height: 380%;
    position: absolute;
    top: 75%;
    left: 56%;
 transform: translate(-50%, -50%) rotate(45deg);
 background: #fff;
 transition: .5s ease;
 display: block;
 z-index: -1;
}

.banner-section2 .button:hover::before {
 width: 105%;
}

.banner-section2 .button:hover {
 color: #000;
}





.usp{ padding:59px 0 30px 0; text-align:center; background:#f8f8f8; }
.usp p{ padding-left: 10px; margin-left:3px; line-height: 20px; }
.usp img{ max-height:35px; }



.contact-section{ background:#09bd78; padding:34px 0; }
.contact-section img{ max-height:40px; }


.counter-up{

  position: relative;
  display: flex;
  align-items: center;
}
.counter{ font-size:26px; font-weight:700; }
.counter-up::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.counter-up .content{
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.counter-up .content .box{
  border: 1px dashed rgba(255,255,255,0.6);
  width: calc(25% - 30px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 20px;
}
.content .box .icon{
  font-size: 48px;
  color: #e6e6e6;
}
.content .box .counter{
  font-size: 50px;
  font-weight: 500;
  color: #f2f2f2;
  font-family: sans-serif;
}
.content .box .text{
  font-weight: 400;
  color: #ccc;
}
@media screen and (max-width: 1036px) {
  .counter-up{
    padding: 50px 50px 0 50px;
  }
  .counter-up .content .box{
    width: calc(50% - 30px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 580px) {
  .counter-up .content .box{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .wrapper{
    padding: 20px;
  }
  .counter-up{
    padding: 30px 20px 0 20px;
  }
}

/*----------------ABOUT US--------------------*/
.about{ margin: 0; padding: 70px 0 0 0;} 
.about h2{/*font-size: 70px; line-height: 70px;*/     margin-bottom: 30px;
    /* color: #003a6b; */
    font-weight: 700;
    text-transform: uppercase; }  
.about h1{/*font-size: 70px; line-height: 70px;*/     margin-bottom: 30px;
    /* color: #003a6b; */
    font-weight: 700;
    text-transform: uppercase; }      
.about h3{     font-size: 18px;
    line-height: 20px;
    color: #09bd78;
    font-weight: 700;
    text-transform: uppercase;}  
.about p{ font-size: 16px; line-height: 27px; text-align:justify; } 
.about a{font-size: 14px; line-height: auto; font-weight: 600; background:#d52e35; padding:15px 30px; color:#fff;
border-radius:3px; text-transform:uppercase; }  
.about ul{ margin: 0; padding: 0 0 15px 20px; }    
.about ul li{ margin: 0; padding: 0 0 10px 0; list-style: square; font-size: 16px; line-height: auto; color: #333;
 font-weight:500; text-align:left; } 



/*----------------SERVICES--------------------*/
.service{ margin: 0; padding: 70px 0 70px 0; background-color:#09bd78;} 
.service h2{/*font-size: 70px; line-height: 70px;*/ margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; text-align:center; }  
.service h3{ font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; text-align: center;}  
.service p{ font-size: 14px;
    line-height: 23px; } 
.service a{font-size: 14px; line-height: auto; font-weight: 600; padding:15px 0px; text-transform:uppercase; color:#31333e; }  
.service i{ color:#219652; }
.service .box{ box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); padding:30px; 
    border-radius: 10px 0 10px 0; margin-bottom:20px;
background:#fff;  width: 100%; }
.service .box h2{ font-size: 23px; line-height: 27px; color: #252e7a; font-weight: 700; text-align: left;
    margin-top: 15px; margin-bottom: 8px; text-align: center;}  
.service .box img{ max-height:55px; }
.service .btn{ font-size: 14px;
    line-height: auto;
    font-weight: 600;
    background: #fff;
    padding: 20px 30px;
    color: #09bd78;
    text-transform: uppercase;}
.service .btn:hover{ color: #fff; background: #000;}



.bcbb_viewed_content{ background:#fff; }
.bcbb_viewed_title_container{ position: absolute;
    bottom: 52px;
    left: 171px; }
.bcbb_viewed_nav {
     display: inline-block;
     cursor: pointer; 
     background: #fff;
     padding: 5px 8px;
     color: #000;
 }
 .bcbb_viewed_nav i {
     color: #fff;
     font-size: 14px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }
 .bcbb_viewed_nav:hover i {
     color: #fff
 }
 .bcbb_viewed_prev {
     margin-right: 5px;  
         background: #0868b8;
    padding: 3px 4px;
     color: #000;
     left: 0;
/*     left: -48px;*/
    bottom: 35px;
    position: absolute;
 }
  .bcbb_viewed_next {
     margin-right: 5px;  
         background: #0868b8;
    padding: 3px 4px;
     color: #000;
     right: 0px;
     bottom: 35px;
     position: absolute;
 }
.owl-stage-outer{ left:21px; }










/*----------------CALL--------------------*/
.call{ padding: 0; text-align: center; 
background-image: url("../images/usp-bg.jpg"); background-size: cover;   
  background-repeat: no-repeat; background-attachment: fixed; }
.call .color-overlay {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(213, 46, 53, 0.9);
}
.call i{ font-size:60px; color: #d52e35;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 24px; }
.call h2{ line-height: 35px; color: #fff; font-weight: 800; margin-top: 30px; } 
.call h3{ font-size: 16px; line-height: 20px; color: #fff; font-weight: 500; text-transform: uppercase; }  
.call a{ color:#fff; padding:10px 30px; border:1px solid #fff;
/*    font-size: 32px;*/
    font-weight: 800; }



/*----------------PRODUCT--------------------*/
.product{ margin: 0; padding: 70px 0 70px 0; background-color: rgb(244, 247, 254)} 
.product h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #003a6b; font-weight: 800;
text-align:center; }  
.product h3{ font-size: 18px; line-height: 20px; color: #70d4f4; font-weight: 500; text-align:center;}  
.product .box{ border:10px solid #fff;  box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); border-radius: 30px; margin-bottom:20px; }
.product .box img{ border-radius: 20px; }


/*----------------TEAM--------------------*/
.team{ margin: 0; padding: 70px 0 70px 0; background-color:#ebeef3;} 
.team h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #003a6b; font-weight: 800;
text-align:center; }  
.team .title{background: #38a1ce; padding: 14px 5px 1px 5px; position: relative; bottom: -16px;  text-align:center; }
.team h3{ font-size: 18px; line-height: 20px; color: #fff;  font-weight: 600; } 
.team p{ font-size: 14px; line-height: 20px; color: #fff;  font-weight: 600;}     



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #239550;
    border: 2px solid #239550;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; color: #239550;
    border: 2px solid #239550; margin: 0 5px; border-radius: 0; text-transform: uppercase;
}
.nav-link {
    display: block;
    padding: 0.5rem 3rem;
    white-space: nowrap;
}
.team .box{ background:#fff; padding:20px 20px 0 20px; margin-bottom: 30px; }
.team .box img { min-height:200px; max-width:200px; margin:0 auto; }


/*----------------FOOTER--------------------*/
.footer{ background: #0a3b64; padding: 50px 0 20px 0; color: #fff; }
.footer img{ margin-bottom: 20px; }
.footer h2{font-size: 17px; margin-bottom: 10px; color: #fff;  line-height: auto; font-weight: 600; }  
.footer hr{border-top: 2px solid #0e4573; background: none; width: 100%; float: left; margin: 0;}
.footer p{ font-size: 14px; }
.footer ul{ float: left; margin: 0 0 20px 0; }
.footer ul li{ font-size: 14px; padding-bottom: 16px; }
.copyright{ border-top: 1px solid #1b3359; }
.footer i{ color: #fff; font-size: 50px; margin: 5px 0 10px 0; }
.footer-btn{ background: #ccb892; width: 40px; height: 40px; text-align: center; color: #fff; font-size: 13px; font-weight: 600;
-moz-border-radius: 80px; -webkit-border-radius: 80px; border-radius: 80px; text-transform: uppercase; }
.footer-btn:hover{ background: #fff; color: #18407c; }
.footer .social .fa {
    padding: 12px;
    font-size: 19px;
    width: 23px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 15px 2px;
    border-radius: 50%; transition: all 0.5s ease;
}
.footer .social .fa:hover {
    color: #000;
} 
.footer .social .bi {
    padding: 12px;
    font-size: 19px;
    width: 23px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 15px 2px;
    border-radius: 50%; transition: all 0.5s ease;
}
.footer .social .bi:hover {
    color: #000;
} 
.copyright{ background: #14467b; padding: 20px 0; text-align: center; border-top:1px solid #37628f; color:#fff;
font-size:13px; }




.inner-banner{background-image: url("../images/usp-bg.jpg"); background-size: cover;   
  background-repeat: no-repeat; background-attachment: fixed; text-align:center;  }
.inner-banner h2{/* font-size: 70px;*/ margin-bottom: 30px; line-height: auto; color: #fff; font-weight: 700; }     
.inner-banner h3{font-size: 16px; margin-bottom: 30px; line-height: auto; color: #fff; font-weight: 600; }   
.inner-banner i{ margin:0 10px; }

.inner-banner ul{ margin: 0 auto; padding: 0; color: #fff; text-transform: uppercase; font-weight: 600; text-align:center; }    
.inner-banner ul li{ margin: 0; padding: 0 10px 0 0; list-style: none; float: left; }    
.inner-banner .color-overlay { padding: 0px;
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(30, 45, 74, 0.9);

}




/*----------------ABOUT US--------------------*/
.inner{ margin: 0; padding: 70px 0;} 
.inner h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #003a6b; font-weight: 800; }  
.inner h3{ font-size: 18px; line-height: 20px; color: #000; font-weight: 500; }  
.inner p{ font-size: 16px; line-height: 27px; text-align: justify; } 
/*.inner a{font-size: 14px; line-height: auto; font-weight: 600; background:#d52e35; padding:15px 30px; color:#fff;
border-radius:3px; text-transform:uppercase; }  */
.inner h4{ font-size: 18px; line-height: 23px; color: #003a6b; font-weight: 700;}
.inner .box { background: #fff; padding: 20px; border-radius: 20px 20px 20px 20px;
        box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); display: inline-block; text-align: center; margin-bottom: 20px;
} 
.inner h3{font-size: 22px; line-height: 27px; margin-bottom: 15px; margin-top: 0px; color: #003a6b; font-weight: 800; text-align:left; } 
.inner ul{ margin: 0; padding: 0 0 15px 20px; }    
.inner ul li{ margin: 0; padding: 0 0 10px 0; list-style: square; font-size: 14px; line-height: auto; color: #333;
 font-weight:500; text-align:left; }

.inner .box img{ /*max-height:150px;*/ border-radius: 20px 20px 20px 20px; width: 100%;
    box-shadow: 2.5px 4.33px 15px 0px rgb(5 5 5 / 8%);     }
.inner .box ul{ margin: 0; padding: 0 0 15px 20px; }    
.inner .box ul li{ margin: 0; padding: 0 0 10px 0; list-style: square; font-size: 14px; line-height: auto; color: #333;
 font-weight:500; text-align:left; }
.inner .collaborators{ box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); padding: 15px; background: #fff; border-radius: 3px;
margin-bottom:20px; }
.inner .download a {
    font-size: 14px; margin-top: 20px;
    line-height: auto;
    font-weight: 600;
    background: #d52e35;
    padding: 15px 30px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.about a{font-size: 14px; line-height: auto; font-weight: 600; background:#d52e35; padding:15px 30px; color:#fff;
border-radius:3px; text-transform:uppercase; }  






.contact{ margin: 0; padding: 20px;
    background: #fff;} 
.contact h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #003a6b; font-weight: 800; }  
.contact h3{   font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 19px; }    
.contact h4{font-size: 16px; margin-top: 10px; line-height: 22px; font-weight: 600; }
.contact h4 span{ color: #003a6b; font-weight: 600;}
.contact ul{ margin: 0; padding: 0 0 0 20px; }    
.contact ul li{ margin: 0; padding: 0 0 10px 0; list-style-image: url('../images/plus.png');}
.contact .form{ padding:40px; background: #fff; box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); border-radius: 10px; }
.contact .form-control{ background: #fff; padding: 7px 10px; color: #222;
-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; margin-bottom: 10px; 
resize: none; }
.contact .form-control:focus{outline: none}
.contact .btn{ padding: 13px 30px; margin-top: 5px; text-transform: uppercase; 
  background: #09bd78; color: #fff; font-weight: 600; width:100%;  }
.contact .btn:hover{ background: #1f2231;}
  
.contact i{ background: #f94f43; color: #fff; width: 40px; height: 40px; padding: 10px; 
    text-align: center; outline: 1px solid #ccc; outline-offset: 5px; margin-right: 20px; }

.contact .contact-icon {
    background: #219652;
    border-radius: 0px 20px 20px 20px;
    box-shadow: 2.5px 4.33px 15px 0px rgb(16 46 122 / 40%);
    width: 70px;
    height: 70px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
}
.contact .contact-icon img {
    max-height: 45px;
}






/*----------------BLOG--------------------*/
.blog{ margin: 0; padding: 70px 0 70px 0; background-color: rgb(244, 247, 254)} 
.blog h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #003a6b; font-weight: 800;
text-align:center; }  
.blog h3{ font-size: 18px; line-height: 27px; font-weight: 700; text-transform: uppercase;} 
.blog h4{ font-size: 12px; line-height: 20px; font-weight: 600; }  
.blog p{ font-size: 14px;
    line-height: 23px; } 
.blog a{font-size: 14px; line-height: auto; font-weight: 600; padding:15px 0px; text-transform:uppercase; color:#31333e; }  
.blog i{ color:#219652; }
.blog .box{ box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); padding:20px; border-radius: 10px; margin-bottom:20px;
background:#fff; min-height: 300px; }
.blog .box img{ margin-bottom:20px; }


/*----------------opticshub--------------------*/
.consultation{ padding: 0; 
background-image: url("../images/usp-bg.jpg"); background-size: cover;   
  background-repeat: no-repeat; background-attachment: fixed; }
.consultation .color-overlay {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(30, 45, 74, 0.9);
}
.consultation i{ font-size:60px; color: #d52e35;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 24px; }
.consultation h2{ line-height: 35px; color: #fff; font-weight: 800; margin-top: 30px; 
    text-transform:uppercase; font-size:20px; } 
.consultation h3{ font-size: 15px;
    line-height: 24px; color: #fff; font-weight: 500; }  
.consultation a{ font-size: 14px;
    line-height: auto;
    font-weight: 600;
    background: #0868b8;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;}
.consultation a:hover{ color: #fff; background: #000;}



.consultation .button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 1rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  width: 250px;
}

.consultation .icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.consultation .button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.consultation .button:hover .icon {
  transform: translate(4px);
}

.consultation .button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.consultation .button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}





.product-img{ padding:20px; background:#38a1ce;
margin-bottom: 15px; max-height:300px; overflow:hidden;
border-bottom:20px solid #38a1ce; }
.product-img h6{ color:#fff; margin:0; padding: 0 0 10px 0; }    





