
.background-error-page {
    min-height: 500px;
    background-image: url(../images/careers/page-not-found.png);
    margin-top: 26px;
    background-position: center top;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
}
.general-team {
    min-height: 500px;
    background-image: url(../images/contract-vehicles/GSA-8.png);
    position: relative;
    width: 100%;
}
.font-size-32{
    font-size:22px;
}

.gsa-section-head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f5f8f9 ;
}
.gsa-section-head img{
    width: 250px;
    padding: 50px 0;
}

.contract-vehicle-wrapper{
    width: 850px;
    margin: 0 auto;
    padding: 0 0 75px;
}
.contract-vehicle-container{
    padding: 30px 0px 0px 0px;
}
.contract-vehicle-icon-box-wrapper{
    display: flex;
    position: relative;
}
.contract-vehicle-icon-box-icon{
    margin-right: 25px;
}
.contract-vehicle-icon{
    font-size: 25px;
    color: #0ca53f;
}
.contract-vehicle-icon-box-title{
    font-size: 18px;
    font-weight: bold;
    color: #0ca53f;
    margin-bottom: 16px;
    letter-spacing: .5px;
    word-spacing: 0.5px;
    text-transform: uppercase;
}
.contract-vehicle-icon-box-description{
    font-size: 16px;
    letter-spacing: .5px;
    word-spacing: 0.5px;
    line-height: 1.5;
    word-break: break-all;
}

.contract-vehicle-icon-box-content{
    width: 100%;
}

.contract-vehicle-icon-box-content .explore-more-btn{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1201px) {
    .card-hover:hover::before {
        width: 100%;
        cursor: pointer;}
    .general-team {
        min-height: 400px;
    }
    .font-size-14 {
        font-size: 14px;
    }
    .line-height-18 {
        line-height: 18px;
    }
    .btn-send .glyphicon-send {
        color: #ffffff;
    }
    .card-hover .btn-more {
        opacity: 1;
    }

    .contract-vehicle-wrapper{
        padding: 0 10px 75px;
        overflow: hidden;
        width: auto;
    }
    .contract-vehicle-icon-box-wrapper{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .contract-vehicle-icon-box-icon{
        margin-bottom: 20px;
        margin-right: 0;
    }
}
@media (min-width:320px) and (max-width:480px) {
    .card-hover:hover::before {
        width: 100%;
        cursor: pointer;
    }
    .clients{
        padding:0;
    }
    .btn-apply {
        padding: 10px;
        display: inline-block;
        height: 48px;
        width: 110px;
        margin: 22px -50px;
        position: relative;
        top: 65%;
        left: 50%;
    }


    .form-group {
        margin-bottom: 0;

    }
    .font-size-20 {
        font-size: 13px;
    }
    .font-size-26 {
        font-size: 15px;
    }
    .servicer-section-content {
        height: 223px;
    }

    .font-size-16 {
        font-size: 13px;
    }
    .mar-top-30{
        margin-top:12px;
    }


    .font-size-40 {
        font-size: 21px;
    }

    .general-team {
        min-height: 245px;
    }

    .banner .content {
        margin-bottom: -3px;
    }

    .banner .content .main-heading-inner {
        margin-top: 50px;
        font-size: 29px;
        line-height: 1.4;
    }



    .footer-primary-link {
        width: 100%;

    }

    .footer-primary-link li {
        padding: 7px ;
        display: inline-block;
    }

    a.link-footer {
        display: inline-block;
        font-size: 12px;
    }
    .navbar-toggle{
        right:10px;
    }
    .fa-angle-left{
        display: none;
    }
    .fa-angle-right{
        display:none;
    }

    .contract-vehicle-wrapper{
        padding: 0 15px 75px;
        overflow: hidden;
        width: auto;
    }
    .contract-vehicle-icon-box-wrapper{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .contract-vehicle-icon-box-icon{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .explore-more-btn .btn-explore{
        white-space: pre-wrap;
    }
    .gsa-section-head img{
        width: 180px;
    }
}
