.sub-banner {
    background-image: url(../images/contact\ banner.webp);
}

/* contact form section start  */
.contact_section {
    background-image: url(../images/contact_sectionimg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;

}

.numbera a{
    font-size: 14px;
}

.contact_section::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.contact-box {
    background-color: white;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 50px;
    height: 100%;
    padding-top: 10rem;
    object-fit: cover;


}

.box-1 {
    background-color: white;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);


    position: relative;

    margin: 0px 50px;
    padding: 30px 30px;
    top: -50px;
}


.box-1 span {
    display: flex;
    justify-content: center;
    align-items: center;

}

.box-1 span i {

    background-color: #030077;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    font-size: 20px;

}

.box-1 span i:hover {
    transform: scale(1.1);
    background-color: #ffb716;
    color: #030077;
}

.contact-top a {
    color: #030077;
    font-weight: 600;
    font-size: 16px;

}

.contact-top p {
    color: #030077;
    font-weight: 600;

}

.map iframe {
    width: 100%;
    height: 350px;
}

.contact-box .form-height {
    border-radius: 4px;
    height: 41px;
    font-size: 15px;
    color: darkgrey;
}

.contact-box .form-control:focus {
    background-color: none;
    border-color: #030077;
    box-shadow: none;
    color: #495057;
    outline: 0;
    font-size: 14px;

}

.contact-box .button-color .btn {
    border-radius: 0px;
    padding: 5px 24px;
    letter-spacing: 1px;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 36px;
}

.contact-box h3 {
    margin-bottom: 2rem;
}

.contact-box .form-icon {

    display: flex;
    justify-content: center;

}

.contact-box .form-icon .fab {

    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    box-shadow: -2px 1px 6px rgb(0 0 0 / 50%);
    align-items: center;
    border-radius: 50px;
    margin-left: 12px;
    font-size: 21px;

    color: #030077;
    position: relative;

    transition: all 0.6s ease;

    overflow: hidden;
}

.contact-box .form-icon .fab::after {
    background-color: #ffb716;
    content: "";
    width: 100%;
    height: 0%;

    transition: all 0.6s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;

}

.contact-box .form-icon .fab:hover::after {

    height: 100%;
    top: 0;
    bottom: auto;
}

.contact-box .form-icon .fab:hover {
    transform: scale(1.1);
}

.contact_section .col-md-5,
.contact_section .col-md-7 {
    padding: 0px;


}

/*========================media Queries===========================*/
@media only screen and (min-width:1601px) and (max-width:1900px) {}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .contact-box{
        padding-top: 7rem;
    }
}

@media only screen and (min-width:1024px) and (max-width:1119px) {
    .contact-box{
        padding-top: 1rem;
    }
}

@media only screen and (min-width:901px) and (max-width:1023px) {}

@media only screen and (min-width:768px) and (max-width:900px) {
    .contact-box {

        padding: 20px;

    }

    .contact-top .col-md-4 {
        margin-bottom: 20px;
    }

    .box-1 span i {

        width: 35px;
        height: 35px;

        font-size: 12px;
    }

    .contact-box .button-color .btn {

        padding: 5px 13px;

        font-size: 15px;
    }

    .contact-box .form-height {

        height: 33px;
        font-size: 14px;

        margin-bottom: 20px;
    }

    .contact-box .form-icon .fab {
        height: 35px;
        width: 35px;


        font-size: 15px;

    }
    .box-1{
        top: -32px;
    }
    .img-left{
        padding-top: 3rem;
    }
   
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .contact-box {

        padding: 20px;

    }

    .contact-top .col-md-4 {
        margin-bottom: 20px;
    }

    .box-1 span i {

        width: 35px;
        height: 35px;

        font-size: 12px;
    }

    .contact-box .button-color .btn {

        padding: 5px 13px;

        font-size: 15px;
    }

    .contact-box .form-height {

        height: 33px;
        font-size: 13px;

        margin-bottom: 20px;
    }

    .contact-box .form-icon .fab {
        height: 35px;
        width: 35px;


        font-size: 15px;

    }
    .contact-top p{
        font-size: 14px;
    } 

}

@media only screen and (min-width:420px) and (max-width:575px) {
    .contact-box {

        padding: 20px;

    }

    .contact-top .col-md-4 {
        margin-bottom: 20px;
    }

    .box-1 span i {

        width: 35px;
        height: 35px;

        font-size: 12px;
    }

    .contact-box .button-color .btn {

        padding: 5px 13px;

        font-size: 15px;
    }

    .contact-box .form-height {

        height: 33px;
        font-size: 13px;

        margin-bottom: 20px;
    }

    .contact-box .form-icon .fab {
        height: 35px;
        width: 35px;


        font-size: 15px;

    }

}

@media only screen and (min-width:100px) and (max-width:419px) {
    .contact-box {

        padding: 20px;

    }

    .contact-top .col-md-4 {
        margin-bottom: 20px;
    }

    .box-1 span i {

        width: 35px;
        height: 35px;

        font-size: 12px;
    }

    .contact-box .button-color .btn {

        padding: 5px 13px;

        font-size: 15px;
        margin-top: 12px;
    }

    .contact-box .form-height {

        height: 33px;
        font-size: 15px;

        margin-bottom: 20px;
    }

    .contact-box .form-icon .fab {
        height: 35px;
        width: 35px;


        font-size: 15px;

    }
}

/*========================media Queries===========================*/