body {
  background: #ffffff;
  font-family: "Work Sans", serif;
  font-weight: 400;
  color: #1f3042;
}
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100px);
    opacity: 0;
  }
}
.mental-health .container {
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.mental-health .container a{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  min-width: 500px;
  background-color: #f5f9fc;
  border-radius: 20px;
}
.mental-health .container a p{
  font-size: 20px;
  line-height: 30px;
  margin-right: 20px;
}
.mental-health .container a img{
  width: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mental-health .container a:hover img{
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.scrollbar-track {
  background: transparent !important;
}
.scrollbar-thumb-y {
  width: 6px !important;
  left: unset !important;
  right: 0;
  background: #1f3042 !important;
}
.search-body {
  min-height: 60vh;
}
.search-body .container {
  flex-direction: column;
  padding: 150px 0;
}
.search-body .container h2 {
  margin-bottom: 50px;
}
.search-body .container .search-results-list {
  padding: 40px 50px;
  background-color: #f5f9fc;
  border-radius: 30px;
}
.search-body
  .container
  .search-results-list
  .search-result-item:not(:last-child) {
  margin-bottom: 20px;
}
.search-body .container .search-results-list .search-result-item {
  padding-left: 30px;
  position: relative;
}
.search-body .container .search-results-list .search-result-item::before {
  content: "";
  position: absolute;
  left: 0;

  top: 15px;

  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/chevron-right.svg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant", serif;
  font-weight: 700;
}

h1 {
  font-size: 100px;
  line-height: 121px;
}

h2 {
  font-size: 78px;
  line-height: 94px;
}

h3 {
  font-size: 48px;
  line-height: 50px;
}

h4 {
  font-size: 38px;
  line-height: 48px;
}

h5 {
  font-size: 32px;
  line-height: 42px;
}

h6 {
  font-size: 28px;
  line-height: 38px;
}

.surrounding {
  height: 100vh;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1320px;
  width: 68.75%;
  padding: 100px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.lg-container {
  max-width: 1822px;
  width: 94.9%;
  padding: 100px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

button {
  position: relative;
}
button a {
  border-radius: 33px;
  padding: 24px 35px;
}
button a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}
button a.light {
  background-color: #ffffff;
}
button a.light span {
  color: #ffffff;
}
button a.dark {
  background-color: #1f3042;
}
button a.dark span {
  color: #ffffff;
}

.col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
}
.hamburger {
  display: none;
  flex-direction: column;
}
.hamburger > div {
  width: 30px;
  height: 2px;
  background-color: #1f3042;
}
.hamburger > div:first-child {
  margin-bottom: 10px;
}

.mobile-nav {
  position: fixed;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  pointer-events: none;
  justify-content: center;
  height: 100vh;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
}
.mobile-nav::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f6fafc;
  z-index: -1;
  transition-delay: 0.3s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transform: translateX(-100%) translateY(0);
}

.mobile-nav .nav__content {
  width: 94.9%;
  text-align: center;
  height: 85%;
  font-size: 18px;

  overflow-y: scroll;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.mobile-nav .nav__content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  text-align: start;
}
.mobile-nav .nav__content > ul > li {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
.mobile-nav .nav__content > ul > li.menu-item-has-children a {
  position: relative;
}
.mobile-nav .nav__content ul li.services-submenu .submenu-image{
  display: none;
}
.mobile-nav .nav__content ul li.resources-submenu .rsubmenu-title::before{
  display: none;

}
.mobile-nav .nav__content ul li.resources-submenu .rsubmenu-title{
  margin-left: -30px;
}
.mobile-nav .nav__content ul li.resources-submenu .rsubmenu-title .menu-image-title{
  font-weight: 600;
}
.mobile-nav .nav__content ul li.resources-submenu .rsubmenu-title img{
  padding-right: 0;
}
.mobile-nav .nav__content > ul > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: -28px;
  background-image: url(../images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
  background-size: cover;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  margin: auto 0;
}
.mobile-nav .nav__content > ul > li.menu-item-has-children.open > a::before {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.mobile-nav .nav__content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.mobile-nav .nav__content ul li ul {
  display: none;
  margin: 20px 0 25px 0;
  padding: 0 30px;
}
.mobile-nav .nav__content ul li ul li {
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  position: relative;
}
.mobile-nav .nav__content ul li ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto 0;
  width: 10px;
  height: 2px;
  background-color: #1f3042;
}
.mobile-nav .nav__content ul li ul li:not(:last-child) {
  margin-bottom: 10px;
}

body.nav-active .hamburger div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.nav-active .hamburger > div:first-child {
  -webkit-transform: rotate(-45deg) translateX(-6px) translateY(2px);
  -moz-transform: rotate(-45deg) translateX(-6px) translateY(2px);
  -ms-transform: rotate(-45deg) translateX(-6px) translateY(2px);
  -o-transform: rotate(-45deg) translateX(-6px) translateY(2px);
  transform: rotate(-45deg) translateX(-6px) translateY(2px);
}

body.nav-active .hamburger > div:nth-child(2) {
  -webkit-transform: rotate(45deg) translateX(-6.5px) translateY(-2px);
  -moz-transform: rotate(45deg) translateX(-6.5px) translateY(-2px);
  -ms-transform: rotate(45deg) translateX(-6.5px) translateY(-2px);
  -o-transform: rotate(45deg) translateX(-6.5px) translateY(-2px);
  transform: rotate(45deg) translateX(-6.5px) translateY(-2px);
}
body.nav-active .mobile-nav {
  visibility: visible;
  pointer-events: all;
}

body.nav-active .mobile-nav::before {
  -webkit-transform: translateX(0%) translateY(0%);
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -o-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  transition-delay: 0.2s;
}

.main-btn {
  width: fit-content;
}
.main-btn a {
  border-radius: 33px;
  padding: 24px 33px;
  display: block;
}
.main-btn a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  position: relative;
}
.main-btn a img {
  z-index: 1;
  position: relative;
}
.main-btn.light a {
  background-color: #ffffff;
}
.main-btn.light a span {
  color: #1f3042;
}
.main-btn.light::after {
  background: #1f3042;
}
.main-btn.dark a {
  background-color: #1f3042;
}
.main-btn.dark a span {
  color: #fff;
}
.main-btn.dark::after {
  background: #abc9d6;
}
.main-btn.blue a {
  background-color: #abc9d6;
}
.main-btn.blue a span {
  color: #fff;
}
.main-btn.blue::after {
  background: #1f3042;
}
.main-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  clip-path: circle(0%);
  border-radius: 33px;
}
.main-btn:hover.light a span {
  color: #fff;
}
.main-btn:hover::after {
  clip-path: circle(100%);
}
.page-template-plans {
  background-color: #f5f9fc;
}
.banner {
  width: 100%;
  padding: 84px;
  background-color: #fff;
  border-radius: 45px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.banner .text-content {
  max-width: 1000px;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.banner .text-content h2 {
  margin-bottom: 50px;
}
.banner .text-content p {
  margin-bottom: 65px;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.72px;
  opacity: 0.75;
}
.banner .text-content .cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.banner .text-content .cta button:first-child {
  margin-right: 30px;
}

.title-anim .word_inner {
  opacity: 0;
}

@keyframes a-text-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.header-wrapper {
  left: 0;
  width: 100%;
  z-index: 999999;
}
.header-wrapper .lg-container {
  padding: 0;
  margin: 0 auto;
}
.header-wrapper .lg-container .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.header-wrapper .lg-container .header .header-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header-wrapper .lg-container .header .header-links > li {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.header-wrapper .lg-container .header .header-links > li.active > a {
  color: #2563eb;
}
.header-wrapper .lg-container .header .header-links > li a {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrapper .lg-container .header .header-links > li:hover > a {
  color: #2563eb;
}
.header-wrapper.fixed .lg-container .header .header-links > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #2563eb;
  bottom: -25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.header-wrapper.fixed
  .lg-container
  .header
  .header-links
  > li.active
  > a::before {
  width: 35px;
  opacity: 1;
}
.header-wrapper.fixed
  .lg-container
  .header
  .header-links
  > li:hover
  > a::before {
  width: 35px;
  opacity: 1;
}


 /* NEW */
 .header-wrapper .lg-container .header .header-links >li .submenu-wrapper{
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrapper .lg-container .header .header-links >li .sub-menu{
  background-color: #fff;
  padding:45px;
  border-radius: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  min-width: 500px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrapper .lg-container .header .header-links >li .sub-menu li a{
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.header-wrapper .lg-container .header .header-links >li .sub-menu li:hover a{
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.header-wrapper .lg-container .header .header-links >li .sub-menu li:not(:last-child){
  margin-bottom: 18px;
}
.header-wrapper .lg-container .header .header-links >li.menu-item-has-children:hover .submenu-wrapper{
opacity: 1;
pointer-events: all;

}
.header-wrapper .lg-container .header .header-links >li.menu-item-has-children:hover .submenu-wrapper .sub-menu{
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.header-wrapper .lg-container .header .header-links >li.menu-item-has-children:hover >a::after{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* SERVICES SUBMENU */
.header-wrapper .lg-container .header .header-links >li.services-submenu .sub-menu{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 900px;
  padding-right: 300px;
}
.header-wrapper .lg-container .header .header-links >li.services-submenu .sub-menu::before{
  content: "";
  position: absolute;
  width: 300px;
  border-radius: 0 30px 30px 0;
  height: 100%;
  background-color: #f5f9fc;
  top: 0;
  right: 0;
}
.header-wrapper .lg-container .header .header-links >li.services-submenu .sub-menu li{
  width: 50%;
}
.header-wrapper .lg-container .header .header-links >li.services-submenu li.submenu-image{
  width: fit-content;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrapper .lg-container .header .header-links >li.services-submenu li.submenu-image >a{
  height: 80%;
}
.header-wrapper .lg-container .header .header-links >li.services-submenu li.submenu-image img{
  width: 250px;
max-height: 100%;
  padding-right: 0;
}
.header-wrapper .lg-container .header .header-links >li.services-submenu li.submenu-image .menu-image-title{
  display: none;
}

/* RESOURCES SUBMENU */
.header-wrapper .lg-container .header .header-links >li.resources-submenu .sub-menu{
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column; 
    align-items: start; 
    gap: 0 20px; 
    width: 675px;
}
/* First column items */
.header-wrapper .lg-container .header .header-links >li.resources-submenu  .sub-menu > li:not(.menu-item-5270):not(.menu-item-5270 ~ li) {
  grid-column: 1;
}
/* Reset the order */
.header-wrapper .lg-container .header .header-links >li.resources-submenu  .sub-menu > li {
  order: initial;
}

/* FAQ title and following items (second column) */
.header-wrapper .lg-container .header .header-links >li.resources-submenu  .sub-menu > li.menu-item-5270,
.header-wrapper .lg-container .header .header-links >li.resources-submenu  .sub-menu > li.menu-item-5270 ~ li {
  grid-column: 2;
  align-self: start; 
}
.header-wrapper .lg-container .header .header-links >li.resources-submenu  .sub-menu > li.rsubmenu-title{
 
  pointer-events: none;
}
.header-wrapper .lg-container .header .header-links >li.resources-submenu  .sub-menu > li.rsubmenu-title a{
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.header-wrapper .lg-container .header .header-links >li.resources-submenu  .sub-menu > li.rsubmenu-title img{
  padding-right: 0px;
}
     /* NEW END*/



.header-wrapper .lg-container .header .header-links > li .sub-menu-wrapper {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrapper .lg-container .header .header-links > li .main-sub-menu {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 450px;
  background-color: #fff;
  padding: 45px;
  border-radius: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li.submenu-active
  .sub-menu-wrapper {
  opacity: 1;
  pointer-events: all;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li.submenu-active
  .sub-menu-wrapper
  .main-sub-menu {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.resources {
  width: 650px;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.resources
  .col {
  width: 100%;
}

.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.resources
  .col
  .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.resources
  .col
  .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.resources
  .col
  .title
  img {
  max-width: 22px;
  margin-right: 10px;
}

.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.services {
  width: 1100px;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.services::before {
  content: "";
  position: absolute;
  width: 33.333%;
  border-radius: 0 30px 30px 0;
  height: 100%;
  background-color: #f5f9fc;
  top: 0;
  right: 0;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.services
  .col {
  width: 70%;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.services
  .col
  ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.services
  .col
  ul
  li {
  width: 50%;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.services
  .graphic {
  width: 30%;
  z-index: 1;
  margin-left: auto;
  text-align: center;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu.services
  .graphic
  img {
  max-width: 80%;
}
.header-wrapper .lg-container .header .header-links > li .main-sub-menu .col {
  padding: 0 15px;
}
.header-wrapper .lg-container .header .header-links > li .main-sub-menu li a {
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header-wrapper .lg-container .header .header-links > li .main-sub-menu li {
  width: 100%;
}
.header-wrapper .lg-container .header .header-links > li .main-sub-menu li img {
  max-width: 22px;
  margin-right: 10px;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu
  li:hover
  a {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li
  .main-sub-menu
  li:not(:last-child) {
  margin-bottom: 18px;
}
.header-wrapper .lg-container .header .header-links > li a {
  text-transform: uppercase;
  font-size: 16px;

  line-height: 19px;
}
.header-wrapper .lg-container .header .header-links > li:not(:last-child) {
  margin-right: 36px;
}
.header-wrapper .lg-container .header .header-links > li.menu-item-has-children >a::after{
  content: "";
  position: absolute;
  right: -25px;
  background-image: url(../images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 6px;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  margin: auto 0;
}
.header-wrapper
  .lg-container
  .header
  .header-links
  > li.submenu-active:first-child::before,
.header-wrapper
  .lg-container
  .header
  .header-links
  > li.submenu-active:nth-child(3)::before,
.header-wrapper
  .lg-container
  .header
  .header-links
  > li.submenu-active:last-child::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-wrapper .lg-container .header .cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header-wrapper .lg-container .header .cta .search-wrapper {
  cursor: pointer;
  margin-right: 30px;
}
.header-wrapper .lg-container .header .cta .search-wrapper > div {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1f3042;
}
.header-wrapper .lg-container .header .cta button {
  position: relative;
  overflow: hidden;
}
.header-wrapper .lg-container .header .cta button a {
  border: 1px solid #1f3042;
  border-radius: 25px;
  padding: 10px 30px;
}
.header-wrapper .lg-container .header .cta button a span {
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}
.header-wrapper .lg-container .header .cta button::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: 100%;
  border-radius: 50%;
  background: #1f3042;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrapper .lg-container .header .cta button:hover a span {
  color: #fff;
}
.header-wrapper .lg-container .header .cta button:hover::after {
  width: 100%;
  top: 0;
  border-radius: 25px;
  opacity: 1;
}
.header-wrapper.abs {
  position: absolute;
  top: 18px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-wrapper.fixed {
  position: fixed;
  top: -100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrapper.fixed .lg-container .header {
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 40px;
  padding: 12px 16px 12px 36px;
  border: 1px solid #f5f9fc;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.header-wrapper.fixed.show {
  top: 22px;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
}
.search-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.search-modal .container {
  margin: 0 auto;
  justify-content: center;
  padding: 80px 0;
}
.search-modal .container form {
  position: relative;
}
.search-modal .container form input {
  width: 700px;
  color: #1f3042;
  padding: 12px 20px;
  outline: none;
  border-bottom: 1px solid #1f3042;
}
.search-modal .container form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1f3042;
}
.search-modal .container form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1f3042;
}
.search-modal .container form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1f3042;
}
.search-modal .container form input:-moz-placeholder {
  /* Firefox 18- */
  color: #1f3042;
}
.search-modal .container form button {
  position: absolute;
  right: 15px;
  top: 11px;
}

body.search-modal-open .search-modal {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.hero-section {
  background-color: #f5f9fc;
  min-height: 100vh;
  position: relative;
}
.hero-section #blobs {
  position: absolute;
  width: 65%;
  z-index: 0;
  top: -35%;
}

.hero-section #blobs svg #layer-1 path {
  fill-opacity: 0.36;
}
.hero-section #blobs svg #layer-2 path {
  fill-opacity: 0.71;
}
.hero-section .lg-container {
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding: 120px 0 50px;
  z-index: 1;
}
.hero-section .lg-container .graphic svg {
  padding-bottom: 65px;
  max-width: 650px;
  margin-right: 200px;
  width: 650px;
}
.hero-section .lg-container .mobile-graphic {
  display: none;
}
.hero-section .lg-container .text-content .hr {
  width: 123px;
}
.hero-section .lg-container .text-content .hr > div {
  height: 1px;
  background-color: #1f3042;
  width: 0%;
}
.hero-section .lg-container .text-content > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hero-section .lg-container .text-content > div:first-child .hr {
  margin-right: 60px;
}
.hero-section .lg-container .text-content > div:last-child .hr {
  margin-left: 60px;
  margin-top: 30px;
}
.hero-section .lg-container .graphic {
  margin-top: auto;
}
.hero-section .lg-container .graphic svg {
  padding-bottom: 65px;
  max-width: 650px;
  margin-right: 200px;
}
.hero-section .lg-container .graphic .description {
  max-width: 520px;
  margin-left: auto;
}
.hero-section .lg-container .graphic .description .hr {
  margin-bottom: 23px;
  width: 123px;
}
.hero-section .lg-container .graphic .description .hr > div {
  height: 1px;
  background-color: #1f3042;
  width: 0%;
}
.hero-section .lg-container .graphic .description span {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.66px;
  opacity: 0;
}

.hp-section-2 .lg-container {
  position: relative;
  padding: 180px 0;
}

.hp-section-2 .lg-container .graphic {
  padding-right: 70px;
  margin-left: -10%;
  width: 40%;
  z-index: 1;
}
.hp-section-2 .lg-container .graphic svg {
  height: auto;
  max-width: 100%;
}
.hp-section-2 .lg-container .blocks {
  padding-left: 70px;
  max-width: 860px;
  width: 60%;
  z-index: 1;
}
.hp-section-2 .lg-container .blocks .single-block {
  padding: 30px 35px;
  background-color: #1f3042;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-2 .lg-container .blocks .single-block:not(:last-child) {
  margin-bottom: 25px;
}
.hp-section-2 .lg-container .blocks .single-block .single-block__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.hp-section-2 .lg-container .blocks .single-block .single-block__title .title {
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0.72px;
  font-weight: 700;
  font-family: "Cormorant", serif;
  margin-right: 30px;
}
.hp-section-2 .lg-container .blocks .single-block .single-block__title .circle {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.hp-section-2
  .lg-container
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus {
  width: 20px;
  height: 20px;
  position: relative;
}
.hp-section-2
  .lg-container
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus
  > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  background-color: #fff;
}
.hp-section-2
  .lg-container
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus
  > div:first-child {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
}
.hp-section-2
  .lg-container
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus
  > div:last-child {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  width: 1px;
  height: 20px;
}
.hp-section-2 .lg-container .blocks .single-block .single-block__content {
  padding-top: 30px;
  display: none;
}
.hp-section-2 .lg-container .blocks .single-block .single-block__content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.hp-section-2 .lg-container .blocks .single-block .single-block__content ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hp-section-2
  .lg-container
  .blocks
  .single-block
  .single-block__content
  ul
  li
  .icon {
  margin-right: 15px;
  min-width: 35px;
  width: 35px;
  height: 35px;
  background-color: #36495b;
  border-radius: 50% 50% 29% 69% / 36% 50% 38% 66%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-section-2
  .lg-container
  .blocks
  .single-block
  .single-block__content
  ul
  li:not(:last-child) {
  margin-bottom: 15px;
}
.hp-section-2
  .lg-container
  .blocks
  .single-block.opened
  .single-block__title
  .circle {
  background-color: transparent;
  border-color: #fff;
}
.hp-section-2
  .lg-container
  .blocks
  .single-block.opened
  .single-block__title
  .circle
  .plus-minus
  > div:last-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hp-section-3 {
  background-color: #1f3042;
}
.hp-section-3 .lg-container {
  padding: 0;
  display: block;
}
.hp-section-3 .lg-container .scroll-wrapper {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.hp-section-3 .lg-container .scroll-wrapper .xl-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 180px;
  font-family: "Cormorant", serif;
  font-weight: 700;
  line-height: 218px;
  color: #ffffff;
  opacity: 0.15;
  width: fit-content;
  top: 50px;
}
.hp-section-3 .lg-container .scroll-wrapper .graphic {
  position: absolute;
  right: 0;
  bottom: -30px;
  max-width: 380px;
}
.hp-section-3 .lg-container .scroll-wrapper .graphic img {
  max-width: 100%;
}
.hp-section-3 .lg-container .scroll-wrapper .left-container,
.hp-section-3 .lg-container .scroll-wrapper .right-container {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp-section-3 .lg-container .scroll-wrapper .left-container {
  width: 23%;
}
.hp-section-3 .lg-container .scroll-wrapper .left-container .left-content {
  width: 100%;
  margin-right: 70px;
  color: #fff;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .left-container
  .left-content
  .indicator-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .left-container
  .left-content
  .indicator-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .left-container
  .left-content
  .indicator-wrapper:first-child
  .indicator {
  opacity: 1;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .left-container
  .left-content
  .indicator-wrapper
  .indicator {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .left-container
  .left-content
  .indicator-wrapper
  .hr {
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .left-container
  .left-content
  .indicator-wrapper.active
  .hr {
  width: 43px;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .left-container
  .left-content
  .indicator-wrapper.active
  .indicator {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.hp-section-3 .lg-container .scroll-wrapper .right-container {
  width: 50%;
}
.hp-section-3 .lg-container .scroll-wrapper .right-container .right-content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .right-container
  .right-content
  .text-wrapper {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  max-width: 860px;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .right-container
  .right-content
  .text-wrapper
  h2 {
  margin-bottom: 44px;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .right-container
  .right-content
  .text-wrapper
  .text
  p {
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  font-family: "Cormorant", serif;
  letter-spacing: 1.14px;
}
.hp-section-3
  .lg-container
  .scroll-wrapper
  .right-container
  .right-content
  .text-wrapper:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.hp-section-4 {
  overflow: hidden;
}
.hp-section-4 .container {
  padding: 170px 0 300px 0;
  position: relative;
}
.hp-section-4 .container .upper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  z-index: 1;
}
.hp-section-4 .container .upper h2 {
  max-width: 405px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-4 .container .upper p {
  max-width: 680px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-4 .container .providers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.hp-section-4 .container .providers .single-provider {
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-4 .container .providers .single-provider .image-wrapper {
  position: relative;
  width: 224px;
  height: 210px;
  margin-bottom: 36px;
}
.hp-section-4 .container .providers .single-provider .bio {
  display: none;
}
.hp-section-4
  .container
  .providers
  .single-provider
  .image-wrapper
  .provider-mask {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url(../images/team/mask-01.svg);
  mask-image: url(../images/team/mask-01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  object-position: top;
}
.hp-section-4 .container .providers .single-provider .image-wrapper .circle {
  position: absolute;
  right: 0;
}
.hp-section-4 .container .providers .single-provider h6 {
  margin-bottom: 11px;
}
.hp-section-4 .container .providers .single-provider .position {
  font-size: 14px;
  line-height: 16px;
}
.hp-section-4
  .container
  .providers
  .single-provider:nth-child(3)
  .image-wrapper
  .provider-mask {
  -webkit-mask-image: url(../images/team/mask-02.svg);
  mask-image: url(../images/team/mask-02.svg);
}
.hp-section-4 .container #blob-3 {
  position: absolute;
  top: -30%;
  width: 90%;
  right: -40%;
  z-index: 0;
}

.hp-section-5 {
  background-color: #abc9d6;
  position: relative;
  overflow: hidden;
}
.hp-section-5 #blob-4 {
  position: absolute;
  width: 70%;
  top: -10%;
  z-index: 0;
}
.hp-section-5 #blob-4 svg #layer-1 path {
  fill: #99becf;
  fill-opacity: 1;
}
.hp-section-5 #blob-4 svg #layer-2 path {
  fill: #a5c6d4;
  fill-opacity: 1;
}
.hp-section-5 .container {
  padding: 240px 0;
  justify-content: center;
  z-index: 1;
}
.hp-section-5 .container .text-wrapper {
  color: #fff;
  text-align: center;
  align-items: center;
  max-width: 990px;
}
.hp-section-5 .container .text-wrapper h2 {
  margin-bottom: 19px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-5 .container .text-wrapper .subtitle {
  font-size: 38px;
  line-height: 51px;
  margin-bottom: 68px;
  font-family: "Cormorant", serif;
  font-style: italic;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-5 .container .text-wrapper p {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.66px;
  margin-bottom: 62px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-5 .container .text-wrapper button {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.hp-section-6 .lg-container {
  padding: 150px 0;
  flex-direction: column;
  align-items: center;
}
.hp-section-6 .lg-container h2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-6 .lg-container .testimonials-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 100px;
}
.hp-section-6 .lg-container .testimonials-wrapper .single-testimonial {
  max-width: 830px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  opacity: 0;
}
.hp-section-6 .lg-container .testimonials-wrapper .single-testimonial .shape {
  margin-right: 33.5px;
  position: relative;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial
  .shape
  span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  color: #fff;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 86px;
  letter-spacing: 2.58px;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial
  .shape
  .circle {
  position: absolute;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial
  .text-content {
  position: relative;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial
  .text-content
  p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial
  .text-content
  .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial
  .text-content
  .quotes {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial:nth-child(odd) {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial:nth-child(odd)
  .shape
  .circle {
  bottom: 52px;
  right: 20px;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial:nth-child(even) {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial:nth-child(even)
  .shape
  .circle {
  top: 0;
  right: 20px;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial:nth-child(2) {
  margin-left: auto;
  margin-right: 50px;
  margin-bottom: 20px;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial:first-child {
  margin-left: 200px;
  margin-bottom: 80px;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial:nth-child(3) {
  margin-left: 50px;
  margin-bottom: 50px;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial:nth-child(4) {
  margin-left: auto;
  margin-bottom: 50px;
  margin-right: 200px;
}
.hp-section-6
  .lg-container
  .testimonials-wrapper
  .single-testimonial:nth-child(5) {
  margin-left: 150px;
}
.hp-section-6 .lg-container .main-btn {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-6 .lg-container .main-btn a {
  padding: 24px 66px;
}

.hp-section-7 {
  background-color: #f6fafc;
}
.hp-section-7 .container {
  flex-direction: column;
  align-items: center;
}
.hp-section-7 .container .upper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 135px;
  width: 100%;
}
.hp-section-7 .container .upper h2 {
  max-width: 430px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-7 .container .upper p {
  max-width: 360px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.54px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.hp-section-7 .container .wrap {
  width: 40%;
}
.hp-section-7 .container .map {
  margin-bottom: 145px;
  width: 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer {
  color: #fff;
  background: -moz-linear-gradient(105deg, #1f3042 0%, #264c74 100%);
  background: -webkit-linear-gradient(105deg, #1f3042 0%, #264c74 100%);
  background: linear-gradient(105deg, #1f3042 0%, #264c74 100%);
}
.footer .container {
  flex-direction: column;
  padding-bottom: 75px;
}
.footer .container .footer-upper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.footer .container .footer-upper .footer-col {
  padding: 0 10px;
}
.footer .container .footer-upper .footer-col h6 {
  margin-bottom: 20px;
}
.footer .container .footer-upper .footer-col ul li a {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.48px;
}
.footer .container .footer-upper .footer-col ul li:not(:last-child) {
  margin-bottom: 5px;
}
.footer .container .footer-upper .footer-col .single-app {
  background-color: rgba(150, 190, 213, 0.36);
  border-radius: 10px;
  padding: 12px 15px;
  margin-bottom: 24px;
  width: 265px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .container .footer-upper .footer-col .single-app.bbb{
  justify-content: flex-end;
  background-color: transparent;
  padding: 0;
}
.footer .container .footer-upper .footer-col .single-app .icon {
  margin-right: 13px;
}
.footer .container .footer-upper .footer-col .single-app .text span {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.42px;
}
.footer .container .footer-upper .footer-col .single-app .text div {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.66px;
}
.footer .container .footer-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 100px auto;
}
.footer .container .footer-middle .social {
  width: 107px;
  height: 93px;
  border-radius: 58% 42% 34% 66% / 40% 51% 49% 60%;
}
.footer .container .footer-middle .social:not(:last-child) {
  margin-right: 65px;
}
.footer .container .footer-middle .social a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .container .footer-middle .social:first-child {
  background: -moz-linear-gradient(105deg, #2563eb 0%, #6464c8 100%);
  background: -webkit-linear-gradient(105deg, #2563eb 0%, #6464c8 100%);
  background: linear-gradient(105deg, #2563eb 0%, #6464c8 100%);
}
.footer .container .footer-middle .social:nth-child(2) {
  background: -moz-linear-gradient(105deg, #ffc48b 0%, #6464c8 100%);
  background: -webkit-linear-gradient(105deg, #ffc48b 0%, #6464c8 100%);
  background: linear-gradient(105deg, #ffc48b 0%, #6464c8 100%);
}
.footer .container .footer-middle .social:nth-child(3) {
  background-color: #2563eb;
}
.footer .container .footer-middle .social:nth-child(4) {
  background-color: rgba(150, 190, 213, 0.3);
}
.footer .container .footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.48px;
}
.footer .container .footer-bottom ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .container .footer-bottom ul li {
  padding-right: 8px;
  padding-left: 8px;
  position: relative;
}
.footer .container .footer-bottom ul li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -2px;
}

.plans-page {
  background-color: #f5f9fc;
}

.plans-hero {
  min-height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
}
.plans-hero .container {
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
  align-items: center;
}
.plans-hero .container #plan-blob-hero {
  position: absolute;
  top: 0;
  right: -25%;
  width: 85%;
  z-index: 0;
  bottom: 0;
  margin: auto 0;
}
.plans-hero .container .text-content {
  max-width: 657px;
  width: 50%;
  z-index: 1;
}
.plans-hero .container .text-content .title {
  margin-bottom: 40px;
}
.plans-hero .container .text-content .title > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.plans-hero .container .text-content .title .hr {
  width: 123px;
  margin-left: 40px;
  margin-top: 30px;
}
.plans-hero .container .text-content .title .hr > div {
  height: 1px;
  background-color: #1f3042;
  width: 0%;
}
.plans-hero .container .text-content .title h1 strong {
  color: #c79d4d;
}
.plans-hero .container .text-content h4 {
  color: #c79d4d;
  margin-bottom: 27px;
  opacity: 0;
}
.plans-hero .container .text-content p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.6px;
  max-width: 575px;
  opacity: 0;
}
.plans-hero .container .text-content p strong {
  color: #2563eb;
  font-weight: 400;
}
.plans-hero .container .graphic {
  width: 50%;
  margin-right: -10%;
  z-index: 1;
}
.plans-hero .container .graphic svg {
  height: auto;
  max-width: 100%;
}

.plans-body {
  background-color: #f5f9fc;
}
.plans-body .container {
  flex-direction: column;
}
.plans-body .container .dark-banner {
  background-color: #1f3042;
  border-radius: 45px;
  width: 100%;
  padding: 140px 92px;
  color: #fff;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.plans-body .container .dark-banner img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  z-index: 0;
}
.plans-body .container .dark-banner .text-content {
  align-items: center;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.plans-body .container .dark-banner .text-content h2 {
  margin-bottom: 60px;
}
.plans-body .container .dark-banner .text-content p {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.66px;
  max-width: 970px;
}
.plans-body .container .dark-banner .text-content p strong {
  font-style: italic;
  color: #abc9d6;
  font-weight: 400;
}
.plans-body .container .plans-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 118px;
  width: 100%;
}
.plans-body .container .plans-wrapper .single-plan-wrapper {
  width: 33.3333%;
  padding: 0 15px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.plans-body .container .plans-wrapper .single-plan-wrapper .single-plan {
  border-radius: 40px;
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__header {
  color: #fff;
  background-color: #abc9d6;
  border-radius: 40px 40px 0 0;
  padding: 29px 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__header
  img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 70%;
  z-index: 0;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__header
  h4 {
  width: 50%;
  letter-spacing: 1.14px;
  z-index: 1;
  position: relative;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__header
  .info {
  width: 50%;
  align-items: flex-end;
  z-index: 1;
  position: relative;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__header
  .info
  .counter {
  margin-bottom: 16px;
  font-size: 76px;
  line-height: 100px;
  letter-spacing: 2.28px;
  font-weight: 700;
  opacity: 0.2;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__header
  .info
  .price-wrapper {
  align-items: flex-end;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__header
  .info
  .price-wrapper
  .price {
  font-weight: 600;
  font-size: 32px;
  line-height: 22px;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__header
  .info
  .price-wrapper
  span {
  font-size: 16px;
  line-height: 22px;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__body {
  padding: 43px 30px;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__body
  ul
  li {
  position: relative;
  padding-left: 43px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__body
  ul
  li::before {
  position: absolute;
  content: "";
  background-image: url(../images/shapes/li-before.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 31px;
  left: 0;
  top: -7px;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .single-plan__body
  ul
  li:not(:last-child) {
  margin-bottom: 20px;
}
.plans-body .container .plans-wrapper .single-plan-wrapper .single-plan .cta {
  padding: 0 33px 33px;
  margin-top: auto;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .cta
  button {
  width: 100%;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .cta
  button
  a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper
  .single-plan
  .cta
  button
  a
  span {
  margin-right: 25px;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0.54px;
}
.plans-body .container .plans-wrapper .single-plan-wrapper .single-plan:hover {
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  -o-transform: translateY(-22px);
  transform: translateY(-22px);
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper:last-child
  .single-plan
  .single-plan__header {
  background-color: #c79d4d;
}
.plans-body
  .container
  .plans-wrapper
  .single-plan-wrapper:first-child
  .single-plan
  .single-plan__header {
  background-color: #9c9c9c;
}

.plans-banner {
  border-radius: 45px 45px 0 0;
  background-color: #dbe7ed;
  margin-top: 70px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.plans-banner .container {
  padding: 25px 0;
  justify-content: space-between;
}
.plans-banner .container .text-content {
  max-width: 580px;
  padding: 20px 0;
}
.plans-banner .container .text-content h3 {
  letter-spacing: 0.48px;
  margin-bottom: 36px;
}
.plans-banner .container .text-content .cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 25px 11px 25px 34px;
  border-radius: 30px;
  border: 2px dashed #abc9d6;
  position: relative;
  width: fit-content;
}
.plans-banner .container .text-content .cta .sm-text {
  position: absolute;
  top: -16px;
  background-color: #dbe7ed;
  padding: 0 10px;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 30px;
}
.plans-banner .container .text-content .cta .single-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 23px;
}
.plans-banner .container .text-content .cta .single-cta img {
  margin-right: 8px;
}
.plans-banner .container .text-content .cta .single-cta span {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.24px;
}
.plans-banner .container .graphic {
  margin-top: -110px;
  max-width: 400px;
}
.plans-banner .container .graphic img{
  max-width: 100%;
}
.services-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.services-hero #services-blob-hero {
  position: absolute;
  width: 80%;
  right: -25%;
  top: -65%;
  z-index: 0;
}
.services-hero .container {
  min-height: 100vh;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.services-hero .container .text-content {
  max-width: 580px;
  width: 50%;
}
.services-hero .container .text-content .title {
  margin-bottom: 30px;
}
.services-hero .container .text-content .title > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.services-hero .container .text-content .title > div .hr {
  margin-left: 40px;
  margin-top: 20px;
  width: 126px;
}
.services-hero .container .text-content .title > div .hr > div {
  height: 1px;
  background-color: #1f3042;
  width: 0%;
}
.services-hero .container .text-content h4 {
  color: #c79d4d;
  max-width: 400px;
  margin-bottom: 40px;
  opacity: 0;
}
.services-hero .container .text-content p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.6px;
  opacity: 0;
}
.services-hero .container .graphic {
  width: 50%;
  margin-right: -15%;
}
.services-hero .container .graphic svg {
  height: auto;
  max-width: 100%;
}

.services-body {
  background-color: #f5f9fc;
}
.services-body .container {
  flex-direction: column;
  padding-top: 150px;
}
.services-body .container .services-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.services-body .container .services-wrapper .single-service-wrapper {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service {
  border-radius: 45px;
  background-color: #fff;
  padding: 50px 30px 35px;
  height: 100%;
  align-items: center;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .graphic-wrapper {
  position: relative;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .graphic {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  margin-bottom: 25px;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .graphic
  img {
  max-width: 100%;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .text-content {
  align-items: center;
  text-align: center;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .text-content
  h4 {
  margin-bottom: 30px;
  letter-spacing: 0.6px;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .text-content
  .hr {
  margin-bottom: 37px;
  width: 84px;
  height: 1px;
  background-color: #1f3042;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .cta {
  margin-top: auto;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .cta
  button {
  width: 100%;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .cta
  button
  a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
}
.services-body
  .container
  .services-wrapper
  .single-service-wrapper
  .single-service
  .cta
  button
  a
  span {
  font-size: 18px;
  letter-spacing: 0.42px;
  margin-right: 35px;
  text-transform: none;
}

.single-service-hero {
  min-height: 100vh;
  overflow: hidden;
  flex-direction: column;
  position: relative;
}
.single-service-hero .marquee {
  padding-top: 100px;
  opacity: 0;
}
.single-service-hero .marquee .marquee-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.single-service-hero .marquee .marquee-wrapper .marquee-text {
  white-space: nowrap;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 70px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  font-size: 180px;
  line-height: 200px;
  color: #f5f9fc;
  font-family: "Cormorant", serif;
  font-weight: 700;
  -webkit-animation: a-text-scroll 65s linear infinite;
  -moz-animation: a-text-scroll 65s linear infinite;
  -o-animation: a-text-scroll 65s linear infinite;
  animation: a-text-scroll 65s linear infinite;
  position: relative;
}
.single-service-hero .marquee .marquee-wrapper .marquee-text::before {
  content: "";
  position: absolute;
  background-image: url(../images/shapes/marquee.svg);
  width: 37px;
  height: 32px;
  right: -10px;
  bottom: 45px;
  background-repeat: no-repeat;
}
.single-service-hero .container {
  padding-top: 60px;
}
.single-service-hero .container .text-content {
  max-width: 830px;
  width: 70%;
}
.single-service-hero .container .text-content.full {
  max-width: 1030px;
  width: 100%;
}
.single-service-hero .container .text-content.full .row .left {
  width: 70%;
  max-width: 100%;
}
.single-service-hero .container .text-content.full .row .right.empty {
  display: none;
}
.single-service-hero .container .text-content h1 {
  margin-bottom: 30px;
}
.single-service-hero .container .text-content .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.single-service-hero .container .text-content .row .left {
  width: 58%;
  max-width: 480px;
  padding-right: 23px;
}
.single-service-hero .container .text-content .row .left h4 {
  color: #c79d4d;
  margin-bottom: 22px;
  opacity: 0;
}
.single-service-hero .container .text-content .row .left p {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.34px;
  opacity: 0;
}
.single-service-hero .container .text-content .row .left blockquote{
  width: 100%;
    background-color: #f5f9fc;
    border-radius: 20px;
    padding:22px 21px 22px 60px;
    position: relative;
   
}
.single-service-hero .container .text-content .row .left blockquote::before{
  position: absolute;
    content: "";
    background-image: url(../images/icons/check-dark.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 33px;
    left: 20px;
    top: 25px;
}
.single-service-hero .container .text-content .row .left blockquote strong{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500 !important;
  color: #1f3042 !important;
}
.single-service-hero .container .text-content .row .left ul {
  margin: 8px 0;
}
.single-service-hero .container .text-content .row .left ul li {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.34px;
  position: relative;
  padding-left: 20px;
}
.single-service-hero .container .text-content .row .left ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/check-sm.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  left: 0;
  top: 8px;
}
.single-service-hero .container .text-content .row .left p strong {
  color: #2563eb;
  font-weight: 400;
}
.single-service-hero .container .text-content .row .left button {
  margin-top: 33px;
  opacity: 0;
}
.single-service-hero .container .text-content .row .left button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 20px 50px;
}
.single-service-hero .container .text-content .row .left button a span {
  margin-right: 21px;
  font-size: 18px;
  letter-spacing: 0.54px;
  text-transform: none;
}
.single-service-hero .container .text-content .row .right {
  width: 42%;
  padding-left: 23px;
}
.single-service-hero .container .text-content .row .right .block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 45px;
  background-color: #f5f9fc;
  padding: 28px;
  opacity: 0;
}
.single-service-hero .container .text-content .row .right .block ul li {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.34px;
  position: relative;
  padding-left: 20px;
}
.single-service-hero
  .container
  .text-content
  .row
  .right
  .block
  ul
  li:not(:last-child) {
  margin-bottom: 8px;
}
.single-service-hero .container .text-content .row .right .block ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/check-sm.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  left: 0;
  top: 8px;
}
.single-service-hero .container .text-content .row .right .block .symptom {
  width: 50%;
  align-items: center;
  text-align: center;
  max-width: 130px;
}
.single-service-hero
  .container
  .text-content
  .row
  .right
  .block
  .symptom
  .icon {
  margin-bottom: 18px;
}
.single-service-hero .container .text-content .row .right .block .symptom span {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
}
.single-service-hero
  .container
  .text-content
  .row
  .right
  .block
  .symptom:nth-child(1),
.single-service-hero
  .container
  .text-content
  .row
  .right
  .block
  .symptom:nth-child(2) {
  margin-bottom: 27px;
}
.single-service-hero .graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 40%;
}
.single-service-hero .graphic img {
  max-width: 100%;
}

.single-service-dark-banner {
  background-color: #f5f9fc;
}
.single-service-dark-banner .dark-banner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 50px 90px;
  background-color: #1f3042;
  border-radius: 45px;
  color: #fff;
}
.single-service-dark-banner .dark-banner .statistic {
  align-items: center;
  text-align: center;
  max-width: 210px;
  padding: 0 15px;
}
.single-service-dark-banner .dark-banner .statistic .icon {
  position: relative;
  margin-bottom: 30px;
}
.single-service-dark-banner .dark-banner .statistic .icon img.illustr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 70px;
}
.single-service-dark-banner .dark-banner .statistic .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 13px;
}
.single-service-dark-banner .dark-banner .statistic p {
  line-height: 26px;
}

.single-service-body
  .single-service__custom-block
  .container
  .service-information {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  width: 47%;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  h1 {
  line-height: 100px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  h4 {
  margin: 8px 0;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  h4:nth-of-type(1) {
  color: #c79d4d;
  margin-bottom: 30px;
  margin-top: 0;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  h5 {
  margin: 8px 0;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  h6 {
  margin: 8px 0;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  p {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.34px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  p
  strong {
  color: #2563eb;
  font-weight: 400;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  ul {
  margin: 8px 0;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  ul
  li {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.34px;
  position: relative;
  padding-left: 20px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  ul
  li::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/check-sm.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  left: 0;
  top: 8px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  ol {
  margin: 8px 0;
  list-style: auto;
  padding: revert;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  ol
  li {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.34px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  button {
  margin-top: 40px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  button
  a {
  padding: 20px 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col
  button
  a
  span {
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0.54px;
  margin-right: 21px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  width: 53%;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col
  .graphic {
  margin-bottom: 57px;
  width: fit-content;
  max-width: 400px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col
  .graphic img{
    max-width: 100%;
  }
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col
  h4 {
  margin-bottom: 32px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col
  .rows {
  width: 100%;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col
  .rows
  .single-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 22px 21px;

  align-items: flex-start;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col
  .rows
  .single-row
  .text-content
  .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.18px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col
  .rows
  .single-row
  img {
  margin-right: 13px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col
  .rows
  .single-row
  p {
  line-height: 26px;
  letter-spacing: 0.16px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col
  .rows
  .single-row:not(:last-child) {
  margin-bottom: 25px;
}

.single-service-body .single-service__custom-block.gray {
  background-color: #f5f9fc;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .text-col {
  padding-right: 30px;
}
.single-service-body
  .single-service__custom-block
  .container
  .service-information
  .image-col {
  padding-left: 30px;
}
.single-service-body
  .single-service__custom-block.grey
  .container
  .service-information
  .image-col
  .graphic {
  margin-left: auto;
}
.single-service-body
  .single-service__custom-block.grey
  .container
  .service-information
  .image-col
  .rows
  .single-row {
  background-color: #fff;
}

.single-service-body
  .single-service__custom-block.white
  .container
  .service-information
  .image-col
  .graphic {
  margin-right: auto;
}
.single-service-body
  .single-service__custom-block.white
  .container
  .service-information
  .image-col
  .rows
  .single-row {
  background-color: #f5f9fc;
}

.single-service-banner {
  background-color: #f5f9fc;
}
.single-service-banner button a {
  padding: 24px 60px;
}
.single-service-banner .text-content p{
  margin-bottom: 0 !important;
}
.single-service-banner .text-content .cta{
  margin-top: 65px;
}
.single-service-ordered-cols .container {
  flex-direction: column;
  align-items: center;
}
.single-service-ordered-cols .container h2 {
  text-align: center;
  margin-bottom: 40px;
}
.single-service-ordered-cols .container .cols-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.single-service-ordered-cols .container .cols-wrapper .single-col-wrapper {
  padding: 0 20px;
  margin-bottom: 20px;
  width: 33.3333%;
}
.single-service-ordered-cols
  .container
  .cols-wrapper
  .single-col-wrapper
  .single-col {
  border-radius: 45px;
  background-color: #f5f9fc;
  padding: 30px 30px;
  height: 100%;
  align-items: center;
  text-align: center;
}
.single-service-ordered-cols
  .container
  .cols-wrapper
  .single-col-wrapper
  .single-col
  .count {
  font-size: 76px;
  letter-spacing: 2.28px;
  font-weight: 700;
  opacity: 0.2;
}
.single-service-ordered-cols
  .container
  .cols-wrapper
  .single-col-wrapper
  .single-col
  h4 {
  margin-bottom: 20px;
  letter-spacing: 0.6px;
}
.single-service-ordered-cols
  .container
  .cols-wrapper
  .single-col-wrapper
  .single-col
  .h3 {
  margin-bottom: 37px;
  width: 84px;
  height: 1px;
  background-color: #1f3042;
}

.mobile-service-hero {
  min-height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.mobile-service-hero #ms-hero-blob {
  position: absolute;
  width: 900px;
  z-index: 0;
  right: -500px;
}
.mobile-service-hero .container {
  justify-content: space-between;
  position: relative;
  min-height: 100vh;
  padding-top: 150px;
  position: relative;
  align-items: center;
}
.mobile-service-hero .container .text-content {
  width: 70%;
  z-index: 1;
}
.mobile-service-hero .container .text-content .title {
  margin-bottom: 30px;
}
.mobile-service-hero .container .text-content .title > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mobile-service-hero .container .text-content .title .hr {
  width: 123px;
  margin-left: 40px;
  margin-top: 30px;
}
.mobile-service-hero .container .text-content .title .hr > div {
  height: 1px;
  background-color: #1f3042;
  width: 0%;
}
.mobile-service-hero .container .text-content h4 {
  color: #c79d4d;
  opacity: 0;
  margin-bottom: 27px;
}
.mobile-service-hero .container .text-content p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.6px;
  opacity: 0;
  max-width: 575px;
}
.mobile-service-hero .container .text-content p strong {
  color: #2563eb;
  font-weight: 400;
}
.mobile-service-hero .container .text-content button {
  opacity: 0;
  margin-top: 40px;
}
.mobile-service-hero .container .text-content button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 20px 50px;
}
.mobile-service-hero .container .text-content button a span {
  margin-right: 20px;
  text-transform: capitalize;
}
.mobile-service-hero .container .text-content .bottom-c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile-service-hero .container .text-content .bottom-c .left-c {
  width: 60%;
  padding-right: 25px;
}
.mobile-service-hero .container .text-content .bottom-c .right-c {
  width: 40%;
  opacity: 0;
  padding-left: 25px;
}
.mobile-service-hero .container .text-content .bottom-c .right-c ul li {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  position: relative;
  padding-left: 40px;
}
.mobile-service-hero .container .text-content .bottom-c .right-c ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/shapes/li-before.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 31px;
  left: 0;
  top: -3px;
}
.mobile-service-hero
  .container
  .text-content
  .bottom-c
  .right-c
  ul
  li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-service-hero .container .graphic {
  width: 500px;
  z-index: 1;
  margin-right: -250px;
}
.mobile-service-hero .container .graphic img {
  max-width: 100%;
}

.ms-body {
  background-color: #f5f9fc;
}
.ms-body .container {
  flex-direction: column;
}
.ms-body .container .dark-banner {
  background-color: #1f3042;
  border-radius: 45px;
  width: 100%;
  padding: 140px 92px;
  color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  overflow: hidden;
  margin-bottom: 90px;
}
.ms-body .container .dark-banner img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  z-index: 0;
}
.ms-body .container .dark-banner .text-content {
  align-items: center;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.ms-body .container .dark-banner .text-content h2 {
  margin-bottom: 40px;
}
.ms-body .container .dark-banner .text-content h5 {
  margin-bottom: 20px;
  color: #c79d4d;
}
.ms-body .container .dark-banner .text-content p {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.66px;
  max-width: 970px;
}
.ms-body .container .dark-banner .text-content p strong {
  font-style: italic;
  color: #abc9d6;
  font-weight: 400;
}
.ms-body .container .mobile-plans {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.ms-body .container .mobile-plans .single-mobile-plan-wrapper {
  width: 33.333%;
  padding: 0 15px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  margin-bottom: 30px;
}
.ms-body
  .container
  .mobile-plans
  .single-mobile-plan-wrapper
  .single-mobile-plan {
  border-radius: 40px;
  background-color: #fff;
  padding: 37px 32px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.ms-body
  .container
  .mobile-plans
  .single-mobile-plan-wrapper
  .single-mobile-plan
  .subtitle {
  margin-bottom: 20px;
  margin-top: 24px;
  font-size: 22px;
  line-height: 32px;
  color: #c79d4d;
  font-family: "Cormorant", serif;
  font-weight: 700;
}
.ms-body
  .container
  .mobile-plans
  .single-mobile-plan-wrapper
  .single-mobile-plan
  ul {
  margin-top: 30px;
}
.ms-body
  .container
  .mobile-plans
  .single-mobile-plan-wrapper
  .single-mobile-plan
  ul
  li {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  position: relative;
  padding-left: 40px;
}
.ms-body
  .container
  .mobile-plans
  .single-mobile-plan-wrapper
  .single-mobile-plan
  ul
  li::before {
  position: absolute;
  content: "";
  background-image: url(../images/shapes/li-before.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 31px;
  left: 0;
  top: -3px;
}
.ms-body
  .container
  .mobile-plans
  .single-mobile-plan-wrapper
  .single-mobile-plan
  ul
  li:not(:last-child) {
  margin-bottom: 20px;
}
.ms-body .container .call-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  padding: 22px 53px;
  margin-bottom: 120px;
}
.ms-body .container .call-banner img {
  margin-right: 28px;
}
.ms-body .container .call-banner p {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.6px;
}
.ms-body .container .call-banner p a {
  font-weight: 600;
}
.ms-body .container .mobile-services-wrapper {
  margin-bottom: 120px;
  width: 100%;
}
.ms-body .container .mobile-services-wrapper .msw-upper {
  max-width: 1060px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  text-align: center;
  align-items: center;
  margin-bottom: 38px;
}
.ms-body .container .mobile-services-wrapper .msw-upper h2 {
  margin-bottom: 42px;
}
.ms-body .container .mobile-services-wrapper .msw-upper h4 {
  margin-bottom: 30px;
  color: #c79d4d;
}
.ms-body .container .mobile-services-wrapper .msw-upper p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.6px;
}
.ms-body .container .mobile-services-wrapper .msw-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ms-body .container .mobile-services-wrapper .msw-content .single-blog-wrapper {
  width: 50%;
  margin-bottom: 36px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  padding: 0 15px;
}

.single-blog {
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.single-blog .img-wrapper {
  width: 100%;
  height: 280px;
  border-radius: 30px 30px 0 0;
}
.single-blog .img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.single-blog .text-wrapper {
  padding: 36px 25px;
}
.single-blog .text-wrapper h6 {
  margin-bottom: 16px;
}
.single-blog .text-wrapper button {
  margin-top: 37px;
}
.single-blog .text-wrapper button a {
  padding: 14px 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.single-blog .text-wrapper button a span {
  text-transform: capitalize;
  margin-right: 20px;
}
.single-blog.large {
  height: 100%;
  border-radius: 40px;
}
.single-blog.large .img-wrapper {
  height: 430px;
  border-radius: 40px 40px 0 0;
}
.single-blog.large .text-wrapper {
  padding: 40px 32px;
}
.single-blog.large .text-wrapper h4 {
  margin-bottom: 37px;
}
.single-blog.large .text-wrapper button a {
  padding: 20px 50px;
}
.blog-body {
  background-color: #f5f9fc;
}
.blog-body .single-blog {
  height: 100%;
}
.blog-body .container {
  flex-direction: column;
  padding-top: 200px;
}
.blog-body .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.blog-body .title .hr {
  width: 123px;
  margin-left: 40px;
  margin-top: 30px;
}
.blog-body .title .hr > div {
  height: 1px;
  background-color: #1f3042;
  width: 0%;
}
.blog-body .container .blogs-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog-body .container .blogs-wrapper .single-blog-wrapper {
  width: 33.333%;
  margin-bottom: 30px;
  padding: 0 15px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.single-blog .divider {
  width: 93px;
  height: 1px;
  background-color: #cbd2d6;
  margin: 12px 0;
}
.single-blog .date {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: #9c9c9c;
  font-weight: 500;
  font-style: italic;
}
.single-post-body .container {
  padding-top: 200px;
  flex-direction: column;
}
.single-post-body .container > h2 {
  margin-bottom: 45px;
}
.single-post-body .container .post-image {
  width: 100%;
  height: 870px;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  margin-bottom: 51px;
}
.single-post-body .container .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-body .container .post-meta {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.single-post-body .container .post-meta > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.single-post-body .container .post-meta > div img {
  margin-right: 8px;
}
.single-post-body .container .post-meta > div span {
  font-weight: 500;
}
.single-post-body .container .main-content {
  margin-bottom: 85px;
}
.single-post-body .container .main-content ul {
  margin: 15px 0;
}
.single-post-body .container .main-content ul li {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  position: relative;
  padding-left: 40px;
}
.single-post-body .container .main-content ol {
  margin: 15px 0;
  list-style: auto;
  padding: revert;
}
.single-post-body .container .main-content ol li {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
}
.single-post-body .container .main-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.single-post-body .container .main-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.single-post-body .container .main-content ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/shapes/li-before.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 31px;
  left: 0;
  top: -3px;
}
.single-post-body .container .main-content h1,
.single-post-body .container .main-content h2,
.single-post-body .container .main-content h3,
.single-post-body .container .main-content h4,
.single-post-body .container .main-content h5,
.single-post-body .container .main-content h6 {
  margin-bottom: 30px;
}
.single-post-body .container .main-content img {
  border-radius: 30px;
  max-width: 700px;
  margin: 15px;
}
.single-post-body .container .main-content img.alignleft {
  float: left;
  margin: 30px 30px 30px 0;
}
.single-post-body .container .main-content img.aligncenter {
  margin: 0 auto;
  display: block;
}
.single-post-body .container .main-content img.alignright {
  float: right;
  margin: 30px 0 30px 30px;
}
.single-post-body .container .previous-next {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.single-post-body .container .previous-next > a {
  max-width: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.single-post-body .container .previous-next > a .text-wrapper h6 {
  margin-bottom: 0;
}
.single-post-body .container .previous-next > a .text-wrapper .desc {
  text-transform: uppercase;
  color: #9c9c9c;
}
.single-post-body .container .previous-next > a:first-child img {
  margin-right: 20px;
}
.single-post-body .container .previous-next > a:last-child img {
  margin-left: 20px;
}

.related-articles {
  background-color: #f5f9fc;
}
.related-articles .container {
  flex-direction: column;
}
.related-articles .container h2 {
  margin-bottom: 48px;
}
.related-articles .container .articles-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.related-articles .container .articles-wrapper .single-article-wrapper {
  width: 33.333%;
  padding: 0 15px;
}
.related-articles .container .articles-wrapper .single-article-wrapper .single-blog{
  height: 100%;
}
.faqs-body {
  min-height: 100vh;
}
.faqs-body .container {
  padding: 200px 0;
  flex-direction: column;
}
.faqs-body .container .left-c {
  width: 100%;
  opacity: 0;
  margin-bottom: 70px;
}
.faqs-body .container .left-c .title {
  margin-bottom: 25px;
}

.faqs-body .container .left-c .title > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.faqs-body .container .left-c .title .hr {
  width: 123px;
  margin-left: 40px;
  margin-top: 30px;
}
.faqs-body .container .left-c .title .hr > div {
  height: 1px;
  background-color: #1f3042;
  width: 0%;
}
.faqs-body .container .left-c h4 {
  color: #c79d4d;

  margin-bottom: 20px;
}
.faqs-body .container .left-c p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.6px;
}
.faqs-body .container .left-c p strong {
  color: #2563eb;
  font-weight: 400;
}
.faqs-body .container .left-c button {
  margin-top: 40px;
}
.faqs-body .container .left-c button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 20px 50px;
}
.faqs-body .container .left-c button a span {
  margin-right: 20px;
  font-size: 18px;
  text-transform: capitalize;
}
.faqs-body .container .right-c {
  width: 100%;

}
.faqs-body .container .right-c .blocks {
  z-index: 1;
}
.faqs-body .container .right-c .blocks .single-block {
  padding: 30px 35px;
  background-color: #1f3042;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.faqs-body .container .right-c .blocks .single-block:not(:last-child) {
  margin-bottom: 25px;
}
.faqs-body .container .right-c .blocks .single-block .single-block__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.faqs-body
  .container
  .right-c
  .blocks
  .single-block
  .single-block__title
  .title {
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0.72px;
  font-weight: 700;
  font-family: "Cormorant", serif;
  margin-right: 30px;
}
.faqs-body
  .container
  .right-c
  .blocks
  .single-block
  .single-block__title
  .circle {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.faqs-body
  .container
  .right-c
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus {
  width: 20px;
  height: 20px;
  position: relative;
}
.faqs-body
  .container
  .right-c
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus
  > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  background-color: #fff;
}
.faqs-body
  .container
  .right-c
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus
  > div:first-child {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
}
.faqs-body
  .container
  .right-c
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus
  > div:last-child {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  width: 1px;
  height: 20px;
}
.faqs-body .container .right-c .blocks .single-block .single-block__content {
  padding-top: 30px;
  display: none;
}
.faqs-body .container  ul {
  margin: 15px 0;
}
.faqs-body
  .container
  ul
  li {
  padding-left: 50px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
}
.faqs-body
  .container
  ul
  li::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/check-oval.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 43px;
  left: 0;
  top: -7px;
}
.faqs-body
  .container .left-c ul li{
    padding-left: 40px;
  }
.faqs-body
  .container .left-c
  ul
  li::before{
    background-image: url(../images/shapes/li-before.svg);
    top: -3px;
  }


.faqs-body
  .container
  ul
  li:not(:last-child) {
  margin-bottom: 25px;
}
.faqs-body
  .container
  .right-c
  .blocks
  .single-block.opened
  .single-block__title
  .circle {
  background-color: transparent;
  border-color: #fff;
}
.faqs-body
  .container
  .right-c
  .blocks
  .single-block.opened
  .single-block__title
  .circle
  .plus-minus
  > div:last-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}



.about-hero .container {
  position: relative;
  justify-content: space-between;
  padding-top: 200px;
  align-items: center;
}
.about-hero .container .text-content {
  width: 50%;
}
.about-hero .container .text-content .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.about-hero .container .text-content .title .hr {
  width: 126px;
  margin-left: 25px;
}
.about-hero .container .text-content .title .hr > div {
  width: 0%;
  height: 1px;
  background-color: #1f3042;
}

.about-hero .container .image-content {
  width: 50%;
  max-width: 455px;
  opacity: 0;
  border-radius: 30px;
  overflow: hidden;
}
.about-hero .container .image-content svg{
  max-width: 100%;
  height: auto;
}

.about-sec-3 {
  background-color: #f5f9fc;
}
.about-sec-3 .container .blocks {
  width: 100%;
}
.about-sec-3 .container .blocks .single-block {
  padding: 30px 35px;
  background-color: #1f3042;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.about-sec-3 .container .blocks .single-block:not(:last-child) {
  margin-bottom: 25px;
}
.about-sec-3 .container .blocks .single-block .single-block__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.about-sec-3 .container .blocks .single-block .single-block__title .title {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0.72px;
  font-weight: 700;
  font-family: "Cormorant", serif;
  margin-right: 30px;
}
.about-sec-3 .container .blocks .single-block .single-block__title .circle {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.about-sec-3
  .container
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus {
  width: 20px;
  height: 20px;
  position: relative;
}
.about-sec-3
  .container
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus
  > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  background-color: #fff;
}
.about-sec-3
  .container
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus
  > div:first-child {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
}
.about-sec-3
  .container
  .blocks
  .single-block
  .single-block__title
  .circle
  .plus-minus
  > div:last-child {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  width: 1px;
  height: 20px;
}
.about-sec-3 .container .blocks .single-block .single-block__content {
  padding-top: 30px;
  display: none;
}
.about-sec-3 .container .blocks .single-block .single-block__content h1,
.about-sec-3 .container .blocks .single-block .single-block__content h2,
.about-sec-3 .container .blocks .single-block .single-block__content h3,
.about-sec-3 .container .blocks .single-block .single-block__content h4,
.about-sec-3 .container .blocks .single-block .single-block__content h5,
.about-sec-3 .container .blocks .single-block .single-block__content h6 {
  margin-bottom: 10px;
}
.about-sec-3 .container .blocks .single-block .single-block__content ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about-sec-3
  .container
  .blocks
  .single-block
  .single-block__content
  ul
  li
  .icon {
  margin-right: 15px;
  min-width: 35px;
  width: 35px;
  height: 35px;
  background-color: #36495b;
  border-radius: 50% 50% 29% 69% / 36% 50% 38% 66%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-sec-3
  .container
  .blocks
  .single-block
  .single-block__content
  ul
  li:not(:last-child) {
  margin-bottom: 15px;
}
.about-sec-3
  .container
  .blocks
  .single-block.opened
  .single-block__title
  .circle {
  background-color: transparent;
  border-color: #fff;
}
.about-sec-3
  .container
  .blocks
  .single-block.opened
  .single-block__title
  .circle
  .plus-minus
  > div:last-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.about-sec-4 .container {
  padding-bottom: 0;
}
.hp-section-4.about-sec-4 .container .upper p {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.56px;
}
.about-sec-4 .container .providers {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.about-sec-4 .container .providers .single-provider {
  width: 25%;

  margin-bottom: 160px;
}

.about-sec-new .container {
  flex-direction: column;
}
.about-sec-new .container h2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  margin-bottom: 60px;
}
.about-sec-new .container .bottom-c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about-sec-new .container .bottom-c .left-c {
  width: 45%;
  padding-right: 45px;
}
.about-sec-new .container .bottom-c .left-c h4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  margin-bottom: 32px;
}
.about-sec-new .container .bottom-c .left-c p {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  margin-bottom: 32px;
}
.about-sec-new .container .bottom-c .left-c button {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.about-sec-new .container .bottom-c .left-c button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 30px;
}
.about-sec-new .container .bottom-c .left-c button a span {
  text-transform: capitalize;
  margin-right: 20px;
}
.about-sec-new .container .bottom-c .right-c {
  width: 55%;
  padding-left: 45px;
}
.about-sec-new .container .bottom-c .right-c .blocks .single-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #f5f9fc;
  border-radius: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  padding: 32px 38px;
}
.about-sec-new .container .bottom-c .right-c .blocks .single-block img {
  margin-right: 30px;
}
.about-sec-new .container .bottom-c .right-c .blocks .single-block span {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
}
.about-sec-new
  .container
  .bottom-c
  .right-c
  .blocks
  .single-block:not(:last-child) {
  margin-bottom: 29px;
}

.about-sec-6 {
  overflow: hidden;
  background-color: #fff;
}
.about-sec-6 .container {
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.about-sec-6 .container .text-content {
width: 60%;
padding-right: 30px;
}
/* .about-sec-6 .container .text-content h2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  margin-bottom: 28px;
}
.about-sec-6 .container .text-content h4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  margin-bottom: 32px;
  color: #c79d4d;
} */
/* .about-sec-6 .container .text-content p {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.34px;
} */
/* .about-sec-6 .container .text-content button {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  margin-top: 32px;
}
.about-sec-6 .container .text-content button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 35px;
}
.about-sec-6 .container .text-content button a span {
  text-transform: capitalize;
  margin-right: 20px;
} */
.about-sec-6 .container .graphic-content {
  max-width: 650px;
  padding-left: 30px;
  width: 40%;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.about-sec-6 .container #about-blob-02 {
  position: absolute;
  right: -20%;
  z-index: 0;
  width: 75%;
  top: -10%;
}
.about-sec-6 .container .graphic-content img {
  max-width: 100%;
}

.about-sec-7 {
  background-color: #f6fafc;
}
.about-sec-7 .container .about-banner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  border-radius: 45px;
}
.about-sec-7 .container .about-banner .image {
  width: 45%;
  overflow: hidden;
  border-radius: 45px 0 0 45px;
}
.about-sec-7 .container .about-banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-sec-7 .container .about-banner .text-content {
  width: 55%;
  padding: 64px 56px;
  border-radius: 0 45px 45px 0;
  background-color: #ffffff;
}
.about-sec-7 .container .about-banner .text-content h4 {
  margin-bottom: 33px;
}
.about-sec-7 .container .about-banner .text-content p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.54px;
}

.modal {
  position: fixed;
  z-index: 9999999;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: rgba(31, 48, 66, 0.37);
}
.modal .modal-container {
  max-width: 1320px;
  width: 68.75%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  margin: auto;
}
.modal .modal-container .modal-content {
  width: 100%;
  padding: 90px 140px;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-name: fadeIn;
  animation-duration: 0.6s;
  position: relative;
  background-color: #ffffff;
  max-height: 88%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.modal .modal-container .modal-content .name {
  margin-bottom: 12px;
}
.modal .modal-container .modal-content .position {
  margin-bottom: 42px;
  font-size: 28px;
  line-height: 33px;
  color: #c79d4d;
}
.modal .modal-container .modal-content .bio {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.66px;
}
.modal .modal-container .modal-content.fadeOut {
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: 0.6s;
  animation-name: fadeOut;
  animation-duration: 0.6s;
}
.modal .modal-container .modal-content .close {
  position: absolute;
  cursor: pointer;
  top: 35px;
  right: 35px;
}

.book-hero .container {
  position: relative;
  align-items: center;
  padding-top: 150px;
}
.book-hero {
  overflow: hidden;
}
.book-hero .map {
  width: 50%;
}
.book-hero .container #book-blob-hero {
  position: absolute;
  top: 0;
  right: -25%;
  width: 85%;
  z-index: 0;
  bottom: 0;
  margin: auto 0;
}
.book-hero .container .text-content {
  max-width: 657px;
  width: 50%;
  z-index: 1;
}
.book-hero .container .text-content .title {
  margin-bottom: 20px;
}
.book-hero .container .text-content .title > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.book-hero .container .text-content .title .hr {
  width: 123px;
  margin-left: 40px;
  margin-top: 30px;
}
.book-hero .container .text-content .title .hr > div {
  height: 1px;
  background-color: #1f3042;
  width: 0%;
}
.book-hero .container {
  justify-content: space-between;
}

.book-hero .container .text-content h4 {
  color: #c79d4d;
  margin-bottom: 15px;
  opacity: 0;
}
.book-hero .container .text-content p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.6px;
  max-width: 575px;
  opacity: 0;
}
.book-hero .container .text-content p strong {
  color: #2563eb;
  font-weight: 400;
}
.book-hero .container .graphic {
  width: 50%;
max-width: 400px;
  z-index: 1;
}
.book-hero .container .graphic svg {
  height: auto;
  max-width: 100%;
}
.book-hero .container .graphic img {
  height: auto;
  max-width: 100%;
}

.book-body .booking-form-wrapper {
  width: 100%;
}
/* Style the tab */
.book-body .tab {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-start;
}

/* Style the buttons that are used to open the tab content */
.book-body .tab button {
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}

/* Create an active/current tablink class */
.book-body .tab button.active {
  background-color: #f5f9fc;
}

/* Style the tab content */
.book-body .tabcontent {
  display: none;
  padding: 6px 12px;
}
.book-body .single-provider {
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.book-body .single-provider .image-wrapper {
  position: relative;
  width: 224px;
  height: 210px;
  margin-bottom: 36px;
}
.book-body .single-provider .bio {
  display: none;
}
.book-body .single-provider .image-wrapper .provider-mask {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url(../images/team/mask-01.svg);
  mask-image: url(../images/team/mask-01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  object-position: top;
}

.book-body .single-provider h6 {
  margin-bottom: 11px;
}
.book-body .single-provider .position {
  font-size: 14px;
  line-height: 16px;
}
.book-body
  .tab
  .tablinks:nth-child(3)
  .single-provider
  .image-wrapper
  .provider-mask {
  -webkit-mask-image: url(../images/team/mask-02.svg);
  mask-image: url(../images/team/mask-02.svg);
}
.book-bottom {
  background-color: #f5f9fc;
}
.book-bottom .container {
  flex-direction: column;
}
.book-bottom .container .block {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.book-bottom .container .block .text-content {
  width: 50%;
}
.book-bottom .container .block .text-content h2 {
  margin-bottom: 28px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.book-bottom .container .block .text-content h4 {
  margin-bottom: 32px;
  color: #c79d4d;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.book-bottom .container .block .text-content p {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.34px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.book-bottom .container .block .text-content button {
  margin-top: 32px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.book-bottom .container .block .text-content button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 35px;
}
.book-bottom .container .block .text-content button a span {
  text-transform: capitalize;
  margin-right: 20px;
}
.book-bottom .container .block .graphic {
  width: 50%;
  text-align: center;
  opacity: 0;
  max-width: 500px;
}

.book-bottom .container .block .graphic img {
  max-width: 100%;
}
.legal-body .container {
  padding-top: 150px;
}

.single-post-body.legal .container .main-content h1,
.single-post-body.legal .container .main-content h2,
.single-post-body.legal .container .main-content.legal h3,
.single-post-body.legal .container .main-content h4,
.single-post-body.legal .container .main-content h5,
.single-post-body.legal .container .main-content h6 {
  margin-bottom: 20px;
}
.book-hero.contact .graphic {
  text-align: center;
}

.contact-body .container {
  flex-direction: column;
}
.contact-body {
  background-color: #f5f9fc;
}
.contact-body .container .blocks-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.contact-body .container .blocks-wrapper .single-block-wrapper {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.contact-body .container .blocks-wrapper .single-block-wrapper .single-block {
  align-items: center;
  border-radius: 45px;
  background-color: #fff;
  padding: 50px 30px 35px;
  height: 100%;
  text-align: center;
}
.contact-body
  .container
  .blocks-wrapper
  .single-block-wrapper
  .single-block
  .icon {
  margin-bottom: 20px;
}
.contact-body
  .container
  .blocks-wrapper
  .single-block-wrapper
  .single-block
  .icon
  img {
  width: 50px;
}
.contact-body
  .container
  .blocks-wrapper
  .single-block-wrapper
  .single-block
  h4 {
  margin-bottom: 20px;
}
.contact-body .container .contact-form-block {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 45px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.contact-body .container .contact-form-block > div {
  width: 50%;
}
.contact-body .container .contact-form-block .left {
  padding: 50px 40px;
}
.contact-body .container .contact-form-block .left label,
.contact-body .container .contact-form-block .left legend {
  font-weight: 400 !important;
}
.contact-body .container .contact-form-block .left input,
.contact-body .container .contact-form-block .left select,
.contact-body .container .contact-form-block .left textarea {
  border: 1px solid #1f3042 !important;
}
.contact-body .container .contact-form-block .left button.wpforms-submit {
  border-radius: 33px;
  padding: 20px 33px;
  background-color: #1f3042;
  height: auto;
  width: 200px;
  text-align: center;
}
.contact-body .container .contact-form-block .left button.wpforms-submit:hover {
  background-color: #1f3042;
}
.contact-body
  .container
  .contact-form-block
  .left
  button.wpforms-submit::after {
  display: none;
}
.contact-body .container .last-text {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.not-found {
  min-height: 70vh;
}
.not-found .container {
  padding: 150px 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.not-found .container h2 {
  margin-bottom: 40px;
}
.not-found .container p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}
.wp-pagenavi {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.wp-pagenavi a.first{
  display: none;
}
.wp-pagenavi a.last{
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #1f3042;

  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #1f3042 !important;
  font-weight: 400 !important;
  color: #fff;
  background-color: #1f3042;
}

@media (max-width: 1799px) {
  .container {
    width: 75%;
  }
  .hero-section .lg-container .graphic svg {
    width: 550px;
    max-width: 550px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .graphic {
    max-width: 380px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    font-size: 160px;
    line-height: 200px;
  }
  .plans-hero .container .text-content {
    width: 55%;
  }
  .plans-hero .container .graphic {
    width: 45%;
  }
  .single-service-hero .graphic {
    max-width: 30%;
  }
}

@media (max-width: 1650px) {
  .faqs-body .container .left-c .title > div h1 {
    font-size: 95px;
    line-height: 115px;
  }
}
@media (max-width: 1599px) {
  .hp-section-4 .container .providers .single-provider .image-wrapper {
 
    width: 190px;
    height: 180px;

}
.hp-section-4 .container .providers .single-provider h6{
  font-size: 26px;
  line-height: 36px;
}
  .hp-section-4 .container .upper p {
    max-width: 590px;
   
}
  .book-hero .container .graphic {
    padding-left: 30px;
  }

  .faqs-body
    .container
    ul
    li {
    align-items: flex-start;
  }
  .about-sec-3 .container .blocks .single-block .single-block__content ul li {
    align-items: flex-start;
  }
  .faqs-body .container .left-c .title > div h1 {
    font-size: 85px;
    line-height: 105px;
  }
  .mobile-service-hero .container .graphic {
    width: 400px;
    margin-right: -100px;
  }
  .modal .modal-container {
    width: 80%;
  }
  .container {
    width: 80%;
  }
  h1 {
    font-size: 85px;
    line-height: 105px;
  }
  h2 {
    font-size: 70px;
    line-height: 85px;
  }
  h3 {
    font-size: 45px;
    line-height: 55px;
  }
  h4 {
    font-size: 35px;
    line-height: 45px;
  }
  h5 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-section .lg-container .graphic svg {
    max-width: 550px;
    margin-right: 100px;
  }
  .hp-section-2 .lg-container .graphic {
    width: 40%;
  }

  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__content
    ul
    li {
    align-items: flex-start;
  }
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    font-size: 140px;
    line-height: 170px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .graphic {
    max-width: 210px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper
    .text
    p {
      font-size: 30px;
      line-height: 40px;
    letter-spacing: 1px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .right-container {
    width: 65%;
}
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:first-child {
    margin-left: 100px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(4) {
    margin-right: 100px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(5) {
    margin-left: 100px;
  }
  .services-body .container .services-wrapper .single-service-wrapper {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .services-body
    .container
    .services-wrapper
    .single-service-wrapper
    .single-service {
    padding: 50px 22px 35px;
  }
  .plans-body
    .container
    .plans-wrapper
    .single-plan-wrapper
    .single-plan
    .single-plan__body {
    padding: 43px 25px;
  }
  .plans-body .container .dark-banner {
    padding: 100px 70px;
  }
  .plans-body .container .dark-banner img {
    max-width: 80%;
  }
  body.single-service-page .service-information .text-col h1 {
    margin-bottom: 50px;
  }
  .single-service-hero .marquee .marquee-wrapper .marquee-text {
    font-size: 160px;
    line-height: 180px;
  }
  .single-service-hero .container {
    padding-top: 30px;
  }
}

@media (max-width: 1399px) {
  .hp-section-4 .container .providers{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .hp-section-4 .container .providers .single-provider{
    width: 33.3333%;
    margin-bottom: 50px;
  }
  .hero-section .lg-container .graphic .description span {
    font-size: 24px;
    line-height: 34px;
 
}
  .book-bottom .container .block .text-content {
    width: 60%;
  }
  .book-bottom .container .block .graphic {
    width: 40%;
  }
  .hp-section-3 .lg-container .scroll-wrapper .left-container {
    width: 25%;
}
  .book-body .single-provider .image-wrapper {
    width: 205px;
    height: 190px;
    margin-bottom: 25px;
  }
  .modal .modal-container {
    width: 85%;
  }
  .about-sec-6 .container #about-blob-02 {
    width: 70%;
  }

  .about-sec-4 .container .providers .single-provider {
    margin-bottom: 100px;
  }




  .single-post-body .container .post-image {
    height: 700px;
  }
  .related-articles .container .articles-wrapper .single-article-wrapper {
    padding: 0 10px;
  }
  .single-blog .text-wrapper {
    padding: 25px 20px;
  }
  .blog-body .container .blogs-wrapper .single-blog-wrapper {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .mobile-service-hero .container .text-content .title {
    margin-bottom: 30px;
  }
  .ms-body .container .dark-banner {
    padding: 80px 92px;
  }
  .ms-body
    .container
    .mobile-plans
    .single-mobile-plan-wrapper
    .single-mobile-plan {
    padding: 30px 25px;
  }
  .mobile-service-hero #ms-hero-blob {
    width: 700px;
    right: -300px;
  }
  .mobile-service-hero .container .text-content .bottom-c .left-c {
    padding-right: 10px;
  }
  .mobile-service-hero .container .text-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .mobile-service-hero .container .graphic {
    width: 350px;
  }
  .single-service-body
    .single-service__custom-block
    .container
    .service-information
    .text-col
    h1 {
    margin-bottom: 30px;
  }
  .container {
    width: 85%;
  }
  .faqs-body .container .left-c .title > div h1 {
    font-size: 80px;
    line-height: 90px;
  }
  h1 {
    font-size: 80px;
    line-height: 90px;
  }
  h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner {
    padding: 65px;
  }
  .footer .container .footer-upper .footer-col {
    padding: 0 15px;
  }
  .footer .container .footer-upper .footer-col .single-app {
    width: 245px;
  }
  .hero-section .lg-container .graphic svg {
    max-width: 450px;
    margin-right: 50px;
  }
  .hero-section #blobs {
    width: 80%;
  }
  .hp-section-3 .lg-container .scroll-wrapper .right-container .right-content .text-wrapper h2 {
    margin-bottom: 30px;
}
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    font-size: 115px;
    line-height: 130px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .left-container .left-content{
    margin-right: 45px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper
    .text
    p {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.6px;
  }
  .hp-section-4 .container .providers .single-provider .image-wrapper {
    margin-bottom: 30px;
  }
  .hp-section-5 #blob-4 {
    width: 90%;
  }
  .hp-section-5 .container {
    padding: 150px 0;
  }
  .hp-section-6 .lg-container {
    padding: 100px 0;
  }
  .hp-section-6 .lg-container .testimonials-wrapper {
    margin-top: 50px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:not(:last-child) {
    margin-bottom: 50px !important;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:first-child {
    margin-left: 0;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(2) {
    margin-right: 0;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(3) {
    margin-left: 0;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(4) {
    margin-right: 0;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(5) {
    margin-left: 0;
  }
  .hp-section-7 .container .upper {
    margin-bottom: 80px;
  }
  .services-hero #services-blob-hero {
    top: -35%;
  }
  .services-hero .container .text-content {
    width: 55%;
  }
  .services-hero .container .graphic {
    width: 45%;
    margin-right: -10%;
  }
  .plans-hero .container .graphic {
    margin-right: -8%;
  }
  .plans-body .container .plans-wrapper .single-plan-wrapper {
    padding: 0px 10px;
  }
  .plans-body
    .container
    .plans-wrapper
    .single-plan-wrapper
    .single-plan
    .single-plan__body {
    padding: 35px 15px;
  }
  .plans-body
    .container
    .plans-wrapper
    .single-plan-wrapper
    .single-plan
    .single-plan__header {
    padding: 29px 20px;
  }
  .single-service-hero .container .text-content {
    width: 75%;
  }
  .single-service-hero .container .text-content .row .right .block {
    border-radius: 40px;
    padding: 20px;
  }
  .single-service-hero .marquee .marquee-wrapper .marquee-text {
    font-size: 145px;
    line-height: 160px;
  }
  body.single-service-page .service-information .text-col h1 {
    line-height: 90px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .hero-section .lg-container .graphic .description {
    max-width: 420px;
  }

  .hp-section-3 .lg-container .scroll-wrapper .right-container .right-content .text-wrapper .text p {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.4px;
}
  .header-wrapper .lg-container .header .header-links > li.menu-item-has-children >a::after{
    right: -18px;
  }
  .header-wrapper .lg-container .header .header-links >li.services-submenu .sub-menu{
    width: 800px;
  }
  .header-wrapper .lg-container .header .header-links >li.resources-submenu .sub-menu{
    width: 540px;
  }
  .contact-body .container .blocks-wrapper .single-block-wrapper {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .contact-body .container .blocks-wrapper .single-block-wrapper .single-block {
    padding: 50px 25px 35px;
  }
  .book-hero .container .text-content .title .hr {
    width: 100px;
    margin-left: 30px;
    margin-top: 10px;
  }
  .book-body .single-provider .image-wrapper {
    width: 175px;
    height: 160px;
    margin-bottom: 20px;
  }
  .header-wrapper
    .lg-container
    .header
    .header-links
    > li
    .main-sub-menu.resources {
    width: 575px;
  }
  .header-wrapper
    .lg-container
    .header
    .header-links
    > li
    .main-sub-menu.services {
    width: 900px;
  }
  .header-wrapper .lg-container .header .header-links > li .main-sub-menu {
    padding: 45px 25px;
  }
  .modal .modal-container {
    width: 87%;
  }
  .modal .modal-container .modal-content {
    padding: 65px 80px;
  }
  .about-sec-7 .container .about-banner .text-content {
    padding: 40px 35px;
  }




  .single-post-body .container .post-image {
    height: 600px;
  }
  .single-blog .text-wrapper {
    padding: 20px 15px;
  }
  .single-blog .img-wrapper {
    height: 250px;
  }
  .blog-body .container .blogs-wrapper .single-blog-wrapper {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .single-blog .text-wrapper button {
    margin-top: 25px;
  }
  .single-blog.large .img-wrapper {
    height: 300px;
  }
  .single-blog.large .text-wrapper h4 {
    margin-bottom: 20px;
  }
  .ms-body
    .container
    .mobile-plans
    .single-mobile-plan-wrapper
    .single-mobile-plan {
    padding: 30px 15px;
  }
  .ms-body .container .mobile-plans .single-mobile-plan-wrapper {
    padding: 0 5px;
  }
  .mobile-service-hero .container .text-content .bottom-c .right-c {
    padding-left: 0;
  }
  .header-wrapper .lg-container .header .header-links > li:not(:last-child) {
    margin-right: 15px;
  }
  .header-wrapper
    .lg-container
    .header
    .header-links
    > li
    .main-sub-menu.resources
    .col
    .title {
    font-size: 17px;
    line-height: 27px;
  }

  .single-service-body
    .single-service__custom-block
    .container
    .service-information
    .text-col
    h1 {
    line-height: 80px;
  }
  .single-service-ordered-cols .container .cols-wrapper .single-col-wrapper {
    padding: 0 10px;
  }
  .footer .container .footer-upper .footer-col {
    width: 25%;
  }
  .footer .container .footer-upper .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer .container .footer-upper .footer-col ul li a {
    line-height: 26px;
  }
  .footer .container .footer-upper .footer-col .single-app {
    width: 210px;
  }
  .footer .container .footer-upper .footer-col .single-app .text div {
    font-size: 18px;
  }
  .container {
    width: 87%;
  }
  .faqs-body .container .left-c .title > div h1 {
    font-size: 70px;
    line-height: 80px;
  }
  h1 {
    font-size: 70px;
    line-height: 80px;
  }
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
  h3 {
    font-size: 40px;
    line-height: 50px;
  }
  h4 {
    font-size: 32px;
    line-height: 42px;
  }
  h5 {
    font-size: 30px;
    line-height: 40px;
  }
  h6 {
    font-size: 26px;
    line-height: 36px;
  }
  .hero-section .lg-container .graphic svg {
    max-width: 345px;
    margin-right: 0;
    margin-left: auto;
  }
  .hero-section #blobs {
    width: 100%;
  }
  .hero-section .lg-container .text-content .hr {
    width: 115px;
  }
  .hp-section-2 .lg-container .graphic {
    padding-right: 20px;
    width: 35%;
  }
  .hp-section-2 .lg-container .blocks {
    padding-left: 20px;
    width: 65%;
  }
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    font-size: 90px;
    line-height: 110px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .graphic {
    max-width: 220px;
    bottom: -90px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .left-container {
    width: 30%;
  }
  .hp-section-3 .lg-container .scroll-wrapper .left-container .left-content {
    margin-right: 50px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .left-container
    .left-content
    .indicator-wrapper.active
    .hr {
    width: 30px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .right-container {
    width: 65%;
  }
  .hp-section-4 .container {
    padding: 150px 0;
  }
  .hp-section-4 .container .providers .single-provider .image-wrapper {
    width: 175px;
    height: 155px;
    margin-bottom: 20px;
  }
  .hp-section-4 .container .providers .single-provider .image-wrapper .circle {
    right: -10px;
  }
  .hp-section-4 .container .providers .single-provider h6 {
    margin-bottom: 8px;
  }
  .hp-section-5 #blob-4 {
    width: 100%;
  }

  .hp-section-6 .lg-container .testimonials-wrapper .single-testimonial .shape {
    min-width: 180px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .shape
    img {
    max-width: 100%;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .shape
    span {
    font-size: 60px;
    letter-spacing: 1.58px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(odd)
    .shape
    .circle {
    bottom: 10px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(even)
    .shape
    .circle {
    right: 0px;
  }
  .services-hero .container .text-content h4 {
    margin-bottom: 25px;
  }
  .services-hero #services-blob-hero {
    top: -15%;
  }
  .services-body
    .container
    .services-wrapper
    .single-service-wrapper
    .single-service
    .cta
    button
    a {
    padding: 20px 30px;
  }

  .plans-hero .container .text-content .title {
    margin-bottom: 30px;
  }
  .plans-body .container .plans-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .plans-body .container .plans-wrapper .single-plan-wrapper {
    width: 50%;
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .plans-body .container .dark-banner {
    padding: 70px 50px;
  }
  .plans-banner .container .text-content {
    width: 60%;
  }
  .plans-banner .container .text-content .cta {
    padding: 25px 11px 25px 15px;
  }
  .plans-banner .container .text-content .cta .single-cta {
    margin-right: 12px;
  }
  .plans-banner .container .text-content .cta .single-cta span {
    font-size: 22px;
    line-height: 32px;
  }
  .plans-banner .container .graphic {
    width: 40%;
  }
  .plans-banner .container .graphic img {
    max-width: 100%;
  }
  .single-service-hero .container {
    padding-top: 0;
  }
  .single-service-hero .container .text-content {
    width: 85%;
  }
  .single-service-hero .marquee .marquee-wrapper .marquee-text {
    font-size: 125px;
    line-height: 140px;
  }
  .single-service-hero .graphic {
    max-width: 25%;
  }
  .single-service-dark-banner .dark-banner {
    padding: 45px;
  }
  .single-service-dark-banner .dark-banner .statistic .title {
    font-size: 28px;
  }
  body.single-service .service-information .text-col h1 {
    line-height: 80px;
    margin-bottom: 20px;
  }
  .header-wrapper .lg-container .header .logo {
    max-width: 110px;
  }
  .header-wrapper .lg-container .header .logo img {
    max-width: 100%;
  }
  .header-wrapper .lg-container .header .cta .search-wrapper {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .about-sec-6 .container .text-content{
    padding-right: 0;
  }
  .about-sec-6 .container .graphic-content{
    padding-left: 0;
  }
  .about-sec-6 .container .text-content{
    width: 100%;
  }
  .faqs-body .container .left-c .title .hr{
  display: none;
  }
  .faqs-body .container .right-c .blocks .single-block .single-block__title .title{
    font-size: 32px;
  }
  .hp-section-4 .container .upper p {
    max-width: 100%;
}
  .contact-body .container .blocks-wrapper .single-block-wrapper {
    width: 50%;
  }
  .contact-body .container .contact-form-block {
    flex-direction: column;
  }
  .contact-body .container .contact-form-block > div {
    width: 100%;
  }
  .contact-body .container .contact-form-block .right {
    height: 500px;
  }
  .book-hero .map {
    width: 100%;
  }
  .book-bottom .container .block {
    flex-direction: column;
    align-items: center;
  }
  .book-bottom .container .block .text-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .book-bottom .container .block .graphic {
    width: 70%;
  }

  .book-body .tab {
    overflow-x: auto;
  }
  .book-body .tab button {
    min-width: 220px;
  }
  .book-hero .container {
    flex-direction: column;
  }
  .modal .modal-container {
    width: 90%;
  }
  .book-hero .container .text-content {
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .book-hero .container .graphic {
    padding-left: 0;
    width: 70%;
  }
  .book-hero .container #book-blob-hero {
    top: unset;
    right: 0;
  }
  .modal .modal-container .modal-content {
    padding: 65px 50px;
  }
  .modal .modal-container .modal-content .bio {
    font-size: 18px;
    line-height: 28px;
  }
  .about-hero .container {
    padding-top: 150px;
  }
  .about-hero .container .image-content {
    width: 40%;
  }
  .about-hero .container .text-content {
    width: 60%;
}
.about-hero .container .text-content .title .hr {
  width: 100px;

}
  .about-sec-new .container .bottom-c {
    flex-direction: column;
  }
  .about-sec-new .container h2 {
    margin-bottom: 30px;
  }
  .about-sec-6 .container {
    flex-direction: column;
  }
  .about-sec-6 .container .text-content {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .about-sec-6 .container .graphic-content {
    width: 500px;
  }
  .about-sec-6 .container #about-blob-02 {
    right: 0;

    width: 100%;
    top: unset;
    bottom: 0;
  }
  .about-sec-7 .container .about-banner {
    flex-direction: column;
  }
  .about-sec-7 .container .about-banner .image {
    width: 100%;
    height: 400px;
    border-radius: 45px 45px 0 0;
  }
  .about-sec-7 .container .about-banner .text-content {
    width: 100%;
    border-radius: 0 0 45px 45px;
  }
  .about-sec-new .container .bottom-c .left-c {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .about-sec-new .container .bottom-c .right-c {
    width: 100%;
    padding-left: 0;
  }
  .about-sec-4 .container {
    padding-bottom: 0 !important;
  }
  .faqs-body .container {
    padding: 150px 0;
  }
  .single-post-body .container .post-image {
    height: 500px;
  }
  .related-articles .container .articles-wrapper .single-article-wrapper {
    width: 50%;
    margin-bottom: 20px;
  }
  .single-post-body .container {
    padding-top: 150px;
  }
  .related-articles .container .articles-wrapper {
    flex-wrap: wrap;
  }
  .blog-body .container {
    padding-top: 150px;
  }
  .blog-body .container .blogs-wrapper .single-blog-wrapper {
    width: 50%;
  }
  .single-blog.large .text-wrapper {
    padding: 20px;
  }
  .ms-body
    .container
    .mobile-services-wrapper
    .msw-content
    .single-blog-wrapper {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .mobile-service-hero .container {
    padding-top: 150px;
  }
  .mobile-service-hero .container {
    flex-direction: column;
  }
  .ms-body .container .dark-banner {
    padding: 50px 40px;
  }
  .ms-body .container .mobile-plans .single-mobile-plan-wrapper {
    width: 50%;
    padding: 0 15px;
  }
  .mobile-service-hero .container .text-content .title .hr {
    width: 55px;
    margin-left: 30px;
    margin-top: 10px;
  }

  .mobile-service-hero #ms-hero-blob {
    width: 600px;
    right: 0;
    bottom: -100px;
  }
  .mobile-service-hero .container .text-content {
    width: 100%;
  }
  .mobile-service-hero .container .text-content .bottom-c .left-c {
    width: 100%;
    margin-bottom: 30px;
  }
  .mobile-service-hero .container .text-content .bottom-c .right-c {
    width: 100%;
  }
  .mobile-service-hero .container .text-content p {
    max-width: 100%;
  }
  .mobile-service-hero .container .text-content .bottom-c {
    flex-direction: column;
  }
  .mobile-service-hero .container .text-content .bottom-c > div {
    padding: 0 !important;
  }
  .hamburger {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .surrounding {
    height: auto;
    overflow: auto !important;
  }
  .container {
    width: 90%;
  }
  .faqs-body .container .left-c .title > div h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
  h3 {
    font-size: 35px;
    line-height: 45px;
  }
  h4 {
    font-size: 30px;
    line-height: 40px;
  }
  h5 {
    font-size: 28px;
    line-height: 38px;
  }
  .search-modal .container form {
    width: 100%;
  }
  .search-modal .container form input {
    width: 100%;
  }
  .header-wrapper .lg-container .header .header-links {
    display: none;
  }
  .footer .container .footer-upper {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .footer .container .footer-upper .footer-col {
    width: 50%;
    margin-bottom: 50px;
  }
  .footer .container .footer-bottom {
    flex-direction: column-reverse;
    padding-top: 25px;
  }
  .footer .container .footer-bottom ul {
    margin-bottom: 30px;
  }
  .footer .container .footer-bottom ul li:first-child {
    padding-left: 0;
  }
  .banner {
    padding: 45px;
  }
  .banner .text-content h2 {
    margin-bottom: 30px;
  }
  .banner .text-content p {
    margin-bottom: 45px;
    font-size: 22px;
    line-height: 32px;
  }
  .single-service-banner .text-content .cta {
    margin-top: 45px;
}
  .hero-section #blobs {
    top: 0;
  }
  .hero-section .lg-container .text-content {
    width: fit-content;
    margin-left: auto;
  }
  .hero-section .lg-container .text-content > div:first-child .hr {
    margin-right: 12px;
  }
  .hero-section .lg-container .text-content .hr {
    width: 55px;
  }
  .hero-section .lg-container .text-content > div:last-child .hr {
    margin-left: 12px;
    margin-top: 25px;
  }
  .hero-section .lg-container .graphic {
    width: 50%;
  }
  .hero-section .lg-container .graphic svg {
    max-width: 250px;
  }
  .hero-section .lg-container .graphic .description span {
    font-size: 20px;
    line-height: 30px;
  }
  .hp-section-2 .lg-container {
    padding: 100px 0;
    flex-direction: column-reverse;
  }

  .hp-section-2 .lg-container .blocks {
    padding-left: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .hp-section-2 .lg-container .graphic {
    padding-right: 0;
    width: 50%;
  }
  .hp-section-3 .lg-container {
    padding: 150px 0 100px;
  }
  .hp-section-3 .lg-container .scroll-wrapper {
    height: auto;
  }
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    font-size: 80px;
    line-height: 100px;
    top: -105px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .graphic {
    display: none;
  }
  .hp-section-3 .lg-container .scroll-wrapper .left-container {
    display: none;
  }
  .hp-section-3 .lg-container .scroll-wrapper .right-container {
    height: auto;
    width: 100%;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper {
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper
    h2 {
    margin-bottom: 25px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper:not(:last-child) {
    margin-bottom: 60px;
  }
  .hp-section-4 #blob-3 {
    top: -25%;
    right: unset;
    left: -40%;
  }
  .hp-section-4 .container {
    padding: 100px 0;
  }
  .hp-section-4 .container .upper {
    flex-direction: column;
    align-items: flex-start;
  }
  .hp-section-4 .container .upper h2 {
    margin-bottom: 30px;
  }
  .hp-section-4 .container .providers {
    flex-wrap: wrap;
  }
  .hp-section-4 .container .providers .single-provider {
    width: 50%;
    margin-bottom: 50px;
    align-items: center;
  }
  .hp-section-5 .container {
    padding: 100px 0;
  }
  .hp-section-5 .container .text-wrapper .subtitle {
    margin-bottom: 35px;
  }
  .hp-section-5 .container .text-wrapper p {
    font-size: 20px;
    line-height: 32px;
  }
  .hp-section-6 .lg-container .testimonials-wrapper .single-testimonial .shape {
    min-width: 160px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .shape
    span {
    font-size: 50px;
    letter-spacing: 1px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(odd)
    .shape
    .circle {
    bottom: 5px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(even)
    .shape
    .circle {
    right: -15px;
  }
  .hp-section-7 .container .upper {
    flex-direction: column;
    align-items: start;
  }
  .hp-section-7 .container .upper h2 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .plans-hero .container {
    flex-direction: column;
    padding-top: 150px;
  }
  .plans-hero .container #plan-blob-hero {
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .plans-hero .container .text-content {
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .plans-body .container .plans-wrapper {
    margin-bottom: 70px;
  }
  .plans-body .container .plans-wrapper .single-plan-wrapper {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .plans-body .container .dark-banner {
    padding: 50px 40px;
  }
  .plans-body .container .dark-banner .text-content h2 {
    margin-bottom: 30px;
  }
  .plans-body .container .dark-banner .text-content p {
    font-size: 20px;
    line-height: 30px;
  }
  .plans-banner .container {
    position: relative;
  }
  .plans-banner .container .text-content {
    width: 100%;
  }
  .plans-banner .container .text-content h3 {
    max-width: 400px;
  }
  .plans-banner .container .graphic {
    position: absolute;
    right: 0;
  }
  .services-hero #services-blob-hero {
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10%;
  }
  .services-hero .container {
    flex-direction: column;
    padding-top: 150px;
  }
  .services-hero .container .text-content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .services-hero .container .text-content h4 {
    max-width: 100%;
  }
  .services-body .container {
    padding: 150px 0 100px;
  }
  .services-body .container .services-wrapper .single-service-wrapper {
    width: 50%;
    margin-bottom: 20px;
  }

  .single-service-hero .container .text-content {
    width: 100%;
  }
  .single-service-hero .marquee .marquee-wrapper .marquee-text {
    font-size: 100px;
    line-height: 110px;
  }
  .single-service-dark-banner .dark-banner {
    padding: 30px;
  }
  .single-service-dark-banner .dark-banner .statistic .icon {
    width: 80px;
    height: 80px;
  }
  .single-service-dark-banner .dark-banner .statistic .icon img {
    max-width: 100%;
  }
  .single-service-dark-banner .dark-banner .statistic .title {
    font-size: 22px;
  }
  .single-service-body .container {
    padding-bottom: 100px;
  }
  body.single-service .service-information {
    flex-direction: column !important;
  }
  body.single-service .service-information .text-col {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 60px !important;
  }
  .single-service-ordered-cols .container .cols-wrapper .single-col-wrapper {
    width: 50%;
  }
  .single-service-body
    .single-service__custom-block.white
    .container
    .service-information
    .text-col {
    padding-left: 0;
  }
  .single-service-body
    .single-service__custom-block.white
    .container
    .service-information
    .image-col {
    padding-right: 0;
  }
  body.single-service .service-information .image-col {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .single-service-hero .container{
    padding-bottom: 150px;
  }
  .about-hero .container{
    flex-direction: column;
  }
  .about-hero .container .text-content{
    width: fit-content;
    margin-bottom: 40px;
  }
  .about-hero .container .image-content{
    max-width: 300px;
  }
  .faqs-body .container .right-c .blocks .single-block .single-block__title .title {
    font-size: 26px;
    line-height: 36px;
}
  .faqs-body .container .left-c .title > div h1 {
    font-size: 45px;
    line-height: 55px;
}
  .book-hero .container .text-content p,
  .book-bottom .container .block .text-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }

  .book-bottom .container .block {
    margin-bottom: 100px;
  }
  .book-bottom .container .block .text-content h2 {
    margin-bottom: 15px;
  }
  .book-bottom .container .block .text-content h4 {
    margin-bottom: 15px;
  }
  .about-sec-6 .container .graphic-content {
    max-width: 350px;
  }
  .about-hero .container .text-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .about-hero .container .image-content {
    width: 100%;
  }
  .single-post-body .container .post-image {
    height: 400px;
  }
  .single-post-body .container .post-meta > div {
    margin-right: 15px;
  }
  .ms-body .container .dark-banner {
    padding: 40px 35px;
  }
  .faqs-body .container .left-c p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  .ms-body .container .dark-banner .text-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  .ms-body .container .dark-banner .text-content h2 {
    margin-bottom: 20px;
  }
  .ms-body .container .mobile-plans .single-mobile-plan-wrapper {
    width: 100%;
    padding: 0;
  }
  .ms-body .container .call-banner p {
    font-size: 22px;
    line-height: 32px;
  }
  .ms-body .container .mobile-services-wrapper .msw-upper p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
  }
  .ms-body
    .container
    .mobile-services-wrapper
    .msw-content
    .single-blog-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .single-service-hero .container .text-content.full .row .left {
    width: 100%;
  }
  .search-body .container .search-results-list {
    padding: 35px 30px;
  }
  .single-service-body
    .single-service__custom-block
    .container
    .service-information
    .text-col
    h1 {
    line-height: 50px;
  }
  .single-service-ordered-cols .container .cols-wrapper .single-col-wrapper {
    width: 100%;
  }
  .container {
    width: 90%;
  }

  h1 {
    font-size: 55px;
    line-height: 65px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .footer .container .footer-middle .social:not(:last-child) {
    margin-right: 25px;
  }
  .main-btn a {
    padding: 18px 30px;
  }
  .banner {
    padding: 35px 20px;
    border-radius: 35px;
  }
  .banner .text-content p {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 28px;
  }
  .single-service-banner .text-content .cta {
    margin-top: 35px;
}
  .banner .text-content .cta button:first-child {
    margin-right: 15px;
  }
  .banner .text-content .cta button a {
    padding: 18px 20px;
  }
  .banner .text-content .cta button a span {
    font-size: 14px;
  }
  .hero-section #blobs {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hero-section .lg-container {
    flex-direction: column;
    justify-content: center;
  }
  .hero-section .lg-container .mobile-graphic {
    display: block;
    width: 300px;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .hero-section .lg-container .mobile-graphic svg {
    height: fit-content;
    max-width: 100%;
  }
  .hero-section .lg-container .text-content {
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
  .hero-section .lg-container .text-content .hr {
    display: none;
  }
  .hero-section .lg-container .graphic {
    margin-top: 0;
    width: 100%;
    align-items: center;
  }
  .hero-section .lg-container .graphic svg {
    display: none;
  }
  .hero-section .lg-container .graphic .description {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }
  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__title
    .title {
    font-size: 28px;
    line-height: 30px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    font-size: 60px;
    line-height: 80px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper
    .text
    p {
    font-size: 24px;
    line-height: 34px;
  }
  .hp-section-5 #blob-4 {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hp-section-5 .container .text-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(odd)
    .shape
    .circle {
    bottom: 10px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(even)
    .shape
    .circle {
    right: 5px;
  }
  .hp-section-6 .lg-container .testimonials-wrapper .single-testimonial .shape {
    min-width: 125px;
    margin-right: 20px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .shape
    span {
    font-size: 35px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .shape
    .circle {
    width: 20px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .text-content
    p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .text-content
    .name {
    font-size: 18px;
    line-height: 28px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .text-content
    .quotes {
    width: 80px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .text-content
    .quotes
    img {
    max-width: 100%;
  }
  .hp-section-6 .lg-container .main-btn a {
    padding: 20px 55px;
  }
  .plans-hero .container .text-content .title {
    margin-bottom: 20px;
  }
  .plans-hero .container .text-content .title > div .hr {
    margin-left: 30px;
    margin-top: 5px;
    width: 100px;
  }
  .plans-hero .container .text-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  .plans-hero .container .text-content h4 {
    margin-bottom: 15px;
  }
  .plans-body .container .plans-wrapper .single-plan-wrapper {
    padding: 0;
    width: 100%;
  }
  .plans-body .container .dark-banner {
    padding: 40px 35px;
  }
  .plans-body .container .dark-banner .text-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  .plans-banner {
    margin-top: 0;
  }
  .plans-banner .container .text-content h3 {
    max-width: 360px;
  }
  .plans-banner .container .graphic {
    right: -25px;
  }
  .services-hero .container .text-content .title {
    margin-bottom: 20px;
  }
  .services-hero .container .text-content .title > div .hr {
    margin-left: 30px;
    margin-top: 5px;
    width: 100px;
  }
  .services-hero .container .text-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  .services-hero .container .text-content h4 {
    margin-bottom: 15px;
  }
  .services-body .container .services-wrapper {
    justify-content: center;
  }
  .services-body .container .services-wrapper .single-service-wrapper {
    width: 80%;
  }

  .single-service-hero .marquee .marquee-wrapper .marquee-text {
    font-size: 80px;
    line-height: 90px;
  }
  .single-service-hero .marquee .marquee-wrapper .marquee-text::before {
    bottom: 12px;
  }
  .single-service-hero .container .text-content .row {
    flex-direction: column;
  }
  .single-service-hero .container .text-content .row .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .single-service-hero .container .text-content .row .right {
    width: 350px;
    padding-left: 0;
  }
  .single-service-dark-banner .dark-banner {
    flex-wrap: wrap;
  }
  .single-service-dark-banner .dark-banner .statistic {
    width: 50%;
    margin-bottom: 25px;
    max-width: 312px;
  }
  .single-service-dark-banner .dark-banner .statistic .icon {
    margin-bottom: 20px;
  }
  .single-service-dark-banner .dark-banner .statistic .title {
    line-height: 32px;
    margin-bottom: 10px;
  }
  body.single-service .service-information .text-col h1 {
    line-height: 65px;
    margin-bottom: 15px;
  }
  body.single-service.service-information .text-col h4 {
    margin-bottom: 20px;
  }
  body.single-service .service-information .text-col p {
    font-size: 16px;
    line-height: 26px;
  }
  body.single-service .service-information .text-col button {
    margin-top: 30px;
  }
}

@media (max-width: 650px) {
  .blog-body .container .blogs-wrapper .single-blog-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .related-articles .container .articles-wrapper .single-article-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px){
  .single-post-body .container .main-content img {

    margin: 15px 0;
}
}
@media (max-width: 575px) {
  .mental-health .container a{
    min-width: 100%;
    padding: 25px 15px;

    border-radius: 15px;
  }
  .mental-health .container a p {
    font-size: 18px;
    line-height: 28px;
    margin-right: 15px;
}
  .single-service-hero .container .text-content .row .left blockquote strong {
    font-size: 18px;
    line-height: 28px;
   
}
  .single-service-hero .container{
    padding-bottom: 70px;
  }
  .about-hero .container .image-content {
    max-width: 200px;
}
  .hp-section-7 .container .map{
    width: 100%;
  }
  .hp-section-4 .container .providers .single-provider h6 {
    font-size: 24px;
    line-height: 34px;
}
  .hp-section-4 .container .providers .single-provider{
    width: 100%;
  }
  .header-wrapper .lg-container {
    width: 100%;
  }
  .header-wrapper .lg-container .header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .not-found .container {
    padding: 100px 0;
  }
  .not-found .container h2 {
    margin-bottom: 20px;
  }
  .not-found .container p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }
  .contact-body .container .blocks-wrapper .single-block-wrapper {
    width: 100%;
  }
  .contact-body .container .blocks-wrapper .single-block-wrapper .single-block {
    padding: 25px;
    border-radius: 30px;
  }
  .contact-body .container .contact-form-block {
    border-radius: 30px;
  }
  .contact-body .container .last-text {
    max-width: 100%;
  }
  .contact-body .container .contact-form-block .left {
    padding: 25px;
  }
  .contact-body
    .container
    .blocks-wrapper
    .single-block-wrapper
    .single-block
    .icon {
    margin-bottom: 10px;
  }
  .contact-body
    .container
    .blocks-wrapper
    .single-block-wrapper
    .single-block
    h4 {
    margin-bottom: 10px;
  }
  .contact-body
    .container
    .blocks-wrapper
    .single-block-wrapper
    .single-block
    .icon
    img {
    width: 30px;
  }
  .faqs-body
    .container
    ul
    li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
  .single-post-body .container .main-content h1,
  .single-post-body .container .main-content h2,
  .single-post-body .container .main-content h3,
  .single-post-body .container .main-content h4,
  .single-post-body .container .main-content h5,
  .single-post-body .container .main-content h6 {
    margin-bottom: 10px !important;
  }
  .book-hero .container .text-content .title > div .hr {
    margin-left: 25px;
    margin-top: 5px;
    width: 65px;
  }
  .book-body .single-provider .image-wrapper {
    width: 115px;
    height: 105px;
    margin-bottom: 10px;
  }
  .book-hero .container {
    padding-top: 100px;
  }
  .book-body .single-provider h6 {
    font-size: 20px;
    line-height: 24px;
  }
  .book-bottom .container .block {
    margin-bottom: 50px;
  }
  .book-bottom .container .block .text-content button a {
    padding: 15px 35px;
  }
  .book-body .tab button {
    min-width: 160px;
  }
  .single-post-body .container .main-content ol li,
  .single-post-body .container .main-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .hp-section-2 .lg-container .graphic {
    width: 100%;
  }
  .single-post-body .container .main-content ul,
  .single-post-body .container .main-content ol {
    margin: 8px 0;
  }
  .single-post-body .container .main-content ol li:not(:last-child),
  .single-post-body .container .main-content ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .hp-section-4.about-sec-4 .container .upper p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
  }
  .about-hero .container .text-content .title .hr {
    width: 55px;
    margin-left: 15px;
  }
  .about-hero .container {
    padding-top: 100px;
  }
  .modal .modal-container {
    width: 95%;
  }
  .modal .modal-container .modal-content {
    padding: 30px 20px;
    border-radius: 30px;
  }
  .modal .modal-container .modal-content .position {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .modal .modal-container .modal-content .bio {
    font-size: 16px;
    line-height: 26px;
  }
  .modal .modal-container .modal-content .close {
    top: 20px;
    right: 20px;
  }
  .about-sec-new .container h2 {
    margin-bottom: 15px;
  }
  .about-sec-new .container .bottom-c .left-c h4 {
    margin-bottom: 15px;
  }

  .about-sec-new .container .bottom-c .left-c button a {
    padding: 15px 30px;
  }
  .about-sec-new .container .bottom-c .right-c .blocks .single-block img {
    margin-right: 20px;
    width: 40px;
  }
  .about-sec-new .container .bottom-c .right-c .blocks .single-block {
    padding: 25px 15px;
  }
 

  .about-hero .container .text-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  .about-sec-6 .container .text-content h2 {
    margin-bottom: 15px;
  }
  .about-sec-6 .container .text-content h4 {
    margin-bottom: 20px;
  }
  .about-sec-6 .container .text-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .about-sec-6 .container .text-content button a {
    padding: 15px 35px;
  }
  .about-sec-6 .container .graphic-content {
    max-width: 250px;
  }
  .about-sec-7 .container .about-banner .image {
    width: 100%;
    height: 300px;
    border-radius: 30px 30px 0 0;
  }
  .about-sec-7 .container .about-banner .text-content {
    padding: 25px 20px;
  }
  .about-sec-7 .container .about-banner .text-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.54px;
  }
  .about-sec-7 .container .about-banner .text-content h4 {
    margin-bottom: 25px;
  }

  .about-sec-3 .container .blocks .single-block {
    padding: 20px;
    border-radius: 20px;
  }
  .about-sec-3 .container .blocks .single-block:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-sec-3 .container .blocks .single-block .single-block__title .title {
    font-size: 22px;
    line-height: 32px;
    margin-right: 20px;
  }
  .about-sec-3 .container .blocks .single-block .single-block__title .circle {
    width: 28px;
    height: 28px;
  }
  .about-sec-3
    .container
    .blocks
    .single-block
    .single-block__title
    .circle
    .plus-minus {
    width: 15px;
    height: 15px;
  }
  .about-sec-3
    .container
    .blocks
    .single-block
    .single-block__title
    .circle
    .plus-minus
    > div:first-child {
    width: 15px;
  }
  .about-sec-3
    .container
    .blocks
    .single-block
    .single-block__title
    .circle
    .plus-minus
    > div:last-child {
    height: 15px;
  }
  .about-sec-3
    .container
    .blocks
    .single-block
    .single-block__content
    ul
    li
    .icon {
    width: 30px;
    height: 28px;
    min-width: 30px;
  }

  .faqs-body .container .right-c .blocks .single-block {
    padding: 20px;
    border-radius: 20px;
  }
  .faqs-body .container .right-c .blocks .single-block:not(:last-child) {
    margin-bottom: 20px;
  }
  .faqs-body
    .container
    .right-c
    .blocks
    .single-block
    .single-block__title
    .title {
    font-size: 22px;
    line-height: 32px;
    margin-right: 20px;
  }
  .faqs-body
    .container
    .right-c
    .blocks
    .single-block
    .single-block__title
    .circle {
    width: 28px;
    height: 28px;
  }
  .faqs-body
    .container
    .right-c
    .blocks
    .single-block
    .single-block__title
    .circle
    .plus-minus {
    width: 15px;
    height: 15px;
  }
  .faqs-body
    .container
    .right-c
    .blocks
    .single-block
    .single-block__title
    .circle
    .plus-minus
    > div:first-child {
    width: 15px;
  }
  .faqs-body
    .container
    .right-c
    .blocks
    .single-block
    .single-block__title
    .circle
    .plus-minus
    > div:last-child {
    height: 15px;
  }
  .faqs-body
    .container
    ul
    li
    .icon {
    width: 30px;
    height: 28px;
    min-width: 30px;
  }

  .faqs-body .container .left-c button a span {
    font-size: 16px;
  }
  .faqs-body .container {
    padding-top: 100px;
  }
  .faqs-body .container .left-c .title {
    margin-bottom: 15px;
  }
  .faqs-body .container .left-c h4 {
    margin-bottom: 10px;
  }
  .faqs-body .container .left-c button {
    margin-top: 30px;
  }
  .faqs-body .container .left-c button a {
    padding: 15px 35px;
  }
  .single-post-body .container {
    padding-top: 100px;
  }
  .single-post-body .container > h2 {
    margin-bottom: 30px;
  }
  .single-post-body .container .post-meta > div {
    margin-bottom: 15px;
  }
  .single-post-body .container .previous-next > a {
    max-width: 42%;
  }
  .single-post-body .container .post-image {
    height: 350px;
  }
  .single-post-body .container .previous-next > a:first-child img {
    margin-right: 8px;
  }
  .single-post-body .container .previous-next > a:last-child img {
    margin-left: 8px;
  }

  .single-post-body .container .post-meta {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .single-post-body .container .main-content img.alignleft {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .single-post-body .container .main-content img.alignright {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .blog-body .container {
    padding-top: 100px;
  }
  .blog-body .title {
    margin-bottom: 50px;
  }
  .blog-body .title .hr {
    width: 55px;
    margin-left: 30px;
    margin-top: 10px;
  }

  .ms-body
    .container
    .mobile-plans
    .single-mobile-plan-wrapper
    .single-mobile-plan
    ul
    li {
    font-size: 14px;
    line-height: 24px;
  }
  .ms-body
    .container
    .mobile-plans
    .single-mobile-plan-wrapper
    .single-mobile-plan
    .subtitle {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
  }
  .ms-body .container .mobile-services-wrapper .msw-upper h2 {
    margin-bottom: 10px;
  }

  .ms-body
    .container
    .mobile-plans
    .single-mobile-plan-wrapper
    .single-mobile-plan
    ul
    li:not(:last-child) {
    margin-bottom: 10px;
  }
  .mobile-service-hero .container .text-content h4 {
    margin-bottom: 15px;
  }
  .mobile-service-hero .container .text-content .title {
    margin-bottom: 10px;
  }
  .mobile-service-hero .container .text-content button a {
    padding: 15px 35px;
  }
  .mobile-service-hero .container .text-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  .mobile-service-hero .container .text-content button {
    margin-top: 20px;
  }
  .mobile-service-hero #ms-hero-blob {
    right: -100px;
  }
  .ms-body .container .dark-banner {
    padding: 30px 15px;
    border-radius: 30px;
  }
  .ms-body
    .container
    .mobile-plans
    .single-mobile-plan-wrapper
    .single-mobile-plan {
    border-radius: 30px;
  }
  .ms-body .container .call-banner {
    padding: 22px 30px;
    margin-bottom: 60px;
  }
  .ms-body .container .dark-banner .text-content h2 {
    margin-bottom: 10px;
  }
  .ms-body .container .dark-banner .text-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .faqs-body .container .left-c p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .mobile-service-hero .container .graphic {
    width: 80%;
    margin-right: 0;
  }
  .ms-body .container .mobile-services-wrapper .msw-upper h2 {
    margin-bottom: 20px;
  }
  .ms-body .container .mobile-services-wrapper .msw-upper p {
    font-size: 16px;
    line-height: 26px;
  }
  .single-blog.large .img-wrapper {
    height: 200px;
  }
  .single-blog .text-wrapper button {
    margin-top: 20px;
  }
  .ms-body .container .mobile-services-wrapper {
    margin-bottom: 60px;
  }
  .single-blog.large .text-wrapper button a {
    padding: 15px 35px;
  }
  .ms-body .container .mobile-services-wrapper .msw-upper h4 {
    margin-bottom: 20px;
  }
  .ms-body .container .call-banner p {
    font-size: 18px;
    line-height: 28px;
  }
  .search-body .container .search-results-list h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .search-body .container .search-results-list {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .container {
    width: 95%;
    padding: 70px 0;
  }
  .lg-container {
    width: 95%;
    padding: 70px 0;
  }
  .faqs-body .container .left-c .title > div h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 28px;
    line-height: 38px;
  }
  h5 {
    font-size: 26px;
    line-height: 36px;
  }
  h6 {
    font-size: 24px;
    line-height: 34px;
  }
  .header-wrapper .lg-container .header .cta button a span {
    font-size: 14px;
  }
  .header-wrapper .lg-container .header .cta button a {
    padding: 10px 15px;
    display: block;
  }
  .header-wrapper .lg-container .header .cta {
    align-items: center;
  }
  .header-wrapper .lg-container .header .logo {
    max-width: 85px;
  }
  .header-wrapper .lg-container .header .cta .search-wrapper > div {
    width: 30px;
    height: 30px;
  }
  .header-wrapper .lg-container .header .cta .search-wrapper > div img {
    max-width: 15px;
  }

  .main-btn a {
    padding: 15px 25px;
    border-radius: 25px;
  }
  .main-btn a span {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
  .banner .text-content h2 {
    margin-bottom: 20px;
  }
  .banner .text-content p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .single-service-banner .text-content .cta {
    margin-top: 30px;
}
  .banner .text-content .cta {
    flex-direction: column;
    width: 100%;
  }
  .banner .text-content .cta button {
    width: 100%;
  }
  .banner .text-content .cta button:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .container .footer-upper .footer-col .single-app {
    width: 100%;
  }
  .footer .container .footer-upper .footer-col .single-app .text span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px;
  }
  .footer .container .footer-upper .footer-col .single-app .text div {
    font-size: 14px;
  }
  .footer .container .footer-upper .footer-col .single-app .icon {
    width: 25px;
  }
  .footer .container .footer-upper .footer-col .single-app .icon img {
    max-width: 100%;
  }
  .footer .container .footer-middle {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .footer .container .footer-middle .social {
    width: 75px;
    height: 61px;
  }
  .footer .container .footer-middle .social:not(:last-child) {
    margin-right: 20px;
  }
  .footer .container .footer-middle .social a img {
    max-width: 25px;
  }
  .hero-section .lg-container .mobile-graphic {
    max-width: 250px;
  }
  .hero-section .lg-container .graphic .description span {
    font-size: 18px;
    line-height: 28px;
  }
  .hp-section-2 .lg-container {
    padding: 70px 0;
  }

  .hp-section-2 .lg-container .blocks .single-block {
    padding: 20px;
    border-radius: 20px;
  }
  .hp-section-2 .lg-container .blocks .single-block:not(:last-child) {
    margin-bottom: 20px;
  }
  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__title
    .title {
    font-size: 22px;
    margin-right: 20px;
  }
  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__title
    .circle {
    width: 28px;
    height: 28px;
  }
  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__title
    .circle
    .plus-minus {
    width: 15px;
    height: 15px;
  }
  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__title
    .circle
    .plus-minus
    > div:first-child {
    width: 15px;
  }
  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__title
    .circle
    .plus-minus
    > div:last-child {
    height: 15px;
  }
  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__content
    ul
    li
    .icon {
    width: 30px;
    height: 28px;
    min-width: 30px;
  }
  .hp-section-3 .lg-container {
    padding: 80px 0 70px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    font-size: 40px;
    line-height: 50px;
    top: -60px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper
    .text
    p {
    font-size: 18px;
    line-height: 26px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper
    h2 {
    margin-bottom: 10px;
  }
  .hp-section-4 .container {
    padding: 70px 0;
  }
  .hp-section-4 .container .upper {
    margin-bottom: 50px;
  }
  .hp-section-4 .container .upper h2 {
    margin-bottom: 15px;
  }
  .hp-section-4 .container .upper p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .hp-section-4 .container .providers .single-provider {
    margin-bottom: 30px;
  }
  .hp-section-4 .container .providers .single-provider .image-wrapper {
    width: 140px;
    height: 130px;
    margin-bottom: 10px;
  }
  .hp-section-4 .container .providers .single-provider .image-wrapper .circle {
    width: 25px;
    right: 0;
  }
  .hp-section-4
    .container
    .providers
    .single-provider
    .image-wrapper
    .circle
    img {
    max-width: 100%;
  }
  .hp-section-5 .container {
    padding: 70px 0;
  }
  .hp-section-5 .container .text-wrapper .subtitle {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .hp-section-5 .container .text-wrapper p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
  }
  .hp-section-6 .lg-container {
    padding: 70px 0;
  }
  .hp-section-6 .lg-container .testimonials-wrapper {
    margin-top: 25px;
  }
  .hp-section-6 .lg-container .testimonials-wrapper .single-testimonial {
    flex-direction: column;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(odd)
    .shape
    .circle {
    bottom: 0;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial:nth-child(even)
    .shape
    .circle {
    right: 0;
  }
  .hp-section-6 .lg-container .testimonials-wrapper .single-testimonial .shape {
    width: 100px;
    min-width: auto;
    margin-bottom: 15px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .shape
    span {
    font-size: 28px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .text-content
    p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
  .hp-section-6
    .lg-container
    .testimonials-wrapper
    .single-testimonial
    .text-content
    .quotes {
    width: 60px;
  }
  .hp-section-6 .lg-container .main-btn a {
    padding: 18px 40px;
  }
  .hp-section-7 .container .upper {
    margin-bottom: 40px;
  }
  .hp-section-7 .container .upper h2 {
    margin-bottom: 10px;
  }
  .hp-section-7 .container .upper p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }
  .hp-section-7 .container .map {
    margin-bottom: 60px;
  }
  .services-hero #services-blob-hero {
    bottom: -3%;
  }
  .services-hero .container .text-content .title > div .hr,
  .faqs-body .container .left-c .title .hr {
    margin-left: 25px;
    margin-top: 5px;
    width: 65px;
  }
  .services-body .container {
    padding: 70px 0;
  }
  .services-body .container .services-wrapper .single-service-wrapper {
    width: 100%;
    padding: 0;
  }
  .services-body
    .container
    .services-wrapper
    .single-service-wrapper
    .single-service {
    padding: 30px 20px;
    border-radius: 35px;
  }
  .services-body
    .container
    .services-wrapper
    .single-service-wrapper
    .single-service
    .graphic {
    margin-bottom: 15px;
  }
  .services-body
    .container
    .services-wrapper
    .single-service-wrapper
    .single-service
    .text-content
    h4 {
    margin-bottom: 20px;
  }
  .services-body
    .container
    .services-wrapper
    .single-service-wrapper
    .single-service
    .text-content
    .hr {
    margin-bottom: 20px;
  }
  .services-body
    .container
    .services-wrapper
    .single-service-wrapper
    .single-service
    .cta
    button
    a {
    padding: 16px 30px;
  }
  .services-body
    .container
    .services-wrapper
    .single-service-wrapper
    .single-service
    .cta
    button
    a
    span {
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-right: 25px;
  }
  .plans-hero .container .text-content .title > div .hr {
    margin-left: 25px;
    margin-top: 5px;
    width: 65px;
  }
  .plans-body .container .plans-wrapper .single-plan-wrapper .single-plan {
    border-radius: 30px;
  }
  .plans-body
    .container
    .plans-wrapper
    .single-plan-wrapper
    .single-plan
    .single-plan__header {
    border-radius: 30px 30px 0 0;
  }
  .plans-body
    .container
    .plans-wrapper
    .single-plan-wrapper
    .single-plan
    .single-plan__header
    .info
    .counter {
    margin-bottom: 10px;
    font-size: 65px;
    line-height: 75px;
  }
  .plans-body
    .container
    .plans-wrapper
    .single-plan-wrapper
    .single-plan
    .cta
    button
    a {
    padding: 18px 30px;
  }
  .plans-body
    .container
    .plans-wrapper
    .single-plan-wrapper
    .single-plan
    .single-plan__body
    ul
    li:not(:last-child) {
    margin-bottom: 15px;
  }
  .plans-body .container .dark-banner {
    padding: 30px 15px;
    border-radius: 30px;
  }
  .plans-body .container .dark-banner .text-content h2 {
    margin-bottom: 10px;
  }
  .plans-body .container .dark-banner .text-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .plans-banner {
    border-radius: 30px 30px 0 0;
  }
  .plans-banner .container .graphic {
    display: none;
  }
  .plans-banner .container .text-content h3 {
    max-width: 100%;
  }
  .plans-banner .container .text-content .cta {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 18px 10px;
  }
  .plans-banner .container .text-content .cta .single-cta {
    margin-right: 0;
  }
  .plans-banner .container .text-content .cta .single-cta span {
    font-size: 18px;
    line-height: 28px;
  }
  .single-service-hero .marquee .marquee-wrapper .marquee-text {
    font-size: 45px;
    line-height: 55px;
    padding: 0 35px;
  }
  .single-service-hero .marquee .marquee-wrapper .marquee-text::before {
    width: 25px;
    height: 20px;
    background-size: cover;
  }
  .single-service-hero .container .text-content h1 {
    margin-bottom: 10px;
  }
  .single-service-hero .container .text-content .row .left h4 {
    margin-bottom: 15px;
  }
  .single-service-hero .container .text-content .row .left p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
  }
  .single-service-hero .container .text-content .row .left button a {
    padding: 18px 35px;
  }
  .single-service-hero .container .text-content .row .left button a span {
    font-size: 16px;
  }
  .single-service-hero .container .text-content .row .right {
    width: 100%;
  }
  .single-service-hero .container .text-content .row .right .block {
    border-radius: 30px;
  }
  .single-service-hero .graphic {
    position: relative;
    max-width: 50%;
  }
  .single-service-dark-banner .dark-banner {
    border-radius: 30px;
    padding: 30px 15px;
  }
  .single-service-dark-banner .dark-banner .statistic .title {
    font-size: 18px;
    line-height: 28px;
  }
  .single-service-dark-banner .dark-banner .statistic .icon {
    margin-bottom: 10px;
    width: 65px;
    height: 65px;
  }
  .single-service-dark-banner .dark-banner .statistic p {
    line-height: 22px;
  }
  body.single-service .service-information .image-col .graphic {
    max-width: 100%;
  }
  body.single-service .service-information .image-col .graphic img {
    max-width: 100%;
  }
  body.single-service.service-information .text-col h4 {
    margin-bottom: 10px;
  }
  body.single-service .service-information .text-col h1 {
    line-height: 50px;
  }
  body.single-service .service-information .text-col p {
    font-size: 14px;
    line-height: 22px;
  }
  body.single-service .service-information .text-col button a {
    padding: 18px 35px;
  }
  body.single-service .service-information .text-col button a span {
    font-size: 16px;
  }
  .header-wrapper.fixed.show {
    top: 0;
  }
  .header-wrapper.fixed .lg-container .header {
    border-radius: 0;
    padding: 10px 0;
  }
  .single-post-body .container .previous-next {
    flex-direction: column;
  }
  .single-post-body .container .previous-next > a {
    max-width: 100%;
  }
  .single-post-body .container .previous-next > a.next {
    margin-left: auto;
    margin-top: 30px;
  }
}

@media (max-width: 399px) {
  .mental-health .container a p {
    font-size: 16px;
    line-height: 26px;

}
.mental-health .container a img {
  width: 20px;
}
  .single-service-hero .container{
    padding-bottom: 50px;
  }
  .faqs-body .container .right-c .blocks .single-block .single-block__title .title {
    font-size: 20px;
    line-height: 26px;
    margin-right: 10px;
}
  .about-hero .container .text-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .book-hero .container .text-content .title {
    margin-bottom: 10px;
  }
  .book-hero .container .text-content h4 {
    margin-bottom: 10px;
  }
  .book-bottom .container .block .text-content h2 {
    margin-bottom: 10px;
  }
  .book-bottom .container .block .text-content h4 {
    margin-bottom: 10px;
  }
  .book-hero .container .text-content p,
  .book-bottom .container .block .text-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .modal .modal-container .modal-content .bio {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .modal .modal-container .modal-content .position {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .modal .modal-container .modal-content .close {
    top: 15px;
    right: 15px;
  }
  .about-sec-new .container h2 {
    margin-bottom: 10px;
  }
  .about-sec-7 .container .about-banner .text-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .about-sec-7 .container .about-banner .text-content h4 {
    margin-bottom: 15px;
  }
  .about-sec-7 .container .about-banner .text-content {
    padding: 20px;
  }
  .faqs-body .container .left-c button a {
    padding: 15px 25px;
  }
  
  .ms-body .container .call-banner p {
    font-size: 16px;
    line-height: 26px;
  }
  .mobile-service-hero .container {
    padding-top: 100px;
  }
  .ms-body .container .mobile-services-wrapper .msw-upper p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .ms-body .container .call-banner {
    padding: 20px;
  }
  .ms-body .container .call-banner img {
    margin-right: 10px;
  }
  .ms-body .container .dark-banner .text-content h2 {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 40px;
  }

  .mobile-service-hero .container .text-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .ms-body .container .dark-banner .text-content h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .mobile-service-hero .container .text-content .bottom-c {
    margin-bottom: 30px;
  }
  .search-body .container .search-results-list {
    padding: 20px 10px;
  }
  .search-body .container .search-results-list h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .header-wrapper .lg-container .header .cta .search-wrapper {
    margin-right: 8px;
  }
  .header-wrapper .lg-container .header .logo {
    max-width: 70px;
  }
  .header-wrapper .lg-container .header .cta button a {
    padding: 5px 10px;
  }

  .header-wrapper.fixed .lg-container .header {
  }
  .single-service-ordered-cols
    .container
    .cols-wrapper
    .single-col-wrapper
    .single-col {
    padding: 30px 15px;
  }
  .hamburger > div {
    width: 25px;
  }
  .header-wrapper .lg-container .header .cta button a span {
    font-size: 12px;
  }
  .faqs-body .container .left-c .title > div h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .container {
    padding: 50px 0;
  }
  .lg-container {
    padding: 50px 0;
  }
  .banner {
    padding: 25px 15px;
    border-radius: 25px;
  }
  .banner .text-content p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .single-service-banner .text-content .cta {
    margin-top: 20px;
}
  .banner .text-content h2 {
    margin-bottom: 10px;
  }
  .banner .text-content .cta button:first-child {
    margin-bottom: 10px;
  }
  .banner .text-content .cta button a {
    padding: 15px 20px;
  }
  .footer .container .footer-middle .social {
    width: 60px;
    height: 46px;
  }
  .footer .container .footer-middle .social a img {
    max-width: 18px;
  }
  .footer .container .footer-upper {
    margin-bottom: 0;
  }
  .footer .container .footer-upper .footer-col {
    width: 100%;
  }
  .footer .container .footer-bottom ul {
    flex-wrap: wrap;
  }
  .footer .container .footer-bottom ul li:nth-child(3) {
    padding-left: 0;
  }
  .hero-section .lg-container .mobile-graphic {
    max-width: 200px;
  }
  .hp-section-2 .lg-container {
    padding: 50px 0;
  }

  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__content
    ul
    li
    .icon {
    width: 25px;
    height: 22px;
    min-width: 25px;
    margin-right: 10px;
  }
  .hp-section-2
    .lg-container
    .blocks
    .single-block
    .single-block__content
    ul
    li
    .icon
    img {
    max-width: 15px;
  }
  .hp-section-3 .lg-container {
    padding: 50px 0;
  }
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    font-size: 32px;
    line-height: 40px;
    top: -40px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper
    h2 {
    margin-bottom: 5px;
  }
  .hp-section-3
    .lg-container
    .scroll-wrapper
    .right-container
    .right-content
    .text-wrapper
    .text
    p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    font-size: 34px;
    line-height: 44px;
  }
  .hp-section-4 .container {
    padding: 50px 0;
  }
  .hp-section-4 .container .upper {
    margin-bottom: 30px;
  }
  .hp-section-4 .container .upper p {
    font-size: 14px;
    line-height: 22px;
  }
  .hp-section-4 .container .upper h2 {
    margin-bottom: 10px;
  }
  .hp-section-4 .container .providers .single-provider {
    width: 100%;
  }
  .hp-section-4 .container .providers .single-provider .image-wrapper {
    width: 175px;
    height: 160px;
  }
  .hp-section-5 .container {
    padding: 50px 0;
  }
  .hp-section-5 .container .text-wrapper .subtitle {
    margin-bottom: 15px;
  }
  .hp-section-5 .container .text-wrapper h2 {
    margin-bottom: 10px;
  }
  .hp-section-6 .lg-container {
    padding: 50px 0;
  }
  .hp-section-6 .lg-container .main-btn a {
    padding: 14px 40px;
  }
  .hp-section-7 .container .upper p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
  .services-hero .container .text-content h4 {
    margin-bottom: 10px;
  }
  .services-hero .container .text-content .title {
    margin-bottom: 10px;
  }
  .services-hero .container .text-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .services-body .container {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .plans-hero .container .text-content h4 {
    margin-bottom: 10px;
  }
  .plans-hero .container .text-content .title {
    margin-bottom: 10px;
  }
  .plans-hero .container .text-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .plans-body .container .dark-banner .text-content p {
    letter-spacing: 0;
  }
  .single-service-hero .container .text-content .row .text-col h4 {
    margin-bottom: 10px;
  }
  .single-service-hero .container .text-content .row .text-col p {
    font-size: 14px;
    line-height: 24px;
  }
  .single-service-hero .container .text-content .row .text-col button {
    margin-top: 20px;
  }
  .single-service-dark-banner .dark-banner .statistic {
    padding: 0 5px;
  }
  .single-service-body .container {
    padding: 50px 0;
  }
  body.single-service .service-information .text-col h1 {
    line-height: 48px;
    margin-bottom: 10px;
  }
  body.single-service .service-information .image-col .rows .single-row {
    padding: 20px 15px;
  }
}

@media (min-width: 2200px) {
  .hp-section-5 #blob-4 {
    width: 60%;
  }
}

@media (min-width: 3000px) {
  .hero-section .lg-container .graphic {
    margin-top: 0;
  }
  .hp-section-3 .lg-container .scroll-wrapper .xl-text {
    top: 150px;
  }
  .hp-section-5 #blob-4 {
    width: 40%;
  }
}
