.footer-section{
    background: #1D6758;
    padding: 54px 0px;
}

.nl-title{
    color: #D5CDA8;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
}

.nl-des{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
}

.footer-section #email{
    border: none;
    background:none;
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #424242;
    padding: 7px 10px;
    text-align: center;
    width: 450px;
    height: 56px;
}

.footer-section #email::placeholder{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(29, 103, 88,0.8);
    text-align: center;
}

#ns-send-btn{
    background: none;
    border:none;
    outline: none;
    background: #D5CDA8;
    border-radius: 10px;
    margin-top: 33px;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #1D6758;
    padding: 2px 90px;
}

.f-brand-des{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #D5CDA8;
    margin-bottom: 10px;
}

.f-logo{
    width: 188.93px;
    height: 168.57px;
}

.f-connection-link{
    font-family: 'Cairo';
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #FFF;
}

#f-email{
    background: none;
    border: none;
    background: #fff;
    border-radius: 10px;
    height: 40px;
    font-size: 18px;
    font-family: 'Cairo';
    color: #D5CDA8;
    font-weight: 400;
    padding: 0px 10px;
    width: 100%;
}

#f-email::placeholder,#f-massage,#f-massage::placeholder{
    font-size: 18px;
    font-family: 'Cairo';
    color: rgba(29, 103, 88,0.8) !important;
    font-weight: 400;
    text-align: right;
}

#f-massage{
    height: 105px;
    border: none;
    background:none;
    background: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    resize: none;
}

#f-cotact-send{
    border:none;
    background: none;
    outline:none;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background: #FFF;
}

.contactus-title-f{
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #FFFFFF;

}

@media screen and (max-width: 992px) {
    .footer-section{
        padding: 50px 0px;
    }
    
    .nl-title{
        font-size: 22px;
    }
    
    .nl-des{
        font-size: 22px;
    }
    
    .footer-section #email{
        font-size: 18px;
        padding: 5px 8px;
        width: 400px;
        height: 52px;
    }
    
    .footer-section #email::placeholder{
        font-size: 18px;
    }
    
    #ns-send-btn{
        margin-top: 30px;
        font-size: 28px;
        padding: 2px 80px;
    }
    
    .f-brand-des{
        font-size: 16px;
    }
    
    .f-logo{
        width: 150px;
        height: 150px;
    }
    
    .f-connection-link{
        font-size: 17px;
    }
    
    #f-email{
        height: 38px;
        font-size: 17px;
        padding: 0px 8px;
        width: 100%;
    }
    
    #f-email::placeholder,#f-massage,#f-massage::placeholder{
        font-size: 17px;
    }
    
    #f-massage{
        height: 90px;
        padding: 4px 8px;
    }
    
    #f-cotact-send{
        height: 38px;
    }
    
    .contactus-title-f{
        font-size: 22px;
    }
}

@media screen and (max-width: 576px) {
    .footer-section{
        padding: 40px 0px;
    }
    
    .nl-title{
        font-size: 20px;
    }
    
    .nl-des{
        font-size: 20px;
    }
    
    .footer-section #email{
        font-size: 16px;
        padding: 4px 6px;
        width: 100%;
        height: 48px;
    }
    
    .footer-section #email::placeholder{
        font-size: 16px;
    }
    
    #ns-send-btn{
        margin-top: 28px;
        font-size: 24px;
        padding: 2px 60px;
    }

    .f-logo{
        width: 100px;
        height: 100px;
    }
    
    .f-connection-link{
        font-size: 16px;
    }
    
    #f-email{
        height: 34px;
        font-size: 16px;
        padding: 0px 6px;
        width: 100%;
    }
    
    #f-email::placeholder,#f-massage,#f-massage::placeholder{
        font-size: 16px;
    }
    
    #f-massage{
        height: 80px;
        padding: 3px 6px;
    }
    
    #f-cotact-send{
        height: 34px;
    }
    
    .contactus-title-f{
        font-size: 20px;
    }
}