
.footer-col-1{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 0;
    max-width: 400px;
}

.footer-wrapper{
    color: #fff;
    background-color: #4baaa6;
    display: flex;
    gap:20px;
    padding: 40px 40px;
    justify-content: space-between;
    flex-direction: row;
}

.footer-col-2{
    display: flex;
    flex-direction: column; 
    gap: 20px;   
    flex: 1 1 0;
    max-width: 200px;
}
.footer-col-3{
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 0;
    
    max-width: 200px;
}
.footer-col-4{
    display: flex;
    flex-direction: column;    
    gap: 20px;
    flex: 1 1 0;
    max-width: 400px;
}

.footer-col-4 label{
    padding: 5px !important;
    position: absolute;
    top: -10px;
    font-size: 10px;
    background-color: #4baaa6;
    left: 10px;
    color:#ffffff !important;
}


.footer-col-4 input{
    border-style: solid;
    border-color: #ffffff !important;
    width: 100%;
    background-color: #4baaa6;
    height: 50px;
    border-width: 3px;
    border-radius: 8px;
    padding:  0px 10px;
    color:#fff;
}

.footer-col-4-text{
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    gap: 5px;

}

.footer-col-4-text img{
    width: fit-content;   
}

.submit-btn{
        border: unset;
        background-color: #fff;
        color: #408f8c;
        border-radius: 5px;
        padding: 13px 30px;
        height: 100%;
        width: 100%;
}
.footer-center-div{
    display: flex;
    gap: 10px;
}

.social-share{
    display:flex;
    gap:10px;
}


.form-control:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: #fff !important;
    outline: 0;
    box-shadow: none;
}

@media(max-width:1125px){
    .footer-wrapper{
        flex-direction: column;
    }
.footer-col-1{
    width: 100%;
    max-width: unset;
}
.footer-col-2{
    width: 100%;
    max-width: unset;
}
.footer-col-3{
    width: 100%;
    max-width: unset;
}
.footer-col-4{
    width: 100%;
    max-width: unset;
}
.footer-center-div{

}
}
@media(max-width:361px){
 
    .newsletter-div{
        flex-direction: column;
        align-items: unset;
    }
}
@media (max-width: 600px){
.footer-modal{
    transform: translateY(-100vh) !important;
    margin:auto !important;
}

.first-footer-col{
    flex-direction: column;
    align-items: center;
    gap:20px;
}

}