/*==================== Wide Screens Start=============================*/
@media only screen and (min-width: 1900px) {
  html {
    font-size: 16px;
  }

  .paraaboutus {
    padding: unset !important;
  }

  .paraaboutus {
    line-height: 1.7;
    letter-spacing: 1px;
    padding: 0px 55px !important;
    font-size: 23px;
  }

  p.text-center.text-white.pt-3 {
    font-size: 20px;
  }

  .navbar .navbar-nav .nav-link {
    color: #000;
    padding: 1.5em 0.8em;
    font-size: 20px !important;
  }
}

/*==================== Wide Screens End=============================*/
/*==================== Extra Large Devices=============================*/
@media only screen and (min-width : 1400px) and (max-width: 1900px) {
  html {
    font-size: 14px;
  }

  .navbar .navbar-nav .nav-link {
    color: #000;
    padding: 1.5em 0.8em;
    font-size: 15px !important;
  }
}

/*==================== Extra Large Devices=============================*/

/*==================== Normal Devices Start=============================*/
@media only screen and (min-width : 992px) and (max-width: 1200px) {}

/*==================== Normal Devices End=============================*/
/*==================== All Large Devices Start=============================*/
@media only screen and (max-width: 991px) {
  .modal-dialog {
    width: 90%;
    margin: 20px auto;
  }

  .paraaboutus {
    padding: unset !important;
  }

  #Location .abt-head {
    position: relative;
    width: 90% !important;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    /* border-bottom: 1px solid #fff; */
  }

  .abt-head {
    position: relative;
    width: 65%;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    /* border-bottom: 1px solid #fff; */
  }

  .mobaddbar-border {
    border-bottom-style: dashed;
    border-bottom-color: #fbdbbd;
  }

  .add-para {
    color: #fbdbbd;
    font-size: 18px;
    font-weight: 600;
  }

  .addbar-border {
    border-left-style: dashed;
    border-left-color: #fbdbbd;
    height: 50%;
  }

  .addbar-border:nth-child(3) {
    border-left-style: dashed;
    border-left-color: #fbdbbd;
    height: 50%;
    border: none;
  }

  .add-head-text {
    color: #fbdbbd;
    font-size: 27px;
    font-weight: 600;
  }

  .toppadding2 {
    padding-top: unset;
  }

  .close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.2;
    background: unset;
    border: none;
    position: absolute;
    right: -3px !important;
    top: -1px !important;
  }

  .inquireButton {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1.5px solid;
    width: 100%;
    padding: 0px;
    z-index: 99;
    background-color: #8b181b;
    color: #fff !important;
    border-radius: 0;
  }

  .callbtn a {
    color: #fff;
    font-size: 20px;
  }

  .innerbtn {
    color: #fff;
    text-align: center;
    border-left: 1px solid;
  }

  .innerbtn button {
    color: #fff;
    text-align: center;
    font-size: 18px;
  }

  .innerbtn button a {
    color: #fff;
    text-decoration: none;
    text-align: center;
  }

  .contentbox {
    display: flex;
    /* justify-content: center; */
    align-items: start !important;
    flex-direction: column;
  }

  .rightborder {
    border-right: unset;
    border-bottom: 2px dashed;
  }

}

/*==================== All Large Devices End=============================*/
/*==================== All Mobile Devices Start=============================*/
@media only screen and (min-width: 991px) {
  .footer {
    padding: 50px 0 70px !important;
  }

  .morebtn,
  .morebtn1 {
    display: none;
  }
}

/*==================== All Mobile Devices End=============================*/
/*==================== Tablet Devices Start=============================*/
@media only screen and (min-width : 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 70%;
    margin: 20px auto;
  }

  .paraaboutus {
    padding: unset !important;
  }

  .mobaddbar-border {
    border-bottom-style: dashed;
    border-bottom-color: #fbdbbd;
  }

  .addbar-border:nth-child(3) {
    border-left-style: dashed;
    border-left-color: #fbdbbd;
    height: 50%;
    border: none;
  }

  .addbar-border {
    border-left-style: dashed;
    border-left-color: #fbdbbd;
    height: 50%;
  }

  .addbar-border:nth-child(3) {
    border-left-style: dashed;
    border-left-color: #fbdbbd;
    height: 50%;
    border: none;
  }

  .add-para {
    color: #fbdbbd;
    font-size: 18px;
    font-weight: 600;
  }

  .toppadding2 {
    padding-top: unset;
  }

  .add-head-text {
    color: #fbdbbd;
    font-size: 27px;
    font-weight: 600;
  }

  .abt-head {
    position: relative;
    width: 65%;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    /* border-bottom: 1px solid #fff; */
  }

  .morebtn,
  .morebtn1 {
    display: none;
  }
}

/*==================== Tablet Devices End=============================*/

/*==================== Large Mobile Devices Start=============================*/
@media only screen and (min-width : 480px) and (max-width: 767px) {
  .paraaboutus {
    padding: unset !important;
  }

  .hideinmobile,
  .hideinmobile1 {
    display: none;
  }
}

/*==================== Large Mobile Devices End=============================*/

/*==================== Small Mobile Devices Start=============================*/
@media only screen and (max-width : 480px) {

  .hideinmobile,
  .hideinmobile1 {
    display: none;
  }
}

/*==================== Small Mobile Devices End=============================*/
/*==================== Small Mobile Devices Start=============================*/
@media only screen and (max-width : 320px) {

  .hideinmobile,
  .hideinmobile1 {
    display: none;
  }
}

/*==================== Small Mobile Devices End=============================*/
/* =========== Lock Start ================ */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .paraaboutus {
    padding: unset !important;
  }

  .add-head-text {
    color: #fbdbbd;
    font-size: 27px;
    font-weight: 600;
  }

  .mobaddbar-border {
    border-bottom-style: dashed;
    border-bottom-color: #fbdbbd;
  }

  .addbar-border:nth-child(3) {
    border-left-style: dashed;
    border-left-color: #fbdbbd;
    height: 50%;
    border: none;
  }

  .add-para {
    color: #fbdbbd;
    font-size: 18px;
    font-weight: 600;
  }

  .toppadding2 {
    padding-top: unset;
  }

  .abt-head {
    position: relative;
    width: 65%;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    /* border-bottom: 1px solid #fff; */
  }

  .toppadding2 {
    padding-top: unset;
  }

  .addbar-border {
    border: none;
  }

  .wrapper {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media only screen and (min-width: 300px) and (max-width: 480px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .paraaboutus {
    padding: unset !important;
  }

  .add-para {
    color: #fbdbbd;
    font-size: 18px;
    font-weight: 600;
  }

  .abt-head {
    position: relative;
    width: 65%;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    /* border-bottom: 1px solid #fff; */
  }

  .addbar-border {
    border-left-style: dashed;
    border-left-color: #fbdbbd;
    height: 50%;
    ;
  }

  .add-head-text {
    color: #fbdbbd;
    font-size: 27px;
    font-weight: 600;
  }

  .wrapper {
    display: none;
  }

  .hideinmobile,
  .hideinmobile1 {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

/* =========== Lock End ================ */


.rera_number {
  font-size: 1.25rem;
}

@media(max-width:650px) {
  .rera_number {
    font-size: 14px;
  }
}