@media (max-width: 1281px) {
  .test-head {
    padding-right: 20px;
    width: 1000px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-menu {
    display: block;
  }
  .pop-form {
    left: 22px;
    bottom: 20px;
  }
  #carousel-wrapper #menu #current-option #current-option-text2 {
    font-size: 1.3rem;
  }
  .circular-text {
    position: absolute;
    width: calc(100% - 2rem);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .circular-text .emblem.to-top-right,
  .circular-text .emblem.to-top-left {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    width: 10rem;
    height: 10rem;
  }
  .service-card {
    height: auto;
  }

  .proBox {
    height: auto;
  }
  .feedback .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: none;
    top: inherit;
    bottom: 0;
  }
  .feedback .owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: none;
    top: inherit;
    bottom: 0;
  }
  .feedback .owl-theme .owl-nav {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -5%;
  }
  .feedback .owl-carousel .owl-nav button.owl-prev span,
  .feedback .owl-carousel .owl-nav button.owl-next span {
    rotate: 180deg;
  }
  .feedback .owl-carousel .owl-nav button.owl-next:focus,
  .feedback .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
  }
}
@media (max-width: 780px) {
  .modal {
    background: rgb(0 0 0 / 25%);
  }
  .modal-content {
    width: 100%;
  }
  .modal-body h4 {
    font-size: 27px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .modal-body h2 {
    font-size: 32px;
    margin: 20px auto;
    width: 100%;
  }
  .pop-form {
    position: relative;
    width: 80%;
    left: 0;
    bottom: 0;
    margin: 0px auto;
  }
  .side-img {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .content h2 {
    font-size: 36px;
  }
  .faq .item {
    max-height: 100px;
  }
  .social ul {
    justify-content: center;
  }
  footer {
    text-align: center;
  }
  .contact img {
    display: flex;
    margin: 0px auto 20px;
  }
  .contact {
    padding: 20px 0px 30px;
  }
  .content-2 img {
    margin-bottom: 20px;
  }
  .content-3-heading {
    font-weight: 800;
    font-size: 27px;
  }
  .contact .form-group {
    display: flex;
    flex-direction: column;
  }
  .contact form .form-control.thick {
    width: 100%;
  }
  .contact .btn.btn-primary {
    margin-left: 0px;
    margin-top: 20px;
  }
  .test-box {
    flex-wrap: wrap;
  }
  .test-head img {
    width: 30% !important;
    margin: 0px auto 20px;
  }
  .test-bot h2 {
    font-size: 28px;
  }
  .test-bot h5 {
    font-size: 20px;
  }
  .test-bot p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .bestseller .content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact h2,
  .feedback h3 {
    font-size: 32px;
  }

  .bestseller .content h2 {
    font-size: 22px;
  }
  .contact h4 {
    font-size: 27px;
  }
  .form-main-heading {
    font-size: 20px;
  }
  .b1 {
    display: none;
  }
  .b2 {
    display: block;
  }
  .testimonial-content h2 {
    font-size: 40px;
  }
  footer h4 {
    margin-top: 20px;
  }
  .banner h1 {
    font-size: 28px;
    font-weight: 500;
  }
  .banner h3 {
    font-size: 16px;
    font-weight: 400;
  }
  .pub-banner,
  .mk-banner,
  .d-banner {
    background-position: 75%;
  }
  .test-head {
    padding-right: 0px;
    width: 500px;
  }
  .radial-progress-bar .item {
    margin-bottom: -10px;
  }
  .modal-body .pop-btn svg {
    width: 30px !important;
    height: 25px !important;
  }
}
@media only screen and (max-width: 576px) {
  .faq .item {
    max-height: 115px;
  }
  .faq .text-xl {
    font-size: 16px;
  }
  .faq .open p {
    font-size: 14px;
  }
  .content-2 .text-right,
  .content-3 .text-left {
    text-align: center !important;
  }
  .buttons {
    justify-content: center !important;
  }
  .content-2-heading,
  .content h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
  }
  .content-2-sub-heading {
    text-align: center;
  }
  .content-sec p {
    font-size: 17px;
  }
  .content-2-sub-heading {
    font-size: 17px;
    line-height: 1.5;
  }
  .content-2 {
    padding: 30px 0 40px;
  }
  .content-3 .buttons {
    margin-bottom: 20px;
  }
  footer .small {
    padding: 10px 0 0;
  }
  footer .col-md-4:nth-child(1) .list-unstyled,
  .foot-logo {
    margin: 10px 0px 0;
  }
  footer .col-md-4:nth-child(1){
    order: 2;
  }
  footer .col-md-4:nth-child(2){
    order: 3;
  }
  footer .col-md-4:nth-child(3){
    order: 1;
  }
  .feedback .owl-theme .owl-nav,
  .d-only-desktop {
    display: none;
  }
  .test-box {
    width: 100%;
  }
  .feedback {
    padding: 20px 0 0;
  }
  .slider_section {
    margin-bottom: 0px;
  }
  .content-sec {
    padding: 20px 0;
  }
  .process {
    padding: 2rem 0 2rem;
  }
  .bestseller {
    padding: 30px 0 20px;
  }
  .faq {
    padding: 30px 0px;
  }
  .content-sec {
    text-align: center;
  }
  .buttons {
    flex-direction: column;
  }
  .slider_text h1 {
    font-size: 30px;
  }
  .slider_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .navbar-brand img {
    width: 60%;
  }
  .single_slider {
    min-height: 670px;
  }
  .single_slider .buttons {
    flex-direction: row;
  }
}

@media only screen and (max-width: 360px) {
  .navbar-brand {
    width: 75%;
  }
  .button-1 {
    padding: 5px 12px;
  }
  .faq .item {
    max-height: 150px;
  }
}
