@media (max-width: 1024px) and (min-width: 981px){
    section.contact-wrapper .col-left{
        padding: 30px 30px;
    }
    section.contact-wrapper .col-right{
        padding: 30px 30px;
    }
    section.contact-wrapper .contact-info h4 {
    font-size: 35px;
    }
    section.contact-wrapper .contact-info p {
    font-size: 18px;
    }
    section.contact-wrapper .contact-img img {
    /* width: 350px; */
}
    section.contact-wrapper .left-content{
        width:100%;
    }
section.contact-wrapper .row.pager .text-value p.inline-acct{
    width: 189px;
}
section.contact-wrapper .quote_btn p{
    max-width: 100%;
}
}
@media (max-width: 980px){
      header.mob{
        display:none;
    }
section.contact-wrapper .logo img {
    width: 190px;
}
section.contact-wrapper .contact-img {
    position: relative;
}
section.contact-wrapper .contact-img img {
    /* width: 65%; */
}
section.contact-wrapper .col-right {
    padding: 40px 40px;
    height: 100%;
}
section.contact-wrapper .col-right h6 {
    /* font-size: 28px; */
}
section.contact-wrapper .col-left {
        padding: 40px 40px;
        height: 100%;
        padding-bottom: 0;
    }
    section.contact-wrapper .contact-info h4 {
    /* font-size: 36px; */
    }
    div#brand-slider {
    margin-top: 40px;
}
}
@media (max-width: 540px){
    header.mob{
        display:none;
    }
    section.contact-wrapper .col-left{
        padding: 30px 24px;
        height: 100%;
        padding-bottom: 0;
    }
    section.contact-wrapper .logo img {
    width: 160px;
}
section.contact-wrapper .contact-info {
    margin-top: 30px;
}
section.contact-wrapper .contact-info h4 {
    font-size: 26px;
}
section.contact-wrapper .contact-info p {
    font-size: 18px;
}
section.contact-wrapper .contact-img {
    position: relative;
}
section.contact-wrapper .contact-img img {
    width: 100%;
}
section.contact-wrapper .col-right {
    padding: 30px 24px;
}
section.contact-wrapper .col-right h6 {
    font-size: 19px;
}
section.contact-wrapper .heading{
    margin-bottom: 20px;
}
section.contact-wrapper .row.pager .text-value p.inline-acct{
    left: -52px;
        width: 130px;
        font-size: 14px;
}
section.contact-wrapper .form-floating{
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
section.contact-wrapper .quote_btn{
    padding-top: 20px;
    margin-top: 20px;
}
section.contact-wrapper .left-content{
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
section.contact-wrapper .quote_btn{
    flex-direction: column;
    gap: 15px;
}
section.contact-wrapper .quote_btn p{
    max-width: 100%;
}
     section.contact-wrapper .quote_btn p:nth-child(2){
        display:none;
    }
section.contact-wrapper button.main-btn{
    font-size: 17px;
    width: 100%;
}
section.contact-wrapper .row.pager .text-value p:first-child{
    font-size: 15px;
}
.form-control{
    font-size:14px;
}
.form-floating>label {
    font-size: 14px;
}
label {
    font-size: 14px;
}
section.contact-wrapper .quote_btn.radio-btn{
    gap: 20px;
}
section.contact-wrapper .form-btnn{
    flex-direction: column;
    gap: 15px;
}
}
@media (max-width: 384px){
        section.contact-wrapper .row.pager .text-value p.inline-acct {
        left: -40px;
        width: 110px;
        }
}
@media (max-width: 360px){
        section.contact-wrapper .row.pager .text-value p.inline-acct {
        left: -43px;
        width: 106px;
    }
}