.logodiv {
  margin: 0;
  padding: 8px 0 0;
}

.logodiv a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.logo-img {
  max-height: 130px;
  max-width: 300px;
  width: auto;
  height: auto;
  display: block;
}

.head {
  padding: 0;
}

.f-logo.dcvddvd {
  max-height: 95px;
  width: auto;
}

footer {
  background: #f8fafc;
  border-top: 1px solid #e5edf5;
}

footer .f-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
}

footer .footer-logo {
  max-width: 170px;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
}

footer .visa-img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}

footer .contact-info h5 {
  color: #002050;
  font-weight: 700;
  margin-bottom: 16px;
}

footer .contact-info a {
  color: #333;
  line-height: 1.8;
}

footer .contact-info a strong {
  color: #002050;
}

footer .copy-right p {
  color: #666;
  margin: 0;
}

.left-form-banner { position: relative; }

#popupform .row {
  position: relative;
  background: #fff;
  max-width: 450px;
  margin: auto;
  margin-top: 9%;
  padding: 20px;
  border-radius: 8px;
}

#closePopup {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 2;
  cursor: pointer;
  font-size: 22px;
  background: #002050;
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
  box-sizing: border-box;
}

#popupform {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 68%);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.package a.dinn-scr.btn-primary {
  background-color: #10b0f0;
  border-color: #10b0f0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.5s;
}

.package a.dinn-scr.btn-primary:hover,
.package a.dinn-scr.btn-primary:focus {
  background-color: #0090e0;
  border-color: #0090e0;
  color: #fff;
  transform: translateY(-0.625rem);
}

.list-scrollpkge,
.list-scroll { padding-right: 20px; }

.list-scrollpkge li,
.list-scroll li { font-size: 12px; }

.our-combopack h2 { font-size: 46px !important; }

.conajsdfs {
  width: 500px;
  height: 379px;
  object-fit: cover;
}

.call-btn { display: none; }

.call-btn a {
  display: block;
  background: #0080e0;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .call-btn {
    display: block !important;
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
}

ul.tabbing-links {
  display: flex;
  justify-content: center;
  margin: 0 auto 48px;
  gap: 34px;
}

.tabbing-links li {
  cursor: pointer;
  background-color: #10b0f0;
  color: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
}

.btns_wrap {
  top: 35%;
  z-index: 998;
}

header ul li a.chat {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.mytabs { display: none; }

.mytabs.current { display: block; }
