.main-menu>ul {
    margin-top: 10px;
}

.affix {
    height: 85px;
}

.min-height {
    min-height: 61px;
}

.trav-ami ul li span {
    font-size: 2.5rem;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
@media (min-width: 992px) {

    .min-height {
        min-height: 61px;
    }

}

@media (min-width: 768px) {


    .min-height {
        min-height: 60px;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1290px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

.panel-default>.panel-heading {
    background-color: #253d52;
    color: #fff;
}

h3 {
    font-size: 20px;
}

.to-ho-hotel-con-2 h4 {
    line-height: 25px;
}

.mb_header {
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 6px 0px 6px 25px;
    color: #42494e;
    font-size: 16px;
}

.footer {
    background: radial-gradient(1200px 420px at 50% -120px, rgba(240, 50, 75, 0.22) 0%, rgba(15, 42, 61, 0.0) 60%),
        #0b2233;
}

.footer h4 span {
    color: #fff;
}

.footer p,
.footer a {
    color: rgba(255, 255, 255, 0.82);
}

.footer a:hover {
    color: #fff;
}

.footer ul li a {
    transition: color 160ms ease;
}

.footer .foot-sec2 {
    padding-top: 46px;
    padding-bottom: 28px;
}

.footer .foot-spec h4 {
    margin-bottom: 14px;
}

.footer .foot-spec p {
    line-height: 1.8;
}

.footer .foot-spec a {
    text-decoration: none;
}

.footer .foot-spec a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer .foot-social ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer .foot-social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    transition: background 160ms ease, transform 160ms ease;
}

.footer .foot-social ul li a:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .main-menu ul li a {
        padding: 10px 10px;
    }

    .footer .foot-sec2 {
        padding-top: 34px;
        padding-bottom: 18px;
    }
}

.ed-mm-act>.open>.dropdown-menu {
    display: contents;
}

.open>.dropdown-backdrop {
    display: none !important;
}

h4,
.h4 {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
line-height: 1.7;
}
body {
    width: 100% !important;
}
.ed-com-t1-right>.dropdown>button.btn-primary{
    border-radius:0px;padding: 7px 12px;height: 33px;background-color: #2d5d73;
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 882px;
  }
}

/* ==========================================================================
   Responsive Typography — Mobile & Tablet
   ========================================================================== */

/* Tablet: 768px – 991px */
@media (max-width: 991.98px) {
  body {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
  p {
    font-size: 15px;
    line-height: 1.75;
  }
  h1, .h1 { font-size: clamp(1.55rem, 4vw, 2rem) !important; }
  h2, .h2 { font-size: clamp(1.3rem,  3.5vw, 1.7rem) !important; }
  h3, .h3 { font-size: clamp(1.1rem,  3vw,   1.45rem) !important; }
  h4, .h4 { font-size: clamp(1rem,    2.5vw, 1.2rem)  !important; }
  h5, .h5 { font-size: 1rem  !important; }
  h6, .h6 { font-size: 0.95rem !important; }
  .btn, button[type="submit"] {
    font-size: 0.97rem;
    padding: 0.55rem 1.2rem;
  }
  label, .form-label {
    font-size: 0.95rem;
  }
  .form-control, input, select, textarea {
    font-size: 0.97rem !important;
  }
  td, th {
    font-size: 0.93rem;
  }
  .nav > li > a,
  .navbar-nav > li > a {
    font-size: 0.97rem;
  }
  .breadcrumb,
  .uni-ph-crumb {
    font-size: 0.9rem;
  }
  small, .small {
    font-size: 0.85rem;
  }
}

/* Mobile: ≤ 767px */
@media (max-width: 767.98px) {
  body {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
  }
  p {
    font-size: 15.5px;
    line-height: 1.8;
  }
  h1, .h1 { font-size: clamp(1.45rem, 5.5vw, 1.85rem) !important; }
  h2, .h2 { font-size: clamp(1.2rem,  5vw,   1.55rem) !important; }
  h3, .h3 { font-size: clamp(1.05rem, 4.5vw, 1.3rem)  !important; }
  h4, .h4 { font-size: clamp(0.97rem, 4vw,   1.15rem) !important; }
  h5, .h5 { font-size: 1rem  !important; }
  h6, .h6 { font-size: 0.93rem !important; }
  .btn, button[type="submit"] {
    font-size: 1rem;
    padding: 0.6rem 1.3rem;
    min-height: 2.6rem;
  }
  label, .form-label {
    font-size: 0.97rem;
  }
  .form-control, input, select, textarea {
    font-size: 1rem !important;
    min-height: 2.5rem;
  }
  td, th {
    font-size: 0.9rem;
  }
  .nav > li > a,
  .navbar-nav > li > a {
    font-size: 1rem;
  }
  .breadcrumb,
  .uni-ph-crumb {
    font-size: 0.88rem;
  }
  small, .small {
    font-size: 0.84rem;
  }
  .table th,
  .table td {
    font-size: 0.88rem;
    padding: 0.5rem 0.6rem;
  }
}

/* Small mobile: ≤ 480px */
@media (max-width: 480px) {
  body {
    font-size: 15px !important;
  }
  h1, .h1 { font-size: clamp(1.3rem, 6vw, 1.65rem) !important; }
  h2, .h2 { font-size: clamp(1.1rem, 5.5vw, 1.4rem) !important; }
  h3, .h3 { font-size: clamp(1rem,   5vw,   1.2rem) !important; }
  h4, .h4 { font-size: clamp(0.93rem, 4.5vw, 1.08rem) !important; }
  .btn, button[type="submit"] {
    width: 100%;
    font-size: 1rem;
  }
  .table th,
  .table td {
    font-size: 0.82rem;
    padding: 0.4rem 0.45rem;
  }
}