@media (min-width: 1201px) {
  .main_menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .mean-expand {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    margin: 0 auto;
    max-width: 1256px;
  }
  .mean-nav {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main_menu {
    display: none !important;
  }

  .lines-button {
    display: block;
  }

  .mean-nav {
    width: 100%;
    left: 0;
    top: 100%;
    height: calc(100vh - 65px);
    height: auto;
    overflow: auto;
  }

  .mean-bar {
    position: static;
  }

  .lines-button.x2.meanclose .lines:after {
    transform: rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: 50% 50% 0;
  }

  .lines-button.x2.meanclose .lines:before {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: 50% 50% 0;
  }

  .meanclose .lines {
    background: none;
  }

  .lines:before,
  .lines:after,
  .lines {
    width: 30px;
    height: 4px;
    background: var(--White);
  }

  .lines {
    width: 21px;
  }
  .lines:before {
    width: 25.33px;
  }

  header .navigation .mean-bar ul.firstul {
    display: block;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .lines-button {
    right: 30px;
    top: 2px;
  }

  header .header-wrap {
    position: relative;
  }

  .fixnav .meanclose .lines {
    background: none !important;
  }

  header .header-wrap {
    padding: 12px 20px;
  }

  header .navigation .mean-bar ul.firstul {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  header .navigation .mean-bar ul.firstul {
    padding-bottom: 30px;
    margin-top: 0;
  }

  .mean-nav ul.firstul > li > a:not(.mean-expand) {
    box-shadow: none;
    background: var(--Blue);
  }

  body .mean-nav ul.firstul > li:hover > a:not(.mean-expand) {
    background: var(--Red4) !important;
    box-shadow: 0px -5px 8px 0px #00000052 inset;
    color: #fff !important;
  }

  .mean-nav ul li a.mean-expand {
    background-image: url(../images/down.svg) !important;
    background-size: 14px !important;
    transform: rotate(0deg);
    height: 50px;
    width: 70px;
    top: 5px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 0;
  }

  .mean-nav ul.dropdown-menu {
    border: none;
  }

  body .menu-cntdtl-wrap ul li a,
  body .menu-cntdtl-wrap ul li a:hover {
    padding: 22px 44px 22px 26px;
    min-height: 1px;
  }

  .menu-icon {
    justify-content: center;
    display: flex;
  }

  .mean-nav .sidebar-footer-bottom .menu-cntdtl-wrap ul a {
    min-height: 1px;
  }

  .menu-cntdtl-wrap ul li:first-child {
    padding: 0 15px;
  }

  .mean-nav {
    height: calc(100vh - 132px);
  }

  .mean-nav ul .dropdown-menu {
    position: relative;
    top: 0;
    border-radius: 0;
  }

  body .mean-nav ul.firstul > li:hover > a.mean-expand,
  body .main_menu ul > li:hover > a.mean-expand {
    box-shadow: none;
    background-color: transparent !important;
    transform: rotate(0deg);
    filter: contrast(0) brightness(2);
  }

  body .mean-nav ul li a {
    transition: none;
  }

  body .mean-nav ul li a.mean-expand.mean-clicked {
    transform: rotate(180deg) !important;
  }

  header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li a {
    color: var(--White);
    background: var(--Blue1);
    padding: 13px 30px;
    font-family: 'Gotham';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.04em;
  }

  .mean-nav ul .dropdown-menu li {
    border-bottom: 1.5px solid #ACAEB1;
    border-top: none;
  }

  .mean-nav ul .dropdown-menu li:last-child {
    border-bottom: none;
  }

  .mean-nav > ul > li.current_page_item > li.current_page_item > a,
  .mean-nav > ul > li.current-menu-ancestor > ul > li.current-menu-parent > a,
  .mean-nav > ul > li > ul > li > ul > li.current-menu-item > a {
    background: #0093bb;
    color: #fff;
  }

  .mean-nav > ul > li.current_page_item > a:not(.mean-expand),
  .mean-nav
    > ul
    > li
    > ul
    > li
    > ul
    > li.current_page_item
    > a:not(.mean-expand) {
    background: var(--Red4) !important;
    box-shadow: 0px -5px 8px 0px #00000052 inset;
    color: #fff !important;
  }
  .mean-nav > ul > li.current_page_item > a.mean-expand {
    box-shadow: none;
    background-color: transparent !important;
    transform: rotate(0deg);
    filter: contrast(0) brightness(2);
  }

  .mean-nav > ul > li.current-menu-parent > a:not(.mean-expand),
  .mean-nav > ul > li.current-page-parent > a:not(.mean-expand),
  .mean-nav > ul > li > ul > li.current_page_parent > a:not(.mean-expand) {
    background-color: var(--Red4) !important;
    box-shadow: 0px -5px 8px 0px #00000052 inset;
    color: #fff !important;
  }
  .mean-nav > ul > li.current-menu-parent > a.mean-expand,
  .mean-nav > ul > li.current-page-parent > a.mean-expand,
  .mean-nav > ul > li > ul > li.current_page_parent > a.mean-expand {
    filter: contrast(0) brightness(2);
    background-color: transparent !important;
  }
  .mean-nav > ul > li.current-menu-parent > ul > li.current-menu-item > a {
    background-color: var(--Red4) !important;
    box-shadow: 0px -5px 8px 0px #00000052 inset;
    color: #fff !important;
  }

  .lines-button {
    top: 5px;
  }

  .mean-nav {
    width: 100vw;
    left: 50%;
    right: 50%;
    background: var(--Blue1);
    margin-left: -50vw;
    margin-right: -50vw;
    opacity: 0;
    transition: opacity 0.33s linear;
    pointer-events: none;
  }

  .opennav .mean-nav {
    opacity: 1;
    transition: opacity 0.33s linear;
    pointer-events: auto;
  }

  body.fixnav header {
    z-index: 99999;
  }

  header .navigation .mean-bar ul.firstul li a {
    min-height: 1px;
    text-align: left;
    padding: 15px 20px;
    font-family: 'GommeSansW04-ExtraBold';
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--White);
  }

  .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 70px !important;
  }

  .lines-button.x2.meanclose .lines::before {
    width: 24px !important;
  }

  .lines-button.x2.meanclose .lines::after {
    width: 24px !important;
  }

  .mean-nav ul li a:hover,
  header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li a:hover {
    background-color: var(--Red4) !important;
    box-shadow: 0px -5px 8px 0px #00000052 inset;
    color: #fff !important;
  }

  .opennav .mean-nav {
    display: block !important;
  }

  .mean-nav ul > li {
    border-top: 1.5px solid #ACAEB1;
  }

  .mean-nav ul > li:last-child {
    border-bottom: 1.5px solid #ACAEB1;
  }


  .page-not-found {
    padding: 140px 0 160px;
  }

  .mean-nav .red-btn.mobile {
    margin: 0 20px 20px;
    display: flex !important;
  }

  header.main-header .btn-container.mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 25px 20px;
    position: relative;
    z-index: 2;
  }
  header.main-header .btn-container.mobile>a {
    width: 20%;
  }
  header.main-header .btn-container.mobile>a.white-btn {
    gap: 10px;
  }
  header .top-header {
    padding: 15px 20px;
    position: relative;
  }

  .lines-button {
    top: 39px;
    right: 29px;
    padding: 0;
  }
  header.main-header .top-header .btn-container.desktop {
    display: none;
  }
  header.main-header .top-header {
    padding-left: 20px;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  header.main-header .th-middle.logo {
    margin-right: auto;
    max-width: 180px;
  }
  header.main-header .top-header .th-left, header.main-header .top-header .th-right {
    padding-top: 0;
  }
  .mean-nav::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(4, 63, 80, 0) 0%, rgba(66, 120, 126, 1) 100%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .mean-nav ul li {
    z-index: 2;
  }

  /* caswell home page */

  h1,
  .h1 {
    font-size: 52px;
    line-height: 54px;
  }

  h2,
  .h2 {
    font-size: 46px;
    line-height: 50px;
  }

  h3,
  .h3 {
    font-size: 40px;
    line-height: 44px;
  }

  h4,
  .h4 {
    font-size: 28px;
    line-height: 100%;
  }

  h5,
  .h5 {
    font-size: 26px;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-home .img-wrp {
    width: 53.28vw;
    height: auto;
    right: -10px;
  }

  .hero-home .cnt-wrp {
    padding: 32px 0 70px;
  }

  .about-us .cnt-wrp{
    padding-top: 0;
  }
  /* .services .services-box h5 a {
    left: -23px;
    width: 300px;
  }
  .services .services-wrapper {
    gap: 70px;
  } */
  .about-us {
    padding: 29px 0 50px;
  }
  .membership-sec .membership-header {
    justify-content: center;
    gap: 20px;
  }
  .membership-sec .membership-wrp {
    padding: 25px 50px 35px;
  }
  .membership-sec .membership-header h2 {
    font-size: 57px;
    line-height: 85px;
  }
  .membership-sec .price p {
    font-size: 45px;
  }

  .reviews .review-slide {
    margin: 0 18px;
  }
  .reviews .review-slide-inn {
    padding: 40px 30px;
  }
  /* .faq-section .faq-item {
    padding: 20px 0;
  } */
  .faq-section .faq-question h6{
    padding: 20px 0;
  }

  .area-list {
    padding: 40px 0;

  }

  .area-list .map-icon {
    padding: 8px 9px 8px;
  }
  .area-list .city-name p {
    font-size: 18px;
    line-height: 19px;
  }

  .reviews {
    padding: 50px 0;
  }
  .post-list-sec .post-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .cta .col-md-12 {
    max-width: 89%;
  }
  .cta .cards {
    padding: 30px 39px 27px;
  }
  .cta .left-img-wrp .img-wrp {
    width: 39.14vw;
    height: 100%;
    left: -60px;
  }

  .footer-wrp {
    padding-bottom: 17px;
  }
  .footer-row{
      max-width: 96%;
  }

  .footer-row2 {
    margin: 20px auto 0;
  }
  footer .footer-row h6 {
    margin-bottom: 18px;
  }
  .footer-column-1 img {
    margin-bottom: 22px;
  }
  .footer-column-1 p {
    font-size: 14px;
    line-height: 32px;
  }
  /* caswell home page end*/

  /* caswell inner-page start */

  /* blog-page */
  .blog-list-sec .ftr-post .post-wrp {
    padding-bottom: 35px;
  }
  .blog-list-sec .ftr-post .post-wrp .img-wrp {
    width: 55%;
  }
  .blog-list-sec .ftr-post .post-wrp .cnt-wrp {
    padding-left: 25px;
    width: 45%;
  }
  .blog-list-sec .post-wrp .cnt-wrp h3 {
    font-size: 30px;
  }
  .blog-list-sec .post-wrp .cnt-wrp p {
    margin: 0 25px 25px 0;
  }
  .category-wrp .dropdown-arp {
    gap: 30px;
  }
  .category-wrp h2 {
    font-size: 42px;
    line-height: 46px;
  }
  .category-wrp .dropdown-arp h4 {
    font-size: 20px;
  }

  .posts-row .blog-lists .post-wrp .img-wrp img{
    height: 300px;
  }
  /* blog-page end */
  /* service,service-area,blog single-page */
  .single-hero {
    padding: 90px 0 105px;
  }

  .single-blog-banner {
    padding: 80px 0 100px;
  }

  .single-page-content ol,
  .single-page-content ul,
  .single-blog ol,
  .single-blog ul {
    margin-bottom: 30px;
  }
  .single-page-content .single-video,
  .single-blog figure.wp-block-video {
    margin-bottom: 0;
    margin-bottom: 30px;
  }
  .single-page-content .content-wrp h2,
  .single-blog .post-cnt h2 {
    font-size: 40px;
    line-height: 38px;
  }
  blockquote h3::before {
    top: 25px;
    left: 20px;
    background-size: 35px;
    width: 35px;
    height: 35px;
  }
  blockquote h3 {
    font-size: 31px;
    line-height: 34px;
  }
  .single-page-content .contact .contact-wrp,
  .single-blog .contact .contact-wrp {
    padding: 24px 20px 30px 20px;
    column-gap: 20px;
  }

  .single-page-content + .membership-sec,
  .single-blog + .membership-sec {
    padding-top: 100px;
  }
  .single-page-content .contact .contact-wrp h3,
  .single-blog .contact .contact-wrp h3 {
    font-size: 31px;
    line-height: 32px;
  }
  .offer-cards {
    padding: 40px 0;
  }
  .offer-cards .promo-list-wrp {
    column-gap: 20px;
    row-gap: 20px;
  }
  .offer-cards .promo-list-wrp .promo-wrp .promo-wrp-in {
    padding: 30px 15px 20px;
  }
  .offer-cards .promo-wrp-in h2 {
    line-height: 42px;
    margin-bottom: 20px;
    font-size: 40px;
  }
  .single-page-content .back-to-parent:before,.single-blog .back-to-parent:before , .blog-lists-wrp , .back-to-parent::before{
    top: 60%;
  }

  /* service,service-area,blog single-page end */

  /* contact-page */
  .form-with-content .right-wrp .right-wrp-inn {
    padding: 45px 30px 50px;
  }
  .form-with-content .left-wrp > p {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .form-with-content .contact-content p {
    margin-bottom: 25px;
  }
  /* contact-page end */

  /* about-us page */
  .image-with-content {
    padding: 90px 0 30px;
  }
  .our-values {
    padding: 40px 0 25px;
  }
  .modal-dialog {
    max-width: 95vw;
  }
  .values-wrp .value {
    max-width: calc((100% - 30px * 5) / 3);
  }
  .values-wrp .values-inn {
    padding: 27px 33px 40px;
  }
  /* about-us page end */

  /* financing page */
	.financing-options-sec .options-wrp .options {
    padding: 50px 40px 67px;
	}
	.financing-options-sec .options-inn h2 {
    margin: 30px 0 26px;
	}
	.financing-options-sec .features-wrp {
    margin-bottom: 48px;
    padding: 0 0 0 10px;
	}
	/* financing page end */

  /*careers start*/
  .form .form-wrp .form-wrp-inn {
    padding: 50px 40px;
  }

  .testimonial {
    padding: 40px 25px 30px 25px;
    row-gap: 50px;
  }
  .testimonial .top-wrp img {
    max-width: 130px;
  }
  .testimonial .top-wrp h6 {
    line-height: 24px;
  }
  .testimonial .bottom-wrp h3 {
    font-size: 25px;
  } 
  .reviews-wrp {
    column-gap: 15px;
  }

  /* caswell inner-page end */

}
/*1199px end*/


@media (min-width: 993px) and (max-width: 1110px) {
  .services .services-wrapper{
    column-gap: 80px;
  }
}



@media (max-width: 1024px) {
  /* caswell home page */
  h2,
  .h2 {
    font-size: 44px;
    line-height: 48px;
  }
  h4,
  .h4 {
    font-size: 26px;
    line-height: 100%;
  }
  /* .services .services-wrapper {
    gap: 60px;
  } */
  .area-list .map-icon {
    padding: 6px 9px 6px;
  }
  .area-list .city-name p {
    font-size: 16px;
    line-height: 17px;
  }
  .area-list .lists {
    margin-top: 20px;
  }
  .post-list-sec {
    padding: 40px 0;
  }
  .post-list-sec .post-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .post-list-sec .single-post-box .post-image img {
    height: 340px;
  }
  .cta .col-md-12 {
    max-width: 86%;
  }
  .cta .cnt-wrp {
    max-width: 450px;
  }
  .cta .left-img-wrp .img-wrp {
    left: -70px;
  }
  .footer {
    padding-top: 238px;
  }
  .faq-section h2 {
    margin-bottom: 35px;
  }
  .footer-row2 .socials-icon {
    gap: 8px;
  }
  .faq-section .faq-answer p {
    margin: 0px 20px 20px;
    line-height: 28px;
  }
  /* caswell home page end*/

  /* caswell inner-page start */

   /* contact-page */
  .offer-cards .promo-list-wrp {
    display: block;
  }
  .offer-cards .promo-list-wrp .promo-wrp {
    box-shadow: unset;
    margin: 0 10px;
  }
  .offer-cards .slick-dots li button:before {
    content: "";
    font-family: "slick";
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #e8e8e8;
    width: 23px;
    border-radius: 4px;
    height: 4px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s linear;
  }
  .offer-cards .slick-dots li.slick-active button:before {
    opacity: 0.75;
    border-color: var(--Red4);
  }
  .offer-cards .slick-dots {
    bottom: -45px;
  }
  /* contact-page end */

  /* caswell inner-page end */
}


@media (min-width: 992px) {
   body.has-sidebar{
	  overflow-x: visible;
  }
  .sidebar-wrp {
    position: sticky;
    top: 140px;
    height: 100%;
  }
  body.has-sidebar .faq-section:before {
    right: 0;
    width: 40%;
    border-radius: 50% 0 0 50%;
  } 
}



@media (max-width: 992px) {
  .faq-section .faq-wrapper{
    grid-template-columns: 1fr;
  }



}


@media (max-width: 991px) {
  /* caswell home page*/
  h1,
  .h1 {
    font-size: 48px;
    line-height: 50px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 45px;
  }
  h3,
  .h3 {
    font-size: 38px;
  }
  .hero-home {
    padding-top: 50px;
  }
  .hero-home .lft-rgt-wrp {
    flex-direction: column;
  }
  .hero-home .img-wrp {
    position: unset;
    width: 70%;
    margin: 0 auto;
    top: auto;
    right: auto;
  }
  .hero-home .cnt-wrp {
    padding: 10px 0 50px;
    max-width: 100%;
  }
  .hero-home .cnt-wrp > p {
    max-width: 100%;
  }
  .hero-home:before {
    width: 400px;
    height: 400px;
    top: 120%;
  }
  
  .services {
    padding: 60px 0 50px;
  }
  .services .services-wrapper {
    flex-wrap: wrap;
    row-gap: 30px;
    min-height: auto;
    /* padding: 30px 0 45px; */
  }
  .about-us .badge-img {
    width: 90.3px;
    height: 80px;
  }
  .membership-sec .membership-wrp {
    padding: 25px 25px 35px;
  }
  .membership-sec .membership-header h2 {
    font-size: 40px;
    line-height: 70px;
  }
  .membership-sec .price {
    min-width: 100px;
    min-height: 100px;
  }
  .membership-sec .price p {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .membership-sec .price span {
    font-size: 12px;
    line-height: 12px;
  }

  .membership-sec .feature-item {
    max-width: calc((100% - 30px*1)/2);
  }
  
  .area-list .map-icon {
    margin-right: 10px;
  }
  .area-list .map {
    max-height: 419px;
  }

  .area-list h2 {
    margin-bottom: 35px;
  }
  /* .faq-section .faq-item {
    padding: 15px 0;
  } */
  .faq-section .faq-question h6{
    padding: 15px 0;
  }
  .faq-section .faq-wrapper {
    column-gap: 30px;
  }
  .faq-section .faq-answer p {
    /* margin-top: 10px; */
    line-height: 24px;
    margin-bottom: 15px;
  }
  .faq-section h2 {
    margin-bottom: 25px;
  }
  .reviews h2 {
    max-width: 80%;
  }
  .reviews .slick-slider .slick-next {
    right: 20px;
  }
  .reviews .slick-slider .slick-prev {
    right: 75px;
  }
  .reviews .slick-list {
    padding: 0 20%;
  }
  .post-list-sec .latest-posts-wrapper {
    grid-gap: 25px;
  }
  .post-list-sec .single-post-box .post-image img {
    height: 220px;
  }
  .cta {
    padding-top: 170px;
  }
  .cta .card-wrp {
    overflow: visible;
  }
  .cta .cards {
    padding: 30px 30px 25px;
    flex-direction: column;
  }
  .cta .left-img-wrp .img-wrp {
    position: unset;
    height: auto;
    width: 80%;
    margin: 0 auto;
    transform: none;
  }
  .cta .left-img-wrp {
    margin-top: -200px;
    margin-bottom: 40px;
  }
  .cta .cnt-wrp {
    max-width: 100%;
  }

  footer .footer-row h6 {
    /* font-size: 18px;
    line-height: 20px; */
    margin-bottom: 15px;
  }
  footer .footer-row .footer-column-2 h6{
    margin-bottom: 21px;
  }
  .footer-column-3 a {
    font-size: 14px;
    line-height: 16px;
  }
  .footer-row .contact {
    margin-bottom: 21px;
  }
  .footer {
    padding: 238px 15px 30px;
  }
  .footer-row2 {
    margin: 15px auto 0;
    flex-wrap: wrap;
    width: 100%;
    max-width: 50%;
    justify-content: space-around;
    gap: 5px;
  }
  .footer-row2 > a:nth-child(2) {
    max-width: 50%;
  }
  /* caswell home page end*/

  /*inner pages*/
  header.main-header .btn-container.mobile>a {
    width: 26%;
  }

  .modal-dialog {
    max-width: 95%;
  }

  .cms-cnt h1 {
    margin-bottom: 20px;
  }

  .page-not-found {
    padding: 90px 0 100px;
  }
  .page-not-found ul li a {
    font-size: 20px;
  }
  .service-area-list .lists .city-name a {
    font-size: 18px;
  }
  
  footer.main-footer .footer-row {
    column-gap: 20px;
  }
  footer.main-footer .footer-column-1 h6 {
    margin: 25px 0 10px;
  }

  /* caswell inner-page start */

  /* blog-page */
  .blog-list-sec {
    padding: 40px 0 30px;
  }
  .blog-list-sec .ftr-post .post-wrp {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 25px;
  }
  .blog-list-sec .ftr-post .post-wrp .img-wrp,
  .blog-list-sec .ftr-post .post-wrp .cnt-wrp {
    width: 100%;
  }
  .blog-list-sec .ftr-post .post-wrp .img-wrp {
    max-width: 100%;
  }
  .blog-list-sec .ftr-post .post-wrp .cnt-wrp {
    padding-left: 0px;
  }
  .category-wrp {
    padding: 30px 0 18px;
    flex-direction: column;
    gap: 20px;
  }
  .category-wrp .dropdown-arp {
    gap: 50px;
    margin-left: 0;
  }
  .category-wrp .dropdown-arp h4 {
    font-size: 23px;
  }
  .blog-list-sec .post-wrp .cnt-wrp h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 15px 0;
  }
  .posts-row .blog-lists {
    column-gap: 25px;
    row-gap: 35px;
  }
  .blog-list-sec .navigation ul {
    margin-top: 30px;
  }
  .posts-row .blog-lists .post-wrp:nth-child(5)::before {
    width: 600px;
    height: 700px;
    left: -150px;
  }

  /* blog-page end */

  /* service,service-area,blog single-page */
  .single-hero {
    padding: 50px 0 65px;
  }
  .single-hero,
  .single-blog-banner {
    padding: 60px 0 75px;
  }
  .single-hero p,
  .single-blog-banner .blog-banner h1 {
    margin-bottom: 20px;
  }
  .single-hero .rating-wrp {
    margin-top: 30px;
  }
  .single-page-content {
    padding: 8px 0 50px;
  }
  .single-page-content .content-wrp,
  .single-blog .col-md-8 {
    width: 100%;
  }
  .single-page-content .sidebar-wrp,
  .single-blog .sidebar-wrp {
    max-width: 100%;
    width: 100%;
  }
  blockquote h3::before {
    top: 20px;
    left: 15px;
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
  blockquote h3 {
    padding: 50px 15px 25px;
    font-size: 35px;
    line-height: 34px;
  }
  .single-page-content .contact,
  .single-blog .contact {
    margin-bottom: 50px;
  }
  .single-page-content + .membership-sec,
  .single-blog + .membership-sec {
    padding-top: 70px;
  }
  .single-page-content .page-content img,
  .single-blog .post-cnt img {
    margin-bottom: 28px;
  }
  .single-page-content .contact .contact-wrp,
  .single-blog .contact .contact-wrp {
    padding: 30px 20px;
    column-gap: 10px;
  }
  .single-page-content .contact .contact-wrp h3,
  .single-blog .contact .contact-wrp h3 {
    font-size: 35px;
    line-height: 32px;
  }
  .single-page-content .back-to-parent,
  .single-blog .back-to-parent,
  .blog-lists-wrp .back-to-parent {
    margin: 0 0 20px 3px;
  }

  .single-page-content .content-wrp h2,
  .single-blog .post-cnt h2 {
    line-height: 36px;
  }
  .single-page-content .page-content p,
  .single-blog .post-cnt p {
    margin-bottom: 20px;
  }

  .single-page-content .single-video:before,
  .single-blog figure.wp-block-video:before {
    background-size: 66px;
  }
  .offer-cards {
    padding: 30px 0;
  }
  .offer-cards h2 {
    margin-bottom: 30px;
  }
  .offer-cards .promo-list-wrp {
    grid-template-columns: repeat(2, 1fr);
  }
  /* service,service-area,blog single-page end */

  /* service,service-area */
  .inner-hero .top-wrp .red-btn {
    margin-top: 31px;
  }
  /* service,service-area end */

  /* contact-page */
  .form-with-content .col-md-5,
  .form-with-content .col-md-7 {
    width: 100%;
  }
  .form-with-content .left-wrp {
    max-width: 100%;
  }
  .form-with-content .right-wrp {
    max-width: 100%;
    margin-top: 40px;
  }
  .form-with-content .contact-content {
    max-width: 100%;
  }
  /* contact-page end */

  /* about-us page */
  .image-with-content {
    padding: 80px 0 30px;
  }
  .image-with-content .left-wrp {
    padding-right: 12px;
  }
  .image-with-content .right-wrp {
    padding-left: 12px;
  }

  .our-values {
    padding: 30px 0 20px;
  }
  .values-wrp .values {
    row-gap: 20px;
  }
  .values-wrp .value {
    max-width: calc((100% - 30px * 1) / 2);
  }
  .values-wrp .values-inn {
    padding: 30px 25px;
  }

  .team-sec {
    padding: 40px 0 0px;
  }
  .team-sec-2 {
    padding-bottom: 50px;
  }
  .team-sec h2 {
    margin-bottom: 25px;
  }
  .team-sec .team-content-wrp h4 {
    font-size: 21px;
  }
  .team-cont h4 {
    font-size: 30px;
  }
  .modal-dialog .left-pop {
    max-width: 45.425%;
    width: 100%;
  }
  .modal-dialog .right-pop {
    padding: 26px 15px 5px 30px;
    max-width: 54.575%;
  }
  .modal-dialog .modal-content {
    padding-bottom: 30px;
  }
  .modal-dialog .left-pop .image-wrp img {
    min-height: 400px;
  }
  .team-cont p {
    margin-bottom: 0;
  }
  /* about-us page end */

  /* membership page */
  .special-banner-sec .heading-wrp h1 {
    max-width: 420px;
  }
  .special-banner-sec .heading-wrp .price {
    min-width: 230px;
    min-height: 230px;
  }
  .special-banner-sec .price p {
    font-size: 95.7px;
    line-height: 75.95px;
  }
  .special-banner-sec .price span {
    font-size: 26.84px;
    line-height: 24px;
  }
  .fullwidth-content-sec {
    padding: 30px 0 18px;
  }
  /* membership page end */

  /* financing page */
	.intro-banner {
    padding: 40px 0 55px;
	}
	.financing-options-sec {
    padding: 30px 0 20px;
	}
	.financing-options-sec h2 {
    margin-bottom: 30px;
	}
	.financing-options-sec .options-wrp {
    column-gap: 20px;
	}
	.financing-options-sec .options-wrp .options {
    padding: 50px 20px;
    max-width: calc(50% - 10px);
	}
	.financing-options-sec .options-inn h2 {
    margin: 30px 0 26px;
    font-size: 34px;
    line-height: 36px;
	}
	.financing-options-sec .features-wrp {
    margin-bottom: 35px;
    gap: 30px;
    padding: 0;
	}
	.financing-options-sec .options-inn img {
    max-width: 270px;
	}
	.financing-options-sec .feature {
    column-gap: 14px;
	}
	/* financing page end */

  /*careers page start*/
  .job-openings-sec .job-openings-wrp h3 {
    padding: 16px 40px 22px 30px;
  }
  .job-openings-sec .job-openings-wrp h3:after {
    right: 40px;
  }
  .form .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 6;
    -ms-grid-column-span: 6;
  }
  .form .gform_wrapper.gravity-theme  .gfield--input-type-datepicker {
    grid-column: span 12 !important;
    -ms-grid-column-span: 12 !important;
  }
  .form .form-wrp .form-wrp-inn {
    padding: 40px 25px 50px;
  }
  /*careers page end*/

  .review-list {
    padding: 60px 0 30px;
  }
  .reviews-wrp {
    grid-template-columns: repeat(2, 1fr);
  }

  .job-openings-sec .job-openings-content {
    padding: 0px 40px 44px 30px;
  }
  .posts-row .blog-lists .post-wrp .img-wrp img{
    height: 247px;
  }

  /* caswell inner-page end */

}
/*991px end*/


@media (max-width: 992px){
    footer.main-footer .footer-column-1 {
        max-width: 100%;
    }
    footer.main-footer .footer-row {
      flex-direction: row;
      column-gap: 20px;
      row-gap: 40px;
		  text-align: center;
		  justify-content: center;
      align-items: flex-start;
    }
    footer.main-footer .footer-column-2, footer.main-footer .footer-column-3 {
        max-width: calc(50% - 10px);
        width: 100%;
    }
    footer.main-footer .footer-column-4 {
        max-width: 400px;
    }
    footer.main-footer iframe,.footer-column-1 .map img {
	    margin: 41px auto 0;
	    height: 108px;
	    width: 162px;
	  }
	.footer-column-1 img {
        margin: 0 auto 25px;
    }
	.col-in{
		text-align: center;
	}
	.footer-column-3 a{
		margin-left: auto;
		margin-right: auto;
	}
	.footer-row .contact,.footer-row .mail{
		justify-content:center;
	}
	footer.main-footer .footer-column-4 .btm-cnt{
		margin-top: 25px;
	}
	footer.main-footer .footer-column-4 .btm-cnt h6{
		margin-bottom: 25px;
	}
	.footer-row2 {
    margin: 21px 0 0;
    max-width: 100%;
    justify-content: center;
    gap: 10px;
    column-gap: 83px;
    flex-wrap: wrap;
  }
  .footer-row2 .socials-icon .icons-wrp a {
    width: 35px;
    height: 30px;
  }
  .footer-row2 .socials-icon {
    gap: 20px;
    justify-content: center;
  }
  .footer-row2 > * {
    width: 100%;
  }
  .footer-row2 > a:nth-child(2),
  .footer-row2 > a:nth-child(3) {
    max-width: 50%;
    width: max-content;
  }
  .footer-row2 .socials {
    order: 0;
    margin-bottom: 10px;
  }
  .footer-row2 > a:nth-child(2) {
    order: 1;
  }
  .footer-row2 > a:nth-child(3) {
    order: 2;
  }
  .footer-row2 > a:nth-child(4) {
    order: 3;
  }
  .footer-row2 > p {
    order: 4;
  }
}


@media (max-width: 850px) {
    .about-us .cnt-wrp {
        max-width: 100%;
        padding-bottom: 50px;
      }
    
      .about-us .img-wrp {
        max-width: 100%;
    }
      .about-us .row>div:first-child,.about-us .row>div:last-child{
        width: 100%;
      }
    
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .red-btn, .gform_button {
    min-width: 100%;
    max-width: 360px;
  }

  h1, .h1 {
    font-size: 42px;
    line-height: 40px;
  }

  h2, .h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .page-template-page-landing h2, .page-template-page-landing .h2 {
    font-size: 46px;
    line-height: 46px;
  }

  h3, .h3 {
    font-size: 26px;
    line-height: 26px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  header .top-header {
    padding: 17px 15px 18px;
  }
  header.main-header .top-header {
    padding-left: 15px;
  }
  header.main-header .th-middle.logo {
    max-width: 155.75px;
  }
  header .logo img {
    max-width: 155.75px;
  }

  .mean-nav {
    height: calc(100vh - 129px);
  }

  .lines-button {
    right: 24px;
  }

  header .navigation .mean-bar ul.firstul li a {
    padding: 11px 13px 14px 13px;
  }
  header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li a{
    padding: 10px 25px;
  }

  .mean-nav ul li a.mean-expand {
    height: 45px;
    width: 60px;
  }

  .mean-nav .red-btn.mobile {
    margin: 0 15px 60px;
    max-width: 100%;
  }

  .gform_wrapper.gravity-theme .gform_fields,
  .gform_wrapper.gravity-theme
    .gfield--input-type-address
    .ginput_container_address {
    grid-row-gap: 15px !important;
    grid-column-gap: 15px !important;
  }

  .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 90px !important;
    padding: 15px 20px !important;
    margin-bottom: 25px !important;
  }
  .gform_wrapper.gravity-theme .gfield input,
  .gform_wrapper.gravity-theme .gfield select,
  .gform_wrapper.gravity-theme .gfield textarea {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .gform_wrapper.gravity-theme .gfield select {
    background-position: center right 12px;
  }
  .form-wrp .gform_wrapper.gravity-theme .gfield input#input_1_17,
  .form-wrp .gform_wrapper.gravity-theme .gfield input#input_2_14 {
    background-position: left 15px center !important;
    padding-left: 36px !important;
  }

  .form-wrp .gform_wrapper.gravity-theme .gfield_label {
    font-size: 22px;
    line-height: 29px;
    margin: 0 0 5px;
  }
  .form-wrp .gform_wrapper.gravity-theme .gfield textarea {
    height: 170px !important;
    line-height: 22px !important;
  }

  .social-list {
    grid-column-gap: 37px;
    max-width: 100%;
  }

  .gform_wrapper.gravity-theme .gfield textarea.medium {
    margin-bottom: 0 !important;
  }

  .form .gform_confirmation_message {
    color: #fff;
    line-height: normal;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 25px;
  }

  .form-wrp .gform_confirmation_message {
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
  }

  body .gform_wrapper.gravity-theme .gform_footer {
    margin: 30px auto 0 !important;
    max-width: 360px;
  }

  .logged-in #main__header {
    top: 46px;
  }

  .modal-dialog {
    max-width: 92.31%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-dialog .close-btn {
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
  }

  .modal-dialog .close-btn:before {
    background-size: contain;
  }

  .meta_social_btns a {
    width: 48.48px;
    height: 48.48px;
  }

  .cms-cnt p, .cms-cnt li {
    font-size: 18px;
    line-height: 30px;
  }

  .cms-cnt {
    padding: 60px 0;
  }

  .page-not-found {
    padding: 60px 0;
    background-position: top 70px center;
  }

  .page-not-found h1 {
    margin-bottom: 20px;
  }

  .page-not-found ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    text-align: center;
  }

  .page-not-found ul li {
    max-width: calc((100% - 20px) / 2);
    width: 100%;
  }

  .page-not-found ul li a {
    font-size: 21px;
    line-height: 45px;
  }

  .page-not-found p {
    max-width: 100%;
    margin: 0 auto 25px;
  }

  .meta_social_btns a .copy-to-clipboard,
  .meta_social_btns a .copy-to-clipboard2 {
    top: 50px;
    left: -24px;
    font-size: 12px;
  }

  .meta_social_btns a:hover img.hover {
    opacity: 0;
    visibility: hidden;
  }
 
  footer .container {
    max-width: 100%;
  }
  footer .footer-row {
    align-items: center;
    column-gap: 10px;
    row-gap: 40px;
    padding-top: 40px;
    justify-content: center;
  }
  .col-in {
    text-align: center;
    max-width: calc((100% - 10px) / 2);
    width: 100%;
    max-width: 100%;
  }

  .col-in ul li a {
    font-size: 16px;
    display: inline-block;
    line-height: 37px
  }
  .gform_wrapper.gravity-theme .gfield.gfield--width-half,
  .gform_wrapper.gravity-theme
    .gfield--input-type-address
    .ginput_container_address
    span {
    grid-column: span 12 !important;
    -ms-grid-column-span: 12 !important;
  }


  /*landing page*/
  h6,
  .h6 {
    font-size: 14px;
    line-height: 23px;
  }
  .header-banner {
    padding: 10px 20px 8px;
    justify-content: center;
  }
  .header-banner .socials {
    display: none;
  }
  .hero-home {
    padding: 27px 0;
  }
  .hero-home .cnt-wrp {
    padding: 7px 0 50px;
  }
  .hero-home .cnt-wrp h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 100%;
  }
  .hero-home .cnt-wrp h1 {
    margin-bottom: 25px;
  }
  .hero-home .cnt-wrp > p {
    margin-bottom: 25px;
  }
  .hero-home .rating-wrp {
    margin-top: 40px;
    justify-content: center;
  }
  .hero-home .img-wrp {
    width: 100%;
  }
  .hero-home .img-wrp:before {
    height: 110px;
  }
  .services {
    padding: 50px 0 30px;
  }
  .services .services-heading h3 {
    padding: 3px 9px 8px;
  }
  .services .services-heading {
    padding: 4px;
  }
  .services .services-bg {
    padding: 3px;
    border-radius: 3px;
  }
  .services .sevcices-head:after {
    height: 36px;
    width: 61px;
    right: -33px;
    bottom: -10px;
    background-size: contain;
  }
  .services .sevcices-head:before {
    height: 36px;
    width: 61px;
    left: -33px;
    bottom: -10px;
    background-size: contain;
  }
  .services .services-box>img {
    display: none;
  }
  .services .services-wrapper {
    flex-direction: column;
    row-gap: 50px;
    column-gap: 0;
    /* padding: 45px 0 60px; */
    align-items: center;
  }

  .services .services-header {
    margin-bottom: 60px;
  }
  .services .red-btn {
    margin-top: 40px;
  }
  .services .services-box h5 {
    font-size: 29px;
    line-height: 26px;
    margin: 0;
  }
  /* .services .services-box h5 {
    max-width: 324.64px;
    margin: 0 auto;
  } */
  /* .services .services-box h5 a {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  } */

  .membership-sec:before {
    width: 573px;
    height: 450px;
    top: -300px;
    left: -238px;
  }
  .membership-sec .dropdown-menu {
    width: 100%;
    text-align: center;
    transform: none !important;
  }
  .membership-sec .dropdown-menu h6 {
    color: var(--Blue1);
  }
  .membership-sec .dropdown-menu h6:last-child {
    margin-bottom: 0;
  }
  .membership-sec .membership-header {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .membership-sec .membership-wrp p {
    margin: 20px 0;
  }
  .membership-sec .membership-wrp {
    padding: 38px 15px 40px;
  }
  .membership-sec .col-md-12 {
    padding: 4px;
  }
  .membership-sec .membership {
    padding: 6px;
  }
  .membership-sec .row {
    padding: 0 15px;
  }
  .membership-sec .price {
    min-width: 115px;
    min-height: 115px;
  }
  .about-us .badge-img {
    width: 82.98px;
    height: 76.79px;
  }
  .membership-sec .price p {
    margin: 0 0 5px;
    font-size: 52px;
    line-height: 43px;
    letter-spacing: -0.07em;
  }
  .membership-sec .price span {
    font-size: 14px;
    line-height: 16px;
  }
  .membership-sec .features-list.desktop {
    /* display: none; */
    margin-bottom: 40px;
    row-gap: 20px;
  }
  .membership-sec .mobile {
    display: none;
  }
  .membership-sec  .feature-item {
    max-width: 100%;
  }
  .membership-sec h5 {
    font-size: 14px;
    line-height: 23px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
  }
  .membership-sec h5:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 14px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 20%;
    right: -25px;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .reviews .slick-dots {
    bottom: -49px;
  }
  .membership-sec .membership-header h2 {
    font-size: 26px;
    line-height: 40px;
    padding: 0;
  }
  .about-us {
    padding: 29px 0 25px;
  }
  .about-us .cnt-wrp,
  .about-us .img-wrp {
    max-width: 100%;
    padding: 0;
  }
  .about-us .row {
    flex-direction: column;
    text-align: center;
  }
  .about-us .row > div:first-child,
  .about-us .row > div:last-child {
    width: 100%;
  }
  .about-us .cnt-wrp h2 {
    margin-bottom: 31px;
  }
  .about-us .cnt-wrp p {
    margin: 20px 5px 30px;
  }

  .area-list {
    padding: 29px 0 30px;
    position: relative;
    z-index: 1;
  }
  .membership-sec {
    padding: 25px 0;
  }
  .area-list .map {
    display: none;
  }
  .area-list .row {
    flex-direction: column;
  }
  .area-list .city-name p {
    font-size: 20px;
    line-height: 21px;
  }
  .area-list .map-icon {
    padding: 9px 11px 10px;
  }
  .area-list h2 {
    margin-bottom: 10px;
  }
  .area-list .row > div:nth-child(2),
  .area-list .row > div:last-child {
    width: 100%;
  }
  .faq-section {
    padding: 30px 0 25px;
  }

  /* .faq-section .faq-item {
    padding: 10px 0;
  } */
  .faq-section .faq-question h6{
    padding: 10px 0;
  }
  .faq-section .faq-answer p {
    /* margin-top: 10px; */
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .faq-section:before {
    height: 350px;
    top: 600px;
    right: -600px;
  }

  .reviews .btn-container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 12;
  }
  .reviews {
    padding: 25px 0 30px;
  }
  .reviews h2 {
    max-width: 100%;
    text-align: center;
    margin: 0 0 100px;
  }
  .reviews .slick-slider .slick-next,
  .reviews .slick-slider .slick-prev {
    width: 40px;
    height: 40px;
    top: -40px;
  }
  
  .reviews .slick-slider .slick-prev {
    left: calc(50% - 50px);
    right: auto;
  }
  .reviews .slick-slider .slick-next {
    right: calc(50% - 50px);
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .reviews .review-slide-inn .bottom-wrp img {
    max-width: 32px;
    }
    .reviews .review-slide-inn .top-wrp p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    }
  .reviews .slick-list {
    padding: 0;
  }
  .reviews .review-slide-inn {
    /* padding: 42px 15px 41px; */
    padding: 42px 30px 41px;
  }
  .reviews .review-slide {
    margin: 0 15px;
  }

  .post-list-sec h2 {
    margin-bottom: 100px;
  }
  .post-list-sec::before {
    height: 962px;
    top: 500px;
    left: -750px;
}
  .post-list-sec .latest-posts-wrapper {
    display: block;
  }
  .post-list-sec .slick-slider .slick-next,
  .post-list-sec .slick-slider .slick-prev {
    background: url("../images/Arrow-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0px;
    border: 2.18px solid #ffffff;
    padding: 12px 16px;
    border-radius: 50%;
    z-index: 12;
  }
  .post-list-sec .slick-slider .slick-next {
    right: calc(50% - 50px);
  }
  .post-list-sec .slick-slider .slick-prev {
    left: calc(50% - 50px);
    right: auto;
  }
  .post-list-sec button.slick-next.slick-arrow:hover,
  .post-list-sec button.slick-prev.slick-arrow:hover {
    background-color: var(--Red4);
    border: 2.18px solid var(--Red4);
    transition: all 0.3s linear;
  }
  .post-list-sec .read-more img,
  .post-list-sec .read-less img {
    display: inline !important;
  }
  .post-list-sec .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  /* .reviews .slick-dots li {
    height: 6px;
  }
  .post-list-sec .slick-dots li button:before,.reviews .slick-dots li button:before {
    border: 3px solid #7DADB6;
  } */
  .post-list-sec .slick-dots {
    /* margin-top: 30px; */
    position: unset;
  }
  .post-list-sec .red-btn {
    margin-top: 30px;
  }
  .post-list-sec .post-content h3 {
    font-size: 27px;
    line-height: 35px;
  }
  .post-list-sec .post-tag {
    margin: 22px 0 13px;
  }

  .cta .col-md-12 {
    max-width: 95%;
  }
  .cta .left-img-wrp .img-wrp {
    width: 320px;
  }
  .cta {
    padding-top: 130px;
    margin-bottom: -405px;
  }
  .cta .cards {
    padding: 25px 15px 39px;
  }

  .cta .left-img-wrp {
    margin-top: -140px;
  }

  .footer {
    padding: 495px 15px 20px;
  }
  footer .footer-row {
    row-gap: 30px;
    padding-top: 0;
    text-align: center;
    flex-direction: column;
    max-width: 100%;
  }
  .footer-wrp {
    padding-bottom: 25px;
  }
  .footer-column-1 img {
    margin: 0 auto 25px;
  }
  footer .footer-row h6 {
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  footer .footer-row .footer-column-2 h6{
    margin-bottom: 27px;
  }
  .footer-column-1 p {
    font-size: 15px;
    line-height: 32px;
  }
  .footer-row .contact {
    margin-bottom: 33px;
  }
  .footer-row .add {
    line-height: 43px;
    margin-bottom: 0;
  }
  .footer-column-3 a {
    font-size: 16px;
    line-height: 17px;
    max-width: 260px;
    margin-bottom: 0;
  }
  .footer-row .contact, .footer-row .mail{
    justify-content: center;
  }
  .footer-row2 {
    margin: 21px 0 0;
    max-width: 100%;
    justify-content: center;
    gap: 10px;
    column-gap: 0;
    column-gap: 83px;
  }
  .footer-row2 a,
  .footer-row2 p {
    font-size: 14px;
    line-height: 32px;
  }
  .footer-row2 .socials-icon .icons-wrp a {
    width: 35px;
    height: 30px;
  }
  .footer-row2 .socials-icon {
    gap: 20px;
    justify-content: center;
  }
  .footer-row2 > * {
    width: 100%;
  }
  .footer-row2 > a:nth-child(2),
  .footer-row2 > a:nth-child(3) {
    max-width: 50%;
    width: max-content;
  }
  .footer-row2 .socials {
    order: 0;
    margin-bottom: 10px;
  }
  .footer-row2 > a:nth-child(2) {
    order: 1;
  }
  .footer-row2 > a:nth-child(3) {
    order: 2;
  }
  .footer-row2 > a:nth-child(4) {
    order: 3;
  }
  .footer-row2 > p {
    order: 4;
  }
  /*landing page end*/

  /*inner pages*/
  header.main-header .btn-container.mobile{
    flex-direction: column;
    gap: 25px;
    padding: 25px 15px;
  }
  header.main-header .btn-container.mobile>a {
    width: 100%;
  }
  header.main-header .mean-nav .btn-container.mobile .white-btn::after {
    background: linear-gradient(90deg, #043F50 0%, rgba(66, 120, 126, 1) 100%);
  }
  .hero-home .btn-container {
    flex-direction: column;
    gap: 25px;
  }
  footer.main-footer .footer-column-1 {
    max-width: 100%;
  }
  footer.main-footer .footer-row {
    flex-direction: row;
    column-gap: 20px;
    row-gap: 40px;
  }
  footer.main-footer .footer-column-2, footer.main-footer .footer-column-3 {
    max-width: calc(50% - 10px);
    width: 100%;
  }
  footer.main-footer .footer-column-4 h6 {
    margin-bottom: 18px;
  }
  footer.main-footer .footer-column-4 a {
    font-size: 16px;
  }
  footer.main-footer .footer-column-4 .btm-cnt h6 {
    margin-bottom: 8px;
  }
  footer.main-footer .footer-column-4 .btm-cnt {
    margin-top: 40px;
  }
  footer.main-footer .footer-column-4 {
    max-width: 230px;
  }
  footer.main-footer iframe,.footer-column-1 .map img {
    margin: 51px auto 0;
    height: 108px;
    width: 162px;
  }
  footer .footer-row .col-in h6 {
    margin-bottom: 25px !important;
    margin-top: 10px;
  }
  .service-area-list {
    padding: 35px 0 30px;
  }
  .service-area-list h2 {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .service-area-list .map {
    border-width: 3px;
    margin-bottom: 40px;
  }
  .service-area-list iframe {
    height: 300px;
  }
  .service-area-list .lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  .service-area-list .lists .map-icon {
    height: 36px;
    width: 36px;
    min-width: 36px;
    margin-right: 10px;
  }
  .service-area-list .lists .city-name a {
    font-size: 18px;
    line-height: 21px;
  }
  .inner-hero {
    padding: 32px 0;
  }
  .inner-hero .cnt-wrp {
    border-width: 3px;
    padding: 12px;
  }
  .inner-hero .cnt-wrp .cnt {
    padding: 18px 15px;
  }
  .inner-hero .cnt-wrp span {
    font-size: 24px;
  }
  .inner-hero .cnt-wrp h1 {
    margin-bottom: 25px;
  }
  .inner-hero .top-wrp .red-btn {
    margin-top: 45px;
  }
  .inner-hero .bottom-wrp, .single-hero .rating-wrp {
    margin-top: 40px;
  }
  .inner-hero::before {
    height: 350px;
  }
  .inner-hero::after {
    top: 112px;
    height: calc(100% - 112px);
  }
  .inner-hero + .services:before {
    width: 635px;
    height: 654px;
    left: -295px;
    bottom: 33%;
  }
  .inner-hero.no-gradient + .service-area-list::before {
    height: 855px;
    bottom: auto;
    top: -400px;
    width: 600px;
  }
  .membership-sec:has(+.faq-section)::before {
    z-index: 1;
  }

  .single-hero {
    padding: 30px 0 36px;
  }
  .single-hero h1 {
    margin-bottom: 25px;
  }
  .single-hero p {
    margin-bottom: 40px;
  }
  .single-hero:before {
    height: 614px;
  }
  .single-page-content {
    padding: 20px 0 50px;
  }
  .single-page-content .back-to-parent, .single-blog .back-to-parent, .blog-lists-wrp .back-to-parent {
    margin: 0 0 40px 0;
  }
  .single-page-content .content-wrp h2, .single-blog .post-cnt h2 {
    line-height: 36px;
    font-size: 32px;
    margin-bottom: 20px;
    word-break: break-word;
  }
  .single-page-content .page-content p, .single-blog .post-cnt p {
    margin-bottom: 30px;
  }
  .single-page-content ol, .single-page-content ul, .single-blog ol, .single-blog ul {
    margin-bottom: 30px;
    padding-left: 23px;
  }
  .single-page-content .page-content img, .single-blog .post-cnt img {
    margin-bottom: 20px;
    max-width: 100%;
    min-height: 240px;
  }
  .single-page-content .single-video video, .single-blog figure.wp-block-video video {
    min-height: 240px;
  }
  .single-page-content .single-video:before, .single-blog figure.wp-block-video:before {
    background-size: 42px;
  }
  .single-page-content h4, .single-blog h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .single-page-content blockquote, .single-page-content .contact, .single-blog blockquote, .single-blog .contact {
    max-width: 100%;
    border-width: 3px;
    padding: 12px;
  }
  .single-page-content blockquote, .single-blog blockquote{
    margin-bottom: 30px;
  }
  blockquote h3 {
    font-size: 26px;
    line-height: 28px;
    padding: 53px 14px 21px;
  }
  blockquote h3::before {
    top: 20px;
    left: 15px;
    background-size: 30px;
    width: 30px;
    height: 24px;
  }
  .single-page-content .contact, .single-blog .contact {
    margin: 50px 0 ;
  }
  .single-page-content .contact .contact-wrp, .single-blog .contact .contact-wrp {
    padding: 19px 14px;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .single-page-content .contact .contact-wrp h3, .single-blog .contact .contact-wrp h3 {
    font-size: 26px;
    line-height: 28px;
  }
  .sidebar-wrp .services-sidebar, .sidebar-wrp .resources-sidebar {
    padding: 34px 24px;
  }
  .sidebar-wrp .services-sidebar {
    margin-bottom: 50px;
  }
  .sidebar-wrp .services-sidebar h3, .sidebar-wrp .resources-sidebar h3 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
    max-width: 60%;
  }
  .sidebar-wrp .service a, .resources-sidebar .resource a {
    font-size: 22px;
    line-height: 28px;
  }



  /* blog-page */
  .intro-banner:has(.img-container) {
    padding: 60px 0;
  }
  .blog-list-sec {
    padding: 60px 0 35px;
  }
  .blog-list-sec .ftr-post h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  .blog-list-sec .ftr-post .post-wrp {
    gap: 20px;
  }
  .blog-list-sec .ftr-post .post-wrp .img-wrp img {
    min-height: 242px;
    height: auto;
    object-position: center;
    border-width: 3px;
  }
  .blog-list-sec .post-wrp .cnt-text {
    margin-bottom: 20px;
  }
  .blog-list-sec .post-wrp .cnt-wrp h3 {
    font-size: 26px;
  }
  .blog-list-sec .post-wrp .cnt-wrp p {
    margin: 0 0 20px 0;
  }
  .blog-list-sec .ftr-post .post-wrp .red-btn {
    min-width: 100% !important;
  }
  .category-wrp .dropdown-arp {
    flex-direction: column;
    gap: 28px;
    max-width: 100%;
    align-items: flex-start;
    width: 100%;
  }
  .category-wrp .category-dropdown,
  .category-wrp .sort-dropdown {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .category-wrp {
    gap: 30px;
    padding: 35px 0 40px;
  }
  .category-wrp h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .category-wrp select {
    width: 100%;
    background-color: transparent !important;
  }
  .category-wrp select option {
    background-color: var(--Blue1);
  }
  .posts-row .blog-lists {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .posts-row .blog-lists .post-wrp .img-wrp {
    border-width: 3px;
  }
  .posts-row .blog-lists .cnt-wrp h3 {
    margin: 20px 0;
    -webkit-line-clamp: 4;
  }
  .posts-row .blog-lists .cnt-wrp .cnt-text {
    margin-bottom: 20px;
  }
  .blog-list-sec .navigation ul {
    margin-top: 40px;
  }
  /* blog-page end */
  
  
  /* review-page */
  .review-list{
    padding-bottom: 25px;
  }
  .reviews-wrp {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .intro-banner .img-container:after {
    width: 599px;
    height: 576px;
    top: -37px;
  }
  .review-list .row:before {
    top: 570px;
  }
  .testimonial {
    padding: 41px 15px;
    row-gap: 20px;
  }
  .testimonial .bottom-wrp h3 {
    font-size: 28px;
  }
  .testimonial .top-wrp img {
    max-width: 157px;
  }
  .testimonial .top-wrp h6 {
    line-height: 32px;
  }
  .review-list .btn-container {
    margin-top: 40px;
  }
  .review-list .btn-container .red-btn {
    min-width: 100%;
  }
  /* review-page end */
  
  /* contact-page */
  .intro-banner:has(+ .form-with-content):before {
    right: -743px;
  }
  .intro-banner:has(+ .form-with-content) {
    padding: 60px 0 44px;
  }
  .form-with-content {
    padding-bottom: 30px;
  }
  .form-with-content .left-wrp h2 {
    margin-bottom: 20px;
  }
  .form-with-content .left-wrp > p {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .form-with-content .contact-content p {
    margin-bottom: 32px;
  }
  .form-with-content .right-wrp .right-wrp-inn {
    padding: 30px 14px;
  }
  .form-with-content .right-wrp .right-wrp-inn h3 {
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .form-with-content .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 20px !important;
  }
  .form-with-content label.gfield_label.gform-field-label {
    font-size: 22px;
    line-height: 29px;
    margin-top: 0;
    margin-right: 6px;
  }
  .form-with-content .gform_wrapper.gravity-theme .gform_footer{
    margin-top: 40px !important;
  }
  .offer-cards .promo-list-wrp .promo-wrp {
    margin: 0px 3px;
    padding: 12px;
  }
  .offer-cards .promo-list-wrp .promo-wrp .promo-wrp-in {
    padding: 40px 12px 30px;
  }
  .offer-cards .promo-wrp-in > img {
    margin-bottom: 25px;
  }
  .offer-cards .promo-wrp-in h2 {
    font-size: 52px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .offer-cards .promo-wrp-in h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .offer-cards .promo-wrp-in p {
    font-size: 18px;
    line-height: 28px;
    max-width: 99%;
    margin: 0 auto;
  }
  .offer-cards .promo-wrp-in .promo-bottom-wrp .call-button {
    margin: 30px 0 20px;
  }
  .offer-cards .promo-wrp-in .promo-bottom-wrp .red-btn {
    min-width: 100%;
  }
  .offer-cards h2 {
    margin-bottom: 90px;
  }
  .offer-cards .slick-slider .slick-next, .offer-cards .slick-slider .slick-prev {
    background: url('../images/Arrow-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px !important;
    position: absolute;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -60px;
    right: 0px;
    border: 2.18px solid #FFFFFF;
    border-radius: 50%;
    z-index: 12;
  }
  .offer-cards .slick-slider .slick-prev {
    transform: rotateY(-180deg) translate(0,-50%);
    left: calc(50% - 50px);
    right: auto;
  }
  .offer-cards .slick-slider .slick-next, .offer-cards .slick-slider .slick-prev {
    width: 40px;
    height: 40px;
    top: -45px;
  }
  .offer-cards .slick-slider .slick-next {
    right: calc(50% - 50px);
  }
  .offer-cards button.slick-next.slick-arrow:hover, .offer-cards button.slick-prev.slick-arrow:hover {
    background-color: var(--Red4);
    border: 2.18px solid var(--Red4);
    transition: all 0.3s linear;
  }
  /* contact-page end */

  /* blog single start */
  .single-blog-banner {
    padding: 155px 0;
  }
  .single-blog-banner .section-name {
    margin-bottom: 0 !important;
  }
  .single-blog-banner .blog-banner h1 {
    margin-bottom: 30px;
  }
  .single-blog-banner .blog-banner h5 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .meta_social_btns {
    gap: 19px;
  }
  .single-blog-banner .blog-banner .red-btn {
    margin-top: 41px;
  }
  .single-blog {
    padding: 20px 0 50px;
  }
  /* blog single end */

  /* about-us page */
  .intro-banner:has(p) {
    padding: 40px 0 29px;
  }
  .image-slider-wrp .image-wrp {
    height: 310px;
  }
  .image-slider-wrp .slick-prev,
  .image-slider-wrp .slick-next {
    width: 40px;
    height: 40px;
  }
  .image-slider-wrp .slick-next {
    right: 15px;
  }
  .image-slider-wrp .slick-prev {
    left: 15px;
  }
  .image-slider-wrp .slick-dots li {
    width: 23px;
  }
  .image-slider-wrp .slick-dots li button:before {
    width: 23px;
  }
  .intro-banner p {
    margin-top: 20px;
  }
  .image-with-content .img-wrp img {
    border-width: 3px;
  }
  .image-with-content .cnt-wrp h2 {
    margin: 30px 0 15px;
  }
  .image-with-content .row {
    row-gap: 50px;
  }
  .values-wrp .values {
    row-gap: 30px;
  }
  .values-wrp .values-inn h2 {
    margin-bottom: 30px;
  }
  .values-wrp .value {
    max-width: 100%;
    row-gap: 15px;
  }
  .values-wrp {
    padding: 11px;
    border: 4px solid transparent;
  }
  .values-wrp .values-inn {
    padding: 37px 14px;
  }
  .values-wrp .value h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .values-wrp .value p {
    font-size: 18px;
    line-height: 22px;
  }
  .team-sec {
    padding: 40px 0 0px;
  }
  .team-sec-2 {
    padding: 60px 0;
  }
  .team-sec h2 {
    margin-bottom: 30px;
  }
  .team-sec .team-wrp .team-detail-modal {
    width: calc((100% - 20px) / 2);
    height: 100%;
  }
  .team-sec .team-item {
    border-color: #47b5af;
    border-width: 3px;
  }
  .team-sec .team-content-wrp h4 {
    font-size: 20px;
  }
  .team-content-wrp p {
    font-size: 16px;
    line-height: 32px;
  }
  .team-sec .team-wrp {
    column-gap: 14px;
    row-gap: 20px;
  }
  .team-sec .team-content-wrp {
    padding: 10px 0;
  }
  .modal-dialog .modal-content {
    padding-bottom: 20px;
  }
  .modal-dialog .modal-body {
    padding: 60px 15px 22px;
  }
  .modal-dialog .left-pop {
    max-width: 100%;
  }
  .modal-dialog .right-pop {
    padding: 20px 0 0;
    max-width: 100%;
  }
  .modal-dialog .btn-close {
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
  }
  .modal-dialog .btn-close::before {
    background-size: contain;
  }
  .modal-dialog .left-pop .image-wrp img {
    min-height: 337px;
  }
  .team-cont h4 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 11px;
  }
  .team-cont h6 {
    margin-bottom: 15px;
  }
  /* about-us page end */
  /* membership page */
  .special-banner-sec .heading-wrp {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .special-banner-sec .heading-wrp .price {
    min-width: 220px;
    min-height: 220px;
    margin-bottom: 30px;
  }
  .special-banner-sec .heading-wrp h1 {
    margin-bottom: 20px;
    margin-top: 16px;
    text-align: center;
  }
  .special-banner-sec .price p {
    font-size: 75px;
    margin-bottom: 0;
  }
  .special-banner-sec .price span {
    font-size: 20px;
    max-width: 80px;
  }
  .special-banner-sec .img-wrp {
    height: 310px;
  }
  .fullwidth-content-sec {
    padding-top: 50px;
  }
  .fullwidth-content-sec h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .benefits-sec {
    padding: 30px 0;
  }
  .benefits-sec .features-list.show {
    display: block;
  }
  .benefits-sec h2 {
    margin-bottom: 30px;
  }
  .benefits-sec .features-list.desktop {
    /* display: none; */
     margin-bottom: 40px;
     row-gap: 20px;
  }
  .benefits-sec .dropdown {
    display: none;
  }
  .benefits-sec .features-list .feature-item{
    max-width: 100%;
  }
  .benefits-sec h5 {
    font-size: 14px;
    line-height: 23px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
  }
  .benefits-sec h5:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 14px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 20%;
    right: -25px;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .benefits-sec .dropdown-menu {
    width: 100%;
    text-align: center;
    transform: none !important;
  }
  .benefits-sec .dropdown-menu h6 {
    color: var(--Blue1);
  }
  /* membership page end */

  /* financing page */
  .intro-banner {
    padding: 40px 0;
  }
  .image-slider-wrp .single-img-wrp {
    height: 310px;
  }
  .financing-options-sec .options-wrp {
    column-gap: 0;
    row-gap: 40px;
  }
  .financing-options-sec .options-wrp .options {
    max-width: 100%;
    padding: 47px 11px;
    border: 4px solid transparent;
  }

  .financing-options-sec .options-inn > img {
    max-width: 330px;
  }
  .financing-options-sec .options-inn h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 30px 0 35px;
  }
  .financing-options-sec .feature .des-wrp h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .financing-options-sec .feature .des-wrp p {
    font-size: 18px;
    line-height: 22px;
  }
  .financing-options-sec .red-btn {
    min-width: 100%;
  }
  .financing-options-sec .feature {
    column-gap: 17px;
  }
  .financing-options-sec .features-wrp {
    margin-bottom: 40px;
    gap: 20px;
  }
  .financing-options-sec .btn-container {
    width: 100%;
  }
  /* financing page end */

  /*careers start*/
  .job-openings-sec {
    padding: 40px 0 30px;
  } 
  .job-openings-sec h2 {
    margin-bottom: 30px;
    padding: 14px 10px 20px;
  } 
  .job-openings-sec .job-openings-wrp h3 {
    padding: 19px 15px;
  }
  .job-openings-sec .job-openings-wrp:not(:last-child) {
    margin-bottom: 20px;
  }
  .job-openings-sec .job-openings-wrp h3 {
    font-size: 26px;
    line-height: 22px;
  }
  .job-openings-sec .job-openings-wrp h3:after {
    right: 15px;
    top: 24px;
  }
  .job-openings-sec .job-openings-content {
    max-width: 100%;
    /* padding: 30px 0 19px; */
    padding: 0 15px 38px;
  }
  .job-openings-sec .job-openings-wrp .job-content h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .job-openings-sec .job-openings-wrp .job-content p {
    margin-bottom: 30px;
  }
  .form {
    padding: 30px 0 60px;
  }
  .form .form-wrp {
    border-width: 3px;
    padding: 12px;
  }
  .form .form-wrp .form-wrp-inn {
    padding: 29px 14px 33px;
  }
  .form .form-wrp .form-wrp-inn h2 {
    margin-bottom: 30px;
  }
  .form .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
  .form .gform_wrapper.gravity-theme .gform_fields {
    column-gap: 20px !important;
    row-gap: 20px !important;
  }
  .form .ginput_container .datepicker {
    background-position: right 10px center !important;
  }
  .form .gform_wrapper.gravity-theme .gform_footer {
    margin: 40px auto 0 !important;
  }
  .fullwidth-content-sec:has(+ .image-with-content) {
    padding-top: 90px;
  }
  .fullwidth-content-sec + .image-with-content {
    padding-top: 42px;
  }
  .fullwidth-content-sec::before {
    left: -308px;
    height: 754px;
    top: -180px;
	}
	.image-with-content:after {
    bottom: -50px;
	}
  /*careers end*/
  .inner-hero.no-gradient::before{
    display: block;
    opacity: 0.5;
  }
  .reviews .red-btn {
    min-width: 100%;
  }
  /* markup points changes */
  .form-with-content .row {
      flex-direction: column-reverse;
  }
  .form-with-content .right-wrp {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .posts-row .blog-lists .post-wrp .img-wrp img{
    height: 247px;
  }



}

/*767px end*/


@media (max-width: 576px){
  header .top-header .th-left img {
    max-width: 155px;
  }
  .services .services-wrapper .services-box {
    /* max-width: 293px; */
  }
}

@media (max-width: 389px){
    h2, .h2 {
        font-size: 38px;
        line-height: 42px;
    }
    h3, .h3 {
        font-size: 24px;
        line-height: 24px;
    }
    h5, .h5 {
        font-size: 24px;
        line-height: 22px;
    }
    p {
        font-size: 16px;
        line-height: 28px;
    }
    .red-btn, .gform_button {
        min-width: 100%;
        max-width: 300px;
    }
    .red-btn{
        padding: 6px 14px;
        font-size: 12px;
        line-height: 24px;
    }
    .services .services-heading h3 {
        line-height: 0.9;
    }
    .membership-sec .membership-header h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 0;
    }
    .membership-sec .price {
        min-width: 100px;
        min-height: 100px;
    }
    .membership-sec .price p {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .membership-sec .price span {
        font-size: 12px;
        line-height: 12px;
    }
    .membership-sec .membership-wrp {
        padding: 30px 10px 35px;
    }
    .area-list .city-name p {
        font-size: 16px;
        line-height: 17px;
    }
    .area-list .map-icon {
        padding: 6px 9px 6px;
    }
    .reviews h2 {
        max-width: 90%;
        text-align: center;
        word-break: break-word;
        margin: 0 auto 100px;
    }
    .cta .left-img-wrp .img-wrp {
        width: 300px;
    }
    .services .sevcices-head:before {
        left: -30px;
        bottom: -15px;
    }
    .services .sevcices-head:after {
        right: -30px;
        bottom: -15px;
    }
    .post-list-sec .slick-dots {
        margin-top: 0px;
    }
    .post-list-sec .post-content img {
        margin-left: 5px;
    }
    .reviews .cnt {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .services .services-wrapper .services-box {
      /* max-width: 280px; */
    }
}

@media screen and (max-width: 782px) {
  .logged-in #main__header {
    top: 46px;
  }

  html #wpadminbar {
    position: fixed;
  }
}
@media (max-width: 1199px) {
  .opennav .mean-nav #menu-main-menu {
    display: flex !important;
  }
}
