a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
button {
  border: none;
}
ul,
li {
  list-style: none;
  display: inline-block;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
*:focus {
  outline: none;
}
*:focus {
  outline: none !important;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--f-pri);
  line-height: inherit;
}
p {
  margin: 0px;
}
button,
a,
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
.skyyble-primary {
  --pri: #4c8ec6;
}
.skyyble-secondary {
  --sec: #ce5986;
}
.marina-primary {
  --pri: #226260;
}
.marina-secondary {
  --sec: #ad0662;
}

.golden-green-primary {
  --pri: #036955;
}
.golden-green-secondary {
  --sec: #d87152;
}

/*Color shades primary 1 start*/
.primary-color1 {
  --pri: #4c8ec6;
  --pri-lt: #6fa4d1;
  --pri-lt3: #e9f1f8;
}

.primary-color2 {
  --pri: #64a0d3;
  --pri-lt: #83b3db;
  --pri-lt3: #ecf4fa;
}

.primary-color3 {
  --pri: #7db2df;
}

.primary-color4 {
  --pri: #9dc7ea;
}

.primary-color5 {
  --pri: #9dc7ea;
}

/*Color shades primary 1 end*/

/*Color shades primary 2 start*/
.primary-color6 {
  --pri: #036955;
}

.primary-color7 {
  --pri: #1b8e77;
}

.primary-color8 {
  --pri: #35b098;
}

.primary-color9 {
  --pri: #57ceb7;
}

.primary-color10 {
  --pri: #9bf0df;
}

/*Color shades primary 2 end*/

/*Color shades primary 3 start*/
.primary-color11 {
  --pri: #0c1c60;
}

.primary-color12 {
  --pri: #1c2e7c;
}

.primary-color13 {
  --pri: #31459c;
}

.primary-color14 {
  --pri: #5367bc;
}

.primary-color15 {
  --pri: #99a8e7;
}

/*Color shades primary 3 end*/

/*Color shades primary 4 start*/
.primary-color16 {
  --pri: #48a598;
}

.primary-color17 {
  --pri: #5fc3b5;
}

.primary-color18 {
  --pri: #7dd6ca;
}

.primary-color19 {
  --pri: #9de5db;
}

.primary-color20 {
  --pri: #c4efe9;
}
/*Color shades primary 4 end*/

/*Color shades primary 5 start*/
.primary-color21 {
  --pri: #226260;
}

.primary-color22 {
  --pri: #38817f;
}

.primary-color23 {
  --pri: #55a3a1;
}

.primary-color24 {
  --pri: #7cc2c0;
}

.primary-color25 {
  --pri: #aededc;
}
/*Color shades primary 5 end*/

/*Color shades secondary 1 start*/
.secondary-color1 {
  --sec: #ce5986;
}

.secondary-color2 {
  --sec: #d96e97;
}

.secondary-color3 {
  --sec: #e389ac;
}

.secondary-color4 {
  --sec: #efb5cb;
}

.secondary-color5 {
  --sec: #f7d6e3;
}

/*Color shades secondary 1 end*/

/*Color shades secondary 2 start*/
.secondary-color6 {
  --sec: #d87152;
}

.secondary-color7 {
  --sec: #e78e73;
}

.secondary-color8 {
  --sec: #f3aa95;
}

.secondary-color9 {
  --sec: #f8cec2;
}

.secondary-color10 {
  --sec: #f9e4de;
}

/*Color shades secondary 2 end*/

/*Color shades secondary 3 start*/
.secondary-color11 {
  --sec: #86b73b;
}

.secondary-color12 {
  --sec: #a2d05c;
}

.secondary-color13 {
  --sec: #bae37c;
}

.secondary-color14 {
  --sec: #d2eea6;
}

.secondary-color15 {
  --sec: #e4f6c8;
}

/*Color shades secondary 3 end*/

/*Color shades secondary 4 start*/
.secondary-color16 {
  --sec: #ad0662;
}

.secondary-color17 {
  --sec: #be2177;
}

.secondary-color18 {
  --sec: #d13d8f;
}

.secondary-color19 {
  --sec: #e074b0;
}

.secondary-color20 {
  --sec: #edb5d4;
}
/*Color shades secondary 4 end*/

/*Color shades secondary 5 start*/
.secondary-color21 {
  --sec: #da816c;
}

.secondary-color22 {
  --sec: #f39984;
}

.secondary-color23 {
  --sec: #f8b1a0;
}

.secondary-color24 {
  --sec: #f9c8bc;
}

.secondary-color25 {
  --sec: #fbe1dc;
}
/*Color shades secondary 5 end*/

/* *,h1,h2,p,span,div,img,strong,i,ul,li {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
} */
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: white;
}

html {
  min-height: 100%;
  padding: 0;
  height: auto !important;
  background-color: #fff !important;
}
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
/*btn css*/
.btnstyle.sm,
.btnWGstyle.sm,
.btnWRstyle.sm {
  min-width: 124px;
  height: 37px;
  font-style: var(--size17);
  line-height: 38px;
  font-weight: 400;
}
.btnstyle {
  border-radius: 4px !important;
  color: var(--white);
  display: inline-block;

  background: var(--pri);
}
.btnstyle.big,
.btnWGstyle.big,
.btnWRstyle.big {
  min-width: 160px;
  height: 50px;
  font-size: var(--size16);
  font-weight: 600;
}
/*.input-block {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.input-block input {
    width: 100%;
    height: 53px;
    border: 1px solid var(--grayb7);
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 16px;
    color: #212529;
}
.input-block select {
    width: 100%;
    height: 53px;
    border: 1px solid var(--grayb7);
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 16px;
    color: #212529;
}

.input-block label {
    width: auto;
    font-size: 14px;
    position: absolute;
    left: 10px;
    background: #fff;
    top: -10px;
    padding: 0px 5px;
    color: #757575;
    line-height: 21px;
}
.input-block {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.input-block input {
    width: 100%;
    height: 53px;
    border: 1px solid var(--grayb7);
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 16px;
    color: #212529;
    transition: all 0.5s;
}

.input-block label {
    width: auto;
    font-size: 14px;
    position: absolute;
    left: 10px;
    background: #fff;
    top: -10px;
    padding: 0px 5px;
    color: #757575;
}*/
.input-block {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.input-block label {
  position: absolute;
  font-size: 13px;
  left: 10px;
  top: -8px;
  width: auto;
  padding: 0px 7px;
  background: var(--white);
  margin: 0px;
  color: var(--gray8e);
  line-height: 20px;
}

.input-block input.form-control,
.input-block textarea.form-control,
.input-block select.form-control {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 7px 17px;
  height: 55px !important;
  font-size: 15px;
  color: var(--black);
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  box-shadow: none;
  border-color: var(--black);
}
.input-block label {
  position: absolute;
  font-size: 13px;
  left: 10px;
  top: -8px;
  width: auto;
  padding: 0px 7px;
  background: var(--white);
  margin: 0px;
  color: var(--gray8e);
}
.input-block.error label {
  color: var(--danger);
}

.input-block.error input {
  border-color: var(--red);
  color: var(--red);
  box-shadow: 0px 0px 0px 1px var(--red);
}
.input-block input:focus {
  border-color: var(--blk);
  color: var(--blk);
  box-shadow: 0px 0px 0px 1px var(--blk);
}
.input-block input:focus ~ label {
  color: var(--blk);
}
.input-block textarea {
  width: 100%;
  height: 110px;
  border: 1px solid var(--grayb7);
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
  color: #212529;
  transition: all 0.5s;
}
/*btn css end*/
.maxwidthBlock {
  max-width: 100%;
  margin: 0px auto;
  width: 100%;
}

.btnstyle.disabled {
  background: var(--colorccc) !important;
  color: var(--white);
}
.headerfullbg {
  background-color: var(--pri);
}
.wrapper1 {
  max-width: 90%;
  margin: 0 auto;
}
.input-block.sm select {
  height: 40px;
}

.input-block.no-margin {
  margin-bottom: 0px;
}
.bold {
  font-weight: bold;
}
.container.full-container {
  width: 100%;
  padding: 0px;
  max-width: 1920px;
  display: inline-block;
  vertical-align: top;
}
.container.full-container .navbar {
  padding: 0px;
}
.checkblock.main label {
  background: var(--white);
  font-size: var(--size15);
  color: var(--blk63);
  margin: 0px;
  width: 100%;
  float: left;
  line-height: 20px;
  position: relative;
  padding-left: 26px;
}

.checkblock.main {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkblock.main input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.checkblock.main label:before {
  width: 17px;
  height: 17px;
  border: 1px solid #dedede;
  content: '';
  display: inline-flex;
  top: 0;
  bottom: 0px;
  margin: auto;
  left: 0;
  position: absolute;
  border-radius: 2px;
}

.checkblock.main input:checked + label:before {
  background: var(--sec);
  border-color: var(--sec);
}

.checkblock.main label:after {
  width: 13px;
  height: 7px;
  content: '';
  display: inline-flex;
  top: 5px;
  margin: auto;
  left: 2px;
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-49deg);
}
.bx_load {
  height: 100%;
  position: fixed;
  z-index: 999;
  width: 100%;
  text-align: center;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
}
.contener_general_destination {
  -webkit-animation: animball_two 1.2s infinite linear;
  -moz-animation: animball_two 1.2s infinite linear;
  -ms-animation: animball_two 1.2s infinite linear;
  animation: animball_two 1.2s infinite linear;
  bottom: 0;
  height: 84px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 84px;
  z-index: 999999;
}

.contener_general_middle {
  -webkit-animation: animball_two 1.2s infinite linear;
  -moz-animation: animball_two 1.2s infinite linear;
  -ms-animation: animball_two 1.2s infinite linear;
  animation: animball_two 1.2s infinite linear;
  bottom: 0;
  height: 84px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 90%;
  vertical-align: middle;
  width: 84px;
  z-index: 999999;
}

.contener_general {
  -webkit-animation: animball_two 1.2s infinite linear;
  -moz-animation: animball_two 1.2s infinite linear;
  -ms-animation: animball_two 1.2s infinite linear;
  animation: animball_two 1.2s infinite linear;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  z-index: 999999;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.ballcolor {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.ball_1,
.ball_2,
.ball_3,
.ball_4 {
  position: absolute;
}

.ball_1 {
  border: 2px solid #cb2025;
  top: 0;
  left: 7px;
}

.ball_2 {
  border: 2px solid #f8b334;
  top: 0;
  left: -7px;
}

.ball_3 {
  border: 2px solid #00a096;
  top: 7px;
  left: 0;
}

.ball_4 {
  border: 2px solid #97bf0d;
  top: -7px;
  left: 0;
}

.popupheader table td.grand-total-cell {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.popupheader table td.grand-total-cell strong {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes animball_two {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes animball_two {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}

@keyframes animball_two {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.md-checkbox.md-theme-default.md-checked .md-checkbox-container {
  background-color: var(--sec);
  background-color: var(--sec);
  border-color: var(--sec);
  border-color: var(--sec);
}
.vue-range-slider.slider-component .slider .slider-process {
  background-color: var(--pri);
}
.vue-range-slider.slider-component .slider-tooltip-wrap .slider-tooltip {
  background: none;
  border: none;
  color: var(--pri);
}
.vue-range-slider.slider-component
  .slider-tooltip-wrap.slider-tooltip-top
  .slider-tooltip::before {
  display: none;
}
.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-top {
  top: -2px;
}
.sign-up-mat-form .input-lbl-top .vue-range-slider {
  margin-top: 12px;
}
.md-list {
  padding: 0px;
}
.md-menu-content {
  border-radius: 5px;
  overflow: hidden;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element {
  background: var(--sec);
}
.md-list.md-theme-default .md-selected .md-list-item-content,
.md-list.md-theme-default .router-link-active .md-list-item-content {
  color: var(--sec);
}
.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-top {
  top: 2px !important;
}
.vue-range-slider.slider-component .slider-tooltip-wrap .slider-tooltip {
  background: transparent !important;
  border: none !important;
  color: var(--pri) !important;
}
.vue-range-slider.slider-component .slider .slider-process {
  background: #000 !important;
}
.header-index {
  position: relative;
  z-index: 11;
}
.social-login {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 25px;
  float: left;
}

.s-btns {
  cursor: pointer;
}
.s-btns img {
  max-height: 45px;
}
.forgotpwd {
  color: var(--pri) !important;
  background-color: transparent;
  border: 1px solid var(--pri);
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  right: 12px;
  top: 14px;
  font-size: 14px;
  height: 27px;
  line-height: 20px;
}

.or-block .or-login-with {
  width: 100%;
  float: left;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.or-block .or-login-with span {
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  padding: 0px 20px;
  line-height: 26px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 1;
  background: #fff;
  position: relative;
  color: var(--blk6c) !important;
}

.or-block .or-login-with:before {
  width: 100%;
  height: 1px;
  background: #dedede;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.login-with-txt {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 19px;
  font-size: 19px;
  text-transform: uppercase;
  color: var(--pri);
}
.saprator-block {
  position: absolute;
  height: 80%;
  width: 1px;
  background: #dedede;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.icon-img-block-lt {
  position: absolute;
  left: 0px;
  width: 60px;
  top: 0;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.icon-img-block-lt img {
  width: 35px;
}

.icon-img-block-lt:before {
  content: '';
  width: 1px;
  position: absolute;
  height: 80%;
  right: 0px;
  background: #fff;
  opacity: 0.6;
}

.checkoutcontainer
  .leftchecklog
  .loginchksteps
  .stepsinherit.active
  .toploginheading
  .changefields.guest-login {
  width: auto;
  padding: 0px 16px;
  border-radius: 6px;
  height: 36px;
  top: 7px;
}
.same-as-check label {
  font-size: 19px;
  display: inline-block;
  margin-left: 0px;
  color: #000;
  margin-bottom: 0px;
}

.same-as-check {
  margin-left: 16px;
  float: right;
  position: absolute;
  right: 20px;
  top: 11px;
  display: flex;
  align-items: center;
}
.same-as-check .theme--light.v-icon {
  color: rgba(255, 255, 255, 1) !important;
}
.active .same-as-check label {
  color: #fff;
  font-size: 15px;
  text-transform: none;
}
.same-as-check .v-input--selection-controls {
  margin-top: 0;
  padding-top: 0;
}
.active .same-as-check label {
  color: #fff;
}
.v-stepper__step--active .steppeHeadingContent {
  color: var(--white);
  text-shadow: none;
}
button.btnstyle.big.half.v-btn {
  background: var(--sec);
  box-shadow: none;
}
.checkbox-block {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.checkbox-block .v-input.checkbox {
  height: 24px;
  margin: 0;
  padding-top: 0;
}
.checkoutcontainer
  .leftchecklog
  .loginchksteps
  .stepsinherit
  .toploginheading.v-stepper__step--active
  span.v-ripple__container {
  background: transparent !important;
}
.select-room-modal .alert-icons-modal i {
  font-size: 80px;
}

.select-room-modal .alert-icons-modal {
  margin-bottom: 8px;
}
.select-room-modal label.v-label {
  margin-bottom: 0;
}
.select-room-modal .v-radio.theme--light {
  margin-bottom: 16px !important;
}

/* new changes */
.room-unavail {
  width: 100%;
  text-align: left;
  margin: 0px 0px 20px 0px;
}

.room-unavail li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  line-height: 39px;
}

.room-unavail li span {
  font-weight: 400;
}

.room-unavail li:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #b88622;
  border-radius: 50%;
  top: -1px;
  bottom: 0;
  margin: auto;
  left: -15px;
}

.room-unavail .btnstyle {
  margin: 0px 10px;
}

.mls-body-section.select-room-modal.inventory-updt {
  padding: 45px 20px;
}

.inventory-updt .v-card__title h2 {
  font-size: 35px;
  padding-bottom: 25px;
  color: var(--sec);
}

.inventory-updt .v-card__text p {
  font-size: 19px;
}

@media screen and (max-width: 575px) {
  .popupheader table td.grand-total-cell {
    font-size: 16px;
  }
  .popupheader table td.grand-total-cell strong {
    font-size: 18px;
  }
}

@media (min-width: 1450px) {
  .wrapper {
    max-width: 1400px;
  }
}
.close-icon {
  float: right;
}

.close-icon img {
  position: absolute !important;
  max-width: 14px;
  right: 20px;
  left: auto !important;
}
.room-detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*<div class=\"close-icon\"><img src=\"http://localhost:3000/templates/villavenezia/assets/img/cancel.png\" class=\"fr-draggable\"></div>*/

.room-detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maxwidthBlock.active header {
  background: var(--pri);
}
.btnstyle.disabled {
  background: var(--colorccc) !important;
  color: var(--white);
}

[contenteditable='false']:before {
  content: 'Non Editable';
  position: absolute;
  margin: 20px;
  width: calc(100% - 40px);
  background: url(../assets/img/non-editable.png) no-repeat center
    rgba(0, 0, 0, 0.2);
  height: calc(100% - 40px);
  justify-content: center;
  align-items: center;
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 7%;
  background-size: 5%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
header {
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}
body {
  padding-top: 139px;
}

.cart-room-selection {
  width: 1000px;
}
.ml-20 {
  margin-left: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}


.rate-policy-ui {
  width: 100%;
  max-width: 698px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 20px 15px;
  width: 95%;
  max-height: 90%;
  overflow: hidden;
  display: flex;
  overflow: auto;
}

.single-policy-content p{
  width: 100%;
}

.policy-popup-ui .rate-policy-ui {

  display: flex;
  overflow: hidden;
}
.rate-policy-ui .Additional-deatil-content{
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
}
.rate-policy-ui .single-policy-content {
    flex: 1;
    overflow: auto;
}
.rate-policy-ui .policies-content {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  margin-bottom: 30px;
  flex: 1;
}
.rate-policy-ui .policies-content .policy-section {
    padding: 0px 30px;
    text-align: left;
    border-right: 1px solid #e5e5e5;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.rate-policy-ui .policies-content .policy-section:first-child {
  padding-left: 0;
}
.rate-policy-ui .policies-content .policy-section:last-child {
  border-right: none;
  padding-right: 0;
}
.rate-policy-ui .policies-content .policy-section .policy-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 13px;
}
.rate-policy-ui .policies-content .policy-section .policy-description {
    font-size: 16px;
    line-height: 1.6;
    flex: 1;
    overflow: auto;
    padding-right: 2px;
}
.rate-policy-ui .additional-content-button {
  border-top: 1px solid var(--grayde);
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
}

.rate-policy-ui .additional-content-button button {
  background: var(--sec);
  color: var(--white);
  padding: 5px 21px;
  border-radius: 4px;
}
.rate-policy-ui #popup-title:empty {
  display: none;
}

.rate-name-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-price h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.left-price h4 .cs-icon {
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.7;
  width: 24px;
  height: 22px;
}

.slider-room-details .rate-name-block {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .rate-policy-ui .policies-content {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    overflow: auto;
  }
  .rate-policy-ui .policies-content .policy-section {
    border-right: none;
    overflow: visible;
    height: auto;
  }
  .rate-policy-ui {
    padding: 30px 20px 18px;
  }
  .rate-policy-ui .policies-content .policy-section .policy-description {
    font-size: 14px;
  }
 .rate-policy-ui .policies-content .policy-section .policy-title {
    font-size: 15px;
    position: sticky;
    top: 0;
    background: #fff;
    padding-bottom: 8px;
    margin-bottom: 0;
}
  .rate-policy-ui .policies-content .policy-section {
    padding: 0px;
  }

}
