body{
    /* font-family: 'Poppins', sans-serif; */
    overflow-x: hidden;
  
}
.contact .contact-head{
    text-align: center;
}

.contact h2.contact-head {
    max-width: 100%;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 34px;
    padding: 29px;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}


.contact-form .row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; 
}
.contact-item span a {
    color: #555;
}



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

.contact-form label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-family: 'poppins';
}

.contact-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: 'poppins';
    font-size: 14px;
}
section.contact.active {
    padding-bottom: 40px;
}
.contact-form textarea {
    resize: vertical; 
}

.contact-form .custom-btn {
    background: linear-gradient(to top, #047a8a 0%, #06556d 100%);
    border: none;
    padding: 9px 25px;
    border-radius: 25px; 
    color: white;
    font-size: 16px; 
    margin-top:24px;
    position: relative;
    z-index: 9;
    
}

.contact-form .custom-btn:hover {
    background: linear-gradient(to top, #047a8a 0%, #06556d 100%);
}
.content-right-address {
    margin-left: 18px;
}

h3.contact-cnt-right-head{
    margin-bottom: 14px;
}
.contact-item h3 {
    margin-bottom: 20px;
}

.contact-item .d-flex {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact-item .flex-shrink-0 {
    background: linear-gradient(to top, #047a8a 0%, #06556d 100%);

    flex-basis: 38px;

    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;}



.contact-item h6 {
    margin-bottom: 5px;
    font-family: 'poppins';
}

.contact-item span {
    display: block;
    color: #555;
    font-family: 'poppins';
}
.contact-map {
    width: 100%;
    border-radius: 10px;
}
.contact-item iframe {
    width: 100%;
    height: 280px;
    border: 0;
    border-radius: 10px;
    margin-top: 20px;
    
}
.cont_mdl_cnt {
    padding: 20px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
    background-color: #f3f3f34f;
    margin-bottom: 17px;
}
.cnt-right-head-adddress{
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6!important;
}
.contact-item.btn-square{
padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;}

    @media (max-width: 567px){
        .contact h2.contact-head {
          font-size: 20px;
          
            margin-bottom: 30px;
        }

    }