

*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
}
.dd1{
  display: flex;
}
p {
  font-size: 18px;
  margin: 0 0 20px;
  font-family: 'PT Sans', sans-serif;
}
.topline {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  z-index: 1001;
  color: #4f5556;
  font-weight: 600;
}
.top-box{
    background-color: #ffffff;
}
.text-clr{
  color:  #0C6489;
}
.navbg{
  background-color:  #6f7273;
}
.topline div > span {
    margin-bottom: 8px;
    display: flex;
}
.topline .header_info_text {
    color: #fff;
    font-weight: 500;
    position: relative;
}

.topline .font-icc{
    color: #16638d;
    margin-top: 5px;
    margin-right: 8px;
}


nav{
  background: #6f7273;
  height: 45px;

}
label.logo{
  color:  #0C6489;
  font-size: 35px;
  line-height: 61px;
  padding: 0 93px 0 87px;
  font-weight: bold;
}
nav ul{
  float: right;
  
}
nav ul li{
  RIGHT: -7px;
  display: inline-block;
  line-height: 40px;


}
nav ul li a{
 
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1px 40px 0px 41px;
}
nav ul li a:hover{
  color: #ffffff;
  text-decoration: none;
   
  }
  
a.active{
  color: #ffffff;
 
  list-style-type: none;
}
a:hover{
  color: #ffffff;
  text-decoration: none;
  list-style-type: none;
}
.checkbtn{
  font-size: 30px;
  color: #F3821E;
  float: right;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}

@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}

@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: absolute;
    width: 100%;
    z-index: 38;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  .ull{
    position: absolute;
    width: 100%;
    z-index: 38;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 13px 9px -12px 9px;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
 
  #check:checked ~ ul{
    left: 0;
    top: 45px;
  }
}

.ls {
    background-color: #fff;
    color: #78a6bf;
}
.page_header a[class*="soc-"] {
    color: #78a6bf;
    border-color: #78a6bf;
}
a[class*='soc-'].rounded-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .page_header a[class*="soc-"] {
    color: #78a6bf;
    border-color: #78a6bf;
}
a.border-icon:before {
    font-size: 12px;
    line-height: 16px;
}
.icon-wrapper {
    display: inline-block;
    margin-top: 16px;
  }
  .icon-wrapper2{
    margin: 0px;
    display: inline-block;
  }
  .page-number-core {
    border: 1px solid rgb(12 100 137);
    padding: 10px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .page-number-core .extraic{
    color:#91a0a7;
  }
  .slideshow-container {
   
    position: relative;
    margin: auto;
  }
 .extra-service{
        border-right: 1px solid;
            background-color: #8382d1;
            padding-top: 25px;
            padding-bottom: 25px;
      }
.call-to-action-box {
position: relative;
margin-top: -50px;
}
.no-padding {
    padding: 0;
}
.call-to-action-box .action-style-box {
   
    text-align: center;
}
.ress{display: contents;
}
.action-title{
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    font-family: 'PT Sans', sans-serif;
}
.call-to-action-text{
    text-align: center;
    
}
.banner-ic{
  color: #fff;
  font-size: 26px;
  margin-bottom: 8px;

}
.invidual{
    background: #0C6489;
    padding: 12px;
    margin-top: -39px;
    cursor: pointer;
}

.call-toac{
  border-right: 2px solid #f3821e;
}

.logoin{
  height: 70px;
  float: left;
  width: 44%;
}
@media (max-width: 600px) { 
  .logoin{
    height: 70px;
    float: left;
    width: 100%;
  }
  .showin{
    margin-top: 4px;
  }
  .ress{display: flex;
  }
}
/* media responsive*/
@media (max-width: 768px) { 
    .icon-wrapper{
        display: none;
    }
    
    .invidual {
      background: #0C6489;
      padding: 12px;
      margin-top: 2px;
  }
  .call-toac{
    border-right:none;
  }
  nav ul li{
   
    background-color: #2C3E50
  
  }
 
 }
 @media (min-width: 576px) {
    .invidual {
      background: #0C6489;
        padding: 12px;
        margin-top: -3px;
    }
 }

 @media only screen and (max-width: 1024px) {
    label.logo {
        color: #0C6489;
        font-size: 30px;
        line-height: 80px;
        padding: 0 0px;
        font-weight: bold;
    }
    nav ul li a {
      padding: 7px 22px;
  }
    .page-number-core {
        border: 1px solid rgb(12 100 137);
        padding: 4px;
    }
    .icon-wrapper {
        margin-top: 25px;
    }
 }



 /* service provide*/
 .service-provide1 {
  background-color: #5983b5;
  padding-top: 25px;
  padding-bottom: 25px;
}
.service-provide2 {
  background-color: #759cbd;
  padding-top: 25px;
  padding-bottom: 25px;
}
.service-provide3 {
  background-color: #5983b5;
  padding-top: 25px;
  padding-bottom: 25px;
}
/*.icon {
  padding-left: 80px;
}*/
.service-image {
  left: 20px;
  top: 4px;
}
.doctor-image {
  left: 20px;
  top: 4px;
}
.service {
  padding-left: 110px;
}
.doctor-heading {
  font-size: 18px;

}
.doctor-text {
  font-size: 12px;
  font-weight: 300;
}
.service-ic{
  font-size: 34px;
    color: #fff;
}
#more {display: none;}

.package-heading {
  font-size: 25px;
  font-weight: 600;
  color: #f3821e;
}


#news-slider{
  margin-top: 30px;
}
.post-slide{
  margin: 0 15px;
  margin-top: 40px;
  position: relative;
  cursor: pointer;
}
.post-slide .post-date{
  width: 45px;
  background-color: #0C6489;
  float: left;
  cursor: pointer;
}

.post-slide .date{
  font-size:30px;
  color:#fff;
  display: block;
  text-align:center;
  font-weight: bold;
}
.post-slide .month{
  font-size: 14px;
  color:#fff;
  display: block;
  text-align:center;
  text-transform:uppercase;
}
/*.post-slide .post-content {
  padding-left: 44px;
}*/
.post-slide .post-content img{
  width: 242px;
  height: 169px;
}
.post-slide .post-title{
  margin:25px 0 15px 0;
}
.post-slide .post-title a{
  font-size:15px;
  font-weight:bold;
  color:#333;
  display: inline-block;
  text-transform:uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
  color:#3498db;
  text-decoration: none;
}
.post-slide .post-description{
  font-size: 14px;
  line-height:24px;
  color:#808080;
  margin-bottom:25px;
}
.post-slide .read-more{
     display: inline-block;
    color: #fff;
    background-color: #0c6489;
       padding: 5px 7px;
    font-weight: bold;
    border-radius: 2px;
    text-transform: uppercase;
    /* border-bottom: 4px solid #226595; */
    transition: color 0.20s linear;
}

.post-slide .read-more:hover{
  text-decoration:none;
  background: #F3821E;
}
.post-slide .read-more i{
  margin-left:10px;
  font-size:10px;
}
.owl-controls .owl-buttons{
  margin: 10px;
  position: absolute;
  top: -9%;
  width: 100%;
  text-align: center;
}
.owl-controls .owl-prev,
.owl-controls .owl-next{
  display:none;
  padding: 8px 20px;
  background:#fff;
  border: 5px solid #444;
  margin-right:30px;
  transition:background 0.50s ease;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
  background:#3498db;
  border-color: #3498db;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
  content:"\f104";
  font-family: FontAwesome;
  color: #444;
  font-size:26px;
  line-height: 26px;
}
.owl-controls .owl-next:after{
  content:"\f105";
}
.owl-controls .owl-prev:hover:after,
.owl-controls .owl-next:hover:after{
  color:#fff;
}
@media only screen and (max-width: 480px){
  .post-slide .post-date{
      width: 70px;
  }
  /*.post-content{
      padding-left: 85px;
  }*/
}
.post-slide .more{
  display: inline-block;
 color: #fff;
 background-color: #F3821E;

    padding: 5px 7px;
 font-weight: bold;
 border-radius: 2px;
 text-transform: uppercase;
 /* border-bottom: 4px solid #226595; */
 transition: color 0.20s linear;
}
/*footer*/
.col_white_amrc {color: #f3821e;
  FONT-SIZE: 15px;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; list-style-type:none;  }
.social_footer_ul li { padding-left: 15px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px;     padding: 3px;text-align:center;}




ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*#features {
  background: #fff
}
*/
#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1
}

#features .content-left span {
  float: right
}

#features .content-left .text {
  text-align: right
}

#features .content-right span {
  float: left
}

#features .box-item {
  box-shadow: 0 0 12px #f4f4f4;
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0
}

#features .box-item .icon {
  text-align: center;
  margin: 12px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

#features .box-item .icon i {
  color: #0c6f98;
  font-size: 30px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

#features .box-item .text h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
display: flex;
}

#features .box-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1)
}

#features .box-item:hover h4 {
  color: #008de2
}

#features .show-box {
  margin-top: 50px
}

#features .show-box img {
  width: 100%
}

.readmore{
  background-color: #0C6489;
  height: 30px;
  float: right;
}

.healthpackage{
  background: #0c6489;
    border-radius: 50%;
    height: 62px;
}
p{
	font-weight: 600;
    font-size: 15px;
    margin: 0 0 20px;
    font-family: -webkit-pictograph;
}


@media (max-width:576px){
  label.logo{
    padding: 2px 27px 13px 0px;
  }
  nav ul li a {
    color: #fff
  
}
}
@media (min-width: 576px) {

.bg1
    {
    width: 100%;
    background-size: cover;
    background-attachment:fixed;
    margin: 0;
    padding: 0;
   
    }

    .infobox {
     
      font-weight: 400;
      font-size: 14px;
      color: #323232;
     
      padding: 10px;
      background-color: #ffffff;
      border: 1px solid #f5f5f5;
      border-radius: 5px;
     
  }
  .overflo{
    height: 400px;
    overflow: scroll;
  }
  .overflo::-webkit-scrollbar {
    display: none;
}

.overflo {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}
}
.sub-menu-parent { position: relative; }

.sub-menu { 
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 15px;
  width: 253px; 
   transform: translateY(-1em); 
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible; 
  opacity: 1;
  z-index: 1;
  /* transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; */
}
.subdrop{
    display: flex;
    line-height: 40px;
    background-color: #0c6489;
    border-bottom: 1px solid #fff;

}




/*contact page css*/
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background-color: #0C6489;
  padding: 30px 0px;
  cursor: pointer;
  height: 231px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background-color: #0C6489;
  width: 150px;
  border-color: #0C6489;
}
.contact-info-icon i {
  font-size: 48px;
  color: #f38248;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #e8e5e5 none repeat scroll 0 0;
  border: 1px solid #e8e5e5;

  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}
.contact-page-form .selecting{
  background: #e8e5e5 none repeat scroll 0 0;
  border: 1px solid #e8e5e5;
 
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}
.addon2{
  border: none;
  background: #e8e5e5;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #e8e5e5 none repeat scroll 0 0;
  border: 1px solid #e8e5e5;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #0c6489 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#0C6489;transition: all 0.4s ease-in-out 0s;border-color:#0C6489;}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}

/*contact page end */

/*main  page service*/
.services .box {
  background-color:#0c6489;
  overflow:hidden;
  transition: .3s ease;
  cursor: pointer;
}
.services .box i {
  color:#f3821e;
  transition:inherit;
  transition-delay: 0s
}
.services h4 {
  color:#fff;
  transition:inherit;
  transition-delay: .05s;
}
.services p {
  color:#dfdfdf;
  transition:inherit;
  transition-delay: .1s;
}
.reading {
  color:#fff;
  overflow: hidden;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-right: 2rem;
}
.serviceicon{
  height: 150px;
  background-color: #f3821e;
  width: 100%;
}
.reading:before {
  animation: ts-link-arrow-effect-animation-out;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1);
    background-color: #f26c4f;
    bottom: 0;
    height: .125rem;
    margin: auto;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(.2);
    transform-origin: left center;
    z-index: 0;
}
.reading span {
  position: relative;
    transform: translateX(-200%);
    display: inline-block;
    transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.box:hover .reading span {
    transform: translateX(0%);
}
.box:hover .reading:before {
  animation: ts-link-arrow-effect-animation-in;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1);
}

.box:hover i,
.box:hover h4,
.box:hover p {
    transform: translateY(-0.625rem);
}
@keyframes ts-link-arrow-effect-animation-out {
    0% {
        transform-origin: right center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: right center;
    }

    71% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    100% {
        transform-origin: left center;
        transform: scaleX(.2);
    }
}
@keyframes ts-link-arrow-effect-animation-in {
    0% {
        transform-origin: left center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    71% {
        transform-origin: right center;
    }

    100% {
        transform-origin: right center;
        transform: scaleX(.2);
    }
}


.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 252px;
}
.gallery:hover {
  border: 1px solid #777;
}
.gallery img {
  width: 250px;
  height: auto;
}
.desc {
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #ffff;
  background: #0c6489;
  text-align: center;
}

.fw-divider-short-line .short_line {
  width: 70px;
  height: 2px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #fbb400;
}

/*main page css*/
.about-headding {
  font-size: 26px;
  font-family: Anodina;
  color: #fbb400;
}
.about-price {
  font-family: Anodina;
  font-size: 18px;
  color: #0C6489;
}
.quick {
  background-color: #0C6489;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.product-image5 .pic-1,.product-image5 .pic-2{backface-visibility:visible;transition:all .5s ease 0s}
.product-grid5{font-family:Poppins,sans-serif;position:relative}
.product-grid5 .product-image5{overflow:hidden;position:relative}
.product-grid5 .product-image5 a{display:block}
.product-grid5 .product-image5 img{width:100%;height:auto}
.product-image5 .pic-1{opacity:1}
.product-grid5:hover .product-image5 .pic-1{opacity:0}
.product-image5 .pic-2{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}
.product-grid5:hover .product-image5 .pic-2{opacity:1}
.product-grid5 .social{padding:0;margin:0;position:absolute;top:10px;right:10px}
.product-grid5 .social li{display:block;margin:0 0 10px;transition:all .5s}
.product-grid5 .social li:nth-child(2){opacity:0;transform:translateY(-50px)}
.product-grid5:hover .social li:nth-child(2){opacity:1;transform:translateY(0)}
.product-grid5 .social li:nth-child(3){opacity:0;transform:translateY(-50px)}
.product-grid5:hover .social li:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.2s}
.product-grid5 .social li a{color:#888;background:#fff;font-size:14px;text-align:center;line-height:40px;height:40px;width:40px;border-radius:50%;display:block;transition:.5s ease 0s}
.product-grid5 .social li a:hover{color:#fff;background:#0C6489;}
.product-grid5 .select-options{color:#777;background-color:#fff;font-size:13px;font-weight:400;text-align:center;text-transform:uppercase;padding:10px 5px;margin:0 auto;opacity:0;display:block;position:absolute;width:92%;left:0;bottom:-100px;right:0;transition:.5s ease 0s}
.product-grid5 .select-options:hover{color:#fff;background-color:#0C6489;text-decoration:none}
.product-grid5:hover .select-options{opacity:1;bottom:10px}
.product-grid5 .product-content{padding:20px 10px}
.product-grid5 .title{font-size:15px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid5 .title a{color:#222}
.product-grid5 .title a:hover{color:#0C6489;}
.product-grid5 .price{color:#222;font-size:13px;font-weight:500;letter-spacing:1px}
@media only screen and (max-width:990px){.product-grid5{margin-bottom:30px}
}
.showin{
  font-size: 11px;
  float: right;
  color: #ffffff;
  font-weight: 700;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  margin-top: 134px;
  background: #0c6489;
}

p{
  font-size: 14px;
    font-weight: 500;
    text-align: justify;
}
.servi-img{
  height: 300px;
}
@media (max-width:906px){
  .servi-img{
    height: 180px;
  }
  .footer-hide{
    display: none;
  }
  .showin{
  
    margin-top: 9px;
  
  }
}


.boxing {
  background: #2ecc71 none repeat scroll 0 0;
  color: white;
  float: left;
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 150px;
  line-height: 150px;
  margin: 1%;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 28%;
}
.tt{
  color: #0C6489;
}
.underline-02 {
  -webkit-text-decoration: underline double #0C6489;
  text-decoration: underline double #0C6489;
}




/*slider css*/
#slider{
 
  margin:0 auto;
  position:relative;
  overflow:hidden;
  box-shadow:2px 5px 10px rgba(0,0,0,0.4);;
}

.slide{
  width:100%;
/* l */
  animation-name:fade;
  animation-duration:1s;
  
}

@keyframes fade{
  from{opacity:0.5;}
  to{opacity:1;}
}
.titlee1{
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
}
.section-head h4{
  color:#494d4e  !important;

}

.section-head h6 {
  position: relative;
  padding: 0;
  color: #0c6489;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.viewallbtn{
  color: #fff;
  background-color: #0c6489;
  border: none;
  margin-top: -32px;
  padding: 9px;
}
.mfl{
  margin-right: 100px;

}
/*single health package*/  
 hr.line-blue-left {
        border: 0;
        height: 3px;
        background-color: #0c6489;
        width: 66px;
        margin-left: 0px;}
        .headline{
         
    padding: 0;
    color: #494d4e;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    text-transform: none;
  
        }
        p{
          font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 30px;
        }
        .maptop{
            margin-top: 40px;
        }

        @media (max-width:600px){
          .maptop{
            margin-top: 0px;
        }
          .tt{
            text-align:center;
          }
          h6{
            font-size: 20px;
          }
          .single-img-ic {
            height: 200px;
            width: 297px;
        }
        .font-icc {
          color: #0c6489;
          margin-right: 9px;
          margin-left: 5px;
      }
      .buynow-button .cust-btn {
        background-color: #0c6489;
        color: #fff;
        border-radius: 2px;
        margin-left: 12px;
        padding: 7px 14px;
    }
          }

.img-ra{
	border-radius: 50%;
}

         