.header_text {
    color: #58595b;
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 400;
}

.home_banner img {
    width: 80%;
}

@media(max-width:768px) {
    .home_banner {
        background-image: radial-gradient(#ffffffe8, #fff5), url('../images/new/home_banner_new.jpg');
        padding: 12% 0 18%;
    }

    .header_text {
        font-size: 16px;
        line-height: 20px;
    }

    .home_banner img {
        width: 70%;
    }
}
.section-container {
    padding: 3% 7% 0 7%;
}

.index_banner {
    padding: 0 0 0 7%;
}

.banner_text {
    font-size: 45px;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 20px
}

.banner_para {
    font-size: 17.7px;
    margin-bottom: 30px;
}

.first {
    padding: 20px;
}

.banner-btn {
    background-color: #0095da;
    width: fit-content;
    padding: 4px 15px;
    border-radius: 40px;
}

.banner-btn:hover {
    background-color: #007bbf;
}

.banner-btn .btn {
    font-size: 16px;
    color: white;

}
/* .first_ban {
background-image: url('images/index/banner.png');
background-color: #fff;
height: 80vh;
background-size: 100% 100%;
} */

.help_section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.help_heading {
    font-size: 45px;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: 10px;
    margin-bottom: 35px;
}

.help_ul {
    list-style: none;
    padding: 0;
}

.help_ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #4d4d4d;
}

.help_ul img {
    width: 24px;
    height: 24px;
}

.help_second {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new {
    margin-top: auto;
    margin-bottom: auto;
}

.hero-img {
    background-image: url('../images/index/banner.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
    /* width: 100%; */
}

.contact-img {
    background-image: url('../images/index/contact_banner.png');
    background-size: cover;
    background-position: center;
    /* height: 70vh; */
    /* width: 100%; */
}

.second-img {
    display: block;
    margin: 0 auto 10px;
}

.feedback-card p {
    font-size: 16px;
    color: #333;
}

.testi_heading {
    font-size: 45px;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.grey {
    color: #4d4d4d;
    font-weight: bold;
}

.con-fir {
    margin-bottom: 0px;
    font-size: 15px;
}

.thr {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testi-body {
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 350px;
}

.testi-body .content {
    padding: 15px 30px;
    text-align: justify;
    line-height: 20px;
}

.top {
    background-color: #0095da;
    padding: 4px;
    text-align: center;
    position: relative;
    border-top-left-radius: 20px;
    /* Rounded top-left */
    border-top-right-radius: 20px;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.stars {
    color: white;
    font-size: 30px;
    /* text-align: right; */
    margin-top: 10px;
}

.cont_heading {
    font-size: 45px;
    color: #4d4d4d;
    font-weight: bold;
}
.contact_form input,.contact_form textarea{
    width:80%;
}

.testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contaxt {
    padding-top: 40px;
    padding-bottom: 40px;
}

.feedback {
    padding-top: 40px;
    padding-bottom: 40px;
}

.feedback h1 {
    font-weight: bold;
    font-size: 50.83px;
    color: #4d4d4d;
}

.feedback-card {
    border: 2px solid #ddd;
    text-align: center;
    border-radius: 10px;
    min-height: 335px;
    /* margin: 0 20px; */
}


.card-top {
    background-color: #0095da;
    display: flex;
    border-radius: 10px 10px 0 0;
    justify-content: center;
    padding: 20px;
}

.first-img {
    /* width: 60px;
    height: 60px; */
    /* background-color: #007bff;  */
    padding: 10px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.second-img {
    /* width: 40px;  */
    height: 60px;
    margin-top: 10px;
}

.feedback-card p {
    font-size: 16px;
    color: #4d4d4d;
    margin: 0 30px;
}

.feedback_heading {
    margin-top:40px;
    font-size: 45px;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 20px;
    font-family: 'Myriad-Pro-Bold';
}
.section_footer{
    margin-top:0px;
}
/* Global responsive fixes */
@media (max-width: 1200px) {
    .banner_text {
        font-size: 40px;
    }

    .help_heading,
    .feedback_heading,
    .testi_heading,
    .cont_heading {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .section-container {
        padding: 5% 5%;
    }

    .banner_text {
        font-size: 36px;
    }

    .banner_para {
        font-size: 16px;
    }

    .help_heading,
    .feedback_heading,
    .testi_heading,
    .cont_heading {
        font-size: 36px;
    }

    .help_ul li {
        font-size: 24px;
    }

    .feedback-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .banner_text {
        font-size: 30px;
        text-align: center;
    }

    .banner_para {
        text-align: center;
    }

    .banner-btn {
        margin: 0 auto 30px;
    }

    .hero-img,
    .contact-img {
        height: 300px;
        margin-top: 20px;
    }

    .help_heading,
    .feedback_heading,
    .testi_heading,
    .cont_heading {
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
    }

    .help_second {
        margin-top: 20px;
    }

    .help_ul li {
        font-size:16px;
        justify-content: left;
    }

    .testi-body {
        height: auto;
        margin-bottom: 30px;
    }

    .content {
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .banner_text {
        font-size: 26px;
    }

    .banner_para br {
        display: none;
    }

    .help_heading,
    .feedback_heading,
    .testi_heading,
    .cont_heading {
        font-size: 26px;
    }

    .feedback-card {
        min-height: auto;
        margin-bottom: 20px;
    }

    .first-img {
        height: 100px;
    }

    .second-img {
        height: 50px;
    }
    .contact_form input,.contact_form textarea{
        width:90%;
    }
    .section_footer{
        margin-top:0px;
    }
}
@media(max-width:991px){
    .logo_img{
        height:50px;
    }
    .navbar-toggler-icon{
        width: 23px;
        height: 23px;
    }
    .navbar-toggler{
        margin-top: -10px;
    }
    .index_banner {
        padding: 5% 0%;
    }
    .help_second{
        display: block;
    }
    .feedback_heading{
        margin-top:0px;
    }
    .feedback-card p{
        line-height: 18px;
        padding-bottom:10px;
    }
    .testi-body .content{
        text-align: left;
        padding:12px 20px;
    }
    .contact_section{
        padding-bottom: 0px;
    }
}