@import url(https://fonts.googleapis.com/css?family=Lato:300, 400, 700, 900&display=swap);
* {
    margin: 0;
    padding: 0;
    border: 0;
}
.btn:active,
.btn:focus,
button:active,
button:focus {
    outline: 0;
    box-shadow: none;
}
article,
aside,
audio,
body,
canvas,
caption,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
label,
legend,
li,
mark,
menu,
nav,
ol,
p,
section,
span,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
html {
    font-size: 16px;
}
body {
    font-size: 1rem;
    color: #000;
    font-family: Lato, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.page-body-content {
    margin-top: 110px;
}
.fz-0 {
    font-size: 0;
}
.fz-18 {
    font-size: 1.125rem !important;
}
.fz-20 {
    font-size: 1.25rem !important;
}
.fz-26 {
    font-size: 1.625rem !important;
}
.fz-30 {
    font-size: 1.875rem !important;
}
.fz-36 {
    font-size: 2.25rem !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.divider {
    height: 8px;
    background: #f1f1f1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.container {
    max-width: 1200px;
    padding: 0;
}
@media only screen and (max-width: 1250px) {
    .container {
        max-width: 95vw;
    }
}
@media only screen and (max-width: 1024px) {
    .container {
        max-width: 90vw;
    }
}
.b-col-primary {
    color: #1b75bb;
}
.b-col-secondary {
    color: #f7931d;
}
.b-bg-primary {
    background-color: #1b75bb;
}
.b-bg-secondary {
    background-color: #f7931d;
}
.btn-large {
    height: 3.375rem;
    padding: 0 1.5rem;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #1b75bb;
    border-color: #1b75bb;
    position: relative;
}
.btn-primary:active,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #1b75bb;
    border-color: #1b75bb;
    box-shadow: none;
}
.btn-secondary {
    color: #000;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    position: relative;
}
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    box-shadow: none;
    color: #000;
}
.b-section-title {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
}
.b-card {
    color: #000;
    padding: 15px 20px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 3px 6px #0000000a;
    height: 100%;
    cursor: pointer;
    text-align: center;
}
.b-card:hover .b-card-img {
    opacity: 0.7;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-card:hover .b-card-cta a {
    background: #f7931d;
    color: #fff;
    font-weight: 400;
}
.b-card:hover .b-card-head {
    background: #f7931d;
    color: #fff;
}
.b-card:hover .b-card-link {
    opacity: 1;
    font-weight: 600;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-card .b-card-title {
    line-height: 1.5rem;
    margin-top: 10px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
}
.b-card .b-card-desc {
    color: #424242;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
}
.b-card .b-card-img {
    text-align: center;
    margin-bottom: 30px;
    opacity: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-card .b-card-cta {
    text-align: center;
    margin-top: 30px;
}
.b-card .b-card-cta a {
    color: #f7931d;
    text-decoration: none;
    display: block;
    padding: 15px;
    background: #fff;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: -15px;
    background: #f1f1f1;
    color: #000;
}
.b-card .b-card-link {
    color: #f58220;
    text-decoration: underline;
    margin-bottom: 0.7rem;
    display: block;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-card .b-card-head {
    text-align: center;
    margin-bottom: 30px;
    color: #f7931d;
    text-decoration: none;
    display: block;
    padding: 15px;
    background: #fff;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -15px;
    background: #f1f1f1;
    color: #000;
}
.slick-arrow img {
    margin-top: -4px;
}
.b-header {
    background: #fff;
    padding: 10px 0;
}
.b-header > div {
    position: relative;
    z-index: 1;
    background: #fff;
}
.b-header.b-position-sticky-nav {
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 999;
    padding: 20px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.b-header.b-position-sticky-nav .b-heaeder-contact,
.b-header.b-position-sticky-nav .b-heaeder-timing {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 700;
    color: #424242;
}
.b-header.b-position-sticky-nav .b-heaeder-contact a,
.b-header.b-position-sticky-nav .b-heaeder-timing a {
    color: #424242;
}
.b-header.b-position-sticky-nav .b-heaeder-contact i,
.b-header.b-position-sticky-nav .b-heaeder-timing i {
    font-size: 24px;
    line-height: 30px;
    vertical-align: text-top;
    color: #1b75bb;
}
@media only screen and (max-width: 950px) {
    .b-header.b-position-sticky-nav .b-heaeder-contact,
    .b-header.b-position-sticky-nav .b-heaeder-timing {
        display: none !important;
    }
    .page-body-content {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .b-header.b-position-sticky-nav .b-heaeder-contact,
    .b-header.b-position-sticky-nav .b-heaeder-timing {
        display: none !important;
    }
}
.b-header.b-position-sticky-nav .b-heaeder-contact {
    font-size: 1.5rem;
}
.b-header.active .b-navs-wrapper {
    top: 110px;
    opacity: 1;
    visibility: visible;
    border-top: 2px solid #1b75bb;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.b-header .b-navs-wrapper {
    position: absolute;
    width: 100%;
    top: 100px;
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-top: 2px solid #1b75bb;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-header .b-navs-wrapper .nav .nav-item {
    border-left: 1px solid #f1f1f1;
}
.b-header .b-navs-wrapper .nav .nav-item:last-child {
    border-right: 1px solid #f1f1f1;
}
.b-header .b-navs-wrapper .nav .nav-item .nav-link {
    padding: 1rem 1rem;
    color: #000;
}
.b-header .b-navs-wrapper .nav .nav-item .nav-link.active {
    background: #1b75bb;
    color: #fff;
}
.b-header .menuicon-btn {
    width: 30px;
    padding: 0;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .b-header .menuicon-btn {
        position: absolute;
        right: 0;
    }
    .b-header .menuicon-btn.not-active {
        top: 25px;
    }
}
.b-header .menuicon-btn span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 3px;
    background: #1b75bb;
    transition: all 0.3s;
    position: relative;
}
.b-header .menuicon-btn span + span {
    margin-top: 7px;
}
.b-header .menuicon-btn.active span:nth-child(1) {
    animation: ease 0.7s top forwards;
}
.b-header .menuicon-btn.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
}
.b-header .menuicon-btn.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
}
.b-header .menuicon-btn.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
}
.b-header .menuicon-btn.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
    margin-top: -14px;
}
.b-header .menuicon-btn.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
}
@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 10px;
        transform: rotate(0);
    }
    100% {
        top: 0;
        transform: rotate(45deg);
    }
}
@keyframes top-2 {
    0% {
        top: 10px;
        transform: rotate(45deg);
    }
    50% {
        top: 10px;
        transform: rotate(0);
    }
    100% {
        top: 0;
        transform: rotate(0);
    }
}
@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }
    50% {
        bottom: 10px;
        transform: rotate(0);
    }
    100% {
        bottom: -10;
        transform: rotate(135deg);
    }
}
@keyframes bottom-2 {
    0% {
        bottom: 10px;
        transform: rotate(135deg);
    }
    50% {
        bottom: 10px;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}
@keyframes scaled {
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.slider-nav {
    position: relative;
    font-weight: 400;
    visibility: hidden;
}
.slider-nav.slick-initialized {
    visibility: visible;
}
.slider-nav .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 11;
    background: #fff;
    border: none;
    border-radius: 0;
}
.slider-nav .slick-arrow:not(:disabled):not(.disabled).active,
.slider-nav .slick-arrow:not(:disabled):not(.disabled):active {
    background: #fff;
    box-shadow: none;
}
.slider-nav .slick-arrow:hover {
    background: #f5f5f5;
}
.slider-nav .slick-arrow.b-btn-slider-prev {
    left: 20px;
}
.slider-nav .slick-arrow.b-btn-slider-next {
    right: 20px;
}
.slider-nav .slick-list.draggable {
    padding: 0 !important;
}
.slider-nav .slick-list.draggable .slick-track {
    height: calc(100vh - 92px);
    overflow: hidden;
}
.slider-nav .slick-list.draggable .slick-track .slick-slide {
    align-items: center !important;
    display: flex;
    background-position: center !important;
    background-size: cover !important;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
    .slider-nav .slick-list.draggable .slick-track .slick-slide {
        background-position-x: 60% !important;
    }
}
@media only screen and (max-width: 767px) {
    .slider-nav .slick-list.draggable .slick-track .slick-slide {
        background-position-x: 70% !important;
    }
}
.slider-nav .slick-list.draggable .slick-track .slick-slide.slick-current.slick-active.slick-center {
    width: 100vw !important;
}
@media only screen and (max-width: 767px) {
    .slider-nav .slick-list.draggable .slick-track .slick-slide {
        text-align: center;
    }
}
.slider-nav .slick-list.draggable .slick-track .slick-slide p {
    border-left: 4px solid #faa61a;
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 0 0 3px #696969;
    position: relative;
    top: 30px;
    opacity: 0;
}
@media only screen and (max-width: 767px) {
    .slider-nav .slick-list.draggable .slick-track .slick-slide p {
        display: none;
    }
}
.slider-nav .slick-list.draggable .slick-track .slick-slide h1 {
    font-size: 2.6rem;
    font-weight: 900;
    margin-bottom: 1.875rem;
    color: #fff;
    text-shadow: 0 0 3px #696969;
    position: relative;
    top: 30px;
    opacity: 0;
}
.b-banner h2{
	 font-size: 2.6rem;
    font-weight: 900;
    margin-bottom: 1.875rem;
    color: #fff;
    text-shadow: 0 0 3px #696969;
    position: relative;
    top: 30px;
	 
}

@media only screen and (max-width: 767px) {
    .slider-nav .slick-list.draggable .slick-track .slick-slide h1 {
        font-size: 1.8rem;
        width: calc(100vw - 180px);
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
.slider-nav .slick-list.draggable .slick-track .slick-slide button {
    position: relative;
    top: 30px;
    opacity: 0;
}
@media only screen and (max-width: 767px) {
    .slider-nav .slick-list.draggable .slick-track .slick-slide button {
        width: calc(100vw - 180px);
        text-align: center;
    }
}
.slider-nav .slick-list.draggable .slick-track .slick-slide.slick-current p {
    top: 0;
    opacity: 1;
    -moz-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    -webkit-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
}
.slider-nav .slick-list.draggable .slick-track .slick-slide.slick-current h1 {
    top: 0;
    opacity: 1;
    -moz-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    -webkit-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
}
.slider-nav .slick-list.draggable .slick-track .slick-slide.slick-current button {
    top: 0;
    opacity: 1;
    -moz-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    -webkit-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
}
.fixed-right-btn {
    position: fixed;
    z-index: 20;
    right: -44px;
    transform: rotate(90deg);
    top: calc(50% - 20px);
    font-size: 14px;
    padding: 10px 15px;
    height: 44px;
    background: #fff;
    color: #00c174;
    display: none;
}
.fixed-right-btn.active {
    display: block;
}
.b-below-banner-cards {
    padding-bottom: 30px;
    margin-top: -120px;
}
.b-below-banner-cards > .container > .row > .col-sm-12 {
    margin-bottom: 2rem;
}
.b-below-banner-cards > .container > .row > .col-sm-12 .b-card {
    padding-bottom: 0;
}
.b-below-banner-cards > .container > .row > .col-sm-12 .b-card .b-card-img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 0;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-below-banner-cards > .container > .row > .col-sm-12 .b-card .b-card-img img {
    transform: scale(1);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-below-banner-cards > .container > .row > .col-sm-12 .b-card:hover .b-card-img {
    background-size: 110%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-below-banner-cards > .container > .row > .col-sm-12 .b-card:hover .b-card-img img {
    transform: scale(1.1);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-below-banner-cards > .container > .row > .col-sm-12 .b-card .b-card-desc {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.9rem;
}
.b-below-banner-cards > .container > .row > .col-sm-12 .b-card .b-card-title {
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: 400;
}
.b-below-banner-cards > .container > .row > .col-sm-12 .b-card .b-card-title p {
    font-size: 1.5rem;
    font-weight: 600;
}
.b-card.b-shedule-card {
    padding: 2rem;
    cursor: default;
}
@media only screen and (max-width: 1024px) {
    .b-card.b-shedule-card {
        padding: 1rem;
    }
}
.b-card.b-shedule-card .b-card-title {
    position: relative;
    margin-bottom: 30px;
    font-size: 1.725rem;
}
.b-card.b-shedule-card .b-card-desc {
    line-height: 1.5rem;
    margin-bottom: 20px;
}
.b-card.b-shedule-card .b-doctor-desg,
.b-card.b-shedule-card .b-doctor-quote {
    font-weight: 400;
    font-size: 1rem;
}
.b-card.b-shedule-card .b-doctor-title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #000;
}
.b-card.b-shedule-card .b-doctor-desg {
    color: #f58220;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.b-card.b-shedule-card .b-doctor-quote {
    color: #424242;
    padding-left: 40px;
    line-height: 1.4rem;
    position: relative;
    font-size: 0.875rem;
}
.b-card.b-shedule-card .b-doctor-quote:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/quotation.svg);
}
.b-card.b-shedule-card:hover .b-card-title:after {
    width: 40%;
    left: 30%;
    opacity: 0.7;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}
form label {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
    opacity: 0.6;
}
form input.form-control,
form textarea.form-control {
    border-radius: 0;
    border-color: #ccc;
}
form input.form-control:focus,
form textarea.form-control:focus {
    box-shadow: none;
    border-color: #1b75bb;
}
form input {
    height: 40px;
}
.b-testimonial-slider {
    background: #f5f5f5;
}
.b-testimonial-slider .slick-slide {
    transform: scale(1);
    opacity: 0.5;
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.b-testimonial-slider .slick-slide.slick-current.slick-active.slick-center {
    position: relative;
    z-index: 1;
    opacity: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (min-width: 1024px) {
    .b-testimonial-slider .slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1.2);
    }
}
.b-testimonial-slider .slick-slide .inner-slide {
    border: 1px solid #ccc;
    padding: 20px;
}
.b-testimonial-slider .slick-slide .inner-slide img {
    margin: 0 auto;
    max-width: 100px;
    border-radius: 100%;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.b-testimonial-slider .slick-slide .inner-slide p {
    font-size: 0.875rem;
    color: #424242;
    margin-bottom: 25px;
    line-height: 1.5rem;
}
.b-testimonial-slider .slick-slide .inner-slide h2 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.b-testimonial-slider .slick-slide.slick-current:hover .inner-slide {
    border-color: #1b75bb;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-testimonial-slider .slick-slide.slick-current:hover .inner-slide img {
    opacity: 0.7;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-testimonial-slider .slick-slide.slick-current:hover .inner-slide h1 {
    color: #1b75bb;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-testimonial-slider .slick-arrow {
    display: none !important;
}
.b-testimonial-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-top: -100px;
    z-index: 11;
    position: absolute;
    width: 100%;
}
.b-testimonial-slider .slick-dots li {
    margin: 0 0.25rem;
}
.b-testimonial-slider .slick-dots button {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #bbb;
    border: 1px solid #bbb;
    text-indent: -9999px;
    cursor: pointer;
}
.b-testimonial-slider .slick-dots li.slick-active button {
    background-color: #fff;
    border-color: #1b75bb;
}
.b-testimonial-slider .slick-list {
    padding-bottom: 50px !important;
}
.b-services-slider {
    padding-top: 80px;
    padding-bottom: 80px;
}
.b-services-slider .slick-list.draggable {
    margin-left: -20px;
    width: calc(100% + 40px);
}
.b-services-slider .slick-arrow {
    position: absolute;
    height: 52px;
    width: 52px;
    top: -67px;
    background: #fff;
    border: 1px solid #f1f1f1;
}
.b-services-slider .slick-arrow:active,
.b-services-slider .slick-arrow:hover,
.b-services-slider .slick-arrow:not(:disabled):not(.disabled).active,
.b-services-slider .slick-arrow:not(:disabled):not(.disabled):active,
.b-services-slider .slick-arrow:not(:disabled):not(.disabled):active:focus {
    background: #f5f5f5;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    color: #000;
}
.b-services-slider .slick-arrow.b-btn-slider-prev {
    right: 205px;
}
.b-services-slider .slick-arrow.b-btn-slider-next {
    right: 141px;
}
.b-services-slider .b-services-slider-head {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}
.b-services-slider .b-services-slider-head a.btn {
    width: 130px;
    height: 52px;
    line-height: 36px;
}
.b-services-slider .inner-slide {
    padding: 20px;
    text-align: center;
}
.b-services-slider .inner-slide img {
    width: 100% !important;
    height: auto;
    margin-bottom: 1rem;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-services-slider .inner-slide h3 {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
    font-weight: 700;
    position: relative;
}
.b-services-slider .inner-slide h3:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 20%;
    left: 40%;
    bottom: -10px;
    background: #1b75bb;
    margin: 0 auto;
    opacity: 0.5;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-services-slider .inner-slide p {
    font-size: 0.875rem;
    color: #424242 !important;
    font-weight: 400;
}
.b-services-slider .inner-slide:hover {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-services-slider .inner-slide:hover img {
    opacity: 0.7;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-services-slider .inner-slide:hover h1:after {
    width: 50%;
    left: 25%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-about-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f1f1f1;
}
.b-about-section .container .row .col-sm-12.col-md-12.col-lg-6:last-child {
    padding: 15px;
}
.b-about-section .container .row .col-sm-12.col-md-12.col-lg-6 .row .col-sm-6 {
    padding: 15px;
}
.b-about-section .container .row .col-sm-12.col-md-12.col-lg-6 .row .col-sm-6 .icon {
    font-size: 3rem;
    color: #f58220;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.b-about-section .container .row .col-sm-12.col-md-12.col-lg-6 a.b-card {
    color: #000;
}
.b-about-section .container .row .col-sm-12.col-md-12.col-lg-6 .b-card {
    display: block;
    padding: 30px;
}
.b-about-section .container .row .col-sm-12.col-md-12.col-lg-6 .b-card .b-card-desc {
    font-weight: 400;
}
.b-about-section .container .row .col-sm-12.col-md-12.col-lg-6 .b-card:hover {
    border: 1px solid #d8d8d8;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-about-section .container .row .col-sm-12.col-md-12.col-lg-6 .b-card:hover .icon {
    color: #1b75bb;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-footer-lower {
    background: #d8d8d8;
    color: #424242;
    padding: 30px 0;
    font-weight: 400;
}
.b-footer-lower a:not(.icon) {
    border-left: 1px solid #f1f1f1;
    padding-left: 10px;
    margin-left: 10px;
    color: #424242;
}
.b-footer-lower a {
    color: #424242;
}
.b-footer-lower a.icon {
    font-size: 1.5rem;
    color: #999999;
    margin-top: -6px;
    display: inline-block;
    vertical-align: text-top;
}
.b-footer-lower a.icon:before {
    margin-top: 5px;
}
.b-financial-strip {
    background: #f58220 url(../images/services-banner.jpg) center center no-repeat;
}
.b-financial-strip .b-financial-strip-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
}
.b-financial-strip .row > a {
    padding: 50px 30px;
    color: #fff;
    transform: scale(1);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-financial-strip .row > a i {
    color: #fff;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-financial-strip .row > a:hover {
    transform: scale(1.1);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-financial-strip .row > a:hover i {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-footer {
    background: #efefef;
}
.b-footer [class*="icon"] {
    color: #1b75bb;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.b-footer .b-footer-title {
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}
.b-footer .b-footer-title:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30%;
    left: 0;
    bottom: -10px;
    background: #1b75bb;
    margin: 0 auto;
    opacity: 0.5;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-footer .col-sm-12.col-md-4 {
    padding-top: 50px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
    .b-footer .col-sm-12.col-md-4 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .b-footer .col-sm-12.col-md-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .b-services-slider .slick-list.draggable {
        width: calc(100% + 38px);
    }
}
.b-footer .col-sm-12.col-md-4 a {
    color: #000;
}
.b-footer .col-sm-12.col-md-4:hover .b-footer-title:after {
    width: 60%;
    opacity: 0.8;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-footer .col-sm-12.col-md-4 .col-11 {
    margin-bottom: 20px;
}
.b-footer input {
    margin-bottom: 10px;
}
.b-footer .b-footer-times .col-12 {
    border-left: 4px solid #1b75bb;
    line-height: 24px;
    margin-bottom: 20px;
}
.b-footer .btn {
    width: 200px;
    float: left;
}
#exampleModal.show {
    display: block !important;
}
#exampleModal.show .modal-content {
    background: 0 0;
    border: none;
}
#exampleModal.show .modal-content .b-card.b-shedule-card {
    background: #f5f5f5;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}
#exampleModal.show .modal-content > .modal-closing.close {
    position: absolute;
    right: 15px;
    z-index: 1;
    opacity: 1;
    width: 30px;
    height: 30px;
    color: #f7931d;
}
#exampleModal.show .b-modal-mask {
    display: block;
}
.b-modal-mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.modal-dialog {
    z-index: 11;
}
.b-contact-page .b-contact-blk {
    padding-top: 60px;
    padding-bottom: 60px;
}
.b-contact-page .b-contact-blk .b-shedule-card {
    border-color: #f1f1f1;
}
.b-contact-page .b-contact-blk .b-shedule-card button.btn {
    text-transform: uppercase;
    min-width: 200px;
}
@media only screen and (max-width: 1024px) {
    .b-contact-page .b-contact-blk .b-shedule-card {
        display: block !important;
    }
    .b-contact-page .b-contact-blk .b-shedule-card .contact-details,
    .b-contact-page .b-contact-blk .b-shedule-card .contact-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
3.b-contact-page .contact-details {
    color: #f58220;
    font-size: 1.125rem;
}
.b-contact-page .contact-details a {
    color: #faa61a;
}
.b-contact-page .contact-details .b-card-title:after {
    background: #fff;
}
.b-contact-page .contact-details [class*="icon"] {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.b-contact-page .contact-details .icon-mail,
.b-contact-page .contact-details .icon-phone {
    padding-top: 8px;
}
.b-contact-page .contact-details,
.b-contact-page .contact-form {
    padding: 30px;
}
.b-contact-page .contact-form {
    background: #f5f5f5;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-contact-page .contact-details {
    background: #fff;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.b-row-card-wrapper {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin: 1.5rem 0;
}
.b-row-card-wrapper .b-row-card-wrapper-text {
    padding: 2.75rem 3rem !important;
}
.b-row-card-wrapper .b-row-card-wrapper-text .text-site-grn {
    margin-bottom: 1rem;
}
.b-page-intro-text {
    font-size: 24px;
    font-weight: 600;
    padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
    .b-page-intro-text {
        padding-left: 0;
    }
}
.b-link {
    font-weight: 600;
    color: #f58220;
    text-decoration: underline;
}
.b-review-section-wrapper .b-review-section-head {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1.75rem 0;
    text-align: center;
}
.b-review-wrapper {
    padding: 20px 10px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}
.b-review-wrapper .b-review-image {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #dadada;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    color: #4c9baa;
    line-height: 66px;
    display: inline-block;
}
.b-review-wrapper .b-review-username {
    display: inline-block;
    width: calc(100% - 110px);
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.b-review-wrapper .b-review-username p {
    color: #f7931d;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 10px;
}
.b-review-wrapper .b-review-text {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
.service-blocks h5 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}
.service-blocks.our-practice .card-text,
.text-secondary {
    color: #424242 !important;
    font-weight: 300;
    line-height: 1.5rem;
}

.service-blocks.our-practice .card-text,
.text-secondary-section-5 {
    color: black !important;
    font-weight: 300;
    line-height: 1.5rem;
}

.b-careers-text h4 {
    line-height: 2.25rem;
}
.col-md-6 h5.text-secondary {
    line-height: 1.6rem;
}
.breadcrumb .breadcrumb-item a {
    font-weight: 600;
    color: #f58220;
}
.breadcrumb .breadcrumb-item a:hover {
    color: #faa61a;
    text-decoration: none;
}
.col-12.col-sm-6.col-lg-3 .service-bg {
    background: #37cea8;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.col-12.col-sm-6.col-lg-3 .service-bg:hover {
    background: #f58220;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.awards-page .col-lg-4 {
    padding: 2.5rem;
    transform: scale(1);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.awards-page .col-lg-4:hover {
    transform: scale(1.2);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.awards-page .b-awards-page-text {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #424242;
}
.b-scroll-ui::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.b-scroll-ui::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.b-scroll-ui::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
    border: 2px solid #a4a4a4;
}
@media only screen and (min-width: 767px) {
    .b-doctor-details .b-doctor-details-icon {
        width: 80px;
        max-width: 80px;
    }
    .b-doctor-details .b-doctor-details-icon img {
        width: 80px;
        height: auto;
    }
}
@media only screen and (min-width: 767px) {
    .b-doctor-details .b-doctor-details-text {
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
    }
}
