@media only screen and (max-width: 767px) {

  body {
    font-size: 14px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pb-100 {
    padding-bottom: 10px;
  }

  .banner-area {
    margin: 70px 0 20px 0;
    padding: 0 15px;
    background-image: none;
    height: 160px;
    /*border-bottom: 1px solid #dce1fa;*/
  }

  .banner-root {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .banner-text {
    margin-right: 20px;
    align-self: center;
  }

  .cmn-btn {
    padding: 10px 28px;
  }

  .icon-img {
    width: 80px;
    height: 70px;
  }

  .icon-item:hover:after {
    font-size: 10px;
  }

  .review-area .owl-prev {
    width: 40px;
    height: 40px;
    font-size: 25px !important;
  }

  .review-area .owl-prev i {
    line-height: 40px !important;
  }

  .review-area .owl-next {
    width: 40px;
    height: 40px;
    font-size: 25px !important;
  }

  .review-area .owl-next i {
    line-height: 40px !important;
  }

  .review-area .review-item {
    padding: 10px 15px 10px;
  }

  .review-area .review-item img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .details-title {
    font-size: 24px;
  }

  footer {
    text-align: center;
  }

  .footer-item h3 {
    display: inline-block;
  }

  .copyright-area {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .location-area .location-item {
    padding-left: 0;
    text-align: center;
  }

  .location-area .location-item i {
    position: relative;
    margin-bottom: 18px;
  }

  .side-menu  {
    visibility: visible;
    display: block;
    background-color: #4e4e96;
  }

  .side-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .side-menu a span:last-child::before {
    width: 20px;
    height: 20px;
  }

  .side-menu a span {
    font-size: 16px;
    color: #fff;
  }

  .content-menu {
    padding: 0;
    margin-bottom: 10px;
  }

  .breadcrumb {
   /* display: none;*/
  }

  .content-root {
    flex-direction: column-reverse;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  body {
    font-size: 14px;
  }

  .pt-100 {
    padding-top: 70px;
  }

  .banner-area-main {
    margin: 56px 30px auto;
  }

  .banner-area {
    margin: 56px 30px auto;
  }

  .review-area .owl-prev {
    width: 40px;
    height: 40px;
    font-size: 25px !important;
  }

  .review-area .owl-prev i {
    line-height: 40px !important;
  }

  .review-area .owl-next {
    width: 40px;
    height: 40px;
    font-size: 25px !important;
  }

  .review-area .owl-next i {
    line-height: 40px !important;
  }

  .review-area .review-item {
    padding: 10px 15px 10px;
  }

  .review-area .review-item img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .copyright-area {
    margin-top: 40px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .side-nav a {
    padding: 12px 15px;
  }

  .about-area .about-content {
    padding-left: 30px;
  }
  
}

@media only screen and (max-width: 991px) {
  .lightrope {
    margin: -15px 0 0 0;
  }

  .mean-container .mean-bar {
    background-color: #4e4e96
  }

  .banner-text .text-container p {
    line-height: 1rem;
    font-size: 18px;
    margin-bottom: 4px;
  }

  .logo-header {
    width: 50px;
    height: 65px;
  }

  .banner-text p {
    font-size: 10px;
  }

  .banner-working p {
    font-size: 14px;
  }

  .blog-title {
    font-size: 16px;
  }

  .list-group-item h5 {
    font-size: 16px;
  }

  .list-group-item img {
    display: none;
  }

  .mobile-nav .logo {
    top: 4px;
    max-width: 75px;
    height: 60px;
  }

  .mean-container a.meanmenu-reveal span {
    margin-top: 30px;
    position: relative;
    top: -10px;
  }

  .mobile-nav.mean-container .mean-nav ul li a.active {
    color: #fdb139;
  }

  .side-nav {
    position: absolute;
    top: 10px;
    right: 65px;
  }

  .side-nav a {
    padding: 10px 12px;
  }

  .navbar-nav {
    height: 350px;
    overflow-y: scroll;
  }

  .options-area {
    display: none;
  }

  .review-area .section-title h2 {
    font-size: 24px;
    text-align: center;
  }

  .icons-root {
    justify-content: flex-start;
  }

}

@media only screen and (min-width: 576px) and (max-width: 676px) {
  .lightrope {
    margin: -30px 0 0 0;
  }

  .review-slider .review-item {
    padding: 30px 5px 30px;
  }

  .side-menu {
    border-radius: 0;
  }
  .details-aria .content {
    border-radius: 0;
  }
  .list-group {
    border-radius: 0;
  }
}

@media only screen and (max-width: 576px) {
  .lightrope {
    margin: -30px 0 0 0;
  }

  .icons-root {
    border-radius: 0;
  }

  .icons-area {
    padding: 0;
  }

  .footer-logo {
    display: none;
  }

  .footer-working {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-working span#hide {
	display: none;
  }

  .side-menu {
    border-radius: 0;
  }

  .list-group-menu {
    border-radius: 0;
  }

  .details-aria .content {
    border-radius: 0;
  }

  .details-aria { 
    padding: 0;
  }
}

@media only screen and (max-width: 462px) {
  .lightrope {
    margin: -30px 0 0 0;
  }

  .banner-area {
    height: 295px;
  }

  .banner-root {
    flex-direction: column;
    padding-top: 10px;
  }

  .banner-text {
    margin: 0 0 15px 0;
    align-self: start;
  }
  
  .banner-working { 
    padding-bottom: 0px;	
  }

  .banner-working span#hide {
	display: inline;
  }     

}

@media (min-width: 1400px) {
  .container {
    width: 1300px;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
    .details-aria {
     	background-color: #fff;
    }
 
    .details-content iframe {
  	width: 100%;
  	/*height: 500px; */
    }

    table#form input[type="text"] {
	width: 100%;
    }

    table#form select {
	width: 100% !important;
    }    

    table#form textarea {
	width: 100%;
	max-width: 500px;
    }    

    table.pages thead {
        display: none;
    }
    
    table.pages tr, .details-content table th, .details-content table td {
        display: block !important;
    }
    
    table.pages td {
        display: block !important;
	text-align: center !important;
    }

    table.guest td, .details-content table td {
	text-align: left;
    }

    table.n_page {
	width: 100%;
	align: center;
    }

    table.n_page td {
        display: table-cell !important;
	text-align: center !important;
    }
    
    table.pages td:before {
        content: attr(aria-label);
        float: left;
        font-weight: bold;
    }
}
