@import url('https://fonts.googleapis.com/css?family=Arimo:400,700|Cabin:400,500,600,700|Montserrat:300,400,500,600,700,800,900&amp;display=swap');
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

       .page-title .text {
           padding: 43px 156px;
           text-align: center;
        }
.onmobile_text {
                background: black;
                color: fff;
                padding: 2rem 9rem;
                padding-top:0;
                text-align: center;
            }
        .classess-section {
            background-color: #000000;
     font-family: 'Montserrat', sans-serif !important;
        }
        
        .classes-container {
            width: 100%;
            position: relative;
            z-index: 5;
        }
        
        .classes-content {
            position: relative;
        }
        
        .disc-line {
            height: 5px;
            background-color: #f67029;
            margin: 10px 0px;
        }
        
        .functional-container::before {
            content: "";
            position: absolute;
            background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .7) 73.61%, #000000 100%), url(../images/classes/groupbg.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: calc(100%);
            color: #fff;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .reformar-container::before {
            content: "";
            position: absolute;
            background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .7) 73.61%, #000000 100%), url(../images/classes/reformerbg.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: #fff;
            top: 0%;
            left: 0;
            width: 100%;
            height: 100%;
        }
	.special-container::before {
            content: "";
            position: absolute;
            background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .7) 73.61%, #000000 100%), url(../images/classes/specialbg.jpg);
            background-size: cover;
	    background-position: center;
            background-repeat: no-repeat;
            color: #fff;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .theme-row {
            padding: 124px 24px;
        }
        
        .category-title {
            color: #f67029;
            font-weight:700;
            font-size: 30px;
            margin: 40px -15px;
            text-transform: uppercase;
        }
        
        .category-description p {
            color: #fff;
            text-align:justify;
        }
        /* tab css  */
        
        .tab-container {
            margin-bottom: 20px;
            margin-top: 10px;
            width: 100%;
        }
        
        .tab-container h1 {
            color: #fff;
            text-shadow: 2px 2px 2px rgb(0, 0, 0, 0.6);
            text-align: center;
            margin-bottom: 0;
            font-size: 2em;
            line-height: 1.3em;
            font-weight: bold;
            margin-top: 0.67em;
        }
        
        .content {
            background: #fff;
            color: #f67029;
            display: flex;
            backface-visibility: hidden;
            overflow: hidden;
            border-radius: 10px;
        }
        
        .content>div {
            display: none;
            padding: 45px 80px;
            text-align: justify;
        }
        
        input {
            display: none;
        }
        
        label {
            display: inline-block;
            margin-bottom: 5px;
            border: 1px solid transparent;
            border-radius: 50%;
            margin: 10px;
            transition: all 0.8s ease-in 0.3s;
            color: #fd7034;
            width: 100px;
            height: 100px;
            background-color: rgba(255, 255, 255, 0.2);
            font-weight: 600;
        }
        
        label .classess-name {
            display: flex;
            text-align: center;
            justify-content: center;
            align-items: center;
            font-size: 25px;
            line-height: 100px;
        }
        
        label:hover {
            color: #fff;
            cursor: pointer;
        }
        
        input:checked+label {
            background: #f67029;
            color: #fff;
        }
        
        .content-title {
            font-size: 30px;
                font-weight:500;
        }
        
        #tab-1:checked~.content #content-1,
        #tab-2:checked~.content #content-2,
        #tab-3:checked~.content #content-3 {
            display: block;
            animation-name: inUp;
            animation-timing-function: linear;
            animation-duration: 1s;
            opacity: 1;
        }
        
        #rp-tab-1:checked~.content #rp-content-1,
        #rp-tab-2:checked~.content #rp-content-2,
        #rp-tab-3:checked~.content #rp-content-3,
        #rp-tab-4:checked~.content #rp-content-4 {
            display: block;
            animation-name: inUp;
            animation-timing-function: linear;
            animation-duration: 1s;
            opacity: 1;
        }
        
        #st-tab-1:checked~.content #st-content-1,
        #st-tab-2:checked~.content #st-content-2,
        #st-tab-3:checked~.content #st-content-3 {
            display: block;
            animation-name: inUp;
            animation-timing-function: linear;
            animation-duration: 1s;
            opacity: 1;
        }
        
        @keyframes inUp {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
        /* responsive css  */
        
        @media screen and (max-width: 1400px) {
             .page-title .text {
                padding: 43px 142px;
             }
            .theme-row {
                padding: 35px 24px;
            }
            label {
                width: 75px;
                height: 75px;
                margin: 5px;
            }
            label .classess-name {
                font-size: 16px;
                line-height: 75px;
            }
            .category-title {
                font-size: 25px;
                margin: 0px -15px;
            }
            .content-title {
                font-size: 26px;
            }
        }
        
        @media screen and (max-width: 993px) {
            .page-title .text {
                padding: 43px 44px;
            }
            .theme-row {
                padding: 42px 0px;
            }
            label {
                width: 55px;
                height: 55px;
                margin: 5px;
            }
            label .classess-name {
                font-size: 15px;
                line-height: 50px;
            }
            .category-title {
                font-size: 22px;
                margin: 0px -15px;
            }
            .content-title {
                    font-size: 20px;
                    font-weight: 700;
            }
        }
            @media screen and (max-width: 991px) {
            .category-title {
                font-size: 30px;
                margin: 0px -15px;
            }

             .page-title .text {
                padding: 4px 0px;
                display:none;
             }
            .onmobile_text {
                display:block;
                font-family: 'Montserrat', sans-serif !important;
                background: black;
                color: fff;
                padding: 2rem 9rem;
                padding-top:0;
                text-align: center;
            }
        }
        
        @media (max-width: 768px) {
            .onmobile_text {
                padding: 1rem 5rem;
             padding-top:0;
            }
        }
        @media (max-width: 767px) {
            .classes-content {
                min-width: 90%;
            }
            label {
                width: 75px;
                height: 75px;
                margin: 10px;
            }
            label .classess-name {
                font-size: 19px;
                line-height: 66px;
            }
        }
        
        
        @media screen and (max-width: 425px) {
            
              
            .category-title {
                font-size: 22px;
                margin: 0px;
            }
            .content>div {
                padding: 30px 40px;
            }
            label {
                margin: 7px;
            }
            .onmobile_text {
                padding: 1rem;
                padding-top:0;
            }
        }
        @media screen and (max-width: 393px) {
            label {
                margin: 6px;
            }
        }
        
        @media (max-width: 375px) {
            label {
                width: 50px;
                height: 50px;
            }
            label .classess-name {
                font-size: 12px;
                line-height: 50px;
            }
        }
        
        @media (max-width: 280px) {
            label {
                margin: 5px;
            }
            label .classess-name {
                font-size: 12px;
                line-height: 50px;
            }
        }
        
        @media screen and (max-width: 540px) {
            .category-title {
                margin: 0px 0px;
            }
        }