
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Jarallax
  7. Pattern
  8. Border Radius
  9. Banner
  10. Countdown
  11. Terms and Conditions
  12. Privacy Policy
  13. Contact
  14. About Us
  15. Video
  16. Side Background
  17. Popup
  18. Menu Price List
  19. List Icon
  20. Nice Select


/* -------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,600,700,800,900');

body {font-family: 'Fira Sans', sans-serif; padding: 0; margin: 0; font-weight: normal; font-style: normal; font-size: 15px; line-height: 1.5; color:#565857; overflow-x: hidden;}


/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 60px; font-style: normal; line-height: 20px; font-weight: 700; text-transform: capitalize; color: #078B47;}
h2 { font-size: 40px; font-style: normal; line-height: 46px; font-weight: 700; color: #202125; text-transform: capitalize; margin-bottom: 10px; position: relative;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; }
h4 { font-size: 24px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 30px; color: #202125;}
h5 { font-size: 21px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #202125;}
h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #202125;}
ul { margin: 0px; padding: 0px; }


/* ------------------------
    Helper class
------------------------*/
p{line-height: 1.7;}
.grey-bg p{color: #202125}
.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
h1 span{color: #078B47;}
section{padding: 80px 0;}
.section-title{margin-bottom:50px;}
.section-title p{font-size: 16px;}


.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}


.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 15px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color:#078B47;}
.text-black{color:#202125 !important;}
.text-grey{color:#565857 !important;}
.text-yellow{color:#078B47;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color:#ffffff !important;}
.dark-bg{background-color:#1b1b1b;}
.grey-bg{background-color:#f9f9f9;}
.theme-bg{background-color: #000080;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Jarallax
------------------------*/
.jarallax {position: relative; z-index: 0;}
.jarallax > .jarallax-img {position: absolute;  object-fit: cover; font-family: 'object-fit: cover;'; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative; min-height: 800px;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 50%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item {
     height: 100%; 
    }
.banner-slider h1 { letter-spacing: 8px; text-transform: capitalize; font-weight: 800; }
.banner-slider h5{position: relative; padding-left: 40px; display: inline-block; background: #078B47;}
.banner-slider h5:before{content: ""; position: absolute; background: #ffffff; left: 0; top: 50%; margin-top: -1px; width: 30px; height: 2px; }
.banner-slider.owl-carousel .owl-dots{bottom: 4%;}




.carousel-control-prev-icon {
    background-image:url('https://www.mmhrc.in/filemanager/userfiles/images/arr-left.svg');
   
margin-left:40px;

}
.carousel-control-next-icon{
    background-image: url('https://www.mmhrc.in/filemanager/userfiles/images/arr-right.svg');
    margin-right:40px;
} 


/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover { background-size: cover; }
.bg-contain { background-size: contain; }
.bg-pos-l { background-position: left; }
.bg-pos-r { background-position: right; }
.bg-pos-rt { background-position: right top; }
.bg-pos-lt { background-position: left top; }
.bg-pos-rb { background-position: right bottom; }
.bg-pos-lb { background-position: left bottom; }
.bg-repeat { background-repeat: repeat; }


/* ------------------------
    About Us
------------------------*/
.about-2{display: inline-block; text-align: center; border:8px solid #078B47; width: 100%;}
.about-2 h3{background: #078B47; color: #ffffff; padding: 15px; margin-bottom: 0; text-transform: capitalize;}
.about-2 .working-hours {padding: 30px; display: inline-block; width: 100%;}
.about-2 .working-hours li{border-color: #ffffff; font-size: 16px; font-weight: bold;}
.about-2:before{z-index: 0;}
.appoinment-img {bottom: 0; position: absolute;}




/* ------------------------
    Countdown
------------------------*/
.countdown{margin:50px 0; display: table; width: 100%;}
.countdown > li{padding: 0 30px; font-weight: 700; text-align: center; border-right: 1px dashed rgba(0,0,0,0.1); list-style-type: none; display: table-cell; width: auto;}
.countdown > li:last-child{border-right: none;}
.countdown > li span{font-size:70px; font-weight:300; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #078B47;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2) }

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Contact
------------------------*/
.contact-info li {padding-left: 50px; position: relative;}
.contact-info li i{position: absolute; left: 0; top: 0; line-height: 24px; font-size: 30px; color: #078B47; text-align: center;}
.contact-info li span{font-size: 16px; color: #202125; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #202125;}
.dark-bg .contact-info li a{color: #ffffff;}
.contact-info li a:hover{color: #078B47;}
.theme-bg .contact-info span, .dark-bg .contact-info span{color: #ffffff}
.theme-bg .contact-info li i{color: #ffffff;}
.theme-bg .contact-info li a{color: #ffffff;}
.theme-bg .contact-info li a:hover{color: #202125;}
.contact-1 .contact-box {position: absolute; top: 50%; z-index: 99; transform: translateY(-50%); width: 100%;}

.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333}
.form-control{height: 50px; border-radius: 0; font-size: 13px; color: #202125; background: none; border: none; border-bottom: 2px solid #f5f5f5; box-shadow: none;}
.dark-bg .form-control, .theme-bg .form-control{color: #ffffff;}
.dark-bg select.form-select option, .theme-bg select.form-select option { color: black; }
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px;}
.form-control:focus{box-shadow: none; background: none; border-color: #078B47;}
.theme-bg .form-control:focus{border-color: #202125;}
select.form-control {-moz-appearance: none; -webkit-appearance: none; appearance: none; height: 50px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 600px !important;}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1;}
.help-block.with-errors {position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px;}

.form-control::-webkit-input-placeholder {color: #202125;}
.form-control::-moz-placeholder {color: #202125;}
.form-control:-ms-input-placeholder {color: #202125;}
.form-control:-moz-placeholder {color: #202125;}
.dark-bg .form-control::-webkit-input-placeholder, .theme-bg .form-control::-webkit-input-placeholder {color: #ffffff;}
.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder {color: #ffffff;}
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder {color: #ffffff;}
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder {color: #ffffff;}


/* ------------------------
    Video
------------------------*/
.video-btn {position: relative; display: inline-block; min-height: 50px; min-width: 60px;}
.video-btn .btn-play {font-size: 30px; background: #078B47; color: #fff; line-height: 50px; width: 70px; height: 70px; border: 10px solid rgba(0,0,0,0.1); -webkit-border-radius: 100%;
 border-radius: 100%; text-align: center; cursor: pointer; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn .btn-play {position: absolute; top: 50%; left: 0; margin-top: -30px; z-index: 5;}
.video-btn .btn-play:after, .video-btn .btn-play:before {content: ''; border: 10px solid; border-color: inherit; width: 270%; height: 270%; -webkit-border-radius: 100%; border-radius: 100%;
 position: absolute; left: -85%; top: -85%; opacity: 1; -webkit-animation: 1s videomodule-anim linear infinite; animation: 1s videomodule-anim linear infinite; }
.video-btn .btn-play:before {-webkit-animation-delay: .5s; animation-delay: .5s; }
.video-btn-pos{position: absolute; position: absolute; left: 50%; top: 50%; width: auto !important;}
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ddd; color: #078B47;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}

/* ------------------------
    Side Background
------------------------*/
.image-column {
  position: absolute;
  left: 0px;
  top: 0;
}

.image-column.right {
  left: inherit;
  right: 0;
}

/* ------------------------
    Popup
------------------------*/
.modal{z-index: 99999; top: 150px;}
.modal-backdrop{z-index: 9999;}
.modal-dialog{margin: 0 auto;}

/* ------------------------
    Menu Price List
------------------------*/
.pricing-list li{border-top: 1px dashed #ddd; color: #078B47; font-weight: 500; float: left; padding: 11px 0 12px; position: relative; text-align: right; width: 100%;}
.pricing-list li:first-child {border-top: none;}
.pricing-list li span {float: left; font-size: 16px; font-weight: 600; color: #202125; position: relative; text-align: left; text-transform: capitalize; width: auto;}


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; padding-left: 20px;}
.list-icon li i{position: absolute; left: 0; top: 5px; color: #078B47}


/* ------------------------
    Nice Select
------------------------*/
.nice-select{-webkit-tap-highlight-color:transparent;border: none; padding-top: 0; padding-bottom: 0; padding-left: 0.75rem; border-bottom: 2px solid #f5f5f5;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-size:14px;font-weight:normal;height:50px;line-height:50px;outline:none;padding-right:30px;position:relative;text-align:left !important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%;}
.dark-bg .nice-select span, .theme-bg .nice-select span{color: #ffffff;}
.nice-select:active, .nice-select.open, .nice-select:focus{border-color:#078B47;}
.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:5px;}
.theme-bg .nice-select:after{border-bottom:2px solid #ffffff;border-right:2px solid #ffffff;}
.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none;}
.nice-select.disabled:after{border-color:#cccccc;}
.nice-select.wide{width:100%;}
.nice-select.wide .list{left:0 !important;right:0 !important;}
.nice-select.right{float:right;}
.nice-select.right .list{left:auto;right:0;}
.nice-select.small{font-size:12px;height:36px;line-height:34px;}
.nice-select.small:after{height:4px;width:4px;}
.nice-select.small .option{line-height:34px;min-height:34px;}
.nice-select .list{background-color:#fff;width:100%;border-radius:5px;box-shadow:0 0 0 1px rgba(68, 68, 68, 0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;z-index:99;}
.nice-select .list:hover .option:not(:hover){background-color:transparent !important;}
.nice-select .option{color: #202125; width: 100%; cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s;}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{background-color:#f6f6f6;}
.nice-select .option.selected{font-weight:bold;}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default;}
.no-csspointerevents .nice-select .list{display:none;}
.no-csspointerevents .nice-select.open .list{display:block;}

.plr-0{ padding:0px !important}

@media screen and (max-width: 1501px) and (min-width: 800px){
.toggle--menu--home {
    top: 30px;
}
}

@media screen and (min-width: 800px){
    .toggle--menu--home {
        transform: translate(13px,10px);
        position: fixed;
        /* top: 200px; */
        top: 8rem;
        right: 13px;
        z-index: 10000;
    }
}

@media screen and (max-width: 760px){
    .toggle--menu--home {
        transform: translate(13px,10px);
        position: fixed;
        top: 125px;
        right: 14px;
        z-index: 999;
    }
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list1,
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list2,
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list3,
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list4,
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list5 {
        background-color: #000080;
        transform: translateX(0px);
        transition: .3s ease;
        margin: 0;
        right: 50px;
    }

    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list1:hover,
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list2:hover,
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list3:hover,
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list4:hover,
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list5:hover {
        background-color: #078B47;
        transform: translateX(0px);
        transition: .3s ease;
        margin: 5px 0;
        right: 50px;
    }
}

@media screen and (max-width: 800px){
    .toggle--menu--home .toggle-menu-home.toggle-menu--nav {
        flex-direction: column!important;
        justify-content: right;
        margin-top: 10px;
        width: 100%!important;
    }
}

.toggle--menu--home .toggle-menu-home.toggle-menu--nav {
    list-style: none;
    padding-left: 0;
    z-index: 1;
}

.toggle--menu--home .toggle-menu-home.toggle-menu--nav .toggle-home-item {
    width: 100px;
    /* border-bottom-left-radius: 40px;
    border-top-left-radius: 40px; */
}

.toggle--menu--home .toggle-menu-home.toggle-menu--nav .toggle-home-item {
    background-color: #000080;
    transform: translateX(0px);
    transition: .3s ease;
    margin: 0;
}
.toggle-menu--nav ul{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
 /*   -webkit-box-shadow: -22px 10px 15px -21px  rgba(3,107,43,1);
    -moz-box-shadow: -22px 10px 15px -21px  rgba(3,107,43,1);
    box-shadow: -22px 10px 15px -21px  rgba(3,107,43,1);*/
}
.toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list1 {
    border-top-left-radius: 40px;
}

.toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list4 {
    border-bottom-left-radius: 40px;
}

.toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list1:hover,  
.toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list2:hover,
.toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list3:hover,
.toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list4:hover,
.toggle--menu--home .toggle-menu-home.toggle-menu--nav #toggle--list5:hover{
    background-color: #029cd0;
}

.toggle--menu--home .toggle-menu-home.toggle-menu--nav .toggle-home-item a {
    color: #fff;
    padding: 10px 0 10px 15px;
    font-family: 'Graphik-Medium';
    font-size: 15px;
    text-align: left;
    text-decoration: none;
    display: block;
}

.toggle--menu--home .toggle-menu-home.toggle-menu--nav .toggle-home-item a img {
    width: 38px;
    margin: 0 9px;
    vertical-align: middle;
}

.toggle--menu--home .toggle-menu-home.toggle-menu--nav .toggle-home-item a span {
    vertical-align: middle;
    display: block;
    padding: 5px 0 0 0;
	font-family: 'Fira Sans';
}

.toggle--menu--home .toggle-menu-home.toggle-menu--nav .toggle-home-item a {
    color: #fff;
    padding: 30px 10px 30px 10px;
    font-family: 'Graphik-Medium';
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.toggle-menu-home ul {
    list-style: none;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
	height:40px;
}
}


@media(max-width: 991px){
    .header {
        position: absolute;
        width: 100%;
        margin: 0!important;
        z-index: 1200;
        border-radius: 5px;
    }
    .header-menu {
		width:100%;
        float: none!important;
    }
    #header-wrap {
        padding: 0;
        width: 100%;
        display: inline-block;
        margin-right: 0px!important;
        float: right;
        background: #fff;
        border-radius: 5px;
    }
    .app-btn {
        margin-right: 0px!important;
    }
    .padding-g {
        margin: 10px 0px!important;
    }
    .padding-g .ml-30{
        margin-left: 0px!important;
    }
}


.ht-rounded-skill .count {
    font-size: 28px;
    color: #000080;
    font-weight: 600;
}

.padding-g {
    margin: 30px 0px 30px 82px;
}



.bg-green {
    background-color: #000080;
}

.ml-30{
    margin-left: 30px;
}

.bg-whites{
    background-color: #fff;
    z-index: 99;
    border-radius: 15px;
}

.pt-50{
    padding-top: 50px;
}

.bg-gray{
background-color: #f6f6f6;
}

.pl-45{
padding-left: 45px;
}

.p-30{
    padding: 35px 30px;

}

.post-title h5 a{
    color: #000080!important;
}

.b-r-10 {
    border-radius: 10px;
}

.pt-135{
    /* padding-top: 135px!important; */
    padding-top: 160px ;

}

@media(min-width: 1244px){
    body{
        overflow-x: hidden;
    }
    #header-wrap {
        padding: 0;
   
     
        border-radius: 5px;
    }
}


@media(min-width: 1344px){
    body{
        overflow-x: hidden;
    }
    #header-wrap {
        padding: 0;
   
        
        border-radius: 5px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1550px){
    body{
        overflow-x: hidden;
    }
}


@media screen and (min-width: 1550px) and (max-width: 1750px){
    body{
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1750px) and (max-width: 1850px){
    body{
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1880px) and (max-width: 1920px){
    body{
        overflow-x: hidden;
    }
}

/************ Slide ******/

.team_wrapper {
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 44px;
    background-color: white;
}

.choose_heading_wrapper {
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

.team_slider_wrapper {
    float: left;
    width: 100%;
}

.team_slider_wrapper .item {
    width: 100%;
}

.team_about {
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
    margin: 40px 0;
    /*height: 398px;*/
    border-radius: 5px;
}

.team_img {
    width: 100%;
	display: block;
    padding-top: 100%;
    display: block;
    position: relative;
	overflow:hidden;
   	
}

.team_about .team_img::before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 0%;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    visibility: hidden;
    top: 0;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.team_about:hover .team_img::before {
    visibility: visible;
    height: 100%;
    opacity: 1;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.team_slider_wrapper .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.team_txt {
    float: left;
    width: 100%;
    background-color: #f9f9f9;
}

.team_txt h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.team_about:hover .team_txt a {
    color: #000080;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_txt h1 a {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.team_txt p {
    text-align: center;
    color: #757575;
    font-size: 16px;
}


.pl-15, .pr-15{
    padding: 0px 15px 0px 15px;
}

.team_slider_wrapper .owl-theme .owl-nav .owl-prev{
    color: white;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: #000080;
    height: 30px;
    width: 30px;
    line-height: 1;
    left: -40px;
    border-radius: 100%;
}

.team_slider_wrapper .owl-theme .owl-nav .owl-next {
    color: white;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: #000080;
    height: 30px;
    width: 30px;
    line-height: 1;
    left: 0px;
    border-radius: 100%;
}

.team_slider_wrapper .owl-prev {
    position: absolute;
    left: -50px;
}

.team_slider_wrapper .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
    top: 26%;
    z-index: 1000;
    display: block;
}

@media (max-width: 991px){
    .team_slider_wrapper .owl-carousel .owl-nav {
        position: absolute;
        bottom: 0;
        margin: 0;
        right: 305px;
        top: 94%;
        z-index: 1000;
        display: block;
    }
}

@media (max-width: 767px){
    .team_slider_wrapper .owl-carousel .owl-nav {
        position: absolute;
        bottom: 0;
        margin: 0;
        right: 235px;
        top: 94%;
        z-index: 1000;
        display: block;
    }
    .team_txt h1 {
        margin-bottom: 26px;
    }
}

@media (max-width: 460px){
    .team_slider_wrapper .owl-carousel .owl-nav {
        position: absolute;
        bottom: 0;
        margin: 0;
        right: 175px;
        top: 94%;
        z-index: 1000;
        display: block;
    }
    .team_txt h1 {
        margin-bottom: 31px;
    }
}

@media (max-width: 400px){
    .team_slider_wrapper .owl-carousel .owl-nav {
        position: absolute;
        bottom: 0;
        margin: 0;
        right: 150px;
        top: 94%;
        z-index: 1000;
        display: block;
    }
}


.headername {
    float: right;
    margin-right: 0px;
    text-align: center;
	margin-left:100px;
}

.headername .name{
    font-size: 15px!important;
    display: inline-block;
    margin-bottom: 0px;
    color: #078b47;
}

#header-wrap .logo2{
	display:none;
	
}
 .fixed-header .logo2{
	display:block !important;
}

.headername .name1{
    font-size: 15px!important;
    
    color: #e43513;
}

@media (min-width: 992px){
.navbar-nav .deportment:hover > .dropdown-menu {
    left: 290px!important;
}
}






.kai_banner_container {
    width: 100%;

    position: relative;
    overflow: hidden;
  }
  
  .kai_banner_container .kai_banner_body {
    white-space: nowrap;
 
    letter-spacing: -6px;
    position: relative;
  } 
  
  .kai_banner_container .kai_banner_body a {
    /* display: inline-block; */
    width: 100%;
    background-position: center;
  }
  
  .kai_banner_container .kai_banner_body img { width: 100%; }
  
  .kai_banner_container .kai_banner_bottombtns {
    position: absolute;
    bottom: 30px;
    z-index: 200;
    text-align: center;
    width: 100%;
  }
  
  .kai_banner_container .kai_banner_bottombtns span {
    background-size: cover;
    display: inline-block;
    width: 120px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 2px;
    opacity: 0.5;
  }
  
  .kai_banner_container .side_btn {
    width: 40px;
    height: 40px;

    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 200;
    margin: 50px;
    /* visibility: hidden; */
  }
  
  .kai_banner_container:hover .side_btn { visibility: visible; }
  
  .kai_banner_container .side_btn:hover {
    border-color: rgba(0,0,0,0.2);
    border-width: 6px;
  }
  
  .kai_banner_container .kai_banner_prevbtn {
      left:5%;
background-image:url('https://www.mmhrc.in/filemanager/userfiles/images/arr-left.svg');
   
  }
  
  .kai_banner_container .kai_banner_nextbtn {
    right: 5%;
 background-image: url('https://www.mmhrc.in/filemanager/userfiles/images/arr-right.svg');

  }





 



  .load {
    text-align:center;
             
          margin-top:15%;	  
     
          }
    
        
          .loading{
          
          color: green;
    font: 300 5em/0% Impact;
    text-align: center;
    }
          .loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;}
  
  @keyframes dots {
    0%, 20% {
      color: rgba(0,0,0,0);
      text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    40% {
      color: red;
      text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    60% {
      text-shadow:
        .25em 0 0 green,
        .5em 0 0 rgba(0,0,0,0);}
    80%, 100% {
      text-shadow:
        .25em 0 0 red,
        .5em 0 0 red;}}

.cursor-hand{
    cursor: pointer;
}

.custom-ul ul{
	padding-left: 3.4rem !important;
}
.text-red{
    color: #E43513 !important;
}
.pad-btm-0{
    padding-bottom: 0 !important;
}
.patient-container ul{
    padding-left: 30px;
}
.patient-container .accordion-button{
    color:#000080!important;
    background-color: #fff !important;
    font-weight: 400 !important;
}
.patient-container .accordion-button:after{
    background-image :url('../images/icon/arrow-black.svg') !important;
}
.patient-container .accordion-button:not(.collapsed)::after{
    background-image :url('../images/icon/arrow-green.svg') !important;
}
.btn.btn-theme {
    background: #f3ec1a;
    color: #000080;
    width: 100%;
    height: 40px !important;
}
.btn{
padding: 10px 25px;
font-weight: 500;
background: none;
color: #202125;
border-radius: 0;
border: 1px solid transparent;
position: relative;
overflow: hidden;
z-index: 9;
text-transform: uppercase;
}
.b-radius {
    border-bottom-right-radius: 5px!important;
} 
.featured-step{
min-height: 324px;
}
.title span{
    position: relative;
    font-weight: 600;
    color: #000080;
}
.accordion-button:focus{
    border-color: #078B47;
    box-shadow: none;
}
.patient-container .accordion-item{
    margin-bottom: 0 !important;
}
.patient-container .accordion-button::after{display: block; }
.patient-container .accordion-item{ border: 1px solid rgba(0,0,0,.125); }
.patient-container ul li { 
    font-size: 16px;
    list-style: none;
  }
.patient-container ul li::before {
    content: " ";
    background-color: #000080;
    font-weight: bold;
    display: inline-block; 
    width: 8px;   
    height: 8px;  
    border-radius: 10em;
    margin-left: -16px;
    margin-right: 10px;
  }
.min-hgt-500{
min-height: 500px;
padding: 8px 15px !important ;
}
.custom-pad-82px{
padding:30px 82px 30px 82px;
}
.bg-white{
background-color: #ffffff;
}
.pl-0{
padding-left: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pb-16px{
    padding-bottom: 16px !important;
} 
.docotor-container{
   padding : 20px 30px 40px 45px;
   /* padding-top: 0; */
   background-color: #ffffff;
 }
.mt-30px{
   margin-top: 30px;
}
.docotor-container .card img{
    max-height: 320px;
}
.docotor-container .card .card-title{
    color: #000080;
    font-size: 20px;

}
.docotor-container .card .card-text{
    color: #202125;
    font-weight: 500;
    font-size: 14px;
}
.docotor-container .card .btn { 
    font-size: 14px;
}
.btn-green{
    /* background-color: #078B47;
    color: #ffffff; */
    position: absolute;
    bottom: 16px;
    border: 1px solid #000080;
}
.blog-container .card-title{
    text-transform: inherit;
}
.blog-container .card:hover h5,
.blog-container .card:hover p{
        color: #000080;
}
.blog-container .card{
    height: 462px;
    box-shadow: 0 0 10px rgb(234 234 234 / 60%);
    -moz-box-shadow: 0 0 10px rgba(234,234,234,0.6);
    -webkit-box-shadow: 0 0 10px rgb(234 234 234 / 60%);
    -o-box-shadow: 0 0 10px rgba(234,234,234,0.6);
    transition: .3s ease;
    border: none;
}
.blog-container .card:hover{
    transform: translateY(10px);
}
.video-container{
    min-height: 400px;
}


.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 10px;
}
.form-control.error {
    border-color: red;
    padding: .375rem .75rem;
}
      h6.contact {
        text-align: center;
    }
    .modal-header.head {
        border: none;
        }
       .modal-footer.foot {
          border: none;
        }
.modal-content {
     border: 3px solid #000080 !important;
}
/******************************/