.header--top_bar {
  display: none;
}
.main_menu {
  display: none;
}
.right_icon {
  padding: 0px 0px 0px 10px;
}
.right_icon img {
  height: 28px;
}
.hamburger_icon {
    padding: 0.0rem 0rem;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    margin-right: 10px;
}
.hamburger_icon:hover {
  background-color: #F6F6F6;
  
}
.hamburger_icon img {
  width: 24px;
}
.nav_bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0px 0px 0px;
}

.nav_bar .navigation{
  margin-left: auto;
}
.nav_bar .navigation nav {
  display: none;
}
.nav_bar .navigation img{
  width: 28px;
}
.hamburger_section {
    position: relative;
  background-color: #fff;
  margin-bottom: 7px;
}
.hamburger_links {
  padding: 16px 0 22px 0;
  background-color: #fff;
}
.hamburger_submenu .hamburger_links{overflow: auto; max-height: 92vh;}
.hamburger_links ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger_links a {
  padding: 12px 22px;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  display: flex;
  font-weight: normal;
  align-items: center;
  -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    position: relative;
}
.hamburger_links .accordian_sub_list{
  margin: 0 0 0 60px;
  padding: 0;
}
.hamburger_links .accordian_sub_list a{
  color: #666;
  font-size: 14px;
  display: block;
  padding: 8px 4px;
  
}
/*.hamburger_links a.active{
  background-color: #F2F7FB;
}*/
.hamburger_links a.active .check_icon{
  padding-left: 16px;
}
.hamburger_links a:hover {
color: #333;
  /*background-color: #F6F6F6;*/
text-decoration: none;
}

.hamburger_links img {
    padding-right: 14px;
    height: 25px;
    width: 41px;
}
.hamburger_links .arrow{
  margin-left: auto;
  padding-right: 0;
}
.hamburger_links h5{
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  padding: 16px 0px 16px 22px;
  text-transform: uppercase;
  margin: 0px;
}

.single_item a, .back_header{
  display: flex;
  width: 100%;
  align-items: center;
  padding: 6px 22px;
  height: 75px;
  color: #333333;
  -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
.single_item a:hover{
text-decoration:none;
  background-color: #F6F6F6;
color: #333333;
}
.single_item .icon {
  width: 32px;
  margin-right: 13px;
}
.single_item h4 {
  font-size: 16px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  margin: 0;
}
.single_item h4 label {
  font-size: 12px;
  font-weight: normal;
  color: rgb(133, 133, 133);
  padding-top: 5px;
    margin-bottom: 0px;
}
.single_item .arrow{
  margin-left: auto;
  width: 24px;
}
.back_header{
  background-color: #fff;
  padding: 12px 8px;
  height: auto;
}
.back_header i{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
.back_header i:hover
{
  background-color: #f6f6f6;
}
.back_header img{
  width: 24px;
}

.hamburger.active{margin-left: 0px;transition: ease all 0.3s;}
.hamburger {
    z-index: 999;
transition: ease all 0.3s;
margin-left: -340px;
  height: 100vh;
  width: 340px;
  background-color: #F7F7F7;
  overflow-x: hidden;
  position: fixed; top: 0px; left: 0px;
}
.hamburger footer{
    border-top: 0px;
  padding: 10px 16px;
}
.hamburger footer img{
  height: 28px;
}
.business_dropdown {
max-height: 0px;
  background-color: #fff;
  border: 0px solid #eee;
  border-radius: 12px;
  width: 260px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgb(0, 0, 0, .12);
  position: absolute;
  right: 0px;
  top: 150%;
  transition: ease all 0.5s;
z-index: 3;
margin-top: 6%;
}
.top_bar_nav.active .business_dropdown {border: 1px solid #eee;max-height: 1500px;display: block;top: 100%; transition: ease all 0.5s;margin-top: 0%;}
.business_dropdown a{
position: relative;
  display: flex;
  border-bottom: 1px solid #F1F1F1;
  align-items: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 10px 14px;
  -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
.business_dropdown a:last-child {border-bottom: 0}
.business_dropdown a:hover{
  background-color: #F6F6F6;
color: #333;
text-decoration:none;
}
.business_dropdown a.active{
  /*background-color: #F2F7FB;*/
}

.business_dropdown i img{
height: 24px;
padding-right: 14px;
}
.business_dropdown a.active .check_icon{
  height: 24px;
  padding-right: 0px;
  margin-left: auto;
}
.sub_title{
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  padding: 32px 0px 16px 0px;
  text-transform: uppercase;

}
.business {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 14px;
}
.business a{
  padding: 0px;
}
.check_icon  {
  padding-left: 16px;
}
.check_icon img{
  height: 24px;
}
@media only screen and (min-width: 900px) {
.contact_info{padding-left: 8px;}
  .container {
    max-width: 1200px;
    padding: 0px;
  }
  .header--top_bar {
    display: flex;
    align-items: center;
    padding: 0 32px;
    background-color: #333;
    color: #fff;
    height: 40px;
  }
  .top_bar_nav > a{
    color: #fff;
    font-size: 14px;
  }
  .header--top_bar img {
    height: 20px;
    padding-right: 5px;
  }
  .contact_info{
    display: flex;
    align-items: center;
  }
  .top_bar_nav {
    margin-left: auto;
  }
  .top_bar_nav > a {
    padding: 7px 10px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
  }
  .top_bar_nav > a:hover, .top_bar_nav.active > a {
color:#fff;
text-decoration:none;
    background-color: #434343;
  }
  .nav_bar {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    flex-wrap: wrap;
    padding: 0 32px;
    height: 76px;
    background-color: #fff;
  }
  .nav_bar .navigation {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .nav_bar .navigation nav{
    display: flex;
    font-size: 16px;
    align-items: center;
    padding-right: 24px;
  }
  .nav_bar .navigation .nav_button{
text-decoration: none;
    background-color: #06B36E;
    height: 32px;
    padding: 4px 12px;
    margin: 0px 12px;
    border-radius: 20px;
    color: #fff;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
  }
  .nav_bar .navigation .nav_button:hover{
    background-color: #04BE74;
    
  }
  
  .nav_bar .navigation nav a{
text-decoration: none;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    color: #333333;
    border-radius: 20px;
    height: 32px;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
  }
  .nav_bar .navigation nav a:hover{
    background-color: #f6f6f6;
  }
  .nav_bar .navigation img{
    width: 28px;
  }
}
.top_bar_nav{position:relative;}
.contact_info a{color:#fff;padding: 0px;}
.contact_info a:hover{color:#fff;text-decoration:none;}
.header_overlay{position: absolute; top: 0px; left: 0px; width: 0%; height: 100%; background: rgb(0 0 0 / 60%);z-index: 99;opacity:0;}
.header_overlay.active{width:100%;opacity:1;}

.hamburger::-webkit-scrollbar, .hamburger_links::-webkit-scrollbar {
  width: 7px;
}
.hamburger::-webkit-scrollbar-track, .hamburger_links::-webkit-scrollbar-track{
  background: transparent; 
}
.hamburger::-webkit-scrollbar-thumb, .hamburger_links::-webkit-scrollbar-thumb{
  background: #777;
  border-radius:3px;
}
.hamburger_submenu{position: absolute; top: 0px; right: -340px; width: 100%; height: 100vh;background: #fff;overflow: hidden;/*margin-left: -340px;*/ transition: ease all 0.5s;z-index: 9;}
.hamburger_submenu.active{height: 100vh;right: 0px; transition: ease all 0.5s;}
.hamburger_main.in_active{overflow: hidden; transition: ease all 0.3s; max-height: 0px;}
.hamburger_main{}
.business_dropdown a.active:after { content: ""; background: url(-/media/BC8CFF0B477B4481815A7004F971F390.ashx); width: 20px; height: 20px; object-fit: cover; background-repeat: no-repeat; background-size: cover; margin-left: 10px; right: 10px; position: absolute;top: 50%; transform: translateY(-50%);}
.business_dropdown a label{cursor:pointer; margin-bottom: 0px;font-size: 14px; font-weight: 500;}
.contact_info span{position: relative; top: -2px;}
.hamburger_links li{}
.hamburger_links li.active{}
.hamburger_links li .arrow{
    transition: ease all 0.3s;
    transform: rotate(180deg);
}
.hamburger_links li.active .arrow{
    transition: ease all 0.3s;
    transform: rotate(
0deg);
}
.hamburger_links li .accordian_sub_list{
    max-height: 0px;
    overflow: hidden;
}
.hamburger_links li.active .accordian_sub_list{
    max-height: 1500px;
}
.hamburger_links li{position:relative;}
.hamburger_links a.hamburger_dropdown { position: absolute; top: 0px; right: 8px;transform: rotate(0deg); }
.hamburger_links a.hamburger_dropdown img { transform: rotate( 0deg); }
.hamburger_links--arrow { position: absolute; top: 13px; right: 25px;cursor: pointer;}
.hamburger_links li:hover{background-color: #F6F6F6;}
.hamburger .single_item:hover { background: #F6F6F6; }
.top_bar_nav.active:before { content: ""; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgb(204 204 204 / 0%); z-index: 1; }
.hamburger .single_item{ position: relative; } .single_item .hamburger_dropdown{ position: absolute; top: 50%; right: 0px; /* padding: 0px; */ width: auto; transform: translateY(-50%); } .single_item .hamburger_dropdown img{ width: 24px; }
.overflow-hidden{overflow: hidden !important;position: relative;}
.hamburger_submenu--business li.business_active a:after { content: ""; background: url('https://stage.adanihousing.in/styles/AdaniCapital/-/media/BC8CFF0B477B4481815A7004F971F390.ashx'); width: 20px; height: 20px; object-fit: cover; background-repeat: no-repeat; background-size: cover; margin-left: 10px;position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
@media(max-width:991px){
.nav_bar{padding: 10px 10px 5px 5px;}
main { padding-top: 50px; }
body.overflow-hidden #ymPluginDivContainerInitial{display:none !important}
.other_links a{padding-right: 10px;}
.owl-carousel#homeslider .owl-nav{display:none;}
body.chat-open{position: relative !important;}
}
@media(max-width:576px){ .hamburger footer{ /*padding-bottom: 2.5rem;*/ }
.hamburger{height: 100vh;width: 90%;max-width: 340px;}
}
.contact_info{font-size: 14px;}
.owl-carousel#homeslider.owl-carousel .owl-nav button.owl-prev{background: none; background-color: #fff; height: 40px; border-radius: 100px; width: 40px; font-size: 2rem; line-height: 28px;margin-left: 0px;}
.owl-carousel#homeslider.owl-carousel .owl-nav button.owl-next{background: none; background-color: #fff; height: 40px; border-radius: 100px; width: 40px; font-size: 2rem; line-height: 28px;margin-right: 0px;}
.owl-carousel#homeslider .owl-nav{height: 0px;top: 57%;transform: translateY(-50%);}


.other_links{
    background: #FAFAFA;
    padding: 0.8rem;
    border-radius: 8px;
    position: relative;
    height: 100%;
}
/* .section_other-links .col-lg-6:nth-child(1) p{ */
    /* border-left: 6px solid #017ED4; */
/* } */
/* .section_other-links .col-lg-6:nth-child(2) p{ */
    /* border-left: 6px solid #C2CCC4; */
/* } */
/* .section_other-links .col-lg-6:nth-child(3) p{ */
    /* border-left: 6px solid #3E97B2; */
/* } */
/* .section_other-links .col-lg-6:nth-child(4) p{ */
    /* border-left: 6px solid #95B2C8; */
/* } */
/* .section_other-links .col-lg-6:nth-child(5) p{ */
    /* border-left: 6px solid #F8B778; */
/* } */
/* .section_other-links .col-lg-6:nth-child(6) p{ */
    /* border-left: 6px solid rgb(109 114 120 / 85%); */
/* } */

.section_other-links .col-lg-6:nth-child(1) p{
    border-left: 6px solid #F8B778;
}
.section_other-links .col-lg-6:nth-child(2) p{
    border-left: 6px solid #F8B778;
}
.section_other-links .col-lg-6:nth-child(3) p{
    border-left: 6px solid #F8B778;
}
.section_other-links .col-lg-6:nth-child(4) p{
    border-left: 6px solid #F8B778;
}
.section_other-links .col-lg-6:nth-child(5) p{
    border-left: 6px solid #F8B778;
}
.section_other-links .col-lg-6:nth-child(6) p{
    border-left: 6px solid #F8B778;
}
.section_other-links .col-lg-6:nth-child(7) p{
    border-left: 6px solid #C2CCC4;
}
.section_other-links .col-lg-6:nth-child(8) p{
    border-left: 6px solid #C2CCC4;
}
.section_other-links .col-lg-6:nth-child(9) p{
    border-left: 6px solid #C2CCC4;
}
.section_other-links .col-lg-6:nth-child(10) p{
    border-left: 6px solid #C2CCC4;
}
.section_other-links .col-lg-6:nth-child(11) p{
    border-left: 6px solid #C2CCC4;
}

.other_links a{
    display: block;
    position: relative;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}
.other_links a span{
    position: absolute;
    top: 5px;
    right: -4px;
color: #666666;
}
.other_links a:hover{color:#000;}

@media(min-width:992px){
.section_other-links .row{}
.section_other-links .row .col-lg-6{
    padding-right: 5px;
}
@media(max-width:991px){
.other_links a{padding-right: 10px;}
}
}

.noticeBar{display:none;}

.owl-carousel#homeslider .owl-nav{opacity: 0;transition: ease all 0.3s;}
.owl-carousel#homeslider:hover .owl-nav{opacity: 1;transition: ease all 0.3s;}
.owl-carousel#homeslider.owl-carousel .owl-nav button.owl-prev{position:relative;}
.owl-carousel#homeslider.owl-carousel .owl-nav button.owl-prev i:before{content:"";background: url('-/media/B1CB4690F0864782BD8297E27E890BD2.ashx');width: 9px;height: 16px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-repeat: no-repeat;}
.owl-carousel#homeslider.owl-carousel .owl-nav button.owl-next{position:relative;}
.owl-carousel#homeslider.owl-carousel .owl-nav button.owl-next i:before{content:"";background: url('-/media/668C824E98CF4A65A1B868E45D5DD101.ashx');width: 9px;height: 16px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-repeat: no-repeat;}

.quick_links:hover .links_dropdown{
    transition: ease all 0.3s;
    max-height: 1500px;
}
.quick_links{
    background: #FAFAFA;
    height: 100%;
    border-radius: 8px;
    transition:ease all 0.3s;
    position: relative;
}
.quick_links a{
	padding: 1.10rem;
    color: #333333;
    display: block;
    line-height: 20px;
    font-size: 14px;
height: 100%;
}
.quick_links a:hover{color: #333333;}
.quick_links:hover{background: #f5f5f5;transition:ease all 0.3s;}
.quick_links span{
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 8%);
    margin-bottom: 1rem;
    position: relative;
}
.quick_links span img{
max-width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.quick_links p{font-weight: 500;}

.links_dropdown{
    border: 0px;
    box-shadow: 0px 1px 6px -3px #000;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    max-height: 0px;
    transition: ease all 0.3s;
    z-index: 8;
}
.links_dropdown ul{
    border: 0px;
}
.links_dropdown ul li{}
.links_dropdown ul li a{
    background: #FFF;
    border: 0px;
    padding: 10px 20px;
    border-bottom: 1px solid #ededed;
}
.links_dropdown ul li a:hover { background: #f5f5f5; color: #000;}

.logo img{min-height: 28px;}


#ymPluginDivContainerInitial.active{display: block !important;}

.quick_links--dropdown{}
.quick_links--dropdown > a{pointer-events: none;}

body.overflow-hidden{overflow: hidden ; position: relative !important;}

@media (min-width: 992px) {
    #q_links .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 12.5%;
    }
}
.quick_links span svg {
    max-width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

p.other_links.lng_brochure {
	border-left: 6px solid #C2CCC4 !important;
} p.other_links.cng_brochure {
	border-left: 6px solid #F8B778 !important;
}