/* Responsive */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    
    .banner-text h2 {
        font-size: 135px;
        line-height: 115px;
    }
    
    .banner-text h5 {
        font-family: 'FrankRuehl';
        font-size: 55px;
    }
    
    .presentation-btn a {
        font-size: 39px;
        padding: 10px 15px;
    }
    
    .presentation-btn {
        margin-top: 55px;
    }
    
    .presentation-text p {
        font-size: 20px;
        line-height: 35px;
    }
    
    .video-title h3 {
        font-size: 30px;
    }
    
    .video-para p strong {
        font-size: 27px;
    }
    
    .video-para p {
        font-size: 20px;
        line-height: 30px;
    }
    
    .call-head h3 {
        font-size: 45px;
    }
    
    .call-details p {
        font-size: 17px;
        line-height: 38px;
    }
    
    .person-img img {
        margin-top: 7px;
    }
    
    .footer-bg {
        padding: 90px 0 20px 0;
    }
    
    .marg-left {
        margin-left: 0px;
    }
    
    .presentation-btn {
        margin-bottom: -45px;
    }
    
    .paypal img {
        max-width: 55%;
    }
    
    .send-btn {
        margin-top: 7px;
    }
    
    .send-btn a {
        font-size: 40px;
    }
    
    .send-btn a img {
        max-width: 14%;
        margin-right: 15px;
    }
    
    .contact a {
        font-size: 30px;
    }
    
    .copy-right p {
        font-size: 20px;
        margin-top: 10px;
    }
    
}

/* Medium Devices, Tablet, Mobile */    
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-text h2 {
        font-size: 145px;
        line-height: 130px;
    }
    
    .presentation-btn {
        margin-top: 65px;
        margin-bottom: -30px;
    }
    
    .video-para:before {
        top: -2%;
        left: 33%;
        width: 52%;
    }
    
    .video-para {
        margin-bottom: 30px;
    }
    
    .call-action {
        margin-top: -45px;
    }
    
    .person-img {
        display: none;
    }
    
    .footer-bg {
        padding: 90px 0 25px 0;
    }
    
    .marg-left {
        margin-left: 0px;
    }
    
    .paypal {
        text-align: center;
    }
    
    .send-btn {
        text-align: center;
        margin-top: 30px;
    }
    
    .send-btn a {
        font-size: 45px;
    }
    
    .send-btn a img {
        max-width: 10%;
        margin-right: 10px;
    }
    
    .contact {
        margin-top: 35px;
    }
    
    .contact a {
        font-size: 35px;
    }
    
    .copy-right p {
        font-size: 25px;
        margin-top: 15px;
    }
}

        
@media only screen and (min-width: 426px) and (max-width: 767px) {
    .banner-text h2 {
        font-size: 120px;
        line-height: 110px;
    }
    
    .banner-text h5 {
        font-size: 45px;
    }
    
    .presentation-btn {
        margin-top: 40px;
        margin-bottom: -50px;
    }
    
    .presentation-btn a {
        font-size: 30px;
        padding: 10px 15px;
    }
    
    .video-title h3 {
        font-size: 28px;
    }
    
    .video-para {
        margin-bottom: 30px;
    }
    
    .video-para p strong {
        font-size: 28px;
    }
    
    .video-para p {
        font-size: 20px;
    }
    
    .video-para:before {
        top: 22%;
        left: 13%;
        height: 63%;
        width: 80%;
    }
    
    .call-action {
        margin-top: -40px;
    }
    
    .call-head h3 {
        font-size: 38px;
    }
    
    .call-text span {
        font-size: 20px;
    }
    
    .call-details p {
        font-size: 18px;
        line-height: 30px;
    }
    
    .person-img {
        display: none;
    }
    
    .marg-left {
        margin-left: 0px;
    }
    
    .footer-bg {
        padding: 90px 0 25px 0;
    }
    
    .paypal {
        text-align: center;
    }
    
    .send-btn {
        text-align: center;
        margin-top: 30px;
    }
    
    .send-btn a {
        font-size: 35px;
    }
    
    .send-btn a img {
        max-width: 10%;
        margin-right: 10px;
    }
    
    .contact {
        margin-top: 15px;
    }
    
    .contact a {
        font-size: 30px;
    }
    
    .copy-right p {
        font-size: 25px;
        margin-top: 15px;
    }
    
    
}

        
@media only screen and (min-width: 320px) and (max-width: 425px) {
	
    .banner-text h2 {
        font-size: 98px;
        line-height: 95px;
    }
    
    .banner-text h5 {
        font-size: 34px;
    }
    
    .presentation-text p {
        font-size: 17px;
        line-height: 30px;
    }
    
    .presentation-btn {
        margin-top: 30px;
        margin-bottom: -50px;
    }
    
    .presentation-btn a {
        font-size: 20px;
        border-radius: 50px;
        padding: 10px 14px;
    }
    
    .video-para {
        margin-bottom: 30px;
    }
    
    .video-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .video-para p strong {
        font-size: 19px;
        margin-bottom: 15px;
    }
    
    .video-para p {
        font-size: 17px;
        line-height: 28px;
    }
    
    .video-para:before {
        top: 20%;
        left: 0;
        height: 60%;
        width: 100%;
    }
    
    .call-action {
        margin-top: -40px;
    }
    
    .call-head h3 {
        font-size: 25px;
    }
    
    .call-text span {
        font-size: 16px;
    }
    
    .call-details p {
        font-size: 15px;
        line-height: 25px;
    }
    
    .person-img {
        display: none;
    }
    
    .footer-bg {
        padding: 50px 0 25px 0;
    }
    
    .marg-left {
        margin-left: 0px;
    }
    
    .paypal {
        text-align: center;
    }
    
    .paypal img {
        max-width: 70%;
    }
    
    .send-btn {
        text-align: center;
        margin-top: 30px;
    }
    
    .send-btn a {
        font-size: 35px;
    }
    
    .send-btn a img {
        max-width: 10%;
        margin-right: 10px;
    }
    
    .contact {
        margin-top: 15px;
    }
    
    .contact a {
        font-size: 20px;
    }
    
    .copy-right i {
        font-size: 16px;
    }
    
    .copy-right p {
        font-size: 18px;
        margin-top: 15px;
    }
    
}
    

@media only screen and (min-width: 0px) and (max-width: 319px) {
    .banner-text h2 {
        font-size: 96px;
        line-height: 95px;
    }
    
    .banner-text h5 {
        font-size: 34px;
    }
    
    .presentation-text p {
        font-size: 17px;
        line-height: 30px;
    }
    
    .presentation-btn {
        margin-top: 30px;
        margin-bottom: -50px;
    }
    
    .presentation-btn a {
        font-size: 20px;
        border-radius: 50px;
        padding: 10px 14px;
    }
    
    .video-para {
        margin-bottom: 30px;
    }
    
    .video-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .video-para p strong {
        font-size: 19px;
        margin-bottom: 15px;
    }
    
    .video-para p {
        font-size: 17px;
        line-height: 28px;
    }
    
    .video-para:before {
        top: 20%;
        left: 0;
        height: 60%;
        width: 100%;
    }
    
    .call-action {
        margin-top: -40px;
    }
    
    .call-head h3 {
        font-size: 25px;
    }
    
    .call-text span {
        font-size: 16px;
    }
    
    .call-details p {
        font-size: 15px;
        line-height: 25px;
    }
    
    .person-img {
        display: none;
    }
    
    .footer-bg {
        padding: 50px 0 25px 0;
    }
    
    .paypal img {
        max-width: 70%;
    }
    
    .send-btn {
        text-align: center;
        margin-top: 30px;
    }
    
    .send-btn a {
        font-size: 35px;
    }
    
    .send-btn a img {
        max-width: 10%;
        margin-right: 10px;
    }
    
    .contact {
        margin-top: 15px;
    }
    
    .contact a {
        font-size: 20px;
    }
    
    .copy-right i {
        font-size: 16px;
    }
    
    .copy-right p {
        font-size: 18px;
        margin-top: 15px;
    }

}
   
