@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('HelveticaNeueMedium.eot');
  src: url('HelveticaNeueMedium.woff2') format('woff2'),
       url('HelveticaNeueMedium.eot?#iefix') format('embedded-opentype');
  src: url('HelveticaNeueMedium.woff') format('woff'),
       url('HelveticaNeueMedium.ttf') format('truetype'),
       url('HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('HelveticaNeueLight.eot');
  src: url('HelveticaNeueLight.woff2') format('woff2'),
       url('HelveticaNeueLight.eot?#iefix') format('embedded-opentype');
  src: url('HelveticaNeueLight.woff') format('woff'),
       url('HelveticaNeueLight.ttf') format('truetype'),
       url('HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueThin';
  src: url('HelveticaNeueThin.eot');
  src: url('HelveticaNeueThin.woff2') format('woff2'),
       url('HelveticaNeueThin.eot?#iefix') format('embedded-opentype');
  src: url('HelveticaNeueThin.woff') format('woff'),
       url('HelveticaNeueThin.ttf') format('truetype'),
       url('HelveticaNeueThin.svg#HelveticaNeueThin') format('svg');
  font-weight: 100;
  font-style: normal;
}
iframe {
    border: 4px solid #cb202d;
}
.btn_cont {
    text-align: center;
    padding: 15px 0;
}
p.foot_mob1 a {
    color: #fff;
}
p.foot_mob1 {
    border: 1px solid;
    border-radius: 10%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: darkblue;
    width: 200px;
}
span.txt-clr-n {
    color: #da251c;
}
.top_name p {
    float: right;
    color: #da251c;
   font-size:20px;
   padding: 10px;
}
.about-inner {
    background: #f5f5f5;
    border-bottom: 2px solid #B86D91;
    padding: 30px;
    min-height: 480px !important;
}
.col-sm-7.col-md-6.about-left {
    padding-left: 0px;
    padding-right: 0px;
}
.about-inner-image img {
    width: 100%;
}
section.head_section img {
    height: 350px;
    width: 100%;
    }
h1.page-heading1 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}
span.gst_n {
    color: #d8251c;
    font-weight: 700;
    margin-left: 24px;
}
section.slider {
    overflow: hidden;
    width: 100%;
  
}
section.doctor_team {
    background: #bcb8c3;
}
.details_des {
    transition: ease all 1s;
    background-color: #F3EFCA;
    padding: 4px 0 20px;
    border: 1px solid white;
    box-shadow: 0px 0px 15px 0px rgb(74, 42, 29);

}
.details_des:hover{
    transition: ease all 1s;
    transform: scale(1.1);
}
section.doctor_team {
    background: #F44336;
    background: url(../images/bg.jpg);
}
.details_des h2 {
    padding: 16px 0;
    background-color: #cb202d !important;
    margin-bottom: 11px;
    color: #F3EFCA;
    margin: 0px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.about_us .rd_more {
    color: #fff;
    background: #141423;
    border: 1px solid #141423;
    color: #f3efca !important;
    border-radius: 4px;
}
.details_des p {
    padding: 0px 20px 0px 20px;
    text-align: justify;
}
a.tiny.button {
    background: #141423;
    border: 1px solid #141423;
    color: #f3efca !important;
    font-size: 0.85rem;
    border-radius: 4px;
}
a.rd_more {
    /* background: red; */
    background: #141423;
    border: 1px solid #141423;
    color: #f3efca !important;
    border-radius: 4px;
}
.rd_more {
    font-size: 1.6rem;
    color: #333;
    background-color: #fff;
    margin: 25px auto 0;
    display: block;
    width: 140px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}
.flexslider {
    margin: 0;
    border: 0;
}

/* reset css start */
a, a:hover, a:focus {
    text-decoration: none;
}
p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
section:after, ul:after {
    content: "";
    clear: both;
    display: block;
}
/* reset css end */
body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.main_wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
    overflow:hidden;
}
header {
 /*border-bottom: 9px solid red;*/
   background-color: #fff;
}
.header_top:after {
    content: "";
    height: 60px;
    width: 350px;
    position: absolute;
    left: -35px;
    bottom: 0;
    background-color: #fff;
    transform: skew(-45deg);
}
.topbar > .container {
    position: relative;
}
.topbar ul {
    float: right;
    padding: 20px 0 18px;
}
p.pan_n {
    padding: 0 0 20px;
    margin-left: 24px;
}
.topbar li {
    float: left;
    text-align: left;
    padding: 0 20px;
    border-right: 1px solid #efefef;
}
.topbar li:last-child {
    border: 0;
    padding-right: 0;
}
.topbar h5 {
    font-size: 16px;
    font-weight: bold;
    color: #0060AA;
    margin: 0;
    line-height: 1.6rem;
    text-transform: capitalize;
}
.watsaap h5 {
    color: #34AF23;
    padding: 0px 0 5px 0;
}
.topbar h5 .fa {
    line-height: inherit;
     font-size: 16px;
    color: inherit; 
}
.topbar p {
   line-height: 1.6rem;
     margin: 0;
    color: black;
    font-weight: 1000;
    font-size: 20px;
 
}
.topbar a {
    color: #888;
    font-size:16px;
}
.topbar a:hover, .topbar a:focus {
    color: #666;
    text-decoration: underline;
}
.web_logo {
   float: left;
    width: 180px;
    z-index: 5;
    top: 3px;
    left: 15px;
 }
.web_logo a {
    display: block;
}
.web_logo img {
    width: 100%;
    display: block;
}
/* top navbar css start */
.navbar-default {
    background-color:rgb(19, 73, 147);
    border: 0;
    border-radius: 0;
    margin: 0;
}
.ourfeatures-section h2.section-heading {
    color: #fff;
    margin-bottom: 50px;
	text-align: center;
}
.ourfeatures-section {
background-color: #F7ECD4;
    background-image: url(../images/bg5.jpg);
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding: 60px 0 80px;
}
.ourfeatures-section:before {
    content: "";
    background-image: url("../images/bg_pattern2.png");
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-attachment: initial;
}
.san-features h4.panel-title a.collapsed:before {
    content: "\f055";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    text-align: center;
}
.san-features h4.panel-title a:before {
    content: "\f056";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    text-align: center;
}
.san-features div#accordion > div.panel {
    width: 220px;
    margin: 0 auto 0px calc(50% - 150px);
    position: relative;
    border-radius: 0;
    border: 0px solid transparent;
    display: flex;
    height: 54px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.san-features div#accordion > div.panel:nth-child(2) {
    margin-left: 350px;
    width: 170px;
}
.san-features div#accordion > div.panel:nth-child(3) {
    margin-left: 365px;
    width: 170px;
}
.san-features div#accordion > div.panel:nth-child(4) {
    margin-left: 350px;
    margin-bottom: 40px;
    width: 250px;
}
.san-features div#accordion > div.panel:nth-child(6) {
    margin-left: auto;
    margin-right: 350px;
    width: 110px;
}
.san-features div#accordion > div.panel:nth-child(7) {
    margin-left: auto;
    margin-right: 365px;
    width: 156px;
}
.san-features div#accordion > div.panel:nth-child(8) {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: 350px;
    width: 192px;
}
.san-features div#accordion > div.panel:nth-child(10) {
    margin-right: auto;
    margin-left: 350px;
    width: 100px;
}
.san-features div#accordion > div.panel:nth-child(11) {
    margin-right: auto;
    margin-left: 365px;
    margin-bottom: 60px;
    width: 180px;
}
.san-features h4.panel-title {
    color: #0092ca;
    font-size: 20px;
    font-weight: 600;
}
.san-features h4.panel-title a {
    display: block;
    margin: 0px auto 0;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid rgba(0, 146, 202, 0.25);
    height: 40px;
    border-radius: 50%;
    line-height: 30px;
    color: #000;
    background-color: rgba(255, 215, 0, 0.5);
    background-clip: content-box;  
}
.san-features h4.panel-title a:hover {
    color: #fff;
}
.san-features h4.panel-title a.collapsed:before {
    content: "\f055";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    text-align: center;
}
.san-features h4.panel-title a:before {
    content: "\f056";
    font-family: FontAwesome;
    display: block;
    font-size: 18px;
    text-align: center;
}

/*.san-features div#accordion .panel-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 5;
    background-color: rgba(0,0,0,0.7);
    color: rgba(255,255,255,0.7);
    min-width: 650px;
}*/
.san-features div#accordion .panel-collapse {
    position: absolute;
    width: 250px;
    min-width: 100px;
    height: 250px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 5;
    background-color: rgba(0,0,0,0.7);
    color: rgba(255,255,255,0.7);
    opacity: 0;
}
.san-features div#accordion .panel-collapse.in {
    transition: none;
    opacity: 1; 
}
.san-features div#accordion div#collapseOne {
    left: 340px;
    top: -80px;
}
.san-features div#accordion div#collapseTwo {
    left: 325px;
    top: -134px;
}
.san-features div#accordion div#collapseThree {
    left: 340px;
    top: -188px;
}
.san-features div#accordion div#collapseFour {
    right: 220px;
    top: -52px;
}
.san-features div#accordion div#collapseFive {
    right: 205px;
    top: -106px;
}
.san-features div#accordion div#collapseSix {
    right: 220px;
    top: -160px;
}
.san-features div#accordion div#collapseSeven {
    left: 265px;
    top: -52px;
}
.san-features div#accordion div#collapseEight {
    left: 250px;
    top: -106px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0px solid;
    padding: 25px;
}
.san-features div.panel > .panel-heading {
    text-align: center;
    background-color: transparent;
    border: 0px solid transparent;
    width: 100%;
}
.san-features div#accordion > div.panel:nth-child(2) h4 a {
    left: -51px;
    top: 7px;
}
.san-features div#accordion > div.panel:nth-child(3) h4 a {
    left: -57px;
    top: 7px;
}
.san-features div#accordion > div.panel:nth-child(4) h4 a {
    left: -55px;
    top: 7px;
}
.san-features div#accordion > div.panel:nth-child(6) h4 a {
    right: -52px;
    top: 7px;
    left: auto;
}
.san-features div#accordion > div.panel:nth-child(7) h4 a {
    right: -58px;
    top: 7px;
    left: auto;
}
.san-features div#accordion > div.panel:nth-child(8) h4 a {
    right: -55px;
    top: 7px;
    left: auto;
}
.san-features div#accordion > div.panel:nth-child(10) h4 a {
    left: -44px;
    top: 7px;
}
.san-features div#accordion > div.panel:nth-child(11) h4 a {
    left: -61px;
    top: 7px;
}

.san-features h4.panel-title {
    color: #0092ca;
}
.san-features {
    position: relative;
}
.truck-circles {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    border: 5px solid rgba(255,255,255,0.15);
    position: absolute;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 85% auto;
    background-position: center center;
}
.truck-circle1 {
    top: -64px;
    left: 50px;
    //background-image: url(../images/freight-new1.png);
}
.truck-circle2 {
    top: 138px;
    right: 50px;
    //background-image: url("../images/load-new1.png");
}
.truck-circle3 {
    top: 313px;
    left: 50px;
    background-image: url("../images/truck-new1.png");
}

.san-features h4.panel-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/*.benefits h2.section-heading {
    margin-bottom: 10px;
}
p.san-sub {
    width: 60%;
    margin: 0 auto 40px;
}
.our-users {
    text-align: center;
}
.our-users a {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: #000;
    border: 10px solid gray;
    position: relative;
}
.our-users a:after {
    content: "\f007";
    font-family: FontAwesome;
    display: block;
    color: #fff;
    font-size: 70px;
    line-height: 140px;
    //background-color: rgba(0, 128, 0, 0.68);
    background-color: rgba(24, 54, 80, 0.75);
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: 5;
    border-radius: 50%;
}
.our-users a:hover:after {
    background-color: rgba(255, 215, 0, 0.75);
}
.our-users:nth-child(2) a:after {
	content: "\f0d1";
}
.our-users:nth-child(3) a:after {
	content: "\f0c0";
}
.our-users h4.user-title {
    font-size: 18px;
    margin: 20px 0 0;
}
.our-users a:hover + h4.user-title {
	color: gold;
}*/
.benefits-section h2.section-heading, .testimonial h2.section-heading {
    margin: 0 0 16px;
    font-size: 36px;
}
.benifits-container {
    position: relative;
    height: 430px;
    overflow: hidden;
}
.benefits-inner-section {
    height: 50px;
    padding: 0;
    width: inherit;
    transition: all 0.5s ease;
    overflow: hidden;
}
.benefits-inner-section.active {
    height: 310px;
    transition: all 0.5s ease;
}
.benefits-inner-section h2 {
    font-size: 24px;
    margin: 0;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 30px;
    cursor: pointer;
}
.benefits-inner-section1 {
    background-color: ORANGERED;
}
.benefits-inner-section2 {
    background-color: green;
}
.benefits-inner-section3 {
    background-color: orange;
}
.benefit-inner2 {
    padding: 0 15px;
}
.benefit-inner2 {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.q-ans {
    padding-top: 20px;
}
.q-ans h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}
.q-ans p {
    font-size: 14px;
    margin: 0;
}
.btn-container1 {
    text-align: right;
    padding: 12px 20px 0;
}
.btn-container1 a {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 16px;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
}
.btn-container1 a:hover {
    background-color: #183650;
}
.benefits-inner-section p, .benefits-inner-section h3 {
    color: #fff;
}
.benefits-inner-section.active .benefit-inner2 {
    opacity: 1;
    height: auto;
    transition: all 0.5s ease;
}
.benefits-inner-section1 .q-ans:first-child, .benefits-inner-section2 .q-ans:first-child, .benefits-inner-section3 .q-ans:first-child {
    padding-top: 10px;
}
.testimonial-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #f9f9f9;
    border-radius: 50%;
}
.testimonial-image img {
    width: 100%;
}
.client-feedback h4 {
    margin: 20px 0 10px;
    text-align: center;
    font-size: 24px;
    color: #183650;
}
.client-feedback p {
    text-align: center;
    margin: 0px 0 8px;
    font-size: 14px;
    color: #0092ca;
}
.testimonial-footer {
    text-align: center;
}
.testimonial-footer p {
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    font-size: 12px;
    color: #0092ca;
}
.testimonial-footer p span {
    text-transform: uppercase;
    color: #333;
}
span.client-ranking {
    text-align: center;
    color: gold;
    padding: 10px 0 0;
    display: inline-block;
}
div#carousel-testimonial {
    border: 1px solid #0092ca;
    background-color: #f9f9f9;
}
div#carousel-testimonial .carousel-control.left, div#carousel-testimonial .carousel-control.right {
    background: transparent;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    height: 40px;
    line-height: 36px;
    top: calc(50% - 20px);
    width: 40px;
    border-radius: 50%;
    background-color: #0092ca;
    text-align: center;
}
div#carousel-testimonial .carousel-control.left {
    left: 5px;
}
div#carousel-testimonial .carousel-control.right {
    right: 5px;
}
div#carousel-testimonial:hover .carousel-control.left, div#carousel-testimonial:hover .carousel-control.right {
    opacity: 1;
}
.testimonial-inner {
    padding: 20px;
}
.client-feedback > p:after, .client-feedback > p:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    display: inline-block;
}
.client-feedback > p:before {
    background-image: url("../images/quotes-left.png");
    margin-right: 8px;
}
.client-feedback > p:after {
    background-image: url("../images/quotes-right.png");
    margin-left: 8px;
}

.san-how-work {
    background-image: url(../images/new-road.png);
    background-repeat: repeat-x;
    background-position: center center;
}
.san-how-work .panel-default {
    border: 0px solid;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    max-width: 224px;
    padding: 0;
}
.san-how-work .panel-default:first-child, .san-how-work .panel-default:nth-child(2), .san-how-work .panel-default:nth-child(3), .san-how-work .panel-default:nth-child(4) {
    margin-bottom: 24px;
    margin-top: 0px;
    margin-right: 48px;
}
.san-how-work .panel-default:last-child, .san-how-work .panel-default:nth-child(8), .san-how-work .panel-default:nth-child(6), .san-how-work .panel-default:nth-child(7) {
    margin-top: 24px;
    margin-bottom: 0px;
    margin-right: 48px;
}
.san-how-work .panel-default:nth-child(6) {
    margin-left: 130px;
}
.san-how-work .panel-default:last-child {
    margin-right: 0;
}
.san-how-work h4.panel-title {
    text-align: center;
    font-size: 18px;
}
.panel-group:after {
    content: "";
    clear: both;
    display: block;
}
.benefits1.main-inner-level1 {
    background-color: #fff;
	padding: 90px 0 90px;
}
span.txt-clr {
    color: #0092ca;
}
.benefits-section h2.section-heading, .testimonial h2.section-heading {
    margin: 0 0 16px;
    font-size: 36px;
	text-transform: capitalize;
}
section.thl_services {
    background: url(../images/bg9.jpg);
    height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
}
 section.thl_services p {
    width: 40% !important;
    text-align: justify;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
}
section.thl_services h1 {
    padding: 60px 0;
    background: transparent !important;
    color: #fff !important;
    text-shadow: 0px 1px 2px;
    text-transform: capitalize !important;
}
.benefits-inner-section h2 {
    font-size: 24px;
    margin: 0;
    line-height: 20px;
    font-weight: 900;
    padding: 10px 30px;
    cursor: pointer;
}
h2.section-heading {
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 40px;
}
.testimonial-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #f9f9f9;
    border-radius: 50%;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    padding: 15px 20px;
}
.navbar>.container .navbar-brand {
    padding: 0;
    float: left;
    height: auto;
    position: absolute;
    width: 120px;
    top: -66px;
}
.navbar-brand img {
    display: block;
    width: 100%;
}
.dropdown-menu {
background-color: #0060aa;
}


/* top navbar css start */

/* slider section start*/
.bg_slider {
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slide1 {
    background: url(../images/image4.jpg) no-repeat center;
    background-size: cover;
    animation:fade 8s infinite;
    -webkit-animation:fade 8s infinite;

} 
.slide2 {
    background: url(../images/image5.jpg) no-repeat center;
    background-size: cover;
    animation:fade2 8s infinite;
    -webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: url(../images/image4.jpg) no-repeat center;
    background-size: cover;
    animation:fade3 8s infinite;
    -webkit-animation:fade3 8s infinite;
}
@keyframes fade {
  0% {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2 {
  0% {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3 {
  0% {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

.banner_overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: calc(100% - 150px);
}
.referral_links {
    position: fixed;
    top: 50%;
    left: -176px;
    width: 220px;
    transform: translateY(-50%);
    z-index: 999;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: 550px;
}
.referral_links a {
    display: block;
    color: #da251c;
    margin-bottom: 10px;
    background-color: #da251c;
    line-height: 38px;
    border-radius: 0 25px 25px 0;
    padding: 0 50px 0 15px;
    position: relative;
    width: 100%;
    text-align: center;
    transition: all 700ms ease;
}
.testimonial-image img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #f9f9f9;
    border-radius: 50%;
}
.referral_links a:last-child {
    margin-bottom: 0;
}
.referral_links a:hover, .referral_links a:focus {
    transform: translateX(176px);
    box-shadow: 0 0 3px #e5e5e5;
    background-color: #fff;
    transition: all 700ms ease;
}
.referral_links a:after, .referral_links a:before {
    position: absolute;
    right: 3px;
    height: 34px;
    width: 34px;
    background: #fff;
    content: "";
    top: 2px;
    border-radius: 50%;
    z-index: 3;
    transition: all 700ms ease;
}
.referral_links a:hover:after, .referral_links a:focus:after {
    background: #da251c;
    transition: all 700ms ease;
}
.referral_links a:before {
    font-family: FontAwesome;
    background: transparent;
    text-align: center;
    line-height: 34px;
    z-index: 4;
    color: #da251c;
    font-size: 1.8rem;
}
.referral_links a:hover:before, .referral_links a:focus:before {
    color: #fff;
    transition: all 700ms ease;
}
.referral_links a:first-child:before {
    content: "\f073";
}
.referral_links a:nth-child(2):before {
    content: "\f0f0";
}
.referral_links a:nth-child(3):before {
    content: "\f0fa";
}
.referral_links a:nth-child(4):before {
    content: "\f0fa";
}
.referral_links a:last-child:before {
    content: "\f017";
}
.overlay_tabs {
    width: 450px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    right: 50px;
}
.overlay_tabs .nav-tabs {
    border: 0;
}
.overlay_tabs .nav-tabs li {
    margin: 0;
}
.overlay_tabs .nav-tabs li a {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    border: 0;
    color: #005FA9;
    text-transform: capitalize;
    font-weight: 600;
}
.overlay_tabs .nav-tabs li.active a {
    background-color: rgba(0, 95, 169, 0.6);
    color: #fff;
    border: 0;
    margin: 0;
}
.overlay_tabs form.form {
    background-color: rgba(0, 95, 169, 0.6);
}
.overlay_tabs form.form > div:last-child {
    margin-bottom: 0;
}
.overlay_tabs .btn_cont .btn_submit {
    color: #005FA9;
    background-color: #fff;
    font-weight: 600;
}

.slider img {
    width: 100%;
    display: block;
}
/* intro section start */
.intro {
    padding: 50px 0;
    text-align: center;
}
.section_title {
    margin: 0 0 20px;
    color: #005FA9;
    font-size: 2.8rem;
    text-align: center;
}
.intro p {
    margin: 15px 0 0;
    text-align: center;
    line-height: 2.8rem;
    font-size: 2rem;
    font-weight: 300;
}
.features {
    padding: 0;
}
.features .img_cont {
    height: 340px;
    width: 100%;
}
.img_cont a {
    display: block;
    width: 100%;
    height: inherit;
    overflow: hidden;
    position: relative;
}
.img_cont a:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 0px 70px 200px rgba(255,255,255,0.4);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.img_cont a:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 }
.features .img_cont img {
    height: 100%;
    display: block;
    margin: 0 auto;
    transform: scale(1.2);
    transition: all 0.4s ease;
}
.features .img_cont a:hover img {
    transform: scale(1);
}
.features_details {
    background-color: #005FA9;
    padding: 40px;
    height: 340px;
    overflow: hidden;
}
.feature_icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-image: url(../images/doctor_icon2.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.feature_heading {
    font-size: 3rem;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin: 20px auto 12px;
}
.features p {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.4rem;
    margin: 0;
}
.rd_more {
    font-size: 1.6rem;
    color: #333;
    background-color: #fff;
    margin: 25px auto 0;
    display: block;
    width: 140px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}
.hospital_inside p {
    text-align: justify;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin: 0 0 30px;
}
.hospital_location {
    font-size: 2.4rem;
    text-align: center;
    margin: 0;
    line-height: 5rem;
}
.inside_tour {
    width: 300px;
    margin: 20px auto 0;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
}
.inside_tour:hover {
    box-shadow: 0 0 7px #ccc;
    transition: all 0.4s ease;
}
.page-heading {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Aldrich', sans-serif;
}
section.hospital_inside {
    background: #fff;
    padding: 50px 0;
   
}
.banner_overlay {
    position: relative;
    width: 100%;
    top: -380px;
    height: calc(100% - 150px);

}
.inside_tour:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
    content: "";
    border-radius: 50%;
}
.inside_tour .tour_links {
    position: absolute;
    width: 120px;
    height: 40px;
    line-height: 40px;
    left: calc(50% - 60px);
    top: calc(50% - 20px);
    background-color: #005FA9;
    color: #fff;
    border-radius: 20px;
    text-transform: capitalize;
    z-index: 2;
    border: 0;
}
.inside_tour img {
    display: block;
    width: 100%;
}
.hospital_address {
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    color: #666;
    text-transform: capitalize;
    margin: 15px 0 0;
}
.hospital_address span {
    display: block;
    margin-top: 6px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #005FA9;
}
.our_specialities {
    background-color: #005FA9;
    padding: 50px 0;
}
.our_specialities .section_title, .our_specialities p {
    color: #fff;
    text-align: center;
}
.custom_slider, .team_slider {
    margin: 40px 0 0;
}
.specialities_inner {
    position: relative;
}
.specialities_inner .img_cont {
    position: relative;
}
.specialities_inner .img_cont:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 178, 231, 0.5);
    background-color: rgba(0, 128, 0, 0.3);
}
.specialities_inner a {
    position: absolute;
    top: 184px;
    width: 90px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background-color: green;
    left: calc(50% - 45px);
    border-radius: 15px;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.2rem;
    z-index: 2;
}
.specialities_inner .details {
    background-color: #fff;
    color: #333;
    padding: 30px 15px 10px;
}
.details .speciality_title {
    font-size: 2.0rem;
    text-align: center;
    margin: 0 0 10px;
}
.details p {
    text-align: justify;
    margin: 0;
    color: #000;
}
.about_us {
    padding: 50px 0;
    background-color: #f9f9f9;
}
.heading_big {
    font-size: 3.2rem;
    color: #005FA9;
    margin: 0 0 20px;
    font-weight: 300;
    text-transform: capitalize;
}
.section_title_sm {
    font-size: 2.4rem;
    font-weight: 100;
    color: #464141;
    margin: 0 0 15px;
}
.about_us img {
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
}
.about_us img:last-child {
    margin: 0;
}
.about_us .rd_more {
    margin-left: 0;
    background-color: #005FA9;
    color: #fff;
}
.events_section {
    padding: 50px 0;
    background-image: url(../images/events_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.events_tabs .nav-tabs {
    margin: 0;
    border: 0;
}
.events_tabs .nav-tabs li {
    float: none;
    margin: 0 0 10px;
}
.events_tabs .nav-tabs li:last-child {
    margin: 0;
}
.events_tabs .nav-tabs li a {
    display: block;
    background-color: transparent;
    border: 2px solid #fff;
    line-height: 60px;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    width: 320px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.events_tabs .nav-tabs li.active a, .events_tabs .nav-tabs li.active a:hover, .events_tabs .nav-tabs li a:hover {
    background-color: #fff;
    color: #005FA9;
    border: 2px solid #fff;
}
.events_section .col-sm-6:nth-child(2) {
    background-color: rgba(0, 95, 169, 0.3);
    padding: 15px;
}
.panel-group {
    margin: 0;
}
.panel-group .panel {
    border: 0;
    margin-bottom: 0px;
    border-radius: 0;
    background: transparent;
}
.panel-group .panel:last-child {
    margin-bottom: 0px;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border: 0px;
    padding: 0;
    height: 68px;
    border-radius: 0;
    position: relative;
}
.panel-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
}
.panel-title a:after {
    content: "";
    clear: both;
    display: block;
}
.panel-title a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 150px;
    border: 10px solid transparent;
    border-bottom-color: transparent;
    opacity: 0;
    visibility: hidden;
}
.panel-title a[aria-expanded="true"]:before {
    border-bottom-color: #fff;
    opacity: 1;
    visibility: visible;
}
.panel-title a {
    display: block;
    background: orangered;
    padding: 10px 0;
}
.panel-title .event_time {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    float: left;
    background-color: #f56c03;
    line-height: 3rem;
    border-radius: 6px;
    width: 56px;
    text-align: center;
    padding: 3px 0;
    margin-right: 15px;
}
.panel-title .event_time span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 0;
}
.event_title {
    display: block;
    background: rgb(255, 255, 255);
    height: 52px;
    color: #333;
    border-radius: 6px;
    padding: 6px 10px 6px 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
    background-color: #fff;
    padding: 0;
}
.tab-content h3 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 2.4rem;
    text-transform: capitalize;
}
.tab-content h3:after {
    content: "";
    height: 2px;
    width: 70px;
    background-color: #fff;
    display: block;
    margin-top: 10px;
}
.event_date {
    float: left;
    width: 150px;
    background-color: #f56c03;
    text-align: center;
}
.date_large {
    font-size: 8rem;
    color: #fff;
    display: block;
    font-weight: 600;
    line-height: 8rem;
}
.month_small {
    font-size: 1.8rem;
    display: block;
    line-height: 1.8rem;
    color: #fff;
}
.day_small {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
    display: block;
    padding-top: 2px;
}
.day_small:before {
    content: "(";
}
.day_small:after {
    content: ")";
}
.event_place {
    position: relative;
    padding: 12px;
    float: left;
    width: calc(100% - 150px);
}
.place_small {
    line-height: 2.8rem;
    float: left;
}
.place_small:before, .time_small:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 2.4rem;
    margin-right: 8px;
    float: left;
    color: #005FA9;
}
.time_small {
    float: right;
    line-height: 2.8rem;
}
.time_small:before {
    content: "\f017";
}
.carousel-control {
    width: 40px;
    height: 40px;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    background-color: #f56c03;
    background-image: none;
    top: calc(50% - 20px);
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    line-height: 40px;
    color: #fff;
}
.events_tab_contents .carousel-control span {
    display: none;
}
.carousel-control:after {
  content: "";
  font-family: FontAwesome;
  color: inherit;
}
.carousel-control.left:after {
  content: "\f104";
}
.carousel-control.right:after {
  content: "\f105";
}
.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity:0;
}
.carousel.carousel-fade .active.item {
  opacity:1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
.patient_reviews {
    background-color: #f56c03;
    padding: 30px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    position: relative;
}
.patient_reviews:after {
    content: "";
    height: 60px;
    width: 30px;
    position: absolute;
    left: 60px;
    bottom: -35px;
    border: 0px solid transparent;
    border-width: 30px 15px;
    border-color: #f56c03 transparent transparent #f56c03;
    transform: rotate(-54deg);
    z-index: -1;
}
.test_foot {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 40px;
    padding: 0;
    width: 82%;
    margin-left: auto;
}
.patient_pic {
    width: 50px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin-right: 20px;
}
.patient_pic img {
    display: block;
    width: 100%;
}
.patient_name {
    color: #fff;
    font-style: italic;
    font-weight: 600;
}
.gallery_sec .col-sm-4 {
    padding: 5px;
}
.health_checkup_banner {
    position: relative;
}
.checkup_btn {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 110px);
    line-height: 48px;
    color: #fff;
    font-size: 1.6rem;
    background: #f56c03;
    width: 220px;
    text-align: center;
    border-radius: 24px;
}
.gallery_sec img {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.blog_btn {
    float: right;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.blog_btn:hover {
    color: #fff;
    text-decoration: underline;
}
.tab-content .blog-heading:after {
    display: none;
}
.blog_img img {
    width: 100%;
    display: block;
}
.blog_img {
    margin-bottom: 15px;
} 
.tab-content .blog-heading {
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.blog_date {
    float: left;
    color: #fff;
    font-size: 10px;
}
.blog_by {
    float: right;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}
.single-blog p {
    color: #fff;
    text-align: justify;
    line-height: 2.2rem;
    font-size: 1.4rem;
    margin: 12px 0 20px;
}
section.doctor_team {
    padding-bottom: 60px 0;
    padding: 60px 0 60px;
}
.doctor_pic img {
    display: block;
    width: 100%;
}
.doctor_info {
    padding: 15px 10px;
    background-color: #005FA9;
}
.dr-name {
    font-size: 1.8rem;
    color: #fff;
    margin: 0 0 8px;
}
.profile {
    display: block;
    color: #fff;
}
.team_slider .owl-prev, .team_slider .owl-next, .custom_slider .owl-prev, .custom_slider .owl-next {
    transform: translateY(-50%);
    font-size: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ddd;
    text-align: center;
    position: absolute;
    top: 50%;
}
.team_slider .owl-prev:hover, .team_slider .owl-next:hover {
  background-color: #bbb;
}
.custom_slider .owl-prev, .custom_slider .owl-next {
  background-color: #f9f9f9;
}
.custom_slider .owl-prev:hover, .custom_slider .owl-next:hover {
  background-color: #bbb;
  background-color: #fff;
}
.team_slider .owl-prev, .custom_slider .owl-prev {
    left: -50px; 
}
.team_slider .owl-next, .custom_slider .owl-next {
    right: -50px;
}
.team_slider .owl-prev:after, .team_slider .owl-next:after, .custom_slider .owl-prev:after, .custom_slider .owl-next:after {
  position: relative;
  content: "\f100";
  font-family: FontAwesome;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #005FA9;
}

.team_slider .owl-next:after, .custom_slider .owl-next:after {
    content: "\f101";
}

/* contact us page css start */
.contact_section {
    padding: 50px 0;
}
.contact_form h2, .contact_address h2 {
    font-size: 2.2rem;
    margin: 0 0 20px;
    background-color: #f9f9f9;
    line-height: 4rem;
    padding: 0 15px;
    color: #005FA9;
}
form.form {
    padding: 20px;
    background-color: rgba(0, 95, 169, 0.15);
}
.form-group:after {
    content: "";
    clear: both;
    display: block;
}
.form .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
textarea.form-control {
    min-height: 100px;
}
.btn_cont .btn_submit {
    color: #fff;
    background-color: #005FA9;
}
.address_details {
    padding: 15px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
.address_details h3 {
    padding: 0 0 0 28px;
    margin: 0 0 12px;
    line-height: 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px dashed rgba(0, 95, 169, 0.3);
    background-image: url(../images/images_sprite.png);
    background-repeat: no-repeat;
    background-position: top -355px left;
    background-size: 20px auto;
}
.contact_address p {
    font-family: 'Gudea', sans-serif;
    font-size: 1.4rem;
    line-height: 2.0rem;
    margin: 0 0 0px;
}
.contact_address p:first-of-type {
    margin: 0 0 10px;
}
.contact_address p a {
    color: #005FA9;
}
.socialbar {
    margin-top: 20px;
    text-align: center;
}
.socialbar li {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 7px;
}
.socialbar li a {
    display: block;
    border-radius: 5px;
    background-color: #005FA9;
    font-size: 1.6rem;
    color: #fff;
}
.socialbar li a:hover {
    background-color: #005FA9;
    color: #fff;
}
.additional_support {
    padding: 30px 0 50px;
}
.additional_support .section_title {
    font-size: 2.4rem;
}
.support_inner {
    padding-top: 20px;
    color: #666;
}
.support_inner h3 {
    text-align: center;
    font-size: 2.0rem;
    margin: 0 0 10px;
    color: #666;
}
.support_inner h3:after {
    content: "";
    width: 46px;
    display: block;
    height: 2px;
    background-color: #005FA9;
    margin: 8px auto 0;
}
.img_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    box-shadow: 3px 4px 5px #ededed;
}
.img_icon img {
    display: block;
    max-width: 100%;
    width: 64px;
    margin: 0 auto;
    padding-top: 8px;
}
.support_inner p {
    text-align: center;
    margin: 0;
}

/* contact us page css end */

/* doctors page css start */
.doctors_section {
    padding: 80px 0;
    position: relative;
}
.doctors_section:before {
    position: absolute;
    top: 40px;
    left: calc(50% - 1px);
    content: "";
    height: calc(100% - 80px);
    width: 2px;
    border-right: 2px dashed #f1f1f1;
    background-color: transparent;
}
.doctor_outer {
    position: relative;
}
span.pointer_i {
    position: absolute;
    top: 180px;
    width: 10px;
    height: 10px;
    background: #da251c;
    border-radius: 10px;
}
span.pointer_i:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: rgba(218, 37, 28, 0.12);
    left: -7px;
    top: -7px;
}
.doctors_section .col-sm-6:first-child .doctor_outer span.pointer_i {
    right: -20px;
}
.doctors_section .col-sm-6:last-child .doctor_outer span.pointer_i {
    left: -20px;
}
.doctors_section .col-sm-6:first-child .doctor_outer {
    margin-bottom: 250px;
}
.doctors_section .col-sm-6:last-child .doctor_outer {
    margin-top: 250px;
}
.doctor_info_details {
    max-width: 400px;
    width: 75%;
    border: 1px solid transparent;
}
.doctor_info_details.left {
    float: right;
    margin-right: 60px;
}
.doctor_info_details.right {
    float: left;
    margin-left: 60px;
}
.doctor_photo {
    width: 150px;
    overflow: hidden;
    height: 150px;
    float: left;
    position: absolute;
    top: -150px;
    left: 10px;
}
.doctor_photo img {
    width: 100%;
    display: block;
}
.doctor_details {
    padding: 25px;
    background-color: rgba(0, 95, 169, 0.4);
    background-color: rgba(218, 37, 28, 0.05);
    position: relative;
    clear: both;
    margin-top: 150px;
    border-bottom: 3px solid #da251c;
}
.doctor_details:after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    border: 20px solid transparent;
}
.doctor_info_details.left .doctor_details:after {
    right: -40px;
    border-left-color: rgba(218, 37, 28, 0.05);
}
.doctor_info_details.right .doctor_details:after {
    left: -40px;
    border-right-color: rgba(218, 37, 28, 0.05);
}
.doctor_name {
    font-weight: 600;
    font-size: 1.8rem;
    margin: 0 0 2px;
}
.doctor_specialist {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.doctor_short_desc {
    text-align: justify;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.0rem;
}
.doctor_details .view_profile {
    color: #005FA9;
    border: 1px solid #005FA9;
    line-height: 30px;
    font-size: 12px;
    display: block;
    padding: 0 16px;
    position: absolute;
    float: left;
    text-transform: capitalize;
    margin-left: 60px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: all 500ms ease-in-out;
    left: 150px;
    top: -60px;
    font-weight: bold;
}
.doctor_details:hover .view_profile {
    margin-left: 20px;
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease-in-out;
}
.view_profile:before {
    content: "";
    height: 8px;
    width: 8px;
    border-left: 1px solid #005FA9;
    border-top: 1px solid #005FA9;
    position: absolute;
    left: -5px;
    top: 13px;
    transform: rotate(-45deg);
    background-color: #fff;
}
/* doctors page css end */
.hospital_image img {
    height: 600px;
    width: 100%;
}
.specialities_section1, .specialities_section3 {
    padding: 50px 0 60px;
}
.diagnosis-inner {
    padding: 20px;
    border: 1px solid #efefef;
    border-bottom: 3px solid #da251c;
}
.diagnosis-inner img {
    width: 100%;
}
.specialities_section1 .section_title, .specialities_section2 .section_title {
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4.0rem;
    color: #da251c;
}
.specialities_section1 .section_title:after, .specialities_section2 .section_title:after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background-color: #da251c;
    margin: 0;
}
.sidebar_title {
    font-size: 2.4rem;
    text-transform: capitalize;
    margin: 0 0 20px;
    text-align: left;
    color: #da251c;
    line-height: 4.0rem;
}
.sidebar_title:after {
    content: "";
    display: block;
    height: 2px;
    width: 54px;
    background-color: #da251c;
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul:after {
    content: "";
    clear: both;
    display: block;
}
.specialities_list li {
    border-bottom: 1px dashed rgba(218, 37, 28, 0.15);
    padding: 10px 0;
}
.specialities_list li:first-child {
    border-top: 1px dashed rgba(218, 37, 28, 0.15);
}
.specialities_list a {
    display: inline-block;
    text-transform: capitalize;
    color: #333;
    line-height: 2.2rem;
    padding: 0;
    vertical-align: middle;
}
.specialities_list a:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 7px;
}
.specialities_list a:hover {
    color: #da251c;
}
.specialities_section2 {
    padding: 50px 0;
    position: relative;
}
.specialities_section2 .col-sm-7 {
    height: 400px;
    background-color: #f5f5f5;
    padding: 15px;
}
.col-sm-4.doctor_pic {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}
.img-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(218, 37, 28, 0.5);
    text-align: center;
}
.img-overlay h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 2.0rem;
}
.img-overlay p {
    margin: 0;
    color: #fff;
}
.doctor-name {
    margin: 0 0 8px;
    font-size: 2rem;
    font-weight: bold;
    color: #da251c;
}
.doctor-details-list li {
    padding: 5px 5px 5px 120px;
    position: relative;
    margin-bottom: 2px;
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.doctor-details-list li span {
    width: 110px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 1.2rem;
}
.doctor-details-list li span:after {
    content: ":";
    float: right;
    padding-left: 3px;
    display: inline-block;
    font-weight: bold;
    color: #da251c;
}
.specialities_section2 .col-sm-5 {
    background-color: #005FA9;
    height: 400px;
    padding: 15px;
}
.appointment_form h2 {
    font-size: 2.4rem;
    margin: 0 0 20px;
    color: #fff;
}
.appointment_form form.form {
    padding: 0;
}
.specialities_section4 {
    background-image: url(../images/bg14.jpg);
    background-position: top center;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
}
.specialities_section4:before {
    background-image: url(../images/pattern.png);
    background-position: center center;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.specialities_section4 .panel-group {
    margin: 0;
    position: relative;
}
.specialities_section4 .panel-group .panel {
    margin-bottom: 20px;
}
.specialities_section4 .panel-default>.panel-heading {
    border: 2px solid #fff;
    height: auto;
}
.specialities_section4 .panel-title a:before {
    content: "\f067";
    font-family: FontAwesome;
    position: relative;
    background: transparent;
    left: 0;
    top: 0;
    height: inherit;
    width: auto;
    margin: 0;
    padding: 0 10px 0 15px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    opacity: 1;
    visibility: visible;
    font-weight: normal;
}
/* doctor information single page */
.doctor_info_section {
    padding: 50px 0;
}
.profile_left {
    background-color: #f9f9f9;
    padding: 15px;
}
.profile_left .img_cont {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.img_cont img {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
p.doctor_quote {
    margin: 15px 0 0;
    font-style: italic;
    font-weight: 600;
    padding: 15px;
    background-color: #fff;
}
.profile_right h2 {
    margin: 0 0 5px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #005FA9;
}
.right_tp p {
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.job_location {
    margin: 10px 0;
    border-bottom: 1px solid #005FA9;
    padding-bottom: 10px;
}
.profile_right_inner {
    margin-bottom: 10px;
}
.profile_right_inner h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 5px;
}
.profile_right_inner li {
    padding-left: 20px;
    margin-bottom: 5px;
}
.topbar {
    border-top: 8px solid rgba(218, 37, 28, 0.95);
	
}
.truck-circles {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    border: 5px solid rgba(255,255,255,0.15);
    position: absolute;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 85% auto;
    background-position: center center;
}
.san-features div#accordion > div.panel:nth-child(2) {
    margin-left: 350px;
    width: 170px;
}
.san-features div#accordion > div.panel {
    width: 220px;
    margin: 0 auto 0px calc(50% - 150px);
    position: relative;
    border-radius: 0;
    border: 0px solid transparent;
    display: flex;
    height: 54px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.truck-circle1 {
    top: -64px;
    left: 50px;
}
.san-features div#accordion > div.panel:nth-child(3) {
    margin-left: 365px;
    width: 170px;
}
.san-features div#accordion > div.panel:nth-child(2) {
    margin-left: 350px;
    width: 170px;
}
.san-features div#accordion > div.panel {
    width: 220px;
    margin: 0 auto 0px calc(50% - 150px);
    position: relative;
    border-radius: 0;
    border: 0px solid transparent;
    display: flex;
    height: 54px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.san-features {
    position: relative;
}
.panel-group {
    margin-bottom: 20px;
}
.san-features div.panel > .panel-heading {
    text-align: center;
    background-color: transparent;
    border: 0px solid transparent;
    width: 100%;
}
.san-features div#accordion div#collapseOne {
    left: 340px;
    top: -80px;
}
.san-features div#accordion .panel-collapse {
    position: absolute;
    width: 250px;
    min-width: 100px;
    height: 250px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 5;
    background-color: rgba(0,0,0,0.7);
    color: rgba(255,255,255,0.7);
    opacity: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0px solid;
    padding: 25px;
}
/* footer css start */
footer {
    background-color:rgb(19, 73, 147);
	position: relative;
}
.foot_top {
    color: #fff;
    padding: 30px 0 20px;
	background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.foot_heading {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 30px;
}
.foot_heading:after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background-color: #005FA9;
    margin-top: 6px;
}
.foot_sub_heading {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 13px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.57);
    line-height: 2.6rem;
}
.foot_address {
    background-image: url(../images/images_sprite.png);
    background-position: top -490px left;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-size: 30px auto;
}
.foot_mob {
    background-image: url(../images/images_sprite.png);
    background-position: top -186px left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
.foot_mob a {
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    display: inline-block;
}
.addres-map iframe {
    max-width: 100%;
    max-height: 240px;
}
.newsletter {
    margin-bottom: 36px;
}
.newsletter input[type="text"] {
    width: 240px;
    max-width: 80%;
    border: 2px solid #005FA9;
    background-color: transparent;
    line-height: 42px;
    padding: 0 15px;
    float: left;
    border-radius: 25px;
    margin-right: 5px;
}
.newsletter input[type="submit"] {
    float: left;
    line-height: 42px;
    background-color: #005FA9;
    border: 2px solid #005FA9;
    padding: 0 22px;
    font-weight: bold;
    border-radius: 22px;
}
.foot_btm {
    padding: 15px 0;
}
.foot_btm p {
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}
p.copy_right {
    float: left;
}
p.designed_by a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.foot_social {
    float: right;
}
.foot_social ul {
    margin: 0;
}
.foot_social ul li {
    float: left;
    margin-left: 5px;
}
.foot_social a {
    color: #000;
    background-color:#fff;
    display: block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    transition: all 500ms ease;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    color: #3b5998;
}
.fa-twitter:before {
    content: "\f099";
    color: #55acee;
}
.fa-google-plus:before {
    content: "\f0d5";
    color: #f74425;
    
}
.fa-linkedin:before {
    content: "\f0e1";
    color: #2e2eaf;
}
.foot_social a:hover {
    background-color: #005FA9;
    color: #fff;
    transition: all 500ms ease;
}


/*======== RESPONSIVE CSS START =========*/

@media screen and (min-width: 768px) {
  .nav.navbar-nav {
    margin-right: -15px;
  }
  .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
      background-color: rgba(0, 0, 0, 0.1);
      color: #fff;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, 
  .navbar-default .navbar-nav>.active>a:hover {
      background-color: rgba(0, 0, 0, 0.2);
      color: #fff;
  }
 }
 @media screen and (max-width: 991px)
 
 {
 .web_logo {
    float: left;
    width: 150px;
    z-index: 5;
    top: 3px;
    left: 15px;
}
.topbar a {
    color: #888;
    font-size: 12px;
}
.topbar h5 {
    font-size: 12px;
    font-weight: bold;
    color: #0060AA;
    margin: 0;
    line-height: 1.6rem;
    text-transform: capitalize;
}
.topbar p {
    line-height: 12px;
    margin: 0;
}
.banner_overlay {
    position: relative;
    width: 100%;
    top: 0;
    height: calc(100% - 150px);
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: 300px;
}
.overlay_tabs {
    width: 400px;
    position: absolute;
    top: -180px;
    transform: translateY(-40%);
    right: 50px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    /* line-height: 30px; */
    /* padding: 15px 20px; */
}
.page-heading {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Aldrich', sans-serif;
}
.hospital_inside p {
    text-align: justify;
    font-size: 14px;
    line-height: 2.8rem;
    margin: 0 0 30px;
}
.col-sm-5 img {
    width: 100%;
}
}
  @media screen and (max-width: 767px) {
  
  .topbar ul {
    float: right;
    padding: 5px 0 18px;
   
 }
.team_slider .owl-prev, .team_slider .owl-next, .custom_slider .owl-prev, .custom_slider .owl-next {
    transform: translateY(-50%);
    font-size: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ddd;
    text-align: center;
    position: absolute;
    top: 50%;
}
.team_slider .owl-prev, .custom_slider .owl-prev {
    left: -10px;
}
.team_slider .owl-prev:after, .team_slider .owl-next:after, .custom_slider .owl-prev:after, .custom_slider .owl-next:after {
    position: relative;
    content: "\f100";
    font-family: FontAwesome;
    line-height: 20px;
    text-align: center;
    font-size: 26px;
    color: #005FA9;
}
.team_slider .owl-next, .custom_slider .owl-next {
    right: -10px;
}
.col-sm-5 img {
    width: 100%;
}
.topbar li:last-child {
    display: none;
}
.topbar li:nth-child(4) {
    display: none;
}
  .banner_overlay {
    position: relative;
    width: 100%;
    top: 0;
    height: calc(100% - 150px);
    top: 290px;
}
  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
  .overlay_tabs {
   transform: translateY(-40%);
    left: 0px;
    
    width: 100%;
    position: relative;
}

.overlay_tabs form.form .col-sm-6, .overlay_tabs form.form .col-sm-4, .overlay_tabs .btn_cont {
    width: 50%;
    float: left;
}


.page-heading {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Aldrich', sans-serif;
}
section.thl_services p {
    width: auto !important;
    text-align: justify;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
}
.hospital_inside p {
    text-align: justify;
    font-size:14px;
    line-height: 2.8rem;
    margin: 0 0 30px;
}
footer {
    background-color: rgb(19, 73, 147);
    background-image: url(../images/footer-bg.jpg);
    position: relative;
}
.foot_btm {
    padding: 15px 0;
    background-color: rgb(19, 73, 147);
}
  }
  @media screen and (max-width: 479px)
  {
  .topbar ul {
    float: right;
    padding: 5px 0 18px;
    display: none;

  }
  .page-heading {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Aldrich', sans-serif;
}
section.thl_services p {
    width: auto !important;
    text-align: justify;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
}
  .hospital_inside p {
    text-align: justify;
    font-size:14px;
    line-height: 2.8rem;
    margin: 0 0 30px;
}
  .top_name p {
    float: right;
    color: #da251c;
    font-size: 12px;
    padding: 10px;
}
  .web_logo {
       width: 180px;
    z-index: 5;
    top: 3px;
    left: 15px;
    /* width: 90px; */
    float: none;
    margin: 5px auto 10px;
}
.overlay_tabs {
    transform: translateY(-40%);
    left: 0px;
    width: 100%;
    position: relative;
    top: -180px;
}
}

@media screen and (max-width: 1199px)
.custom_slider, .team_slider {
    padding: 0 35px;
}

}


.watsaap h5 {
    color: #34AF23;
    padding: 0px 0 5px 0;
}



