#contact_section {
    background: url(../img/contact/header_img.png) no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 638px;
    display: flex;
    align-items: end;

}

#contact_section img {
    margin-bottom: -5px;
    width: 86% !important;
    margin-left: auto;
    margin-right: auto;
}
.ml-4rem{
        margin-left: 4rem !important;
}
.grow_with {
    text-align: center;
    max-width: 565px;
}

.golden-border2 {
    max-width: 460px;
}

.address-section-box {
    background: #fff;
    border: 1px solid #B38E6F;
}

.address-section {
    padding: 37px;
    position: relative;
    overflow: hidden;
}

.rb1 {
    border-right: 1px solid #b38e6f54;
}

.contact-title {
    min-height: 170px;
}

.address-col {
    position: relative;
    z-index: 1;
}

.address-col h4 {
    color: #B38E6F;
    font-weight: 500 !important;
    font-size: 1.3rem;
    border-bottom: 2px solid #000;
    min-height: 50px;
    margin-top: auto;
    text-align: left;
    display: flex;
    line-height: 36px;
    align-items: end;
        min-height: 73px;

}

.address-col h2 {
    font-size: 5rem;
    font-weight: 500 !important;
    margin-bottom: 60px;

}

.address {
    font-size: 14px;
    color: #000;
    min-height: 80px;
}

.contact-text {
    font-size: 14px;
    color: #000;
}

.contact-text span {
    color: #B38E6F;
    font-weight: 500;
}

.address-section:hover {
    cursor: pointer;
    color: #fff;
}

.cb1:hover h2,
.cb1:hover h4,
.cb1:hover .contact-text span,
.cb1:hover .address,
.cb1:hover .contact-text,
.cb2:hover h2,
.cb2:hover h4,
.cb2:hover .contact-text span,
.cb2:hover .address,
.cb2:hover .contact-text,
.cb3:hover h2,
.cb3:hover h4,
.cb3:hover .contact-text span,
.cb3:hover .address,
.cb3:hover .contact-text,
.cb4:hover h2,
.cb4:hover h4,
.cb4:hover .contact-text span,
.cb4:hover .address,
.cb4:hover .contact-text {
    color: #fff;
}

.address-section:hover .address-col h4 {
    border-bottom: 2px solid #fff;
}


.cb1 .bg-img {
    position: absolute;
    inset: 0;
    background: url("../img/contact/address1.png") center/cover no-repeat;
    transform: translateY(100%);
    transition: transform 0.7s ease;
    z-index: 0;
}

.cb2 .bg-img,
.cb4 .bg-img {
    position: absolute;
    inset: 0;
    background: url("../img/contact/address_bg.png") center/cover no-repeat;
    transform: translateY(100%);
    transition: transform 0.7s ease;
    z-index: 0;
}

.cb3 .bg-img {
    position: absolute;
    inset: 0;
    background: url("../img/contact/address2.png") center/cover no-repeat;
    transform: translateY(100%);
    transition: transform 0.7s ease;
    z-index: 0;
}

/* Hover */
.cb1:hover .bg-img,
.cb2:hover .bg-img,
.cb3:hover .bg-img,
.cb4:hover .bg-img {
    transform: translateY(0);
}

.enquery-section {
    margin-top: 100px;
}

.en-bg {
    padding: 0px;
}

.legacy-hotels {
    width: 49%;
    margin-left: 5rem;
}

.enquery-section.display-5,
.enquery-section form {
    padding-left: 5rem;
}

.enquery-section form {
    margin-top: 6rem;
}

.enquery-section .form-field input,
.enquery-section .form-field select,
.enquery-section .form-field textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    font-size: 14px;
    width: 85%;
    outline: none;
    color: #000;

}
#country_select{
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    font-size: 14px;
    width: 85%;
    outline: none;
    color: #000;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #0000004D;
}

.enquery-section .form-field textarea {
    min-height: 161px;
}

.contact-map-section {
    margin-top: 9rem;
    margin-bottom: 10rem;
}

.right_border {
    right: 0px !important;
    left: auto !important;
}

.contact_map {
    position: relative;
    overflow: hidden;
}

.contact_map img {
    transition: opacity 0.5s ease;
}

/* Change image on hover */
.contact_map:hover img {
    opacity: 0;
}

.contact_map::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/contact/map1.jpeg") center/cover no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.contact_map:hover::after {
    opacity: 1;
}

.contact-map-section .legacy-hotels {
    width: 70%;
}

.map-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -100%);
    /* background: #b11212; */
    /* border-radius: 50%; */
    /* box-shadow: 0 0 0 4px rgba(177, 18, 18, 0.25); */
}


/* Default state */
.contact_map:hover .map-dot img {
    animation: pinPulse 1.6s ease-in-out infinite;
}

@keyframes pinPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    /* small enlarge */
    100% {
        transform: scale(1);
    }
}

.map-dot img {
    opacity: 1 !important;
    transform: scale(1);
    transition: transform 0.3s ease;
}

/* Dubai location */
.dot-dubai {
       top: 72%;
    left: 59%;
    z-index: 2;
}

/* Georgia location */
.dot-georgia {
        top: 27%;
    left: 48%;
    z-index: 2;

}

/* Saudi location */
.dot-saudi {
        top: 72%;
    left: 50%;

    z-index: 2;

}

/* Paris location */
.dot-paris {
    top: 10%;
    left: 6.6%;
    z-index: 2;

}


@media(min-width:1900px) {
    #contact_section {
        background-size: cover;
        min-height: 800px;
    }
}

@media(max-width:1400px) {
    #contact_section {
        min-height: 538px;
    }

    .address-section {
        padding: 20px;
    }

    .address-col h2 {
        font-size: 4rem;
    }

    .address-col h4 {
        font-size: 1rem;
    }

    .contact-text,
    .address {
        font-size: 12px;
    }
}

@media(max-width:800px) {
     .address-col h4 {
            min-height: 109px;
    }
    #contact_section {
        min-height: 290px;
    }

    .legacy-hotels {
        padding-right: 85px;
    }

    .en-bg {
        padding: 20px;
        ;
    }

    .map-dot {
        width: 9px;
        height: 9px;
    }
    .contact_map {
          margin-bottom: 26px;  
    }
    .ml-4rem,.legacy-hotels{
        margin-left: 1rem !important;
    }
    .enquery-section.display-5, .enquery-section form{
       padding-left: 1rem !important;
    }
    .right_border {
    right: auto;
    left: 0;
}
}