/*----------------------------
    1. Place holder
-----------*/
/*----------------------------
    2. Mixins
-----------*/
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: none;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
}

#page {
  overflow: hidden;
}

figure, ul {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

section {
  margin-top: -1px;
}

.container-sm {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1520px;
}

@media (max-width: 1600px) {
  .container-sm {
    max-width: 1220px;
  }
}

@media (max-width: 1280px) {
  .container-sm {
    max-width: 1020px;
  }
}

@media (max-width: 1024px) {
  .container-sm {
    max-width: 920px;
  }
}

@media (max-width: 992px) {
  .container-sm {
    max-width: 740px;
  }
}

@media (max-width: 769px) {
  .container-sm {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container-sm {
    padding: 0 20px;
  }
}

.container {
  width: 100%;
  padding: 0px 30px;
  margin: auto;
  max-width: 1725px;
}

@media (max-width: 1800px) {
  .container {
    max-width: 1520px;
  }
}

@media (max-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1220px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1020px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 920px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 740px;
  }
}

@media (max-width: 769px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
}

.container-lg {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1850px;
}

@media (max-width: 1800px) {
  .container-lg {
    max-width: 1520px;
    padding: 0 30px;
  }
}

@media (max-width: 1600px) {
  .container-lg {
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  .container-lg {
    max-width: 1220px;
  }
}

@media (max-width: 1280px) {
  .container-lg {
    max-width: 1020px;
  }
}

@media (max-width: 1024px) {
  .container-lg {
    max-width: 920px;
  }
}

@media (max-width: 992px) {
  .container-lg {
    max-width: 740px;
  }
}

@media (max-width: 769px) {
  .container-lg {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container-lg {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .touch-viewport-right {
    margin-right: 0 !important;
  }
}

@media (max-width: 992px) {
  .touch-viewport-left {
    margin-left: 0 !important;
  }
}

.banner .swiper-container,
.item, .item__img,
.img-box, [data-paroller-factor],
.slick-slider .slick-list, .slick-slider .slick-track,
.swiper-slide, .swiper-wrapper, [data-aos], [data-scroll] {
  will-change: transform;
}

img {
  max-width: 100%;
  vertical-align: top;
}

img.full-img {
  width: 100%;
}

iframe,
video {
  max-width: 100%;
}

.color-white * {
  color: #fff;
}

.bg-control {
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide {
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, div, a {
  outline: 0px;
}

button:focus, div:focus, a:focus {
  outline: 0px;
}

.slick-slider .slick-track, [data-aos], .slick-slider .slick-list, .swiper-wrapper, .swiper-slide, .swiper-container {
  will-change: transform;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

button,
input,
select,
textarea {
  font-family: "Montserrat";
}

.h1, h1,
.h2, h2,
.h3,
.visual-editor-content blockquote,
.visual-editor-content blockquote p, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: "Lora";
  line-height: 1.3;
  margin: 0;
  color: #1d63ab;
  font-weight: 700;
}

.h1, h1 {
  font-size: 103px;
}

@media (max-width: 1800px) {
  .h1, h1 {
    font-size: 80px;
  }
}

@media (max-width: 1600px) {
  .h1, h1 {
    font-size: 70px;
  }
}

@media (max-width: 1440px) {
  .h1, h1 {
    font-size: 60px;
  }
}

@media (max-width: 1366px) {
  .h1, h1 {
    font-size: 50px;
  }
}

@media (max-width: 1280px) {
  .h1, h1 {
    font-size: 45px;
  }
}

@media (max-width: 992px) {
  .h1, h1 {
    font-size: 45px;
  } 
}

@media (max-width: 576px) {
  .h1, h1 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .h1, h1 {
    font-size: 30px;
  }
}

.h2, h2 {
  font-size: 79px;
}

@media (max-width: 1800px) {
  .h2, h2 {
    font-size: 65px;
  }
}

@media (max-width: 1600px) {
  .h2, h2 {
    font-size: 60px;
  }
}

@media (max-width: 1440px) {
  .h2, h2 {
    font-size: 55px;
  }
}

@media (max-width: 1280px) {
  .h2, h2 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .h2, h2 {
    font-size: 45px;
  }
}

@media (max-width: 992px) {
  .h2, h2 {
    font-size: 38px;
  }
}

@media (max-width: 769px) {
  .h2, h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .h2, h2 {
    font-size: 26px;
  }
}


.h3,
.visual-editor-content blockquote,
.visual-editor-content blockquote p, h3 {
  font-size: 54px;
}

@media (max-width: 1800px) {
  
  .h3,
  .visual-editor-content blockquote,
  .visual-editor-content blockquote p, h3 {
    font-size: 45px;
  }
}

@media (max-width: 1600px) {
  
  .h3,
  .visual-editor-content blockquote,
  .visual-editor-content blockquote p, h3 {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  
  .h3,
  .visual-editor-content blockquote,
  .visual-editor-content blockquote p, h3 {
    font-size: 35px;
  }
}

@media (max-width: 1024px) {
  
  .h3,
  .visual-editor-content blockquote,
  .visual-editor-content blockquote p, h3 {
    font-size: 30px;
  }
}

@media (max-width: 769px) {
  
  .h3,
  .visual-editor-content blockquote,
  .visual-editor-content blockquote p, h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  
  .h3,
  .visual-editor-content blockquote,
  .visual-editor-content blockquote p, h3 {
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  
  .h3,
  .visual-editor-content blockquote,
  .visual-editor-content blockquote p, h3 {
    font-size: 20px;
  }
}

.h4, h4 {
  font-size: 42px;
}

@media (max-width: 1800px) {
  .h4, h4 {
    font-size: 38px;
  }
}

@media (max-width: 1600px) {
  .h4, h4 {
    font-size: 35px;
  }
}

@media (max-width: 1440px) {
  .h4, h4 {
    font-size: 32px;
  }
}

@media (max-width: 1366px) {
  .h4, h4 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .h4, h4 {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .h4, h4 {
    font-size: 22px;
  }
}

@media (max-width: 769px) {
  .h4, h4 {
    font-size: 20px;
  }
}

.h5, h5 {
  font-size: 30px;
  /* @include breakpoint(xsml){
        font-size: 14px;
    } */
}

@media (max-width: 1800px) {
  .h5, h5 {
    font-size: 28px;
  }
}

@media (max-width: 1440px) {
  .h5, h5 {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .h5, h5 {
    font-size: 20px;
  }
}

@media (max-width: 769px) {
  .h5, h5 {
    font-size: 18px;
  }
}

.h6, h6 {
  font-size: 24px;
  /* @include breakpoint(xsml){
        font-size: 14px;
    } */
}

@media (max-width: 1600px) {
  .h6, h6 {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .h6, h6 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .h6, h6 {
    font-size: 18px;
  }
}

@media (max-width: 769px) {
  .h6, h6 {
    font-size: 16px;
  }
}

p {
  line-height: 1.6;
  font-family: "Montserrat";
  color: #1f1f1f;
  font-weight: 400;
  font-size: 20px;
  /* @include breakpoint(xxxlarge){
        font-size: 30px;
    }
    @include breakpoint(xxlarge){
        font-size: 26px;
    }
    @include breakpoint(xlarge){
        line-height: 1.3;
    }
    @include breakpoint(ipad){
        font-size: 24px;
    }
    @include breakpoint(large){
        font-size: 20px;
        line-height: 1.2;
    }
    @include breakpoint(xmedium){
        font-size: 18px;
    }
    @include breakpoint(small){
        font-size: 16px;
    }
    @include breakpoint(largeMobile){
        font-size: 14px;
    }
    @include breakpoint(mini){
        font-size: 12px;
    }   */
}

@media (max-width: 1280px) {
  p {
    font-size: 19px;
  }
}

@media (max-width: 992px) {
  p {
    font-size: 18px;
  }
 
}

@media (max-width: 769px) {
  p {
    font-size: 16px;
  }
 
}

a {
  text-decoration: none;
  color: #000;
}



.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.flex.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.space-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.flex.space-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.align-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.flex.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn {
  display: inline-block;
  padding: 14px 30px;
  border: 2px solid #00aa79;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  overflow: hidden;
  background-color: #00aa79;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all .45s ease-Out;
  transition: all .45s ease-Out;
}

@media (max-width: 1024px) {
  .btn {
    padding: 16px 30px;
    font-size: 20px;
  }
}

@media (max-width: 769px) {
  .btn {
    padding: 12px 25px;
    font-size: 18px;
  }
}

.btn.blue {
  padding: 12px 22px;
  font-size: 26px;
  line-height: 1.3;
  background-color: #1d63ab;
  border-color: #1d63ab;
  color: #fff;
  border-radius: 5px;
}

@media (max-width: 1800px) {
  .btn.blue {
    font-size: 28px;
    padding: 12px 20px;
  }
}

@media (max-width: 1600px) {
  .btn.blue {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  .btn.blue {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {
  .btn.blue {
    font-size: 18px;
    padding: 10px 15px;
  }
}

.btn.blue:hover .text {
  color: #1d63ab;
}

.btn.blue .spin {
  background-color: #fff;
}

.btn.white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.white:hover .text {
  color: #00aa79;
}

.btn.white:hover .spin {
  background-color: #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.btn:hover {
  color: #00aa79;
}

.btn:hover .text {
  color: #00aa79;
}

.btn:hover .spin {
  width: 180%;
  height: 600%;
  opacity: 1;
  left: -70px;
  top: -70px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.btn .text {
  position: relative;
  color: #fff;
  z-index: 1;
}

.btn .spin {
  width: 0;
  height: 0;
  opacity: 0;
  left: 70px;
  top: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #fff;
  position: absolute;
  -webkit-transition: all .5s ease-Out;
  transition: all .5s ease-Out;
}

.form-group {
  width: 100%;
  padding-bottom: 15px;
}

@media (max-width: 769px) {
  .form-group {
    padding-bottom: 10px;
  }
}

.form-group.full {
  width: 100%;
}

.form-group label {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: none;
}

@media (max-width: 992px) {
  .form-group label {
    font-size: 20px;
  }
}

.form-group textarea {
  height: 185px;
}

.form-group .form-control {
  width: 100%;
  display: block;
  padding: 8px 16px;
  border: 0;
  outline: none;
  background-color: #fff;
  font-size: 18px;
  resize: none;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-group .form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-group .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-group .form-control::placeholder {
  color: #000;
  opacity: 1;
}

.form-submit {
  text-align: right;
  padding-top: 20px;
  position: relative;
}

.form-submit .ajax-loader {
  position: absolute;
  top: 38px;
  margin: 0 7px;
  width: 20px;
  height: 20px;
}

label {
  display: block;
  color: #000;
  font-family: "Montserrat";
  padding: 10px 0px;
  font-size: 27px;
  font-weight: 400;
}

input {
  font-family: "Montserrat";
  font-size: 27px;
  color: #4f4d4d;
  font-weight: 400;
}

@media (max-width: 1200px) {
  input {
    font-size: 21px;
  }
}

@media (max-width: 769px) {
  input {
    font-size: 17px;
  }
}

textarea, input[type=text], input[type=phone], input[type=email], input[type=number] {
  width: 90%;
  padding: 12px 12px 12px 21px;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 20px;
  resize: vertical;
}

@media (max-width: 1024px) {
  textarea, input[type=text], input[type=phone], input[type=email], input[type=number] {
    width: 100%;
  }
}

.custom-swiper-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-swiper-nav:hover:not(.swiper-button-disabled) {
  background-color: #fff;
}

.custom-swiper-nav:hover:not(.swiper-button-disabled) svg path {
  fill: #000;
}

.custom-swiper-nav.swiper-button-disabled {
  opacity: .25;
  cursor: default;
}

.custom-swiper-nav.prev {
  left: -90px;
}

.custom-swiper-nav.next {
  right: -90px;
}

.custom-swiper-nav svg path {
  fill: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.img-fluid {
  width: 100%;
}

/* alignment classes */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* text color classes */
.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-white * {
  color: #fff;
}

/* backgrounds */
.bg-gradient-blue {
  background: radial-gradient(50% 50% at 50% 50%, #008FF7 35.42%, #0074C9 94.27%) !important;
}

/* gradient bar */
.blue_grident {
  background: linear-gradient(45deg, #2cdef8 0%, #1e8db1 57%, #1d64ac 100%);
}

/* margin top */
.mt-50 {
  margin-top: 50px !important;
}

@media (max-width: 1440px) {
  .mt-50 {
    margin-top: 40px !important;
  }
}

@media (max-width: 360px) {
  .mt-50 {
    margin-top: 30px !important;
  }
}

.mt-75 {
  margin-top: 75px !important;
}

@media (max-width: 1440px) {
  .mt-75 {
    margin-top: 65px !important;
  }
}

@media (max-width: 1024px) {
  .mt-75 {
    margin-top: 60px !important;
  }
}

@media (max-width: 1280px) {
  .mt-75 {
    margin-top: 55px !important;
  }
}

@media (max-width: 992px) {
  .mt-75 {
    margin-top: 50px !important;
  }
}

@media (max-width: 769px) {
  .mt-75 {
    margin-top: 40px !important;
  }
}

@media (max-width: 360px) {
  .mt-75 {
    margin-top: 30px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}

@media (max-width: 1800px) {
  .mt-100 {
    margin-top: 90px !important;
  }
}

@media (max-width: 1600px) {
  .mt-100 {
    margin-top: 80px !important;
  }
}

@media (max-width: 1440px) {
  .mt-100 {
    margin-top: 70px !important;
  }
}

@media (max-width: 1366px) {
  .mt-100 {
    margin-top: 60px !important;
  }
}

@media (max-width: 992px) {
  .mt-100 {
    margin-top: 55px !important;
  }
}

@media (max-width: 769px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

/* marign bottom */
.mb-50 {
  margin-bottom: 50px !important;
}

@media (max-width: 1440px) {
  .mb-50 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 360px) {
  .mb-50 {
    margin-bottom: 30px !important;
  }
}

.mb-75 {
  margin-bottom: 75px !important;
}

@media (max-width: 1440px) {
  .mb-75 {
    margin-bottom: 65px !important;
  }
}

@media (max-width: 1024px) {
  .mb-75 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1280px) {
  .mb-75 {
    margin-bottom: 55px !important;
  }
}

@media (max-width: 992px) {
  .mb-75 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 769px) {
  .mb-75 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 360px) {
  .mb-75 {
    margin-bottom: 30px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 1800px) {
  .mb-100 {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 1600px) {
  .mb-100 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 1440px) {
  .mb-100 {
    margin-bottom: 70px !important;
  }
}

@media (max-width: 1366px) {
  .mb-100 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 992px) {
  .mb-100 {
    margin-bottom: 55px !important;
  }
}

@media (max-width: 769px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/* padding top */
.pt-30 {
  padding-top: 30px !important;
}

@media (max-width: 1366px) {
  .pt-30 {
    padding-top: 20px !important;
  }
}

@media (max-width: 992px) {
  .pt-30 {
    padding-top: 15px !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}

@media (max-width: 1440px) {
  .pt-50 {
    padding-top: 40px !important;
  }
}

@media (max-width: 360px) {
  .pt-50 {
    padding-top: 30px !important;
  }
}

.pt-75 {
  padding-top: 75px !important;
}

@media (max-width: 1280px) {
  .pt-75 {
    padding-top: 65px !important;
  }
}

@media (max-width: 992px) {
  .pt-75 {
    padding-top: 55px !important;
  }
}

@media (max-width: 769px) {
  .pt-75 {
    padding-top: 50px !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}

@media (max-width: 1800px) {
  .pt-100 {
    padding-top: 90px !important;
  }
}

@media (max-width: 1600px) {
  .pt-100 {
    padding-top: 80px !important;
  }
}

@media (max-width: 1440px) {
  .pt-100 {
    padding-top: 70px !important;
  }
}

@media (max-width: 1366px) {
  .pt-100 {
    padding-top: 60px !important;
  }
}

@media (max-width: 992px) {
  .pt-100 {
    padding-top: 55px !important;
  }
}

@media (max-width: 769px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-150 {
  padding-top: 150px;
}

/* padding bottom */
.pb-30 {
  padding-bottom: 30px !important;
}

@media (max-width: 1366px) {
  .pb-30 {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 992px) {
  .pb-30 {
    padding-bottom: 15px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

@media (max-width: 1280px) {
  .pb-75 {
    padding-bottom: 65px !important;
  }
}

@media (max-width: 992px) {
  .pb-75 {
    padding-bottom: 55px !important;
  }
}

@media (max-width: 769px) {
  .pb-75 {
    padding-bottom: 50px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media (max-width: 1800px) {
  .pb-100 {
    padding-bottom: 90px !important;
  }
}

@media (max-width: 1600px) {
  .pb-100 {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 1440px) {
  .pb-100 {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 1366px) {
  .pb-100 {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 992px) {
  .pb-100 {
    padding-bottom: 55px !important;
  }
}

@media (max-width: 769px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

@media (max-width: 1800px) {
  .pb-150 {
    padding-bottom: 130px !important;
  }
}

@media (max-width: 1600px) {
  .pb-150 {
    padding-bottom: 110px !important;
  }
}

@media (max-width: 1440px) {
  .pb-150 {
    padding-bottom: 90px !important;
  }
}

@media (max-width: 1366px) {
  .pb-150 {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 1280px) {
  .pb-150 {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 992px) {
  .pb-150 {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 769px) {
  .pb-150 {
    padding-bottom: 50px !important;
  }
}

@-webkit-keyframes left {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes left {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.hero-banner-sec {
  position: relative;
}

.hero-banner-sec .banner-img {
  position: relative;
}

.hero-banner-sec .banner-img::after {
  position: absolute;
  content: "";
  width: 26%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c3cfe6;
  z-index: -1;
}

.hero-banner-sec .banner-img figure img {
  /* min-height: 600px;
  max-height: 60vh; */
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1440px) {
  .hero-banner-sec .banner-img figure img {
    /* min-height: 550px; */
  }
}

@media (max-width: 1280px) {
  .hero-banner-sec .banner-img figure img {
    /* min-height: 500px; */
  }
  .banner_h1 {
    font-size: 40px;
  }
}

@media (max-width: 769px) {
  .hero-banner-sec .banner-img figure img {
    /* min-height: 450px; */
    height: 200px;
    object-position: 90%;
  }
}

@media (max-width: 576px) {
  .hero-banner-sec .banner-img figure img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 90%;
    min-height: unset;
  }
  .banner_h1 {
    font-size: 25px;
  }
  .hero-banner-sec .inner-content p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hero-banner-sec .banner-img figure img {
    -o-object-position: 80%;
       object-position: 95%;
       height: 200px;
  }
}

.hero-banner-sec .inner-content {
  position: absolute;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1280px) {
  .hero-banner-sec .inner-content {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .hero-banner-sec .inner-content {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .hero-banner-sec .inner-content {
    width: 45%;
    top: 40%;
  }
}

.hero-banner-sec .inner-content h1 {
  font-weight: 700;
  font-family: "Lora";
  color: #1d63ab;
  line-height: 1.2;
}

@media (max-width: 1280px) {
  .hero-banner-sec .inner-content h1 {
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .hero-banner-sec .inner-content h1 {
    font-size: 25px;
    margin-top: 20px;
  }
}

.hero-banner-sec .inner-content p {
  color: #1e1e1e;
  padding-top: 20px;
}

@media (max-width: 769px) {
  .hero-banner-sec .inner-content p {
    padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .hero-banner-sec .inner-content p {
    font-size: 12px;
    max-width: 120px;
  }
}

@media (max-width: 576px) {
  .hero-banner-sec .inner-content p br {
    display: none;
  }
}

.gl_with_gradient_img_sec {
  overflow: hidden;
}

.gl_with_gradient_img_sec .heading-box {
  padding: 85px 0 97px;
}

@media (max-width: 1800px) {
  .gl_with_gradient_img_sec .heading-box {
    padding: 80px 0 80px;
  }
}

@media (max-width: 1600px) {
  .gl_with_gradient_img_sec .heading-box {
    padding: 70px 0 70px;
  }
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec .heading-box {
    padding: 60px 0 60px;
  }
}

@media (max-width: 1366px) {
  .gl_with_gradient_img_sec .heading-box {
    padding: 50px 0 50px;
  }
}

@media (max-width: 1024px) {
  .gl_with_gradient_img_sec .heading-box {
    padding: 40px 0 40px;
  }
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec .heading-box {
    padding: 25px 0 25px;
  }
}

.gl_with_gradient_img_sec .heading-box h3 {
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

.gl_with_gradient_img_sec .gl_text_box {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (max-width: 1600px) {
  .gl_with_gradient_img_sec .gl_text_box {
    padding-bottom: 70px;
  }
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec .gl_text_box {
    padding-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .gl_with_gradient_img_sec .gl_text_box {
    padding-bottom: 30px;
  }
}

.gl_with_gradient_img_sec .gl_text_box:nth-last-child(1) {
  padding-bottom: 0;
}

.gl_with_gradient_img_sec .gl_text_box:nth-child(even), .gl_with_gradient_img_sec .gl_text_box.right_side_image_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gl_with_gradient_img_sec .gl_text_box .image_box {
  /* width: calc(44% - 70px); */
  width: 350px;
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec .gl_text_box .image_box {
    /* width: calc(44% - 40px); */
  }
}

@media (max-width: 1280px) {
  .gl_with_gradient_img_sec .gl_text_box .image_box {
    /* width: calc(40% - 40px); */
  }
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: 100%;
  }
  .gl_with_gradient_img_sec .gl_text_box .image_box img {
    width: 300px;
    height: auto;
  }
}

@media (max-width: 769px) {
  .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .gl_with_gradient_img_sec .gl_text_box {
    width: 100%;
  }
}

.gl_with_gradient_img_sec .gl_text_box .image_box figure {
  text-align: center;
  position: relative;
}

.gl_with_gradient_img_sec .gl_text_box .image_box figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: bottom;
  z-index: -1;
}

.gl_with_gradient_img_sec .gl_text_box .text_box {
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box {
    /* width: calc(56% - 40px); */
  }
}

@media (max-width: 1280px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box {
    /* width: calc(60% - 40px); */
  }
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: 100%;
    margin-top: 0;
  }
}

.gl_with_gradient_img_sec .gl_text_box .text_box h6 {
  text-transform: uppercase;
  color: #00aa79;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat";
}

.gl_with_gradient_img_sec .gl_text_box .text_box h3 {
  font-weight: 700;
  color: #1d63ab;
  font-family: "Lora";
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1366px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box h3 {
    margin-bottom: 15px;
  }
}

.gl_with_gradient_img_sec .gl_text_box .text_box p {
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  font-size: 19px;
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box p {
    font-size: 18px;
  }
}

@media (max-width: 769px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box p {
    font-size: 16px;
  }
}

.gl_with_gradient_img_sec .gl_text_box .text_box .btn-box {
  margin-top: 35px;
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box .btn-box {
    margin-top: 30px;
  }
}

@media (max-width: 1366px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box .btn-box {
    margin-top: 25px;
  }
}

@media (max-width: 1024px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box .btn-box {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box .btn-box {
    margin-top: 15px;
  }
}

.gl_with_gradient_img_sec .gl_text_box .text_box ul {
  margin-top: 35px;
}

@media (max-width: 1600px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul {
    margin-top: 30px;
  }
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul {
    margin-top: 25px;
  }
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul {
    margin-top: 20px;
  }
}

.gl_with_gradient_img_sec .gl_text_box .text_box ul li {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  padding: 15px 0;
  position: relative;
  margin-left: 70px;
  counter-increment: count;
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li {
    margin-left: 50px;
  }
}

@media (max-width: 1280px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li {
    line-height: 1.2;
    margin-left: 40px;
  }
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li {
    font-size: 18px;
    padding: 5px 0;
    margin-left: 40px;
  }
}

@media (max-width: 769px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li {
    font-size: 16px;
  }
}

.gl_with_gradient_img_sec .gl_text_box .text_box ul li::before {
  content: "";
  position: absolute;
  background: #158aae;
  width: 40px;
  height: 40px;
  top: 12px;
  left: -60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  color: #fff;
  font-family: "Lora";
  font-weight: 700;
  content: "" counter(count);
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li::before {
    width: 42px;
    height: 42px;
    font-size: 28px;
    left: -60px;
    top: 20px;
  }
}

@media (max-width: 1366px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li::before {
    width: 35px;
    height: 35px;
    font-size: 22px;
    left: -50px;
  }
}

@media (max-width: 1024px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li::before {
    top: 15px;
  }
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li::before {
    top: 5px;
    width: 28px;
    height: 28px;
    font-size: 18px;
    left: -40px;
  }
}

@media (max-width: 576px) {
  .gl_with_gradient_img_sec .gl_text_box .text_box ul li::before {
    width: 25px;
    height: 25px;
    font-size: 16px;
    left: -35px;
    top: 5px;
  }
}

/* .gl_with_gradient_img_sec .gl_text_box .text_box ul li:hover::before {
  background: #00aa79;
} */

.gl_free_shipping_sec {
  background: url("../../app/images/gradient-img.png") no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  background-color: #00aa79;
}

.gl_free_shipping_sec .gl_inner_cont_sec {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.gl_free_shipping_sec .gl_inner_cont_sec .unbox_img figure img {
  margin-top: -140px;
  width: 43%;
}

@media (max-width: 1600px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .unbox_img figure img {
    width: 500px;
    margin-top: -120px;
  }
}

@media (max-width: 1366px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .unbox_img figure img {
    width: 450px;
    margin-top: -100px;
  }
}

@media (max-width: 1024px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .unbox_img figure img {
    width: 400px;
    margin-top: -80px;
  }
}

@media (max-width: 769px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .unbox_img figure img {
    width: 380px;
    margin-top: -70px;
  }
}

@media (max-width: 480px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .unbox_img figure img {
    width: 350px;
    margin-top: -60px;
  }
}

.gl_free_shipping_sec .gl_inner_cont_sec .content-box h3 {
  margin-bottom: 20px;
}

@media (max-width: 1280px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .content-box h3 {
    margin-bottom: 15px;
  }
}

.gl_free_shipping_sec .gl_inner_cont_sec .content-box p {
  line-height: 1.3em;
  font-size: 20px;
}

@media (max-width: 1280px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .content-box p {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .content-box p {
    font-size: 18px;
  }
}

@media (max-width: 769px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .content-box p {
    font-size: 16px;
  }
}

.gl_free_shipping_sec .gl_inner_cont_sec .content-box .btn-box {
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .content-box .btn-box {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .gl_free_shipping_sec .gl_inner_cont_sec .content-box .btn-box {
    margin-top: 20px;
  }
}

.gl_free_shipping_sec .gl_inner_cont_sec .content-box .btn-box .btn {
  text-transform: capitalize;
}

.gl_hero_heading_box {
  position: relative;
}

@media (max-width: 576px) {
  .gl_hero_heading_box {
    height: 100px;
  }
}

.gl_hero_heading_box .gl_gridient_image_wrap {
  width: 100%;
  position: relative;
  height: 100%;
  /* &.blue_grident{
            &::after{
                background: linear-gradient(45deg, #2cdef8 0%, #1e8db1 57%, #1d64ac 100%);  
            }
        } 
        &::after{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0.6;
        } */
}

.gl_hero_heading_box .gl_gridient_image_wrap figure {
  width: 100%;
  height: 100%;
}

.gl_hero_heading_box .gl_gridient_image_wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gl_hero_heading_box .heading-box h3 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header {
  background-color: #fff;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-animation: header-s linear 1 .5s;
          animation: header-s linear 1 .5s;
}

@media (max-width: 1600px) {
  .site-header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 1280px) {
  .site-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.site-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-animation: fixed-h linear 1 .6s;
          animation: fixed-h linear 1 .6s;
  z-index: 990;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media (max-width: 1280px) {
  .site-header.fixed-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.site-header.fixed-header .header .logo a img {
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
     height: auto;
}

@media (max-width: 992px) {
  .site-header.fixed-header .header .logo a img {
    width: 100px;
    height: auto;
  }
}

.site-header.fixed-header .header .navigation nav ul li {
  padding: 0 20px;
}

@media (max-width: 1800px) {
  .site-header .header .logo a img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 1600px) {
  .site-header .header .logo a img {
    width: 180px;height: auto;
  }
}

@media (max-width: 1440px) {
  .site-header .header .logo a img {
    width: 140px;height: auto;
  } 
}

@media (max-width: 992px) {
  .site-header .header .logo a img {
    width: 100px;height: auto;
  }
}

.site-header .header .toggle-btn {
  display: none;
  width: 35px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.site-header .header .toggle-btn span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1d63ab;
  height: 3px;
  margin-bottom: 5px;
}

.site-header .header .toggle-btn span:nth-last-child(1) {
  margin-bottom: 0;
}

.site-header .header .toggle-btn span:nth-child(2) {
  width: 70%;
}

@media (max-width: 992px) {
  .site-header .header .toggle-btn {
    display: block;
  }
}

@media (max-width: 992px) {
  .site-header .header .navigation {
    width: 300px;
    position: fixed;
    background-color: #fff;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
    padding-top: 110px;
    padding-left: 20px;
    overflow: auto;
  }
}

@media (max-width: 992px) and (max-width: 576px) {
  .site-header .header .navigation {
    padding-top: 60px;
  }
}

@media (max-width: 992px) {
  .site-header .header .navigation.active {
    right: 0;
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.3);
    display: block;
  }
}

@media (max-width: 992px) {
  .site-header .header .navigation.active nav ul {
    display: block;
  }
}

@media (max-width: 992px) {
  .site-header .header .navigation.active nav ul li {
    padding-bottom: 20px;
  }
}

.site-header .header .navigation nav .close-menu {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.site-header .header .navigation nav .close-menu p {
  color: #00aa79;
  font-size: 42px;
}

@media (max-width: 992px) {
  .site-header .header .navigation nav .close-menu {
    display: block;
  }
}

@media (max-width: 576px) {
  .site-header .header .navigation nav .close-menu {
    top: 20px;
  }
}

.site-header .header .navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .header .navigation nav ul li {
  padding: 0 30px;
}

@media (max-width: 1800px) {
  .site-header .header .navigation nav ul li {
    padding: 0 20px;
  }
}

@media (max-width: 1366px) {
  .site-header .header .navigation nav ul li {
    padding: 0 15px;
  }
}

.site-header .header .navigation nav ul li:nth-child(1) {
  display: none;
}

@media (max-width: 992px) {
  .site-header .header .navigation nav ul li:nth-child(1) {
    display: block;
  }
}

.site-header .header .navigation nav ul li.active a {
  color: #1d63ab;
}

.site-header .header .navigation nav ul li a {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
  color: #59463f;
  font-family: "Lora";
  position: relative;
}

@media (max-width: 1800px) {
  .site-header .header .navigation nav ul li a {
    font-size: 28px;
  }
}

@media (max-width: 1600px) {
  .site-header .header .navigation nav ul li a {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  .site-header .header .navigation nav ul li a {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {
  .site-header .header .navigation nav ul li a {
    font-size: 18px;
  }
}

.site-header .header .navigation nav ul li a::after {
  content: "";
  background-color: #1d63ab;
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.site-header .header .navigation nav ul li:hover a {
  color: #1d63ab;
}

.site-header .header .navigation nav ul li:hover a::after {
  width: 100%;
}

.site-header .header .navigation nav .footer_mob_link {
  display: none;
}

@media (max-width: 992px) {
  .site-header .header .navigation nav .footer_mob_link {
    display: block;
  }
}

.site-header .header .navigation .btn-box {
  margin-left: 40px;
  display: inline-block;
}

@media (max-width: 1440px) {
  .site-header .header .navigation .btn-box {
    margin-left: 20px;
  }
}

@media (max-width: 1280px) {
  .site-header .header .navigation .btn-box {
    margin-left: 10px;
  }
}

.site-header .header .navigation .btn-box a {
  -webkit-transform: scale(1);
          transform: scale(1);
  display: inline-block;
  -webkit-animation: flash2 2s infinite;
          animation: flash2 2s infinite;
}

@-webkit-keyframes header-s {
  0% {
    margin-top: -80px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes header-s {
  0% {
    margin-top: -80px;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes fixed-h {
  from {
    top: -130px;
  }
  to {
    top: 0;
  }
}

@keyframes fixed-h {
  from {
    top: -130px;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@-webkit-keyframes flash2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes flash2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* loader */
.loader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  z-index: 999;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loader.active {
  right: -110%;
}

.loader .loader-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader .loader-wrap .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader .loader-wrap .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1f1f1f;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader .loader-wrap .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
  background: #59463f;
}

.loader .loader-wrap .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
  background: #1d63ab;
}

.loader .loader-wrap .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
  background: #1d63ab;
}

.loader .loader-wrap .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
  background: #1d63ab;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

.site-footer {
  background-color: #e9eef8;
}

.site-footer .footer-sec .top_footer p span a {
  border-bottom: 1px solid;
  cursor: pointer;
}

.site-footer .footer-sec .top_footer p span:hover a {
  color: #1d63ab;
  border-color: #1d63ab;
}


.site-footer .footer-sec .bottom_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}

@media (max-width: 1600px) {
  /* .site-footer .footer-sec .bottom_footer {
    padding-top: 50px;
    padding-bottom: 50px;
  } */
}

@media (max-width: 1440px) {
  /* .site-footer .footer-sec .bottom_footer {
    padding-top: 40px;
    padding-bottom: 40px;
  } */

}

@media (max-width: 992px) {
  /* .site-footer .footer-sec .bottom_footer {
    padding-top: 30px;
    padding-bottom: 30px;
  } */
}

@media (max-width: 769px) {
  /* .site-footer .footer-sec .bottom_footer {
    padding-top: 30px;
    padding-bottom: 30px;
  } */
}

.site-footer .footer-sec .bottom_footer .footer-logo {
  width: 20%;
  padding-right: 50px;
}

@media (max-width: 1800px) {
  .site-footer .footer-sec .bottom_footer .footer-logo {
    padding-right: 30px;
  }
}

@media (max-width: 1280px) {
  .site-footer .footer-sec .bottom_footer .footer-logo {
    width: 20%;
  }
}

@media (max-width: 992px) {
  .site-footer .footer-sec .bottom_footer .footer-logo {
    padding-right: 10px;
  }
}

@media (max-width: 769px) {
  .site-footer .footer-sec .bottom_footer .footer-logo {
    width: 30%;
    padding-right: 0;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .site-footer .footer-sec .bottom_footer .footer-logo {
    margin: auto auto 30px 0px;
  }
}

.site-footer .footer-sec .bottom_footer .footer-logo img {
  width: 90%;
  height: auto;
}

.site-footer .footer-sec .bottom_footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  justify-content: flex-end;
}

@media (max-width: 1280px) {
  .site-footer .footer-sec .bottom_footer .footer-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .site-footer .footer-sec .bottom_footer .footer-content {
    justify-content: center;
  }
}

@media (max-width: 769px) {
  .site-footer .footer-sec .bottom_footer .footer-content {
    width: 100%;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3 {
  width: 33.33%;
  position: relative;
  padding: 0 65px;
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3:first-of-type{
  /* margin-left: auto;
  margin-right: auto; */
}

@media (max-width: 1800px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 {
    padding: 0 50px;
  }
}

@media (max-width: 1440px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 {
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

@media (max-width: 370px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 {
    width: 100%;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-of-type(2):before,
.site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-of-type(3):before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}
.site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-of-type(2):before{
  left: 1px;
}

@media (max-width: 576px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-of-type(2):before,
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-of-type(3):before {
    display: none;
  }
}

@media (max-width: 576px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-last-child(1)::after {
  display: none;
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(2) {
  /* @include breakpoint(largeMobile){
                            padding-left: 20px;
                        }
                        @media (max-width:370px) {
                            padding-left: 0;
                        } */
}

@media (max-width: 576px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 370px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3::after {
    display: none;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li {
  margin-bottom: 28px;
}

@media (max-width: 1440px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li {
    margin-bottom: 23px;
  }
}

@media (max-width: 1366px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li {
    margin-bottom: 20px;
  }
}

@media (max-width: 1280px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li {
    margin-bottom: 15px;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li a {
  margin-left: 40px;
  position: relative;
}

@media (max-width: 1024px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li a {
    margin-left: 20px;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li a::before {
  content: "";
  background-image: url("../../app/images/Phone-Icon.svg");
  width: 28px;
  height: 28px;
  position: absolute;
  top: -3px;
  left: -40px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(2) ul li a::before {
    left: -25px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 992px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(2) ul li a::before {
    top: 30px;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li:nth-last-of-type(1) a::before {
  background-image: url("../../app/images/Mail-Icon.svg");
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3 h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1em;
  /* @include breakpoint(largeMobile){
                            margin-top: 10px;
                        } */
}

@media (max-width: 1600px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 h5 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1440px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 h5 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1280px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 h5 {
    margin-bottom: 15px;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li {
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 769px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li {
    margin-bottom: 10px;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li a {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  font-family: "Montserrat";
  color: #1f1f1f;
  position: relative;
}

@media (max-width: 1440px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li a {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li a {
    padding-top: 30px;
  }
}

@media (max-width: 1280px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li a {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 992px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li a {
    font-size: 14px;
  }
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li a::after {
  content: "";
  background-color: #1d63ab;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li:hover a {
  color: #1d63ab;
}

.site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li:hover a::after {
  width: 100%;
}

.site-footer .footer-sec .copyright_sec {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1280px) {
  .site-footer .footer-sec .copyright_sec {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .site-footer .footer-sec .copyright_sec {
    padding-top: 10px;
  }
}

.site-footer .footer-sec .copyright_sec p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  display: inline-block;
}

.site-footer .footer-sec .copyright_sec p i {
  font-size: 16px;
  font-weight: 200;
  position: relative;
  width: 15px;
  height: 15px;
  color: #1f1f1f;
}

.site-footer .footer-sec .copyright_sec p::after {
  content: "";
  background-color: #1d63ab;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.benefits_wrapper .benefit_sec_box {
  /* border-radius: 45px; */
  /* background-color: #e9eef8; */
  /* padding: 30px 0 40px; */
}

@media (max-width: 576px) {
  .benefits_wrapper .benefit_sec_box {
    border-radius: 30px;
  }
}

.benefits_wrapper .benefit_sec_box .heading-box {
  padding: 0 20px;
}

.benefits_wrapper .benefit_sec_box .heading-box.aos-animate h3::after {
  width: 30%;
}

@media (max-width: 576px) {
  .benefits_wrapper .benefit_sec_box .heading-box.aos-animate h3::after {
    width: 40%;
  }
}

.benefits_wrapper .benefit_sec_box .heading-box h3 {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 1600px) {
  .benefits_wrapper .benefit_sec_box .heading-box h3 {
    padding-bottom: 20px;
  }
}

@media (max-width: 1440px) {
  .benefits_wrapper .benefit_sec_box .heading-box h3 {
    padding-bottom: 15px;
  }
}

@media (max-width: 1280px) {
  .benefits_wrapper .benefit_sec_box .heading-box h3 {
    padding-bottom: 15px;
  }
}

@media (max-width: 769px) {
  .benefits_wrapper .benefit_sec_box .heading-box h3 {
    padding-bottom: 15px;
  }
}

 .benefits_wrapper .benefit_sec_box .heading-box h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00aa79;
  width: 0%;
  height: 8px;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
} 


@media (max-width: 992px) {
  .benefits_wrapper .benefit_sec_box .heading-box h3::after {
    height: 6px;
  }
}

@media (max-width: 769px) {
  .benefits_wrapper .benefit_sec_box .heading-box h3::after {
    height: 4px;
  }
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper {
  padding: 0px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 480px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper {
    padding: 0px 20px 0 20px;
  }
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec {
  width: calc(33.33% - 37px);
  margin-right: 55px;
}

@media (max-width: 1600px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec {
    width: calc(33.33% - 27px);
    margin-right: 40px;
  }
}

@media (max-width: 1366px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec {
    width: calc(33.33% - 14px);
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec {
    width: calc(50% - 14px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec {
    width: 100%;
    margin-right: 0px;
  }
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 992px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec:nth-child(3n) {
    margin-right: 20px;
  }
}

@media (max-width: 576px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec:nth-child(2n) {
    margin-right: 0;
  }
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec:nth-last-child(1) {
  margin-bottom: 0;
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-circle-box {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #158aae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}


@media (max-width: 1024px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-circle-box {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 992px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-circle-box {
    margin-bottom: 20px;
  }
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-circle-box:hover {
  background-color: #00aa79;
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-circle-box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  padding: 30px;
}

@media (max-width: 1024px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-circle-box figure {
    padding: 20px;
  }
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-circle-box figure img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  max-width: 100%;
  max-height: 100%;
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-content {
  text-align: center;
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-content h3 {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-content h3 {
    margin-bottom: 15px;
  }
}

.benefits_wrapper .benefit_sec_box .icon_box_wrapper .icon-sec .icon-content p {
  line-height: 1.3;
  font-weight: 300;
}

.visual-editor-content {
  max-width: 975px;
  margin: 0 auto;
}

.visual-editor-content .gl-sub-head {
  margin-bottom: 45px;
}

.visual-editor-content hr {
  background-color: #fff;
  width: 86px;
  height: 1px;
  margin: 40px 0;
}

.visual-editor-content .cust-vid-wrap {
  position: relative;
  padding: 56.25% 0 0;
  margin: 30px 0;
}

.visual-editor-content .cust-vid-wrap iframe,
.visual-editor-content .cust-vid-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

.visual-editor-content iframe {
  width: 100%;
  margin: 30px 0;
}

.visual-editor-content h1, .visual-editor-content h2, .visual-editor-content h3, .visual-editor-content h4, .visual-editor-content h5, .visual-editor-content h6 {
  margin-bottom: 25px;
}

.visual-editor-content h4, .visual-editor-content h5, .visual-editor-content h6 {
  font-weight: 400;
}

.visual-editor-content ul,
.visual-editor-content ol {
  padding: 0 0 20px;
  list-style-position: inside;
}

.visual-editor-content ul li,
.visual-editor-content ol li {
  margin-bottom: 10px;
}

.visual-editor-content ul {
  list-style-type: disc;
}

.visual-editor-content blockquote {
  margin: 60px 0;
}

@media (max-width: 769px) {
  .visual-editor-content blockquote {
    margin: 40px 0;
  }
}

.visual-editor-content figure {
  max-width: 100%;
}

.visual-editor-content figure figcaption {
  margin-top: 0px;
  font-weight: 500;
}

.visual-editor-content figure.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

@media (max-width: 769px) {
  .visual-editor-content figure.alignright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.visual-editor-content figure.alignleft {
  display: block;
  float: left;
  margin: 0 40px 40px 0;
}

@media (max-width: 769px) {
  .visual-editor-content figure.alignleft {
    float: none;
    margin: 0 0 20px;
  }
}

.visual-editor-content figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  .visual-editor-content figure.aligncenter {
    margin-bottom: 20px;
  }
}

.visual-editor-content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}

.visual-editor-content .gallery .gallery-item {
  display: block;
  margin: 0 0 40px 40px;
}

.visual-editor-content .gallery .gallery-item img {
  width: 100%;
  margin: 0;
}

.visual-editor-content .gallery.gallery-columns-1 .gallery-item {
  width: calc(100% / 1 - 40px);
}

.visual-editor-content .gallery.gallery-columns-2 .gallery-item {
  width: calc(100% / 2 - 40px);
}

.visual-editor-content .gallery.gallery-columns-3 .gallery-item {
  width: calc(100% / 3 - 40px);
}

.visual-editor-content .gallery.gallery-columns-4 .gallery-item {
  width: calc(100% / 4 - 20px);
  margin: 0 0 20px 20px;
}

.visual-editor-content .gallery.gallery-columns-5 .gallery-item {
  width: calc(100% / 5 - 20px);
  margin: 0 0 20px 20px;
}

.visual-editor-content .gallery.gallery-columns-6 .gallery-item {
  width: calc(100% / 6 - 15px);
  margin: 0 0 15px 15px;
}

.visual-editor-content .gallery.gallery-columns-7 .gallery-item {
  width: calc(100% / 7 - 15px);
  margin: 0 0 15px 15px;
}

.visual-editor-content .gallery.gallery-columns-8 .gallery-item {
  width: calc(100% / 8 - 10px);
  margin: 0 0 10px 10px;
}

.visual-editor-content .gallery.gallery-columns-9 .gallery-item {
  width: calc(100% / 9 - 10px);
  margin: 0 0 10px 10px;
}

.visual-editor-content img {
  margin: 25px 0;
  height: auto;
}

.visual-editor-content img.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

@media (max-width: 769px) {
  .visual-editor-content img.alignright {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}

.visual-editor-content img.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

@media (max-width: 769px) {
  .visual-editor-content img.alignleft {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}

.visual-editor-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  .visual-editor-content img.aligncenter {
    margin-bottom: 20px;
  }
}

.visual-editor-content a:not(.btn) img.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

@media (max-width: 769px) {
  .visual-editor-content a:not(.btn) img.alignright {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}

.visual-editor-content a:not(.btn) img.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

@media (max-width: 769px) {
  .visual-editor-content a:not(.btn) img.alignleft {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}

.visual-editor-content a:not(.btn) img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  .visual-editor-content a:not(.btn) img.aligncenter {
    margin-bottom: 20px;
  }
}

.visual-editor-content .entry-footer {
  display: none;
}

.gl_with_gradient_img_sec {
  position: relative;
}

.gl_with_gradient_img_sec.patient_sec_box .heading-box {
  padding: 85px 0 30px;
}

@media (max-width: 1800px) {
  .gl_with_gradient_img_sec.patient_sec_box .heading-box {
    padding: 80px 0 30px;
  }
}

@media (max-width: 1600px) {
  .gl_with_gradient_img_sec.patient_sec_box .heading-box {
    padding: 70px 0 30px;
  }
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec.patient_sec_box .heading-box {
    padding: 60px 0 30px;
  }
}

@media (max-width: 1366px) {
  .gl_with_gradient_img_sec.patient_sec_box .heading-box {
    padding: 50px 0 30px;
  }
}

@media (max-width: 1024px) {
  .gl_with_gradient_img_sec.patient_sec_box .heading-box {
    padding: 40px 0 30px;
  }
}

@media (max-width: 769px) {
  .gl_with_gradient_img_sec.patient_sec_box .heading-box {
    padding: 30px 0 30px;
  }
}

.gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box h6 {
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  .gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box h6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box h6 {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box h6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box h6 {
    margin-bottom: 15px;
  }
}

.gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box .btn-box {
  margin-top: 35px;
}

@media (max-width: 1600px) {
  .gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box .btn-box {
    margin-top: 30px;
  }
}

@media (max-width: 1440px) {
  .gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box .btn-box {
    margin-top: 25px;
  }
}

@media (max-width: 769px) {
  .gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box .btn-box {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .gl_with_gradient_img_sec.patient_sec_box .gl_text_box .text_box .btn-box {
    margin-top: 15px;
  }
}

.Question_prescription_wrapper {
  width: 100%;
}

.Question_prescription_wrapper .have_question_prescription {
  width: 100%;
}

.Question_prescription_wrapper .have_question_prescription .have_a_question {
  width: 49%;
  background-color: #e9eef8;
  border-radius: 45px;
  padding: 65px 85px;
  text-align: center;
}

@media (max-width: 1800px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question {
    padding: 50px 50px;
  }
}

@media (max-width: 1600px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question {
    padding: 40px 40px;
  }
}

@media (max-width: 1440px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question {
    padding: 35px;
  }
}

@media (max-width: 1280px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question:nth-child(1) {
    margin-bottom: 20px;
  }
}

.Question_prescription_wrapper .have_question_prescription .have_a_question h3 {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question h3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question h3 {
    margin-bottom: 10px;
  }
}

.Question_prescription_wrapper .have_question_prescription .have_a_question p {
  font-weight: 300;
  color: #272727;
  text-align: center;
  line-height: 1.1;
}

.Question_prescription_wrapper .have_question_prescription .have_a_question .btn-box {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question .btn-box {
    margin-top: 25px;
  }
}

@media (max-width: 1024px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question .btn-box {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .Question_prescription_wrapper .have_question_prescription .have_a_question .btn-box {
    margin-top: 15px;
  }
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box {
  max-width: 1412px;
}

@media (max-width: 1600px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box {
    max-width: unset;
  }
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .image_box {
  width: calc(42% - 50px);
}

@media (max-width: 1440px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(42% - 40px);
  }
}

@media (max-width: 1280px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(37% - 40px);
  }
}

@media (max-width: 992px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(35% - 30px);
  }
}

@media (max-width: 769px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(35% - 30px);
  }
}

@media (max-width: 769px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box {
  width: calc(58% - 60px);
  margin-top: 0px;
}

@media (max-width: 1440px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: calc(58% - 40px);
  }
}

@media (max-width: 1280px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: calc(63% - 20px);
  }
}

@media (max-width: 992px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: calc(68% - 10px);
  }
}

@media (max-width: 769px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: 100%;
    margin-top: 0;
  }
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box h6 {
  margin-bottom: 40px;
}

@media (max-width: 1600px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box h6 {
    margin-bottom: 35px;
  }
}

@media (max-width: 1440px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box h6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1366px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box h6 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box h6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 769px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box h6 {
    margin-bottom: 10px;
  }
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
  width: calc(56% - 160px);
}

@media (max-width: 1600px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(56% - 80px);
  }
}

@media (max-width: 1440px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(56% - 90px);
  }
}

@media (max-width: 1280px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(56% - 80px);
  }
}

@media (max-width: 1024px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(56% - 40px);
  }
}

@media (max-width: 992px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(56% - 30px);
  }
}

@media (max-width: 769px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(60% - 20px);
  }
}

@media (max-width: 360px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(60% - 10px);
  }
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
  width: calc(44% - 50px);
}

@media (max-width: 1600px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: calc(44% - 60px);
  }
}

@media (max-width: 1440px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: calc(44% - 60px);
  }
}

@media (max-width: 1024px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: calc(44% - 40px);
  }
}

@media (max-width: 992px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: calc(37% - 30px);
  }
}

@media (max-width: 769px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: calc(40% - 20px);
  }
}

@media (max-width: 360px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: calc(40% - 10px);
  }
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-last-child(1), .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-last-child(2) {
  padding-top: 30px;
}

@media (max-width: 769px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-last-child(1), .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-last-child(2) {
    padding-top: 20px;
  }
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-last-child(1) {
  margin-top: -50px;
}

@media (max-width: 992px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-last-child(1) {
    margin-top: -60px;
  }
}

@media (max-width: 769px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-last-child(1) {
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-last-child(1) {
    margin-top: 0px;
  }
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box h5 {
  font-weight: 700;
  font-family: 'Montserrat';
}

.health_care_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box p {
  padding: 0;
  color: #1f1f1f;
}

.available_prescription_wrapper .heading-box {
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .available_prescription_wrapper {
    padding-top: 40px !important;
  }
  .available_prescription_wrapper .heading-box {
    padding-bottom: 30px;
  }
}

.available_prescription_wrapper .heading-box h3 {
  text-align: center;
}

.available_prescription_wrapper .table_layout_sec {
  /*------ FOR TABLE 1 --------*/
}

.available_prescription_wrapper .table_layout_sec table {
  border: none;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec table {
    width: 100%;
    display: block;
  }
}

.available_prescription_wrapper .table_layout_sec td, .available_prescription_wrapper .table_layout_sec th {
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 14px;
  text-transform: capitalize;
  font-size: 20px;
}

@media (max-width: 1440px) {
  .available_prescription_wrapper .table_layout_sec td, .available_prescription_wrapper .table_layout_sec th {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  .available_prescription_wrapper .table_layout_sec td, .available_prescription_wrapper .table_layout_sec th {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .available_prescription_wrapper .table_layout_sec td, .available_prescription_wrapper .table_layout_sec th {
    font-size: 16px;
  }
}

@media (max-width: 769px) {
  .available_prescription_wrapper .table_layout_sec td, .available_prescription_wrapper .table_layout_sec th {
    padding: 9px;
  }
}

@media (max-width: 576px) {
  .available_prescription_wrapper .table_layout_sec td, .available_prescription_wrapper .table_layout_sec th {
    font-size: 14px;
    padding: 5px;
  }
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec td, .available_prescription_wrapper .table_layout_sec th {
    display: block;
  }
}

.available_prescription_wrapper .table_layout_sec td:nth-child(1), .available_prescription_wrapper .table_layout_sec th:nth-child(1) {
  text-align: left;
}

@media (max-width: 480px) {
  .available_prescription_wrapper .table_layout_sec td:nth-child(1), .available_prescription_wrapper .table_layout_sec th:nth-child(1) {
    text-align: center;
    margin: 0;
  }
}

.available_prescription_wrapper .table_layout_sec th {
  background-color: #158aae;
  color: #fff;
  padding: 24px 20px;
  border-spacing: unset;
  text-transform: uppercase;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec th {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .available_prescription_wrapper .table_layout_sec th {
    font-size: 18px;
  }
}

@media (max-width: 769px) {
  .available_prescription_wrapper .table_layout_sec th {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .available_prescription_wrapper .table_layout_sec th {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec th {
    display: none;
  }
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec tbody {
    display: block;
  }
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec tbody tr {
    display: block;
    /* border: 1px solid #158aae; */
    margin-bottom: 20px;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .available_prescription_wrapper .table_layout_sec tbody tr {
    margin-bottom: 15px;
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec tbody tr:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.available_prescription_wrapper .table_layout_sec tbody tr td:nth-last-child(1) {
  color: #158aae;
}


.available_prescription_wrapper .table_layout_sec tbody tr td a {
  color: #3262a6;
}

.available_prescription_wrapper .table_layout_sec tbody tr td a:hover {
  color: #00aa79;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec tbody tr td::before {
    position: absolute;
    top: 14px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);
  }
}

@media (max-width: 480px) {
  .available_prescription_wrapper .table_layout_sec tbody tr td::before {
    top: 7px;
    padding-right: 0;
    width: 100%;
    text-align: left;
    margin: auto;
    /* text-decoration: underline; */
    -webkit-text-decorations-in-effect: blink;
    text-decoration-thickness: 10%;
  }
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec tbody tr td {
    border: none;
    border-bottom: 1px solid #99dff2;
    position: relative;
    padding-left: 50%;
    font-size: 20px;
    text-align: left;
  }
  .available_prescription_wrapper .table_layout_sec tbody tr td .sup {
    position: absolute;
    left: 168px;
    top: 7px;
    font-size: 14px;
    display: block !important;
  }
  .available_prescription_wrapper .table_layout_sec tbody tr:nth-child(odd) td {
    border-bottom: 1px solid #fff;
  }
  .available_prescription_wrapper .table_layout_sec tbody tr td:empty {
    display: none;
  }
  
}
@media(max-width: 992px){
  .available_prescription_wrapper .table_layout_sec tbody tr td .sup{
    left: 168px;
    top: 6px;
  }
}
@media(max-width: 768px){
  .available_prescription_wrapper .table_layout_sec tbody tr td .sup{
    left: 165px;
    top: 8px;
  }
}

@media (max-width: 576px) {
  .available_prescription_wrapper .table_layout_sec tbody tr td {
    padding-left: 40%;
    font-size: 14px;
  }
  .available_prescription_wrapper .table_layout_sec tbody tr td::before {
    top: 7px;
  }
  .available_prescription_wrapper .table_layout_sec tbody tr td .sup{
    left: 118px;
    top: 1px;
  }
}

@media (max-width: 480px) {
  .available_prescription_wrapper .table_layout_sec tbody tr td {
    width: 100%;
    text-align: center;
  }
}

.available_prescription_wrapper .table_layout_sec tbody tr:hover {
  outline: none;
  cursor: pointer;
}

.available_prescription_wrapper .table_layout_sec #table1 tr:nth-child(even) {
  background: #f4f9fa;
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec #table1 tr:nth-child(even) {
    border: none;
  }
}

.available_prescription_wrapper .table_layout_sec #table1 tr:nth-child(odd) {
  background: #e2f0f4;
}

.benefits_wrapper.health_benefits_wrapper .icon_box_wrapper {
  padding: 20px 200px 0 200px;
}

@media (max-width: 1800px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper {
    padding: 20px 180px 0 180px;
  }
}

@media (max-width: 1600px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper {
    padding: 20px 130px 0 130px;
  }
}

@media (max-width: 1440px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper {
    padding: 20px 80px 0 80px;
  }
}

@media (max-width: 1366px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper {
    padding: 20px 40px 0 40px;
  }
}

@media (max-width: 480px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper {
    padding: 20px 10px 0 10px;
  }
}

.benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li {
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1.3;
  color: #1f1f1f;
  padding: 20px 0;
  position: relative;
  margin-left: 60px;
  counter-increment: count;
  cursor: pointer;
  font-size: 20px;
  /* @include breakpoint(xxxlarge){
                        font-size: 30px;
                    }
                    @include breakpoint(xxlarge){
                        font-size: 26px;
                    } */
}

@media (max-width: 1440px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li {
    margin-left: 50px;
  }
}

@media (max-width: 1280px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li {
    font-size: 19px;
  }
}

@media (max-width: 1024px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li {
    line-height: 1.2;
    margin-left: 40px;
  }
}

@media (max-width: 992px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li {
    font-size: 18px;
    padding: 5px 0;
    margin-left: 40px;
  }
}

@media (max-width: 769px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li {
    margin-left: 30px;
  }
}

.benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li::before {
  content: "";
  position: absolute;
  background: #158aae;
  width: 40px;
  height: 40px;
  top: 14px;
  left: -60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  color: #fff;
  font-family: "Lora";
  font-weight: 700;
  content: "" counter(count);
}

@media (max-width: 1440px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li::before {
    width: 42px;
    height: 42px;
    font-size: 28px;
    left: -60px;
    top: 20px;
  }
}

@media (max-width: 1366px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li::before {
    width: 35px;
    height: 35px;
    font-size: 22px;
    left: -50px;
  }
}

@media (max-width: 1024px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li::before {
    top: 15px;
  }
}

@media (max-width: 992px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li::before {
    top: 3px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    left: -40px;
  }
}

@media (max-width: 576px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li::before {
    width: 25px;
    height: 25px;
    font-size: 16px;
    left: -35px;
    top: 3px;
  }
}

@media (max-width: 480px) {
  .benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li::before {
    left: -30px;
  }
}

.benefits_wrapper.health_benefits_wrapper .icon_box_wrapper ul li:hover::before {
  background: #00aa79;
}

.faq_page .gl_with_gradient_img_sec .gl_text_box .image_box {
  width: calc(34% - 50px);
}

@media (max-width: 1440px) {
  .faq_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(33% - 30px);
  }
}

@media (max-width: 992px) {
  .faq_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(30% - 0px);
  }
}

@media (max-width: 769px) {
  .faq_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.faq_page .gl_with_gradient_img_sec .gl_text_box .text_box {
  width: calc(66% - 90px);
  margin-top: 0;
}

@media (max-width: 1440px) {
  .faq_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: calc(67% - 30px);
  }
}

@media (max-width: 992px) {
  .faq_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: calc(70% - 10px);
  }
}

@media (max-width: 769px) {
  .faq_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .faq_page .gl_with_gradient_img_sec .gl_text_box .text_box ul li {
    padding: 10px 0;
  }
}

@media (max-width: 1280px) {
  .faq_page .gl_with_gradient_img_sec .gl_text_box .text_box ul li::before {
    top: 10px;
  }
}

.faq_page .gl_with_gradient_img_sec .gl_text_box .text_box ul li a {
  color: #00aa79;
  border-bottom: 1px solid;
  font-weight: 500;
}

.faq_page .gl_with_gradient_img_sec .gl_text_box .text_box ul li a:hover {
  color: #1d63ab;
}

.faq_wrapper {
  overflow: hidden;
}

.faq_wrapper .faq_section .heading_box {
  padding-bottom: 45px;
}

@media (max-width: 1440px) {
  .faq_wrapper .faq_section .heading_box {
    padding-bottom: 40px;
  }
}

@media (max-width: 769px) {
  .faq_wrapper .faq_section .heading_box {
    padding-bottom: 30px;
  }
}

.faq_wrapper .faq_section .heading_box.aos-animate h4::after {
  width: 100%;
}

.faq_wrapper .faq_section .heading_box h4 {
  position: relative;
  display: inline;
  line-height: 1;
}

.faq_wrapper .faq_section .heading_box h4::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 8px;
  bottom: -22px;
  left: 0;
  background-color: #00aa79;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

@media (max-width: 992px) {
  .faq_wrapper .faq_section .heading_box h4::after {
    height: 6px;
    bottom: -15px;
  }
}

@media (max-width: 769px) {
  .faq_wrapper .faq_section .heading_box h4::after {
    height: 4px;
    bottom: -12px;
  }
}

.faq_wrapper .faq_section .accordian_wrap {
  padding-bottom: 50px;
}

@media (max-width: 1440px) {
  .faq_wrapper .faq_section .accordian_wrap {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .faq_wrapper .faq_section .accordian_wrap {
    padding-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .faq_wrapper .faq_section .accordian_wrap {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .faq_wrapper .faq_section .accordian_wrap {
    padding-bottom: 30px;
  }
}

.faq_wrapper .faq_section .accordian_wrap .faq_row {
  display: block;
  padding-left: 135px;
}

@media (max-width: 1600px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row {
    padding-left: 110px;
  }
}

@media (max-width: 1440px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row {
    padding-left: 100px;
  }
}

@media (max-width: 1366px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row {
    padding-left: 90px;
  }
}

@media (max-width: 1280px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row {
    padding-left: 70px;
  }
}

@media (max-width: 1024px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row {
    padding-left: 60px;
  }
}

@media (max-width: 992px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row {
    padding-left: 40px;
  }
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques {
  padding: 25px 0;
}

@media (max-width: 1024px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques {
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques {
    padding: 15px 0;
  }
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques h5 {
  position: relative;
  font-family: "Montserrat";
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques h5 {
    line-height: 1.2;
  }
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques h5::before {
  content: "\f067";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #1d63ab;
  border-radius: 50%;
  top: 0;
  left: -50px;
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 1024px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques h5::before {
    width: 25px;
    height: 25px;
    font-size: 20px;
    left: -40px;
  }
}

@media (max-width: 769px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques h5::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
    left: -30px;
    line-height: 1.6;
  }
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques.active h5::before {
  content: "\f068";
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ques.active .faq_ans {
  display: block;
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans {
  display: none;
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans p {
  position: relative;
  display: inline-block;
  font-weight: 300;
  line-height: normal;
}
.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans  ol {
  margin-left: 18px;
}
.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans  ol li {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  padding-bottom: 10px;
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans p::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9;
  display: block;
  background-color: #fff;
  -webkit-animation: left 1s linear;
          animation: left 1s linear;
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans p a {
  color: #00aa79;
  border-bottom: 1px solid;
  font-weight: 500;
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans p a:hover {
  color: #1d63ab;
}

.contact_page .gl_with_gradient_img_sec {
  padding: 90px 0 50px;
}

@media (max-width: 1600px) {
  .contact_page .gl_with_gradient_img_sec {
    padding: 80px 0 80px;
  }
}

@media (max-width: 1440px) {
  .contact_page .gl_with_gradient_img_sec {
    padding: 70px 0 70px;
  }
}

@media (max-width: 1366px) {
  .contact_page .gl_with_gradient_img_sec {
    padding: 60px 0 60px;
  }
}

@media (max-width: 1280px) {
  .contact_page .gl_with_gradient_img_sec {
    padding: 50px 0 50px;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box {
  padding: 0 20px;
}

@media (max-width: 1800px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box {
    padding: 0;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .image_box {
  width: calc(44% - 80px);
}

@media (max-width: 1800px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(40% - 80px);
  }
}

@media (max-width: 1440px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(38% - 30px);
  }
}

@media (max-width: 1366px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(35% - 10px);
  }
}

@media (max-width: 992px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: calc(30% - 10px);
  }
}

@media (max-width: 769px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .image_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box {
  margin-top: 0;
  width: calc(56% - 80px);
}

@media (max-width: 1800px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: calc(60% - 50px);
  }
}

@media (max-width: 1440px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: calc(62% - 30px);
  }
}

@media (max-width: 1366px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: calc(65% - 10px);
  }
}

@media (max-width: 992px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: calc(70% - 10px);
  }
}

@media (max-width: 769px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box {
    width: 100%;
    margin-top: 0;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .heading-box {
  padding: 0 0 20px;
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .heading-box h3 {
  text-align: left;
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box h6 {
  padding-bottom: 20px;
}

@media (max-width: 1440px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box h6 {
    padding-bottom: 15px;
  }
}

@media (max-width: 360px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box h6 {
    padding-bottom: 10px;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
  width: calc(50% - 50px);
  /* @include breakpoint(xsml){
                                width:calc(50% - 10px);    
                            } */
  /* h5{
                            padding-bottom: 10px;
                        } */
}

@media (max-width: 1440px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(50% - 30px);
  }
}

@media (max-width: 1280px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(50% - 10px);
  }
}

@media (max-width: 992px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: calc(52% - 10px);
  }
}

@media (max-width: 480px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box {
    width: 100%;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
  width: calc(50% - 50px);
  /* @include breakpoint(xsml){
                                width:calc(50% - 10px);    
                            } */
}

@media (max-width: 1440px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: calc(50% - 30px);
  }
}

@media (max-width: 1280px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: calc(50% - 20px);
  }
}

@media (max-width: 992px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: calc(48% - 10px);
  }
}

@media (max-width: 480px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:nth-child(2n) {
    width: 100%;
    padding-top: 20px;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box h6 {
  padding-top: 10px;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box h6 {
    padding-top: 10px;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box p a {
  border-bottom: 1px solid #000;
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box p:hover a {
  color: #1d63ab;
  border-color: #1d63ab;
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .inner_box {
  padding-top: 50px;
}

@media (max-width: 1600px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .inner_box {
    padding-top: 40px;
  }
}

@media (max-width: 1440px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .inner_box {
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .inner_box {
    padding-top: 20px;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .frequently_asked_ques {
  padding: 70px 0 150px;
}

@media (max-width: 1800px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .frequently_asked_ques {
    padding: 60px 0 130px;
  }
}

@media (max-width: 1600px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .frequently_asked_ques {
    padding: 60px 0 120px;
  }
}

@media (max-width: 1440px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .frequently_asked_ques {
    padding: 50px 0 110px;
  }
}

@media (max-width: 1280px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .frequently_asked_ques {
    padding: 40px 0 100px;
  }
}

@media (max-width: 576px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .frequently_asked_ques {
    padding: 40px 0 80px;
  }
}

@media (max-width: 480px) {
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .frequently_asked_ques {
    padding: 20px 0 60px;
  }
}

.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .frequently_asked_ques .btn {
  text-transform: unset;
  margin-top: 25px;
}

.single_page_heading .heading-box.aos-animate h2::after {
  width: 30%;
}

@media (max-width: 576px) {
  .single_page_heading .heading-box.aos-animate h2::after {
    width: 40%;
  }
}

.single_page_heading .heading-box h2 {
  position: relative;
  text-align: center;
  padding-bottom: 32px;
}

@media (max-width: 1600px) {
  .single_page_heading .heading-box h2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 1440px) {
  .single_page_heading .heading-box h2 {
    padding-bottom: 25px;
  }
}

@media (max-width: 1280px) {
  .single_page_heading .heading-box h2 {
    padding-bottom: 20px;
  }
}

.single_page_heading .heading-box h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #00aa79;
  width: 0%;
  height: 8px;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

@media (max-width: 992px) {
  .single_page_heading .heading-box h2::after {
    height: 6px;
  }
}

@media (max-width: 769px) {
  .single_page_heading .heading-box h2::after {
    height: 4px;
  }
}

.privacy-content {
  padding-bottom: 80px;
}

@media (max-width: 1600px) {
  .privacy-content {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 1440px) {
  .privacy-content {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 1366px) {
  .privacy-content {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 769px) {
  .privacy-content {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 480px) {
  .privacy-content {
    padding-bottom: 30px !important;
  }
}

.privacy-content .inner_content p, .privacy-content .inner_content h6, .privacy-content .inner_content li, .privacy-content .inner_content address {
  line-height: 1.5;
  font-family: "Montserrat";
  color: #1f1f1f;
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 20px;
}

@media (max-width: 1280px) {
  .privacy-content .inner_content p, .privacy-content .inner_content h6, .privacy-content .inner_content li, .privacy-content .inner_content address {
    font-size: 19px;
  }
}

@media (max-width: 992px) {
  .privacy-content .inner_content p, .privacy-content .inner_content h6, .privacy-content .inner_content li, .privacy-content .inner_content address {
    padding-bottom: 15px;
  }
}

@media (max-width: 769px) {
  .privacy-content .inner_content p, .privacy-content .inner_content h6, .privacy-content .inner_content li, .privacy-content .inner_content address {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .privacy-content .inner_content p, .privacy-content .inner_content h6, .privacy-content .inner_content li, .privacy-content .inner_content address {
    padding-bottom: 10px;
  }
}

.privacy-content .inner_content p strong, .privacy-content .inner_content h6 strong, .privacy-content .inner_content li strong, .privacy-content .inner_content address strong {
  font-weight: 600;
}

.privacy-content .inner_content p i, .privacy-content .inner_content h6 i, .privacy-content .inner_content li i, .privacy-content .inner_content address i {
  font-weight: 500;
}

.privacy-content .inner_content span, .privacy-content .inner_content a {
  border-bottom: 1px solid #00aa79;
  color: #00aa79;
  font-weight: 500;
}
.privacy-content .inner_content a.cookie-pol-bg.cli_settings_button {
  color: #00aa79 !important;
}
.privacy-content .inner_content a.cookie-pol-bg.cli_settings_button:hover{
  color: #1d63ab !important;
}

.privacy-content .inner_content span:hover, .privacy-content .inner_content a:hover {
  color: #1d63ab;
  border-color: #1d63ab;
}

.privacy-content .inner_content h6 {
  color: #00aa79;
  font-weight: 500;
  text-transform: uppercase;
}

.privacy-content .inner_content ul li {
  list-style-type: disc;
  padding-bottom: 15px;
  line-height: 1.2;
  margin-left: 30px;
}

@media (max-width: 1024px) {
  .privacy-content .inner_content ul li {
    margin-left: 20px;
  }
}

@media (max-width: 992px) {
  .privacy-content .inner_content ul li {
    padding-bottom: 10px;
  }
}

.privacy-content .inner_content ul li:nth-child(1) {
  list-style: none;
  margin-left: 0;
}

.privacy-content .inner_content ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}

.privacy-content .inner_content address {
  padding-bottom: 10px;
  font-style: initial;
}

.privacy-content .inner_content address a {
  color: #158aae;
  border-bottom: none;
}

.privacy-content .inner_content address a:hover {
  color: #59463f;
}

.privacy-content .terms_content ul li {
  margin-left: 50px;
}

@media (max-width: 1440px) {
  .privacy-content .terms_content ul li {
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  .privacy-content .terms_content ul li {
    margin-left: 20px;
  }
}

@media (max-width: 992px) {
  .privacy-content .terms_content ul li {
    margin-left: 20px;
  }
}

.return_policy .main-class {
  min-height: calc(100vh - 940px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-not-found .inner {
  text-align: center;
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 769px) {
  .page-not-found .inner {
    height: 50vh;
  }
}

.page-not-found .inner h2 {
  display: block;
}

.page-not-found .inner .btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  margin: 40px auto 0 auto;
}

@media (max-width: 769px) {
  .page-not-found .inner .btn {
    margin: 30px auto 0 auto;
  }
}

.page-not-found .inner .btn:hover {
  background-color: #fff;
  border: 2px solid #00aa79;
}
/*# sourceMappingURL=style.css.map */


/* custom css */

.banner_h1 {
  font-size: 56px;
}
/* .ban_image img {
  min-height: 300px !important;
  max-height: 30vh !important;
  object-position: top;
} */
 .banner-h2 {
  font-size: 55px;
 }
.custom_h3 {
  font-size: 36px;
  margin-bottom: 10px;
  
}

.text_transform_none {
  text-transform: none;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefit_para {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  padding: 15px 0;
}
.custom_h5 {
  font-size: 24px;
}
.d_block {
  display: block;
}
.custom_h4 {
  font-size: 30px;
}
.site-header .header .navigation .btn-box a{
  text-transform: unset;
}
.popup-wrapper{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}
.popup-wrapper.active{
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.popup-wrapper .close-btn{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1f1f1f;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-wrapper .popup-container{
  max-width: 820px;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.popup-wrapper h6{
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #00aa79;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 19px;
}
.popup-wrapper h5{
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 28px;
}
.popup-wrapper .send_prescription p{
  line-height: 1.3;
  margin-bottom: 10px;
}
.popup-wrapper .text_box p a{
  color: #00aa79;
  border-bottom: 1px solid #00aa79;
  font-weight: 500;
}
.popup-wrapper .text_box p a:hover{
  color: #1d63ab;
  border-color: #1d63ab;
}
.mtb-25 {
  margin: 25px 0;
}
.mtb-35 {
  margin: 35px 0;
}
.mr-30 {
  margin-right: 30px;
}
.where-we-ship-map {
  text-align: center;
}
.where-we-ship-map img {
  width: 80%;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.w-100 {
  width: 100% !important;
} 
.plr-20 {
padding: 0 20px;
}
.ptb-25 {
  padding: 25px 0;
}
.footer-top-content{
  padding: 0 0 20px 0;
}
.footer-top-content p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.footer-top-content p strong {
  font-weight: 600;
}
.footer-top-content p:not(:last-of-type){
  padding-bottom: 10px;
}

.ptb-40 {
  padding: 40px 0;
}
.bg-light-blue {
  background: #e9eef8;
}
.benefit_sec_box .heading_h3_after_hide h3::after {
  display: none;
}
.heading_h3_after_visible h3::after {
  content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00aa79;
    width: 30%;
    height: 8px;
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}
.available_prescription_wrapper .table_layout_sec tbody tr td .sup {
  display: none;
}
/* redirection popup start */
.redirection-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 1, 1, 0.65);
  z-index: 999;
  overflow-y: scroll;
  padding: 0 30px;
  display: none;
  box-sizing: border-box;
}
.redirection-popup.active {
  display: flex;
}
.redirection-popup .wrapper {
  border: solid 1px #3262a6;
  border-radius: 6px;
  background-color: #fff;
  max-width: 1040px;
  width: 100%;
  padding: 65px 30px;
  text-align: center;
}
.redirection-popup h2 {
  color: #1d63ab;
  text-align: center;
  margin: 0 0 30px;
  font-size: 36px;
  line-height: 1em;
  width: 100%;
  font-weight: 700;
  font-family: "Lora";
  font-style: normal;
}
.redirection-popup p {
  text-align: center;
  margin: 0 auto 35px;
  width: 100%;
  max-width: 770px;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 1.4em;
  color: #333;
  font-weight: 400;
}
.redirection-popup .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.redirection-popup .close-popup, .redirection-popup .continue-btn {
  margin: 0 10px;
  padding: 10px 30px;
  background-color: #4ca77c;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  transition: all 0.2s ease-in-out;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border: solid 1px #4ca77c;
  text-transform: uppercase;
  font-family: "Montserrat";
  border-radius: 13px;
  letter-spacing: 0.5px;
}
.redirection-popup .close-popup:hover,
.redirection-popup .continue-btn:hover {
  background-color: #fff;
  color: #4ca77c;
  border-color: #4ca77c;
}
.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ul li a{
  color: #00aa79;
  border-bottom: 1px solid;
  font-weight: 500;
 
}
/* .faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ul li a:hover{
  color: #1d63ab;
} */
.benefits_wrapper.health_benefits_wrapper {
  padding: 25px 0 0 0;
}
.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ol li a, 
.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box p a, 
.privacy-content .inner_content address a{
  color: #00aa79;
  border-bottom: 1px solid #00aa79;
  font-weight: 500;
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ol li a:hover, 
.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box p a:hover, 
.privacy-content .inner_content address a:hover{
  color: #1d63ab;
  border-color: #1d63ab;
}
.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ol{
  margin-left: 21px;
}
.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ol li strong {
  font-weight: 500;
}
.home-benefits .benefit_sec_box{
  background-color: #e9eef8;
  padding: 25px 0 1px 0;
  border-radius: 45px;
}
.home-benefits .benefit_sec_box p{
  text-align: center;
}

.home-benefits{
  padding-top: 25px;
}
.contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .send_prescription .column_box:first-of-type p {
  margin-top: 12px;
}
.benefits_wrapper.health_benefits_wrapper .benefit_sec_box{
  border-radius: 30px;
}
.footer-contact h5{
  margin-bottom: 35px;
}
.footer-location p{
  margin-bottom: 4px;
  color: #1d63ab;
}
.gl_with_gradient_img_sec .heading-box.where-ship-heading h3{
  line-height: 1.3;
}
.gl_with_gradient_img_sec .heading-box.where-ship-heading p{
  margin-bottom: 10px;
}
.country-list {
  column-count: 4;
  margin-top: 20px;
  padding-left: 10%;
}
.country-list li{
  font-size: 20px;
  line-height: 1.25;
  color: #1f1f1f;
  font-family: "Montserrat";
  margin-bottom: 5px;
}
.available_prescription_wrapper .table_layout_sec #table1 thead{
  position: sticky;
  top: 135px;
}
.footer-location ul li a{
  line-height: 1.3;
}

.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans p::after{display: none;}

@media (max-width: 1280px) {
  .faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ol li{
    font-size: 19px;
  }
  .available_prescription_wrapper {
    padding-top: 100px;
  }
  .available_prescription_wrapper .table_layout_sec #table1 thead{
  top: 115px;
}
}

@media (max-width: 1024px) {
  .available_prescription_wrapper .table_layout_sec #table1 thead {
    position: static;
  }
}

@media (max-width: 992px) {
  .banner_h1 {
    font-size: 45px;
  } 
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li a::before {
    top: 23px;
  }
  .faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ol li {
    font-size: 18px;
  }
  .country-list {
    padding-left: 0;
  }
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .banner_h1 {
    font-size: 30px;
  }
  .custom_h3 {
    font-size: 25px;
  }
  .benefit_para {
    font-size: 16px;
  }
  .benefits_wrapper {
    padding: 15px 0 0 0 !important;
  }
  .custom_h4 {
    font-size: 24px;
  }
  .custom_h5 {
    font-size: 18px;
  }
  .contact_page .gl_with_gradient_img_sec {
   padding-bottom: 10px;
  }
  .contact_page .gl_with_gradient_img_sec .gl_text_box .text_box .frequently_asked_ques {
    padding: 20px 0 20px;
  }
  .benefits_wrapper .all-center {
    display: block;
    text-align: center;
  }
  .benefits_wrapper .all-center .btn-box {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .gl_with_gradient_img_sec .gl_text_box {
    padding: 10px 0;
  }
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li {
    margin-left: 15px;
  }
  .site-footer .footer-sec .bottom_footer .footer-content .col-3:nth-child(1) ul li a::before {
    top: -4px;
    left: -36px;
  }
  .contact_page .gl_with_gradient_img_sec {
    padding: 25px 0 25px;
}
.where-we-ship-map img {
  width: 100%;
}
.benefits_wrapper.health_benefits_wrapper {
  padding: 10px 0 0 0;
}
.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ol li {
  font-size: 16px;
}
.country-list {
  column-count: 2;
}
.faq_wrapper .faq_section .accordian_wrap .faq_row .faq_ans ol {
  margin-left: 17px;
}

}

@media (max-width: 767px) {
  .popup-wrapper{
    padding: 60px 40px;
  }
  .popup-wrapper .popup-container{
    height: 100%;
    overflow-y: scroll;
  }
  .popup-wrapper .close-btn {
    right: 5px;
    top: 5px;
  }
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 ul li a {
    padding-top: 0;
  }
}

@media (max-width: 576px) {
  .site-footer .footer-sec .bottom_footer .footer-content .col-3 {
    padding: 0;
  }

}

@media (max-width: 500px) {
  .redirection-popup .close-popup, .redirection-popup .continue-btn {
    padding: 10px 30px;
    font-size: 18px;
  }
  #cookie-law-info-again{display:none;}
}
