@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #001c5a;
    --light-primary: #002c73;
    --secondary: #43c8e8;
    --light-secondary: #6fd7e8;
    --purple: #665b9d;
    --light-purple: #9d93d1;
    --see-green: #2f8ea4;
    --deep-see-green: #1e748b;
    --light: #ffffff;
    --gray-light: #ecf0f6;
    --deep-gray: #4a4a4a;
    --ex-deep-gray: #7f8081;
    --dark: #001e42;
    --black: #000000;
}


body{
  font-size: .9rem;
  font-family:"Montserrat", sans-serif;
  color: var(--black);
  background: #f6fcff;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
  font-family:"Cinzel", sans-serif;
}
h1, .h1, h2, .h2, .fw-bold {
  font-weight: 700 !important;
}
h3, .h3, h4, .h4, .fw-medium {
  font-weight: 500 !important;
}
h5, .h5, h6, .h6, .fw-semi-bold {
  font-weight: 600 !important;
}


.shadow-radius {
  border-radius: 20px;
}
.text-light {
  color: var(--light)!important;
}
.text-primary{
  color:var(--primary) !important
}
.text-secondary{
  color:var(--secondary) !important
}
.text-dark{
  color:var(--dark) !important
}
.text-tertiary{
  color:var(--tertiary) !important
}
.bg-ex-primary {
  background: var(--primary);
}
.bg-ex-secondary {
  background: var(--secondary);
}
.bg-ex-purple {
  background: var(--purple);
}
.bg-ex-light-purple {
  background: var(--light-purple);
}
.bg-ex-see-green  {
  background: var(--see-green);
}
.bg-ex-deep-see-green  {
  background: var(--deep-see-green);
}
.bg-ex-dark{
  background: var(--black);
}

.bg-ex-gray-light{
  background: var(--gray-light);
}
.bg-light {
  background: var(--light) !important;
}


.btn-primary{
    color: var(--light) !important;
    background: var(--primary) !important;
    border: none !important;
}
.btn-primary:hover{
    color:#fff !important;
    background: var(--light-primary) !important;
}
.btn-secondary{
    color:#000 !important;
    background: var(--light-secondary) !important;
    border: none !important;
}
.btn-secondary:hover{
    color:#fff !important;
    background: var(--secondary) !important;
}
.btn-wh-light{
  color:#000;
  background-color:#ffffff;
  border-color:#ffffff
}
.btn-wh-light:hover{
  color:#000;
  background-color:#e4e8fd;
  border-color:#e2e7fd
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}
.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 26px;
    height: 26px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.wid-50 ul { 
  width: 50% !important;
  list-style: none;
  padding-left: 0 !important;
  margin: 0 1rem !important;
}
.wid-50 ul li { 
  padding: .5rem 0;
}
.wid-50 ul li i{ 
  float: left;
  margin-bottom: 9px;
}

/*** Navbar ***/
.fixed-top {
    transition: .5s;
    background: #fff;
}
.top-bar {
    /* height: 45px; */
    padding: .5rem 0;
}
.icon-bg{
  background: var(--primary);
  border-radius: 50px;
  color: var(--light);
  display: inline-block;
  padding: 6px 8px;

}
#header {
    background: rgb(50, 50, 68);
    border-bottom: 1px solid rgba(12, 11, 9, 0.6);
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    top: 0px;
  }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-bar {
    position: relative;
/*  margin-top: 45px;*/
    /* padding: 0 14rem; */
    transition: .6s;
    z-index: 9999;
}
.sticky-top {
    position: sticky;
    top: 4px;
    /* padding: 0 15rem; */
    transition: .5s;
    z-index: 9999;
}
 .top-bar .logo a{
  width: 436px;
  padding: 0px 10px 0px 0;
}


 .navbar .logo a{
  width: 300px;
  padding: 0px 10px 0px 0;
}
.navbar .logo a:hover{
 border-top: none;
}
.navbar {
    padding: 0;
    background: var(--light);
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar a {
    font-size: 1rem;
    font-weight: 500;
    font-family:"Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-radius: 30px; */
    padding: 8px 15px;
    color: var(--primary);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a .active {
    background: var(--primary);
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover, .navbar .active, .navbar li:hover > a {
    /* background: var(--light-secondary); */
    /* border-top: 2px solid var(--secondary); */
    color: var(--purple)
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 7px 7px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--light);
    border-top: 3px solid var(--secondary);
    /* border-radius: 10px; */
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.15);
    transition: 0.3s;
    /* width: 200px; */
  }

  .navbar .dropdown ul li a {
    /* border-radius: 5px; */
    padding: 8px 8px;
    color: var(--black);
    text-decoration: none;
    border-bottom: .1px solid #ccc;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: var(--light);
    background: var(--primary);
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
  /*  visibility: hidden;*/
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  .visit-online a{
    color: var(--light);
    margin: 0 20px;
  }
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #888;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }

  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
      position: absolute;
      right: 18px;
    }
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(3, 25, 39, 0.96);
    transition: 0.3s;
    z-index: 999;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    /* bottom: 15px; */
    padding: 35px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 7s;
    width: 94%;
  }
  .navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #1a1814;
  }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: var(--black);
    margin-bottom: 5px;
  }
  .navbar-mobile .getstarted {
    margin: 15px;
  }
  .navbar-mobile .dropdown ul {
    width: auto;
    position: static;
    display: none;
    margin: 10px 6px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: var(--primary);
  }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }
  .navbar-mobile .visit-online a{
    color: var(--light);
    margin: 0 20px;
    text-align: center;
    display: block;
  }
  

/*** Header ***/
.banner{
    margin-top: 125px;
   /* margin-top: 130px;
     margin-bottom: 65px; */
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}
.carousel-caption h1{
    font-size: 5rem;
    line-height: 1;
}
.carousel-caption p{
    font-size: 1.2rem;
    line-height: 1.5;
}

.caption-bg{
  background:rgba(30, 60, 106,0.7);
  /* opacity: .3; */
  padding: 2rem 2rem;
}
.caption-bg h5{
  color: var(--black);
  border-bottom: 2px solid #ffffff;
  font-size: 1.7rem;
  font-weight: 500 !important;
  line-height: 2rem;
  padding-bottom: 10px;
}
.caption-bg p{
  color: var(--light);
  font-family:"Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 30px;
}
.caption-bg h4{
  color: var(--secondary);
  font-family:"Cinzel", sans-serif;
  font-size: 2rem;
}
.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}
.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

section {
  margin: 5rem 0 0rem 0;
  overflow: hidden;
}

section .heading {
  font-size: clamp(3.8rem, 5vw, 3rem);
  color: var(--primary) !important;
  line-height: 65px;
  font-weight: 700;
}
section .heading span {
  color: var(--purple);
  font-weight: 700;
}

.customer h2{
  color: var(--black);
  font-size: 2.5rem;
  font-weight: 700 !important;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}


.slider {
  width: 68%;
  margin: 10px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  /* width: 100%; */
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.about-bg p{
  font-size: 1.1rem;
  color: var(--gray-light);
  line-height: 1.8rem;
}
.home-about-caption h2{
  font-family: 'Montserrat', serif;
  color: var(--black);
  font-size: 2rem;
  font-weight: 700 !important;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}

/* --------------------------------------- */

.about-caption {
  /* background:var(--secondary); */
  padding: 2rem 3rem 2rem 3rem;
}
.home-about{
  margin-top: 0;
  margin-bottom: 28px;
  height: 700px;
  overflow: hidden;
}
.home-about img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.home-about-caption-area{
  padding: 3rem 2rem;
  /*background: var(--deep-gray);
  margin-left: 290px;
  margin-top: -260px;
  top: -55px;
  border-left: 14px solid var(--secondary);*/
  right: -10px; 
  position: relative;
}
/* .slick-current{
  margin: 0 !important;
} */
.slick-next::before, .slick-prev::before{
  font-size: 36px;
  line-height: 1.5;  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  height: 60px;
  background-color: #efefef;
  border-radius: 50%;
  display: inline-block;
}
.slick-prev::before{
  position: relative;
  left: -34px;
}

.meet-doc-area{
  background: #f0edff;
  position: relative;
  /* left: 46px; */
}
.meet-doc-content{
  padding: 6rem 10rem 6rem 10rem;
}
.meet-doc-content img{
  width: 75%;
  margin-bottom: 20px;
}
.meet-doc-content .heading {
  font-size: clamp(3rem, 5vw, 4rem);
  color: var(--primary);
  line-height: 60px;
  font-weight: 700;
}
.meet-doc-content .heading span {
  color: var(--purple);
  line-height: 60px;
  font-weight: 700;
}
.meet-doc-content p{
  font-size: .9rem;
  line-height: 23px;
}


.brand-slider-1 {
	padding: 4rem 0;
	/* padding-bottom: 3.25rem;
  background: #ecf0f9; */
}

.brand-slider-1 .brand-slider-container {
	text-align: center;
}


.our-services::before{
  background-attachment: fixed;
  content: "";
  position: absolute;
  /* top: 0;
  right: 0; */
  width: calc(100% - 0%);
  height: 60%;
  background-image: linear-gradient(180deg, rgba(0, 22, 58, 0.99)0%, rgba(67, 200, 232, 0.7)), url("../img/cotoo-005.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #eee;
  font-size: 15px;
  padding: 4rem 0;
}
.our-services-area{
  padding: 5rem 3rem 2rem 3rem;
  margin-top: 7rem;
  background: var(--light);
}
.our-services-area {
  position: relative;
  margin-bottom: 1rem;
}
.our-services-area .heading {
  font-size: clamp(3rem, 5vw, 4rem);
  color: var(--primary);
  line-height: 60px;
  font-weight: 700;
}

.services-category{
  border-right: 1px solid #ccc;
}
.services-category:last-child{
  border-right: none;
}

.services-category a{color: var(--light-primary); font-size: 16px; font-weight: 600; text-decoration: none;}
.services-category i {margin-bottom: 1rem; width: 25%;} 
.services-category a i {margin-bottom: 0px; margin-left: .3rem; transition: 0.3s all ease; width: 6%;} 
.services-category a:hover i {margin-left: .8rem;}


.insurance-area{
  /* background: var(--see-green); */
  background: #e4f9fd;
  position: relative;
  right: 41px;
  padding: 5rem 12rem 5rem 12rem;
}

.insurance-area img{
  /* width: 75%; */
  margin-bottom: 20px;
}
.insurance-content .logo{
  width: 70%;
  /* margin-bottom: 20px; */
}
.insurance-content .heading {
  font-size: clamp(3rem, 5vw, 4rem);
  color: var(--purple);
  line-height: 60px;
  font-weight: 700;
}

.insurance-content h4 {
  font-size: 2rem;
  color: var(--primary);
  font-weight: 600 !important;
}
.insurance-content p{
  font-size: .9rem;
  color: var(--light);
  line-height: 23px;
}
.insurance img{
  position: relative;
  z-index: 1;
}


.testimonial .entry {
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(182, 218, 255, 0.77);
  border-radius: 20px;
}
.testimonial .entry .entry-img {
  width: 150px;
}
.testimonial .review-no {
  display: block;
  margin: 15px 0;
}
.testimonial .review-no span {
  font-size: 14px;
  color: #f8be00;
}
.testimonial .entry .entry-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px 0;
}

.faq{
  padding: 5rem 0;
  background: #eeebff;
}
.faq h3{
  font-size: 1.4rem;
  color: var(--black);
  font-weight: 500 !important;
  line-height: 2.3rem;
}
.faq p {
  font-size: 1rem;
  color: var(--black);
  font-weight: normal !important;
  margin: 35px 0;
}
.faq .accordion-item {
  padding-bottom: 0rem;
}
.faq .accordion-header {
  padding: .5rem;
  /* margin-bottom: 10px; */
  background: var(--purple);
  border-bottom: 1px solid var(--light);
}
.faq .accordion-button:not(.collapsed) {
  box-shadow: inherit;
}
.faq h5.accordion-header button {
  color: var(--light);
  font-size: 1.3rem;
}
.faq .accordion-button:not(.collapsed):after {
  background-image: url(../img/plus.svg);
  rotate: 135deg;
}
.faq .accordion-button::after {
  background-image: url(../img/plus.svg);
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
}

.accordion-body {
  font-size: 1rem;
  font-weight: 500;
  background: var(--light);
  padding: 1rem;
}

.first-border{
  /* border-radius: .8rem .8rem 0 0; */
  border-radius: 0 !important;
}
.last-border{
  /* border-radius: .8rem .8rem 0 0; */
  border-radius: 0 !important;
}





/* ================================================================================================= */

.mrg-top{margin-top: 4rem;}
.mrg-top-7{margin-top: 7rem;}
.mrg-btm{ margin-bottom: 4rem;}

.button1 a{
  background: var(--gold);
  color: var(--light);
  display: inline-block;
  padding: .5rem 1rem;
  margin-top: 10px;
  margin-left: 20px;
}
.button1 a:hover{
  background: #f0dca1;
  color: var(--black) !important;
  letter-spacing: 1px;
  transition: 1s;
}

.first-border{
  border-radius: .8rem .8rem 0 0;
}
.last-border{
  border-radius:  0 0 .8rem .8rem;
}


.inner-banner  {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 147, 255, 0.4)),url(../img/inner-banner.jpg) no-repeat;
}
.service-banner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 147, 255, 0.4)),url(../img/service-banner.png) no-repeat;
}

.inner-banner, .service-banner  {
  margin-top: 124px;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center;
}

.inner-banner h1{
  font-size: 2.5rem;
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item a {
  color: var(--primary);
  text-decoration: none;
}
.breadcrumb-item.active {
  color: var(--light);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--gray-light);
}

.inner-card{
  position: relative;
  /* margin-top: -110px; */
  background-color: #fff;
  padding: 60px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.inner-card ul li{
  padding: 5px 0;
  list-style: none;
}
.inner-card ul li a{
  color: var(--black);
  text-decoration: none;
}

.about-inner, .service-inner, .trifecta-sec1 {
  padding: 0;
  overflow: inherit;
}

.about-inner .about-inner-card, .alt-services .about-inner-card {
  /* min-height: 100%;
  max-height: 100%; */
  position: relative;
  margin-top: -110px;
  background-color: #fff;
  padding: 60px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.about-inner ul li{
  list-style: none;
}

.about-title h4{
  font-size: 1.5rem;
}
.about-img-wrap {
  padding: 0 0 24px 24px;
}
.about-img-wrap::before{
  content: "";
  background: var(--purple);
  top: 40px;
  left: -16px;
  width: calc(100% - 40px);
  height: calc(100% - 30px);
  position: absolute;
}
.img-badge a{
  background: var(--deep-see-green);
  z-index: 4;
  box-shadow: 0 12px 36px rgba(34, 185, 201, 0.521);
  bottom: 68px;
  left: -77px;
  transition:all 0.3s ease 0s;
  text-decoration: none;
}
.img-badge a:hover{
  background: var(--see-green);
  transform:scaleX(1.05)
}
.img-badge-num {
  font-family: "Cinzel", sans-serif ;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--light);
  line-height: 1;
}
.img-badge-lbl {
  font-size: .89rem;
  color: var(--light);
  font-weight: 600;
  margin-bottom: 5px;
}


.meet-doc {
  overflow: hidden;
  position: relative;
  aspect-ratio: 6/5;
}
.meet-doc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
#bg-video {
  min-width: 100%;
  /* min-height: 100vh; */
  max-width: 100%;
  /* max-height: 100vh; */
  object-fit: cover;
  z-index: -1;
}
.video-overlay {
  position: absolute;
  padding: 3rem;
  background-color: rgba(8, 32, 91, 0.7);
  top: 0;
  /* left: 321px; */
  bottom: 0px;
  width: 33%;
}
/* .caption {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
} */
.caption p {
  margin-top: 0px;
  font-size: 1rem;
  color: #fff;
}
.caption h2 {
  font-size: 4rem;
  line-height: 62px;
  color: #fff;
}


.services .card-item {
  border: 1px solid rgba(82, 86, 94, 0.2);
  border-radius: 0;
  background: #fff;
  position: relative;
  box-shadow: 11px 11px 20px rgba(99, 101, 171, 0.18);
}
.services .card-item .card-bg {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.services .card-item .card-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.6s ease;
}
.services .card-item .card-bg-image:hover {
  transition: transform 0.6s ease;
   transform:scale(1.11)
}
.services .card-item .card-body {
  padding: 30px;
}
.services .card-item h4 {
  font-family: 'Montserrat', serif;
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700 !important;
  line-height: 1.8rem;
}
.services .card-item p {
  color: var(--color-secondary);
  margin: 0;
}

.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
}
.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
  position: relative;
}
.alt-services .icon-box {
  border-bottom: 1px solid #cbcbcb;
  /* margin-bottom: 15px; */
  padding: 1rem;
}
.alt-services .icon-box:hover {
  background: var(--gray-light);
}
.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 15px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}
.alt-services .icon-box:hover i {
  background-color: var(--primary);
  color: #fff;
}
.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


.lance .icon-box {
  border-bottom: 1px solid #cbcbcb;
  margin-top: 15px;
  padding: 1rem;
}
.lance .icon-box:hover {
  background: var(--purple);
}
.lance .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 15px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}
.lance .icon-box:hover i {
  background-color: var(--primary);
  color: #fff;
}
.lance .icon-box h4 {
  color: var(--light);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.lance .icon-box p {
  color: var(--light);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


.shadow-bott {
  border-top: 5px solid var(--deep-gray);
  box-shadow: 0px 2px 20px -5px rgba(0,50,255,0.4);
  -webkit-box-shadow: 0px 2px 20px -5px rgba(0,50,255,0.4);
  -moz-box-shadow: 0px 2px 20px -5px rgba(0,50,255,0, 0.4);
  margin-bottom: 1rem;
  padding: 2rem;
  transition: transform 0.6s ease;

}
.shadow-bott:hover {
  transform:scale(1.05)

}
.shadow-bott h3 {
  color: var(--dark);
  font-size: 1.5rem;
  font-weight: 600 !important;
}
.shadow-bott p {
  margin-bottom: 0 !important;
}

/* .contact-lenses img, .alt-services img, .frame-styling img, .repairs-replacement img{
  border: 4px solid #fff;
} */

.selected {
    display: none;
}


.trifecta-symptoms h2, .trifecta-dry-eye h2{
  font-size: clamp(3rem, 5vw, 4rem);
  color: var(--purple);
  line-height: 4rem;
}
.trifecta-symptoms h4, .trifecta-dry-eye h4{
  font-size: 2rem;
  font-weight: 600 !important;
}
.trifecta-symptoms ul{
  border-right: 1px dotted #acadaf;
  width: 34% !important;
}
.trifecta-symptoms ul:last-child{
  border-right: none;
}

.trifecta-symptoms ul li {
  list-style: none;
  border-bottom: 1px dotted #acadaf;
  padding: 5px 0;
}
.trifecta-symptoms .icon-area{
  border-bottom: 1px solid #fff;
}

.trifecta-dry-eye-left{
  padding: 6.03rem 7rem;
  background: var(--purple);
}
.trifecta-dry-eye .icon-area img{
  width: 60px;
}
.trifecta-dry-eye .icon-area p{
  font-size: .8rem;
  color: var(--light);
}

.dry-eye-aesthetics ul{
  padding: 0;
}
.dry-eye-aesthetics ul li {
  list-style: none;
  /* border-bottom: 1px dotted #acadaf; */
  padding: 5px 0;
}



.contact i{
  font-size: 2rem;
}
.contact h5{
  font-size: 1.5rem;
}
.contact p{
  font-size: 1.2rem;
}


.inner-product .product-heading h2 {
  color: var(--black);
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}


.sidebar-heading h5 {
  background-color: var(--secondary);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0rem;
  padding: 1rem 1.5rem;
}
/* .form-floating > label {
  left: auto !important;
} */
.error{
  font-size: .9rem;
  color: red;
}

.side-bar ul{
  list-style: none;
}
.side-bar ul li{
  padding: .6rem 0;
  border-bottom: 1px dotted var(--gray-light);
}
.side-bar ul li a{
  color: var(--secondary);
  font-size: 1.3rem;
  text-decoration: none;
  transition: 0.3s;
}
.side-bar ul li a:hover{
  color: var(--secondary);
  letter-spacing: 1px;
  transition: 0.5s;
}


/*** Footer ***/
.footer{
  background: var(--dark);
  /* padding: 0 0 20rem 0; 
  padding: 0rem 0 7rem 0;*/
}
.footer img{
  /* height: 160px; */
  margin: 0 10px 30px 0;
}
.footer h5{
  font-size: 1.4rem;
}
.footer p{
  font-size: 1rem;
  font-weight: 500 !important;
}
.footer p i{
  float: left;
  margin-bottom: 45px;
}
.footer ul{
  padding-left: 0;
}
.footer ul li{
  list-style: none;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.footer ul li i{
  font-size: 1rem;
  color: var(--primary);
  margin-right: 10px;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 0;
    padding: 8px 0;
    text-align: left;
    text-decoration: none;
    color: var(--black);
    font-weight: normal;
    text-transform: capitalize;
    transition: .8s;
    border-radius: 0;
}
.footer .btn.btn-link:hover {
    color: var(--secondary);
    /* letter-spacing: 1px; */
    box-shadow: none;
}
.footer .social i{
  font-size: 1rem;
  padding: .5rem;
}

.copyright{
  color: var(--black);
  font-size: .95rem;
  text-align: right;
}


@media (max-width:1440px) {

}

@media (max-width:1280px) {
  .top-bar .logo a {
    width: 315px;
  }
  .navbar a{
    font-size: .8rem;
    padding: 8px 4px;
  }
  .trifecta-dry-eye-left {
    padding: 2rem;
  }
  .trifecta-symptoms h2, .trifecta-dry-eye h2 {
    font-size: clamp(3rem, 5vw, 3rem);
  }
}

@media (max-width: 991px) {
  .btn-txt {
  font-size: 1.5rem;
}
   .navbar .logo a{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 11%;
    padding: 7px 15px 7px 15px;
    width: 272px;
  }

  .nav-bar {
    margin:0;
    padding:0;
    position: initial;
  }
  .nav-bar.sticky-top {
    position: initial;
    right: 10px;
    top: 0;
    padding: 0 0rem 0 22rem;
    transition: 0s;
  }
  .navbar {
    position: fixed;
    right: 0;
    top: 0;
    padding:2.8rem 0rem 1.8rem 0;
    width: 100%;
  }

.banner {
  margin-top: 74px;
  margin-bottom: 15px;
}
   
.carousel-caption h1 {
  font-size: 2rem;
}
.carousel-caption p {
  font-size: .9rem;
}
.carousel-caption a{
   font-size: .75rem;
}
section .heading, .meet-doc-content .heading {
  line-height: 40px;
}
.meet-doc-area{
  left: 0;
}
.meet-doc-content {
  padding: 2rem 2rem 2rem 2rem;
}
.meet-doc-content img {
  width: 44%;
  margin-bottom: 20px;
}
.video-overlay {
  padding: 1.3rem;
  bottom: 5px;
  width: 32%;
  overflow: scroll;
}
.caption h2 {
  font-size: 1.8rem;
  line-height: 32px;
}
.caption p {
  font-size: .6rem;
}

.caption-bg h5 {
  font-size: 1.5rem;
}
.caption-bg p {
  font-size: 1.5rem;
}
.caption-bg h4 {
  font-size: 1.5rem;
}

.home-about {
  margin-bottom: 10px;
  height: 306px;
}
.home-about-caption-area {
  padding: 0rem 0rem;
  margin-left: 0;
  margin-top: 0;
  position: inherit;
}
.home-about-caption h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.mrg-top{
  margin-top: 0;
}
.mrg-btm{
  margin-bottom: 0;
}

.services-category {
  border-right: none;
  border-bottom: 1px solid #ccc;
}
.insurance-area {
  right: 0;
  padding: 5rem;
}

.inner-banner, .service-banner {
  margin-top: 73px;
}
.trifecta-symptoms ul {
  border-right: none;
  width: 100% !important;
}
}


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

.navbar .logo a {
    width: 95px;
    padding: 7px 15px 7px 15px;
 }
#header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
}

#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-txt {
  font-size: 1.5rem;
}
  .home-about {
    margin-bottom: 10px;
    height: 306px;
  }
  .home-about-caption-area {
    padding: 0rem 0rem;
    margin-left: 0;
    margin-top: 0;
    position: inherit;
  }
  .home-about-caption h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 576px) {
  .navbar .logo a {
    width: 95px;
    padding: 7px 15px 7px 15px;
  }
.btn-txt {
  font-size: 1.2rem;
}
  .caption-bg h5 {
    font-size: 1.5rem;
  }
  .caption-bg p {
    font-size: 1.5rem;
  }
  .caption-bg h4 {
    font-size: 1.5rem;
  }
  .home-about {
    margin-bottom: 10px;
    height: 306px;
  }
  .home-about-caption-area {
    padding: 0rem 0rem;
    margin-left: 0;
    margin-top: 0;
    position: inherit;
  }
  .home-about-caption h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .wid-50 ul { 
    width: 100% !important;
  }

  .about-bg {
    padding: 2rem 1rem 2rem 1rem;
  }

 .about-bg p {
    font-size: 1.3rem;
  }

.video-overlay {
  padding: .8rem;
  bottom: 5px;
  width: 42%;
  overflow: scroll;
}
.caption h2 {
  font-size: .8rem;
  line-height: 14px;
}
.caption p {
  font-size: .6rem;
}

.trifecta-symptoms ul {
  border-right: none;
  width: 100% !important;
}
.trifecta-symptoms h2, .trifecta-dry-eye h2 {
  font-size: clamp(2.3rem, 5vw, 3rem);
  line-height: 2rem;
}
.lv-title {
  padding: 5rem 2rem;
}

.inner-banner, .service-banner {
  margin-top: 73px;
}

.copyright{
  text-align: center;
}

}

@media (max-width: 424px) {
  .navbar .logo a {
    width: 272px;
    padding: 10px 15px 7px 17px;
 }

 .banner {
  margin-top: 74px;
  margin-bottom: 15px;
}
   
.carousel-caption h1 {
  font-size: 2rem;
}
.carousel-caption p {
  font-size: .9rem;
}
.carousel-caption a{
   font-size: .75rem;
}

section {
  margin: 2rem 0;
  overflow: hidden;
}
section .heading {
  font-size: 2.5rem;
  line-height: 45px;
}

.about-inner .about-inner-card {
  margin-top: -48px;
  padding: 22px;
}
.about-img-wrap::before {
  top: 29px;
  left: 2px;
}
.img-badge a {
  bottom: 59px;
  left: -14px;
}

.meet-doc-content .heading, .our-services-area .heading, .insurance-content .heading  {
  font-size: 3rem;
  line-height: 50px;
}

.meet-doc-area {
  left: 0;
}

.meet-doc-content {
  padding: 2rem 2rem 2rem 2rem;
}

.insurance-area {
  right: 0;
  padding: 3rem 2rem 5rem 3rem;
}

.trifecta-dry-eye-left {
  padding: 2rem;
}

}


