.contact_us_com_banner {
    margin-bottom: 0;
}

.contact_us {
    background-image: url(./images/contact_us.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 640px;
}

.contact_comman .con_img {
    max-width: 70px;
    margin-right: 20px;
}

.contact_comman h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #221F1F;
}

.contact_comman h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #6A6D7C;
    max-width: 270px;
}

.Phone_contact {
    margin: 60px 0;
}

.contact_detils {
    padding: 60px 0;
}

.contact_form_main {
    padding: 28px 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 32px rgba(26, 38, 61, 0.07);
}

.main_form label {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #6A6D7C;
    margin: 15px 0 15px;
}

.contact_form {
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: 80px;
    right: 5%;
}

.contact_us_main {
    position: relative;
}

.main_form input {
    padding: 18px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    outline: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #6A6D7C;
}

.main_form select {
    padding: 18px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    outline: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #6A6D7C;
}


.first_name {
    width: 50%;
    margin-right: 15px;
}

.last_name {
    width: 50%;
    margin-left: 15px;
}

.contact_middle_line {
    margin-top: 15px;
}

.new-top-only-one {
    margin-top: 25px !important;
}

.contact_middle_line .middle_input {
    margin-top: 20px;
}

.contact_middle_line select {
    margin-top: 20px;
}


.submit_btn button {
    padding: 20px 35px;
    background-color: #38ACEA;
    border: none;
    margin-top: 20px;
}

.submit_btn {
    text-align: end;
}

.submit_btn button {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.contact_last_line textarea {
    padding: 18px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #6A6D7C;
}

.radio-butn {
    display: flex;
    align-items: center;
}

.radio-butn .radio-one {
    display: flex;
    align-items: center;
}

.radio-butn .radio-one {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-right: 30px;
}

.radio-one input {
    margin-right: 10px;
    height: 21px;
    width: 21px;
}

.radio-one [type="radio"]:checked,
.radio-one [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-one [type="radio"]:checked+label,
.radio-one [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.radio-one [type="radio"]:checked+label:before,
.radio-one [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.radio-one [type="radio"]:checked+label:after,
.radio-one [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #221F1F;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-one [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-one [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media(max-width : 1200px) {
    .contact_form {
        max-width: 500px;
    }
}

@media(max-width : 991px) {
    .contact_comman h5 {
        max-width: 240px;
    }

    .contact_form {
        max-width: 350px;
    }
}

@media (max-width : 767px) {
    .contact_form {
        max-width: 100%;
        position: relative;
        right: 0;
        top: 0;
    }

    .contact_us {
        margin-bottom: 100px;
    }
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 30px;
    top: 30px;
    font-size: 17px;
    background-color: green;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.pointer {
    cursor: pointer;
}

@-webkit-keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }

    to {
        right: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }

    to {
        right: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        right: 30px;
        opacity: 1;
    }

    to {
        right: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        right: 30px;
        opacity: 1;
    }

    to {
        right: 0;
        opacity: 0;
    }
}