p,
ul,
li {
    font-size: 1.7rem;
    line-height: 1.6;
}

section,
section * {
    color: #000;
}

.form-check {
    padding-left: 2em;
}

.form-select {
    background-image: url("../images/arrow-down.svg?v=0.01");
    background-position: right 1.75rem center;
}

em {
    font-style: normal;
}

@media screen and (min-width: 992px) {
    .sec4 img {
        max-width: 50%;
    }
}

@media screen and (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1425px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 87%;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-right: auto;
        margin-left: auto;
    }
}

ul,
li {
    list-style: none;
    padding: 0;
}

li.fw-medium {
    font-size: 0.8rem;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-blue1 {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
    padding: 1.5rem 4rem;
    background: #367EF0;
    color: #fff;
    border-radius: 0.7rem;
    /* margin-bottom: 1rem; */
    min-width: 20rem;
    text-align: center;
}

.btn-blue1:hover {
    transform: translate(-1px, -1px);
    box-shadow: 4px 4px 0px #000000;
}

.hr-home {
    border-top: 1px solid #e6e6e6;
    margin: 0 !important;
}

.hd2 {
    font-size: 4rem;
    font-weight: 500;
    color: #000;
}

.hd2 em:nth-of-type(1) {
    color: var(--skyblue);
    font-style: normal;
}

.hd2 em:nth-of-type(2) {
    color: var(--green);
    font-style: normal;
}

.visamcsettlementpage p {
    font-size: 1.7rem;
    line-height: 1.6;
}

.sec1 {
    position: relative;
    padding-top: 5rem;
    margin-bottom: 5rem;
    background: url("../images/sec1-bg-D.png");
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: -18rem -74rem;
}


.sec2,
.sec3,
.sec4 {
    margin-bottom: 5rem;
}

.sec4 span {
    color: #367EF0;
    text-decoration: underline;
}

.timer span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7.3rem;
    height: 7.3rem;
    color: #fff;
    background-color: #367EF0;
    font-size: 3.5rem;
    font-weight: 700;
    box-shadow: 5px 5px 0 0 #000;
    position: relative;
}

.timer span::after {
    content: "abc";
    position: absolute;
    top: 100%;
    left: 55%;
    transform: translate(-50%, 35%);
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
}

.timer span.months::after,
.timer span.months1::after {
    content: "months";
}

.timer span.weeks::after,
.timer span.weeks1::after {
    content: "weeks";
}

.timer span.days::after,
.timer span.days1::after {
    content: "days";
}

.timer span:not(:last-child) {
    margin-right: 1.5rem;
}

.btn-blue1 {
    padding: 2.3rem 7.5rem;
}

.sec3 .update {
    padding: 1.5rem 2.2rem;
    background-color: #D6EFF9;
    border-radius: 0.7rem;
}

section li {
    position: relative;
    /* margin-left: 3rem; */
    margin-left: 1rem;
}

/* section li:before {
    content: "·";
    font-size: 8rem;
    line-height: 2rem;
    position: absolute;
    top: 0.4rem;
    left: -3rem;
    margin-right: 0.7rem;
    margin-left: -0.5rem;
} */
section li:before {
    content: "·";
    font-size: 4rem;
    line-height: 0.5rem;
    position: absolute;
    top: 0.4rem;
    left: -1rem;
    margin-right: 0.7rem;
    margin-left: -0.5rem;
}

@media screen and (max-width: 991px) {
    /* h1.hd2 {
        font-size: 3.5rem;
    } */

    .hd2 {
        font-size: 4rem;
        font-weight: 500;
        color: #000;
        width: 100%;
    }

    .btn-blue1 {
        font-size: 2.3rem;
        padding: 1.6rem 1.5rem;
        display: block;
    }

    .sec1 {
        padding-top: 3rem;
        margin: 0;
        padding-bottom: 3rem;
        background: url("../images/sec1-bg-M.png");
        background-position: -21rem -27rem;
        background-repeat: no-repeat;
    }

    .sec2,
    .sec3,
    .sec4 {
        margin-bottom: 3rem;
    }

    .timer {
        margin-bottom: 6rem !important;
    }

    .sec3 .ss {
        overflow-x: scroll;
    }

    .sec3 .ss img {
        height: 100%;
        width: auto;
        max-width: none !important;
    }

    .update {
        padding: 1.8rem 2.3rem;
    }
}