/*Responsive*/

@media (min-width: 1501px) {
  .container {
    max-width: 1540px;
  }
  .modal-dialog {
    max-width: 50% !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-left {
    padding: 120px 0 100px 0;
  }
  .hero-left h1 {
    font-size: 70px;
  }
  .hero-buttons {
    margin-top: 60px;
  }
  .section-padding {
    padding-top: 80px;
  }
  .about-content {
    font-size: 36px;
    line-height: 44px;
  }
  .modal-dialog {
    max-width: 70% !important;
  }
  .video-wrapper {
    margin-top: 110px;
  }
  .partner-section {
    margin-top: 500px;
  }
  .blog-section {
    margin-top: 500px;
  }
  .partner-card {
    width: 20%;
    min-height: 170px;
  }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
  .main-menu li a {
    font-size: 16px;
    font-weight: 400;
    margin: 0 15px 0 0;
  }
  .btn-login a {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
  }
  .hero-area {
    margin-top: -98px;
  }
  .hero-left {
    padding: 120px 0 100px 0;
  }
  .hero-left p {
    font-size: 18px;
    line-height: 24px;
  }
  .hero-buttons {
    margin-top: 50px;
  }
  .hero-right {
    padding: 130px 0 20px 0;
  }
  .hero-left h1 {
    font-size: 50px;
    line-height: 52px;
    margin-top: 20px;
  }
  .section-padding {
    padding-top: 60px;
  }
  .about-content {
    font-size: 28px;
    line-height: 36px;
  }
  .modal-dialog {
    max-width: 80% !important;
  }
  .video-wrapper {
    margin-top: 70px;
  }
  .partner-section {
    margin-top: 350px;
  }
  .blog-section {
    margin-top: 350px;
  }
  .partner-card {
    width: 25%;
    min-height: 160px;
  }
  .quote-comma {
    font-size: 60px;
    padding: 20px 0 0 0;
  }
  .testimonial-text {
    font-size: 26px;
    line-height: 34px;
  }
  .page-header {
    margin-top: -100px;
  }
  footer {
    margin-top: 80px;
  }
}

/*iPad Pro Portrait only*/
@media only screen and (min-width: 1024px) and (orientation: portrait) {
}

/*iPad Pro Landscape only*/
@media only screen and (min-width: 1366px) and (orientation: landscape) {
}

/*iPad Portrait only*/
@media only screen and (min-width: 768px) and (orientation: portrait) {
}
/*iPad Landscape only only*/
@media only screen and (min-width: 1024px) and (orientation: landscape) {
}

/*iPad only*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
  .navbar-toggler {
    outline: none;
  }
  .navbar-toggler:active,
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar {
    background: rgba(19, 22, 99, 1);
  }
  .main-menu li a {
    color: #fff;
  }
  .btn-login {
    margin-bottom: 20px;
  }
  .hero-area {
    background: url(../img/bg-hero-tablet.jpg);
    background-position: 75% 20%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero-left {
    padding: 100px 0 0 0;
    margin-left: 0;
  }
  .hero-left h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-left p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .hero-buttons {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .content-right {
    padding: 130px 0 0 60px;
  }
  .video-wrapper {
    margin-top: 5px;
  }
  .partner-section {
    margin-top: 300px;
  }
  .blog-section {
    margin-top: 300px;
  }
  .partner-card {
    width: 25%;
    min-height: 160px;
  }
  footer {
    margin-top: 40px;
  }
  .page-short-description {
    font-size: 24px;
    line-height: 34px;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
  .logo {
    width: 70%;
  }
  .hero-area {
    background: url(../img/bg-hero-tablet.jpg);
    background-position: 71% -15%;
    background-repeat: no-repeat;
  }
  .hero-left {
    padding: 60px 0 30px 0;
  }
  .hero-right {
    padding: 135px 0 0 0;
  }
  .btn-demo {
    padding: 10px 26px;
  }
  .hero-left h1 {
    font-size: 36px;
    line-height: 52px;
    margin-top: 20px;
  }
  .hero-buttons {
    margin-top: 40px;
  }
  .video-wrapper {
    margin-top: 10px;
  }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  h2 {
    font-size: 38px;
  }
  /* .logo{ 
    width: 30%;
  } */
  .hero-area {
    background: url(../img/bg-hero-mobile.jpg);
    background-position: 72% -15%;
    background-repeat: no-repeat;
  }
  .hero-left {
    padding: 0 0 20px 0;
  }
  .hero-right {
    padding: 135px 0 0 0;
  }
  .hero-left h1 {
    font-size: 40px;
    line-height: 52px;
    margin-top: 20px;
  }
  .section-padding {
    padding-top: 30px;
  }
  .testimonial {
    padding: 60px 0 10px 0;
  }
  .slide-item {
    display: flex;
    flex-direction: column;
  }
  .slide-body {
    padding: 20px 20px 20px 20px;
  }
  .section-copy {
    font-size: 22px;
    line-height: 30px;
  }
  .partner-section {
    margin-top: 350px;
  }
  .blog-section {
    margin-top: 350px;
  }
  .partner-card {
    width: 40%;
    min-height: 130px;
  }
  .quote-comma {
    font-size: 70px;
    padding: 20px 0 0 0;
  }
  .testimonial-text {
    font-size: 35px;
    line-height: 44px;
  }
}
