@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_jes8zvoobch.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_jes8zvoobch.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_jes8zvoobch.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_jes8zvoobch.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_jes8zvoobch.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_jes8zvoobch.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family:"webfont" !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
img{
  width: 100%;
}
.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
}

::selection {
  background: #ed563b;
  color: #fff;
}

::-moz-selection {
  background: #ed563b;
  color: #fff;
}
h4{
  font-size: 28px;
  line-height: 28px;
  
}
h3{
  font-size: 22px;
}
.en-title{
  font-size: 18px;
  color: #82ad2c;
}
.color1{
  color: #224783;
}
.color2{
  color: #294946;
}
.color3{
  color: #ffffff;
}
.color4{
  color: #82ad2c;
}
.f14{
  font-size: 14px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}
.f20{
  font-size: 20px;
}
.f24{
  font-size: 24px;
}
.f12{
  font-size: 12px;
}
.border-right{
  border-right: 1px solid #fff;
}
.title-css{
  position: relative;
}
.title-css:after{
  /* text-decoration: underline #9ec964; */
  border-bottom: 4px solid #9ec964;
  width: 40px;
  height: 4px;
  content: '';
  position: absolute;
  top:30px;
  left: 0;
  bottom: 0;
}
.line1{
  line-height: 2;
}
.text-en{
  text-transform: uppercase
}
.hidden-line{
  white-space: nowrap;
  overflow: hidden;
  width: 215px;
}

.section{
  position: relative;
}
.section1{
  margin: 60px 0;
}
.section2{
  margin-top: -1px;
  padding:60px 0;
  background-color: #0f254c;
}
.why-bg{
  padding: 40px 0px;
  background-image: url(../images/why-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hsp-title{
  font-weight: 700;
  font-size: 17px;
  position: relative;
  margin-bottom: 16px;
}
.hsp-title::after{
  border-bottom: 4px solid #fff;
  width: 40px;
  height: 4px;
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 0;
}
.hsp-item{
  transition:all .4s;
  -moz-transition:all .4s;
  -webkit-transition:all .4s;
  -o-transition:all .4s;
}
.hsp-item:hover{
  transform:scale(1.1);
}

.padding-left20{
  padding-left: 20px;
}
.line{
  height: 1px;
  background-color: rgba(0,0,0,0.1);
}
.w50{
  width: 50%;
}
.bg1{
  background-color: #0392ce;
}
.bg2{
  background-color: #d4e6f2;
}
.bg3{
  background-color: #0d3168;
}
.flex1{
  flex:1;
}
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0f3169;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #ed563b;
}

.section-heading img {
  width: 100%;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #ed563b;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f9735b;
}
.main-div{
  position: relative;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-logo{
  background-color: #a6c7c4;
}
.header-area .main-nav .nav li .dropdown-menu a{
  color: #294946;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
} 
.header-area .main-nav .nav li .dropdown-menu a:hover{
  background-color: #ecf2f1;
} 
.dropdown-menu{
  border-radius: 0;
  min-width: 180px;
  border:none;
  font-size: 16px;
  padding: 20px 10px;
  margin: auto;
  position: absolute;
  transform: translate3d(0px, 70px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
  background-color: #fff;
}
.dropdown-menu:hover{
  background-color: #fff;
}
.logo{
  width: 500px;
}
.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background-color: rgba(15,49,105,0.2);
}

.header-area .main-nav {
  min-height: 70px;
  border-top:1px solid rgba(255,255,255,0.1);
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: left;
  position: relative;
  z-index: 999;

}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  height: 70px;
  line-height: 70px;
  border: transparent;
  letter-spacing: 1px;
  padding: 0 40px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}
.first-a:hover{
  background-color:rgba(15,49,105,0.5)
}

.header-area .main-nav .nav li a.active {
  background-color:rgba(15,49,105,0.5)
}
.doctor-item li:nth-of-type(odd){
  background-color: #e0e8f4;
}
/* .hospital-item li:nth-of-type(even){
  background-color: #c5d5b0;
} */

.header-area.header-sticky {
  min-height: 80px;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
.appointment{
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 40%;
  display: block;
  height: 300px;
}
.main-banner {
  position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}


.title{
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.title span{
  font-size: 22px;
}
.title1{
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  border-left:5px solid #ffa36a;
  margin-bottom: 10px;
  padding-left: 15px;
}
.title2{
  padding-left: 20px;
  font-size: 18px;
}
.content1{
  padding:80px 0px 80px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.section-bg1{
  padding: 60px 0px;
  background-image: url(../images/section-bg1.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-bg2{
  padding: 50px 0px;
  background-image: url(../images/section-bg2.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-bg3{
  padding: 100px 0;
  background-image: url(../images/product-banner1.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-bg4{
  padding: 60px 0;
  background-image: url(../images/product-banner2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-bg5{
  padding-top: 600px;
  background-image: url(../images/product2-banner2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-bg6{
  padding-top: 600px;
  background-image: url(../images/product2-banner3.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}
.dropdown-item{
  background-color: #fff;
}

.view-btn{
  display: block;
  border:1px solid #0f3169;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 0;
  color: #0f3169;
  margin: 40px 0;
  font-weight: 700;
}
.view-btn:hover{
  background-color: #0f3169;
  color: #fff;
}
.view-btn1{
  display: block;
  border:1px solid #224783;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 0;
  color: #fff;
  margin-top: 40px;
  font-weight: 700;
}
.view-btn1:hover{
  background-color: #fff;
  color:#0f3169 ;
}
.view-btn2{
  display: block;
  background-color: #7fac42;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 0;
  color: #fff;
  margin-top: 40px;
  font-weight: 700;
  width: 50%;
}


.mail-box{
  
  width: 300px;
  margin-top: 10px;
}
.mail-box input{
  padding: 10px;
  border: none;
  width: 255px;
}

.video-item{
  position: relative;
  height: 200px;
  overflow: hidden;
}
.video-item video{
  width: 100%;
}
.video-img{
  object-fit: cover;
}
.play{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
}
.swiper-box{
  min-height: 892px;
}
.new-img{
  width: 300px;
  height: 180px;
  overflow: hidden;
}
.new-img img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.news-view{
  width: 200px;
  text-align: center;
  padding: 10px 0;
  border:1px solid #0f264a;
  color: #0f264a;
  display: block;
  margin-top: 20px;
}
.info-box li{
  display: inline;
  width: 310px;
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
  color: #0d3269;
  position: relative;
  transition:all .4s;
  -moz-transition:all .4s;
  -webkit-transition:all .4s;
  -o-transition:all .4s;
}
.info-box li:hover{
  background-color: #9dbd5e;
  color: #fff;
  transform:scale(1.1);
}
.info-box li.active{
  background-color: #9dbd5e;
  color: #fff;
}
.info-box li:nth-child(odd){
  margin-right: 10px;
}

.why-icon img{
  width: 30px;
}
.index-doctor-item{
  transition:all .4s;
  -moz-transition:all .4s;
  -webkit-transition:all .4s;
  -o-transition:all .4s;
}
.index-doctor-item:hover{
  transform:scale(1.1);
}

.appointmentModal .modal-content{
  background-image: url(../images/modal-bg.png);
  background-color:transparent;
  background-repeat: no-repeat;
  border:none;
  background-size: 100%;
  height: 500px;
}
.appointmentModal .modal-dialog{
  max-width: 700px;
}
.appointmentModal .modal-box{
  position: relative;
}
.appointmentModal .appointment-form{
  position: absolute;
  top:100px;
  right: 30px;
  width: 360px;
}
.form-control{
  border-radius: 0;
}
.appointment-form .btn{
  padding: 15px 0;
  width: 100%;
  margin-top: 15px;
}
.btn-secondary{
  background-color: #ffa36a;
  border-color: transparent;
  border-radius: 0;
}
.modal-close{
  position: absolute;
  top: 35px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.video-modal{
  position: fixed;
  background: rgba(0, 0, 0, .8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 999999;
}
.video-box{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 500px;
}
.close-video{
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  right: -60px;
  color: #fff;
  text-align: center;
  background-color: rgba(255,255,255,0.4);
}
.close-video .iconfont{
  font-size: 30px;
}
.video-content{
  position: relative;
  width: 100%;
}
.apply-mail{
  display: block;
  background-color: #fda975;
  width:44px ;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.apply-mail .iconfont{
  font-size: 20px;
  color: #fff;
}
.nav-pills .nav-link{
  border-radius: 0;
  background-color: #9ec964;
  padding: 15px 20px;
  color: #fff;
}
.nav-pills .nav-link.active{
  background-color: #8db953;
}
.nav-content{
  height: 358px;
}

/* 新闻详情 */
.news-container{
  width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.news-container img{
  width: 100%;
}

.invalid-tip{
  font-size:14px;
  color: #dc3545;
}
.swiper-pagination-bullet-active{
  background-color: #fda975;
}
.partner-img{
  border:1px solid #ddd;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.partner-img img{
  width: 350px;
  height: 125px;
  object-fit: cover;
}
/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
  margin-bottom: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
}
#tabs .main-rounded-button a {
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: #ed563b;
}
#tabs .main-rounded-button a:hover {
  background-color: #f9735b;
}
#tabs ul li a img {
  max-width: 100%;
  margin-right: 20px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #ed563b;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tabs-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 28px;
}


/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

#schedule {
  padding: 0px 0px 140px 0px;
  background-image: url(../images/schedule-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#schedule table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#schedule table tbody {
  border-top: 1px solid #fff; 
}

#schedule table tbody tr {
  border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}
.jituan-des p{
  font-size: 16px;
  line-height: 30px;
}

#schedule table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#schedule .filters {
  margin-bottom: 40px;
}
#schedule .filters ul {
  padding: 0;
  text-align: center;
}
#schedule .filters ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#schedule .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#schedule .filters ul li:last-child {
  margin-right: 0px;
}
#schedule .filters ul li:last-child::after {
  display: none;
}
#schedule .filters ul li.active,
#schedule .filters ul li:hover {
  color: #ed563b;
}
#schedule .filters-content {
  margin-top: 50px;
}
#schedule .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#schedule .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}


/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#trainers .trainer-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 40px;
}

#trainers .trainer-item img {
  width: 100%;
  border-radius: 5px;
}

#trainers .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #ed563b;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#trainers .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

#trainers .trainer-item p {
  margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

#trainers .trainer-item ul.social-icons li a:hover {
  color: #ed563b;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  margin-top: 140px;
}

#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 80px;
  background-image: url(../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us .contact-form #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #ed563b;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
}

.contact-form button:hover {
  background-color: #f9735b;
}




/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #ed563b;
}

footer p a:hover {
  color: #ed563b;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}

.cnzz img{width:13px !important;}
.foot-item{
  display: flex;
  justify-content: space-around;
}
.foot-items{
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.foot-itimg{
  width: 90px;
  height: 90px;
  padding: 0;
  margin-right: 6px;
}

