@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    vertical-align: baseline;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7 !important;
    color: #fff;
    overflow-x: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a {
    cursor: pointer;
}
.contact-bg h1,
.contact-bg h2,
.service-blocks h5,
.services-bg h2,
.services-bg h1,
b,
strong {
    font-weight: 600;
}
.text-site-grn,
a:hover {
    text-decoration: none;
    color: #629e42;
}
.text-color {
    color: #212529;
}
.bg-f1 {
    background: #f5f5f5;
}
.menuactive {
    background: #5d9c45 !important;
    color: #fff !important;
}
.font-size-10 {
    font-size: 10px;
}
.font-size-11 {
    font-size: 11px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-30 {
    font-size: 30px;
}
.font-size-32 {
    font-size: 32px;
}
.font-size-36 {
    font-size: 36px;
}
.font-size-48 {
    font-size: 48px;
}
.font-size-60 {
    font-size: 60px;
}
.services-bg {
    background: url(/images/services-banner.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.contact-bg {
    background: url(/images/contact-us.jpg);
    background-position: 50% 0;
    background-size: cover;
}
.banner2 {
    background: url(/images/Banners/Covid-Safe-banner.jpg) no-repeat center center;
}
.banner3 {
    background: url(/images/Banners/Digital-eSignature-banner.jpg) no-repeat center center;
}
.banner4 {
    background: url(/images/Banners/HIPAA-banner.jpg) no-repeat center center;
}
.banner5 {
    background: url(/images/Banners/banner5.jpg) no-repeat center center;
}
.b-below-banner-cards .img1 {
    background-image: url(/images/dental_emg.jpg);
}
.b-below-banner-cards .img2 {
    background-image: url(/images/AdultDentistry.jpg);
}
.b-below-banner-cards .img3 {
    background-image: url(/images/Kids-Dental-Specialist-Barsha.jpg);
}
.contact-bg .dividers:before,
.services-bg .dividers:before {
    left: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 59%;
    width: 4rem;
    height: 0.2rem;
    background: #fff;
    margin-top: 10px;
}
.contact-bg h2,
.services-bg h2 {
    padding: 6% 0;
    font-size: 2.5rem;
}

.contact-bg h1,
.services-bg h1 {
    padding: 4% 0;
    font-size: 2.5rem;
}

.service-blocks .card-text {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #898d8d;
}
.service-blocks.our-practice .card-text {
    -webkit-line-clamp: 10;
}
.service-blocks h5:after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 20%;
    height: 3px;
    margin-right: 4%;
    background-color: #5e9d45;
    transition: 0.3s ease-out all;
    bottom: -12px;
    left: 0;
    position: absolute;
}
.service-blocks .card:hover h5:after {
    width: 30%;
}
.service-blocks .card:hover img {
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}
.service-content ul li::before {
    content: "\2022";
    color: #5e9d45;
    font-weight: 700;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}
.service-bg {
    background-color: #37cea8;
}
.services-list-items .media {
    margin-bottom: 25px;
}
.services-list-items .media h5 {
    font-size: 18px;
}
.services-list-items .media img {
    width: 25%;
}
.b-financial-strip i.icon,
.service-bg i {
    font-size: 3rem;
}
.about-list-items img {
    width: 10%;
}
.loader {
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.6;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
}
.loader-animation {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #00c174;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 120px;
    height: 120px;
    z-index: 2001;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.hidden {
    display: none;
}
.show {
    display: block;
}
.inner-slider .slider {
    max-width: 1100px;
    margin: 0 auto;
}
.inner-slider .slick-slide {
    margin: 0 5px;
}
.inner-slider .slick-list {
    margin: 0 -5px 0 -5px;
}
.inner-slider button.slick-next,
.inner-slider button.slick-next:hover {
    position: absolute;
    top: 50%;
    right: 54px;
    width: 29px;
    height: 33px;
    background-image: url(/images/right-chevron.png);
    background-size: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.inner-slider button.slick-prev,
.inner-slider button.slick-prev:hover {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 54px;
    width: 29px;
    height: 33px;
    background-image: url(/images/left-chevron.png);
    background-size: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.inner-slider .slick-next:before,
.inner-slider .slick-prev:before {
    font-size: 70px;
    color: #ea8496;
    line-height: inherit;
    font-weight: 700;
}
.inner-slider .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.inner-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.inner-slider .slick-list:focus {
    outline: 0;
}
.inner-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.inner-slider .slick-slider .slick-list,
.inner-slider .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.inner-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.inner-slider .slick-track:after,
.inner-slider .slick-track:before {
    display: table;
    content: "";
}
.inner-slider .slick-track:after {
    clear: both;
}
.inner-slider .slick-loading .slick-slide,
.inner-slider .slick-loading .slick-track {
    visibility: hidden;
}
.inner-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .inner-slider .slick-slide {
    float: right;
}
.inner-slider .slick-initialized .slick-slide,
.inner-slider .slick-slide img {
    display: block;
}
.inner-slider .slick-arrow.slick-hidden,
.inner-slider .slick-slide.slick-loading img {
    display: none;
}
.inner-slider .slick-slide.dragging img {
    pointer-events: none;
}
.inner-slider .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.popup {
    margin: auto;
    text-align: center;
}
.popup img {
    width: 400px;
    height: 400px;
    cursor: pointer;
}
.show {
    z-index: 999;
    display: none;
}
.show .overlay {
    width: 100%;
    height: 100vw;
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.show .img-show {
    width: 540px;
    height: 540px;
    background: #fff;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 2;
}
.img-show span {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    color: #000;
    cursor: pointer;
    background: #ffffff85;
    padding: 10px;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 18px;
}
.img-show img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.services-box i {
    background: #66b5c4;
    font-size: 40px;
    border-radius: 50px;
    padding: 20px;
}
.services-box {
    box-shadow: 0 0 30px #d8d8d8;
    transition: 0.5s;
    /*height: 450px;*/
    position: relative;
}
.box-link{position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;}
.services-box:hover {
    box-shadow: 0 0 30px #b9e1f1;-webkit-transform: scale(1.1);
    transform: scale(1.1);
    transform: translateY(-5px);
}
.services-box ul {
    list-style-type: circle;
}
.services-box li {
    line-height: 28px;
    color: #424242;    
    font-size: 18px;
    padding-bottom: 20px
}
.services-box li a {
    font-size: 18px;
}
.vide-sec {
    z-index: 1;
}
.yt-video {
    overflow: hidden;
    padding-bottom: 28%;
    position: relative;
    height: 0;
}
.yt-video iframe {
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    right: 0;
}

.main-banner1 {
    background-image: url(/images/banner-1.jpg);
    padding: 28%;
    background-size: cover;
    background-position: 50% 50%;
}
.main-banner2 {
    background-image: url(/images/banner-2.jpg);
    padding: 28%;
    background-size: cover;
    background-position: 50% 50%;
}
.main-banner3 {
    background-image: url(/images/banner-3.jpg);
    padding: 28%;
    background-size: cover;
    background-position: 50% 50%;
}
.main-banner4 {
    background-image: url(/images/banner-4.jpg);
    padding: 28%;
    background-size: cover;
    background-position: 50% 50%;
}
.service-content ul li {
    color: #424242!important;
    font-weight: 300;
    line-height: 1.5rem;
    padding-bottom: 15px
}
.b-footer-lower img {
    max-width: 180px;
}
.Followus, .year{margin-top: 10px}
.b-footer-lower a.icon{margin-top: 0 !important}
.b-header.b-position-sticky-nav .b-heaeder-contact a{font-size: 20px;}

.covid-comply .icon{
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}
.bg-1{background: #249991}
.bg-2{background: #d6523c}
.bg-3{background: #d98b3a}
.bg-4{background: #bb3658}
.bg-5{background: #7e3661}
.bg-6{background: #43353d}
.covid-comply .icon img{height: 50px;
    width: 50px;
    text-align: center;
    padding: 10px;}
.client-logos img { max-width: 70%;}
.client-logos figure{background: #f2f2f2;}
.client-logos figure img{ -webkit-transform: scale(0.9); transform: scale(0.9); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.client-logos figure:hover img{ -webkit-transform: scale(0.8); transform: scale(0.8);}

.line-height{line-height: 0.2;}

.form-control::placeholder{color:#ccc}

.table-wrap {display: table;table-layout: fixed;width: 100%;}
.table-wrap aside {display: table-cell;vertical-align: middle;float: none;}

.b-one{background-image: url(/images/b-one.jpg); background-size: cover; background-position: 50% 50%;padding: 120px 0 110px;}
.b-one .content ul{max-width: 1100px;margin: 0 0 0 auto;padding-right: 100px;}
.b-one .content ul li{color: #000147;font-size: 34px;font-weight: 800;padding-bottom: 30px;list-style: none;}
.b-one .content ul li span {font-size: 90px;padding-right: 26px;line-height: normal;}
.b-one .content .media-body{line-height: 52px;}
.b-one .content .media-body em{display: block;font-style: normal;}

.b-two{background-image: url(/images/b-two.jpg); background-size: cover; background-position: 50% 50%;padding: 100px 0 0;}
.b-two h2{font-size: 46px;color: #fff;text-transform: uppercase;font-weight: 800;letter-spacing: 2px;margin-bottom: 50px;}
.b-two .left{width: 40%;}
.b-two .right{padding: 0 20px}
.b-two ul li{font-size: 26px; color: #fff;list-style: none;margin-bottom: 70px;position: relative;}
.b-two ul li:after {content: "";position: absolute;height: 100%;width: 1px;background: #d7b48c;margin: 0 auto;top: 56px;left: 29px;}
.b-two ul li:nth-last-child(4n+1):after{display: none;}
.b-two ul li span{border: 2px solid #d7b48c;border-style: dotted; padding: 11px 19px;border-radius: 50%;margin-right: 25px;}

.b-four{background-image: url(/images/b-four.jpg); background-size: cover; background-position: 50% 50%;padding: 100px 0 0;}
.b-four .left-con{padding: 0 40px 0 80px;}
.b-four .left-con h2{font-size: 34px; color: #fff;margin-bottom: 35px;}
.b-four .left-con h2 span{display: block;}
.b-four ul{padding-left: 20px;}
.b-four ul li{font-size: 22px;padding-bottom: 20px;}

.login-btn{font-size: 16px;opacity: 1;font-weight: 700;}
.login-btn a{color: #424242;}
.login-btn a:hover{color: #8cc63e;}
.login-btn li {padding: 0 10px;list-style: none;}

.fz-18{display: none;}
ul.sub-tabs{margin: 20px auto 30px;}
ul.sub-tabs li{font-weight: 400;margin: 0 5px;padding: 0; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.0),0 2px 6px 0 rgba(0,0,0,0.1);display: block;float: left;border: 1px solid #D9E1E6;border-radius: 4px;}
ul.sub-tabs li a{color: #6c757d;padding: 8px 20px;display: block;}
ul.sub-tabs li a:hover, ul.sub-tabs li a.active{color: #fff; background: #5d9c45 }
ul.sub-tabs li::before {display: none;}

.how-it-works ol {padding-left:30px;}
.how-it-works ol li{padding-bottom:30px;}
.padding-top-25 {padding-top: 25px;}
.eye-care ul {padding-left:30px;}
ul.a {list-style-type: circle;padding-left:20px;}


.who-is-it ul li{ float: left; list-style: none;}
.who-is-it ul li a{padding: 10px 15px;background: #eee; border: 1px solid #ddd;color: #2683c5;font-weight: 600;}
.who-is-it .ui-widget-content{text-align: left;float: left;margin-top: 30px;}
.who-is-it ul li.ui-state-active a{background: #2683c5;color: #fff;}
.banner5-in {max-width: 750px;}

#scrollTopBtn {
  
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 0px;
  border: none;
  outline: none;
  background-color: #5d9c45;
  color: white;
  cursor: pointer;
  padding: 15px;
 border-radius: 50%;
}

#scrollTopBtn:hover {
  background-color: #66b5c4;
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.fontColor {
	 color: #66b5c4;
}
.textPadding{
	 padding-left: 30px;
}

.paddingTop {
	 padding-top: 30px;
}