:root {
    --custom-color: #ad0101;
    --color: #00b4c6;
    --bg-light: #d7747447;
    --hover: #00b4c6;
}

body {
    margin: 0;
    padding: 0;
}

.himanshu {
    margin: 0;
}

.logo {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 60px;
    align-items: center;
}

.logo h6 {
    color: var(--color);
    font-size: 20px;
    font-weight: 700;
}

.make a.nav-link.btn {
    padding: 10px 10px;
}

.make span {
    font-size: 15px;
}


img,
iframe,
video {
    max-width: 100%;
    vertical-align: middle;
}

a {
    outline: none;
    text-decoration: none;
    color: #555;
}

h4 {
    font-weight: 700;
    color: var(--custom-color);
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}


.top-header {
    background-color: var(--custom-color);
}

.sticky-top {
    background: #e0e0e0;
}

.top-header {
    background: var(--custom-color);
    color: white !important;
    height: 50px;
}
h6.agra {
    font-size: 12px;
    padding-top: 6px;
}

.navbar a.nav-link {
    color: var(--custom-color);
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.cal {
    outline: none;
    text-decoration: none;
    color: #dfdfdf;
    font-weight: 700;
}

.ico {
    color: #efecec;
    font-size: 33px;
}

.diss {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

h6.loce {
    color: #ede7e7;
}

a.mail {
    color: #e0e0e0;
    font-weight: 600;
}

img.logo {
    width: 15%;
}

.log {
    padding-top: 16px;
}

.logo h4 {
    margin: 0;
}

.logo p {
    font-weight: 600;
    font-size: 14px;
}

.navbar a.nav-link:hover {
    background: var(--custom-color);
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

header .logo span {
    font-size: 25px;
    font-weight: 700;
    color: var(--custom-color);
    /* padding-left: 10px; */
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    padding: 0;
    margin-bottom: 15px;
}

a.dropdown-item {
    border-bottom: 1px solid white;
    padding: 10px 15px;
    background: var(--custom-color);
    color: #fff;
    font-weight: 700;
}

header a.navbar-brand img {
    width: 60px;
}




/* button hover css start */

.btn {
    border: none;
    /* display: block; */
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: var(--custom-color);
    padding: 10px 30px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.btn span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn:hover span {
    color: black;
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 380%;
    width: 140%;
    background: white;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/* button hover css end */


/* bannerbottum css start */

.text-center.ser {
    background: var(--custom-color);
    padding: 0px 0px 30px;
    transition: .5s;
    height: 166px;
    box-shadow: 4px 4px 7px;
}

.ser h5 {
    color: rgb(0, 0, 0);
    padding-top: 10px;
    transition: .5s;
}

.ser:hover {
    transform: translateY(-10px);
}
.ser h5 {
   color: white;
}

.ser img {
    width: 100px;
    height: 90px;
    border: 4px solid var(--custom-color);
    border-radius: 50%;
    margin-top: -30px;
}


/* bannerbottum css end */



.heading h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--custom-color);
}

.heading h2:before {
    content: '';
    background: var(--color);
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.ajay-docter img {
    width: 90%;
}


/* services css start */

.services {
    padding: 50px 0;
    background: #4040407d url(../img/services/bg.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ser-box {
    background: #d9d9d9;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    transition: .5s;
    margin: 80px 0 20px !important;
}
.img-box img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 8px 0px;
    margin-top: -80px;
    object-fit: cover;
}
.ser-box .heading h2:before {
    content: '';
    background: var(--color);
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

/* services css end  */




/* reviwe css start  */

.blight{
        background-color: #dedfdf!important;
}
.gol {
    width: 25%;
}
.heig {
    width: 100%;
    height: 200px;
}
.disp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img.gol1 {
    width: 23%;
    opacity: 0.5;
}
img.gol2 {
    width: 30%;
    height: 100%;
}
.peddi {
    padding: 8px;
    box-shadow: 0px 2px 3px 0px;
}

/* reviwe css end  */

/* contact css start  */

.box-1 {
    background: #e0e0e0;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px;
    text-align: start;
    height: 310px;
}

.diss-1 {
    display: flex;
    gap: 15px;
    align-items: center;
}
.icoo {
    font-size: 30px;
}
h6.loce-1 {
    font-size: 17px;
}
a.cala {
    font-size: 20px;
    font-weight: 600;
}
.faab{
color: var(--custom-color);
transition: .5s;
}
.faab:hover{
    transform: translateY(-10px);
}

section.pt-5.contactt {
    background: #ededed;
}
/* contact css end  */

/* footer css start  */

footer {
    background: #7c7c7c66 url(../img/back-1.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.foter ul li {
    list-style: none;
}


.logo-1 {
    display: flex;
    gap: 5px;
}
.log-1 h4 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.log-1 p {
    font-size: 13px;
    font-weight: 700;
}
.logo-1 {
    display: flex;
    gap: 5px;
    margin-top: 18px;
}

.footerr ul li {
    font-weight: 700;
    line-height: 30px;
}
.footer-bottom{
    background-color: var(--custom-color);
}

/* footer css end  */



/* social icon css start  */

.sticky-social {
    position: fixed;
    top: 200px;
    left: -35px;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
    transition: .5s;
}
.social li {
    padding: 10px 10px;
    font-size: 26px;
    transition: all 0.8s ease-in-out;
}

.social {
    list-style: none;
}

.fb {
    background-color: #3C5A98;
}
.whats {
    background-color: #18e43a;
}



/* social icon css end  */


.day {
    background: #f4f4f4;
    display: inline-block;
    padding: 10px;
    border-radius: 7px;
}


/* responsive css */
@media (max-width:1199px) {

    .navbar a.nav-link {
        color: var(--custom-color);
        font-size: 16px;
        font-weight: 600;
        margin-right: 10px;
    }





}

@media (max-width:991px) {
    .navbar-toggler .fa-bars:before {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        color: #fff;
    }

    h6.hh {
        word-break: break-all;
    }

    .make a.nav-link.btn span {
        color: var(--custom-color) !important;
        font-size: 18px;
        font-weight: 600;
    }

    header .logo span {
        padding-left: 0px;
    }

    .navbar {
        justify-content: end;
        position: relative;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        background-color: var(--color);
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    div#hedmenu {
        position: absolute;
        top: 43px;
        background: var(--custom-color);
        width: 320px;
        padding: 15px;
        border-radius: 5px;
        max-height: 400px;
        overflow: scroll;
    }

    .navbar a.nav-link:hover {
        color: #fff;
        background-color: var(--color);
    }

    .navbar a.nav-link {
        background: #fff;
        color: var(--custom-color);
        font-size: 18px;
        font-weight: 600;
        margin-right: 0;
        display: inline-block;
        padding: 7px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .top-header {
        background: var(--custom-color);
        color: white !important;
        display: none;
    }
}

@media (max-width:767px) {
    .serva.bgg.filip-horizontal {
        margin-top: 20px;
    }

    h4 {
        font-size: 20px !important;
        font-weight: 700;
        color: var(--custom-color) !important;
    }

    .logo h6 {
        color: var(--color);
        font-size: 15px;
        font-weight: 700;
    }

    img.logo {
        width: 16%;
    }
    img.gol2 {
        width: 27%;
        height: 100%;
    }
    .peddi h6 {
        font-size: 9px;
    }

}





.swiper-button-next {
    right: -50px !important;
}

.swiper-button-prev {
    left: -50px !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: none !important;
}

.swiper-button-prev:after {
    font-size: 22px !important;
}

.swiper-button-next:after {
    font-size: 22px !important;
}



@media (max-width:425px) {

    .swiper-button-next {
        right: 4px !important;
    }

    .swiper-button-prev {
        left: 4px !important;
    }

    .reviwe img {
        width: 50%;
        margin-bottom: 50px;
    }
    .logo h4 {
        font-size: 16px !important;
        font-weight: 700;
        color: var(--custom-color) !important;
    }
    .logo p {
        font-weight: 600;
        font-size: 13px;
    }
    .ajay-docter img {
        width: 100%;
    }
    .boxx.juuu {
        margin-top:0px;
    }
    .heig {
        width: 100%;
        height: 240px;
    }
    img.gol2 {
        width: 27%;
        height: 100%;
    }
    .peddi h6 {
        font-size: 12px !important;
    }
  
}
@media (max-width:375px) {

    img.gol2 {
        width: 27%;
        height: 100%;
    }
    .peddi h6 {
        font-size: 10px;
    }
}



img.img-fluid.marstar {
    width: 50px;
}

marquee {
    font-size: 29px;
    font-weight: 700;
}