#tracking .box-item .icon{
    background:none !important;
}
#tracking .box-item h3, .title{
    color:#FFF
}
#clients{background:#0864d6 !important;}
#clients .testimonials-quote .icon{color: #478ce3;}
.tips-section{
    background: url('../imgs/tips.png') no-repeat center center;
    background-size:cover ;
    color:#FFF
}
.tips-section .small{
    color: #E4E4E4;
    font-size: 12px;
}
@media(max-width:580px){
    .search-box-home{
        width:100%
    }
    .btns-about a{
        font-size: 12px;
        padding: 12px 19px;
    }
}
.who-we-are h2{
    font-size: 35px;
}

.owl-about .about-item .image{
    height: 220px;
    overflow: hidden;
    border-radius: 7px;
}
.owl-about .about-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-about .about-item .title{
    font-size: 19px;
    color: #000;
}
.owl-about .about-item .desc{
    font-size: 12px;
    font-weight: lighter;
    color: #000;
}
.is-active .dropdown-menu{
    left:-80px !important
}
.owl-about .item{
    padding: 7px;
}
#tracking .services-heading{
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}

.helper-section{
    border-radius: 26px;
    box-shadow:0px 13px 20px #F5F5F5;
    background: url("../imgs/join-back.png") no-repeat center top aliceblue;
    background-position: 0% 100%;
    overflow: hidden;
}
.helper-section .border-dashed{
    border-right: 4px dashed #0063dd;
}
.helper-section .border-dashed p{
    position: relative;
    font-size: 17px;
    color: #000;
    margin-bottom: 7px;
}
.helper-section .border-dashed p:hover{
    color: #0063dd;
}
.helper-section .border-dashed p::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0063dd;
    right: -31.9px;
    top: 50%;
    transform: translateY(-50%);
}
.helper-section .hea{
    font-size: 22px;
    font-weight: bold;
    color: #2c5389;
}

.new-form-reg{
    width: 60%;
    margin: auto;
}
@media(max-width:750px){
    .new-form-reg{
        width: 100%;
    }
    .hero-body{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.new-form-reg .form-cont{
    background: #FFF;
    padding: 25px;
    border-radius: 12px;
}
.new-form-reg .form-cont .lead{
    font-weight: 200 !important;
    color: #717171 !important;
    margin-bottom: 6px !important;
}
.form-cont .s-act{
    padding: 8px 19px;
    border: 1px solid #A9A9A9;
    border-radius: 7px;
    margin: 5px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
}
.form-cont .s-act:hover{
    background: #DDD;
}
.form-cont .act-sel{
    background: #0063dd !important;
    color: #FFF;
}
.new-form-reg .form-reg-title{
    margin: 0 !important;
    background: #0063dd;
    padding: 13px 16px;
    color: #fff !important;
}
.new-form-reg .form-reg-title:hover{
    background: #4699ff;
    cursor: pointer;
}
.new-form-reg .form-reg-title.active{
    background: #ffffff !important;
    color: #000 !important;
}
