.banner-section .common-banner .common-text {
    max-width: 563px;
    padding: 136px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

h1 {
    color: #fff;
}

.bg-layer::after {
    background-color: #0000006e;
    border-radius: 10px;
}

.banner-section .para {
    padding: 20px 0;
    color: #000;
}

/* counter css */
.counter-row {
    justify-content: space-around;
}

.counter-row .col {
    text-align: center;

}

.counter-row .col strong {
    font-size: 30px;
    border-bottom: 1px solid #24B4BD;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.counter-row .col span {
    font-size: 18px;
    font-weight: 800;
}

/* brand-section css */
.brand-section {
    border-bottom: 1px solid #ddd;
}

.brand-section .col-left {
    width: 10%;
}

.brand-section .col-right {
    width: 90%;
}

/* our-office-sec css */
.our-office-sec .col-left {
    width: 28%;
}

.our-office-sec .col-right {
    width: 68%;
}

.our-office-sec p {
    margin: 10px 0;
}

/* booking-banner-sec css */
.booking-banner-sec {
    background-image: url(https://www.arabiers.in/app/images/banner/dubai_banner_image.jpg);
    margin-bottom: 50px;

}

.booking-banner-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000078;
    width: 100%;
    height: 100%;
}

.booking-banner-sec .text-box {
    padding: 150px 0;
    max-width: 500px;
    position: relative;
    z-index: 1;
}

.booking-banner-sec .text-box h2 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #fff;
}

@media (max-width: 580px) {
    .counter-row .col {
        width: 50%;
    }
}