
@media (max-width: 1199px) {
    h1{
        font-size: 30px;
        line-height: 36px;
    }
    h2{
        font-size: 26px;
        line-height: 32px;
    }

    .banner .col-xl-4:before{
        /*display: none;*/
    }
    .banner .list-group-item {
        /*color: #333 !important;*/
    }
    .banner .col-xl-4:before {
        /*height: 560px;*/
        height: 616px;
    }
    .widget a{
        max-width: 200px;
        margin-left: auto;
    }
    #menu {
        right: -72px;
    }
    .testimonials .item h3{
        font-size: 20px;
        line-height: 26px;
    }
    .testimonials .item .bg-white {
        min-height: 365px;
    }
}
@media (max-width: 991px) {
    h1{
        font-size: 28px;
        line-height: 34px;
    }
    h2{
        font-size: 24px;
        line-height: 30px;
    }
    .banner .col-xl-4:before{
        width: 0;
        height: 0;
    }
    .banner .list-group-item {
        color: #333 !important;
    }
    .banner .list-group{
        margin-top: -160px;
    }
    .banner .col-xl-5 img , .banner .col-xl-8 img {
        z-index: -1 !important;
    }
    .signup .card-bullets img {
        width: 90px;
    }
    .signup h3{
        font-size: 20px;
        line-height: 26px;
    }
    .signup .card-bullets .list-group-flush .list-group-item {
        font-size: 18px;
        line-height: 24px;
    }
    .signup form button {
        font-size: 20px;
        line-height: 26px;
    }
    .banner a.cta {
        margin-bottom: 20px !important;
    }
}
@media (max-width: 767px) {
    h1{
        font-size: 26px;
        line-height: 32px;
    }
    h2{
        font-size: 22px;
        line-height: 28px;
    }
    h3{
        font-size: 20px;
        line-height: 26px;
    }
    h4,h5,h6{
        font-size: 18px;
        line-height: 24px;
    }
    .banner .list-group{
        margin-top: -100px;
    }
    .banner .list-group .list-group-item{
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .widget .col-xl-3{
        border-right: 0; 
    }
    .widget .col-xl-3 .form-group {
        border-bottom: 1px solid #d8d8d8;
    }

    .widget a {
        max-width: 250px;
        margin-left: auto;
        margin: auto;
    }
    .signup:after{
        width: 0%;
    }
    .about-detail p img , .about-detail li img , .about-detail h2 img , .about-detail h3 img ,
    .about-detail h4 img , .about-detail h5 img , .about-detail h6 img{
        float: none !important;
        display: block;
    }
    .about-detail p img {
        margin-top: 12px !important;
    }
    .about-detail .col-xl-4 img,
    .about-detail .col-xl-3 img {
        margin-bottom: 12px !important;
    }
    #menuToggle {
        right: 0;
    }
    .signup h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .signup form button {
        font-size: 18px;
        line-height: 24px;
    }
    .about-detail .img-style {
        margin: 10px auto !important;
    }
}
@media (max-width: 575px) {
    h1{
        font-size: 24px;
        line-height: 30px;
    }
    h2{
        font-size: 20px;
        line-height: 26px;
    }
    h3{
        font-size: 18px;
        line-height: 24px;
    }
    h4,h5,h6{
        font-size: 16px;
        line-height: 22px;
    }
    .navbar-brand img {
        width: 115px;
    }
    #menuToggle {
        top: 18px;
    }
    .banner .list-group{
        margin-top: 20px;
    }
    .widget .col-xl-3:last-child .form-group {
        border-bottom: 0;
    }
    header .phone a{
        margin-bottom: 0;
    }
    .banner .col-xl-5 img {
        width: 200px;
    }
    .about-detail h2 , .about-detail h3 , .about-detail h4 , .about-detail h5 , .about-detail h6{
        text-align: center;
    }
}
@media (max-width: 479px) {
    h1{
        font-size: 22px;
        line-height: 28px;
    }

    .widget h2 {
        font-size: 17px;
        line-height: 25px; 
    }


    .navbar-brand img {
        width: 90px;
    }
    #menuToggle {
        top: 15px;
    }
    header .phone a{
        font-size: 18px;
        line-height: 24px;
    }
    .signup button:before {
        right: 8px;
    }
    .testimonials .bg-white .d-flex{
        display: block !important;
        text-align: center ;
    }
    .testimonials .bg-white .d-flex img{
        margin: auto;
    }
    .testimonials .item {
        padding: 0;
    }
    .testimonials .item .bg-white:before{
        display: none;
    }
    .testimonials p{
        font-size: 15px;
        line-height: 21px;
    }
    .makes .bg-white .btn-link {
        font-weight: normal !important;
    }

}
@media (max-width: 320px) {
    header .phone{
        margin-left: 10px !important;
    }
}