
/* ----------------contact -us page css----------------- */


h1 {
    font-size: 48px !important;
    font-weight: 600;
    color: white;
}

p {
    font-size: 18px;
}

.first-section {
    background-image: linear-gradient(0deg, rgba(84, 97, 121, 0.4), rgba(84, 97, 121, 0.4)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("../img/banner-img-ct-us.webp");
    background-size: cover;
    background-position: center;
    color: #fff
}

.banner-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 200px;
}

.address {
    width: 85%
}

.last-line {
    padding-bottom: 7px;
}

.form-control {
    padding: .375rem .75rem !important;
}

.footer-colr a {
    font-size: 16px !important;
}

.horizontal-line-1 {
    height: 1px;
    width: 100%;
    border: 1px solid #3a2b94
}

.horizontal-line,
.horizontal-line-2 {
    height: 1px;
    border: 1px solid #0f1B241A;
    margin-top: 80px
}

.horizontal-line-2 {
    margin-bottom: 25px
}

.text p {
    font-weight: 400;
    /* font-family: Poppins; */
    /* line-height: 38px; */
    margin-top: 50px
}

.horizontal-line {
    margin-bottom: 30px
}

.vamshiram-address {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-top: -85px !important;
    padding: 2rem !important
}

.ct-form-btn,
.submit-btn {
    background-color: #1da599;
    color: #fff;
    border: none
}

.ct-form-btn {
    padding: 8px 15px;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    width: 10% !important;
}

.ct-form-btn:hover {
    background-color: white;
    color: #1da599;
    transition: 1s;
    border: 1px solid #1da599;

}


.contact-form {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 30px
}

/* .contact-form h2,
.second-form h2 {
    color: #101010;
    font-weight: 700;
    font-family: Poppins;
    font-size: 32px
} */

.submit-btn {
    padding: 10px 15px;
    font-family: Poppins, sans-serif
}

.arrow {
    bottom: 1%;
    left: -38%
}

.vamshiram-address h4 {
    font-weight: 700;
    font-size: 24px;
    font-family: Poppins
}

.vamshiram-address a,
.vamshiram-address p {
    font-size: 16px;
    font-weight: 400;
    color: #123763;
    /* line-height: 26px; */
    font-family: Poppins
}

.bi-envelope,
.bi-geo-alt,
.bi-telephone {
    margin-right: 10px;
    margin-top: 6px
}

.vamshiram-address a {
    text-decoration: none
}

/* .contact-form h2 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    color: #0f1b24
} */

.contact-form p,
.form-control {
    font-weight: 400;
    font-family: Poppins;
    color: #474747;
    font-size: 16px;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
}

.form-label {
    color: #0f1b24;
    font-weight: 700;
    font-size: 16px;
    font-family: Poppins;
    margin-bottom: 1rem
}

.last-line p,
.last-line-2 {
    font-family: Poppins;
    font-size: 14px
}

.last-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px !important
}

::marker {
    display: none !important
}

.last-line-2 {
    color: grey;
    list-style-type: none
}

.last-line span {
    color: grey
}

.views-8 {
    margin-top: -3px
}

@media only screen and (max-width:767px) {
    .ct-form-btn {
        width: 100% !important;
    }

    .first-section {
        background-image: linear-gradient(0deg, rgba(84, 97, 121, 0.4), rgba(84, 97, 121, 0.4)),
            linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("assets/img/banner-ct-us-mobile.webp");
        background-size: cover;
        background-position: center;
    }

    h1 {
        font-size: 28px !important;
    }

    .banner-section {
        padding-top: 50px;
        padding-bottom: 51px;
    }

    .main-heading {
        padding: 0px !important;
    }

    .bi-envelope,
    .bi-geo-alt,
    .bi-telephone {
        margin-top: 6px;
        fill: currentColor;
        color: #1da599
    }

    .email-content {
        text-align: center;
    }

    .banner-address {
        text-align: center;
    }

    .vamshiram-address {
        padding: 2rem !important;
        border-radius: 30px
    }

    .vamshiram-address a {
        margin: 0px !important;
    }

    .bi-geo-alt {
        margin-right: 15px
    }

    .bi-envelope,
    .bi-telephone {
        margin-right: 20px
    }

    .horizontal-line {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .card-line {
        height: 1px;
        margin: 12px auto 0;
        border: 1px solid #d7d7d7;
        width: 60%
    }

    .vamshiram-address .row {
        gap: 30px
    }

    .horizontal-line-2 {
        margin-top: 30px;
        margin-bottom: 15px
    }

    .email,
    .phn,
    .phone,
    .phone-number {
        justify-content: center;
        color: #123763;
    }

    .contact-form h2,
    .last-line-mobile,
    .second-form h2,
    .text {
        text-align: center
    }

    .mail {
        justify-content: center;
        margin-top: 15px !important
    }

    .text p {
        margin-top: 30px;
        /* line-height: 27px */
    }

    .form-control {
        padding: 1rem !important;
        border-radius: 0 !important;
        grid-row: 1;
        margin-bottom: 0 !important
    }

    .contact-form-content {
        margin-top: 1rem !important;
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .last-line {
        display: none
    }

    .last-line-mobile p {
        font-size: 10px
    }

    .last-line-mobile span {
        color: grey
    }
}

@media only screen and (min-width:1024px) and (max-width:1250px) {
    .arrow {
        bottom: 1%;
        left: -53%;
        width: 60%
    }

    .vamshiram-address {
        width: 100% !important
    }

    .footer-content {
        width: 91.66666667% !important
    }

    .last-line-2 {
        margin-top: 7px
    }

    .ct-form-btn {
        width: 14% !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

    .last-line p,
    .last-line-2 {
        font-size: 10px
    }

    .phone-ct-us {
        text-align: center;
    }

    .bi-envelope,
    .bi-geo-alt,
    .bi-telephone {
        margin-top: 6px
    }

    .email-content,
    .vamshiram-address p {
        text-align: center
    }

    .email,
    .phone,
    .phone-number {
        justify-content: center
    }

    .last-line-2 {
        margin-top: 7px
    }

    .ct-form-btn {
        width: 19% !important;
    }
}

@media only screen and (min-width:1251px) and (max-width:1366px) {
    .vamshiram-address {
        width: 91% !important
    }
}

.mytab-new .nav-tabs .nav-link {
    color: white;
    background: #1da599;
    border: 2px solid #1da599;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}

.mytab-new .nav-tabs .nav-link.active {
    color: black;
    background: white;
    border: 2px solid #1da599;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}

.nav-tabs {
    border-bottom: unset !important;

}

@media (max-width: 576px) {
    .mytab-new .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mytab-new .nav-item {
        flex: 0 0 auto;
        width: 100%;
        /* Adjust as needed */
        margin-bottom: 5px;
        /* Add some spacing between tabs */
    }

    .form-t {
        font-size: 16px;
        text-align: center;
    }
}

@media (min-width: 767px) {
    .nav-tabs .nav-item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
        height: 2.8rem;
        width: 2px;
        background-color: #ccc;
        /* Adjust the color of the line */
    }
}

.nav-tabs .nav-item {
    position: relative;
}
