h1 {
    color: #fff;
}

.btn {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    background-color: #000;
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.contact-banner {
    background-image: url(https://www.arabiers.in/app/images/banner/contact-banner.jpg);
    border-radius: 10px;
}

.banner-section {
    padding-bottom: 50px;
}

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

.common-banner-button {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 45px;
    right: 30px;
    z-index: 1;
}

.common-banner-button .query-btn {
    width: max-content;
    min-height: 64px;
    padding: 10px;
    color: #000;
    background-color: #FFFFFFB5;
    border-radius: 10px;
    border: #FFFFFFB5;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 10px;
    transition: all 0.5s ease-in-out;
}

.common-banner-button .query-btn i {
    font-size: 25px;
    color: #46c756;
    margin-right: 10px;
}

.common-banner-button .query-btn i.fa-phone-volume {
    color: rgb(11 132 238) !important;
}

.bg-layer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    border-radius: 10px;
    border-radius: 10px
}

/* contact-sec css */
.contact-sec h2 {
    margin-bottom: 20px;
}

.contact-sec .col-half:nth-of-type(2) h2 {
    text-align: center;
}

.contact-sec .information {
    padding: 40px 40px 0 0;
}

.contact-sec .information ul {
    margin: 30px 0 30px;
}

.contact-sec .information ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
}

.contact-sec .information .social-icons {
    margin: 20px 0 !important;
}

.contact-sec .information .social-icons li {
    margin-bottom: 0 !important;
}

.contact-sec .information ul li a {
    display: flex;
    font-size: 16px;
}

.contact-sec .information ul li a i {
    margin-right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #24B4BD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-sec .form-wrapper {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-sec .form-wrapper textarea {
    min-height: 100px;
    resize: vertical;
}

.contact-sec .form-wrapper .form-group .btn {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    font-size: 18px;
}

/* map-sec css */
.map-sec {
    width: 100%;
}

.map-sec iframe {
    width: 100%;
    height: 400px;
}

@media (max-width: 992px) {
    .contact-sec h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .contact-sec .information {
        padding: 40px 0 0 0;
    }

    .contact-sec .information ul li .text {
        width: 85%;
    }
}

@media (max-width: 850px) {
    .common-banner-button {
        display: none;
    }
}

@media (max-width: 767px) {
    .contact-sec .row {
        row-gap: 20px;
    }

    .contact-sec .col-half {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .banner-section .common-banner .common-text {
        padding: 80px 0;
    }
}

@media (max-width: 480px) {
    .contact-sec .form-wrapper .form-group {
        width: 100%;
    }
}