
/* Normal desktop :992px. */
@media (min-width: 1200px) and (max-width: 1700px) {


}
/* Normal desktop :1200px. */
@media (max-width: 1700px) {
    .fleet__desc {
        padding: 30px 50px;
    }
    .fleet__desc h4 {
        margin-bottom: 30px;
    }

}



/* Normal desktop :992px. */
@media (min-width: 1200px) and (max-width: 1499px) {


}

/* Normal desktop :1200px. */
@media (max-width: 1499px) {
    .fleet__desc p {
        line-height: 2.3;
    }


}



/* Normal desktop :992px. */
@media (min-width: 1200px) and (max-width: 1399px) {


}
/* Normal desktop :1200px. */
@media (max-width: 1399px) {

    .feature__item_content {
        padding: 0px 30px;
    }
    .fleet__item {
        height: 330px;
    }
    .feature__wrapper {
        padding: 32px 50px 40px;
    }
    .fleet__desc p {
        line-height: 2;
    }
    .header__logo a img {
        max-width: 255px;
    }


}


/* Normal desktop :992px. */
@media (max-width: 1199px) {
    .feature__wrapper {
        padding: 32px 0px 40px;
    }
    .fleet__desc {
        padding: 28px 20px;
    }
    .fleet__desc p {
        line-height: 1.7;
        font-weight: normal;
    }
    .fleet__item.fleet__item--large {
        height: 499px;
    }
    .hero--area {
        min-height: 860px;
    }
    .container-fluid {
        padding: 0px 30px;
    }


}

 
/* Tablet desktop :768px. */
@media (max-width: 991px) {

    .feature__item_content {
        padding: 0px 1px;
    }
    .feature__wrapper {
        padding: 32px 15px 40px;
    }
    .feature__item_content p {
        font-size: 13px;
    }
    .fleet--area {
        padding: 40px 0px;
    }
    .fleet__title {
        margin-bottom: 32px;
    }
    .fleet__item.fleet__item--large {
        height: 330px;
    }
    .fleet__desc {
        max-width: 100%;
    }
    .fleet__desc p {
        line-height: 1.3;
    }
    .fleet__desc h4 {
        margin-bottom: 15px;
    }
    .addition__form_wrapper {
        max-width: 80%;
        width: 100%;
        margin: 0 auto;
    }
    .footer__logo {
        margin-bottom: 48px;
    }
    .footer__bottom_content p {
        font-size: 11px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {

    .header__main {
        padding: 9px 0px;
    }
    .container-fluid {
        padding: 0px 15px;
    }
    .btn {
        font-size: 15px;
        padding: 11px 20px 14px;
    }
    .header__logo a img {
        max-width: 209px;
    }
    .hero__form {
        background-color: #f3f3f3;
        padding: 22px 20px 36px 20px;
    }

    .form-header h2 {
        margin-bottom: 0px;
        font-size: 28px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .feature__item {
        margin-bottom: 28px;
    }
    .feature__wrapper {
        padding: 22px 29px 30px;
    }
    .fleet__wrapper {
        padding: 0px 15px;
    }
    .fleet__item.fleet__item--large {
        height: 366px;
    }
    .addition--area {
        padding-bottom: 45px;
    }
    .footer__menu ul {
        column-count: 2;
    }
    .addition__item {
        margin-bottom: 5px;
    }
    .site__input input {
        height: 47px;
    }
    .site__select .nice-select {
        height: 47px;
        line-height: 47px;
    }

    .fleet__wrapper{
        max-width: 440px;
        margin: 0 auto;
    }


}
 
/* Large Mobile :480px. */
@media (max-width: 340px) {
    .fleet__desc p {
        line-height: 1.3;
        font-size: 14px;
    }
 
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
