@font-face {
  font-family: 'JosefinSans-Regular';
  src: url('../fonts/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/JosefinSans-Regular.woff') format('woff'), 
  url('../fonts/JosefinSans-Regular.ttf')  format('truetype'), 
  url('../fonts/JosefinSans-Regular.svg#JosefinSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JosefinSans-Light';
  src: url('../fonts/JosefinSans-Light.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/JosefinSans-Light.woff') format('woff'), 
  url('../fonts/JosefinSans-Light.ttf')  format('truetype'), 
  url('../fonts/JosefinSans-Light.svg#JosefinSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body{
    font-family: 'JosefinSans-Regular', sans-serif;
}
*{
    margin: 0;
    padding: 0;
}
body{width: 100%;overflow-x: hidden;}
a{color: inherit;text-decoration: none;}
ul{margin: 0;padding: 0;}
ul li{list-style: none;}
a:hover {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
*:focus {
  outline: none;
}
button:focus {
  outline: none;
}
button {
  border: 0;
}
main{
    background:white;
}
.lp-head-container {
    width: 1300px;
    margin: auto;
    position: relative;
	z-index:9
}
.lp-bg-banner {
    background: url(../img/hero-1080.jpg);
    background-size: cover !important;
    position: relative;
}
/*.lp-bg-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}*/
.lp-head {
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
}
a.lp-logo {
    margin-top: 35px;
}
.lp-head-rgt {
    font-family: 'JosefinSans-Light', sans-serif;
    width: 445px;
    background: #5ec2de;
    padding: 30px 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-weight: lighter;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-template-silo-template-2 .lp-bg-banner:after{content: "";
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;}
.lp-head-rgt span a {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    font-family: 'JosefinSans-Regular', sans-serif;
}
.lp-banner {
    margin-top: 50px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.lp-banner-lft {
    width: 526px;
    position: relative;
}
.lp-banner-rgt {
    width: 440px;
    position: relative;
}
.lp-banner-lft h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -1px;
    margin-top: 0;
    font-family: 'JosefinSans-Regular', sans-serif;
    margin-bottom: 15px;
}
.lp-banner-lft h1 span,
.lp-banner-rgt h2 span,
.lp-implants-lft h3 span,
.lp-banner-rgt h4 span {
    color: #5EC2DE;
    
}
.lp-banner-rgt h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1px;
    margin-bottom: 16px;
    margin-top: 0;
    font-family: 'JosefinSans-Regular', sans-serif;
}
.lp-banner-lft p {
    color: #ffffff;
    font-family:  'JosefinSans-Light', sans-serif; 
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 20px;
    width: 85%;
}
.lp-banner-lft ul li {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.lp-banner-lft ul li:before {
    content: '\f3fd';
    font-family: "Ionicons";
    display: inline-block;
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    line-height: 0;
    margin-right: 20px;
}
.lp-banner-lft ul {
    margin-bottom: 350px;
}
.lp-banner-lft1 ul {
    margin-bottom: 65px;
}
.lp-bner-frm {
    position: absolute;
    /*bottom: -160px;*/
    background: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 3px 6px rgb(164 164 164 / 50%);
}
.lp-banner-rgt h4 {
    color: #ffffff;
    font-family: 'JosefinSans-Regular', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom: 60px;
    margin-top: 0;
}
.lp-bner-frm h3 {
    background: #5ec2de;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-top: 0;
    font-family: 'JosefinSans-Regular', sans-serif;
    margin-bottom: 0;
	box-sizing: border-box;
}
.lp-bner-frm form {
    padding: 30px 30px 0px;
    display: inline-block;
}
.lp-bner-frm form input {
    width: calc(100% - 0px);
    display: block;
    margin-bottom: 10px;
    padding: 12px 20px;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    border: solid 1px #9c9c9c;
    background: #ffffff;
	box-sizing: border-box;
}
.lp-bner-frm form input:focus{
    border: solid 1px #5ec2de;
}
.lp-bner-frm form textarea {
    width: calc(100% - 0px);
    display: block;
    margin-bottom: 10px;
    padding:6px 10px;
    color: #9c9c9c;
    font-size: 11px;
    font-weight: 400;
    border-radius: 5px;
    border: solid 1px #9c9c9c;
    background: #ffffff;
	box-sizing: border-box;
	height:70px;
}
.lp-bner-frm form textarea:focus{
    border: solid 1px #5ec2de;
}
.lp-bner-frm form label {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.lp-bner-frm form .check-block {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 10px 0;
}
.lp-bner-frm form .check-block > div {
    width: 50%;
    display: inline-flex;
    align-items: baseline;
}
.lp-bner-frm form .check-block div input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 8px;
    cursor: pointer;
}
.lp-bner-frm form .check-block div label {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
input.wpcf7-form-control.wpcf7-submit.lt-req {
    margin: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    background: rgba(94,194,222,0.85);
    padding: 20px 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
        border: none;
	cursor:pointer;
}
.lp-bner-frm p {
    margin: 10px 35px 20px;
    color: #929193;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
	font-family: 'JosefinSans-Light', sans-serif;
}
.lp-bner-frm p a {
    color: #5ec2de;
}
.lp-bner-frm form .check-block div input[type="checkbox"]{ display:none; }

label div {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #9c9c9c;
    text-align: center;
    margin-right: 6px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin-top: 1px;
}
.lp-bner-frm form .check-block div label {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: inline-flex;
    align-items: inherit;
    margin-bottom: 0;
}
input:checked+label i {
    opacity: 1;
    color: #9c9c9c;
}
label i {
    font-size: 20px;
    opacity: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
}
.lp-container {
    width: 1200px;
    margin: auto;
}
.lp-condition {
    margin-top: 50px;
    width: 100%;
}
/*.lp-condition p:first-child {
    width: 760px;
    color: #232323;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 40px;
    font-family: 'JosefinSans-Light', sans-serif;
}*/
.lp-condition h2 {
    color: #4f4f4f;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    font-family: 'JosefinSans-Regular', sans-serif;
}
.lp-condition ul li {
    color: #232323;
    font-family: 'JosefinSans-Light', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    display: inline-flex;
    width: 100%;
    align-items: baseline;
}
.lp-condition ul {
    margin-bottom: 50px;
}
.lp-condition span {
    color: #232323;
    font-family: 'JosefinSans-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    margin-bottom: 25px;
    width: 1080px;
}
.lp-compare-slider .slick-prev:before,
.groupof-block .slick-prev:before {
    content: '\f3cf';
    font-family: "Ionicons";
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    color: #e2e2e2;
}
.lp-compare-slider .slick-next:before,
.groupof-block .slick-next:before {
    content: '\f3d1';
    font-family: "Ionicons";
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    color: #e2e2e2;
}
.lp-compare-slider img{
    max-width: 100%;
    width: 100%;
}

/* the slides */
.lp-compare-slider .slick-slide {
    margin: 0 25px;
}
/* the parent */
.lp-compare-slider .slick-list {
    margin: 0 -25px;
}
.lp-compare-slider .slick-prev,
.groupof-block .slick-prev {
    left: -60px;
    transform: translateY(-30px);
}
.lp-compare-slider .slick-next,
.groupof-block .slick-next {
    right: -60px;
    transform: translateY(-30px);
}
.lp-bfor-dtl {
    background: lightgray;
    padding: 9px 18px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    text-transform: uppercase;
	    box-sizing: border-box;
}
.lp-bfor-dtl span {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: black;
}
.lp-bfor-dtl span:last-child {
    text-align: right;
}
.lp-pay {
    display: block;
    width: 100%;
    margin-top: 70px;
    background: #5ec2de;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 70px;
    color: white;
}
.lp-pay span {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.lp-pay-img {
    display: inline-block;
    background: white;
    padding: 30px 60px;
    border-radius: 10px;
}
.lp-pay-img a {
    display: inline-block;
    padding-right: 38px;
    padding-left: 38px;
    /*border-right: solid 1px #dedede;*/
}
.lp-pay-img a:nth-child(2) {
    border-right: solid 1px #dedede;
    border-left: solid 1px #dedede;
}
.lp-pay-img a:first-child{
    padding-left: 0px;
}
.lp-pay-img a:last-child{
    padding-right: 0px;
    border-right: none;
}
/*video block*/
.wrapper {
    position:relative;
}

.wrapper img {
    max-width:100%;
    height:auto;
}

.wrapper iframe {
    display:none;
	width:100%;
}

.play-btn {
    position:absolute;
    z-index:666;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-color:transparent;
    border:0;
}

.play-btn:hover {
    cursor:pointer;
}

.play-btn:focus {
    outline:0;
}

.lp-implants {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.lp-implants-lft {
    width: 400px;
}
.lp-implants-lft h3 {
    color: #67C9E1;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;    
    margin-bottom: 20px;
    font-family: 'JosefinSans-Regular', sans-serif;
    margin-top: 0;
}
.lp-implants-lft p {
    color: #232323;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    font-family: 'JosefinSans-Light', sans-serif;
    margin-bottom: 20px;
}
a.lp-book-btn {
    border-radius: 20px;
    background: rgba(94,194,222,0.85);
    color: #ffffff;
    padding: 15px 52px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.lp-implants-vid #video-cover {
    width: 100%;
    max-width: 100%;
}
.lp-implants-vid {
    width: 740px;
}
footer {
    width: 100%;
    display: block;
    position: relative;
    background: url(../img/ft-banner.png);
    background-size: cover;
    background-position: center;
}
.lp-ftr-top {
    width: 300px;
    background: rgba(255,255,255,0.8);
    padding: 40px 15px 37px;
}
a.lp-ft-logo {
    margin-bottom: 5px;
    display: block;
}
.lp-ftr-top h6 {
    color: #5EC2DE;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: 'JosefinSans-Regular', sans-serif;
}
.lp-ftr-top p {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}
.lp-ftr-top span a {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 22px;
    display: block;
    word-break: break-all;
}
.lp-ftr-bottom {
    background: white;
}
.lp-ftr-bottom > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 0 31px;
}
.lp-ft-lft ul li,
.lp-ft-lft span {
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
    margin-right: 20px;
}
.lp-ft-lft {
    display: inline-flex;
    align-items: center;
}
.lp-ft-lft span {
    margin-left: 23px;
    margin-right: 0;
}
.lp-ft-rgt ul {
    display: inline-flex;
    align-items: center;
}
.lp-ft-rgt ul li {
    margin-left: 20px;
}
.lp-ft-lft ul li a:hover {
    color: #5ec2de;
}
a.scroll-up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #5ec2de;
    z-index: 1111;
    display: flex;
}
a.scroll-up i {
    font-size: 30px;
    display: block;
    margin: auto;
    color: white;
}
a.lp-book-btn:hover {
    background: #232323;
}
.lp-head-rgt span {
    display: block;
}
.lp-condition ul li:before {
    content: '\f3fd';
    font-family: "Ionicons";
    display: inline-block;
    color: #232323;
    font-size: 48px;
    font-weight: 400;
    line-height: 0;
    margin-right: 20px;
    position: relative;
    top: 10px;
}
.lp-condition ul.tc-block li {
    margin-bottom: 30px;
}
.lp-condition ul.tc-block li {
    margin-bottom: 30px;
    color: #232323;
    font-family: 'JosefinSans-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}
.lp-condition ul.tc-block li:before {
    content: '\f30f';
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
    margin-right: 20px;
    position: relative;
    line-height: 24px;
    top: 0;
}
.lp-pay-img {
    display: inline-block;
    background: white;
    padding: 30px 0px;
    border-radius: 10px;
    width: 946px;
}
.groupof-block div a img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.groupof-block .slick-slide {
    margin: 0 18.5px;
}
  /* the parent */
.groupof-block .slick-list {
    margin: 0 -18.5px;
}
.groupof-block {
    margin-bottom: 70px;
}
.groupof-block div div {
    display: inline-flex;
    align-items: center;
}

.after_before_title {
margin-bottom: 20px;
color: #232323;
font-family: 'JosefinSans-Light', sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 24px;
}
.lp-bfor-slider .after_before_title {
color: #5ec2de;
font-size: 15px;
font-weight: 300;
margin-bottom: 20px;
font-family: 'JosefinSans-Regular';
}
.after_before_bottom_text {
margin-top: 20px;
color: #232323;
font-family: 'JosefinSans-Light', sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 24px;
}
  .implant-block {
    margin-top: 150px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #f2f1ec;
    padding: 50px 0;
}

.implant-block h3, .lp-condition > .after_before_title {
    color: #4f4f4f;
    font-family: "Josefin Sans";
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.implant-inner {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.implant-inner div img {
    width: 61px;
    height: 61px;
    margin-bottom: 10px;
}

.implant-inner > div {
    margin: 0 20px 0 0;
    width: calc(100% / 4);
}
.implant-inner > div:nth-child(4n) {
    margin: 0;
}

.implant-inner div p {
    color: #4f4f4f;
    font-family: "Josefin Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}



@media(max-width:1188px) {
    .implant-block {
        margin-top: 00px;
        padding: 50px 0 10px;
    }
}

@media(max-width: 1024px){
	.implant-inner {  flex-wrap: wrap;}
	.implant-inner > div {
		margin: 0 40px 0 0;
		width: calc(100% / 2 - 20px);
		margin-bottom: 30px;
	}
	.implant-inner > div:nth-child(2n){
		margin: 0;
	}
	.prising-in div h4 {
		padding-bottom: 0;
	}
	.prising-in > div {
		width: calc(100% / 2 - 40px);
		margin-right: 40px;
		margin-bottom: 50px;
	}
	.prising-in > div:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 450px) {
    .implant-block h3,  .lp-condition > .after_before_title, .terms-idx h3 {
        font-size: 2.4em !important;
        line-height: 30px !important;
    }
    .implant-inner > div, .implant-inner > div:nth-child(2n), .implant-inner > div:nth-child(4n) {
        width: calc(100% / 1);
		 margin: 0 0 0 0;
        margin-bottom: 30px;
    }
}

.implant-block.prising-main {
    margin-top: 0;
}

.prising-in {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}

.prising-in div {
    width: calc(100% / 4);
    margin: 0 40px 0 0;
}
.prising-in div:nth-child(4n) {
    margin: 0;
}
.prising-in div h4 {
    color: #4f4f4f;
    font-family: "Josefin Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 20px;
}
.prising-in div h4 {
    color: #67C9E1 !important;
    border-bottom: 1px solid;
    padding-bottom: 17px;
    min-height: 117px;
}
.prising-in div h4 span {
    font-weight: 400;
	    display: block;
}

.prising-in div ul li , .implant-inner > div div ul li{
    display: inline-flex;
    width: 100%;
    text-align: left;
    color: #4f4f4f;
    font-family: 'JosefinSans-Regular';
    font-size: 19px;
    font-weight: 300;
    line-height: 35px;
    position: relative;
    padding-left: 38px;
}

.prising-in div ul, .implant-inner > div div ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.prising-in div ul li:before , .implant-inner > div div ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #4472c4;
    border-radius: 50px;
    left: 0;
    position: absolute;
    top: 12px;
}

@media(max-width:1024px) {
    .prising-in div {
        width: calc(100% / 2);
        margin: 0;
        margin-bottom: 50px;
    }
    .prising-in {
        flex-wrap: wrap;
    }
}

@media(max-width:800px) {
    .prising-in div {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
        text-align: left;
    }
    .implant-block.prising-main h3 {
        text-align: left;
    }
    .prising-in div ul li, .implant-inner > div div ul li {
        padding-left: 23px;
    }
	.prising-in div h4 {
		padding-bottom: 15px;
		min-height: auto;
	}
	.implant-block.prising-main {
		margin-top: 0;
		padding: 50px 0 40px;
	}
	.lp-banner-lft p{
		width: 100%;
	}
}
.silo2_after_before{float:left;width:50%;margin-bottom: 35px;}


.silo2-after_before_titl {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    margin-block: 40px;

}
.silo2-after_before_titl > div {
    width: calc(100% / 2 - 25px);
}
.silo2-after_before_titl > div:nth-child(2n-1) {
    margin-right: 50px;
}
@media(max-width:700px){
    .silo2-after_before_titl > div { width: 100%;}
    .silo2-after_before_titl > div:nth-child(2n-1) { margin-right: 0;}
}
.terms-idx {
    width: 100%;
    display: inline-block;
}
.terms-idx h3{
    font-family: "Josefin Sans";
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.implant-block h3, .terms-idx h3, .prising-in div h4, .implant-inner div p, .lp-condition > .after_before_title{
    color: #232323;
}
.terms-idx p{
    color: #232323;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: 'JosefinSans-Light', sans-serif;
    margin-bottom: 20px;
}
@media (max-width: 656px){
    ..terms-idx p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .page-template-silo-template-2 .lp-banner-lft ul li {
		font-size: 20px;
	}
	.page-template-silo-template-2 .lp-banner-lft ul li:before {
		font-size: 40px;
	}
	
	.prising-in div h4{
		line-height: 29px;
	}
}
@media (max-width:450px){
	.twentytwenty-container {
	    height: 150px !important;
	}
}
@media (max-width:800px){
	.lp-banner-rgt .lp-bner-frm {
		margin-top: 150px;
	}
	.lp-banner-rgt h4 {
		margin-bottom: 140px !important;
		display: inline-block !important;
	}
	
}
.prising-in p{
    color: #232323;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: 'JosefinSans-Light', sans-serif;
    margin-bottom:3px;
}

























































