
* {
    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: 18px !important;
    margin-right: 10px !important;
}

.nav-link:hover {
    color: #fc4a1a !important;
}

.dropdown-menu {
    background: white;
}

.dropdown-item {
    color: rgb(24, 23, 23) !important;
}

.dropdown-item:hover {
    background: rgb(233, 229, 229) !important;
    color: #fc4a1a !important;
}

/* header  */


/* about */
.about{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    padding: 20px;
}


.about .about_1{
    /* border: 1px solid black; */
    width: auto;
    height: auto;
    padding: 20px;
    margin: 20px 30px;
}

.about .about_1 h1{
   padding-left: 20px;
   color: red;
   font-weight: 700;
}


.about .img{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    padding: 10px;
}

.about .img img{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
}

.about .img_1{
    /* border: 1px solid black; */
    width: 100%;
    height: 83vh;
    padding: 20px;
}

.about .img_1 h5{
    font-size: 25px;
    font-weight: 600;
    color: red;
    padding: 20px;
    margin-top: 40px;
}




.about .img_1 p{
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
    margin-bottom: 20%;
}

.about .img_1 a{
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    margin: 10%;
    text-decoration: none;
   background-color: red;
   color: aliceblue;
}


@media only screen and (max-width: 886px){

    .about .img_1{
        /* border: 1px solid black; */
        width: 100%;
        height: auto;
        /* padding: 10px; */
        margin-top: 20px;
    }
    
    .about .img_1 h5{
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        color: red;
        /* padding: 10px; */
        margin-top: 20px;
    }
    
    
    
    
    .about .img_1 p{
        font-size: 15px;
        font-weight: 500;
        /* padding: 20px; */
        text-align: center;
        margin-bottom: 10%;
    }
    
    .about .img_1 a{
        font-size: 18px;
        font-weight: 500;
        padding: 10px;
        margin-bottom: 20px;
        text-decoration: none;
       background-color: red;
       color: aliceblue;
       margin-left: 70px;
    }
    
}





/* about */


/* HEBESKINCLINIC in Delhi */

.delhi{
     /* border: 1px solid black; */
     width: 100%;
     height: auto;
     padding: 20px;
     margin-top: 60px;
}

.delhi .delhi_1{
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    padding: 20px;
}

.delhi .delhi_1 h2{
    font-size: 25px;
    text-align: center;
    color: #fc4a1a;
    font-weight: 700;
    padding: 20px;
}


.delhi .delhi_1 p{
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 20px ;
}




.delhi .delhi_2{
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    /* margin: 10px; */
    /* padding: 20px; */
}

.delhi .delhi_2 img{
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 886px){
    .delhi .delhi_2{
        /* border: 1px solid black; */
        width: 100%;
        height: auto;
        margin: 20px;
        /* padding: 10px; */
    }
}



/* HEBESKINCLINIC in Delhi */

/* 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: #fc3d09;
   font-weight: 700;
    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(28, 204, 204);
    text-align: center;
}


.Services .img p{
    font-size: 15px;
    font-weight: 600;
    color: rgb(46, 48, 48);
    text-align: center;
    padding: 20px;
}

/* Our Services */





/* 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 */