body,
html {
  overflow-x: hidden;
}


body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
  font-family: "helveticalight";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #222222;
}

b,
strong {
  font-weight: 700;}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  font-family: "helveticabold";
  font-weight: 700;
  line-height: 1.1;
  color: #222222;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-family: "helveticaregular";
  font-size: 36px;
  font-weight: 400;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #ecb61e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: red;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  border: 1px solid rgb(0 0 0 / 10%);
  height: 45px;
  padding: 0 15px;
  outline: none !important;
  font-size: 14px;
  /* color: #7c7c7c; */
  color: #000000;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000 !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a3abb2 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a3abb2 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a3abb2 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a3abb2 !important;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #a3abb2 !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  border-radius: 2px !important;
  border: 1px solid rgb(0 0 0 / 10%) !important;
  padding: 15px !important;
  width: 100%;
  color: #000;
  height: 90px;
  outline: none !important;
  font-size: 14px !important;
  /* color: #7c7c7c !important; */
  resize: none;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(../images/ar1.svg) no-repeat center right 10px rgba(10, 20, 69, 0.08) !important;
  background-size: 14px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0 !important;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #cd5252;
  color: #000000;
  height: 44px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;

  cursor: pointer;

  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "helveticabold";
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  padding: 11px 30px 15px;
  width: 100%;
}

input[type="submit"]:hover {
  background: #0a1445;
  color: #ffffff;
}


input[type="button"] {
  color: #000000;
  height: 44px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;

  cursor: pointer;

  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "helveticabold";
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  padding: 11px 30px 15px;
  width: 100%;
}

input[type="button"]:hover {
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #7c7c7c;
}

:-ms-input-placeholder {
  color: #7c7c7c;
}

::-moz-placeholder {
  color: #7c7c7c;
}

:-moz-placeholder {
  color: #7c7c7c;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
  font-family: "helveticaregular";
  font-size: 18px;
  color: #ffffff;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #ffffff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #cd5252;
  position: absolute;
  top: 7px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #0a1445;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

#scroll:hover {
  background: #0a1445;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 170px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  justify-content: space-between;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 23px;
  padding: 0;
  position: relative;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  line-height: 1.2;
  position: relative;
  font-weight: normal;
  font-family: "helveticaregular";
  font-size: 18px;
  color: #ffffff;
}

.navbar-nav>li>a:after:not(.dropdown-toggle::after) {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #cd5252;
  /* opacity: 0; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*.navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  background: #cd5252;
  opacity: 0; 
  position: absolute;
  bottom: -13px;
  left: 87%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}*/

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: #fff;
}

.navbar-nav>li.current-menu-item>a:after:not(.dropdown-toggle::after),
.navbar-nav>li>a:hover:after:not(.dropdown-toggle::after),
.navbar-nav>li.menu-item-has-children:hover>a:after:not(.dropdown-toggle::after) {
  width: 100%;
}

.navbar-nav>li.current-menu-item>a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #cd5252;
  opacity: 1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu>li>a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

/**********general-css**********/
ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

figure {
  margin-bottom: 0;
}

.cmn-gap {
  padding: 70px 0;
}

.cmn-hdr {
  margin-bottom: 40px;
}

/*********Header**********/
.red-btn {
  font-family: "Helvetica" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #cd5252;
  border: 1px solid #cd5252;
  border-radius: 6px;
  padding: 13px 23px;
  transition: all 0.5s ease;
}

.red-btn:hover {
  color: #cd5252;
  background: #fff;
}

.whatsapp-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: auto;
}

.navbar-nav>li>a.red-btn.dropdown-toggle {
  padding: 13px 32px 13px 16px;
  margin-left: 18px;
}

.navbar-nav>li>a.red-btn.dropdown-toggle img#dashprofile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.navbar-nav>li>a.red-btn.dropdown-toggle:hover {
  background: #b74141;
  border-color: #b74141;
}

.hdr-rgt ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 18px;
}

.hdr-rgt ul li:not(:last-child) {
  margin-right: 20px;
}

.main-head {
  padding: 12px 0;
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  /* border-bottom: 1px solid rgb(255 255 255 / 15%); */
  transition: all 0.7s ease;
}

.main-head.fixed {
  background: #0a1343;
}

.main-head.fixed .logo {
  /* max-width: 120px; */
  /* min-width: 120px; */
}

.main-head.fixed .navbar-nav>li>a {
  /* font-size: 16px; */
}

.main-head.fixed .navbar-nav>li {
  /* margin: 0 15px; */
}

.main-head.fixed .red-btn {
  font-size: 14px;
  padding: 10px 21px;
}

/**********banner-sec********/

.banner-sec {
  padding: 290px 0 165px;
  position: relative;
  z-index: 1;
}

.banner-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner-sec::after {
  content: "";
  width: 287px;
  height: 287px;
  background-color: #000;
  filter: blur(162px);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner-wrap {
  position: relative;
  z-index: 2;
}

.banner-wrap::before {
  content: "";
  width: 417px;
  height: 417px;
  background-color: #000;
  filter: blur(217px);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.banner-form-list {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.35);
  border-radius: 7px;
  padding: 15px 17px;
  flex-wrap: wrap;
}

.banner-form-list .banner-form-list-item {
  padding: 0 23px;
  position: relative;
}

.banner-form-list .banner-form-list-item:first-child {
  padding-left: 0px;
  width: 41%;
}

.banner-form-list .banner-form-list-item:not(:first-child) {
  width: calc((100% - 41%) / 3);
}

.banner-form-list .banner-form-list-item:last-child {
  padding-right: 0;
}

.banner-form-list .banner-form-list-item:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 50px;
  background: #e2e2e2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-form .title h5 {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.195em;
  text-transform: uppercase;
  color: #000000;
}

.banner-form .title h5 span {
  display: inline-flex;
  align-items: center;
  padding-right: 5px;
  flex-basis: 12px;
}

.banner-form .title {
  margin-bottom: 7px;
}

.banner-form .form-group .form-control {
  font-family: "helveticaregular";
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 2px 0;
  height: 20px;
  border: 0;
}

.banner-form .form-group .form-control::-webkit-input-placeholder {
  color: #a3abb2;
}

.banner-form .form-group .form-control:-ms-input-placeholder {
  color: #a3abb2;
}

.banner-form .form-group .form-control::-moz-placeholder {
  color: #a3abb2;
}

.banner-form .form-group .form-control:-moz-placeholder {
  color: #a3abb2;
}

.banner-form .dropdown .btn {
  font-family: "helveticaregular";
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #a3abb2;
  padding: 2px 0;
  height: 20px;
  background: transparent !important;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.banner-form .dropdown .btn::after {
  display: none;
}

.banner-form .dropdown .btn-check:focus+.btn-secondary,
.banner-form .dropdown .btn-secondary:focus {
  box-shadow: none;
}

.banner-form input[type="submit"] {
  font-family: "helveticabold";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background: url(../images/search.svg) no-repeat center left 25px #cd5252;
  background-size: 18px;
  border-radius: 6px;
  padding: 0 29px 6px 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  transition: all 0.5s ease;
}

.banner-form input[type="submit"]:hover {
  background: url(../images/search.svg) no-repeat center left 25px #000;
  background-size: 18px;
  color: #fff;
}

.banner-form {
  max-width: 948px;
}

.banner-txt h1 {
  max-width: 611px;
  color: #fff;
}

.banner-txt h5 {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}

.banner-options {
  margin-top: 25px;
}

.banner-options .form_input_radio {
  display: flex;
  align-items: center;
}

.banner-options .form_input_radio li:not(:last-child) {
  padding-right: 24px;
}

.select-options li .option-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 8px;
  font-family: "helveticabold";
  font-weight: 700;
  color: #fff;
  transition: all 0.1s ease 0s;
  background-color: rgba(59, 65, 68, 0.6);
  padding: 9px 20px 12px;
}

.select-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
  max-width: 948px;
}

.select-options li {
  padding: 0 5px;
}

.select-options li .option-btn:hover {
  background: #0A1445;
  color: #fff;
}

.select-options .option-active .option-btn {
  background: #fff;
  color: #0A1445;
}

.banner-form .dropdown-menu {
  min-width: 100%;
  width: 100%;
  min-width: 100%;
  width: 100%;
  padding: 0;
  font-size: 12px;
  color: #000;
  border-radius: 5px;
  font-family: "helveticaregular";
  font-weight: 400;
}

.banner-form .dropdown-item {
  padding: 10px 10px;
  color: #000;
}

/*.ui-datepicker-calendar {
  display: none;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 5px 10px;
  padding: 5px 15px;
  background: #0a1445;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}*/
/*.ui-widget.ui-widget-content {
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 30px 0 20px;
  position: absolute;
  z-index: 99;
  right: -1px;
  top: 100%;
  margin-top: 10px;
  display: none;
}*/
.ui-datepicker .ui-datepicker-title select {
  font-size: 14px;
  padding: 0;
}

.ui-datepicker-title select {
  background: url(../images/ar1.svg) no-repeat center right 10px transparent !important;
  color: #000;
  height: 30px;
}

.ui-datepicker .ui-datepicker-header {
  padding: 5px 0;
  background: transparent;
  border: 0;
}

.ui-datepicker .ui-datepicker-buttonpane {
  border: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 11px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  background: url(../images/left-arrow.svg) no-repeat center;
  background-size: 100% 100%;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  background: url(../images/rgt-arrow.svg) no-repeat center;
  background-size: 100% 100%;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-left: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: static;
}

/*************service-sec**********/
.small-head {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 15px;
}

.service-wrap .cmn-hdr-rgt {
  max-width: 593px;
  margin-left: auto;
}

.service-fig figure {
  height: 468px;
}

.service-fig figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-inner {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}

.service-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(7, 17, 65, 0.9);
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.5s ease;
}

.service-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.service-txt-btm {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease;
}

.service-txt-upper {
  transform: translateY(35%);
  transition: all 0.5s ease;
}

.service-inner:hover .service-txt-btm {
  transform: translate(0);
  opacity: 1;
}

.service-inner:hover .service-txt-upper {
  transform: translate(0);
}

.service-inner:hover::before {
  background: rgba(7, 17, 65, 0.4);
}

.service-inner:hover .service-icon span img {
  filter: brightness(0) invert(1);
}

.service-inner:hover .service-inner-title h3 {
  color: #fff;
}

.service-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  margin: auto;
  margin-bottom: 10px;
}

.service-icon span img {
  transition: all 0.5s ease;
}

.service-inner-title h3 {
  font-size: 32px;
  text-transform: uppercase;
  color: #00afd1;
  transition: all 0.5s ease;
}

.hide-txt p {
  font-family: "helveticaregular";
  font-weight: 400;
  color: #ffffff;
  max-width: 200px;
  margin: 0 auto 10px;
}

.service-btn {
  font-family: "helveticabold";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00afd1;
  border: 1px solid #00afd1;
  border-radius: 6px;
  padding: 11px 16px 14px;
  transition: all 0.5s ease;
}

.service-btn:hover {
  color: #00afd1;
  background: #fff;
}

/********** Sublet-sec***********/
.sublet-inner {
  padding: 15px 22px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.sublet-inner:hover {
  box-shadow: 0px 25px 85px rgba(0, 71, 255, 0.12);
  border: 1px solid transparent;
  transform: scale(1.05);
}

.sublet-inner:hover .sublet-img figure img {
  transform: scale(1.1);
}

.sublet-title span {
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgb(10 20 69 / 20%);
  border-radius: 6px;
  margin-right: 15px;
}

.sublet-title h6 {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 14px;
  color: #979797;
  margin-bottom: 0;
}

.sublet-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sublet-title-btm h5 {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  margin-bottom: 5px;
}

.sublet-title-btm p {
  font-size: 14px;
  margin-bottom: 0;
}

.sublet-title-btm {
  margin-bottom: 20px;
}

.sublet-img figure {
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
}

.sublet-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.sublet-img {
  margin-bottom: 10px;
}

.sublet-config {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  /*padding-bottom: 10px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);*/
}

.sublet-config-rgt .table tr th {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  padding: 0 9px;
  border: 0;
}

.sublet-config-rgt .table tr th:first-child {
  padding-left: 0;
}

.sublet-config-rgt .table tr th:last-child {
  padding-right: 0;
}

.sublet-config-rgt .table tr td {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 14px;
  color: #979797;
  padding: 0px 9px;
  border: 0;
}

.red-small-head {
  color: #cd5252;
}

.sublet-config-rgt .table tr td:first-child {
  padding-left: 0;
}

.sublet-config-rgt .table tr td:last-child {
  padding-right: 0;
}

.sublet-config-rgt .table {
  margin-bottom: 0;
}

.sublet-config-lft h4 {
  font-size: 20px;
  color: #0a1445;
  margin-bottom: 6px;
}

.sublet-config-lft {
  margin-right: 25px;
}

.sublet-price-lft h5 {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 16px;
  color: #979797;
  margin-bottom: 0;
}

.sublet-price-lft h5 span {
  font-family: "helveticabold";
  font-weight: 700;
  font-size: 18px;
  color: #222222;
}

.cmn-btn {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0a1445;
  border-radius: 6px;
  padding: 11px 18px;
  border: 1px solid #0a1445;
  transition: all 0.5s ease;
}

.cmn-btn:hover {
  color: #0a1445;
  background: #fff;
}

.sublet-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.sublet-slide {
  padding: 30px 15px;
}

.sublet-slider {
  margin: -30px -15px;
}

.sublet-slider .slick-arrow {
  width: 20px;
  height: 40px;
  transition: all 0.5s ease;
}

.sublet-slider .slick-arrow::before {
  display: none;
}

.sublet-slider .slick-prev {
  background: url(../images/left-arrow.svg) no-repeat center;
  background-size: 100% 100%;
  left: auto;
  right: 60px;
  top: -60px;
  z-index: 1;
}

.sublet-slider .slick-next {
  background: url(../images/rgt-arrow.svg) no-repeat center;
  background-size: 100% 100%;
  right: 15px;
  bottom: auto;
  top: -60px;
}

.sublet-slider .slick-arrow:hover {
  opacity: 0.3;
}

.sublet-sec {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.tower-img {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -5;
}

.sublet-back-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 45%;
  height: 65%;
}

.sublet-back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.sublet-sec::before {
  content: "";
  width: 100%;
  height: 65%;
  background: -moz-linear-gradient(left,
      rgba(7, 20, 58, 0.8) 0%,
      rgba(7, 20, 58, 1) 24%,
      rgba(7, 20, 58, 1) 52%,
      rgba(7, 20, 58, 1) 76%,
      rgba(7, 20, 58, 1) 77%,
      rgba(7, 20, 58, 0.88) 100%);
  background: -webkit-linear-gradient(left,
      rgba(7, 20, 58, 0.8) 0%,
      rgba(7, 20, 58, 1) 24%,
      rgba(7, 20, 58, 1) 52%,
      rgba(7, 20, 58, 1) 76%,
      rgba(7, 20, 58, 1) 77%,
      rgba(7, 20, 58, 0.88) 100%);
  background: linear-gradient(to right,
      rgba(7, 20, 58, 0.8) 0%,
      rgba(7, 20, 58, 1) 24%,
      rgba(7, 20, 58, 1) 52%,
      rgba(7, 20, 58, 1) 76%,
      rgba(7, 20, 58, 1) 77%,
      rgba(7, 20, 58, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc07143a', endColorstr='#e007143a', GradientType=1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.cmn-hdr h2 {
  margin-bottom: 10px;
}

/*********accomodate-sec**********/
.accomodate-wrap .cmn-hdr {
  max-width: 849px;
}

.accomodate-otr .sublet-title span {
  background: rgb(205 82 82 / 20%);
}

.accomodate-otr .sublet-config-lft h4 {
  color: #cd5252;
}

.accomodate-otr .sublet-inner:hover {
  box-shadow: 0px 14px 20px rgb(0 8 29 / 12%);
}

.accomodate-sec {
  position: relative;
  z-index: 1;
}

.accomodate-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  opacity: 97%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* 14.10.22...M */
.secondary-head h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #cd5252;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 9px;
}

.msg-quote {
  flex-basis: 48px;
  max-width: 48px;
}

.msg-fig-con {
  padding-left: 12px;
  flex-basis: calc(100% - 48px);
  max-width: calc(100% - 48px);
}

.secondary-head h2 {
  text-transform: capitalize;
  font-weight: 400;
}

.secondary-head {
  margin-bottom: 28px;
}

.choose-up-blk figure {
  margin-bottom: 23px;
}

.choose-up-blk figure {
  margin-bottom: 23px;
  min-height: 147px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.choose-up-blk h5 {
  margin-bottom: 9px;
}

.choose-up .rowspan {
  --bs-gutter-x: 76px;
}

.msg-blk {
  background: #ffffff;
  border-radius: 6px;
  padding: 51px 32px 22px;
  max-width: 440px;
}

.msg-blk h4 {
  margin-bottom: 24px;
  text-transform: capitalize;
}

.msg-blk form label {
  font-size: 14px;
  font-family: "helveticaregular";
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 12px;
}

.leave-msg .msg-blk .rowspan {
  --bs-gutter-y: 7px;
  --bs-gutter-x: 1.5rem;
}

.msg-fig-blk {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 65px 65px rgb(133 190 243 / 10%);
  padding: 20px;
  position: absolute;
  bottom: 38px;
  left: -96px;
  max-width: 402px;
}

.msgrit-blk figure {
  width: 612px;
  height: 612px;
}

.msgrit-blk figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

.msgrit-blk {
  position: relative;
}

.msg-fig-con p {
  font-family: "helveticalight";
  font-weight: normal;
  font-size: 24px;
  text-transform: capitalize;
}

.msg-fig-con h5 {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 16px;
  color: #979797;
  text-align: right;
  position: relative;
  max-width: 125px;
  margin-left: auto;
}

.leave-msg {
  background: #f3f3f3;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.leave-msg .rowspan {
  --bs-gutter-x: 239px;
}

.msg-pattern-btm {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.leave-msg-wrap {
  padding-bottom: 320px;
}

.msg-pattern-btm img {
  width: 100%;
}

.footer {
  background: #0a1445;
  padding: 20px 0;
}

.footer-mainblk {
  display: flex;
  /* align-items: center; */
}

.msgrit-blk figure {
  background-size: cover;
  background-position: center;
}

.leave-msg .msg-con {
  margin-left: 100px;
}

.msgrit-blk figure {
  width: 612px;
  height: 612px;
  border-radius: 50%;
  overflow: hidden;
}

.footer-lft-con {
  margin-left: 26px;
}

.footer-lft-con p {
  font-size: 14px;
  color: #ffffff;
}

.footer-lft-con p a {
  color: #ffffff;
}

.footer-lft-con p a:hover {
  color: #cd5252;
}

.footer-social li a {
  background: #ffffff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-social ul {
  display: flex;
  align-items: center;
}

.footer-social ul li {
  margin: 0 5px;
}

.footer-social ul li:first-child {
  margin-left: 0;
}

.footer-social ul li:last-child {
  margin-right: 0;
}

.footer-mainblk-rit {
  display: flex;
}

.footer-eml h6 {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.ftr-eml-main {
  display: flex;
}

.ftr-eml-ri8 {
  margin-left: 14px;
}

.ftr-eml-ri8 a {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  line-height: 1;
}

.footer-social {
  margin-left: 88px;
}

.ftr-eml-ri8 a:hover {
  color: #cd5252;
}

.footer-social li a:hover {
  background: #cd5252;
}

.footer-social li a:hover svg path {
  fill: #ffffff;
}

.footer-lft-con figure {
  margin-bottom: 2px;
}

.msg-blk .form-control:focus {
  border-color: #0a1445 !important;
  box-shadow: none;
}

.msg-fig-con h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 27px;
  height: 1px;
  background: #cd5252;
  transform: translateY(-50%);
}

.footer-eml h6::after {
  content: "";
  position: absolute;
  right: -87px;
  top: 50%;
  width: 64px;
  height: 1px;
  background: rgb(255 255 255 / 20%);
  transform: translateY(-50%);
}

/* prosenjit-css--start */

.blue-header {
  background: #0a1343;
  position: relative;
}

.payment-portal-innr-sec {
  position: relative;
  padding: 64px 0 128px 0;
}

.payment-potal-txt-top {
  position: relative;
  max-width: 679px;
  margin: 0 auto 46px auto;
  color: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.payemnt-portal-innr-wrap-main {
  position: relative;
  color: #1e1e1e;
  background: #ffffff;
  border: 5px solid #eeeeee;
  border-radius: 20px;
  transition: 0.5s;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}

.payemnt-portal-innr-wrap-txt {
  padding: 50px 34px 40px 34px;
}

.payemnt-portal-innr-wrap-txt h4 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  color: #1e1e1e;
  transition: 0.5s;
  font-family: 'Montserrat', sans-serif;
}

.payemnt-portal-innr-wrap-txt span {
  font-size: 12px;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.payemnt-portal-innr-wrap-txt h2 {
  color: #0a1343;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: 0.5s;
  font-family: 'Montserrat', sans-serif;

}

.payemnt-portal-innr-wrap-txt h2 span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #1e1e1e;
  font-family: 'Montserrat', sans-serif;
}

.payemnt-portal-innr-wrap-txt ul {
  /* padding: 0 14px; */
  margin: 0;
  /* text-align: center; */
}

.payemnt-portal-innr-wrap-txt ul li {
  list-style: none;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  /* text-align: center; */
  color: #1e1e1e;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 23px;
  text-align: left;
}

.payemnt-portal-innr-wrap-txt ul li::before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background: #0a1343;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all .3s ease-in-out;
}

.payemnt-portal-innr-wrap-txt ul li::after {
  content: "";
  height: 11px;
  width: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  left: 5px;
  transition: all .3s ease-in-out;
}

.payemnt-portal-innr-wrap-main:hover .payemnt-portal-innr-wrap-txt ul li::before {
  background: #cb4449;
}

.payemnt-portal-innr-wrap-main a {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  background: #cd5252;
  font-family: 'Montserrat', sans-serif;
  margin-top: auto;
}

.payemnt-portal-innr-wrap-main a:hover {
  opacity: 0.7;
}

.payemnt-portal-innr-wrap-main:hover,
.payemnt-portal-innr-wrap-main.active {
  background: rgba(10, 19, 67, 0.9);
  border: 5px solid #cd5252;
  color: #ffffff;
  transform: scale(1.05);
}

.payemnt-portal-innr-wrap-main:hover .payemnt-portal-innr-wrap-txt ul li,
.payemnt-portal-innr-wrap-main.active .payemnt-portal-innr-wrap-txt ul li {
  color: #fff;
}

.payemnt-portal-innr-wrap-main:hover .payemnt-portal-innr-wrap-txt h2 span,
.payemnt-portal-innr-wrap-main.active .payemnt-portal-innr-wrap-txt h2 span {
  color: #fff;
}

.payemnt-portal-innr-wrap-main:hover h4,
.payemnt-portal-innr-wrap-main.active h4,
.payemnt-portal-innr-wrap-main:hover h2,
.payemnt-portal-innr-wrap-main.active h2 {
  color: #ffffff;
}

.pymnt-prt-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #0a1343;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
}

.pymnt-prt-value span {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  font-family: "helveticabold";
}

/*inner page*/
.innerpage-banner {
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}

.innerpage-banner::before {
  background: #0a1343;
  opacity: 0.6;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* contact-page */

.contact-banner {
  padding: 220px 0;
  position: relative;
  overflow: hidden;
}

.contact-banner::before {
  /*background: #000000;*/
  opacity: 0.4;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.innr-banner-txt-wrap-nw {
  position: relative;
  padding-bottom: 10px;
}

.innr-banner-txt-wrap-nw p {
  color: #fff;
}

.innr-banner-txt-wrap-nw::before {
  /* background: #000000;*/
  filter: blur(217px);
  width: 477px;
  height: 374px;
  left: -40px;
  top: -50px;
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.innr-banner-txt-wrap-nw h4 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  font-family: "helveticaregular";
}

.innr-banner-txt-wrap-nw h1 {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  font-size: 45px;
}

.innr-banner-txt-wrap-nw p {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

.contact-top-page-sec {
  position: relative;
  background: #ffffff;
  padding: 100px 0 350px 0;
}

.commn-gapTW {
  padding: 150px 0;
}

.contact-top-pageDtls-wrap {
  position: relative;
  text-align: center;
}

.contact-each-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: rgb(205 82 82 / 10%);
  padding: 25px;
}

.contact-top-pageDtls-wrap i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 34px 54px rgba(205, 82, 82, 0.3);
  background: #ffffff;
  /* border: 30px solid rgba(205, 82, 82, 0.1); */
  /* box-shadow: 0px 10px 50px rgba(205, 82, 82, 0.2); */
}

.contact-top-pageDtls-wrap h4 {
  font-size: 27px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 15px;
  font-family: "helveticaregular";
}

.contact-top-pageDtls-wrap p {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  max-width: 210px;
  margin: 0 auto;
  font-family: "helveticalight";
}

.contact-top-pageDtls-wrap a {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  display: inline-block;
  font-family: "helveticalight";
  transition: 0.5s;
}

.contact-top-pageDtls-wrap a:hover {
  color: #cd5252;
}

.innr-wrap-contctpage-frm {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 64px 84px rgba(10, 20, 69, 0.15);
  border-radius: 10px;
  padding: 60px 50px;
  top: -275px;
}

.innr-wrap-contctpage-frm span {
  color: #979797;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "helveticaregular";
  display: inline-block;
}

.innr-wrap-contctpage-frm h2 {
  color: #000000;
  font-family: "helveticaregular";
  margin-bottom: 15px;
}

.innr-wrap-contctpage-frm p {
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  font-family: "helveticalight";
  margin-bottom: 30px;
}

.cntct-frm-wrapTW {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.cntct-frm-wrapSngl {
  width: 50%;
  padding: 0 22px;
  margin-bottom: 22px;
}

.full-wdt-frm-cnt {
  width: 100%;
  margin-bottom: 22px;
}

.innr-wrap-contctpage-frm .form-control {
  background: rgb(10 20 69 / 8%);
  border-radius: 10px;
  width: 100%;
  height: 63px;
  padding: 0 26px 5px 26px;
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  font-family: "helveticalight";
  border: 0;
  line-height: 1;
}

.innr-wrap-contctpage-frm .form-control::-webkit-input-placeholder {
  color: #000;
}

.innr-wrap-contctpage-frm .form-control:-ms-input-placeholder {
  color: #000;
}

.innr-wrap-contctpage-frm .form-control::-moz-placeholder {
  color: #000;
}

.innr-wrap-contctpage-frm .form-control:-moz-placeholder {
  color: #000;
}

.innr-wrap-contctpage-frm textarea {
  background: rgb(10 20 69 / 8%);
  border-radius: 10px !important;
  width: 100%;
  height: 151px;
  padding: 15px 26px !important;
  font-weight: 300;
  font-size: 17px !important;
  color: #000000 !important;
  font-family: "helveticalight";
  resize: none;
  border: 0 !important;
}

.innr-wrap-contctpage-frm textarea::-webkit-input-placeholder {
  color: #000;
}

.innr-wrap-contctpage-frm textarea:-ms-input-placeholder {
  color: #000;
}

.innr-wrap-contctpage-frm textarea::-moz-placeholder {
  color: #000;
}

.innr-wrap-contctpage-frm textarea:-moz-placeholder {
  color: #000;
}

.cnt-page-mnSbtbtn {
  max-width: 177px;
  margin: 0 auto 0 0;
}

.cnt-page-mnSbtbtn input[type="submit"] {
  width: 100%;
  height: 51px;
  background: #cd5252;
  border-radius: 6px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #cd5252;
  transition: 0.5s;
}

.cnt-page-mnSbtbtn input[type="submit"]:hover {
  color: #cd5252;
  background: #ffffff;
}

.contact-mani-form-page {
  position: relative;
  background: #f3f3f3;
}

.contact-btn-bg-img-extra {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.contact-btn-bg-img-extra figure {
  width: 100%;
  margin: 0;
}

.contact-btn-bg-img-extra figure img {
  width: 100%;
}

/* faq-page */
.faq-main-innr-sec {
  position: relative;
  background: #ffffff;
}

.faq-top-srch-sec {
  position: relative;
}

.faq-top-srch-sec span {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.faq-top-srch-sec h2 {
  text-transform: capitalize;
  font-weight: 400;
  color: #000000;
  font-family: "helveticaregular";
  margin-bottom: 12px;
}

.faq-top-srch-sec p {
  font-size: 17px;
  font-family: "helveticalight";
  margin: 0;
  font-weight: 300;
  color: #000000;
}

.faq-top-srch-form {
  position: relative;
  padding-top: 28px;
  margin-bottom: 56px;
}

.faq-top-srch-form form {
  width: 100%;
  position: relative;
}

.faq-top-srch-form input[type="text"] {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 100%;
  height: 61px;
  padding: 0 80px 8px 46px;
  font-weight: 300;
  font-size: 17px;
  font-family: "helveticalight";
  line-height: 1;
}

.faq-top-srch-form input[placeholder] {
  color: #7c7c7c;
}

.faq-top-srch-form input[type="submit"] {
  background: url("../images/srch-faqicn1.svg") no-repeat center center;
  width: 31px;
  height: 31px;
  background-size: 31px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-top-srch-form input[type="submit"]:hover {
  opacity: 0.6;
}

.faq-pageMain-accrdn {
  position: relative;
}

.faq-pageMain-accrdn .accordion-item .accordion-header .accordion-button {
  padding: 40px 86px 40px 46px;
  background: rgba(239, 240, 242, 0.8);
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  text-transform: capitalize;
  font-family: "helveticaregular";
  box-shadow: none;
}

.faq-pageMain-accrdn .accordion-item {
  border: none;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.faq-pageMain-accrdn .accordion-item.active_card {
  box-shadow: 0px 34px 84px #ebebeb;
  background: #ffffff;
}

.faq-pageMain-accrdn .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 40px;
  background: url("../images/plssgn-faq.svg") no-repeat center #cd5252;
  box-shadow: 0px 14px 34px #b6b7bb;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.faq-pageMain-accrdn .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "";
  position: absolute;
  right: 40px;
  background: url("../images/mins-faq-icn.svg") no-repeat center rgba(205, 82, 82, 0.2);
  box-shadow: 0px 14px 34px #b6b7bb;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: inherit;
}

.faq-pageMain-accrdn .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
}

.faq-pageMain-accrdn .accordion-body {
  padding: 0 46px 32px 46px;
}

.faq-pageMain-accrdn .accordion-body ul {
  padding: 0;
  margin: 0;
}

.faq-pageMain-accrdn .accordion-body ul li {
  list-style: none;
  margin-bottom: 5px;
}

.faq-pageMain-accrdn .accordion-body p {
  font-weight: 300;
  font-size: 17px;
  font-family: "helveticalight";
}

/* about-page */

.about-us-main-page-sec {
  position: relative;
}

.abt-tp-clm-img-lft {
  position: relative;
}

.abt-tp-clm-img-lf figure {
  margin: 0;
  width: 100%;
}

.abt-tp-clm-img-lft figure img {
  width: 100%;
  border-radius: 19px;
}

.abt-pg-tp-clm {
  padding: 0 38px;
}

.abt-pg-top-rw {
  margin: 0 -38px;
}

.abt-top-txt-wrap {
  position: relative;
}

.abt-top-txt-wrap span {
  color: #979797;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
  display: block;
}

.abt-top-txt-wrap h2 {
  color: #000000;
  font-family: "helveticaregular";
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 400;
}

.abt-top-txt-wrap p {
  font-size: 18px;
  font-family: "helveticalight";
  font-weight: 300;
  line-height: 1.8;
}

.about-us-main-page-secTW {
  padding: 75px 0;
  position: relative;
}

.payemnt-portal-innr-wrap-main:hover .pymnt-prt-value,
.payemnt-portal-innr-wrap-main.active .pymnt-prt-value {
  background: #cd5252;
}

.form-blocks .dropdown-item {
  font-size: 14px;
}

/*************post-your-own-add***********/
.post-add-wrap .cmn-hdr-rgt {
  max-width: 606px;
  margin-left: auto;
  font-size: 18px;
}

.post-add-txt h5 {
  font-size: 32px;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 15px;
}

.post-add-txt h6 {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 23px;
  color: #cd5252;
  margin-bottom: 20px;
}

.post-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  padding: 14px 15px;
  min-width: 177px;
  background: #cd5252;
  border: 1px solid #cd5252;
  border-radius: 6px;
  transition: all 0.5s ease;
}

.post-btn:hover {
  color: #cd5252;
  background: #fff;
}

.post-row {
  align-items: center;
}

.post-add-fig figure {
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
}

.post-add-fig figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.post-add-txt {
  padding-left: 45px;
}

.post-add-each {
  padding: 0px 50px 50px;
  background: #ffffff;
  box-shadow: 0px 25px 85px rgba(0, 8, 29, 0.12);
  border-radius: 15px;
  margin-top: 100px;
  transition: all 0.5s ease;
}

.post-add-each:hover {
  transform: scale(1.05);
}

.post-add-each:hover .post-add-fig figure img {
  transform: scale(1.05);
}

.post-add-fig {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.post-add-fig::before {
  content: "";
  height: 270px;
  width: 13px;
  background: #0a1445;
  border-radius: 15px;
  position: absolute;
  right: -8px;
  bottom: 50px;
  z-index: -1;
}

.post-add-otr .post-add-each:nth-child(even) .post-row {
  flex-direction: row-reverse;
}

.post-add-otr .post-add-each:nth-child(even) .post-add-txt {
  padding-left: 0;
  padding-right: 45px;
  text-align: right;
}

.post-add-section {
  position: relative;
  z-index: 1;
}

.post-add-section::before {
  content: "";
  width: 100%;
  height: 29%;
  background: -moz-linear-gradient(left,
      rgba(7, 20, 58, 0.8) 0%,
      rgba(7, 20, 58, 1) 24%,
      rgba(7, 20, 58, 1) 52%,
      rgba(7, 20, 58, 1) 76%,
      rgba(7, 20, 58, 1) 77%,
      rgba(7, 20, 58, 0.88) 100%);
  background: -webkit-linear-gradient(left,
      rgba(7, 20, 58, 0.8) 0%,
      rgba(7, 20, 58, 1) 24%,
      rgba(7, 20, 58, 1) 52%,
      rgba(7, 20, 58, 1) 76%,
      rgba(7, 20, 58, 1) 77%,
      rgba(7, 20, 58, 0.88) 100%);
  background: linear-gradient(to right,
      rgba(7, 20, 58, 0.8) 0%,
      rgba(7, 20, 58, 1) 24%,
      rgba(7, 20, 58, 1) 52%,
      rgba(7, 20, 58, 1) 76%,
      rgba(7, 20, 58, 1) 77%,
      rgba(7, 20, 58, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc07143a', endColorstr='#e007143a', GradientType=1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.post-add-section .sublet-back-img {
  height: 29%;
}

.post-add-section .tower-img {
  top: auto;
  bottom: -25%;
}

.logo {
  display: inline-block;
  max-width: 190px;
  min-width: 190px;
}

/* ......M... */
.adfrm select {
  height: 63px;
  padding: 0 26px;
  border-radius: 10px;
}

.adfrm .rowspan {
  --bs-gutter-y: 17px;
}

.adfrm .form_input_radio {
  display: flex;
  align-items: center;
}

.adfrm .form_input_radio label input[type="radio"]+span::before {
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  top: 0;
}

.adfrm .form_input_radio li {
  margin: 0 45px;
}

.adfrm .form_input_radio li:first-child {
  margin-left: 0;
}

.adfrm .form_input_radio li:last-child {
  margin-right: 0;
}

.adfrm .form_input_radio label input[type="radio"]+span::after {
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.adfrm .form_input_radio label span {
  margin-left: 12px;
}

.adfrm .Submit-btn input[type="submit"] {
  width: auto;
}

.adfrm .Submit-btn {
  text-align: right;
}

.frm-ftr {
  margin-top: 34px;
}

.innr-wrap-contctpage-frm.adfrm {
  top: 0;
  max-width: 924px;
  margin: 0 auto;
}

.post-down {
  background: linear-gradient(270deg,
      #0a1445 70.31%,
      rgba(10, 20, 69, 1) 93.3%);
}

.post-down {
  margin-top: -20%;
}

.innr-wrap-contctpage-frm.adfrm h2 {
  margin-bottom: 34px;
}

.adfrm.innr-wrap-contctpage-frm .form-control:focus {
  box-shadow: none;
  border-color: #0a1445;
}

.adfrm.innr-wrap-contctpage-frm select.form-select:focus {
  box-shadow: none !important;
  border-color: #0a1445 !important;
}

.your-ad {
  position: relative;
  z-index: 1;
}

.your-ad::before {
  content: "";
  width: 100%;
  height: 415px;
  background: -moz-linear-gradient(left,
      rgba(7, 20, 58, 0.8) 0%,
      rgba(7, 20, 58, 1) 24%,
      rgba(7, 20, 58, 1) 52%,
      rgba(7, 20, 58, 1) 76%,
      rgba(7, 20, 58, 1) 77%,
      rgba(7, 20, 58, 0.88) 100%);
  background: -webkit-linear-gradient(left,
      rgba(7, 20, 58, 0.8) 0%,
      rgba(7, 20, 58, 1) 24%,
      rgba(7, 20, 58, 1) 52%,
      rgba(7, 20, 58, 1) 76%,
      rgba(7, 20, 58, 1) 77%,
      rgba(7, 20, 58, 0.88) 100%);
  background: linear-gradient(to right,
      rgba(7, 20, 58, 0.8) 0%,
      rgba(7, 20, 58, 1) 24%,
      rgba(7, 20, 58, 1) 52%,
      rgba(7, 20, 58, 1) 76%,
      rgba(7, 20, 58, 1) 77%,
      rgba(7, 20, 58, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc07143a', endColorstr='#e007143a', GradientType=1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.your-ad .sublet-back-img {
  height: 415px;
}

/**********step-form*********/

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: #fff;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
  width: 100%;
  margin-bottom: 50px;
}

.step-form-radio ul {
  display: flex;
  align-items: center;
}

.step-form-radio ul li:not(:last-child) {
  margin-right: 15px;
}

.step-form-radio ul li {
  margin-bottom: 0 !important;
}

.step-form-radio-otr li:not(:last-child) {
  margin-bottom: 10px;
}

.step-form-radio .title {
  margin-bottom: 7px;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #0a1445;
  outline-width: 0;
}

#msform .action-button {
  margin: 0;
  background: #cd5252;
  height: 51px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "helveticabold";
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  padding: 12px 30px 15px;
  width: 100%;
  max-width: 177px;
}

.next.action-button,
.next1.action-button {
  position: absolute;
  right: 0;
  bottom: 7px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #0a1445;
}

#msform .action-button-previous {
  margin: 0;
  background: #cd5252;
  height: 51px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "helveticabold";
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  padding: 12px 30px 15px;
  width: 100%;
  max-width: 177px;
  position: absolute;
  left: 0;
  bottom: 7px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.innr-wrap-contctpage-frm span.help-block {
  display: block;
  color: #cd5252;
  text-transform: capitalize;
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 0;
}

.form-control:focus {
  box-shadow: none;
}

.fld {
  margin-bottom: 20px;
}

.adfrm #msform .form_input_radio label input[type="radio"]+span::before {
  width: 22px;
  height: 22px;
  top: 0;
}

.adfrm #msform .form_input_radio label input[type="radio"]+span::after {
  width: 22px;
  height: 22px;
  top: 0;
  left: 1px;
}

.adfrm #msform .form_input_check label input[type="checkbox"]+span::before {
  /*  top: 4px;*/
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
}

.adfrm #msform .form_input_check label input[type="checkbox"]+span::after {
  left: 0px;
  top: 0;
  width: 22px;
  height: 22px;
  background: #cd5252;
  border-radius: 50%;
}

.post-ad-blk {
  margin-top: 60px;
}

/*file upload open*/
.customfile_input {
  height: 31px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
}

.customfile_label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  padding-left: 215px;
  line-height: 25px;
}

.customfile_label::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 197px;
  background: none;
  border: 2px solid #cd5252;
  display: block;
  content: "Choose File";
  height: 100%;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  /* font-family: 'CenturyGothic'; */
  font-size: 14px;
  color: #cd5252;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customfile_inputin:hover+.customfile_label::after {
  background: #cd5252;
  color: #fff;
}

.customfile_inputin {
  position: relative;
  z-index: 2;
  width: auto;
  margin: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}

.imageupload_inp {
  padding-top: 10px;
  width: 100%;
}

/*file upload end*/
.abt-top-txt-wrap h2 {
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  right: 0;
}

.single .main-head {
  /* position: relative; */
  background: #0A1343;
}

.single .main-head.fixed {
  position: fixed;
}

.single_pg_cntnd_inr_head {
  display: inline-block;
  margin-bottom: 12px;
}

.single_pg_cntnd_inr_head h4 {
  font-size: 36px;
  line-height: 1.3;
  color: #222222;
  font-family: "helveticabold";
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.single_pg_cntnd_inr_head_ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: 10px;
}

.single_pg_cntnd_inr_head_ul li {
  display: inline-block;
  margin-right: 13px;
  float: none;
  cursor: inherit;
}

.single_pg_cntnd_inr_head_ul li:last-child {
  margin-right: 0;
}

.single_pg_cntnd_inr_addrss {
  display: flex;
  margin-bottom: 10px;
}

.single_pg_cntnd_inr_addrss i {
  min-width: 25px;
  height: 25px;
  background: rgba(205, 82, 82, 0.2);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
}

.single_pg_cntnd_inr_addrss i img {
  max-width: 12px;
  max-height: 12px;
  object-fit: contain;
}

.single_pg_cntnd_inr_btms {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
}

.offer_sec_bill {
  display: inline-block;
  background: rgba(205, 82, 82, 0.2);
  border-radius: 11px;
  opacity: 0.12;
  -webkit-opacity: 0.12;
  border-radius: 11px;
  padding: 6px 13px;
  font-size: 18px;
  line-height: 1.3;
  font-family: "helveticaregular";
  color: #CD5252;
}

.offer_sec_bill i {
  display: inline-block;
  max-width: 24px;
  vertical-align: middle;
  margin-right: 6px;
}

.availity_chk_wrapper_in {
  display: inline-block;
  vertical-align: middle;
  margin-right: 44px;
  margin-top: 20px;
}

.availity_chk_wrapper_in:last-child {
  margin-right: 0;
}

.availity_chk_wrapper_in h4 {
  font-size: 21px;
  line-height: 1.2;
  color: #000000;
  font-family: "helveticaregular";
}

.availity_chk_wrapper_in h4 span {
  color: #CD5252;
  font-size: 18px;
  font-family: "helveticalight";
}

.kaplan_bridon_lv_row {
  margin-bottom: 37px;
}

.kaplan_bridon_lv_col_rtt {
  text-align: right;
}

.pricing_sectd_rtt_value .pricing_sectd_rtt_value_sp {
  display: block;
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
  font-family: "helveticabold";
  margin-bottom: 10px;
}

.pricing_sectd_rtt_value .wekk_prce_sp {
  font-size: 17px;
  color: #222222;
  font-family: "helveticalight";
  display: block;
}

.pricing_sectd_rtt_value {
  margin-bottom: 10px;
}

.btn_enquire_cmn {
  display: inline-block;
  font-size: 18px;
  font-family: "helveticabold";
  background: #0A1445;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 8px 30px;
  text-align: center;
}

.btn_enquire_cmn:hover {
  background: #CD5252;
  color: #fff;
}

.btn_enquire_cmn.orng {
  background: #CD5252;
  color: #fff;
}

.btn_enquire_cmn.orng:hover {
  background: #0A1445;
  color: #fff;
}

.pricing_sectd_rtt_btnns li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  float: none;
  cursor: inherit;
}

.pricing_sectd_rtt_btnns li:last-child {
  margin-right: 0;
}

.pricing_sectd_rtt_btnns {
  display: table;
  margin-left: auto;
}

.pricing_sectd_rtt_trackr {
  display: table;
  margin-left: auto;
  margin-top: 20px;
}

.pricing_sectd_rtt_trackr ul {
  display: inline-block;
}

.pricing_sectd_rtt_trackr ul li {
  display: inline-block;
  font-size: 16px;
  color: #222222;
  font-family: "helveticaregular";
  float: none;
  margin-right: 26px;
  cursor: inherit;
  margin-bottom: 10px;
}

.pricing_sectd_rtt_trackr ul li:last-child {
  margin-right: 0;
}

.pricing_sectd_rtt_trackr ul li i {
  display: inline-block;
  max-width: 20px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px;
}

.about-us-main-pag-sliderpt .card {
  padding: 0;
  background-color: transparent;
}

.about-us-main-pag-sliderpt .lSSlideWrapper .lightSlider li img {
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.about-us-main-pag-sliderpt .lSSlideWrapper {
  margin-bottom: 22px;
}

.about-us-main-pag-sliderpt .lSSlideOuter .lSGallery li a {
  position: relative;
  padding-bottom: 70%;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.about-us-main-pag-sliderpt .lSSlideOuter .lSGallery li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.feature_tab_secn_tab_top {
  /*padding: 26px 0;*/
  display: inline-block;
  width: 100%;
  box-shadow: 0px 14px 45px rgba(0, 0, 0, 0.06);
  border-top: 1px solid #E3DFDF;
}

.feature_tab_secn_tab_top .nav.nav-tabs {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: inherit;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.feature_tab_secn_tab_top .nav.nav-tabs .nav-link {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: inherit;
  font-size: 20px;
  color: #222222;
  font-family: "helveticalight";
  margin-right: 90px;
  position: relative;
  padding: 26px 0;
  padding-right: 12px;
}

.feature_tab_secn_tab_top .nav.nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.feature_tab_secn_tab_top .nav.nav-tabs .nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #CD5252;
  height: 4px;
  width: 100%;
  opacity: 0;
}

.feature_tab_secn_tab_top .nav.nav-tabs .nav-link.active:after {
  opacity: 1;
}

.feature_tab_secn_tab_top .nav.nav-tabs .nav-link.active {
  color: #CD5252;
  font-family: "helveticabold";
}

.sec_headings_cmn_ptt h4 {
  font-size: 34px;
  line-height: 1.2;
  color: #222222;
  font-family: "helveticaregular";
  color: #222222;
  margin-bottom: 11px;
}

.sec_headings_cmn_ptt h4:last-child {
  margin-bottom: 0;
}

.sec_headings_cmn_ptt p {
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  font-family: "helveticalight";
}

.sec_headings_cmn_ptt {
  margin-bottom: 23px;
}

.sec_headings_cmn_ptt:last-child {
  margin-bottom: 0;
}

.property_featured_indd {
  font-size: 21px;
  line-height: 1.3;
  color: #000000;
  font-family: "helveticaregular";
  position: relative;
  display: flex;
}

.property_featured_indd i.icn {
  max-width: 36px;
  flex-basis: 36px;
  text-align: center;
}

.property_featured_indd .property_featured_indd_rtt {
  flex-basis: calc(100% - 36px);
  max-width: calc(100% - 36px);
  padding-left: 12px;
  align-self: center;
}

ul.list_duelull {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: -18px;
}

ul.list_duelull>li {
  padding: 0 15px;
  flex-basis: 50%;
  max-width: 50%;
  margin: 0;
  margin-bottom: 18px;
  float: none;
  cursor: inherit;
}

.feature_tab_secn_tab_btm .tab-content>.tab-pane {
  padding: 0;
}

.feature_tab_secn_tab_btm {
  padding-top: 50px;
}

.about-us-main-pag-sliderpt .lSSlideOuter .lSAction .lSPrev {
  background-image: url('../images/lf_ar.svg');
  background-position: center center;
  background-size: 15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  opacity: 1;
}

.about-us-main-pag-sliderpt .lSSlideOuter .lSAction .lSNext {
  background-image: url('../images/rt_ar.svg');
  background-position: center center;
  background-size: 15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  opacity: 1;
}


/* 24/11/2022 dm */

.page-template-listing .accordion .accordion-item button,
.page-template-subletlisting .accordion .accordion-item button {
  background: transparent;
  border: 0;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
}

.page-template-listing .accordion .accordion-item,
.page-template-subletlisting .accordion .accordion-item {
  border: 0;
}

.page-template-listing .post-add-wrap .listing-head,
.page-template-subletlisting .post-add-wrap .listing-head {
  max-width: 470px;
  margin-bottom: 20px;
}

.page-template-listing .post-add-wrap .listing-head p,
.page-template-subletlisting .post-add-wrap .listing-head p {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

.page-template-listing .post-add-wrap .listing-head h3,
.page-template-subletlisting .post-add-wrap .listing-head h3 {
  font-size: 36px;
  color: #222222;
  text-transform: capitalize;
  font-family: "helveticalight";
}

/*.page-template-listing .accordion-body input[type="text"],
.page-template-subletlisting .accordion-body input[type="text"]{
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  height: 51px;
  background: url(../images/uit_calender.svg) no-repeat calc(100% - 16px) center;
  background-size: 24px;
}*/
.page-template-listing .accordion-body .moveinField,
.page-template-subletlisting .accordion-body .moveinField {
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  height: 51px;
  background: url(../images/uit_calender.svg) no-repeat calc(100% - 16px) center;
  background-size: 24px;
}

.page-template-listing .form-wrapper,
.page-template-subletlisting .form-wrapper {
  background: #FAF9F9;
  border-radius: 15px;
  padding: 37px 22px;
}

.page-template-listing .accordion-item,
.page-template-subletlisting .accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.page-template-listing .accordion-item:last-child,
.page-template-subletlisting .accordion-item:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-template-listing .numbr-box,
.page-template-subletlisting .numbr-box {
  display: flex;
  align-items: center;
}

.page-template-listing .numbr-box input[type="number"],
.page-template-subletlisting .numbr-box input[type="number"] {
  width: 50%;
  margin-right: 21px;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  height: 67px;
  color: #263238;
  font-size: 25px;
  outline: none;
  box-shadow: none;
  padding: 15px;
  font-weight: 700;
}

.page-template-listing .numbr-box input[type="number"]:last-child,
.page-template-subletlisting .numbr-box input[type="number"]:last-child {
  margin-right: 0;
}



.page-template-listing .accordion-body .form-check label,
.page-template-subletlisting .accordion-body .form-check label,
.modal-content .tab-pane form .form-check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.page-template-listing .accordion-body .form-check label span,
.page-template-subletlisting .accordion-body .form-check label span,
.modal-content .tab-pane form .form-check label span {
  margin: 0;
  padding: 0;
}

.page-template-listing .accordion-body .form-check label input[type="checkbox"],
.page-template-subletlisting .accordion-body .form-check label input[type="checkbox"],
.modal-content .tab-pane form .form-check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.page-template-listing .accordion-body .form-check label input[type="checkbox"]+span::before,
.page-template-subletlisting .accordion-body .form-check label input[type="checkbox"]+span::before,
.modal-content .tab-pane form .form-check label input[type="checkbox"]+span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 27px;
  height: 27px;
  border: 1px solid #CBCBCB;
  background: transparent;
  border-radius: 2px;
}

.page-template-listing .accordion-body .form-check label input[type="checkbox"]+span::after,
.page-template-subletlisting .accordion-body .form-check label input[type="checkbox"]+span::after,
.modal-content .tab-pane form .form-check label input[type="checkbox"]+span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../images/tick.svg) no-repeat center center #CD5252;
  background-size: 15px;
}

.page-template-listing .accordion-body .form-check label input[type="checkbox"]:not(:checked)+span::after,
.page-template-subletlisting .accordion-body .form-check label input[type="checkbox"]:not(:checked)+span::after,
.modal-content .tab-pane form .form-check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
    
  } */

.page-template-listing .accordion-body .form-check label input[type="checkbox"]:checked+span:after,
.page-template-subletlisting .accordion-body .form-check label input[type="checkbox"]:checked+span:after,
.modal-content .tab-pane form .form-check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-template-listing .accordion-body .form-check label span,
.page-template-subletlisting .accordion-body .form-check label span {
  color: #263238;
  font-size: 16px;
  font-weight: 400;
}

.page-template-listing .accordion-body .form-check,
.page-template-subletlisting .accordion-body .form-check {
  margin-bottom: 13px;
  padding-left: 0;
}


.page-template-listing .plisting .short-by,
.page-template-subletlisting .plisting .short-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-template-listing .plisting .short-by p,
.page-template-subletlisting .plisting .short-by p {
  margin-bottom: 0;
  font-size: 18px;
  color: #000000;
}

.page-template-listing .plisting .short-by select,
.page-template-subletlisting .plisting .short-by select {
  border: 1px solid #C8C7C7 !important;
  border-radius: 10px !important;
  height: 55px !important;
  padding: 10px 27px !important;
  background-color: transparent !important;
  background-size: 18px !important;
  padding-right: 40px;
  color: #263238;
  font-size: 18px;
  font-weight: 600;
}

.page-template-listing .plisting .short-by,
.page-template-subletlisting .plisting .short-by {
  padding-bottom: 28px;
  margin-bottom: 36px;
  border-bottom: 1px solid #E3E1E1;
}

.page-template-listing .short-by .short-by-select,
.page-template-subletlisting .short-by .short-by-select {
  max-width: 269px !important;
  width: 100% !important;
}

.page-template-listing .card-body,
.page-template-subletlisting .card-body {
  background: #FFFFFF;
  box-shadow: 0px 25px 85px rgba(0, 8, 29, 0.12);
  border-radius: 15px;
  padding: 19px 17px;
}

.page-template-listing .card,
.page-template-subletlisting .card {
  margin-bottom: 20px;
  border: 0;
}

.page-template-listing .card:last-child,
.page-template-subletlisting .card:last-child {
  margin-bottom: 0;
}

.page-template-listing .card-slide,
.page-template-subletlisting .card-slide {
  width: 100%;
  height: 100%;
}

.page-template-listing .card-slide a,
.page-template-subletlisting .card-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.page-template-listing .card-slide a img,
.page-template-subletlisting .card-slide a img {
  width: 100%;
  /* height: 100%; */
  height: 235px;
  object-fit: cover;
  object-position: center;
}


.page-template-listing .slider-wrapper .slick-prev,
.page-template-listing .slider-wrapper .slick-next,
.page-template-subletlisting .slider-wrapper .slick-prev,
.page-template-subletlisting .slider-wrapper .slick-next {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  z-index: 2;
}

.page-template-listing .slider-wrapper .slick-prev::before,
.page-template-subletlisting .slider-wrapper .slick-prev::before,
.page-template-subletlisting .slider-wrapper .slick-next::before,
.page-template-listing .slider-wrapper .slick-next::before {
  display: none;
}

.page-template-listing .slider-wrapper .slick-prev,
.page-template-subletlisting .slider-wrapper .slick-prev {
  left: 4px;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.page-template-listing .slider-wrapper .slick-next,
.page-template-subletlisting .slider-wrapper .slick-next {
  right: 4px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.page-template-listing .card-body .row,
.page-template-subletlisting .card-body .row {
  margin-bottom: 14px;
  align-items: center;
}

.page-template-listing .card-body .row:last-child,
.page-template-subletlisting .card-body .row:last-child {
  margin-bottom: 0;
}

.page-template-listing .card-body .sublet-title h5,
.page-template-subletlisting .card-body .sublet-title h5 {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
}

.page-template-listing .card-body .sublet-price-lft h5,
.page-template-subletlisting .card-body .sublet-price-lft h5 {
  font-size: 14px;
  color: #979797;
}

.page-template-listing .card-body .sublet-price-lft h5 span,
.page-template-subletlisting .card-body .sublet-price-lft h5 span {
  color: #CD5252;
  font-size: 20px;
}

.page-template-listing .card-body .sublet-title span,
.page-template-subletlisting .card-body .sublet-title span {
  background: rgba(205, 82, 82, 0.2);

}

.page-template-listing .card-body .subleticon span,
.page-template-subletlisting .card-body .subleticon span {
  background: rgb(225 228 235);
}


.page-template-listing .card-body .sublet-title h6,
.page-template-subletlisting .card-body .sublet-title h6 {
  font-size: 14px;
  color: #222222;
}

.page-template-listing .card-body .table td i,
.page-template-subletlisting .card-body .table td i {
  color: #CD5252;
  margin-right: 4px;
}

.page-template-listing .card-body .table td span,
.page-template-subletlisting .card-body .table td span {
  color: #222222;
  font-size: 13px;
}

.page-template-listing .card-body .table td,
.page-template-subletlisting .card-body .table td {
  padding: 14px 8px;
}

.page-template-listing .card-body .sublet-config,
.page-template-subletlisting .card-body .sublet-config {
  justify-content: space-between;
}

.page-template-listing .card-body .sublet-config-lft h4,
.page-template-subletlisting .card-body .sublet-config-lft h4 {
  color: #CD5252;
  font-size: 20px;
}

.page-template-listing .card-body .sublet-config-lft h4 span,
.page-template-subletlisting .card-body .sublet-config-lft h4 span {
  font-size: 16px;
  color: #222222;
  margin-left: 22px;
}

.pagination {
  margin-top: 50px;
  border: none;
}

.pagination span,
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  font-size: 18px;
  color: #A9A9A9;
  font-weight: 700;
  line-height: 19px;
  font-family: "helveticabold";
}

.pagination .previous a,
.pagination .next a {
  width: auto;
  height: auto;
  border: none;
}

.pagination .current,
.pagination a:hover {
  background: #CD5252;
  color: #fff;
}


.single-dormitories .single_pg_cntnd_inr_btms .offer_sec_bill {
  background-color: rgba(205, 82, 82, 0.12);
  opacity: 1;
}

.single-dormitories .sec_headings_cmn_ptt h4,
.page-template-viewproperty .feature_tab_secn_tab_btm .sec_headings_cmn_ptt h4 {
  font-weight: 400;
}

.single-dormitories .sec_headings_cmn_ptt,
.page-template-viewproperty .feature_tab_secn_tab_btm .sec_headings_cmn_ptt {
  margin-bottom: 16px;
}

.single-dormitories .tab-contentt .tab-paner,
.page-template-viewproperty .feature_tab_secn_tab_btm .tab-paner {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.single-dormitories .tab-contentt .tab-paner:last-child,
.page-template-viewproperty .feature_tab_secn_tab_btm .tab-paner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.innr-wrap-contctpage-frm .select2-container--default .select2-selection--single {
  border: 0;
}

.innr-wrap-contctpage-frm .fld .select2 {
  background-color: rgba(10, 20, 69, 0.08);
  border-radius: 10px;
  width: 100%;
  height: 63px;
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  font-family: "helveticalight";
  border: 0;
  line-height: 1;
  width: 100% !important;
}

.innr-wrap-contctpage-frm .select2-container--default .select2-selection--single {
  background-color: transparent;
}

.innr-wrap-contctpage-frm .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 65px;
}

.innr-wrap-contctpage-frm .select2-container .select2-selection--single {
  height: 100%;
}

.innr-wrap-contctpage-frm .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px !important;
  right: 8px !important;
}

.innr-wrap-contctpage-frm .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}


.innr-wrap-contctpage-frm .innr-wrap-contctpage-frm span {
  width: 100%;
}


.pmpro-checkout .pmpro_checkout h3 span a {
  color: #CD5252;
}

.pmpro-checkout .pmpro_checkout h3 span a:hover {
  color: #222222;
}

.pmpro-checkout .pmpro_checkout-fields span a {
  color: #CD5252;
}

.pmpro-checkout .pmpro_checkout-fields span a:hover {
  color: #222222;
}

.pmpro-checkout .pmpro_checkout-fields .pmpro_checkout-field label {
  color: #222222;
}



.pmpro-checkout .pmpro_checkout-fields span {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.pmpro-checkout .pmpro_checkout-fields span a {
  margin: 0;
  padding: 0;
}

.pmpro-checkout .pmpro_checkout-fields span input[type="radio"] {
  visibility: hidden !important;
  display: none !important;
}

.pmpro-checkout .pmpro_checkout-fields span input[type="radio"]+a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 27px;
  height: 27px;
  border: 1px solid #CBCBCB;
  border-radius: 100%;
  background: #fff;
}

.pmpro-checkout .pmpro_checkout-fields span input[type="radio"]+a::after {
  content: '';
  width: 27px;
  height: 27px;
  background: #CD5252;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pmpro-checkout .pmpro_checkout-fields span input[type="radio"]:not(:checked)+a::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
    
  } */

.pmpro-checkout .pmpro_checkout-fields span input[type="radio"]:checked+a:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
  background: rgba(10, 20, 69, 0.08);
  opacity: 0.8;
  border-radius: 10px;
  height: 40px;
  border: none;

}

#pmpro_payment_information_fields .__PrivateStripeElement {
  height: 100% !important;
  display: flex !important;
  align-items: center;
}

.pmpro-checkout .pmpro_checkout-field label {
  color: #222222 !important;
  margin-bottom: 10px !important;
}

.page-template-viewproperty .wrapper .wrapper {
  width: 80%;
  margin-left: auto;
}


.page-template-viewproperty .wrapper .about-us-main-page-sec .commn-gapTW {
  padding-top: 0;
}

/* 24/11/2022 dm */


/* 25/11/2022 dm */

.page-template-booking .dataTables_wrapper .dataTables_length label,
.page-template-wishlist .dataTables_wrapper .dataTables_length label {
  max-width: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-template-booking .dataTables_wrapper .dataTables_length select,
.page-template-wishlist .dataTables_wrapper .dataTables_length select {
  width: 100%;
  margin: 0 10px;
  outline: none;
  box-shadow: none;
}

.page-template-booking .dataTables_filter label,
.page-template-wishlist .dataTables_filter label {
  max-width: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

.page-template-booking .dataTables_filter label input[type="search"],
.page-template-wishlist .dataTables_filter label input[type="search"] {
  background: rgba(10, 20, 69, 0.08);
  height: 45px;
  border-radius: 0.25rem;
  outline: none;
  box-shadow: none;
  width: 100%;
  border: 0;
}


.page-template-booking .table tr th,
.page-template-wishlist .table tr th {
  font-size: 12px;
}

.page-template-booking .table tr th,
.page-template-wishlist .table tr th {
  font-size: 12px;
  width: calc(100% / 8) !important;
  word-break: break-word;
}

.page-template-booking .table tr td,
.page-template-wishlist .table tr td {
  font-size: 12px;
  word-break: break-word;
}

.page-template-booking .table,
.page-template-wishlist .table {
  table-layout: fixed;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.page-template-booking .table tr th:last-child,
.page-template-wishlist .table tr th:last-child {
  width: 6% !important;
}


.acctionsec ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px !important;
}

.card-body .form-check {
  max-width: 150px;
  margin-left: auto;
}

.card-body .sublet-price-lft h5 span {
  color: #CD5252 !important;
}

.card-body .card-title {
  margin-top: 20px;
}

.card-body .adstypesec {
  position: absolute;
  top: 71px;
  left: 17px;
}

.listingimageSec,
.demo {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.listingimageSec .listbookedstatus {
  position: absolute;
  bottom: 19px;
  right: -106px;
  width: 100%;
  background: rgba(205, 82, 82, 0.9);
  color: #fff;
  font-size: 16px;
  line-height: 14px;
  height: auto;
  z-index: 1;
  padding: 8px 8px 12px 8px;
  font-weight: 700;
  text-align: center;
  transform: rotate(-42deg);
}

.demo .bookedstatus {
  position: absolute;
  top: 14px;
  right: 47%;
  width: 100%;
  background: rgba(205, 82, 82, 0.9);
  color: #fff;
  font-size: 16px;
  line-height: 14px;
  height: auto;
  z-index: 1;
  padding: 8px 8px 12px 8px;
  font-weight: 700;
  text-align: center;
  transform: rotate(-42deg);
}

.demo .adstypesec {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.pmpro_price_part-total {
  margin-top: 15px;
  padding-top: 10px;
}

.pmpro_actions_nav a {
  font-family: "Helvetica" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #cd5252;
  border: 1px solid #cd5252;
  border-radius: 6px;
  padding: 13px 23px;
  transition: all 0.5s ease;
}

.pmpro_actions_nav a:hover {
  background: #b74141;
  border-color: #b74141;
}

.modal-dialog .signupBlock .sublet-inner .sublet-title span img {
  width: 12px;
}

.modal-dialog .btn-close {
  position: absolute;
  top: 14px;
  right: 20px;
}

.modal-content .tab-pane form .form-check {
  padding-left: 0;
}

.modal-content .tab-pane form .form-check a,
.modal-content .tab-pane .forgotSection a {
  color: #cd5252;
}

.modal-content .tab-pane form .form-check a:hover,
.modal-content .tab-pane .forgotSection a:hover {
  color: #222222;
}

.modal-content .tab-pane .forgotSection {
  margin-bottom: 20px;
}

.modal-content .tab-pane .forgotSection a {
  margin-bottom: 15px;
  display: inline-block;
}

#singupModal .modal-body .btn-close {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  z-index: 2;
}

#singupModal .modal-body .modal-header {
  padding: 0;
}

#singupModal .modal-body .instractionSec {
  padding-top: 40px;
}


#socailshare .socialsharesec .heateor_sss_sharing_ul {
  padding: 20px !important;
}

#socailshare .socialsharesec .heateor_sss_sharing_ul a {
  margin: 8px;
}

/* 25/11/2022 dm */

/* ================================= */
.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 90px !important;
}

.gform_title {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  font-family: "helveticaregular" !important;
  ;
  font-weight: normal !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
}

.gform_wrapper .gfield_required {
  display: none !important;
}

.signupcon {
  position: relative;
  width: 800px;
  height: 500px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(0 0 0 / 32%);
  overflow: hidden;
}

.signupcon .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.signupcon .user .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
}

.signupcon .user .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signupcon .user .formBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 0.5s;
}

.signupcon .user .formBx form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

.signupcon .user .formBx form input {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

.signupcon .user .formBx form input[type="submit"] {
  max-width: 100px;
  background: #677eff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s;
}

.signupcon .user .formBx form .signup {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
}

.signupcon .user .formBx form .signup a {
  font-weight: 600;
  text-decoration: none;
  color: #000000;
}

.signupcon .signupBx {
  pointer-events: none;
}

.active .signupBx {
  pointer-events: initial;
}

.signupcon .signupBx .formBx {
  left: 100%;
}

.active .signupBx .formBx {
  left: 0;
}

.signupcon .signupBx .imgBx {
  left: -100%;
}

.active .signupBx .imgBx {
  left: 0;
}

.signupcon .signinBx .formBx {
  left: 0;
}

.active .signinBx .formBx {
  left: 100%;
}

.signupcon .signinBx .imgBx {
  left: 0;
}

.active .signinBx .imgBx {
  left: -100%;
}

/* ====================================== */
/* =========================================== */
.banner_sec {
  min-height: 190px;
  position: relative;
}

.banner_sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.91) 0%,
      rgba(0, 0, 0, 0.2) 431.94%);
}

/****error ****/

input.error {
  border: 1px solid red !important;
}

select.error {
  border: 1px solid red !important;
}

textarea.error {
  border: 1px solid red !important;
}

label.error {
  color: red;
}

.tabcontect {
  padding: 21px 0px 21px 0px;
}

.loginDtls li {
  list-style-type: circle;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
}

.signupBlock h5 {
  color: #fff;
}

.logoSeection {
  padding: 21px 0px 21px 0px;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: #ededed;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #093860;
  font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 700;
  background-color: #1b3563;
  border-color: #dee2e6 #dee2e6 #fff;
}

.logoSeection {
  text-align: center;
}

/* Shared */
.sloginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}

.sloginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.sloginBtn:focus {
  outline: none;
}

.sloginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}

.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

.socialLogin {
  text-align: center;
}

.forgotSection {
  text-align: center;
  margin-bottom: 20px;
}

.forgotSection a {
  color: #1b3563;
  margin-bottom: 15px;
}

.termsConSec a {
  color: #cd5252;

}

.btn-close:focus {
  box-shadow: none;
}

.instractionSec {
  display: inline-block;
  background: linear-gradient(355deg, #0a1343 0, #738acd 100%);
  color: #fff;
  font-size: 12px;
  position: relative;
  background-size: contain;
}

#loaderImage {
  position: fixed;
  left: 0;
  right: 0;
  text-align: -webkit-center;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgb(68 67 67 / 60%);
  top: 0;
  padding-top: 19%;
}

#loaderImage img {
  width: 80px;
  height: auto;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px;
}


/****my account ***/


#sidebarCollapse {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#sidebarCollapse:hover,
#sidebarCollapse:focus {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wrapper {
  width: 100%;
}

#sidebar {
  min-width: 270px;
  max-width: 270px;
  background: #0a1445;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

#sidebar .h6 {
  color: #fff;
}

#sidebar.active {
  margin-left: -270px;
}

#sidebar h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
}

#sidebar h1 .logo {
  color: #fff;
}

#sidebar h1 .logo span {
  font-size: 14px;
  color: #44bef1;
  display: block;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul li {
  font-size: 16px;
}

#sidebar ul li>ul {
  margin-left: 10px;
}

#sidebar ul li>ul li {
  font-size: 14px;
}

#sidebar ul li a {
  padding: 10px 0;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul li a span {
  color: #fff;
}

#sidebar ul li a:hover {
  color: #fff;
}

#sidebar ul li.active>a {
  background: transparent;
  color: #fff;
}

#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* ============================================ */
/* ================================================== */
#sidebar .custom-menu .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}

#sidebar .custom-menu .btn i {
  margin-right: -40px;
  font-size: 14px;
}

#sidebar .custom-menu .btn.btn-primary {
  background: transparent;
  border-color: transparent;
}

#sidebar .custom-menu .btn.btn-primary:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #0a1445;
  border-radius: 10px;
}

#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
  background: transparent !important;
  border-color: transparent !important;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* =================================================== */
/* ======================================================== */
#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar .btn.btn-primary {
  background: #3445b4;
  border-color: #3445b4;
}

#sidebar .btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #3445b4 !important;
  border-color: #3445b4 !important;
}

.c-dashboardInfo {
  margin-bottom: 15px;
}

.c-dashboardInfo .wrap {
  background: #ffffff;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 40px 25px 20px;
  height: 100%;
}

.c-dashboardInfo__title,
.c-dashboardInfo__subInfo {
  color: #6c6c6c;
  font-size: 1.18em;
}

.c-dashboardInfo span {
  display: block;
}

.c-dashboardInfo__count {
  font-weight: 600;
  font-size: 2.5em;
  line-height: 64px;
  color: #323c43;
}

.c-dashboardInfo .wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
}

.c-dashboardInfo:nth-child(1) .wrap:after {
  background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
}

.c-dashboardInfo:nth-child(2) .wrap:after {
  background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%);
}

.c-dashboardInfo:nth-child(3) .wrap:after {
  background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%);
}

.c-dashboardInfo:nth-child(4) .wrap:after {
  background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%);
}

.c-dashboardInfo__title svg {
  color: #d7d7d7;
  margin-left: 5px;
}

.MuiSvgIcon-root-19 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  flex-shrink: 0;
}

h2.mb-4.pageTitle {
  border-left: 10px solid #001843;
}

.formSection {
  padding: 20px;
  background-color: #efeeee;
  border-color: #efeeee;
  outline: 0;
  border-radius: 5px;
}


.accountsecbtn {
  width: 20%;
  padding-top: 20px;
}

input[type="file"]::file-selector-button {
  border: 2px solid #cd5252;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #cd5252;
  transition: 1s;
}

input[type="file"]::-ms-browse:hover {
  background-color: #cd5252;
  border: 2px solid #cd5252;
}

input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #cd5252;
  border: 2px solid #cd5252;
}

input[type="file"]::file-selector-button:hover {
  background-color: #cd5252;
  border: 2px solid #cd5252;
}

.fileuploadfield {
  background: transparent;
  border: none;
}

.respSec p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.myadslist {
  margin-bottom: 20px;
}

.myadslist .card-body {
  background-color: #e9e9e9;
}

.myadslist .card-body:hover {
  background-color: #cbcdf5;
}

.acctionsec {
  text-align: center;
}

.statusSec {
  padding-top: 10px;
}

.statusSec h5 span {
  font-size: 13px;
}

.pagination .page-item.active .page-link {
  background-color: #d94e53;
  border-color: #d94e53;
}

.pagination .page-link {
  color: #d94e53;
}

.pagination .page-link {
  color: #d94e53;
}

.filterbtns {
  width: 50%;
  margin-right: 10px;
}

.filterbtnsec {
  display: inline-flex;
  padding-top: 7px;
}

#resetformsec {
  padding: 20px;
  border: 1px solid #eff3fd;
  background: #eff3fd;
}

#resetformsec h5 {
  text-align: center;
}

.prounit {
  color: #cd5252;
}

.mydisable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.mo-openid-app-icons p {
  display: none;
}

.imaggap {
  margin-bottom: 5px;
}

/* ============================================================= */

/* CSS Modification 07.12.22 */
.enqry_bttn_lstng>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}

.enqry_bttn_lstng>li:last-child {
  margin-right: 0;
}

.enqry_bttn_lstng>li a.red-btn:hover {
  background: #0a1445;
  color: #fff;
  border-color: #0A1445;
}

.enqry_bttn_lstng>li:last-child a.red-btn {
  background: #0a1445;
  color: #fff;
  border-color: #0A1445;
}

.enqry_bttn_lstng>li:last-child a.red-btn:hover {
  background: #cd5252;
  border-color: #cd5252;
  color: #fff;
}

.enqry_bttn_lstng>li a span {
  display: inline-block;
  width: 20px;
  margin-right: 4px;
}

.enqry_bttn_lstng>li a img {
  max-width: 20px;
  max-height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.enqry_optnBttn_lstng>li>a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(205, 82, 82, 0.2);
}

.enqry_optnBttn_lstng>li>a img {
  max-width: 25px;
  max-height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.enqry_optnBttn_lstng>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}

.enqry_optnBttn_lstng>li:last-child {
  margin-right: 0;
}

.enqure_dtlsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.enqre_topRght {
  width: 115px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.enqre_topLft {
  width: calc(100% - 115px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
}

.lghtBox_prptyTop {
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.lghtBox_bttn_hndle {
  position: absolute;
  bottom: 0;
  left: 55%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lghtBox_bttn_hndle>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
}

.lghtBox_bttn_hndle>li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #37474f;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(99, 107, 118, 0.2), 0 5px 15px rgba(99, 107, 118, 0.2);
  box-shadow: 0 5px 10px rgba(99, 107, 118, 0.2), 0 5px 15px rgba(99, 107, 118, 0.2);
  padding: 3px 10px 4px;
  height: 35px;
  border-radius: 5px;
}

.lghtBox_bttn_hndle>li a:hover {
  -webkit-box-shadow: 0 5px 10px rgba(99, 107, 118, 0.2), 0 5px 15px rgba(99, 107, 118, 0.2);
  box-shadow: 0 5px 10px rgba(99, 107, 118, 0.2), 0 5px 15px rgba(99, 107, 118, 0.2);
  background: #f0f3f5;
}

.lghtBox_bttn_hndle>li>a img {
  max-width: 20px;
  max-height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lghtBox_bttn_hndle>li a span {
  display: inline-block;
  width: 20px;
  margin-right: 4px;
}

.prprty_infoBox_wrppr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prprty_infoBox_top h1 {
  margin-bottom: 6px;
}

.prprty_infoBox_top h1 a {
  color: #222222;
}

.tnncy_info {
  display: block;
}

.tnncy_info a {
  display: inline-block;
  color: #cd5252;
}

.tnncy_info a:hover {
  color: #0a1445;
  text-decoration: underline !important;
}

.prprty_infoBox_top h4 {
  margin-bottom: 5px;
}

.prprty_infoBox_top h5 {
  color: #979797;
}

.prprty_infoBox_top p {
  color: #979797;
}

.prprty_infoBox_top {
  margin-bottom: 20px;
}

.flag_lstng {
  margin-bottom: 10px;
}

.flag_lstng>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
  margin-bottom: 4px;
}

.flag_lstng>li:last-child {
  margin-right: 0;
}

.flag_lstng>li span {
  background: rgba(204, 204, 204, 0.4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 6px;
  height: 26px;
  font-size: 14px;
  line-height: 1;
}

.extra_tag_lstng>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
  margin-bottom: 4px;
  float: none;
}

.extra_tag_lstng>li:last-child {
  margin-right: 0;
}

.extra_tag_lstng>li>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
}

.extra_tag_lstng>li>a img {
  max-width: 28px;
  max-height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dscrptn_info_box {
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
}

.dscrptn_info_lstng>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
}

.dscrptn_info_lstng>li:last-child {
  margin-right: 0;
}

.dscrptn_info_lstng>li>span {
  width: 28px;
  display: inline-block;
}

.dscrptn_info_lstng>li>span img {
  max-width: 28px;
  max-height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.prprty_blwDtls_box>* li {
  float: none;
  cursor: inherit;
}

.lghtBox_prptyRow .lightboxed {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.truncte_txt_box {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.show_more_height {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shw_bttn {
  font-weight: 700;
  color: #cd5252 !important;
}

.shw_mreBttn_hldr {
  margin-top: 10px;
}

.dscrptn_indvdl_box {
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
}

.dscrptn_indvdl_box:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dscrptn_indvdl_lstng>li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  margin-right: 0;
}

.dscrptn_indvdl_lstng>li:last-child {
  margin-bottom: 0;
}

.dscrptn_indvdl_lstng>li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  background: url(../images/red-location.svg);
  width: 10px;
  height: 13px;
  background-size: 10px;
}

.lstng_col_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lstng_col_two>li {
  width: 50%;
  padding-right: 10px;
}

.lstng_col_two>li:nth-child(2n) {
  padding-right: 0;
}

.dscrptn_indvdl_box a {
  color: #cd5252 !important;
}

.dscrptn_indvdl_box a:hover {
  color: #0a1445;
  text-decoration: underline !important;
}

.dscvr_info {
  display: block;
  margin-top: 20px;
}

.vstn_agnt_lnk {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vstn_agnt_lnk img {
  max-width: 25px;
  max-height: 25px;
  margin-right: 4px;
  vertical-align: -4px
}

.prpty_map {
  height: 300px;
}

.prpty_map>* {
  width: 100%;
  height: 100%;
}

.main_box {
  position: relative;
}

.prprty_sde_pnl {
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 5px 0 rgb(84 110 122 / 20%), 0 2px 10px 0 rgb(84 110 122 / 20%);
  box-shadow: 0 2px 5px 0 rgb(84 110 122 / 20%), 0 2px 10px 0 rgb(84 110 122 / 20%);
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
}

.sdeInfo_bttn_hldr .enqry_bttn_lstng>li {
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}

.sdeInfo_bttn_hldr .enqry_bttn_lstng>li:last-child {
  margin-bottom: 0;
}

.sdeInfo_bttn_hldr .enqry_bttn_lstng>li a {
  width: 100%;
}

.prprty_logo {
  margin-bottom: 15px;
  line-height: 1;
}

.prprty_logo a {
  display: inline-block;
}

.prprty_logo a img {
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.prprty_sdeInfo_top {
  margin-bottom: 15px;
}

.prprty_sdeInfo_top h5 {
  margin-bottom: 5px;
  color: #cd5252 !important;
}

.prprty_sdeInfo_top h6 {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
}

.prprty_sdeInfo_number {
  margin-bottom: 15px;
}

.prprty_sdeInfo_number a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #cd5252 !important;
  font-weight: 700;
}

.prprty_sdeInfo_number a span {
  width: 25px;
  display: inline-block;
  margin-right: 4px;
}

.prprty_sdeInfo_number a span img {
  max-width: 25px;
  max-height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sde_vstAgent .vstn_agnt_lnk {
  color: #cd5252 !important;
}

.sde_vstAgent .vstn_agnt_lnk:hover {
  text-decoration: underline !important;
}

.sdeInfo_bttn_hldr {
  margin-bottom: 15px;
}

.sde_vstAgent {
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
}

.room_typeRdo .form_input_radio {
  line-height: 1;
}

.room_typeRdo .form_input_radio label span {
  color: #222222;
  width: 100%;
  display: block;
  padding: 8px 8px;
  padding-right: 20px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.room_typeRdo .form_input_radio label em {
  font-style: normal;
  font-size: 12px;
  font-weight: 400 !important;
  display: block;
  margin-top: 5px;
}

.room_typeRdo .form_input_radio label {
  font-size: 14px;
  padding-left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(205, 82, 82, 0.2);
}

.room_typeRdo .form_input_radio:last-child label {
  border-bottom: 0;
}

.room_typeRdo .form_input_radio label input[type="radio"]+span::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  z-index: -1;
  width: auto;
  height: auto;
  border-radius: 0;
}

.room_typeRdo .form_input_radio label input[type="radio"]+span::after {
  width: 15px;
  height: 15px;
  background: url(../images/crcle_check.svg) no-repeat;
  top: 7px;
  right: 5px;
  left: unset;
  background-size: 15px;
  visibility: hidden;
}

.room_typeRdo .form_input_radio label input[type="radio"]:checked+span:after {
  visibility: visible;
}

.room_typeRdo .form_input_radio label input[type="radio"]:checked+span::before,
.room_typeRdo .form_input_radio label:hover input[type="radio"]+span::before {
  background: rgba(205, 82, 82, 0.2);
}

.room_typeRdo .form_input_radio label input[type="radio"]:checked+span {
  color: #cd5252 !important;
  font-weight: 700;
}

.room_typeRdo h5 {
  margin-bottom: 12px;
  font-size: 16px;
}

.room_typeRdo:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
}

.ftrs_shw_bttn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  background: url(../images/minus_crcle.svg) no-repeat left center;
  background-size: 20px !important;
}

.shw_mre_ittem .ftrs_shw_bttn {
  background: url(../images/plus_crcle.svg) no-repeat left center;
}

.room_type_lstng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -8px;
}

.room_type_lstng>li {
  width: calc(100% / 3);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-right: 0;
  font-size: 13px;
  padding-right: 5px;
}

.room_type_lstng>li:nth-child(3n) {
  padding-right: 0;
}

.room_type_lstng>li span {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}

.room_type_lstng>li span img {
  max-width: 20px;
  max-height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.room_type_lstng>li span.less_icons {
  display: none;
}

.room_typeTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 25px;
}

.room_typeBox {
  border-radius: 12px;
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: 0 2px 19px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 19px rgb(0 0 0 / 10%);
  padding: 25px 20px;
  position: relative;
}

.room_typeBox:not(:last-child) {
  margin-bottom: 20px;
}

.room_typeRghtCol {
  padding-left: 30px;
}

.cmpre_bttn_hldr .form_input_check label {
  padding: 0;
}

.cmpre_bttn_hldr .form_input_check label input[type="checkbox"]+span {
  padding: 8px 16px;
  border-radius: 50px;
  padding-left: 32px;
  border: 1px solid rgba(205, 82, 82, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
}

.cmpre_bttn_hldr .form_input_check label input[type="checkbox"]:checked+span {
  background: rgba(205, 82, 82, 0.2);
}

.cmpre_bttn_hldr .form_input_check label input[type="checkbox"]+span::before {
  border: 0;
  left: 8px;
  background: url(../images/plus_crcle.svg) no-repeat center center;
  background-size: 22px !important;
}

.cmpre_bttn_hldr .form_input_check label input[type="checkbox"]+span::after {
  background: url(../images/crcle_check.svg) no-repeat center center;
  left: 8px;
}

.cmpre_bttn_hldr .form_input_check label input[type="checkbox"]:checked+span::before {
  opacity: 0;
  visibility: hidden;
}

.room_typeTxt {
  margin-left: auto;
  padding-left: 20px;
  width: calc(100% - 132px);
  font-size: 14px;
}

.room_typeImg {
  width: 132px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}

.smll_roomBox {
  width: 100%;
  height: 100%;
}

.smll_roomBox>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.room_no_cunt {
  padding: 5px 8px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  background: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  color: #000 !important;
}

.dscrptn_indvdl_box .room_no_cunt {
  color: #000 !important;
}

.room_typeTable table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  vertical-align: middle;
}

.room_typeTable table thead th {
  width: calc(100% / 4);
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e7eb;
}

.room_typeTable table tbody td {
  padding: 5px;
  word-break: break-word;
  font-size: 13px;
  text-align: center;
}

.room_typeMddle {
  margin-bottom: 20px;
}

.room_typeTable {
  margin-bottom: 20px;
}

.room_typeTxt h5 {
  margin-bottom: 8px;
  color: #cd5252;
}

.dscrptn_indvdl_box .room_enqrebttn_hldr .red-btn,
.dscrptn_indvdl_box .vewMre_bttn_hldr .red-btn {
  color: #fff !important;
  text-decoration: none !important;
}

.room_enqrebttn_hldr {
  text-align: right;
}

.room_enqrebttn_hldr .red-btn {
  width: 100%;
  max-width: 200px;
}

.room_enqrebttn_hldr .red-btn:hover {
  background: #0a1445;
  border-color: #0A1445;
}

.vewMre_bttn_hldr {
  text-align: center;
  margin-top: 20px;
}

.vewMre_bttn_hldr .red-btn {
  width: 100%;
  max-width: 250px;
}

.vewMre_bttn_hldr .red-btn {
  background: #0a1445;
  border-color: #0A1445;
}

.vewMre_bttn_hldr .red-btn:hover {
  background: #cd5252;
  border-color: #cd5252;
}

.upload__btn {
  width: 100%;
  min-width: unset !important;
  padding: 15px !important;
  border: 2px dashed #cd5252 !important;
  background: rgba(205, 82, 82, 0.2) !important;
}

.upload__btn p {
  margin-bottom: 0;
  color: #fff;
  padding-bottom: 0;
  padding-top: 40px;
  position: relative;
  color: #cd5252;
}

.upload__btn p::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background: url(../images/upload_icon.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.stdnt_accmdtn_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stdnt_acmdTggle_hldr a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  padding-right: 25px;
  position: relative;
  color: #000 !important;
}

.stdnt_acmdTggle_hldr a::after {
  background: url(../images/ar1.svg) no-repeat center center;
  width: 12px;
  height: 12px;
  background-size: 12px;
  right: 2px;
  top: 6px;
  position: absolute;
  content: "";
  transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
  -moz-transition: 0.3s all ease-in-out 0s;
}

.stdnt_acmdTggle_hldr a.has_active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.stdnt_acmdTggle_hldr a span {
  padding-left: 5px;
}

.stdnt_accmdtnSldr_box {
  overflow: hidden !important;
  height: auto !important;
}

.stdnt_accmdtnSldr_hldr {
  margin-right: -60px;
}

.stdnt_accmdtnSldr .slick-list {
  margin-left: -8px;
  margin-right: -8px;
  padding: 25px 0;
}

.stdnt_accmdtnSldr .stdnt_acco_item.slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}

.stdnt_accmdtn_innrBox {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  border-radius: 12px;
  border: 1px solid #b4b4b4;
  overflow: hidden;
}

.stdnt_accmdtn_imgBox {
  height: 135px;
  margin-bottom: 10px;
}

.stdnt_accmdtn_imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stdnt_accmdtn_txtBox h6 {
  margin-bottom: 4px;
}

.stdtnt_acmm_dtls {
  font-size: 13px;
}

.stdnt_accmdPrce {
  display: inline-block;
}

.stdnt_accmdDtls a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.stdnt_accmdDtls a img {
  max-width: 12px;
  width: 12px;
  max-height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 2px;
}

.stdnt_accmdtn_txtBox {
  padding: 8px;
}

.stdtnt_acmm_dtls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stdnt_accmdtnSldr .slick-arrow {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  padding: 0;
  background-size: 15px !important;
  z-index: 2;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  top: 40%;
}

.stdnt_accmdtnSldr .slick-arrow::before {
  display: none;
}

.stdnt_accmdtnSldr .slick-prev {
  left: 50px;
  background-image: url(../images/larrw.svg);

}

.stdnt_accmdtnSldr .slick-next {
  right: 110px;
  background-image: url(../images/rarrw.svg);
}

/* CSS Modification 07.12.22 */



/* 22-12-2022-css-start */
.student-accmdtion-top-sec {
  padding-top: 120px;
  padding-bottom: 20px;
}

.main-student-accmdt-img-sldwrap .single-sld-awrap img {
  height: 450px;
  object-fit: cover;
}

.all-four-conten-wrap-sngl {
  margin-bottom: 0 !important;
  padding-top: 80px !important;
}

.all-four-conten {
  padding: 0 0 60px !important;
}

.page-template-property_details .main-head {
  background: #0A1343;
}

.new-style-popup-modl-sld {
  padding: 0 !important;
  display: none;
}

.new-style-popup-modl-sld .modal-dialog {
  max-width: 100%;
  padding-left: 0;
  margin: 0;
}

.new-style-popup-modl-sld .modal-content {
  min-height: 100vh;
}

.modal-open {
  padding: 0 !important;
}

.new-style-popup-modl-sld .modal-header a {
  justify-content: center;
  margin: 0 auto;
}

.new-popup-mdl-img-gallery {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}

.slider-sngl-wrap-popup img {
  width: 100%;
  padding: 0 80px;
}

.sld-popupnew-style-wrap .slick-prev {
  background: url(../images/arwws11.svg) center center no-repeat #dfdfdf;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 15px;
  left: 0px;
  z-index: 9;
}

.sld-popupnew-style-wrap .slick-prev::before,
.sld-popupnew-style-wrap .slick-next::before {
  display: none;
}

.sld-popupnew-style-wrap .slick-next {
  background: url(../images/arwws22.svg) center center no-repeat #dfdfdf;
  width: 40px;
  height: 40px;
  background-size: 15px;
  border-radius: 50%;
  z-index: 9;
  right: 0px;
}

.lghtBox_prptyTop .col-md-8 img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}

.lghtBox_prptyTop .imaggap img {
  height: 270px;
  object-fit: cover;
  border-radius: 10px;
}

/* 22-12-2022-css-end */

/* 23-12-2022-support-css-start */
.form-wrapper .accordion-body {
  padding: 20px 0 0;
}

.form-wrapper .ui-widget.ui-widget-content {
  margin-bottom: 20px;
  height: 2px;
  background: #D5D5D5;
  border: 1px solid #D5D5D5;
}

.form-wrapper .range {
  margin-bottom: 20px;
  height: 2px;
  background: #D5D5D5;
  border: 1px solid #D5D5D5;
}

.form-wrapper .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CD5252 !important;
  border: 1px solid #CD5252 !important;
  top: -6px !important;
}

.form-wrapper .ui-slider-horizontal .ui-slider-range {
  height: 2px;
  background: #CD5252;
  top: -1px !important;
}

.form-wrapper .filterbtnsec {
  padding-top: 30px;
}

.form-wrapper .short-by-select select {
  border: 1px solid #CBCBCB !important;
  border-radius: 10px;
  height: 51px;
  background-color: transparent !important;
}

.form-wrapper .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.card-body {
  position: relative;
}

.tagSec {
  position: absolute;
  width: 20px;
  right: 10px;
  top: 10px;
}

.tagSec a {
  display: inline-block;
  transition: 0.5s;
  z-index: 3;
}

.tagSec a img {
  transition: 0.5s;
}

.tagSec a:hover {
  opacity: 0.6;
}

.stdnt_accmdtn_txtBox h6 {
  font-weight: 400;
  font-size: 13px;
  color: #222222;
  text-transform: capitalize;
  font-family: "helveticalight";
}

.stdnt_accmdtnSldr .slick-track {
  margin: 0 auto 0 0;
}

.stdnt_accmdtnSldr .stdnt_accmdPrce strong {
  color: #CD5252;
  font-weight: 700;
  font-size: 10px;
}

.stdnt_accmdtnSldr .stdnt_accmdPrce {
  color: #979797;
  font-weight: 400;
  font-size: 9px;
}

.page-template-listing .accordion .accordion-item button,
.page-template-subletlisting .accordion .accordion-item button {
  font-family: "helveticalight";
}

.page-template-listing .card-body .sublet-title h5,
.page-template-subletlisting .card-body .sublet-title h5 {
  font-family: "helveticaregular";
  text-transform: capitalize;
}

.sublet-price-lft h4 {
  font-weight: 400;
  font-size: 16px;
  color: #979797;
  font-family: "helveticalight";
}

.sublet-price-lft h4 span {
  font-size: 18px;
  color: #222222;
  font-family: "helveticabold";
}

.page-template-subletlisting .card-body .row {
  margin-bottom: 2px;
}

.listingfor {
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 1;
  color: #fff;
  background: #CD5252;
  border-radius: 0px 30px 30px 0px;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 14px;
}

.page-template-subletlisting .card-body .adstypesec {
  top: 9px;
  left: inherit;
  z-index: 3;
  right: 0;
}

.subletsdesc p {
  font-size: 14px;
}

.distSec table {
  margin-bottom: 10px;
}

.page-template-subletlisting .card-body .table td {
  padding: 10px 8px;
}

.page-template-subletlisting .card-body .row {
  align-items: flex-start;
}

.toggleFilter {
  position: relative;
  margin-right: 10px;
}

.toggleFilter .filterBtn {
  font-family: "helveticaregular";
  border: 1px solid #C8C7C7;
  border-radius: 10px;
  padding: 10px 25px;
  background: transparent;
  color: #263238;
  font-size: 16px;
  display: inline-block;
}

.toggleFilter .filterBtn:hover {
  color: #ffffff;
  background: #0a1445;
}

.filterSec {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  display: none;
}

.toggleSort {
  position: relative;
}

.toggleSort .sortBtn {
  font-family: "helveticaregular";
  border: 1px solid #C8C7C7;
  border-radius: 10px;
  padding: 10px 25px;
  background: transparent;
  color: #263238;
  font-size: 16px;
  display: inline-block;
}

.toggleSort .sortBtn:hover {
  color: #ffffff;
  background: #0a1445;
}

.form-wrapper-sorting {
  position: relative;
  display: none;
}

.form-wrapper-sorting select {
  border: 1px solid #C8C7C7 !important;
  border-radius: 10px !important;
  height: 55px !important;
  padding: 10px 27px !important;
  background-color: transparent !important;
  background-size: 18px !important;
  padding-right: 40px;
  color: #263238;
  font-size: 18px;
  font-weight: 600;
}

.sublet-title.sublet-config.shortaddres {
  position: relative;
  display: none;
}

.sublet-title.sublet-config.shortaddres h6 {
  color: #d94e53 !important;
}

.stdnt_acmdTggle_hldr a {
  font-family: "helveticabold";
}

.stdnt_accmdtn_txtBox h6 {
  font-family: "helveticaregular";
}

.page-template-listing .stdnt_accmdtn_row {
  border-bottom: none;
}

.page-template-listing .card-body .row {
  margin-bottom: 0;
}

.page-template-listing .card-body .sublet-price-lft h5 span,
.page-template-subletlisting .card-body .sublet-price-lft h5 span {
  font-size: 16px;
}

.durationpopup.wrap {
  max-width: 300px;
  margin: 0 auto;
  /* padding: 20px 0; */
  background: #ffffff;
  width: 300px;
  position: absolute;
  bottom: 78px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: none;
}

.durationpopup.wrap.active {
  display: block;
}


.wrap-home-bannerfrm-lstNw {
  position: relative;
}

.inner-tab-frm-wrap-item-nw {
  position: relative;
}

.inner-tab-frm-wrap-item-nw ul.nav-tabs {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.inner-tab-frm-wrap-item-nw ul.nav-tabs li {
  padding: 0;
  margin: 0;
  width: 50%;
  border-right: 1px solid #00000026;
  border-left: 1px solid #00000026;
}

.inner-tab-frm-wrap-item-nw ul.nav-tabs li button.nav-link {
  padding: 10px;
  border: none;
  color: #000000;
  width: 100%;
}

.inner-tab-frm-wrap-item-nw ul.nav-tabs li button.nav-link.active {
  color: #cd5252;
  background: #ededed;
}

.inner-tab-frm-wrap-item-nw .tab-content {
  padding: 20px 15px;
}

.all-slctd-date-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.sngl-date-slc-iteminr {
  width: 50%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 10px;
}

.sngl-date-slc-iteminr a {
  padding: 6px 10px;
  background: rgba(204, 204, 204, 0.4);
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  transition: 0.5s;
}

.sngl-date-slc-iteminr a:hover {
  background: #0a1445;
}

.sngl-date-slc-iteminr a:hover h5,
.sngl-date-slc-iteminr a:hover span {
  color: #ffffff;
}

.sngl-date-slc-iteminr a h5 {
  font-size: 12px;
  margin-bottom: 0;
  transition: 0.5s;
  color: #000000;
}

.sngl-date-slc-iteminr a span {
  color: #000000;
  display: block;
  font-size: 11px;
  transition: 0.5s;
}

.inner-wrap-calendat-popupinr {
  display: none;
}

/* 23-12-2022-support-css-end */


/* support 28-12-22 start */

.sngl-date-slc-iteminr a.active h5,
.sngl-date-slc-iteminr a.active span {
  color: #ffffff;
}

.main-head {
  z-index: 10000;
}

.durationpopup.wrap {
  bottom: 0;
}

/* support 28-12-22 end */

/* CSS Modification 30.12.22 */
.sublet-inner-new {
  padding: 0;
  border: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.5);
}

.slider-wrapper-sublets .sublet-img {
  margin-bottom: 0;
}

.slider-wrapper-sublets .sublet-img figure {
  height: 100%;
  border-radius: 0;
}

.slider-wrapper-sublets .sublet-img figure img {
  height: 212px;
}

.slider-wrapper-sublets .sublet-img .slick-dots {
  bottom: 12px;
}

.sublet-inner-new .slider-wrapper-sublets {
  position: relative;
}

.slider-wrapper-sublets .sublet-img .slick-dots>li {
  margin: 0 2px;
  line-height: 1;
  width: auto;
  height: auto;
}

.slider-wrapper-sublets .sublet-img .slick-dots>li:first-child {
  margin-left: 0;
}

.slider-wrapper-sublets .sublet-img .slick-dots>li:last-child {
  margin-right: 0;
}

.slider-wrapper-sublets .sublet-img .slick-dots>li>button {
  padding: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: transparent;
}

.slider-wrapper-sublets .sublet-img .slick-dots>li.slick-active>button {
  background: #fff;
}

.slider-wrapper-sublets .sublet-img .slick-dots>li>button::before {
  display: none;
}

.sublet-inner-new .featuredablDate {
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50px;
  padding: 2px 12px;
  background: rgba(255, 255, 255, 0.9);
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
  font-size: 14px;
}

.sublet-inner-new .featuredabl {
  display: inline-block;
  bottom: 30px;
  right: 0;
  border-radius: 8px 0 0 8px;
  background: #cd5252;
  color: #fff;
  font-family: "helveticabold";
  font-size: 16px;
  position: absolute;
  padding: 12px 15px;
  z-index: 2;
  line-height: 1;
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.20);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.20);
}

.sublet-inner-new .featuredabl span {
  font-size: 22px;
  padding-right: 5px;
}

.sublet-inner-new .sublet-wrap-details {
  padding: 15px 30px;
}

.sublet-inner-new .sublet-title-btm h5 {
  font-weight: 500;
  color: #979797;
  font-size: 13px;
}

.sublet-inner-new .sublet-title-btm p {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  font-family: "helveticabold";
  line-height: 1.2;
  min-height: 42px;
}

.sublet-inner-new .sublet-config .durasec {
  font-family: "helveticabold";
}

.sublet-inner-new .sublet-config .duractionTitle {
  display: block;
  font-family: "helveticaregular";
  font-weight: 400;
  position: relative;
  padding-bottom: 4px;
  color: #979797;
}

.sublet-inner-new .sublet-config .duractionTitle::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 43%;
  height: 2px;
  background: #a26665;
}

.sublet-inner-new .sublet-price {
  margin-top: 15px;
}

.sublet-inner-new .sublet-price .sublet-price-lft {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sublet-inner-new .sublet-price .sublet-price-rgt {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
}

.sublet-inner-new .sublet-price .sublet-price-lft .durasec {
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  font-family: "helveticabold";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sublet-inner-new .sublet-price .duractionTitle,
.sublet-inner-new .sublet-uni-section .duractionTitle {
  display: inline-block;
  vertical-align: -6px;
  margin-right: 5px;
}

.sublet-inner-new .sublet-price .duractionTitle img,
.sublet-inner-new .sublet-uni-section .duractionTitle img {
  max-width: 25px;
  max-height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sublet-inner-new .sublet-price .sublet-price-rgt .cmn-btn {
  width: 100%;
  border-color: #cd5252;
  background-color: #cd5252;
}

.sublet-inner-new .sublet-price .sublet-price-rgt .cmn-btn:hover {
  background-color: transparent;
  color: #cd5252;
}

.sublet-inner-new .sublet-uni-section .duractionTitle img {
  display: inline-block;
  margin-right: 12px;
}

.sublet-inner-new .sublet-uni-section .duractionTitle {
  color: #979797;
  font-family: "helveticabold";
  min-width: 80px;
}

.sublet-inner-new .sublet-price .sublet-price-lft .billsNotIn {
  display: inline-block;
  font-size: 12px;
  color: #d94e53;
}

.sublet-inner-new .sublet-price .sublet-price-lft .billsIncluded {
  display: inline-block;
  font-size: 12px;
  color: green;
}

.sublet-inner-new .sublet-uni-section .durasec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtn_imgBox {
  height: 108px;
  margin-bottom: 0;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtn_innrBox {
  border-radius: 6px;
  border-color: #E4E4E4;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  position: relative;
  z-index: 1;
  margin: 1px 0;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtn_innrBox::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: calc(100% - 106px);
  bottom: 0;
  z-index: -1;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  border-top: 0;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtn_txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 10px 8px 8px;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtn_txtBox .stdnt_accmdDtls {
  width: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtnSldr .stdnt_accmdPrce,
.stdnt_accmdtnSldr_box .stdnt_accmdtnSldr .stdnt_accmdPrce strong {
  font-size: 12px;
}

.rooms-details-sec {
  width: calc(100% - 14px);
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtnSldr .stdnt_accmdDtls a {
  display: inline-block;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtnSldr .stdnt_accmdDtls a img {
  margin: 0;
  max-width: 14px;
  max-height: 14px;
  width: 14px;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtn_txtBox h6 {
  margin-bottom: 2px;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtnSldr .stdnt_acco_item.slick-slide {
  padding: 2px 0;
}

.modal {
  z-index: 99999;
}

.logged-in .wrapper .myaaccount-contentarea {
  width: calc(100% - 270px);
}

.logged-in .wrapper.wrapper-parrent-active .myaaccount-contentarea {
  width: 100%;
}

.page-template-myadvadicement .myaaccount-contentarea .card-body,
.page-template-wishlist .myaaccount-contentarea .card-body {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 25px 85px rgba(0, 8, 29, 0.12);
  box-shadow: 0px 25px 85px rgba(0, 8, 29, 0.12);
  border-radius: 15px;
  padding: 19px 17px;
}

.page-template-myadvadicement .myaaccount-contentarea .card,
.page-template-wishlist .myaaccount-contentarea .card {
  margin-bottom: 20px;
  border: 0;
}

.page-template-myadvadicement .myaaccount-contentarea .card-slide a,
.page-template-wishlist .myaaccount-contentarea .card-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.page-template-myadvadicement .myaaccount-contentarea .card-slide a img,
.page-template-wishlist .myaaccount-contentarea .card-slide a img {
  width: 100%;
  height: 100%;
  min-height: 235px;
  max-height: 235px;
  object-fit: cover;
  object-position: center;
}

.page-template-myadvadicement .myaaccount-contentarea .slider-wrapper .slick-next,
.page-template-wishlist .myaaccount-contentarea .slider-wrapper .slick-next {
  right: 4px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.page-template-myadvadicement .myaaccount-contentarea .slider-wrapper .slick-prev,
.page-template-wishlist .myaaccount-contentarea .slider-wrapper .slick-prev {
  left: 4px;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.page-template-myadvadicement .myaaccount-contentarea .slider-wrapper .slick-arrow,
.page-template-wishlist .myaaccount-contentarea .slider-wrapper .slick-arrow {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  z-index: 2;
}

.page-template-myadvadicement .myaaccount-contentarea .slider-wrapper .slick-arrow::before,
.page-template-wishlist .myaaccount-contentarea .slider-wrapper .slick-arrow::before {
  display: none;
}

.page-template-myadvadicement .myaaccount-contentarea .card-body .sublet-title h5,
.page-template-wishlist .myaaccount-contentarea .card-body .sublet-title h5 {
  font-family: "helveticaregular";
  text-transform: capitalize;
  color: #222222;
  font-size: 20px;
  font-weight: 400;
}

/* .page-template-myadvadicement .myaaccount-contentarea .card-body .row, */
.page-template-wishlist .myaaccount-contentarea .card-body .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2px;
}

.page-template-myadvadicement .myaaccount-contentarea .sublet-title-new.sublet-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-myadvadicement .myaaccount-contentarea .sublet-title-new.sublet-title h5 {
  margin-bottom: 0;
  width: calc(100% - 150px);
  padding-right: 15px;
}

.page-template-myadvadicement .myaaccount-contentarea .sublet-config.sublet-config-new {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-myadvadicement .myaaccount-contentarea .sublet-config.sublet-config-new .sublet-config-rgt h5 {
  font-size: 14px;
}

/*.page-template-myadvadicement .myaaccount-contentarea .sublet-config.sublet-config-new .sublet-config-rgt h5 .text-warning{
  color: #d94e53!important;
}*/
.page-template-myadvadicement .myaaccount-contentarea .card-body .sublet-config,
.page-template-wishlist .myaaccount-contentarea .card-body .sublet-config {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-myadvadicement .myaaccount-contentarea .card-body .table td,
.page-template-wishlist .myaaccount-contentarea .card-body .table td {
  padding: 10px 8px;
}

.page-template-myadvadicement .myaaccount-contentarea .card-body .durationsec.sublet-config p.durasecTwo,
.page-template-wishlist .myaaccount-contentarea .card-body .durationsec.sublet-config p.durasecTwo {
  margin: 0;
}

/* CSS Modification 30.12.22 */



.distSec.distSecTwo table tr td span {
  font-size: 14px;
}

.sublet-uni-section {
  min-height: 44px;
}

.wrapper-sliderone .slick-arrow {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  z-index: 2;
}

.wrapper-sliderone .slick-arrow:hover {
  background-color: white;
}

.wrapper-sliderone .slick-next {
  right: 4px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  right: 20px;
}

.wrapper-sliderone .slick-prev {
  left: 4px;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  left: 20px;
}

.wrapper-sliderone .slick-prev::before,
.wrapper-sliderone .slick-next::before {
  content: "";
}

.wrapper-slidertwo .slick-list,
.wrapper-sliderthree .slick-list {
  padding: 0 !important;
}

.breadNav a {
  color: #000;
}

.breadNav a:hover {
  color: #cd5252;
}

.breadcrumb-item.active {
  color: #cd5252;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.modal-content .select2-container--default .select2-selection--single,
.sde_vstAgent .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 4px;
  height: 45px;
  background-color: #e8f0fe !important;
  padding: 0 5px;
}

.modal-content .select2-container--default .select2-selection--single .select2-selection__arrow,
.sde_vstAgent .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 20px;
}

.modal-content .select2-container--default .select2-selection--single .select2-selection__rendered,
.sde_vstAgent .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 11px;
  color: #b8b8b8;
  font-size: 14px;
  height: 45px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.single-sld-awrapsml {
  height: 85px;
}

.single-sld-awrapsml img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template .ui-datepicker:not(.gform-legacy-datepicker)[style] {
  z-index: 100000 !important;
}

.dormitories-template-default .ui-datepicker:not(.gform-legacy-datepicker)[style] {
  z-index: 100000 !important;
}

.select2-dropdown {

  z-index: 10510000 !important;
}

.select2-results__option {
  width: 100%;
}

.booking-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.booking-wrap ul li {
  width: 50%;
}

.booking-wrap {
  margin-bottom: 20px;
}

.booking-wrap h5 {
  font-size: 14px;
  color: #000;
  font-family: "helveticabold";
  margin-bottom: 10px;
  word-break: break-all;
}

.booking-wrap p {
  display: block;
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding-bottom: 4px;
  color: #979797;
  margin-bottom: 0;
}

.booking-wrap h5 a {
  display: block;
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding-bottom: 4px;
  color: #000;
  word-break: break-all;
}

.booking-wrap h5 a:hover {
  color: black;
}

/* support 10/1/23 */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  text-align: center;
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default,
.ui-datepicker:not(.gform-legacy-datepicker) span.ui-state-default {
  height: 34px;
  width: 34px !important;
  border-radius: 5px !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 0 !important;
  background: transparent !important;
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default:hover {
  background: rgba(205, 82, 82, 0.5) !important;
  color: #fff !important;
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default[aria-current="true"] {
  background: #cd5252 !important;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next .wrap-crt-roomtype-sntd {
  height: 100%;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  visibility: hidden;
}

.sublet-config-rgt {
  text-align: right;
  width: 100%;
  margin-top: 9px;
}

/* ...23.1.23 start */
.card-body.cardCommon .sublet-config>* {
  flex: 1;
  margin: 0;
}

/* ...23.1.23 end */


/* end support 10/1/23 */



/* support 24-01-23 start */
.durationpopup .nav-tabs .nav-item:last-child .nav-link {
  padding-right: 30px;
}

#signupContent input[type="text"],
#signupContent input[type="tel"],
#signupContent input[type="password"],
#signupContent input[type="email"],
#signupContent select,
#signupContent .modal-content .select2-container--default .select2-selection--single,
#signupContent .sde_vstAgent .select2-container--default .select2-selection--single,
#signupContent textarea {
  background-color: #e8f0fe !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
}

.stdnt-accmdt-tabwrap-innrLst .property_featured_indd i.icn {
  min-width: 36px;
  padding: 0;
  margin-right: 12px;
}

/* support 24-01-23 end */

/* update start 27/01/2023 */
.single-sld-awrap.slick-slide {
  height: inherit !important;
}


/* 3/2/23 work start */
.billing-for-mobile.box-stdn-tx-out {
  display: none;
}

.page-template-property_details .enqry_bttn_lstng .cmn-btn {
  font-family: "Helvetica" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #cd5252;
  border: 1px solid #cd5252;
  border-radius: 6px;
  padding: 13px 23px;
  transition: all 0.5s ease;
  height: 44px;
}

.page-template-property_details .enqry_bttn_lstng .red-btn {
  padding: 13px 23px;
  height: 44px;
}

.page-template-property_details .enqry_bttn_lstng .cmn-btn:hover {
  background: #0a1445;
  color: #fff;
  border-color: #0A1445;
}

.page-template-property_details .stdnt-wrap .enqure_dtlsTop {
  width: 100%;
  margin: 30px 0px 20px;
}

.page-template-property_details .enqure_dtlsTop {
  margin-top: 30px;
}

.page-template-property_details .enqre_topRght {
  display: flex;
  width: auto;
  align-items: center;
}

.page-template-property_details .enqre_topLft {
  width: auto;
}

.page-template-property_details .box-stdn-tx-out {
  margin: 0px 0px 0px 20px;
}

.page-template-property_details .stdnt-accmdt-amenties-lstwrap {
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
  margin-top: 25px;
}

/* 3/2/23 work end */

/* update start RN 23-03-2023 */

.sublet-inner {
  position: relative;
}

.bookedmarked {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  z-index: 2;
}

.bookedmarked p {
  font-size: 60px;
  color: #ff9b9b;
  font-weight: 700;
}

/* update end RN 23-03-2023 */


/* support 30-03-23 start */
.navbar-nav .dropdown-menu li {
  float: none;
}

.navbar-collapse.navbar-loginuser {
  z-index: 9;
}

.durationpopup {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .2);
}

.listingimageSec .sliderSec div {
  height: 100% !important;
}

.card-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listingimageSec,
.sliderSec {
  height: 100%;
}

/* support 30-03-23 end */

.form-check #termsCon-error {
  display: block;
  padding-left: 0;
}

.term-new-class input[type="checkbox"]+label+span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 27px;
  height: 27px;
  border: 1px solid #CBCBCB;
  background: transparent;
  border-radius: 2px;
}

.term-new-class input[type="checkbox"]+label+span::after {

  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../images/tick.svg) no-repeat center center #CD5252;
  background-size: 15px;
}

.term-new-class input[type="checkbox"]:not(:checked)+label+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}



.term-new-class input[type="checkbox"]:checked+label+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.term-new-class input[type="checkbox"].error+label+span::before {
  top: 25px;
  transition: all .0s;
}

.term-new-class input[type="checkbox"].error+label+span::after {
  top: 25px;
  transition: all .0s;
}

.term-new-class span::after {
  transition: all .0s !important;
}

.about-us-main-page-sec.listing-page-gap {
  padding: 50px 0;
}

/* support start 7.4.23 */
.postadTerms {
  position: relative;
}

.postadTerms .help-block {
  position: absolute;
  top: -22px;
  left: -19px;
}

.postadTerms .tsConditions,
.postadTerms .termsConSec a {
  font-size: 13px;
}

.postadTerms input[type=checkbox] {
  accent-color: red;
}

.postadTerms input[type=checkbox]:focus {
  border: 0 !important;
}

.form-check-input:checked[type=checkbox] {
  /* accent-color: #cd5252; */
  border: 0;
  background-color: #cd5252;
}


/* support 18-04-2023 start */

/* support 18-04-2023 end */


/* ========== responsive css =========== */

/* 10/01/2023  dm */

.durationpopup .wrap-home-bannerfrm-lstNw .closeSection {
  position: absolute;
  /* top: -42px;
  right: -21px; */
  top: 12px;
  right: 10px;
  z-index: 1;
}

.durationpopup .wrap-home-bannerfrm-lstNw .closeSection .btn-close {
  background-color: #cd5252;
  padding: 0;
  /* width: 30px;
  height: 30px; */
  width: 16px;
  height: 16px;
  border-radius: 100%;
  /* background-size: 10px; */
  background-size: 6px;
  opacity: 1;
}

/*.ui-datepicker:not(.gform-legacy-datepicker){ width: 100%; }*/

/* 10/01/2023  dm */

.subAddress>h6 {
  color: #d94e53 !important;
}

.subletsdesc>p {
  color: #000;
}

/*.duractionTitle {
  color: #d94e53 !important;
}*/
.durasec {
  font-size: 14px;
  color: #000;
}

.durasecTwo {
  font-size: 14px;
  border-radius: 10px;
  background: #d94e53;
  margin-right: 10px;
  color: #fff;
  font-weight: 700;
  padding: 3px 2px 3px 3px;
  text-align: center;
}

/* support-new-22-12-2022-css-start */
.student-accmdtion-top-sec {
  position: relative;
}

.student-accmdtion-top-secRw {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.student-accmdtion-top-secClm-lft {
  width: 60%;
  padding: 0 10px;
}

.wrapstndaccmdt-top-lft {
  position: relative;
}

.wrapstndaccmdt-top-lft h2,
.wrapstndaccmdt-top-lft h1 {
  font-weight: 700;
  font-size: 36px;
  color: #222222;
  margin: 0;
}

.wrapstndaccmdt-topLnk-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wrapstndaccmdt-topLnk-wrap ul {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.wrapstndaccmdt-topLnk-wrap ul li {
  padding-right: 14px;
}

.wrapstndaccmdt-topLnk-wrap ul li a {
  display: flex;
  align-items: center;
}

.wrapstndaccmdt-topLnk-wrap ul li a:hover {
  opacity: 0.7;
}

.wrapstndaccmdt-top-lft .txtone-std {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #222222;
}

.wrapstndaccmdt-top-lft .txtone-std i {
  background: rgba(205, 82, 82, 0.2);
  border-radius: 6px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.wrapstndaccmdt-top-lft p {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  margin-bottom: 18px;
}

.box-stdn-tx-out {
  display: inline-flex;
  align-items: center;
  background: rgba(205, 82, 82, 0.2);
  border-radius: 11px;
  padding: 6px 15px;
  margin-bottom: 24px;
}

.box-stdn-tx-out i {
  display: flex;
  align-items: center;
}

.box-stdn-tx-out span {
  display: inline-block;
  color: #CD5252;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.stdntaccmdt-top-lst-txt {
  position: relative;
}

.stdntaccmdt-top-lst-txt ul {
  display: flex;
  align-items: center;
}

.stdntaccmdt-top-lst-txt ul li {
  padding-right: 40px;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  color: #000000;
}

.stdntaccmdt-top-lst-txt ul li:last-child {
  padding-right: 0;
}

.stdntaccmdt-top-lst-txt ul li span {
  color: #CD5252;
  font-weight: 300;
  font-size: 18px;
  padding-left: 5px;
  display: inline-block;
}

.student-accmdtion-top-secClm-right {
  width: 40%;
}

.wrap-right0stdnacmd-txt {
  position: relative;
}

.wrap-right0stdnacmd-txt h2 {
  text-align: right;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.wrap-right0stdnacmd-txt p {
  text-align: right;
  color: #222222;
  font-weight: 300;
  font-size: 17px;
}

.btn-wrap-stdntaccmd-rght {
  position: relative;
  margin-bottom: 24px;
}

.btn-wrap-stdntaccmd-rght ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn-wrap-stdntaccmd-rght ul li {
  padding-left: 10px;
}

.btn-wrap-stdntaccmd-rght ul li a {
  height: 40px;
  padding: 10px 25px;
}

.stdntacmd-rght-lst-wrapList {
  position: relative;
}

.stdntacmd-rght-lst-wrapList ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.stdntacmd-rght-lst-wrapList ul li {
  padding-left: 15px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}

.stdntacmd-rght-lst-wrapList ul li i {
  display: flex;
  align-content: center;
  padding-right: 4px;
}

.main-student-accmdt-img-sldwrap {
  position: relative;
  padding-top: 10px;
}

.main-student-accmdt-img-sldwrap .single-sld-awrap {
  width: 100%;
}

.main-student-accmdt-img-sldwrap .single-sld-awrap img {
  width: 100%;
  border-radius: 6px;
}

.slider-forstd-sld-acmd {
  margin-bottom: 25px;
}

.single-sld-awrapsml {
  position: relative;
  padding: 0 6px;
}

.single-sld-awrapsml img {
  width: 100%;
  border-radius: 6px;
}

.wrap-sld-sml-wrap {
  padding: 0 30px;
}

.slider-navstd-sld-acmd .slick-prev::before {
  display: none;
}

.slider-navstd-sld-acmd .slick-next::before {
  display: none;
}

.slider-navstd-sld-acmd .slick-prev {
  background: url('../images/arwws11.svg') no-repeat center;
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.slider-navstd-sld-acmd .slick-next {
  background: url('../images/arwws22.svg') no-repeat center;
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.single-sld-awrapsml.slick-slide.slick-current.slick-active img {
  border: 2px solid #CD5252;
  border-radius: 6px;
}

.stdnt-accmdt-amenties-lstwrap {
  position: relative;
  padding: 40px 0px;
}

.stdnt-accmdt-amenties-lstwrap h2 {
  font-size: 34px;
  color: #222222;
  margin-bottom: 15px;
}

.stdnt-accmdt-amenties-lstwrap ul {
  display: flex;
  flex-wrap: wrap;
}

.stdnt-accmdt-amenties-lstwrap ul li {
  display: inline-flex;
  align-items: center;
  color: #263238;
  margin: 0 35px 16px 0;
  font-weight: 400;
  font-size: 21px;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 10px 15px;
  min-width: 220px;
}

.stdnt-accmdt-amenties-lstwrap ul li i {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.student-accmdtn-tab-wrapitem {
  position: relative;
}

.student-accmdtn-tab-wrapitem .wrap-top-stdn-lnks-all-wra {
  background: #FFFFFF;
  box-shadow: 0px 14px 45px rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.wrap-top-stdn-lnks-all-wra .wrap-top-stdn-lnks-all-wralst {
  justify-content: space-between;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
}

.wrap-top-stdn-lnks-all-wra .wrap-top-stdn-lnks-all-wralst li {
  position: relative;
}

.wrap-top-stdn-lnks-all-wra .wrap-top-stdn-lnks-all-wralst li a {
  color: #222222;
  font-weight: 400;
  font-size: 20px;
  padding: 25px 0;
  border: none;
  outline: none;
  display: inline-block;
  border-bottom: 4px solid transparent;
}

.wrap-top-stdn-lnks-all-wra .wrap-top-stdn-lnks-all-wralst li a:hover {
  border-bottom: 4px solid #CD5252;
  font-weight: 700;
  color: #CD5252;
}

.wrap-top-stdn-lnks-all-wra .wrap-top-stdn-lnks-all-wralst li .item-all-lnks-stdn.active-tab {
  border-bottom: 4px solid #CD5252;
  font-weight: 700;
  color: #CD5252;
}

.student-accmdtn-tab-wrapitem .tab-content {
  padding: 60px 0 0;
}

.student-accmdtn-tab-wrapitem .tab-pane {
  display: none;

}

.all-four-conten {
  padding: 60px 0;
}

.student-accmdtn-tab-wrapitem .tab-pane.show {
  display: block;
}

.stdnt-accmdt-tabwrap-innr {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 30px;
}

.stdnt-accmdt-tabwrap-innr h2 {
  font-size: 34px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 16x;
}

.stdnt-accmdt-tabwrap-innr p {
  font-weight: 300;
  font-size: 18px;
}

.stdnt-accmdt-tabwrap-innrLst {
  position: relative;
}

.stdnt-accmdt-tabwrap-innrLst ul {
  display: flex;
  flex-wrap: wrap;
}

.stdnt-accmdt-tabwrap-innrLst ul li {
  width: 50%;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 21px;
  color: #000000;
  display: flex;
  align-items: center;
}

.stdnt-accmdt-tabwrap-innrLst ul li i {
  display: flex;
  align-items: center;
  padding-right: 12px;
  max-width: 50px;
}

.wrap-sngl-checkbx-roomtype {
  position: relative;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 25px;
  margin-bottom: 22px;
}

.wrap-sngl-checkbx-roomtype:last-child {
  border: none;
  padding: 0;
}

.wrap-sngl-checkbx-roomtype h4 {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #222222;
  margin-bottom: 15px;
}

.tabwrap-inn-room-typerw {
  display: flex;
  flex-wrap: wrap;
}

.tabwrap-inn-room-type-clmlft {
  width: 20%;
  padding-right: 20px;
}

.snglchcnkbx-itm .snglwrrps-ckkchbx {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #263238;
}

.all-four-conten-wrap-sngl {
  margin-bottom: 40px;
  padding-top: 20px;
}

.snglchcnkbx-itm .snglwrrps-ckkchbx:last-child {
  margin-bottom: 0;
}

.snglchcnkbx-itm.form_input_check label input[type="checkbox"]+span::before {
  border: 1px solid #CBCBCB;
  border-radius: 2px;
}

.snglchcnkbx-itm.form_input_check label input[type="checkbox"]+span::after {
  filter: brightness(0) invert(1);
}

.snglchcnkbx-itm.form_input_check label input[type="checkbox"]:checked+span::before {
  background: #CD5252;
  border-color: #CD5252;
}

.tabwrap-inn-room-type-clmright {
  width: 80%;
  position: relative;
  padding-left: 40px;
}

.wrap-innr-roomtype-crtRw {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}

.wrap-innr-roomtype-crtClm {
  width: 50%;
  padding: 5px 18px;
}

.wrap-crt-roomtype-sntd {
  background: #FFFFFF;
  box-shadow: 0px 25px 85px rgba(0, 8, 29, 0.12);
  border-radius: 15px;
  padding: 15px;
}

.img-wrap-sld-roomtpt {
  position: relative;
  width: 100%;
}

.img-wrap-sld-roomtpt img {
  width: 100%;
  border-radius: 6px;
  height: 220px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}

.wrap-crt-roomtype-sntd-slider .slick-prev {
  background: url('../images/arwwwws1.svg') no-repeat center rgba(255, 255, 255, 0.9);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: 20px;
  z-index: 9;
}

.wrap-crt-roomtype-sntd-slider .slick-next {
  background: url('../images/arwwwws2.svg') no-repeat center rgba(255, 255, 255, 0.9);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  right: 20px;
  z-index: 9;
}

.wrap-crt-roomtype-sntd-slider .slick-prev::before {
  display: none;
}

.wrap-crt-roomtype-sntd-slider .slick-next::before {
  display: none;
}

.wrap-crt-roomtype-sntd-txt {
  position: relative;
  padding-top: 15px;
}

.wrap-crt-roomtype-sntd-txt .title-wrr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.wrap-crt-roomtype-sntd-txt .title-wrr h5 {
  font-weight: 400;
  font-size: 20px;
  color: #263238;
  margin: 0;
}

.wrap-crt-roomtype-sntd-txt .title-wrr p {
  color: #979797;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.wrap-crt-roomtype-sntd-txt .title-wrr p span {
  color: #CD5252;
  font-weight: 700;
  font-size: 20px;
  padding-right: 4px;
}

.txttwra-tw p {
  font-weight: 400;
  font-size: 13px;
  color: #7C7C7C;
  margin-bottom: 5px;
}

.txttwra-tw span {
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  display: block;
  margin-bottom: 19px;
}

.wrap-icn-txt-lst-crtlst {
  position: relative;
}

.wrap-icn-txt-lst-crtlst ul {
  display: flex;
  flex-wrap: wrap;
}

.wrap-icn-txt-lst-crtlst ul li a {
  display: flex;
  align-items: center;
  color: #000000;
}

.wrap-icn-txt-lst-crtlst ul li a:hover {
  opacity: 0.7;
}

.wrap-icn-txt-lst-crtlst ul li {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  width: 50%;
}

.wrap-icn-txt-lst-crtlst ul li i {
  display: flex;
  align-items: center;
  padding-right: 10px;
  width: 30px;
}

.wrap-csrt-last-stdntaccmdls {
  position: relative;
  border-top: 1px solid #ECECEC;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}

.wrap-csrt-last-stdntaccmdls-sngl {
  width: 33.33%;
}

.wrap-csrt-last-stdntaccmdls-sngl p {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin: 0 0 5px;
}

.wrap-csrt-last-stdntaccmdls-sngl span {
  font-weight: 400;
  font-size: 14px;
  color: #979797;
  display: block;
}

.location-lst .stdnt-accmdt-tabwrap-innr {
  border-bottom: none;
}

/* support-new-22-12-2022-css-end */

.sngl-date-slc-iteminr a.active {
  background: #0a1445;
}

.page-template-home #startDate {
  background-color: transparent;
}

.feClass {
  border: 2px solid #d94e53;
  background: #fffcde !important;
}

.preClass {
  border: 2px solid #d94e53;
}

.sublet-title.subAddress.sublet-config {
  color: #d94e53;
}

.ProforSection {
  color: #d94e53;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.ProforSection i {
  color: #000;
}

.wrapperprice {
  color: #cd5252;
}

span.profetDetails {
  color: #7c7c7c;
}

.distSecTwo {
  padding-top: 5px;
}

.sublet-inner-new .sposttype {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 50px;
  padding: 2px 12px;
  background: rgb(217 78 83);
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
  font-size: 14px;
  color: #fff;
}

/* .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
    border-radius: unset !important;
    } */

.posttitleSub h5 {
  color: #000;
}

.sublet-inner-new .sublet-price .sublet-price-lft .billsIn {
  display: inline-block;
  font-size: 12px;
  color: #3fa64d;
}

.adspost-gap {
  padding-top: 150px;
}

.upgradeplan-sec p {
  color: #cd5252;
}

.sublet-inner-new .sublet-title-btm h4 {
  font-weight: 500;
  color: #979797;
  font-size: 16px;
}

.icondtls {
  width: 50px;
}

/* 19/1/2023 Start */
.banner-sec {
  position: relative;
  z-index: 9;
}

.card-body.feClass .sublet-config>* {
  flex: 1;
  margin: 0;
}

.card-body.feClass .sublet-config {
  align-items: center;
}

.main-student-accmdt-img-sldwrap .slick-prev,
.main-student-accmdt-img-sldwrap .slick-next {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  z-index: 2;
}

.main-student-accmdt-img-sldwrap .slick-prev::before,
.main-student-accmdt-img-sldwrap .slick-next::before {
  display: none;
}

.main-student-accmdt-img-sldwrap .slick-prev {
  left: 4px;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.main-student-accmdt-img-sldwrap .slick-next {
  right: 4px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.main-student-accmdt-img-sldwrap .wrap-sld-sml-wrap .slick-prev {
  left: -30px;
}

.main-student-accmdt-img-sldwrap .wrap-sld-sml-wrap .slick-next {
  right: -30px;
}

.modal-content .select2-container--default .select2-selection--single .select2-selection__rendered,
.sde_vstAgent .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.breadNav,
.breadNav a {
  font-weight: bold;
}

.innr-banner-txt-wrap-nw .breadcrumb-item+.breadcrumb-item::before,
.innr-banner-txt-wrap-nw .breadcrumb-item.active,
.innr-banner-txt-wrap-nw .breadNav,
.innr-banner-txt-wrap-nw .breadNav a {
  color: #fff;
}

.stdnt-accmdt-tabwrap-innrLst ul li span {
  margin-left: 10px;
}

.pmpro_invoice-payment-method p {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #CCC;
}

.price-enq-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-enq-wrap>* {
  flex: 1;
}

/* 19/1/2023 End */

.step-form-list li {
  margin: 10px 0;
}


/*27/01/2023 dm*/

.student-accmdtion-top-sec .accodetails-wrap {
  display: flex;
  flex-wrap: wrap;
}

.student-accmdtion-top-sec .student-accmdtion-top-secRw,
.student-accmdtion-top-sec .main-student-accmdt-img-sldwrap {
  width: 100%;
}

/*27/01/2023 dm*/
.fld.removeBtnSec button {
  margin: auto !important;

}

.ui-datepicker {
  width: auto !important;

}

.listingSearch .banner-form-list .banner-form-list-item:not(:first-child) {
  width: 100%;
}

.listingSearch .banner-form-list {
  display: block;
  box-shadow: none;
}

.listingSearch .banner-form-list .banner-form-list-item:first-child {
  padding-left: 0px;
  width: 100%;
}

.listingSearch .banner-form-list .banner-form-list-item:last-child {
  width: 150px;
  margin: auto;
}

.listingSearch .banner-form-list .banner-form-list-item {
  padding: 0;
  position: relative;
}

.listingSearch .form-blocks {
  margin-bottom: 20px;
}

.listingSearch .modal-header {

  padding: 0;
  border-bottom: 0;

}

.listingSearch .banner-form-list .banner-form-list-item:not(:last-child)::before {
  display: none;
}

.listingSearch .form-control {
  background: transparent;
  border: 1px solid #cccccc !important;
  height: 40px !important;
  padding: 10px !important;
}

.listingSearch .dropdown {
  height: 40px;
  border: 1px solid #cccccc !important;
  padding: 3px 10px 0;
}

.listingSearch .banner-form .dropdown .btn {


  color: #000000;
  padding: 0;
  height: 100%;
  background: transparent !important;
  border: 0;
  display: inline-flex;
  align-items: center;
  display: block;
  width: 100%;
  text-align: start;
}

.listingSearch .modal-dialog .btn-close {
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 9;
}

.listingSearch .modal-dialog .closeSection .btn-close {
  position: initial;

}

/* CSS Modification 24.02.23 */
.durationpopup .ui-datepicker .ui-datepicker-prev {
  height: 18px;
}

.durationpopup .ui-datepicker .ui-datepicker-prev,
.durationpopup .ui-datepicker .ui-datepicker-next {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.wrap-innr-roomtype-crtRw .wrap-innr-roomtype-crtClm .wrap-crt-roomtype-sntd {
  height: 100%;
}

.stdnt-accmdt-tabwrap-inn-room-tp .cancelpolicySec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.cancelpolicySec>button:not(:last-child) {
  margin-right: 12px;
}

.cancelpolicySec>button {
  width: calc(calc(100% /2) - 6px);
  font-family: "Helvetica" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #cd5252;
  border: 1px solid #cd5252;
  border-radius: 6px;
  padding: 13px 23px;
  transition: all 0.5s ease;
  height: 44px;
}

.cancelpolicySec>button:hover {
  background: #0a1445;
  color: #fff;
  border-color: #0A1445;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev {
  height: 18px;
}

#listingsearchmodal .modal-body {
  padding: 30px 25px;
}

#listingsearchmodal .modal-content {
  border-radius: 20px;
}

#listingsearchmodal .banner-form .form-group .form-control {
  background: rgba(10, 20, 69, 0.08);
  border-radius: 10px;
  width: 100%;
  height: 48px !important;
  padding: 0 26px 0px 26px !important;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  font-family: "helveticalight";
  border: 0 !important;
  line-height: 48px;
}

#listingsearchmodal .banner-form .dropdown .btn {
  font-size: 14px;
  padding: 0 26px 0px 26px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right .75rem center !important;
  background-size: 16px 12px !important;
}

#listingsearchmodal .banner-form .dropdown {
  height: 48px;
  border: 0 !important;
  background: rgba(10, 20, 69, 0.08);
  border-radius: 10px;
  padding: 0;
}

#listingsearchmodal .banner-form .dropdown-menu {
  min-width: auto;
}

#listingsearchmodal .banner-form .title h5 span {
  vertical-align: -1px;
}

#listingsearchmodal .banner-form .title {
  margin-bottom: 11px;
}

#listingsearchmodal .form-blocks {
  margin-bottom: 25px;
}

/* CSS Modification 24.02.23 */


/* update start 24-02-2023 */
.listingSearch,
.modal-dialog {
  padding-right: 0 !important;
}

.policySec {
  padding: 0 25px 25px;
}

.modal-dialog.enquireDialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 85%;
}

.stdnt_accmdtnSldr_box .stdnt_accmdtn_txtBox h6 {
  min-height: 29px;
}

.page-template-property_details .modal-header {
  padding-left: 25px;
}

.cancelpolicySec>button {
  background: #fff;
  color: #cd5252;
}

.modal-dialog input[type="text"]::placeholder,
.modal-dialog input[type="tel"]::placeholder,
i.modal-dialog input[type="password"]::placeholder,
.modal-dialog input[type="email"]::placeholder,
.modal-dialog #dropdownMenuButton1 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.modal-dialog #dropdownMenuButton1.added_class {
  color: #000 !important;
}

/* update end 24-02-2023 */


/*support 21/3/2023*/
.footer .footer-mainblk a.footer-logo {
  display: inline-block;
  width: 150px;
  text-align: center;
}

.footer .footer-mainblk .footer-lft-con {
  width: calc(100% - 150px);
}

.single-dormitories .prprty_sde_pnl .sde_vstAgent .select2-container--default .select2-selection--single {
  border: 1px solid rgb(0 0 0 / 10%);
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  /*  margin-top: 10px;*/
}

.pmpro-levels .payment-portal-rw .payemnt-portal-innr-wrap-main {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pmpro-levels .payment-portal-rw .payemnt-portal-innr-wrap-main a.getstarted-btn {
  margin-top: auto;
}

.banner-form .dropdown .btn.added_class {
  color: #000000;
}

.pmpro-levels .payment-portal-clm {
  margin-bottom: 30px;
}

.pmpro_confirmation_wrap {
  max-width: 600px;
  margin: 0 auto;
}

.pmpro_confirmation_wrap .conf-details {
  text-align: center;
  /* background-color: #ffffff; */
  padding: 30px 15px;
  box-shadow: 2px 1px 14px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #095509;
  color: #fff;
}

.pmpro_confirmation_wrap .conf-details h2 {
  font-weight: 600;
  color: #fff;
}

.pmpro_actions_nav:not(#pmpro_login .pmpro_actions_nav) {
  justify-content: center;
}

.pmpro-checkout .pmpro_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  padding: 30px 25px;
  box-shadow: 2px 1px 14px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 3px solid rgba(7, 12, 65);
}

.pmpro-checkout .pmpro_checkout .pmpro_level_cost_text {
  background-color: rgba(233, 236, 252, 0.61);
  padding: 15px 8px;
  border-radius: 8px;
  margin-top: 30px;
}

.pmpro-checkout .pmpro_checkout .pmpro_level_cost_text p strong {
  font-size: 18px;
}

.pmpro-checkout .pmpro_checkout .pmpro_level_description_text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
}

.pmpro-checkout #pmpro_form .pmpro_alert {
  text-align: center;
}

.pmpro-checkout #pmpro_form .pmpro_checkout h3 {
  margin: 0;
}

.pmpro-checkout #pmpro_form .pmpro_checkout h3 .pmpro_checkout-h3-name {
  width: 100%;
  margin-bottom: 10px;
}

.pmpro-checkout #pmpro_form .pmpro_checkout .pmpro_checkout-h3-msg a {
  padding: 5px 8px;
  background-color: #CD5252;
  color: #ffffff;
  border-radius: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

.pmpro-checkout #pmpro_form .pmpro_checkout .pmpro_checkout-h3-msg a:hover {
  background-color: #000000;
}

.faq-top-srch-form input[type="text"] {
  color: #000000;
}

.pmpro-checkout .pmpro_checkout .pmpro_checkout-fields span input[type="radio"]+a::before {
  width: 16px;
  height: 16px;
  top: 6px;
}

.pmpro-checkout .pmpro_checkout .pmpro_checkout-fields span input[type="radio"]+a::after {
  width: 16px;
  height: 16px;
  top: 6px;
}

.pmpro-checkout .pmpro_checkout .pmpro_checkout-fields span {
  padding-left: 27px;
}

.pmpro-checkout #pmpro_payment_information_fields.pmpro_checkout h3 .pmpro_checkout-h3-name {
  font-size: 22px;
  margin-right: 0;
}

.pmpro-checkout #pmpro_payment_method span.gateway_paypalexpress {
  display: inline-block;
}

.pmpro-checkout .pmpro_checkout .pmpro_checkout-fields {
  margin-top: 12px;
}

.single-dormitories .enquireDialog .modal-content .select2-container--default .select2-selection--single {
  display: inline-block;
  /*  margin-top: 10px;*/
  padding: 0 15px;
  width: 100%;
}

/*support 21/3/2023*/



/* ========== 10/04/2023 ========== */
body:not(.home) .main-head.fixed .logo {
    max-width: 140px;
    min-width: 140px;
}
body.page-template-postads .main-head {
    background: #0A1343;
}
/* ========== 10/04/2023 END ========== */


/* 14.04.23 start */

.innr-wrap-contctpage-frm span.select2.select2-container.select2-container--default {
    background: rgba(10, 20, 69, 0.08);
    border-radius: 10px;
    margin-bottom: 0;
    height: 63px;
}
.msg-blk span.select2.select2-container.select2-container--default {
  border-radius: 2px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  font-size: 15px;
}
.msg-blk span.select2.select2-container.select2-container--default .selection {
      height: 100%;
    display: inline-block;
    width: 100%;
}
.msg-blk .select2-container--default .select2-selection--single {
      height: 100%;
    border: none;
    display: flex;
    align-items: center;
}
.msg-blk .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 100%;
}


/* 14.04.23 end */



/* ============= 14/04/2023 ============ */
.page-template-contactus .contactfield-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  margin: 0 -8px;
}
.page-template-contactus .contactfield-wrap > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 8px;
  width: 50%;
}
.page-template-contactus .contactfield-wrap > .mobilefields-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-contactus .contactfield-wrap > .mobilefields-wrap > #field_2_8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 12px;
  width: auto;
}
.page-template-contactus .contactfield-wrap > .mobilefields-wrap > #field_2_6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.page-template-contactus .contactfield-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
}
.mobile_enq_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile_enq_wrap > .mobilecode_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 12px;
  width: auto;
}
.mobile_enq_wrap > .mobileno_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.mobile_enq_wrap .mobilecode_wrap .select2-container--default .select2-selection--single {
  padding-right: 20px;
}
.single-dormitories .prprty_sde_pnl .sde_vstAgent .select2-container--default .select2-selection--single {
  background-color: transparent !important;
  padding-right: 20px;
}

.select2-results__option[aria-selected] {
  font-size: 11px;
}
/* ============= 14/04/2023 END ============ */

.wrap-icn-txt-lst-crtlst.room_amenities_icon ul{
  flex-wrap: wrap !important;
}
.wrap-icn-txt-lst-crtlst.room_amenities_icon ul li{
  width: 50% !important; 
}
.acco-details-image-wrap.main-student-accmdt-img-sldwrap .single-sld-awrap img{
  height: auto;
}
/* D Developer 13-11-2024 */
#searchForm .banner-search{
	text-align: center;
}
.advance-filter-btn{
    margin-top: 5px;
    font-size: 14px;
    font-family: "helveticabold";
    color: #000;
    cursor: pointer;
}
.banner-form-list.hide-field .banner-form-list-item:first-child{
	width: 80%;
}
.banner-form-list.hide-field .banner-form-list-item:last-child{
	width: 20%;
}
.banner-form-list.hide-field .advance-filter-field.hide-field{
	display: none;
}
/* D Developer 13-11-2024 */

/* //responsive-start */
/* ================================= */
@media (prefers-reduced-motion: reduce) {
  #sidebar .custom-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* ===================================== */

@media (min-width: 1025px) {

  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}

@media (min-width: 1500px) {
  .container-fluid {
    max-width: 1480px;
  }
}

@media (max-width: 1500px) {
  .msgrit-blk figure {
    width: 500px;
    height: 500px;
  }

  .navbar-nav>li {
    margin: 0 17px;
  }
}

@media (max-width: 1399px) {
  .navbar-nav>li {
    margin: 0 13px;
  }

  .logo {
    max-width: 140px;
    min-width: 140px;
  }

  .navbar-nav>li>a {
    font-size: 16px;
  }

  /* ========== 10/04/2023 ========== */
  body:not(.home) .main-head.fixed .logo {
      max-width: 120px;
      min-width: 120px;
  }
  /* ========== 10/04/2023 END ========== */
}

@media (max-width: 1199px) {
  .sublet-uni-section {
    min-height: 64px;
  }

  .navbar-nav>li>a {
    font-size: 14px;
  }

  .main-head.fixed .navbar-nav>li>a {
    font-size: 14px;
  }

  .navbar-nav>li {
    margin: 0 8px;
  }

  .main-head.fixed .navbar-nav>li {
    /* margin: 0 8px; */
  }

  .red-btn {
    font-size: 14px;
    padding: 10px 14px;
  }

  .main-head.fixed .red-btn {
    font-size: 14px;
    padding: 10px 14px;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 26px;
  }

  .banner-txt h5 {
    font-size: 16px;
  }

  .banner-sec {
    padding: 200px 0 120px;
  }

  .banner-txt h1 {
    max-width: 450px;
  }

  .service-icon span {
    width: 85px;
    height: 85px;
  }

  .service-inner-title h3 {
    font-size: 26px;
  }

  .service-fig figure {
    height: 390px;
  }

  .service-btn {
    font-size: 14px;
  }

  .sublet-price-lft h5 {
    font-size: 14px;
  }

  .leave-msg .msg-con {
    margin-left: 0;
  }

  .msgrit-blk figure {
    width: 350px;
    height: 350px;
    margin-left: auto;
  }

  .msg-fig-con p {
    font-size: 17px;
  }

  .msg-fig-blk {
    padding: 10px 15px;
    bottom: 30px;
    left: 0;
    max-width: 328px;
  }

  .post-add-fig figure {
    height: 320px;
  }

  .contact-banner {
    padding: 170px 0;
  }

  .innr-banner-txt-wrap-nw h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .abt-top-txt-wrap p {
    font-size: 16px;
  }

  .abt-top-txt-wrap {
    margin-top: 30px;
  }

  .about-us-main-page-secTW .abt-top-txt-wrap {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .contact-each-image {
    width: 150px;
    height: 150px;
    padding: 15px;
  }

  .contact-top-pageDtls-wrap h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .post-add-fig::before {
    height: 150px;
    bottom: 25px;
  }

  .leave-msg-wrap .row {
    align-items: center;
  }

  .single_pg_cntnd_inr_head h4 {
    font-size: 30px;
  }

  .single_pg_cntnd_inr_head_ul {
    margin-left: 11px;
  }

  .page-template-booking #bookingTable tr th:last-child {
    width: 9% !important;
  }

  .page-template-booking .p-md-5 {
    padding: 2rem !important;
  }

  .listingimageSec .listbookedstatus {
    bottom: 15px;
    right: -86px;
  }

  .logo {
    max-width: 105px;
    min-width: 105px;
  }

  .navbar-nav>li {
    margin: 0 7px;
  }

  /* CSS Modification 07.12.22 */
  .room_typeRghtCol {
    padding-left: 15px;
  }

  .room_typeBox {
    padding: 20px 15px;
  }

  .lghtBox_bttn_hndle {
    left: 53%;
  }

  /* CSS Modification 07.12.22 */


  /* support-css-22-12-2022-start */
  .student-accmdtion-top-sec {
    padding-top: 150px;
  }

  .stdntaccmdt-top-lst-txt ul li {
    font-size: 16px;
  }

  .stdnt-accmdt-amenties-lstwrap ul li {
    font-size: 16px;
  }

  .tabwrap-inn-room-type-clmlft {
    padding-right: 0;
  }

  .wrap-icn-txt-lst-crtlst ul li {
    font-size: 10px;
  }

  .sld-popupnew-style-wrap .slick-dots {
    display: none !important;
  }

  /* support-css-22-12-2022-end */
  /* CSS Modification 30.12.22 */
  .sublet-inner-new .sublet-wrap-details {
    padding: 15px 20px;
  }

  .sublet-inner-new .sublet-price .sublet-price-lft .durasec {
    font-size: 17px;
  }

  .distSec.distSecTwo table tr td span {
    font-size: 12px;
  }

  .durasec {
    font-size: 13px;
  }

  /* CSS Modification 30.12.22 */

  /* update start 24/02/2023 */
  .stdnt_accmdtnSldr_box .stdnt_accmdtn_txtBox h6 {
    min-height: 1px;
  }

  /* update end 24/02/2023 */
  /* update start RN 23-03-2023 */
  .bookedmarked p {
    font-size: 45px;
  }

  /* update end RN 23-03-2023 */


  /* ========== 10/04/2023 ========== */
  body:not(.home) .main-head.fixed .logo {
      max-width: 90px;
      min-width: 90px;
  }
  /* ========== 10/04/2023 END ========== */
}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(../images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-nav>li.current-menu-item>a:after:not(.dropdown-toggle::after),
  .navbar-nav>li>a:after:not(.dropdown-toggle::after),
  .navbar-nav>li.menu-item-has-children>a:after:not(.dropdown-toggle::after) {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after:not(.dropdown-toggle::after),
  .navbar-nav>li>a:hover:after:not(.dropdown-toggle::after),
  .navbar-nav>li.menu-item-has-children:hover>a:after:not(.dropdown-toggle::after) {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
}

@media (max-width: 991.98px) {
  #sidebar {
    margin-left: -270px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}

@media (max-width: 991px) {

  /* navbar*/
  .d-mr {
    margin-left: auto;
  }

  .navbar {
    align-items: flex-start;
  }

  .navbar-nav>li>a.red-btn.dropdown-toggle {
    margin-right: 15px;
  }

  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px !important;
  }

  .navbar-nav>li>a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .sub-menu>li>a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  .navbar-nav>li>a.dropdown-toggle::after {
    bottom: unset;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #cd5252;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0 !important;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden !important;
  }

  /* push nav end */

  .banner-form-list .banner-form-list-item:not(:first-child) {
    width: calc(100% / 2);
  }

  .banner-form-list .banner-form-list-item:first-child {
    width: calc(100% / 2);
  }

  .banner-form-list .banner-form-list-item {
    padding: 15px;
  }

  /* .banner-form-list{
  margin: -15px;
} */
  .banner-form-list .banner-form-list-item:nth-child(odd) {
    padding-left: 0;
  }

  .banner-form-list .banner-form-list-item:nth-child(even) {
    padding-right: 0;
  }

  .banner-form-list .banner-form-list-item:nth-child(even)::before {
    display: none;
  }

  .banner-form input[type="submit"] {
    font-size: 16px;
    background: url(../images/search.svg) no-repeat center left 22px #cd5252;
    background-size: 14px;
    padding: 0 22px 2px 35px;
    height: 40px;
    max-width: 134px;
  }

  .banner-form input[type="submit"]:hover {
    background: url(../images/search.svg) no-repeat center left 22px #000;
    background-size: 14px;
  }
  #searchForm .banner-search{text-align: left;}

  .hdr-rgt {
    order: 1;
    margin-left: auto;
  }

  .navbar-toggler {
    order: 2;
    margin-left: 25px;
  }

  .banner-sec {
    padding: 170px 0 90px;
  }

  .service-txt {
    padding: 15px;
  }

  .service-fig figure {
    height: 330px;
  }

  .service-icon span {
    width: 70px;
    height: 70px;
  }

  .service-inner-title h3 {
    font-size: 18px;
  }

  .service-btn {
    font-size: 12px;
    padding: 9px 6px 9px;
  }

  .hide-txt p {
    font-size: 14px;
  }

  .sublet-wrap .cmn-hdr {
    max-width: 600px;
  }

  .accomodate-wrap .cmn-hdr {
    max-width: 600px;
  }

  body {
    font-size: 14px;
  }

  .cmn-gap {
    padding: 70px 0;
  }

  .msg-quote {
    flex-basis: 30px;
    max-width: 30px;
  }

  .msg-fig-blk {
    max-width: 300px;
    width: auto;
  }

  .msg-fig-con {
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .msg-fig-con p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .msg-fig-con h5 {
    font-size: 14px;
    max-width: 105px;
  }

  .leave-msg-wrap {
    padding-bottom: 200px;
  }

  .footer .row>* {
    width: 100%;
  }

  .footer-mainblk-rit {
    display: flex;
    margin-top: 20px;
  }

  .post-add-txt h5 {
    font-size: 24px;
  }

  .post-add-txt h6 {
    font-size: 18px;
  }

  .post-add-otr .post-add-each:nth-child(even) .post-add-txt {
    padding-left: 0;
    padding-right: 0;
  }

  .post-add-txt {
    padding-left: 0;
  }

  .post-add-fig figure {
    height: 260px;
  }

  .post-add-section .tower-img {
    bottom: -17%;
    max-width: 350px;
  }

  .post-add-each {
    padding: 25px;
  }

  .post-btn {
    padding: 9px 15px;
    min-width: 100px;
  }

  .contact-top-pageDtls-wrap {
    margin-bottom: 20px;
  }

  .contact-top-page-sec {
    padding: 75px 0 275px 0;
  }

  .cntct-frm-wrapSngl {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .cntct-frm-wrapTW {
    margin: 0 -10px;
  }

  .full-wdt-frm-cnt {
    margin-bottom: 15px;
  }

  .payemnt-portal-innr-wrap-main {
    margin-bottom: 20px;
  }

  .payment-portal-innr-sec {
    padding: 50px 0 75px 0;
  }

  .adfrm .form_input_radio {
    margin-bottom: 20px;
  }

  .navbar-nav>li>a {
    font-size: 16px;
  }

  .ftr-eml-ri8 {
    display: flex;
    align-items: center;
  }

  .ftr-eml-ri8 a {
    display: inline-block;
    margin-bottom: 7px;
  }

  /* .banner-form .form-group .form-control {
    font-size: 14px;
  } */

  /* .banner-form .dropdown .btn {
    font-size: 14px;
  } */

  .row.payment-portal-rw {
    justify-content: center;
  }

  .collapse.navbar-collapse.after-loggedin {
    width: auto;
    position: unset;
    height: auto !important;
    transform: unset !important;
    display: flex !important;
    background: transparent;
    background: transparent;
  }

  .collapse.navbar-collapse.after-loggedin .navbar-nav {
    margin: 0 !important;
    padding: 0;
    flex-direction: row;
  }

  .collapse.navbar-collapse.after-loggedin .navbar-nav>li>a {
    width: auto;
    padding: 10px 26px 10px 8px;
    font-size: 12px !important;
    margin-left: 0;

  }

  .collapse.navbar-collapse.after-loggedin .navbar-nav>li>a.whatsapp-icon {
    padding: 0 !important;
  }

  .kaplan_bridon_lv_col_rtt {
    text-align: left;
    margin-top: 30px;
  }

  .pricing_sectd_rtt_btnns {
    margin-left: 0;
  }

  .pricing_sectd_rtt_trackr {
    margin-left: 0;
  }

  .feature_tab_secn_tab_top .nav.nav-tabs .nav-link {
    margin-right: 50px;
    font-size: 18px;
    padding: 20px 0;
  }

  .feature_tab_secn_tab_top .nav.nav-tabs .nav-link::after {
    height: 3px;
  }

  .sec_headings_cmn_ptt h4 {
    font-size: 30px;
  }

  .sec_headings_cmn_ptt p {
    font-size: 17px;
  }

  .page-template-listing .plisting .short-by,
  .page-template-subletlisting .plisting .short-by {
    margin-top: 30px;
  }

  .page-template-viewproperty .wrapper .wrapper {
    width: 100%;
    margin: 0;
  }

  .pagination span,
  .pagination a {
    font-size: 14px;
  }

  .page-template-booking .table,
  .page-template-wishlist .table {
    width: 960px !important;
  }

  .page-template-wishlist .listingTable,
  .page-template-booking .listingTable {
    overflow: auto;
  }

  .demo .bookedstatus {
    right: 46%;
  }

  .collapse.navbar-collapse.after-loggedin .navbar-nav>li>a {
    display: flex;
    align-items: center;
  }

  /* ===================================================== */
  section .signupcon {
    max-width: 400px;
  }

  section .signupcon .imgBx {
    display: none;
  }

  section .signupcon .user .formBx {
    width: 100%;
  }

  /* ==================================================== */

  /* CSS Modification 07.12.22 */
  .prprty_blwDtls_rght.inner_box {
    position: relative !important;
    top: inherit !important;
    right: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
  }

  .prprty_blwDtls_row {
    --bs-gutter-y: 30px;
  }

  .lghtBox_bttn_hndle {
    left: 50%;
  }

  /* CSS Modification 07.12.22 */


  /* support-css-22-12-2022-start */
  .student-accmdtion-top-sec {
    padding-top: 100px;
  }

  .student-accmdtion-top-secClm-lft {
    width: 100% !important;
  }

  .student-accmdtion-top-secClm-right {
    width: 100% !important;
    padding: 0 10px;
    margin-top: 30px;
  }

  .wrap-right0stdnacmd-txt h2 {
    text-align: left !important;
  }

  .wrap-right0stdnacmd-txt p {
    text-align: left !important;
  }

  .btn-wrap-stdntaccmd-rght ul {
    justify-content: flex-start !important;
  }

  .stdntacmd-rght-lst-wrapList ul {
    justify-content: flex-start !important;
  }

  .tabwrap-inn-room-type-clmlft {
    width: 30% !important;
  }

  .tabwrap-inn-room-type-clmright {
    width: 70% !important;
  }

  .wrap-innr-roomtype-crtClm {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  .all-four-conten {
    padding: 0 !important;
  }

  .new-popup-mdl-img-gallery {
    max-width: 100% !important;
  }

  .slider-sngl-wrap-popup img {
    padding: 0 50px !important;
  }

  .durationpopup.wrap {
    bottom: auto;
    padding: 10px 0;
    /* top: 100%; */
    padding-top: 0;
  }

  /* .sngl-date-slc-iteminr a {
    padding: 2px 10px;
  } */



  /* support-css-22-12-2022-end */
  /* CSS Modification 30.12.22 */
  .logged-in .wrapper .myaaccount-contentarea {
    width: 100%;
  }

  .logged-in .wrapper.wrapper-parrent-active .myaaccount-contentarea {
    width: calc(100% - 270px);
  }

  .page-template-wishlist .myaaccount-contentarea .card-body .distSec .table {
    width: 100% !important;
  }

  /* CSS Modification 30.12.22 */
  .sublet-uni-section {
    min-height: 62px;
  }

  /* 23.1.23 support start */
  .durationpopup.wrap {
    top: 30px
  }

  .banner-form .ui-datepicker {
    width: 100%;
  }

  /* ...23.1.23.... */
  .stdnt-accmdt-amenties-lstwrap ul li {
    margin: 0 10px 10px 0;
  }

  /* .stdnt-accmdt-amenties-lstwrap ul li {
    min-width: auto;
  } */

  .icondtls {
    width: 35px;
  }

  .page-template-property_details .btn-wrap-stdntaccmd-rght {
    position: absolute;
    top: 0;
    right: 0;
  }

  .page-template-property_details .wrap-right0stdnacmd-txt h2 {
    padding-right: 94px;
  }

  .page-template-property_details .wrap-right0stdnacmd-txt p {
    padding-right: 94px;
  }

  .page-template-property_details .student-accmdtion-top-secClm-right {
    position: relative;
  }

  .tabwrap-inn-room-type-clmright .wrap-icn-txt-lst-crtlst ul {
    flex-wrap: inherit;
  }

  /* support 24-01-23 start */
  .inner-tab-frm-wrap-item-nw .tab-content {
    padding: 10px;
    background: #fff;
  }

  /* support 24-01-23 end */

  /* 3/2/23 work start */
  .billing-for-mobile.box-stdn-tx-out {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
  }

  .stdntacmd-rght-lst-wrapList ul li {
    padding-left: 0px;
  }

  .stdntacmd-rght-lst-wrapList ul li+li {
    padding-left: 20px;
  }

  /* 3/2/23 work end */

  /* ============ 14/04/2023 =========== */
  .page-template-contactus .contactfield-wrap > * {
    width: 100%;
  }
  .page-template-contactus .contactfield-wrap > .mobilefields-wrap {
    width: 100%;
    margin-top: 16px;
  }
  /* ============ 14/04/2023 end =========== */



}

@media (max-width: 767px) {
  .banner-form-list.hide-field .banner-form-list-item:first-child,.banner-form-list.hide-field .banner-form-list-item:last-child{width: 50%;}
  .cus-post-add .post-add-txt{flex-wrap: wrap;}
  .cus-post-add .post-add-txt > div{width: 100%;}
  .cus-post-add .post-add-txt a.w-25{width: 130px !important;margin-top: 15px;}
  /* images alignment for wordpress content pages */
  .navbar-nav>li>a.red-btn.dropdown-toggle {
    margin-right: 0;
  }

  .collapse.navbar-collapse.after-loggedin .navbar-nav>li>a.whatsapp-icon {
    margin-left: 8px;
  }


  .navbar-toggler {
    margin-left: 18px;
  }

  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .logo {
    max-width: 100px;
    min-width: 100px;
  }

  .main-head.fixed .logo {
    max-width: 100px;
    min-width: 100px;
  }

  h1 {
    font-size: 36px;
  }

  .banner-txt h5 {
    font-size: 13px;
  }

  .form_input_radio label {
    padding-left: 24px;
    font-size: 14px;
  }

  .form_input_radio label input[type="radio"]+span::before {
    top: 2px;
  }

  .form_input_radio label input[type="radio"]+span::after {
    top: 4px;
  }

  .service-fig figure {
    height: auto;
  }

  .service-inner {
    margin-bottom: 20px;
  }

  .service-txt {
    justify-content: center;
    align-items: center;
  }

  .service-inner-title h3 {
    font-size: 26px;
  }

  .service-icon span {
    width: 100px;
    height: 100px;
  }

  .cmn-btn {
    font-size: 12px;
    padding: 9px 11px;
  }

  .sublet-price-lft h5 {
    font-size: 12px;
  }

  .sublet-inner {
    padding: 15px 15px;
  }

  .sublet-wrap .cmn-hdr {
    max-width: 400px;
  }

  .accomodate-wrap .cmn-hdr {
    max-width: 400px;
  }

  .choose-up-blk {
    margin-bottom: 20px;
  }

  .choose-up-blk p {
    max-width: 250px;
    margin: auto;
  }

  .msgrit-blk figure {
    margin: auto;
  }

  .msg-fig-img {
    margin-top: 50px;
  }

  .msg-blk {
    margin: auto;
  }

  .footer-mainblk {
    margin-bottom: 30px;
  }

  .innr-banner-txt-wrap-nw h4 {
    font-size: 12px;
  }

  .commn-gapTW {
    padding: 70px 0;
  }

  .abt-top-txt-wrap p {
    font-size: 14px;
  }

  .about-us-main-page-secTW {
    padding: 50px 0;
  }

  .contact-banner {
    padding: 140px 0;
  }

  .faq-pageMain-accrdn .accordion-item .accordion-header .accordion-button {
    padding: 25px 95px 25px 20px;
    font-size: 18px;
  }

  .faq-pageMain-accrdn .accordion-body {
    padding: 0 20px 25px 20px;
  }

  .faq-pageMain-accrdn .accordion-item .accordion-header .accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }

  .faq-pageMain-accrdn .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    width: 30px;
    height: 30px;
    background-size: 10px;
  }

  .faq-pageMain-accrdn .accordion-body p {
    font-size: 14px;
  }

  .payemnt-portal-innr-wrap-txt {
    text-align: center;
    padding: 50px 20px 25px 20px;
  }

  .payemnt-portal-innr-wrap-txt h2 {
    font-size: 40px;
  }

  .post-add-txt {
    margin-top: 20px;
  }

  .post-add-wrap .cmn-hdr-rgt {
    font-size: 14px;
  }

  .innr-wrap-contctpage-frm {
    padding: 30px 25px;
  }

  .adfrm .form_input_radio label input[type="radio"]+span::before {
    width: 20px;
    height: 20px;
  }

  .adfrm .form_input_radio label input[type="radio"]+span::after {
    width: 20px;
    height: 20px;
  }

  .adfrm .form_input_radio li {
    margin: 0 15px;
  }

  .post-ad-blk {
    margin-top: 60px;
  }

  .customfile_label::after {
    width: auto;
    padding: 5px;
    font-size: 12px;
    height: 30px;
  }

  .customfile_label {
    padding-left: 0;
    display: block;
    padding-top: 30px;
    font-size: 12px;
  }

  .imageuploadL h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .pricing_sectd_rtt_value .pricing_sectd_rtt_value_sp {
    font-size: 30px;
  }

  .offer_sec_bill {
    font-size: 16px;
  }

  .offer_sec_bill i {
    max-width: 17px;
  }

  .availity_chk_wrapper_in h4 {
    font-size: 18px;
  }

  .availity_chk_wrapper_in {
    display: table;
    margin-right: 0;
  }

  .page-template-listing .card-body .slider-wrapper,
  .page-template-subletlisting .card-body .slider-wrapper {
    margin-bottom: 0;
  }

  .page-template-subletlisting .sublet-title,
  .page-template-listing .sublet-title {
    margin-top: 20px;
  }

  .page-template-listing .accordion .accordion-item button,
  .page-template-subletlisting .accordion .accordion-item button {
    font-size: 16px;
  }

  .page-template-listing .accordion .accordion-button::after,
  .page-template-subletlisting .accordion .accordion-button::after {
    background-size: 16px;
    width: 16px;
    height: 16px;
  }

  .page-template-wishlist .dataTables_wrapper .dataTables_length label,
  .page-template-wishlist .dataTables_filter label,
  .page-template-booking .dataTables_filter label,
  .page-template-booking .dataTables_wrapper .dataTables_length label {
    max-width: 100%;
  }

  .page-template-wishlist .dataTables_wrapper .dataTables_length label,
  .page-template-booking .dataTables_wrapper .dataTables_length label {
    margin-bottom: 20px;
  }

  .page-template-wishlist .dataTables_info,
  .page-template-booking .dataTables_info {
    padding-bottom: 11px;
  }

  #content {
    padding-top: 85px !important;
  }

  .page-template-editprofile .accountsecbtn {
    width: 30%;
  }

  .page-template-changepassword .accountsecbtn {
    width: 30%;
  }

  .card-body .table {
    margin: 20px 0 !important;
  }

  .acctionsec ul {
    justify-content: flex-start;
    margin-top: 20px !important;
  }

  .card-body .form-check {
    max-width: 100%;
    margin-left: 0;
  }

  .demo .bookedstatus {
    right: 44%;
    top: 12px;
  }

  .listingimageSec .listbookedstatus {
    right: -43%;
  }

  .pmpro_invoice-total {
    margin-top: 20px;
  }

  .commn-gapTW {
    padding: 40px 0;
  }

  .instractionSec {
    width: calc(100% - 24px);
    margin: 0 auto;
  }

  #singupModal .modal-body .btn-close {
    filter: inherit !important;
  }

  /* CSS Modification 07.12.22 */
  .room_typeRghtCol {
    padding-left: 0;
  }

  .room_typeRow {
    --bs-gutter-y: 30px;
  }

  .room_typeLftCol.inner_box {
    position: relative !important;
    top: inherit !important;
    right: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
  }

  .lghtBox_prptyRow {
    --bs-gutter-y: 5px;
  }

  .lghtBox_bttn_hndle {
    left: 0;
    width: 100%;
    transform: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  /* CSS Modification 07.12.22 */

  /* support-css-22-12-2022-start */


  /* .stdntaccmdt-top-lst-txt ul {
    flex-wrap: wrap;
  } */

  .wrap-top-stdn-lnks-all-wra .wrap-top-stdn-lnks-all-wralst li a {
    font-size: 14px !important;
    padding: 15px 0 !important;
  }

  .stdnt-accmdt-amenties-lstwrap ul li {
    font-size: 14px !important;
  }

  .stdnt-accmdt-amenties-lstwrap {
    padding: 20px 0 !important;
  }

  .wrapstndaccmdt-top-lft h2,
  .wrapstndaccmdt-top-lft h1 {
    font-size: 25px !important;
  }

  .stdnt-accmdt-amenties-lstwrap h2 {
    font-size: 22px !important;
  }

  .stdnt-accmdt-tabwrap-innr h2 {
    font-size: 25px !important;
    margin-bottom: 15px;
  }

  .stdnt-accmdt-tabwrap-innr p {
    font-size: 16px;
  }

  .stdnt-accmdt-tabwrap-innrLst ul li {
    /* width: 100% !important; */
    font-size: 16px !important;
  }

  .tabwrap-inn-room-type-clmlft {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .tabwrap-inn-room-type-clmright {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .wrap-crt-roomtype-sntd-slider .slick-dots {
    display: none !important;
  }

  .slider-sngl-wrap-popup img {
    min-height: 400px;
    object-fit: cover;
    padding: 0 !important;
  }

  .tagSec {
    right: 0;
    top: 0;
    z-index: 3;
  }

  .banner-form {
    width: 100% !important;
  }

  .filterSec {
    display: flex;
    justify-content: center;
  }

  .form-wrapper {
    display: none;
  }

  .form-wrapper.active,
  .form-wrapper-sorting.active {
    display: block;
  }

  .plisting .short-by-select {
    display: none;
  }

  .page-template-subletlisting .contact-banner {
    padding: 120px 0 60px;
  }

  .page-template-listing .post-add-wrap .listing-head h3,
  .page-template-subletlisting .post-add-wrap .listing-head h3 {
    font-size: 20px;
  }

  .page-template-listing .plisting .short-by,
  .page-template-subletlisting .plisting .short-by {
    margin: 10px 0;
  }

  .form-wrapper-sorting select {
    font-size: 16px;
  }

  .plisting .card-body .table {
    margin: 10px 0 !important;
  }

  .pagination {
    margin-top: 30px;
  }

  .page-template-listing .post-add-wrap .listing-head,
  .page-template-subletlisting .post-add-wrap .listing-head {
    margin-bottom: 30px;
  }

  .page-template-listing .plisting .short-by,
  .page-template-subletlisting .plisting .short-by {
    padding-bottom: 10px;
  }

  .page-template-listing .card-body,
  .page-template-subletlisting .card-body {
    padding: 12px;
  }

  .page-template-listing .contact-banner {
    padding: 120px 0 60px;
  }

  .sublet-title.sublet-config.shortaddres {
    display: block !important;
  }

  .sublet-title.subAddress.sublet-config {
    display: none;
  }

  .page-template-listing .col-md-12 .sublet-title {
    display: none;
  }

  /* .lghtBox_prptyRow{
  height: 350px;
  overflow-y: auto;
} */


  .sngl-date-slc-iteminr a span {
    line-height: 1;
    font-size: 9px;
  }

  .sngl-date-slc-iteminr a h5 {
    font-size: 10px;
  }

  /* support-css-22-12-2022-end */
  /* CSS Modification 30.12.22 */
  .sublet-inner-new {
    padding: 0;
  }

  .sublet-inner-new .sublet-wrap-details {
    padding: 15px 15px;
  }

  .sublet-inner-new .sublet-price .duractionTitle img {
    max-width: 20px;
    max-height: 20px;
  }

  .sublet-inner-new .sublet-price .sublet-price-lft .durasec {
    font-size: 16px;
  }

  .sublet-inner-new .featuredabl span {
    font-size: 18px;
  }

  .sublet-inner-new .featuredabl {
    font-size: 15px;
  }

  .page-template-myadvadicement .myaaccount-contentarea .card-body .form-check {
    width: 150px;
    min-width: 150px;
  }

  .durationpopup.wrap.active {
    margin-top: 20px;
  }

  .banner-form .ui-datepicker {
    width: 100%;
  }

  .tagSec {
    right: 12px;
    top: 12px;
  }



  /* .icondtls {
    width: 35px;
  } */

  /* .stdnt-accmdt-amenties-lstwrap ul li {
    margin: 0 10px 10px 0;
  } */

  .all-four-conten-wrap-sngl {
    padding-top: 30px !important;
  }



  .stdnt-accmdt-tabwrap-innrLst ul li {
    font-size: 14px !important;
  }

  #enqueryModal .modal-header {
    padding: 0;
  }

  .student-accmdtion-top-secClm-right {
    margin-top: 10px;
  }

  .wrap-right0stdnacmd-txt h2 {
    margin-bottom: 5px;
  }

  .btn-wrap-stdntaccmd-rght ul li:only-child {
    padding-left: 0;
  }

  .wrap-sngl-checkbx-roomtype h5 {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .wrap-sngl-checkbx-roomtype h5::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s;
    width: 15px;
    height: 15px;
  }

  .wrap-sngl-checkbx-roomtype h5+.form_input_check {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }

  .wrap-sngl-checkbx-roomtype h5.active+.form_input_check {
    height: auto;
    overflow: visible;
    margin-top: 20px;
  }

  .wrap-sngl-checkbx-roomtype h5.active::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .tabwrap-inn-room-type-clmlft {
    margin-bottom: 0;
  }

  .price-enq-wrap>*,
  .price-enq-wrap>* {
    flex: 0 0 auto;
    width: auto;
  }

  .durasecTwo {
    font-size: 11px;
  }

  .cmn-hdr-lft h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  /* CSS Modification 30.12.22 */
  /* 23.1.23 support start */
  .wrapper-slidertwo,
  .wrapper-sliderthree {
    display: none;
  }


  /* support 24-01-23 start */
  .stdnt-accmdt-amenties-lstwrap ul li {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0;
    margin-bottom: 18px;
    font-size: 21px !important;
    line-height: 1.3;
    color: #000000;
    font-family: "helveticaregular";
    background: transparent;
  }

  .stdnt-accmdt-amenties-lstwrap ul {
    margin: 0 -15px;
    margin-bottom: -18px;
  }

  .stdnt-accmdt-amenties-lstwrap ul li i {
    padding: 0;
    margin-right: 12px;
    width: 36px;
    min-width: 36px;

  }

  .stdnt-accmdt-tabwrap-innrLst ul li i {
    padding: 0;
    margin-right: 12px;
    width: 36px;
    min-width: 36px;
  }

  .wrap-sld-sml-wrap {
    display: none;
  }

  .stdntaccmdt-top-lst-txt ul li {
    width: 50% !important;
    flex: 0 0 auto;
    margin-bottom: 5px;
    padding: 0 15px;
  }

  .stdntaccmdt-top-lst-txt ul {
    margin: 0 -15px -5px;
  }

  /* support 24-01-23 end */

  .student-accmdtion-top-sec .student-accmdtion-top-secRw {
    order: 2;
    padding-top: 0px;
  }

  .student-accmdtion-top-sec .main-student-accmdt-img-sldwrap {
    padding-top: 0
  }

  /* 3/2/23 work start */
  .page-template-property_details .box-stdn-tx-out {
    display: none;
  }

  .student-accmdtion-top-sec .container {
    max-width: 100%;
  }

  .page-template-property_details .billing-for-mobile.box-stdn-tx-out {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }


  /* .stdntaccmdt-top-lst-txt {
    display: none;
  } */

  .page-template-property_details .stdnt-wrap .enqure_dtlsTop {
    margin-top: 0px;
  }

  /* 3/2/23 work end */
  /* update start 24/02/2023 */
  .stdnt_accmdtnSldr_box .stdnt_accmdtn_txtBox h6 {
    min-height: 29px;
  }

  /* update end 24/02/2023 */

  /*support 21/3/2023*/
  .footer .footer-mainblk {
    display: block;
  }

  .footer .footer-mainblk .footer-lft-con {
    width: 100%;
    margin-left: 0;
  }

  .footer .footer-mainblk a.footer-logo {
    margin-bottom: 25px;
  }

  .pmpro-levels .payment-portal-rw .payemnt-portal-innr-wrap-main {
    height: auto;
  }

  .pmpro-checkout #pmpro_form .pmpro_checkout h3 .pmpro_checkout-h3-name {
    margin-bottom: 20px;
  }

  .pmpro-checkout .pmpro_form {
    padding: 30px 15px;
  }

  /*support 21/3/2023*/
  /* update start RN 23-03-2023 */
  .bookedmarked p {
    font-size: 55px;
  }

  /* update end RN 23-03-2023 */

  /* support 30-03-23 start */
  .innr-banner-txt-wrap-nw h1 {
    font-size: 36px;
  }

  .navbar-nav .dropdown-menu {
    min-width: initial;
  }

  .contact-mani-form-page .gform_footer input[type="submit"] {
    padding: 0;
  }

  /* support 30-03-23 end */

  /* support 07-04-23 start  */
  .pmpro-checkout .about-us-main-page-sec.commn-gapTW {
    padding-top: 70px;
  }

  .term-new-class input[type="checkbox"].error+label+span::before {
    top: 20px;
  }

  .about-us-main-page-sec.listing-page-gap {
    padding: 40px 0;
  }

  /* support 07-04-23 end  */


  /* ========== 10/04/2023 ========== */
  body:not(.home) .main-head.fixed .logo {
    max-width: 100px;
    min-width: 100px;
  }
  /* ========== 10/04/2023 END ========== */
  /* ========== 14/04/2023 ========== */
  .student-accmdtion-top-sec .student-accmdtion-top-secRw {
    padding-top: 10px;
  }
  .wrapstndaccmdt-top-lft p {
    font-weight: 600;
  }
  .wrap-right0stdnacmd-txt {
    position: relative;
  }
  .wrap-right0stdnacmd-txt .bill_section_wrap.billing-for-mobile {
    position: absolute;
    top: 0;
    right: -20px;
    padding: 5px 10px;
  }
  .wrap-right0stdnacmd-txt .bill_section_wrap.billing-for-mobile > i {
    width: 18px;
  }
  .wrap-right0stdnacmd-txt .bill_section_wrap.billing-for-mobile > span {
    padding-left: 6px;
    font-size: 15px;
  }
  .page-template-property_details .wrap-right0stdnacmd-txt h2 {
    padding-right: 140px;
  }
  /* ============= 14/04/2023 END ============ */

}

@media (max-width: 575px) {
  .listingSearch .banner-form input[type="submit"] {
    background: url(../images/search.svg) no-repeat center left 25% #cd5252 !important;
    background-size: 17px !important;
  }

  .sublet-uni-section {
    min-height: auto;
  }

  /* .banner-form .form-group .form-control {
    font-size: 11px;
  } */

  /* .banner-form .dropdown .btn {
    font-size: 11px;
  } */

  .sublet-slider .slick-next {
    right: 15px;
  }

  .select-options li .option-btn {
    font-size: 13px;
    padding: 6px 10px 9px;
    border-radius: 5px;
  }

  .innr-wrap-contctpage-frm {
    padding: 30px 25px;
    top: -155px;
  }

  .contact-top-page-sec {
    padding: 50px 0 175px 0;
  }

  .faq-top-srch-form input[type="submit"] {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    padding: 0;
  }

  .faq-top-srch-form input[type="text"] {
    height: 50px;
    padding: 0 55px 5px 20px;
    font-size: 14px;
  }

  #msform fieldset {
    padding-bottom: 100px;
  }

  .next.action-button,
  .next1.action-button {
    bottom: 0;
  }

  .cmn-hdr-lft h2 br {
    display: none;
  }

  .service-fig figure {
    height: 285px;
  }

  .service-icon span {
    width: 85px;
    height: 85px;
  }

  .service-icon span img {
    max-width: 60px;
  }

  .service-inner-title h3 {
    font-size: 20px;
  }

  .page-template-editprofile .accountsecbtn {
    width: 40%;
  }

  .page-template-changepassword .accountsecbtn {
    width: 40%;
  }

  /* CSS Modification 30.12.22 */
  .page-template-myadvadicement .myaaccount-contentarea .sublet-title-new.sublet-title h5 {
    margin-bottom: 0;
    width: 100%;
    padding-right: 0;
  }

  .page-template-myadvadicement .myaaccount-contentarea .sublet-title-new.sublet-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-template-myadvadicement .myaaccount-contentarea .card-body .form-check {
    width: 100%;
    min-width: unset;
    margin-bottom: 10px;
  }

  .booking-wrap ul li {
    width: 100%;
  }

  /* CSS Modification 30.12.22 */
  /* 23.1.23 support start */


  .stdnt-accmdt-amenties-lstwrap ul li {
    min-width: 190px;
  }

  /* 3/2/23 work start */
  .page-template-property_details .stdnt-wrap .enqure_dtlsTop {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-template-property_details .enqre_topLft {
    width: 100%;
  }

  .page-template-property_details .enqre_topRght {
    width: 100%;
  }

  /* 3/2/23 work end */

  /* update start 24/02/2023 */
  .modal-dialog.enquireDialog {
    top: 0 !important;
    transform: translate(-50%, 0%) !important;
    margin-top: 100px;
  }

  /* update end 24/02/2023 */
  .sublet-config {
    align-items: flex-start;
}


}

@media (max-width: 479px) {
  .banner-form-list.hide-field .banner-form-list-item:first-child,.banner-form-list.hide-field .banner-form-list-item:last-child{width: 100%;}
  #searchForm .banner-search{text-align: center;}
  .banner-form-list .banner-form-list-item:first-child {
    width: 100%;
  }

  .banner-form-list .banner-form-list-item:not(:first-child) {
    width: 100%;
  }

  .banner-form-list .banner-form-list-item {
    padding: 8px 0;
  }

  .banner-form-list .banner-form-list-item::before {
    display: none;
  }

  .banner-sec {
    padding: 140px 0 70px;
  }

  h1 {
    font-size: 30px;
  }

  .banner-options .form_input_radio {
    flex-wrap: wrap;
  }

  .form_input_radio li {
    width: 100%;
    margin: 5px 0;
  }

  .sublet-wrap .cmn-hdr {
    max-width: 250px;
  }

  .accomodate-wrap .cmn-hdr {
    max-width: 250px;
  }

  .leave-msg-wrap {
    padding-bottom: 55px;
  }

  .footer-social {
    margin-left: 0;
  }

  .footer-mainblk-rit {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -10px;
  }

  .footer-eml {
    width: 100%;
    padding: 0 0 10px;
  }

  .footer-logo {
    display: inline-block;
    /* max-width: 45px; */
  }

  .footer-lft-con {
    margin-left: 15px;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  .select-options li .option-btn {
    font-size: 11px;
  }

  .select-options li {
    padding: 10px 5px;
  }

  .select-options {
    margin: -10px -5px 10px;
  }

  .contact-each-image {
    width: 120px;
    height: 120px;
    padding: 10px;
  }

  .contact-each-image i img {
    max-width: 40px;
  }

  .contact-top-pageDtls-wrap p {
    font-size: 16px;
  }

  .innr-wrap-contctpage-frm textarea {
    height: 120px;
    padding: 10px 15px !important;
    font-size: 14px !important;
  }

  .innr-wrap-contctpage-frm .form-control {
    height: 50px;
    padding: 0 15px 5px 15px;
    font-size: 14px;
  }

  .innr-wrap-contctpage-frm p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .faq-pageMain-accrdn .accordion-item .accordion-header .accordion-button {
    padding: 15px 95px 14px 20px;
    font-size: 15px;
  }

  .payemnt-portal-innr-wrap-main a {
    font-size: 16px;
    padding: 13px 0 17px;
  }

  .adfrm select {
    height: 50px;
    padding: 0 20px;
  }

  .adfrm #msform .form_input_radio label input[type="radio"]+span::before {
    top: -1px;
  }

  .adfrm #msform .form_input_radio label input[type="radio"]+span::after {
    top: -1px;
    left: 0px;
  }

  #msform .action-button-previous {
    font-size: 14px;
    padding: 7px 8px 8px;
    max-width: 100px;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 40px;
  }

  #msform .action-button {
    font-size: 14px;
    padding: 7px 8px 8px;
    max-width: 100px;
    height: 40px;
  }

  #msform fieldset {
    padding-bottom: 75px;
  }

  .frm-ftr {
    margin-top: 0;
  }

  .form-card {
    margin-bottom: 15px;
  }

  .adfrm #msform .form_input_radio {
    margin-bottom: 0;
  }

  .step-form-radio-otr li:not(:last-child) {
    margin-bottom: 15px;
  }

  .step-form-radio .title {
    margin-bottom: 15px;
  }

  .step-form-list li {
    margin-bottom: 5px;
  }

  .post-ad-blk {
    margin-top: 20px;
  }

  .ui-datepicker-title select {
    padding: 0 20px 0 10px;
  }

  .post-add-txt p br {
    display: none;
  }

  .single_pg_cntnd_inr_head h4 {
    font-size: 25px;
  }

  .single_pg_cntnd_inr_head_ul {
    display: table;
    margin-left: 0;
  }

  .pricing_sectd_rtt_value .pricing_sectd_rtt_value_sp {
    font-size: 26px;
  }

  .kaplan_bridon_lv_col_rtt {
    margin-top: 20px;
  }

  .pricing_sectd_rtt_btnns li {
    display: table;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .pricing_sectd_rtt_btnns li:last-child {
    margin-bottom: 0;
  }

  .pricing_sectd_rtt_btnns {
    width: 100%;
  }

  .btn_enquire_cmn {
    width: 100%;
    font-size: 17px;
  }

  .pricing_sectd_rtt_trackr ul li {
    margin-right: 16px;
  }

  .feature_tab_secn_tab_top .nav.nav-tabs .nav-link {
    margin-right: 18px;
    font-size: 14px;
    padding: 15px 0;
  }

  ul.list_duelull>li {
    flex-basis: 50%;
    max-width: 50%;
  }

  .property_featured_indd {
    font-size: 14px;
  }

  .property_featured_indd i.icn {
    max-width: 20px;
    flex-basis: 20px;
  }

  .property_featured_indd .property_featured_indd_rtt {
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding-left: 8px;
    align-self: center;
  }

  .lghtBox_prptyTop .col-md-8 img {
    height: 350px;
  }

  .page-template-listing .plisting .short-by,
  .page-template-subletlisting .plisting .short-by {
    display: block;
  }

  .page-template-listing .plisting .short-by p,
  .page-template-subletlisting .plisting .short-by p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .page-template-listing .plisting .short-by select,
  .page-template-subletlisting .plisting .short-by select {
    font-size: 16px;
  }

  .page-template-listing .short-by .short-by-select,
  .page-template-subletlisting .short-by .short-by-select {
    max-width: 100%;
  }

  .collapse.navbar-collapse.after-loggedin .navbar-nav>li>a {
    padding: 10px 10px 10px 8px;
    font-size: 11px !important;
  }

  .whatsapp-icon span {
    width: 26px;
    height: 26px;
  }

  .logo {
    max-width: 93px;
    min-width: 93px;
  }

  .page-template-editprofile .accountsecbtn {
    width: 100%;
  }

  .page-template-changepassword .accountsecbtn {
    width: 100%;
  }

  .demo .bookedstatus {
    right: 42%;
    top: 5px;
    font-size: 13px;
    padding: 5px 5px 10px 5px;
  }

  .listingimageSec .listbookedstatus {
    right: -37%;
  }

  .main-head.fixed .logo {
    max-width: 71px;
    min-width: 71px;
  }

  .demo .adstypesec button {
    font-size: 12px;
  }

  .navbar-toggler {
    margin-left: 10px;
  }

  /* CSS Modification 07.12.22 */
  .room_type_lstng>li {
    width: calc(100% / 2);
  }

  .room_typeTable table {
    min-width: 480px;
    margin-bottom: 15px;
  }

  .room_typeTable {
    overflow-y: auto;
  }

  .prprty_sde_pnl {
    padding: 20px;
  }

  .prprty_infoBox_lft,
  .prprty_infoBox_rght,
  .enqre_topRght,
  .enqre_topLft {
    width: 100%;
  }

  .prprty_infoBox_lft {
    margin-bottom: 5px;
  }

  .enqre_topLft {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .prprty_infoBox_wrppr {
    margin-bottom: 15px;
  }

  .room_type_lstng>li:nth-child(3n) {
    padding-right: 5px;
  }

  .room_type_lstng>li:nth-child(2n) {
    padding-right: 0;
  }

  .room_typeImg {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    bottom: inherit;
    margin-bottom: 15px;
  }

  .room_typeTxt {
    width: 100%;
    padding-left: 0;
  }

  .lstng_col_two>li {
    width: 100%;
    padding-right: 0;
  }

  .vstn_agnt_lnk {
    font-size: 16px;
  }

  .enqry_optnBttn_lstng>li>a {
    width: 40px;
    height: 40px;
  }

  .enqry_optnBttn_lstng>li>a img {
    max-width: 18px;
    max-height: 18px;
  }

  .stdnt_accmdtnSldr_hldr {
    margin-right: 0;
  }

  .stdnt_accmdtnSldr .slick-next {
    right: 50px;
  }

  /* CSS Modification 07.12.22 */


  /* support-css-22-12-2022-start */
  .student-accmdtion-top-sec {
    padding-top: 80px !important;
  }

  .wrapstndaccmdt-top-lft .txtone-std {
    font-size: 12px !important;
  }

  .stdntaccmdt-top-lst-txt ul li {
    font-size: 14px !important;
  }

  .stdntacmd-rght-lst-wrapList ul li {
    padding: 0 10px 0 0 !important;
  }

  .main-student-accmdt-img-sldwrap .single-sld-awrap img {
    height: 300px !important;
  }

  .single-sld-awrapsml {
    padding: 0 2px !important;
  }

  .wrap-top-stdn-lnks-all-wra .wrap-top-stdn-lnks-all-wralst {
    flex-wrap: wrap !important;
  }

  .wrap-top-stdn-lnks-all-wra .wrap-top-stdn-lnks-all-wralst li {
    width: 50% !important;
    text-align: center;
  }

  .wrap-icn-txt-lst-crtlst ul li {
    width: 100% !important;
  }

  .wrap-csrt-last-stdntaccmdls-sngl p {
    font-size: 12px !important;
  }

  .wrap-crt-roomtype-sntd {
    padding: 8px !important;
  }

  .inner-tab-frm-wrap-item-nw ul.nav-tabs li button.nav-link {
    padding: 8px 10px;
    font-size: 12px;
  }

  .durationpopup.wrap {
    width: 100%;
  }

  .banner-form input[type="submit"] {
    max-width: 100%;
    justify-content: center;
    padding-left: 45px;
    background: url(../images/search.svg) no-repeat center left 38% #cd5252;
    background-size: 14px;
  }

  .banner-form input[type="submit"]:hover {
    background: url(../images/search.svg) no-repeat center left 38% #000;
  }

  /* support-css-22-12-2022-end */
  /* CSS Modification 30.12.22 */
  .page-template-myadvadicement .myaaccount-contentarea .card-body .sublet-config>*,
  .page-template-wishlist .myaaccount-contentarea .card-body .sublet-config>* {
    width: 100%;
    margin-bottom: 5px;
  }

  .page-template-myadvadicement .myaaccount-contentarea .card-body .sublet-config>*:last-child,
  .page-template-wishlist .myaaccount-contentarea .card-body .sublet-config>*:last-child {
    margin-bottom: 0;
  }

  /* CSS Modification 30.12.22 */

  .durationpopup .wrap-home-bannerfrm-lstNw .closeSection {
    /* top: -37px;
    right: 7px; */
    top: 10px;
    right: 14px;
  }

  .durationpopup.wrap {
    /* padding-top: 47px; */
    padding-top: 0;
  }

  /* ...23.1.23.. */


  .stdnt-accmdt-amenties-lstwrap ul li {
    min-width: 160px;
  }

  /* support 24-01-23 start */
  .stdnt-accmdt-amenties-lstwrap ul li i {
    padding: 0;
    margin-right: 8px;
    width: 20px;
    min-width: 20px;

  }

  .stdnt-accmdt-amenties-lstwrap ul li {
    font-size: 14px !important;
  }

  .stdntaccmdt-top-lst-txt ul li span {
    font-size: 14px;
  }

  .stdnt-accmdt-tabwrap-innrLst .property_featured_indd i.icn {
    min-width: 20px;
    margin-right: 8px;
  }

  /* support 24-01-23 end */
  /* CSS Modification 24.02.23 */
  .stdnt-accmdt-tabwrap-inn-room-tp .cancelpolicySec {
    margin-top: 15px;
  }

  .cancelpolicySec>button {
    width: 100%;
    margin-right: 0;
  }

  .cancelpolicySec>button:not(:last-child) {
    margin-bottom: 15px;
  }

  #listingsearchmodal .banner-form-list {
    padding: 0;
  }

  /* CSS Modification 24.02.23 */

  /* update start 24/02/2023 */
  .cancelpolicySec>button:not(:last-child) {
    margin-right: 0 !important;
  }

  /* update end 24/02/2023 */
  /* update start RN 23-03-2023 */
  .bookedmarked p {
    font-size: 40px;
  }

  /* update end RN 23-03-2023 */

  /* support 30-03-23 start */
  .innr-banner-txt-wrap-nw h1 {
    font-size: 30px;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 10px;
    font-size: 14px;
  }

  /* support 30-03-23 end */


  /* ========== 10/04/2023 ========== */
  body:not(.home) .main-head.fixed .logo {
    max-width: 71px;
    min-width: 71px;
  }
  /* ========== 10/04/2023 END ========== */
  /* ========== 14/04/2023 ========== */
  .stdntacmd-rght-lst-wrapList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .stdntacmd-rght-lst-wrapList ul li {
    padding: 0 20px 0 0 !important;
    margin-bottom: 10px;
  }
  .page-template-contactus .contactfield-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    font-size: 12px;
    padding: 0 20px 0 8px;
  }
  .page-template-contactus .contactfield-wrap span.select2.select2-container.select2-container--default {
    height: 50px;
  }
  .innr-wrap-contctpage-frm .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
    right: 2px !important;
  }
  /* =========== 14/04/2023 end =========== */


}

@media (max-width: 374px) {
  .hdr-rgt ul li:not(:last-child) {
    margin-right: 10px;
  }

  .navbar-toggler {
    margin-left: 15px;
  }

  h2 {
    font-size: 22px;
  }

  .msgrit-blk figure {
    width: 250px;
    height: 250px;
  }

  .msg-blk {
    padding: 25px 15px;
  }

  /* CSS Modification 07.12.22 */
  .room_type_lstng>li {
    width: 100%;
    padding-right: 0;
  }

  .enqry_bttn_lstng li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .enqry_bttn_lstng li:last-child {
    margin-bottom: 0;
  }

  .enqry_bttn_lstng li a {
    width: 100%;
  }

  /* CSS Modification 07.12.22 */
  /* CSS Modification 30.12.22 */
  .page-template-myadvadicement .myaaccount-contentarea .sublet-config.sublet-config-new .sublet-price-lft,
  .page-template-myadvadicement .myaaccount-contentarea .sublet-config.sublet-config-new .sublet-config-rgt {
    width: 100%;
  }

  .page-template-myadvadicement .myaaccount-contentarea .sublet-config.sublet-config-new .sublet-price-lft {
    margin-bottom: 5px;
  }

  /* CSS Modification 30.12.22 */
  /* ..23.1.23 */
  .stdntaccmdt-top-lst-txt ul {
    flex-wrap: wrap;
  }

  /* update start RN 23-03-2023 */
  .bookedmarked p {
    font-size: 30px;
  }

  /* update end RN 23-03-2023 */
  .sublet-config {
    align-items: flex-start !important;
    
}
.subletsdesc p{
  margin-bottom: 10px;
}
.durasecTwo{
height: 40px;
  padding: 5px;
}
}


@media (max-width: 360px) {
  .stdntaccmdt-top-lst-txt ul li {
    font-size: 11px !important;
  }

  .stdntaccmdt-top-lst-txt ul li span {
    font-size: 12px;
  }

  .stdntaccmdt-top-lst-txt ul li {
    padding: 0 10px;
  }

  .stdntaccmdt-top-lst-txt ul {
    margin: 0 -10px -5px;
  }

  .innr-banner-txt-wrap-nw h1 {
    font-size: 25px;
  }

  /* ========= 14/04/2023 =========== */
  .wrap-right0stdnacmd-txt .bill_section_wrap.billing-for-mobile > span {
    padding-left: 5px;
    font-size: 12px;
  }
  .wrap-right0stdnacmd-txt .bill_section_wrap.billing-for-mobile > i {
    width: 12px;
    padding-top: 4px;
  }
  .wrap-right0stdnacmd-txt .bill_section_wrap.billing-for-mobile {
    padding: 3px 6px 5px;
  }
  .page-template-property_details .wrap-right0stdnacmd-txt h2 {
    padding-right: 106px;
  }
  /* ========= 14/04/2023 END =========== */
}

.richText .richText-toolbar ul li a {
  color: #000;
}

.richText .richText-redo,
.richText .richText-undo {
  color: #000;
}

.richText .richText-help {
  display: none !important;
}

.removeBtnSec {
  text-align: center;
}

.removeBtn {
  margin-top: 25px !important;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;

}

.upload__box {
  padding: 40px;
}

.upload__inputfile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all .3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #4045ba;
  border-color: #4045ba;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
}

.upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all .3s ease;
}

.upload__btn-box {
  margin-bottom: 10px;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: '\2716';
  font-size: 14px;
  color: white;
}

.page-template-postsublets .socialLogin .mo_btn svg {
  display: none !important;
}

.page-template-postsublets .socialLogin .mo_btn {
  position: relative;
}

.page-template-postsublets .socialLogin .mo_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../images/g.png');
  background-position: left 5px top;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  height: 34px;
  width: 44px;
}

.page-template-postaccommodations .socialLogin .mo_btn svg {
  display: none !important;
}

.page-template-postaccommodations .socialLogin .mo_btn {
  position: relative;
}

.page-template-postaccommodations .socialLogin .mo_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../images/g.png');
  background-position: left 5px top;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  height: 34px;
  width: 44px;
}

span.optinalcls {
  color: #A9A9A9;
}

.cancelpolicySec {
  display: inline;
}

.page-template-contactus .gfield_label {
  display: none !important;
}

a.emailpvc {
  color: #008ae8;
}

a.emailpvc:hover {
  color: #008ae8;
}

a.termLinks {
  color: #fff;
}

a.termLinks:hover {
  color: #d94e53;
}

.commn-gapTW-property{
  padding: 20px 0;
}
.dscrptn_indvdl_box h4 {
  margin: 0 0 15px 0;
}
a.moreless-button{
  color: #CD5252;
}
/* 13-11-2024 */
.page-id-300 .about-us-main-page-sec{padding-top:70px;}
.custom-breadcrumb h1{font-size:45px}
.custom-breadcrumb{padding-bottom:0;}
.invoice-metadata{display: none;}
@media (max-width: 767px){
  .custom-breadcrumb h1{font-size:36px}
  .page-id-300 .about-us-main-page-sec{padding-top:40px;}
}
@media (max-width: 479px){
  .custom-breadcrumb h1{font-size:30px}
}
body.page-id-300 .main-head,body.page-template-postads .main-head,body.page-template-postsublets .main-head,body.page-id-299 .main-head{
  background: #0A1343;
}
.footernavsec .termLinks:not(:last-child)::after {
  content: "|"; /* Line separator */
  margin: 0 6px 0 10px; /* Add space around the separator */
  color: #999; /* Customize separator color */
}
body.blog .main-head{
	background: #0A1343;
}
.blog-listing{
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
}
.blog-listing article{
	width: 31%;
	background-color: #fff;
    margin-right: 2.3%;
    margin-bottom: 2.3%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 2px 1px 14px 4px rgba(0, 0, 0, 0.1);
}
.blog-listing article figure{
	margin-bottom: 15px;
}
.blog-listing article figure img{
	min-height: 230px;
	object-fit: cover;
}
.blog-listing article figure figcaption{
	display: none;
}
.blog-listing article h2{
	margin-bottom: 0;
	text-transform: capitalize;
	font-size: 30px;
}
.blog-container .pagination{
	margin: 0 0 50px;
	justify-content: center;
}
.blog-container .pagination span, .blog-container .pagination a{
	display: inline-block;
	width: auto;
}
.blog-container .pagination .current,.blog-container .pagination a:hover{
	background: none;
	color: #CD5252;
}
.single-blog-page figure figcaption{
	display: none;
}
.single-blog-page article figure{
	margin-bottom: 20px;
}
.single-blog-page footer.entry-footer{
	margin: 20px auto;
}
.single-blog-page .entry-title{
	text-transform: capitalize;
}
.single-blog-page .post-navigation,.single-blog-page footer.entry-footer .byline,.single-blog-page footer.entry-footer .post-taxonomies{
	display: none;
}
.payemnt-portal-innr-wrap-main  form{
	margin-top: auto;
}
.payemnt-portal-innr-wrap-main  form .pmpro_btn{
	font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 20px 0;
    background: #cd5252;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media(max-width:991px){
	.blog-listing article{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.blog-listing{
		margin: 20px auto;
	}
	.blog-listing article h2{
		font-size: 24px;
	}
	.blog-container .pagination{
		margin: 0 0 20px;
	}
}
@media(max-width:767px){
	.blog-listing article{
		width: 100%;
		margin-right:0;
		margin-bottom: 20px;
	}
  body.single.single-dormitories{
    padding-top: 70px;
  }
}
@media(max-width:479px){
	.payemnt-portal-innr-wrap-main  form .pmpro_btn{
		font-size: 16px;
		padding: 13px 0;
	}
}