@charset "utf-8";
/* CSS Document */

/*Global*/
/*Paddings and Margins*/
/*Navbar*/
/*index.html*/
    /*Section 1*/
    /*Section 2*/
    /*Section 3*/
    /*Section 4*/
    /*Section 6*/
    /*Section 7*/
    /*Section 8*/
/*game-fit.html*/
    /*game-fit_section_1*/
    /*game-fit_section_2*/
    /*game-fit_section_3*/
    /*game-fit_section_4*/
    /*game-fit_section_5*/
/*Social Media Links*/
/*Footer*/





/*////////////////////////
/////////Global///////////
////////////////////////*/
body{
    
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
.navbar{
    background-color: white !important  ;
    position: fixed;
    top: 0;
    width: 100%;
}

.std_Section{
    width: 100%;
    overflow: hidden;
}
.global_font{
    font-family: 'Montserrat', sans-serif !important;
}
#our-services{
    content: ;
}
.global_subheader{
    font-size: 20px ;
    font-weight: 500 ;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
}
.global_second_header{
    font-size: 24px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
}
.global_header{
    font-size: 44px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.22 !important;
    letter-spacing: normal !important;
}
.global_para{
    font-size: 16px !important;
}
.navbarButton{
    width: 180px;
    height: 42px;
    border-radius: 0px !important;
    border: solid 1px #fc410f !important;
    background-color: #fc4105 !important;
}
.global_button{
    min-width: 250px;
    height: 54px;
    font-weight: 400     !important;
    font-size: 24px !important;
    border-radius: 0px !important;
    border: none !important;
    background-color:#fc4105 !important;
}
.Header_play_btn{
    width: 220px;
    height: 50px;
    border: solid 2px white !important;
    background-color: transparent;
    opacity: 80%;
}
.Header_play_btn:hover{
    width: 220px;
    height: 50px;
    border: solid 2px white !important;
    background-color: white;
    transition: 0.4s;
    opacity: 60%;
}

.button-2{
    width: 150px;
  height: 45px;
  border-radius: 4px;
  border: solid 0.5px #231f20;
  background-color: rgba(35, 31, 32, 0.08);
}
.button-3{
    width: 150px;
  height: 45px;
  border-radius: 4px;
  border: solid 1px #fc4105;
  background-color: #fc4105;
}
.externalMargin{
    margin: auto !important;
}

.backgroun-colored{
    background-color: rgba(35, 31, 32, 0.06);
}

.backgroun-non-colored{
    background-color: white;
}
.primary-color{
    color: #101010;
}
.secondry-color{
    color: #fc4105;
}
.third-color{
    color: #0773f7;
}
.muted-color{
    color: #d4d4d4;
}
.dark-muted-color{
    color: rgba(0, 0, 0, 0.6) !important;
}
.colour-white{
    color: white !important;
}
.font-bold{
    font-weight: bold !important;
}

.border-0{
    border: 0 !important;
    opacity: 100% !important;
}

.t-a-l{
    text-align: left !important;
}
.t-a-r{
    text-align: right !important;
}
.t-a-c{
    text-align: center !important;
}
.t-a-j{
    text-align: justify !important;
}

@media screen and (max-width:900px){
    .global_header{
        font-size: 40px !important;
        font-weight: bold !important;
        font-stretch: normal !important;
        font-style: normal !important;
        line-height: 1.22 !important;
        letter-spacing: normal !important;
    }
    .global_subheader{
        font-size: 16px ;
        font-weight: 500 ;
        font-stretch: normal !important;
        font-style: normal !important;
        line-height: 1.2 !important;
        letter-spacing: normal !important;
    }
    .global_second_header{
        font-size: 24px ;
        font-weight: 500 ;
        font-stretch: normal !important;
        font-style: normal !important;
        line-height: 1.2 !important;
        letter-spacing: normal !important;
    }
}
.to-top{
	color:white;
	padding-top:1.8em;
	display:inline-block;/* or block */
	position:relative;
	border-color:white;
	text-decoration:none;
	transition:all .3s ease-out;
}
.to-top:before{
	content:'▲';
	font-size:.9em;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-.7em;
	border:solid .13em white;
	border-radius:10em;
	width:1.4em;
	height:1.4em;
	line-height:1.3em;
	border-color:inherit;
	transition:transform .5s ease-in;
}
.to-top:hover{
	color:pink;
	border-color:pink;
}
.to-top:hover:before{
	transform: rotate(360deg);
}

/*////////////////////////
///Paddings and Margins///
////////////////////////*/
.padding-0{
    padding: 0 !important;
}

.padding-10{
    padding: 10px !important;
}
.padding-b-10{
    padding-bottom: 10px !important;
}
.padding-t-10{
    padding-top: 10px !important;
}
.padding-l-10{
    padding-left: 10px !important;
}
.padding-r-10{
    padding-right: 10px !important;
}

.padding-20{
    padding: 20px !important;
}
.padding-b-20{
    padding-bottom: 20px !important;
}
.padding-t-20{
    padding-top: 20px !important;
}
.padding-l-20{
    padding-left: 20px !important;  
}
.padding-r-20{
    padding-right: 20px !important;
}
.padding-t-30{
    padding-top: 30px !important;
}
.padding-30{
    padding: 30px !important;
}
.padding-75{
    padding: 75px !important;
}
.padding-t-75{
    padding-top: 75px !important;
}
.padding-t-50{
    padding-top: 50px !important;
}
.padding-50{
    padding: 50px !important;
}
.padding-b-50{  
    padding-bottom: 50px !important;
}
.padding-t-40{
    padding-top: 40px !important;
}
.padding-t-40per{
    padding-top: 10% !important;
}
.padding-120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.padding-s-20{
    padding: 0 20px;
}

.margin-50{
    margin: 50px;
}
.margin-t-50{
    margin-top: 50px;
}
.margin-b-20{
    margin-bottom: 20px;
}
.margin-b-50{
    margin-top: 50px;
}
.margin-t-100
{
    margin-top: 80px;
}
.margin-b-120{
    margin-bottom: 120px !important;
}

.margin-b-20per{
    margin-bottom: 30px !important;
}
.margin-t-150{
    margin-top: 150px !important;
}
.magin-t-neg30{
    margin-top: -30px;
}
.margin-auto {
    margin: auto!important;
}


.postion-r-0{
    position: absolute !important;
    right: 0 !important;
}
.postion-l-0{
    position: absolute !important;
    left: 0 !important;
}
.postion-l-2{
    position: absolute !important;
    left: 2 !important;
}
.postion-l-3{
    position: absolute !important;
    left: 3 !important;
}
.postion-t-200{
    position: absolute !important;
    top: 200px!important;
}
.postion-t-150{
    position: absolute !important;
    top: 140px!important;
}


/*////////////////////////
/////////Navbar///////////
////////////////////////*/

#section_nav{
    
    background-color: white;
    height: auto;

}
.nav_desk{
    visibility: visible;
}
.nav_phone{
    visibility: hidden;
    height: 0;
}
    .navbar{
        position: fixed !important;
        z-index: 10;   
        padding-top: 10px !important;
    }
    .navbar_main{
        width: 100% !important;
        height: 100px;
        padding-top: 30px;
    }
    .navbar_pages{
        /* padding-top: 8px; */
        /*margin-top: 8px;*/
    }
    .navbar_logo{
        padding: 0% 20px;
        height: 100px !important;
        margin: 0px;
    }
    .navbar_links{
        padding: 20px;
    }
    .navbar-brand:hover{
        transform: scale(200%);
        transform: rotateY(360deg);
        color:  #0773f7 !important; 
        
    }
    .navbar-toggler{
        margin-top: 0px;
    }
    .navbar-sp-phone-h{
        visibility: hidden;
        width: 0;
        height: 0;
    }
    .navbar-sp-phone-b{
        position: fixed;
        top: 20px;
        right: 1%;
        width: 100px;
        height: 42px;
        border-radius: 0px !important;
        border: solid 1px #fc410f !important;
        background-color: #fc4105 !important;
    }
@media screen and (max-width : 900px){
    #section_nav{
    
        background-color: white;
        height: auto !important;
    }
    .nav_desk{
        visibility: hidden;
        height: 0;
    }
    .nav_phone{
        visibility: visible;
        height: auto;
        padding-bottom: 0px;
    }
    .navbar-pages{
        padding-bottom: 20px !important;
    }
    .navbar-toggler{
        margin-top: 20px;
    }

    .navbar_main{
        width: 100% !important;
        padding-left: 0px !important;
        height: auto;  
        padding-top: 5px; 
    }
    .navbar{
        position: fixed !important;
        z-index: 10;   
        padding-top: 0px !important;
    }
    .navbar-brand{
        padding-top: 20px 0px;
    }
    .navbar_logo{
        padding: 0% 20px;
        height: 100px !important;
        margin-top: -60px;
        width: 80px !important;
        justify-content: center;
        visibility: hidden;
        height: 0 !important;
    }
    .navbar_mobile_logo{
        position: fixed;
        top: 5px;
        z-index: 150;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translate(-50%, 0%);
        
    }
    .customer-logos  .slide .card:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent !important  ;
        transition: all .3s linear;
      }
      .navbar-sp-phone-h{
        visibility: visible;
        width: 0;
        height: 0;
    }
}
.progress-container {
    width: 100%;
    height: 4px;
    background: white;
    position: absolute;
    bottom: 0;
    margin-left: -1rem;
  }
  
  .progress-bar {
    height: 4px;
    background: #fc4105 !important;
    width: 0%;
  }
  



/*////////////////////////
//////////////////////////
///////////Home///////////
//////////////////////////
////////////////////////*/


/*////////////////////////
////////Section 1/////////
////////////////////////*/
#section_1{
    display: inline-block !important;
    height: 800px !important;
}
@media screen and (min-width : 1600px){
    #section_1{
        display: inline-block !important;
        height: 800px !important;
    }
}
#Backdrop_video{
    opacity: 100%;
    width: 100%;
    background-color: black;
    height: 100%;
    display: block;
    overflow: hidden !important;
    object-fit: cover;
    filter: brightness(55%);
}

.header_span{
    position: relative !important;
    bottom: 80% !important;
}
.header_span_plain{
    position: relative !important;
    bottom: 60% !important;
    text-align: center;
}
.header_text{
    max-width: 600px;
    margin:0;  
    text-align: right; 
}
.Play_button_youtube{
    padding-top: 50px;
}
.Header_play_btn span{
    color: white !important;
    font-weight: bold;
    outline: none;
    border: none;
}
.Header_play_btn:hover span{
    color: black !important;
}

.downArrow{
    position: relative;
    top: 200px;
    right: 5px;
    color: white !important;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
	color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #2ecc71;		
}
@media screen and (max-width : 900px){
    .downArrow{
        visibility: hidden;
    }
    #section_1{
        height: 600px !important;
        display: inline-block !important;
        margin-top: 10px;
    }
    .header_text{
        width: auto;
        margin-left:10px;  
        text-align: center; 
    }
    .header_span_plain{
        position: relative !important;
        bottom: 60% !important;
        text-align: center; 
    }
    
    #Backdrop_video{
        opacity: 100%;
        margin-top: -1%;
        width: 100%;
        background-color: black;
        height: 100%;
        display: block;
        overflow: hidden !important;
        object-fit: cover;
        filter: brightness(40%);
    }
    .downArrow{
        position: relative;
        top: 50px;
    }
}




/*////////////////////////
////////Section 2/////////
////////////////////////*/
#section_2{
    margin-top: 0;
    height:auto !important;
}

.animated-text{
    padding: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 32px;
    overflow: hidden;
    width: 600px;
    }
.animated-text-pack{
    padding: 50px;
}

.customer-logos {
    padding-bottom: 20px !important;
    padding-top: 20px !important;   
    /* margin-left: 30px; */
  }

  .line{
    text-align: center;
    line-height: 32px;
    font-size: 32px !important;
    color: rgb(83, 83, 83);
}

.line:first-child{
    animation: a 6s infinite;
}

@keyframes a{
    0%{
        margin-top: 0px;
    }
    6%{
        margin-top: -42px;
    }
    33%{
        margin-top: -42px;
    }
    39%{
        margin-top: -84px;
    }
    67%{
        margin-top: -84px;
    }
    73%{
        margin-top: -116px;
    }
    100%{
        margin-top: -116px;
    }

}
@media screen and (max-width : 900px){   
    .animated-text-pack{
        padding: 0;
        visibility: hidden;
    }
    .animated-text{
        visibility: hidden;
        width: 0px;
    }
    .customer-logos {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
        margin-left: 0px;
      }
    #section_2{
        margin-top: 0;
        height: auto !important;
        overflow: hidden;
    }
}
  
  /* Slider */
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      /* overflow-x: hidden !important; */
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
      min-width: 50px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    overflow: visible;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  /* .slide:hover .image {
    opacity: 0.3;
  }
  
  .slide:hover .middle {
    opacity: 1;
  } */

  #section_2 .carousel-inner{
      overflow: visible;
  }
  #section_2 .carousel-indicators{
      bottom: -35px !important;
  }
  .carousel-indicators-btn{
    background-color: #0773f7 !important;    height: 10px;
    width: 10px;
  }
.customer-logos .slide{
    outline: none;
}
.customer-logos  .slide .card{
      
    position: relative;
    top: 0;
    transition: top ease 0.4s;
    box-shadow:0 5px 5px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    max-width: 400px;
  }
  .customer-logos  .slide .card:hover{
      top: -30px;
  }
  .customer-logos  .slide .card-body{
      padding: 10px 10px;
      text-align: center;
      background-color: white !important;
  }

  .customer-logos01{
      overflow: hidden;
      padding-top: 40px;
      padding-bottom: 20px;
  }
  .customer-logos01 .slide{
    outline: none;
}
.customer-logos01  .slide .card{
      
    position: relative;
    top: 0;
    transition: top ease 0.4s;
    box-shadow:0 5px 5px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  }
  .customer-logos01  .slide .card:hover{
    top: -30px;
}
  .customer-logos02  .slide .card:hover{
      top: -30px;
  }
  .customer-logos02  .slide .card .image{
      width: 100% !important;
  }
  .customer-logos02{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px;
}
.customer-logos02 .slide{
  outline: none;
}
.customer-logos02  .slide .card{
    
  position: relative;
  top: 0;
  transition: top ease 0.4s;
  box-shadow:0 5px 5px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.customer-logos02  .slide .card:hover{
    top: -30px;
}
.customer-logos02  .slide .card .image{
    width: 100% !important;
}

  .customer-logos  .slide .card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 52px;
    left: 0;
    right: 0;
    background: #ff521833;
    transition: all .3s linear;
  }
  /*ff521833*/
  .customer-logos  .slide .card:hover:before { 
    background: none;
  }
  .playButton a {
      color:  white !important;
      border: 0 !important;
      opacity: 90%;
  }
  .playButton a:hover {
    color:  #101010 !important;
    border: 0 !important;   
}


/*////////////////////////
////////Section 3/////////
////////////////////////*/
#section_3{
    height: auto !important;
}

.modal-dialog {
    max-width: 60% !important;
    margin: 30px auto;
}

.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}
.video-btn{
    cursor: pointer !important;
    
}
@media screen and (max-width : 900px){
    #section_3{
        height: auto !important;
        overflow: hidden;
    }
    .modal-dialog {
        max-width: 100% !important;
        height: 100% !important;
        margin: 30px auto;
    }
    .modal-body {
        position:relative;
        padding:5px !important;
        }

}

/*////////////////////////
////////Section 4/////////
////////////////////////*/

#section_4{
    height: auto !important;
}

.mat-display{
    width: 50%;
     max-width: 850px;
} 

#section_2 .card{
    align-items: center;
    border: 0 !important;
}

.image_show{
    padding: 0 10%;
    padding-top: 0px;
}

@media screen and (max-width : 900px){
    .mat-display{
        width: 100%;
    }
    #section_4{
        height: auto !important;
        overflow: hidden;
    }
    .image_show{
        padding: 0 1%;
        padding-top: 0px;
    }
    .respon-fonts{
        font-size: 16px !important;
    }
}


/*////////////////////////
////////Section 5/////////
////////////////////////*/

#section_5{
    height: 800px !important;
    width: 100%;
}
#section_5 .row{
    padding: 40px 10% !important;
}

.sel-txt-1{
    transition: 1s !important;
}
.selected-txt{
    text-shadow: 0 0 2px black;
    transition: 1s;
    font-weight: bold;
    scale: 101%;
}
.android_play_store_button{
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 400px;
    transform: translate(4%, 50%);
}
.android_play_store_button_1{
    visibility: hidden;
    transform: translate(4%, 50%);
}
.phone-div{
    height: 650px;
}
.App-Display-Frame{
    height: 100%;
    position: relative;
    max-width: 400px;
    /* transform: rotate(10deg); */
    right: 17px;
    z-index: 4;
}
.App-Display-Video{
    height: 97% !important;
    max-width: 400px;
    border-radius: 10px;
    position: absolute;
    /* transform: rotate(10deg); */
    top: 8px;
    z-index: 3;
    box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.Quote_mark_begin{
    font-size: 200px !important;
    position: absolute;
    top: 0px;
}
.Quote_mark_end{
    font-size: 200px !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.reviews-table{
    margin : 0 8% !important;
    padding: 0px 50px;
}
.circular-review-img{
    border-radius: 100%;
    width: 64px;
}
.review-card-body{
    padding: 60px;
    padding-top: 0px !important;
    padding-bottom: 30px;
}
.review-card-body .row{
    padding-top: 30px;
}

.review-card{
    padding: 0px 50px;
}
.review-card .card{
    height: 300px;
    width: 900px;
    border: 0 !important;
}
.syncText{
    visibility: visible;
}
@media screen and (max-width : 900px){
    #section_5{
        height: auto !important;
        width: 100%;
        overflow: hidden;
    }
    .syncText{
        visibility: hidden;
        height: 0;
    }
    #reviewSlide a{
        visibility: hidden;
    }
    .reviews-table{
        margin : 0 !important;
        padding: 0;
    }
    .review-card{
        padding: 0 !important;
    }
    .review-card-body{
        padding: 60px 20px;
    }
    .review-card .card{
        height: auto;
        width: auto;
        border: 0 !important;
    }
    .android_play_store_button_1{
        visibility: visible;
        margin-top: -100px;
        justify-content: center;
        align-items: center;
        transform: translate(0%, 50%);
        margin-bottom: 40px;
    }
    .App-Display-Frame{
        height: 90%;
        z-index: 4;
        margin: auto;
    }
    .App-Display-Video{
        height: 87% !important;
        border-radius: 10px;
        z-index: 3;
        margin: auto;
    }
    .phone-div{
        margin: auto;
        width:254px !important;
        padding: 0 !important;
    }
}   

/*////////////////////////
////////Section 6/////////
////////////////////////*/
#section_6{
    height: auto !important;
    overflow: hidden;
}
.review-auth{
    text-align: left;
}
.review-text-prev{
    margin-left: -600px;
    margin-top: -150px;
}
.review-text-next{
    margin-right: -600px;
    margin-top: -150px;
}
.review-text-control{
    width: 300px !important;
    overflow: hidden;
}
@media screen and (max-width : 900px){
    #section_6{
        height: auto !important;
        overflow: hidden;
    }
    .review-auth{
        text-align: center;
    }
}

/*////////////////////////
////////Section 7/////////
////////////////////////*/
#section_7{
    height: auto !important;
}
.fa-check-circle{
    color: #fc4105;
}
.fa-times-circle{

}
#Display-table {
    margin: 0;
    align-self: center;
    background-color: white;
    width: 100%;
}
#Display-table td, #Display-table th{
    text-align: center;
    padding-top: 5px;
    height: 100px;
} 
.table-body{
}

.table-header{
    margin-top: 60px !important;
    height: 150px !important;
}
.table-header-text{
    font-size: 20px !important;
    font-weight: bold;
}
.table-header-disc{
    font-size: 16px !important;
    font-weight: 500;
}
.table-header-left{
    border-top: solid 1px #231f20;
    border-left: solid 1px #231f20;
    border-right: solid 1px #fc4105;
    border-top-left-radius: 10px !important;
}
.table-header-center{
    border-top: solid 1px #fc4105;
    border-left: solid 1px #fc4105;
    border-right: solid 1px #fc4105;
}
.table-header-right{
    border-top: solid 1px #231f20;
    border-left: solid 1px #fc4105;
    border-right: solid 1px #231f20;
    border-top-right-radius: 2px;
}
.table-data-left{
    font-size: 20px !important;
    border-left: solid 1px #231f20;
    border-right: solid 1px #fc4105;
}
.table-data-center{
    font-size: 20px !important;
    border-left: solid 1px #fc4105;
    border-right: solid 1px #fc4105;
}
.table-data-right{
    font-size: 20px !important;
    border-left: solid 1px #fc4105;
    border-right: solid 1px #231f20;
}
.table-footer-left{
    font-size: 20px !important;
    border-bottom: solid 1px #231f20;
    border-left: solid 1px #231f20;
    border-right: solid 1px #fc4105;
    border-bottom-left-radius: 2px;
}
.table-footer-center{
    font-size: 20px !important;
    border-bottom: solid 1px #fc4105;
    border-left: solid 1px #fc4105;
    border-right: solid 1px #fc4105;
}
.table-footer-right{
    font-size: 20px !important;
    border-bottom: solid 1px #231f20;
    border-left: solid 1px #fc4105;
    border-right: solid 1px #231f20;
    border-bottom-right-radius: 2px;
}
.table-Font-light{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #231f20;
}
.table-Font-bold{
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #231f20;
}
.featureChart {
	margin: 10px 00px;
	padding: 40px 20%px !important;
	border-color: red;
    border-radius: 13px;
    min-height: 300px !important;
}
#section_7 .card{
    border: none !important;
    background-color:  transparent ;
}
#section_7 .row{
    width: 80%;
    margin-left: 10%;
}


@media screen and (max-width : 900px){
        #section_7{
            height: auto !important;
            overflow: hidden;
        }
        .featureChart {
            margin: 10px 00px;
            padding:10px 20px !important;
            border-color: red;
            border-radius: 13px;
            min-height: 150px !important;
        }
        #section_7 .row{
            width: 94%;
            margin-left: 3%;
        }
}

/*////////////////////////
////////Section 8/////////
////////////////////////*/
#section_8{
    height: 650px !important;
    overflow: hidden;
}
.cal_date{
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    left: 0;
}
#section_8 .card{
    border: none !important;
    background-color:  transparent ;
}
.divisor{
    width: 80%;
}
.features {
	padding: 10px 20px;
	font-size: medium;
	color: darkblue;
	height: 380px;
}

.add_feature{
    padding: 100px;
}
@media screen and (max-width : 900px){
    #section_8{
        height: auto !important;
        overflow: hidden;
    }
    .add_feature{
        padding: 10px;
    }
}

/*////////////////////////
//////////////////////////
////////Game.Fit//////////
//////////////////////////
////////////////////////*/

/*////////////////////////
////////Section 1/////////
////////////////////////*/

#game-fit_section_1{
    display: inline-block !important;
    height: 800px !important;
}
#game-fit_section_1 .header_span_plain{
    bottom: 50% !important;
}
@media screen and (min-width : 1500px){
    #game-fit_section_1 video{
        /* filter: brightness(100%) !important; */   
    }
    #game-fit_section_1{
        display: inline-block !important;
        height: 950px !important;
    }
}


/*////////////////////////
////////Section 2/////////
////////////////////////*/

#game-fit_section_2{
    display: inline-block !important;
    height: auto !important;
}


.gameListSP .slide{
    outline: none;
}
.gameListSP  .slide .card{
      
    position: relative;
    top: 0;
    transition: top ease 0.4s;
    box-shadow:0 5px 5px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    max-width: 400px;
    max-height: 500px;
    overflow: hidden;

}
.gameListSP  .slide .card img{
    /* max-height: 300px; */
    filter: brightness(90%);
    
}
  .gameListSP  .slide .card:hover{
      top: -30px;
  }
  .gameListSP  .slide .card-body{
      padding: 10px 10px;
      text-align: center;
      height: 100px;   
  }
  .gameListSP  .slide .card:before {
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    background: #ff521833;
    transition: all .3s linear;
  }
  .gameListSP  .slide .card:hover:before { 
    background: none;
  }

  .video-btn-game-fit{
      color: white;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
  }
  .video-btn-game-fit:hover{
      color: #101010;
      cursor: pointer;
  }
  @media screen and (max-width : 900px){
    #game-fit_section_2{
        display: inline-block !important;
        height: auto !important;
    }
    .gameListSP  .slide .card:before {
        background: transparent;
    }
  }

/*////////////////////////
////////Section 3/////////
////////////////////////*/

#game-fit_section_3{
    display: inline-block !important;
    height: auto !important;
}

.gameListMP .slide{
    outline: none;
}
.gameListMP  .slide .card{
      
    position: relative;
    top: 0;
    transition: top ease 0.4s;
    box-shadow:0 5px 5px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    max-width: 400px;
}
.gameListMP  .slide .card img{
    /* max-height: 300px; */
}
  .gameListMP  .slide .card:hover{
      top: -30px;
  }
  .gameListMP  .slide .card-body{
      padding: 10px 10px;
      text-align: center;
      height: 100px;
  }
  .gameListMP  .slide .card:before {
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    background: #ff521833;
    transition: all .3s linear;
  }
  .gameListMP  .slide .card:hover:before { 
    background: none;
  }
  @media screen and (max-width : 900px){
    #game-fit_section_3{
        display: inline-block !important;
        height: auto !important;
    }
    .gameListMP  .slide .card:before {
        background: transparent;
    }
  }

/*////////////////////////
////////Section 4/////////
////////////////////////*/

#game-fit_section_4{
    display: inline-block !important;
    height: auto !important;
}
.gameListAG .slide{
    outline: none;
}
.gameListAG  .slide .card{
      
    position: relative;
    top: 0;
    transition: top ease 0.4s;
    box-shadow:0 5px 5px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    max-width: 400px;
}
.gameListAG  .slide .card img{
    max-height: 250px;
}
  .gameListAG  .slide .card:hover{
      top: -30px;
  }
  .gameListAG  .slide .card-body{
      padding: 10px 10px;
      text-align: center;
      height: 150px;
  }
  .Adventure-gamming-vid{
      height: 400px;
      width: 800px;
      object-fit: fill;
  }
  .video-btn-adv-fit{
    color: white;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-btn-adv-fit:hover{
    color: #101010;
    cursor: pointer;
}
  .Adventure-gaming-sec{
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 10px 10% ;
  }
  .Adventure-gaming-txt{
      padding: 50px;
  }
  .adventure-gaming-img{
      width: 80%;
  }
  .adventure-gaming-animation{
    width:300px !important;
    margin-left: -300px;
}
  @media screen and (max-width : 900px){
    #game-fit_section_4{
        display: inline-block !important;
        height: auto !important;
    }
    .adventure-gaming-animation{
        width:80% !important;
        overflow: hidden;
        margin-left: 0px ;
        padding-top: 20px;
    }
    .Adventure-gaming-sec{
        justify-content: center;
        align-items: center;
        align-self: center;
        padding: 10px 1% ;
  }
  .Adventure-gaming-sec h6{
      text-align: justify !important;
  }
  .adventure-gaming-img{
      width: 100%;
  }
  .Adventure-gaming-txt{
    padding: 0;
  }
  .Adventure-gamming-vid{
    width: 90% !important;
    height: auto;
    object-fit: fill;
}
#game-fit_section_4 .padding-t-75{
    padding-top: 0 !important;
}
}


/*////////////////////////
////////Section 5/////////
////////////////////////*/
#game-fit_section_5{
    height:auto !important;

}
@media screen and (max-width : 900px){
    #game-fit_section_5{
        display: inline-block !important;
        height: auto !important;
    }
  }



/*////////////////////////
//////////////////////////
////////Class-fit////////
//////////////////////////
////////////////////////*/

/*///////////////////////
/////////Section 3///////
///////////////////////*/

.class-fit_cards{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px;
}
.class-fit_cards .slide{
  outline: none;
}
.class-fit_cards  .slide .card{
    
  position: relative;
  top: 0;
  transition: top ease 0.4s;
  box-shadow:0 5px 5px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.class-fit_cards  .slide .card:hover{
    top: -30px;
}
.class-fit_cards  .slide .card .image{
    width: 100% !important;
}

.day-center {
	vertical-align: middle !important;
	text-align: center !important;
	width: 20%;
}
.table-responsive td{
    color: rgba(0, 0, 0, 0.6) !important;
}
.table-responsive th{
    color: rgba(0, 0, 0, 0.6) !important;
}



/*////////////////////////
//////////////////////////
////////About us//////////
//////////////////////////
////////////////////////*/

/*////////////////////////
////////Section 1/////////
////////////////////////*/
#about-us_section_1{
    text-align: center;
    margin-top: 150px !important;
}
.team-member {
    margin-bottom: 50px;
    text-align: center;
}
.team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid rgba(0, 0, 0, 0.1);
}
.rounded-circle {
    border-radius: 50%!important;
}
.min-height-120{
    min-height: 120px !important;
}
.min-height-220{
    min-height: 220px !important;
}
.social-buttons a{
    border-radius: 100%;
    padding: 10px;
    background-color: #101010;
}
@media screen and (max-width : 900px){
    .min-height-120{
        min-height: auto !important;
    }
    .min-height-220{
        min-height: auto !important;
    }
}


/*////////////////////////
//////////////////////////
////////Contact us////////
//////////////////////////
////////////////////////*/

/*////////////////////////
////////Section 1/////////
////////////////////////*/

.contact-bg{
    margin-top: 100px !important;
    background-image: url(/assets/img/contact-us/contact.jpg);
}

.contact-info-list {
	margin: 0;
	padding: 0;
	margin-top: 55px;
	list-style: none;
}
.contact-info-list .single-info-item {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.contact-info-list .single-info-item:last-child {
	margin-bottom: 0;
}
.contact-info-list .single-info-item:hover .content .details {
	color: #5369f0;
}
.contact-info-list .single-info-item .icon {
	margin-right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	background-image: -moz-linear-gradient(50deg, #70bfec 0%, #6a30ff 99%);
	background-image: -webkit-linear-gradient(50deg, #70bfec 0%, #6a30ff 99%);
	background-image: -ms-linear-gradient(50deg, #70bfec 0%, #6a30ff 99%);
	color: #fff;
	font-size: 25px;
}
.contact-info-list .single-info-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contact-info-list .single-info-item .content .details {
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.contact-form .form-group .form-control {
	height: 50px;
	padding: 0 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #7f7c96;
}
.contact-form .form-group .form-control:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #7f7c96;
}
.contact-form .form-group .form-control::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #7f7c96;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #7f7c96;
}
.contact-form .form-group .form-control.error {
	border: 1px solid #dc3545;
}
.contact-form .form-group.textarea .form-control {
	min-height: 210px;
	resize: none;
	padding: 20px;
}

/*////////////////////////
//////////////////////////
//////////Reviews/////////
//////////////////////////
////////////////////////*/

/*////////////////////////
////////Section 1/////////
////////////////////////*/
#reviews_section_1{
    height: 400px;
    overflow: hidden;
}
#reviews_section_1 h2{
    bottom: 20% !important;
}

#Backdrop_image{
    opacity: 100%;
    width: 100%;
    background-color: black;
    height: 100%;
    display: block;
    overflow: hidden !important;
    object-fit: cover;
}
@media screen and (max-width : 900px){
    #reviews_section_1{
        height: 500px;
        overflow: hidden;
    }
    #reviews_section_1 h2{
        bottom: 15% !important;
    }
}
@media screen and (min-width  : 1600px){
    #reviews_section_1{
        height: 500px;
        overflow: hidden;
    }
}
/*////////////////////////
////////Section 2/////////
////////////////////////*/
#reviews_section_2{
    align-items: center;
}
#reviews_list_sec{
    margin: 0% 10%  ;
    max-width: 1500px;
    overflow: hidden;
    align-self: center;
}

/*////////////////////////
//////////////////////////
////////How it Works//////
//////////////////////////
////////////////////////*/

/*////////////////////////
////////Section 1/////////
////////////////////////*/
#howitworks_section_1{
    margin-top: 100px;
}
#howitworks_section_1 img{
    width: 80%;

}
@media screen and (max-width : 900px){
    #howitworks_section_1 .d-block{
        width: 400px !important;
        height: 300px;
    }
    #howitworks_section_1{
        margin-top: 150px;
        height: 500px;
    }
    #howitworks_section_1 img{
        width: 100%;
        transform: rotate(-90deg); 
        margin-top: 120px;  
    }
}
/*////////////////////////
////////Section 2/////////
////////////////////////*/
.discrip-vid-div{
    width: 50%;
    transform: translate(50% , 0);
}
#howitworks_section_2 video{
    width: 100%;
    margin-top: -7px;
    object-fit: cover;

}
@media screen and (max-width :900px){
    .discrip-vid-div{
        width:95%;
        height: 300px;
        transform: translate(0 , 0);
    }
}

/*////////////////////////
////////Section 3/////////
////////////////////////*/
#howitworks_section_3 .row{
    margin-left: 25%;
    width: 50%;
    padding-bottom: 20px;
    padding-top: 10px;
}
#howitworksgif{
    width: 50%;
    height: 400px;
}
.brand-icon-android{
    align-content: center;
    justify-content: center;
    padding-top: 20px;
}
.brand-icon-ios{
    align-content: center;
    justify-content: center;
    padding-top: 10px;
}
.brand-icon-macos{
    align-content: center;
    justify-content: center;
    padding-top: 15px;
}
.brand-icon-windows{
    align-content: center;
    justify-content: center;
    padding-top: 5px;
}
@media screen and (max-width :900px){
    #howitworksgif{
        width: 90%;
        height: auto;
    }   
    #howitworks_section_3 .row{
        margin-left: 0;
        width: 100%;
    }
    .brand-icon-android{
        align-content: center;
        justify-content: center;
        padding-top: 20px;
        width: 100%;
    }
    .brand-icon-ios{
        align-content: center;
        justify-content: center;
        padding-top: 5px;
        width: 100%;
    }
    .brand-icon-macos{
        align-content: center;
        justify-content: center;
        padding-top: 10px;
        width: 100%;
    }
    .brand-icon-windows{
        align-content: center;
        justify-content: center;
        padding-top: 10px;
        width: 100%;
    }
}

/*////////////////////////
////////Section 4/////////
////////////////////////*/

#howitworks_section_4 .featureChart{
    background-color: transparent !important;
    border: none !important;
    height: auto !important;
    padding: 0 30px;
}
#howitworks_section_4 .row {
    width: 80%;
    margin-left: 10%;
}
@media screen and (max-width :900px){
    #howitworks_section_4 .featureChart{
        background-color: transparent !important;
        border: none !important;
        height: auto !important;
        padding: 0 5px;
    }
    #howitworks_section_4 .row {
        width: 100%;
        margin-left: 0%;
    }
}


/*////////////////////////
//////////////////////////
////////Checkout//////////
//////////////////////////
////////////////////////*/

/*////////////////////////
////////Section 1/////////
////////////////////////*/


.roundedEdge {
	margin: 10px 0px;
	border: none !important;/* .background-color: #EFEFEF;  */
}
.topImage{
    width: 80%;   
}
.highlited {
	border-width: 5px;
	border-color: #fc4105;
	height: 100% + 60px;
	border-radius: 13px;
}
.popularHeading {
	font-weight: bold;
	padding-top: 10px;
	color: #0773f7;
	position: absolute;
	z-index: 2;
	top: 7px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.tagPlan {
	font-size: small;
	position: absolute;
	top: 13%;
	left: 35%;
	z-index: 2;
	color: aliceblue;
}
.noPadding {
	padding: 0px;
}
.noMargin {
	margin: 0px;
}
.comparisonTable {
	margin: 0px 4% !important;
	padding-top: 10px;
	padding-bottom: 20px;
}
.priceCard {
	background-color: #0773f7;
}
.planHead {
	margin: 40px 25px 10px 10px;
	font-size: 1.5rem;
	font-family: 'Montserrat', sans-serif;
	align-items: center;
	font-weight: bold;
}
.planCard {
	/*   background-image: linear-gradient(WHITE 60%,#F83600);*/
	border-radius: 13px !important;
	/* border-color: red; */
	border-width: 1px;
}
.pricing {
	color: aliceblue;
	padding: 40px 0px;
	margin: 0px;
}
.roundedEdge{
    border-radius: 13px !important;
}
.originalPrice {
	color: white;
	text-decoration: line-through;
}
.scrachText {
	color: aliceblue;
}
.mainFont {
	font-family: 'Montserrat', sans-serif;
}
.fontSize-0_5x {
	font-family: 'Montserrat', sans-serif;
	font-size: medium;
}
.fontSize-1x {
	font-family: 'Montserrat', sans-serif;
	font-size: large;
}
.fontSize-2x {
	font-family: 'Montserrat', sans-serif;
	font-size: x-large;
}
.quote {
	padding: 20px 20px;
	color: black;
	font-style: italic;
	font-size: small;
	font-weight: 700;
	height: 65px;
}
.boldBlackText {
	font-weight: bold;
	color: black;
}
.boldBlueText {
	font-weight: bold;
	color: blue;
}
.boldBlueText {
	font-weight: bold;
	color: blue;
}
.features {
	padding: 10px 20px;
	font-size: medium;
	color: darkblue;
	height: 380px;
}
.featureChart-checkout {
	margin: 20px 4%;
	border-width: 1px;
	/* border-color: red;  */
	border-radius: 13px;
}
.add_feature-checkout{
    margin: 30px 1%;
}
.add_feature-checkout .card{
    border: none !important;
}
.highlited {
    border-width: 5px !important;
    border-color: #fc4105 !important;
    height: 100% + 60px !important;
    border-radius: 13px !important  ;
}
.checkoutButton {
	background-color: #FC4105;
	color: aliceblue !important;
    font-weight: bold;
    border-radius: 0 !important;
}
.action {
	padding-bottom: 20px;
}
.getAtFoot {
	position: relative;
	bottom : 0px;
}
.card {
/*
         border-color: red;
         border-width: 1px;
         */
}
.colorSelection {
	padding: 10px;
}
.userDetails {
	border-width: 1px;
	border-radius: 13px;/*       margin-right: 8%;*/
}
.finalCheckout {
	border-width: 1px;
	border-radius: 13px;
}
.btn.focus, .btn:focus {
	box-shadow: none;
}
.cardHeaderBcolor {
	background-color: #7bb7ff;
	color: white;
	font-weight: bolder;
}

.mymultiplediv {
	cursor: pointer;
}
.mymultiplediv {
	width: 150px;
	margin: 10px;
	padding: 10px;
	color: #2b96cc;
	text-align: center;
}
.mydiv {
	display: none;
	padding: 10px;
	text-align: center;
}
.mydiv img {
	margin: 0 auto;
}
.mydiv span {
	text-align: center;
	background: #ffdede;
	padding: 6px 10px;
	display: block;
	width: 100px;
	border: 1px solid #d47c7c;
	margin: 8px auto;
}


.user-manual-pdf{
    height: 100vh;
}
.use-man-thmb{
    visibility: hidden;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}
#Payment_form{
    margin: auto 1% !important;
}
#Payment_form .card-header{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
#Payment_form .card-box{
    border: none !important;
}
#Payment_form .card-box-body{
    padding: 0 !important;
}
.checkout-modal .modal-content{
    max-width: 600px;
}
.checkout-modal .modal-header h6{
    transform: translate(-50% , 0%);
    margin-left: 50%;
}

#OTPInput {
	width: 90%;
	padding: 12px 20px;
	margin-bottom: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#verifyCode {
	width: 90%;
	padding-top: 10px;	
}

@import url(https://fonts.googleapis.com/css?family=Lato:700);
*,
*:before,
*:after {
  box-sizing: border-box;
}


.set-size {
  font-size: 100px;
}

.charts-container:after {
  clear: both;
  content: '';
  display: table;
}

.pie-wrapper {
  height: 1em;
  width: 1em;
  float: left;
  margin: 15px;
  position: relative;
}
.pie-wrapper:nth-child(3n + 1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 4px solid #fc410f;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: transparent;
  border-radius: 50%;
  bottom: 0.4em;
  color: #101010;
  cursor: default;
  display: block;
  font-size: 0.25em;
  left: 0.4em;
  line-height: 2.8em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.4em;
}
.pie-wrapper .label .smaller {
  color: #bdc3c7;
  font-size: .45em;
  padding-bottom: 20px;
  vertical-align: super;
}
.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 0.1em solid #bdc3c7;
  border-radius: 50%;
}

.pie-wrapper.progress-30 .pie .half-circle {
  border-color: #fc410f;
}
.pie-wrapper.progress-30 .pie .left-side {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}
.pie-wrapper.progress-30 .pie .right-side {
  display: none;
}

.divisor-checkout{
    height: 0px;
    border-top: dotted 2px rgba(128, 128, 128, 0.466);
}
.checkout-button{
    margin-top: 0px !important; 
    height: 48px !important; 
    position: relative; 
    transform: translate(-55%, 0);
}
@media screen and (max-width : 900px){
    .progress{ margin-bottom: 20px; }
    .topImage{
        transform: rotate(-90deg);
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .use-man-thmb{
        visibility: visible;
        height: auto;
        width: 100%;
    }
    .user-manual-pdf{
        height: 25vh;
    }
    #Payment_form{
        margin: auto 5% !important;
    }
    .comparisonTable {
        margin: 0px 1% !important;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #change-image{
        width: 100% !important;
    }
    .checkout-button{
        margin-top: 0px !important; 
        height: 48px !important; 
        position: relative; 
        transform: translate(-21%, 0);
    }
}

/*////////////////////////
///////Social Media///////
////////////////////////*/
#social_side_links {
    position: fixed;
  bottom: 0px;
  left:-20px;
  /* padding:0px; */
  list-style: none;
  z-index: 99;
}

#social_side_links li a {display: block;}

#social_side_links li a img {
    display: block;
    max-width:100%;
  padding:7px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}

/* #social_side_links li a:hover img {background: rgba(0, 0, 0, .2);} */


/*////////////////////////
////////Footer/////////
////////////////////////*/

#footer-table{
    width: 40%;
}
#footer-table th{
    font-size: 20px;
    padding-top: 30px;
}
.copyright-div{
    width: 100%;
    background-color:  #fc4105;
}
.copyright-text{
    font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.social-media-links{
    color:#fc4105;
    background-color: white;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    border-left: solid 2px white;
    border-right: solid 2.5px white;
    border-radius: 4px;
}

footer a{
    color:  #101010 !important;
    font-size: 17px;
}
footer a:hover{
    color:  #0773f7 !important;
}
@media screen and (max-width :900px){
    #footer-table{
        width: 100%;
        /* min-width: 600px; */
    }
    #footer-table th{
        font-size: 16px;
        padding-top: 30px;
    }
    footer a{
        color:  #101010 !important;
        font-size: 14px;
    }
}

.fundaywayImage{
    width: 40%;
}

#journeyImage{
    width: 80%;
}
@media screen and (max-width :900px){
    #journeyImage{
        width: 100%;
    }
    .fundaywayImage{
        width: 100%;
    }
}



.packages-section .packages {
	margin-top: 55px
}

.packages-section .package-title img {
	position: relative
}

.packages-section .package-title h5 {
	color: #fff;
	font-size: 20px;
	bottom: 0;
	left: 370px;
	position: absolute;
	text-align: center
}

@media (max-width:1199.98px) {
	.packages-section .package-title h5 {
		left: 270px
	}
}

@media (max-width:991.98px) {
	.packages-section .package-title h5 {
		left: 170px
	}
}

@media (max-width:767.98px) {
	.packages-section .package-title h5 {
		left: 70px
	}
}

@media (max-width:575.98px) {
	.packages-section .package-title h5 {
		position: unset;
		color: #000
	}
}

.packages-section .box {
	max-width: 310px;
	margin: 0 auto
}

.packages-section .box .package-desc {
	background-color: #fff;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, .18);
	border-radius: 30px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 30px 7px 20px 7px
}

.packages-section .box h4 {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-family: "Quicksand_Bold";
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 5px 14px;
	margin-bottom: 0;
	width: 220px
}

.packages-section .box p {
	color: #000;
	font-family: "Quicksand_Medium";
	margin-bottom: 12px
}

.packages-section .box p b,
.packages-section .box p strong {
	color: #754fa7
}

.packages-section .box span {
	color: gray;
	display: block;
	font-size: 30px;
	letter-spacing: 18px;
	line-height: 40px;
	margin-bottom: 20px
}

.packages-section .box a {
	font-size: 24px;
	font-family: "Quicksand_Bold";
	border-radius: 6px;
	color: #fff;
	padding: 7px 31px
}

@media (max-width:991.98px) {
	.packages-section .packages-bexes {
		margin-bottom: 40px
	}
}

.packages-section .packages-bexes:first-child .package-desc {
	border-bottom: 10px solid #0773F7
}

.packages-section .packages-bexes:first-child h4 {
	background-image: linear-gradient(to right, #0773F7, #549ffa)
}

.packages-section .packages-bexes:first-child a {
	background-color: #0773F7;
	border: 1px solid #0773F7;
	transition: .3s
}

.packages-section .packages-bexes:first-child a:hover {
	background-color: transparent;
	border: 1px solid #0773F7;
	color: #0773F7;
	transition: .3s
}

.packages-section .packages-bexes:nth-child(2) .package-desc {
	border-bottom: 10px solid #ffda25
}

.packages-section .packages-bexes:nth-child(2) h4 {
	background-image: linear-gradient(to right, #ffda25, #ffe97d)
}

.packages-section .packages-bexes:nth-child(2) a {
	background-color: #ffda25;
	border: 1px solid #ffda25;
	transition: .3s
}

.packages-section .packages-bexes:nth-child(2) a:hover {
	background-color: transparent;
	border: 1px solid #ffda25;
	color: #ffda25;
	transition: .3s
}

.packages-section .packages-bexes:nth-child(3) .package-desc {
	border-bottom: 10px solid #18ff85
}

.packages-section .packages-bexes:nth-child(3) h4 {
	background-image: linear-gradient(to right, #18ff85, #9bffca)
}

.packages-section .packages-bexes:nth-child(3) a {
	background-color: #18ff85;
	border: 1px solid #18ff85;
	transition: .3s
}

.packages-section .packages-bexes:nth-child(3) a:hover {
	background-color: transparent;
	border: 1px solid #18ff85;
	color: #18ff85;
	transition: .3s
}


.packages-section .packages-bexes:last-child .package-desc {
	border-bottom: 10px solid #fc4105
}

.packages-section .packages-bexes:last-child h4 {
	background-image: linear-gradient(to right, #fc4105, #ff6c3b)
}

.packages-section .packages-bexes:last-child a {
	background-color: #fc4105;
	border: 1px solid #fc4105;
	transition: .3s
}

.packages-section .packages-bexes:last-child a:hover {
	background-color: transparent;
	border: 1px solid #fc4105;
	color: #fc4105;
	transition: .3s
}

@media (max-width:991.98px) {
	.packages-section {
		padding: 25px 0 0
	}
}

.free-demo-section {
	padding: 40px 0 20px
}

.free-demo-section .free-demo {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 153px;
	max-width: 100%;
	margin: 0 auto
}

.free-demo-section .free-demo .demo-content {
	padding-left: 30px
}



/*////////////////////////
////////fun-school////////
////////////////////////*/

#section_1_fun_inschool{
    margin-top: 60px;
}
.fun-inschool-Title-div{
    margin-top: 130px;
}


.fun-school-title-img{
    width: 100% !important;
    padding: 20PX;
    margin-bottom: 20px;
}

.fun-inschool-Title{
    font-weight: 400 !important;
    padding: 80px;
    text-align: justify;
}

.fun-inschool-sec2-text{
    font-weight: 400 !important;
    padding: 80px;
    text-align: justify;
}

.fun-school-sec-2-img{
    margin-top: 0px;
    margin-bottom: 20px;

}

.fun-school-sec-3-img{
    width: 50%;
    padding: 20px;
}

#section_4_fun_inschool{
}
.fun-inschool-Title-div{
    margin-top: 130px;
}


.fun-school-sec4-img{
    margin-top: 30px;
    width: 75% !important;
    padding: 20PX;
}

.fun-inschool-sec4-text{
    font-weight: 400 !important;
    padding: 80px;
    text-align: justify;
}
#section_5_fun_inschool{
}


.fun-school-sec5-img{
    width: 100% !important;
    margin-top: 60px;
    padding: 20PX;
}

.fun-inschool-sec5-text{
    font-weight: 400 !important;
    padding: 80px;
    text-align: justify;
}


#section_6_fun_inschool{
}


.fun-school-sec6-img{
    width: 100% !important;
    margin-top: 80px;
    padding: 20PX;
}

.fun-inschool-sec6-text{
    font-weight: 400 !important;
    padding: 80px;
    text-align: justify;
}

#schoolsnameloogs{
    width: 100%; 
}

@media screen and (max-width :900px){
    #section_1_fun_inschool{
    }
    .fun-inschool-Title-div{
        margin-top: 130px;
    }
    .fun-school-sec-3-img{
        width: 100% !important;
        padding: 0 !important;
    }
    
    .fun-school-title-img{
        width: 100% !important;
        padding: 20px;
        padding-bottom: 40px;
    }
    
    .fun-inschool-Title{
        font-weight: 400 !important;
        transform: translate(0,-50%);
        margin-top: 10vh;
        padding: 20px;
        text-align: justify;
    }

    .fun-inschool-sec2-text{
        font-weight: 400 !important;
        padding: 20px;
        text-align: justify;
    }
    .fun-school-sec-2-img{
        margin-top: 00px;
        margin-bottom: 40px;
    
    }

    #section_4_fun_inschool{
    }
    .fun-school-sec-4-img{
        width: 100% !important;
        padding: 20px 0;
    }
    
    .fun-inschool-sec4-text{
        font-weight: 400 !important;
        padding: 20px;
        text-align: justify;
    }
    #section_5_fun_inschool{
    }
    .fun-school-sec-5-img{
        width: 100% !important;
        padding: 20px 0;
    }
    
    .fun-inschool-sec5-text{
        font-weight: 400 !important;
        padding: 20px;
        text-align: justify;
    }
    .fun-school-sec5-img{
        width: 100% !important;
        margin-top: 0px;
        padding: 5PX;
    }

    #section_6_fun_inschool{
    }
    .fun-school-sec-6-img{
        width: 100% !important;
        padding: 20px 0;
    }
    
    .fun-inschool-sec6-text{
        font-weight: 400 !important;
        padding: 20px;
        text-align: justify;
    }
    
}

/*////////////////////////
//////fun-afterschool/////
////////////////////////*/


#section_1_fun_afterschool{
}
.afterschool-title-img{
    width: 100%;
}

.fun-afterschool-sec2-img{
    width: 40% !important;
    padding: 20px 0;

}

.fun-afterschool-sec2-text{
    font-weight: 400 !important;
    padding: 20px;
    text-align: center;
}

.after-school-centers-div{
    margin: 30px 0;
}

@media screen and (max-width :900px){
    .fun-afterschool-sec2-title{   
        margin-top: 0;
    }

}

.pageLinks:hover{
    color: white !important;
}