* {
    padding: 0;
    margin: 0;
}

.service-section {
    width: 100%;
    height: auto;
}
 
.service-main {
    width: 100%;
    height: 100%;
    /* background-color: orange; */
}

.service-heading-div {
    background-color: #1E4B8B;
    color: white;
    text-align: center;
    padding: 50px 0px;
}

.service-heading-div h2 {
    font-family: 'Merriweather';
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0px 20px;
    line-height: 48px;
}

.service-heading-div p {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.service-card-div-main {
    width: 100%;
    height: 800px;
    padding: 38px 60px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.card {
    max-width: 440px;
    height: 100%;
    background-color: #4A90E2;
    padding: 25px 5px;
    border-radius: 5px;
    width: 100%;
}

.card-img {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
}

.img {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: #1E4B8B33;
    align-items: center;
}

.img img {
    opacity: 0.8;
}

.starter-img {
    border: 1px solid black;
}

.card-ul-div {
    height: 55%;
    width: 100%;
    /* background-color: palegoldenrod; */
    font-family: 'Merriweather';
    color: white;
}

.card-ul-heading {
    padding: 20px 0px;
    text-align: center;
}

.card-ul-heading h2 {
    font-size: 32px;
    line-height: 28px;
    padding-bottom: 10px;
    font-family: 'Merriweather', sans-serif;
}

.advocacy {
    padding: 0px 40px;
}

.advocacy-lower {
    padding-top: 15px;
    /* margin-bottom: 5px; */
}

.card-ul-heading p {
    padding: 5px 35px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
}

.ul-div {
    width: 100%;
    height: max-content;
    /* background-color: pink; */
    font-family: 'Montserrat';
}

.ul-div ul li {
    list-style-position: inside;
    text-align: center;
    line-height: 24px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
/* .starter-ul li{
    padding-bottom: 35px !important;
} */
ul li::marker {
  font-size: 0.6em; 
  margin-right: 0px;
}
.lower-head {
    width: 100%;
    height: 25%;
    /* background-color: orange; */
    text-align: center;
    color: white;
    font-family: 'Montserrat';
}

.lower-head-heading {
    /* margin: 10px 0px; */
    height: 80%;
}
.free{
    display: flex;
    justify-content: center;
    align-items: center;

}
.strong {
    font-size: 48px;
    font-weight: 500;
    line-height: 24px;
}

.price {
    font-size: 18px;
    font-weight: 500;
}

.btn-div {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
    justify-content: center;
}

.btn-div button {
    background-color: #17A2B8;
    padding: 12px;
    color: white;
    border-radius: 8px;
    outline: none;
    border: none;
    cursor: pointer;
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 24px;
}

.callnow, .start-your-evaluatuin{
      background-color: #17A2B8;
    padding: 12px;
    color: white;
    border-radius: 8px;
    outline: none;
    border: none;
    cursor: pointer;
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-decoration: none;
}

.advisor-lower-heading {
    font-size: 28px;
}

.included-main {
    width: 100%;
    padding: 30px 60px;
    background-color: #1E4B8B;
    color: white;
}

.included-main h2 {
    font-family: 'Merriweather';
    font-size: 36px;
    font-weight: 400;
    line-height: 24px;
}

.included-main ul {
    list-style-position: inside;
}
.included-main-container {
    max-width: 1920px;
    margin: 0 auto;
}
.included-main ul li {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-top: 40px;
    line-height: 24px;
}
/* MOBILE RESPONSIVE */
@media(max-width:600px) {
    .service-card-div-main {
        padding: 60px 10px;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .card {
        width: 90%;
    }
    .included-main h2 {
        line-height: 50px;
    }
}
@media(min-width:1279px) and (max-width:1300px) {
    .service-card-div-main{
        height: 850px;
    }
}
/* TABLET RESPONSIVE */
@media(min-width:601px) and (max-width:768px) {
    .service-card-div-main {
        padding: 60px 10px;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .card {
        width: 80%;
    }
}
@media (max-width:1440px) {
    .card-ul-heading h2 {
        line-height: 37px;
    }
}
@media(min-width:769px) and (max-width:920px) {
    .service-card-div-main {
        padding: 60px 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .card {
        
        width: 80%;
    }

    .card-ul-div {
        height: auto;
    }
}

@media(min-width:769px) and (max-width:1279px) {
    .service-card-div-main {
        height: auto;
        padding: 60px 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .card { 
        padding-bottom: 35px;
        height: 700px;
    }
}
@media(max-width:769px) {
    .card { 
        height: 700px;
    }
}
@media(max-width:450px) {
    .card { 
        height: 780px;
    }
    .img.starter-img img {
        width: 100px;
        height: 100px;
    }
    .img {
        align-items: center;
    }
}

/* FIGMA RESPONSIVE */
@media(min-width:1440px) and (max-width:1550px) {
    .service-card-div-main {
        justify-content: space-between;
        height: 750px;
    }

    .btn-div button {
        font-size: 20px;
    }

    .card {
        padding-bottom: 35px;
    }
    .free{
    display: flex;
    justify-content: center;
    align-items: center;
}
}
@media(min-width:1550px) and (max-width:1650px){
        .service-card-div-main {
            height: 700px;
        }
    .card{
        
        padding-bottom: 0px !important;
    }
    .card-ul-div {
        height: 50%;
    }
    .lower-head {
        height: 22%;
    }
    .free{
        align-items: center;
    }
}

@media(min-width:1500px)  {
    .service-card-div-main {
        max-width: 1920px;
        gap: 0px;
        justify-content: space-between;
        height: 700px;
        margin: 0 auto;
        height: 800px;
    }
    /* .card{
        padding-bottom: 35px;
        
    } */
    .btn-div button {
        font-size: 20px;
    }
    .free{
    display: flex;
    justify-content: center;
    align-items: center;
}
}

@media(max-width:900px) {
    .included-main {
        padding: 30px 40px;
    }
}