/* ====================================================
    Responsive
==================================================== */
.ltn__slider-area {
  position: relative;
  overflow: hidden;
}

/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}


/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}


/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    video {
      height: 30vw;
      min-height: 30rem;
    }

    .menulogo {
        width: 150px;
    }
  
  	.orderi-1 {
  		order: 1;
  	}
  	.orderi-3 {
  		order: 3;
  	}
  	.orderi-2 {
  		order: 2;
  	}

    .ltn__contact-address-item-3 {
        padding: 10px 10px 10px;
    }

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

    hr {
        margin-top: 20px;
        margin-bottom: 10px;
        border-top: 1px solid var(--border-color-12);
    }

    .ltn__contact-address-item-3 .ltn__contact-address-icon {
        margin-bottom: 0px;
    }

    .ltn__contact-address-item {
        margin-bottom: 5px;
    }
  
	.ltn__contact-address-area .col-lg-4:last-child .ltn__contact-address-item {
      margin-bottom: 15px;
  	}

    .ltn__feature-item-3 {
        margin-bottom: 0px;
    }

    .ltn__feature-info {
        margin-top: 17px;
    }

    .ltn__contact-address-item.ltn__contact-address-item-3 {
      padding: 5px;
    }
	.ltn__contact-address-item.ltn__contact-address-item-3 a {
      display: flex;
      flex-direction: row;
  	}
	.ltn__contact-address-item.ltn__contact-address-item-3 a img {
      max-width: 60px;
  	}  
    .ltn__contact-address-item.ltn__contact-address-item-3 a h3.animated {
      margin: 0;
      align-self: center;
      font-size: 1rem;
      line-height: 1;
      font-weight: 600;      
    }

  .mobile_custom_menu {
    width: 100%;
    background-color: var(--section-bg-6);
  }
  .mobile_custom_menu li {
  	width: 49%;
    text-align:center;
    padding: 6px;
    margin: 0 !important;
  }
  .mobile_custom_menu li:first-child {
  	border-right: 1px solid #fe000b;
  }
  .mobile_custom_menu li a {
  	color: #fff;
    font-weight: 600;
  }
.ltn__header-logo-and-mobile-menu-in-mobile .ltn__header-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}  
}
