@media only screen and (min-width: 1430px) {
    .container {
        max-width: 1290px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1630px;
    }
}


@media only screen and (max-width: 1599px) {

    .login-right h4,
    .login-left h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1429px) {
    .how-span-2 {
        right: -10px;
    }

    .hero-banner-info h1 {
        font-size: 46px;
    }

    .main-title {
        font-size: 38px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
    }

    .col-custom {
        width: 33.33%;
    }

    .row-custom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .favorite-sport-item {
        margin: 0;
    }

    .favorite-sport-section .main-title {
        margin-bottom: 50px;
    }

    .blog-banner-info {
        padding: 15px 30px;
    }

    .btn-white {
        padding: 12px 30px;
        font-size: 16px;
    }

    .btn-blue {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-item .btn-blue {
        margin-left: 15px;
        padding: 14px 12px;
    }

    .navbar-brand {
        max-width: 160px;
    }

    .d-margin {
        margin-top: 90px;
    }

    .how-work-img {
        width: 100%;
    }

    .how-work-info ul li p {
        font-size: 20px;
    }

    .how-work-info ul li span {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 26px;
    }

    .btn-blue {
        font-size: 18px;
    }

    .btn-parents-entroll {
        margin-top: 60px;
    }

    .hero-banner img {
        object-position: right;
    }

    .herp-item {
        height: 630px;
    }

    .inner-banner-info h2 {
        font-size: 46px;
    }

    .inner-page-banner {
        padding: 90px 0;
    }

    .p-100 {
        padding: 80px 0;
    }

    .about-info {
        padding: 0;
    }

    .about-info p {
        font-size: 16px;
    }

    .about-info h4 {
        font-size: 34px;
    }

    .about-info2 h4 {
        font-size: 32px;
    }

    .about-info2 p {
        font-size: 18px;
    }

    .blog-banner-info p {
        font-size: 18px;
    }

    .blog-banner-info span {
        margin-bottom: 10px;
    }

    .blog-banner-info h4 {
        font-size: 22px;
    }

    .blogs-bg:after {
        height: 502px;
    }

    .blog-item-info {
        padding: 25px 15px;
    }

    .blog-item-info span {
        margin-bottom: 10px;
    }

    .blog-item-info h6 {
        font-size: 20px;
    }

    .blog-item-info p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .event-banner-info {
        padding: 40px;
    }

    .btn-blue.btn-join {
        font-size: 16px;
        padding: 10px 24px;
    }

    .login-right h4,
    .login-left h2 {
        font-size: 42px;
    }

    .login-right h4,
    .login-left h2 {
        font-size: 34px;
    }

    .team-item-info h6 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .team-item-info span {
        font-size: 16px;
    }

    .team-item {
        margin: 15px 0;
    }

    .team-item-info {
        padding: 30px 16px;
    }

    .team-item-img {
        height: 300px;
    }

    .circloplay-section {
        padding-bottom: 0;
    }

    .benefit-coach-item {
        margin: 15px 0;
    }

    .how-work-info2 h6 {
        font-size: 18px;
    }

    .benefit-coach-info p {
        font-size: 16px;
    }

    .benefit-coach-info h6 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .recognitionotr .about-info-correction{
        text-align: center;
    }
    .recognitionotr .about-img{
        max-width: 100%;
    }
    .navbar-toggler {
        position: relative;
        z-index: 99999;
        margin-left: 0;
        padding: 0;
        height: 30px;
        order: 1;
    }

    li.nav-item.btn-login {
        margin-left: auto;
        margin-right: 15px;
    }

    .navbar .container-fluid {
        padding: 0;
    }

    #nav-icon1 {
        width: 35px;
        height: 35px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        top: -6px;
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #000000;
        border-radius: 4rem;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 8px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
        width: 80%;
    }

    #nav-icon1 span:nth-child(3) {
        top: 29px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        display: block !important;
        width: 100%;
        max-width: 270px;
        right: 0;
        background: #fff;
        z-index: 999;
        height: 100%;
        padding: 80px 15px 15px;
        transform: translateX(100%);
        transition: all 0.5s;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        text-align: left;
        margin-bottom: 35px;
    }

    .navbar-nav {
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }

    html.show-menu div#navbarSupportedContent {
        transform: translateX(0);
        transition: all 0.5s;
        box-shadow: 4px 0px 80px 0px #2e107840;
    }

    .how-work-img {
        max-width: 480px;
        margin: 0 auto;
    }

    .how-work-img img {
        max-width: 90%;
        margin: 0 auto;
    }

    .how-work-section .row .col-lg-6:nth-last-child(1) {
        order: -1;
        margin-bottom: 20px;
    }

    .how-work-info .main-title {
        margin-bottom: 40px;
    }

    .main-title {
        font-size: 34px;
    }

    .how-work-info ul li {
        margin-bottom: 15px;
    }

    .how-work-info ul li p {
        font-size: 18px;
    }

    .topbar p {
        font-size: 16px;
    }

    .hero-banner-info h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .btn-white {
        font-size: 18px;
        padding: 15px 30px;
    }

    .hero-banner-info p {
        margin-bottom: 35px;
    }
    .p-80 {
        padding: 30px 0;
    }
    .loigotyu .imjkotr{
        width: 46%;
    }
    .why-circloplay-section {
        /* padding-top: 40px; */
    }
    .adjustmobflagship{
        padding-top: 85px !important;
    }
    .propicdesign.circloplay-item{
        flex-direction: column;
    }
    .propicdesign .dumpropic{
        width: 100%;
        justify-content: center;
        padding-top: 25px;
    }
    .propicdesign .circloplay-item-info{
        width: 100%;
        text-align: center;
    }
    .column4in .circloplay-item {
        height: calc(100% - 30px);
        margin: 30px 0;
    }
    .column4in .col-lg-3{
        padding-right: 12px;
    }
    .onlyone.circloplay-item{
        display: block;
        margin: 30px 0;
        height: calc(100% - 30px);
    }
    .onlyone.circloplay-item-img {
        width: 100%;
    }
    .circloplay-item {
        display: block;
        margin: 30px 0;
        height: calc(100% - 30px);
    }

    .circloplay-item-img {
        width: 100%;
    }

    .main-title {
        font-size: 32px;
    }

    .why-circloplay-section .main-title {
        margin-bottom: 20px;
    }

    .favorite-sport-item .btn-white {
        padding: 15px 30px;
    }

    .col-custom {
        width: 50%;
    }

    .about-img {
        max-width: 350px;
        height: auto;
        margin-bottom: 21px;
    }

    .about-info p {
        margin-bottom: 15px;
    }

    .about-section {
        padding-bottom: 30px;
    }

    .about-info2 h4 {
        text-align: center;
        font-size: 26px;
    }

    .order_1 {
        order: -1;
    }

    .about-img2 {
        max-width: 375px;
    }

    .about-info2 ul li {
        font-size: 16px;
    }

    .about-info2 ul {
        margin-bottom: 30px;
    }

    .beliefs-section {
        padding-top: 40px;
    }

    .blog-section .main-title {
        margin-bottom: 70px;
        text-align: center !important;
    }

    .blogs-bg:after {
        height: 110%;
    }

    .blog-banner-info {
        padding: 28px 20px 40px;
    }

    .blog-banner-info .btn-white {
        display: block;
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }

    .white-box {
        padding: 50px;
    }

    .contact-info li {
        width: 35.33%;
    }

    .contact-map {
        height: 400px;
    }

    .event-section .main-title {
        text-align: center !important;
    }

    .login-box {
        padding: 0;
    }

    .login-right {
        padding: 140px 15px;
    }

    .otp-info h2 {
        font-size: 38px;
    }

    .otp-info h6 {
        font-size: 18px;
    }

    .benefit-coach-item {
        height: calc(100% - 30px);
    }
}

@media only screen and (max-width: 767px) {
    .how-work-img {
        height: 510px;
        text-align: center;
    }

    .how-span-2 {
        right: -10px;
    }

    .how-span-1 {
        left: -20px;
    }

    .how-work-info .main-title {
        margin-bottom: 30px;
    }

    .btn-blue {
        padding: 15px 30px;
    }

    .main-title {
        margin-bottom: 30px !important;
    }

    .experts-info h5 {
        font-size: 20px;
    }

    .experts-info h6 {
        font-size: 16px;
    }

    .parents-info h6 {
        font-size: 18px;
    }

    .parents-info span {
        width: 42px;
        height: 42px;
    }

    #parents-carousel .owl-dots {
        margin-top: 50px;
    }

    .btn-parents-entroll {
        margin-top: 40px;
    }

    .inner-banner-info h2 {
        font-size: 32px;
    }

    .inner-banner-info nav ol li a,
    .inner-banner-info nav ol li.active {
        font-size: 16px;
    }

    .inner-page-banner {
        padding: 60px 0;
    }

    .about-section {
        padding-top: 40px;
    }

    .footer-logo {
        max-width: 140px;
    }

    .contact-footer li a p {
        font-size: 16px;
        margin-left: 15px;
    }

    .contact-footer li a {
        margin-bottom: 20px;
    }

    footer h5 {
        margin: 40px 0 20px;
    }

    .footer-links li a {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer-social {
        margin: 30px -5px 40px;
    }

    ul.application-links {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .application-links li a {
        max-width: 160px;
        margin: 0 15px 15px 0 !important;
    }

    .copyright {
        margin-top: 40px;
        font-size: 14px;
    }

    .beliefs-item {
        padding: 35px 20px;
        height: auto;
        margin: 10px 0;
    }

    .blog-item {
        margin: 15px 0;
    }

    .blog-section .main-title {
        margin-bottom: 70px !important;
    }

    .blog-section {
        padding: 60px 0;
    }

    .blog-section02 {
        padding: 60px 0;
    }

    .contact-info li {
        width: 50%;
    }

    .contact-info li a {
        font-size: 18px;
    }

    .white-box {
        padding: 50px 20px;
    }

    .login-box {
        padding: 0;
    }

    .wizard-modal h2 {
        font-size: 26px;
    }

    .btn-gray,
    .action-button {
        font-size: 16px !important;
        padding: 12px 38px !important;
    }

    .marign-btn {
        margin-left: 229px;
    }

    .marign-btn2 {
        margin-left: 214px;
    }
}

@media only screen and (max-width: 575px) {
    .topbar ul {
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 5px 0;
    }

    header {
        top: 40px;
    }

    .topbar p {
        font-size: 12px;
    }

    .topbar ul li {
        width: 100%;
    }

    .topbar ul li a p {
        justify-content: flex-end;
        padding: 5px 0;
    }

    .topbar p span {
        width: 13px;
        display: block;
        margin-right: 8px;
    }

    .topbar p span svg {
        width: 100%;
    }

    .navbar-brand {
        max-width: 120px;
        width: 100%;
    }

    .nav-item .btn-blue {
        font-size: 12px;
        padding: 9px 17px;
        font-weight: 600;
    }

    .d-margin {
        margin-top: 76px;
    }

    .btn-white {
        font-size: 16px;
        padding: 11px 27px;
    }

    .event-banner-info p {
        font-size: 18px;
    }

    .event-banner-info {
        padding: 40px 20px;
    }

    .title-text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .team-item-img {
        height: auto;
    }

    .join-us-box p {
        font-size: 16px;
    }

    .join-us-box {
        padding: 60px 20px;
    }

    .fieldset-1 input.next.action-button.btn.btn-blue {
        display: block;
        width: 100%;
    }

    .marign-btn {
        margin-left: 8%;
    }

    .btn-gray,
    .action-button {
        width: 45%;
        padding: 12px 0 !important;
        text-align: center !important;
    }

    .marign-btn2 {
        margin-left: 10%;
    }

    .hero-mobile-banner {
        height: 900px;
        position: relative;
    }

    .hero-mobile-img {
        width: 100%;
        height: 100%;
    }

    .hero-mobile-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-mobile-info {
        position: absolute;
        top: 0;
        z-index: 99;
        padding: 50px 15px;
        text-align: center;
    }

    .hero-mobile-info h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        line-height: 1.5;
        position: relative;
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .hero-mobile-info h1 span {
        color: #8AE1EE;
    }

    .hero-mobile-info h1::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 58px;
        height: 5px;
        background: #8AE1EE;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-mobile-info p {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        line-height: 1.58;
        margin-bottom: 22px;
    }

    .hero-mobile-info .btn.btn-white {
        display: block;
    }

    .dekstop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .inner-banner-info h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .inner-banner-info nav ol li a,
    .inner-banner-info nav ol li.active {
        font-size: 14px;
    }

    .inner-banner-info nav ol {
        align-items: center;
    }

    .inner-page-banner {
        padding: 20px 0;
    }

    .about-info h4 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .about-info p {
        font-size: 16px;
    }

    .about-info2 h4 {
        font-size: 24px;
    }

    .about-info2 p {
        font-size: 16px;
    }

    .main-title {
        font-size: 28px;
    }

    .beliefs-item {
        text-align: center;
    }

    .footer-social li a {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }

    .footer-social {
        margin-bottom: 25px;
    }

    footer {
        padding-top: 40px;
    }

    .copyright {
        margin-top: 30px;
    }

    .blogs-bg:after {
        width: 80%;
    }

    .blog-banner-info h4 {
        font-size: 20px;
    }

    .btn-blue {
        font-size: 16px;
        padding: 12px 26px;
    }

    .btn-more {
        margin-top: 30px;
    }

    .contact-info li {
        width: 100%;
        padding: 15px 0;
    }

    .contact-info {
        flex-wrap: wrap;
        margin: 30px auto;
    }

    .contact-info li p {
        font-size: 16px;
    }

    .contact-info li p span {
        width: 22px;
    }

    .contact-info li p span svg {
        width: 100%;
    }

    .white-box {
        padding: 40px 15px;
    }

    .input-box input,
    .input-box select {
        height: 50px;
        font-size: 16px;
    }

    .input-box textarea {
        font-size: 16px;
    }

    .login-left {
        padding: 40px 15px;
    }

    .login-box {
        padding: 0;
    }

    .login-left ul li a {
        font-size: 18px;
    }

    .login-right h4,
    .login-left h2 {
        font-size: 26px;
    }

    .login-logo {
        max-width: 120px;
        margin-bottom: 40px;
    }

    .login-left h2 {
        margin-bottom: 25px;
    }

    .login-left ul {
        margin-bottom: 35px;
    }

    .login-left .btn-blue {
        margin-top: 50px;
    }

    .login-right {
        padding: 100px 15px;
    }

    .login-right p {
        font-size: 18px;
    }

    .otp-info h2 {
        font-size: 32px;
    }

    .otp-logo {
        max-width: 120px;
        margin-bottom: 40px;
    }

    .otp-info p {
        font-size: 18px;
    }

    .otp-info ul {
        margin: 40px auto;
    }

    .otp-info ul li input {
        font-size: 40px;
        width: 100%;
        margin: 0;
    }

    .otp-info ul li {
        width: calc(100% / 4);
        padding: 0 8px;
    }

    .otp-info h6 {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .how-work-img {
        margin-bottom: 10px;
    }

    .favorite-sport-item {
        height: 110px;
    }

    .favorite-sport-info h6 {
        font-size: 16px;
    }

    .favorite-sport-item .btn-white {
        font-size: 12px;
        padding: 8px 12px;
    }

    .circloplay-item {
        height: auto;
        margin: 10px 0;
    }

    .circloplay-item-info {
        padding: 20px;
    }

    .circloplay-item-info h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .circloplay-item-info p {
        font-size: 16px;
    }

    .how-work-info {
        padding-right: 0;
    }

    .parents-say-section .main-title {
        text-align: center !important;
    }

    h3.main-title.text-start {
        text-align: center !important;
    }

    .hero-banner-info h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 349px) {
    .navbar-brand {
        margin: 0;
    }

    .nav-item .btn-blue {
        margin: 0;
    }

    li.nav-item.btn-login {
        margin-right: 8px;
    }

    .nav-item .btn-blue {
        font-size: 10px;
        padding: 9px 12px;
    }

    .otp-info h2 {
        font-size: 28px;
    }

    .inner-banner-info h2 {
        font-size: 24px;
    }

    .inner-banner-info h2 {
        font-size: 24px;
    }

    .how-work-info2 h6 {
        font-size: 16px;
        margin-bottom: 9px;
    }

    .how-work-info2 .main-title {
        margin-bottom: 20px !important;
    }

    .how-work-info2 .btn-blue {
        margin-top: 30px;
    }
}