/** media query **/
@media (min-width: 1200px) and (max-width: 1300px) {
}

@media (min-width: 993px) and (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .financial {
    padding: 25px 10px;
    width: 210px;
    height: 210px;
  }
  section.main-banner a.carousel-control-prev {
    display: none;
  }
  section.main-banner a.carousel-control-next {
    display: none;
  }
  .video iframe {
    height: auto;
  }
  section.testimonial-section .owl-nav {
    display: none;
  }
  .testimonial-carousel .item {
    height: auto;
  }
  .banner-content h2 {
    margin-bottom: 0px;
  }
  .banner-content h2 {
    font-size: 40px;
  }
  .fincart-heading {
    padding: 14px 10px;
  }
  .fincart-icon img {
    width: 100px;
    height: auto;
  }
  .fincart-heading {
    height: 320px;
  }
  .banner-content {
    margin-top: 20px;
  }
  section.main-banner .row {
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .container {
    padding: 15px;
  }
  section.testimonial-section .owl-nav {
    display: none;
  }
  .financial {
    margin: 0 auto 20px;
  }
  section.financial-sec .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  section.financial-sec {
    padding: 30px 0px;
  }
  section.main-banner .carousel-caption {
    transform: translateY(-37%);
    padding: 0px;
  }
  .banner-content h2 {
    font-size: 28px;
  }
  .banner-content {
    margin-top: 0;
  }
  .banner-content h2 {
    margin-bottom: 0px;
  }
  .banner-content p {
    margin-bottom: 0;
  }
  .banner-content span {
    margin-bottom: 0px;
  }
  .banner-content a {
    margin-top: 10px;
  }
  .testimonial-carousel .item {
    height: auto;
  }
  section.fincart-sec .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fincart-icon img {
    height: auto;
  }
  .financial-wrap h2 {
    font-size: 32px;
  }
  .clients-wrap h2 {
    font-size: 32px;
  }
  section.main-banner a.carousel-control-prev {
    display: none;
  }
  section.main-banner a.carousel-control-next {
    display: none;
  }
  .video iframe {
    height: auto;
  }
  section.main-banner .col-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  section.main-banner .col-md-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  section.main-banner .row {
    align-items: center;
  }
  section.main-banner .carousel-item {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0px 15px;
  }
  .contact-form {
    margin-top: 40px;
  }
  .banner-content h2 br {
    display: none;
  }

  section.testimonial-section .owl-nav {
    display: none;
  }
  .financial {
    text-align: center;
    margin: 0px auto 30px;
  }
  .financial-wrap p br {
    display: none;
  }

  .fincart-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    padding-top: 0;
  }
  .fincart-text p {
    margin-bottom: 0;
  }
  .row.why-choose-row {
    text-align: center;
  }
  .fincart-icon img {
    margin-bottom: 20px;
  }
  .testimonial-carousel .item {
    height: auto;
  }
  .testimonial-carousel .item {
    padding: 12px 10px;
  }
  .financial-wrap h2 {
    font-size: 24px;
  }
  .clients-wrap h2 {
    font-size: 24px;
  }
  .single-footer-widget h5 {
    font-size: 15px;
  }
  .copywrite-area {
    padding: 15px 0;
  }
  .copywrite-content.d-flex.flex-wrap.justify-content-between.align-items-center
    p {
    margin-bottom: 0;
  }
  .video {
    margin-bottom: 15px;
  }
  section.video-sec .col-md-4:nth-child(3) .video {
    margin-bottom: 0px;
  }
  section.main-banner a.carousel-control-prev {
    display: none;
  }
  section.main-banner a.carousel-control-next {
    display: none;
  }
  ul.header-content-right {
    text-align: left;
    justify-content: center;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .header-content-left {
    text-align: center;
    padding-bottom: 10px;
  }
  ul.header-content-right li a {
    font-size: 12px;
  }
  section.main-banner .carousel-item {
    background: #e3f9f3;
  }

  section.main-banner .carousel-item img {
    opacity: 0;
  }
  section.main-banner .carousel-item {
    height: auto;
  }
  .position_absolute.col-md-4 {
    top: 50% !important;
    right: 0 !important;
  }

  .banner-content span i {
    font-size: 29px;
  }
  section.main-banner .carousel-item img {
    opacity: 1;
  }
  section.main-banner .carousel-caption {
    transform: translateY(-58%);
    top: 20%;
  }
  .banner-content {
    margin-top: 0px;
    text-align: center;
  }
  .banner-content h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-content p {
    margin-bottom: 0;
  }
  .banner-img img {
    display: none;
  }
  .financial-wrap.fincart-wrap h4 {
    font-size: 24px;
  }
  header.header-area {
    padding: 20px 0;
  }
  ul.header-content-right {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 360px) {
}
