:root {
  --back-desk: #137fb0;
  --back-desk2: #f85a0c;
  --black: #000;
  --white: #fff;
  --yellow: #ED2027;
  --gray2: #ccc;
  --gray7: #ecf5fc;
  --gray4: #f1f1f1;
}
.vs-logo img, .footer-logo img {
    width: 170px;
}
.hm-destina {
    padding: 60px 0;
}
.hm-faq, .hm-blog {
    padding: 80px 0 40px 0;
}
.col-auto.menu-hd {
    display: flex;
    align-items: center;
}
.footer-contact .menu .ads {
    font-size: 14px !important;
}
.item2__icon img {
    width: 50px;
}
.quick-link {
  position: relative;
}
.banner img, .quick-link img {
  width: 100%;
}
.quick-link .qk-link h1 {
  color: #fff;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.list .ad {
font-size: 22px;
margin: 0;
letter-spacing: normal;
margin-bottom: 6px;
position: relative;
background: linear-gradient(to right, var(--black-color) 0%, var(--theme-color2) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
font-weight: 600;
}
.list .ad-1 {
  font-size: 18px;
  font-weight: 600;
}
.list {
    margin-bottom: 30px;
}
.list:last-child {
    margin-bottom: 0px;
}
.list p {
  margin-bottom: 6px;
  text-align: justify;
  font-size: 16px;
}
.list p:last-child {
    margin-bottom: 0px;
}
.list ul li {
  font-size: 16px;
  text-align: justify;
  position: relative;
padding-left: 25px;
}
.quick-about {
    margin: 80px 0;
}
.all-airline {
    margin: 80px 0 40px;
}
.quck-ftr ul li:before {
  content: "";
  position: absolute;
  background: url(../images/ftr-qk.png);
  left: 0;
  font-size: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 11px;
  top: 7px;
}
.quck-ftr ul li {
    position: relative;
    padding-left: 25px;
}
.sitemap .list ul li:before {
  content: "";
      position: absolute;
      background: url(../images/site-icn.png);
      left: 0;
      font-size: 12px;
      background-size: cover;
      background-repeat: no-repeat;
      width: 13px;
      height: 13px;
      top: 6px;
}
.list ul li:before {
  content: "";
      position: absolute;
      background: url(../images/chk.png);
      left: 0;
      font-size: 12px;
      background-size: cover;
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      top: 5px;
}
.quick-link .qk-link ul li, .qk-link ul li a {
    color: #fff;
}
.quick-link .qk-link ul {
  display: flex;
align-items: center;
justify-content: center;
}
.quick-link .qk-link .spec {
    margin: 0 7px 0 3px;
}
.quck-ftr, .ftr-logo, .cont-ftr {
    margin: 0;
}
.ftr-logo p {
    color: #a3abb0;
    margin-top: 15px;
}
.ftr-logo .footer-logo {
    position: relative;
    top: -17px;
}
.banner {
    position: relative;
}
.banner .htl, .quick-link .qk-link, .airline .qk-link {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 9;
}
 .quick-link .hd-air {
text-align: center;
}
.banner .htl h1 {
    color: #fff;
    font-size: 45px;
    text-align: center;
}
.banner:before, .quick-link:before {
    content: '';
    background: #00000057;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
 .airline:before {
   content: '';
   background:#0000009c;
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: 1;
 }
.quick-link img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.quick-link ul li {
    list-style: none;
}
.ftor {
  background: url(../images/footer-bg.jpg);
      background-size: 100%, 100%;
}
.disclmr {
    background: var(--theme-color2);
    padding: 15px;
    text-align: justify;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 30px;
}
.tp-dels ul li a {
  border-radius: 7px !important;
      font-size: 15px !important;
      font-weight: 600 !important;
      /* border-bottom: 2px dashed var(--theme-color2); */
      background-image: url(../images/airln.png) !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      width: 100%;
      padding: 20px !important;
      color: var(--black-color);
      text-align: center;
      display: inline-block;
      background-color: #00000038 !important;
      line-height: 40px !important;
      box-shadow: 0 1px 6px #000000a3;
}
.tp-dels ul li {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.tp-dels ul li:before {
  display: none;
}
.list ul {
    padding-left: 0px;
    list-style-type: none;
}
.tp-dels ul {
    padding-left: 0;
}
.arln-faq .title-area {
    text-align: center;
    margin-bottom: 30px;
}
.arln-faq span.sec-subtitle {
    margin-bottom: 0 !important;
    color: var(--theme-color2);
}
.arln-faq {
  background: url(../images/arln-faq.png);
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.benefit .ad {
    position: relative;
    background: linear-gradient(to right, var(--black-color) 0%, var(--theme-color2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.benefit .title-area.text-center {
    margin-bottom: 30px;
}
.tp-dels .ad {
    margin-bottom: 20px;
}
.banner .bn-cnt {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
        z-index: 9;
}
.list label {
    font-size: 19px;
    margin: 2px 0;
    font-weight: 600;
}
.list span {
    font-size: 16px;
    font-weight: 600;
}

.banner .ag-toggle_title {
  line-height: 1.2;
  margin: 0 0 50px;
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  color: #FFF;
}
.banner .ag-toggle_tagline {
  margin: 0 0 20px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
}
.banner .cd-words-wrapper {
  color: var(--back-desk2);
}
.banner .bn-cnt p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
}
.hm-fares {
    padding: 90px 0 0 0;
}
.hm-fares .hm-del {
    display: flex;
    align-items: center;
    padding: 25px 20px 15px;
        margin: 0;
}
.hm-fares .hm-del img {
    margin-right: 6px;
        width: 32px;
}
.hm-fares .hm-del h3 {
  margin: 0 !important;
  font-size: 20px;
  font-weight: 600;
}
.hm-fares .prc p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
        text-align: center;
}
.hm-fares .prc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px 20px 15px;
}
.hm-fares .package-content {
    padding: 0;
}
.hm-fares .package-footer {
    background: var(--back-desk);
    padding: 12px 15px;
}
.hm-fares .package-footer .bkn {
    background: var(--white);
    padding: 2px 12px;
    border-radius: 7px;
    font-weight: 500;
    color: var(--black);
}
.hm-fares .package-footer .prn {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.hm-fares .prc .dt {
    font-size: 14px;
}
.hm-fares .prc img {
    width: 30px;
}
.hm-why-chose .feature--layout5 {
    padding-top: 0;
}
.hm-destina h2, .hm-discount h2,
.hm-tur h2, .hm-testimonal h2,
.hm-faq h2, .hm-blog h2,
.hm-rut-cnt h2, .hm-route h2,
.hm-special h2, .hm-discover h2,
.hm-benecnt h2, .hm-fares h2,
.air-benefit h2 {
    font-size: 24px;
}
.hm-discount {
    background: url(../images/hm-discunt.jpg);
}
.hm-discount p {
    text-align: justify;
}
.hm-destina .destination-info h4 {
    color: var(--white);
}
.hm-testimonal {
    background: url(../images/testimonial.jpg);
    padding: 80px 0;
}
.hm-testimonal span {
    color: var(--white) !important;
}
.hm-testimonal .revw {
    display: flex;
    align-items: center;
}
.hm-testimonal .revw .testi-avater {
    margin-right: 15px;
}
.hm-faq .title-area {
    margin: 0;
}

.hm-tur .shape-mockup {
    width: 100px;
}
.hm-tur {
    background: url(../images/holiday.png);
       padding: 100px 0 50px 0;
}
.hm-tur .package-style1, .package-style3 {
    box-shadow: 0 2px 2px #ccc;
}
.hm-rut-cnt .video-content p {
    font-size: 16px;
    color: var(--white);
    text-align: justify;
}
.hm-rut-cnt {
    padding: 80px 0 200px 0;
}
.hm-rut-cnt .white-title2 .sec-subtitle {
  color: var(--white);
}
.cate--layout5.hm-route .cate__box.background-image {
    padding: 0 0 30px 0;
}
.rut {
    width: 90px;
    position: relative;
    border: 1px dashed var(--black);
        margin: 0;
}
.rut:before {
    content: '';
    position: absolute;
    background: url(../images/dfdf.png);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -11.5px;
    left: 34px;
    filter: brightness(0.1);
}
.rut:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid var(--white);
    right: -4px;
    top: -5px;
    border-radius: 10px;
    background: var(--black);
}
.hm-route .cate-block img {
  width: 40px;
}
.hm-route .cate-block p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin: 0 0 15px 0;
}
.hm-route .rt-bk {
    background: var(--back-desk);
    color: var(--white);
    padding: 15px 0;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
}
.hm-route .cate-block p .atl:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid var(--white);
    right: -55px;
    top: 8px;
    border-radius: 10px;
    background: var(--black);
    z-index: 9999;
}
.hm-route .cate-block p .atl {
    position: relative;
}
.hm-rut-cnt {
    background: url(../images/tr-rt.jpg);
}
.hm-rut-cnt-2 {
        padding: 60px 30px 30px 30px;
}
.hm-discover {
  padding: 0;
  margin-bottom: 0px;
}
.hm-discover .gallery-style-2 {
  background: var(--white);
      padding: 30px;
      text-align: justify;
      box-shadow: 0 2px 2px #ccc;
      position: absolute;
      bottom: -40px;
      left: 0;
      right: 0;
      border-bottom: 5px solid var(--back-desk);
}
.hm-discover .sec-subtitle, .hm-discover h2 {
    text-align: center;
}
.hm-special .package-top {
    justify-content: center;
    text-align: center;
}
.hm-special h3 {
    font-size: 22px;
}
.hm-special .package-img img {
    height: 120px;
    object-fit: cover;
    object-position: top;
}
.package-meta a {
    font-size: 15px;
    font-weight: 500;
}
.hm-benecnt {
  background: var(--gray7);
padding: 80px 0 120px 0;
}
.hm-benecnt .title-area {
    margin: 0;
}
.hm-benecnt p {
    text-align: justify;
    font-size: 16px;
}
.cal-bn .offer-block.style2 {
    background: url(../images/bene.jpg);
    background-size: cover;
    background-position: bottom;
}
.cal-bn .white-title p {
    color: var(--white);
    text-align: justify;
}
.white-title p {
    margin: 0;
}
.hm-special {
    padding: 80px 0 50px 0;
}
.banner .bn-cnt h1 {
  font-size: 35px;
    color: var(--white);
}
.tp-dels p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-dels .atl {
    position: relative;
}
.tp-dels .atl:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid var(--white);
  right: -56px;
  top: 8px;
  border-radius: 10px;
  background: var(--black);
  z-index: 9999;
}
.tp-dels p:hover {
    color: var(--white);
}
.hm-blog .blog-body .blog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px !important;
        margin-bottom: 8px;
}
.hm-blog .blog-body .blog-text {
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.hm-blog .blog-body .blog-date {
    margin: 0;
}
.hm-blog .blog-style6 .blog-img {
    height: 246px;
}
.hm-blog .blog-style7 .blog-img {
    height: 215px;
}
.hm-faq .shape-mockup img {
    width: 220px;
}
.newsletter-style2 span {
    color: #fff;
}
.hm-discover {
    overflow: unset;
}
.ftlogo img {
    width: 80px;
}
.ftlogo li {
    margin-right: 15px;
}
.ftlogo {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.copy-rt {
    background: var(--gray7);
}
.copy-rt .copyright-text {
    color: var(--black);
}
.ftlogo li:last-child {
    margin-right: 0;
}
.tp-dels a:hover p {
    color: var(--white);
}
.item2__icon.vs-btn.style3 {
    padding: 10px 30px;
    min-height: auto;
}
.item2__text span {
    font-size: 15px;
    font-weight: 500;
    line-height: 9px;
}
.hm-tur .package-content {
    padding: 0;
}
.hm-tur .package-content h3 {
    padding: 15px 15px 0 15px;
    font-size: 17px;
}
.hm-tur .package-content p {
    padding: 0px 15px 0 15px;
    font-size: 16px;
}

.hm-tur .vs-btn.style4 {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 0;
}
.flight-passengr .pass_bx .input-group.number-spinner1 input {
    padding: 0;
    color: var(--white);
}
.hm-why-chose .feature--layout5 h3 {
    font-size: 20px;
}
.hm-fares .package-img img {
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.hm-why-chose .item__icon img {
    width: 60px;
}

.hm-discover img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.arln-faq .row {
    align-items: center;
}

.hm-route .container {
    padding: 0;
}
.favorit {
    background: url(../images/offer8.png);
    background-size: 100%, 100%;
    background-repeat: no-repeat;
}
.dots {
    bottom: 50px;
    right: 0;
}
.hm-tur .tur-pl {
    left: 232px;
}
.hm-special .package-style2 {
    font-size: 17px;
}
.hm-why-chose .item.style2 {
  gap: 10px;
}
.spcl-cal .offer-block {
    background: url(../images/spcl-cal.jpg);
}
.quick-link .dcft {
    margin: 0 7px;
}
.quick-link .dcft2 {
    padding: 0;
}
.quick-link .dcft2 li {
    font-size: 17px;
}
.abt-why-chose h3 {
    font-size: 20px;
}
.abt-why-chose h2 {
    font-size: 22px;
}
.abt-why-chose .vs-history span.history-date {
    width: 80px;
}
.tol-fre .cl-tfn {
    color: var(--back-desk);
    font-weight: bold;
    font-size: 16px;
}
.tol-fre .item2 p {
    margin: 0;
    line-height: normal;
}
.tol-fre .cl-us {
    font-size: 14px;
}
.tol-fre .item2 {
    text-align: center;
}
.space.atb-tb h2 {
    font-size: 24px;
}
.atb-tb {
    padding: 80px 0;
}
.atb-tb .image-box1 {
    margin: 0;
}
.abt-why-chose {
    padding: 80px 0;
}
.rt-del {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.rt-del span {
    font-weight: bold;
    font-size: 17px;
}
.hm-route .vs-btn:before, .hm-route .vs-btn:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: var(--black);
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    transform-origin: right bottom;
    transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
}
.hm-route .vs-btn:hover:before, .hm-route .vs-btn:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.adres-cnt .contact-box .contact-box_list li {
    font-size: 15px;
}
.adres-fil-form {
    padding: 80px 0;
}
.maps iframe {
    width: 100%;
    height: 400px;
}















@media only screen and (max-width: 639px) {
.banner .ag-toggle_title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .banner .ag-format-container {
    width: 750px;
  }
}
@media (min-width: 980px) and (max-width: 1161px) {
  .banner .ag-format-container {
    width: 960px;
  }
}








  @media only screen and (max-width:767px) {
.banner img, .airline img,
.banner .htl h1, .airline .hd-air,
.banner .bn-cnt h1, .banner .bn-cnt p,
.banner:before, .quick-link:before {
    display: none;
}
.banner .flt, .destion .qk-link {
  position: relative;
  bottom: 0;
  padding: 10px 0;
}
.banner .htl, .airline .qk-link {
    position: relative;
    bottom: 0px !important;
    padding: 20px 0;
}
.airline .qk-link {
    padding: 40px 0 0 0;
}
.quick-link .qk-link {
    position: relative;
    bottom: 100px;
}
/* .banner, .airline {
    background: linear-gradient(var(--yellow), black);
} */
.quick-link img {
    height: 300px;
    object-fit: cover;
}
.vs-widget-about .footer-text {
    max-width: 100%;
}
.banner .bn-cnt {
    position: relative;
    bottom: 0px;
}
.frm.in {
    width: 50%;
}
.frm.psnr.presnt-guest {
    width: 100%;
}
.frm.srch .vs-btn.style5 {
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 0;
}
.frm.srch button {
    background: var(--black);
}
.banner .all-flight-hotel, .airline .all-flight-hotel {
    background: unset !important;
    border: unset !important;
    filter: unset !important;
    border-bottom: unset !important;
    box-shadow: 0 5px 11px #ccc;
}
.flight_type .form-check-inline label {
    margin: 0;
}
.form-check-inline {
    align-items: center;
    justify-content: center;
        margin-right: 0;
}
.flight_type {
    padding: 5px 0px;
    margin: 0 !important;
}
.hm-discover .gallery-style-2 {
  position: relative;
  width: 95%;
  bottom: 94px;
  padding: 20px 0;
}
.ftlogo img:last-child {
    margin-right: 0; }
    
.cal-bn .offer-block.style2 {
    height: auto;
}
.offer-block.style2 {
    margin-top: -110px;
}
.hm-discover {
    margin-bottom: 0;
}
.col-auto.menu-hd {
    padding: 0;
}

}

ul.parsley-errors-list {
position: absolute;
left: 25px;
color: red;
top: 55px;
font-size: 12px;
list-style-type: none;
}
