@media only screen and (max-width: 1600px) {
  .prnt-inner-frth-img {
    max-width: 700px !important;
  }
  .head-bottom ul li a {
    font-size: 15px;
    padding: 0 25px;
  }
  .drop-btn {
    font-size: 16px;
    padding: 0 25px;
  }

}
@media only screen and (max-width: 1440px) {
  
}
@media only screen and (max-width: 1200px) {
  .desktop-hide {
    display: none;
  }
  .mobile-hidden {
    display: block;
  }
  .head-top {
    padding: 10px 0;
  }
  .head-top .row {
    border: none;
  }
}
@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 1100px) {
  header .inNav {
    padding: 24px 30px;
    width: 110%;
    margin: -14px 0 0 -5%;
  }
  .gap-tag {
    gap: 12px !important;
  }
  header .inNav ul li a {
    font-size: 13px;
  }
  header .inNav ul li a.navBtn {
    width: 80px;
    height: 35px;
    font-size: 14px;
  }
  .top-sections .banner h1 {
    font-size: 50px;
    margin: 0 0 25px;
  }
  .banner-arrow-img {
    right: 19%;
    top: 29%;
  }
  .banner-arrow-img img {
    width: 75%;
  }
  .banner-exp-img {
    right: 3%;
    top: 32%;
  }
  .banner-exp-img img {
    width: 75%;
  }
  .swiper-wrapper {
    transform: translate3d(-305px, 0px, 0px);
  }
  .slide {
    padding: 60px 0 0 0px;
  }
  .swiper-container-3d {
    perspective: 1050px;
  }
  h4 {
    font-size: 35px;
    margin: 0 0 14px;
  }
  p {
    font-size: 15px;
  }
  .btn1 {
    width: 140px;
    height: 50px;
    font-size: 18px;
  }
  .btn2 {
    width: 140px;
    height: 50px;
    font-size: 18px;
  }
  .prnt-custom-tabs button {
    padding: 6px 8px;
  }
  .prnt-custom-tabs {
    padding: 5px;
  }
  .prnt-hvr-box h5 {
    font-size: 18px;
  }
  .prnt-hvr-box p {
    font-size: 12px;
  }
  .prnt-vision-box h4 {
    font-size: 28px;
  }
  .prnt-writing-box h5 {
    font-size: 18px;
    margin: 8px 0 6px 0;
  }
  .prnt-writing-box p {
    font-size: 11px;
  }
  .prnt-num span {
    outline: 2px dashed #fb6017;
    font-size: 14px;
    width: 38px;
    height: 38px;
    outline-offset: 2px;
  }
  .prnt-certain-process h6 {
    font-size: 15px;
  }
  .prnt-certain-process p {
    font-size: 11px;
  }
  .prnt-msg-img h4 {
    font-size: 26px;
  }
  .prnt-testimonial-box p {
    font-size: 15px;
    margin: 14px 0 18px 0;
  }
  .prnt-testimonial-box::before {
    bottom: -120px;
    right: 30px;
    font-size: 260px;
    letter-spacing: -22px;
  }
  .prnt-fi-col p {
    font-size: 16px;
    margin: 16px 0 0 0;
  }
  .prnt-inner-frth-img {
    max-width: 570px !important;
  }
  .prnt-side-img img {
    width: 11%;
  }
  a.drop-btn {
    font-size: 14px !important;
    padding: 0 10px !important;
  }
  .pop-modal-start .modal-dialog {
    max-width: 750px;
  }
}


@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
  .pop-modal-start .modal-dialog {
    max-width: 550px;
  }
  .visible-mobile {
    display: block !important;
  }
  .resp-none-nav {
    display: none;
  }
  .res-block-nav {
    display: block !important;
  }
  .menu-icon {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .bar {
    width: 35px;
    height: 4px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: 0.4s;
  }

  .inNav {
    position: fixed;
    width: 90% !important;
    transition: height 0.4s ease-out;
    z-index: 1000;
    overflow: hidden;
    margin: -20px 0 0 -10% !important;
    padding: 25px 60px !important;
  }

  .inNav.collapsed {
    height: 95px;
  }

  .inNav.expanded {
    height: auto;
    transition: height 0.4s ease-in;
  }

  .menu-icon.expanded .bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }

  .menu-icon.expanded .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-icon.expanded .bar:nth-child(3) {
    transform: rotate(-44deg) translate(6px, -6px);
  }

  .header-links {
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }

  .inNav.expanded .header-links {
    opacity: 1;
    transition: opacity 0.4s ease-in;
  }
  .header-links ul li a {
    font-weight: 700;
  }
  .gap-tag {
    gap: 18px !important;
  }
  header .top {
    padding: 15px 0 32px;
  }
  header .top li,
  header .top li a {
    font-size: 10px;
  }
  header .top ul.lft li i {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  header .top ul.ryt li i {
    font-size: 14px;
  }
  header.sticky .navi .inNav {
    margin-top: 0 !important;
    margin-left: -9.2rem !important;
    border: none;
    border-radius: 0 !important;
    width: 100% !important;
  }
  header .inNav ul li a.navBtn {
    width: 110px;
    height: 45px;
  }
  .top-sections .banner {
    padding: 115px 0 0;
  }
  .top-sections .banner h1 {
    font-size: 40px;
    margin: 0 0 18px;
  }
  .top-sections .banner p {
    font-size: 14px;
    padding: 0 0 0 8px;
  }
  .banner-exp-img {
    right: 6%;
    top: 33%;
  }
  .banner-exp-img img {
    width: 60%;
  }
  .banner-arrow-img {
    right: 21%;
    top: 34%;
  }
  .banner-arrow-img img {
    width: 60%;
  }
  .sliderArea {
    padding: 4rem 0 0;
  }
  .slide {
    padding: 50px 0 0 0px;
  }
  .swiper-container-3d {
    perspective: 870px;
  }
  .swiper-slide img {
    width: 80% !important;
  }
  .bnrIcons .bnrIconsin {
    padding: 20px 40px;
  }
  .first-section img {
    width: 80%;
  }
  h4 {
    font-size: 32px;
    margin: 0 0 12px;
  }
  p {
    font-size: 14px;
  }
  .btn2 {
    width: 130px;
    height: 48px;
    font-size: 16px;
  }
  .btn1 {
    width: 130px;
    height: 48px;
    font-size: 16px;
  }
  .prnt-custom-tabs {
    padding: 5px;
  }
  .prnt-custom-tabs button {
    font-size: 12px;
    padding: 8px 12px;
  }
  .owl-carousel .owl-stage-outer {
    padding: 20px 0;
  }
  .customize-btn {
    margin: 0 auto;
  }
  .prnt-vision-box {
    padding: 30px 20px;
  }

  .prnt-vision-set {
    margin: -110px 0 50px 0;
  }
  .prnt-writing-box {
    min-height: 300px;
  }
  .fourth-section {
    padding: 20px 0;
  }
  .frtImgTilt {
    width: 75%;
    margin: 0 auto;
  }
  .fourth-section {
    background-position: 100% 100%;
  }
  .faq-para {
    text-align: start;
  }
  .sixth-section {
    padding: 60px 0 240px;
  }
  .set-resp {
    margin: 0 0 38px 0;
  }
  .prnt-contact-form {
    padding: 30px 30px;
  }
  .inner-top-edit-section,
  .inner-top-banner-two-section {
    min-height: 456px;
  }
  .inner-top-edit-section .banner,
  .inner-top-banner-two-section .banner {
    padding: 190px 0 0;
  }
  .inner-second-sections img {
    width: 80%;
  }
  .prnt-wiki-box {
    border-radius: 12px;
    padding: 10px 20px;
  }
  .prnt-wiki-section {
    margin: 20px 0px -60px 0;
  }
  .prnt-inner-frth-img {
    position: relative;
    width: auto;
    margin: 0 auto;
  }
  .prnt-row-genre::before {
    height: 520px;
    left: -5.2%;
  }
  .resp-writing-box {
    padding: 14px 10px;
  }
  .resp-writing-box h5 {
    font-size: 16px;
    margin: 6px 0 4px 0;
  }
  .resp-writing-box p {
    font-size: 10px;
  }
  .side-menu ul li a {
      font-size: 1rem;
  }

  .side-menu ul li {
      margin: 10px 0;
  }
  .menu-header .main-link {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .inNav {
    width: 86% !important;
    margin: 5px 0 0 -9% !important;
    padding: 20px 50px !important;
  }
  header.sticky .navi .inNav {
    margin-left: -8rem !important;
    width: 101% !important;
  }
  .top-sections .banner h1 .sp1 {
    font-size: 38px;
  }
  .top-sections .banner h1 {
    font-size: 35px;
    margin: 0 0 16px;
  }
  .top-sections .banner {
    padding: 100px 0 0;
  }
  .banner-arrow-img {
    right: 19%;
    top: 30%;
  }
  .banner-arrow-img img {
    width: 50%;
  }
  .banner-exp-img {
    right: 2%;
    top: 30%;
  }
  .banner-exp-img img {
    width: 50%;
  }
  .top-sections .banner p {
    font-size: 12px;
  }
  .swiper-container-3d {
    perspective: 650px;
  }
  .swiper-slide img {
    width: 75% !important;
  }
  .bnrIcons .bnrIconsin {
    padding: 0px 20px;
  }
  .bnrIconsin img {
    width: 40%;
  }
  .first-section img {
    width: 100%;
  }
  h4 {
    font-size: 30px;
  }
  .prnt-custom-tabs::-webkit-scrollbar {
    height: 4px;
  }
  .prnt-custom-tabs::-webkit-scrollbar-thumb {
    background-color: #fb6017;
    border-radius: 3px;
  }
  .prnt-custom-tabs::-webkit-scrollbar-thumb:hover {
    background: #fb6017;
  }
  .prnt-custom-tabs::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .prnt-custom-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #fb6017 #f1f1f1;
    scrollbar-width: thin;
  }

  .prnt-custom-tabs .tablinks {
    flex: 0 0 auto;
    margin-right: 10px;
  }
  .prnt-vision-box h4 {
    font-size: 26px;
  }
  .btn2 {
    width: 120px;
    height: 45px;
  }
  .third-section {
    padding: 0px 0 20px;
  }
  .set-resp {
    margin: 0 0 0px 0;
  }
  .prnt-privacy {
    padding: 15px 0 8px 0;
    margin: 30px 0 0 0;
  }
  .inner-top-edit-section,
  .inner-top-banner-two-section {
    min-height: 400px;
  }
  .inner-top-edit-section .banner,
  .inner-top-banner-two-section .banner {
    padding: 120px 0 120px;
  }
  .inner-second-sections img {
    width: 100%;
  }
  .prnt-wiki-section img {
    width: 40%;
  }
  .inner-third-section {
    padding: 120px 0px 60px;
  }
  .inner-second-sections {
    padding: 60px 0 0;
  }
  .genre-third-section {
    padding: 30px 0 80px;
  }
  .prnt-genre-fi-box {
    margin: 0;
  }
  .prnt-genre-sec-box {
    margin: 0;
  }
  .prnt-genre-frth-box {
    margin: 0;
  }
  .prnt-genre-thrd-txt {
    padding-top: 3rem;
  }
  .prnt-row-genre::before {
    height: 1000px;
    left: 0%;
  }
  .prnt-form-input button {
    margin: 20px auto;
  }
  .contact-first-section {
    padding: 40px 0 0;
  }
  .contact-us-prnt .sixth-section {
    padding: 30px 0;
  }
  .dropdown-item {
    padding: 4px 10px;
    font-size: 12px !important;
  }
  .gap-tag {
    gap: 16px !important;
  }
  .pop-modal-start .modal-dialog {
    max-width: 280px;
  }
  .footForm h4 {
    font-size: 30px !important;
  }

  .pop-modal-start .modal-header button {
    height: 50px;
    width: 50px;
    font-size: 16px;
    top: -3px;
    right: 0;
  }
}

@media only screen and (max-width: 580px) {
  .inNav {
    width: 86% !important;
    margin: 5px 0 0 1.5% !important;
    padding: 20px 50px !important;
  }
  .logo img {
    width: 100%;
    text-align: left;
  }
  header.sticky .navi .inNav {
    margin-left: -2rem !important;
    width: 100% !important;
  }
  .banner-arrow-img {
    right: 22%;
    top: 40%;
  }
  .banner-arrow-img img {
    width: 40%;
  }
  .banner-exp-img {
    right: 4%;
    top: 38%;
  }
  .banner-exp-img img {
    width: 40%;
  }
  .frMain.pos-rel:before {
    height: 200px;
  }
  .inner-top-edit-section,
  .inner-top-banner-two-section {
    min-height: 350px;
  }
  .inner-top-edit-section .banner,
  .inner-top-banner-two-section .banner {
    padding: 100px 0 99px;
  }
  .inner-second-sections {
    padding: 100px 0 60px;
  }
  .inner-third-section img {
    width: 40px;
    margin: 0 auto;
  }
  h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .inNav {
    width: 88% !important;
    margin: 5px 0 0 3% !important;
  }
  .top-sections .banner h1 {
    font-size: 32px;
  }
  .top-sections .banner h1 .sp1 {
    font-size: 35px;
  }
  header.sticky .navi .inNav {
    margin-left: -0.8rem !important;
    width: 100.1% !important;
  }
  h4 {
    font-size: 26px;
  }
  p {
    font-size: 12px;
  }
  .btn1 {
    width: 120px;
    height: 45px;
    font-size: 15px;
  }
  .btn2 {
    width: 120px;
    height: 45px;
    font-size: 15px;
  }
  .prnt-vision-box h4 {
    font-size: 22px;
  }
  .prnt-writing-box h5 {
    font-size: 14px;
    margin: 6px 0 4px 0;
  }
  .prnt-writing-box p {
    font-size: 10px;
  }
  .accordion-button {
    font-size: 14px;
  }
  .faq-para {
    font-size: 10px;
  }
  .prnt-fi-col p {
    font-size: 14px;
  }
  .prnt-foot-head h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  footer ul a {
    font-size: 14px;
  }
  .inner-top-edit-section,
  .inner-top-banner-two-section {
    height: 300px;
  }
  .inner-top-edit-section .banner,
  .inner-top-banner-two-section .banner {
    padding: 125px 0 0;
  }
  .resp-center {
    margin: 0 auto;
  }
  .prnt-row-genre::before {
    height: 1620px;
  }
  .res-banner-set .banner {
    padding: 120px 0 0px !important;
  }
  .res-banner-set {
    height: 330px !important;
  }
}

@media only screen and (max-width: 420px) {
  .banner-exp-img {
    right: 5%;
    top: 44%;
  }
  .banner-exp-img img {
    width: 30%;
  }
  .banner-arrow-img {
    right: 25%;
    top: 47%;
  }
  .banner-arrow-img img {
    width: 30%;
  }
  .prnt-writing-box {
    padding: 10px 12px;
    min-height: 350px;
  }
  .prnt-row-genre::before {
    height: 2000px;
  }
}

@media only screen and (max-width: 412px) {
  .banner-exp-img {
    right: 2%;
    top: 79%;
  }
  .banner-arrow-img {
    right: 18%;
    top: 72%;
  }
}
