
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
/* overflow: hidden; */
}

body {
    background-color: gainsboro;
}

.phone {
    border: 1px solid black;
    /* padding: 0 10px; */
    position: relative;
    background: black;
}

.phone ul {
    display: flex;
}

.phone ul li {
    list-style-type: none;
    padding: 0px 20px;
    color: aliceblue;
}

.phone ul li a {
    color: aliceblue;
    text-decoration: none;
}

.phone ul li i {
    color: gold;
}

.phone .request {
    position: absolute;
    right: 0;
    /* border: 1px solid whitesmoke; */
    margin-top: 7px;
    margin-right: 9px;
    background: linear-gradient(to right, #fc4a1a, #f7b733);
    border-radius: 5px;
}

.phone .request:hover {
    background: linear-gradient(to right, #f7b733, #fc4a1a);
}


@media only screen and (max-width: 886px){
    .phone {
        border: 1px solid black;
        /* padding: 0 10px; */
        position: relative;
        background: black;
        display: none;
    }
    
    .phone ul {
        display: flex;
    }
    
    .phone ul li {
        list-style-type: none;
        padding: 0px 20px;
        color: aliceblue;
    }
    
    .phone ul li a {
        color: aliceblue;
        text-decoration: none;
    }
    
    .phone ul li i {
        color: gold;
    }
    
    .phone .request {
        position: absolute;
        right: 0;
        /* border: 1px solid whitesmoke; */
        margin-top: 7px;
        margin-right: 9px;
        background: linear-gradient(to right, #fc4a1a, #f7b733);
        border-radius: 5px;
    }
    
    .phone .request:hover {
        background: linear-gradient(to right, #f7b733, #fc4a1a);
    }
    
}



/* header  */

.header {
    width: 100%;
    /* background: red; */
    /* margin-bottom: 10px; */
    background-color: white;
}

.navbar-brand img{
    width: 20vh;
       }


.nav-link {
    color: rgb(26, 24, 24) !important;
    font-size: 25px !important;
    margin-right: 10px !important;
}

.nav-link:hover {
    color: #fc4a1a !important;
}

.dropdown-menu {
    background: white;
    font-size: 20px !important;
}

.dropdown-item {
    color: rgb(24, 23, 23) !important;
    font-size: 20px !important;
}

.dropdown-item:hover {
    background: rgb(233, 229, 229) !important;
    color: #fc4a1a !important;
}

/* header  */


/* BANEER */

.baneer{
    width: 100%;
    height: auto;
    /* padding: 60px 20px; */
    /* border: 1px solid black; */
    background-color: #4CAF50;
    /* opacity: 0.5; */
    background-image: url(../images/imh\ 45.avif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.baneer .box{
    background-color: rgba(109, 94, 240, 0.63);
    padding: 60px 20px; 
}

.baneer .baneer_1{
    width: 100%;
    height: auto;
    padding: 10px;
    /* border: 1px solid black; */
}

/* .baneer .baneer_1 h5{
    font-size: 40px;
}


.baneer .baneer_1 p{
    font-size: 30px;
}

.baneer .baneer_1 img{
    height: 70vh;
} */

/* banner */
/* slider */

.slider{
    overflow: hidden;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%; */
    height: auto;
    width: 100%;
    background-color: #f7b733;
    /* margin-bottom: 30px; */
}

.slider figure{
    width: 400%;
    position: relative;
    margin: 0;
    animation: animate 20s linear infinite;
}

@keyframes animate {
    0%{
        left: 0;
    }

    20%{
        left: 0;
    }

    25%{
        left: -100%;
    }

    45%{
        left: -100%;
    }

    50%{
        left: -200%;
    }
    

    70%{
        left: -200%;
    }

    75%{
        left: -300%;
    }

    95%{
        left: -300%;
    }

    100%{
        left: 0;
    }
}

.slider figure img{
    width: 25%;
    float: left;
    height: 80vh;
    image-resolution: 5px;
}


/* banner */



.baneer .baneer_2{
    width: 100%;
    height: auto;
    padding: 60px 20px;
    /* border: 1px solid black; */
    text-align: center;
    /* height: 70vh; */
}

.baneer .baneer_2 h2{
    font-size: 50px;
    color: #fff;
    margin: 40px 0;
    
}

.baneer .baneer_2 h4{
    font-size: 40px;
    color: #fff;
    margin: 10px 0;
}


.baneer .baneer_2 h6{
    font-size: 30px;
    color: #fff;
    margin: 10px 0;
}

.baneer .baneer_3{
    width: 100%;
    /* height: 70vh; */
    height: auto;
    padding: 40px 10px;
    background: #fff;
    border: 4px solid rgb(228, 187, 4);
    text-align: center;
}

.baneer .baneer_3 h3{
    font-size: 30px;
    color: rgb(3, 45, 78);
    margin: 10px 0;
}

.baneer .baneer_3 input{
    margin: 20px 0;
    padding: 10px;
    width: 100% !important;
}

textarea{
    width: 100%;
}

.baneer .baneer_3 .btn{
    margin: 20px 0;
}

/* BANEER */




/* what is hair Transplant */

.hair{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
    margin: 30px 0;
}

.hair h1{
    font-size: 30px;
    font-weight: 700;
    color: rgb(3, 45, 78);
}


/* what is hair Transplant */


/* Our Services */

.Services{
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    padding: 50px 10px;
    margin: 30px 0;
    background-color: #f1f0f0b6;
}

.Services .Services_1{
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    padding: 10px;
    margin-bottom: 20px;
}


.Services .Services_1 h2{
   text-align: center;
   font-size: 30px;
   color: rgb(3, 45, 78);
   font-weight: 700;
    padding: 10px;
}

.Services .Services_1 h5{
    text-align: center;
    font-size: 18px;
    color: rgb(3, 45, 78);
    font-weight: 500;
     padding: 10px;
 }
 

.Services .img{
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    /* padding: 10px; */
    margin-top: 20px;
    background-color: rgba(250, 251, 252, 0.349);
}


.Services .img .img_1{
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    /* padding: 10px; */
    margin-bottom: 20px;
    overflow: hidden;
}

.Services .img .img_1 img{
    width: 100%;
    height: 40vh;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.Services .img .img_1 img:hover{
    transform: scale(1.1);
}

.Services .img h2{
    font-size: 25px;
    font-weight: 600;
    color: rgb(3, 45, 78);
    text-align: center;
    padding: 0 20px ;
}


.Services .img p{
    font-size: 15px;
    font-weight: 500;
    color: rgb(87, 90, 90);
    text-align: center;
    padding: 20px;
}

/* Our Services */



/* Baldness typically refers to excessive */

.baldness{
    width: 100%;
    height: auto;
    padding: 40px 10px;
    background-color: #f1f0f0b6;
    /* border: 1px solid black; */
}

.baldness .container{
    background-color: #fff;
}

.baldness .baldness_1{
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff;
    /* border: 1px solid black; */
    margin-top: 10px;
}

.baldness .baldness_1 p{
    font-size: 20px;
    padding: 20px;
}

.baldness .baldness_3 p{
    font-size: 20px;
    padding: 20px;
}

.baldness .baldness_3{
    /* border: 1px solid black; */
    margin-bottom: 60px;
}

.baldness .baldness_1 h5{
    font-size: 30px;
    padding: 20px;
    color: rgb(3, 45, 78);
}

.baldness .baldness_1 li{
    font-size: 17px;
}

.baldness .baldness_3 h5{
    font-size: 30px;
    padding: 20px;
    color: rgb(3, 45, 78);
}

.baldness .baldness_3 li{
    font-size: 20px;
}


.baldness .baldness_2{
    width: 100%;
    height: auto;
    /* padding: 10px; */
    background-color: #fff;
    /* border: 1px solid black; */
    margin-top: 40px;
}

.baldness .baldness_2 img{
    width: 100%;
    height: auto;
}

.baldness .baldness_3 img{
    width: 100%;
    height: auto;
}

/* Baldness typically refers to excessive */

/* How does one come */
.how{
    width: 100%;
    height: auto;
    padding: 40px 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #a2f4fa8c;
    /* border: 1px solid black; */
}

.how .how_1{
    width: 100%;
    height: auto;
    /* padding: 10px; */
    background-color: #fff;
    /* border: 1px solid black; */
    margin-top: 10px;
}

.how .how_1 img{
    width: 100%;
    height: auto;
}


.how .how_2{
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff;
    /* border: 1px solid black; */
    margin-top: 10px;
}

.how .how_2 p{
    font-size: 17px;
    padding: 10px;
}



/* How does one come */


/* footer */

.footer {
    /* border: 1px solid black; */
    background-color: #f1f0f0b6;
    height: auto;
    padding: 20px;
    /* border: 3px solid black;  */
}


.footer .our {
    margin-top: 40px;
    /* border: 1px solid black; */
}

.footer .our img{
    width: 15vw;
    height: 10vh;
    margin-bottom: 10px;
}

.footer .our p {
    font-size: 15px;
    color: rgb(29, 27, 27);
    padding: 10px;
}

.footer .our h4 {
    font-size: 15px;
    color: rgb(61, 52, 52);
    padding-left: 10px;
}

.footer .our h4 .name {
    font-size: 15px;
    color: rgb(63, 57, 57);
    padding-left: 5px;
}

.footer .our ul {
    list-style-type: none;
}

.footer .our li i {
    color: #eb5d1e;
    font-size: 10px;
}

.footer .our li a {
    color: black;
    text-decoration: none;
    padding-left: 10px;
    line-height: 1.8;
    font-weight: 400;
}

.footer .our li a:hover {
    color: #eb5d1e;
}

.footer .our h6 {
    font-size: 15px;
    color: gray;
    padding-left: 10px;
}

.footer .our .icon a {
    text-decoration: none;
}

.footer .our .icon i {
    width: 44px;
    height: 44px;
    /* border: 1px solid black; */
    text-align: center;
    margin: 2px;
    border-radius: 50%;
    font-size: 20px;
    padding-top: 10px;
    background-color: #eb5d1e;
    color: white;
}

.footer .our .icon i:hover {
    background-color: #eb5c1eb6;
}



.copyright{
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    text-align: center;
    margin-top: 30px;
}

.copyright h6{
    font-weight: 700;
}


/* footer */