.vertical-menu-wrapper .logo,
    .fullscreen-menu-wrapper .logo {
        background-position: center bottom;
        background-image:url("../images/img_hospital/KC Patel.png");
        background-repeat: no-repeat !important;
    }
.vertical-menu-wrapper.light .logo { 
    background-image:url("../images/img_hospital/KC Patel.png") !important; 
    background-repeat: no-repeat !important;
}    
.vertical-menu-wrapper{
        width: 186px !important;
        padding: 60px 0 !important;
}
.vertical-menu-footer{
        width: 189px !important;
}
.vertical-menu-footer a {
    
    font-size: 13px;
    color: cornflowerblue;
}
.vertical-menu-footer p {
    
    
}
.vertical-menu-wrapper.right .vertical-menu-footer {
    right: -300px;
    padding-left: 0px;
    margin-right: 9px;
}
.menu-fixed .main-header{
        background-color: #05075c !important;
}
#menu-trigger{
    color:#fff !important;
    top:15px !important;
}
.bg-deep {
  background-color: #f1f1f1 !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-lighter {
  background-color: #f7f7f7 !important;
}
.bg-lightest {
  background-color: #fcfcfc !important;
}
.bg-black {
  background-color: #000 !important;
}
.divider-dark {
  background-color: #252525 !important;
}
footer.bg-deep {
  background-color: #191919 !important;
}
.bg-black-111 {
  background-color: #111111 !important;
}
.bg-black-222 {
  background-color: #222222 !important;
}
.bg-black-333 {
  background-color: #333333 !important;
}
.bg-black-444 {
  background-color: #404040 !important;
}
.bg-black-555 {
  background-color: #555555 !important;
}
.bg-gray-dimgray {
  background-color: #666666 !important;
}
.bg-gray-light {
  background-color: #777777 !important;
}
.bg-gray {
  background-color: #808080 !important;
}
.bg-gray-darkgray {
  background-color: #a9a9a9 !important;
}
.bg-gray-silver {
  background-color: #c0c0c0 !important;
}
.bg-gray-lightgray {
  background-color: #d3d3d3 !important;
}
.bg-gray-gainsboro {
  background-color: #fff !important;
}
.bg-gray-lighter {
  background-color: #eeeeee !important;
}
/* Bg White Color*/
.bg-white {
  background-color: #fff !important;
}
.bg-white-f1 {
  background-color: #f1f1f1 !important;
}
.bg-white-f3 {
  background-color: #f3f3f3 !important;
}
.bg-white-f5 {
  background-color: #f5f5f5 !important;
}
.bg-white-f7 {
  background-color: #f7f7f7 !important;
}
.bg-white-f8 {
  background-color: #f8f8f8 !important;
}
.bg-white-fa {
  background-color: #fafafa !important;
}
.bg-white-fb {
  background-color: #fbfbfb !important;
}
.bg-white-fc {
  background-color: #fcfcfc !important;
}

.subscribe {
    background: #368BAF;
    padding: 0px 10px 0px 10px;
    color: white;
    border-left: 4px #fff solid;
     border-radius: 13px 2px 0px 15px;
    font-size: 17px;
    font-weight: normal;
/*    font-family: YanoneKaffeesatz-Light;*/
    letter-spacing: inherit;
    cursor: pointer;
    line-height:30px !important;
}
.subscribe-right {
    background: #325C94;
    padding: 5px 15px 5px 14px;
    color: white;
    border-right: 4px #fff solid;
    border-radius: 2px 13px 15px 0;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: 'Open Sans' !important;
    letter-spacing: inherit;
    cursor: pointer;
    line-height: 20px !important;
        
}
.subscribe-right_box {
    background: #325C94 !important;
    padding: 20px 10px;
    color: white;
    border-right: 4px #fff solid;
    border-radius: 2px 13px 15px 0;
    font-size: 15px !important;
    font-weight: normal !important;
    font-family: 'Open Sans' !important;
    letter-spacing: inherit;
    cursor: pointer;
    line-height: 20px !important;
}
#HelplineBox{
    position: fixed !important;
    bottom:0px !important;
    left:0px;
    z-index:9999999999 !important;
    font-size:25px;
    opacity: 0.7;
    min-height: 275px !important;
    min-width: 275px !important;    
}
.subscribe-right_box span{
    font-size: 14px;
    color: #30DD98 !important;
    font-weight: normal;
}
/*.subscribe-right_box p{
    margin-bottom:0px !important;
    font-size:12px;
}*/
.title-color{
    margin-top:10px;   
    margin-bottom:5px !important; 
    font-size:16px !important; 
    font-weight:700 !important;
    color:white !important;
    
}
.mb-5{
    margin-bottom:5px !important;
}
.mt-5{
    margin-top:5px !important;
}
.mb-10{
    margin-bottom:10px !important;
}
.mt-10{
    margin-top:10px !important;
}


#oval {
    width: 700px;
    height: 60px;
    background: #00A859;
    -webkit-border-radius: 100px / 50px;
    -moz-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
    border:1px solid #4A4488;
     box-shadow: -3px -2px 12px -3px #4A4488 inset;

    
}
#diamond {
    width: 120px;
    height: 120px;
    background: #1eff00;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: 60px 0 10px 310px;
}
#parallelogram {
    width: 160px;
    height: 100px;
    background: #8734f7;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}

#triangle_down {
    width: 0;
    height: 0;
    border-top: 140px solid #20a3bf;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
}

#triangle_left {
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-right: 140px solid #6bbf20;
    border-bottom: 70px solid transparent;
}
#triangle_right {
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-left: 140px solid #ff5a00;
    border-bottom: 70px solid transparent;
}
#trapezium {
    height: 0;
    width: 120px;
    border-bottom: 120px solid #ec3504;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
}
#circle {
    width: 120px;
    height: 120px;
    background: #7fee1d;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}
.inner-header {
    background: #00A859 !important;
}

.lead {
    margin: 12px 35px;
    font-weight: 100 !important;
    line-height: 30px !important;
    font-size:25px !important
    
}
.text-white {
    color: #fff;
}
.font-30{
    font-size: 30px !important;
}
.theme-font-title{
    color:#3E4095 !important;
}
.font-18 {
    font-size:18px;
}
.padding-media{
    color:black !important;
    font-size:15px !important;
    padding-left:15px !important;
}
.darkgreyborder {
    border: 1px solid #d4d4d4;
}
.bg-white-fa {
    background-color: #fafafa;
}
.team-member .thumb {
    overflow: hidden;
    position: relative;
}
.thumb {
    text-align: center;
}
.team-member .thumb img {
    transition: all 300ms ease-in-out 0s;
}
.team-img {
    height: 300px;
    width: auto;
}
img {
    max-width: 100%;
}
.team-member .thumb .info {
    bottom: -50px;
    position: absolute;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
}
.pb-10 {
    padding-bottom: 10px;
}
.p-15 {
    padding: 15px;
}
.bg-lighter {
    background-color: #f7f7f7;
}
.mt-0 {
    margin-top: 0;
}
.mt-0 {
    margin-top: 0;
}
.height35px {
    height: 35px;
}
.letter-space-1 {
    letter-spacing: 1px;
}
.font-13 {
    font-size: 13px;
}
.font-weight-400 {
    font-weight: 400;
}
.text-gray {
    color: #808080;
}
.text-theme-colored {
    color: #3E4095;
}
.thumb {
    text-align: center;
}
.bg-lighter {
    background-color: #f7f7f7;
}

/*.box-services-f .content {
    padding-bottom: 15px;
    border-bottom: 2px solid #00A859;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

#setlogo a {
    
    margin: 0px 20px !important;
    
}
#setlogo img{
   
   left: 80px;
   height:55px !important;
   width:55px !important;
   margin-top:10px !important;
   margin-bottom:10px !important;
 }
 #setlogo span{
    color: #fbfbfb !important;
    position: absolute;
    top: 23px;
    font-size: 28px;
    left: 100px;
   font-family: 'Open Sans' !important;
   font-weight: normal !important;
   text-transform: uppercase !important;
 }   
 .medium_bg_darkblue{
        background-color: #325c94 !important; 
 }
 @media (max-width:767px) {
        .logo-center {
            display:block;
            height:50px;
            background-image:url("../images/img_hospital/KC Patel.png");
            background-position:center center;
            background-repeat: no-repeat;
            text-indent:-9999999px;
        }
        #hide-sm{
          display:none;  
        }
        #menu-trigger{
            color:black;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .logo {
            height:64px;
            background-position:center bottom;
        }
    }
.subscribe-right p{
    margin: 3px 0 2px !important;
    font-size: 13px !important;
    color: blanchedalmond !important;
    font-weight: 100 !important;
    
}   
.op07{
  opacity: 0.7 !important;  
}
.set-font_slide span{
 font-weight:100 !important;
 font-family: 'Open Sans' !important;
 font-size:20px;   
}
.setlayer{
    padding:5px 15px 5px 14px !important;
}
.setlayer p{
    font-size:16px; 
    /*font-weight:100 !important;*/
}
.m-b-5{
    margin-bottom:5px !important;
}
.text-black{
    color:black !important;
}
.text-gray{
    color:gray !important;
}
.font-20{
    font-size:20px !important;
}
.font-18{
    font-size:18px !important;
}
.font-16{
    font-size:16px !important;
}
.font-14{
    font-size:14px !important;
}
.box-right .title-small{
    margin-bottom:0px!important;
    font-size:16px !important;
    font-weight:500 !important;
}
.pl5{
    padding-left:5px !important;
}.pl0{
    padding-left:10px !important;
}.pr5{
    padding-right:5px !important;
}.pr10{
    padding-right:10px !important;
}

.mt-40 {
    margin-top: 40px;
}
.text-white {
    color: #fff;
}
.breadcrumb {
    background-color: transparent !important;
    padding-left: 0;
}
.breadcrumb > li:first-child {
    padding-left: 10px;
}
.breadcrumb.text-white li a {
    color: #fff !important;
}
.text-white{
    color:white;
}
.border-event
{
    border: 2px solid transplant !important;
    box-shadow: 10px 10px 5px transparent !important;
    height:450px;
}
.superbox-img
{
    height: 70px;
    width:100px;  
    border: 1px solid white;
    margin-left:10px;
    margin-top:10px;
    float:left !important;
}
@media only screen and (max-width: 767px) 
{
    .superbox-img
    {
        width: auto;
    }
}

.smallNevigation {
    background-color: transparent;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0px 15px !important;
    display: inline-flex !important;
}
.smallNevigation > li:first-child {
    padding-left: 10px;
}
.smallNevigation.text-white li a {
    color: #fff;
}
.smallNevigation > li + li::before {
    content: "\f111";
    font-family: fontawesome;
    color: yellow !important;
    padding: 0 6px;
    font-size: 10px;
}
.font-12{
    font-size:12px !important;
}
.box-right span{
    font-size:13px !important;
    line-height: 22px !important;
}
.box-right p{
    line-height: 22px !important;   
}
#contact .box-left i {
    color:#00A859 !important;
}
.text-gray-title {
    color: #606062;
    font-size: 16px;
    font-weight: 600;
}
/*.btn-slider{
     border: 2px solid silver !important;
}*/
@media (min-width:992px) {    

    .menu-fixed .logo { height:83px !important; }
}
@media (min-width:992px) {    

   
} 
    @media (max-width:767px) {
       #setlogo span{
            font-size:14px !important;
       }
    }
    @media (max-width:991px) {
        #setlogo span{
            font-size:18px !important;
       }
    }
    @media (min-width: 100px) and (max-width: 766px) {
        #setlogo span{
           display:none !important;
       }
       .smallNevigation{
           display:none !important;
       }
      
        
    }

.font-11{
    font-size:11px !important;
}
.font-22{
    font-size:22px !important;
}  
.setbox-title{
    font-size:16px !important;
    color:white !important;
    font-weight:bolder !important;"
}
.footer-simple.footer-wrapper {
    padding: 10px 0 !important;
}
.title-border{
    font-size: 22px !important;;
    margin-bottom: 30px !important;
    padding: 0 0 3px !important;
}
.title-border::after {
     background-color: #00A859 !important;
}
.title-slider-large.br-top-bottom{
    border-bottom: 3px solid silver !important;
    border-top: 3px solid silver !important;
}
.title-slider-large {
    color: greenyellow !important;
   /* font-family: "Montserrat",sans-serif;*/
    font-size: 32px Important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px !important;
}
/*.box-services-b:hover{
    background-color:#00a859 !important;
}*/
.sidebar-widget .sidebar-categories li a:hover{
    color:#00a859 !important;
}
a:hover, a:focus, a:active, .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active{
    color:#00a859 !important;
}
.divider.d3::after{
      background-color:#00a859 !important;
}
.icon-box1 span i {
    /*color:#3E4095 !important;*/
    color:#05075C !important;
}
/*.box-services-b .box-left .fa-style1, .box-services-c .fa-style1{
     color:#05075C !important;
}*/
.SlidImgDiv1 .wrapperimgfacility{
    height:100%;
    width:auto;
    background-position: center center; 
    background-size: cover;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    border: 2px solid white !important;
    box-shadow: 10px 10px 5px #ccc !important;
}
.font-16{
    font-size:16px !important;
}
.tp-banner .media-body p {
    font-size:20px !important;
}
.plan {
    z-index: 1;
    text-align: center;
    border-top: 2px solid #00A859;
}
.plan-header {
    padding: 30px 30px 25px;
    background-color: #05075C;
    opacity: 0.7 !important;  
    
}
.plan-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: rgb(181,67,33);
    margin-bottom: 20px;
}
.box-services-d{
     padding: 30px 40px;
}
.box-services-e.blue {
    background-color: #05075C;
}
.box-services-e .fa {
    bottom: -29px;
    color: white !important;
    font-size: 100px;
   /* opacity: 0.25;*/
    position: absolute;
    right: -6px;
}

.box-services-e.green {
    background-color: #00A859;
}
.box-services-c .fa {
    margin-bottom:0px !important;
}
.font-15{
    font-size:15px !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background:#00A859 !important;
}