header{
    background: #fff;
    z-index: 1000;
    position: relative;
}
header .header-right i{
    background-color: #ce232d;
    color: #fff;
}
header .header-right i:hover{
    background-color: #1d4a8a;
}
.navbar{
    background: #fff;
    position: relative;
    top: 0;
}

/* Banner Start */
.contact-banner{
    position: relative;
}
.contact-banner img{
    width: 100%;
}
.contact-banner .banner-content{
    width: 100%;
    height: 100%;
    background-color: #0000008b;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-banner .banner-content h1{
    font-size: calc(2.5rem + 0.5vw);
    font-weight: 700;
    color: #fff;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .contact-banner .banner-content h1{
        font-size: calc(2.25rem + 0.5vw);
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .contact-banner .banner-content h1{
        font-size: calc(2rem + 0.5vw);
    }
}

@media screen and (max-width: 767px) {
    .contact-banner{
        height: 25vh;
    }
    .contact-banner img{
        height: 100%;
        object-fit: cover;
    }
    .contact-banner .banner-content h1{
        font-size: calc(1.5rem + 0.5vw);
    }
}
/* Banner End */

/* Send Message Start */
.send-msg{
    padding: 5rem 7% 7rem 7%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.send-msg .contact-form{
    width: 55%;
}
.send-msg .contact-form h3{
    font-size: calc(2rem + 0.5vw);
    font-weight: 700;
    color: #1d4a8a;
}
.send-msg .contact-form form{
    margin-top: 2.5rem;
}
.send-msg .contact-form .input-row{
    display: flex;
    justify-content: space-between;
}
.send-msg .contact-form .input-row input,
.send-msg .contact-form .input-row textarea{
    padding: 0.68rem 0.7rem;
    border: none;
    outline: 1px solid #d4d4d4;
    border-radius: 2px;
    background-color: #f9f9f9;
}
.send-msg .contact-form .input-row textarea{
    min-height: 8rem;
    max-height: 10rem;
}
.send-msg .contact-form .input-row input::placeholder,
.send-msg .contact-form .input-row textarea::placeholder{
    color: #a7a7a7;
}
.send-msg .contact-form .input-row input:focus,
.send-msg .contact-form .input-row textarea:focus{
    outline: 1px solid #bababa;
}
.send-msg .contact-form .input-row input,
.send-msg .contact-form .input-row .choices{
    width: 48.5% !important;
    font-size: calc(0.6rem + 0.5vw);
    margin-bottom: 1.5rem;
}
.send-msg .contact-form .input-row input[type="number"]::-webkit-inner-spin-button{
    display: none;
}
.send-msg .contact-form .input-row .choices__inner,
.send-msg .contact-form .input-row .choices__list--single .choices__item,
.send-msg .contact-form .input-row .choices__list--dropdown .choices__item{
    font-size: calc(0.6rem + 0.5vw);
}
.send-msg .contact-form .input-row .choices__list--dropdown .choices__item{
    font-size: calc(0.45rem + 0.5vw);
}
.send-msg .contact-form .input-row .choices[data-type*="select-one"]::after{
    display: none;
}
.send-msg .contact-form .sub-msg-box{
    flex-direction: column;
}
.send-msg .contact-form .sub-msg-box input{
    width: 100% !important;
}
.send-msg .contact-form button{
    width: 100%;
    margin-top: 1.5rem;
    background-color: #ce232d;
    color: #fff;
    border: none;
    padding: 0.7rem 0;
    font-size: calc(0.6rem + 0.5vw);
    font-weight: 700;
    border-radius: 2px;
    transition: all 0.2s ease;
}
.send-msg .contact-form button:hover{
    background-color: #1d4a8a;
}

.send-msg .send-msg-image{
    width: 38%;
    display: flex;
    align-items: center;
}
.send-msg .send-msg-image img{
    width: 100%;
    border-radius: 48% 52% 48% 52% / 63% 69% 31% 37%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-top: 5rem;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .send-msg{
        padding: 4.5rem 7% 6.5rem 7%;
    }
    .send-msg .contact-form h3{
        font-size: calc(1.8rem + 0.5vw);
    }
    .send-msg .contact-form form{
        margin-top: 2.3rem;
    }
    .send-msg .contact-form .input-row input,
    .send-msg .contact-form .input-row textarea{
        padding: 0.65rem 0.6rem;
    }
    .send-msg .contact-form .input-row textarea{
        min-height: 7rem;
        max-height: 9rem;
    }
    .send-msg .contact-form .input-row input,
    .send-msg .contact-form .input-row .choices{
        font-size: calc(0.55rem + 0.5vw);
        margin-bottom: 1.3rem;
    }
    .send-msg .contact-form .input-row .choices__inner,
    .send-msg .contact-form .input-row .choices__list--single .choices__item,
    .send-msg .contact-form .input-row .choices__list--dropdown .choices__item{
        font-size: calc(0.55rem + 0.5vw);
    }
    .send-msg .contact-form .input-row .choices__list--dropdown .choices__item{
        font-size: calc(0.45rem + 0.5vw);
    }
    .send-msg .contact-form button{
        margin-top: 1.3rem;
        padding: 0.6rem 0;
        font-size: calc(0.55rem + 0.5vw);
    }
    .send-msg .send-msg-image img{
        margin-top: 2rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .send-msg{
        padding: 4rem 7% 6rem 7%;
    }
    .send-msg .contact-form h3{
        font-size: calc(1.6rem + 0.5vw);
    }
    .send-msg .contact-form form{
        margin-top: 2.2rem;
    }
    .send-msg .contact-form .input-row input,
    .send-msg .contact-form .input-row textarea{
        padding: 0.6rem 0.6rem;
    }
    .send-msg .contact-form .input-row textarea{
        min-height: 6rem;
        max-height: 8rem;
    }
    .send-msg .contact-form .input-row input,
    .send-msg .contact-form .input-row .choices{
        font-size: calc(0.5rem + 0.5vw);
        margin-bottom: 1.2rem;
    }
    .send-msg .contact-form .input-row .choices__inner,
    .send-msg .contact-form .input-row .choices__list--single .choices__item,
    .send-msg .contact-form .input-row .choices__list--dropdown .choices__item{
        font-size: calc(0.5rem + 0.5vw);
    }
    .send-msg .contact-form .input-row .choices__list--dropdown .choices__item{
        font-size: calc(0.4rem + 0.5vw);
    }
    .send-msg .contact-form button{
        margin-top: 1.2rem;
        padding: 0.58rem 0;
        font-size: calc(0.5rem + 0.5vw);
    }
    .send-msg .send-msg-image img{
        margin-top: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .send-msg{
        padding: 1.5rem 1rem 4.5rem 1rem;
    }
    .send-msg .contact-form{
        width: 100%;
    }
    .send-msg .contact-form h3{
        font-size: calc(1.3rem + 0.5vw);
    }
    .send-msg .contact-form form{
        margin-top: 2rem;
    }
    .send-msg .contact-form .input-row{
        flex-wrap: wrap;
    }
    .send-msg .contact-form .input-row input,
    .send-msg .contact-form .input-row textarea{
        padding: 0.68rem 0.7rem;
    }
    .send-msg .contact-form .input-row textarea{
        min-height: 7rem;
        font-size: calc(0.75rem + 0.5vw);
    }
    .send-msg .contact-form .input-row input,
    .send-msg .contact-form .input-row .choices{
        font-size: calc(0.75rem + 0.5vw);
        margin-bottom: 0.7rem;
    }
    .send-msg .contact-form .input-row .choices{
        width: 100% !important;
    }
    .send-msg .contact-form .input-row .choices__inner,
    .send-msg .contact-form .input-row .choices__list--single .choices__item,
    .send-msg .contact-form .input-row .choices__list--dropdown .choices__item{
        font-size: calc(0.75rem + 0.5vw);
    }
    .send-msg .contact-form .input-row .choices__list--dropdown .choices__item{
        font-size: calc(0.75rem + 0.5vw);
    }
    .send-msg .contact-form button{
        margin-top: 1rem;
        font-size: calc(0.8rem + 0.5vw);
    }

    .send-msg .send-msg-image{
        width: 100%;
    }
    .send-msg .send-msg-image img{
        margin-top: 4rem;
    }
}
/* Send Message End */