.response_msg {
    font-size: 13px;
    width: fit-content;
    margin: auto;
}
.response_msg .alert {
    padding: 1px 8px;
}
.log_form .response_msg .alert {
    padding: 5px 8px;
    color: #ed3e3e;
    background: #0404041f;
    border: none;
}

/* === contact us === */
.contactus {
    padding: 40px 0;
    background: url("../img/bg-map.png"), #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.contact_wrapper b {
    font-size: 2rem;
    font-weight: 500;
}
.contact_wrapper p {
    color: #7c7c7c;
    margin-bottom: 50px;
}
.contact-form label {
    margin-bottom: 3px;
    text-transform: capitalize;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 12px 25px;
    border: 1px solid #e2e7f3;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    outline: none;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}
.contact-form input:focus, .contact-form textarea:focus {
    border: 1px solid #ffd000;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
}
.contact-form small {
    color: #7c7c7c;
}
.contact-form .from-group {
    margin-bottom: 30px;
}
.submitbtn {
    outline: none;
    background: #ffd000;
    border-radius: 30px;
    color: #242424;
    font-weight: bold;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 45px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
}
.contact_img img {
    max-width: 400px;
}
.contact_img img {
    max-width: 500px;
    margin-left: auto;
    display: table;
}
.contact_details {
    border-top: 1px solid #eee;
    margin-top: 50px;
}
.contact_dt_item {
    margin-top: -17px;
}
.contact_dt_title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    margin-bottom: 15px;
}
.contact_dt_title b {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    border: 1px solid #eee;
}
.contact_dt_title span {
    padding-right: 5px;
}
.contact_dt_info a {
    background: rgb(238, 113, 255);
    background: -webkit-linear-gradient(top, #b274ff 0%, #7e29ff 100%);
    background: linear-gradient(top, #b274ff 0%, #7e29ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact_details  .row, .footer_area .row {
    align-items: baseline;
}

/* ===footer start=== */
.footer_area {
    background: url('../img/footer-bg.png');
    padding: 60px 0 0;
}
a.footer_brandimg {
    display: inline-block;
    margin-bottom: 30px;
}
.footer_brand p {
    color: #c5c2c2;
    margin: 0;
}
.footer_title {
    color: #c5c2c2;
    display: block;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 13px;
    position: relative;
}
.footer_title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #c5c2c2;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-radius: 4px;
}
.link_listing {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 13px 0;
    flex-flow: wrap;
}
.pl-60 {
    padding-left: 100px;
}
.link_listing li {
    width: 50%;
}
.link_listing li a {
    color: #fff;
    transition: 0.5s;
}
.link_listing li a:hover {
    color: #ffd000;
    transition: 0.5s;
}
.icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #4c4c4cd1;
    border-radius: 4px;
    display: grid;
    place-content: center;
    transition: 0.5s;
}
.icon i {
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
}
.icon:hover {
    background: #ffd000;
    transition: 0.5s;
}
.icon:hover i {
    color: #000;
    transition: 0.5s;
}
.copyright {
    background: #ffffff38;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 575.98px) { 
    .contact_img img {
        max-width: 100%;
    }
    .contact_details {
        border: none;
    }
    .contact_dt_item {
        margin-top: 20px;
    }
    .pl-60 {
        padding-left: 0;
    }
    .footer_brand p, .link_listing li a {
        font-size: 14px;
    }
    .footer_content  {
       margin-top: 30px;
    }
    .social-icons {
        justify-content: start;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .contact_img img {
        max-width: 470px;
        margin-left: inherit;
        margin: auto;
    }
    .contact_dt_item {
        margin-top: 15px;
    }
    .contact_details {
        border-top: none;
    }
    .pl-60 {
        padding-left: 0px;
    }
    .footer_content  {
        margin-top: 30px;
    }
    .social-icons {
        justify-content: start;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .contact_img img {
        max-width: 100%;
    }
    .link_listing li {
        width: 100%;
    }
    .contact_details  .row, .footer_area .row {
        flex-direction: row;
    }
    a.footer_brandimg img {
        max-width: 200px;
    }
    .pl-60 {
        padding-left: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .contact_img img {
        max-width: 400px;
    }
}