.body {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
    line-height: 1.7em;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 70px;
    line-height: 1.7em;
    color: #BF2025;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    color: #BF2025;
    line-height: 1.7em;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    color: #BF2025;
    line-height: 1.7em;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    color: #283D6A;
    line-height: 1.7em;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    color: #BF2025;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    color: #283D6A;
}


img {
    width: 100%;
    height: auto;
    margin: auto;
}

#logsedf {
    width: 55%;
}

.navbar-nav .nav-link {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7em;
    padding: 6px 15px !important;
    text-transform: uppercase;
}

.navbar-brand {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.footer-section{
    background-color: #283D6A;
    padding: 30px;
    width: 100%;
    height: auto;
}
.footer-logo img{
    width: 55%;
}

.footer-menu h4 {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer-menu ul {
    padding: 0px 15px;
}
.footer-menu ul li {
    list-style: none;
    padding: 5px 5px;
}
#foot-icon {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding-left: 15px;
}
.footerb-text p {
    color: #4A4A4A;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    text-align: center;
}
.slider-section{
    background-image: url(../images/sliderbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 57px 50px 410px 50px;
}
.slidertext{
    text-align: center;
}
.slidertext h1{
    font-size: 40px;
}
.slidertext p{
    color: #fff;
}
.whydel-section{
    background-color: #283D6A;
    padding: 30px;
    margin-top: 8px;
}
.why-delivey{
    text-align: center;
}
.why-delivey h3{
    color: #ffffff;
    font-weight: 500;
}
.why-delivey p{
    color: #fff;
}
.abt-section{
    padding: 40px;
}
.btn-danger{
    background-color: #BF2025;
}
.btn-danger:hover{
    background-color: #BF2025;
}
.serv-section{
    background-image: url(../images/servicesbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}
.card-body a{
    color: #BF2025;
}
.cardbg{
    background-color: #E8E8E8;
    box-shadow: 0px 0px 4px 3px #00000040;
    padding: 0px 15px 15px 15px ;
    border-radius: 5px;
    height: 100%;
}
.cardbg img{
    width: 80px;
    margin-bottom: 20px;
}
.banner-section{
    background-image: url(../images/bannerbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
}
.bannertext{
    text-align: center;
}
.bannertext h1{
    color: #fff;
    font-size: 45px;
}
.requstbg{
    background-color: #E2E2E2;
    border: 2px solid #BF2025;
    border-radius: 8px;
    padding: 20px;
}
.formbg{
    background-color: #E2E2E2;
    border: 2px solid #283D6A;
    border-radius: 8px;
    padding: 20px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .navbar .navbar-brand {
        width: 70%;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
    }

    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        color: #fff !important;
        height: 37px;
        padding: 23px 0;
        background-color: #283D6A !important;
        text-align: left;
        border-bottom: 1px solid #fff;
    }

    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }

    #logsedf {
        width: 25%;
    }
    .slider-section {
        background-image: url(../images/sliderbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px 25px 200px 25px;
    }
    .whydel-section {
        background-color: #283D6A;
        padding: 20px;
        margin-top: 8px;
    }
    .abt-section {
        padding: 25px;
    }
    p {
        font-family: "Poppins", sans-serif;
        line-height: 1.7em;
        font-weight: 400;
        font-size: 14px;
        color: #4A4A4A;
    }
    .serv-section {
        background-image: url(../images/servicesbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px;
    }
    .footer-section {
        background-color: #283D6A;
        padding: 25px;
        width: 100%;
        height: auto;
    }
    .footer-logo img {
        width: 100%;
    }
    h4 {
        font-size: 18px;
        color: #283D6A;
        line-height: 1.7em;
        font-weight: 500;
    }
    h3 {
        font-size: 22px;
        color: #BF2025;
        line-height: 1.7em;
        font-weight: 500;
    }
    .banner-section {
        background-image: url(../images/bannerbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 39px;
    }
    .bannertext h1 {
        color: #fff;
        font-size: 30px;
    }
    

}


@media screen and (min-width: 481px) and (max-width: 768px) {
    .navbar .navbar-brand {
        width: 70%;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
    }

    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        color: #fff !important;
        height: 37px;
        padding: 23px 0;
        background-color: #283D6A !important;
        text-align: left;
        border-bottom: 1px solid #fff;
    }

    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }

    #logsedf {
        width: 25%;
    }
    .slider-section {
        background-image: url(../images/sliderbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px 25px 200px 25px;
    }
    .whydel-section {
        background-color: #283D6A;
        padding: 20px;
        margin-top: 8px;
    }
    .abt-section {
        padding: 25px;
    }
    p {
        font-family: "Poppins", sans-serif;
        line-height: 1.7em;
        font-weight: 400;
        font-size: 14px;
        color: #4A4A4A;
    }
    .serv-section {
        background-image: url(../images/servicesbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px;
    }
    .footer-section {
        background-color: #283D6A;
        padding: 25px;
        width: 100%;
        height: auto;
    }
    .footer-logo img {
        width: 100%;
    }
    h4 {
        font-size: 18px;
        color: #283D6A;
        line-height: 1.7em;
        font-weight: 500;
    }
    h3 {
        font-size: 22px;
        color: #BF2025;
        line-height: 1.7em;
        font-weight: 500;
    }
    .banner-section {
        background-image: url(../images/bannerbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 39px;
    }
    .bannertext h1 {
        color: #fff;
        font-size: 30px;
    }

}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .navbar .navbar-brand {
        width: 70%;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #EFEFEF !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
    }

    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        color: #fff !important;
        height: 37px;
        padding: 23px 0;
        background-color: #283E6A !important;
        text-align: start;
        border-bottom: 1px solid #fff;
    }

    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }

    #logsedf {
        width: 50%;
    }
    p {
        font-family: "Poppins", sans-serif;
        line-height: 1.7em;
        font-weight: 400;
        font-size: 14px;
        color: #4A4A4A;
    }
    .slider-section {
        background-image: url(../images/sliderbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px 10px 30px 10px;
    }
    .slidertext h1 {
        font-size: 23px;
    }
    .slidertext p {
        color: #fff;
        line-height: 1.3em;
        font-size: 12px;
    }
    .whydel-section {
        background-color: #283D6A;
        padding: 15px;
        margin-top: 8px;
    }
    h3 {
        font-size: 22px;
        color: #BF2025;
        line-height: 1.7em;
        font-weight: 500;
    }
    .abt-section {
        padding: 15px;
    }
    .abtimg{
        margin-top: 20px;
    }
    h2 {
        font-size: 28px;
        color: #BF2025;
        line-height: 1.7em;
        font-weight: 600;
    }
    h4 {
        font-size: 18px;
        color: #283D6A;
        line-height: 1.7em;
        font-weight: 500;
    }
    .serv-section {
        background-image: url(../images/servicesbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
    }
    .footer-section {
        background-color: #283D6A;
        padding: 15px;
        width: 100%;
        height: auto;
    }
    .footer-logo img {
        width: 100%;
        margin-bottom: 20px;
    }
    .bannertext h1 {
        color: #fff;
        font-size: 25px;
    }
    .banner-section {
        background-image: url(../images/bannerbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px;
    }

    
   
}

@media only screen and (min-width: 992px) and (max-width: 1380px) {

    #logsedf {
        width: 52%;
    }
    p {
        font-family: "Poppins", sans-serif;
        line-height: 1.7em;
        font-weight: 400;
        font-size: 14px;
        color: #4A4A4A;
    }
    .slider-section {
        background-image: url(../images/sliderbg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 50px 246px 50px;
    }
    .footer-logo img {
        width: 90%;
    }
    
    

}