@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
.sticky {
   top: 0 !important;
   background: linear-gradient(rgb(241, 248, 249, 1), rgb(244, 250, 236, 1));
   -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
   animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
   position: fixed;
   box-shadow: 0px 5px 35px 0px rgb(211 221 241 / 75%);
   z-index: 999;
   width: 100%;
}

.menu-section {
   display: flex;
   align-items: center;
}

/* nav css start */
.nav {
   background: linear-gradient(rgb(241, 248, 249, 1), rgb(244, 250, 236, 1));
   position: relative;
   z-index: 9999;
   width: 100%;
}

.header {

   left: 0;
   top: 0;
   width: 100%;
   height: auto;
   z-index: 999;
   margin: 0 auto;


}

.header .navbar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 2rem;
   max-width: 100%;
   height: auto;
   padding: 0.75rem 0;
}

.nav-btn {
   background: #33B6EF;
   color: #fff !important;
   padding: 12px 25px !important;
   border-radius: 10px;
   transition: 0.6s ease all;
   line-height: 34px !important;
   text-align: center;
   font-size: 18px !important;


}

.nav-btn:hover {
   background: #000;
}

.header .burger {
   position: relative;
   display: block;
   cursor: pointer;
   width: 2rem;
   height: auto;
   border: none;
   opacity: 1;
   visibility: visible;
   background: none;
   outline: none;
}

.brand img {
   width: 77px;
}

.header-phone-number-section i {
   font-size: 18px;
}

.responsive-phone-icon {
   display: none;
}
.for-responsive-header{
   display: none;
}

/* desktop header css start */
.top-header-logo-image img{
   width: 77px;
   object-fit: contain;
   height: auto;
}
.top-header-logo-text h5{
   font-family: Helvetica, Arial, sans-serif;
   font-size: 20px;
   font-weight: 800;
   color: #000;
   padding-bottom: 5px;
}
.top-header-logo-text h2{
   font-family: Helvetica, Arial, sans-serif;
   font-size: 36px;
   font-weight: 800;
   color: #000;
   border-top: 2px solid #000;
   display: inline-block;
   padding-top: 10px;
}
.top-header-logo-text-section{
   display: flex;
   align-items: center;
}
.top-header-logo-text{
   margin-left: 25px;
}
.top-header{
   background: #f3f9f1;
   padding: 12px 0px;
}
.standard-time-section h5{
   font-size: 12px;
   font-weight: 500;
   color: #222;
   font-family: 'Avenir', sans-serif;
   margin-bottom: 8px;
}
.standard-time-section h5:last-child{
   margin-bottom: 0px;
}
.top-header-right-side-section{
   text-align: right;
}
.main-hedaer-section{
   background: #70B9C0;
   padding: 22px 0px;
}
.nav-link ul li{
   display: inline-block;
}
.nav-link ul li a{
   font-size: 16px;
   font-weight: 800;
   display: inline-block;
   padding: 0px 22px;
   color: #EDF3F8;
}
.nav-link-search-button-section{
   display: flex;
   align-items: center;
}
.header-search-button button{
   font-size: 18px;
   color: #fff;
   background: none;
   display: inline-block;
}
/* desktop header css end */

/* header dropdown css  */
.dropdown-desktop {
   position: relative !important;
}

.dropdown-content {
   border-top: 2px solid #347379;
   display: none;
   position: absolute;
   background-color: #fff;
   width: auto;
   margin-top: 0px;
   margin-left: 6px;
   box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
   padding: 10px 0px;
   z-index: 99;

}

.dropdown-desktop:hover .dropdown-content {
   display: block;
}

.dropdown-content ul li a {
   display: block;
   margin: 0px 12px;
   padding: 0px;
   font-size: 14px;
   line-height: 12px;
   color: #222;
}

.dropdown-content ul li {
   margin: 0px;
   display: block;
   padding: 8px 0px;

}

.dropdown-content ul li:hover {
   background: #f7f7f7;
   cursor: pointer;
}

.dropdown-content ul li:hover a {
   color: #347379;
}
.responsive-dropdown-content{
   display: none !important;
}
.dropdown{
   position: relative;
}
.down-angle-btn{
   position: absolute;
   top: 5px;
   right: 0;
}
.down-angle-btn:hover{
   color: #347379;
}
.down-angle-btn:focus {
   outline: none;
   box-shadow: none;
}
.dropdown-item {
   color: #000;
   font-size: 15px;
   padding: 10px 27px;
}
.dropdown-toggle::after {
   opacity: 0;
}
.down-angle-icon{
   transition: 0.6s ease all;
   transform: rotate(0deg);
}
.down-angle-icon-add-class{
   transition: 0.6s ease all;
   transform: rotate(180deg);
}
.responsive-menu-block{
   display: none;
}
.responsive-menu-block .dropdown-menu{
   position: relative;
   border-top: 1px solid #eee;
   border-bottom: none;
   border-left: none;
   border-right: none;
   padding: 0px;
}
.dropdown-item {
   color: #000;
   font-size: 15px;
   padding: 8px 14px 8px 41px;
   white-space: inherit;
   font-weight: 500;
   line-height: 23px;
   position: relative;
}
.dropdown-item::before{
   content: '';
   display: block;
   width: 8px;
   height: 8px;
   border: 2px solid #347379;
   border-radius: 50%;
   margin-right: 6px;
   position: absolute;
   left: 24px;
   top: 16px;
}
.header .menu-item:last-child{
   border-bottom: none;
}
/* header dropdown css end */

@media only screen and (min-width: 1200px) {
   .header .burger {
      display: none;
      opacity: 0;
      visibility: hidden;
   }
}

.header .burger-line {
   display: block;
   cursor: pointer;
   width: 100%;
   height: 2px;
   margin: 6px auto;
   background: #333333;
   transform: rotate(0deg);
   transition: all 0.3s ease-in-out;
}

.header .menu {
   position: fixed;
   top: 0;
   left: -19rem;
   width: 19rem;
   height: 100%;
   z-index: 999;
   opacity: 0;
   overflow-y: auto;
   visibility: hidden;
   background: #fff;
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
   transition: all 0.5s ease;
}

@media only screen and (min-width: 1200px) {
   .header .menu {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      opacity: 1;
      visibility: visible;
      background: none;
      box-shadow: none;
   }
}

.header .menu.is-active {
   left: 0rem;
   opacity: 1;
   visibility: visible;
}

.header .menu-block {
   /* width: 100%; */
   height: auto;
   margin: 2rem 0;
}

@media only screen and (min-width: 991px) {
   .header .menu-block {
      margin: 16px auto;
   }
}

.header .menu-item {
   display: block;
   margin: 0;
}

@media only screen and (min-width: 991px) {
   .header .menu-item {
      position: relative;
      display: inline-block;
      margin: 0px 9px;
   }
}

.header .menu-link {
   display: block;
   font-family: inherit;
   line-height: inherit;
   padding: 0px 10px;
   border: none;
   text-rendering: optimizeLegibility;
   transition: all 0.35s ease;
   font-weight: 500;
   font-size: 16px;
   line-height: 30px;
   color: #000;
   font-family: 'Poppins', sans-serif;
}

.active-header-link {
   color: #70B9C0 !important;
}

.header .menu-link:hover {
   color: #70B9C0;
}

.header-phone-number-section a {
   font-weight: 400;
   font-size: 16px;
   text-transform: capitalize;
   color: #000000;
}

.header-phone-number-section a:hover {
   color: #70B9C0;
}

.header-phone-number-section {
   margin: 0px 33px;
}

.header-get-call-section a {
   background: #70B9C0;
   box-shadow: 0px 4px 10px rgba(255, 0, 0, 0.35);
   border-radius: 25px;
   color: #fff;
   padding: 12px 30px;
   transition: 0.6s ease all;
   font-size: 16px;
}

.header-get-call-section a:hover {
   background: #000;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
   color: #fff;
}

@media only screen and (min-width: 991px) {
   .header .menu-link {
      padding: -0.5rem 19px;
   }

}

@media only screen and (max-width: 991px) {
   .header .menu-link {
      color: var(--color-black);

   }

}

.header .overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9;
   opacity: 0;
   visibility: hidden;
   background: rgba(0, 0, 0, 0.7);
   transition: all 0.35s ease-in-out;
}

.header .overlay.is-active {
   display: block;
   opacity: 1;
   visibility: visible;
}


/* nav css link end */