.swiper {
      width: 100%;
      height: auto;
    }
    
    
 .AllBG{
     width: 100vw;
    background: #00000087;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    right: 0;
    bottom: 0;
 }   
 
 .sidebar h4{
     margin-top: 40px;
 }
    
    
.swiper-button-prev:after {
    content: 'prev';
    font-size: 15px;
    width: 7px;
    height: 17px;
    font-weight: bold;
}

.swiper-button-prev{
    left: 8%;
    bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: white;
}
.swiper-button-next{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: white;
}
.swiper-button-next:after {
    content: 'next';
    font-size: 15px;
    width: 7px;
    height: 17px;
    font-weight: bold;
}
.swiper-pagination-fraction{
        position: relative;
    display: block;
    color: white;
    font-size: 15px;
}

.sliderOpt{
        width: 130px;
    position: absolute;
    right: 8%;
    bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}


#wrapper {
  padding-left: 50px;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 350px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: -250px;
  width: 350px;
  height: 100%;
  /*overflow-y: auto;*/
  background: white;
  padding-top: 15px;
  transition: all 0.5s ease;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
      position: fixed;
}
#wrapper.toggled #sidebar-wrapper {
  left: -250px;
  margin-left: 250px;
}

#page-content-wrapper {
  width: 100%;
  padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -50px;
}

/* Sidebar Styles */

nav.sidebar {
    margin-top: 100px;
  padding: 10px 40px;
}
.sidebar li.title {
  letter-spacing: 0.01em;
  font-size: 2rem;
  line-height: 4.2rem;
}
.sidebar ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
.sidebar ul li {
  display: block;
}
.sidebar ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: black;
}
.sidebar ul li a [class*="icon"] {
  margin-right: 15px;
}

.sidebar ul li a.dropdown-toggle:after {
  right: 20px;
  bottom: 5px;
}
.sidebar .sidebar__main {
    border-bottom: 1px solid #373737;
}
.sidebar .sidebar__toggled {
  font-size: 2rem;
  line-height: 3.4rem;
}
.sidebar ul li.title,
.sidebar .sidebar__main--brand a {
    color: #999999;
}

.dropdown-toggle {
  padding-right: 20px;
}
/*#main-toggle:after,*/
/*.dropdown-toggle:after {*/
/*  font-family: 'Glyphicons Halflings';*/
/*  font-size: .7em;*/
/*  position: absolute;*/
/*  margin-left: .25em;*/
/*  bottom: 0;*/
/*  content: "\e114";*/
/*}*/

.reserve{
        border: 3px solid #ff6d6d;
}


.contentSize{
    margin: 0 0 auto auto;
    width: calc(100% - 70px);
}


#logo-container {
       position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.5s ease-in-out;
}

#logo {
    width: 50px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
    right: 10px;
    position: absolute;
    top: 0;
}

/* Apply the translation after the logo is clicked */
#logo.move-logo {
  transform: translate(-135px, 30px) scale(1.5);
}

#hamburgerBTN{
    
    top: 80px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
    position: absolute;
    right: 20px;
    width: 32px;
}

.hideBTN,.toggleX{
    display:none;
}

.closeMenu{
    position: absolute;
    top: 10px;
    width: 30px;
    right: -40px;
}

.owlBG{
    background:url( '/images/bg-circles.svg' ) top right no-repeat;
}

.pt-10p {
      padding-top: 5%;
      padding-bottom: 33px;
      background: url('/images/subheader-line.svg') left bottom no-repeat;
      
}
.labelP{
    display: block;
    font-size: 56px;
    font-weight: 300;
    white-space: nowrap;
    color: #3ac2e4;
}

.mt-2p {
  margin-top: 2%;
  /*padding-right: 5%;*/
      padding-right: 8.33%;
  line-height: 25px;
}

.chooseApt{
        position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 56px;
    padding: 0 47px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    white-space: nowrap;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    background: #cfa36d;
    border: none;
    border-radius: 28px;
    box-shadow: 16px 0 20px rgba(86, 63, 0, 0.08);
    margin-top: 40px;
}

.contactHeader{
        position: absolute;
    z-index: 999;
    top: 60px;
    right: calc(6.25vw - 4px);
}

.ch_phone{
        position: relative;
    font-size: 28px;
    font-weight: 300;
    text-decoration: none;
    vertical-align: middle;
    color: white;
}

.ch_time{
       margin: 15px 0 10px;
    font-weight: 700;
    text-align: center;
    color: white;
}

.ch_hours{
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: white;
}

.pt-10p_video {
    /*padding-top: 5%;*/
    padding-bottom: 33px;
    background: url(../images/subheader-line.svg) center bottom no-repeat;
}


.youtube-wrapper {
  position: relative;
  width: 560px;
  height: 315px;
}

.play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url('https://img.icons8.com/ios-filled/100/ffffff/play--v1.png') no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

/*iframe {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*}*/

.mt-10{
    margin-top:10px;
}

#first_1{
  cursor: pointer;  
}


.video-js{
    width:100%;
}

.mb-20 {
  margin-bottom: 20px;
}

.flex-container{
    display:flex;
}

.sectionBlock{
        margin: 1%;
    width:20%;
}

.sectionBlock img{
    width: 90%;
}


 .border-bottom-table {
    width: 100%;
    border-collapse: collapse; /* Ensures borders collapse into one */
  }

  .border-bottom-table th,
  .border-bottom-table td {
    padding: 10px;
    text-align: left;
  }

  .border-bottom-table tr {
    border-bottom: 1px solid #ccc; /* Only bottom border for rows */
  }

  .border-bottom-table tr:last-child {
    border-bottom: none; /* Remove border from last row */
  }
  
  
  .blockImg{
      width: 100%;
  }
  
  .bg-circles{
      background: url('/images/bg-circles.svg') right bottom no-repeat #6a82aa;
  }
  
  .checkbox input{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}


.checkbox input:checked + label {
    background-color: #7293cb;
}

.checkbox label{
        padding: 0;
    display: block;
     box-sizing: border-box; 
     width: 100%; 
     height: 100%; 
     text-align: center; 
     background: rgba(255, 255, 255, 0.05); 
     border-right: 1px solid rgba(255, 255, 255, 0.2); 
     transition: background-color 0.3s;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     min-height: 30px !important;
    line-height: 34px !important;
}

#productTable tbody tr:hover {
  position: relative; /* add this line */
  z-index: 1;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor:pointer;
}
#productTable tbody td:not(:nth-child(4)):not(:nth-child(5)) {
    /*text-align: left;*/
    vertical-align: middle;
    font-size: x-large;
    font-weight: bold;
        text-align: center;
}

#productTable tbody td:nth-child(4),
#productTable tbody td:nth-child(5) {
  font-size: 18px;
    vertical-align: middle;
    text-align: center;
}

#productTable thead th{
    font-weight: 400;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}

.checkbox input:not([disabled]):not(:checked) + label:hover,.checkbox input:focus + label {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
}

ul{
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding:0;
}

.checkbox:last-child{
    margin-bottom: 0px;
}
.checkbox{
   margin: 0; 
   margin-bottom: 5px;
   padding: 0;
}
.roomsWidth{
    color: white;
    width: 51%;
}

.theme-green .back-bar .pointer-label {
    color: #CFA36D !important;
}

.slider-container .back-bar .pointer-label {
    background: none !important;
    top: -26px !important;
    font-size: 16px !important;
}

.theme-green .back-bar {
    height: 2px !important;
}

.theme-green .back-bar .selected-bar {
    background-color: #CFA36D !important;
    background-image: none !important;
}

.scale{
    display:none !important;
}

.theme-green .back-bar .pointer{
    border: 1px solid #CFA36D !important;
    background-color: #CFA36D !important;
    background-image: none !important;
}

.priceRangeParent .pointer-label.high{
    left:74% !important;
}

.floorplanRangeParent .pointer-label.high{
    left:95% !important;
}

.floorRangeParent .pointer-label.high{
    left:99% !important;
}

.floorRangeParent .pointer-label.low, .floorplanRangeParent .pointer-label.low, .priceRangeParent .pointer-label.low{
    left:0 !important;
}

.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 40%;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
	border-bottom-color: unset;
    background-color: unset;
    border-bottom:unset;
     display: flex;
    padding: 15px 0px;
    width: 100%;
    justify-content: space-between;
    padding: 5% 10% 0;
	}
	
	.modal-body label{
	        font-weight: 400;
	}
	
	.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide number input arrows in Firefox */
.no-arrow[type=number] {
  -moz-appearance: textfield;
}
	
	.customBTN{
	        position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 56px;
    padding: 0 47px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    white-space: nowrap;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    background: #cfa36d;
    border: none;
    border-radius: 28px;
    box-shadow: 16px 0 20px rgba(86, 63, 0, 0.08);
	}
	
	
	.modal-body form{
	        padding: 2% 10%;
	}

/* ----- v CAN BE DELETED v ----- */


.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #FFFFFF;
}

.btn-demo:focus {
	outline: 0;
}

.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.slider-container{
    margin-left: 10px;
    margin-bottom: 30px;
}

.labelRange{
    height: 50px;
    color:white;
}

.pointer.high,.pointer.low{
    cursor:pointer !important;
}  
    
    .slider-container .clickable-dummy {
    padding: 10px !important;
}

.resetBtn{
    display: flex;
    align-items: center;
    color: white;
    cursor:pointer;
    margin-bottom: 20px;
}

.tableFixHead          { overflow: auto;     height: 100%; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }
.tableFixHead thead{
    background:white;
    z-index: 999999;
    position: relative;
}



  
  
  
  
  
  
  
  
  
  
  
  .range-slider {
            position: relative;
            width: 100%;
            height: 20px;
        }

        .range-slider input[type="range"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            -webkit-appearance: none;
            background: transparent;
        }

        .range-slider__input {
            position: relative;
            z-index: 2;
        }

        .range-slider__display {
            position: absolute;
            top: 25px;
            font-size: 14px;
            width: 100%;
            text-align: center;
        }

        .range-slider__display span {
            font-weight: bold;
        }

        .range-slider__input::-webkit-slider-runnable-track {
            width: 100%;
            height: 8px;
            background: #ddd;
        }

        .range-slider__input::-moz-range-track {
            width: 100%;
            height: 8px;
            background: #ddd;
        }

        .range-slider__input::-webkit-slider-thumb {
            width: 20px;
            height: 20px;
            background: #4CAF50;
            border-radius: 50%;
            cursor: pointer;
        }

        .range-slider__input::-moz-range-thumb {
            width: 20px;
            height: 20px;
            background: #4CAF50;
            border-radius: 50%;
            cursor: pointer;
        }

svg path{
    cursor: pointer;
}

.mobileProduct {
        display:none;
    }
    
    table.table img{
        width: 100%;
    }
    
table.table > tbody > tr > td.other::after {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    content: "";
    opacity: 0;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' stroke='%23fff'%3E%3Cpath fill='none' stroke-miterlimit='10' d='M12 .5l7 7-7 7M19 7.5H0'/%3E%3C/svg%3E") center center no-repeat #7293cb;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}

.table tbody tr td:last-child {
 text-align:center;
}  

.table tbody > tr:hover > td.other:after {
  opacity: 1;
}

.Prflex{
    display:flex;
    justify-content: space-between;
    color:white;
}
.Prflex p:first-child{
     margin-right: 30px;
     color:white;
         opacity: 0.6;
}

.prInfoLabel{
    margin: 60px 0px 60px 0px;
     
}

.ProjectPr{
        display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}
.nav-tabs {
	margin: 0 auto;
}

.nav-tabs > li {
	z-index: 2;
	float: none;
	display: inline-block;
	border: 1px solid #D4D7D9;
}

.nav-tabs > li > a {
	padding: 16px 25px 12px;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: #737c85;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none !important;
	border-bottom: 4px solid transparent !important;
	font-weight: 400;
	    white-space: nowrap;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	 background: #6A82AA;
    color: white;
    
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0;
}

.tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.tab-pane {
	padding: 50px 0;
	border-bottom: 1px solid #ecf0f1;
}



.nav-tabs{
    border-bottom: none !important;
}
.nav-tabs{
    display: flex;
    justify-content: center;
        margin-top: 30px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #6A82AA;
    color: white;
    margin: 0;
}
   
.apartmentDesc {
    margin-left: 5%;
    margin-bottom: 40px;
}
  
  #coverProjectImage{
      width: 70%;
    margin: 0 auto;
    display: block;
    height: 400px;
    object-fit: contain;
  }
  
 .pageHref{
     color:black !important;
     text-decoration: none !important;
 }
   
   .pageHref:hover{
     color:black !important;
     text-decoration: none !important;
 } 
 
 
 .mobile-menu {
  display:block;
  width:100%;
background: white;
line-height: 1.6em;
font-weight: 400;
width:100%;
text-align:center;
	position: relative;
  margin:0 auto;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
	list-style-type:none;
  margin: 0 auto;
  padding-left:0;
  text-align:center;
  width:100%;
  position: absolute;
  background: white;
}

/*Create a horizontal list with spacing*/
.mobile-menu li {
	display:inline-block;
	/*float: left;
	margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
	display:block;
	min-width:140px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
  text-transform:uppercase;
  
	text-decoration: none;
  margin-left:-5px;
  padding: 10px 0;  
      color: black;
    text-align: left;
    padding-left: 20px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/
.mobile-menu li:hover a {
	color: black;
  background-color:white;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
	text-decoration: none;
	color: #fff;
	background: #ffffff;
	text-align: center;
	padding: 10px 15px;
	display: none;
  cursor: pointer;
  text-transform: uppercase;
  
}

.mobile-menu .show-menu span{
   padding-left: 25px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}
   .d-fl{
       display:flex;
   }
   .d-fl > div{
       margin-right: 10%;
   }
   
   .contactLabel{
       margin-bottom: 30px;
       margin-top: 30px;
   }
   
   .d-fl h4{
       margin-bottom: 20px;
       margin-top: 20px;
           line-height: 30px;
   }
   
   .d-fl > div div{
       margin-bottom: 10px;
   }
   
   .bgSingle{
       background: #F5F5F5;
       padding: 35px;
   }
   
   .img-responsive{
           width: 200px;
    display: block;
    margin: 11px 0 auto auto;
   }
   .text_plan{
           font-size: 18px;
    line-height: 30px;
   }
   
   .topFrFoo{
           margin-bottom: 5%;
   }
   .construction .swiper-slide img{
       height: calc(100vh - 60px);
    object-fit: cover;
   }
   
       

@media screen and (min-width:992px) {
    
   
   

    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 50px;
    }

    #sidebar-wrapper {
      left: -30px;
      margin-left: -250px;
    }

    #wrapper.toggled #sidebar-wrapper {
      left: 0;
      margin-left: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }
    
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 50px;
    }
}




.leftMenuPrice{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100%;
}
    
.MobDesk,.showFirstMob{display:none;}

.mobile-menu{
    display:none;
}

#contactPageForm > div{
            display: flex;
    justify-content: space-evenly;
    text-align: left;
    color: white;
    }
    footer{
        color: white;
    }
    
    footer .contentSize {
            background: url('/images/bg-circles.svg') right bottom no-repeat #6a82aa;
    }
    
    
    
    
    
    .fields input + label::before {
        background-color: rgb(113, 136, 174);
        border-color: rgb(136, 155, 187);
        position: absolute;
        top: 50%;
           left: -40px;
        box-sizing: border-box;
        width: 25px;
        height: 25px;
        content: "";
        border: 1px solid #d4d7d9;
        border-radius: 3px;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        transition: border-color 0.3s;
    }
    .fields{
        margin: 20px;
    }
    
    footer .customBTN{
            margin: 0 0px 40px 0;
    }
    
    footer #contactPageForm > div {
        text-align:center;
    }
        footer .alert-success {
                border: none;
                width: 20%;
                margin: 30px auto;
                background-color: #cfa36d;
        }
    
    .fields input:checked + label::after {
    position: absolute;
    top: 50%;
        left: -40px;
    box-sizing: border-box;
    width: 15px;
    height: 8px;
    content: "";
    border-bottom: 1px solid;
    border-left: 1px solid;
    -webkit-transform: translate(5px, calc(-50% - 3px)) scaleX(0.9) rotate(-45deg);
    transform: translate(5px, calc(-50% - 3px)) scaleX(0.9) rotate(-45deg);
    }
    
    .textContact{
        width: 50%;
    margin: 50px auto;
    }
    footer h2{
        margin: 50px;
    }
    
    footer form{
            width: 80%;
    margin: 0 auto;
    }
    
    footer .form-group{
        width: 100%;
    }
    footer .form-control {
    width: 95%;
    }
    
    .justify-center{
        justify-content: center;
    }
    
    .hideInweb{
        display:none;
    }
    .bgSingle .chooseApt{
        padding: 0 27px;
    }
    
    .DeskLabel h3{
        color: #7293CB;
        line-height: 35px;
    }
    .DeskLabel p{
        line-height: 25px; 
        margin-top: 10%;
    }
    
    .DeskParent{
         margin-bottom: 5%;
    }
    
    .DeskParent img{
        width: 100%;
    }
    
     .construction .swiper-slide img {
        height: 100vh;
    }
    
    
    
.homesliderTop{
    height:100vh;
    object-fit: cover;
}

.contactFooter{
    position: absolute;
    z-index: 999;
    bottom: 5%;
    left: calc(6.25vw - 4px);
}

.contactFooter img{
    width: 100%;
}

.smallicons img{
    width:35px;
}


#productTable p {
        text-align: center;
    display: flex;
    height: 100vh;
    align-items: flex-start;
    margin-top: 40px;
    font-size: 22px;
    justify-content: flex-start;
}

.ytp-chrome-top{
    display: none !important;
}
    

.ParentChildFooterBottom{
    display: flex;
    justify-content: flex-start;
    margin: 20px 0px;
    margin: 30px 0px 30px auto;
   
}

.ParentChildFooterBottom a {
    color: black;
    text-decoration: none;
}
.firstChildFooterBottom{
    margin-right: 40px;
}

.imgPlusBg{
   display: flex;
    align-items: center;
}


.ParentimgPlusBg,.ParentimgPlusBgSlider{
    background: url(/images/Image+Background.png) left bottom no-repeat;
    background-position: right bottom;
    background-position-x: 100%;
}
.ParentimgPlusBg img, .ParentimgPlusBgSlider img {
    padding: 65px 0;
    width: 100%;
}

.ParentParentimgPlusBg{
     padding: 0;
}
    
.ParentimgPlusBg p, .ParentimgPlusBg h3, .ParentimgPlusBgSlider h3{
    color:white;
    text-align:left;
}



.footerBottom {
    display:none;
}

.ParentimgPlusBgSlider h3{
    width: 50%;
    line-height: 40px;
}

@media screen and (min-width:992px) and  (max-width:1200px){
    
     
    .homesliderTop {
        height: auto;
        
    }
    
    .menuBlock {
        width: 35% !important;
    }
    
    .productTableParent {
        width: calc(62% - 0px) !important;
        margin: 0 0 auto auto;
    }
}
    
@media screen and (max-width:991px) {
    
    .mobimgs img{
        width:auto !important;
    }
    
    .ParentimgPlusBgSlider h3{
        width: 100%;
        line-height: normal;
    }

    .imgPlusBg {
        display: block;
    }
    
    .ParentimgPlusBg h3, .ParentimgPlusBgSlider h3 {
        padding:25px !important
    }
    
    
    .ParentimgPlusBg img, .ParentimgPlusBgSlider img {
        padding:0;
    }
    
   
    
    .ParentimgPlusBg,.ParentimgPlusBgSlider{
        background: #6a82aa;
    }
    
    .ParentimgPlusBgSlider{
        padding:0;
    }
    
    
    
    .ParentParentimgPlusBg, .ParentParentimgPlusBg div{
        padding: 0 !important;
    }
    
    .ParentParentimgPlusBg{
        margin-bottom: -1px !important;
    }
    
    
    
    .ParentParentimgPlusBg p{
        margin-bottom: 0 !important;
        text-align:left;
        color:white;
        padding: 25px !important;
    }
    .ParentParentimgPlusBg h3{
        color:white;
    }
    
    .secondChildFooterBottom{
        display:none;
    }
    
    .MobProductCtnParent > p{
            justify-content: flex-end !important;
    }
    
    #productTable p{
        height:auto;
        margin-top: 0;
    }
    .contactHeader .ch_time {
        margin-top: 0;
    }
    .contactHeader{
        top:0;
    }
    
    .ch_phone {
    margin: 0;
    }
    
    .contactFooter {
    position: absolute;
    z-index: 999;
    left: calc(6.25vw - 4px);
    bottom: 5%;
    width: 40%;
    }
    
        .mobileSize{
            position: relative;
        }
    
    .homesliderTop{
        height:auto;
    }
    
    #footer h2{
        margin-bottom: 0;
    }
    
    .modal-dialog{
        width: 100% !important;
    }
    
    .ProjectPr .showFirst{
        display:none;
    }
    
    .construction .swiper-slide img {
        height: calc(100vh - 55px);
    }
    
    .DeskParent img{
         width: 60%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    
    .contentSize.description{
        width:100%;
    }
    .mobRevert{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    
    .customBTN{
         width: 100%;
    }
    .hideInweb{
        display:block;
    }
    .hideInMob{
        display:none;
    }
    
    .topFrFoo {
        margin-bottom: 0;
    }
    
    .img-responsive {
        width: 80%;
        display: block;
        margin: 50px auto;
    }
    
    .mt-2p {
     padding-right: 15px;
    }
    
    footer h2 {
        width: 100%;
    margin-left: 0;
    }
    
    .textContact {
    width: 90%;
    margin: 50px auto;
    text-align: justify;
    }
    
    footer .flContent{
        display: flex;
    flex-direction: column;
    text-align: left !important;
    }
    
    footer .alert-success {
            width: 100%;
    }
    
    footer .fields label{
            text-align: left;
    }
    
    
    
    .contactPageForm{
        
    }
    
    
    
     .d-fl{
        flex-direction:column;
    }
    
    .contentSize.ContactPage{
        width: 100%;
    }
    
    .flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    
    .sectionBlock {
        width: auto;
    }
    
    .dropdown-backdrop{
        position:relative !important;
    }
    
    .mobileStyle{
        margin: 30px;
        background-color: white !important;
    border-color: #6a82aa !important;
    }
    
    .contentSize.HomePage{
        width: 100%;
    }
    #wrapper{
        display:none;
    }
    .mobile-menu{
        display:block;
        z-index: 9999;
    }
    
     .mobile-menu .lines {
       width: 30px;
        height: 20px;
    }
	/*Make dropdown links appear inline*/
	.mobile-menu ul {
		position: absolute;
		display: none;
		height: 100vh;
	}
	/*Create vertical spacing*/
	.mobile-menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mobile-menu ul li, .mobile-menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.mobile-menu .show-menu {
		display: flex;
        justify-content: space-between;
        align-items: center;
                box-shadow: 1px 1px 3px #0c0c0d59;
        margin: 0;
	}
	
	
	
	
	.mobile-menu .dropdown-menu{
	        width: 50%;
            margin: 0 auto;
            left: 50%;
            transform: translateX(-50%);
            height: auto;
	}
	
    .leftMenuPrice {
        margin-top: 10%;
    }
    
    .showFirstMob h3{
        line-height: 35px;
    }
    
    #coverProjectImage {
        height: 250px;
    }
    .apartmentDesc h3{
        margin-right: 5%;
    }
    
    .DescDesk{display:none;}
    .MobDesk{display:block;}
     .nav-tabs {
    zoom: 0.7;
    margin-bottom: 20px;
}
    .mobileProduct,.showFirstMob {
        display:block;
    }
    
    /*.tableFixHead,.showFirst{*/
    /*     display:none;*/
    /*}*/
.mobileParent{
        display: flex;
    width: 100%;
            justify-content: space-between;
            border-bottom: 1px solid #6a82aa;
                padding: 0px 20px;
}
 .MobileProductImg{
             width: 30%;
     display: flex;
align-items: center;
 }
 .MobileProductImg img{
     width: 100%;
 }
 .MobProductCtnParent{
         display: flex;
    flex-direction: column;
            font-size: 16px;
    width: 70%;
 }
 
 .MobProductCtnParent > div{
         display: flex;
    
 }
 .mobileParent.reserve {
     border-bottom:2.5px solid  #ff6d6d;
 }
 .MobProductCtnParent > div p{
         margin: 10px;
    width: 50%;
    margin-top: 10px !Important;
    
 }
 .MobPrPrice{
         text-align: right;
    margin-top: 10px;
    margin-right: 20px;
    font-weight: bold;
 }
 #wrapper{
     display:none;
 }
 
 
     
 
     
}


    
