*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Comic Neue', cursive;
    transition: 1s all ease;
}
body,html{
    background-color: #22252a;
    color:white;
    height: 100%;
    width: 100%;
}
p#timetablepara,
p#teampara,
p#latest-news-para,
.team-container .card p.cardpara,
p.para,
p{
    font-size: 20px;
}
button{
    box-shadow:20px 20px 50px 10px #FF3031 inset;
    background-color: rgb(22, 23, 24);
    color:white;
    height: 45px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
}
button.btn{
    font-size: 20px;
}
button:hover{
    box-shadow:20px 20px 50px 10px #2ecc71 inset;
    background-color: rgb(22, 23, 24);
} 
.simplered{
    color: #f34e3a;
    font-weight: 800;
    font-size: 20px;
}
.grey{
    font-weight: 800;
    color: #99AAAB;
    font-size: 18px;
}
.slideshow-container{
    max-width:100%;
    position: relative;
}
nav{
    height: 70px;
    background-color:transparent;
    line-height: 70px;
    overflow: hidden;
    position: fixed; 
    width: 100%;
    z-index: 99;
}
nav::after{
    content: '';
    display: block;
    clear: both;
}
nav div.logo{
    float: left;
    height: 100%;
    margin-left: 50px;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 30px;
}
nav div.logo a{
    font-family: 'Russo One', sans-serif;
    color:white;
    font-weight: bold;
}
span.red{
    font-family: 'Russo One', sans-serif;
    color: tomato;
}
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.opennav{
    margin-right: 40px;
    color:white;
    font-size:35px;
    cursor:pointer;
    float: right;
  }
label.logo{
    color: white;
    margin-left: 40px;
    font-size: 30px;
}
.sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    font-weight: bold;
    transition: 0.3s;
}  
.sidenav a:hover{
    color: #f1f1f1;
}  
.sidenav .closebtn{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
}
@media screen and (max-height: 450px){
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.wrapper .child-wrapper .all-links a,
.grid-gallery-container .all-links2 a{
    font-size: 20px;
    background-color: transparent;
    padding: 8px;
    color: wheat;
    border-radius: 5px;
    display: inline-block;
    width: 140px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    transition:box-shadow 1s ease;
}
.top-container nav a:hover,
.top-container .checkbtn:hover{
    box-shadow:20px 20px 50px 10px #FF3031 inset;
    background-color: rgb(22, 23, 24);
    color: white;
}
.content,.journey-content{
    width: 100%;
    letter-spacing: 2px;
    color:white;
    text-align: center;
    position: absolute;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%,-50%);
    top:50%;
}
.content .text1,.journey-content .text1{
    font-size: 2.5vw;
}
.content .text2{
    font-size: 5vw;
}
.dot{
    visibility: hidden;
}
.fade{
    animation-name:fade;
    animation-duration:1.5s;
}
@keyframes fade{
    from {opacity: .6} 
    to {opacity: 1}
}
.join-now{    
    width: 15%;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-59%);
}
.our-program{
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 90%;
    margin: 0 auto;
}
.our-program .left-program .program-heading{
    padding: 0px 20px 20px 0px;
}
.our-program .left-program .program-heading h2{
     font-size: 35px;
     margin: -10px 0 10px 0;   
}
.our-class .left-class-sec .class-heading h2{
    margin: 0 0 10px 0;   
    font-size: 35px;
}
.our-program .left-program .program-heading p,
.our-class .left-class-sec .class-heading p{
    text-align: justify; 
}
.left-program,
.right-program{
    margin: 10px;
}
.left-grid-container{
    display: grid;
    grid-template-columns: 1fr  1fr;
    grid-gap: 15px;
}
.left-grid-container .box{
    padding: 10px 15px;
    border-radius: 5px;
}
.left-grid-container .box img{
    margin: 5px auto;
}
.left-grid-container .box h3{
    margin: 5px auto;
    font-size: 25px;
}
.left-grid-container .box p{
    text-align: justify;
}
.left-grid-container .box1{
    background-color:#9b59b6;
}
.left-grid-container .box2{
    background-color:#3498db;
}
.left-grid-container .box3{
    background-color:#e67e22;
}
.left-grid-container .box4{
    background-color:#e74c3c;
}
.right-program img{
    width: 100%;
    height: 100%;
}
.start-journey{
    position: relative;
    margin: 30px auto 0 auto;
}
.join-now2{
    width: 15%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-59%);
    top: 90px;
}
.our-class{
   display: grid;
   grid-template-columns: auto auto;
   grid-gap: 30px;
   width: 90%;
   margin: 20px auto 0 auto;
}
.left-class-sec .class-heading{
    padding: 0;
}
.left-class-image img{
    width: 100%;
    border-radius: 4px;
    padding: 10px 0;
}
.right-class-sec{
    padding: 0 10px;
}
.view-schedule::after{
    content: '';
    display: block;
    clear: both;
}
.right-class-sec .view-schedule .btn-view{
    float:right;
    width: 40%;
    margin-top: 10px;
}
.right-bottom-content h2{
    margin-top: 90px;
    font-size: 30px; 
}
.right-bottom-content p{
    padding: 20px 0;
    text-align: justify;
}
.right-bottom-content a{
    color: #FF3031;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
}
.class-image-container{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
   margin: 30px auto 0 auto;
   grid-gap: 20px;
   width: 90%;
}
.class-image-container .imagebox a{
   font-size: 18px;
   display: inline-block;
   margin-top: 10px;
   color:white;
}
.wrapper{
    background-image: url('img/trainer-bg.jpg');
    width: 100%;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
     margin: 30px auto 0 auto;
}
.wrapper1{
    height: 1000px;
}
.wrapper2{
    height: 1200px;
}
.child-wrapper{
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 10px;
    overflow-x:auto;
}
.wrapper .child-wrapper > h2,
section.team  > h2,
.latest-news > h2,
.first-recent-news > h2,
.second-categories > h2,
.third-popular-tag > h2,
.fouth-open-hours > h2,
.child-choose-us-section > h2,
.trainer-section > h2,
.child-contact-section > h1{
   position: relative;
   color: white;
   font-size: 35px;
   font-family: 'Roboto', sans-serif;
   text-shadow: 2px 2px 2px tomato;
   margin: 20px auto 0 auto; 
   text-align: center;
}
.wrapper .child-wrapper > p,
section.team > p,
.latest-news > p,
.child-choose-us-section > p,
.trainer-section > p{
   color: white;
   margin: 15px auto 20px auto;
   text-align: center;
   font-family: 'Roboto', sans-serif;
}
table{
   background-color: white;
   margin: 0 auto;
   border-collapse: collapse;
   border-spacing: 0;
   width: 100%;
   font-weight: bold;
   border-radius: 4px;
   font-family: 'Roboto', sans-serif;
}
th{
    background-color: #EAF0F1;
    color: black;
}
td.timing,td span.timing{
    color: black;
}
th,td{
    padding: 20px;
    border-right: 1px solid #DAE0E2;
}
td span.timing{
    margin: 10px;
    font-size:15px;
    font-weight: bolder;
    display: inline-block;
}
th,td span,td{ 
    font-size: 20px;
}
td span.trainer-name{
    color: #F3B63A;
}
tr:nth-child(even){
    background-color: #f2f2f2;
  }
td span.color-red{
    color: #E44236;
}
td span.color-dark-red{
   color:#E71C23;
}
td span.color-dark-blue{
    color: #2475B0;
}
td span.color-sky-blue{
    color: #74B9FF;
}
td span.color-light-blue{
    color: #3498DB;
}
td span.color-green{
    color: #26ae60;
}
td span.color-red{
    color: #E44236;
}
.team{
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 20px 15px;
    background-color: #22252a;
}
.team-container{
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.team .card{
    width: 100%;
    padding: 15px;
    background-color: #2d3035;
    border-radius: 5px;
    transition:box-shadow 1s ease;
}
.team .card:hover,
.news-child:hover,
.blog-section-container .left-blog:hover,
.blog-details-section-container .left-blog:hover,
.wrapper .child-wrapper .all-links a:hover,
.grid-gallery-container .all-links2 a:hover{
    box-shadow: 0px 0px 40px black;
}
.team .card img{
    display: block;
    margin:10px auto;
    border-radius: 5px;
}
.team .card  h4{
   font-size: 20px;
   margin: 10px 0px 10px;
   color:#F4C724; 
   text-align: center;
   font-weight: 700; 
   letter-spacing: 2px;
   text-transform: capitalize;  
}
.team .card  h5{
   font-size: 20px;
   margin: 0px 0px 15px;
   color: #E44236; 
   text-align: center;
   font-weight: 600;  
   letter-spacing: 2px;
   text-transform:capitalize;   
}
.team .card  p{
   color: #DAE0E2;
   font-weight: 400; 
   line-height: 24px;
   margin: 0px 0px 15px;
   text-align: justify;  
   padding: 0px 20px;
}
.latest-news{
    width: 90%;
    margin: 20px auto 0 auto;
}
.news-container{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.news-child{
    transition:box-shadow 1s ease;
}
.latest-news .news-content{   
    padding: 10px;
}
.latest-news .news-content p.time{
    margin: 10px 0;
    font-size: 14px;
    color:#A4B0BD;
    font-weight: bold;
}
.latest-news .news-child .news-content h3 > a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    text-align: justify;
}
.class-image-container .imagebox a.active,
.wrapper .child-wrapper .all-links a.active,
.grid-gallery-container .all-links2 a.active{
    color:#FF362E;
}
.latest-news .news-child .news-content h3>a:hover,
.wrapper .child-wrapper .all-links a:hover,
.grid-gallery-container .all-links2 a:hover,
.left-blog-section .left-blog .left-blog-text h2 > a.active:hover{
    color: #f34e3a;
}
.map-contact-section{
    display: grid;
    margin: 40px auto 0 auto;
    grid-template-columns: 1fr 1fr;
}
.map-contact-section .left-map-section{
    position: relative;
}
.map-contact-section .left-map-section .location-section{
   display: grid;
   grid-template-columns: 1fr 1fr;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.map-contact-section span.gray{
    color:#e67e22;
}
.map-contact-section span.gray2{
    display: inline-block;
    margin: 6px 0;
}
.map-contact-section .left-map-section .location-section .map-address{
    color: black;
    font-weight: bold;
    background-color: white;
}
.map-contact-section .left-map-section .location-section .map-address p{
    font-size: 16px;
}
.map-contact-section .right-contact-section{
    background-image: url('img/contact-form-bg.jpg');
    background-position: center;
    background-size: 100% 100%;
}
.map-contact-section .right-contact-section .child-contact-section{
   width: 80%;
   margin: 80px auto;
}
.map-contact-section .right-contact-section .child-contact-section h1{
     text-align: left;
}
.map-contact-section .child-contact-section p{
   margin: 10px 0;
   text-align:justify;
   font-weight: bold;  
}
.map-contact-section .child-contact-section form input,
.leave-comment form input,
.leave-comment form textarea{
    display: inline-block;
    width: 46%;
    height: 45px;
    border-radius: 3px;
    border: none;
    outline: none;
    margin: 20px 10px 0 0;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
.map-contact-section .child-contact-section form input.subject{
    width: 95%;
}
.map-contact-section .child-contact-section form textarea,
.leave-comment form textarea{
    width: 95%;
    margin: 20px 10px 20px 0;
    height: 120px;
    font-size:20px;
    font-weight: bold;
    border-radius: 4px;
}
.submit-button{
    width: 50%;
}
footer{
    display: flex;
    width: 100%;
    padding: 10px;
    margin: 20px auto 0 auto;
    align-items: center;
    justify-content: space-between;
}
footer p{
    font-weight: bold;
    font-size: 18px;
}
footer a.owner{
    font-size: 18px;
    color: #3498DB;
    font-weight: bold;
}
footer p.stickers{
    margin: 0 4%;
    cursor: pointer;
}
/* About Us Page */
.about-us{
    width: 90%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.about-us .left-about-us-section img{
    border-radius: 5px;
}
.about-us .right-about-us-section{
    text-align: justify;
    padding: 10px;
}
.about-us .right-about-us-section h5{
    margin: 15px auto;
    color: wheat;
    font-size: 22px;
}
.choose-us-section{
    position: relative;
    height: 100%;
    width: 100%;
}
.choose-us-section > img{
    height: 400px;
}
.choose-us-section .child-choose-us-section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:100%;
    height: 100%;
    text-align: center;
}
.choose-grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.ci-item {
   padding: 10px;
   margin-top: 0;
}
.ci-item  i{
    font-size: 60px;
}
.ci-item h5{
    font-size:22px;
    margin: 10px auto;
}
.ci-item p {
    font-size: 18px;
    text-align: justify;
}
.trainer-section{
    width: 90%;
    margin: 30px auto 0 auto;
    text-align: center;
}
.trainer-section .trainer-row{
    display: grid;
    background-color: #2d3035;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-self: center;    
}
.col{
    overflow:hidden;
    position: relative;
}
.col img{
    margin: 0;
    cursor: pointer;
    transition: 1s;
}
.col:hover img{
    transform: scale(1.1);
}
.col h3{
    font-size: 25px;
}
.col p{
    margin: 10px auto;
}
.social-links .fa{
    font-size: 25px;
    width: 30px;
    height: 30px;
    border:1px solid white;
    margin:0 4px;
    cursor: pointer;
    border-radius: 3px;
    transition: transform .5s;
}
.social-links .fa:hover{
    background: #000;
    color:#ffe501;
    transform: translateY(-7px);
}  
.col span{
    width: 0px;
    border-top:20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #2d3035; 
    position: absolute;
    top: 50%;
    right: 0;    
    transform: translateY(-50%);
    z-index: 2;
}
.col span.arrow{
    right:unset;
    left: 0;
    border-left: 15px solid #2d3035; 
    border-right:20px solid transparent;
}
.wrapper .child-wrapper .all-links,
.grid-gallery-container .all-links2{
    text-align: center;
    margin: 20px auto;
}  
/* Gallery Section */
.grid-gallery-container{
    width: 90%;
    margin: 0 auto;
}
.gallery{
    display:flex;
    flex-wrap: wrap;
    /* display: grid; */
    /* grid-template-columns: repeat(8, 1fr); */
    /* grid-template-rows: repeat(10, 5vw); */
    /* grid-gap: 15px; */
    
}
.grid-child-member{
    margin: 0 15px 15px 0;
     flex-grow: 1;
}
.gallery .grid-child-member .gi-img{
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery .grid-child-member .gi-img img{
    width: 100%;
    height: 100%;
}
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient(40deg, #6d2264, #f83351);
}  
.gallery .grid-child-member .gi-img .overlay .gi-text {
    position: absolute;
    left:50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: 100%;
    transition: .5s ease;
}
.gi-img:hover .overlay{
    opacity: 0.8;
    cursor: pointer;
}
.gi-img:hover .overlay .gi-text {
    opacity: 1;
}
.gallery .grid-child-member .gi-img .overlay .gi-text h5{
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}
.gallery .grid-child-member .gi-img .overlay .gi-text span{
    display: inline-block;
    color: #e0dede;
    font-size: 18px;
    line-height: 30px;
}
.gallery .member1{
    flex-basis: 55%;
}
.gallery .member7{
     flex-basis: 65%;
}
/* Blog Section  */
.blog-details-section-container,
.blog-section-container{
    width:95%;
    margin: 40px auto 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap:30px;
}
.left-blog{
    background-color: #2d3035;
    margin-bottom: 30px;
    border-radius: 5px;
    transition:box-shadow 1s ease;
}
.left-blog-section .blog-short-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
}
.left-blog-section .blog-short-content .second-short-content span,
.left-blog-section .blog-short-content .second-short-content span > .fa{
    margin-right:10px;
}
.left-blog-section .left-blog-text{
    padding: 15px;
}
.left-blog-section .left-blog .left-blog-text h2 > a{
   color:white;
   font-size: 30px;
}
.left-blog-section .left-blog .left-blog-text p.para{
    margin: 10px auto;
    font-weight: 400;
    text-align: justify;
}
.left-blog-section .left-blog .left-blog-text a.readmore{
    color: #3498DB;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}
.left-blog-section .left-blog .left-blog-text a.readmore:hover{
    color: orangered;
}
.first-recent-news,
.second-categories,
.third-popular-tag{
    margin: 0 0 40px 0;
}
.first-recent-news ul li{
    margin-top: 20px;
    text-align: justify;
    list-style-type: none;
}
.first-recent-news ul li > a,
.second-categories ul li a{
    font-weight: 800;
    color: white;
    font-size: 20px;
}
img{
    border-radius: 5px;
}
.first-recent-news ul li > span{
    display: inline-block;
    margin-top: 10px;
    color: #99AAAB;
    font-weight: 800;
}
.first-recent-news ul li > a:hover,
.second-categories ul li a:hover{
    color: #f34e3a;
}
.second-categories ul{
    margin: 20px auto;
}
.second-categories ul li{
    list-style-position: inside;
    padding: 10px;
    color:orangered;
    font-size: 20px;
}
.second-categories ul li a{
    margin-left: 0;
}
.third-popular-tag .tags-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px auto;
}
.third-popular-tag .tags-container a{
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: white;
    color:black;
    margin: 10px 0 0 0;
    text-align: center;
    border-radius: 5px;
    font-weight: 800;
    font-size: 18px;
}
.third-popular-tag .tags-container a:hover{
    background-color: black;
    color: white;
}
.fouth-open-hours ul{
    margin: 20px auto;
}
.fouth-open-hours ul li{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type:  none;
  color:white;
  padding: 10px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.fouth-open-hours ul li > p:hover,
.fouth-open-hours ul li > span:hover{
    color:orangered;
    cursor: pointer;
}
/* Blog Details */
.first-blog-detail,
.second-blog-detail,
.bd-desc,
.blog-quote,
.bd-info,
.comments{
    margin-bottom: 30px;
}
.second-blog-detail h4,
.comments h4{
    font-size: 25px;
    font-weight: 700;
}
.second-blog-detail .second-blog-detail-text p{
    margin: 15px 0;
    font-weight: 500;
}
.bd-desc h4{
    margin-bottom: 10px;
    font-size: 25px;
}
.bd-desc p.para{
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
}
.blog-quote p{
    font-size: 20px !important;
}
.blog-quote p,
.our-program .left-program .program-heading > h2,
.our-class .left-class-sec .class-heading > h2,
.about-us .right-about-us-section > h1{
    color:#1abc9c;
    position: relative;
    padding-left: 20px;
    z-index: 1;
    font-weight: 800;
    font-size: 32px;
    text-align: justify;
}
.child-contact-section h1:before{
    position: absolute;
    width: 5px;
    height: 90%;
    margin-left: -10px;
    color:red;
    background: #f34e3a;
    content: "";
}
.blog-quote p:before,
.program-heading h2:before,
.class-heading h2:before,
.right-about-us-section > h1:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    color:red;
    background: #f34e3a;
    content: "";
}
.bd-info{
    display: flex;
    justify-content: space-between;
}
.bd-info .bi-tags a{
   display: inline-block;
   border:1px solid #DAE0E2;
   width: 80px;
   text-align: center;
   padding: 5px 0;  
   color:white;
}
.bd-info .bi-social i{
    margin: 0 5px;
    padding: 5px;
    color:white;
}
.mycomment{
    display: flex;
    margin-top: 20px;
}
.comments .profile{
    text-align: center;
}
.comment-details{
    margin-left: 30px;
}
.comment-details .comment-date{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-details .comment-date .reply{
    width: 20%;
    height: 40px;
    font-size: 18px;
}
.comment-para {
   margin: 10px 0;
   text-align: justify;
   font-weight: 500;
}
.leave-comment h4{
    font-size: 25px;
    margin-top: 10px;
}
.leave-comment form input,
.leave-comment form textarea{
    width: 100%
}
.mysend-btn{
    width: 30%;
    font-size: 18px;
}
.main-contact{
    margin: 20px auto 40px auto;
    width: 90%;
    text-align: center;
}
.leave-comment form .myinput{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.first-main-contact-section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
    grid-gap:10px;    
}
.contact-info{
    padding:30px 0;
    text-align: center;
}
.contact-info ul{
    list-style-type: none;
}
.contact-info i{
    font-size: 50px;
    margin-bottom: 15px;
}
.contact-info  p,
.contact-info  ul li{
    font-size: 18px;
}
 @media (max-width:1099px){
    .our-program {
        grid-template-columns: 1fr;
    } 
    button.join-now2{
        margin-top: -20px;
    }
    /* About Us Page */
     .about-us {
     width: 95%;
     grid-template-columns: 1fr;
  }
} 
@media (max-width:999px){
    .start-journey .journey-content{
        top:70px
    }
    .our-class .right-bottom-content a{
        margin-top: 10px;
    }
    .map-contact-section{
        grid-template-columns: 1fr;
    }
     footer{
        flex-direction: column
    }
    footer p{
        margin-bottom: 15px;
        font-size: 18px;
    }
     footer p.stickers{
        font-size: 18px;
    }
    button.join-now,
    button.join-now2,
    button.btn-view{
        font-size: 18px;
        width: 20%;
    }
 /* About Page */
.choose-us-section img{
    height: 500px;
}
.choose-us-section .child-choose-us-section .choose-grid-container{
    grid-template-columns: 1fr 1fr;
  }
/* Blog Page*/
    .first-recent-news > h2,.second-categories > h2,.third-popular-tag > h2,
    .fouth-open-hours > h2{
       font-size: 30px;
    }
    .left-blog-section .left-blog .left-blog-text h2 > a{
        font-size: 25px;
    }
}
@media (max-width:899px)
{
    .join-now{
        top: 68%;
    }   
/* Blog Page */
    .blog-details-section-container,
    .blog-section-container{
        grid-template-columns: 1fr;
    }
    .right-blog-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 20px;
    }
    .second-categories ul  li{
        margin-left: 50px
    } 
    .first-recent-news > h2,.second-categories > h2,
    .third-popular-tag >h2,.fouth-open-hours > h2{
        margin-top: 0;
    }
}
@media (max-width:849px){

    .class-image-container {
        text-align: center;
        grid-template-columns: 1fr 1fr 1fr;
    }
    button.join-now,
    button.join-now2{
        width: 25%;
    }
    .our-class .right-class-sec .view-schedule button.btn-view{
        width: 50%;
    }
}
@media (max-width:799px){
    .our-class{
        grid-template-columns: 1fr;
    }
    .right-class-sec .view-schedule{
        display: flex;
        justify-content: center;
    }
    .right-class-sec{
         width: 100%;
         padding: 0;
         margin-top: -20px;
    }
    .right-bottom-content h2{
        margin-top: 25px;
    }
    .team-container{
        grid-template-columns: 1fr;
    }
    .team{
        padding:0; 
    }
    .team .team-container .card{
        margin-bottom: 15px;
    }
    .team-container .card p{
        width: 100%;
    }
    .latest-news{
        width: 90%;
    }
    .latest-news .news-container{
        grid-template-columns: 1fr;
        padding: 0;
        margin: 0;
        grid-gap: 0;
    }
    .latest-news .news-container .news-child{
        margin-bottom: 40px;
    }
     .latest-news .news-container .news-child .news-content{
        padding:15px 10px 30px 10px;
    }
     .latest-news .news-container .news-child .news-content h3 a{
        font-size: 20px;
    }
    .latest-news .news-container .news-child .news-content p.time{
        font-size: 20px;
    }
    .latest-news .news-container .news-child .news-content p.time span{
        margin-right: 20px;
    }
    .map-contact-section{
        margin-top: 20px;
    }
    .join-now2{
        top: 80px;
    }
    .wrapper,
    .wrapper .child-wrapper{
        height: 600px
    }
/* About Us Page  */
    .trainer-section .trainer-row{
        grid-template-columns: 1fr 1fr;
    }
    .grid4{
        grid-area:2/1/3/2; 
    }
    .grid6{
        grid-area: 3/1/4/2;
    }
}
@media (max-width:699px){

    .start-journey .journey-content{
        top: 45px;
    }
    .start-journey .journey-content .text1{
        font-size: 3vw;
    }
    button.join-now,
    button.join-now2{
        height: 40px;
        width: 30%;
    }
/* About Us Page  */
    .choose-us-section .child-choose-us-section .ci-item i{
        font-size: 50px;
    }
    .choose-us-section > img{
        height: 580px;
        object-fit: cover;
        object-position: left center;
    }
/* Schedule Page*/
    .grid-gallery-container .all-links2 > a,
    .wrapper .child-wrapper .all-links > a{
        font-size: 18px;
    }
/* Contact Page*/
    .main-contact{
        width: 95%;
    }
    .first-main-contact-section{
        grid-template-columns: 1fr;
    }
    .map-section2 iframe{
        height: 500px;
    }
}
@media (max-width:649px){

    .mySlides .content .text1{
        font-size: 3.5vw;
    }
    .map-contact-section .right-contact-section .child-contact-section{
        width: 90%;
    }
}
@media (max-width:599px){

    .our-program .left-program .left-grid-container{
        grid-template-columns: 1fr;
    }
    .start-journey .journey-content button{
        top: 70px;
    }
    footer p:first-child a.owner{
        font-size: 18px;
    }
    footer p:first-child{
        display: flex;
        flex-direction: column;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    footer p:first-child  .firstparachild{
        margin-bottom: 20px;
    }
/*  About Us Page  */
    .choose-us-section .child-choose-us-section > h2,
    .trainer-section > h2{
        font-size: 30px;
    }
    .about-us-strip img{
        height: 80px;
    }
/* Blog Page */
    .right-blog-section{
         grid-template-columns: 1fr;
    }
    .second-categories ul li{
        margin-left: 0;
    }
    .first-recent-news,.second-categories,.third-popular-tag,
    .fouth-open-hours{
        margin-bottom: 30px;
    }
/* Contact Page */
}
@media (max-width:549px){
    .map-contact-section .left-map-section iframe{
        height: 400px;
    }
}
@media (max-width:499px){
    p{
        font-size: 18px;
    }
    .our-program{
      width: 95%;
    }
    .start-journey{
        margin-top: 10px;
    }
    .start-journey img{
        height: 200px;
    }
    .start-journey .journey-content{
        top: 70px;
    }
    .start-journey .journey-content button.join-now2{
        top: 100px;
    }
    .start-journey .journey-content .text1{
        font-size: 4vw;
    }
     .class-image-container {
        margin-bottom: 0;
        text-align: center;
        grid-template-columns: 1fr 1fr;
    }
    .our-program .left-program .program-heading h2,
    .our-class .left-class-sec .class-heading h2,
    .wrapper .child-wrapper h2.trainer-heading,
    section.team > h2,
    .latest-news h2.heading,
    .map-contact-section .right-contact-section h1,
    .wrapper2 > .child-wrapper > h2{
        font-size: 30px;
    }
    .our-class .right-class-sec .right-bottom-content h2#subheading{
        font-size:25px;
    }
    .slideshow-container .mySlides .content div.text2{
        margin: 10px 0 20px 0;
    }
    button.join-now,
    button.join-now2{
        width: 40%;
    }
/* About Us Page  */
    .choose-us-section .child-choose-us-section > p,
    .trainer-section > p{
        text-align: justify;
        padding: 0 10px;
    }
    .choose-us-section .child-choose-us-section .choose-grid-container{
        grid-template-columns: 1fr;
    }
    .choose-us-section .child-choose-us-section .choose-grid-container .ci-item p{
        text-align: justify;
        font-weight: bold;
    }
    .choose-us-section img{
        height: 900px;
    }
/* Blog Page*/
    .bd-desc > p.para,
    .comments .mycomment .comment-details .comment-name p.comment-para,
     p.para{
        font-size: 18px;
    }
    .left-blog-section .left-blog .left-blog-text h2 > a{
        font-size: 22px;
    }
    .left-blog-section .blog-short-content{
        flex-direction: column;
    }
    .left-blog-section .left-blog .blog-img span.grey{
        margin-top: 10px;
        display: inline-block;
    }
/* Blog Details Page*/
    
    .leave-comment form button.mysend-btn,
    .comments .mycomment .comment-details .comment-date button.reply{
        width:40%;
    }
    .bd-info{
        flex-direction: column;
    }
    .bi-social{
        margin-top: 20px;
    }
}
@media (max-width:449px){

/* About Us Page */
  .social-links .fa{
       font-size: 20px;
       width: 25px;
       height: 25px;
       margin:0 2px;
    }
/* Schedule Page*/
    .wrapper2,
    .wrapper2 > .child-wrapper{
        height: 800px;
    }
}
@media (max-width:399px){
     nav div.logo{
        margin-left: 15px;
    }
    .slideshow-container .mySlides .content .text1{
        font-size: 4vw;
        font-weight: 900;
    }
    section  > p{
        padding:0 15px;
    }
    section.team .team-container .card p{
        padding: 0;
    }
    .latest-news .news-container .news-child .news-content p.time{
        font-size: 14px;
    }
    .map-contact-section .right-contact-section .child-contact-section p,
    .latest-news > p,
    .map-contact-section .right-contact-section .child-contact-section form input,
    .map-contact-section .right-contact-section .child-contact-section form textarea,
    .wrapper .child-wrapper > p,
    section.team > p,
    .our-program .left-program .left-grid-container .box p,
    .map-contact-section .left-map-section .location-section .map-address p,
    .start-journey .journey-content div.text1,
    .our-class .right-class-sec .right-bottom-content a{
         font-size: 18px;
    }
    .map-contact-section .left-map-section .location-section{
         grid-template-columns: 1fr;
    }
    .map-contact-section .left-map-section .location-section .map-address{
         padding: 10px 0;
    }
    button.join-now{
        top: 75%;
    }
    .map-contact-section .right-contact-section .child-contact-section form button.submit-button,
    .map-contact-section .right-contact-section .child-contact-section form input,
    .map-contact-section .right-contact-section .child-contact-section form textarea{
        width: 100%;
    }
    .wrapper .child-wrapper > p,
     section.team > p,
    .latest-news > p{
        text-align: justify;
    }
/* About Us Page  */
    .about-us .right-about-us-section h1{
        font-size: 25px;
    }
    .about-us .right-about-us-section h5{
        font-size: 20px;
    }
    .trainer-section .trainer-row .col > h3{
        font-size: 20px;
    } 
    .about-us .right-about-us-section{
        margin-top: -10px;
    }
/* Blog Details Page*/
    .leave-comment form .myinput{
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}
@media (max-width:352px){
   
    nav div.logo{
        margin-top: -15px;
    }
    button.join-now,
    .map-contact-section .left-map-section .location-section{
        display: none;
    }
    nav div.logo a{
        font-size:22px;
    }
    .mySlides .content{
        margin-top:10px;
    }
    nav span.opennav{
        font-size: 30px;
        margin-top: -10px;
        margin-right: 20px;
    }
    button.join-now2{
        width: 55%;
    }
    .our-class .right-class-sec .view-schedule button.btn-view{
        width: 70%;
        height: 40px;
    }
    section.team .team-container .card{
        padding: 20px;
    }
    .our-program .left-program .left-grid-container .box h3{
          font-size: 22px;
    }
    .map-contact-section .right-contact-section .child-contact-section h1{
        margin-top: -40px;
    }
    .our-program{
        width: 100%;
    }
     section.team .team-container .card img{
        margin: 0 auto;
         width: 100%;
    }
    .map-contact-section  .right-contact-section .child-contact-section h1{
        font-size: 28px;
    }
/* About Us Page */
    .trainer-section .trainer-row{
        grid-template-columns: 1fr;
    }
    .grid2{
        grid-area: 2/1/3/2;
    }
    .grid3{
        grid-area: 3/1/4/2;
    }
    .grid4{
        grid-area: 4/1/5/2;
    }
    .grid6{
         grid-area: 5/1/6/2;
    }
    .grid7{
         grid-area: 8/1/9/2;
    }
    .grid2,.grid4,.grid5,.grid7{
         margin: 10px auto 30px auto;
    }
     .choose-us-section > img{
        height: 970px;
    }
    .about-us-strip img{
        height: 60px;
    }
/*Blog Details Page*/
    .comment-details .comment-date{
        flex-direction: column;
        align-items: first baseline
    }
    .comment-details .comment-date button.reply{
        margin: 10px 0;
    }
    .comments .mycomment .comment-details .comment-date button.reply{
        width:60%;
    }
    .leave-comment form button.mysend-btn{
        width: 100%;
    }
     .map-section2 iframe{
        height: 400px;
    }
}
@media (max-width:299px){
    .our-program .left-program .program-heading h2,
    .our-class .left-class-sec .class-heading h2,
    .wrapper .child-wrapper h2.trainer-heading,
     section.team >  h2,
    .latest-news > h2,
    .map-contact-section .right-contact-section .child-contact-section h1,
    .wrapper2 > .child-wrapper > h2,
     .choose-us-section .child-choose-us-section > h2,
    .trainer-section > h2{
        font-size:25px;
    }
    section.team .team-container .card{
        margin-bottom: 5px;
    }
    footer  p,
    footer p span,
    footer p span.secondparachild a.owner{
        font-size: 15px;
        text-align: center
    }
    .latest-news .news-container .news-child{
        margin-bottom: 20px;
    }
    .class-image-container{
        grid-template-columns: 1fr;
    }
    section.team .team-container .card p{
        font-size: 16px;
        padding: 0 10px;
    }
    .latest-news .news-container .news-child .news-content h3 a{
        font-size: 18px;   
    }
     .slideshow-container .mySlides .content .text1{
        font-size: 4.5vw;
    }
    .slideshow-container .mySlides .content  div.text2{
        font-size: 7vw;
    }
    section.team .team-container .card{
        padding: 0;
    }
/*About Us Page*/
    .about-us .right-about-us-section h1{
        font-size: 22px;
    }
    .choose-us-section .child-choose-us-section .choose-grid-container .ci-item i{
        font-size: 40px;
    }
     .choose-us-section > img{
        height: 1050px;
    }
/*Blog Page*/
     .left-blog-section .left-blog .left-blog-text h2 > a{
        font-size: 20px;
    }
    .right-blog-section .first-recent-news ul li a{
        font-size: 18px;
    }
    .first-recent-news > h2,.second-categories > h2,
    .third-popular-tag  > h2,.fouth-open-hours > h2{
        font-size:28px;
    }
/*Blog Details Page*/
    .comments .mycomment{
        flex-direction: column;
    }
    .comments .mycomment .comment-details{
           margin-left: 0px; 
    }
    .comment-details .comment-date{
        align-items:  center;
    }
    .second-blog-detail > h4{
        font-size: 20px;
    }
}
@media (max-width:279px){

    .start-journey .journey-content button.join-now2{
        margin-top: 0px;
    }
    .slideshow-container .mySlides .content .text1{
        display: none;
    }
/*About Us Page*/
    .about-us .right-about-us-section h1{
        margin-left: -25px;
    }
}
@media (max-width:249px){
     
    .latest-news .news-container .news-child .news-content p.time span,
    .our-class .right-class-sec .right-bottom-content a{
        font-size: 13px;
    }
    section.team .team-container .card h4,
    section.team .team-container .card h5{
        font-size: 18px;
    }
    section.team .team-container .card h5{
        margin:5px 0;
    }
    section.team .team-container .card p{
       padding: 0 8px;
    }
    .our-class .right-class-sec .view-schedule button.btn,
    button.join-now2{
        width: 80%;
    }
/* Blog Page*/
    
    .left-blog-section .left-blog .left-blog-text p.para, 
     p.grey,span.grey{
        font-size: 16px;
    }
/*Blog Details Page*/
   .blog-quote p{
         font-size: 18px !important;
    }
    .bd-desc > p.para,
    .second-blog-detail p{
        font-size: 16px;
    }
    .bd-desc > h4{
        font-size: 20px;
    }
}  
@media(max-width:215px){
    .choose-us-section img{
        height: 1170px;
    }
    .start-journey .journey-content button.join-now2{
        margin-top: 15px;
    }
    .our-program .left-program .program-heading  h2{
        margin-left: -20px;
    }
}