body {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    height: 100%;
    min-height: 100vh;
    font-size: 0.9rem;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.banner {
    height: 400px;
    padding-top: 110px;
    position: relative;
    background-image: url("../images/services-banner.jpg");
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.banner h1 {
    font-family: Lato, sans-serif;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.2
}

.banner p {
    font-size: 24px;
    animation: fadeInDown 1s both 0.2s;
    margin-bottom: 5px;
}

.type {
    padding: 60px 0px;
    position: relative;
    font-family: 'Poppins-Regular';
    background: #f5f6fc;
}

.type h2 {
    font-family: 'Poppins-Bold';
    color: #01022e;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.type p {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    margin: 0 auto 50px auto;
    width: 100%;
    text-align: center;
    color: #565559;
}

.type section {
    border: 1px solid #daecf7;
    border-top-color: rgb(240, 244, 255);
    border-top-style: solid;
    border-radius: 16px;
    height: 98%;
    font-family: 'Poppins-Regular';
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
    margin-bottom: 30px;
    background: #fff;
    border-bottom: 4px solid #fff;
}

.type section img {
    text-align: center;
    display: block;
    border-top-left-radius: .85rem;
    border-top-right-radius: .85rem;
    padding: 0px 0px 20px 0px;
}

.type section .card-body {
    padding: 0px 30px 30px 30px;
}

.type section h5 {
    padding: 5px 0px;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    color: #01022e;
}

.type section p {
    padding: 5px 0px;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    color: #212529;
}

.type section h6 {
    padding: 5px 0px;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.type section h6 a {
    border: 1px solid #01022e;
    border-radius: 30px;
    font-size: 16px;
    color: #01022e;
    margin-bottom: 10px;
    padding: 5px 20px;
    text-decoration: none;
}

.type section h4 {
    padding: 5px 0px;
    font-size: 20px;
    margin-bottom: 10px;
}

.type section .pd {
    padding: 0% 15%;
}

.type section ul {
    padding-left: 26px;
}

.type section ul li {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 26px;
    list-style-type: disc;
    padding-left: 10px;
}

.type section:hover {
    box-shadow: none;
    border: 1px solid #ed212b;
    border-bottom: 4px solid #ed212b;
}


/* .type section:hover h5 {
    color: #ed212b;
} */

.type section:hover a {
    background: #ed212b;
    color: #fff;
    border: 0px;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .banner {
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 32px;
    }
    .type {
        padding: 30px 0px;
    }
    .type h2 {
        font-size: 22px;
    }
    .type h3 {
        font-size: 18px;
    }
    .type p {
        font-size: 14px;
        padding: 0% 5% 0% 5%;
        margin-bottom: 30px;
    }
    /* .type section {
        height: 310px;
    } */
    .type section h5 {
        font-size: 20px;
    }
    .type section p {
        font-size: 14px;
        padding: 0px;
        margin-bottom: 0px;
    }
    .type section img {
        margin: 0px auto 20px auto;
    }
    .type section h6 {
        margin-top: 10px;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .banner {
        padding-top: 20px;
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 35px
    }
    .type {
        padding: 30px 0px;
    }
    .type h2 {
        font-size: 22px;
    }
    .type h3 {
        font-size: 18px;
    }
    .type p {
        font-size: 14px;
        padding: 0% 5% 0% 5%;
        margin-bottom: 30px;
    }
    .type section {
        height: 310px;
    }
    .type section h5 {
        font-size: 20px;
    }
    .type section p {
        font-size: 14px;
        padding: 0px;
        margin-bottom: 0px;
    }
    .type section img {
        margin: 0px auto 20px auto;
    }
    .type section h6 {
        margin-top: 10px;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .banner {
        padding-top: 70px;
        height: 200px;
    }
    .banner h1 {
        font-size: 35px
    }
    .type {
        padding: 30px 0px;
    }
    .type h2 {
        font-size: 22px;
    }
    .type h3 {
        font-size: 18px;
    }
    .type p {
        font-size: 14px;
        padding: 0% 5% 0% 5%;
        margin-bottom: 30px;
    }
    /* .type section {
        height: 330px;
    } */
    .type section h5 {
        font-size: 20px;
    }
    .type section p {
        font-size: 14px;
        padding: 0px;
        margin-bottom: 0px;
    }
    .type section img {
        margin: 0px auto 20px auto;
    }
    .type section h6 {
        margin-top: 10px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .banner {
        height: 400px;
    }
    .banner h1 {
        font-size: 50px;
    }
}

@media (min-width: 1080px) {
    .banner {
        height: 318px;
    }
    .banner h1 {
        font-size: 60px;
    }
}

@media (min-width:1920px) {
    .banner {
        height: 400px;
        padding-top: 150px;
    }
    .banner h1 {
        font-size: 60px;
    }
}