.position-relative {
    position: relative !important;
}
.overflow-hidden {
    overflow: hidden !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.w-100 {
    width: 100% !important;
}
.form-group label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #393E46;

}
.form-group .form-control:focus {    
    border-color: rgb(249 109 0 / 50%);
    outline: 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset, rgb(249 109 0 / 50%) 0px 0px 8px;
}
.form-group input.form-control {
    border-radius: 0;
    height: 40px;
}
.form-group textarea.form-control {
    border-radius: 0;
    height: auto;
    max-height: 200px;
}
.vendor_form_area .form-group {
    margin-bottom: 2rem;
}
.cms_body {
    padding-block: 3rem;
    background: #ffffff;
}
.cms_body h1 {
    text-align: center;
    color: #222831;    
    line-height: 53px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.form-group .btn.btn-warning {
    background: #F96D00 !important;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 15px;
    min-width: 110px;
    border-radius: 2px;
}
.inner_page_banner {
    display: grid;
    gap: 0 0;
    position: relative;
}
.inner_page_banner.two_column {
    grid-template-columns: repeat(2, 1fr);
}
.inner_page_banner.three_column {
    grid-template-columns: repeat(3, 1fr);
}
.inner_page_banner .banner_img {
    position: relative;
    max-height: 410px;
    overflow: hidden;
}
.inner_page_banner .banner_img::after {
    content: '';
    padding-block: 20%;    
    display: block;
}
.inner_page_banner .banner_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.contact_box_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 1.5rem;
    margin-top: 4.5rem;
}

.cbox_info {
    border: 1px solid #E3E3E3;
    padding: 1.55rem 1.5rem;
    text-align: center;
}

.cbox_info p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #222831;
    margin-bottom: .25rem;
}

.cbox_info span {  
    font-family: "Poppins", sans-serif;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #393E46;
}
.contact_box_info + h5 {
    max-width: 674px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 4rem auto 5rem;
    color: #393E46;
}

.cform_wrapper {
    max-width: 960px;
    margin: 0rem auto 3rem;
    padding-block-start: 1.5rem;
}

.cform_wrapper .form-group button {
    margin-left: auto;
    margin-right: 0;
    display: inherit;
}

.cform_wrapper .form-group textarea {
    height: 150px;
}
@media screen and (min-width:1199px) {
    .inner_page_banner .banner_img {       
        min-height: 300px;
    }
    .contact_box_info {
        gap: 0 2.5rem;
    }
}

@media screen and (max-width:992px) {
    .cms_body h1 {
        font-size: 24px;
        margin-block: 0;
        line-height: 1.5;
    }
}