.banner-static {
    min-height: 400px;
}
.pb_50{
    padding-bottom: 50px;
}
.pt_50{
    padding-top: 50px;
}
.carrier_sec{
    position: relative;
    background: #5eb6d1;
    padding: 80px 0;
    margin-bottom: 200px;
}
.carrier_head{
    color: #fff;
    font-size: 25px;
}
.cst_card{
    background: #fff;
    padding: 15px 25px;
    position: absolute;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    top: 0;
    width: 350px;
}
.cst_card h2{
    font-size: 20px;
    margin-bottom: 10px;
}
.cst_card h2 a{
    text-decoration: none;
    cursor: pointer;
}
.cst_card ul li{
    color: #000;
    font-size: 15px;
}
.apply_now{
    color: #5eb6d1;
    border: 1px solid #5eb6d1;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 25px;
    transition: all 0.5s;
    text-decoration: none;
}
.apply_now:hover{
    color: #fff;
    background: #5eb6d1;
    text-decoration: none;
}
.d_flexalg{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.modal-open{
    padding: 0 !important;
}
.cst_client h4{
    font-weight:bold;
    margin-top:20px;
}

@media(max-width:1279px){
    .cst_card{
        width: 300px;
    }
}
@media(max-width:991px){    
    .cst_card{
        width: 275px;
    }
    .cst_container{
        max-width: none !important;
        width: auto !important;
    }
    .cst_card h2{
        font-size: 18px;
        line-height: 1.2;
    }
    .cst_card ul li{
        font-size: 12px;
    }
    
}
@media(max-width:850px){
    .cst_card{
        width: auto;
        padding: 15px;
    }
    
}
@media(max-width:767px){    
    .carrier_head{
        margin-bottom: 20px !important;
    }
    .cst_card{
        position: static;
        margin-bottom: 20px;
    }
    .carrier_sec{
        margin-bottom: 50px;
        padding:50px 0;
    }
}
#button {
    display: inline-block;
    background-color: #5eb6d1;
    border: 1px solid #5eb6d1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button:hover {
    cursor: pointer;
    background-color: transparent;
}
#button:hover .scroll_top{
    color: #5eb6d1;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
.scroll_top{
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 12px;
    display: inline-block;
}
.owl-dots{
    display:none !important;
}