@media only screen and (min-width: 100px) and (max-width: 959px)
{
    .topnav
    {
        padding: 10px 0;
    }
    .topnav a:not(:first-child)
    {
        display: none;
        
    }
    .topnav img
    {
        margin-top: 12px;
        margin-left: 10px;
        height: 25px;
    }
    .topnav a.icon 
    {
        float: right;
        font-size: 30px;
        color: black;
        margin-top: 10px;
        margin-right: 10px;
        display: block;
        
    
    }
    .topnav.responsive 
    {
        position: relative;
        -webkit-transition: width 2s; /* Safari */
        transition: width 2s;
    }
    .topnav.responsive .icon 
    {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a:not(:first-child) 
    {
        float: none;
        text-transform: uppercase;
        padding: 10px 0;
        display: block;

        text-align: center;
    }
}
@media only screen and (min-width: 100px) and (max-width: 767px)/****mobile***/
{
    *
    {
        padding: 0;
        margin: 0;
    }
    #about, #strenths
    {
        background: #ebebeb;
        padding-bottom: 50px;
    }
    nav
    {

        width: 100%;
        background: white;
        position: fixed;
        z-index: 999;
        margin-top: -9px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 7px 35px rgba(0,0,0,0.24);

    }
    .str-txt, .str-txt2, .abt-txt
    {
        text-align: center;
    }
    section
    {
        margin: 0;
        padding: 0;
    }
    #banner        
    {
        background:url(../images/bg1.png)no-repeat center center;
        display:table;
        height:250px;
        position:relative;
        width:100%;
        background-size:cover;
    }
    #banner .text button, #about .salon, #about .man 
    {
        display: none;
    }
    #banner .text 
    {
       position: relative; 
    }
    #banner img
    {
        /*position: absolute;
        height: 200px;*/
        width: 100%;
        margin-top: 50px;

    }
    
    #banner .text h1 
    {
        font-size: 28px;
        padding-left: 12px;
        padding-top: 125px;
        width: 189px;
        text-transform: capitalize;
        text-align: left;
        color: white;
    }
    .container
    {
        width: 320px;;
        margin: auto;

    }
    #about
    {
        text-align: center;
    
    }
    #about p
    {
        padding: 10px 5px;
    }
    #about img
    {
        width: 290px;
        padding: 5px 0;
    }
    #servic
    {
        height: 540px;
    }
    #servic .serv-img, #servic .serv-imgr
    {
        width: 50%;
        padding: 10px 0;
        float: left;
        text-align: center;

    }
    #servic img
    {
        border-radius: 50%;
        height: 100px;
        width: 100px;
    }
    #mr
    {
        margin-right: 0;
        text-align: center;
    }
    #servic p
    {

        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 0;
    }
    #contact
    {
        background: black;
        padding-top: 50px;
        text-align: center;
    }
    #contact p
    {
        padding: 0 5px;
        color: white;
        width: 300px;
        margin: auto;
    }
    #contact .con-box input[type=text], #contact .con-box input[type=date], #contact .con-box input[type=time], footer input[type=text]
    {

        width: 265px;
        padding: 10px;
        margin: 4px 0;
        height: 20px;
        border-radius: 2px;
        border: 0px none;
    }
    #contact button, footer button
    {
        margin: 5px 0;
        font-size: 14px;
    }
    footer
    {
       text-align: center; 
    }
    footer .container
    {
        width: 100%;
    }
    footer form
    {
        padding: 25px 0;
    }
    footer input[type=text]
    {
        border: 1px solid black;
        width: 88%;
        
    }
    footer ul
    {
        list-style: none;
        padding: 0;
        padding: 10px 0;

    }
    footer li
    {
        display: inline;
        padding: 0 5px;
    }
    footer li a 
    {
        color: white;
        background: black;
        border-radius: 50%;
        padding: 5px;
    }
    footer .lg
    {
        background: none;
    }
    footer img
    {
        background: none;
        margin:30px 0;
        width: 175px;
    }
    footer span
    {
 
        width: 20px;
        height: 20px;
    }
    footer
    {
        padding-top: 35px;
    }
    p
    {
        padding: 0 5px;
        font-size: 15px;
        line-height: 20px;
    }
    button
    {
        border: 0;
        height: 40px;
        width: 290px;
        border-radius: 10px;
        background: #fb2e59;
        text-transform: uppercase;
        color: white;
        font-size: 18px;
        cursor: pointer;
    }
    section
    {
        padding-top: 25;
        padding-bottom: 35px;
    }
    h2
    {
        font-size: 20px;
        padding: 15px 0;
    }
    h1
    {
        text-align: center;
        color: #fb2e59;
        padding:15px 0;
        text-transform: uppercase;
        font-size: 24px;
    }
  
}
@media only screen and (min-width: 768px) and (max-width: 959px)/****tablet***/
{
    *
    {
        margin: 0;
        padding: 0;
    }
    #about, #strenths
    {
        background: #ebebeb;
        padding-bottom: 50px;
    }
    section
    {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    button
    {
        border: 0;
        height: 40px;
        width: 200px;
        border-radius: 10px;
        background: #fb2e59;
        text-transform: uppercase;
        color: white;
        font-size: 16px;
        cursor: pointer;
    }
    nav
    {

        width: 100%;
        background: white;
        position: fixed;
        z-index: 999;
        margin-top: -9px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 7px 35px rgba(0,0,0,0.24);

    }
    section
    {
        margin: 0;
        padding: 0;
    }
    #banner
    {
        background:url(../images/bg1.png)no-repeat center center;
        display:table;
        position:relative;
        width:100%;
        background-size:cover;
        height: 550px;
    }
    #banner .text 
    {
        padding-left: 50px;
        padding-top: 200px;
        position: relative;
    }
    #banner .text h1
    {

        font-size: 38px;
        width: 275px;
        text-transform: capitalize;
        text-align: left;
        color: white;
    }
    #banner .text buttton
    {
        height: 50px;
    }
    #banner img
    {
        position: absolute;
        margin-top: 50px;
        width: 100%;
        height: 500px;

    }
    .container
    {
        width: 768px;
        margin: auto;

    }
    #about p
    {
        padding-bottom: 20px;
        width: 600px;
        margin: auto;
    }
    #about .abt-img
    {
        width: 560px;
        margin: auto;
    }
    #about .salon
    {
        height: 400px;
        float: left;
        margin-right: 14px;
        width: 273px;

    }
    #about .woman
    {
        height: 193px;
        width: 273px;
        margin-bottom: 14px;
    }
    #about .man
    {
        height: 193px;
        width: 273px;
    }
    #servic
    {
        height: 575px;
    }
    #servic .serv-img, #servic .serv-imgr
    {
        width: 50%;
        float: left;
        text-align: center;
        padding: 10px 0;
       
    }
    #servic img
    {
        border-radius: 50%;
        height: 100px;
        width: 100px;
    }
    
    #servic p
    {

	width: 100%;
        text-transform: uppercase;
        padding: 10px 0;
        font-size: 16px;
    }
    .str-txt, .str-txt2, .abt-txt
    {
        text-align: center;
    }

    #contact
    {
        background: black;
        padding: 25px 0;
        text-align: center;
    }
    #contact p
    {
        padding: 0 5px;
        margin: auto;
        width: 50%;
        color: white;
    }
    #contact .con-box input[type=text], #contact .con-box input[type=date], #contact .con-box input[type=time], footer input[type=text]
    {

        width: 260px;
        padding: 10px;
        height: 20px;
        margin: 4px;
        border-radius: 2px;
        border: 0px none;
    }
    #contact button, footer button
    {
        height: 40px;
        margin: 15px 0;
        font-size: 14px;
    }
    footer
    {
       text-align: center; 
    }
    footer input[type=text]
    {
        border: 1px solid black;
        width: 88%;
        
    }
    footer ul
    {
        list-style: none;
        padding: 0;
        padding: 10px 0;

    }
    footer li
    {
        display: inline;
        padding: 0 5px;
    }
    footer li a 
    {
        color: white;
        background: black;
        border-radius: 50%;
        padding: 5px;
    }
    footer .lg
    {
        background: none;
    }
    footer img
    {
        background: none;
        margin:30px 0;
        width: 175px;
    }
    footer span
    {
 
        width: 20px;
        height: 20px;
    }
    footer
    {
        padding-top: 35px;
    }
    h2
    {
        padding: 15px 0;  
    }
    p
    {
        padding: 0 5px;
        line-height: 22px;
        width: 600px;
        margin: auto;
    }
    h1
    {
        text-align: center;
        color: #fb2e59;
        padding: 20px 0;
        text-transform: uppercase;
        font-size: 30px;
    }
  
}

@media only screen and (min-width: 960px) and (max-width: 2000px)/****desktop***/
{
    .sticky nav
    {
        height: 65px;
        transition: all 0.4s ease-out;
        box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 7px 35px rgba(0,0,0,0.24);
    }
    .sticky nav img
    {
        height: 35px;
    }
    .sticky nav .topnav a:first-child 
    {
        margin-top: -8px;
    }
    .sticky .topnav a 
    {
        padding: 22px 20px;
    }
    button
    {
        border: 0;
        height: 55px;
        width: 240px;
        border-radius: 10px;
        background: #fb2e59;
        text-transform: uppercase;
        color: white;
        font-size: 18px;
        cursor: pointer;
    }
    nav .topnav a:first-child
    {
        margin-right: 150px;
        margin-top: -13px;
        margin-left: -22px;
    }
    .topnav 
    {
        width: 960px;
        margin: auto;
    }
    h1
    {
        text-align: center;
        color: #fb2e59;
        padding: 30px 0;
        text-transform: uppercase;
        font-size: 35px;
    }

    .container
    {
        width: 960px;
        margin: auto;
    }

    nav 
    {
        position: fixed;
        background: white;
        width: 100%;
        height: 87px;
        color: black;
        z-index: 9999;
    }
    .topnav a 
    {
        float: left;
        display: block;
        text-align: center;
        padding: 33px 20px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 17px;
    }
    #banner .text
    {
        position: relative;
        margin: auto;
    }
    #banner .text h1
    {
        padding-top: 250px;
        font-size: 45px;
        width: 422px;
        text-transform: capitalize;
        text-align: left;
        color: white;
    }
    #banner .text button
    {
       margin-top: 25px; 
    }
    #banner
    {
        background:url(../images/bg1.png)no-repeat center center;
        display:table;
        height:700px;
        position:relative;
        width:100%;
        background-size:cover;
    }
    #banner img
    {
        width: 100%;
        height: 600px;
        position: absolute;

    }
    #banner .text
    {
        position: relative;
        margin: auto;
        width: 960px;
    }
    
    #banner img
    {
        width: 100%;
        margin-top: 85px;

    }

    button
    {
        border: 0;
        height: 55px;
        width: 240px;
        border-radius: 10px;
        background: #fb2e59;
        text-transform: uppercase;
        color: white;
        font-size: 18px;
        cursor: pointer;
    }

    /******about us*****/
    #about
    {
        background: #ebebeb;
        padding-bottom: 55px;
    }
    #about h2
    {
        margin-bottom: 25px;
    }
    #about p
    {
        width: 295px;
        font-size: 18px;
        line-height: 24px;
    }
    #about .abt-txt
    {
        width:400px; 
        float: left;
    }
    #about .abt-img
    {
        width: 100%;
    }
    #about .salon
    {
        height: 400px;
        float: left;
        margin-right: 14px;
        width: 273px;

    }
    #about .woman
    {
        height: 193px;
        width: 273px;
        margin-bottom: 14px;
    }
    #about .man
    {
        height: 193px;
        width: 273px;
    }
    /****services**/
    #servic
    {
        height: 550px;
    }
    #servic .serv-img
    {
        width: 16%;
        text-align: center;
        float: left;
        margin-right: 249px;
        padding: 40px 0;
    }
    #servic img
    {
        border-radius: 50%;
        height: 100px;
        width: 100px;
    }
    #servic .serv-imgr
    {
        margin-right: 0;
        text-align: center;
        padding: 40px 0;
    }
    #servic p
    {


        text-transform: uppercase;
        padding: 10px 0;
    }
    /****strengths****/
    #strenths
    {
        height: 475px;
        background: #ebebeb;
    }
    #strenths .str-txt, #strenths .str-txt2
    {
        width: 38%;
        float: left;
    }

    #strenths h2
    {
        padding: 15px 0;
    }
    #strenths .str-txt
    {
         margin-right: 230px;
    }
    #strenths p
    {
        line-height: 24px;
        font-size: 18px;
        width: 360px;
    }

    /*****contact****/
    #contact
    {
        background:url(../images/bg2.png)no-repeat center center fixed;
        display:table;
        position:relative;
        width:100%;
        background-size:cover;

    }
    #contact .con-box
    {
        width: 675px;
        margin: 55px auto;
        background: black;


    }
    #contact .con-box p
    {
        color: white;
        padding-top: 40px;
        margin: auto;
        width: 306px;
        line-height: 24px;
        font-size: 18px;
        text-align: center;
    }
    #contact .con-box form
    {
        width: 525px;
        text-align: center;
        margin: auto;
    }
    #contact .con-box input[type=text], #contact .con-box input[type=date], #contact .con-box input[type=time]
    {

        border: 0;
        width: 237px;
        border-radius: 2px;
        margin-bottom: 6px;
        margin-right: 5px;
        height: 21px;
        padding: 12px 7px;
    }
    
    #contact button
    {
        margin-bottom: 45px;
        margin-top: 25px;
    }
    /*****footer***/
    footer input[type=text]
    {
        border: 1px solid gray;
        width: 275px;
        border-radius: 2px;
        height: 21px;
        padding: 12px 7px;
    }
    footer form

    {
        float: left;
        padding: 30px 0;

    }
    footer p
    {
        text-align: right;
        padding: 40px 0;
    }
    footer ul 
    {
        width: 522px;
        list-style: none;
        float: left;
        text-align: center;
        padding: 40px 0;
      
    }
    footer li
    {
        display: inline;
        margin: 0 5px;
    }
    footer li a 
    {
        color: white;
        background: black;
        border-radius: 50%;
        padding: 5px;
    }
    footer button 
    {
        border: 0;
        height: 40px;
        margin-top: 15px;
        width: 150px;
        text-transform: uppercase;
        color: white;
        font-size: 16px;
        cursor: pointer;
    }
    footer span
    {
        text-align: center;
        width: 20px;
        height: 20px;
    }
    footer img
    {
        margin-top: 34px;
    }
    *
    {
        margin: 0;
        padding: 0;
       
    }
    h1
    {
        text-align: center;
        color: #fb2e59;
        text-transform: uppercase;
        font-size: 35px;
    }
    
}
#strenths h2
{
    color: #fb2e59;
}
section
{
    width: 100%;
    
}
p
{
    color: gray;
}

*
{

    font-family: 'Lato', sans-serif;
}

}
.topnav 
{

    overflow: hidden;
    
}
.topnav a
{
    text-decoration: none;
    color: black;

}
.topnav a:hover 
{

    color: gray;
}
footer button:hover
{
    color: black;
    
}
button:hover
{
    background: none;
    border: 2px solid #fb2e59;
}
#myTopnav .active:not(:first-child) 
{
    background-color:  #fb2e59;
    color: white !important;
}
#contact .dt
{
    font-size: 25px;
    position: absolute;
    margin-top: 11px;
    margin-left: -40px;
    color: gray;
}
#contact .cl 
{
    font-size: 26px;
    position: absolute;
    margin-top: 10px;
    margin-left: -41px;
    color: gray;
}
.topnav .icon 
{
    display: none;
}
footer .ani a:hover
{
    color: black;
    background: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
}
footer img:hover, .topnav img:hover
{
    opacity: 0.5;
}

