/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
	.mobile-footer {
  display: none !important;
}
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
	.mobile-footer {
  display: none !important;
}

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }
	.mobile-footer {
  display: none !important;
}

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
	.mobile-footer {
  display: none !important;
}
.popup_form {
  width: 90%;
}
}

@media only screen and (max-width: 640px) {
  .mobile-footer {
    display: block !important;
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    /*left: 20px;*/
    z-index: 9999;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    display: none;
    background-color: #ffffff;
    line-height: 0 !important;
    width: 100%;
    text-align: center;
    padding: 15px 0px 14px 0px !important;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
  }
  
  .mobile-footer {
  display: block !important;
}
.popup_form {
  width: 90%;
}
}


@media only screen and (max-width: 640px) {
  .mobile-footer a {
    float: left;
    text-align: center;
    width: 50% !important;
    transition: all 0.3s ease;
    color: #2d3e50;
    font-size: 28px;
    font-weight: 100 !important;
    text-decoration: none;
	margin-top:-10px;
	padding-top:10px;
  }
}

@media only screen and (max-width: 640px) {
  .mobile-footer {
    cursor: pointer;
    line-height: 0 !important;
    text-align: center;
  }
}