.header--top_bar {
  display: none;
}
.main_menu {
  display: none;
}
.right_icon {
  padding: 0px 0px 0px 10px;
}
.right_icon img {
  height: 28px;
}
.hamburger_icon {
  padding: 0rem 0rem;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.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_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 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.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;
}
.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 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.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 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.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: absolute;
  top: 0px;
  left: 0px;
}
.hamburger footer {
  padding: 10px 16px;
}
.hamburger footer img {
  /*height: 32px;*/
}
.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, 0.12);
  position: absolute;
  right: 0px;
  top: 150%;
  transition: ease all 0.5s;
  z-index: 2;
  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 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.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 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
  }
  .top_bar_nav > a:hover {
    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; */
    background-color: #29417c;
  }
  .nav_bar .navigation {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .nav_bar .navigation nav {
    margin-right: 24px;
    display: flex;
    font-size: 14px;
    align-items: center;
  }
  .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 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.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: white;
    border-radius: 20px;
    height: 32px;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
  }
  .nav_bar .navigation nav a:hover {
    background-color: rgb(166, 206, 57);
  }
  .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: fixed;
  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 {
  width: 7px;
}
.hamburger::-webkit-scrollbar-track {
  background: transparent;
}
.hamburger::-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/check-blue.svg);
  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;
}
.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;
}

.hamburger_submenu--business li.business_active a:after {
  content: "";
  background: url("https://stage.adanihousing.in/styles/AdaniCapital/-/media/BC8CFF0B477B4481815A7004F971F390.ashx");
  /*width: 20px;
     height: 20px;*/
  /*change-1 | av | START*/
  width: 35px;
  height: 35px;
  /*change-1 | av | END*/
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/*change-1 | av | START*/
.hamburger_submenu--business li.business_active a {
  background-color: #edf5ff;
}
/*change-1 | av | END*/

@media (max-width: 991px) {
  .nav_bar {
    background-color: #29417c;
  }
  .hero-banner-wrapper .header-content h1 {
    font-size: 32px;
  }
  .nav_bar {
    padding: 10px 10px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  main {
    padding-top: 50px;
  }
  .hamburger footer {
  }
  .video_modal button.close {
    top: 12px !important;
    right: 12px !important;
  }
  body.chat-open {
    position: relative !important;
  }
}
@media (max-width: 576px) {
  .hamburger footer {
    /*padding-bottom: 2.5rem;*/
  }
  .hamburger {
    height: 100vh;
    width: 90%;
    max-width: 340px;
  }
  .nav_bar {
    background-color: #29417c;
  }
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  z-index: 99;
  opacity: 0;
}
.overlay.active {
  width: 100%;
  opacity: 1;
}
.contact_info {
  font-size: 14px;
}

.hero-banner {
}
.hero-banner:hover .owl-nav {
  opacity: 1;
  transition: ease all 0.3s;
}
.hero-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0px;
  opacity: 0;
}
.hero-banner.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  outline: 0;
  background: none;
  background-color: #fff;
  height: 40px;
  border-radius: 100px;
  width: 40px;
  font-size: 2rem;
  line-height: 28px;
  margin-left: 0px;
}
/*.hero-banner.owl-carousel .owl-nav button.owl-prev i:before{content:"";background: url('-/media/Back.svg');width: 9px;height: 16px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-repeat: no-repeat;}*/
.hero-banner.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  outline: 0;
  background: none;
  background-color: #fff;
  height: 40px;
  border-radius: 100px;
  width: 40px;
  font-size: 2rem;
  line-height: 28px;
  margin-left: 0px;
}
/*.hero-banner.owl-carousel .owl-nav button.owl-next i:before{content:"";background: url('-/media/Frwd.svg');width: 9px;height: 16px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-repeat: no-repeat;}*/

.home-modal-form h2 {
  background: transparent !important;
  color: #333 !important;
  padding-left: 0px !important;
}
.home-modal-form h2 span {
  display: none;
}

.siderbar_fixed {
  display: none;
}
.siderbar_fixed.active {
  /* display: block; */
}

#ymPluginDivContainerInitial {
}
#ymPluginDivContainerInitial.active {
  display: block !important;
}
.video_modal .modal-body .btn {
  border-radius: 0.25rem;
  padding: 0.475rem 0.75rem;
  font-weight: 400;
  font-size: 16px;
}
.btn-primary {
  border-radius: 0.25rem;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #04be74 !important;
  border-color: #04be74 !important;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.11) !important;
  top: -3px;
  color: #fff !important;
  transition: ease all 0.5s;
}

@media (min-width: 992px) {
  body .container {
    max-width: 1200px;
    padding: 0px;
  }
  body .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.dropdown-toggle::after {
  display: none !important;
}

nav .dropdown-toggle .dropdown-menu {
  max-height: 0px;
  transition: ease all 0.3s;
  overflow: hidden;
  display: block;
  padding: 0px;
  top: 100%;
  background: transparent;
  box-shadow: 0px 0px 0px #000;
  border: 0px;
}
nav .dropdown-toggle {
  position: relative;
  background: transparent;
}
nav .dropdown-toggle:hover {
}
nav .dropdown-toggle:hover .dropdown-menu {
  max-height: 1500px;
  padding-top: 1.2rem;
}
nav .dropdown-toggle .dropdown-menu ul {
  background: #29417c;
  border-radius: 12px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}
nav .dropdown-toggle .dropdown-menu a {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #ebebeb;
  padding: 0rem 1rem;
  display: block;
  height: auto;
  font-size: 14px;
  line-height: 40px;
}
nav .dropdown-toggle .dropdown-menu ul li:last-child a {
  border-bottom: 0px;
}
nav .dropdown-toggle .dropdown-menu a:hover {
  color: #fff;
}
.dropdown-toggle > a {
  position: relative;
}
.dropdown-toggle > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.5rem;
}

#mySidenav .dropdown-toggle .dropdown-menu {
  max-height: 0px;
  transition: ease all 0.3s;
  overflow: hidden;
  display: block;
  padding: 0px;
  top: 100%;
  background: transparent;
  box-shadow: 0px 0px 0px #000;
  border: 0px;
}
#mySidenav .dropdown-toggle {
  position: relative;
  background: transparent;
}
#mySidenav .dropdown-toggle:hover {
}
#mySidenav .dropdown-toggle:hover .dropdown-menu {
  max-height: 1500px;
  /* padding-top: 1.2rem; */
  padding-left: 10px;
}
#mySidenav .dropdown-toggle .dropdown-menu ul {
  background: #29417c;
  border-radius: 12px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}
#mySidenav .dropdown-toggle .dropdown-menu a {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #ebebeb;
  padding: 0rem 1rem;
  display: block;
  height: auto;
  font-size: 14px;
  line-height: 40px;
}
#mySidenav .dropdown-toggle .dropdown-menu ul li:last-child a {
  border-bottom: 0px;
}
#mySidenav .dropdown-toggle .dropdown-menu a:hover {
  color: #fff;
}
.dropdown-toggle > a {
  position: relative;
}
.dropdown-toggle > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.5rem;
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  .nav_bar .navigation {
  }
  .nav_bar .navigation nav a {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1383px) {
  .nav_bar .navigation {
    width: 85%;
  }
  .nav_bar .navigation nav a {
    font-size: 14px;
  }
  .nav_bar .navigation nav {
    margin-right: 1px;
  }
}

.websiteName {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  background-color: #8ba83a;
  color: #ffffff;
}
