
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  .menu_btn {
    display: none;
  }
  nav {
    top: 40px;
  }
  .header-top-text {
    font-size: 18px;
    top: 0px;
    padding: 10px 0px;
  }
  nav .custom-logo-link {
    width: 80px;
    position: absolute;
    left: 10px;
    top: -10px;
  }
  .navbar .container {
    direction: rtl;
  }
  .sticky .header-top-text {
    font-size: 18px;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 1);
  }
  .footer {
    height: auto;
  }
  .footer ul {
    flex-direction: column;
  }
  .footer img.image {
    position: relative;
    top: unset;
    width: 80px;
  }
  .credit .branding {
    text-align: left;
  }
  .navbar-light .navbar-nav .active > .nav-link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100px;
    left: -5px;
    background: #fff;
    display: none;
  }

  .navbar-nav {
    background: rgba(182, 139, 219, 1);
    z-index: 99;
    position: fixed;
    top: 0px;
    left: -100%;
    bottom: 0px;
    width: 100%;
    transition: 300ms all ease-in-out !important;
    display: block;
    margin: 0px;
    padding: 0px;
    /* padding-left: 20px; */
    padding-top: 100px;
    overflow: auto;
    height: 100vh;
  }
  .show .navbar-nav {
    left: 0%;
    transition: 300ms all ease-in-out !important;
  }
  .navbar-light .navbar-toggler {
    z-index: 999;
    outline: none;
  }
  .navbar-toggler i {
    color: #fff;
  }
  .hero {
    height: 50vh;
  }
  .hero-text h1 {
    font-size: 24px;
  }

  section.style {
    padding: 50px 0px 0px;
    margin: 50px 0px;
  }
  .left_right_style .img-box {
    padding: 0px;
    text-align: center;
    margin-bottom: 50px;
  }
  .left_right_style h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .left_right_style .text-box {
    padding: 0px;
    text-align: center;
  }
  .left_right_style h4 {
    margin-left: 0px;
  }
  .left_right_style h5 {
    margin-left: 0px;
  }
  .left_right_style h4::before {
    opacity: 0.5;
    left: -10px;
  }
  a.btn,
  a.btn-2 {
    padding: 8px 30px;
  }

  .credit p {
    /* text-align: center; */
  }
  .credit .branding {
    text-align: center;
  }
  .text_slider_section h1 {
    font-size: 30px;
  }
  .text_slider_section .slider-text {
    width: 100%;
  }
  .text_slider_section .carousel-item {
    height: 400px;
  }
  .text_slider_section .slider-text a.btn {
    margin-top: 50px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
  .left_right_style .right .text-box {
    padding-right: 0px;
  }
  .card_section h1 {
    margin-bottom: 60px;
  }
  .contact_section iframe {
    height: 350px;
  }
  .contact_section .map {
    padding-right: 0px;
  }
  .contact_section .contact-text {
    padding-left: 0px;
  }

  #gform_1 .gform_button {
    padding: 8px 30px;
  }

  .contact_section .contact-text p i {
    margin-right: 10px;
  }

  .contact_section .mobile {
    display: block;
  }
  .contact_section .desktop {
    display: none;
  }
  .contact_section .contact-text p i.fa-envelope {
    margin-left: 0px;
  }

  #gform_1 #gform_fields_1 {
    grid-column-gap: 10px;
  }

  .contact_section h1 {
    margin-top: 20px;
  }

  .hero.banner {
    height: 40vh;
  }
  .section_title .bottom {
    width: 70%;
  }

  .menu-item-has-children .dropdown-menu .dropdown-menu {
    left: 0%;
    top: 0px;
    display: block;
    margin-left: 20px;
  }
  .dropdown-menu .menu-item-has-children .dropdown-item::after {
    display: none;
  }
  .dropdown-menu .menu-item-has-children .dropdown-item {
    position: relative;
  }
  .dropdown-menu .menu-item-has-children .dropdown-item::before {
    content: "-";
    position: absolute;
    left: 10px;
  }
  .dropdown-toggle::after {
    margin-right: 15px;
    margin-top: 10px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .page-not-found h1{
    font-size: 120px;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 15px 40px;
  }
  #menu-top-menu .menu-item-has-children > .dropdown-menu{
    background: rgba(182, 139, 219, 1);
    margin-left: 20px;
}

.menu-item-has-children  .dropdown-menu  .dropdown-menu{
    left: 100%;
    top: 0px;
    background: rgba(182, 139, 219, 1) !important;
}
}


