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

.topBar {
    background-color: red;
}

.topBar .topBarSize {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topBar-text {
    color: #fff;
    text-align: center;
    /* font-size: 12px; */
    font-weight: bold;
    padding: 5px;
    margin: 0;

}

.helplineNumber {
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin: 0;
}

.helplineNumber a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    margin: 0;

}

.helplineNumberFooter a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    margin: 0;
}

.topBar .topBarLang a {

    text-decoration: none;
    color: #fff;
    padding-right: 10px;
}

.bannerImg {
    background: url("./Images/Banner-Image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* width: 100% !important; */
    height: 70vh;

}

.logo {
    margin: 15px 0;
}

.logoMain {
    display: flex;
    align-items: center;
}

.logoMain .logo-text {
    padding-left: 20px;
}

.logoSection {}

.bannerContainer {
    position: relative;
}



.bannerText {
    position: absolute;
    top: 85px;

}

.bannerText h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;

}

.welcomeStrip {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.welcomeStrip h3 {
    color: black;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 2px;
}

.welcomeStrip h2 {
    color: black;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 1px;
}

.quoteImg {
    background: url("./Images/Below-welcome-to-TTP.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 25vh;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(70, 37, 0, 0.50);
    display: flex;
    justify-content: center;
    align-items: end;
}

.quoteImg .overlay .text {
    padding: 10px;
}

.text h2 {
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}

.offerSection {
    background-color: #EADFD3;
    padding: 20px 0;
    width: 100%;
    height: 600px;

}

.trust-ones {
    font-style: italic;
    font-size: 22px;
    text-align: center;
    color: #fff
}

.main-heading {
    color: #AE6F24;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.generate-logins-main {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 420px;
}

.generate-logins {
    background-color: #AE6F24;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 12px;
}

.generate-logins:hover {
    background-color: #8a5719;
}

.offerSection-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 10px;
}

.about-program-bg {
    background-color: #8a5719;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 30px 0;
}

.about-program {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.about-program-heading {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.news-section{
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-heading{
    color: black;
    font-weight: 600;
    font-size: 27px;
    text-align: center;
    letter-spacing: 2px;
}
.news-section .left-img{
    display: flex;
    padding-right: 40px;
    flex-direction: column;
    align-items: end;
}

.lokmat-img{
    width: 200px;
    padding-bottom: 20px;

}
.news-section .left-img .news-img{
    width: 360px;
}
.news-section .right-img .heading-img ,
.news-section .right-img .content-img{
    width: 600px;
}
.article-btn-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    width: 600px;
}

.article-btn{
    background-color: #5AC251;
    padding: 15px 34px;
    border: none;
    border-radius: 61px;
    width: 200px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}
.news-section .right-img .content-img {
    padding-top: 15px;
}
.video-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    flex-direction: column;
}

.iframe-size iframe {
    width: 900px;
    height: 500px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}

.video-block-new {
    width: 80%;
    margin: 0 auto;
}

.carousel-caption.video-text {
    color: #000 !important;
    position: relative !important;
    bottom: 0px !important;
    width: 1280px;
    left: 0 !important;
    right: 0 !important;
    padding: 10px;
}

.video-heading {
    font-size: 20px;
    font-weight: bold;
}

.video-subHeading {
    font-size: 16px;

}

.downlaod {
    text-align: center;
}

.downlaod-btn {
    background-color: #5AC251;
    padding: 15px 34px;
    border: none;
    border-radius: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 255px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.downlaod-btn img {
    width: 50px;
}

.bookIcon-left {
    background-color: #fff;
    height: 80px;
    border-radius: 0 50px 50px 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    padding: 0 14px;
    margin: 15px 0;

}

.bookIcon-right {
    background-color: #fff;
    height: 80px;
    border-radius: 50px 0 0 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    float: right;
    flex-direction: row-reverse;
    padding: 0 14px;
    margin: 15px 0;
    text-align: end;
}

.bookIcon-left p,
.bookIcon-right p {
    margin-bottom: 0;
}

.bookIcon-left img,
.bookIcon-right img {
    width: 50px;
}

.image-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    height: 200px;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
}

.image-box img {
    width: 50px;
}

.image-box p {
    padding-top: 15px;
}

/* thank you page */

.thankyou-bg {
    /* height: 100vh; */
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.thankyou-bg2 {
    height: 50vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.thankyou-bg p {
    text-align: left;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
}

.copy-btn {
    background: #c58663;
    color: white;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 20px;
}

.video {
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.video img {
    width: 600px;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.img-border {
    border: 1px solid #ddd;
    padding: 10px;
    width: 600px;
    margin: 0 auto;
}

.thank-you-video iframe {
    width: 730px;
    height: 380px;
}

/* pawancss */

.compass {
    background-color: #bd3048;
}

.communities {
    background-color: #fbaa42;
}

.cap {
    background-color: #aa8777;
}

.discussion {
    background-color: #c6ba8e;
}

.mission {
    background-color: #4e7379;
}

.award {
    background-color: #bc8e80;
}

.benefits-of-the-program img {
    height: 70px;
    width: 70px;
    padding: 10px;
}

.benefits-of-the-program div {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    margin: 5px 0;

}

.benefits-of-the-program p {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
}

.section-title h2 {
    text-align: center;
    text-transform: capitalize;
    color: #ae6f24;
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
}

.contact-main-bgColor {
    background-color: #c58663;
    position: absolute;
    width: 100%;
    z-index: -999;
    height: 400px;
}

.contact-main {
    /* background-color: #c58663; */
    margin-top: 10px;
    height: auto;
    margin-bottom: 30px;
}

.contact-main p {
    padding-top: 20px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.contact-form {
    background-color: #fff;
    margin: 5px;
    box-shadow: #ae6f24;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    height: auto;
    z-index: 9999 !important;
}

.contact-form p {
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    height: auto;
}

.contact-form input {
    background: #eadfd3;
}

.disableWhatsApp {
    float: right;
    text-align: center;
}

.button {
    background: #5ac251;
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
    outline: none;
    border: none;
    border-radius: 20px;
    text-align: center;
}

.submitbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.footer_section {
    background: #000;
    color: #fff;
    text-align: center;
    clear: both;
    /* position: relative; */
    /* height: 200px; */
    margin-top: auto;
    /* position:absolute; */
    /* bottom:0; */
    width: 100%;
}

.footer_section p {
    padding: 20px;
    margin: 0;
}


@media (max-width: 767px) {
    #offerSectionDesktop {
        display: none;
    }

    #offerSectionMobile {}

    .wrapper {
        width: 100%;

    }

    .thankyou-bg {
        height: auto;
        width: 100%;
    }

    .img-border {
        height: auto;
        width: 100%;
    }

    .about-program {
        height: auto;
        width: 100%;
    }

    .trust-ones {
        font-size: 20px;
    }

    .downlaod-btn {
        padding: 7px 22px;
        max-width: 224px;
        margin-bottom: 20px;
    }

    .downlaod-btn img {
        width: 42px;
    }

    .iframe-size iframe {
        width: 100%;
        height: 200px;
    }

    .ytp-large-play-button {
        width: 40px !important;
        height: 40px !important;
    }

    .carousel-caption.video-text {
        height: auto;
        width: 100%;
    }

    .video-block {
        width: 100%;
    }

    .carousel-indicators {
        bottom: -13px !important;
    }
    .logoMain .logoSection img{
        width: 65px;
    }
    .logoMain .logo-text {
        padding-left: 15px;
    }
    .logo{
        margin: 7px 0;
    }
    .logoMain .logo-text h2 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .logoMain .logo-text h3 {
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .logoMain .logo-text p {
        font-size: 6px;
        margin-bottom: 5px;
    }

    .logoMain .logo-text h4 {
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .news-section .left-img .news-img{
        width: 135px;
    }
    .news-section .left-img .lokmat-img{
        width: 100px;
        padding-bottom: 10px;
    }
      
    .news-section .right-img .heading-img ,
    .news-section .right-img .content-img{
        width: 260px;
    }
    .news-section .right-img .lokmat-img{
        width: 72px;
    }
    .news-section .right-img{
        padding-left: 10px;
    }
    .news-section .right-img .content-img {
        padding-top: 10px;
    }
    
    .news-section .left-img{
        justify-content: start;
        padding-right: 0;
    }
    .article-btn-section{
        margin-top: 10px;
        width: 260px;
    }
    .article-btn{
        background-color: #5AC251;
        padding: 11px 15px;
        border: none;
        border-radius: 61px;  
        color: #fff;
        font-weight: bold;
        font-size: 12px;
    }
}

/* Media query for desktop screens */
@media (min-width: 768px) {
    #offerSectionDesktop {
        display: block;
    }

    #offerSectionMobile {
        display: none;
    }

    .bannerTextDesktop {
        width: 700px;
        margin: 0 auto;
    }

    .bannerText {
        width: 100%;
        margin: 0 auto;
    }

    .bannerText h2 {
        font-size: 35px;
    }

    .welcomeStrip {
        height: 150px;
    }

    .welcomeStrip h3 {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .welcomeStrip h2 {
        font-size: 35px;
        letter-spacing: 2px;
    }

    .text h2 {
        width: 500px;
    }
}