/*
Theme Name: vendonsenligne
Version: 2.0
Author: Alexe Vlad
Author URI: http://vlad.alexe.info
Description: Website developed by Alexe Vlad
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Ubuntu', sans-serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {margin:0;padding:0; outline: 0 none;}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{

    text-rendering: optimizeLegibility;
}
h1{
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
h2{
    font-family: 'Noto Sans', sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}
h3{
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
h4{
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
h5{
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
h6{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
p{
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 25px;
}
p strong,
strong{
    font-size: 15px;
    font-weight: bold;
}
p em,
em{
    font-size: 15px;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}
a{
    color: #4F45D9;
    font-size: 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{ margin-bottom: 20px;}
ul li{}
ol li{}
ul li a,
ol li a{}
blockquote{

}
.none{
    display: none!important;
}
input{
    -webkit-border-radius:0; 
    -webkit-appearance: none;
    border-radius:0;

}
.wrapper{
    width: 1550px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.global-link {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    padding: 20px 40px

}
.global-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #25C06F;
    border-radius: 10rem;
    z-index: -2;
}
.global-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #4F44D9 ;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.global-link:hover {
    color: #fff;
}
.global-link:hover:before {
    width: 100%;
}
.global-link-sec{
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    padding: 20px 40px;
}
.global-link-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    border: 2px solid #fff;
    border-radius: 10rem;
    z-index: -2;
}
.global-link-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff ;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.global-link-sec:hover {
    color: #4F45D9;
}
.global-link-sec:hover:before {
    width: 100%;
}
.center-link {
    width: 100%;
    text-align: center;
}
/*### Menu ###*/
nav.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
nav.menu ul{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
nav.menu ul li{
    display: inline-block;
    list-style: none;
    position: relative;
}
nav.menu ul li a{
    display: block;
    color: #4F556F;
    text-decoration: none;
    margin:0 10px;
    font-size: 17px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


nav.menu ul li a::after {
    position: absolute;
    left: 0;
    bottom: -36px;
    content: "";
    display: block;
    width: 0;
    border-bottom: 3px solid #25C06F;
    transition: .5s;
}
nav.menu ul li.current_page_item a:after,
nav.menu ul li:hover a:after {
    width: 100%;
}

nav.menu ul li.current_page_item a,
nav.menu ul li:hover a{
    color: #000;
}
nav.menu ul li.current_page_item.global-link a{
    color: #fff;
}
nav.menu .global-link{
    margin-left: 20px;
    padding: 0;
}
nav.menu .global-link a:after{
    margin: 0;
    width: 0px;
    background: #fff;
    display: nome;
}
nav.menu .global-link::after{
    border-color: #000;
}
nav.menu .global-link::before{
    background-color: #4F45D9;
}
nav.menu .global-link a{
    padding: 15px 30px;
    margin: 0px;
    text-transform: none;
    color: #fff;
}
nav.menu .global-link a:hover{
    color: #fff;
}
.admin-bar #header{
    margin-top: 32px;
}

.hamburger-button{
    display: none;
}
.header-circle-menu {
    margin-top: 18px;
    float: right;
    margin-left: 10px;
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#nav-icon3 {
    width: 40px;
    height: 13px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #212121;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
} 
#nav-icon3 span:nth-child(1) {
    top: 0px;
} 
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*### End Menu ###*/
/*### Header ###*/

.header{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.header .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.headroom{

    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -ms-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    -ms-animation-delay:0s;
    -o-animation-delay:0s;
    animation-delay:0s;
    -webkit-animation-timing-function:ease;
    -moz-animation-timing-function:ease;
    -ms-animation-timing-function:ease;
    -o-animation-timing-function:ease;
    animation-timing-function:ease;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    position:fixed;
    top:0;
    z-index:1039;
    width: 100%;
}
.headroom.headroom-pinned {
    top: 0;
    padding-top: 0;
}
.headroom.headroom--top{
    padding: 10px 0px 10px 0px;

}
.headroom--not-top{
    background: #fff;
    padding: 10px 0px;
    margin-top: 0px;
}
.page-template-home .headroom--top{
    background: #fff;
}
.headroom.headroom--unpinned {
    top: -110px;

}
.headroom--not-top .logo{
    height: 65px;
    width: 180px;
}
#header{
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);


}
.admin-bar #header.fixedhead{
    margin-top: 32px;

}
.logo{
    background-size:100% auto;
    background-repeat: no-repeat;
    display: block;
    height: 65px;
    width: 180px;
}
/*### End Header ###*/

.slider-top .slide{
    background-size: cover;
}
.slider-top .slide .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
}
.slider-top .slide .wrapper .content-box{
    flex: 50%;


}
.slider-top .slide .wrapper .image{
    flex: 50%;
}
.slider-top .slide .wrapper .content-box h4{
    color: #fff;
    max-width: 550px;
}
.slider-top .slide .wrapper .content-box h1{
    color: #fff;
    margin-bottom: 20px;
}
.slider-top .slide .wrapper .image img{
    margin: 0 auto;
}
.slider-top .slide .wrapper .content-box .text{
    margin-bottom: 20px;
}
.slider-top .slide .wrapper .content-box p{
    color: #fff;
    max-width: 550px;
}
.slider-top .slide .wrapper .content-box .global-link-sec{
    margin-right: 20px
}
.progress-slider-section{
    padding: 100px;
    text-align: center
}
.progress-slider-section h4,
.progress-slider-section h2{
    padding: 0 20%;
}
.progress-slider{
    margin-top: 20px;
    padding: 0 80px;
}
.progress-slide{
    padding: 0 20px;
    text-align: center;
}
.progress-slide img{
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.progress-slide .image-slide{
    margin-bottom: 20px;
}
.progress-slide .title-slide{
    font-weight: 500;
    font-size: 20px;
}
.price-slider .arrow-prev,
.progress-slider .arrow-prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.price-slider .arrow-next,
.progress-slider .arrow-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.price-slider .arrow-next{
    right: -50px;
    top: 280px;
}
.price-slider .arrow-prev{
    left: -50px;
    top: 280px;
}
.price-slider .arrow-prev svg,
.price-slider .arrow-next svg,
.progress-slider .arrow-next svg,
.progress-slider .arrow-prev svg{
    font-size: 40px;
}
.price-slider .arrow-prev:hover,
.price-slider .arrow-next:hover,
.progress-slider .arrow-prev:hover,
.progress-slider .arrow-next:hover{
    opacity: 0.7;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.left-text .wrapper,
.right-text .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

}
.left-text,
.right-text{
    overflow-x: hidden;
}
.left-text .left{
    flex: 45%;
    margin-right: 5%;
}
.left-text .right{
    padding: 5% 0;
    width: calc(50% + (( 100vw - 1550px) / 2 ));
    margin-right: calc((-100vw + 1550px) / 2 );
}
.right-text .right{
    flex: 40%;
    margin-left: calc(5% + 40px);
}
.right-text .left{
    padding: 5% 0;
    width: calc(50% + (( 100vw - 1550px) / 2 ) - 40px);
    margin-left:  calc((-100vw + 1550px) / 2 );
}
.left-text .right img,
.right-text .left img{
    display: block;
}
.left-text .right img{
    margin-left: -40px;
    float: left;
}
.right-text .left img{
    float: right;
    margin-right: -40px;
}
.testimonials-slider{
    margin: 50px 0 100px;
    padding-left: calc((100vw - 1550px) / 2);
    padding-bottom: 75px;
    overflow: hidden;
}
.home .testimonials-slider{
    margin: 100px 0 100px;
}
.testimonials-slider .slick-list{
    overflow: visible;
}
.gallery-slider{
    padding-left: calc((100vw - 1550px) / 2);

}
.goals-slider{
    margin: 50px 0 0;
    padding-left: calc((100vw - 1550px) / 2);
    padding-bottom: 75px;
    overflow: hidden;
}
.goals-slider .slick-list{
    overflow: visible;
}
.gallery-slider .slick-track{
    display: flex;
    align-items: center; 
}
.goals-slider .goal-slide{
    width:500px!important;
    height: 200px;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-shadow:  0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 20px;
    display: flex!important;
    align-items: flex-start;
}
.gallery-slider .image-slide{
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 30px;
    overflow: hidden;
}
.testimonials-slider .testimonial{
    width: 405px !important;
    background-color: #EEEFF4;
    min-height: 550px;
    margin: 0 30px;
    padding: 60px;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.testimonials-slider .testimonial.no-left{
    margin-left: 0;
}
.goals-slider .goal-slide img{
    width: 90px;
    height: auto;
    margin-bottom:40px;
    margin-right: 30px;
}
.testimonials-slider .testimonial img{
    width: 90px;
    height: auto;
    margin: 0 auto 40px;
}
.testimonials-slider .testimonial.testimonial-special{
    background-color: #2A3745;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.goals-slider .arrow-prev,
.testimonials-slider .arrow-prev {
    background: #A8ADB3;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    left: calc((100vw - 1550px) / 2 + 30px);
    bottom: 0;
}
.goals-slider .arrow-prev{
    left: calc((100vw - 1550px) / 2 + 30px);
}
.goals-slider .arrow-next,
.testimonials-slider .arrow-next{
    background: #A8ADB3;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    left: calc((100vw - 1550px) / 2 + 90px);
    bottom: 0;
}
.goals-slider .arrow-next{
    left: calc((100vw - 1550px) / 2 + 90px);
}


.gallery-slider .arrow-next{
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    z-index: 20;
}
.gallery-slider .arrow-prev {
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    z-index: 20;
}
.gallery-slider .arrow-next:hover,
.gallery-slider .arrow-prev:hover{
    background: #2A3745;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.goals-slider .arrow-prev:hover,
.goals-slider .arrow-next:hover,
.testimonials-slider .arrow-prev:hover,
.testimonials-slider .arrow-next:hover{
    background: #2A3745;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.gallery-slider .arrow-next svg,
.gallery-slider .arrow-prev svg,
.goals-slider .arrow-prev svg,
.goals-slider .arrow-next svg,
.testimonials-slider .arrow-prev svg,
.testimonials-slider .arrow-next svg{
    font-size: 20px;
    height: 50px;
}
.testimonials-slider .testimonial.testimonial-special{
    color: #fff;
}
.progress-slider-section h2{
    margin-bottom: 50px;
}
/*### Progress Page ###*/
.progress-page{
    margin-top: 200px; 
}
.progress{
    margin-bottom: 100px;
}

.progress .subtitle{
    text-align: center;
}
.progress .title{
    text-align: center;
    padding: 0 20%;
    font-size: 40px;
}
.progress .text{
    text-align: center;
    padding: 0 20%;
}
.progress-list{
    background:url('images/line.svg') repeat-y center top;
    margin-top: 150px;
    background-size: 90% auto;
}
.progress-item{
    display: flex;
    justify-content: center;
    margin-bottom: 140px;
    align-items: center;
}
.progress-item.left-progress{
    flex-direction: row-reverse
}
.progress-item .image-slide{

}
.progress-item .text-box{
    width: 430px;
    margin-left: 120px;
}
.progress-item.left-progress .text-box{
    margin-right: 120px;
    margin-left: 0px;
}
.progress-item .text-box .title-progress{
    font-size: 28px;
    font-weight: normal
}
.progress-item .text-box .title-progress .title-prog-bg{
    font-size: 28px;
    font-weight: normal;
    background: #fff;
}
.progress-item .text-box .title-progress .dott{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #7CC358;
    margin-right: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.progress-item .text-box .title-progress .dott:before{
    border: 2px solid #7CC358;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.progress-item .text-box .text-progress{
    background: #fff;
}
.gallery{
    text-align: center;
    background: #F3F6F5;
    padding-top:100px;
    padding-bottom: 100px;
}
.gallery .wrapper{
    max-width: 950px;
    margin-bottom: 100px;
}

.white-section{
    background-color: #fff;
    padding: 75px 0;
    text-align: center;
}
.white-section .wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 18%;
}
.white-section h3{
    font-size: 40px;
    margin-bottom: 40px;
}
.goals-box{
    background: #f7f7f7;
    padding: 100px 0;
}
.progress-page .right-text{
    margin: 100px 0 0;
}
.goal-top{

    align-items: center;
}
/*### END Progress Page ###*/
/*### Contact Page ###*/
.contact-page{
    margin-top: 200px; 
}
.forms-contact{
    background: #f7f7f7;
    padding: 100px 0;
    overflow-x: hidden;
}
.contact-page .tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden; 
}

.contact-page .tabs [class^="tab"] [type="radio"],
.contact-page .tabs [class*=" tab"] [type="radio"] {

}
.contact-page .tabs [class^="tab"] [type="radio"]:hover,
.contact-page .tabs [class^="tab"] [type="radio"]:focus,
.contact-page .tabs [class*=" tab"] [type="radio"]:hover,
.contact-page .tabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 1px solid #fd264f; 
}
.contact-page .tabs [class^="tab"] [type="radio"]:checked,
.contact-page .tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 2px solid #fd264f; 
}
.contact-page .tabs [class^="tab"] [type="radio"]:checked + div,
.contact-page .tabs [class*=" tab"] [type="radio"]:checked + div {
    opacity: 1;
}
.contact-page .tabs [class^="tab"] [type="radio"] + div,
.contact-page .tabs [class*=" tab"] [type="radio"] + div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.contact-page .tabs .tab-2 {
    width: 50%;

}
.contact-page .tabs .tab-2 label{
    max-width: 200px;
}
.contact-page .tabs .tab-2 [type="radio"] + div {
    width: 200%;
    margin-left: 200%; 
}
.contact-page .tabs .tab-2 [type="radio"]:checked + div {
    margin-left: 0; 
}
.contact-page .tabs .tab-2:last-child [type="radio"] + div {
    margin-left: 100%; 
}
.contact-page .tabs .tab-2:last-child [type="radio"]:checked + div {
    margin-left: -100%;
}
.contact-tab-nav{
    display: block;
    width: 100%;
    text-align: center;
}
.contact-page .contact-tab-nav label {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center; 
    padding: 10px 15px;
    border: 1px solid #4F44D9;
    border-right-color: rgb(75, 150, 230);
    border-right-style: solid;
    border-right-width: 1px;
    background: #fff;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.contact-page .contact-tab-nav label + label{
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.contact-page .contact-tab-nav label.active{
    background: #4F44D9;
    border-color: #4F44D9;
    color: #fff;
}
.contact-page .tab-inside{
    width: 50%;
    margin: 0 auto;
}

.form-page input[type=text],
.form-page input[type=url],
.form-page input[type=email],
.examples-page #pwbox-568,
.contact-page .tab-inside input[type=text],
.contact-page .tab-inside input[type=url],
.contact-page .tab-inside input[type=email]{
    box-shadow: none;
    line-height: 40px;
    border-color: #eee;
    font-size: 2rem;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #ddd;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.examples-page #pwbox-568{
    width: 300px;
}
.form-page input[type=text]:hover,
.form-page input[type=url]:hover,
.form-page input[type=email]:hover,
.examples-page #pwbox-568:hover,
.contact-page .tab-inside input[type=text]:hover,
.contact-page .tab-inside input[type=url]:hover,
.contact-page .tab-inside input[type=email]:hover{
    border-color: #4F44D9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.form-page input[type=submit],
.examples-page .global-link,
.contact-page .tab-inside input[type=submit]{
    border: none;
    background: #25C06F;
    cursor: pointer;
}
.form-page input[type=submit]:hover,
.examples-page .global-link:hover,
.contact-page .tab-inside input[type=submit]:hover{
    background: #4F44D9
}
.contact-page .tab-inside .button-box{
    text-align: center;
}
.form-page textarea,
.contact-page .tab-inside textarea{
    box-shadow: none;
    line-height: 2.5rem;
    border-color: #eee;
    font-size: 2rem;
    height: 150px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #ddd;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    resize: none;
    font-family: 'Ubuntu', sans-serif;
}
.form-page textarea:hover,
.contact-page .tab-inside textarea:hover{
    border-color: #4F44D9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.contact-page .tab-inside p{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.contact-page .tab-inside span.wpcf7-form-control-wrap.message{
    width: 100%;
    flex: 0 100%;
    margin-bottom: 20px
}
.contact-page .tab-inside span.wpcf7-form-control-wrap{
    width: 100%;
    flex: 0 47%;
    margin-bottom: 20px
}
.top-contact{
    text-align: center;
    margin-bottom: 100px;
}
.top-contact .wrapper{
    padding: 0 15%;
}
.bottom-contact{
    padding: 100px 0;
}
.bottom-contact .wrapper{
    display: flex;
    justify-content: center;
}
.bottom-contact .wrapper .left{
    margin-right: 50px;
}
.bottom-contact .wrapper .left,
.bottom-contact .wrapper .right{
    display: flex;
}
.bottom-contact .wrapper .image-contact{
    margin-right: 20px;
}
.bottom-contact .wrapper .image-contact img{
    width: 75px;
    height: 75px;
}
.contact-page .wpcf7 .ajax-loader{
    display: block;
}
/*### END Contact Page ###*/
/*### Price Page ###*/
.price-page{

}
.top-price-section{
    background: #4F44D9;
}
.top-price-section .wrapper {
    display: flex;
    justify-content: center;
    height: 80vh;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}
.top-price-section .wrapper h1{
    color: #fff;
    margin-bottom: 20px;
}
.top-price-section .wrapper .text{
    margin-bottom: 100px;
}
.top-price-section .wrapper p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto ;
}
.price-section{
    margin-bottom: 100px;
}
.price-slider{
    margin-top: -210px;
    margin-bottom: 100px;

}
.price-slider .price-slide .center-link{  
    position: absolute;
    bottom: 30px;
}
.price-slide{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
    padding-bottom: 50px;
    height: auto!important;
    position: relative;
}
.price-slide .image-slide{
    background: url('images/bg-price.svg');
}
.price-slide .title-subtitle{
    height: 140px;
    box-sizing: border-box;
    padding: 30px;
    background: #F4F5FA;
    text-align: center;
}
.price-slide .title-subtitle .title-price{
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #4f556f;

}
.price-slide .title-subtitle .subtitle-price{
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    color: #4f556f;
}
.price-slider .slick-track{
    display: flex;
}
.price-slider .content-box{
    margin-bottom: 80px;
    display:flex;
    flex-direction: column;
}
.price-slider .price-box{
    height: 180px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}
.price-slider .price-box .price{
    font-size: 4.5rem;
    line-height: 6rem;
}
.price-slider .price-box .price span {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #a6adc9;
    display: inline-block;
    vertical-align: middle;
}
.price-slider .price-box .price-text{
    color: #2b2d38;
    font-size: 1.4rem;
}
.price-slider .price-box  .price-detail{
    font-weight: 600;
    font-size: 1.4rem;
    padding: 5px;
    color: #2b2d38;
    border-radius: 4px;
    background: #fbf9d2;
    border:1px solid #eee;
}
.price-slider .price-detail-list{
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.price-slider .text-before{
    font-size: 2rem;
    font-weight: bold;
}
.price-slider .text-after{
    font-size: 2rem;
    font-weight: bold;
}
.price-slider .job-features{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 20px;
}
.price-slider .job-features .feature{
    border-bottom: 1px solid #F1F1F1;
    padding: 10px 0;
    color: #2b2d38;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-right: 25px;
}
.price-slider .job-features .feature a{
    color: #4F44D9;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
}
.price-slider .job-features .feature::before {
    position: absolute;
    left: 15px;
    top: 4px;
    font-family:"Font Awesome 5 Free";
    content: "\f058";
    color: #42cdad !important;
    font-size: 2rem;
    right: 0;
    left: inherit;
    font-weight: 900;
}
.price-slider  .price-list-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.details-price-after{
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}
.details-price-after .text-paf p{
    margin-bottom: 0;
}
.details-price-after .image-paf{
    margin-right: 20px;
}
.details-price-after .image-paf img{
    width: 100px;
    height: 100px;
    display: block;

}

.details-price-after  .text-paf p a,
.details-price-after  .text-paf p,
.details-price-after  .text-paf strong,
.details-price-after  .text-paf em{
    font-size: 20px;
    line-height: 30px;
}
.details-price-after  .text-paf p a{
    text-decoration: none;
}
.page-id-12 h1{
    display: none;
}
.gray-section{
    background-color: #F7F7F7;
    padding: 75px 0;
    text-align: center;
    /*margin-bottom: 100px;*/
}
.gray-section .wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 15%;
}
.gray-section h2{
    margin-bottom: 40px;
}
/*### END Price Page ###*/
.about-page .left-text{
    margin-bottom: 100px;
}
.about-page .right-text{
    margin-top: 100px;
}
.about-page .progress-image{
    overflow: hidden;
    position: relative;
    right: calc((-100vw + 1550px) / 2 );

}
.about-page .progress-image img{
    width: 100%;
    height: auto;
    display: block;
}
.about-page  .progress-slider-section{
    overflow-x: hidden;
}
/*### Footer ###*/

.footer{
    background: #1A2024;
    padding: 5% 0;
}
.footer .wrapper{
    display: flex;
}
.footer .left-logo,
.footer .left,
.footer .mid,
.footer .right{
    width: 26%;
}
.footer .mid{
    width: 12%;
    min-width: 155px;
}
.footer .left-logo,
.footer .left,
.footer .mid{
    margin-right: 2%;
}
.footer h4{
    font-size: 18px;
    line-height: 28px;
    color: #ffffff; 
}
.footer p{
    font-size: 15px;
    line-height: 26px;
    color: #bbbbbb;
}
.footer ul li {
    list-style: none;
    margin-bottom: 10px;
}
.footer ul li a{
    font-size: 15px;
    line-height: 26px;
    color: #bbbbbb;
    text-decoration: none;;
}

.footer ul li a:hover{
    color: #fff;
}
.coppy{
    text-align: center;
    background: #1A2024;
    padding: 10px 0;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.1);
}
/*### End Footer ###*/

.goals-slider .slick-track,
.testimonials-slider .slick-track{
    display: flex;
}
.global-page{
    margin-top: 150px;
    margin-bottom: 100px;
}

/*###  Projects ###*/
.examples-page{
    margin-top: 150px;
}
.examples-page h1{
    text-align: center;

}
.examples{
    padding:100px 0;
    overflow-x: hidden;
    position: relative; 
}
.examples .wrapper{
    display: flex;
    justify-content: space-between;
}
.examples .left,
.examples .right{
    width: 47%;
}
.examples .example-list{
    display: flex;
    flex-wrap: wrap;
}
.examples .example-list .example{
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,.1);
    width: 100%;
    margin-bottom: 2.4rem;
}
.examples .example-list .example .arrow-faq{
    width: 1.4rem;
    height: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    right: 3%;
    cursor: pointer;
}
.examples .example-list .example.active .arrow-faq{
    -ms-transform: rotate(-180deg); /* IE 9 */
    transform: rotate(-180deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.examples .example-list .example  h4{
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    border-color: #fff;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.examples .text-example{
    display: none;
    background:  #fff;
    padding: 22px 40px 42px;
}
.examples .text-example ul{
    margin-bottom: 20px
}
.examples .text-example ul li{
    list-style: none;
}
.examples .text-example a{
    color: #000;
    text-decoration: none;
}
.examples .text-example a:hover{
    color: #4F44D9;
}
.pasword-protexted-form{
    text-align: center;
    padding: 100px 0 300px;
}
.pasword-protexted-form p{

}
.slider-top .slide .wrapper .content-box h4{
    text-align: center;
    max-width: 100%;
}
.about-page .slider-top .slide .wrapper .content-box{
    text-align: center;
}
.about-page .slider-top .slide .wrapper .content-box .text {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    justify-content: center;
    display: flex;
}
.about-page .slider-top .slide .wrapper .content-box h1 {
    color: #fff;
    margin-bottom: 20px;
}
.about-page .slider-top .slide .overlay{
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;

}
/*### End Projects ###*/
.error-page{
    height: 100vh
}
.examples-sec{
    padding: 70px 0;
    background: #f1f1f1;
}
.content-page-example{
    text-align: center;
    padding: 0 20%;
}
.logo-footer{
    width: 180px;
    height: 65px;
    display: block;
    margin-bottom: 20px;
}
.logo-footer img{
    width: 100%;
    height: auto;
}
#onceperday{
    background-color: #eddcc0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 40%;
    display: none;
}
.popup-content{
    display: flex;
    flex-wrap: wrap;

}
.popup-content h3{
    flex: 0 85%;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.popup-content .bottom-pop{
    display: flex;
}
.popup-content .popup-image img{
    width: 100%;
    height: auto;
}
.popup-content .bottom-pop p{
    font-size: 18px;
}
.popup-content  .text-pop-box{
    width: 100%;

}
.popup-content  .text-pop-box .text{
    margin-bottom: 40px;
}
#onceperday .fancybox-button{
    border: 2px solid #4F556F;
    margin:50px  ;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    padding: 5px;
}
#onceperday .fancybox-button svg{
    color: #4F556F
}
.form-page{
    text-align: center;
    background: #eddcc0;
    padding-top: 200px;
}
.form-page-wrapp .wrapper{
    max-width: 50%;
}
.form-page-wrapp  .wpcf7-form-control-wrap{
    margin-bottom: 20px;
    display: block;
}
.form-page .fp-image1 img{
    width: 100%;
    height: auto;
    max-width: 900px;
}
.form-page .fp-image2 img{
    width: 100%;
    height: auto;
    max-width: 550px;
}
.form-page .wpcf7 .ajax-loader{
    display: block;
}
.form-page label{
    font-size: 21px;
    padding-bottom: 20px;
    line-height: 25px;
    color: #19C074;
    font-weight: 500;
    display: block;
}
/*### RESPONSIVE ###*/

@media only screen and (max-width: 1600px) {
    .wrapper {
        width: 100%;
        padding: 0 7%;
    }
    .right-text .left {
        padding: 5% 0;
        width: calc(50% + (( 100vw - 100%) / 2 ));
        margin-left: calc((-100vw + 100%) / 2 );
    }
    .left-text .right {
        padding: 5% 0;
        width: calc(50% + (( 100vw - 100%) / 2 ));
        margin-right: calc((-100vw + 100%) / 2 );
    }
    .about-page .progress-image{
        right: calc((-100vw + 100%) / 2 );
    }
    .testimonials-slider{
        padding-left: 5%;
    }
    .goals-slider .arrow-prev, .testimonials-slider .arrow-prev{
        left: 7%;
    }
    .goals-slider .arrow-next, .testimonials-slider .arrow-next{
        left: calc(7% + 60px);
    }
    .gallery-slider{
        padding-left: 5%;
    }
    .goals-slider{
        padding-left: 5%;
    }
    .left-text .right img, .right-text .left img {
        display: block;
        width: 80%;
        height: auto;
    }
    .testimonials-slider .testimonial {
        width: 360px !important;
        padding: 35px;
        min-height: 480px;
        margin: 0 15px;
    }
    .form-page-wrapp .wrapper{
        max-width: 60%;
    }
}
@media only screen and (max-width: 1400px) {
    .gray-section .wrapper,
    .top-contact .wrapper,
    .white-section .wrapper,
    .progress .text,
    .progress .title,
    .progress-slider-section h4, .progress-slider-section h2 {
        padding: 0 10%;
    }

    .contact-page .tab-inside {
        width: 60%;
    }
    .form-page-wrapp .wrapper{
        max-width:70%;
    }
    #onceperday{
        width: 60%;
    }
}
@media only screen and (max-width: 1300px) {
    nav.menu ul li a{
        font-size: 18px;
    }
    .slider-top .slide .wrapper .image img{
        width: 100%;
        height: auto;
    }
    nav.menu .global-link-sec a {
        padding: 15px 30px;
    }
    .content-page-example,
    .gray-section .wrapper,
    .top-contact .wrapper,
    .white-section .wrapper{
        padding: 0 5%;
    }
    .progress .text,
    .progress .title,
    .progress-slider-section h4, .progress-slider-section h2 {
        padding: 0 ;
    }
    .contact-page .tab-inside {
        width: 80%;
    }

}
@media only screen and (max-width: 1200px) {
    nav.menu ul li a {
        font-size: 16px;
    }
    nav.menu .global-link-sec {
        margin-left: 10px;
    }
    nav.menu .global-link-sec a {
        padding: 15px 20px;
    }
    .contact-page .tab-inside {
        width: 80%;
    }
    nav.menu .global-link-sec {
        min-width: 125px;
    }
    .form-page-wrapp .wrapper{
        max-width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .example-list{
        padding: 50px 0;
        margin: 0px;
    }
    .examples-page .wrapper{
        flex-direction: column;
    }
    .examples-page .left, .examples-page .right{
        width: 100%;
    }
    .slider-top .slide .wrapper {
        flex-direction: column-reverse;
        height: auto;
        padding-bottom: 10vh;
        padding-top: 10vh;
    }
    .slider-top{
        margin-top: 86px;
    }
    nav.menu {
        flex-wrap: wrap;
    }
    nav.menu .header-menu{
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu nav.menu .header-menu{
        height: calc(100vh - 90px);
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .mobile-open-menu{
        overflow: hidden;
    }
    .hamburger-button{
        display: block;
    }
    nav.menu ul li ul.sub-menu{
        position: relative;
        display: block;
    }
    nav.menu ul li ul.sub-menu li{
        display: block;
        width: 100%;
    }
    nav.menu ul li ul.sub-menu li a,
    nav.menu ul li a{
        line-height: 5rem;
        font-size: 22px;
    }

    .header .menu-header-menu-container{
        width: 100%;
        flex: 0 0 auto;
    }
    nav.menu .global-link a {
        line-height: 22px;
        font-size: 17px;
        margin-left: 0;
    }
    nav.menu .global-link {
        margin-top: 20px;
        margin-left: 0px;
    }
    .slider-top .slide .wrapper .content-box .global-link-sec{
        margin-bottom: 20px;
    }
    .progress-slider-section{
        padding: 50px 0;
    }
    .progress{
        margin-bottom: 70px;
    }
    .left-text{
        margin-bottom: 50px;
    }
    .progress-page .right-text{
        display: none;
    }
    .left-text .wrapper{
        flex-direction: column-reverse;
    } 
    .right-text .wrapper{
        flex-direction: column;
    }
    .left-text .right,
    .right-text .left{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .left-text .right img, .right-text .left img{
        float: none;
        margin: 0 auto;
    }

    .left-text .left{
        flex: 100%;
        margin-right: 0%;
    }
    .right-text .right {

        flex: 100%;
        margin-left: 0;

    }
    .footer{
        padding: 70px 0;
    }
    .footer .wrapper{
        flex-direction: column;
    }
    .footer .left, .footer .mid, .footer .right{
        width: 100%;
    }
    .progress-item.left-progress{
        flex-direction: column;
    }
    .progress-item{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .progress-item .image-slide{
        margin-bottom: 20px;
    }
    .progress-item .text-box{
        margin-left: 0;
    }
    .progress-item.left-progress .text-box{
        margin-right: 0;
    }
    .goals-slider{
        padding-left: 0;
    }
    .details-price-after{
        width: 100%;
    }
    .price-slider{
        margin-bottom: 50px;
    }
    .progress-slide .image-slide{
        margin-bottom: 0;
    }
    .progress-slide img{
        width: 100%;
    }
    .bottom-contact,
    .forms-contact{
        padding: 70px 0;
    }
    .top-contact{
        margin-bottom: 70px;
    }
    .bottom-contact .wrapper .left{
        margin-right: 0;
        margin-bottom: 50px;
    }
    .gallery{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .gray-section,
    .white-section{
        padding: 70px 0;
    }
    .price-section{
        margin-bottom: 70px;
    }
    nav.menu ul li a::after{
        display: none;
    }
    .contact-page .tabs [class^="tab"] [type="radio"] + div, .contact-page .tabs [class*=" tab"] [type="radio"] + div{
        padding: 2rem 0 0;
    }
    .contact-page .wpcf7 .ajax-loader{
        display: none;
    }
    .contact-page .tabs [class^="tab"] [type="radio"], .contact-page .tabs [class*=" tab"] [type="radio"],
    .contact-page .tabs [class^="tab"] [type="radio"]:checked, .contact-page .tabs [class*=" tab"] [type="radio"]:checked{
        display: none;
    }
    .contact-page{
        margin-top: 150px;
    }
    .top-price-section .wrapper h1{
        margin-bottom: 15vh;
    }
    .details-price-after .image-paf{
        display: none;
    }
    .example-list{
        padding: 0;
    }
    .examples h3.empty{
        display: none;
    }
    .footer .left-logo{
        display: none;
    }
    .footer .left-logo,
    .footer .left,
    .footer .mid{
        margin-right: 0;
        margin-bottom: 20px;
    }
    #onceperday {
        width: 90%;
    }
}
@media only screen and (max-width: 720px) {
    .progress .title,
    h1{
        font-size: 30px
    }
    h2{
        font-size: 24px;
    }
    .progress-item .text-box{
        width: 100%;
    }
    .progress-item .image-slide img{
        width: 100%;
        height: auto;
    }
    .progress-page{
        margin-top: 150px;
    }
    .goals-box{
        padding: 70px 0;
    }
    .price-slider .arrow-prev{
        left: -4%;
    }
    .price-slider .arrow-next {
        right: -4%;
    }
    .details-price-after{
        flex-direction: column;
    }

    .contact-page .tab-inside{
        width: 100%;
    }
    .contact-page .tab-inside span.wpcf7-form-control-wrap{
        flex: 0 100%;
    }
    .bottom-contact .wrapper{
        flex-direction: column;
    }
    .popup-content .bottom-pop{
        flex-direction: column;
    }
    .popup-image{
        max-width: 200px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 420px) {

    .goals-slider .goal-slide {
        width: 100% !important;
        height: auto;
        flex-direction: column;
    }
    .examples-page #pwbox-568{
        margin-bottom: 20px;
    }
    .examples-page #pwbox-568{
        width: 100%;
    }
}
@media only screen and (max-width: 320px) {}


/*### END RESPONSIVE ###*/