@font-face{
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    margin-top: 10px;
    cursor: pointer;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}






/* MAIN SIGN IN CONTENT */
    /* SIGN IN DIV */
    #sign_in_div{
        width: 50%;
        margin: auto;
        border: 1px solid transparent;
        padding: 20px;
        font-family: sans-serif;
    }
    #sign_in_div>h2{
        font-size: xx-large;
        font-weight: lighter;
    }
    #sign_in_div>div{
        margin-top: 20px;
        height: 320px;
        border: 1px solid transparent;
        padding: 10px 20px;
        padding-right: 50px;
        font-weight: lighter;
    }
    
    /* SIGN IN FORM */

    /* SIGN IN FORM DIV */
    #signin_form_table_div{
        display: flex;
    }

    /* SIGN IN FORM IN TABLE */
    .sign_form_table{
        margin: auto;
        margin-top: 5%;
    }
    .sign_form_label{
        text-align: left;
        width: 500px;
        padding-bottom: 10px;
        color: rgb(87, 86, 86);
        font-weight: lighter;
    }
    #sign_form_input_email{
        width: 350px;
        height: 40px;
    }
    #sign_form_input_password{
        width: 350px;
        height: 40px;
    }

    /* REMEMBER ME CHECKBOX */
    #below_signin_remember_me{
        margin-left: 1%;
        margin-top: 2%;
    }
    
    /* SIGN IN BUTTON */
    #signin_form_button{
        padding: 10px 100px;
        font-size: larger;
        font-weight: lighter;
        background-color: transparent;
        border: 1px solid black;
        margin-top: 2%;
        margin-left: 4%;
        color: rgb(87, 86, 86);
    }
    #signin_form_button:hover{
        background-color: black;
        color: white;
    }
    #signin_form_button:active{
        background-color: black;
        color: white;
    }

    /* CREATE AN ACCOUNT DIV  */
    #create_an_account_para{
        font-weight: lighter;
        font-size: small;
        color: rgb(87, 86, 86);
    }

    /* SIGN UP BUTTON */
    #signup_form_button{
        padding: 10px 100px;
        font-size: larger;
        font-weight: lighter;
        background-color: transparent;
        border: 1px solid black;
        margin-top: 2%;
        margin-left: 7%;
        color: rgb(87, 86, 86);
    }
    #signup_form_button:hover{
        background-color: black;
        color: white;
    }
    #signup_form_button:active{
        background-color: black;
        color: white;
    }

    /* THE FOOTER PART */

    /*_*******************************************************-------------newlatter-----------*************************************************** */ 
#footer_body_hair_care{
    margin: 0px;
    color:black;
    background-color: white;
}
#newsletter_image_container{
    background-image: url(https://images.forestessentialsindia.com/pub/media/cms_images/newsletter-bg.jpg);
    text-align: center;
    height: 250px;
    background-size: cover;
    padding: 98px 0px;
    margin-top: 60px;
}
#newslatter_text_container{
    width: 700px;
    height: 300px;
    color: white;
    margin: auto;
} 
#newslatter_text_container p{
    border: 1px solid transparent;
    line-height: 35px;
    font-size: 19px;
    width: 90%;
    letter-spacing: .5px;
}
.inputfield{
    border: none;
    padding: 14px 27px;
    font-size: 12px;
    height: 20px;
    font-family:calibri;
    width: 210px;
    letter-spacing: 3px;
}
#newsletter_image_container button{
    background-color: #d2ab67;
    border: 1px solid #d2ab67;
    color: white;
    padding: 15px 15px;
    font-size: 13px;
    width: 150px;
    height: 48.5px;
    letter-spacing: 3px;
}
#newsletter_image_container button:hover{
    background-color: black;
    border-color: white;
}
#newslatter_text_container a{
    color: white;
    text-decoration: none;
}
/* _____________________________________________________newslatter-css-end_________________________________________________________________ */


/* ******************************************--------services-characteristics-css-start---------******************************************* */
#footer,#service_charac{
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-evenly;
    font-family: calibri;
    color: rgb(85, 80, 80);
    margin-top: 100px;
}
#footer>div,#service_charac div{
    height: 300px;
    width: 23%;
}
#service_charac div{
    height: 230px;
    letter-spacing: 1px;
}
#service_charac img{
    height:100px ;
    width:100px;
}
#service_charac h2{
    margin-top: 40px;
    font-weight: normal;
    letter-spacing: 2px;
}
#service_charac p{
    font-size: 14px;
    line-height: 27px;
    width: 100%;
}
/* _____________________________________________________services-characteristics-css-end_________________________________________________________________ */


/*****************************************************--------- footer css-start--------*****************************************************/
    /* margin: 30px auto; */
/* } */
#footer ul{
    list-style: none;
}
#footer h4,#footer li{
    font-size: 11px;
    line-height: 36px;
    letter-spacing: 2.8px;
    color: #000;
}
#footer h4{
    border-top: 1px solid #e8e8e8;
    margin: 80px 0 30px;
    padding-top: 30px;
    font-weight: normal;
}
#footer a{
    text-decoration: none;
}
#footer .a{
    color:#000;
    border-bottom: 1px solid #8d8080;
    padding-bottom: 3px;
}
#footer p{
    font-size: 16px;
}
#footer ul{
    padding: 0px;
    margin: 0px;
}
.fa{
    width: 25px;
    height: 25px;
}
/*__________________________________________________________footer-css-end______________________________________________________________________*/


/* **************************************************----------copyright-css-start------------***************************************************/
#copy_right{
    display: flex;
    width: 80%;
    height: 150px;
    justify-content: space-between;
    margin: auto;
    margin-top: 250px;
}
#copy_right>div{
    padding: 0px 10px;
    width: 48%;
    border: 1px solid transparent;
}
#copy_right span{
    letter-spacing: 2.8px;
    display: block;
    padding-bottom: 40px;
    padding-top: 25px;
    font-size: 13px;
    border-top: 1px solid #e8e8e8;
}
/* _______________________________________________________________copyright-css-end_________________________________________________________ */




@media only screen and (min-width: 0px) and (max-width: 375px){
    /* MAIN SIGN IN CONTENT */
    /* SIGN IN DIV */
    #sign_in_div{
        width: 100%;
        margin: 0;
        padding: 10px 0 10px 10px;
    }
    #sign_in_div>h2{
        font-size: x-large;
    }
    #sign_in_div>div{
        width: 100%;
        height: 300px;
        padding: 10px 5px;
        padding-right: 5px;
    }
    
    /* SIGN IN FORM */

    /* SIGN IN FORM DIV */
    #signin_form_table_div{
        display: block;
    }

    /* SIGN IN FORM IN TABLE */
    .sign_form_table{
        margin: auto;
        margin-top: 5%;
        margin-bottom: 2%;
        margin-left: 8%;
    }
    .sign_form_label{
        width: 200px;
        padding-bottom: 5px;
    }
    #sign_form_input_email{
        width: 250px;
        height: 30px;
    }
    #sign_form_input_password{
        width: 250px;
        height: 30px;
    }

    /* REMEMBER ME CHECKBOX */
    #below_signin_remember_me{
        margin-left: 10%;
        margin-top: 1%;
    }

    /* SIGN IN BUTTON */
    #signin_form_button{
        padding: 10px 70px;
        margin-left: 10%;
    }

    /* CREATE AN ACCOUNT DIV  */
    #create_an_account_para{
        width: 90%;
    }

    /* SIGN UP BUTTON */
    #signup_form_button{
        padding: 10px 50px;
        margin-left: 5%;
    }

    /* THE FOOTER PART */
    #newsletter_image_container{
        height: 450px;
    }
    #newslatter_text_container{
        width: 100%;
    }
    #input_fleld_div input{
        margin-bottom: 20px;
    }
    #service_charac{
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
    }
    #service_charac div{
        width: 100%;
        height: 400px;
        text-align: center;
    }
    #service_charac>div:last-child{
        height: 100px;
    }
    #footer{
        display: grid;
        width: 90%;
        grid-template-columns: 100%;
        grid-template-rows: repeat(4,400px);
        grid-gap: 20px;
    }
    #footer div{
        width: 374px;
    }
    #footer>div:last-child{
        height: 100px;
    }
    #copy_right{
        border: 1px solid transparent;
        display: flex;
        flex-wrap: wrap;
        margin-top: 100px;
    }
    #copy_right>div{
        margin-top:20px ;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #copy_right span{
        border: none;
        margin: auto;
    }
    #copy_right img{
        width: 350px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 768px){
    /* MAIN SIGN IN CONTENT */
    /* SIGN IN DIV */
    #sign_in_div{
        width: 100%;
        margin: 0;
        padding: 10px 0 10px 10px;
    }
    #sign_in_div>h2{
        font-size: x-large;
    }
    #sign_in_div>div{
        width: 100%;
        height: 350px;
        padding: 10px 0;
        padding-right: 5px;
    }
    
    /* SIGN IN FORM */

    /* SIGN IN FORM DIV */
    #signin_form_table_div{
        display: flex;
    }

    /* SIGN IN FORM IN TABLE */
    .sign_form_table{
        margin: auto;
        margin-top: 5%;
        margin-bottom: 2%;
    }
    .sign_form_label{
        width: 200px;
        padding-bottom: 5px;
    }
    #sign_form_input_email{
        width: 310px;
        height: 40px;
    }
    #sign_form_input_password{
        width: 300px;
        height: 40px;
    }

    /* REMEMBER ME CHECKBOX */
    #below_signin_remember_me{
        margin-left: 5%;
        margin-top: 0;
    }

    /* SIGN IN BUTTON */
    #signin_form_button{
        padding: 10px 70px;
        margin-left: 5%;
    }

    /* CREATE AN ACCOUNT DIV  */
    #create_an_account_para{
        width: 50%;
    }

    /* SIGN UP BUTTON */
    #signup_form_button{
        padding: 10px 50px;
        margin-left: 5%;
    }
    

    /* THE FOOTER PART */

    #newslatter_text_container{
        width: 100%;
    }
    #service_charac{
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
    }
    #service_charac div{

        width: 48%;
        height: 320px;
    }
    #service_charac>div:nth-child(3),#service_charac>div:nth-child(4){
        height: 200px;
    }
    #footer{
        border: 1px solid transparent;
        display: grid;
        margin: auto;
        width: 80%;
        grid-template-rows: 480px 480px;
        grid-template-columns: repeat(2,1fr);
    }
    #copy_right{
        border: 1px solid transparent;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        width: 80%;
        margin: 310px auto 10px ;
        margin-left: 28%;
    }
    #copy_right>div{
        margin-top:20px ;
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #copy_right span{
        border: none;
    }
}