body{
    background-image: linear-gradient(to right top, #FEFDFD, #FEFDFD, #FEFDFD, #FEFDFD, #FEFDFD);
}
.header-bg{
    background-image: linear-gradient(to left, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF);
}
.nav-link{
    font-weight: 600!important;
}
.top-btn{
    border:1px solid #FC0006;
    padding:7px 25px;
    font-weight: 700;
    color:#FC0006;
    display: block;
    overflow:hidden;
    transition: .5s;

}
.top-btn:hover{
    background-color: rgb(255, 242, 242);
    border: 1px solid rgb(235, 33, 39);
    color: rgb(235, 33, 39);
}
.navbar-brand h3{
    font-weight: 700;
    color:#DA0B13;
}
.banner{
    background-image:url('../images/bg-banner.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding:40px 0px;
}
.banner-form-bg{
    /* background-image: linear-gradient(to right top, #FFFFFE, #FEFEFE, #FDFDFC, #FFFBFB, #FDFDFC); */
    border:none;
    background-color: #DA0B13;
    color:#fff;
}
.banner-text{
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 25px;
    color:#fff;
}
.vertical-align{
    display: flex;
    align-items: center;
    /* justify-content:  center; */
}

.login-bar span {
    font-size: 18px;
    color: #202647;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}

.login-bar span::before {
    position: absolute;
    content: "";
    height: 2.5px;
    width: 42%;
    background-color: #EA038C;
    bottom: 21px;
    left: 0;
    right: 56%;
    margin: auto;
}

.login-bar span::after {
    position: absolute;
    content: "";
    height: 2.5px;
    width: 42%;
    background-color: #211c1f;
    bottom: 21px;
    left: 57%;
    right: 0%;
    margin: auto;
}

.partner-img{
    max-height: 35px;
    width: auto;
    filter: grayscale(100%);
}
.partner-img:hover{
    transform: scale(1.1);
    filter: grayscale(0%);
}

.service-item{
    text-align:  center;
}
.service-item img{
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
}
.service-item h3{
    font-weight: 700;
    font-size: 20px;
}
.choice-momo h3{
    font-weight: 700;
    font-size: 34px;
}
/* area section */
.area-bg{
    background-image: linear-gradient(to right top, #000000, #000000, #000000, #000000, #000000);
}
.area-content h1{
    font-weight: 700;
    color:#fff;
}
.area-content p{
    color:#fff;
    padding:15px 0px;
}
.red-btn{
    font-size: 16px;
    padding:13px 40px;
    font-weight: 600;
    color:#fff;
    background: #FD0107;
}
/* delivary-charge-area */
fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: groove;
    border-color: #FD0202;
    border-image: initial;
}

legend {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    float: none;
    width: auto;
    display: block;
    padding-inline-start: 3px;
    padding-inline-end: 3px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.delivary-charge-btn li button{
    border:none;
    color:#FC0006;
    background:transparent;
    padding:10px 20px;
    font-weight: 500;
    margin-bottom: 10px;
   
}
.delivary-charge-btn li button.active{
    color:#000;
    border-bottom: 4px solid #FC0006;
}
.charge-header h3{
    font-weight: 700;
    font-size: 45px;
}
.charge-header p{
    font-weight: 500;
    padding:5px 0px; 
}
.chrage-content p{
    padding-bottom: 5px;
}
.chrage-content h4{
    font-weight: 600;
    font-family: sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
}

.bg-logistic-1{
    background-image:linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)),url('../images/3-500x500.png');
}
.bg-logistic-2{
    background-image:linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)),url('../images/Delivery-Truck.jpg');
}
.bg-logistic-3{
    background-image:linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)),url('../images/10361.jpg');
}
.bg-end-to-end{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    
}
/* end to end section */
.end-to-end-content{
    top:54%;
    position: relative;
    color:#fff;
    padding:0 10px;
    
}
.end-to-end-content h3{
    font-size: 25px;
    font-weight: 700;
    padding: 11px 0px;
    margin-bottom: 0px;
}
/* FAQ's section */
.icon-faq{
    font-size: 14px;
    color: #fff !important;
    border: 1px solid #FC0006;
    border-radius: 50px;
}
.faq-icon-color{
    color:#FC0006;
}
.see-all-faq{
    color:#FC0006;
    text-decoration: none;
    justify-content: center;
    font-weight: 600;
}
.see-all-faq:hover{
    color:#FC0006
}
/* Quote section  */
.quote-icon-color{
    color:#FC0006;
}
/* News section */
.header-single{
    font-weight: 700;
    padding-bottom: 15px;
}
.team-img{
    height: 226px;
}
.news-content{
    text-align: center;
    color:#000;
}
.news-content span{
  font-weight: 600;
  font-size: 14px;
}
.news-content h3{
    font-size: 20px;
    font-weight: 600;
}
.news-content h4{
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
}
/* footer section */
.footer-bg{
    background-image: linear-gradient(to right top, #E9E1E1, #E9E1E1, #E9E1E1, #E9E1E1, #E9E1E1);
}
.footer-header h3{
    font-size: 20px;
}
.footer-list li{
    padding-bottom: 5px;
}
.footer-list li a{
    text-decoration: none;
    color:#000;
}
.footer-list li a:hover{
    text-decoration: underline;
}

.icon-background {
    color: #C0C0C0;
}
.f-icon-color{
    color:#fff;
}