.suopport_img_templete {
    position: relative;
}

.suopport_img_templete .img {
    height: 100%;
}

.suopport_img_templete .img img {
    height: 100%;
    object-fit: cover;
}

.suopport_img_templete .wrap {
    position: relative;
}

.suopport_img_templete .wrap h2 {
    position: absolute;
    color: var(--cf);
    font-size: 40px;
    left: 45px;
    bottom: 50px;
    font-size: 40px;
    margin-bottom: 0;
}

.suopport_img_templete .wrap h2 span {
    display: block;
    color: rgba(255, 255, 255, 0.40);
}

@media(max-width:1440px) {
    .suopport_img_templete .wrap h2 {
        font-size: 36px;
    }
}

@media(max-width:1300px) {
    .suopport_img_templete .wrap h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media(max-width:1100px) {
    .suopport_img_templete .wrap h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width:990px) {
    .suopport_img_templete .col-lg-5 .img {
        padding-bottom: 20px;
    }
    /* .suopport_img_templete .col-lg-4:last-child .img {
        padding-bottom: 0px;
    } */
}


/* -----  */

.support_sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

.support_sec .title h2 {
    font-size: 60px;
    text-align: center;
}

.support_sec .wrap {
    height:100%;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #E6E7E9;
    background: var(--cf);
    box-shadow: 0px -10px 60px 0px rgba(0, 0, 0, 0.02), 0px 30px 60px 0px rgba(0, 0, 0, 0.03);
}
.support_sec .wrap h3 {
    font-size:26px;
}
.support_sec .wrap h3 img{
    padding-right:6px;
}

.support_sec .wrap li {
    position: relative;
    margin-bottom: 16px;
}

.support_sec .wrap li:last-of-type {
    margin-bottom: 0px;
}

.support_sec .wrap li a::before {
    position: absolute;
    content: '\f061';
    top: 0;
    right: 0px;
    color: var(--c1);
    font-weight: 900;
    font-family: 'FontAwesome';
}

.support_sec .wrap li a {
    color: var(--c1);
    text-decoration: unset;
}

.support_sec .wrap li a:hover {
    color: var(--c3);
}

.support_sec .wrap li a:hover::before {
    color: var(--c3);
}

.support_sec .txt_hours ul {
    display: flex;
    flex-wrap: wrap;
}

.support_sec .txt_hours li {
    width: 50%;
    margin-bottom: 8px;
}

.support_sec .txt_hours li:nth-last-child(2) {
    margin-bottom: 0;
}

.support_sec .txt_hours li:nth-last-child(3),
.support_sec .txt_hours li:nth-last-child(1) {
    text-align: end;
}

.support_sec .txt_hours li:nth-child(1),
.support_sec .txt_hours li:nth-child(3) {
    color: var(--c2);
    font-weight: 600;
}

.support_sec .txt_loc span {
    display: inline-block;
    max-width: 90%;
}

.support_sec .txt_loc li a::before {
    top: 3px;
}

@media(max-width:1400px) {
    .support_sec .title h2 {
        font-size: 48px;
    }
}

@media(max-width:1300px) {
    .support_sec .title h2 {
        font-size: 40px;
    }
}

@media(max-width:1200px) {
    .support_sec .txt_contact .txt_mail span {
        display: inline-block;
        max-width: 88%;
    }
    .support_sec .txt_contact .txt_mail a::before {
        top: auto;
        bottom: 2px;
    }
    .support_sec .txt_loc span {
        display: inline-block;
        max-width: 88%;
    }
    .support_sec .txt_hours li:nth-child(1) {
        width: 45%;
    }
    .support_sec .txt_hours li:nth-child(2) {
        width: 55%;
    }
}

@media(max-width:1100px) {
    /* .support_sec .txt_hours ul {
        flex-wrap: nowrap;
    } */
    .support_sec .txt_hours li {
        width: 100%;
    }
    .support_sec .txt_hours li:nth-child(1),
    .support_sec .txt_hours li:nth-child(2) {
        width: 100%;
    }
    .support_sec .txt_hours li:nth-last-child(3),
    .support_sec .txt_hours li:nth-last-child(1) {
        text-align: start;
    }
    .support_sec .txt_hours li:nth-last-child(2) {
        margin-bottom: 8px;
    }
}

@media(max-width:990px) {
    .support_sec .col-lg-4 {
        margin-bottom: 40px;
    }
    .support_sec .col-lg-4:last-of-type {
        margin-bottom: 0px;
    }
    .support_sec .txt_hours li {
        width: 50%;
    }
    .support_sec .txt_hours li:nth-child(1),
    .support_sec .txt_hours li:nth-child(2) {
        width: 50%;
    }
    .support_sec .txt_hours li:nth-last-child(3),
    .support_sec .txt_hours li:nth-last-child(1) {
        text-align: end;
    }
}


@media(max-width:767px) {
    .support_sec .wrap h3 {
        font-size:26px;
    }
}
@media(max-width:400px) {
    .support_sec .txt_hours li {
        width: 100%;
    }
    .support_sec .txt_hours li:nth-child(1),
    .support_sec .txt_hours li:nth-child(3) {
        width: 100%;
        color: var(--c2);
        font-weight: 600;
    }
    .support_sec .txt_hours li:nth-child(2),
    .support_sec .txt_hours li:nth-child(4) {
        width: 100%;
    }
    .support_sec .txt_hours li:nth-child(2) {
        margin-bottom: 20px;
    }
    .support_sec .txt_hours li:nth-last-child(3),
    .support_sec .txt_hours li:nth-last-child(1) {
        text-align: start;
    }
}


/* ---- map_sec ---  */

.map_sec {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.map_sec .map {
    border-radius: 30px;
    overflow: hidden;
}

.map_sec .map img {
    border-radius: 30px;
}

.map_sec .form_wrap .form_title h2 {
    color: var(--cf);
    margin-bottom: 30px;
}

.map_sec .form_wrap .form-group {
    margin-bottom: 20px;
}

.map_sec .form_wrap .form-group:last-child {
    margin-bottom: 0px;
}

.map_sec .form_wrap .form-control {
    color: rgba(230, 231, 233, 0.50);
    font-family: "Inter";
    font-size: 20px;
    font-weight: 400;
    height: 62px;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #E6E7E9;
    background-color: unset;
    box-shadow: 0px -10px 60px 0px rgba(0, 0, 0, 0.02), 0px 30px 60px 0px rgba(0, 0, 0, 0.03);
}

.map_sec .form_wrap .form-control::placeholder {
    color: rgba(230, 231, 233, 0.50);
    font-family: "Inter";
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}

.map_sec .form_wrap textarea.form-control {
    height: auto;
}

.map_sec .form_wrap .btn {
    margin-top: 20px;
}

@media(max-width:990px) {
    .map_sec .map_row {
        flex-direction: column-reverse;
    }
    .map_sec .form_wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .map_sec .form_wrap .form-control {
        height: 60px;
        padding: 16px 24px;
        border-radius: 16px;
    }
}