.ace-responsive-menu .arrow {
  color: white !important;
  font-weight: bold;
  display: none;
}
.ace-responsive-menu .title {
  color: #42779c !important;
  font-weight: bold;
  padding: 12px;
  border: none !important;
}
.ace-responsive-menu {
  width: 65% !important;
}
@media only screen and (max-width: 600px) {
  .menu-toggle {
    position: absolute;
    width: 50%;
    right: 0;
    background: transparent;
  }
  .ace-responsive-menu {
    width: 100% !important;
    background: white;
    padding-top: 60px;
  }
  .ace-responsive-menu > li > a {
    background: white;
  }
  .ace-responsive-menu .title {
    color: #42779c !important;
    font-weight: bold;
    padding: 0px !important;
    border: none !important;
  }
  .ace-responsive-menu > li {
    padding-top: 0px !important;
    border: none !important;
  }
  #hero .container {
    padding-top: 0px;
  }
  .top_space {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1030px) {
  #hero .container {
    padding-top: 0px;
  }
  .top_space {
    margin-top: 50px;
  }
  #hero {
    height: auto;
  }
  .secound_space {
    margin-top: 0px;
  }
}
.licence_no {
  color: #415ba8 !important;
  font-weight: bold;
}
.ace-responsive-menu {
  background: transparent !important;
}
@media screen and (max-width: 1025px) and (min-width: 600px) {
  .ace-responsive-menu > li {
    border: none;
  }
  .ace-responsive-menu .title {
    border: none !important;
    padding: 2px !important;
  }
  .ace-responsive-menu > li > a {
    padding: 13px 0px !important;
  }
}
@media screen and (max-width: 766px) and (min-width: 600px) {
  .main_page_licence {
    position: relative !important;
    top: 60px !important;
  }
  .ace-responsive-menu {
    width: 100% !important;
    position: relative;
    background: white !important;
  }
}

.sliderimg{
	height:60vh;
	object-fit:cover;
}