@media only screen and (max-width: 1048px) {
  .navbar.otb-navbar .nav-search input[type=search]:focus,
  .navbar.otb-navbar.fixed-top .nav-search input[type=search]:focus {
    width: 200px !important;
  }

  .m-t-n-md {
    margin-top: 0;
  }

  .otb-archive .otb-post .otb-content .otb-preview {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .otb-carousel {
    height: 72vh;
  }
  .otb-carousel .carousel-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 992px) {
  .navbar.otb-navbar {
    margin-top: 36px;
    padding-top: 0;
  }
  .navbar.otb-navbar.fixed-top .navbar-brand,
  .navbar.otb-navbar.fixed-top li a {
    color: rgb(49, 49, 49);
  }

  .navbar-toggler-icon {
    background-image: url(../images/icon-menu.svg);;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(../images/icon-menu.svg);;
  }

  .navbar.otb-navbar .navbar-collapse {
    background-color: #f8f8f8;
    position: absolute;
    float: left;
    top: 100px;
  }

  .navbar.otb-navbar .navbar-collapse.show::before {
    opacity: 1;
  }

  .navbar.otb-navbar .navbar-collapse.show .active>.nav-link {
    color: rgb(49, 49, 49)!important;
  }

  .navbar.otb-navbar .navbar-collapse.show .dropdown-menu {
    margin: 0 0 0 12px;
    padding: 0;
    background: transparent;
  }

  .navbar.otb-navbar .navbar-collapse.show .dropdown-menu .dropdown-item {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar.otb-navbar .navbar-collapse.show .dropdown-toggle::after{
    filter: none;
  }

  .navbar.otb-navbar .navbar-collapse::before {
    /* transition: top, 0.3s 0.3s ease-out; */
    position: relative;
    left: 16px;
    content: "";
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f8f8f8;
    border-style: solid;
    border-width: 10px 10px 10px;
    opacity: 0;
    z-index: 1;
    margin-top: -20px;
    float: left;
  }

  .navbar.otb-navbar .navbar-collapse.show .active>.nav-link,
  .navbar.otb-navbar .navbar-collapse.show a:hover,
  .navbar.otb-navbar .navbar-collapse.show a:focus {
    border-bottom: 1px solid transparent;
    color: rgb(36, 123, 213) !important;
  }

  .otbl-wrapper,
  .text-justify {
    text-align: left;
  }

  .otb-flights .card-deck {
    margin-left: 0;
    margin-right: 0;
  }

  .otb-packages .otb-card .otb-package-bg {
    height: 290px;
    background-size: contain;
    background-repeat: repeat;
  }

  .otb-paragraph-cols {
    column-count: 1;
  }

  .p-xs-0,
  .p-sm-0 {
    padding: 0;
  }

  .otb-photo-session .otb-session-content {
    column-count: 1;
  }

  section#otb-deals {
    padding-left: 0 ;
  }

  section#otb-deals .col.bg-orange {
    flex: none;
    max-width: 100%;
    display: block;
    width: auto;
    margin-left: 0!important;
    padding: 0;
    -moz-border-radius: .75rem!important;
    -webkit-border-radius: .75rem!important;
    border-radius: .75rem!important;
  }
  .btn-vertical {
    transform-origin: unset;
    transform: none;
    position: relative;
  }

  section#otb-deals #otb-deals-wrapper {
    margin-left: 0;
    padding-left: 15px;
  }

  section .otb-section-image {
    padding-top: 1.5rem;
    padding-bottom: 10rem;
  }

  section .otb-responsive-padder,
  .otb-responsive-padder {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section#otb-first-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  section#otb-deals {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-deck .card {
    margin-left: auto;
    margin-right: auto;
  }

  .otb-single.otb-page .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }

  .otb-entry-price {
    position: relative;
  }

  .otb-entry-price:before {
    float: none;
    position: absolute;
    left: 0;
    right: auto;
    margin-top: 14px;
    margin-left: 0;
    width: auto;
  }

  .otb-single .otb-wp-row .otb-wp-block-column {
    width: 100%;
    flex-basis: 100%!important;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .otb-hotels h2.h1 {
    width: 76%;
  }

  .otb-hotels .otb-card {
    padding: 0;
  }

  .otb-carousel {
    height: 100vh;
  }
  .otb-carousel .carousel-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .otb-carousel .h1 {
    font-size: 2rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  }
  .otb-carousel .h2 {
    font-size: 1.5rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
  }
  .otb-carousel .h3 {
    font-size: 1.4rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
  }
  .otb-carousel .carousel-item-logo {
    height: 100px;
  }
  .otb-carousel .carousel-caption {
    bottom: 16%;
  }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .otb-carousel .carousel-caption {
    bottom: 5vh;
  }
}

@media only screen and (max-width: 800px) {
  .otb-accordion .otb-col {
    width: 100% !important;
    height: 240px;
    padding: 30px;
  }

  .otb-accordion .otb-col h3 {
    font-size: 22px;
  }

  .otb-accordion .otb-col .otb-cat {
    margin-bottom: 4px;
  }

  .otb-accordion .otb-postedby {
    margin-top: 12px;
  }

  .otb-accordion .otb-col:nth-of-type(1):hover {
    height: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .otb-single .otb-title {
    font-size: 28px;
    line-height: 1.4;
  }

  .otb-single .otb-content h2,
  .otb-single .otb-content h3 {
    margin-bottom: 12px;
  }

  .otb-single .otb-content h3 {
    /* padding-left: 50px; */
    font-size: 18px;
    line-height: 1.4;
  }

  .otb-single .otb-content h3::before {
    width: 32px;
  }

  .otb-archive .otb-post .otb-content .otb-dmy .date {
    height: 32px;
    margin-bottom: 8px;
    font-size: 42px;
    line-height: 40px;
  }

  .otb-archive .otb-post .otb-content .otb-dmy .month,
  .otb-archive .otb-post .otb-content .otb-dmy .year {
    letter-spacing: 0.01em;
  }

  .error-container {
    img {
      max-width: 100%;
      height: auto;
    }
  }

  .error-container p {
    padding: 0;
  }

  .col-sm-12,
  .col-xs-12 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .otb-carousel {
    height: 84vh;
  }

  footer #otb-footer-vector {
    background-image: none;
  }

}

@media (max-width: 768px) {
  footer .text-sm-center {
    text-align: center!important;
  }

  .otb-carousel {
    height: 100vh;
  }
  .otb-carousel .carousel-caption {
    bottom: 32vh;
  }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
  .otb-carousel .carousel-caption {
    bottom: 6vh;
  }
}

@media (max-width: 576px) {
  .container {
/*     max-width: 94%; */
  }
}

@media only screen and (max-width: 480px) {
  .navbar.otb-navbar {
    padding: 15px;
    margin-top: 0px;
    padding-top: 36px;
  }

  .otb-grid h3 {
    font-size: 20px;
  }

  .otb-archive .otb-sidebar,
  .otb-landing .otb-sidebar {
    padding-left: 15px;
  }
}
