@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: "Nunito Sans";

}

header button a {
    text-decoration: none;
}

button {
    background-color: #EA801F !important;
    color: white !important;
    border-radius: 0 !important;
    box-shadow: 0px 0px 3px 0px gray
}

.form-box {
    position: absolute;
    right: 1%;
    top: 5%;
    width: 18%;
    padding: 1%;
}

input {
    padding: 7px;
    outline: none;

}

.form-box input {
    display: block;
    margin: 10px 0;
    width: 100%;

}

.form-box .country-code {
    width: 10%;
}

.form-box select option {
    text-align: left;

}

.form-box select {
    margin: 10px 0;
}

.feature-sec {
    margin-bottom: 100px;
    /*padding-bottom: 100px;*/
}

.features-top {
    width: 80%;
    left: 7.5%;
    top: 85%;
    background-color: white;
    padding: 10px 0;
    min-height: 170px;
}

.features-top h3 {
    border-left: 5px solid #EA801F;
    padding: 0 10px;
    color: #EA801F;
    font-size: 22px;
}

.feature-row-2 {
    margin-top: 15% !important;
}


.section-heading {
    border-bottom: 3px solid #EA801F;
    padding: 5px;
    font-size: 35px;
    font-weight: 700;
}

.sub-head-title {
    color: #EA801F;
    font-size: 20px;
}

.header-divider .orange-colored-line {
    border-bottom: 1px solid #EA801F;
    width: 5%;
}

.header-divider .gray-colored-line {
    border-bottom: 1px solid #EEEFF0;
    width: 95%;
}

.pedagogy-box {
    position: relative;
}

.pedagogy-box ::after {
    content: '';
    position: absolute;
    background-color: #EA801F;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
}

.icons-elements {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EA801F;

}

footer {
    background-color: #4C4F57;
    color: white;
    line-height: 1;
    padding: 25px;
    font-size: 12px;
}

.footer-arrow {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

footer a {
    text-decoration: none;
    color: white;
}

.footer-arrow a {
    color: gray !important;
    text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.offered-section {
    font-weight: bold;
}


.program-feture {
    background-color: #2196F3;
    border-bottom: 3px solid #BBB;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-tops {
    width: 80%;
    left: 7.5%;
    top: 85%;
    background-color: white;
    padding: 10px 0;
    min-height: 170px;
}

.features-tops h3 {
    border-left: 5px solid #EA801F;
    padding: 0 10px;
    color: #EA801F;
    font-size: 22px;
}

@media screen and (max-device-width: 768px) {
    .mobile-form{
        margin-bottom: -20rem;
    }
    .mobile .card {
        margin-top: 50rem;
        margin-bottom: 50rem;
    }

    .mobile .card-img-mobile img {
       max-width: 22rem;
    }

    .features-tops {
        width: 80%;
        left: 7.5%;
        top: 85%;
        background-color: white;
        padding: 10px 0;
        min-height: 170px;
    }

    .features-tops h3 {
        border-left: 5px solid #EA801F;
        padding: 0 10px;
        color: #EA801F;
        font-size: 22px;
    }
}
.mobile {
    /*margin-top: 16rem;*/
    margin-bottom: 10rem;
}
@media screen and (max-device-width: 320px) {
    .mobile {
        /*margin-top: 16rem;*/
        margin-bottom: 16rem;
    }

    .mobile .card-img-mobile img {
        max-width: 16rem;
    }

    .features-tops {
        width: 80%;
        left: 7.5%;
        top: 85%;
        background-color: white;
        padding: 10px 0;
        min-height: 170px;
    }

    .features-tops h3 {
        border-left: 5px solid #EA801F;
        padding: 0 10px;
        color: #EA801F;
        font-size: 22px;
    }
}
@media screen and (min-device-width: 1024px) {
    .form-box {
        position: absolute;
        right: 1%;
        top: 5%;
        width: 35%;
        padding: 1%;
    }
}
@media screen and (min-device-width: 1440px) {
    .form-box {
        position: absolute;
        right: 1%;
        top: 5%;
        width: 25%;
        padding: 1%;
    }
}
@media screen and (max-device-width: 1714px) {
  .feature-sec{
      margin-top: 10rem;
  }
}
@media screen and (max-device-width: 1260px) {
    .feature-sec{
        margin-top: 15rem;
    }
}
@media screen and (max-device-width: 1014px) {
    .form-box {
        position: absolute;
        right: 1%;
        top: 5%;
        width: 35%;
        padding: 1%;
    }
    .feature-sec{
        margin-top: 20rem;
    }
}
