/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
  screen and (min-resolution: 120dpi) {
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .myHeaderBtn a.btn.btn-theme {
        padding: 10px 20px;
    }
    
    .navbar-nav li {
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 1199px){
    
    .navbar-dark .navbar-toggler-icon {
        filter: invert(1);
    }
    
    header.header button.navbar-toggler {
        border: 1px solid #000;
        padding: 3px 7px;
    }
    
    .myHeaderBtn {
        display: none !important;
    }
    
    .navbar-nav li a {
        color: #fff !important;
    }
    
    header.header.sticky .navbar-dark .navbar-toggler-icon {
        filter: invert(0);
    }
    
    header.header.sticky button.navbar-toggler {
        border: 1px solid #fff;
        padding: 3px 7px;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .top-banner {

    margin-bottom: 45px;

    .right-col h1 {
      font-size: 36px;
    }
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .top-banner {
    height: auto;
    padding-top: 160px;
  }

  .sec-2 {
    padding-top: 50px;
  }

  .sec-3 {
    .left-col img {
      position: relative;
      width: 100%;
    }
  }

  .sec-6 {
    .book-img {
      height: 30px;
    }
  }
  .pagebox::before {
    height: 19%;
  }
  .pagebox h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-banner {
    height: auto;
    padding-top: 160px;

    .right-col h1 {
      font-size: 30px;
      margin-top: 0;
    }
  }

  .sec-2 {
    padding-top: 30px;

    .center-heading h2 {
      font-size: 30px;
    }
  }

  .sec-3 {
    padding-top: 30px;
    padding-bottom: 30px;

    .left-col img {
      position: relative;
      width: 100%;
      margin-bottom: 20px;
    }

    .right-col h3 {
      font-size: 30px;
    }
  }

  .sec-4 {
    padding-top: 30px;
    padding-bottom: 30px;

    .left-heading h3 {
      font-size: 30px;
    }

    .box {
      text-align: center;
    }
  }

  .portfolio-sec {
    padding-top: 30px;
    padding-bottom: 30px;

    .center-heading h3 {
      font-size: 30px;
    }

    .slick-dots {
      bottom: -50px !important;
      width: 90%;
    }
  }

  .sec-6 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;

    .book-img {
      bottom: 0;
      height: auto;
    }

    .center-heading h3 {
      font-size: 30px;
    }
  }

  .sec-7 {
    padding-top: 30px;
    padding-bottom: 30px;

    .right-col h3 {
      font-size: 30px;
    }
  }

  .faqs {
    padding-top: 30px;
    padding-bottom: 30px;

    .center-heading h3 {
      font-size: 30px;
    }

    .faqs-sec h4 button {
      font-size: 16px;
    }
  }

  .testimonials {
    padding-top: 30px;
    padding-bottom: 30px;

    .center-heading h3 {
      font-size: 30px;
    }
  }

  .get-quote {
    padding-top: 30px;
    padding-bottom: 30px;

    .left-heading {
      margin-bottom: 10px;
    }

    .left-heading h3 {
      font-size: 30px;
    }

    .get-quote-bg {
      padding: 10px 10px;
    }

    .left-col {
      padding: 30px 10px;
      margin-bottom: 20px;

      h3 {
        font-size: 30px;
      }
    }

    .right-col h3 {
      font-size: 30px;
    }

    .right-col form label {
      text-align: left;
      display: block;
    }
  }

  .footer {
    padding-top: 35px;
    text-align: center;

    .footer-links > ul > li > a {
      justify-content: center;
    }

    .social {
      margin-bottom: 25px;
    }
  }

  .about-banner,
  .reviews-banner,
  .contact-banner {
    /*padding-top: 50px;*/
    padding-bottom: 50px;

    .right-col h1 {
      font-size: 30px;
    }
  }

  .sec-5 {
    padding-top: 30px;
    padding-bottom: 30px;

    .center-heading h3 {
      font-size: 30px;
    }
  }

  .sec-8 {
    .left-col h3 {
      font-size: 30px;
    }
  }

  .reason {
    padding-top: 40px;
    padding-bottom: 30px;

    & .center-heading h3 {
      font-size: 30px;
    }
  }

  .how-it-works {
    padding-top: 30px;

    .left-heading h3 {
      font-size: 30px;
    }
  }
  .footer-bootom-links {
    display: block;
  }
  .term_and_conditions {
    justify-content: center;
  }
  .footer-bootom-links > span {
    margin-bottom: 20px;
    display: block;
  }
  .btn-theme, .btn-white, .btn-theme-grey {
    padding: 5px 25px;
  }
  .pagebox h3 {
    font-size: 20px;
  }
  .most-sold::after {
    height: 60px;
    width: 60px;
    right: 0px;
    background-size: 60px;
  }
  .testi-inner {
    margin: 10px;
}

  .pagebox:hover {
    transform: scale(1);
  }
  
  .reviews-sec .testi-inner {
    width: 47% !important;
}
}

@media (min-width: 320px) and (max-width: 767px) {
    .sec-4 .box > span {
    font-size: 13px;
}
    .testi-inner {
    width: 100% !important;
    height: auto;
}
.left-col {
    margin-top: 20px;
}
img.animate-zoom {
    display: none;
}
    .btn-theme, .btn-white, .btn-theme-grey {
    padding: 5px 20px;
    font-size: 14px;
    }
    .model-onload span {
      font-size: 25px;
    }
    .about-sec-7 {
        flex-direction: column-reverse;
    }
        .trust-rating {
        position: absolute;
        background: #fff;
        padding: 5px;
        width: 85px;
        top: 70%;
        left: 0px;
        border-radius: 10px;
        z-index: 9;
    }
  .model-onload {
    padding: 30px 40px 30px 40px;
  }
  .model-onload::before{
    display: none;
  }
  .footer-bootom-links {
    display: block;
  }
  .term_and_conditions {
    justify-content: center;
  }
  .footer-bootom-links > span {
    margin-bottom: 20px;
    display: block;
  }
  .how-it-works {
    padding-top: 30px;
    padding-bottom: 0px;

    .left-heading h3 {
      font-size: 25px;
    }

    .inner-box,
    .inner-box-1,
    .inner-box-2,
    .inner-box-3 {
      width: 100%;
      top: 0;
      left: 0;
      margin-bottom: 40px;
    }
  }

  .sec-8 {
    .left-col h3 {
      font-size: 25px;
    }
  }

  .reason {
    padding-top: 40px;
    padding-bottom: 30px;

    & .center-heading h3 {
      font-size: 25px;
    }
  }

  .about-banner,
  .reviews-banner,
  .contact-banner {
    /*padding-top: 50px;*/
    padding-bottom: 50px;

    .right-col h1 {
      font-size: 30px;
    }
  }

  .sec-5 {
    padding-top: 30px;
    padding-bottom: 30px;

    .center-heading h3 {
      font-size: 25px;
    }
  }

  .top-banner {
    height: auto;
    text-align: center;
    padding-top: 100px;
    .right-col{
    margin-top: 35px;
  }

    .right-col h1 {
      font-size: 30px;
      margin-top: 0;
    }
    .left-col img{
        width: 80%;
        position: relative;
        top: 30px;
    }
  }

  .sec-2 {
    padding-top: 30px;

    .center-heading h2 {
      font-size: 25px;
    }
  }

  .sec-3 {
    padding-top: 30px;
    padding-bottom: 30px;

    .left-col img {
      position: relative;
      width: 100%;
      margin-bottom: 20px;
    }

    .right-col h3 {
      font-size: 25px;
    }
  }

  .sec-4 {
    padding-top: 30px;
    padding-bottom: 30px;

    .left-heading h3 {
      font-size: 25px;
    }

    .box {
      text-align: center;
    }
  }

  .portfolio-sec {
    padding-top: 30px;
    padding-bottom: 30px;

    .center-heading h3 {
      font-size: 25px;
    }

    .slick-dots {
      bottom: -50px !important;
      width: 90%;
    }
  }

  .sec-6 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;

    .book-img {
      bottom: 0;
      height: auto;
    }

    .center-heading h3 {
      font-size: 25px;
    }
  }

  .sec-7 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;

    .right-col h3 {
      font-size: 25px;
    }
  }

  .faqs {
    padding-top: 30px;
    padding-bottom: 30px;

    .center-heading h3 {
      font-size: 25px;
    }

    .faqs-sec h4 button {
      font-size: 16px;
    }
  }

  .testimonials {
    padding-top: 30px;
    padding-bottom: 30px;

    .center-heading h3 {
      font-size: 25px;
    }
  }

  .get-quote {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;

    .left-heading {
      text-align: center;
      margin-bottom: 10px;
    }

    .left-heading h3 {
      font-size: 25px;
    }

    .get-quote-bg {
      padding: 10px 10px;
      form button{
        width:100%;
    }
    }

    .left-col {
      padding: 30px 10px;
      margin-bottom: 20px;

      h3 {
        font-size: 25px;
      }
    }

    .right-col h3 {
      font-size: 25px;
    }

    .right-col form label {
      text-align: left;
      display: block;
    }
  }

  .footer {
    padding-top: 35px;
    text-align: center;

    .footer-links > ul > li > a {
      justify-content: center;
    }

    .social {
      margin-bottom: 25px;
    }
  }
  .thanyou-banner h1 {
    font-size: 30px;
  }
  .pagebox h3 {
    font-size: 20px;
  }
  .most-sold::after {
    height: 60px;
    width: 60px;
    right: 0px;
    background-size: 60px;
  }

  .pagebox:hover {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
    section.gostWritingSec2 h3 {
    font-size: 21px;
}

.navbar-brand img {
    width: 140px;
    transition: 0.6s;
}
}

@media (max-width: 767px) {
    section.swipper3sec.gostWritingSec2 .col-md-2.col-12 {
    width: 20%;
}

    section.swipper3sec.gostWritingSec2 .col-md-10.col-12 {
        width: 80%;
    }
    
        section.gostWritingSec2 h3 {
        font-size: 20px;
    }
    
    .navbar-brand img {
        width: 130px;
    }
    .footer-logo img {
    width: 130px;
}
}

@media (max-width: 575px) {
    section.swipper3sec.gostWritingSec2 .col-md-2.col-12 {
    width: 27%;
}

    section.swipper3sec.gostWritingSec2 .col-md-10.col-12 {
        width: 73%;
    }
    
        section.gostWritingSec2 h3 {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    section.indexSec-7 .left-col img {
    max-width: 290px;
}

section.swipper3sec.gostWritingSec2 .col-md-2.col-12 {
    width: 35%;
}

    section.swipper3sec.gostWritingSec2 .col-md-10.col-12 {
        width: 65%;
    }
}