/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  .home-content h1 {
    font-size: 40px;
  }
  .signup-process .signup-details h5 {
    font-size: 21px;
  }
  .signup-process .signup-details .number li {
    font-size: 13px;
  }
  .service-details {
    margin-bottom: 20px;
  }
}
/* Portrait tablets and small desktops */
@media (max-width: 991px) {
  html {
    font-size: 80%;
  }
  .home-content h1 {
    font-size: 36px;
  }
  .home-content p {
    font-size: 13.5px;
  }
  .menu-item p {
    font-size: 13px;
  }
  .heading-content h1 {
    font-size: 45px;
  }
  .signup-process .signup-icon {
    float: none;
  }
  .service-details {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
  }
  .signup-process .signup-details {
    float: none;
  }
  .modal-body {
    font-size: 15px;
  }
  .prez-section p {
    font-size: 13px;
    line-height: 1.5;
  }
  .contact-info {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
  }

  .project-info {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  html {
    font-size: 70%;
  }
  .home-content h1 {
    font-size: 22px;
  }
  .navbar-default .collapse .login a {
    margin-left: 0;
    width: 22%;
  }
  .home-contact p {
    font-size: 14px;
  }
  .heading-content h1 {
    font-size: 28px;
  }
  .signup-process .signup-icon {
    float: none;
  }
  .service-details {
    margin-bottom: 20px;
  }
  .single_right_contact p {
    margin-top: 25px;
  }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  html {
    font-size: 60%;
  }
  .home-content h1 {
    font-size: 13px;
  }
  .navbar-default .collapse .login a {
    margin-left: 10px;
    width: 65%;
    margin-bottom: 60px;
  }
  .social-wrapper .social-contact a {
    color: #fff;
    margin-right: 20px;
    float: left;
    margin-top: 10px;
  }
  .home-contact p {
    font-size: 8px;
  }
  .heading-content h1 {
    font-size: 16px;
  }
  .signup-process .signup-icon {
    float: none;
  }
  .signup-process .signup-details h5 {
    font-size: 23px;
    margin-left: 0;
  }
  .signup-process .signup-details {
    float: none;
  }
  .service-details {
    margin-bottom: 20px;
  }
  .single_features_right h2 {
    font-size: 22px;
  }
  .single_features_right p {
    line-height: 24px;
  }
  .contact_address {
    margin-top: 30px;
  }
  .contact-login {

  }
}

@media (max-width: 320px) {
  html {
    font-size: 50%;
  }
  .signup-process .signup-icon {
    float: none;
  }
  .service-details {
    margin-bottom: 20px;
  }
  .navbar-default .collapse .login a {
    width: 36%;
  }
  .social-icon {
    margin-left: 80px;
  }
  .social-wrapper .social-contact {
    margin-left: 52px;
  }
}
