.hidMob1 {
  display: none;
}
.hidMob2 {
  display: block;
}
@media (min-width: 768px) {
  .hidMob1 {
    display: block;
  }
  .hidMob2 {
    display: none;
  }
  .ThankPdiv {
    height: 32vh;
    text-align: center;
    font-weight: 500;
  }
  .peopleSlider .item p {
    min-height: 90px;
  }
  /* .bigContent {
    height: 520px;
    overflow: auto;
    padding-right: 5px;
} */
  .bigContent {
    scrollbar-width: thin;
    scrollbar-color: #3b9dcc #b0b7c4;
  }
  .bigContent::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .bigContent::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 2px solid transparent;
  }
  .bigContent::-webkit-scrollbar-thumb {
    background-color: #3b9dcc;
  }
  .bigContent::-webkit-scrollbar-thumb:hover {
    background-color: #1d8ec2;
  }
  .bigContent::-webkit-scrollbar-corner,
  .scrollbar-1::-webkit-scrollbar-track {
    background-color: #b0b7c4;
  }
  #serviceW {
    margin-top: 3%;
  }
  nav#cssmenu {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    height: auto;
    max-width: 224px;
    width: 100%;
    z-index: 9999;
  }
  nav#cssmenu ul {
    float: inherit;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  nav#cssmenu a {
    color: #fff;
  }
  .container {
    max-width: 1200px;
  }

  #rightContent {
    padding-left: 20%;
    margin-right: 0%;
    width: 100%;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
    width: auto;
  }
}
@media (max-width: 768px) {
  .seachBoxWrp {
    clear: both;
    margin: 0 auto;
  }
  .header_top_search {
    margin: 0 auto;
  }
  #rightContent.paymentWrp form .col {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 15px;
  }
  #rightContent.paymentWrp img {
    margin-top: 20px;
  }
  .checkBoxWrp {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 1.25rem;
  }
  #gotBook .smHeading2 {
    font-size: 18px;
  }
  .linksB a {
    font-size: 12px;
  }
  .contactPwrp .row:first-child {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
  }

  .contactPwrp img {
    margin: 20px 0;
  }
  .contactPwrp img:first-child {
    margin-bottom: 25px;
  }
  #setM {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15%;
  }
  #setM.bookMg {
    display: flex;
    flex-direction: column;
    margin-top: 4%;
  }
  #rightContent p.text-center.mt-3 {
    text-align: left !important;
  }
  div#BookG p {
    margin-bottom: 0;
  }
  .bbWrp {
    display: flex;
    flex-direction: column;
  }
  .navbar-brand img {
    margin: 0% auto;
    display: block;
    max-width: 94px;
  }
  .socialWrp {
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-top: 30px;
    display: block;
    clear: both;
  }
  #cssmenu .socialWrp ul {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    margin: 12px auto;
  }
  .socialWrp h3 {
    margin-top: 0%;
  }
  #cssmenu .socialWrp ul li a {
    display: block;
    padding: 0 15px;
    text-align: center;
  }
  #cssmenu .socialWrp ul li {
    border-bottom: 0;
    width: auto;
  }
  nav#cssmenu {
    background: #111111;
  }
  #cssmenu ul {
    width: 100%;
    height: auto;
    display: none;
    background: #111111;
    margin: 10px 0 25px;
  }
  #cssmenu .button {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 13px;
    cursor: pointer;
    z-index: 12399994;
    border: #3b9dcc 1px solid;
    text-align: center;
    border-radius: 4px;
    top: 23px;
  }
  .headingHome .wel {
    font-size: 20px;
  }
  .headingHome .bgHeading {
    font-weight: 500;
    font-size: 30px;
  }
  .box .linksW {
    opacity: 1;
  }
  .col-sm-3:not(:last-child) .boxBgWrp {
    margin-bottom: 20px;
  }
  .progressWrp {
    padding: 20px 0;
  }
  section.WhyChooseUs.spacSec h2.bgHeading.smHeading {
    margin-bottom: 65px;
  }
  .boxTop {
    top: -16%;
  }
  .boxW {
    /* margin-bottom: 20px; */
  }
  section.WhatPeopleSay h2.bgHeading.smHeading {
    margin-bottom: 32px;
  }
  section.GetHelp.spacSec h2.bgHeading.smHeading {
    margin-bottom: 32px;
  }
  .bgHeading.smHeading {
    font-size: 20px;
  }
  .GetHelp a {
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(59, 157, 204);
    background: linear-gradient(
      90deg,
      rgba(59, 157, 204, 1) 0%,
      rgba(17, 17, 17, 1) 100%
    );
    width: 33.33%;
    height: 80px;
    font-size: 12px;
    margin: 0px;
    font-weight: 400;
  }
  .contactInfo {
    margin-top: 6%;
  }
  .GetInTouch form {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .GetInTouch form .col {
    flex-basis: auto;
    width: 100%;
    margin-top: 15px;
  }
  .contactInfo .bb:not(:first-child) {
    margin-top: 5%;
  }
  footer {
    background: #111111;
    padding: 5% 28px;
    margin-left: -15px;
    margin-right: -15px;
  }
  footer h3 {
    letter-spacing: 0.75px;
    font-size: 16px;
    margin-top: 25px;
  }
  footer ul {
    list-style: none;
    padding: 0;
    column-count: 1;
    display: block;
  }
  .footerInfo {
    background: #111111;
    padding: 6% 14px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .box h3 {
    font-size: 20px;
  }
  .box p {
    font-size: 16px;
  }
  .box .linksW a {
    font-size: 14px;
  }
  #pagiWrp {
    margin-top: 10px;
  }
  .boxBgWrp {
    margin-bottom: 25px;
  }
  .boxImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .boxW a {
    display: none;
  }
  .boxW .bgHeading.smHeading {
    margin-left: 0;
  }
  .boxW {
    text-align: left;
    padding-top: 15px;
  }
  .boxTop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    top: -14%;
    width: 100%;
    left: 0;
  }
  .boxTop span {
    width: auto;
  }
  .tImg {
    margin-right: 15px;
  }
  form .row:not(:first-child) {
    margin-top: 0px;
  }
  .GetInTouch .bgHeading.smHeading {
    margin-top: 20px;
  }
  section.WhyChooseUs.spacSec.mt-lg-0 .boxW {
    margin-bottom: 25px;
  }
  form .form-control {
    height: 40px !important;
  }
  form textarea.form-control {
    height: auto !important;
  }
  .boxTop img.numImg {
    width: 70px;
    height: auto;
    max-height: inherit;
    margin-top: 0;
  }
  .howDwork .boxWork {
    margin-top: 0;
  }
  .howDwork .boxTop {
    top: 0;
  }
  .howDwork .boxW {
    height: auto;
    padding-bottom: 20px;
  }
  .OurservicesSlider .owl-dots {
    display: none;
  }
  #serviceW .OurservicesSlider .owl-nav button {
    background: #1d8ec2 !important;
    padding: 4px 10px !important;
    font-weight: 500;
    font-size: 18px;
  }
  #serviceW .OurservicesSlider .boxBgWrp {
    margin-bottom: 0;
  }
  #serviceW .item p {
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    max-width: 256px;
  }
  #serviceW .item .box h3 {
    font-size: 18px;
  }
  #serviceW .box .linksW a {
    font-size: 14px;
  }
  #serviceW input.cust_btn {
    font-size: 14px;
  }
  #exampleModalCenter p {
    overflow: hidden;
  }
  section.WhyChooseUs.spacSec .boxW a {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  nav#cssmenu ul {
    display: flex;
  }
  nav#cssmenu {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height: 100%;
    max-width: 100%;
    width: 100%;
    z-index: 9999;
  }
  .navbar-brand img {
    margin: 1% auto;
  }
  nav#cssmenu {
    background: #111111e0;
  }
  #cssmenu .button {
    right: 16px;
    margin-top: 2%;
  }
  #rightContent {
    padding-left: 0px;
  }
  .headingHome .bgHeading {
    font-weight: 500;
    font-size: 35px;
  }
  .headingHome .wel {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .boxBgWrp {
    position: relative;
    margin-bottom: 20px;
  }
  .spacSec {
    margin-top: 20px;
  }
  .contactPwrp h2 {
    font-size: 18px;
  }
  section.contactPwrp.spacSec.mt-5 p {
    font-size: 12px;
  }
  .bbWrp {
    display: flex;
    flex-direction: column;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
    width: auto;
  }
}

@media (min-width: 1600px) {
  .wp_autosearch_suggestions {
    left: 6% !important;
  }
  .container {
    max-width: 1700px;
  }
  nav#cssmenu {
    max-width: 325px;
  }
  #cssmenu > ul > li > a {
    font-size: 18px;
  }
  #cssmenu > ul > li {
    float: left;
  }
  .socialWrp h3 {
    font-size: 18px;
  }
  #cssmenu .socialWrp ul li a {
    display: block;
    padding: 0 20px;
    font-size: 20px;
  }
  .socialWrp {
    margin-top: 10%;
  }
  .navbar-brand img {
    margin: 10% auto;
    display: block;
    max-width: 200px;
  }
  .headingHome .wel {
    margin-bottom: 16px;
    font-size: 36px;
  }
  .headingHome .bgHeading {
    margin-bottom: 10px;
    font-size: 50px;
  }
  p {
    font-size: 18px;
  }
  .bgHeading.smHeading {
    font-size: 28px;
  }
  .box h3 {
    font-size: 20px;
  }
  .imgWrp img {
    max-width: 56px;
  }
  #rightContent p {
    font-size: 16px;
  }
  .progressWrp h2 {
    font-size: 28px;
  }
  #rightContent .upperbox p {
    font-size: 20px;
  }
  .upperbox p span {
    font-size: 26px;
  }
  .bgHeading::after {
    height: 65%;
  }
  .tImg {
    width: 109px;
    height: 80px;
  }
  .boxTop img {
    max-height: 44px;
  }
  .boxTop span {
    font-size: 36px;
  }
  .boxTop {
    top: -19%;
  }
  .boxW .bgHeading.smHeading {
    font-size: 24px;
  }
  .boxW a {
    font-size: 14px;
  }
  .rattingWrp .fa {
    font-size: 14px;
  }
  .peopleSlider h4 {
    font-size: 24px;
  }
  .peopleSlider h4 span {
    font-size: 16px;
  }
  #rightContent .para p {
    font-size: 18px;
  }
  .GetHelp a {
    width: 230px;
    height: 180px;
    font-size: 22px;
    margin: 15px 30px;
  }
  .GetHelp .row {
    max-width: 980px;
  }
  .GetHelp a img {
    width: 40px;
    height: 40px;
  }
  form label {
    font-size: 18px;
  }
  .contactInfo .bb {
    font-size: 20px;
  }
  .contactInfo .bb span:first-child {
    margin-right: 18px;
    width: 106px;
  }
  .btnN {
    font-size: 18px;
  }
  .fLogo img {
    max-height: 125px;
  }
  footer h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  footer ul li a {
    font-size: 16px;
  }
  footer ul li {
    margin-bottom: 15px;
  }
  #rightContent .footerInfo p {
    font-size: 18px;
  }
  .linksW a {
    font-size: 16px;
  }
  #tooltip span,
  #tooltip2 span,
  #tooltip3 span,
  #tooltip4 span {
    font-weight: 500;
  }
  form .form-control {
    height: 48px;
  }
  select.form-control:not([size]):not([multiple]) {
    height: 48px;
  }
  form textarea.form-control {
    height: auto;
  }
  form .btnN {
    height: 48px;
  }
  #exampleModalCenter form .btnN {
    height: auto;
  }
  #gotBook .smHeading2 {
    font-size: 24px;
  }
  .boxTop img.numImg {
    width: 108px;
  }
  .howDwork p {
    font-family: "Noto Sans", sans-serif !important;
    font-weight: 400;
  }
  .howDwork .boxW {
    height: 179px;
    padding: 32px;
    padding-right: 74px;
  }
  .boxTop img.numImg {
    margin-top: -14%;
  }
  .boxWork p {
    font-size: 20px !important;
  }
  #rightContent.paymentWrp form {
    max-width: 1000px;
    margin: 0 auto;
  }
  #rightContent.paymentWrp .row {
    align-items: flex-start;
  }
  #rightContent {
    padding-left: 22%;
  }
  body {
    font-size: 16px;
  }
  #conteMain {
    font-size: 16px;
  }
  #exampleModalCenter p {
    font-size: 16px;
  }
  #serviceW {
    margin-top: 3%;
  }
  .bicon-rap .cust_btn {
    font-size: 16px;
  }
}
