
.about-details-content-title-small {
    font-size: 17px;
    font-weight: bold;
    color: #0603af;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.about-details-wraper {
    margin-top: 70px;
    padding: 0px 37px;
}

.about-details-content-title h1 {
    margin-bottom: 18px;
    color: #1c1b1b;
    font-size: 31px;
    line-height: 47px;
    font-weight: 800 !important;
    /* font-family: initial; */
    font-family: "Poppins", sans-serif;
}


.about-details-extra-title {
    margin: 15px 0;
    font-weight: bold;
    font-size: 24px;
}

.about-details-title-box strong {
    font-family: poppins;
}


.we-care-section-wrapper {
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: cover;
    background-image: url(../images/we-care-background-banner-img.jpg) !important;
    padding: 78px;
    color: white;
    margin-top: 50px;
}
.we-care-image img {
    border-radius: 8px;
}
.we-care-details-content-title h1 {
    font-weight: bold;
    border-bottom: 1px solid aliceblue;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.we-care-details-content-title ul {
    padding-left: 19px;
}
.we-care-details-content-title li {
    margin-bottom: 12px;
}

.about-us-service-wraper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url(../images/home-service-background.jpg) !important; */
    padding: 70px 30px;
    margin-top: 0px;
}
.about-us-service-wraper-title {
    text-align: center;
}
.about-us-service-wraper-title h1 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #000a2d;
    line-height: 1.2;
    display: block;
    font-family: poppins;
}
.about-us-service-card {
    margin-top: 70px;
}
.about-us-service-card a {
    color: #000;
}
.about-us-service-box {
    background: #fff;
    padding: 27px 15px;
    border-radius: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
        rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    text-align: center;
    height: 100%;
}
.about-us-service-box img {
    width: 20%;
}
.about-us-service-box-title {
    /* font-family: poppins; */
    font-size: 23px;
    padding: 20px 0;
    font-weight: bold;
}
.about-us-service-box ul {
    padding: 0px 31px;
}
.about-us-service-box li {
    list-style: none;
    margin-bottom: 13px;
    font-family: 'Poppins';
}
.about-us-service-box li {
    font-size: 15px;
}
.about-us-service-box li {
    font-size: 15px;
}

.how-it-work-section-wrap {
    margin-top: 61px;
}
.how-it-work-points-cover {
    text-align: center;
}
.how-it-work-points-cover img {
    width: 34px;
    margin-bottom: 15px;
}
.how-it-work-points-cover h2 {
    margin-bottom: 28px;
    font-weight: bold;
    font-family: poppins;
    text-align: left;
}
.how-it-work-points-box {
    padding: 17px 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 18px rgb(0 0 0 / 15%);
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}
.how-it-work-points-cover h3 {
    font-weight: bold;
    font-family: poppins;
    margin: 0px 0;
    font-size: 18px;
}
.how-it-work-points-box p {
    margin-top: 12px;
    font-size: 15px;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.how-it-work-points-image {
    position: sticky;
    top: 23px;
}
.about-chose-wrap {
    margin-top: 100px;
}
.about-chose-wrap .about-choose-content-title {
    text-align: center;
}
.about-choose-content-title h1 {
    margin-bottom: 18px;
    color: #1c1b1b;
    font-size: 31px;
    line-height: 47px;
    font-weight: 800 !important;
    /* font-family: initial; */
    font-family: "Poppins", sans-serif;
}
.about-choose-point-cover {
    padding: 0px 15px;
}
.about-choose-point-icon {
    text-align: center;
}
.about-choose-point-icon img {
    width: 85%;
}
.about-choose-point-title h3 {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
}
.about-choose-point-title p {
    font-size: 15px;
    font-family: 'Poppins';
    color: #343232;
}
@media only screen and (min-width: 320px) and (max-width: 479px){
    .about-details-wraper {
        margin-top: 50px;
        padding: 0;
    }
    .about-details-content-title {
        margin-top: 25px;
    }
    .about-details-content-para p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .we-care-section-wrapper {
        padding: 30px 0px;
        margin-top: 25px;
    }
    .we-care-image {
        text-align: center;
    }
    .we-care-image img {
        width: 70%;
    }
    .we-care-details-content-title {
        margin-top: 30px;
    }
    .we-care-details-content-title h1 {
        font-size: 25px;
    }
    .we-care-details-content-title li {
        font-size: 14px;
    }
    .about-us-service-wraper {
        padding: 36px 0;
    }
    .about-us-service-wraper-title {
        text-align: center;
    }
    .about-us-service-card {
        margin-top: 39px;
    }
    .about-us-service-box {
        padding: 20px 0px;
    }
    .about-us-service-box ul {
        padding: 0px 0px;
    }
    .about-us-service-box li {
        font-size: 13px;
    }
    .about-us-service-card .col-lg-4 {
        margin-bottom: 24px;
    }
    .about-us-service-wraper-title h1 {
        font-size: 32px;
    }
   
    .how-it-work-section-wrap {
        margin-top: -10px;
    }
    .how-it-work-points-cover h2 {
        font-size: 28px;
    }
    .how-it-work-points-box {
        padding: 10px 10px;
    }
    .how-it-work-points-image {
        text-align: center;
    }
    .how-it-work-points-image img {
        width: 70%;
    }
    .about-chose-wrap {
        margin-top: 26px;
    }
    .about-choose-content-title {
        margin-top: 25px;
    }
    .about-choose-content-title h1 {
        font-size: 28px;
        line-height: 37px;
    }
    .about-choose-point-cover {
        padding: 0px 15px;
        padding-bottom: 30px;
    }
    .about-choose-point-box {
        margin-top: 20px;
    }
    .about-choose-point-icon {
        text-align: center;
    }
    .about-choose-point-icon img {
        width: 27%;
    }
    .about-choose-point-title h3 {
        text-align: center;
        margin-top: 12px;
    }
}