/* --------------------------------------contact_sec----------------------------- */
ul.contact_details_list .contect_social {
    padding-top: 0;
    margin-top: -60px;
}

.contect_email a,
.contect_phone a {
    text-decoration: none;
}

.contect_email a:hover,
.contect_phone a:hover {
    text-decoration: underline;
    color: var(--theme-color);
}

.contact_sec .helf-section ul li {
    padding-left: 0;
    margin: 0 10px 0 0;
}

.contact_sec .helf-section ul li:before {
    display: none;
}


.left-side .form-wrapper .heading_24 {
    margin-bottom: 30px;
}

input[type="submit"]:hover {
    cursor: pointer;
}


/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1599.98px) {}


/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {

    .helf-section {
        flex-wrap: wrap;
    }

    .contact_sec .helf-section .left-side,
    .contact_sec .helf-section .right-side {
        width: 100%;
    }

    .contact_details_list {
        row-gap: 20px;
    }

    .contact_sec .helf-section .right-side {
        padding-left: 0;
    }

    .contact_sec .helf-section .left-side {
        margin-bottom: 30px;
    }

    .contact_list_title {
        margin-bottom: 5px;
    }

    .contect_social_list {
        margin-bottom: 30px;
    }

    .contact_sec .helf-section .right-side .heading-wrap {
        padding: 30px 15px 0px 0px;
    }

    .contact_sec .helf-section .right-side {
        margin-bottom: 20px;
    }

    ul.contact_details_list .contect_social {
        margin-top: -30px;
    }


}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

    .contact-form {
        padding: 30px;
    }

    .contact_sec .helf-section .right-side .heading-wrap .img-wrap {
        min-width: 80px;
        margin-right: 20px;
    }

    .contact_details_list>li {
        width: calc(100% - 37px);
    }

    ul.contact_details_list .contect_social {
        margin-top: 0;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group.width50 {
        width: 100%;
    }

    .contact_sec .helf-section .right-side .heading-wrap {
        margin-bottom: 10px;
    }

}