*{text-decoration:none !important; outline:0 !important; list-style:none !important;margin: 0;
  padding: 0;box-sizing: border-box; font-family: 'GothamMedium';}
body {
  color:#2b2a2a; 
  background:#ffffff; 
  font-family: 'GothamMedium';
  background-color: #fff;
}
body, html {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}
h1,h2,h3,h4,h5,h6{font-family: 'GothamMedium';}
a,a:hover {transition:0.6s all !important;}

/* .form-control:focus {box-shadow:0px 0px 5px #fed307 !important; border-color:#fed307;} */ .form-control:focus {
  box-shadow: 0px 0px 5px #9b93fd !important;
}
*, :before, :after{
  --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity));
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}


@font-face {
  font-family: 'GothamMedium';
  src: url('../fonts/GothamMedium.ttf'),
        url('../fonts/GothamMedium.ttf');
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family: 'Roseblue';
  src: url('../fonts/Roseblue.ttf'),
        url('../fonts/Roseblue.ttf');
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamLight.ttf'),
        url('../fonts/GothamLight.ttf');
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.otf'),
        url('../fonts/Gotham-Bold.otf');
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf'),
        url('../fonts/Montserrat-Regular.ttf');
      font-weight: normal;
      font-style: normal;
}





.full_bgmandiv{
  display: flex;
  width: 100%;
  background: url(../images/man-bgimg.png) top no-repeat;
  /* background-size: cover; */
  height: 100%;
  align-items: center;
  position: absolute;
  left: 0;
  background-position-x: left;
}
.logo_bannerdiv{
  display: inline-block;
  width: 100%;
  background: url(../images/logo-bgimg.jpg) top no-repeat;     
  background-size: cover; 
  height: 310px;
}
.web_logo{
  display: inline-block;
  width: 100%;
  text-align: center;  
}
.web_logo img{
  width: 337px;
}
.touch_begintextbox{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.touch_begintextbox p{
  margin: 0px;
  font-size: 26px;
  color: #000;
}
.touch_begintextbox p a{
  color: #000;
}
.touch_begintextbox a img{
  width: 50px;
  margin-top: 15px;
}
.menu_divbox{
  display: inline-block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 30px;
  text-align: center;
  z-index: 11;
}
.menu_divbox ul{
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  display: inline-block;
  /* height: 48px; */
  padding: 7px 0px;
  padding-bottom: 6px;
}
.menu_divbox ul li{
  display: inline-block;
  margin: 0px 20px;
/*  margin-top: 8px;*/
}
.menu_divbox ul li a{
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  padding: 11px 30px;
/*  background-color: #fff;*/
}
.menu_divbox ul li a:hover{
  background-color: #4B79C9;
  color: #fff;
}

.parettow_coverbox {
  min-height: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  float: left;
  position: relative;
}
.left_paretboxpart {
  min-height: 100%;
  float: left;
  width: 190px; 
  background: url(../images/vertical-img.jpg) top no-repeat;
  background-size: cover;
  z-index: 9;
  position: fixed;
  display: inline-block;
  height: auto;
  left: 0;
  top: 0;
}
.innercategories {
  display: inline-block;
  width: 100%;
}
.right_paddingboxpart {
  position: relative;
  padding: 0;
  width: calc(100% - 0px);
  float: right;
  padding-left: 240px;
  padding-right: 50px;
  padding-top: 30px;
  display: inline-block;
  margin-top: 0;
}
.inercoverbox {
  display: inline-block;
  width: 100%;
}
.vertical_toplogo{
  display: inline-block;
  width: 100%;
}
.vertical_toplogo img{
  width: 190px;
}
.bungalows_mandivbox{
  display: inline-block;
  width: 100%;
}
.bungalows_mandivbox .row .col-md-3{
  width: 20%;
  padding: 0px 12px;
}
.bungalows_mandivbox ul{
  display: inline-block;
  width: 100%;
}
.bungalows_mandivbox ul li{
  float: left;
  width: 20%;
  border: 0.5px solid #d4d4d4;
  padding: 10px;
  box-shadow: 0px 0px 9px #00000033;
  margin: 0px 20px;
}
.bungalows_mandivbox .owl-carousel{  
  border: 0.5px solid #d4d4d4;
  padding: 7px;
  box-shadow: 0px 0px 9px #00000033;  
  margin-bottom: 24px;
}
.home_sqfttext{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.home_sqfttext h3{
  margin: 0px;
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 4px;
}
.home_sqfttext p{
  margin: 0px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 6px;
}
.home_sqfttext a{
  display: inline-block;
  background-color: #2C664F;
  padding: 4px 36px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.home_sqfttext a:hover{
  background-color: #3a7e63;
}
.owl-dots{
  display: none;
}
.owl-nav button{
  position: absolute;
  top: 93px;
}
.owl-nav .owl-prev{
  left: 25px;
  color: #fff !important;
  font-size: 0 !important;
  font-weight: 300 !important;
  background: url(../svg/left-arrow.svg) top no-repeat !important;
  width: 18px;
  height: 38px;
  background-size: 100% !important;
}
.owl-nav .owl-next{
  right: 25px;
  color: #fff !important;
  font-size: 0 !important;
  font-weight: 300 !important;
  background: url(../svg/left-arrow.svg) top no-repeat !important;
  width: 18px;
  height: 38px;
  background-size: 100% !important;
  transform: rotate(180deg);
  top: 87px;
}
.coursesdata-cover img{
  height: 210px;
  object-fit: cover;
}
.compare_icondiv{
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-top: 36px;
}
.compare_icondiv img{
  width: 60px;
}
.compare_icondiv p{
  margin: 0px;
  color: #fff;
  font-size: 22px;
  margin-top: 9px;
}
.theroyal_leftdiv{
  display: inline-block;
  width: 100%;
}
.theroyal_leftdiv img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.set_rightpaddigndiv{
  padding-left: 190px;
  padding-top: 0px;
  padding-right: 0px;
}
.theroyal_rightdiv{
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
  border-left: 1px solid #acacac;
  height: 100%;
}
.collection_textdiv{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.collection_textdiv p{
  margin: 0px;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}
.collection_textdiv h3{
  color: #2C664F;
  font-size: 50px;
  margin: 0px;
  text-transform: uppercase;
  font-family: 'Roseblue';
  position: relative;
  margin-top: 17px;
  margin-bottom: 11px;
}
.collection_textdiv h3:after{
  content: '';
  position: absolute;
  width: 210px;
  height: 3px;
  background: #2C664F;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.collection_textdiv h3:before{
  content: '';
  position: absolute;
  width: 210px;
  height: 3px;
  background: #2C664F;
  top: -7px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.collection_textdiv span{
  margin: 0px;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}
.floorplans_btndiv{
  display: inline-block;
  width: 100%;
  margin-top: 32px;
  text-align: center;
}
.floorplans_btndiv a{
  display: inline-block;
  background-color: #2C664F;
  font-size: 21px;
  color: #fff;
  padding: 15px 10px;
  width: 290px;
  text-align: center;
}
.floorplans_btndiv .active{
  background-color: #54967b;
}
.floorplans_btndiv .active:hover{
  background-color: #54967b;
}
.floorplans_btndiv a:hover{
  background-color: #3a7e63;
}
.lot_mandivbox{
  display: inline-block;
  width: 100%;
  padding: 0px 20px;
  margin-top: 50px;
}
.royel_homemandiv{
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.royel_homemandiv img{
  width: 100%;
  height: 170px;
  object-fit: cover;
  opacity: 0.4;
  cursor: pointer;
}
.royel_homemandiv.active img{  
  opacity: 10;
}
.royel_homemandiv h3{
  margin: 0px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
}
.previous_modaltext{
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.previous_modaltext a{     
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
.previous_modaltext a img{
  width: 17px;
}
.back_btndiv{
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 21px;
  bottom: 20px;
}
.back_btndiv a{
  color: #fff;
  font-size: 28px;
}
.back_btndiv a i{
  font-size: 50px;
  float: left;
  margin-top: -6px;
  margin-right: 7px;
}
.floorpan_imgdiv{
  display: inline-block;
  float: left;
  margin-right: 0;
  width: 33%;
}
.floorpan_imgdiv img{
  margin-bottom: 14px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  float: left;
  cursor: pointer;
}
.floorpan_imgdiv p{
  margin-bottom: 0px;
  color: #000;
  font-size: 22px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.floorpan_imgdiv span{  
  color: #2C664F;
  font-size: 22px;
}
.right_closeicon{
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-right: 33px;
  margin-top: 20px;
}
.right_closeicon a{

}
.right_closeicon a img{
  width: 26px;
}
.menu_icondivbox{
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  text-align: right;
}
.menu_icondivbox img{
  width: 50px;
}
.floorplans_zoomeslider{
  max-width: 70%;  
  margin: 0 auto;
  border: 0.5px solid #d4d4d4;  
  box-shadow: 0px 0px 9px #00000033;
}
.floor_planeimgbox{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
.floor_planeimgbox img{
  width: auto !important;
  object-fit: contain;
  display: inline !important;
  height: 900px;
}
.floor_planeimgbox p{
  margin-bottom: 0px;
  color: #000;
  font-size: 22px;
  margin-top: 9px;
  text-transform: uppercase;
}
.floor_planeimgbox span{
  color: #2C664F;
  font-size: 22px;
}
.floorplans_zoomeslider .owl-nav .owl-prev{
  left: 5px;
  color: #000 !important;
  font-size: 0px !important;
  background: url(../svg/black-left-arrow.svg) top no-repeat !important;
  height: 48px;
  width: 24px;
  background-size: cover !important;
}
.floorplans_zoomeslider .owl-nav .owl-next {
  right: 5px;
  color: #000 !important;
  font-size: 0px !important;
  background: url(../svg/black-left-arrow.svg) top no-repeat !important;
  height: 48px;
  width: 24px;
  background-size: cover !important;
  transform: rotate(180deg);
}
.floorplans_zoomeslider .owl-nav button {
  position: absolute;
  top: 44%;
}
.comparison_divbox{
  overflow: auto;
  flex-wrap: nowrap;
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 0px;
}
.comparison_divbox .row{
  overflow: auto;
  flex-wrap: nowrap;
  display: flex;
}

.comparison_divbox .row::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.comparison_divbox .row::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.comparison_divbox .row::-webkit-scrollbar-thumb {
  background: #d2d2d2; 
}
.comparison_divbox .col-md-4{
  flex: 0 0 37.66667%;
}
.royal_bungalowscoverdiv{
  display: inline-block;
  width: 100%;
  border: 0.5px solid #d4d4d4;
  box-shadow: 0px 0px 9px #00000033;
  padding: 17px 17px;
  margin-bottom: 26px;
}
.royal_bungalowsdetails{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.royal_bungalowsdetails h3{
  margin: 0px;
  font-size: 33px;
  color: #000;
  margin-bottom: 7px;
}
.royal_bungalowsdetails p{
  margin: 0px;
  font-size: 21px;
  color: #000;
}
.royal_bungalowsdetails a{
  float: right;
}
.royal_bungalowsdetails a img{
    width: 24px;
}
.slider_topimgdiv{
  display: inline-block;
  width: 100%;
  position: relative;
}
.slider_topimgdiv img{
  width: 100%;
  opacity: 0.4;
  height: 128px;
  object-fit: cover;
  cursor: pointer;
}
.slider_topimgdiv.active img{
  opacity: 10;
}
.slider_topimgdiv h3{    
  color: #fff;
  font-size: 17px;    
  position: absolute;
  bottom: 8px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.royal_bungalowscoverdiv .floorplans_zoomeslider{
  max-width: 100%;
  border: 0px solid #d4d4d4;
  box-shadow: none;
}
.royal_bungalowscoverdiv .floor_planeimgbox{
  padding-bottom: 0px;
} 
.royal_bungalowscoverdiv .floor_planeimgbox img{
  height: 630px;
  margin-top: 15px;
}
.floor_planeimgbox .zoome_blackicon img{
  width: 35px !important;
  height: auto !important;
  float: right;
  margin-top: 0;
}
.zoome_blackicon{
  float: right;
}
.townhome_textdiv{
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.townhome_textdiv a{
  color: #A6A6A6;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0px 35px;
  font-family: 'Roseblue';
}
.townhome_textdiv .active{
  color: #000 !important;
}
.townhome_textdiv a:hover{
  color: #000;
}
.townhome_textdiv h3{
  color: #000;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0px 0px;
  font-family: 'Roseblue';
  margin-top: 50px;
}
.comparison_pagemenu{
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
  padding-right: 40px;
}
.comparison_pagemenu img{
  width: 50px;
}
.amenities_category{
  display: inline-block;
  width: 100%;
}
.amenities_category ul{
  padding: 0px;    
  max-width: 1400px;
  margin: 0 auto;
}
.amenities_category ul li{
  display: inline-block;
  text-align: center;
  margin: 0px 10px;
}
.amenities_category ul li a{
  display: inline-block;
  width: 100%;
}
.amenities_category ul li img{
  width: 68px;
}
.amenities_category ul li p{
  color: #000000;
  font-size: 22px;
  margin: 0;
  padding-top: 12px;
  max-width: 200px;
  line-height: 26px;
}
.map_imgesdivbox{
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}
.map_imgesdivbox img{
  width: 100%;
}
.map_pagemenu{
  text-align: right;
  margin-top: -60px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.map_pagemenu img{
  width: 50px;
}
.gallery_imgdivbox{
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.gallery_imgdivbox img{
  width: 100%;
}
.expanded_fullimgdiv{
  display: inline-block;
  width: 100%;
}
.expanded_fullimgdiv img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.leftdeatures_boxdiv{
  display: inline-block;
  width: 100%;
}
.leftdeatures_title{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 55px;
}
.leftdeatures_title h3{
  color: #000;
  font-size: 90px;
  margin: 0px;
  font-family: 'Roseblue';
}
.custam_accordiondiv{
  display: inline-block;
  width: 100%;
  margin-top: 36px;
  padding: 0px 30px;
  padding-bottom: 40px;
  height: 650px;
  overflow: auto;
}
.custam_accordiondiv::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.custam_accordiondiv::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.custam_accordiondiv::-webkit-scrollbar-thumb {
  background: #AFAFAF; 
}
.containercustam .accordion .accordion-header {
    padding: 18px 0px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000;    
    font-size: 17px;
}

.containercustam .accordion .accordion-header span {
  font-size: 1.5rem;
  font-weight: 600;
}
.accordion-header h3{
  margin: 0;
  color: #000;
  font-size: 23px;
  max-width: 85%;
}
.containercustam .accordion .accordion-body {
  padding: 0 0.0rem;
  max-height: 0;
  overflow: hidden;
/*  transition: max-height ease 0.5s;*/
}

.containercustam .accordion .accordion-body p {
    border-bottom: none;
    margin: 0.828rem 0;
    color: #000;
    font-size: 21px;
    font-family: 'GothamLight';
}
.containercustam .accordion .accordion-body li {
    border-bottom: none;
    margin: 0.828rem 0;
    color: #000;
    font-size: 21px;
    font-family: 'GothamLight';
}
.containercustam .accordion .accordion-body ol li{
  list-style-type: auto !important;
}
.containercustam .accordion .accordion-body ul li{
  list-style-type: disc !important;
}
.containercustam .accordion.active .accordion-body {
    border-bottom: 1px solid #000;
    max-height: 100% !important;    
    height: 360px;
    overflow: auto;
}
.containercustam .accordion.active .accordion-body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.containercustam .accordion.active .accordion-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.containercustam .accordion.active .accordion-body::-webkit-scrollbar-thumb {
  background: #AFAFAF; 
}

.close span {
  transition: ease 0.5s;
  display: inline-block;
  height: 23px;
  width: 2px;
  background-color: #000;
  position: relative;
  right: -3px;
  top: -6px;
}
.close{
  border: 1px solid #000;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 61px;
}
.close span:nth-child(even) {
  transform: rotate(90deg) translateY(6.7px);
}

.active .close span:nth-child(odd) {
  opacity: 0;
  visibility: hidden;
}
.top_storytitle{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.top_storytitle h3{
  color: #000;
  font-size: 60px;
  text-transform: uppercase;   
  font-family: 'Roseblue';
  margin: 0px;
}
.bulider_imgdiv{
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.bulider_imgdiv img{
  width: 100%;
}
.remington_logodiv{
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 23px;
}
.remington_logodiv img{
  width: 180px;
}
.story_textdiv{
  display: inline-block;
  width: 100%;
  padding-left: 40px;
}
.story_textdiv h3{
  margin: 0px;
  font-size: 21px;
  font-family: 'Gotham-Bold';
}
.story_textdiv p{
  margin: 0px;
  color: #000;
  font-size: 21px;
  margin-top: 20px;
  font-family: 'Montserrat-Regular';
}


#toggle {
  width: 41px;
  height: 33px;
  margin: 0 auto;
  float: right;
  cursor: pointer;
/*  margin-bottom: 30px;*/
  z-index: 111;
  position: fixed;
  bottom: 45px;
  right: 33px;
}

#toggle div {
  width: 100%;
  height: 3px;
  background: #000;
  margin: 7px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(6px, 6px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

#menu {  
  display: none;
  overflow: inherit !important;
}
.leftbox_addmenu #toggle{
  /*margin-bottom: 0;
  margin-top: 0px;*/
}

.amenities_tabing{
  display: inline-block;
  width: 100%;
}
.amenities_tabing .nav-tabs .nav-link p{
  color: #000000;
  font-size: 21px;
  margin: 0;
  padding-top: 12px;
  max-width: 233px;
  line-height: 26px;
  text-transform: uppercase;
}
.amenities_tabing .cardbox .nav{
  justify-content: center;
  border-bottom: 0px solid #dee2e6;
}

.amenities_tabing .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 0px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.amenities_tabing .nav-tabs .nav-link img{
  width: 58px;
}

.siteplan_tabing{
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.siteplan_tabing .cardbox .nav {
  justify-content: center;
  border-bottom: 0px solid #dee2e6;
}
.siteplan_tabing .nav-tabs .nav-link h3 {
  color: #A6A6A6;
  font-size: 60px;
  text-transform: uppercase;    
  font-family: 'Roseblue';
  margin: 0px 30px;
}
.siteplan_tabing .nav-tabs .nav-link.active h3{
  color: #000;
}
.siteplan_tabing .nav-tabs .nav-link {   
  border: 0px solid transparent;   
}
.siteplan_tabing .map_imgesdivbox img{
  width: 95%;
  object-fit: contain;
  max-height: -webkit-fill-available;
  left: 4%;
}
.custam_galleryadd{
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.main .gallerycontainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  justify-content: center;
  align-items: center;
}
/*.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}*/
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .gallerycontainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.slider_checkcoverdiv{
  display: inline-block;
  width: 100%;
  position: relative;
}
.custam_checkbox{
  position: absolute;
  right: 19px;
  z-index: 11;
  top: 19px;
  overflow: inherit !important;
  display: none;
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 33px;
  width: 33px;
  background-color: #A6A6A6;
}


/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #2C664F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 11px;
  top: 3px;
  width: 11px;
  height: 19px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leftcompare_btndiv{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.leftcompare_btndiv a{
  display: inline-block;
  background-color: #2C664F;
  padding: 8px 24px;
  color: #fff;
  font-size: 22px;
}
.sliderimg_mantitle{  
  text-align: center;
  position: absolute;
  top: 312px;
  z-index: 11;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.sliderimg_mantitle h3{
  margin: 0px;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
}
.hendricks_rightdivbox{
  padding-right: 0;
}
.setright_aroowdiv{
  display: inline-block;
  width: 100%;
}
.elevation_namebox{
  margin-top: -41px;
  text-align: center;
}
.elevation_namebox h3{
  color: #fff;
  font-size: 25px;
  margin: 0;
}
.setlastbulider_img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.setposition_addclass{
  position: fixed;
  right: 0px;
  height: 100%;
}
.set_rightfloorplan{
  padding-right: 50px;
}
.setimage_boxpadding .col-md-6{
  padding: 0px 10px;
}


ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #f9f9fa;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.fancybox-button.fancybox-button--play{display: none !important;}
.fancybox-button.fancybox-button--thumbs{display: none !important;}
.fancybox-button.fancybox-button--zoom{display: none !important;}
.fancybox-button.fancybox-button--fsenter{display: none !important;}
.fancybox-button.fancybox-button--share{display: none !important;}

.fancybox-toolbar{
	right: 48% !important;
    top: 0px !important;
}
.fancybox-navigation .fancybox-button--arrow_left{
	padding: 0px 0px 0px 0px !important;
    left: 0% !important;
}
.fancybox-navigation .fancybox-button--arrow_right{
	padding: 0px 0px 0px 0px !important;
    right: 0% !important;
}

.fancybox-navigation .fancybox-button div {
    padding: 0 !important;
}



/* media queries */

@media (max-width: 1199px){
    
}
@media (max-width: 991px){
   
}
/* media queries */