@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
}
.banner-section {
	background: url(../images/happy-family-dentist.jpg);
	background-size: cover;
	padding-top: 78px;
	padding-bottom: 80px;
	background-position: right;
	position: relative;
}
.banner-section:after {
	content: "";
	opacity: 0.5;
	background-color: #000000;
	height: 100%;
	width: 100%;
	top: 0px;
	display: inline-block;
	position: absolute;
	left: 0px;
}
.right-col {
	margin-left: auto;
}
.form-row-group .input-row {
	height: 44px;
	width: 100%;
	padding: 0px 8px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border: solid 1px #A3BAC6;
}
.form-row-group {
	margin-bottom: 11px;
}
.form-row-group textarea.input-row {
	height: 104px;
}
.form-row-group button {
	width: 100%;
	border: none;
	height: 71px;
	background: #97D0DA;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
.form-row-group button:hover {
	background: #6CA2AB;
	color: #FFFFFF;
}
.banner-section .container {
	position: relative;
	z-index: 3333;
}
.banner-section .right-col .form-title h3 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.banner-section .right-col .form-title h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 0px;
	float: left;
	width: 100%;
}
.phone-no a {
	font-size: 26px;
	font-weight: 700;
	color: #97d0da;
	text-decoration: none;
}
.phone-no span {
	width: 43px;
	display: inline-block;
	margin-right: 5px;
}
.phone-no {
	text-align: right;
	margin-top: 41px;
}
.section-title-wrapper {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 25px;
}
.section-title-wrapper h3 {
	font-size: 37px;
	color: #2b4f72;
	font-weight: bold;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 17px;
}
.section-title-wrapper h3:after {
	content: "";
	border-bottom: solid 1px #97d0da;
	width: 56px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
}
.section-title-wrapper p {
	font-size: 14px;
	color: #a6a6a6;
}
.container.section-fit {
	max-width: 1020px;
}
.patients-box {
	text-align: center;
}
.patients-box h3 {
	font-size: 19px;
	font-weight: 700;
	color: #97d0da;
}
.patients-box .icon-wrapper-img {
	height: 96px;
}
.patients-box p {
	font-size: 14px;
	color: #a6a6a6;
}
.patients-box ul.ul-list {
	padding: 0px 71px;
	text-align: left;
}
.patients-box ul.ul-list li {
	font-size: 14px;
	color: #a6a6a6;
}
.dental-services-section {
	background: url(../images/dental-tools.jpg);
	background-size: cover;
	padding-bottom: 80px;
	position: relative;
}
.dental-services-box {
	background: #fff;
	padding: 19px 25px;
	border-radius: 3px;
	min-height: 303px;
}
.dental-services-box h3 {
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	color: #2b4f72;
	margin-bottom: 16px;
	margin-top: 9px;
}
.dental-services-box p {
	font-size: 14px;
	margin-bottom: 7px;
	text-align: center;
	color: #989fa6;
}
.dental-services-section .container {
	position: relative;
	z-index: 333;
}
.dental-services-section:after {
	content: "";
	opacity: 0.5;
	background-color: #000000;
	height: 100%;
	width: 100%;
	top: 0px;
	display: inline-block;
	position: absolute;
	left: 0px;
}
.dental-services-section .section-title-wrapper h3 {
	color: #ffffff;
}
.dental-services-section .section-title-wrapper p {
	color: #ffffff;
}
.dental-services-section .section-title-wrapper h3::after {
	border-bottom: solid 1px #ffffff;
}
.meet-section-box {
	max-width: 556px;
	margin: 0px auto;
}
.meet-section-box .meet-den-box-wr {
	max-width: 276px;
	margin: 0px auto;
}
.meet-section-box .meet-den-box-wr h3 {
	font-size: 16px;
	margin-top: 14px;
	text-align: center;
	margin-bottom: 20px;
	color: #2b4f72;
	font-weight: 700;
}
.meet-section-box ul {
	padding: 0px;
	margin: 0px;
}
.meet-section-box ul li {
	margin-bottom: 7px;
	font-size: 14px;
	color: #a6a6a6;
}
.patients-section {
	padding-bottom: 61px;
}
.appointment-section-footer {
	background: #f9f9f9;
	padding-top: 38px;
	padding-bottom: 19px;
}
.meet-section {
	padding-bottom: 62px;
}
.appointment-title h3 {
	color: #2b4f72;
	font-size: 27px;
	font-weight: bold;
}
.appointment-title p {
	margin-bottom: 0px;
	color: #a6a6a6;
	font-size: 16px;
}
.appointment-btn a {
	padding: 19px 39px;
	background: #97D0DA;
	font-weight: 700;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
.appointment-btn {
	text-align: center;
	margin-top: 23px;
}
.appointment-btn a:hover {
	background: #6CA2AB;
	color: #FFFFFF;
}
.footer-section {
	background: #2b4f72;
	text-align: center;
	padding-top: 31px;
	padding-bottom: 30px;
}
.footer-section .footer-info {
	width: 100%;
	float: left;
	text-align: center;
}
.footer-section .footer-info h4 {
	color: #fff;
	font-size: 18px;
}
.footer-section .footer-info h4 a {
	color: #fff;
	text-decoration: none;
}
.footer-section .footer-info p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0px;
}
.footer-section .footer-info p a {
	color: #fff;
	text-decoration: none;
}
.copy-right p {
	margin-bottom: 0;
	font-size: 13px;
	color: #4d4d4f;
}
.copy-right a {
	font-size: 13px;
	color: #4d4d4f;
}
.footer-section-copy-right {
	padding-top: 17px;
	padding-bottom: 17px;
}
.logo {
	margin-bottom: 8px;
	margin-top: 0px;
}

/*******Slider*******/
.heading-wrapper {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}
.heading-wrapper h3 {
    font-weight: 900;
    color: #3D3935;
    font-size: 35px;
    margin-bottom: 0px;
}
.carousel-tabs-row {
    width: 100%;
    float: left;
}

.container-fluid {
    float: left;
    width: 100%;
}
.product-gallery-section {
    padding-bottom: 67px;
    float: left;
    width: 100%;
}
.carousel-tabs {
    display: flex;
    overflow-x: auto;
    margin-bottom: -10px;
}
.carousel-tabs .carousel-tab {
    width: 170px;
    padding: 15px 15px 40px 15px;
    position: relative;
    cursor: pointer;
}
.carousel-tabs .carousel-tab .carousel-tab-image {
    position: relative;
    height: 80px;
}
.carousel-tabs .carousel-tab .carousel-tab-image img {
    position: absolute;
    width: 100%;
    display: block;
    max-width: 110px;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.carousel-tabs .carousel-tab .carousel-tab-text h4 {
    text-align: center;
    font-size: 14px;
}
.title-text {
    width: 100%;
    float: left;
}
.title-text h3 {
    color: #3D3935;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 24px;
}
.title-text p {
    font-size: 22px;
    color: #009ace;
    font-weight: 600;
}
.btn-more {
    margin-top: 43px;
}
.btn-more a {
    border-radius: 35px;
    background-color: #009ace;
    display: inline-block;
    border: none;
    padding: 9px 20px 9px 20px;
    max-width: 330px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.7px;
    transition: all 0.05s ease-out;
    border: 4px solid #009ace;
    cursor: pointer;
}
.btn-more a:hover {
	text-decoration: none;
    color: #008ebe;
    background-color: #ffffff;
    border: 4px solid #009ace;
    outline: 0px;
}

.row.text-row .col-md-6 {
    float: left;
}
.slider.slider-content {
    float: left;
    width: 100%;
    margin-top: 83px;
}
.slider-im {
    text-align: center;
}
.slider-im img {
    display: inline-block !important;
}

.carousel-tabs-row .slick-current.slick-active { background-color:#009ace;}
 .carousel-tabs-row .slick-current.slick-active h4 {
    color: #fff;
}
.slider-content button {
    display: none !important;
}

.slider-im video.video {
    width: 62%;
}
















.carousel-tabs-row button {
    display: none !important;
}



/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.slider.slider-content {
    padding: 0px 27px;
}
.row.text-row .title-text {
    text-align: center;
    margin-top: 40px;
} 	

.carousel-tabs-row button {
    display: none !important;
} 	
	
	
.phone-no {
	text-align: center;
	margin-top: 22px;
	margin-bottom: 27px;
}
.banner-section .right-col .form-title h3 {
	font-size: 18px;
	font-weight: bold;
}
.banner-section .right-col .form-title h4 {
	font-size: 14px;
}
.right-col {
	padding: 0px;
}
.section-title-wrapper h3 {
	font-size: 23px;
}
.patients-box h3 {
	font-size: 16px;
}
.dental-services-box {
	min-height: auto;
	margin-bottom: 21px;
}
.dental-services-box h3 {
	font-size: 21px;
}
.meet-section-box {
	max-width: 79%;
	margin: 0px auto;
}
.appointment-section-footer {
	padding-bottom: 49px;
}
.appointment-title h3 {
	color: #2b4f72;
	font-size: 21px;
	text-align: center;
}
.appointment-title {
	text-align: center;
	margin-bottom: 21px;
}
.copy-right {
	text-align: center;
}
.banner-section {
	padding-top: 57px;
	padding-bottom: 50px;
	background-position: center;
}
}


/******** Tablet Layout ********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.patients-box ul.ul-list {
	padding: 0px 31px;
}
.dental-services-box h3 {
	font-size: 17px;
}
.right-col {
	margin-left: auto;
	max-width: 60%;
}
.banner-section .right-col .form-title h3 {
	font-size: 23px;
}
.banner-section .right-col .form-title h4 {
	font-size: 17px;
}
.phone-no {
	text-align: right;
	margin-top: 26px;
}
.phone-no a {
	font-size: 21px;
}
.phone-no span {
	width: 28px;
}
.logo {
	margin-bottom: 11px;
	margin-top: 10px;
}
}
