.contact-left {
    width: calc(100% - 600px);
    padding-right: 97px;
}

.contact-right {
    width: 600px;
}

.address-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.address-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 45%;
    right: 0;
    background-color: #ffffff1a;
    width: 1px;
    height: 200px;
}

.address-box span {
    width: 40px;
    height: 40px;
    background-color: #00358d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-width: 40px;
}

.address-wrap li {
    padding-left: 0;
    width: 50%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.address-wrap li .socialicon span {
    margin-right: 10px;
}

.address-wrap li:nth-child(-n + 2) {
    border-bottom: solid 1px rgb(255 255 255 / 12%);
}

.address-wrap li::before {
    display: none;
}

.address-detail {
    padding-left: 10px;
    padding-right: 10px;
}

.address-detail a {
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
}

.address-detail a:hover {
    color: #00358d;
}

.address-detail label {
    color: #2d2d2d;
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'InstrumentSans';
    font-size: 16px;
}

.address-detail address {
    color: #2d2d2d;
    line-height: 1.4;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.address-box {
    display: flex;
    flex-wrap: nowrap;
    font-style: normal;
}

.img-expertcar {
    padding-left: 100px;
}

.contact-textbox .banner-form-wraper::after {
    display: none;
}

.contact-textbox {
    padding: 50px;
    background: #EBEFF3;
    border-radius: 20px;
}

.heading-18 {
    margin-bottom: 10px;
}

.address-wrap li label {
    color: #2D2D2D;
    font-weight: 700;
}

.contact-textbox p {
    margin-bottom: 0;
}

.contact-left .heading-40 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #2d2d2d1e;
}

.socialicon.address-box span {
    background-color: #2d2d2d;
}

.socialicon a:hover>span {
    background-color: #00358d;
}

.address-wrap li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.map-container iframe {
    width: 100%;
}

.common-form .submitbtn input:hover {
    background: #2d2d2d !important;
    color: #ffffff !important;
}

@media (max-width: 1599px) {
    .contact-left {
        padding-right: 60px;
    }
    .contact-left .heading-40 {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1439px) {
    .address-wrap li {
        width: 100%
    }
    .contact-left {
        padding-right: 40px;
        width: calc(100% - 550px);
    }
    .contact-textbox {
        padding: 25px;
    }
    .contact-left .heading-40 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .address-box.socialicon {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .contact-left {
        padding-right: 40px;
        width: calc(100% - 50%);
    }
    .contact-right {
        width: 50%;
    }
    .banner-form-wraper .book-bin-form::after {
        top: 0;
    }
    .address-wrap li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .contact-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .contact-right {
        width: 100%;
    }
    .contact-wrap {
        flex-direction: column;
    }
    .address-wrap li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .address-wrap li {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .address-wrap li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .address-detail address {
        line-height: 18px;
        font-size: 14px;
    }
    .address-detail a {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    .contact-textbox {
        padding: 15px 20px;
    }
    .contact-left {
        margin-bottom: 30px;
    }
    .common-form .submitbtn input:hover {
    border-color: white;
}


}