.carousel-inner img {
    width: 100%;
    height: 100%;
}
.contact_us_details .nav-pills .nav-link{
    border-radius: 20px;
    border: 1px solid green;
    margin-right: 10px;
}
.contact_us_details .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3c7038;
}
p{
    font-size: 14px;
}
.custom_button .secondary_btn{
    display: flex !important;
    align-items: center !important;

}
.custom_button{
		    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    overflow: hidden; /* Hides overflowing text */
    text-overflow: ellipsis; /* Adds ellipsis for overflowing text */
    max-height: 3em; /* Adjust based on font size and line height */
}
.footer label#email-error {
    display: none;
}
  ul.custom_nav li.active a {
    color: #3C7038 !important;
}
.ctn {
    position: absolute;
    margin-top: -80px;
}
.navbar a.nav-link:hover {
    color: #3C7038 !important;
}
/* FAQ SECTION styles */

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.leadForm .form-group {
    position: relative;
    margin-bottom: 1.5em;
}

.leadForm label.text-red.text-capitalize.text-normal {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    left: 12px;
    background: white;
    color: #bd060e;
}

.newsletter {
    display: flex;
    font-size: 16px;
    color: #333;
}

.newsletter label {
    margin-bottom: 8px;
    font-weight: bold;
}

.newsletter input[type="email"] {
    padding: 0px 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    background: transparent;
}

.newsletter .submit {
    padding: 10px 16px;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.newsletter .submit:hover {
    background-color: #333;
}

.newsletter p {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
}

@media only screen and (max-width: 479px) {}

.covi-favi-block {
    position: fixed;
    /* display: block; */
    background: #fff;
    /* color: #FFF; */
    bottom: 10px;
    z-index: 100;
    left: 10px;
    right: initial;
    border: 8px solid #56326dbf;
    width: 350px;
    text-align: center;
    padding: 0;
}

.close-icon {
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #806592;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: none;
    opacity: 1;
    color: #fff;
    z-index: 999;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}


/*****Gallery********/

.tz-gallery {
    padding: 10px 10px;
}


/* Override bootstrap column paddings */

.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #611050;
    font-size: 26px;
    /* font-family: 'fontawesome'; */
    /* content:"\f08e"; */
    /* content:"\f06e"; */
    content: '';
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
    background: #fff;
    min-width: 50px;
    text-align: center;
    background: url(../img/azi-guard-technology.svg) no-repeat center;
    background-size: 30px;
}

.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 270px;
    position: relative;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: 0.4s;
    background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%) no-repeat center;
    background-size: 55px;
}

.tz-gallery1 .lightbox:after {
    background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}


/* Video Gallery ********/

.video-block {
    text-align: left;
    background-color: #eee;
    padding: 5px;
    min-height: 290px;
}

.thumbnail-block {
    /*padding: 5px;
    border: 1px solid #ebebeb;*/
    position: relative;
}

.overlap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3333335e;
    display: none;
    cursor: pointer;
    text-align: center;
}

.thumbnail-block:hover .overlap {
    display: block;
}

.thumbnail-block img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.overlap img {
    width: 55px;
    margin-top: 20%;
    height: auto;
}

.modal-video-body video {
    width: 100%;
}

.modal-video-body iframe {
    width: 100%;
}

.video-block span {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    display: block;
}

small.b_dte {
    color: #ac001a;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
    font-weight: 500;
}

.video_gallery_section {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
}

.video_gallery_section1 {
    margin-top: 15.2em;
    padding: 50px 0;
}


/* Success Page Styles ********/

.success-page-section {
    padding: 75px 0;
    margin-top: 0;
}

.success-text {
    text-align: center;
}

.success-text h2 {
    font-size: 30px;
    color: #dc884e;
    font-weight: 900;
}

.success-text p {
    font-size: 18px;
    padding: 8px 0;
    color: #222d35;
    font-weight: 500;
}

.success-text h6 {
    background-color: #ec3726;
    width: 175px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.success-text h6 a {
    color: #ffffff;
    display: block;
}

.success-text h6 a:hover {
    text-decoration: none;
}

.disclmerTxt {
    color: white;
    font-size: 14px !important;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 1em !important;
    text-align: center !important;
}

.disclmerTxt b {
    font-weight: bold;
}

.cookie-banner {
    display: none;
    height: auto;
    position: fixed;
    z-index: 999;
    padding: 4px 3%;
    background-color: #eee;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.cookie-banner.bottom {
    display: block;
    border-top: 2px solid #26130c;
    bottom: -90%;
    transition: bottom 0.5s;
}

.cookie-banner.bottom.show {
    bottom: 0;
    transition: bottom 1s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.cookie-banner p {
    float: left;
    width: 88%;
    display: inline-block;
    font-size: 12px;
}

.cookie-banner a.button {
    float: left;
    margin: 15px;
    width: 100px;
    height: 40px;
    z-index: 100;
    background: #9d0917;
    text-transform: uppercase;
    line-height: 1.4;
    padding-top: 8px;
    display: inline-block;
    color: #FFF!important;
    text-align: center;
    text-decoration: none!important;
    cursor: pointer;
}

.image_gallery_section {
    padding: 75px 0;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.faq_section {
    padding: 50px 0;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}

.owl-prev:before,
.owl-next:before {
    /* content: "\f060"; */
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}

/* .owl-next:before {
    content: "\f061";
} */

/* Deepthi */
.explore_products .prd_sec:hover h6{
    color: #3C7038;
}
.explore_products{
    border-bottom: 0;
}

.blog_section .btn2 {
    border: 1px solid #939393;
    padding: 10px 24px;
    color: #4F4F4F;
    border-radius: 28px;
    margin: 0px;
    font-size: 14px;
}
.blog_section .btn2:hover {
    color: #fff;
    background: #3C7038;
    border: 1px solid #3C7038;
    padding: 10px 24px;
}
.view_setion{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 20px 0px;
}
.our_story {
    width: 100%;
    background-color: #F2F2F2;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer {
    width: 100%;
    background: #F2F2F2;
    padding-top: 80px;
    padding-bottom: 10px;
}
.footer .copyrightpara {
    font-size: 12px;
    margin-top: 16px;
    text-align: center;
}
.footer ul li a{
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}
.footer ul li a:hover{
    color: #3C7038;
}
.footer ul > li {
    list-style-type: none;
    padding: 5px 0px;
}
.news_letter{
    font-weight: 500;
}
.copyrightpara a:hover{
    text-decoration: underline;
    color: #3C7038;
}

.blog_section .blog_text {
    font-size: 24px;
    font-weight: 300;
    color: #211E1E;
    padding-right: 100px;
}
.blog_detail .share_style {
    color: #3C7038;
    font-weight: 600;
}
.share_icon i{
    font-size: 26px;
}
.blog_detail{
    padding-top: 120px;
    padding-bottom: 50px;
}
.contact_us_title{
    font-size: 40px;
}
.contact_us .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(142, 142, 142, 1);
    background-color: transparent;
    background-clip: padding-box;
    border: 0px;
    border-bottom: 1px solid #A8A8A8;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact_us label{
    margin-bottom: 0;
    font-size: 14px;
}
.contact_us .form-control:focus{
    box-shadow: unset;
}
.contact_us .submit{
    background: rgba(60, 112, 56, 1);
    border: 0px;
    padding: 14px 30px;
    border-radius: 36px;
    font-size: 14px;
}
.contact_us .submit:hover{
    background: #fff;
    color: #3C7038;
}
.contact_us .btn-primary:focus, .btn-primary.focus{
    box-shadow: unset;
}
.contact_us_text{
    padding-left: 100px;
}
.contact_icons img{
    padding: 10px 0px;
}
.contact_icons_sec a{
color: rgba(25, 25, 25, 1);
}
.contact_icons_sec h6{
    font-weight: 600 !important;
}

.text-capitalize {
    text-transform: math-auto !important;
    font-size: 12px !important;
    color: red;
}
.signup-form .btn:focus, .btn.focus{
    box-shadow: unset;
}

.border_bottom{
    border-bottom: 1px solid rgba(194, 194, 194, 1) !important;
}

  
  .benefits-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-color: #3b803b;
    border-radius: 50%;
  }
  
  .benefits-list li::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 20px;
    height: calc(100% - -33px);
    border-left: 2px solid #d0e8d0;
}
  
  .benefits-list li:last-child::after {
    display: none;
  }

tr:nth-child(even) {
    background-color: rgba(226, 249, 208, 1);
}
tr:nth-child(odd) {
    background-color: rgba(244, 244, 244, 1);
}

.prd_fqus_section_deatils .card .card-header .hdng a .fqc_title {
    margin: 0px;
    font-size: 18px;
}
.prd_fqus_section_deatils .faq .hdng a {
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 0;
    background: url(../img/plus_1.png) no-repeat right 5px center;
    background-size: 16px;
}
.prd_fqus_section_deatils .faq .hdng > a[aria-expanded="true"] {
    background: url(../img/minus.png) no-repeat right 5px center;
    background-size: 14px;
}


.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#testimonial_slider .owl-next {
    position: absolute;
    top: 130px;
    left: -40%;
    font-size: 16px;
}
#testimonial_slider .owl-prev {
    position: absolute;
    top: 130px;
    font-size: 16px;
    left: -52%;
}
#testimonial_slider .owl-next, #testimonial_slider .owl-prev {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: transparent;
    padding: 0px;
    line-height: 50px;
    opacity: 100;
    color: #000000;
    border: 1px solid;
    box-shadow: 0px 0px 23.8px 0px #00000014;
    display: flex;
    justify-content: center;
    align-items: center;
}
#testimonial_slider .owl-next:hover,#testimonial_slider .owl-prev:hover{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #3b803b;
    padding: 0px;
    line-height: 50px;
    opacity: 100;
    color: white;
    border-color: transparent;
}
#testimonial_slider .post .post-img{
    border-radius: 25px;
}
#testimonial_slider .post{
    padding: 0px 18px 0px 0px;
}
#testimonial_slider .post .card {
    background-color: transparent;
    /* border-radius: 12px; */
    padding: 0px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: left;
    /* min-height: 326px; */
    margin-bottom: 14px;
    border: none;
}
#testimonial_slider .card h3.testmonial_title {
    font-size: 20px !important;
}
.testmonial_location {
    font-size: 14px;
    color: #6C6C6C;
}
 .stars {
    color: #4F5DFF;
    font-size: 22px;
    margin: 5px 0;
}
.bi-arrow-right, .bi-arrow-left{
    font-size: 22px;
}
.testimonil_carousel{
    background: rgba(249, 231, 145, 1);
}
.video {
    background: linear-gradient(203.94deg, rgba(0, 0, 0, 0) -0.51%, rgba(0, 0, 0, 0.7) 80.19%);
    position: absolute;
    bottom: 42%;
    /* padding: 0px 20px; */
    width: 100%;
    height: 100%;
    /* border-radius: 12px; */
    color: #fff;
    right: 18px;
    z-index: 999;
}
.video .text {
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 999;
}
.video .text .play_btn .fa-play-circle {
    font-size: 50px;
    color: #fff;
}
.testimonil_carousel{
    padding: 60px 0px 40px 0px;
}
.testimonial_heading_title{
    font-size: 46px;
    font-family: "Seasons", serif;
}
.contact_us_details{
    padding: 50px 15px 50px 50px;
    margin-bottom:10px;
}
.img_d_none{
    display: none;
}
.mobile_img{
    display: none;
}
.web_img{
    display: block;
}
.moiste_lotion {
     /* width: 100%; */
     background-image: url(../img/product_banner_img.png);
     background-size: cover;
     /* height: auto;
     padding-top: 100px;
     padding-bottom: 100px; */
   
   }
   .dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #3b803b;
}
 .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3b803b;
 }
.sales-partners {
    position: fixed;
    background: #FFFFFF94;
    z-index: 1;
    top: 29%;
    display: grid;
    border-radius: 0px 20px 20px 0px;
    width: 80px;
    height: 206px;
    z-index: 999;
    backdrop-filter: blur(15.300000190734863px)    
}
.moiste_lotion .primary_btn .primary_btn_color{
    padding: 15px 25px;
}
.moiste_lotion .primary_btn {
    margin: 40px 0px;
}
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: break-spaces;
        background-color: transparent;
        border: 0;
    }
        .dropdown-item:first-child{
        border-bottom: 1px solid silver;
    }
    .dropdown-menu{
        width: 400px;
    }
    .prd_video_sec{
        display: none;
    }
    #testimonial_slider .post-img{
        display: none;
    }
.partner-link {
            position: relative;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }
        
        .partner-icon {
            transition: opacity 0.3s ease-in-out;
        }
        
        .partner-text {
            position: absolute;
            left: 100%; /* Position text to the right of the icon */
            margin-left: 10px; /* Space between icon and text */
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
            white-space: nowrap;
            display: none;
            z-index: 10;
        }
        
        .partner-text::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%; /* Place the arrow on the left side */
            transform: translateY(-50%);
            border-width: 6px;
            border-style: solid;
            border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
        }
        
        .partner-link:hover .partner-text {
            display: block;
        }
@media screen and (max-width:767px) {
    .sales-partners {
        display: none;
    }
    .dropdown-menu{
        width: 100%;
    }
    .img_mb_done{
        display: none;
    }
    .testimonil_carousel {
        padding: 30px 0px 10px 0px;
    }
    #testimonial_slider .post {
        padding: 0;
    }
    .video {
        background: linear-gradient(203.94deg, rgba(0, 0, 0, 0) -0.51%, rgba(0, 0, 0, 0.7) 80.19%);
        position: absolute;
        bottom: 29%;
        /* padding: 0px 20px; */
        width: 100%;
        height: 100%;
        /* border-radius: 12px; */
        color: #fff;
        right: 0;
        z-index: 999;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 97%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0.3rem;
        outline: 0;
    }
    .video_models button.close {
        position: absolute;
        right: -4px !important;
        top: -30px !important;
        background-color: #000 !important;
        color: #ffffff;
        opacity: 1;
        width: 40px;
        height: 42px;
        border-radius: 25px;
        line-height: 42px;
        text-align: center;
        font-size: 36px;
        z-index: 1000000;
    }
    .video_modal_content {
        margin-top: 180px;
    }
    #testimonial_slider .owl-prev {
        position: absolute;
        top: -68px;
        font-size: 16px;
        left: 64%;
        z-index: 10000000000;
    }
    #testimonial_slider .owl-next {
        position: absolute;
        top: -68px;
        left: 80%;
        font-size: 16px;
    }
    #testimonial_slider .owl-next, #testimonial_slider .owl-prev {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: transparent;
        padding: 0px;
        line-height: 50px;
        opacity: 100;
        color: #000000;
        border: 1px solid;
        box-shadow: 0px 0px 23.8px 0px #00000014;
    }
    #testimonial_slider .owl-next:hover,#testimonial_slider .owl-prev:hover{
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: #3b803b;
        padding: 0px;
        line-height: 50px;
        opacity: 100;
        color: white;
        border-color: transparent;
    }
    .testimonial_heading_title {
        font-size: 36px;
        font-family: "Seasons", serif;
        margin-bottom: 26px;
    }
    .blog_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .blog_section h3{
        font-size: 32px;
    }
    .blog_section {
        margin-top: 50px !important;
    }
    .blog_section .blog_text{
        padding-right:unset;
    }
    .blog_detail h3{
        font-size: 32px !important;
    }
    .mbdisplay{
        flex-direction: row !important;
        justify-content: space-between;
    }
    .blog_detail {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 5px !important;
    }
    .contact_us {
        width: 100%;
        padding-top: 84px;
        padding-bottom: 30px;
    }
    .contact_us_details{
        padding: 15px;
    }
    .contact_us_text{
        padding-left: unset;
    }
    .conatct_address{
        font-size: 32px;
    }
    .contact_icons_sec{
        margin-top: 0 !important;
    }
    .explore_products .card{
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    .explore_products h6{
        margin-bottom: 15px;
    }
    .explore_products{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .our_story {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .our_story_details{
        padding: 30px 15px 30px 15px !important;
        text-align: center;
    }
    .our_story_details h3{
        font-size: 32px !important;
    }
    .our_details_misson_vission{
        padding: 30px 15px 30px 15px !important;
        text-align: center;
    }
    .our_details_misson_vission_section{
        padding: 0px !important;
    }
    .img_d_none{
        display: block;
    }
    .mb_d_none{
        display: none;
    }
    .mobile_img{
        display: block;
    }
    .web_img{
        display: none;
    }
    .mobile_none{
        display: none;
    }
    .banner_section .banner_text {
        position: absolute;
        top: 220px;
        left: 15px;
        text-align: center;
    }
    .banner_section h1 {
        font-family: "Seasons", serif;
        font-size: 45px;
    }
    .mb_margin{
        margin-bottom: 30px !important;
    }
    .explore_products h3{
        font-size: 32px !important;
    }
    .footer .copyrightpara {
        font-size: 14px;
        margin-top: 16px;
        text-align: center;
    }
    .footer {
        width: 100%;
        background: #F2F2F2;
        padding-top: 14px;
        padding-bottom: 2px;
        text-align: center;
    }
    .prd_fqus .prd_fqus_section .prd_fqus_section_deatils .faq_sec{
        text-align: center;
        padding-bottom: 0px;
    }
    .accordion_section {
        padding-top: 0px !important;
    }
    .prd_fqus {
        background: rgb(242, 242, 242);
        padding: 30px 0px 30px 0px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: break-spaces;
        background-color: transparent;
        border: 0;
    }
    .dropdown-item:first-child{
        border-bottom: 1px solid silver;
    }
    .txt_center{
        text-align: center !important;
    }
    .moiste_lotion .moiste_lotion_title{
        font-size: 32px;
    }
    .moiste_lotion h4{
        font-weight: unset !important;
    }
    .benifits .benifits_details_text .benefits-container .benefits-title{
        font-size: 32px !important;
        font-weight: unset !important;
    }
    .why_choose_sec .why_choose_details .why_choose_title {
        font-size: 32px !important;
    }
    .about_prd_section .about_prd_details_sec .about_prd_details .about_prd_title {
        font-size: 32px;
    }
    .why_prd_section .why_prd_details_sec .why_prd_details .why_prd_title {
        font-size: 32px;
    }
    .prd_fqus .prd_fqus_section .prd_fqus_section_deatils .faq_sec .prd_fqu_title {
        font-size: 32px;
    }
    .contact_us_title {
        font-size: 32px;
    }
}