@media(min-width:1500px) {
  header:before,.contact:before,.contact:after{
    display: none;
  }
}

@media (max-width: 991px) {
  nav .nav-item:first-child{
    margin-top: 8px;
  }
  nav .nav-item{
    border: 0.5px solid rgba(119, 119, 119,0.2);
    padding: 4px 12px;
  }
  nav .login,nav .register{
    display: block;
    padding: 12px;
    border: 0.5px solid rgba(119, 119, 119,0.2);
  }

  nav .login{
    margin-left: 0;
    border-top: none;
    border-bottom: none;
  }
  
  nav .register{
    color: var(--main-blue);
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 8px;
  }
  nav .register:hover{
    background-color: transparent;
    color: var(--main-green);
  }
  nav .navbar-nav{
    margin-bottom: 0!important;
  }
  .navbar-toggler{
    border:none;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .navbar-toggler i{
    font-size: 22px;
  }
  header {
    padding-top: 80px;
  }

  header p:not(header .left-content p) {
    width: 100%;
  }

  header .row {
    row-gap: 30px;
  }

  .search form {
    flex-direction: column;
    padding: 45px;
  }

  .search input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .our-services .title p {
    width: 100%;
    text-align: justify;
  }
  .our-services .col-lg-7 {
    padding-left: 12px;
  }
  .our-services ul {
    border-left: none;
    padding-left: 0;
  }

  .our-services li span {
    width: calc(100% - 83px);
  }

  .our-services .left-content {
    margin-top: 30px;
  }

  .features .row{
    flex-direction: column-reverse;
  }

  .features .col-lg-6:last-child{
    width: 100%;
  }

  .features .col-lg-6:first-child{
    padding-left: 0;
    width: 100%;
    margin-top: 70px;
  }

  .quick-access p{
    width: 100%!important;
  }

  .quick-access .item{
    padding: 15px;
  }

  .statistics .row{
    row-gap: 30px;
  }

  .statistics .col-lg-7{
    padding-right: 0;
  }

  .testimonials p:not(.testimonials .item p){
    width: 100%;
  }

  .learn-more .col-lg-6:first-child{
    padding-left: 12px;
    margin-bottom: 30px;
  }

  .learn-more .video video{
    height: auto;
    width: 90%;
  }

  .learn-more .video .close{
    right: 5%;
    top: 25%;
  }

  .privacy p:not(.privacy .item p){
    width: 100%;
  }

  .privacy .row{
    justify-content: center;
    row-gap: 30px;
  }

  footer .item {
    padding-left: 0;
  }
  footer .item p{
    margin-bottom: 15px;
    font-size: 0.9375rem;
  }
  footer .col-lg-5 {
    padding-right: 0;
    margin-top: 30px;
  }
}


@media(max-width:767px) {
  .loading svg{
    width: 265.5;
    height: 63px;
  }
  .loading .progress{
    width: 200px;
    margin-top: 50px;
  }
  header .left-content .right-icon {
    display: none;
  }
  .search form{
    padding: 15px;
  }
  .features .right-content{
    padding-left: 12px;
  }
  .features .right-content .right-content{
    margin-right: -12px;
  }
  .features .right-content li span{
    font-size: 1rem;
  }
  .features .right-content img{
    margin-left: 0.5rem;
  }
  .our-services ul {
    text-align: center;
  }
  .our-services .nav-tabs .nav-link{
    width: 100%;
    justify-content: space-between;
  }
  .our-services li{
    /* display: inline-block; */
  }
  .our-services .img-holder{
    margin-left: 15px;
    width: 55px;
    height: 55px;
  }
  .our-services .img-holder svg{
    height: 30px;
  }
  .our-services li span{
    /* display: none; */
    width: calc(100% - 70px);
    font-size: 13px;
  }
  .our-services .left-content img{
    display: none;
  }
  .features .right-content .img-holder {
    width: 60px;
    height: 60px;
    line-height: 65px;
    margin-left: 0.5rem;
  }
  .statistics .row{
    row-gap: 100px;
  }
  .statistics .col-lg-7 {
    padding-right: 12px;
  }
  .statistics .item {
    text-align: center;
  }
  .statistics .item .icon:after{
    right: 50%;
    transform: translateX(50%);
  }
  .learn-more li {
    width: 100%;
  }
  .learn-more .video .close{
    font-size: 30px;
    top: 30%;
  }
  .custom-space{
    margin-top: unset;
  }
  .testimonials .testimonials-row {
    margin-top: 70px;
  }
  .contact .right-content{
    padding-left: 12px;
  }
  footer .col-lg-5{
    padding-left: 20px;
    padding-right: 20px;
  }
  footer button{
    margin: 15px auto;
  }
}