.download {
  background:#fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: 100%;

}
.download .left-side {
 /* margin-top: 60px;*/
  position: relative;
  padding-top: 45px;

}
.download .left-side h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.download .left-side h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  color: #21409a;
}
.download .left-side span {
  color: #23b9b9;
}
.download .left-side p {
  font-size: 24px;
    padding-top: 21px;
    margin-bottom: 0;
    color: #7b7878;
    width: 62%;
    line-height: 38px;
  
  
}

.download .left-side .app-logo {
  padding-top: 14px;
  padding-top: 19px;
}
.download .left-side .app-logo a {
  color: #fff;
 /* background: #199f6d;*/
  color: #fff;
 /* width: 50px;*/
  display: inline-block;
  /*padding: 10px;*/
  text-align: center;
  text-transform: uppercase;
  margin-right:10px;

}
.download .left-side .app-logo .learn {
 /* background: #fff;*/
  color: #000;
}
.download .left-side .app-logo p {
  font-weight: 600;
    font-size: 20px;
    padding-bottom: 19px;
}
.download .left-side .app-logo .download-content{
  color: #09277b;
}
.download .left-side .mobile-side {
 /* position: absolute;*/
  right: 173px;
  top: -3px;
}
.icon {
  position: relative;
}
.icon li {
  list-style: none;
}
.icon li:nth-child(1) {
  background: #00b69a;
  color: #fff;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  padding-top: 12px;
  text-align: center;
  position: absolute;
  left: 35%;
  top: -92px;
  
}
.icon li:nth-child(1) a {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.icon li:nth-child(1) a .fa {
  display: block;
}
.icon li:nth-child(2) {
  background: #199f6d;
  color: #fff;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  padding-top: 12px;
  text-align: center;
  position: absolute;
  left: 27%;
  top: -64px;
}
.icon li:nth-child(2) a {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.icon li:nth-child(2) a .fa {
  display: block;
}
.icon li:nth-child(3) {
  background: #00b7b7;
  color: #fff;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  padding-top: 12px;
  text-align: center;
  position: absolute;
  left: 18%;
  top: -23px;
}
.icon li:nth-child(3) a {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.icon li:nth-child(3) a .fa {
  display: block;
}
.social-icon ul li {
  list-style: none;
  float: left;
}
.social-link {
  margin-top: 0;
  padding-bottom: 28px;
  /*    background: #f2f7f7;*/
  /*text-align: center;*/
  padding-top: 34px;

}
.social-link h2 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #199f6d;
}
.social-link h2 span {
  color: #2d3e50;
}
.social-link p {
  width: 27%;
  margin: auto;
  color: #2d3e50;
  font-size: 12px;
}
.social-link .link {
  /*margin-left: -70px;*/
}
.social-link .link ul {
  display: inline-flex;
  /*padding-left: 23px;*/
}
.social-link .link ul li {
  list-style: none;
  float: left;
  padding-right: 27px;
}
.social-link .link ul li a{
    color: #fff;
    background: #094280;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
}
/*Login*/
.login {
  text-align: center;
  background-size: #f6fafb;
}
.login .logo {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.login h2 {
  color: #2d3e50;
  font-size: 17px;
}
.login p {
  color: #23b9b9;
  font-size: 12px;
}
.login .user-login {
  background: #fff;
  width: 30%;
  margin: auto;
  padding: 40px;
}
.login .user-login .form-control {
  border: 1px solid #199f6d;
  font-size: 12px;
}
.login .user-login .btn-primary {
  background: #00b69a;
  border: 0;
  display: block;
  height: auto;
  width: 100%;
}
.login .user-login .last-section {
  display: flex;
}
.login .user-login .last-section a {
  font-size: 12px;
  text-align: left;
  display: block;
  padding-top: 10px;
  padding-left: 15px;
}
.login .user-login .last-section .help {
  padding-left: 80px;
}
.login .user-login .last-section .form-check-input {
  position: absolute;
  margin-top: 10px;
  margin-right: 14px;
  left: 42%;
}
.login .user-login svg {
  width: 50px;
  height: 50px;
  margin-top: -15px;
  margin-bottom: 10px;
}
.login .create h3 {
  color: #21409a;
  font-size: 14px;
  padding-top: 20px;
  font-weight: 300;
}
.mobile-app{
    display:none;
  }
@media (max-width: 1200px) {
  /*.download {
    height: 435px;
  }*/
}
@media (max-width: 1024px) {
  .download {
    height: 373px;
  }
  .download .left-side {
    margin-top: 0;
  }
  .download .left-side .mobile-side {
    right: 15px;
  }
  .login .user-login {
    width: 40%;
  }
  .login .user-login .last-section .form-check-input {
    left: 37%;
  }
  .mobile-side img{
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
	.download{
	display:none;
	}
}
@media (max-width: 991px) {
  .download {
    height: auto;
    background-size: auto;
  }
  .download .left-side {
   
    padding-bottom:30px;
  }
  .download .left-side p {
    width: auto;
  }
  .download .left-side .mobile-side {
    display: none;
  }
  .icon li:nth-child(1) {
    left: 35%;
    top: -60px;
  }
  .icon li:nth-child(2) {
    left: 45%;
    top: -97px;
  }
  .icon li:nth-child(3) {
    left: 54%;
    top: -65px;
  }
  .login .user-login {
    width: 60%;
  }
  .login .user-login .last-section .form-check-input {
    left: 35%;
    position: inherit;
    margin-right: 0;
    margin-left: 0;
  }
  

  .download .left-side p{
  line-height: 30px;
}
.social-link{
  padding-top: 0;
}
  }



@media (max-width: 767px) {
  .icon li:nth-child(1) {
    left: 18%;
    top: -40px;
  }
  .icon li:nth-child(2) {
    left: 44%;
    top: -89px;
  }
  .icon li:nth-child(3) {
    left: 71%;
    top: -39px;
  }
  .social-link .link {
    margin-left: 0;
  }
  .login .user-login {
    width: 80%;
  }
  .mobile-side{
    /*display:none;*/
    text-align: center;
  }

  .app-logo{
    display: none;
  }
  .mobile-app{
    display:block;
    margin:auto;
    margin-bottom: 20px;
  }
  .social-link{
    display: none;
  }
  .download-content{
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    padding-bottom: 19px;
    color: #09277b;
    padding-top: 0px;
  }

  .download .left-side .app-logo{
    padding-top: 40px;
  }
  .download .left-side p{
    font-size: 23px;
    width: 90%;
  }
    .download .left-side .app-logo img{
      max-width: 100%;
    }

    .download .left-side {
    padding-top: 0;
}
}


@media (max-width: 480px) {
  
  

  .download .left-side .app-logo a{
    margin-right: 0!important;
    width: 40%;
  }
   .download .left-side p{
    width: 100%;
  }

.download{
  padding-top: 25px;
}
  }

  @media (max-width: 375px) {

    .download .left-side .app-logo {
    padding-top: 15px;
}
.download .left-side h4{
  font-size: 25px;
}

  .download .left-side .app-logo a{
    width: 45%;
  }

  .download .left-side{
    padding-top: 28px;
  }

.mobile-app img{
    width: 150px;
    margin:auto;
    display: inline-block;
    margin-right:10px;
  }
  .mobile-app img{
    width: 120px;
    margin-left: 30px;
    }
  

  }
  @media (max-width: 320px) {
    .mobile-app img{
    width: 120px;
    margin-left: 20px;

  }
  