.address .l-addr,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{box-shadow:none;border:none}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:20%;line-height:0;position:relative;vertical-align:super}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

.clearfix {
	clear: both
}

body{
	font-family: 'Lato', sans-serif !important;
	background: #fff;
	font-size: 16px;
	color: #262626;
	line-height: 26px;

}
.logo a {
    display: flex;
}
.hamburger {
	display: none;
}
.container{
	width: 100%;
	max-width: 1366px;
	padding: 0 105px;
	margin: 0 auto;
}

.heading{
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
}
.headerBg {
    background-color: #fff;
    position: relative;
}
section.banner{
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.primaryNav {
	position: relative;
	
}

.logo{
	display: flex;
	padding: 10px;
}

.logo img {
    position: relative;
}

.mainNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.primaryNav ul {
	display: flex;
	width: 100%;
	
}
.primaryNav ul li {
	margin-right: 30px;
}
.primaryNav ul li a {
        font-size: 16px;
    font-weight: 700;
    color: #2393ad;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #ffffff;
}
.primaryNav ul li a:hover {
    background-color: #2393ad;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #41719c;
}

.bannerText h1 {
    font-size: 28px;
    color: #67c9e0;
    text-align: center;
    letter-spacing: 2px;
}
.bannerText {
    position: relative;
    display: flex;
    align-items: center;
}
.bannerText h1 > span {
    display: block;
    font-size: 20px;
    margin-top: 0px;
}
.bannerList {
    background: rgba(35,147,173,0.8);
    height: 100%;
    width: 30%;
    min-height: 380px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    overflow-y: scroll;
}
.bannerListTitle{
	font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
}
.bannerListTitle span{
	font-weight: 700;
}
.bannerButton{
	background-color: #67c9e0;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    padding: 0 18px;
    margin-left: 20px;
    margin-top: 0;
}
.about{
	padding: 60px 0
}
.about h1{
	font-size: 36px;
	text-align: center;
	margin-bottom: 45px;
}
.about h1 span{
	display: block;
	font-size: 18px;
	color: #76a7d7;
	margin-top: 20px;
	font-weight: 100;
}

.instructions{
	margin-top: 40px;
	padding:0 0 0 40px;
}

.instructions li{
	margin-bottom: 16px;
	padding-left: 20px;
	position: relative;
}

.instructions li:after{
	border: 1px solid #76a7d7;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    color: #76a7d7;
}

section.commintment{
	background-color: #b6e5f0;
	padding: 60px 0 40px;
	text-align: center;
}

.commintment h1{
	color: #262626;
	font-size: 36px;
	text-align: center;
	margin-bottom: 36px;
}

.commintment h1 span{
	display: block;
	font-size: 20px;
	color: #76a7d7;
	margin-top:25px;
}

.commintment .aboutButton{
	background-color: #67c9e0;
	height:50px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	padding: 0 28px;
	margin-top: 28px;
}

.dentistry{
	padding: 70px 0 30px;


}
.generalDentistry, .cosmeticDentistry  {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}

.generalDentistry .text,  .cosmeticDentistry .text {
	width: 60%;
	padding: 20px 0;
}

.generalDentistry .image,  .cosmeticDentistry .image{
	width: 30%;
}

.text h2{
	font-size: 36px;
	margin-bottom: 36px;
}

.text h2 span{
	color: #67c9e0;
}

.text ul{
	margin-top: 14px;
}

.text ul li{
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.text ul li:after{
	border: 1px solid #76a7d7;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    color: #76a7d7;
}

section.whyUs{
	padding: 65px 0;
}

.whyUs h2{
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}

.whyUs h2 span{
	color: #76a7d7;
}

.whyUsBlocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.whyUsBlocks .whyUsBlock {
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    background-color: #67c9e0;
    max-width: 260px;
    overflow: hidden;
}
.whyUsBlocks .whyUsBlock .text{
	padding: 45px 30px;
	text-align: center;
}
.whyUsBlock h6 {
        margin-bottom: 30px;
    color: #2393ad;
    font-weight: 700;
    font-size: 18px;
}
.testimonialsSec{
	padding: 30px 0;
	text-align: center;
}

.testimonialsSec h2{
	font-size: 36px;
	margin-bottom: 36px;
}

.testimonialsSec .testimonial {
	max-width: 700px;
	margin:0 auto;
}
.testimonials{
	width: 700px;
	margin:0 auto;
}
.testimonialsSec .testimonial p{
	font-size: 18px;
	line-height: 30px;
}

.nextArrow, .prevArrow  {
    position: absolute;
    right: -100px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index:9;
  	height: 40px;
 	border-radius: 23px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
		
.prevArrow {
    transform: translateY(-50%) scale(-1,1);
    left: -100px;
}

.allReviewsButtom{
	background-color: #67c9e0;
	height:50px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	padding: 0 28px;
	margin-top: 28px;
	margin-bottom: 60px;
}

.tabsAbout{
	background-color: #b6e5f0;
	padding: 60px 0;
}

.tabWrap {
	display: flex;
}

.tabsHead {
	width: 40%;
	
}
.tabsHead ul{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-around;
}

.tabsHead ul li {
	font-size: 28px;
	width: 80%;
	display: block;
	cursor: pointer;
	margin-bottom: 70px;
}
.tabsHead ul li:last-child {
	margin-bottom: 10px;
}
.tabsHead ul li.active{
	color: #2393ad;
	font-family: 'Kanit', sans-serif;
	
	position: relative;
}
.tabsHead ul li.active::before{
	content: "";
	background:url("../images/tab-arrow.jpg");
	height: 42px;
	width: 29px;
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	right: 0;
}

.tabCon{
	display: none;
}

.tabCon.active{
	display: block;
}

.tabCon h6{
	font-size: 28px;
	margin-bottom: 28px;
}

.tabCon p {
	font-size: 18px;
}

.tabContent{
	max-width: 550px;
}
section.contactUs {
	padding: 60px 0;
}
.contactUs .heading{
	font-size: 36px;
	margin-bottom: 36px;
}

.contactWrap{
	display: flex;
	align-items: center;
}

.contactWrap .map{
	width: 55%;
	margin-right: 40px;
}

.contactDetail{
	display: flex;
	margin-bottom: 36px;
	font-size: 20px;
	align-items: center;
}
.phoneNo .contactInfo {
    font-weight: 700;
}
.contactDetail .icon{
	margin-right:20px;
}
.workingHours{
	font-size: 24px;
}
.workingHours span{
	font-size: 20px;
	color: #2393ad;
	display: block;
	margin-bottom: 14px;
}
footer{
	background-color: #262626;
	padding: 65px 0;
	color: #fff;
}

.footerWrap {
	display: flex;
}
.socials ul{
	display: flex;
	margin-top: 20px;
}
.socials ul li {
    width: 50px;
    height: 50px;
    background: #2393ad;
    border-radius: 50%;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.socials ul li img{
	width: 90%;
}

.footerHead {
	font-size: 24px;
	margin-bottom: 20px;
}

.aboutFooter {
	margin-right: 60px;
}

.linksFooter{
	margin-right: 160px;
}
.linksFooter li{

}
.linksFooter li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
}

.form{
	max-width: 540px;
}
.inputwrapper input {
    background: #7f7f7f;
    height: 35px;
    margin-bottom: 14px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    border:none;
    padding-left: 10px;
    caret-color: #67c9e0;
}
.inputwrapper.inlineInputs{
	display: flex;
	align-items: space-between;
	justify-content: space-between;
}

.inlineInputs .inlineInput{
	width: 48%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a7a7a7;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a7a7a7;
}
.msgButton{
	height: 45px;
	background-color: #67c9e0;
	color: #fff;
	text-align: center;
	width: 100%;
	margin-top: 8px;
}
/*-----------------------------------------------------------------------------------*/
.bannerUL ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.bannerUL ul li span {
    font-size: 16px;
    color: #fff;
}
.bannerUL ul li img {
    height: 100%;
}
.featuredIconParent{
	border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding:10px;
    margin-right: 20px;
}
.bannerBTN {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 15px;
    border-radius: 5px;
    width: 150px;
    font-weight: 700;
    margin: 10px 30px;
}
.bannerBTN:hover {
    color: #67c9e0;
    background-color: #fff;
}
section.dentistry .image img {
    border-radius: 15px;
    box-shadow: -3px 3px 5px 4px #c7c7c7;
}

.slideBanner img{
    width: 100%;
}
.bannerSlides .nextArrow,.bannerSlides .prevArrow  {
    position: absolute;
    right: -100px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index:9;
  	height: 40px;
 	border-radius: 23px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
		
.bannerSlides .prevArrow {
    transform: translateY(-50%);
    left: 30px;
}
.bannerSlides .nextArrow {
    transform: translateY(-50%) scale(-1,1);
    right: 30px;
}

/*-----------------------------APPOINTMENT STARTS-----------------------------*/
.appointmentSec .heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 36px;
    color: #2393ad;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.appointmentSec .heading:after {
    content: '';
    height: 3px;
    width: 70px;
    background: #2393ad;
    position: absolute;
    bottom: -16px;
    left: 46%;
}
section.appointmentSec {
    margin: 60px 0;
}
.bannerSlides{
	display: block;
	width: 70%;
}
.mobileBanner{
	display: none;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-group .inputGroup {
    width: 47%;
    margin-bottom: 30px;
}
.inputGroup .inputField {
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #f2f2f2;
    border: 1px solid #7f7f7f;
}
.inputField.message {
    border-radius: 15px;
    height: 150px;
}
.sendBtn button {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #2393ad;
    color: #fff;
    font-weight: 700;
}
.sendBtn button:hover {
	background-color: #0754ad;
}

/*-----------------------------APPOINTMENT ENDS-----------------------------*/
/*-----------------------------SERVICES STARTS------------------------------*/
.dentalCleaning, .DentalImplants,.Dentures{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.dentalCleaning .image, .DentalImplants .image,.Dentures .image {
    width: 291px;
    height: 291px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 2px 14px 0px #9a9a9a;
}
.dentalCleaning .text, .DentalImplants .text,.Dentures .text {
    width: 60%;
    padding: 20px 0;
}

.servicesRestorations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.servicesRestorations .service {
    width: 30%;
    padding: 30px 30px;
}
.servicesRestorations .serviceTitle {
    font-size: 18px;
    font-weight: 700;
    margin: 10px;
    color: #1d94af;
}
.serviceImage {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #2196b1;
    border-radius: 50px;
    padding: 20px;
}
.serviceImage img {
    width: 100%;
}
section.additionalServices {
    padding: 60px 0;
}
.additionalServices h2.heading{
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 60px;
	line-height: 30px;
}
.additionalServices h2.heading span{
	font-weight: 700;
}
.addServices {
    display: flex;
    justify-content: space-between;
}
.addserv h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.addserv ul {
    list-style: circle;
    padding-left: 20px;
}
.addserv {
    margin-bottom: 20px;
}
/*-----------------------------SERVICES ENDS-------------------------------------*/

@media ( min-width: 769px) and (max-width: 1024px) {
	.bannerList {
	    background: rgba(35,147,173,0.8);
	    height: 100%;
	    width: 30%;
	    min-height: 220px;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    padding: 24px;
	    overflow-y: scroll;
	}
	.container {
	    padding: 0 16px;
	}
	.primaryNav ul li {
	    margin-right: 10px;
	}
	.bannerText {
	    position: relative;
	    display: flex;
	    align-items: center;
	    flex-direction: column;
	}
	.bannerButton {
	    background-color: #67c9e0;
	    height: 40px;
	    border-radius: 25px;
	    text-align: center;
	    color: #fff;
	    padding: 0 18px;
	    margin-top: 0;
	    margin-left: 0;
	}
}
@media ( min-width: 120px) and (max-width: 768px) {
	.container {
		padding: 0 16px;
	}
	body{
		font-size: 14px;
		line-height: 20px;
	}
	.logo img {
	    position: relative;
	    height: 50px;
	}
	.hamburger {
	    margin-right: 10px;
	    display: flex;
	    cursor: pointer;
	}
	.primaryNav {
	    position: absolute;
	    top: 71px;
	    left: 0;
	    z-index: 9;
	    height: 160px;
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	    flex-direction: row;
	    background: #fff;
	    display: none;
	}

	.primaryNav ul {
		display: flex;
		width: 100%;
		margin-right: 0;
		height: 100%;
		flex-direction: column;
		width: 100%;
		align-items: flex-end;
	}

	.primaryNav ul li {
		margin-right: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		padding: 0 20px;
		border-bottom: 1px solid #ccc;
	}
	.primaryNav ul li a {
		font-size: 18px;
		color: #2393ad;
		    border: 0;
	}
	.primaryNav ul li a:hover {
	    background-color: transparent;
	    color: #2393ad;
	    padding: 10px;
	    border-radius: 5px;
	    border: 0px solid #41719c;
	}
	.bannerText h1 > span {
		font-size: 18px;
    	margin-top: 0;
	}
	.bannerText h1 {
		font-size: 26px;
	}
	.bannerButton {
	    background-color: #67c9e0;
	    height: 24px;
	    margin-left: 0;
	}

	section.banner {
		height: auto;
		min-height: auto;
		background-position: 0px 0px;	
	}
	.about {
		padding: 30px 0;
	}

	.about h1 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 8px;
	}
	.about h1 span {
		font-size: 14px;
		margin-top: 6px;
	}

	.instructions {
		margin-top: 20px;
		padding: 0 0 0 0px;
	}
	section.commintment {
		padding: 30px 0 20px;
	}
	.commintment h1 {
		font-size: 26px;
		text-align: center;
		margin-bottom: 10px;
		line-height: 34px;
	}
	.commintment h1 span {
		display: block;
		font-size: 14px;
		color: #76a7d7;
		margin-top: 5px;
	}
	.dentistry {
		padding: 40px 0 30px;
	}

	.generalDentistry .text, .cosmeticDentistry .text {
		width: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    background: transparent;
    height: 100%;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
	}
	.generalDentistry, .cosmeticDentistry {
		position: relative;
	    flex-direction: column;
	    max-width: 291px;
	    width: 100%;
	    border-radius: 30px;
	    overflow: hidden;
	    max-height: 330px;
	    margin: 20px auto;
	    align-items: center;
	}
	.generalDentistry .image img{
		height: 100%;
	}	

	.generalDentistry .image, .cosmeticDentistry .image {
		width: 100%;
	}
	.text h2 {
		font-size: 25px;
		margin-bottom: 16px;
	}

	section.whyUs {
		padding: 35px 0;
	}
	.whyUs h2 {
		font-size: 26px;
		margin-bottom: 28px;
		line-height: 34px;
	}
	.whyUs h2 span {
		color: #76a7d7;
		font-size: 20px;
		display: block;
	}

	.whyUsBlocks .whyUsBlock {
		border-radius: 20px;
		margin-bottom: 20px;
	}

	.whyUsBlocks {
		flex-direction: column;
		    align-items: center;
	}
	.whyUsBlock .text h6{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.testimonials {
		width: 90%;
		margin: 0 auto;
	}

	.testimonialsSec .testimonial p {
		font-size: 14px;
		line-height: 24px;
	}
	.testimonialsSec{
		padding: 10px 0;
	}

	.testimonialsSec h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.nextArrow, .prevArrow{
		right: -30px;
		top: 40%;
	}

	.prevArrow{
		left: -30px;
	}	

	.allReviewsButtom{
		margin-top: 18px;
		margin-bottom: 20px;
	}

	.tabsHead ul li {
		font-size: 16px;
		width: 50%;
		display: block;
		border: 1px solid #81c4d4;
		cursor: pointer;
		margin-bottom: 0px;
		height: 40px;
		text-align: center;
		align-items: center;
		display: flex;
		justify-content: center;
		border-radius: 10px 10px 0px 0px;
		border-bottom: 0;
		background: #d2e1e4;
	}

	.tabsHead ul li.active {
		color: #2393ad;
		font-family: 'Kanit', sans-serif;
		position: relative;
		background: #b6e5f0;
		box-shadow: 0 0 black;
		-webkit-box-shadow: 0px -2px 1px 0px rgba(0,0,0,.4);
		box-shadow: 0px -2px 1px 0px rgba(0,0,0,.4);
	}
	.tabsHead ul li:last-child {
		border-left: 0;
		margin-bottom: 0px;
	}
	.tabWrap {
		flex-direction: column;
	}
	.tabsHead {
		width: 100%;
	}
	.tabsHead ul {
		display: flex;
		flex-direction: row;
	}
	.tabsHead ul li.active::before{
		display: none;
	}
	.tabsAbout {
		background-color: transparent;
		padding: 0px 0;
		margin: 30px 0;
	}
	.tabContent {
		background-color: #b6e5f0;
		max-width: 550px;
		padding: 20px;
		position: relative;
		top: -1px;
		border: 1px solid #81c4d4;
		border-top: 0;
	}
	.tabCon p {
		font-size: 14px;
	}
	.tabCon.active {
		display: block;
	}

	.contactDetails{
		margin-top: 20px;
		width: 100%;
	}

	.tabCon h6 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.contactUs .heading {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 16px;
	}

	section.contactUs {
		padding: 30px 0;
	}


	.contactWrap {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.contactWrap .map {
		width: 100%;
		margin-right: 0;
	}

	.icon img {
		max-width: 30px;
		position: relative;
    	top: 5px;
	}

	.contactDetail {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.contactDetail .icon {
		margin-right: 10px;
	}
	.workingHours span{
		margin-bottom: 0px;
		margin: 20px 0 8px;
	}

	.workingHours {
		font-size: 16px;
	}

	.footerWrap {
		display: flex;
		flex-direction: column;
	}
	footer {
		padding: 35px 0;
	}

	.aboutFooter {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.footerHead {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.linksFooter li a {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.linksFooter{
		margin-bottom: 30px;
		margin-right: 0;
	}
	.bannerList{
		position: relative;
	    width: 100%;
	    padding: 20px 30px;
	    min-height: 200px;
	}
	.bannerUL ul {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.bannerUL ul li {
	    display: flex;
	    align-items: center;
	    margin-bottom: 10px;
	    margin-right: 40px;
	}
	.viewBtn {
	    text-align: center;
	}
	.bannerText {
    	display: flex;
	    width: 100%;
	    justify-content: space-around;
	    align-items: center;
	    flex-direction: column;
	}
	.appointmentSec .heading {
	    font-family: 'Raleway', sans-serif;
	    font-weight: 800;
	    letter-spacing: 1px;
	    font-size: 26px;
	    line-height: 30px;
	}
	.bannerSlides{
		display: none;
	}
	.mobileBanner {
	    display: block;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.mobileBanner img{ 
		height: 300px;
	}
	.noOpacity{
		opacity: 0
	}
	.form-group {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	.form-group .inputGroup {
	    width: 100%;
	    max-width: 385px;
	    margin-bottom: 30px;
	}
	.inputField.message {
	    width: 100%;
	    max-width: 385px;
	}
	.message-group .inputGroup {
	    text-align: center;
	}
	/*---------------Services--------------*/
	.dentalCleaning .image, .DentalImplants .image,.Dentures .image {
		display: none;
	}
	.dentalCleaning .text, .DentalImplants .text,.Dentures .text {
	    width: 100%;
	}
	.servicesRestorations .service {
	    width: 100%;
	    padding: 30px 30px;
	}
	.serviceDesc {
	    max-width: 425px;
	    width: 100%;
	    margin: 0 auto;
	}
	.addServices {
	    flex-direction: column;
	    flex-wrap: wrap;
	}
	.addServices {
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    max-width: 425px;
	    width: 100%;
	    margin: 0 auto;
	}
	.addserv {
	    margin-bottom: 40px;
	}
}

@media ( min-width: 374px) and (max-width: 500px) {
	.bannerText h1 > span {
	    font-size: 12px;
	    margin-top: 0px;
	}
	.bannerText h1 {
	    font-size: 18px;
	}
	.bannerButton {
	    background-color: #67c9e0;
	    height: 24px;
	    border-radius: 25px;
	    text-align: center;
	    color: #fff;
	    padding: 0 16px;
	    margin-top: 0;
	    margin-left: 0;
	}
	.noOpacity{
		opacity: 0
	}
	.form-group .inputGroup {
	    width: 100%;
	    max-width: 385px;
	    margin-bottom: 30px;
	}
}
@media ( min-width: 120px) and (max-width: 375px) {
	.bannerText {
	    display: flex;
	    width: 100%;
	    justify-content: space-around;
	    align-items: center;
	    flex-direction: column;
	}
	.bannerText h1 {
	    font-size: 18px;
	}
	.bannerText h1 > span {
	    font-size: 12px;
    	margin-top: 0;
	}
	.bannerButton {
	    background-color: #67c9e0;
	    height: 24px;
	    border-radius: 25px;
	    text-align: center;
	    color: #fff;
	    padding: 0px 5px;
	    margin-top: 0;
	    margin-left: 0;
	}
	.noOpacity{
		opacity: 0
	}
	.form-group .inputGroup {
	    width: 100%;
	    max-width: 385px;
	    margin-bottom: 30px;
	}
}


.bannerList::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.bannerList::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.bannerList::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #4fa9bd;
}
