section.contact-section {
    width: 100%;
    padding-top: 0;
}

.contact-bg-img {
    position: absolute;
    left: -49px;
    top: 22%;
    z-index: -1;
}

.contact-info-area {
    flex-wrap: wrap;
}

.contact-left {
    width: 753px;
    flex: 1;
    padding-right: 112px;
}

.contact-left .heading-40 {
    margin-bottom: 29px;
}

ul.contact-left-content li .icon {
    min-width: 57px;
    height: 57px;
    background: transparent linear-gradient(134deg, #FEDFEC 0%, #DCFCEC 50%, #DDFEFE 100%) 0% 0% no-repeat padding-box;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact-left p {
    margin-bottom: 46px;
}

.contact-left-content {
    width: calc(100% - 301px);
}

.contact-left-img {
    width: 301px;
    text-align: center;
}

ul.contact-left-content li {
    position: relative;
    margin-bottom: 29px;
    display: flex;
    padding-bottom: 29px;
}

ul.contact-left-content li:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(65, 187, 136, 0) 0%, rgba(65, 187, 136, 1) 50%, rgba(65, 187, 136, 0) 100%);
}

ul.contact-left-content li:last-of-type:after {
    display: none;
}

ul.contact-left-content li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

ul.contact-left-content li label {
    font-size: 16px;
    font-weight: bold;
    color: #363636;
    display: block;
    margin-bottom: 9px;
    line-height: 24px;
}

ul.contact-left-content li a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

ul.contact-left-content li a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}

.contact-link {
    padding-top: 51px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.contact-link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-link .contact-icon {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    background-color: #fff;
    color: #fff;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #FDE4E5;
}

.contact-link .contact-id:after {
    position: absolute;
    content: "";
    margin-left: 80px;
    left: 0;
    background: #fde4e5;
    height: 2px;
    width: calc(100% - 136px);
}

.contact-id span {
    font-weight: 500;
}

/* contact form */
.contact-right {
    position: relative;
    width: calc(100% - 753px);
    background: transparent linear-gradient(111deg, #FEDFEC 0%, #DCFCEC 50%, #DDFEFE 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.contact-right .bgimg {
    opacity: 0.2;
    z-index: 1;
}

.contact-right .heading-40 {
    color: #363636;
    z-index: 1;
    position: relative;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 32px;
}

.contact-right .form-control {
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 110px;
    border: 1px solid #B7B7B7;
    min-height: auto;
    height: 45px;
}

.contact-right textarea.form-control {
    border-radius: 20px;
    min-height: 150px;
}

.contact-right .submit_button {
    justify-content: flex-end;
}

.contact-right .submit_button .btn_theme {
    min-width: 150px;
    cursor: pointer;
}

.contact-right .form-container {
    padding: 62px 55px;
}

.contact-right .btn_border {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.contact-pg .map-block {
    margin-bottom: -60px;
}

/* responsive area */
@media (max-width: 1600px) {

    .contact-pg .map-block {
        margin-bottom: 0;
    }


}

@media (max-width: 1439px) {
    .contact-left {
        width: 50%;
        padding-right: 40px;
    }

    /* contact-form */
    .contact-right {
        width: 45%;
    }
}

@media (max-width: 1199px) {
    .contact-left-content {
        width: calc(100% - 250px);
    }

    .contact-left-img {
        width: 250px;
    }

    /* contact-form */
    .contact-right .form-container {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .contact-section {
        padding: 80px 0 40px 0;
    }

    .contact-left {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
    }

    .contact-link {
        padding-top: 0;
    }

    .contact-left-content {
        width: 50%;
    }

    .contact-left-img {
        width: 50%;
    }

    /* contact-form */
    .contact-right .form-container {
        padding: 30px;
    }

    .contact-right {
        width: 100%;
    }

    .contact-bg-img {
        display: none;
    }
}

@media (max-width: 768px) {
    .contact-pg .map-block {
        margin-bottom: -78px;
    }

    .contact-pg .footer-top-parent {
        margin-bottom: -80px;
    }

    .contact-pg .map-block {
        margin-bottom: 10px;
    }
}


@media (max-width: 575px) {
    .contact-left-content {
        width: 100%;
    }

    .contact-left-img {
        width: 100%;
        margin-top: 30px;
    }

    .contact-pg .footer-top-parent {
        margin-bottom: -54px;
    }

    /* .contact-pg .map-block {
        margin-bottom: -124px;
    } */

    /* contact-form */
    .form-group.width50 {
        width: 100%;
    }

    .contact-right .form-container {
        padding: 20px;
    }

    .contact-right .submit_button {
        justify-content: center;
    }
}