html{
    scroll-padding-top: 100px;
}

.theme-light .black-logo {
    display: block;
    width: 160px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: #f9bc3b;
}

.supreme-bg {
    background: url(../site-images/bg-pattern/6.png);
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-footer-widget .logo a img {
    width: 150px;
}

.ratings {
    width: 100%;
    padding: 20px;
}

.ratings-margin {
    width: 96%;
    margin: 2%;
}

.ratings-margin-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ratings-margin-flex-sep {
    padding: 10px;
    margin: 5px;
}

.ratings-margin-flex-sep img {
    margin: auto 50px;
    width: 120px;
}

@media only screen and (max-width: 991px) {
    .ratings-margin-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .yiframe {
        width: 100%;
        height: 415px;
        margin-top: 10px;
    }

    .starter-item {
        margin-bottom: 10px;
        /* border-bottom: 5px solid #4091c1; */
        box-shadow: inset 0px 0px 5px #c5c5c5;
    }

    .modules-banner-flex {
        flex-direction: column-reverse;
    }

    .higlight-bg {
        background: linear-gradient(45deg, #4091c11f, #f9e5bf14);
        padding: 20px 20px;
        border-radius: 10px;
    }

    .index-bg {
        background: linear-gradient(45deg, #4091c11f, #f9e5bf14);
        padding: 20px 20px;
        border-radius: 10px;
    }

    .index-bg-1 {
        background: linear-gradient(45deg, #4091c11f, #f9e5bf14);
        padding: 20px 20px;
        border-radius: 10px;
    }

    .ft-rev {
        flex-direction: column-reverse;
    }
    .checkbox-custom {
        margin: 20px 0px;
        display: grid;
        grid-template-columns: 0fr 0fr;
    }
    .vid-sec{
        margin-top: 20px;
    }
}

@media only screen and (min-width: 991px) {
    .yiframe {
        width: 600px;
        height: 375px;
    }

    .higlight-bg {
        background: linear-gradient(45deg, #4091c11f, #f9e5bf14);
        padding: 20px 20px;
        border-radius: 10px 500px;
    }

    .index-bg {
        background: linear-gradient(45deg, #4091c11f, #f9e5bf14);
        border-radius: 500px 0px 0px 500px;
        padding: 50px 10px;
    }

    .index-bg-1 {
        background: linear-gradient(45deg, #4091c11f, #f9e5bf14);
        border-radius: 0px 500px 500px 0px;
        padding: 50px 10px;
    }

    .only-visible-991 {
        display: none !important;
    }
    .checkbox-custom {
        margin: 20px 0px;
        display: grid;
        grid-template-columns: 0fr 0fr 0fr 0fr;
    }
}


.title-classifier {
    font-size: 15px;
    text-align: left;
}

.text-classifier {
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    margin-top: 10px;
    color: #1b0238;
}

.starter-item {
    padding: 20px !important;
    background: white;
    border-radius: 5px;
}

.explain-module {
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    margin-top: 10px;
    color: #1b0238;
}

.module-Eimg {
    width: 150px !important;
}

.list-seprater {
    padding: 10px;
    /* border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; */
    box-shadow: 3px 3px 4px #cdcdcd;
    margin-bottom: 5px;
    transition: .5s all ease-in-out;
    background: white;
}

.list-seprater:hover {
    background: linear-gradient(90deg, #4f9ec53b, #fab73a4f);
    box-shadow: none;
}

.pad-reset .menu-subs {
    padding: 5px !important;
}

.pad-reset ul {
    padding-left: 5px !important;
}

.pad-reset ul li a {
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-family: "Roboto", sans-serif !important;
}

/* Banner Images */

.nursery-banner {
    background: url(../site-images/banner/nursey-app-banner.jpg);
    background-size: cover;
    background-position: center;
}





.modules-banner {
    width: 100%;
    padding: 100px 0px;
    margin-top: 65px;
    background: linear-gradient(90deg, #4f9ec53b, #fab73a4f);
}

.modules-banner-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modules-banner-flex-sep {
    padding: 10px;
    margin: 5px;
}

.modules-banner-flex-sep img {
    width: 100%;
}

.modules-banner-flex-sep h1 {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
}

.modules-banner-flex-sep h2 {
    color: #f9bc3b;
    font-size: 26px;
    font-family: "Roboto", sans-serif !important;
}

.modules-banner-flex-sep p {
    color: #1b0238;
    font-weight: 600;
    margin-bottom: 30px;
}

.module-btn {
    background: #f9bc3b;
    padding: 10px 30px;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: "Roboto", sans-serif !important;
}

.module-btn:hover {
    color: white;
}

.setup-list {
    padding-left: 0px !important;
    margin-top: 15px;
}

.setup-list li {
    color: #6b6b84;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
    margin-bottom: 10px;
}

.setup-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    background: #4091c1;
    color: white;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 50px;
    font-size: 11px;
}

/* .higlight-bg{
    transition: 1s ease-in-out;
}
.higlight-bg:hover{
    border-radius: 500px 0px 0px 500px;
    transition: 1s ease-in-out;
} */
.mb-20 {
    margin-bottom: 20px;
}

.theme-dark .modules-banner-flex-sep p {
    color: #b1b1b1;
}

.theme-dark .single-teacher-item .image::before {
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0.9;
    border-radius: 10px;
}

.lang-wid-flag {
    display: flex !important;
    align-items: center;
    padding: 5px 0 !important;
}

.lang-wid-flag img {
    width: 20px;
    margin-right: 5px;
}

.globe-des {
    display: flex;
    align-items: center;
}

.globe-des i:first-child {
    font-size: 18px !important;
    margin-right: 5px;
}

.demo-nav-btn {
    background: #fabc3b;
    padding: 7px 15px;
    color: white !important;
    border-radius: 20px;
    position: relative;
    top: -2px;
}

.d-flex-mobile {
    display: flex;
    align-items: center;
}

.d-flex-mobile img {
    width: 20px;
    margin-right: 5px;
}

.contact-list li a {
    font-size: 15px;
    font-weight: 400 !important;
}

.ot-module a img {
    width: 180px;
    margin: auto;
    border-radius: 5px;
    box-shadow: 3px 3px 5px lightgrey;
    margin-top: 20px;
}

.request-demo {
    width: 100%;
}

.request-demo form input {
    width: 100%;
    padding: 5px 5px;
    border-bottom: 1px solid #cbcbcb !important;
    outline: none;
    border: 0;
    font-size: 14px;
    background: transparent;
    margin-bottom: 25px;
}

.request-demo form h5{
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
}
.request-demo form input[type=checkbox]{
    width: 20px;
}
.ck-box{
    display: flex;
    margin-bottom: 5px;
}
.ck-box label{
    position: relative;
    top: -3px;
    font-size: 12px;
    margin-left: 10px;
    text-align: left;
}
.ck-box label a{
    color: #4091c1;
}
.icon-box img{
    width: 32px;
}
.request-demo form button{
    background: #f6ba3a;
    padding: 8px 30px;
    width: 200px;
    color: white;
    margin-left: 15px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 25px;
}


/* Custom Checkbox */


.checkbox-custom label {
    padding: 5px;
    cursor: pointer;
    display: flex;
}

.checkbox-custom label input[type="checkbox"] {
    display: none;
}

.checkbox-custom label .icon-box {
    position: relative;
    display: flex;
    width: 120px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    background-color: #fabc3b;
    color: #fff;
    border-radius: 3px;
    font-size: 21px;
    transition: 0.5s;
    user-select: none;
}

.checkbox-custom label input[type="checkbox"]:checked~.icon-box {
    background: linear-gradient(138deg, #da2c4d, #f8ab37);
    color: #fff;
}

.checkbox-custom label .icon-box span {
    margin: 5px;
    font-size: 13px;
}

.container .btn {
    width: 130px;
    height: 40px;
    position: absolute;
    left: 550px;
    font-size: 16px;
    border: 0;
    outline: none;
    transition: 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.vid-sec video{
    border-radius: 18px;
    box-shadow: 5px 5px 10px #444444;
}

.article-content h4{
    font-size: 18px;
}

.article-content ul{
    padding: 0px 15px;
}

.article-content ul li{
    margin-bottom: 15px;
    line-height: 1.8;
    color: #6b6b84;
    font-weight: 500;
    font-size: 15px;
}

.optional-btn{
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 35px;
}

.text-justify{
    text-align: justify!important;
}

.careers-sp {
    width: 100%;
    padding: 20px;
    background: url(../site-images/careers.png) #4194c3;
    height: 563px;
    background-position: center;
}

.titleAmpliSmart span {
    font-size: 13px;
    color: #505050;
    margin-bottom: 0px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.titleAmpliSmart h2 {
    font-size: 25px !important;
    color: #4194c3 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    background: #ffffff42;
    backdrop-filter: blur(10px);
    padding: 5px 10px;
    border: 5px solid #4194c3;
}

.job-open a {
    padding: 5px 30px;
    background: #f1a620;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 13px;
}

.service-page-banner {
    background: #4194c3 no-repeat scroll 0 0 / cover;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.service-page-banner > h3 {
    font-size: 22px !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.service-page-banner form {
    background: transparent !important;
    padding: 0px;
}

.service-page-banner form input {
    width: 100%;
    padding: 5px 7px;
    outline: none;
    border: none;
    background: white;
    color: #383838;
}


.service-page-banner form .gauto-btn {
    padding: 6px 15px !important;
    border: 3px solid white;
    margin-top: 10px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.secureData a{
    text-decoration: underline;
    color: blue;
}
ul.policy-listing li{
    font-size: 14px;
    color: #6b6b84;
    font-family: 'Roboto';
    line-height: 27px;
    list-style: circle;
}

ul.policy-listing li a{
    text-decoration: underline;
    color: blue;
}
.secureData table{
    width: 100%;
    border: 1px solid gray;
}
.secureData table tbody tr td{
    padding: 5px 10px;
    font-size: 14px;
}
.secureData table tbody tr td:first-child{
    width: 100px;
}