/* Added Code By Nevin */
.fixed-img {
    position: fixed !important;
}
body {
  overflow-x: hidden;
  position: relative;
}
.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: #93a4bd !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: #c8ced6 !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: 72px;
}
.download p {
    font-size: 14px;
    color: rgb(153 150 185);
    line-height: 24px;
    margin-top: 30px;
}
.download .dl-list{
    margin-top: 30px;
}
.download .dl-list>div{
    position: relative;
    margin-bottom: 30px;
}
.download .dl-list a{
    height: 46px;
    width: 100%;
    border-radius: 23px;
    background: #3F61FF;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
}

.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: 20px;
    margin-right: 5px;
}
.download .dl-list a span:nth-child(2){
    font-size: 12px;
    margin-left: 5px;
}
.download .dl-list a:hover{
    background: #FF3F83;
}

.chapter{
    text-align: center;
}
.chapter h3{
    margin-top: 200px;
    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;
}
.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;
}

.second .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(255,255,255,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: #0ABFB4 !important
  }
  
  
@media (min-width: 992px){

    .download .dl-list>div:hover .qr-code.isVal{
        display: flex;
    }
}
@media (max-width: 1440px){
    .download h2{
        font-size: 64px;
    }
}
@media (max-width: 1200px){
    .download h2{
        font-size: 56px;
    }
    .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){
  .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;
  }
  .bg-1 {
    display: none !important;
  }
  .bg-2 {
    display: none !important;
  }
    .download h2{
        font-size: 48px;
    }
}
@media (max-width: 768px){
  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;
    }
    .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: 50px;
    }
    .download h2{
        font-size: 40px;
        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;
  }
}