/*  */
a {
    color: #af884a;
    font-weight: 600;
}
.ntt-service-img-right a:hover {
    cursor: pointer;
    color: #ffffff;
}
.ntt-service-img-left a:hover {
    cursor: pointer;
    color: #0e221e;
}

.main-bg-color a:hover {
    cursor: pointer;
    color: #0e221e;
}
.main-bg a:hover {
    cursor: pointer;
    color: #ffffff;
}

/*  */
.main-bg li {
    color: #ffffff !important;
        line-height: 22px;
}
.main-bg-color li{
    color: #000000 !important;
        line-height: 28px;
}
.main-bg-color h3 {
    color: #0e221e !important;
    font-family: "Erode Regular", serif;
    margin-bottom: 5px;
    font-size: 26px !important;
}
.main-bg h3 {
    color: #ffffff;
    margin-bottom: 5px;
    font-family: "Erode Regular", serif;
    font-size: 26px !important;
    /* font-weight: 400; */
}
.fade-in.is-inview h2 {
    color: #000;
}

section.main-bg {
    /* padding-top: 60px; */
    width: 100%;
    background-color: #0e221e;
}
section.main-bg-color {
        width: 100%;
    background-color: #fbfaf4;
}
.ntt-service-section.ntt-service-intro h1 {
   position: relative;
    top:50px !important;
    padding: 20px 0 20px 0;
}
.ntt-service-section.ntt-service-intro h1, h2 {
    font-family: "Erode Regular", serif;
    font-size: 2.25rem;
    color: #ffffff;
    margin-bottom: 20px;
}
section.main-bg-color h2 {
    color: #0e221e !important;
}

.ntt-service-section p {
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
    /* font-family: Source_Sans_Pro,sans-serif; */
}
section.main-bg-color p {
    color: #0e221e !important;
}
.ntt-service-section li {
    font-size: 18px;
    gap: 13px;
    font-family: var(--font-body);
    margin-bottom: 10px;
    list-style-type: initial;
    color: #000;
}
    .ntt-service-section {
      max-width: 1440px;
      margin: auto;
      padding: 60px 20px;
    }

    .ntt-service-intro
     {
      text-align: center;
      /* background-color: #ffffff; */
    }
 
    .ntt-service-content {
      /* text-align: center; */
      /* background-color: #ffffff; */
    }
    .ntt-service-img-left,
    .ntt-service-img-right {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      /* background-color: #ffffff; */
      gap: 30px;
    }

    .ntt-service-img-left img,
    .ntt-service-img-right img {
      width: 100%;
      /* max-width: 480px; */
      height: auto;
      border-radius: 20px;
    }

    .ntt-service-img-left .text,
    .ntt-service-img-right .text,
    .ntt-service-img-left .image,
    .ntt-service-img-right .image {
      flex: 1 !important;
      min-width: 300px !important;
    }

    /* .ntt-service-img-right {
      flex-direction: row-reverse;
    } */

    .ntt-service-cta {
      /* background-color: #e8f5e9; */
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px;
    }

    .ntt-service-cta .cta-text,
    .ntt-service-cta .cta-iframe {
      flex: 1;
      min-width: 300px;
    }

    .ntt-service-cta .cta-text {
      padding-right: 20px;
    }

    .ntt-service-cta h2 {
      margin-bottom: 10px;
    }

    .ntt-service-cta p {
      margin-bottom: 20px;
    }

    .ntt-service-cta a {
      display: inline-block;
      padding: 12px 24px;
      /* background-color: #2e7d32; */
      color: white;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
    }

    .ntt-service-cta iframe {
      width: 100%;
      height: 450px;
      border: none;
      border-radius: 10px;
    }

    section.ntt-service-section.ntt-service-img-left {
    background-color: #fbfaf4;
}
section.ntt-service-section.ntt-service-content {
    background-color: #fbfaf4;
}

    @media screen and (max-width: 768px) {
      .ntt-service-img-left,
      
      .ntt-service-cta {
        flex-direction: column;

      }
       .ntt-service-img-left img,
    .ntt-service-img-right img {
max-width: 100%;
    }
.ntt-service-img-right{
    flex-direction: column-reverse;
}
      .ntt-service-cta .cta-text {
        padding-right: 0;
      }
      section.ntt-service-section.ntt-service-intro h1, h2 {
    /* font-size: 40px; */
    font-family: minerva-modern;
    font-size: 30px;
    line-height: 35px;
}
.ntt-service-section {
    padding: 25px 20px;
}
.ntt-service-img-left, .ntt-service-img-right {
    gap: 10px;
}
.ntt-service-cta .cta-text, .ntt-service-cta .cta-iframe {
    flex: 1;
    min-width: 100%;
}
			.ntt-service-img-left .text{
    width: 100%;
} 
.ntt-service-img-right .text{
    width: 100%;
} 
    }

.custom-buttons {
    display: flex;
    gap: 15px;
	margin-bottom:10px;
		margin-top:10px;
    flex-wrap: wrap;
}

/* .btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px !important;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #fff;
} */

.btn {
    transition: background-color .3s ease,color .3s ease;
    color: #fff;
    font-family: "Erode Medium", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: .2em;
    height: 100%;
    padding: 20px !important;
}
.phone-btn {
padding: 0;
    color: #ebe5d7;
    background-color: #0e221e;
    border: 1px solid #0e221e;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    -webkit-transition: all .2s 
ease-in-out;
    transition: all .2s 
ease-in-out;
    -webkit-box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
    box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
}
.appointment-btn {
    
    padding: 0;
    border: 1px solid #af884a;
    background-color: #af884a;
    color: #0e221e;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    height: 16px;
    width: -webkit-fit-content;
    color: #fff !important;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    -webkit-transition: all .2s 
ease-in-out;
    transition: all .2s 
ease-in-out;
    -webkit-box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
    box-shadow: 2px 7px 24px 0px rgba(23, 58, 51, .4);
}

.phone-btn:hover {
    background-color: #af884a;
	color:#fff !important;
   border:none;
}
.appointment-btn:hover {
    background-color: #0e221e;
    border:none;
  color: #fff;
}

/* html.has-scroll-smooth {
    overflow: auto;
}
footer.bg-green {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
	    opacity: 1 !important;

} */
.faq-section-cdcp {
    margin: auto;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(255 255 255 / 45%);
    margin-top: 50px;
    background-color: #0e221e;
    max-width: 1400px;
}

.h3_font {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}


.main-social-icons {
  display: block !important;
}

@media(max-width:342px){
	.ntt-service-img-left img, .ntt-service-img-right img {
    max-width: 93% !important;
}
}
