@media only screen and (max-width: 1600px) {
  .client {
    padding: 180px 0 30px;
  }
}
@media only screen and (max-width: 1340px) {
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    left: -190%;
  }
}
@media (min-width: 1300px) {
  .tablet {
    margin: 0px auto 20px;
    position: absolute;
    left: 0;
    bottom: -470px;
  }
  .video {
    height: 40vw;
  }
}
@media only screen and (max-width: 1200px) {
  .service-box {
    height: 390px;
  }
  .service-box p {
    font-size: 16px;
  }
  .step-box {
    height: 280px;
  }

  .testimonial .item {
    height: 410px;
  }
  .client {
    padding: 200px 0 30px;
  }
  .choose-box {
    background: linear-gradient(50deg, #cb0f33 50%, #222b52 50%);
  }
.video {
   
    height: 60vw;
   
}
.video .content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
}
@media screen and (min-width: 992px) {
  .sideLine {
    border-right: none;
  }
}

@media only screen and (max-width: 991px) {
  .service-box {
    height: 480px;
  }
  .step-box {
    height: 370px;
  }
  .video .content h2 {
    font-size: 26px;
  }
  .testimonial .item {
    height: 380px;
  }
  .testimonial .item::before {
    left: 3%;
  }
  .faq .item {
    max-height: 75px;
    padding: 20px 10px 10px;
  }
  .faq .last-item {
    padding: 10px !important;
  }
  .faq .text-xl {
    font-size: 18px;
  }
  .client {
    padding: 260px 0 30px;
  }
  .tablet {
    width: 100%;
    height: 600px;
  }
  .video .btn {
    padding: 15px 6px !important;
    font-size: 14px;
  }
  .choose-box {
    height: 440px;
    background: linear-gradient(63deg, #cb0f33 50%, #222b52 50%);
  }
.navbar-brand img {
   display: none;
}
.navbar-brand.mobile-logo img {
    display: block;
            width: 100%;
        margin-top: 10px;
}
a.dropdown-toggle {
    color: rgba(255, 255, 255, 0.7);
}

li.nav-item.dropdown {
    margin: 0;
}
}

@media only screen and (max-width: 768px) {
  .service-box {
    height: 440px;
  }
  .tablet {
    margin: 0px auto 20px;
    position: relative;
    left: 0;
    bottom: 0px;
  }
  .video {
    height: 100%;
  }
  .step-box {
    height: 310px;
  }
  .genre .content {
    display: flex;
    flex-direction: column;
  }
  .testimonial .item .col-md-4 {
    display: none;
  }
  .testimonial .item {
    height: 270px;
  }
  .testimonial .item::before {
    left: 4%;
  }
  .faq .text-xl {
    font-size: 17px;
  }
  .client {
    padding: 30px 0 30px;
  }
  .cta {
    text-align: center;
  }
  .cta .buttons {
    flex-direction: row;
  }
  .choose .content {
    text-align: center;
    margin-bottom: 30px;
  }
  .choose-box {
    height: 410px;
    background: linear-gradient(59deg, #cb0f33 50%, #222b52 50%);
  }
  .client h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .content-sec h2,
  .ser-sec .content h2,
  .step .content h2,
  .portfolio .content h2,
  .choose .content h2,
  .genre .content-g h2,
  .testimonial .content h2,
  .contact .content h2,
  .faq .content h2,
  .service .content h2 {
    font-size: 32px;
    font-weight: 600;
  }
  .content-sec .content {
    text-align: center;
  }
  .content-sec .d-flex,
  .banner .d-flex {
    justify-content: center;
  }
  p {
    font-size: 16px;
  }
  .ser-sec .serv_box {
    text-align: center;
    align-items: center;
  }
  .ser-sec .serv_box > h3 {
    font-size: 28px;
    font-weight: 500;
  }
  .ser-sec .row > .col-lg-3:last-child .serv_box > span:nth-child(2):after,
  .ser-sec .row > .col-lg-3:nth-child(5) .serv_box > span:nth-child(2):after {
    display: none;
  }
  .sb-2 {
    border-radius: 0 0 0 40%;
  }
  .sb-3,
  .sb-4 {
    border-radius: 40%;
  }
  .sb-5 {
    border-radius: 0 40% 0 0;
  }
  .cta h4 {
    font-size: 32px;
    font-weight: 600;
  }
  .info {
    align-items: center;
    text-align: center;
  }
  .contact form {
    padding: 10px 5px;
    margin: 20px 0 0px;
  }
  footer,
  .banner,
  .port-ul {
    text-align: center;
  }
  .terms {
    justify-content: center;
  }
  .banner h1 {
    font-size: 34px;
  }
  .banner .mt-5 {
    margin-top: 0px !important;
  }
  .portfolio .tab-pane h3 {
    font-size: 30px;
    text-align: center;
  }
  .modal-body img {
    display: none;
  }
  .modal-dialog,
  .modal-body {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }

  .modal-form {
    padding: 0 20px 10px;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    column-count: 2;
}
.ftco-navbar-light .navbar-nav {
    position: absolute;
    z-index: 0;
    right: 0px;
    background: black;
    padding: 5px;
}
}
@media (max-width: 600px) {
  .modal-dialog,
  .modal-body {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .service-box {
    height: auto;
  }
  .step-box {
    height: auto;
  }
  .step-num {
    top: -10%;
  }
  .testimonial .item {
    height: 400px;
  }
  .testimonial .item::before {
    left: 6%;
  }
  .faq .item {
    padding: 10px;
  }
  .choose-box {
    height: auto;
    padding: 20px 10px;
    background: linear-gradient(40deg, #cb0f33 50%, #222b52 50%);
  }
  .sb-1,
  .sb-2 {
    border-radius: 0 0% 50px 50px;
  }
  .sb-5,
  .sb-6 {
    border-radius: 50px 50px 0 0%;
  }

  .navbar-brand img {
    width: 50%;
  }
  .dropdown-toggle {
    color: #b1b1b1;
    text-decoration: none;
    font-weight: 500;
}
section.top-bar.snipcss-lObIJ {
    display: none;
}

nav#ftco-navbar {
}

section.ftco-section {
    margin: 0;
}

a.footer-logo-img img {
    width: 40%;
}
}

@media only screen and (max-width: 375px) {
}
