﻿

.banner_title {
    margin-bottom: 64px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: var(--all-text-main);
    max-width: 815px;
    margin: 0 auto;
    line-height: 54px;
    padding-bottom: 64px;
}

.contact_us .image_section_login {
    max-width: 1110px;
}

.image_section_login {
    display: flex;
    gap: 30px;
    position: absolute;
    left: 56%;
    top: 270px;
    transform: translate(-50%, 0%);
    max-width: 1330px;
    justify-content: flex-end;
    width: 100%;
}

.contact_information {
    border-radius: 24px;
    border: 1px solid var(--Border-border-separator, #DBE0E5);
    backdrop-filter: blur(20px);
    padding: 48px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    color: #fff;
    max-width: 458px;
}

.contact_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.contact_sub_div {
    column-gap: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: inline-flex;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

.con_address_icon {
    background-position: -162px -36px;
    filter: brightness(0) invert(1);
}

.con_licence_icon {
    background-position: -570px 0px;
}

.con_phone_icon {
    background-position: -606px -1px;
}

.con_time_icon {
    background-position: -248px -38px;
    filter: brightness(0) invert(1);
}

.contact_left_div .input_box {
    position: relative;
    width: 100%;
    display: block;
    color: #7E8389;
    font-size: 16px;
    line-height: 30px;
    padding: 0 16px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--border-color);
    font-weight: 400;
}

.contact_main_block {
    padding: 160px 0 0px 0;
}

.contact_main_div {
    display: flex;
    gap: 24px;
}

.contact_left_div {
    flex: 1;
}

.contact_right_div {
    position: relative;
}

    .contact_right_div img {
        height: 664px;
        object-fit: cover;
        border-radius: 24px;
    }

.contact_left_div .from-group-input {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.phone_code {
    display: flex;
    position: relative;
}

.select_code {
    line-height: 32px;
    position: absolute;
    width: 110px;
    z-index: 1;
    background: #fff;
    color: #7E8389;
    font-size: 16px;
    padding: 10px 18px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid var(--border-color);
    pointer-events: none;
}

.contact_left_div .phone_code select {
    width: 100px;
}

.from-group-input .phone_code input {
    padding: 10px 20px;
}

.contact_left_div input.input-text, .contact_left_div select, .contact_left_div textarea {
    position: relative;
    width: 100%;
    display: block;
    color: #7E8389;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 16px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--border-color);
    font-weight: 400;
}

.contact_left_div .drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 27px;
    right: 10px;
    z-index: 1;
}

.contact_left_div .down_arrow {
    background-position: -317px -14px;
    right: 10px;
    left: auto;
    top: 15px;
}

.login_from {
    position: relative;
}

.contact_left_div .login_from textarea {
    min-height: 160px;
}

.chat_now {
    max-width: 100%;
    height: 56px;
}

.contact_left_div .input_check_box label a {
    color: var(--all-text-main);
}

.contact_left_div .input_check_box label {
    font-size: 14px;
    font-weight: 400;
}

.inquiry_button {
    margin: initial;
    margin-top: 25px;
    padding: 16px 32px;
}


@media (max-width:991px) {

    .contact_right_div img {
        height: 510px;
    }

    .contact_right_div {
        flex: 1;
    }
    .contact_main_block {
        padding: 30px 0 0px 0;
    }
    .banner_title {
        font-size: 25px;
        padding-bottom: 30px;
    }



}

@media (max-width:7671px) {
    .contact_main_block {
        padding: 10px 0 0px 0;
    }
    .inquiry_button {
        padding: 10px 20px;
    }
    .banner_title {
        font-size: 20px;
        padding-bottom: 5px;
    }



}