/* Define the font-face rule */
/* Regular */
/* @font-face {
    font-family: 'Microsoft YaHei';
    src: url('../fonts/Microsoft Yahei.woff2') format('woff2'), */ /* Modern browsers */
         /* url('../fonts/Microsoft Yahei.woff') format('woff'),  */  /* Older browsers */
         /* url('../fonts/Microsoft Yahei.ttf') format('truetype'), */ /* Safari, Android, iOS */
         /* url('../fonts/Microsoft Yahei.eot');  *//* IE9 Compat Modes */
  /*   font-weight: normal;
    font-style: normal;
  } */
  /* Bold */
 /*  @font-face {
    font-family: 'Microsoft YaHei';
    src: url('../fonts/Microsoft Yahei Bold.woff2') format('woff2'), */ /* Modern browsers */
         /* url('../fonts/Microsoft Yahei Bold.woff') format('woff'),  */  /* Older browsers */
         /* url('../fonts/Microsoft Yahei Bold.ttf') format('truetype'), */ /* Safari, Android, iOS */
        /*  url('../fonts/Microsoft Yahei Bold.eot'); */ /* IE9 Compat Modes */
   /*  font-weight: bold;
    font-style: normal;
  } */
/* Added Code By Nevin */
.fixed-img {
    position: fixed !important;
}
body {
 padding-top: 0px;
  overflow-x: hidden;
  position: relative;
  font-family: "Microsoft Yahei";
}
 

.nav .navbar{
    padding: 5px 0;
    background: transparent;
    border-color: transparent;
}

.navbar-margin{
 margin-left: 40px;
}
 

.seperator-nav {
    background: #000000;
    color: #000; 
    transform: skew(-20deg); 
    font-size: 9px;
    padding: 1px;
    display: flex;
    position: relative;
    right: -65px;
    z-index: 100;
}

.seperator-point {
    font-size: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

.register-nav { 
    flex-direction: row;
    border-radius: 10px 10px 10px 10px;
    background: #087CE8;
    color: #fff;  
}


.login-nav { 
    border-bottom: none; 
   }

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-padding {
  padding-top: 34px;
}
.ml-auto {
 margin-left: auto;  
}

.header-image-mobile {
		/* background-image: url("../image/index-bg1.png"); */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    width: 100%;
    z-index: -1;
    display: none;
}
.footer-image-mobile {
  background-image: url("../image/index-bg2.png");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
  width: 100%;
  z-index: -1;
  display: none;
}
.adjuster-2 {
    position: relative;
    top: -100px;
}
.pre-footer {
  position: relative;
  top: -80px;
  margin-top: 12px !important;
}
.adjuster {
    margin-top: -150px;
}
.color-2 {
    color: #309BFF !important;
}

.color-3 {
    color : #FD9D36 !important
}
.cont-icon h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    color: #353940;
}
.cont-icon p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #767a96 !important;
    line-height: 27px !important;
    margin-top: 12px !important;
}

h3.color1 {
    color: #000000 !important;
}


/* Endline Added Code By Nevin */
.bg-1{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* top: 60px; */
    width: 1920px;
    /* min-width: 100%; */
    z-index: -1;
}
.bg-2{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
    width: 1920px;
    z-index: -1;
}
.download{
    padding-top: 100px;
}
.download h2{
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bolder;
}
.offer {
    text-align: center;
}
.offer span {
    font-size: 13px!important;
    margin-top: 0px!important;
    color: #DCDCDC;
   }
.download p {
    font-size: 16px;
    color: #DCDCDC;
    line-height: 24px;
    margin-top: 30px;
}
.download .dl-list{
    margin-top: 70px;
}
.download .dl-list>div{
    position: relative;
    margin-bottom: 30px;
}
.download .dl-list a{
    height: 50px;
    width: 160px;
    border-radius: 10px; 
    background: #FD9D36;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
    padding: 25px 10px 25px 10px;
    margin-right: 40px;
    margin-left: 40px;
}

.download .dl-list .qr-code{
    display: none;
    position: absolute;
    margin-left: -90px;
    top: 50px;
    left: 50%;
    width: 180px;
    height: 200px;
    background-color: #fff;
}
.download .dl-list .qr-code>div{
    width: 150px;
    height: 150px;
}
.download .dl-list .qr-code p{
    font-size: 12px;
    margin-top: 10px;
    color: rgb(243, 9, 40);
}
.download .dl-list a span:nth-child(1){
    font-size: 26px;
    margin-right: 5px;
}
.download .dl-list a span:nth-child(2){
    font-size: 12px;
    margin-left: 5px;
}
.download .dl-list a:hover{
    background: #309BFF;
    color: #ffffff;
}

.chapter{
    text-align: center;
}
.chapter h3{
    margin-top: 300px;
    font-size: 36px;
    color: #353940;
    font-weight: 600;
}
.chapter h5{
    margin-top: 20px;
    font-size: 18px;
    color: #5c6988;
  	margin-bottom: 30px;
}

.chapter h6 {
    margin-top: 20px;
    font-size: 18px;
    color: #6a738e;
    margin-bottom: 20px;
    line-height: 11px;
}

/* .chapter.black h3{
    color: #000;
}
.chapter.black h5{
    color: rgba(44,51,64,0.5);
} */

.first, .second, .third, .fourth{
    margin-top: 60px;
    margin-bottom: 60px;
}
.first .row>div,.third .row>div{
    margin-bottom: 30px;
}
.first .item{
    background-color: #fff;
    padding: 40px 20px 40px 60px;
    min-height: 200px;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 19, 0.06);
    border-radius: 4px;
}

.first .item>span{
    font-size: 90px;
    color:#3F61FF;
    margin-right: 40px;
}

.first .item .right p:nth-child(1),.third .item .right p:nth-child(1){
    margin: 10px 0;
    font-weight: 600;
    color: #2E3542;
    font-size: 22px;
}

.first .item .right p:nth-child(2),.third .item .right p:nth-child(2){
    margin: 10px 0;
    font-size: 16px;
    color: rgba(46,53,66,0.8);
    line-height: 1.6;
}

.second .item{
    margin-bottom: 30px;
}

.download-logo{ 
    width: 26px;
    height: 26px;  
    margin-bottom: 7px;
}

.center-logo{
    width: 324px;
    height: 433px;
    margin: 30px 0;
}

.second .item span{
    height: 70px;
    width: 70px;
    font-size: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 70px;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 19, 0.06);
    border-radius: 50%;
    color: #5D8BFF;
}

.second .item p:nth-of-type(1){
    font-size: 22px;
    font-weight: 600;
    color: #2C3340;
    margin-top: 30px;
    line-height: 1.4;
}

.second .item p:nth-of-type(2){
    font-size: 16px;
    color: rgba( 44, 51, 64, 1);
    margin-top: 8px;
    line-height: 1.4;

}

.third .item{
    padding: 30px;
    min-height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 19, 0.06);
    border-radius: 4px;
}

.third .item img{
    width: 130px;
    height: 130px;
    margin-right: 25px;
}

.fourth{
    flex-wrap: wrap;
}
.fourth li{
    /* width: 120px; */
    margin:0 20px 20px 20px;
}

.fourth li img{
    width: 120px;
    height: 120px;
}
.fourth li p{
    width: 100%;
    font-size: 18px;
    margin-top: 8px;
    color:rgba(0, 0, 0, 0.5);
    text-align: center;
}

.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color:rgb(0, 0, 0, 0.1);
    min-width: 170px;
    z-index: 1;
  }
  
  .dropdown-content a {
    text-decoration: none;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .first-download {
      font-size: 19px !important;
      color: #309BFF !important
  }

  .offer p {
    text-align: center!important;
    font-size: 13px!important;
    margin-top: 0px!important;
   }
   
  

.mobile-header-bg { 
    background-color: #001343;
    background-image: url(../image/mobile-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 747px;
    width: 100%;
    height: 747px;
}


.hr-brown {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-color: #3D3A79 !important;
}
  
@media (min-width: 992px){

    .download .dl-list>div:hover .qr-code.isVal{
        display: flex;
    }
 
}
@media (max-width: 1440px){
    .download h2{
        font-size: 60px;
    }
}
@media (max-width: 1200px){
    .download h2{
        font-size: 46px;
    }
    .second .item{
        align-items: center;
    }
    .third .item img{
        width: 90px;
        height: 90px;
        margin-right: 10px;
    }
    .custom.chapter h3{
        color: #7f8da4;
    }
    .custom.chapter h5{
        color: rgba(127,141,164,0.5);
    }

}
@media (max-width: 992px){
    .seperator-nav {
     visibility: hidden !important;
    }
    .login-nav { 
    border-bottom: black solid; 
   }
    .register-nav { 
        flex-direction: column; 
    }
    .center-logo{
        width: 85%;
        height: 85%;
        margin: 40px;
    }
    .download-logo {
        width: 18px;
        height: 18px;
        margin-bottom: 3px;
    }
  .header-image-mobile {
      display: block;
      height: 100%;
      background-position: top center;
      background-repeat: no-repeat;
  }
  .footer-image-mobile {
      display: block;
      height: 1940px;
      background-repeat: no-repeat;
      background-position: bottom center;
  }

  .download .dl-list{
    margin-top: 5px;
    text-align: -webkit-center;
  }

  .download .dl-list>div{ 
    margin-bottom: 15px;
}


.download .dl-list a{ 
    width: 250px!important;
    font-size: 15px;
    height: 40px;
    padding: 0;
}

  .bg-1 {
    /* display: none !important; */
  }
  .bg-2 {
    display: none !important;
  }
    .download h2{
        font-size: 44px;
    }

    .download .dl-list a span:nth-child(1){
        font-size: 15px;
        margin-right: 5px;
    }
}
@media (max-width: 768px){

    .header-padding {
        padding-top: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .download {
        padding-top: 0px;
    }

    .download p {
        text-align: center;
        font-size: 15px;
        margin-top: 20px!important;
    }

    h5.color-2 {
        color: #333333 !important;
    }
    
  h5.mobile-adj-h5 {
      margin-top: -30px;
  }
  h3.mobile-adj {
      line-height: 137px;
      margin-top: 145px !important;
  }
  .adjuster-2 {
    margin-top: 100px !important;
  }
  .chapter h6 {
    font-size: 15px;
  }
    .chapter h3{
        margin-top: 25px;
        font-size: 28px;
    }
    .chapter h5{
        font-size: 14px;
    }
    .first, .second, .third, .fourth {
        margin-top: 30px;
        margin-bottom: 30px;
    }
 
    .first .row>div, .third .row>div {
        margin-bottom: 20px;
    }
    .first .item{
        padding: 15px 10px 15px 25px;
        min-height: 150px;
    }
    .first .item>span{
        font-size: 60px;
        color:#3F61FF;
        margin-right: 30px;
    }
    .first .item .right p:nth-child(1),.third .item .right p:nth-child(1){
        font-size: 20px;
    }
    .first .item .right p:nth-child(2),.third .item .right p:nth-child(2){
        font-size: 14px;
    }
    .second .item p:nth-of-type(1){
        font-size: 18px;
    }
    .second .item p:nth-of-type(2){
        font-size: 14px;
    }
    .download{
        padding-bottom: 360px;
    }
    .download h2{
        font-size: 27px;
        text-align: center;
    }
    .third .item{
        padding: 15px;
        min-height: 150px;
    }

    .fourth li p{
        font-size: 14px;
        margin-top: 0;
    }
    .download .dl-list>div:hover .qr-code{
        display: none;
    }
    .fourth li img{
        width: 80px;
        height: 80px;
    }
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

@media (max-width: 548px){
  h3.mobile-adj {
      line-height: 37px;
      margin-top: 185px !important;
      margin-bottom: 70px;
  }
}

.go-download-btn {
}

.go-download-btn a {
    background: transparent !important;
    border: 1px solid #316BCC;
    border-radius: 5px;
    color: #8CB7FF !important;
    column-gap: 5px;
}

.go-download-btn-big a{
    padding: 16px !important;
}

.go-download-btn-big {
    margin-top: 16px ;
}