/* Extra Small Devices (Mobile Phones) */
@media (max-width: 575px) {
  .owl-nav .owl-prev span,.owl-nav .owl-next span{
    opacity: 1 !important;
}
  .main-tab-content {
    width: calc(100% - 10%);
  }
  #signUpForm{
    margin-top: 10px;
  }
  .registerAndPay{
    width: 90% !important;
    margin-left: 5%;
  }
  #signUpForm .form-group{
    width: 100%;
  }
  .section2{
    padding-inline: 15px;
  }
  .viewBtn, .viewBtn:hover{
    margin-right: -4px;
  }
  .login-div{
    width: 90%;
  }
  .footer{
    margin-top:25px;
  }
  #navbarsExample03{
    padding: 4px 7px;
  }
  .main-txt {
    font-size: 45px;
  }
  .bold-section2-h2 {
    width: calc(100% - 20%);
    font-size: calc(2rem - 2.8vw);
  }
  .normal-section2-h5 {
    width: calc(100% - 10%);
    font-size: calc(1.25rem - 0.7vw);
  }
  /* .sec4-h6 {
    font-size: calc(1.25rem - 1.3vw);
  } */
  .section4 .for-view-section{
    padding: 0 0vw;
  }
  .sec3-mt{
    margin-top: 3rem;
  }
  .section5 > div{
    column-count: 1;
  }
  .sec5-img-div {
    margin-bottom: 20px;
  }
  .divider {
    margin-block: 25px;
  }
  .login-img-div h1 {
    font-size: 25px;
  }
  img.w-200x200{
    width: -webkit-fill-available !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
  }
  .content-text{
    margin: 5px;
  }
  .content-button{
    margin-bottom: 5px;
  }
  #map{
    height: 50vh;
  }
  .big-view-card{
    width: 100%;
    padding: 2pc;
  }
  .small-view-card{
    width: 100%;
      padding: 1pc;
      background: var(--lighttheme);
  }
  #divId {
    display: none !important;
}
}
@media (max-width: 993px) {
   
  #navbarsExample03{
    padding: 4px 7px;
  }
  .multiselect {
      bottom: 27px;
      left: 140px;
      border-radius: 6px;
  }
}
@media (max-width: 422px) {
  .multiselect {
      display: none;
  }
}
/* Small Devices (Portrait Tablets and Large Phones) */
@media (min-width: 576px) and (max-width: 767px) {
  .owl-nav .owl-prev span,.owl-nav .owl-next span{
    opacity: 1 !important;
}
  /* Your CSS here */
  #navbarsExample03{
    padding: 4px 7px;
  }
  #signUpForm{
    margin-top: 10px;
  }
  .registerAndPay{
    width: 90% !important;
    margin-left: 5%;
  }
  #signUpForm .form-group{
    width: 100%;
  }
  .main-tab-content {
    width: calc(100% - 20%);
  }
  .main-txt {
    font-size: 30px;
  }
  .bold-section2-h2 {
    width: calc(100% - 30%);
    font-size: calc(2rem - 1.5vw);
  }
  .normal-section2-h5 {
    width: calc(100% - 10%);
    font-size: calc(1.25rem - 0.4vw);
  }
  .sec4-h6 {
    font-size: calc(1.25rem - 1.1vw);
  }
  .s3-htxt{
    font-size: calc(2.5rem - 3vw);
  }
  .section4 .for-view-section{
    padding: 0 0vw;
  }
  .section5 > div{
    column-count: 2;
  }
  .sec5-img-div {
    margin-bottom: 20px;
  }
  .login-img-div h1 {
    font-size: 25px;
  }
  #map{
    height: 60vh;
  }
  .big-view-card{
    width: 100%;
    padding: 2pc 3pc;
  }
  .small-view-card{
    width: 100%;
      padding: 1pc;
      background: var(--lighttheme);
  }
  #divId {
    display: none !important;
}
}

/* Medium Devices (Tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .owl-nav .owl-prev span,.owl-nav .owl-next span{
    opacity: 1 !important;
}
.content-text{
  padding: 10px 30px;
}
.tablet-mb-6{
  width: 50%;
}
.searchArea{
  display: flex !important;
  flex-direction: column !important;
}
.w-200x200{
  width: 100%;
  object-fit: fill !important;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
}
/* .content-button {
    position: absolute;
    top: 20%;
    right: 15%;
    width: max-content;
} */
  /* Your CSS here */
  #signUpForm{
    margin-top: 10px;
  }
  .registerAndPay{
    width: 90% !important;
    margin-left: 5%;
  }
  #signUpForm .form-group{
    width: 100%;
  }
  .main-tab-content {
    width: calc(100% - 30%);
  }
  .main-txt {
    font-size: 30px;
  }
  .bold-section2-h2 {
    width: calc(100% - 35%);
    font-size: calc(2rem - 1vw);
  }
  .normal-section2-h5 {
    width: calc(100% - 15%);
    font-size: calc(1.25rem - 0.2vw);
  }
  .sec4-h6 {
    font-size: calc(1.25rem - 0.7vw);
  }
  .s3-htxt{
    font-size: calc(2.5rem - 1.5vw);
  }
  .section4 .for-view-section{
    padding: 0 0vw;
  }
  .section5 > div{
    column-count: 2;
  }
  .sec5-img-div {
    margin-bottom: 20px;
  }
  .login-img-div h1 {
    font-size: 30px;
  }
  #map{
    height: 70vh;
  }
  .big-view-card{
    width: 100%;
    padding: 2pc 5pc;
  }
  .small-view-card{
    width: 100%;
      padding: 1pc;
      background: var(--lighttheme);
  }
}

/* Large Devices (Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Your CSS here */
  .owl-nav .owl-prev span,.owl-nav .owl-next span{
    opacity: 1 !important;
}
  .main-tab-content {
    width: calc(100% - 25%);
  }
  .main-txt {
    font-size: 40px;
  }
  .bold-section2-h2 {
    width: calc(100% - 40%);
    font-size: calc(2rem - 0.5vw);
  }
  .sec4-h6 {
    font-size: calc(1.25rem - 0.4vw);
  }
  .normal-section2-h5 {
    width: calc(100% - 25%);
    margin: 1.5pc auto 0px;
  }
  .s3-htxt{
    font-size: calc(2.5rem - 1vw);
  }
  .section4 .for-view-section{
    padding: 0 2.5vw;
  }
  .login-img-div h1 {
    font-size: 35px;
  }
  #map{
    height: 80vh;
  }
  .big-view-card{
    width: 100%;
    padding: 2pc 8pc;
  }
  .small-view-card{
    width: 100%;
      padding: 1pc;
      background: var(--lighttheme);
  }
}

/* Extra Large Devices (Large Desktops) */
@media (min-width: 1200px) {
  /* Your CSS here */
  .main-tab-content {
    width: calc(100% - 40%);
  }
  .main-txt {
    font-size: 50px;
  }
  .bold-section2-h2 {
    width: calc(100% - 45%);
    font-size: calc(2rem - 0vw);
  }
  .normal-section2-h5 {
    width: calc(100% - 25%);
    font-size: calc(1.25rem - 0vw);
  }
  .sec4-h6 {
    font-size: calc(1.25rem - 0vw);
  }
  .s3-htxt{
    font-size: calc(2.5rem - 0vw);
  }
  .section4 .for-view-section{
    padding: 0 5vw;
  }
  .login-img-div h1 {
    font-size: 40px;
  }
  .big-view-card{
    width: 100%;
    padding: 2pc 10pc;
  }
  .small-view-card{
    width: 100%;
      padding: 1pc;
      background: var(--lighttheme);
  }
}

@media (min-width: 1324px) {
  .login-img-div h1 {
    font-size: 45px;
  }
}