@charset "utf-8";
/* CSS Document */

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #425145 #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #425145;
    border-radius: 0;
    border: 0px solid #425145;
    height: 69px !important;
}

/* Chrome, Edge, and Safari */
.treatin6-col2 ::-webkit-scrollbar {
    width: 4px;
}
.treatin6-col2 ::-webkit-scrollbar-track {
    background: #c4cbbc;
    border-radius: 0;
}
.treatin6-col2 ::-webkit-scrollbar-thumb {
    background-color: #425145;
    border-radius: 0;
    border: 0px solid #425145;
    height: 4px !important;
}

/* Chrome, Edge, and Safari */
.testi-col2 ::-webkit-scrollbar {
    width: 4px;
}
.testi-col2 ::-webkit-scrollbar-track {
    background: #c4cbbc;
    border-radius: 0;
}
.testi-col2 ::-webkit-scrollbar-thumb {
    background-color: #425145;
    border-radius: 0;
    border: 0px solid #425145;
    height: 4px !important;
}

/*play-hover*/
.video-play-button {
	width: 61px;
	height: 61px;
	float: left;
	border: 3px solid #ffffff;
	border-radius: 50%;
	margin: 0 0 0;
	position: relative;
}
.video-play-button:after {
	width: 75px;
	height: 75px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 61px;
	height: 61px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 18px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 7px 11px;
}

.treatin6-col1 .video-play-button { position:absolute; float:none; margin:0 auto; border:none;}

.treatmentsvideo-col1 .video-play-button { position:absolute; float:none; margin:0 auto; border:none;}

.testi-col1 .video-play-button { border:none;}
.testi-col1 .video-play-button {
	width: 40px;
	height: 40px;
}
.testi-col1 .video-play-button:after {
	width: 55px;
	height: 55px;
}
.testi-col1 .video-play-button:before {
	width: 40px;
	height: 40px;
}


/*circle-effect-css*/
.circle-effect1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effect1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effect1 .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.paiger-btn1 .circle-effect1 { width:49px; transform: translateY(-50%); position: absolute; top: 52%; right: 0;}

.custom-select1 .circle-effect1 { 
	width: 32px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -9;
}

.about-row2.custom-about .circle-effect { 
	width: 32px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -9;
}
.dentistry-row2 li .circle-effect1 { 
	width: 15px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.contact-row2 li .circle-effect1 { 
	width: auto;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

.dentistry-wrapp .dentistry-col2 .dentistry-row2 .circle-effect1:hover img, .custom-select1:hover .circle-effect1 img, .dentistry-row2 li:hover .circle-effect1 img, .contact-row2 li:hover .circle-effect1 img, .services-col2:hover .circle-effect1 img, .banner-col2:hover .circle-effect img {
    opacity: 1 !important;
}

.circle-effect1:hover img, .custom-select1:hover .circle-effect1 img, .dentistry-row2 li:hover .circle-effect1 img, .contact-row2 li:hover .circle-effect1 img, .services-col2:hover .circle-effect1 img, .banner-col2:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect1:hover .circle-row1, .custom-select1:hover .circle-effect .circle-row1, .dentistry-row2 li:hover .circle-effect1 .circle-row1, .contact-row2 li:hover .circle-effect1 .circle-row1, .services-col2:hover .circle-effect1 .circle-row1, .banner-col2:hover .circle-effect1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.circle-effect1:hover .circle-row1 img, .custom-select1:hover .circle-effect1 .circle-row1 img, .dentistry-row2 li:hover .circle-effect1 .circle-row1 img, .contact-row2 li:hover .circle-effect1 .circle-row1 img, .services-col2:hover .circle-effect1 .circle-row1 img, .banner-col2:hover .circle-effect1 .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.checkbox1 a, .checkbox2 a {
	color: #c4cbbc;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #425145;
}
.checkbox1 span, .checkbox2 span {
	font-size: 17px;
	font-weight: 400;
	color: #425145;
	letter-spacing: normal;
	line-height: 1.53;
	display: inherit;
	position: relative;
	top: -7px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    cursor: pointer;
    display: block;
    padding: 0 0 0 24px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 13px;
    height: 13px;
	background: #c4cbbc;
	border: 1px solid #c4cbbc;
	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #425145;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 3px;
    left: 3px;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
	border: 1px solid #c4cbbc;
}

/* Square-effect */
.square-effect1 {
  display: inline-block;
  position: relative;
}
.square-effect1 .square-row1 {
  width: 100%; 
  float: left;
  background: #000000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 0;
}
.square-effect1 .square-row1 img {
  width: 100%;
  display: block;
  mix-blend-mode: screen;
  transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
}
.square-effect1:hover .square-row1 {
  background-position: 100% 100%;
}
.square-effect1:hover .square-row1 img {
  transform: scale(1.08);
  transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
}

/* .hovereffect */

.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #404627;
}
.hovereffect .overlay1 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  left: 10%;
  bottom: 1%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
.hovereffect:hover .overlay1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.hovereffect:hover img {
  mix-blend-mode: multiply;
}
.hovereffect h3 {
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight:500;
  background-color: transparent;
  color: #FFF;
  padding: 1.5em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}

/*circle-effect-css*/
.circle-effect {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effect img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effect .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.paiger-btn1 .circle-effect { width:49px; transform: translateY(-50%); position: absolute; top: 52%; right: 0;}

.custom-select1 .circle-effect { 
	width: 32px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -9;
}
.dentistry-row2 li .circle-effect { 
	width: 15px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.contact-row2 li .circle-effect { 
	width: auto;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.circle-effect:hover img, .custom-select1:hover .circle-effect img, .dentistry-row2 li:hover .circle-effect img, .contact-row2 li:hover .circle-effect img, .services-col2:hover .circle-effect img, .banner-col2:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect:hover .circle-row1, .custom-select1:hover .circle-effect .circle-row1, .dentistry-row2 li:hover .circle-effect .circle-row1, .contact-row2 li:hover .circle-effect .circle-row1, .services-col2:hover .circle-effect .circle-row1, .banner-col2:hover .circle-effect .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}

.circle-effect:hover .circle-row1 img, .custom-select1:hover .circle-effect .circle-row1 img, .dentistry-row2 li:hover .circle-effect .circle-row1 img, .contact-row2 li:hover .circle-effect .circle-row1 img, .services-col2:hover .circle-effect .circle-row1 img, .banner-col2:hover .circle-effect .circle-row1 img { 
	opacity: 1;
}


.circle-effect:hover img, .about-row2.custom-about:hover .circle-effect img, .dentistry-row2 li:hover .circle-effect img, .contact-row2 li:hover .circle-effect img, .services-col2:hover .circle-effect img, .banner-col2:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect:hover .circle-row1, .about-row2.custom-about:hover .circle-effect .circle-row1, .dentistry-row2 li:hover .circle-effect .circle-row1, .contact-row2 li:hover .circle-effect .circle-row1, .services-col2:hover .circle-effect .circle-row1, .banner-col2:hover .circle-effect .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}

.circle-effect:hover .circle-row1 img, .about-row2.custom-about:hover .circle-effect .circle-row1 img, .dentistry-row2 li:hover .circle-effect .circle-row1 img, .contact-row2 li:hover .circle-effect .circle-row1 img, .services-col2:hover .circle-effect .circle-row1 img, .banner-col2:hover .circle-effect .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.checkbox1 a, .checkbox2 a {
	color: #c4cbbc;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #425145;
}
.checkbox1 span, .checkbox2 span {
	font-size: 17px;
	font-weight: 400;
	color: #425145;
	letter-spacing: normal;
	line-height: 1.53;
	display: inherit;
	position: relative;
	top: -7px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    cursor: pointer;
    display: block;
    padding: 0 0 0 24px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 13px;
    height: 13px;
	background: #c4cbbc;
	border: 1px solid #c4cbbc;
	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #425145;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 3px;
    left: 3px;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
	border: 1px solid #c4cbbc;
}

.sidbar-col1 .checkbox1 { margin:0 0 10px;}
.sidbar-col1 .checkbox1 a, .sidbar-col1 .checkbox2 a {
	color: #425145; font-weight:600;
}
.sidbar-col1 .checkbox1 span, .sidbar-col1 .checkbox2 span {
	font-size: 13px;
	color: #425145;
	line-height: 2;
	top: -7px;
}

.sidbar-col1 [type="checkbox"]:checked + label:before,
.sidbar-col1 [type="checkbox"]:not(:checked) + label:before { background:#f9f8f5; border: 1px solid #f9f8f5;}

/*square-effect-css*/
/* .square-effect {
	display: block;
	position: relative;
}
.square-effect img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
}
.square-effect .square-row1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.square-effect:hover .square-row1 img {
	transform: scale(1.08);
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	filter: grayscale(100%);
} */

/* Square-effect */
.square-effect1 {
  display: inline-block;
  position: relative;
}
.square-effect1 .square-row1 {
  width: 100%; 
  float: left;
  background: #000000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 0;
}
.square-effect1 .square-row1 img {
  width: 100%;
  display: block;
  mix-blend-mode: screen;
  transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
}
.square-effect1:hover .square-row1 {
  background-position: 98% 98%;
}
.square-effect1:hover .square-row1 img {
  transform: scale(1.08);
  transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
}





.square-effect {
  display: inline-block;
  position: relative;
}
.square-effect .square-row1 {
  width: 100%; 
  float: left;
  background: #000000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 0;
}
.square-effect .square-row1 img {
  width: 100%;
  display: block;
  mix-blend-mode: screen;
  transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
}
.square-effect:hover .square-row1 {
  background-position: 98% 98%;
}
.square-effect:hover .square-row1 img {
  transform: scale(1.08);
  transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
}









.abouts-wrapp .abouts-col4 .non-slider .abouts-row4.smileg-bar1.square-effect1 .square-row1 {
    background: none;
}

.abouts-wrapp .abouts-col4 .non-slider .abouts-row4 .square-row1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-size: 400% 400%;
    background-repeat: no-repeat;
    transition: all 0.25s ease-out;
    cursor: pointer;
    background: linear-gradient(135deg, #9d9d9d 0%, #fff5f5 25%, #425145 50%, #425145 75%, #a1a4a7 100%);
    background-size: 400% 400%;
    opacity: 0;
}

.abouts-wrapp .abouts-col4 .non-slider .abouts-row4:hover .square-row1:before{
	opacity: 0.5;
	z-index: 1;
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effects-css*/
.custom-select1 .circle-effect { 
	width: 22px;
}
.about-row2.custom-about .circle-effect{width: 22px;}
.dentistry-row2 li .circle-effect { 
	width: 15px;
	vertical-align: middle;
	display: inline-block;
	transform: none;
	margin: -1px 3px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
.contact-row2 li .circle-effect { 
	width: auto;
	vertical-align: middle;
	display: inline-block;
	transform: none;
	margin: -1px 3px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 15px;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

.sidbar-col1 .checkbox1 span, .sidbar-col1 .checkbox2 span { top:-4px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effects-css*/
.custom-select1 .circle-effect { 
	width: 22px;
}
.about-row2.custom-about .circle-effect{width: 22px;}
.dentistry-row2 li .circle-effect { 
	width: 15px;
	vertical-align: middle;
	display: inline-block;
	transform: none;
	margin: -1px 3px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
.contact-row2 li .circle-effect { 
	width: auto;
	vertical-align: middle;
	display: inline-block;
	transform: none;
	margin: -1px 3px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 15px;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

.sidbar-col1 .checkbox1 span, .sidbar-col1 .checkbox2 span { top:-4px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effects-css*/
.custom-select1 .circle-effect { 
	width: 22px;
}

.about-row2.custom-about .circle-effect{width: 22px;}
.dentistry-row2 li .circle-effect { 
	width: 15px;
	vertical-align: middle;
	display: inline-block;
	transform: none;
	margin: -1px 3px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
.contact-row2 li .circle-effect { 
	width: auto;
	vertical-align: middle;
	display: inline-block;
	transform: none;
	margin: -1px 3px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 15px;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

.sidbar-col1 .checkbox1 span, .sidbar-col1 .checkbox2 span { top:-4px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
.dentistry-row2 li .circle-effect { 
	width: 13px;
}

/*checkbox-effect-css*/
.checkbox2 {
	margin: 0 0 14px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 15px;
	top: -5px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effects-css*/
.dentistry-row2 li .circle-effect { 
	width: 14px;
}

/*checkbox-effect-css*/
.checkbox2 {
	margin: 0 0 17px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 16px;
	top: -5px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}