﻿
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .cta-one__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-one__title {
        margin-bottom: 35px;
    }
    .cta-one__inner p {
        font-size: 14px;
        line-height: 16px;
        width: 95%;
    }


/*Hero*/
    .vl-hero-section-title  {
        padding-left: 80px;
        top: 35px;
    }
    .vl-hero-section-title .vl-title {
        font-size: 68px;
        line-height: 70px;
      }
   
}











/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .cta-one__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-one__title {
        margin-bottom: 35px;
        font-size: 65px;
    }
       .cta-one__title br {
            display: none;
        }
    .cta-one__inner p {
        font-size: 14px;
        line-height: 16px;
        width: 98%;
    }



    /*Hero*/
    .vl-hero-section-title  {
        padding-left: 75px;
        top: 25px;
    }

        .vl-hero-section-title .vl-title  {
            font-size: 64px;
            line-height: 66px;
        }
   

}








/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-one__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-one__title {
        margin-bottom: 55px;
        font-size: 65px;
    }
        .cta-one__title br {
            display: none;
        }
    .cta-one__inner p {
        font-size: 14px;
        line-height: 16px;
        width: 98%;
    }
    .cta-one__btn-and-video-link {
        flex-direction: column;
    }


    /*Hero*/
    .vl-hero-section-title  {
        padding-left: 60px;
        top: 15px;
    }

    .vl-hero-section-title .vl-title {
        font-size: 59px;
        line-height: 62px;
    }
  

}










/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .cta-one__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-one__title {
        margin-bottom: 12px;
        font-size: 40px;
        line-height: 46px;
    }

        .cta-one__title br {
            display: none;
        }
    .cta-one__inner p {
        margin: 0px;
        font-size: 15px !important;
        line-height: 18px !important;
        width: 99% !important;
        margin-bottom: 10px;
    }
    .cta-one__btn-and-video-link {
        flex-direction: column;
    }


    /*Hero*/
    .vl-hero-section-title  {
        padding-left: 30px;
        top: 18px;
    }

    .vl-hero-section-title .vl-title {
        font-size: 55px;
        line-height: 57px;
    }


}






@media only screen and (min-width: 1200px) and (max-width: 1400px) {
}





/* The End */
