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

@media screen and (max-width: 767px) {
  #desktop {
    display: none;
  }
  #mobile {
    display: block;
  }
  .hero {
    padding: 90px 0 90px 0;
    text-align: center;
  }
  .hero h1 {
    text-align: center;
  }
  .apply-btn {
    text-align: center;
  }
  .contact-wrap {
    background: #e2e2e2;
  }
  .contact-box {
    box-shadow: none;
    margin-top: 0;
    display: block;
    text-align: center;
  }
  .contact-icon {
    display: block;
  }
  .contact-box .contact-txt {
    text-align: center;
    font-size: 14px;
  }

  .contact-row .col-md-4 {
    position: relative;
  }

  .contact-row .col-md-4:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #ccc;
  }
  .why h2 {
    margin-bottom: 20px;
  }
  .feature-list {
    justify-content: flex-start;
  }
  .feature-list ul li:last-child {
    margin-bottom: 0;
  }

  .feature-list {
    padding: 0;
  }
  .benefits {
    padding: 80px 0;
    background: url("../img/bg.jpg");
    background-size: cover;
    color: #ffffff;
  }
  .benefits i {
    color: #ffffff;
  }

  /*step-form*/
  #step-form {
    width: 100% !important;
    padding: 10px;
  }
  #step-form h4 {
    font-size: 1.2rem;
  }
  .btn1,
  .btn2 {
    margin-top: 10px;
  }
  .contactRight {
    padding: 20px;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #desktop {
    display: block;
  }
  #mobile {
    display: none;
  }
  .footer-list {
    display: flex;
    align-items: center;
    text-align: right;
  }
  .footer-list ul {
    margin-bottom: 0;
  }
  .footer-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
	#step-form h4{font-size:1.3rem}
	#notFit i{font-size:3rem}
	#notFit p {font-size:15px;padding-top:10px;}
	.footer-list {
    display: flex;
    align-items: center;
    justify-content: center !important;
  }
	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mobile {
    display: none;
  }
  .hero {
    padding: 90px 0 90px 0;
    text-align: center;
  }
  .hero h1 {
    text-align: center;
  }
  .apply-btn {
    text-align: center;
  }
  .contact-box {
    display: block;
  }
  .contact-icon {
    display: block;
  }
  .contact-box .contact-txt {
    text-align: center;
    font-size: 14px;
  }
  #step-form {
    width: 100%;
  }
  .contactleft h5 {
    font-size: 1.2rem;
  }
  .contactleft p {
    font-size: 1rem;
  }
}
