@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}


@media screen  and (max-width: 1700px){  
.banner .bg-img {
    height: 1100px;
}

.banner .slick-dots {
    top: -290px;
    left: -1400px;
}

.banner .head {
    padding-top: 250px;
}

.banner .head h5 {
    margin: 0 0 5px;
    font-size: 30px;
    letter-spacing: 3px;
}

.banner .head h1 {
    margin: 0 0 10px;
    font-size: 60px;
    letter-spacing: 2px;
}

.banner .head .get {
    margin-top: 20px;
}

.menu-header > ul > li > a {
    padding: 0 15px;
    font-size: 16px;
}

.sec-about:before {
    top: -110px;
    right: 200px;
    height: 200px;
    width: 2px;
}

.sec-about {
    padding: 80px 0 0;
}
.sec-about .container-fluid:before {
    bottom: -100px;
    left: 0;
    height: 190px;
}
.sec-about .head {
    padding-right: 100px;
    padding-left: 80px;
}
.sec-product {
    height: 1050px;
    padding: 150px 0 0 0;
}

.sec-product .head {
    margin-bottom: 30px;
}

.sec-product .head h2 {
    margin: 0 0 10px;
    font-size: 52px;
    letter-spacing: 5px;
}
.slick-arrow {
    right: 130px;
    margin-top: -20px;
    bottom: -60px;
    z-index: 1;
    width: 62px;
    height: 62px;
}

.sec-footer {
    padding: 50px 0 0px;
    background-color: #14181e;
}

.sec-footer .last {
    margin-top: 20px;
    border-top: solid 1px #484a4d;
    padding: 20px 0;
}
.header .call {
    left: 10px;
}

}

@media screen  and (max-width: 1500px){ 
.menu-header > ul > li > a {
    padding: 13px;
    font-size: 15px;
}
.banner .bg-img {
    height: 1000px;
    background-size: 100% 100%;
}
    .banner .slick-dots {
    top: -290px;
    left: -1200px;
}
.sec-product {
    height: 980px;
    padding: 150px 0 0 0;
}
.sec-contact {
    height: auto;
    padding: 80px 0;
}

.sec-contact .top {
    margin-bottom: 40px;
    text-align: center;
}

.sec-contact .head h3 {
    margin: 0 0 10px;
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 44px;
}

.sec-contact .head ul {
    margin: 20px 0 40px;
    padding: 0 0 0 20px;
}

.sec-contact .head ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.sec-contact .form {
    padding: 30px 30px;
}
.sec-contact .form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 13px;
    margin: 0 0 10px;
    padding: 10px 20px;
}

.sec-contact .top h2 {
    margin: 0 0 20px;
    font-size: 46px;
    letter-spacing: 3px;
}

.sec-test .main {
    padding: 70px 50px 0;
}

.sec-test .head-left h3 {
    margin: 0 0 20px;
    font-size: 48px;
    letter-spacing: 1px;
}

.sec-test .head-left {
    padding: 190px 0 0 50px;
}
.sec-test .col-sm-5 {
    height: 530px;
    background-size: 100% 100%;
}
    .slick-arrow {
        right: 90px;
        margin-top: -20px;
        bottom: -40px;
        z-index: 1;
        width: 52px;
        height: 52px;
        background-size: cover;
    }
    .sec-test:before {
    height: 120px;
    width: 300px;
}

.slick-next.slick-arrow {
    right: 150px;
    transform: rotate(0deg);
    -webkit-transform: rotate(180deg);
}
.sec-test {
    padding: 70px 0 0px;
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
}

}

@media screen  and (max-width: 1400px){  
    .menu-header > ul > li > a {
        padding: 0 7px;
        font-size: 15px;
    }
    
.header .call a {
    font-size: 16px;
    line-height: 20px;
}
.banner .head h5 {
        margin: 0 0 0px;
        font-size: 26px;
        letter-spacing: 3px;
    }
        .banner .head h1 {
        margin: 0 0 0px;
        font-size: 50px;
        letter-spacing: 3px;
    }
        .banner .head .get {
        margin-top: 15px;
    }
    .banner .head .get a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #f453ad;
    padding: 12px 30px;
}

.banner .head {
        padding-top: 230px;
    }
        .banner .bg-img {
        height: 950px;
        background-size: 100% 100%;
    }
        .banner .slick-dots {
        top: -250px;
        left: -1200px;
    }
        .sec-about:before {
        top: -110px;
        right: 120px;
        height: 150px;
        width: 2px;
    }
    .sec-about .head h2 {
    margin: 0 0 40px;
    font-size: 46px;
    letter-spacing: 3px;
}
.sec-about .head h2:before {
    bottom: -20px;
    left: -130px;
    height: 2px;
    width: 150px;
}
    .sec-about .head {
        padding-right: 0px;
        padding-left: 50px;
    }
    
.sec-about .head p {
    font-size: 15px;
    line-height: 26px;
}
    .sec-about .container-fluid:before {
        bottom: -60px;
        left: 0;
        height: 140px;
        background-size: 50%;
    }
    
.sec-product .main .disc .get a {
    font-size: 16px;
    padding: 10px 30px;
}

.sec-product .main .disc h3 {
    margin: 25px 0 10px;
    font-size: 20px;
}

.sec-about .head .read a {
    font-size: 18px;
    padding: 10px 30px;
}
    .sec-about .pic {
    position: relative;
    left: -40px;
}
.sec-product .head h2, .sec-contact .top h2, .sec-test .head h2, .sec-blog .head-top h2 {
        margin: 0 0 10px;
        font-size: 46px;
        letter-spacing: 3px;
    }
        .slick-arrow {
        right: 90px;
        margin-top: -20px;
        bottom: -10px;
        z-index: 1;
        width: 52px;
        height: 52px;
        background-size: cover;
    }
    
.sec-blog {
    padding: 60px 0;
}
.sec-test .main .disc p {
    font-size: 16px;
    padding-right: 100px;
}
    .sec-test .main {
        padding: 50px 30px 0;
    }
    .sec-test {
        padding: 40px 0 0px;
    }
        .sec-test .head-left h3 {
        margin: 0 0 20px;
        font-size: 42px;
        letter-spacing: 1px;
    }
        .sec-test .col-sm-5 {
        height: 470px;
        background-size: 100% 100%;
    }
    
.page-id-93 .sec-about .head h2 {
    margin: 0 0 20px;
    font-size: 46px;
    letter-spacing: 3px;
}

.sec-cta {
    padding: 60px 0;
}

.sec-cta .left h2, .sec-cta .right h2 {
    margin: 0 0 20px;
    font-size: 32px;
}

.sec-cta .right ul li a {
    margin: 0;
    font-size: 18px;
}

.sec-cta .head-top h3 {
    margin: 30px 0 20px;
    font-size: 26px;
}

}

@media screen  and (max-width: 1300px){  
.menu-header > ul > li > a {
    padding: 0 5px;
    font-size: 14px;
}
}
 
@media screen  and (max-width: 1200px){  
.banner .bg-img {
    height: 900px;
}
 .banner .bg-img {
    height: 900px;
    background-size: 100% 100%;
}
.header {
    padding: 20px 0 0 60px;
}
.menu-header > ul > li > a {
    padding: 0 4px;
    font-size: 14px;
}
.banner .head h1 {
    font-size: 47px;
}
.sec-product .head h2, .sec-contact .top h2, .sec-test .head h2, .sec-blog .head-top h2 {
    font-size: 43px;
}
.banner .head .get a {
    font-size: 17px;
    padding: 12px 20px;
}
.sec-about .head h2 {
    margin: 0 0 30px;
    font-size: 43px;
}
.sec-contact .head h3 {
    margin: 0 0 10px;
    font-size: 30px;
}
.sec-test .head-left h3 {
    font-size: 36px;
}
.sec-test .main .disc h3 {
    margin: 20px 0 0;
    font-size: 23px;
}
.sec-blog .head-top p {
    padding: 0 210px;
}
.sec-footer .title-footer h3 {
    font-size: 22px;
    margin: 0 0 20px;
}
.sec-footer .title-footer h3 {

}
}

@media screen  and (max-width: 1100px){  
.header .call {
    left: 0;
}
.sec-product {
    height: 900px;
    padding: 120px 0 0 0;
}
.tnp-subscription .tnp-field-button {
    right: -130px;
}
}

@media screen  and (max-width: 999px){     
.header .col-sm-7 {
    display: none;
}
.header .row.main:before{
    display: none;
}
.header .col-sm-3 {
    width: 100%;
}
.header .col-sm-2 {
    display: none;
}
.banner .bg-img {
    height: 650px;
}
.banner .head h1 {
    font-size: 30px;
}
.banner .head h5 {
    margin: 0;
    font-size: 24px;
}
.banner .head .get a {
    font-size: 14px;
    padding: 9px 18px;
}
.sec-about .head h2 {
    margin: 0 0 20px;
    font-size: 34px;
}
.sec-about .head h2:before {
    bottom: -15px;
    width: 140px;
    left: -120px;
}
.sec-about .head p {
    font-size: 14px;
    line-height: 21px;
}
.sec-about .head {
    padding: 30px 0 20px 10px;
}
.sec-product .head h2, .sec-contact .top h2, .sec-test .head h2, .sec-blog .head-top h2 {
    font-size: 30px;
}
.sec-contact .form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 14px;
    padding: 8px 10px;
}
.sec-contact .form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-size: 14px;
    padding: 10px;
    height: 120px;
}
.sec-contact .form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 15px;
    padding: 8px 30px;
}
.sec-contact .form .call a i {
    font-size: 16px;
    height: 30px;
    width: 30px;
    left: 50px;
    top: 20px;
}
.sec-contact .form .call a span {
    font-size: 14px;
}
.sec-contact .form .call a {
    font-size: 16px;
    line-height: 20px;
}
.sec-contact .form .call {
    margin-left: 80px;
}
.sec-test .head-left h3 {
    font-size: 26px !important;
}
.sec-test .head-left {
    padding: 120px 0 0 20px;
}
.sec-test .col-sm-5 {
    height: 370px;
}
.sec-test .main .pic:before {
    left: 105px;
    height: 81px;
}
.sec-test .main .disc h3 {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 20px;
}
.slick-arrow {
    bottom: 20px;
}
.sec-test:before {
    height: 100px;
    width: 270px;
}
.sec-blog {
    padding: 50px 0 0 0;
}
a#hamburg {
    z-index: 99999;
}
.nav1 .search-nav input {
    display: none;
}
html.open-menu nav.nav1 .push-logo {
    padding: 40px 0;
}
html.open-menu nav.nav1 .push-logo img {
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0.5px 0.5px 2.5px 2.5px #FF6EC7;
}
html.open-menu nav.nav1 {
    background-color: #fff;
}
a#hamburg {
    background-color: #f453ad;
}
.nav-cross span {
    background: #fff !important;
}
.header .logo a img {
    left: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
    top: -15px;
    width: auto;
    height: 150px;
}
.banner .head {
    padding-top: 173px;
}
.sec-about:before {
    top: -50px;
    right: 90px;
    height: 90px;
}
.sec-about .pic {
    left: -20;
}
.sec-about .head .read {
    margin-top: 10px;
}
.sec-about .head .read a {
    font-size: 14px;
    padding: 10px 25px;
}
.sec-about {
    padding: 40px 0 0;
}
.sec-about .container-fluid {
    padding: 0 70px;
    position: relative;
}
.sec-contact .head h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 30px;
}
.sec-contact .head ul li {
    font-size: 14px;
    margin-bottom: 5px;
}
.sec-contact .form {
    padding: 30px 20px;
}
.sec-contact .head {
    padding-top: 60px;
}    
.sec-contact {
    height: auto;
    padding: 80px 0 40px 0;
}
.sec-test .head {
    margin-bottom: 20px;
}
.sec-test .main {
    padding: 30px 10px 0;
}
.sec-footer .col-sm-2.sec {
    display: none;
}
.sec-footer .col-sm-3, .sec-footer .col-sm-4 {
    width: 33%;
}
.sec-footer .title-footer a i {
    width: 24px;
    font-size: 19px;
    margin-right: 0;
}
.tnp-subscription .tnp-field-button {
    right: -135px;
    top: -48px;
}
.sec-footer .title-footer a {
    font-size: 14px;
}

.header {
    padding: 20px 0 0 0px;
}
.inner-banner {
    height: 250px;
}
.inner-banner h2 {
    padding: 190px 0 0;
    font-size: 35px;
}
.page-id-95 .sec-blog .main {
    margin-bottom: 20px;
}
.page-id-95 .sec-blog {
    padding: 50px 0;
}
section.plan-page .head {
    padding: 20px 0 !important;
    width: 90%;
}
.wps_membership_plan_content_title {
    font-size: 20px !important;
}
.wps_membership_plan_content_price {
    font-size: 40px !important;
}
.wps_membership_buy_now_btn .wps_membership_buynow, .button.alt.wps_membership_no_thanks {
    height: 45px !important;
}
section.plan-page {
    padding: 20px 0 !important;
}

section.gcwt-single-blog .entry-content img {
    width: 100%;
}
}

@media screen  and (max-width: 500px){     
.banner .head h5 {
    font-size: 18px;
}
.banner .head h1 {
    font-size: 20px;
}    
.banner .head .get a {
    font-size: 14px;
    padding: 7px 15px;
}
.banner .head {
    padding-top: 175px;
}

.banner .bg-img {
    height: auto;
    padding: 0px 0 280px;
    background-size: cover;
}
.sec-about .row {
    display: block;
}
.sec-about .container-fluid:before{
    display: none;
}
.sec-about .container-fluid {
    padding: 0 50px;
}
.sec-about .head p {
    font-size: 14px;
    line-height: 20px;
}
.sec-about .head {
    padding: 30px 0;
}
.sec-about .head h2:before {
    bottom: -10px;
}
.sec-about .head h2 {
    margin: 0 0 15px;
    font-size: 28px;
}
.sec-about .head {
    padding: 20px 0;
}
.sec-product .head h2, .sec-contact .top h2, .sec-test .head h2, .sec-blog .head-top h2 {
    font-size: 14px;
}
.sec-contact .head {
    padding-top: 0;
}
.sec-contact .top {
    margin-bottom: 20px;
}
.sec-contact .head h3 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
}
.sec-contact .head ul {
    margin: 20px;
    padding: 0 0 0 20px;
}
.sec-contact {
    height: auto;
    padding: 40px 0 40px 0;
}
.sec-blog .head-top p {
    padding: 0;
    font-size: 18px;
}
.sec-about:before{
    display: none;
}
.sec-about .pic {
    left: 0;
}
.sec-contact .form .call a i {
    top: 5px;
    left: 70px;
}
.sec-contact .form .call {
    margin-left: 90px;
}
.sec-test .head-left {
    padding: 50px 0 0 20px;
}
.sec-test .col-sm-5 {
    height: 220px;
}
.sec-test {
    padding: 40px 0 110px;
}
.slick-arrow {
    bottom: -90px;
}
.sec-blog .head-top h2 {
    font-size: 25px;
}
.sec-footer .col-sm-3, .sec-footer .col-sm-4 {
    width: 100%;
}
.tnp-subscription .tnp-field-button {
    right: -170px;
}
.sec-footer input#tnp-1 {
    width: 70%;
}
.sec-footer {
    padding: 0;
}
.sec-footer .title-footer {
    padding-top: 40px;
}
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    margin: 0;
    max-width: 300px;
}
div.tnp-subscription form {
    height: 50px;
}
.slick-dots li {
    display: none;
}
html.open-menu nav.nav1 {
    z-index: 99999;
}
.page-id-93 .sec-about .head img {
    width: 60%;
}
.page-id-93 .sec-about {
    padding: 10px 0 0px;
}
}