


/* Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.hero-4 {
    padding: 180px 0 100px;
}
.section-padding {
    padding: 80px 0;
}
.test-content p {
    font-size: 15px !important;
    line-height: 26px !important;
}
.choose-us-wrapper-two .choose-img-items .icon-box::before{
    height: 295px !important;
}
.classes-info-wrapper .classes-counter-box {
    padding: 0px 40px;
}
.hero-4 .hero-left-content h1 {
    font-size: 60px;
}
.classes-activitis-items .classes-activitis-image{
    height: 380px !important;
}
@media (max-width: 1399px) {
    .hero-4 .hero-left-content h1 {
        font-size: 55px !important;
    }
}
@media (max-width: 1199px) {
    .menu-thumb {
        display: block !important;
    }
}

.mt-10 {
    margin-top: 100px;
}