/* 19/12/2025 */

@import url('assets/fonts/Montserrat/stylesheet.css');

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

body{
     font-family: 'Montserrat', sans-serif;
}

.new-announcement-bar {
    background: linear-gradient(90deg,rgba(119, 173, 14, 1) 0%, rgba(219, 135, 35, 1) 50%, rgba(119, 173, 14, 1) 100%);
    color: #fff;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    z-index: 1;
}

.new-header-logo a, .new-header-logo img {
    max-height: 81px !important;
    object-fit: contain;
}

.new-announcement-inner {
    max-width: 1350px !important;
    margin: 0 auto;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-announcement-inner .new-announcement-left {
    display: flex;
    gap: 18px;
}

.new-announcement-left i {
    font-size: 25px;
}


.fa-phone:before {
    content: "\f095";
    color: #77AD0E;
    background: #fff;
    border-radius: 50px;
    padding: 7px;
}

.new-announcement-bar a {
  color: #fff;
  text-decoration: none;
  /*margin-right: 10px;*/
  font-size: 20px;
  font-weight: bold;
}

/*.new-announcement-left a {
  margin-right: 12px;
}*/

.new-announcement-center {
    font-size: 17;
    font-weight: bold;
}

.new-announcement-center i {
    font-size: 23px;
}

.new-announcement-center i,
.new-announcement-right i {
  margin-right: 6px;
}

/* 05-01-2025 */

.feel-free-btn {
    margin-right: 20px !important;
}

.hom2-rates-box-wrap button.slick-next {
    right: 24px;
    z-index: 9;
}

.hom2-rates-box-wrap button.slick-prev {
    left: 8px;
    color: #000 !important;
    z-index: 9;
}

.slick-prev:before {
    color: #79b411 !important;
    font-size: 38px !important;
    opacity: unset !important;
}

.hom2-rates-box-wrap .slick-next:before {
    color: #79b411 !important;
    font-size: 38px;
    opacity: unset !important;
}


@media (max-width: 768px) {
  .new-announcement-inner {
flex-direction: row;
        text-align: center;
        gap: 12px;
        flex-wrap: wrap;
  }
  .new-announcement-inner .new-announcement-left {
    flex: 0 0 48%;
    max-width: 48%;
    order: 1;
}

.new-announcement-inner .new-announcement-right {
    flex: 0 0 48%;
    max-width: 48%;
    order: 2;
}

.new-announcement-inner .new-announcement-center {
    order: 3;
}
}

/* header menu */

/* Container and header */
.new-site-header {
  background-color: #fff;
  /* border-bottom: 1px solid #e5e5e5; */
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
  position: relative;
  width: 100%;
  z-index: 1000;
}

.new-header-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* Logo */
.new-header-logo a,
.new-header-logo img {
  display: block;
  max-height: 50px;
  height: auto;
}

.new-header-logo a {
  font-weight: 700;
  font-size: 24px;
  color: #333;
  text-decoration: none;
}

/* Navigation Menu */
.new-header-menu {
  flex: 1;
  /*margin-left: 50px;*/
}

.header-new-menu-2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 38px;
    justify-content: center;
}

.new-header-menu {
    flex: 1;
    /* margin-left: 50px; */
    max-width: 760px;
}

.header-new-menu-2 li a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    transition: color 0.3s ease;
    line-height: normal;
}

.new-header-menu ul li a.nav-link:hover {
    color: #7fb800;
    font-weight: 700;
    transform: unset;
}

.new-banner-section .container {
    margin: unset;
}

/* CTA Button */
.new-header-cta a {
    background-color: #7fb800;
    color: #fff;
    padding: 9px 18px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease;
    /* animation: zoomInOut 4s ease-in-out infinite; */
    display: block;
}

.new-header-cta a:hover {
  background-color: #000000;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .new-header-container {
    flex-wrap: wrap;
    padding: 14px 15px;
  }
  .new-header-menu {
    margin: 15px 0;
    width: 100%;
  }
  .header-new-menu-2 {
    justify-content: center;
    gap: 25px;
  }
  .new-header-cta {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

/* new banner design */

.new-banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 745px;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* z-index: -1; */
    top: 0px;
}

/* Green angled overlay */
.new-banner-section::before {
content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    z-index: 1;
    background: url(https://www.newlifenewheights.com/wp-content/uploads/2025/12/bannereffect.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.new-banner-section .container {
    position: relative;
    z-index: 2;
}

.new_banner_text {
    max-width: 507px;
    padding-left: 61px;
}

.new_banner_text h2 {
    font-size: 72px;
    font-weight: 800;
    color: #ffffff;
    line-height: 75px;
    margin-bottom: 25px;
}

.new-banner-btn {
    display: inline-block;
    background: #ffffff;
    color: #89bf00;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.new-banner-btn:hover {
    background: #000000;
    color: #fff;
}


/* Feel Free Section */

.feel-free-section-main {
    background: #ffffff;
    padding: 14px 0 10px;
    box-shadow: 0 0 100px rgb(0 45 113 / 24%); 
}

.feel-free-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.feel-free-section h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    color: #89bf00;
    text-transform: uppercase;
    /* letter-spacing: 0.5px; */
}

/* Button style */
.feel-free-btn {
    background: #89bf00;
    color: #ffffff;
    padding: 6px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    text-transform: uppercase;
    animation: zoomInOut 2s ease-in-out infinite;
}

.feel-free-btn:hover {
    background: #000000;
    color: #ffffff;
}

/* 22-12-2025 */
/* Home About Section */
.home_about {
    display: flex;
    align-items: center;
    /* gap: 60px; */
    justify-content: center;
}

.home_about_left {
    width: 40%;
}

.home_about_left h3 {
    font-size: 18px;
    font-weight: 800;
    /* letter-spacing: 1px; */
    margin-bottom: 14px;
    text-transform: uppercase;
}

.home_about_left h2 {
    font-size: 72px;
    font-weight: 800;
    color: #7bbf1c;
    margin-bottom: 0px;
    line-height: 65px;
}

.about_desc p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 500;
}

.about_btn {
    display: inline-block;
    background: #7bbf1c;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
a{
    text-decoration: unset !important;
}

/* RIGHT SIDE */
.home_about_rights {
    width: 50%;
    position: relative;
}

/* Badge */
.about_img_txt_num {
    position: absolute;
    top: -44px;
    left: 0px;
    transform: translateX(-50%);
    background: url('https://www.newlifenewheights.com/wp-content/uploads/2025/12/Star-1.png');
    color: #fff;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s all;
    animation: zoomInOut 2s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.home_about_us_main {
    padding-top: 110px;
    padding-bottom: 110px;
}

.about_img_number {
    font-size: 53px;
    font-weight: 800;
    line-height: 1;
}

.about_img_txt {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 27px;
    padding-right: 27px;
    line-height: 20px;
}

/* Images */
.home_about_image_1 img,
.home_about_image_2 img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.home_about_image_1 img {
    height: 400px;
    object-fit: contain;
    position: relative;
    top: -10px;
    right: -20px;
}

.home_about_image_2 img {
height: 450px;
    object-fit: contain;
}

.about_btn:hover {
    background: #000000;
}

.home_about_image_1 {
    width: 65%;
}

.home_about_image_2 {
width: 55%;
    position: absolute;
    right: 0;
    bottom: -17px;
    border-radius: 25px;
    z-index: -1;
}

/* Footer Section */
.home-new2-site-footer {
    background: linear-gradient(90deg, #FF7A2A 0%, #77AD0E 100%);
    color: #ffffff;
    padding: 70px 0 40px;
}

.home-new2-container {
    max-width: 1350px;
    margin: auto;
    padding: 0 15px;
}

.home-new2-footer-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.home-new2-footer-col {
    font-size: 15px;
}

.home-new2-footer-title {
font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: normal;
}

/* Footer Menu */
.home-new2-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-new2-footer-menu li {
    margin-bottom: 10px;
}

.home-new2-footer-menu li a, .home-new2-footer-contact li {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
    padding-left: 0;
    font-weight: 500;
}

.home-new2-footer-menu li a:hover {
    color: #fff;
}

/* Contact Info */
.home-new2-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-new2-footer-contact li {
    margin-bottom: 12px;
}

.home-new2-footer-contact a {
    color: #ffffff;
}

/* Social Icons */
.home-new2-footer-social {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.home-new2-footer-social a {
    width: 40px;
    height: 40px;
    background: #1e293b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
    top: 0;
    text-decoration: unset;
}

.home-new2-footer-social a:hover {
    background: #7bbf1c;
    top: -5px;
}

.home-new2-legal-title {
    margin-top: 20px;
}

.home-new2-service-box {
    height: auto;
}

.hom2-faq-section h2.hom2-faq-heading {
    color: #fff;
    font-size: 60px;
    line-height: normal;
    margin-bottom: 36px;
    font-weight: 800;
}

.hom2-faq-section .hom2-faq-wrapper .hom2-faq-item {
    margin-bottom: 22px;
    border-bottom: 1px solid hsl(0deg 0% 100% / 40%);
    padding-bottom: 22px;
}

.hom2-faq-section .hom2-faq-wrapper .hom2-faq-item .hom2-faq-question {
    display: flex;
    justify-content: space-between;
}

.hom2-faq-section .hom2-faq-wrapper .hom2-faq-item .hom2-faq-question h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.hom2-faq-section .hom2-faq-wrapper .hom2-faq-item .hom2-faq-answer p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.hom2-faq-section .hom2-faq-wrapper .hom2-faq-item .hom2-faq-question span.hom2-faq-icon {
    color: #fff;
    font-size: 30px;
}

.hom2-faq-section .hom2-faq-wrapper .hom2-faq-item:last-child {
    border: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}
.container.quic_cont_sec {
    background: #77AD0E;
    border-radius: 20px;
    padding: 40px 60px;
}
.hom2-quick-contact-section1 {
    margin-bottom: 60px;
}



/* Home Services Section */

.home-new2-services-section {
background-size: cover;
    background-position: center;
    padding: 60px 0 50px;
    border-radius: 25px;
    color: #fff;
    position: relative;
    font-family: 'Poppins', sans-serif;
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    width: 96%;
    height: 100% !important;
    background-position: top;
    background-image: url(https://www.newlifenewheights.com/wp-content/uploads/2026/01/bgggggg.png) !important;
}

/* .home-new2-services-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #7fb800;
    width: 100%;
    height: 100%;
    border-radius: 50px;
} */

.container {
    max-width: 1350px;
    padding: 0 15px;
    margin: auto;
}

.home-new2-services-content {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.home-new2-services-badge {
    position: absolute;
    top: 0;
    left: 30px;
    background: #fff;
    color: #7bbf1c;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50% / 25%;
    padding: 12px 20px;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgba(123,191,28,0.6);
    white-space: nowrap;
}

.home-new2-services-subheading {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #7fb800;
    text-transform: uppercase;
    position: relative;
    width: 150px;
    /* margin-left: 120px; */
}

.home-new2-services-subheading:before {
  content: " ";
  position: absolute;
  display: block;
  width: 176px;
  height: 176px;
  top: -65px;
  left: 79px;
  background-image: url("https://www.newlifenewheights.com/wp-content/uploads/2026/01/Star-2.png");

  /* background: url("https://www.newlifenewheights.com/wp-content/uploads/2026/01/Star-2.png"); */
  background-repeat: no-repeat;
  background-size: contain;

 /* background: url("https://www.newlifenewheights.com/wp-content/uploads/2026/01/Star-2.png")
              no-repeat center / contain; */

  filter: drop-shadow(0 0 20px rgba(0,0,0,0.3));
}

.home-new2-services-subheading {
  position: relative;
}

.services-star-img {
  position: absolute;
  top: -65px;
  left: 79px;
  width: 176px;
  height: 176px;
  pointer-events: none;
  filter: drop-shadow(0 0 20px rgba(0,0,0,0.3));
}



.home-new2-services-heading {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 18px;
}

.home-new2-services-description p {
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
}

.home-new2-services-description {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 1067px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.home-new2-services-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* .home-new2-service-box {
    background: rgba(0,0,0,0.15);
    border-radius: 15px;
    width: 320px;
    padding-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.home-new2-service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
} */

.home-new2-service-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.home-new2-service-title {
    font-weight: 800;
    font-size: 20px;
    margin: 12px 0 8px;
    color: #fff;
}

.home-new2-services-description-2 p {
font-size: 26px;
    color: #E6E6E6;
    font-style: italic;
    font-weight: 600;
    text-shadow: 0 4px 4px rgb(0 0 0 / 27%);
    margin-top: 70px;
}

.home-new2-service-readmore {
    display: inline-block;
    background: #fff;
    color: #7bbf1c;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 15px;
    text-transform: uppercase;
}

.home-new2-service-readmore:hover {
    background: #000000;
    color: #fff;
}

.home-new2-services-description-2 {
    margin-top: 40px;
    font-style: italic;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    color: #e0f3c5;
}

.home-new2-service-box {
    height: auto !important;
}

/* Responsive */
@media (max-width: 991px) {
    .home-new2-services-row {
        flex-wrap: wrap;
        gap: 20px;
    }

    .home-new2-service-box {
        width: 48%;
    }
}

@media (max-width: 575px) {
    .home-new2-services-row {
        flex-direction: column;
        gap: 25px;
    }

    .home-new2-service-box {
        width: 100%;
    }

    .home-new2-services-badge {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        transform: none;
    }
}

/* Specialties Section */
/* ===== My Specialties Section ===== */
.home-new2-specialties-section {
    padding: 70px 0;
    background: #ffffff;
}

.home-new2-specialties-heading, .hom2-expert-guidance-section h2.hom2-section-title {
    font-size: 50px;
    font-weight: 800;
    line-height: normal;
    color: #77AD0E;
}
.home-new2-specialties-heading{
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

/* Grid Layout */
.home-new2-specialties-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 50px;
}

/* Column */
.home-new2-specialties-col {
    width: 100%;
}

/* Green Titles */
.home-new2-specialties-title {
color: #77AD0E;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: normal;
}

/* List */
.home-new2-specialties-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-new2-specialties-list li {
position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    font-weight: 600;
}

/* Check Icon */
.home-new2-specialties-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: 700;
}

.contact_2_new_main h2 {
    font-size: 48px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 38px;
}

.contact_2_new_main .cont_2_new > div > p {
    max-width: 850px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 18px;
    color: #000;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .home-new2-specialties-row {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .home-new2-specialties-title {
        font-size: 24px;
    }
}

/* Expert Guidance Section */

/* ===============================
   Expert Guidance – Home 2
================================ */

.hom2-expert-guidance-section {
  padding: 80px 0;
  background-color: #ffffff;
  text-align: center;
}

/* Heading */
.hom2-section-title {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 12px;
}

/* Subheading */
.hom2-section-subtitle {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
}

/* Grid – 3 columns */
.hom2-expert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Item box */
.hom2-expert-box {
  text-align: center;
    transition: 0.5s all;
    border-bottom: 1px solid #fff;
    padding: 15px;
    border-radius: 20px;
    top: 0;
    position: relative;
}

.hom2-expert-box:hover {
    border-bottom: 1px solid #7cb518;
    box-shadow: 0 0 50px #f4f4f4;
    top: -10px;
}

/* Number style */
.hom2-expert-number {
  display: block;
  margin-bottom: 18px;
  font-size: 60px;
  font-weight: 700;
  color: #14A801;
  line-height: 50px;
  /* color: transparent;
  -webkit-text-stroke: 2px #f5a623;
  text-stroke: 2px #f5a623; */
}

/* Title */
.hom2-expert-box h4 {
  font-size: 20px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 10px;
}

/* Description */
.hom2-expert-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    max-width: 100%;
    margin: 0 auto;
}

/* 23/12/2025 */
/* Free Consultation */
.hom2-free-consultation-bar {
background: #ffffff;
    border-bottom: unset;
    padding: 50px 0 26px;
}

.hom2-container {
    max-width: 1320px;
    margin: auto;
    padding: 70px 50px;
}

.hom2-faq-section {
    max-width: 1320px;
    margin: auto;
    background: #14A801;
    border-radius: 30px;
    width: 98%;
}

.hom2-consultation-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.hom2-consultation-text {
font-size: 40px;
    color: #252525;
}

.hom2-consultation-text span {
    font-weight: 300;
    /* margin-right: 6px; */
}

.hom2-consultation-text strong {
    font-weight: 700;
}

.hom2-consultation-btn {
background: #7CB518;
    color: #fff;
    padding: 15px 30px;
    border-radius: 55px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s ease;
    text-transform: uppercase;
    position: relative;
    top: 0;
}

.hom2-consultation-btn:hover {
    background: #000;
    top: -5px;
    color: #fff;
}


/* Customer Say Section */
.hom2-customer-say-section {
    padding: 80px 0;
    background: #fff;
}

.hom2-section-heading {
    text-align: center;
    color: #7CB518;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.hom2-customer-say-wrap {
    display: flex;
    align-items: center;
    gap: 120px;
}

.hom2-customer-say-content {
    flex: 1;
}

.hom2-quote-box {
    background: url(https://www.newlifenewheights.com/wp-content/uploads/2025/12/textbg-1.png);
    border-radius: 30px;
    padding: 75px 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.hom2-quote-box::before,
.hom2-quote-box::after {
    position: absolute;
    width: 50px;
    height: 50px;
}

.hom2-quote-box::before {
    top: 15px;
    left: 20px;
    content: "";
    background: url(https://www.newlifenewheights.com/wp-content/uploads/2025/12/lefttext.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.hom2-quote-box::after {
    bottom: 15px;
    right: 20px;
    content: "";
    background: url(https://www.newlifenewheights.com/wp-content/uploads/2025/12/lefttext.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.hom2-quote-title {
    color: #7CB518;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}

.hom2-quote-desc {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.hom2-customer-name {
    font-weight: 600;
    color: #7CB518;
}
.hom2-customer-name {
    font-weight: 800;
    color: #7CB518;
    font-size: 20px;
}

.hom2-read-more-btn {
    display: inline-block;
    margin-top: 25px;
    background: #7CB518;
    color: #fff;
    padding: 10px 26px;
    border-radius: 25px;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 600;
}

.hom2-read-more-btn:hover {
    background: #689f13;
}

.hom2-customer-image {
flex: 0 0 38%;
    text-align: center;
    max-width: 38%;
}

.hom2-customer-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/* Why Choose Us */
.hom2-why-choose-section {
    padding: 90px 0;
    background: #ffffff;
}

.hom2-why-choose-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1080px;
    margin: auto;
}

.hom2-why-choose-image {
    flex: 1;
}

.hom2-why-choose-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.hom2-why-choose-content {
    flex: 1;
}

.hom2-why-choose-heading {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hom2-why-choose-heading span {
    color: #7CB518;
}

.hom2-why-choose-desc {
font-size: 18px;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
}



/* Rates Insurance */
.hom2-rates-section {
    background: #79b411;
    padding: 90px 0;
    text-align: center;
}

.hom2-rates-heading {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hom2-rates-desc {
color: #f1ffe2;
    max-width: 900px;
    margin: 0 auto 60px;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 500;
}

.hom2-rates-box-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.hom2-rates-box {
    background: url(https://www.newlifenewheights.com/wp-content/uploads/2025/12/rateframe.png);
    border-radius: 25px;
    padding: 35px 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto !important;
    position: relative;
    top: 0px;
    transition: 0.5s all;
}
.hom2-rates-box:hover {
    top: -10px;
}

.hom2-rates-box h3 {
    color: #79b411;
    font-size: 20px;
    margin-bottom: 15px;
}

.hom2-rates-box p {
    font-size: 13px;
    line-height: 1.7;
    color: #000;
    font-weight: 500;
    height: 156px;
}

.hom2-rate-circle {
    width: 130px;
    height: 130px;
    background: #79b411;
    color: #fff;
    border-radius: 50%;
    margin: 25px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hom2-rate-start {
    font-size: 12px;
}

.hom2-rate-circle strong {
    font-size: 28px;
    font-weight: 700;
}

.hom2-rate-circle small {
    font-size: 12px;
}

.hom2-rates-btn {
    display: inline-block;
    background: #79b411;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
}

.hom2-rates-btn:hover {
    background: #5f900d;
}


/* Insurance Second Section */

.hom2-insurance-second-section {
    /* padding: 90px 0; */
    background: #fff;
}

.hom2-insurance-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hom2-insurance-content {
    flex: 1;
}

.hom2-insurance-heading, .hom2-why-choose-heading {
font-size: 50px;
    font-weight: 800;
    margin-bottom: 50px;
    line-height: normal;
}

.hom2-insurance-heading span {
    color: #79b411;
}

.hom2-insurance-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hom2-insurance-list li {
font-size: 18px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    color: #000;
    font-weight: 500;
}

.hom2-insurance-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #79b411;
    font-weight: 700;
}

.hom2-insurance-image {
    flex: 1;
    text-align: right;
}

.hom2-insurance-image img {
    max-width: 520px;
    width: 100%;
    border-radius: 18px;
    padding: 6px;
    background: linear-gradient(90deg, #79b411, #f0a020);
}


/* Quick Contact */
.hom2-quick-contact-section {
    background: #79b411;
    padding: 80px 0;
    border-radius: 25px;
}

.hom2-quick-contact-heading {
text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.hom2-quick-contact-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.hom2-quick-contact-box {
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    background: url(https://www.newlifenewheights.com/wp-content/uploads/2025/12/rateframe.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s all;
    position: relative;
    top: 0;
}

.hom2-quick-contact-icon img {
width: 60px;
    margin-bottom: 20px;
}
.home-new2-footer-menu li {
    margin-bottom: 0;
}
.hom2-quick-contact-text {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 0;
}

.hom2-contact-wrap {
    display: flex;
    align-items: center;
    /* gap: 100px; */
    background: #fff;
    border-radius: 30px;
}

.hom2-contact-us {
    background: url("https://www.newlifenewheights.com/wp-content/uploads/2025/12/contactus_bbg.png");
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.hom2-contact-us .hom2-contact-right {
    padding: 50px;
}

.hom2-form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.hom2-contact-us .hom2-contact-right p input {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    width: 100%;
    padding: 14px 0;
    border: unset;
    border-bottom: 1px solid #000;
}

.hom2-contact-us .hom2-contact-right p label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
}

.hom2-contact-us .hom2-contact-right .hom2-form-row {
    max-width: 100%;
    width: 100%;
    
}

.hom2-contact-us .hom2-contact-right .hom2-form-row textarea {
    width: 100%;
    max-width: 100%;
    height: 80px;
    border: unset;
    border-bottom: 1px solid #000;
    padding: 0;
}

.hom2-contact-us .hom2-contact-right .hom2-form-row p {
width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.hom2-contact-us .hom2-contact-right p label span.wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
}

.hom2-contact-us .hom2-contact-right p input[type="submit"] {
    background: #7CB518;
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 55px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    text-transform: uppercase;
    border: unset;
    width: auto;
}

.hom2-contact-us .hom2-contact-right p input[type="submit"]:hover {
    background: #000;
}

.hom2-contact-wrap .hom2-contact-left span.hom2-contact-vertical {
    display: none;
}

.home-new2-services-subheading span {
position: relative;
    margin-top: -70px;
    margin-left: 100px;
    display: block;
}

.hom2-contact-us .hom2-contact-right .screen-reader-response {
    display: none;
}

.hom2-contact-us .hom2-contact-right fieldset.hidden-fields-container {
    display: none;
}

.hom2-contact-us .hom2-contact-right .screen-reader-response {
    display: none;
}

.hom2-contact-us .hom2-contact-right fieldset.hidden-fields-container {
    display: none;
}

.hom2-contact-wrap .hom2-contact-left {
    flex: 0 0 40%;
    max-width: 40%;
}

.hom2-contact-wrap .hom2-contact-left img {
    height: 571px;
    max-width: 100%;
    width: 100%;
}

.hom2-contact-us .hom2-contact-right .hom2-form-row .hom2-form-col {
    flex: 0 0 48%;
    max-width: 48%;
}

.hom2-about-banner-overlay h1 {
    font-size: 72px;
    font-weight: 800;
    letter-spacing: unset;
    line-height: normal;
}

.hom2-about-banner {
    height: 450px;
    background-position: top !important;
}

.hom2-about-banner-overlay{
    background: unset;
}

.ab2-sub-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 170px;
    height: 3px;
    background: linear-gradient(90deg,rgba(119, 173, 14, 1) 0%, rgba(255, 152, 8, 1) 100%);
    right: -170px;
}

.ab2-sub-title{
    padding-left: 0;
}

.ab2-get-know-left span.ab2-sub-title {
    font-size: 24px;
    font-weight: 500;
}

.ab2-get-know-left h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
}

.ab2-get-know-left p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 30px;
}

.ab2-icon-list li span {
background-color: #7bb31a;
    color: #ffffff;
    border-radius: 50px;
    padding-left: 8px;
    padding-right: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-call-text span {
    display: block;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000CC;
    line-height: 30px;
}

.ab2-icon-list li {
    align-items: center;
}

.ab2-call-text a {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    line-height: 35px;
    display: inline-block;
}

.ab2-call-box img {
    background: #77AD0E;
    border-radius: 50px;
}

.ab2-btn {
    background: #7bb31a;
    color: #fff;
    padding: 16px 55px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    display: inline-block;
}

.ab2-btn:hover{
    background: #000000;
}

.ab2-get-know-right:before, .ab2-mission-image::before, .ab2-years-main-image::before {
    content: '';
    position: absolute;
    top: 11px;
    left: -10px;
    background: linear-gradient(90deg,rgba(119, 173, 14, 1) 0%, rgba(255, 152, 8, 1) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
}

.ab2-get-know-right {
    position: relative;
}

.ab2-get-know {
    padding: 55px 0;
    position: relative;
}
.ab2-get-know:before {
    content: '';
    position: absolute;
    top: -275px;
    left: 0;
    background: url('https://www.newlifenewheights.com/wp-content/uploads/2025/12/get-to-know.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.ab2-get-know:after {
content: '';
    position: absolute;
    top: -200px;
    right: 0;
    background: url(https://www.newlifenewheights.com/wp-content/uploads/2025/12/get-to-know-right.png);
    width: 75px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.ab2-our-story-right h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    line-height: normal;
}

.ab2-our-story-right h2::after {
    content: '';
    width: 294px;
    height: 3px;
    background: linear-gradient(90deg,rgba(119, 173, 14, 1) 0%, rgba(255, 152, 8, 1) 100%);
    position: absolute;
    left: 0;
    bottom: -14px;
}

.ab2-our-story-right p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.ab2-story-icon-box {
    display: flex;
    align-items: center;
    border: 3px solid;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-image: linear-gradient(90deg, #77AD0E, #FF9808) 1;
}

.ab2-story-icon {
    width: 60px;
    height: 60px;
    background: #7bb31a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 45px;
}

.ab2-story-icon img {
    width: 55px !important;
    height: 52px;
    object-fit: contain;
}

.ab2-story-icon-content h4 {
    margin: 0 0 5px;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
}

.ab2-story-icon-content p {
    margin: 0 !important;
    font-size: 16px !important;
    color: #000 !important;
    line-height: 25px;
    font-weight: 500;
}

.ab2-mission-image img {
    width: 100%;
    display: block;
    border-radius: 15px;
    height: 454px;
    object-fit: cover;
}

.ab2-our-mission-left h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    line-height: normal;
}

.ab2-our-mission-left h2::after {
    content: '';
    width: 325px;
    height: 3px;
    background: linear-gradient(90deg,rgba(119, 173, 14, 1) 0%, rgba(255, 152, 8, 1) 100%);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.ab2-years-subheading {
    display: inline-block;
    color: #7bb31a;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.ab2-years-subheading:before {
    content: '';
    width: 228px;
    height: 3px;
    background: linear-gradient(90deg, rgba(119, 173, 14, 1) 0%, rgba(255, 152, 8, 1) 100%);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.ab2-years-right h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: normal;
    margin-top: 3px;
    max-width: 731px;
}

.ab2-years-box-content h4 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
}

.ab2-years-box-content p {
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: 27px;
    font-weight: 500;
}

.ab2-years-check {
    width: 25px;
    height: 25px;
    background: #7bb31a;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}

.ab2-years-box {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 30px 18px 33px;
    border-radius: 15px;
}

.ab2-years-box {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 30px 18px 33px;
    border-radius: 15px;
    max-width: 100%;
}
.ab2-our-mission-left p {
font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}
.ab2-years-wrap {
    gap: 65px;
}

.ab2-years-boxes {
    gap: 30px;
}

.ab2-years-main-image img {
    height: 687px;
}

.hom2-expert-guidance-section p.hom2-section-subtitle {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.hom2-expert-guidance-section h2.hom2-section-title {
    margin-bottom: 0px;
color: #77AD0E;
  background-image: linear-gradient(45deg, #77AD0E , #DB8723 50%, #14A801 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hom2-customer-say-section h2.hom2-section-heading {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 70px;
}
.ab2-get-know-wrap {
    position: relative;
    z-index: 1;
}




/* 25/12/2025 */
/* About Page */
/* About Banner */
  .hom2-about-banner {
    position: relative;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hom2-about-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hom2-about-banner-overlay h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}



  /* Get To Know */
  .ab2-get-know {
    padding: 80px 0;
}

.ab2-get-know-wrap {
    display: flex;
    gap: 60px;
    align-items: center;
}

.ab2-get-know-left {
    flex: 1;
}

.ab2-sub-title {
    color: #7bb31a;
    font-weight: 600;
    position: relative;
    padding-left: 50px;
}

.ab2-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #7bb31a;
}

.ab2-get-know-left h2 {
    font-size: 40px;
    margin: 15px 0;
}

.ab2-get-know-left p {
    margin-bottom: 20px;
}

.ab2-icon-list {
    list-style: none;
    padding: 0;
}

.ab2-icon-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.ab2-check-icon {
    color: #7bb31a;
}

.ab2-call-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.ab2-call-text span {
    display: block;
    font-size: 14px;
}

.ab2-call-text a {
    font-weight: 700;
    color: #000;
}

.ab2-btn {
    background: #7bb31a;
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
}

.ab2-get-know-right img {
    border-radius: 20px;
    max-width: 100%;
}



/* Our Story */
.ab2-our-story {
    padding: 80px 0;
    background: #f8faf3;
}

.ab2-our-story-wrap {
    display: flex;
    gap: 50px;
}

/* LEFT */
.ab2-our-story-left {
    width: 40%;
}

.ab2-story-icon-box {
    display: flex;
    align-items: flex-start;
    border: 2px solid #7bb31a;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.ab2-story-icon {
    width: 60px;
    height: 60px;
    background: #7bb31a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.ab2-story-icon img {
    width: 30px;
}

.ab2-story-icon-content h4 {
margin: 0 0 5px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ab2-story-icon-content p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* RIGHT */
.ab2-our-story-right {
    width: 60%;
}

.ab2-our-story-right h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.ab2-our-story-right h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #7bb31a;
    position: absolute;
    left: 0;
    bottom: -10px;
}

/* .ab2-our-story-right p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
} */



  /* Our Mission */
  .ab2-our-mission {
    padding: 80px 0;
}

.ab2-our-mission-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* LEFT */
.ab2-our-mission-left {
    width: 50%;
}

.ab2-our-mission-left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.ab2-our-mission-left h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #7bb31a;
    position: absolute;
    left: 0;
    bottom: -10px;
}

/* .ab2-our-mission-left p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
} */

/* RIGHT IMAGE */
.ab2-our-mission-right {
    width: 50%;
}

.ab2-mission-image {
    position: relative;
    /* border-radius: 15px;
    overflow: hidden; */
}

/* .ab2-mission-image::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 4px solid;
    border-image: linear-gradient(90deg, #7bb31a, #f4a300) 1;
    border-radius: 15px;
    z-index: 1;
} */

.ab2-mission-image img {
    width: 100%;
    display: block;
    border-radius: 15px;
}



  /* <!-- Years Dedicated --> */
  .ab2-years-dedicated {
    padding: 80px 0;
    background: #eef5dd;
}

.ab2-years-wrap {
    display: flex;
    gap: 50px;
    align-items: center;
}

/* LEFT IMAGE */
.ab2-years-left {
    width: 40%;
}

.ab2-years-main-image {
    position: relative;
    /* border-radius: 20px;
    overflow: hidden; */
}

/* .ab2-years-main-image::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 4px solid #7bb31a;
    border-radius: 20px;
    z-index: 1;
} */

.ab2-years-main-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* RIGHT */
.ab2-years-right {
    width: 60%;
}

.ab2-years-subheading {
    display: inline-block;
    color: #7bb31a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ab2-years-right h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* BOXES */
.ab2-years-boxes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ab2-years-box {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.ab2-years-check {
    width: 24px;
    height: 24px;
    background: #7bb31a;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.ab2-years-box-content h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}

/* .ab2-years-box-content p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
} */


/* Inner Service 2 Page */
/* Service Inner 2 */

.inner2-service-banner {
  height: 440px;
  background-size: cover;
  background-position: top;
  position: relative;
}
.page-template-life_coaching_services_2 .inner2-service-banner {
  background-position: center !important;
}
.inner2-service-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.inner2-banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner2-banner-content h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.get-in-touch-grid .contact-left ul.contact-info-list li {
background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border: 1px solid #dadada;
    border-bottom: 3px solid #7fb800;
    align-items: center;
    transition: 0.3s all;
}

.get-in-touch-grid .contact-left ul.contact-info-list li:hover {
    background: linear-gradient(45deg, black, #7cb518);
}
.get-in-touch-grid .contact-left ul.contact-info-list li .info p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.get-in-touch-grid .contact-left ul.contact-info-list li:hover .info p a, .get-in-touch-grid .contact-left ul.contact-info-list li:hover .info strong,
 .get-in-touch-grid .contact-left ul.contact-info-list li:hover .info p {
    color: #fff;     
}

.get-in-touch-grid .contact-left ul.contact-info-list li .info p a {
    color: #000;
}

.get-in-touch-grid .contact-left ul.contact-info-list li span.icon {
    background: linear-gradient(45deg, black, #7cb518);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 12px;
    border: 4px solid #e7e7e7;
}

.get-in-touch-grid .contact-left ul.contact-info-list li span.icon img {
    filter: invert(1);
    width: 100%;
    height: 100%;
}


.get-in-touch-section .contact-left h2 {
    line-height: normal;
}

.get-in-touch-section .contact-left p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    max-width: 100%;
}

.hom2-contact-form {
    background: #ffffff;
    padding: 50px;
    border: 1px solid #cbcbcb;
    border-radius: 45px;
}

.contact_2_new_main {
    background: #f6f6f6;
    padding: 50px;
}

.hom2-contact-form .hom2-form-row {
    width: 100%;
}


.contact_2_new_main .cont_2_new .screen-reader-response {
    display: none;
}

.hom2-form-col {
    width: 100%;
}

.hom2-form-col p input, .hom2-contact-form .hom2-form-row textarea {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}


form fieldset.hidden-fields-container {
    display: none;
}

.hom2-contact-form label {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.hom2-contact-form .hom2-form-row textarea {
    height: 150px;
}

.hom2-contact-form .hom2-form-row .hom2-form-full {
    width: 100%;
}

.hom2-form-submit input[type="submit"] {
    background: #7fb800;
    padding: 12px 40px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    border: unset;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s all;
}

.hom2-form-submit input[type="submit"]:hover {
    background: #000;
}

.hom2-contact-us .hom2-contact-form {
    padding: 0;
    border: unset;
    border-radius: unset;
}

.hom2-why-choose-section h2.hom2-why-choose-heading, .hom2-insurance-second-section h2.hom2-insurance-heading {
    color: #77AD0E;
  background-image: linear-gradient(45deg, #77AD0E , #DB8723 50%, #14A801 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 20px;
}

.innr-2-ser-sidebar-service-list ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.innr-2-ser-sidebar-service-list ul li a {
    background: linear-gradient(90deg,rgba(119, 173, 14, 1) 0%, rgba(219, 135, 35, 1) 50%, rgba(119, 173, 14, 1) 100%);
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s all;
    font-weight: 500;
}
.innr-2-ser-sidebar-service-list ul li a:hover {
    background: #7fb800;
    transition: 0.3s all;
}
.innr-2-ser-sidebar-service-list ul li {
    /* margin-right: 15px; */
}

.innr-2-ser-sidebar-service-list ul li:last-child {
    margin-right: 0;
}

.innr-2-ser-sidebar-service-list ul li a i {
    margin-right: 5px;
}

.innr-2-ser-services-details {
    padding: 60px 0;
}

.service2_innr-details-help {
background: #eef5dd;
    margin: 30px 0;
    padding: 30px 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0px 20px #cccccc;
    align-items: center;
}

.service2_innr-details-help h2.innr2_help-title {
flex: 0 0 32%;
    max-width: 32%;
    font-size: 28px;
    border-right: 1px solid #00000030;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
}

.service2_innr-details-help h2.innr2_help-title br {
    display: none;
}

.service2_innr-details-help .help-contact_2 {
    flex: 0 0 65%;
    max-width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service2_innr-details-help .help-contact_2 p {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}

.service2_innr-details-help .help-contact_2 a {
    background-color: #7fb800;
    color: #fff;
    padding: 9px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.service2_innr-details-help .help-contact_2 a:hover {
    background: #000;
}

.innr-2-ser-content-inner-section img {
    margin-bottom: 40px;
}

.innr-2-ser-content-inner-section h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.innr-2-ser-sidebar-service-list ul li a:hover {
    background: #7fb800;
    transition: 0.3s all;
}

.innr-2-ser-content-inner-section p, .innr-2-ser-faq-wrapper p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.innr-2-ser-content-inner-section h2 {
    color: #000;
    font-size: 32px;
}

.innr-2-ser-faq-wrapper h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

ul.innr-2-ser-accordion-box li.innr-2-ser-accordion {
    background: #7bb31a;
    margin-bottom: 12px;
    padding: 20px;
    border-radius: 5px;
}
.innr-2-ser-faq-wrapper ul.innr-2-ser-accordion-box {
    padding: 0;
}

ul.innr-2-ser-accordion-box li.innr-2-ser-accordion .innr-2-ser-acc-btn {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
}

ul.innr-2-ser-accordion-box li.innr-2-ser-accordion .innr-2-ser-text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

ul.innr-2-ser-accordion-box li.innr-2-ser-accordion.active {
    background: #000;
}

.new-site-header nav.new-header-menu li.menu-item-has-children, .new-site-header nav.new-header-menu li.menu-item-has-children span.submenu-arrow {
    position: relative;
}

.new-site-header nav.new-header-menu li.menu-item-has-children span.submenu-arrow:after {
position: absolute;
    content: "";
    background-image: url(https://www.newlifenewheights.com/wp-content/uploads/2024/10/Vector-3.png);
    top: -10px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
}

.new-site-header nav.new-header-menu li.menu-item-has-children span.submenu-arrow {
    font-size: 0;
}

.new-site-header nav.new-header-menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    background: #fff;
    padding: 20px;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    border-radius: 20px;
    border: 1px solid #0000001a;
    left: -60px;
    top: 30px;
    transition: 0.5s all;
}
.new-site-header nav.new-header-menu li.menu-item-has-children ul.sub-menu li {
line-height: 40px;
    border-bottom: 1px solid #d0d0d0;
}
.new-site-header nav.new-header-menu li.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: unset;
}

.new-site-header nav.new-header-menu li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 40px;
}

ul.innr-2-ser-accordion-box li.innr-2-ser-accordion .innr-2-ser-acc-btn span.innr-2-ser-icon {
    width: 36px;
    height: 36px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.innr-2-ser-accordion-box li.innr-2-ser-accordion.active span.innr-2-ser-icon {
    background: #7bb31a;
}

blockquote.innr-2-ser-blockquote {
background: #eef5dd;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 26px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    position: relative;
    border-left: 5px solid #7fb800;
    padding-right: 50px;
}

blockquote.innr-2-ser-blockquote p:last-child {
    margin-bottom: 0;
}

blockquote.innr-2-ser-blockquote h2 {
font-size: 22px;
    color: #6d9909;
    font-weight: 700;
}

blockquote.innr-2-ser-blockquote:before {
    background: url("https://www.newlifenewheights.com/wp-content/uploads/2024/10/Group-1000004455-1.png");
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: contain;
    top: -10px;
    right: -10px;
    background-repeat: no-repeat;
}

.all_blog2_main {
    padding: 60px 0;
}

.blog2-all-blogs .blog2-blog-card .blog2-blog-image a img.attachment-medium {
    height: 260px !important;
    transition: 0.5s all;
}

.blog2-all-blogs .blog2-blog-card .blog2-blog-content h3.blog2-blog-title a {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s all;
}

.blog2-all-blogs .blog2-blog-card .blog2-blog-content h3.blog2-blog-title a:hover {
   color: #7fb800;
}

.blog2-all-blogs .blog2-blog-card .blog2-blog-content p.blog2-blog-excerpt {
    color: #000;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog2-all-blogs .blog2-blog-card .blog2-blog-content a.blog2-read-more {
    background-color: #7fb800;
    color: #fff;
    padding: 9px 18px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.blog2-all-blogs .blog2-blog-card .blog2-blog-content a.blog2-read-more:hover {
    background: #000;
}

.ab2-icon-list li p {
    margin: 0;
}

.ser2-depression-symptoms-section {
    margin-top: 60px;
}

.ser2-depression-symptoms-section .ser2-symptoms-box {background: #ececec;border-radius: 20px;overflow: hidden;}

.ser2-symptoms-wrap {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 50px !important;
}

.ser2-depression-symptoms-section .ser2-symptoms-box .ser2-symptoms-image {
    height: 350px;
}

.ser2-depression-symptoms-section .ser2-symptoms-box .ser2-symptoms-image img {
    height: 100%;
    object-fit: cover;
}

.ser2-depression-symptoms-section .ser2-symptoms-box  .ser2-symptoms-content {
    padding: 20px;
}

.ser2-depression-symptoms-section .ser2-symptoms-box .ser2-symptoms-content p {
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
    line-height: 28px;
    font-weight: 500;
}

/* .ser2-depression-symptoms-section .ser2-symptoms-box .ser2-symptoms-content .ser2-symptoms-list {
    margin-bottom: 30px;
} */

.ser2-depression-symptoms-section .ser2-symptoms-box .ser2-symptoms-content ul {
    padding: 0;
    margin-bottom: 0 !important;
}

.ser2-depression-symptoms-section .ser2-symptoms-box .ser2-symptoms-content .ser2-symptoms-list ul li {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    padding-left: 22px;
}

.ser2-depression-symptoms-section .ser2-symptoms-box .ser2-symptoms-content .ser2-symptoms-list ul li:before {
    left: 0;
    content: "";
    background: #7bb31a;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    border-radius: 50%;
}

.ser2-depression-symptoms-section h2.ser2-symptoms-heading {
    font-weight: 700;
    color: #000;
    font-size: 28px;
}

.blog2-blog-card:hover .blog2-blog-image img {
    transform: scale(1.2);
}

.blog2-blog-image {
    overflow: hidden;
}

.hom2-quick-contact-text a {
    color: #000;
    transition: 0.3s all;
    text-decoration: unset;
}

.hom2-quick-contact-text a:hover {
    color: #77ad0e;
}

.hom2-quick-contact-box:hover {
    top: -10px;
    transition: 0.5s all;
}

.footer_copyright_2 {
    text-align: center;
    padding: 20px;
    font-weight: 500;
    color: #000;
    background: #ffffff;
}

.footer_copyright_2 a {
    color: #77ad0e;
    font-weight: 700;
    text-decoration: underline;
}

span.wpcf7-not-valid-tip {
    color: red;
    position: absolute;
    left: 0;
    bottom: -26px;
}
.wpcf7-response-output {
    color: #77ad0e;
}

.two_bg_lazy_init {
    padding: 0 !important;
}

/* .elementor-element-b6c813c .e-con-inner {
    padding: 10px 20px !important;
} */

.elementor-element-efcacea ul.elementor-icon-list-items li {
    justify-content: center;
}
.elementor-1586 .elementor-element.elementor-element-204f45a ul.sub-menu {
    width: 300px;
}

.innr-2-ser-services-details .row {
    display: flex;
    flex-direction: column;
}

.innr-2-ser-services-details .row .col-xl-4.col-lg-4 {
    flex: 0 0 100%;
    width: 100%;
}

.innr-2-ser-services-details .row .col-xl-8.col-lg-8 {
    flex: 0 0 100%;
    width: 100%;
}

.blog_articl {
    max-width: 1360px;
    margin: auto;
    padding: 60px 20px;
}

.blog_articl article {}

.blog_articl article header.entry-header {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
    border-bottom: 1px dashed #3b3b3b54;
    padding-bottom: 60px;
}

.blog_articl article header.entry-header h1.entry-title {
    flex: 0 0 55%;
    max-width: 55%;
    font-weight: 800;
    line-height: 52px;
    color: #77AD0E;
    background-image: linear-gradient(45deg, #77AD0E, #DB8723 50%, #14A801 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    display: inline-block;
}

.blog_articl article header.entry-header figure.post-thumbnail {
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
    position: relative;
}

.blog_articl article header.entry-header figure.post-thumbnail:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg,rgba(119, 173, 14, 1) 0%, rgba(255, 152, 8, 1) 100%);
    width: 100%;
    height: 100%;
    top: 15px;
    left: 15px;
}

.blog_articl article header.entry-header figure.post-thumbnail img.attachment-post-thumbnail {
    position: relative;
}

.blog_articl article .entry-content h2 {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.blog_articl article .entry-content h3 {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.blog_articl article .entry-content p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 30px;
}

.blog_articl article .entry-content p span {
    font-weight: 500 !important;
}

.blog_articl article .entry-content p a {
    font-weight: 700;
    color: #7FB800 !important;
}


.blog_articl article footer.entry-footer a {
    font-weight: 600;
    color: #7FB800 !important;
    transition: 0.3s all;
}

div#comments {
    max-width: 1080px;
    margin: 0 auto 50px;
    background: #f8faf3;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid #0000001f;
    width: 96%;
}

div#comments h2#reply-title {
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}


div#comments form#commentform label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 3px;
}

div#comments form#commentform textarea, div#comments form#commentform input {
    width: 100%;
    border-color: #7bac0f59;
    border-radius: 8px;
    padding: 12px;
}

div#comments form#commentform p.comment-form-cookies-consent {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 8px;
}

div#comments form#commentform p.comment-form-cookies-consent input {
    width: 22px;
    height: 22px;
}


div#comments form#commentform p.form-submit input#submit {
    background: #7fb800;
    color: #fff;
    border: unset;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.3s all;
}

div#comments form#commentform p.form-submit input#submit:hover {
    background: #000;
}


nav.navigation.post-navigation .nav-links {
    display: flex;
    gap: 12px;
    max-width: 1080px;
    margin: 0 auto 60px;
    justify-content: center;
    padding: 0 20px;
}


nav.navigation.post-navigation .nav-links a {
    background: #7FB800;
    display: block; 
    color: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.3s all;
}

nav.navigation.post-navigation .nav-links div {
    flex: 0 0 50%;
    max-width: 50%;
}

nav.navigation.post-navigation .nav-links a:hover {
    background: #000;
}

.services-inner-all-box {
    margin: 8px;
}

.services-inner-all-box .services-inner-all-image {
    margin-bottom: 25px;
}

.services-inner-all-box .services-inner-all-image img {
    width: 100%;
}

.services-inner-all-box a.services-inner-all-btn {
    background: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 50px;
    color: #000;
    text-decoration: unset;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    transition: 0.3s all;
}

.services-inner-all-box h3.services-inner-all-title {
    font-weight: 700;
}

.services-inner-all-box a.services-inner-all-btn:hover {
    background: #000;
    color: #fff;
}

.home_about .about_desc p {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.service-banner {
    background-position: top !important;
}

.services-2-section span.services-2-subtitle {
    font-size: 22px;
    font-weight: 600;
}

.services-2-section h2.services-2-title-main {
    font-size: 3rem;
    font-weight: 800;
}

.services-2-section p.services-2-title-desc {
    font-size: 20px;
    margin: 0 0 60px;
    color: #000;
}

.services-2-section p.service-2-desc {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.services-2-section h3.service-2-title {
    font-size: 26px;
}

.services-2-section a.service-2-link {
    font-size: 18px;
    color: #fff !important;
}

.page-template-getting_started_2 .hom2-quick-contact-section1 {
    margin-top: 60px;
}
.blog_articl article .entry-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.blog_articl article .entry-content ul li {
    position: relative;
    padding-left: 22px;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.blog_articl article .entry-content ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #7fba5a;
    left: 0;
    border-radius: 50%;
    top: 10px;
}

.blog_articl article .entry-content ul li span {
    font-weight: 500 !important;
}

.blog_articl article .entry-content ul li a {
    color: #7fba5a;
}

.page-template-blog_2 .hom2-about-banner {
    background-position: center !important;
}
.blog_articl article .entry-content p a b, .blog_articl article .entry-content ul li a b {
    font-weight: 700;
    color: #7FB800 !important;
    transition: 0.3s all;
}
.blog_articl article .entry-content p a:hover b, .blog_articl article .entry-content ul li a:hover b, .blog_articl article footer.entry-footer a:hover {
    color: #000 !important;
    transition: 0.3s all;
}

.home-new2-services-section .slick-prev, .home-new2-services-section .slick-next {
    display: none;
}

@media (max-width: 1440px) {
.innr-2-ser-sidebar-service-list ul li a {
    padding: 10px 10px;
}
.service2_innr-details-help {
    padding: 25px 18px;
}
.service2_innr-details-help h2.innr2_help-title {
    font-size: 22px;
}
.service2_innr-details-help .help-contact_2 p {
    font-size: 28px;
}
.hom2-consultation-text {
    font-size: 34px;
}
.hom2-quick-contact-section1 {
    width: 98%;
    margin: 0 auto 60px;
}
.hom2-rates-box p { 
    height: 200px;
}
}

@media (max-width: 991px) {
    /* .hfe-nav-menu__toggle .hfe-nav-menu-icon svg {
    position: absolute;
    right: 0;
} */
 .elementor-1586 .elementor-element.elementor-element-204f45a .hfe-nav-menu__toggle {
    margin-top: 25px;
}
    .new_banner_text {
    padding-left: 0;
}
.new_banner_text h2, .home_about_left h2 {
    font-size: 48px;
    line-height: 48px;
}
.new-banner-btn {
    width: auto;
}
.feel-free-section {
    flex-direction: column;
    text-align: center;
}
.home_about_left, .home_about_rights {
    width: 100%;
}
.home_about_left {
    margin: 20px 0 40px;
}
.home_about_left h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.home-new2-services-heading, .hom2-faq-section h2.hom2-faq-heading {
    font-size: 40px;
}
.home-new2-services-description p {
    font-size: 20px;
}
.home-new2-services-section, .hom2-faq-section {
    width: 96%;
    margin: auto;
}
.home-new2-services-description-2 p {
    font-size: 20px;
    margin-top: 50px;
}
.hom2-consultation-content {
    flex-direction: column;
    text-align: center;
}
.hom2-consultation-text, .home-new2-specialties-heading, .hom2-expert-guidance-section h2.hom2-section-title, 
.hom2-customer-say-section h2.hom2-section-heading, .hom2-insurance-heading, .hom2-why-choose-heading, .hom2-rates-heading {
    font-size: 35px;
    line-height: 40px;
}
.hom2-customer-say-wrap {
    gap: 20px;
    flex-direction: column-reverse;
}
.hom2-why-choose-wrap {
    gap: 40px;
    flex-direction: column;
}

.hom2-contact-wrap {
    gap: 0px;
}
.hom2-contact-wrap .hom2-contact-left img {
    height: 520px;
}
.hom2-contact-us .hom2-contact-right {
    padding: 10px;
}
.hom2-container {
    padding: 60px 30px;
}
.hom2-rates-box-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.hom2-container {
    padding: 0;
}
.hom2-insurance-wrap {
        gap: 20px;
        flex-direction: column-reverse;
        margin-top: 60px;
        margin-bottom: 50px;
}
.hom2-quick-contact-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.container.quic_cont_sec {
    padding: 40px 20px;
}
.hom2-quick-contact-section1 {
    width: 96%;
    margin: 0 auto 50px;
}
    .new-header-menu {
        margin: 0;
    }
    .blog2-all-blogs {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
}
    .home-new2-footer-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact_2_new_main, .ab2-our-story, .ab2-get-know, .ab2-our-mission {
    padding: 30px 0;
}
.ab2-get-know-wrap {
    gap: 40px;
    flex-direction: column-reverse;
}
.ab2-our-story-wrap, .ab2-our-mission-wrap {
    gap: 30px;
    flex-direction: column-reverse;
}
.ab2-our-story-right, .ab2-our-story-left, .ab2-our-mission-left, .ab2-our-mission-right {
    width: 100%;
}
.new-header-menu li.menu-item-has-children.active ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        left: unset !important;
        top: 15px !important;
        border: unset !important;
        width: 100% !important;
        max-width: 95% !important;
        background: #f6f6f6 !important;
    padding: 10px 0 15px !important;
    margin-bottom: 20px;
}
.new-site-header nav.new-header-menu li.menu-item-has-children span.submenu-arrow:after {
    right: 20px;
    top: 0;
    transform: unset;
}
.header-new-menu-2 li {
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 15px;
}

.header-new-menu-2 li ul {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
}

.header-new-menu-2 li.active > ul {
    display: flex;
}

/* Add a little arrow for toggle */
/* .header-new-menu-2 li.has-submenu > a::after {
position: absolute;
    content: "";
    background-image: url(https://www.newlifenewheights.com/wp-content/uploads/2024/10/Vector-3.png);
    right: -20px;
    top: 50%;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: transform 0.3s;
} */
/* 
.header-new-menu-2 li.has-submenu.active > a::after {
    transform: rotate(-180deg);
} */
     .new-site-header nav.new-header-menu li.menu-item-has-children span.submenu-arrow {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
    }
    .blog_articl article header.entry-header {
    gap: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-direction: column-reverse;
}
.blog_articl article header.entry-header h1.entry-title, .blog_articl article header.entry-header figure.post-thumbnail, nav.navigation.post-navigation .nav-links div {
    flex: 0 0 100%;
    max-width: 100%;
}
nav.navigation.post-navigation .nav-links {
    flex-direction: column;
}
.custome_header {
    position: relative;
}
.custome_header .elementor-element-0065dfb, .custome_header .elementor-element-0065dfb {
    position: absolute;
    right: 5px;
}
.ehf-header #masthead .hfe-nav-menu-icon svg.e-font-icon-svg.e-far-window-close {
    position: absolute;
    right: -350px;
}

.ehf-header #masthead nav.hfe-nav-menu__layout-horizontal {
    margin-top: 57px;
}

.hom2-faq-section .hom2-container {
    padding: 30px 30px;
}
.ab2-years-wrap {
    flex-direction: column;
}
.ab2-years-left, .ab2-years-right {
    width: 100%;
}
.ab2-years-main-image img {
    height: auto;
}
.inner2-banner-content h1 {
    padding: 0 20px;
}
.service2_innr-details-help {
    flex-direction: column;
    align-items: self-start;
}
.service2_innr-details-help .help-contact_2 {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
}
}

@media (max-width: 767px) {
    .service2_innr-details-help {
        flex-direction: column;
        align-items: baseline;
        gap: 20px;
    }
    .service2_innr-details-help h2.innr2_help-title {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #00000030;
    width: 100%;
    padding-bottom: 12px;
    border-right: unset;
}
.service2_innr-details-help .help-contact_2 {
    flex: 0 0 100%;
    max-width: 100%;
}
.service2_innr-details-help .help-contact_2 p {
        font-size: 20px;
    }
    .service2_innr-details-help .help-contact_2 a {
    font-size: 22px;
}
.innr-2-ser-content-inner-section h3 {
    font-size: 25px;
}
blockquote.innr-2-ser-blockquote h2 {
    font-size: 20px;
}
blockquote.innr-2-ser-blockquote:before {
    width: 40px;
    height: 40px;
}
.ab2-years-wrap {
    gap: 30px;
    flex-direction: column;
}
.ab2-years-left {
    width: 100%;
}
.ab2-years-main-image img {
    height: auto;
}
.ab2-years-right {
    width: 100%;
}
.ab2-years-box {
    max-width: 100%;
}
.ab2-years-box {
    padding: 15px 12px;
}
.ab2-years-box-content p {
    font-size: 16px;
    line-height: 24px;
}
.ab2-years-check {
    margin-right: 10px;
}
.ab2-years-subheading {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog2-blog-content {
    padding: 20px 15px !important;
}
.ser2-symptoms-wrap {
    gap: 20px;
    flex-direction: column;
}
.hom2-rates-box p {
    height: auto;
}
.main-blog {
    padding: 20px 20px !important;
}
.home_about {
    flex-direction: column-reverse;
}
  .services-star-img {
    width: 120px;
    height: 120px;
    top: -40px;
    left: 15px;
  }
  
.home-new2-services-subheading span {
    margin-left: 0;
    font-size: 18px;
}
.hom2-contact-wrap .hom2-contact-left {
    display: none;
}

}

@media (max-width: 567px) {

    
.hom2-customer-image {
    flex: 0 0 100%;
    max-width: 100%;
}

/* .new-banner-section::before {
    width: 75%;
} */
.new_banner_text h2, .home_about_left h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .new-banner-btn, .hom2-consultation-btn {
    font-size: 16px;
}
.new-banner-section {
    min-height: 360px;
}
.new_banner_text h2 {
    margin-bottom: 10px;
    max-width: 150px;
}
.new-announcement-center, .new-announcement-bar a {
    font-size: 14px;
}
.feel-free-section h3 {
    font-size: 20px;
    line-height: 24px;
}
.feel-free-section {
    gap: 10px;
}
.home_about_us_main {
    padding-top: 80px;
    padding-bottom: 50px;
}
.home-new2-services-description-2 p {
        font-size: 16px;
        margin-top: 37px;
    }
    .hom2-consultation-text, .home-new2-specialties-heading, .hom2-expert-guidance-section h2.hom2-section-title, .hom2-customer-say-section h2.hom2-section-heading, .hom2-insurance-heading, .hom2-why-choose-heading, .hom2-rates-heading {
        font-size: 28px;
        line-height: 36px;
    }
    .hom2-contact-wrap .hom2-contact-left {
    display: none;
}
.hom2-form-row {
    gap: 20px;
    flex-direction: column;
}
.hom2-contact-us .hom2-contact-right .hom2-form-row .hom2-form-col {
    flex: 0 0 100%;
    max-width: 100%;
}
.hom2-contact-us .hom2-contact-right {
        padding: 25px;
    }
    .hom2-contact-us {
    padding: 30px 0;
}
.hom2-free-consultation-bar {
    padding: 20px 0 26px;
}
.home-new2-specialties-section {
    padding: 30px 0;
}
.home-new2-specialties-heading, .hom2-expert-guidance-section h2.hom2-section-title {
    margin-bottom: 30px;
}
.home-new2-specialties-list li {
    margin-bottom: 5px;
    font-size: 16px;
}
.home-new2-services-heading, .hom2-faq-section h2.hom2-faq-heading {
        font-size: 30px;
    }
    .home-new2-services-subheading {
    font-size: 16px;
}
.home-new2-services-description p {
        font-size: 16px;
    }
    .home-new2-services-subheading:before {
width: 146px;
        height: 146px;
        top: -50px;
        left: 0;
}
.home-new2-services-subheading span {
    margin-top: -90px;
    margin-left: 0px;
}

.home-new2-services-heading {
    margin-top: 50px;
}
.home-new2-service-readmore {
    padding: 8px 10px;
}
.hom2-expert-guidance-section {
    padding: 40px 0;
}
.hom2-expert-guidance-section p.hom2-section-subtitle {
    font-size: 20px;
    line-height: 28px;
}
.hom2-expert-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.hom2-expert-number {
    font-size: 40px;
}
.hom2-customer-say-section {
    padding: 40px 0;
}
.hom2-customer-image img {
    width: 100%;
    height: 100%;
}
.hom2-container {
        padding: 30px 15px;
    }
    .hom2-faq-section .hom2-faq-wrapper .hom2-faq-item .hom2-faq-question h4 {
    font-size: 18px;
}

.hom2-why-choose-section {
    padding: 40px 0;
}
.hom2-why-choose-heading {
    margin-bottom: 0;
}
.hom2-why-choose-desc {
    font-size: 16px;
}
.hom2-rates-section, .hom2-insurance-second-section {
    padding: 30px 0;
}
    .hom2-rates-box-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .hom2-customer-say-section h2.hom2-section-heading {
    margin-bottom: 20px;
}
.hom2-rates-desc {
    margin: 0 auto 30px;
}
.hom2-insurance-heading, .hom2-why-choose-heading {
    margin-bottom: 20px;
}
.hom2-insurance-list li {
    font-size: 16px;
    margin-bottom: 5px;
}
.hom2-quick-contact-heading {
        font-size: 28px;
        letter-spacing: 0;
        margin-bottom: 25px;
}
.hom2-quick-contact-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .hom2-quick-contact-box {
    padding: 25px 15px;
}
.hom2-quick-contact-icon img {
    width: 40px;
    margin-bottom: 0;
}
.home-new2-site-footer {
    padding: 30px 0 40px;
}
.home-new2-footer-title {
    font-size: 24px;
    margin-bottom: 12px;
}
.home-new2-footer-menu li {
    margin-bottom: 0;
}
.home-new2-footer-row {
    gap: 30px;
}
.what-we-offering-section {
    padding: 30px 20px 18px;
}
.what-we-offering-section p {
    font-size: 20px;
    padding-bottom: 16px;
}
.what-we-offering-section h2 {
    font-size: 30px;
    line-height: 38px;
}
.services-section {
    padding: 10px 0 40px;
}
.services-section .container .row.justify-content-center {
    gap: 15px;
}
.services-section .service-card h4.service-title {
    font-size: 22px;
    margin-top: 14px;
    margin-bottom: 0px;
}
.services-section .service-card p.service-text {
    font-size: 16px;
}
  .home-new2-footer-row {
        grid-template-columns: 1fr;
    }
    .get-in-touch-grid .contact-left ul.contact-info-list li .info p, .contact-info-list strong {
    font-size: 16px;
    line-height: 20px;
}
.get-in-touch-grid .contact-left ul.contact-info-list li {
    padding: 10px;
    margin-bottom: 8px;
    border-bottom: 2px solid #7fb800;
}
.get-in-touch-grid .contact-left ul.contact-info-list li span.icon {
    width: 40px;
    height: 40px;
    padding: 7px;
    border: 3px solid #e7e7e7;
}
.hom2-about-banner-overlay h1 {
    font-size: 36px;
}
.get-in-touch-section {
    padding: 40px 0 !important;
}
.hom2-contact-form {
    padding: 30px 12px;
    border-radius: 15px;
}
.hom2-form-col p input, .hom2-contact-form .hom2-form-row textarea {
    padding: 12px;
    font-size: 16px;
}
.inner2-banner-content h1 {
        font-size: 32px;
        letter-spacing: 0;
        padding: 0 15px;
        line-height: 36px;
}
.innr-2-ser-services-details {
    padding: 30px 0;
}
.innr-2-ser-sidebar-service-list ul {
    gap: 5px;
}
.innr-2-ser-sidebar-service-list ul li a {
        padding: 8px 9px;
        font-size: 13px;
        line-height: normal;
    }
    .service2_innr-details-help .help-contact_2 {
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
    .service2_innr-details-help h2.innr2_help-title {
        font-size: 16px;
        text-align: center;
    }
    .innr-2-ser-content-inner-section h3 {
    font-size: 20px;
}
.innr-2-ser-content-inner-section p, .innr-2-ser-faq-wrapper p {
    line-height: 28px;
    margin-bottom: 16px;
}
blockquote.innr-2-ser-blockquote h2 {
    font-size: 18px;
    line-height: 23px;
}
blockquote.innr-2-ser-blockquote p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.innr-2-ser-faq-wrapper h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
ul.innr-2-ser-accordion-box li.innr-2-ser-accordion .innr-2-ser-acc-btn {
    font-size: 18px;
    line-height: 20px;
}
ul.innr-2-ser-accordion-box li.innr-2-ser-accordion {
    padding: 10px 12px;
}
ul.innr-2-ser-accordion-box li.innr-2-ser-accordion .innr-2-ser-acc-btn span.innr-2-ser-icon {
    width: 26px;
    height: 26px;
    font-size: 14px;
}
ul.innr-2-ser-accordion-box li.innr-2-ser-accordion .innr-2-ser-text {
    font-size: 14px;
    line-height: 22px;
}
.ab2-years-dedicated {
    padding: 30px 0;
}
.ab2-years-right h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.blog2-all-blogs {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 12px !important;
}
.all_blog2_main {
    padding: 30px 0;
}
.blog2-all-blogs .blog2-blog-card .blog2-blog-image a img.attachment-medium {
    height: 220px !important;
}
.blog2-blog-title a {
    font-size: 18px !important;
    line-height: 26px; 
}
.blog2-all-blogs .blog2-blog-card .blog2-blog-content p.blog2-blog-excerpt {
    line-height: 24px;
}
.blog2-all-blogs .blog2-blog-card .blog2-blog-content a.blog2-read-more {
    padding: 10px 18px;
    font-size: 14px;
    line-height: normal;
}
.hom2-about-banner {
    height: 250px;
}
.ab2-get-know:before, .ab2-sub-title::after {
    display: none;
}
.ab2-get-know-left h2 {
    font-size: 26px;
}
.ab2-get-know-left span.ab2-sub-title {
    font-size: 20px;
}
.ab2-get-know-left p, .ab2-our-mission-left p, .ab2-our-story-right p {
    font-size: 16px;
    line-height: 28px;
}
.ab2-icon-list li p {
    margin: 0;
}
.ab2-call-box {
    flex-direction: column;
    gap: 12px;
}
.ab2-btn {
    padding: 8px 26px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}
.ab2-our-story-right h2, .ab2-our-mission-left h2 {
    font-size: 28px;
}
.ab2-our-story-right h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.ab2-story-icon img {
    width: 32px !important;
    height: 32px;
}
.hom2-quote-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.hom2-quote-box::before, .hom2-quote-box::after {
    width: 30px;
    height: 30px;
}
.hom2-quote-box {
    padding: 50px 15px 20px;
}
.hom2-quote-desc {
    margin-bottom: 15px;
    font-size: 15px;
}
.hom2-customer-name {
    font-size: 18px;
}
.hom2-read-more-btn {
    font-size: 16px;
}
.hom2-why-choose-section h2.hom2-why-choose-heading
 {
    margin-bottom: 20px;
}
.hom2-rates-desc {
    font-size: 16px;
}
.hom2-rates-section .slick-next, .hom2-rates-section .slick-prev {
    display: none !important;
}
.footer_copyright_2 {
    padding: 15px;
}
.home-new2-footer-social {
    margin-bottom: 0;
}
.blog_articl {
    padding: 30px 20px;
}
.blog_articl article header.entry-header h1.entry-title {
    font-size: 28px;
    line-height: 36px;
}
.blog_articl article .entry-content h2 {
    font-size: 26px;
    margin-bottom: 12px;
}
.blog_articl article .entry-content h3 {
    font-size: 20px;
}
div#comments {
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 20px;
    width: 96%;
}
nav.navigation.post-navigation .nav-links {
    margin: 0 auto 30px;
}
.home-new2-footer-menu li a, .home-new2-footer-contact li {
    font-size: 16px;
    padding: 5px 0;
}
.services-2-section h2.services-2-title-main {
    font-size: 28px;
}
.services-2-section span.services-2-subtitle {
    font-size: 18px;
}
}

      /* Toggle button */
.new-header-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
}

.new-header-toggle span {
  width: 25px;
  height: 3px;
  background: #000;
  transition: all 0.3s ease;
}

/* Mobile styles */
@media (max-width: 991px) {

  .new-header-toggle {
    display: flex;
  }

  .new-header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    padding: 20px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .new-header-menu.active {
    display: block;
  }

  .header-new-menu-2 {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .new-header-cta {
    display: none;
  }
}




/* submenu */
/* hide submenu */
.header-new-menu-2 .sub-menu {
  display: none;
}

/* show submenu */
.header-new-menu-2 li.active > .sub-menu {
  display: block;
}

/* arrow styling */
.submenu-arrow {
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
}

/* mobile layout */
@media (max-width: 991px) {
  .header-new-menu-2 li {
    position: relative;
  }

  .submenu-arrow {
    position: absolute;
    right: 20px;
    top: 12px;
  }
}






