
/* Contact page Css */

.contact-top-sec {
    padding: 80px 0px;
}

.cont-stasf-wrap .item-text {
    font-size: 70px;
    font-weight: 800;
    color: #000000;
}

.cont-stasf-wrap p {
    font-weight: 500;
    font-size: 18px;
    color: #1b1b1b;
}

.cont-stasf-wrap i {
    font-size: 30px;
    padding: 15px 10px 10px 10px;
    border: 1px solid #006efe;
    color: #006efe;
    height: 70px;
    text-align: center;
    width: 70px;
    border-radius: 50%;
}

.cont-heading {
    line-height: 1.2;
    letter-spacing: 4px !important;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: start;
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.tx-description {
    font-size: 20px;
    color: #363636;
    margin-bottom: 30px;
    font-weight: 300;
}

.cont-top-info-list {
    gap: 30px;
    /*z-index: 1;*/
    overflow: hidden;
    padding: 30px 35px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    transition: all 500ms ease-in-out;
}

.li-colr1 {
    color: #006efe;
    font-size: 30px;
}

.li-colr2 {
    color: #041837;
    font-size: 30px;
}

.li-colr3 {
    color: #35dbb7;
    font-size: 30px;
}

.cont-top-info-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cont-top-info-list span {
    z-index: -1;
    right: -7px;
    bottom: -30px;
    color: #f2f2f2;
    font-size: 72px;
    font-weight: 900;
    position: absolute;
}

.contact-us-sec {
    background-color: #0b1423;
    color: #fff;
}

.contact-us-sec h1 {
    font-weight: 700;
}

.contact-form .form-control {
    border: none;
    width: 100%;
    height: 65px;
    margin-bottom: 6px;
    padding-left: 20px;
    border-radius: 15px;
    background-color: #fff;
}

.contact-us-sec .bg-primary {
    background-color: #244cc9 !important;
}

.colr3 {
    color: #35dbb7;
}

.btn-submit {
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 18px;
    background: #041837;
    color: #fff;
    width: 100%;
    border: none;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    transition: all 500ms ease-in-out;
}

.btn-submit:hover {
    background: #fff;
    color: #006efe;
}

.contact-form textarea {
    height: 170px !important;
    padding-top: 20px;
}

.ss-hdng-bg-white {
    margin-bottom: 40px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: start;
    color: #fff;
    letter-spacing: 4px !important;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.map-container {
    height: 450px;
}

.sticky-bg-col {
    position: sticky;
    top: 0px;
    height: 345px;
    background: url("../images/contact/contact-us.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

/* Responsive */


@media (max-width: 991px) {
    .contact-us-sec .bg-primary {
        border-radius: 0;
        margin-top: 2rem;
    }

    .contact-us-left{
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .contact-top-sec {
        padding: 50px 30px;
    }

    .contact-us-left {
        padding-top: 40px;
    }

    .cont-heading {
        font-size: 30px;
    }

    .cont-stasf-wrap .item-text {
        font-size: 40px;
    }

    .cont-stasf-wrap i {
        font-size: 21px;
        height: 55px;
        width: 55px;
    }

    .contact-top-sec .row:first-child {
        gap: 20px !important;
    }

    .cont-top-info-list {
        padding: 15px 20px;
    }

    .btn-submit {
        padding-top: 13px;
        height: 50px;
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .contact-top-sec {
        padding: 30px 20px;
    }

    .contact-us-left {
        padding: 20px 30px !important;
    }

    .contact-us-rgt {
        padding: 20px 30px !important;
    }

    .contact-us-left input {
        width: 100% !important;
    }
}

@media (max-width: 479px) {
    .cont-heading {
        font-size: 25px;
    }
    
    .ss-hdng-bg-white{
        font-size: 26px;
    }
}

@media (max-width: 360px){
    .cont-top-info-list{
        gap: 15px;
    }
    
    .ss-hdng-bg-white {
        font-size: 22px;
    }
}