/* media queries for height start*/
@media (max-height: 940px) {
  /* 940 height to 876 height*/
  .navcustom {
    padding: 30px 20px 0 20px;
  }
  .floating-container {
    top: calc(170px + 40px);
  }
}

@media (max-height: 868px) {
  /* 876 height to 768 height*/
  .nav-list__item {
    padding: 0 36px;
  }
  .nav-content__heading {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .nav-content__desc {
    margin-bottom: 10px;
  }
  .floating-container {
    top: calc(150px + 20px);
  }
}

@media (max-height: 767px) {
  /* 768 height to 657 height*/
  .form-container-outer {
    padding: 15px 25px;
  }
  .form-container .form-control {
    height: 35px;
  }
  .form-container .form-select {
    height: 35px;
  }
  .form-container .form-label {
    margin-bottom: 7px !important;
  }
  .form-container .form-control {
    margin-bottom: 6px !important;
  }
  .form-label.money {
    margin-top: 5px;
  }
  .fs-12 {
    line-height: 1;
  }
  .submit .btn i {
    font-size: 33px;
  }
  .footer {
    padding-bottom: 12px;
  }
  .bottom-bg {
    height: 170px;
  }
  .house-outer {
    position: absolute;
    top: 119px;
    left: -20px;
  }
  @-webkit-keyframes tiger-move {
    0% {
      top: 140px;
      right: -30%;
    }
    50% {
      top: 145px;
    }
    100% {
      top: 145px;
      right: 100%;
    }
  }

  @keyframes tiger-move {
    0% {
      top: 140px;
      right: -30%;
    }
    50% {
      top: 145px;
    }
    100% {
      top: 145px;
      right: 100%;
    }
  }
  .profileModal .modal-header .btn-close {
    top: 30px;
  }
  .footer {
    z-index: 9;
  }
  .floating-button .fa-circle-plus{
    font-size: 30px;
  }
  .fa-calendar,.fa-face-smile-wink{
    font-size: 15px !important;
  }
  .floating-container .float-element i{
    width: 30px;
    height: 30px;
  }
  .floating-container .floating-button{
    line-height: 45px;
    height: 45px;
    width: 45;
  }
  .floating-container .float-element{
    width: 45px;
    height: 40px;
  }
  .fa-circle-xmark{
    font-size: 30px;
  }
}

@media (max-height: 600px) {
  .floating-container {
    padding-bottom: 40px;
  }
  .footer {
    z-index: 99;
  }
}

/* media queries for height end*/
/* ************************************************************************************** */
@media (max-width: 1400px) {
  .profileModal .modal-header .btn-close {
    top: 20px;
  }
}

@media (max-width: 990px) {
  .house-outer {
    position: absolute;
    top: -60px;
    left: -100px;
  }
  .form-container-outer {
    padding: 15px 25px;
    position: relative;
    z-index: 0;
  }
  .profileModal .modal-header .btn-close {
    top: 0;
  }
  .profile__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 7px;
    border: 2px solid var(--yellow);
  }
  .likesBox {
    margin-bottom: 15px;
  }
  .p-m-desc {
    margin-bottom: 10px;
  }
  .p-m-desc-h {
    margin-bottom: 10px;
  }
  .amal-wrapper {
    margin-bottom: 15px;
  }
  .footer {
    z-index: 99;
  }
  .commingsoon-container{
    max-width: 310px;
    margin: 0 auto;
  }
  .com-con__text {
    left: 0px;
  }
  .comm-soon-footer-l__p span{
    display: none;
  }
  .comm-soon-wrapper{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .comm-soon-footer {
    padding: 0 20px 0px 20px;
    bottom: 50px;
  }
  .comm-soon-footer-l__p1{
    display: none;
  }
  .comm-soon-footer-l__p{
    font-size: 12px;
  }
  .comm-soon-footer-l__img {
    margin-right: 10px;
    width: 25px;
  }
  .comm-soon-l{
    margin-bottom: 20px;
  }
  .comm-soon-footer-r{
    text-align: center;
  }
  .line1 {
      left: -20px;
  }
  .line2 {
      left: 158px;
  }
  .com-con__text {
    left: calc(50% - 175px);
  }
  .com-con__text1 {
      display: none;
  }
  .com-con__text2{
    display: flex;
  }
}

@media (max-width: 767px) {
  .logo-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .nav-list__item {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .nav-list__item:nth-child(1) {
    padding-right: 0;
  }
  .nav-list__item:nth-child(3) {
    padding-left: 0;
  }
  .footer {
    z-index: 2;
  }
  .floating-container {
    top: calc(320px);
    padding-bottom: 40px;
  }
  .element-container {
    padding-top: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .info {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
  }
  .close-form {
    display: block;
  }
  .footer-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .footer-box2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer {
    padding-bottom: 20px;
  }
  .house-outer {
    position: absolute;
    left: -192px;
  }
  .m-video {
    width: 100%;
    height: 166px;
  }
  .appLink-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .profileModal .modal-header .btn-close {
    width: 30px;
    height: 30px;
  }
  .modal-header .btn-close i {
    font-size: 30px;
  }
  .house-outer {
    top: 113px;
  }
  .nav-list__link {
    line-height: 1.3;
  }
  .first-hover {
    -webkit-animation: come-in 0.1s forwards alternate;
    animation: come-in 0.1s forwards alternate;
  }
  .second-hover {
    -webkit-animation: come-in 0.2s forwards alternate;
    animation: come-in 0.2s forwards alternate;
  }
  .tiger {
    -webkit-animation: tiger-move 4s infinite linear;
            animation: tiger-move 4s infinite linear;
  }
  .main-progress {
      width: 40%;
  }
  .commingsoon-container{
    max-width: 310px;
    margin: 0 auto;
  }
  .com-con__text {
    left: 0px;
  }
  .comm-soon-footer-l__p span{
    display: none;
  }
  .comm-soon-wrapper{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .comm-soon-footer {
    padding: 0 20px 0px 20px;
    bottom: 50px;
  }
  .comm-soon-footer-l__p1{
    display: none;
  }
  .comm-soon-footer-l__p{
    font-size: 12px;
  }
  .comm-soon-footer-l__img {
    margin-right: 10px;
    width: 25px;
  }
  .comm-soon-l{
    margin-bottom: 20px;
  }
  .comm-soon-footer-r{
    text-align: center;
  }
  .line1 {
      left: -20px;
  }
  .line2 {
      left: 158px;
  }
  .com-con__text {
    left: calc(50% - 175px);
  }
  .com-con__text1 {
      display: none;
  }
  .com-con__text2{
    display: flex;
  }
}

/* ********  FOR FIXED MOBILES WIDTH AND HEIGHT   *********** */
@media screen and (width: 540px), screen and (max-height: 720px) {
  .house-outer {
    position: absolute;
    top: 113px;
  }
}

@media screen and (width: 360px), screen and (max-height: 740px) {
  .house-outer {
    position: absolute;
    top: 113px;
  }
}

@media screen and (width: 280px), screen and (max-height: 653px) {
  .house-outer {
    position: absolute;
    top: 113px;
  }
}

@media screen and (max-width: 375px), screen and (max-height: 677px) {
  .element-container {
    top: -10px;
  }
}

/* ******************** */
/*# sourceMappingURL=media_queries.css.map */