
* {
    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  */


/* Book An Appointment */
.make{
    width: 100%;
    height: auto;
    padding: 40px;
    /* border: 3px solid black; */
}

.make .make_1{
    width: 100%;
    height: auto;
    padding: 40px;
    /* border: 3px solid black; */
}



.make .make_1 h1{ 
    font-family: 800;
    padding: 10px;
    /* color: #f7b733; */
}


.contact{
    /* border: 1px solid black; */
    padding: 10px;
}

.contact .contact_2{
    /* border: 1px solid black; */
    padding: 10px;
}


.contact .map{
    /* border: 1px solid black; */
    padding: 10px;
    margin-top: 20px;
}


/* Book An Appointment */




/* 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 */