
/* ============================================================= */
/* ===========SVG DEFAULT STYLE START======================*/
/* ============================================================= */
body{
  font-family: 'Poppins', sans-serif;
}

  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  
  /* Track */
   ::-webkit-scrollbar-track {
    box-shadow: none; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #203A43; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
   ::-webkit-scrollbar-thumb:hover {
    background: #203A43;
  }
polygon,
rect, 
circle,
circle > text 
{
cursor: pointer;
}




/* ============================================================= */
/* ===========Sidebar Design Start From Here======================*/
/* ============================================================= */

.sidebar 
{
  width: 400px;
    position: fixed;
    top: 74px;
    height: calc(100vh - 80px);
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
    left: 0;
    transition: 0.6s all;
    padding: 15px;
    /* background: #0F2027;
    background: -webkit-linear-gradient(to bottom, #2C5364, #203A43, #0F2027);  
    background: linear-gradient(to bottom, #2C5364, #203A43, #0F2027); */
    transform: translateX(-400px);
    background-color: #fff;
    z-index: 999;
    overflow: scroll;
}

.open-sidebar 
{
  transform: translateX(0px);
  transition: 0.6s all;
}
.close-sidebar 
{
  transform: translateX(-220px);
  transition: 0.6s all;
}

/* .menu-close 
{
    display: inline-block;
    position: absolute;
    right: -24px;
    top: 0px;
    cursor: pointer;
    z-index: 999;
    background-color: #0f2027;
} */

.three 
{
    padding: 17px 0px;
    color: #ecf0f1;
    text-align: center;
    position: absolute;
    left: 15px;
    width: 55px;
    border-radius: 5px;
    top: 0;
    z-index: 999;
}

.hamburger .line{
  width: 34px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-4.is-active .line:nth-child(1),
#hamburger-4.is-active .line:nth-child(3){
  width: 30px;
}

#hamburger-4.is-active .line:nth-child(1){
  -webkit-transform: translateX(5px) rotate(45deg);
  -ms-transform: translateX(5px) rotate(45deg);
  -o-transform: translateX(5px) rotate(45deg);
  transform: translateX(-6px) rotate(135deg);
}

#hamburger-4.is-active .line:nth-child(3){
  -webkit-transform: translateX(4px) rotate(-41deg);
  -ms-transform: translateX(4px) rotate(-41deg);
  -o-transform: translateX(4px) rotate(-41deg);
  transform: translateX(-7px) rotate(50deg);
}

.bar-menu 
{
  color: #fff;
  font-size: 25px;
}

table tr th{
  padding: 10px;
  color: #fff;
  background: #13272e;
  font-weight: 500;
}
table tr{
  border: 1px solid #e2e2e2;

}
table tr td{
  padding: 10px;

}
tr:nth-child(even) {background-color: #f2f2f2;}



.unit-square 
{
  background-color:#0F2027;;
  border-radius: 12px;
  border-bottom: 5px solid #203a43;
  color: #fff;
  font-size: 15px;
  padding: 10px;
}
.unit-square:not(:last-child)
{
  margin-right: 15px;
} 
.unit-number-block 
{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 16px 0px 0px;
}
.booking-sub-title 
{
  font-size:15px;
  color: #0F2027;
    font-weight: 600;
}
.booking-title 
{
    color: #0F2027;
    font-weight: 600;
    font-size: 16px;
}
.current,
.previous,
.cancel
{
  margin-bottom: 15px;
}
/* ============================================================= */
/* ===========Sidebar Design Ends From Here======================*/
/* ============================================================= */


/* ============================================================= */
/* ===========HEADER Design Start From Here======================*/
/* ============================================================= */

/* nav > .nav-item 
{
  margin-right: 10px;
} */
.navbar-toggler-icon
{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler-icon:focus 
{
  outline: none !important;
  border: none !important;
}
.navbar-toggler:focus 
{
  outline: none !important;
  border: none !important;
}

header 
{
  background: #0F2027;
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  
background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
position: relative;
width: 100%;
padding: 10px 0px;
}

.navbar-nav 
{
  flex-direction: row;
  justify-content: end;
  height: 100%;
  align-items: center;
}
.navbar-nav > .nav-item > .nav-link 
{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.navbar-nav > .nav-item > .nav-link:hover,
.navbar-nav > .nav-item > .nav-link:focus  
{
  color: #fff;
}
.dropdown-menu 
{
  background-color:  #2C5364;
  padding: 0px 0px; 
  min-width: 6rem;
  border-bottom: 2px solid  #0F2027;
}
.dropdown-item 
{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 24px;
  border-radius: 0;
  border-bottom: 2px solid  #0F2027;
  background-color:  #2C5364;
}
.navbar-nav .show>.nav-link
{
  color: #fff;
}

.nav-item:not(:last-child)
{
  margin-right: 20px;
}

ul 
{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
ul > li  
{
  font-weight: 500;
  color: #47404f;
  display: inline-flex;
  align-items: baseline;
  font-size: 18px;
}

.img-fluid-01{
  max-width: 50%;
    height: auto;
}
.img-fluid-02{
  max-width: 50%;
    height: auto;
}
.img-fluid-03{
  max-width: 10%;
    height: auto;
}
.my-profile-icon{
  max-width: 35px;
}
/* ============================================================= */
/* ===========HEADER Design End From Here======================*/
/* ============================================================= */




/* ============================================================= */
/* ===========Modal Design Start From Here======================*/
/* ============================================================= */
.modal-header 
{
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); 
color: #fff;
font-weight: 600;
font-size: 18px;
}
.close > span
{
  color: #fff !important;
}
.modal-header > h5 
{
  color: #fff;
font-weight: 600;
font-size: 18px;
}

ul > li > span,
.modal-title 
{
    font-weight: 600;
    color: #47404f;
}
 
.book-btn 
{
background-color: #4caf50;
}

.cancel-btn 
{
background-color: #f44336;
}
.book-btn,
.cancel-btn 
{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    box-shadow: none;
    outline: none;
    padding: 8px 30px;
    border-radius: 5px;
    font-weight: 600;
}
.book-btn:hover, 
.cancel-btn:hover,
.book-btn:focus, 
.cancel-btn:focus 
{
    box-shadow: none;
    outline: none;
    color: #fff;
}

.book-text 
{
    display: none;
    transition: 0.6s all;
    font-weight: 600;
    color: #4E8902;
    margin-bottom: 0px;
}
.cancel-btn 
{
    display: none;
    transition: 0.6s all;
}
.cancel-btn-show 
{
    display: block;
    transition: 0.6s all;
}
.book-text-show 
{
    display: block;
    transition: 0.6s all;
}

.book-icon 
{
    color: #4E8902;
}

.plot-info 
{
    display: flex;
    justify-content: space-between;
}

#timer
{
    justify-content: flex-start;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
}

span
{
    display: block;
    font-size: 20px;
    color: #47404f;
    font-weight: 600;
}
  
#days
{
    font-size: 24px;
    color: #db4844;
    text-align: center;
}
#hours
{
    font-size: 26px;
    color: #f07c22;
    text-align: center;
    font-weight: 600;
}
#minutes
{
    font-size: 26px;
    color: #f6da74;
    text-align: center;
    margin:0px 20px;
    font-weight: 600;
}
#seconds 
{
    font-size: 26px;
    color: #abcd58;
    text-align: center;
    font-weight: 600;
}
.modal-backdrop 
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.block-info 
{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.mobile-menu 
{
  display: none;
}
/* ============================================================= */
/* ===========Modal Design End From Here======================*/
/* ============================================================= */


/* three-box */
.section-title{
  font-weight: 700;
  margin-top: 30px;

}
.card-header 
{
    background-color: #161616;
}

.card 
{
    border: none;
    box-shadow: 0px 0px 6px 2px #2c536465;
    border-radius: 5px;
    border-bottom: 5px solid #00a651;
}

.accordian-btn
{
    border: none;
    outline: none;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.accordian-btn:focus,
.accordian-btn:hover 
{
    border: none;
    outline: none;
    box-shadow: none; 
    color: #ffffff;
    text-decoration: none;
}

.card-body 
{
   border-top: 2px solid #0F2027;
   border-radius: 0px;
   height: 515px;
    overflow: scroll !important;
}
.layout-parents{
  border: 1px solid #d8d8d8;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.sub-title 
{
  color: #ffffff;
  font-weight: 500;
  padding: 10px 10px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #03a9f4;
}

.layout-1
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

hr 
{
    background-color: #fff;
    height: 2px;
    border-radius: 5px;
}
.layout-1-unit 
{
    background-color: #fff;
    border-radius: 5px;
    /* border-bottom: 5px solid #ff7f27; */
    color: #ff7f27;
    font-size: 13px;
    padding: 5px;
    font-weight: 600;
    border: 2px solid #ff7f27;
}

.layout-1-unit-confirm 
{
    background-color: #fff;
    border-radius: 5px;
    /* border-bottom: 5px solid #ff7f27; */
    color: #4caf50;
    font-size: 13px;
    padding: 5px;
    font-weight: 600;
    border: 2px solid #4caf50;
}
.layout-1-unit-reject
{
    background-color: #fff;
    border-radius: 5px;
    /* border-bottom: 5px solid #ff7f27; */
    color:#f44336;
    font-size: 13px;
    padding: 5px;
    font-weight: 600;
    border: 2px solid#f44336;
}
.timer-block 
{
    justify-content: flex-start;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
}

#days
{
    font-size: 14px;
    color: #db4844;
    text-align: center;
    display: flex;
    flex-direction: column;
}
#days,
#hours0,
#hours1,
#hours2,
#hours3,
#hours4,
#hours5,
#minutes0,
#minutes1,
#minutes2,
#minutes3,
#minutes4,
#minutes5,
#seconds0, 
#seconds1,
#seconds2,
#seconds3,
#seconds4,
#seconds5
{
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: auto;
}

#timer 
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161616;
    border-radius: 3px;
}
.cancel-btn-booking  
{
  background-color: #f23325;
  color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
  outline: none;
  border: none;
  font-size: 15px;
   text-transform: capitalize;
}
.seperation 
{
    color: #fff;
}
.cancel-btn-booking:hover,
.cancel-btn-booking:focus 
{
    color: #fff;
    box-shadow: none;
    outline: none;
}

.date-display > span
{
    color: #0F2027;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

.time-out > span
{
    color: #f44336;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}
.cancel-modal-header 
{
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); 
}
.cancel-modal-header > h5 
{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.modal-close 
{
    font-size: 35px;
    color: #f44336;
}
.cancel-modal-header  > .close 
{
 color: #fff;
}
.modal-body > h4 
{
    color: #0F2027;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize; 
    margin-top: 25px;
}
.cancel-modal-body 
{
    text-align: center;
    padding: 20px 0px;
}
/* end */

@media screen and (max-width:1200px) 
{
   
   .map 
  {
    width: 1000px;
  }
  .block-info 
  {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .map 
  {
    width: 1000px;
    height: 1500px;
    overflow: auto;
    margin: 0px auto;
  } 
  svg 
  {
    width: 1920px;
  }
  .three 
  {
    left: 0;
  }
} 
@media screen and (max-width:1024px)
{
  .map 
  {
    width: 900px;
  }
}  
@media screen and (max-width:991px) 
{
    .navbar-nav 
    {
      align-items: flex-end;
    }
    .nav-item:not(:last-child) {
      margin-right: 0px;
    }
    .navbar-nav .dropdown-menu
    {
      position: absolute;
    float: none;
    min-width: 6rem;
    left: -17px;
    }
    .navbar-nav > .nav-item:not(:last-child) 
    {
      margin-right: 13px;
    }
    .navbar-nav 
    {
      flex-direction: row;
    }
}
@media screen and (max-width: 768px)
{
  .map
  {
    width: 700px;
  }
  .navbar-nav > .nav-item > .nav-link{
    font-size: 15px;
  }
  .navbar-toggler 
  {
    padding: 0;
  }
  .logo-main 
  {
    margin-left: 15px;
  }
  .img-fluid-02 {
    max-width: 26%;
  }
  .container-02{
    width: 100%;
  }
  .social-login{
    display: none;
  }
  .height-profile{
    max-height: 520px;
  }
  .new-row-profile{
    position: relative;
    top: -85px;
  }
  .profile-right-btn{
    text-align: center;
  }
}
@media screen and (max-width: 767px)
{
  nav 
  {
    flex-direction: column;
    justify-content: center;
  }
 
  .logo-main 
  {
    margin-left: 0px;
  }
  .sidebar 
  {
    top: 73px;
  }
  .desktop-menu 
  {
    display: none;
  }
  .mobile-menu 
  {
    display: block;
    color: #000;
  }
  .navbar-nav > .nav-item > .nav-link 
  {
    color: #000;
  }
  .responsive-menu{
    text-align: end;
  }
  .responsive-menu-mobile{
    text-align: center;
  }
  .new-menu{
    text-align: center;
  }
  .main-02{
    padding: 5px 0;
  }
  .signin-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 576px)
{
  .map
  {
    width: 540px;
  }
  .navbar-nav > .nav-item > .nav-link 
  {
    font-size: 14px;
    color: #000;
  }
  .navbar-nav > .nav-item > .nav-link:hover, 
  .navbar-nav > .nav-item > .nav-link:focus 
  {
    color: #000;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 480px)
{
  .map
  {
    max-width: 448px;
  }
  span 
  {
    font-size: 19px;
  }
}

@media screen and (max-width: 470px) 
{
  .block-info,
  .plot-info 
  {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modal-content 
  {
    margin: 0 auto;
    width: 70%;
  }
  span {
    font-size: 28px;
}
  ul > li 
  {
    font-size: 25px;
  }
  #hours > span,
  #minutes > span, 
  #seconds > span 
  {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) 
{
  .map
  {
    max-width: 400px;
  }
  nav {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  }
  .three{
    padding: 12px 0px;
  }
  .signup-content {
    padding: 20px 0;
  }
  .signup {
    margin-bottom: 10px;
}
  figure {
    margin-bottom: 10px;
    text-align: center;
  }
  .height-profile{
    max-height: 800px;
  }
  .new-row-profile{
    position: relative;
    top: -85px;
  }
  .profile-right-btn{
    text-align: center;
  }

}

@media screen and (max-width: 375px) 
{
  .map
  {
    max-width: 360px;
  }
  .three{
    padding: 9px 0px;
  }
}


@media screen and (max-width: 414px)
{
  /* .map
  {
    max-width: 414px;
  } */
  .modal-content 
  {
    margin: 0 auto;
    width: 80%;
  }
  .dropdown-menu 
  {
    transform: translate3d(-34px, 40px, 0px);
  }
}
@media screen and (max-width: 320px)
{
  .map
  {
    max-width: 290px;
  }
  .navbar > img 
  {
    max-width: 200px;
  }
  .sidebar 
  {
    top: 58px;
  }
  .modal-content 
  {
    margin: 0 auto;
    width: 100%;
  }
  .logo-main 
  {
    max-width: 41%;
  }
  .navbar-nav 
  {
    margin-top: 20px;
  }
  .new-login-size{
    font-size: 11px !important;
  }
  .three{
    padding: 6px 0px;
  }
  .yearly-layout{
    font-size: 20px;
  }
  .main-02{
    padding: 5px 0;
  }
  .signin-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

