body{
  overflow-x:hidden;
}

body.activeOverflow{
  overflow:hidden;
}

/* Font Size */
.font-small{
  font-size:14px !important;;
}

/* Home Modal */
#homeModal a{
  text-decoration:none;
}

#homeModal a.btn-close{
    position: absolute;
    /* right: 25px;
    top: -55px; */
    right:5px;
    top:5px;
    z-index:1;
    font-size: 30px;
    color: #000;
    opacity: 1;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    padding-bottom:5px;
}

#homeModal a.btn-close div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 5px;
}

.homeModalSliders .slick-prev:before, 
.homeModalSliders .slick-next:before{
  color: #000;
}

.homeModalSliders .slick-prev{
  background: #fff;
  left:-60px;
}

.homeModalSliders .slick-next{
  background: #fff;
  right:-60px;
}

@media only screen and (width < 576px) , screen and (max-device-width: 575px){
  .homeModalSliders .slick-prev{
    background: #fff;
    left:-5px;
  }
  
  .homeModalSliders .slick-next{
    background: #fff;
    right:-5px;
  }
} 

/* Spinner */
.spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #EB3223;
  border-left: 4px solid #e3e4e7;
  animation: spinner 1.5s linear infinite;
  margin: 100px;
}

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

/* Pagination */
.pagination-items{
  gap:15px;
}

.pagination-items li.disabled span{
  color:#9DA4AE;
}

.pagination-items li a{
  color:#9DA4AE;
  /* text-decoration:none; */
}

.pagination-items li.active span{
  color:#FF0000;
  text-decoration:none;
}

.pagination-items li a:hover{
  color:#FF0000;
}

.pagination-items li a.active{
  color:#FF0000;
}

ul.pagination{
  display:flex;
}

ul.pagination.active{
  display:none;
}

a.disabled{
  color:#FF0000;
  pointer-events: none;
  text-decoration:none;
}

/* View List (Type) */
.document-container.active{
  overflow-y:auto;
  height:42.8rem;
}

.list-feature-box{
  height:120px;
}

/* Login */
.eye-icon {
  float: right;
  margin-top: -29px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

a.forget-password:hover {
  color: #b7b7b7;
}

.feature-box {
  display: block; 
  background: rgba(255, 255, 255, 0.6);
}

.btn.btn-round-edge-big { border-radius: 20px; }

.login-input {
  border-radius: 20px;
}

input[type="checkbox"] + label {
  color: #000000;
}

input[type="checkbox"]:checked + label {
  color: #000000;
}

.form-control {
  padding: 10px 15px;
}

/* Home */
.welcome-user-container{
  background-color:#fff;
}

/* Menu */
.push-button{
  padding: 38px;
}

.menu-toggle:before {
  border-right: 1px solid #ffffff;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background-color: transparent;
}

.menu-toggle.collapsed:after {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid transparent;
  transform: rotate(45deg);
  background-color: transparent;
}

.menu-toggle:after {
  border-bottom: 1px solid #ffffff;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background-color: transparent;
}

ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
  margin-right: 15px;
}

.d-flex-menu {
  display: flex;
}

.menu-list li a.active {
  color: #e31d1a;
  font-weight: bold;
}

.menu-list li a.active:before {
  content:"\e897";
  font-family: 'feather'; 
  position: absolute; 
  left: -30px;
}

.menu-list .menu-list-item .sub-menu-item li a.active {
  color: #e31d1a;
  font-weight: bold;
}

.menu-list .menu-list-item .sub-menu-item li a.active:before {
  content:"\e897";
  font-family: 'feather'; 
  position: absolute; 
  left: -45px;
}

.menu-list li a {
  color: #ffffff;
}

/* Menu Header */
.bg-black-opacity {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0));
}

.menu-close-icon {
  position: absolute;
  right: 23px;
  top: 27px;
  width: 32px;
  height: 32px;
}

.menu-close-icon:before, .menu-close-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #ffffff;
}
.menu-close-icon:before {
  transform: rotate(45deg);
}
.menu-close-icon:after {
  transform: rotate(-45deg);
}


/* Useful Tools */
.tab-content {
  /* background-color: #ffffff; */
  padding: 40px 15px;
  /* border-radius: 20px; */
}

.price-panel { 
  position: relative; 
}

.price-panel input { 
  margin: 0; 
  border: none; 
  border: 1px solid #e4e4e4; 
  border-radius: 10px;
  padding: 10px 10px 11px 45px; 
  width: 100%; 
  position: relative;
  text-align: right;
  color: #000000;
  font-weight: 600;
}

.price-panel:before {
  position: absolute; 
  content: "RM"; 
  font-family: 'Lato'; 
  position: absolute; 
  left: 10px; 
  z-index: 2; 
  line-height: 44px;
  color: #000000;
  font-weight: 600;
}


.price-input:before {
  position: absolute; 
  content: "RM"; 
  font-family: 'Lato'; 
  position: absolute; 
  z-index: 2; 
  line-height: 40px;
  color: #676767;
  font-weight: 600;
  margin-left: 15px;
}

.interest-panel { 
  position: relative; 
}

.interest-panel input { 
  margin: 0; 
  border: none; 
  border: 1px solid #e4e4e4; 
  border-radius: 10px;
  padding: 10px 10px 11px 45px; 
  width: 100%; 
  position: relative;
  text-align: right;
  color: #000000;
  font-weight: 600;
}

.interest-panel:before {
  position: absolute; 
  content: "\e8a4"; 
  font-family: 'feather'; 
  position: absolute; 
  left: 10px; 
  z-index: 2; 
  line-height: 44px;
  color: #000000;
}

form.calculator {
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 15px;
  border-radius: 20px;
}

.tab-style-05 .nav-tabs.nav-calculator .nav-link.active {
  background: rgba(255, 255, 255, 0.6) !important;
  font-size: 18px;
}

.tab-style-05 .nav-tabs.nav-calculator .nav-link {
  background: rgba(255, 255, 255, 0.6) !important;
  font-size: 18px;
}

.tab-style-05 .nav-tabs.nav-calculator li a {
  padding: 8px 27px;
  border-radius: 10px;
}

/* Menu Project USP */
.menu-list .menu-list-item .sub-menu-item li a.link-project-usp {
  font-size: 20px;
  line-height: 40px;
}

.project-back {
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  position: absolute;
  left: 40px;
  top: 20px;
  z-index: 1;
  text-decoration: none;
}

.background-screen {
  background-repeat:no-repeat;
  background-size:cover;
  background-size:100% 100vh;
  position: relative;
  background-position: top right !important;
}

/* Phase */
.tab-content-no-background {
  background-color: transparent;
}

input.form-check-input {
  padding: 8px;
}

.form-check-input:checked{
  background-color:#e31d1a;
  border-color:#e31d1a;
  padding: 8px;
}

.tab-style-05 .nav-tabs .nav-link.active {
  border: 1px solid #e31d1a !important;
}

.text-sold {
  color: #e31d1a !important;
}

.text-reserved {
  color: #2872c7 !important;
}

.text-available {
  color: #53AD5B !important;
}

.p-12 {
  font-size: 14px;
}

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

.form-card {
  text-align: left
}

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

#msform .action-button {
  width: 100px;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 5px;
  background:#e31d1a; 
  border-color: #e31d1a; 
  color: #ffffff; 
}

#msform .action-button:hover,
#msform .action-button:focus {
  background: transparent; color: #e31d1a; 
}

#msform .reset-button {
  width: 100px;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 5px;
  background: transparent; 
  border-color: #e31d1a; 
  color: #e31d1a; 
}

#msform .reset-button:hover,
#msform .reset-button:focus {
  background:  #e31d1a; color: #ffffff; 
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  color: white;
  border: 0 none;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
}

#msform .action-button-previous.btn-fee-previous {
  padding: 12px 5px;
  margin: 10px 0px 10px 0px;
}

.btn.btn-fee-previous { background:#616161; border-color: #616161; color: #ffffff; }
.btn.btn-fee-previous:hover, .btn.btn-fee-previous:focus { background: #000000; border-color: #000000; color: #ffffff; }

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

#msform input {
  /* margin: 0;
  border: none; */
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  /* padding: 10px;
  width: 100%;
  position: relative; */
  text-align: center;
  color: #676767;
  font-weight: 600;
}

#msform input[type="text"]:disabled {
  color: #676767;
  background-color: #E5E5E5;
}

#msform input[type="text"]:read-only {
  color: #676767;
  background-color: #E5E5E5;
}

#msform input.form-check-input {
  border-radius: 0.25em;
  padding: 8px;
  position: unset;
  margin-top: 0;
  margin-left: 0;
}

#msform input.form-check-input:checked{
  background-color:#e31d1a;
  border-color:#e31d1a;
  padding: 8px;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

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

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #000000
}

#progressbar .active {
  color: #000000
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  z-index: 2;
}

#progressbar #price:before {
  content: "\2022";
}

#progressbar #rebate:before {
  content: "\2022";
}

#progressbar #loan:before {
  content: "\2022";
}

#progressbar #fees:before {
  content: "\2022";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 40px;
  display: block;
  font-size: 40px;
  color: #676767;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
}

.progressbar {
  background-color:#E5E5E5;
  height: 2px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 25px;
  width: 100%;
  z-index: -1;
}


#progressbar li.active:before {
  background: #e31d1a;
  color: #ffffff;
}

#progressbar li.active.red-tick:before {
  font-family: "feather";
  content:"\e83f"!important;
  color: #ffffff;
  line-height: 45px;
}

.rebate-box {
  padding: 20px 0;
  border-radius: 20px;
  border: 1px solid #000000;
  margin: inherit;
}

#mainCarousel {
  margin: 0 auto 1rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}

#mainCarousel .carousel__button.is-prev {
  left: -22px;
}

#mainCarousel .carousel__button.is-next {
  right: -22px;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  /* box-shadow: 0 0 0 2px #e31d1a; */
}

#mainCarousel .carousel__button {
  width: 40px;
  height: 40px; 
  color: #ffffff;
  background: #8b8b8b;
}

#mainCarousel .carousel__button svg {
  stroke-width: 3.5px;
}

/* right comparison */
#mainCarousel2 {
  margin: 0 auto 1rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel2 .carousel__slide {
  width: 100%;
  padding: 0;
}

#mainCarousel2 .carousel__button.is-prev {
  left: -22px;
}

#mainCarousel2 .carousel__button.is-next {
  right: -22px;
}

#mainCarousel2 .carousel__button:focus {
  outline: none;
  /* box-shadow: 0 0 0 2px #e31d1a; */
}

#mainCarousel2 .carousel__button {
  width: 40px;
  height: 40px; 
  color: #ffffff;
  background: #8b8b8b;
}

#mainCarousel2 .carousel__button svg {
  stroke-width: 3.5px;
}

/* Unit Type Comparison */
.fancybox-image, .fancybox-spaceball {
  background: white;
}

.fancybox__image {
  background-color: white;
}

.fancybox__thumbs .carousel__slide>* {
  background-color: white;
}

.carousel__slide{
  height:100%;
}

.absolute-center-parent {
  width: 100%;
  height: 440px;
  position: relative;
}

.absolute-center-child {
  max-width: 100%;
  /* Fill size of parent */
  max-height: 100%;
  /* Fill size of parent */
  /* And remaining lines to center */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px;
}


@media only screen and (max-width:1901px) and (min-width: 1220px) {
  .w-60 {
    width: 20%; 
  }
}

@media (max-width: 1600px) {
  .mobile-fullscreen {
    height: 383px;
  }
}

@media (max-width: 1536px) and (min-width: 1220px) {
  .mobile-fullscreen {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .slider-navigation-style-07.swiper-button-prev.dark {
    left: 130px;
  }

  .slider-navigation-style-07.swiper-button-next.dark {
    right: 130px;
  }
  .mobile-fullscreen {
    height: auto;
  }
  
  /* Phase USP footer */
  .padding-9-rem-bottom {
    padding-bottom: 12rem;
  }
  .p-12 {
    font-size: 10px;
  }
}


@media (max-width: 991px) {
  .tab-style-05 .nav-tabs li {
    padding: 0 20px;
  }

  .tab-style-05 .nav-tabs.nav-calculator li a {
    padding: 8px 27px;
  }

  .eye-icon {
    margin-top: -25px;
  }

  /* Fancy Comparison Slider */
  #mainCarousel .carousel__button.is-prev {
    left: 13px;
  }
  
  #mainCarousel .carousel__button.is-next {
    right: 13px;
  }

  #mainCarousel2 .carousel__button.is-prev {
    left: 13px;
  }
  
  #mainCarousel2 .carousel__button.is-next {
    right: 13px;
  }

  .site-progress-slider .slick-next {
    right: 0px;
  }

  .site-progress-slider .slick-prev {
    left: 0px;
  }

  .mobile-fullscreen {
    height: auto;
  }

  /* Phase USP footer */
  .padding-9-rem-bottom {
    padding-bottom: 18rem;
  }
}


@media (max-width: 767px) {
  .navbar-expand-lg>.container, 
  .navbar-expand-lg>.container-fluid, 
  .navbar-expand-lg>.container-lg, 
  .navbar-expand-lg>.container-md, 
  .navbar-expand-lg>.container-sm, 
  .navbar-expand-lg>.container-xl {
      padding-right: 0;
      padding-left: 15px;
  }

  .d-sm-none {
    display: none;
  }

  /* Fancy Comparison Slider */
  #mainCarousel .carousel__button.is-prev {
    left: 13px;
  }
  
  #mainCarousel .carousel__button.is-next {
    right: 13px;
  }

  #mainCarousel2 .carousel__button.is-prev {
    left: 13px;
  }
  
  #mainCarousel2 .carousel__button.is-next {
    right: 13px;
  }
  
}

@media screen and (max-width: 575px) {
  .tab-content {
    padding: 20px 10px;
  }

  .project-back {
    left: 0;
    top: 0;
  }

  .swiper-button-next, .swiper-button-prev {
    top: 45%;
  }

  /* Fancy Comparison Slider */
  #mainCarousel .carousel__button.is-prev {
    left: -13px;
  }
  
  #mainCarousel .carousel__button.is-next {
    right: -13px;
  }

  #mainCarousel2 .carousel__button.is-prev {
    left: -13px;
  }
  
  #mainCarousel2 .carousel__button.is-next {
    right: -13px;
  }
}


/* e31d1a */

.comparison-box {
  padding: 30px 15px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.slider-navigation-style-02.swiper-button-next.light, 
.slider-navigation-style-02.swiper-button-prev.light {
  color: #fff;
}

.slider-navigation-style-02.swiper-button-next, 
.slider-navigation-style-02.swiper-button-prev {
  border: 2px solid transparent;
  background: #b7b7b7;
  color: #ffffff;
}

.slider-navigation-style-02.swiper-button-next:hover, 
.slider-navigation-style-02.swiper-button-prev:hover {
  border: 2px solid transparent;
  background: #b7b7b7;
}

.slider-navigation-style-02.swiper-button-prev {
  left: -15px;
}

.slider-navigation-style-02.swiper-button-next {
  right: -15px;
}

.social-box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phase-box {
  width: 250px;
  height: 250px;
  padding: 20px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.phase-box > img {
  height: 100px;
  width: 100px;
}

.phase-box:hover{
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}

.phase-box .icon-hover {
  display: none;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 24%;
  transform: translate(0%, -50%);
}

.phase-box:active .icon-hover {
  display: inline;
}

.phase-box:active .icon-original {
  display: none;
}

.phase-box:active .text-gray{
  color: #ffffff;
}

.phase-box:active {
  background-color:#e31d1a;
}

.embed-youtube-icon{
  color:#828282;
  font-size:100px;
}
/* .phase-box:hover .embed-youtube-icon{
  color:#e31d1a;
} */

/* Modal */
.modal-content {
  border-radius: 10px;
}

.modal-body {
  padding: 3rem;
}

.modal-close {
  position: absolute;
  right: -30px;
  top: 0;;
  color: #ffffff;
  font-size: 24px;
}

.modal-footer {
  display: grid;
  justify-content: initial;
  border-top: 1px solid #ffffff;
}

/* Range Slider */
.slider-wrapper{
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
}
.slider-container{
  position: relative;
  width: 100%;
  height: 100px;
}
input[type="range"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.slider-track{
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: linear-gradient(to right, rgb(218, 218, 229) 30%,rgb(218, 218, 229) 74%);
}
input[type="range"]::-webkit-slider-runnable-track{
  -webkit-appearance: none;
  height: 5px;
}
input[type="range"]::-moz-range-track{
  -moz-appearance: none;
  height: 5px;
}
input[type="range"]::-ms-track{
  appearance: none;
  height: 5px;
}
input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  background-color: #ffffff;
  border: 3px solid #e31d1a;
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
}
input[type="range"]::-moz-range-thumb{
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #e31d1a;
  pointer-events: auto;
}
input[type="range"]::-ms-thumb{
  appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #e31d1a;
  pointer-events: auto;
}
input[type="range"]:active::-webkit-slider-thumb{
  background-color: #e31d1a;
}
.values{
  background-color: #e31d1a;
  width: 32%;
  position: relative;
  margin: auto;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
}
.values:before{
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #e31d1a;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
}

.form-range::-webkit-slider-runnable-track {
  background-color: #000000;
}

/* Gallery Image */
.image-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.image-wrapper div {
  overflow: hidden;
}
.image-wrapper img {
  display: block;
  width: -webkit-fill-available;
  height: 200px;
}

.fancybox-thumbs__list a:before {
  background-color: rgba(0,0,0,0.4);
  border: 6px solid transparent;
}


/* Project Place Making */
.card-placemaking {
  position: absolute;
  top: 40px;
  right: 0;
}

.card-placemaking .card-body {
  padding: 2rem;
}

.close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: #ffffff;
}

/* Project Documents */
.back-button{
  color:#fff;
  background-color:transparent;
  border:none;
}

.search-icon-container{
  background-color:#fff; 
  border:1px solid #000; 
  border-right:none;
}

.sort-selection{
  background-color:#fff; 
  border:1px solid #000; 
}

.sort-selection:focus{
  border:1px solid #000; 
  box-shadow:none;
}

.search-input{
  border:1px solid #000; 
  border-left:none;
  outline:none; 
  box-shadow:none;
}

.search-input:focus{
  border:1px solid #000; 
  border-left:none;
  box-shadow:none;
}

.grid-view,
.list-view{
  font-size:1.5rem;
  cursor:pointer;
}

.grid-view:hover,
.list-view:hover{
  color:#EB3223;
}

.view-layout.active,
.view-layout.active{
  color:#EB3223;
}

/* Sticky Side Search */
.right-sidebar {
  position: fixed;
  z-index: 800;
  right:-202px;
  top: 40%;
  transform: translateY(-50%);
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #e31d1a;
  padding: 20px
}

.right-sidebar a {
  display: block;
  width: 100px;	
  cursor: pointer;
}

.button-more {
  position: fixed;
  right: 199px;
  top: -1px;
  padding:10px 20px;
  background-color:#e31d1a;
  color:#fff;
  border-radius:20px 0px 0px 20px;
  text-decoration: none;
}

.open-more{
  right:0px !important;
  -moz-transition-duration: 2s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

.menu-toggle.dark-toggle.collapsed:after {
  border-bottom: 1px solid #000000;
  border-top: 1px solid transparent;
  border-right: 1px solid #000000;
  border-left: 1px solid transparent; 
  transform: rotate(45deg);
  background-color: transparent;
}

.menu-toggle.dark-toggle:after {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background-color: transparent;
}
.dark .menu-toggle:before, .dark .menu-toggle:after {
  background-color: transparent;
}
.menu-toggle.dark-toggle.collapsed{
  top: 10px;
}
.menu-toggle.dark-toggle {
  top: 15px;
}
.menu-list.menu-sidebar-list li a {
  display: contents;
}
.menu-list.dark .menu-list-item .sub-menu-item li a {
  color: #676767;
}
.menu-list.dark li a.active {
  color: #e31d1a;
}
.menu-list.dark li a.active:before {
  content: "\e897";
  font-family: 'feather';
  position: absolute;
  left: -22px;
}
.menu-list.dark .menu-list-item .sub-menu-item li a {
  font-size: 16px;
  line-height: normal;
  color: #828282;
  padding: 0;
}
.menu-list.dark .menu-list-item .sub-menu-item li a.active {
  color: #e31d1a;
}

.menu-list.dark li a {
  font-size: 16px;
}

.slick-slide img {
  /* height: 400px; */
}

.slick-slide.usp-image-size img {
  height: auto;
}

.block-sidebar {
  width: 260px;
  right: -260px;
}

.block-sidebar .button-more {
  right: 259px;
}

/* 
=============
  Section 
=============
*/

/* Project Browsing */
.project-browsing-container{
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index:10;
}

.project-browsing-container a,
.project-browsing-container button{
  width:180px;
  height:40px;
  /* background-color:#fff;
  color:#000; */
  background-color:#E31D1A;
  color:#fff;
  /* border:1px solid #000; */
  border-radius:25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration:none;
}

.project-browsing-container a:hover,
.project-browsing-container button:hover{
  background-color:#E31D1A;
  color:#fff;
}

.project-browsing-container a > i,
.project-browsing-container button > i{
  color:#fff !important;
}

#mylegendplace,
#mylegendstatus{
  z-index:1;
}

.custom-scroll{
  overflow-y:scroll;
}

/*
=================================
Scroll-Bar Style Section
=================================
*/
.custom-scroll::-webkit-scrollbar{
    width:6px;
}

.custom-scroll::-webkit-scrollbar-thumb{
    background-color:rgba(254, 26, 26, 0.886);
    border-radius:5px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover{
  background-color:rgba(137, 15, 15, 0.966);
}

.custom-scroll::-webkit-scrollbar-track{
    background-color:#000;
}

/* 
===============================
  Mobile Responsive (SVG Img)
===============================
*/
@media (max-width: 575px){
  #mylegendplace-container{
    margin-left: 20px !important;
  }

  #mylegendplace-container #mylegendplace{
    margin-top: -150px !important;
  }
}

/* 
======================
  TV Screen Portrait 
======================
*/
@media (max-width: 1080px) and (min-height: 1920px){
  .tv-container{
    height: 100vh; 

    display: grid; 
    align-items:stretch;
  }

  .tv-row{
    align-items:center;
    height:100%;
  }

  .tv-col{
    width:100% !important;
  }

  .tv-cover-background{
    height:100vh;
  }

  .button-virtual-container{
    display:flex;
    justify-content:center;
  }

  .document-container.active{
    height:100%;
  }
}
