html,
body {
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
    zoom: 1;
}

img {
    max-width: 100%;
}

@media only screen and (max-width: 1400px) {
    html,
    body {
        zoom: 0.9;
    }
}

@media only screen and (max-width: 768px) {
    .headdesktop {
        display: none;
    }
    .headmobile {
        display: block;
    }
    .img-desk {
        display: none;
    }
    .splide__arrow {
        height: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .headdesktop {
        display: block;
    }
    .headmobile {
        display: none;
    }
    .img-mobile {
        display: none;
    }
    .splide__arrow {
        height: 100px;
    }
}

.sidebar {
    position: fixed;
    width: 0;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 600ms;
}

#servicedrop {
    display: none;
}


.servicedropz:hover #servicedrop {
    display: block;
}


#servicedrop {
    position: absolute !important;
    left: 10%;
    background-color: #fff;
    z-index: 2;
    width: 800px;
    height: 400px;
    padding: 20px;
    margin-top: 10px;
}

#servicedrop li {
    display: block;
    border: none;
    padding-top: 10px;
    border-bottom: 1px solid #f3f3f3;
}

#servicedrop a {
    border: none;
    color: #000;
}

#specialtiesdrop {
    display: none;
}


.specialtiesdropz:hover #specialtiesdrop {
    display: block;
}


#specialtiesdrop {
    position: absolute !important;
    left: 20%;
    background-color: #fff;
    z-index: 2;
    width: 800px;
    height: 400px;
    padding: 20px;
    margin-top: 10px;
}

#specialtiesdrop li {
    display: block;
    border: none;
    padding-top: 10px;
    border-bottom: 1px solid #f3f3f3;
}

#specialtiesdrop a {
    border: none;
    color: #000;
}

#specialtiesdrop h4 {
    color: #386f39;
  font-size: 1.6rem;
  text-transform: uppercase;
}

#servicesmenu {
    overflow-x: auto;
}

.sidebar ul {
    padding: 0;
}

.sidebar li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 20px;
}

.sidebar li a {
    text-decoration: none;
    color: #000;
    width: 100%;
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
}

.headmobile .top ul {
    padding: 0;
}

.headmobile .top li {
    list-style: none;
    margin: 3px 10px;
}

.headmobile .top i {
    margin-right: 8px;
}

.headmobile .top a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    background-color: #fff;
    padding: 5px 10px;
    width: 100%;
    text-align: start;
    font-weight: 600
}

.headmobile .middle {
    padding: 5px 10px;
}

.headmobile .middle i {
    font-size: 3rem;
    color: #386f39;
}

.tophead {
    background-color: #f3f3f3;
}

.tophead ul {
    list-style: none;
}

.tophead li {
    display: inline;
    font-weight: 600;
    margin-right: 20px;
}

.tophead .float-start a {
    color: #000;
    text-decoration: none;
}

.tophead .float-start a:hover {
    color: #386f39;
}

.tophead .float-start a:hover i {
    border: 2px solid #386f39;
}

.tophead .float-start i {
    padding: 10px;
    border: 2px solid #000;
    margin-right: 10px;
    margin-top: 10px;
}

.tophead .float-end {
    background-color: #386f39;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

.tophead .float-end i {
    margin-right: 10px;
}

.tophead .float-end:hover {
    background-color: #f7c44e;
}

.tophead .float-end a {
    color: #fff;
    text-decoration: none;
}

.middlehead ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middlehead li {
    list-style: none;
    display: inline;
    margin-right: 20px;
}

.middlehead ul li img {
    border: 2px solid #efefef;
    padding: 10px;
}

.bottomhead {
    background-color: #386f39;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottomhead ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.bottomhead li {
    display: inline;
    list-style: none;
    margin-right: 10px;
    border: 2px solid #386f39;
    transition: 600ms;
}

.bottomhead a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    text-transform: uppercase;
    border: 2px solid #386f39;
    padding: 5px 20px;
}

.bottomhead li:hover a {
    border: 2px solid #f7c44e;
    border-radius: 23px;
    padding: 5px 20px;
    width: 100%;
}

.splide img {
    width: 100%;
}
.splide__arrow {
    margin: 20px;
    border: 1px solid #ccc;
    width: 50px;
    border-radius: 0;
    background-color: #999;
}
.splide__arrow svg {
    fill: white;
    width: 100px;
}

.serviceicons ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}

.serviceicons li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    transition: all 300ms ease-in;
}

.serviceicons li:hover {
    transform: scale(1.1);
}

.serviceicons li:nth-child(1) {
    background-color: #386f39;
}
.serviceicons li:nth-child(2) {
    background-color: #f7c44e;
}
.serviceicons li:nth-child(3) {
    background-color: #386f39;
}
.serviceicons li:nth-child(4) {
    background-color: #f7c44e;
}
.serviceicons li:nth-child(5) {
    background-color: #386f39;
}

.serviceicons a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
}

.about h2 {
    font-weight: 600;
    text-align: center;
}

.about h3 span {
    color: #386f39;
    font-weight: 800;
}

.about p {
    color: #757575;
    font-size: 0.9rem;
    line-height: 1.3;
}

.about ul {
    padding: 0;
}

.about li {
    list-style: none;
    display: inline-block;
    width: 40%;
    padding-top: 10px;
    transition: 600ms;
}

.about i {
    color: #386f39;
    margin-right: 10px;
}

.about li:hover {
    transform: scaleX(1.1);
}

.about a {
    background-color: #386f39;
    color: #fff;
    border-radius: 23px;
    text-align: center;
    width: 30%;
}

.about a:hover {
    background-color: #f7c44e;
    color: #fff;
}

.whatweare {
    background-image: url("http://mgch.in/images/service_bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.whatweare .overlay {
    position: relative;
    left: 0;
    top: 0;
    background-color: rgba(16, 16, 16, 0.6);
}

.whatweare h2 {
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.whatweare h3 {
    font-size: 1.5rem;
    background-color: #fff;
    padding: 15px;
    display: inline-block;
    font-weight: 700;
    color: #386f39;
    margin-bottom: 30px;
}

.whatweare h1 {
    color: #fff;
}

.whatweare p {
    color: #d7d4d4;
}

.service-content h2 a {
    color: #000;
    text-decoration: none;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    border-bottom-width: 1px;
    padding: 5px 0;
}

.service-content h4 a {
    color: #386f39;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: capitalize;
}

.services .card:hover {
    background-color: #386f39;
    transition: 2s;
}

.services .card {
    overflow: hidden;
    transition: all 2s;
}

.services .card:hover img {
    transform: scale(1.1);
}

.services .card:hover a {
    color: #fff;
}

.service-content p {
    color: #797979;
    padding-top: 10px;
}

.services .card:hover p {
    color: #fff;
}

.ourteam {
    text-align: center;
    background-image: url("http://mgch.in/images/our_team4.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.ourteam .overlay {
    position: relative;
    left: 0;
    top: 0;
    background-color: rgba(16, 16, 16, 0.6);
}

.ourteam h2 {
    color: #fff;
    text-align: center;
}

.ourteam h1 a {
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
}

.ourteam .card {
    background-color: #386f39;
}

.ourteam .card p {
    opacity: 0.7;
    color: #fff;
}

.info h3 {
    font-weight: 500;
    padding: 10px 0;
}

.info h3 span {
    color: #386f39;
    font-weight: 600;
}

.info p {
    font-size: 1.05rem;
    text-align: justify;
}

.info ul {
    padding: 0;
}

.info li {
    list-style: none;
    padding: 3px 0;
    font-size: 1.05rem;
}

.info li i {
    color: #386f39;
    margin-right: 8px;
}

.achievement .overlay {
    background-image: url("http://mgch.in/images/banner/samplez.jpeg");
    background-size: cover;
    background-position: center 0;
    min-height: 400px;
}

.achievement p {
    font-size: 1.5rem;
    color: #fff;
    font-style: italic;
}

.bookappointment .card {
    background-color: #386f39;
}

.bookappointment input {
    width: 100%;
    background-color: #386f39;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
}

.bookappointment input:focus {
    outline: 0;
}

.bookappointment input::placeholder {
    color: #fff;
}

.bookappointment textarea::placeholder {
    color: #fff;
}

.bookappointment textarea:focus {
    outline: none;
}

.bookappointment textarea {
    width: 100%;
    background-color: #386f39;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
}

.bookappointment button {
    background-color: #fff;
    padding: 5px 50px;
    border-radius: 23px;
}

.bookappointment .callus h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

.bookappointment .callus p {
    font-weight: 500;
}

.bookappointment .callus a {
    background-color: #386f39;
    color: #fff;
    padding: 5px 50px;
    border-radius: 23px;
}

.testimonials {
    background-image: url("http://mgch.in/images/testi_slider.jpg");
    background-size: cover;
    background-position: center 0;
}

.testimonials .overlay {
    position: relative;
    background: rgba(16, 16, 16, 0.6);
    min-height: 400px;
}

.testimonials-content {
    background: rgba(255, 255, 255, 0.1);
    min-height: 350px;
}

.testimonials-content p {
    font-size: 1.5rem;
    color: #fff;
    font-style: italic;
}

.testimonials-content img {
    max-width: 50px;
    max-height: 50px;
}

.testimonials-content h5 {
    color: #fff;
    padding-top: 30px;
    font-size: 1.5rem;
}

.enquiry {
    background-color: #386f39;
}

.enquiry button {
    background-color: #fff;
    font-weight: 600;
    border-radius: 23px;
    padding: 10px 40px;
}

.footer {
    background-color: #000;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer1 {
    border-right: 1px solid #999;
}

.footer1 ul {
    padding: 0;
    list-style: none;
    padding-top: 20px;
}

.footer1 li {
    font-size: 1rem;
    color: #fff;
    padding-top: 10px;
}

.footer1 i {
    border: 1px solid #333;
    padding: 8px;
    margin-right: 10px;
}

.footer1 a {
    color: #fff;
    text-decoration: none;
}

.footer2 a {
    color: #757575;
    text-decoration: none;
    font-size: 1rem;
}

.footer2 li {
    padding-top: 10px;
    text-transform: capitalize;
}

.footer2 i {
    color: #f7c44e;
    margin-right: 10px;
}

.footer h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

.footer2 p {
    color: #757575;
}

.footer2 span {
    color: #fff;
}

.footer3 {
    border-top: 1px solid #757575;
}

.footer3 span {
    color: #757575;
}

.footer3 a {
    color: #757575;
}

.footer3 li {
    display: inline;
    padding: 10px;
}

.footer3 i {
    padding: 10px;
    border: 1px solid #373636;
    color: #fff;
}

.footer3 i:hover {
    background-color: #f7c44e;
    color: #fff;
}

.breadcrum {
    background-image: url("http://mgch.in/images/service_top_img.jpg");
    background-size: cover;
    background-position: center 0;
}

.breadcrum .overlay {
    background: rgba(245, 245, 245, 0.7);
}

.breadcrum p {
    background-color: #fff;
    color: #000;
}

.breadcrum a {
    text-decoration: none;
}

.about-provide {
    background: rgba(245, 245, 245, 0.8);
}

.about-provide a {
    text-decoration: none;
    color: #386f39;
    font-weight: 600;
}

.about-provide .card {
    border: 2px solid #386f39;
}

.about-provide .card:hover {
    border: 2px solid #f7c44e;
}

.contact-form {
    background-image: url("http://mgch.in/images/contact_us_bg.jpg");
    background-size: cover;
    background-position: center center;
}

.contact-form button {
    background-color: #386f39;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    border-radius: 23px;
}

.contact-info .card {
    border: 2px solid #386f39;
    min-height: 200px;
}

.contact-info i {
    font-size: 2rem;
    color: #fff;
    padding: 10px;
    background-color: #386f39;
}

.contact-info .card:hover {
    border: 2px solid #f7c44e;
}

.contact-info .card:hover i {
    background-color: #f7c44e;
}

.doctors .card {
    background-color: #f9f9f9;
}

.doctors h1 a {
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.doctors p {
    color: #757575;
}

.doctors h1 a:hover {
    color: #386f39;
}

.gallery a img {
    height: 300px;
}

.servcontent .left-content li {
    list-style: none;
    padding-top: 5px;
}

.servcontent .left-content li i {
    color: #386f39;
    margin-right: 10px;
}

.servcontent .left-content a {
    color: #000;
    text-decoration: none;
}

.servcontent .right-content li {
    list-style: none;
    padding-top: 8px;
}

.servcontent .right-content li i {
    color: #f7c44e;
    margin-right: 10px;
}

.servcontent .right-content a {
    color: #000;
    text-decoration: none;
}

.servcontent .right-content a:hover {
    color: #386f39;
}

.profile .card{
    background-color: #386f39;
}

.profile img {
    width: 100%;
}

.profile h2 {
    color: #fff;
    font-weight: 300;
}

.profile h2 span {
    font-weight: 600;
}

.profile h4 {
    color: #fff;
}

.profile i {
    color: #fff;
    padding: 10px;
    border: 2px solid #999;
    margin-right: 8px;
}

.profile a {
    color: #fff;
    text-decoration: none;
}

.insurance .card img {
    width: 50%;
}

.insurance h4 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1.2rem;
}

