.pages-banner.contact-us-banner {
    padding-bottom: 524px;
}
.office-location-outer {
    border-radius: 30px;
    background: var(--white-color);
    box-shadow: 0 10px 55px 0 var(--box-shadow-color4);
    padding: 30px 30px;
    max-width: 960px;
    margin: 0 auto;
}
.office-location-inner {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.office-location-inner-left{
    width: 50%;
}
.office-location-inner-right {
    width: 50%;
}
.office-location-inner-left iframe {
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--colorDFDFDF) !important;
    height: 400px;
}
.office-location-inner-right h4 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--black-color);
    text-align: center;
    font-family: var(--font-family-heading);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.office-location-inner-right h5 {
    color: var(--black-color);
    font-family: var(--font-family-heading);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0 22px;
}
.office-location-inner-right p {
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.our-branches-name {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.our-branches-name h6 {
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    gap: 20px;
}
.office-location {
    margin: -470px 0 0;
    position: relative;
}
.contact-detail-inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.contact-detail-box {
    width: 33.33%;
    text-align: center;
    margin-bottom: 24px;
}
.contact-detail-box-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: var(--bg-icon);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-detail-box p {
    color: var(--dark-blue);
    text-align: center;
    font-family: var(--font-family-heading);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 30px 0 20px;
}
.contact-detail-box span {
    display: block;
    color: var(--text-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0 auto 20px;
    max-width: 328px;
}
.contact-detail-box a {
    color: var(--blue-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: all 0.4s;
}
.contact-detail-box a:hover {
    color: var(--main-color);
}
.contact-detail-box a svg path {
    transition: all 0.4s;
}
.contact-detail-box a:hover svg path {
    fill: var(--main-color);
}
@media(max-width:1200px){
    .office-location-inner-right h4 {
        gap: 16px;
        font-size: 18px;
    }
    .office-location-inner-right h5 {
        font-size: 18px;
        gap: 12px;
        margin: 24px 0 18px;
    }
    .office-location-inner-right p {
        font-size: 16px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .our-branches-name h6 {
        font-size: 16px;
        gap: 14px;
    }
    .office-location-inner {
        gap: 24px;
    }
    .contact-detail-box p {
        font-size: 22px;
        margin: 24px 0 16px;
    }
    .contact-detail-box-icon {
        width: 54px;
        height: 54px;
    }
    .contact-detail-box-icon svg {
        width: 34px;
        height: 34px;
    }
    
}
@media(max-width:991px){
    .contact-detail-inner {
        flex-flow: wrap;
        justify-content: center;
    }
    .contact-detail-box {
        width: calc(50% - 12px);
        text-align: center;
    }
    .contact-detail-box span {
        font-size: 14px;
        margin: 0 auto 18px;
    }
    .contact-detail-box a {
        font-size: 14px;
        gap: 5px;
    }
}
@media(max-width:767px){
    .office-location-inner {
        flex-flow: wrap;
    }
    .office-location-inner-left {
        width: 100%;
    }
    .office-location-inner-right {
        width: 100%;
    }
    .pages-banner.contact-us-banner {
        padding-bottom: 500px;
    }
    .office-location-outer {
        padding: 24px;
    }
}
@media(max-width:600px){
    .contact-detail-box {
        width: 100%;
        text-align: center;
    }
}