@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: 1500px){
    .header {
        padding: 30px 25px 30px;
    }
    
    .menu-header > ul > li > a {
        padding: 15px 0px 15px 60px;
    }
    
    .banner .bg-img {
        height: 950px;
    }
    
    .sec2 {
        padding: 65px 0 80px;
    }
    
    .sec2 .container-fluid {
        padding: 0 0 0 150px;
    }
    
    .sec2 .slick-current {
        width: 850px !important;
    }
    
    .sec2 .slick-slide {
        width: 400px !important;
    }
    
    .sec2 .main .pic img {
        height: 500px;
    }
    
    .sec2 .main .pic .disc h3 {
        font-size: 40px;
    }
    
    section.sec5 {
        padding: 20px 0px 0px 150px;
    }
    
    section.sec6{
        height: 1000px;
        padding-top: 850px;
    }
    
    section.sec6 .container-fluid {
        padding: 0 150px;
    }
    
    section.sec6 .main .head p {
        width: 50%;
    }
    
    section.sec7 .container-fluid {
        padding: 0 150px;
    }
    
    section.sec7 .head p {
        padding-right: 120px;
    }
    
    section.sec7 .main .pic {
        height: 550px;
        padding: 20px 0 35px;
    }
    
    .sec-faq .container-fluid {
        padding: 0 150px;
    }
    
    .sec-faq .des {
        margin-top: 880px;
        padding: 50px 60px;
    }
    
    .footer .container-fluid {
        padding: 0 150px;
    }
}

@media screen and (max-width: 1400px){
    
    .banner .bg-img {
        height: 850px;
    }
    
    .sec2 .slick-slide.slick-current {
        width: 750px !important;
    }
    
    .sec2 .slick-slide {
        width: 300px !important;
    }
    
    .sec2 .main .pic img {
        height: 450px;
    }
    
    .sec2 .main .pic .disc h3 {
        font-size: 34px;
    }
    
    section.sec6 .container-fluid, .sec2 .container-fluid, section.sec5{
        padding: 0 100px 0 100px;
    }
    
    section.sec7 .container-fluid, .sec-faq .container-fluid {
        padding: 0 100px;
    }
    
    .footer .container-fluid {
        padding: 0 100px;
    }
    
    .sec2 .head h2, section.sec7 .head h2, .sec-faq .head h2, .sec3 .head h2, section.sec5 .top h2, .sec4 .head h2, .sec6 .head h2 {
        font-size: 60px;
        line-height: 72px;
    }
    
    .sec3, .sec2, .sec4 {
        padding: 60px 0;
    }
    
    section.sec5 .main .inner-review {
        padding: 15px 65px 0px 40px;
    }
    
    section.sec7 .main .disc h3 {
        font-size: 20.7px;
        line-height: 31px;
    }
    
    .sec-faq .des {
        margin-top: 790px;
    }

    .header .menu-header ul li:last-child a {
        padding-right: 20px;
    }

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

@media screen and (max-width: 1300px){    
    
    .banner .bg-img {
        height: 790px;
    }
    
    .sec2 .head h2, section.sec7 .head h2, .sec-faq .head h2, .sec3 .head h2, section.sec5 .top h2, .sec4 .head h2, .sec6 .head h2 {
        font-size: 52px;
        line-height: 62px;
    }
    
    .sec2 .head h4 {
        font-size: 30px;
    }
    
    .sec3, .sec2, .sec4 {
        padding: 60px 0 0;
    }
    
    section.sec5 .main:before {
        height: 500px;
    }
    
    section.sec5 .main .pic {
        height: 140px;
        width: 120px;
    }
    
    section.sec5 .main .inner-review {
        padding: 10px 45px 0px 28px;
    }
    
    section.sec5 .main .disc h5 {
        font-size: 26px;
        padding-top: 10px;
    }
    
    section.sec5 .main .disc p {
        font-size: 17px;
        line-height: 32px;
    }
    
    .read a {
        bottom: 50px;
    }
    
    section.sec6 {
        height: 880px;
    }
    
    section.sec6 .main {
        height: 560px;
    }
    
    section.sec6 .main:before {
        height: 620px;
        top: -40px;
    }
    
    section.sec6 .main form .tnp-field-button input {
        width: auto;
    }
    
    .footer .container-fluid {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1100px){
    .menu-header > ul > li > a {
        padding: 15px 0px 15px 20px;
        font-size: 16px;
    }
    
    .header .last-btn:before{
        top: -10px;
    }
    
    .header .last-btn a {
        font-size: 16px;
    }
    
    .banner .bg-img {
        height: 660px;
    }
    
    .sec3, .sec2, .sec4 {
        padding: 40px 0 0;
    }
    
    .sec2 .head h4 {
        font-size: 24px;
    }
    
    section.sec6 .container-fluid, .sec2 .container-fluid, section.sec5 {
        padding: 0 50px 0 50px;
    }
    
    .sec2 .head h2, section.sec7 .head h2, .sec-faq .head h2, .sec3 .head h2, section.sec5 .top h2, .sec4 .head h2, .sec6 .head h2 {
        font-size: 48px;
        line-height: 58px;
    }
    
    .sec3 .tnp-subscription form .tnp-field input{
        height: 56px;
    }
    
    .sec4 .pic img {
        height: 360px;
    }
    
    .sec4 {
        height: 830px;
    }
    
    section.sec5 .top {
        padding-bottom: 20px;
    }
    
    section.sec6 {
        height: 690px;
        padding-top: 700px;
    }
    
    section.sec6 .main .head {
        padding: 60px 0 0 60px;
    }
    
    section.sec6 .main form {
        padding: 20px 100px 0 60px;
    }
    
    section.sec6 .main {
        height: 450px;
        background-size: cover;
        margin-bottom: 80px;
    }
    
    section.sec6 .main:before {
        height: 520px;
        top: -40px;
    }
    
    .footer .container-fluid {
        padding: 0 20px;
    }
}

@media screen and (max-width: 999px){
    .header .main .col-sm-7, .header .main .col-sm-2 {
        display: none;
    }
    
    .header .main .col-sm-3{
        width: 100%;
    }
    
    .header .main .logo {
        text-align: center;
    }
    
    .banner .bg-img {
        height: 520px;
    }
    
    .sec2 .head h2, section.sec7 .head h2, .sec-faq .head h2, .sec3 .head h2, section.sec5 .top h2, .sec4 .head h2, .sec6 .head h2 {
        font-size: 36px;
        line-height: 42px;
    }
    
    .sec2 .view a, .view a {
        font-size: 16px;
        padding: 10px 20px;
    }
    
    .sec2 .head h4 {
        font-size: 20px;
    }
    
    .sec3 .tnp-subscription form .tnp-field input {
        height: 42px;
        font-size: 16px;
    }
    
    .sec3 .head {
        margin-bottom: 20px;
    }
    
    .sec4 .head {
        padding-left: 0px;
    }
    
    .sec4 .pic img {
        height: auto;
    }
    
    .sec4 .head p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .sec4 {
        height: 620px;
    }
    
    section.sec6 .container-fluid, .sec2 .container-fluid, section.sec5 {
        padding: 0 30px 0 30px;
    }
    
    section.sec5 .main .inner-review {
        padding: 10px 20px 0px 18px;
    }
    
    section.sec5 .main .inner-review {
        padding: 10px 20px 0px 18px;
    }
    
    section.sec5 .main .disc h5 {
        font-size: 22px;
    }
    
    section.sec6 {
        height: 600px;
        padding-top: 580px;
    }
    
    section.sec6 .main form {
        padding: 20px 60px 0 30px;
    }
    
    section.sec6 .main form .tnp-field-button input, section.sec6 .main form .tnp-field-email input {
        height: 58px;
        font-size: 18px;
    }
    
    section.sec6 .main .head {
        padding: 60px 0 0 40px;
    }
    
    section.new-sec7 h1 {
        font-size: 90px;
    }
    
    section.sec6 .main {
        height: 370px;
    }
    
    section.sec6 .main:before {
        height: 430px;
    }
    
    .footer .mobile-wide-3 {
        width: 40%;
    }
    
    .footer .mobile-wide-5 {
        width: 100%;
        margin-top: 30px;
    }
    
    .footer .mobile-wide-2, .footer .mobile-hide {
        width: 30%;
    }
    
    .copy-2 p {
        text-align: center;
    }
    
    .sec-cta {
        padding: 40px 0;
    }
    
    .sec-cta .left h2, .sec-cta .right h2{
        font-size: 36px;
    }
    
    .sec-cta .head-top h3{
        margin: 30px 0 20px;
        font-size: 36px;
    }
    
    .sec-cta .right ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .banner .bg-img {
        height: 480px;
    }
    
    section.sec5 .main:before {
        height: 320px;
    }
    
    section.sec5 .main .pic {
        height: 100px;
        width: 80px;
    }
    
    section.sec5 .main {
        padding-bottom: 80px;
    }
    
    section.sec6 {
        height: 480px;
        padding-top: 520px;
    }
}

@media screen and (max-width: 500px){
    .banner .bg-img {
        height: 250px;
    }
    
    .sec2 .head {
        margin-bottom: 20px;
    }
    
    .sec2 marquee .col-sm-3:first-child {
        display: block;
    }
    
    .sec2 marquee .col-sm-3 {
        display: none;
    }
    
    .sec2 .view {
        margin-bottom: 20px;
    }
    
    .sec3 .tnp-subscription form .tnp-field-firstname, .sec3 .tnp-subscription form .tnp-field-email {
        width: 49%;
    }
    
    .sec3 .tnp-subscription form .tnp-field-button {
        width: 100%;
        margin-top: 8px;
    }
    
    .sec4 .row {
        flex-flow: wrap;
    }
    
   section.sec5 {
        padding: 40px 10px 0 10px;
    }
    
    .sec4 .head h2 {
        font-size: 28px;
        line-height: 32px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    section.sec5 .main:before {
        height: 440px;
    }
    
    section.sec6 {
        height: 450px;
        padding-top: 330px;
    }
    
    section.sec6 .container-fluid{
        padding: 0 10px 0 10px;
    }
    
    section.sec6 .main .head {
        padding: 20px 0 0 20px;
    }
    
    .sec6 .head h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .sec6 .head h2 br{
        display: none;
    }
    
    section.sec6 .main form {
        padding: 10px 10px 0 20px;
    }
    
    section.sec6 .main form .tnp-field-button {
        width: 30%;
    }
    
    section.sec6 .main form .tnp-field-email {
        width: 70%;
    }
    
    section.sec6 .main form .tnp-field-button input, section.sec6 .main form .tnp-field-email input{
        height: 42px;
        font-size: 10px;
        padding-left: 10px;
    }
    
    section.sec6 .main {
        height: auto;
        padding-bottom: 10px;
    }
    
    section.sec6 .main:before {
        height: 190px;
        top: -10px;
    }
    
    section.new-sec7 {
        padding: 100px 0 50px;
    }
    
    section.new-sec7 h1 {
        font-size: 42px;
    }
    
    .footer {
        padding-top: 10px;
    }
    
    .footer .mobile-wide-3, .footer .mobile-wide-2, .footer .mobile-hide{
        width: auto;
    }
    
    
    .footer .form-footer .wpcf7 form input[type="submit"] {
        font-size: 16px;
        width: auto;
        padding: 6px 10px;
        margin: 0;
    }
    .sec4 {
        height: auto;
    }
    
    .sec4 .head .view a {
        padding: 8px 32px;
        font-size: 15px;
    }
    
    .sec2 .view a, .view a {
        font-size: 15px;
        padding: 8px 20px;
    }
    
    .page-id-14 .sec2 h1 {
    font-size: 28px;
    padding: 10px 0 30px;
}

.page-id-14 .sec2 {
    padding: 35px 0 10px;
}

}