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

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

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

/*scroll-effect-css*/
.scroll-effect {
	height: 65px;
	display: block;
}
.scroll-effect span {
	width: 100%;
	height: 65px;
	float: left;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 24px;
	box-sizing: border-box;
}
.scroll-effect span:before {
	content: "";
	width: 6px;
	height: 4px;
	background: url(../images/down-white-plain-arrow.svg) no-repeat top / 100%;
	border-radius: 50%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
	margin: 0 auto 0;
	position: absolute;
	top: 26px;
	right: 0;
	left: 0;
}
@-webkit-keyframes sdb10 {
 0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb10 {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}

/*video-effects-css*/
.video-play-button {
	width: 63px;
	height: 63px;
	float: right;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	margin: 0 0 0 12px;
	position: relative;
}
.video-play-button:after {
	width: 83px;
	height: 83px;
	background: rgba(224,197,108,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: 63px;
	height: 63px;
	background: rgba(224,197,108,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 {
	width: 0;
	height: 0;
	border-left: 18px solid #c89f55;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin: 18px 25px;
	display: block;
	position: relative;
	z-index: 3;
}

.testi-col1 .video-play-button { float:none; display:inline-block; margin:0; border: none; background:linear-gradient(90deg, rgba(179,127,64,1) 0%, rgba(226,200,110,1) 100%) border-box;}
.testi-col1 .video-play-button span { border-left: 18px solid #4a542e; margin:19px 26px;}

.stories-col1 .video-play-button { float:none; display:inline-block; margin:0; border: none; background:linear-gradient(90deg, rgba(179,127,64,1) 0%, rgba(226,200,110,1) 100%) border-box;}
.stories-col1 .video-play-button span { border-left: 18px solid #ffffff; margin:19px 26px;}

 @-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;
}
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 12px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 12px;
}
.checkbox1 a, .checkbox2 a {
	color: #141414;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #e0c56c;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 400;
	color: #141414;
	letter-spacing: normal;
	line-height: 1.42;
	display: inherit;
	position: relative;
	top: -2px;
}
[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 26px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 16px;
    height: 16px;
	background: none;
	border: 1px solid rgba(20,20,20,0.7);
	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #e0c56c;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 5px;
    left: 5px;
}
[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 rgba(20,20,20,0.7);
}

.sidbar-col1 .checkbox1 a, .sidbar-col1 .checkbox2 a {
	color: #ffffff;
}
.sidbar-col1 .checkbox1 a:hover, .sidbar-col1 .checkbox2 a:hover {
	color: #e0c56c;
}
.sidbar-col1 .checkbox1 span, .sidbar-col1 .checkbox2 span {
	color: #ffffff;
}

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

/*circle-effect-css*/
.circle-effect {
	display: block;
	overflow: hidden;
	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;
	position: relative;
}
.circle-effect img {
	width: 100%;
	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;
	display: block;
}
.circle-effect .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	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;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.custom-select1 .circle-effect { 
	width: 15px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 19px;
	z-index: -9;
}

.custom-col1 .circle-effect { 
	width: 15px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 19px;
	z-index: -9;
}
.sidbar-col2 .custom-select1 .circle-effect { right:35px;}
.about-wrapp .custom-select1 .circle-effect {
	right: 0;
}
.about-wrapp .custom-col1 .circle-effect {
	right: 0;
}
.accordion h3 .circle-effect { 
	width: 15px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}
.common-list-box li .circle-effect { 
    width: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.instagram-let-box .circle-effect { 
	width: 51px;
	float: left;
	margin: 0 10px 0 0;
}
.instagram-ret-box .circle-effect { 
	width: 51px;
	float: left;
	margin: 0 0 0 10px;
}
.instagram-ret-box .circle-effect { 
	width: 51px;
	float: right;
}
.circle-effect:hover img, .custom-select1:hover .circle-effect img, .custom-col1:hover .circle-effect img, .accordion h3.active .circle-effect img, .accordion h3:hover .circle-effect img, .common-list-box li:hover .circle-effect img, .about-col4:hover .circle-effect img { 
	opacity: 1;
}
.circle-effect:hover .circle-row1, .custom-select1:hover .circle-effect .circle-row1, .custom-col1:hover .circle-effect .circle-row1, .accordion h3.active .circle-effect .circle-row1, .accordion h3:hover .circle-effect .circle-row1, .common-list-box li:hover .circle-effect .circle-row1, .about-col4:hover .circle-effect .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effect:hover .circle-row1 img, .custom-select1:hover .circle-effect .circle-row1 img, .custom-col1:hover .circle-effect .circle-row1 img, .accordion h3.active .circle-effect .circle-row1 img, .accordion h3:hover .circle-effect .circle-row1 img, .common-list-box li:hover .circle-effect .circle-row1 img, .about-col4:hover .circle-effect .circle-row1 img { 
	opacity: 0;
}

.circle-effect:hover .circle-row1 img{opacity: 1;}

/*square-effect-css*/
.square-effect {
	overflow: hidden;
	cursor: pointer;
	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:hover 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-row1 {
	width: 100%;
	height: 100%;
	background: #4a542e url(../images/logo-gold-plain-symbol.jpg) no-repeat center / 63px;
	filter: alpha(opacity=0);
	transform: translateY(-50%);
	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;
	display: inline-block;
	opacity: 0;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.square-effect:hover .square-row1 img {
	transform: none;
	transition: none;
	filter: none;
}
.square-effect:hover .square-row1 {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-white-transparent:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) border-box;
	border-radius: 34px;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -11;
}
.btn-gradient-white-transparent:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	border: 1px solid transparent;
	border-radius: 34px;
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: source-out;
	-ms-mask-composite: source-out;
	-moz-mask-composite: source-out;
	-webkit-mask-composite: source-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -11;
}
.btn-gradient-white-transparent:hover:after {
	opacity: 1;
}

.paiger-btn2.btn-gradient-gold:after,
.common-style [type=submit]:after{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(179,127,64,1) 0%, rgba(226,200,110,1) 100%) border-box;
	border-radius: 34px;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.paiger-btn2.btn-gradient-gold:before,
.common-style [type=submit]:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(179,127,64,1) 0%, rgba(226,200,110,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	border: 1px solid transparent;
	border-radius: 34px;
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.paiger-btn2.btn-gradient-gold:hover:after,
.common-style [type=submit]:hover:after {
	opacity: 0;
}


.btn-gradient-gold:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(179,127,64,1) 0%, rgba(226,200,110,1) 100%) border-box;
	border-radius: 34px;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-gold:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(179,127,64,1) 0%, rgba(226,200,110,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	border: 1px solid transparent;
	border-radius: 34px;
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-gold:hover:after {
	opacity: 0;
}

.btn-gradient-trefoil:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) border-box;
	border-radius: 34px;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-trefoil:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	border: 1px solid transparent;
	border-radius: 34px;
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-trefoil:hover:after {
	opacity: 0;
}

.common-style [type=submit]



/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #727c57;
}
.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);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*video-effects-css*/
.video-play-button {
	width: 63px;
	height: 63px;
	float: none;
	display: block;
	margin: 0 auto 0;
}

/*circle-effect-css*/
.custom-select1 .circle-effect {
	right: 5%;
}
.custom-col1 .circle-effect {
	right: 5%;
}
.common-list-box li .circle-effect { 
    width: 16px;
    transform: none;
	display: inline-block;
	margin: 0 4px 0 0;
    position: relative;
    top: 4px;
    left: inherit;
}
.instagram-let-box .circle-effect {
	width: 39px;
	margin: 0 8px 0 0;
}
.instagram-ret-box .circle-effect {
	width: 39px;
	margin: 0 0 0 8px;
}

.implants-wrapp .common-list-box li .circle-effect { top:2px;}

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

@media screen and (min-width:481px) and (max-width:600px) {
/*video-effects-css*/
.video-play-button {
	width: 63px;
	height: 63px;
	float: none;
	display: block;
	margin: 0 auto 0;
}

/*circle-effect-css*/
.custom-select1 .circle-effect {
	right: 5%;
}
.custom-col1 .circle-effect {
	right: 5%;
}
.common-list-box li .circle-effect { 
    width: 16px;
    transform: none;
	display: inline-block;
	margin: 0 4px 0 0;
    position: relative;
    top: 4px;
    left: inherit;
}
.instagram-let-box .circle-effect {
	width: 39px;
	margin: 0 8px 0 0;
}
.instagram-ret-box .circle-effect {
	width: 39px;
	margin: 0 0 0 8px;
}

.implants-wrapp .common-list-box li .circle-effect { top:2px;}

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

@media screen and (min-width:601px) and (max-width:767px) {
/*video-effects-css*/
.video-play-button {
	width: 63px;
	height: 63px;
	float: none;
	display: block;
	margin: 0 auto 0;
}

/*circle-effect-css*/
.custom-select1 .circle-effect {
	right: 5%;
}
.custom-col1 .circle-effect {
	right: 5%;
}
.common-list-box li .circle-effect { 
    width: 16px;
    transform: none;
	display: inline-block;
	margin: 0 4px 0 0;
    position: relative;
    top: 4px;
    left: inherit;
}
.instagram-let-box .circle-effect {
	width: 39px;
	margin: 0 8px 0 0;
}
.instagram-ret-box .circle-effect {
	width: 39px;
	margin: 0 0 0 8px;
}

.implants-wrapp .common-list-box li .circle-effect { top:2px;}

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

@media screen and (min-width:768px) and (max-width:900px) {
/*video-effects-css*/
.video-play-button {
	width: 51px;
	height: 51px;
}
.video-play-button:after {
    width: 73px;
    height: 73px;
}
.video-play-button:before {
    width: 53px;
    height: 53px;
}
.video-play-button span {
	border-left: 14px solid #c89f55;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 14px 20px;
}

/*circle-effect-css*/
.common-list-box li .circle-effect { 
    width: 16px;
}
.instagram-let-box .circle-effect {
	width: 43px;
	margin: 0 8px 0 0;
}
.instagram-ret-box .circle-effect {
	width: 43px;
	margin: 0 0 0 8px;
}

/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 6px;
}
.checkbox2 {
	margin: 0 0 6px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	top: -1px;
}

.stories-col1 .video-play-button span { margin:16px 21px;}
.testi-col1 .video-play-button span { margin:16px 21px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*video-effects-css*/
.video-play-button {
	width: 57px;
	height: 57px;
}
.video-play-button:after {
    width: 79px;
    height: 79px;
}
.video-play-button:before {
    width: 59px;
    height: 59px;
}
.video-play-button span {
	border-left: 16px solid #c89f55;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	margin: 17px 23px;
}

/*circle-effect-css*/
.common-list-box li .circle-effect { 
    width: 17px;
}
.instagram-let-box .circle-effect {
	width: 43px;
	margin: 0 8px 0 0;
}
.instagram-ret-box .circle-effect {
	width: 43px;
	margin: 0 0 0 8px;
}

/*checkbox-effect-css*/
.checkbox1 {
	margin: 0 0 9px;
}
.checkbox2 {
	margin: 0 0 9px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	top: -1px;
}

.stories-col1 .video-play-button span { margin:18px 23px;}
.testi-col1 .video-play-button span { margin:18px 23px;}
}

@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) {
.mac-os .checkbox1 span, .mac-os .checkbox2 span { top:-1px;}
}