@charset "utf-8"; /* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', arial, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.5em;
    text-align: left;
    font-weight: normal;
    letter-spacing: initial;
}

@font-face {
    font-family: 'silomregular';
    src: url('../fonts/silom.woff2') format('woff2'),
         url('../fonts/silom.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.lft {
    float: left;
}

 body {
	 background: #fff;
    overflow-x: hidden;
    /* max-width: 1366px; */
    margin: 0 auto;
}

.rgt {
    float: right;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
.wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 1222px;
    min-width: 280px;
}

ul {
    margin: 0;
    padding: 0;
}

ul:after {
    content: '';
    display: block;
    clear: both;
}

ul li {
    list-style: none;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7em;
    color: #626262;
}

p b, p strong{
    font-size: 100%;
    line-height: 100%;
    font-weight: 600;
}

li b, li strong{
    font-size: 100%;
    line-height: 100%;
    font-weight: 600;
}
p i{
    font-size: 100%;
    line-height: 100%;
    color: inherit;
    font-style: italic;
}

.clear {
    clear: both;
}

span.hgt {
    padding-top: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
    outline: 0;
}

h1 {
    font-size: 36px;
    font-weight: 500;
    color: #626262;
}

table {width: 100%;border: 1px solid #cbcbcb;margin: 0 auto !important;/* border: 0; */}
th, td {padding: 12px;text-align: left;border: 0;font-size: 16px;padding-left:30px;width: 33.3%;border-right: 1px solid #cbcbcb;border-bottom: 1px solid #cbcbcb;}
th {background-color: #1b475d;font-size:16px;font-weight: 400;color: #fff;padding-left:30px;margin-left:20px;text-align: left;width: 33.3%;}
td:first-child {font-weight: bold;}
tr:last-child th, tr:last-child td{border-bottom:0px;}
th:last-child, td:last-child{border-right:0px;}

h3{font-family: 'Poppins', arial, sans-serif;}
h1, h2, h4, h5, h6 {font-family: 'silomregular', arial, sans-serif;}
h2.hd.ctr{text-align:center;}
h2.hd {line-height: normal;font-size: 35px;font-weight: 500;margin-bottom: 43px;}

h2.hd span {
    display: inline-block;
    text-align: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    text-align: center;
    text-transform: inherit;
}

h1.hd p {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
}

ul:after {
    content: '';
    display: block;
    clear: both;
}

.blt {
    display: block;
    margin-bottom: 13px;
}
.blt li:before{content:'';display:block;width: 6px;height: 6px;background: #626262;border-radius: 50%;position: absolute;left: 0;top: 12px;}
.blt li {display: block;position: relative; padding-left: 14px;font-weight: 400;font-size: 16px;line-height: 1.7em;color: #626262;}
.blt li b{color: inherit; font-size: inherit; line-height: inherit; font-weight: 600;}
ol{padding-left: 17px;}
ol li {position: relative;font-weight: 400;font-size: 16px;line-height: 1.7em;color: #626262;}

img {
    max-width: 100%;
}

input::-webkit-input-placeholder {
    color: #a8b1c2;
}

textarea::-webkit-input-placeholder {
    color: #a8b1c2;
}

a.btn, .btn{
    line-height: normal;
    outline: 0;
    letter-spacing: initial;
    transition: 0.3s ease;
    background: #1b475d;
    color: #fff;
    padding: 15px 26px;
    font-size: 16px;
    border-radius: 55px;
    display: block;
    position: relative;
    text-align: center;
    width: fit-content;
}
a.btn i, .btn i{display:block;background: url(../images/btn-arw.svg) no-repeat #fff center;width: 26px;height: 26px;border-radius: 50%;position: absolute;right: 10px;top: 14px;}
a.btn:hover, .btn:hover{
    background-color: #626262;
    transition: 0.3s ease;
}

.block-ui {
  pointer-events: none;
  opacity: 0.6;
}

.global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}



header.hide{opacity:0;pointer-events: none;}
header.fixed-header:after, .blog-header header:after{background: #1b475d; backdrop-filter: initial;}
header:after{content:'';display:block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;backdrop-filter: blur(5px) saturate(120%);-webkit-backdrop-filter: blur(10px) saturate(120%); /* Safari */background-color: rgb(89 89 89 / 12%); /* translucent base */border-bottom: 1px solid rgba(255,255,255,0.35);box-shadow: 0 4px 12px rgba(0,0,0,0.05);}
header{display:block;border-bottom: 1px solid #fff;padding: 22px 0px;position: fixed;top: 0;width: 100%;z-index: 999;    transition: 0.3s ease;}
header .wrap{display:flex;justify-content: space-between;align-items: center;z-index: 2;position: relative;}
header .logo{display:block;max-width: 165px;}
header .logo svg{display:block; width: 100%;}
header .logo svg path{fill:#fff;}
header .rgt{display: flex;max-width: 80%;align-items: center;}
header .rgt ul{display: block;}
header .rgt ul li{display:block;float: left;margin-right: 40px;}
header .rgt ul li:last-child{margin-right:0px;}
header .rgt ul li a{display:block;color: #fff;position: relative;}
header .rgt ul li:hover a:after{width:100%;}
header .rgt ul li a:after{content:'';display: block;width: 0;height: 1px;background: #fff;transition: 0.3s ease;position: absolute;left: 0;}
header .rgt a.btn{display:inline-flex;font-size: 14px;color: #fff;background: transparent;border: 1px solid #ffffff;margin-left: 37px;}
header .rgt a.btn:hover, header .rgt a.btn.active{background:#fff;color: #1b475d;}
header .rgt .trio{display: flex;align-items: center;margin-left: 20px;}
header .rgt .trio .cart-icon{display:inline-flex;position: relative;}
header .rgt .trio .cart-icon .cart-count{background: #ffffff;color: #000;width: 15px;height: 15px;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 9px;line-height: normal;font-weight: 600;position: absolute;right: 0px;box-shadow: 0px 0px 6px #000;top: 0;}
header .rgt .trio div, header .rgt .trio .cart-icon{display:block;color: #fff;margin-right: 20px;cursor: pointer;align-items: center;line-height: 0;}
header .rgt .trio div.srchIcn{display:block;width: 24px;height: 25px;}
header .rgt .trio button:disabled{cursor: not-allowed;}
header .rgt .trio button:disabled svg path{fill:#cccccc !important;}
header .rgt .trio button:disabled .cart-count{background:#cccccc;}
header .rgt .trio button{cursor: pointer;background: transparent;outline: 0;border: 0;width: auto;height: auto;position: inherit;line-height: 0;}
header .rgt .trio div.srchIcn button{display:block;padding: 0;width: 100%;height: 100%;background: transparent !important; border: 0; outline: 0;}
header .rgt .trio div.crncyIcn{line-height: normal;position: relative;min-width: 60px;}
header .rgt .trio div.crncyIcn button svg{display:block;position: absolute;left: 0;transform: rotate(-62deg);width: 26px;top: -2px;}
header .rgt .trio div.crncyIcn button svg path{fill:#fff; outline:#fff;}
header .rgt .trio div.crncyIcn button{border: 0;outline: 0;color: inherit;font-size: inherit;font-weight: inherit;border-radius: 0;cursor: pointer;padding: 2px 0px;padding-left: 32px;text-transform: uppercase;line-height: normal;}
header .rgt .trio div.crncyIcn .currency-list{display:block;position: absolute;margin: 0;background: #fff;border-radius: 6px;padding: 8px;z-index: 999;box-shadow: 0px 0px 5px #0000002e;left: 0;width: -webkit-fill-available; height: auto; width: -moz-available;}
header .rgt .trio div.crncyIcn .currency-list .item{display:block;color: #000;margin: 0;line-height: 1em;border-bottom: 1px solid #d6d6d6;padding-bottom: 5px;margin-bottom: 5px;}
header .rgt .trio div.crncyIcn .currency-list .item:last-child{border:0px;padding: 0;margin: 0;}
header .rgt .trio div.loginIcn{display:block;width: 24px;height: 25px;margin-right: 0; position: relative;}
header .rgt .trio div.loginIcn button{background:transparent;border: 0;outline: 0;padding: 0;color: inherit;font-size: inherit;font-weight: inherit;border-radius: 0;cursor: pointer;width: 100%;height: 100%;}
header .rgt .trio div svg{display:block;width: 100%;height: auto;max-height: 30px;max-width: 30px;}
header .rgt .trio div.loginIcn span{display: none;}
header .rgt .trio div.loginIcn:hover .user{display:block;}
header .rgt .trio div.loginIcn .user{display:block;position: absolute;top: 0;right: 0;margin: 0;border-radius: 10px;display: none;padding-top: 30px;width: 130px;}
header .rgt .trio div.loginIcn .user .item{display:block;margin: 0;background: #fff;border-radius: 9px;border: 1px solid #dadada;}
header .rgt .trio div.loginIcn .user .item button{line-height:normal;}
header .rgt .trio div.loginIcn .user .item *{display:block;color: #000;margin: 0;padding: 10px 13px;width: -webkit-fill-available;}

header .rgt .trio .cart-icon:hover .miniCart{display:block;}
header .miniCart{display:block;position: absolute;top: 0;right: 0;z-index: 9999;width: 310px;height: -moz-available;padding-bottom: 126px;border-radius: 17px;display: none;padding-top: 66px;border-top-left-radius: 0;border-top-right-radius: 0;}
header .miniCart .close{position: absolute;right: 10px;background: #f3f3f3;width: 30px;height: 30px;border-radius: 50%;font-weight: 600;text-align: center;display: flex;align-items: center;justify-content: center;top: 10px;cursor: pointer;}
header .miniCart .pdng{padding:10px;margin: 0 !important;height: -webkit-fill-available;background: #fffffff5;max-height: 40vh;overflow-y: scroll;border: 1px solid #e6e6e6;}
header .miniCart h2{font-size:20px;font-weight: 600;margin-bottom: 20px;border-bottom: 1px solid #cacaca;padding-bottom: 9px; font-family: inherit;}
header .miniCart h2 span{font-size: 15px;}
header .miniCart .cartItems{display:block;padding: 0px 3px;}
header .miniCart .cartItems li:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom: 0;}
header .miniCart .cartItems li{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #e3e3e3;padding-bottom: 20px;margin: 0;margin-bottom: 20px;flex-wrap: wrap;}
header .miniCart .cartItems li .thumb{display:block;border-radius: 16px;position: relative;position: absolute;left: 0;}
header .miniCart .cartItems li .thumb img{display:block;aspect-ratio: 1/1;object-fit: cover;border-radius: inherit;width: 100%;}
header .miniCart .cartItems li .thumb .flag{display:block;width: 35px;border-radius: 50%;box-shadow: 0px 0px 4px #00000052;}
header .miniCart .cartItems li .thumb .flag img{display:block;}
header .miniCart .cartItems li .txtDlt{display:block;position: relative;padding-left: 55px;width: -webkit-fill-available;width: -moz-available;padding-bottom: 20px;margin: 0;}
header .miniCart .cartItems li .txtDlt h3{display:block;font-size: 19px;font-weight: 600;line-height: 1.2em;}
header .miniCart .cartItems li .txtDlt p{display:block;font-size: 14px;}
header .miniCart .cartItems li .txtDlt p b{display: inline-block;}
header .miniCart .cartItems li .txtDlt p b.cut{text-decoration: line-through;color: inherit;margin-right: 5px;font-weight: inherit;}
header .miniCart .cartItems li .txtDlt .sale{display:block;color: red;}
header .miniCart .cartItems li .txtDlt a{display:block;}
header .miniCart .cartItems li .txtDlt a:after{display: none !important;}
header .miniCart .cartItems li .txtDlt .delete{display:block;cursor: pointer;background: transparent;border: 0;position: absolute;left: 6px;top: 43px;width: auto;height: auto;line-height: 0;}
header .miniCart .cartItems li .txtDlt .delete svg{width: 23px;height: 23px;}
header .miniCart .cartItems li .itmPrice{display:block;width: 100%;display: flex;justify-content: space-between;margin: 0;}
header .miniCart .cartItems li .itmPrice .fldWrp{display:block;width: 48%;margin: 0;}
header .miniCart .cartItems li .itmPrice .fldWrp label{display:block;text-align: center;margin-bottom: 4px;}
header .miniCart .cartItems li .itmPrice .price{display:block;font-size: 16px;text-align: center;}
header .miniCart .cartItems li .itmPrice .stepper{display:block;position: relative;margin: 0;}
header .miniCart .cartItems li .itmPrice .stepper input{display:block;width: -webkit-fill-available; width: -moz-available; padding: 7px;background: #fff;outline: 0;text-align: center;border-radius: 33px;font-size: 15px;box-shadow: 0px 0px 3px #00000040;border: 0;}
header .miniCart .cartItems li .itmPrice .stepper button{display:block;background: transparent;border: 0;font-size: 16px;position: absolute;left: 14px;top: 11px;line-height: 1em;cursor: pointer;}
header .miniCart .cartItems li .itmPrice .stepper button.plus{right: 14px;left:initial;}
header .miniCart .totalValue{display:block;background: #e6e6e6;position: absolute;left: 0;bottom: 0;margin: 0!important;width: -webkit-fill-available;width: -moz-available;padding: 20px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
header .miniCart .totalValue ul{display:block;margin-bottom: 18px;}
header .miniCart .totalValue ul li{display: flex;justify-content: space-between;float: none;}
header .miniCart .totalValue ul li span{display: inline-block;font-size: 18px;}
header .miniCart .totalValue .btn{display:block;width: -webkit-fill-available;padding: 10px 10px;border: 0;cursor: pointer;margin: 0;width: -moz-available;background: #1b475d;}

header .miniCart .cartItems li.empty{display:block;}
header .miniCart .cartItems li.empty h3{display:block;font-size: 19px;line-height: 1em;font-weight: 600;margin-bottom: 8px;}
header .miniCart .cartItems li.empty p{display:block;font-size: 15px;line-height: normal;}
header .miniCart .cartItems li.empty .more{display:block;background: #1b475d;padding: 10px;border-radius: 20px;text-align: center;margin-top: 11px;margin-bottom: 10px;}
header .miniCart .cartItems li.empty .more::after{display: none !important;}

.mobileNav{display:none;position: fixed;bottom: 0;left: 0;width: 100%;background: #fff;box-shadow: 0px 0px 14px #00000033;border-top: 1px solid #dbdbdb80; z-index: 999;}
.mobileNav ul{display: flex;}
.mobileNav ul li button{width: 100%;display: inherit;justify-content: inherit;align-items: inherit;border: 0;background: transparent;}
.mobileNav ul li button svg path{fill: #000 !important;}
.mobileNav ul li{display: flex;justify-content: center;flex-flow: column;width: 33.3%;justify-content: center;align-items: center;font-size: 14px;}
.mobileNav ul li a{display: inherit;flex-flow: inherit;justify-content: inherit;align-items: inherit;width: 100%;font-size: inherit;padding: 18px 0px;}
.mobileNav ul li .cart-icon{display:block; position: relative;}
.mobileNav ul li svg{display:block;width: 27px;height: 27px;margin-bottom: 4px;}
.mobileNav ul li svg path{outline: #000;}
.mobileNav ul li .cart-icon .cart-count{background: #ffffff;color: #000;width: 15px;height: 15px;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 9px;line-height: normal;font-weight: 600;position: absolute;right: 0px;box-shadow: 0px 0px 6px #000;top: 0;}
.mobileNav ul li .cart-icon svg{width: 30px;height: 30px;}

section{margin-bottom:90px;}

.banner{display:block;}
.banner ul{display:block;}
.banner ul li{display:block;position: relative;}
.banner ul li .srchwTtle{display:block;position: absolute;width: 100%;top: 50%;margin-top: -50px; z-index: 3;}
.banner ul li img{display:block;width: 100%;height: 100vh;object-fit: cover;}
.banner ul li picture{width:100%;}
.banner ul li h1{display:block;color: #fff;font-size: 74px;line-height: 1em;}
.banner ul li h1 span{display:block;color: inherit;line-height: normal;font-size: 16px;}
.banner ul li .srchwTtle .pnl{display:block;max-width: 721px;margin: 0 auto; width: 90%;}
.banner ul li .srchwTtle .pnl .srchBnr{display: flex;margin-top: 24px;border-top: 1px solid #ffffff30;padding-top: 15px;}
.banner ul li .srchwTtle .pnl .srchBnr form{background: #fff;border-radius: 43px;width: -moz-available;width: -webkit-fill-available;display: flex;position: relative;padding: 8.5px 23px;padding-right: 60px;justify-content: space-between;}
.banner ul li .srchwTtle .pnl .srchBnr .field.pro:after{display:none;}
.banner ul li .srchwTtle .pnl .srchBnr .field{display:block;width:100%;position: relative;}
.banner ul li .srchwTtle .pnl .srchBnr .field .icn{display:block;background: url(../images/loc-srch.png) left center no-repeat;padding-left: 19px;}
.banner ul li .srchwTtle .pnl .srchBnr .field.day .icn{background: url(../images/cal-srch.png) left center no-repeat;}
.banner ul li .srchwTtle .pnl .srchBnr .field.pro .icn{background: url(../images/prdt-srch.png) left center no-repeat;}
.banner ul li .srchwTtle .pnl .srchBnr .field input, .banner ul li .srchwTtle .pnl .srchBnr .field select{display:block;border: 0;padding: 8px 0px;color: #000;outline: 0;background: transparent;width: -webkit-fill-available;}
.banner ul li .srchwTtle .pnl .srchBnr .field input::placeholder{color:#000}
.banner ul li .srchwTtle .pnl .srchBnr .field.day{width: 27%;}
.banner ul li .srchwTtle .pnl .srchBnr .field.pro{width: 20%;}
.banner ul li .srchwTtle .pnl .srchBnr form button[type=submit]{display:block;border: 0;width: 45px;height: 45px;background: url(../images/search-icon.png) center no-repeat #000;text-indent: -9999px;overflow: hidden;border-radius: 50%;position: absolute;right: 5px;top: 5px;cursor: pointer;background-size: 17px;}

.destination{display:block;}
.destination h2.hd{float: left;margin-bottom: 22px;}
.destination .tabs{display: flex;background: #eaeaea;width: fit-content;padding: 4px;border-radius: 30px;float: right;margin-top: 6px;}
.destination .tabs .btn.active{background:#1b475d; color:#fff;}
.destination .tabs .btn{cursor: pointer; display:block;padding: 4px 16px;font-size: 16px;background: transparent;color: #1b475d;}
.destination .pnl{display:block;}
.destination .pnl ul{display:flex;flex-wrap: wrap;}
.destination .pnl ul li{display:block;width: 18.74%;float: left;margin-right: 1.57%;margin-bottom: 1.57%;}
.destination .pnl ul li:nth-child(5n+5){margin-right:0px;}
.destination .pnl ul li .imgPnl{display:block;border-radius: 15px;overflow: hidden;box-shadow: 0px 0px 6px #0000001f;}
.destination .pnl ul li .imgPnl img{display:block;width: 100%;}
.destination .pnl ul li .ttlPnl{display:block;box-shadow: 0px 0px 6px #0000001f;padding: 10px 12px;position: relative;padding-left: 60px;background: url(../images/arrow.png) 95% center no-repeat #fff;padding-right: 24px;border-radius: 20px;margin-top: -29px;}
.destination .pnl ul li .ttlPnl h3{display:block;font-size: 16px;font-weight: 600;line-height: 1em;}
.destination .pnl ul li .ttlPnl h3 span{display:block;color: #626262;line-height: normal;}
.destination .pnl ul li .ttlPnl .flag{display:block;width: 30px;height: 30px;border-radius: 50%;position: absolute;left: 16px;top: 50%;margin-top: -15px;     border: 1px solid #d8d8d8;
    overflow: hidden;}
.destination .pnl ul li .ttlPnl .flag img{width:100%;height: 100%;object-fit: cover;border-radius: inherit;}

.whosFor{display:block;background: #f0f0f0;padding: 90px 0px;}
.whosFor ul{display: flex;flex-wrap: wrap;justify-content: center;}
.whosFor ul:after{display:none;}
.whosFor ul li{display:block;position: relative;width: 24.31%;margin-right: 0.92%;margin-bottom: 0.92%;box-shadow: 0px 0px 1px #8d8d8d;border-radius: 25px;}
.whosFor ul li:nth-child(4n+4){margin-right:0px;}
.whosFor ul li img{display:block;width: 100%;aspect-ratio: 1/1.15;object-fit: cover;border-radius:inherit;}
.whosFor ul li h3{display:block;font-size: 19px;position: absolute;bottom: 0;left: 0;width: -webkit-fill-available; width: -moz-available; text-align: center;color: #fff;border-radius: 25px;padding: 18px 10px;font-weight: 600; line-height: 1em;}
.whosFor ul li h3:after{content:'';display:block;width: 100%;height: 100%;position: absolute;bottom: 0;backdrop-filter: blur(11px) saturate(120%);-webkit-backdrop-filter: blur(10px) saturate(120%);background-color: rgb(89 89 89 / 12%);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);border-radius: inherit;left: 0;}
.whosFor ul li h3 span{display:block;position: relative;z-index: 2;font-size: inherit;color: inherit;text-align: inherit;line-height: inherit;font-weight: inherit;}

.check{display:block;}
.check .flx{display: flex;box-shadow: 0px 0px 8px #00000042;background: #fff;padding: 35px;border-radius: 30px;justify-content: space-between;}
.check .flx .or{display: flex;align-items: center;font-size: 23px;font-weight: 700;flex-flow: column;}
.check .flx .or:before, .check .flx .or:after{content:'';display:block;width: 1px;height: 100%;background: #dedede;}
.check .flx .lft{display:block;width: 45%;}
.check .flx .rgt{display:block;width: 45%;}
.check .flx .rgt .flxPnl .imgPnl{width: 24%;}
.check .flx .flxPnl{display: flex;justify-content: space-between;}
.check .flx .flxPnl .pnl{display:block;width: 68%;}
.check .flx .flxPnl .pnl h3{display:block;font-size: 23px;font-weight: 600;line-height: 1.3em;}
.check .flx .flxPnl .pnl .btn{display:block;padding: 11px 22px;margin-top: 20px;}
.check .flx .flxPnl .imgPnl{display:block;width: 30.7%;}
.check .flx .flxPnl .imgPnl img{display:block;}

.step{display:block;}
.step ul{display: flex;justify-content: space-between;}
.step ul:after{display:none;}
.step ul li{display:block;background: #f0f0f0;border-radius: 18px;width: 31.6%;}
.step ul li .pdng{display:block;padding: 20px;}
.step ul li .imgPnl{display:block;background: #fefdf5;border-radius: 27px;padding: 15px;margin-bottom: 20px;}
.step ul li .imgPnl img{display:block;margin: 0 auto;}
.step ul li h3{display:block;font-size: 23px;text-align: center;font-weight: 600;line-height: normal;margin-bottom: 20px;}
.step ul li p{display:block;text-align: center;color: #565656;}

.paralax{height: 484px;background: url(../images/velome-provides-a-secure-money-back-guarantee.jpg) no-repeat center;background-attachment: fixed;background-size: cover;display: flex;align-items: center;justify-content: center;}
.paralax .flx:after{content:'';display:block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;backdrop-filter: blur(9px) saturate(120%);-webkit-backdrop-filter: blur(10px) saturate(120%);background-color: rgb(89 89 89 / 12%);border: 1px solid rgb(255 255 255 / 17%);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);border-radius: inherit;}
.paralax .flx{max-width: 738px;min-height: 300px;border-radius: 22px;padding: 30px;display: flex;flex-flow: column;align-items: center;justify-content: center;position: relative; width: 84%;}
.paralax .flx h2{display:block;text-align: center;font-size: 40px;color: #fff;line-height: normal;margin-bottom: 15px;}
.paralax .flx *{position:relative;z-index: 2;}
.paralax .flx p{display:block;font-size: 18px;text-align: center;max-width: 80%;margin: 0 auto;color: #fff;}
.paralax .flx .btn{display:block;padding: 11px 20px;margin: 0 auto;background: #fff;color: #1b475d;margin-top: 22px;}

.review{display:block;}
.review ul{display: block;justify-content: space-between;}
.review ul li{width: -webkit-fill-available;display: flex;padding: 10px;}
.review ul li .pdng{display:block;padding: 20px;background: #fff;box-shadow: 0px 0px 10px #00000036;border-radius: 20px;position: relative;padding-bottom: 60px;}
.review ul li h3{display:block;font-size: 23px;font-weight: 600;position: relative;padding-right: 96px;margin-bottom: 14px;}
.review ul li h3:after{content:'';display:block;background: url(../images/star.png) no-repeat;width: 96px;height: 17px;position: absolute;right: 0;top: 50%;margin-top: -8.5px;}
.review ul li p{display:block;font-size: 16px;}
.review ul li .city{display:block;position: absolute;bottom: 17px;color: #616161;font-size: 16px;background: url(../images/review-location-icon.png) no-repeat left center;background-size: 8px;padding-left: 17px;line-height: normal;}
.review .owl-carousel .owl-stage, .owl-carousel .owl-item{display: flex;}

body .owl-theme .owl-dots{display: block;}
body .owl-theme .owl-dots .owl-dot{display: inline-block;}
body .owl-theme .owl-dots .owl-dot span{margin: 0px 3px;width: 8px;height: 8px;}
body .owl-theme .owl-dots .owl-dot.active span{width:30px;}
body .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#1b475d;}

.faq{display:block;background: #ededed;padding: 90px 0px;margin-bottom: 0;}
.faq .faq-container{display:block;}
.faq .faq-container .faq-item:last-child{margin-bottom:0px;}
.faq .faq-container .faq-item{display:block;background: #fff;border-radius: 15px;margin-bottom: 20px;box-shadow: 0px 0px 8px #0000003b;}
.faq .faq-container .faq-item .question{display:block;cursor: pointer;position: relative;}
.faq .faq-container .faq-item .question.active:after{transform: rotate(0deg);}
.faq .faq-container .faq-item .question:after{content:'';display:block;width: 30px;height: 30px;background: url(../images/close.svg) center no-repeat;border-radius: 50%;transform: rotate(45deg);position: absolute;left: 11px;top: 18px;transition: 0.3s ease;filter: brightness(0);}
.faq .faq-container .faq-item .question p{display:block;font-weight: 500;padding: 18.5px 30px;margin: 0;padding-left: 46px;color: #000;font-size: 19px;font-weight: 600;}
.faq .faq-container .faq-item .answer{display: none;padding: 0px 30px;padding-bottom: 20px;}
.faq .faq-container p{display:block;color: #626262;margin-bottom: 3px;}

footer{display:block;background: url(../images/footer-pattern.png)  center #1b475d;background-size: cover;padding-top: 70px;animation: movePattern 120s linear infinite;}
@keyframes movePattern {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0; /* adjust based on image size */
  }
}
footer .pnl{display:block;width: 19%;}
footer .pnl.xl{width:30%}
footer .flx{display:flex;justify-content: space-between;}
footer .pnl .logo{display:block;line-height: 0;margin-bottom: 20px;}
footer .pnl .logo svg{width: 100%; max-width: 165px;}
footer .pnl .logo svg path{fill:#fff;}
footer .pnl h3{display:block;color: #fff;font-size: 20px;margin-bottom: 20px;}
footer .pnl h2{display:block;font-family: 'Poppins', arial, sans-serif;font-size: 21px;color: #fff;font-weight: 700;margin-bottom: 10px;}
footer .pnl p{color:#fff;}
footer .pnl form{display:block;margin-top: 13px;margin-bottom: 25px;}
footer .pnl form .fldWrp{display:block;position: relative;}
footer .pnl form .fldWrp input{display:block;background: #fff;border: 0;width: -webkit-fill-available;padding: 14px 20px;border-radius: 12px;outline: 0; width: -moz-available;}
footer .pnl form .fldWrp input::placeholder{color:#000;}
footer .pnl form .fldWrp input[type='button']{display:block;background: #000;width: fit-content;color: #fff;font-size: 16px;text-transform: uppercase;position: absolute;top: 3px;right: 3px;padding: 10px 14px;cursor: pointer;}
footer .pnl .social{display: flex;}
footer .pnl .social li{display:block;margin-right: 9px;}
footer .pnl .social li:last-child{margin-right:0px;}
footer .pnl .social li a{display:block;width: 42px;height: 42px;background: url(../images/facebook-icon.png) no-repeat center;text-indent: -9999px;overflow: hidden;border-radius: 50%;background-color: #fff !important;}
footer .pnl .social li.insta a{background:url(../images/instagram-icon.png) center no-repeat;}
footer .pnl .social li.yt a{background:url(../images/youtube-icon.png) center no-repeat;}
footer .pnl .social li.in a{background:url(../images/in-icon.png) center no-repeat;}
footer .pnl ul.links li{margin-bottom:14px;}
footer .pnl ul.links li:last-child{margin-bottom:0px;}
footer .pnl ul.links li a{color: #fff;font-size: 16px;}
footer .pnl ul.links li a:hover{text-decoration: underline;}
footer .bottom{display:block;background: #fff;padding: 9px 0px;margin-top: 70px;}
footer .bottom .wrap{display: flex;justify-content: space-between;align-items: center;}
footer .bottom p{display:block;line-height: normal;font-size: 14px;color: #000;max-width: 60%;}
footer .bottom img{display:block;}

.floating{position:fixed;bottom: 30px;right: 30px; z-index: 9;}
.floating a{display:block;width: 60px;height: 60px;background: url(../images/whatsapp-chat.png) #f3f3f3 no-repeat;background-size: cover;border-radius: 50%;}

.inrBnr.dstn:before{content:'';display: block;background: #00000047;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 0;}
.inrBnr{position: relative; height: 516px;background-attachment: fixed;background-size: cover;background-repeat: no-repeat;display: flex;align-items: center;justify-content: center;background-color: #000;background-position: center;flex-flow: column;}
.inrBnr h1{display:block;color: #fff;font-size: 45px; text-align: center; line-height: 1.2em;}
.inrBnr p{display:block;color: #fff;font-size: 19px;text-align: center;}
.inrBnr .srchBnr{display: flex;margin-top: 4px;border-top: 1px solid #ffffff30;padding-top: 15px;width: 100%;max-width: 560px;}
.inrBnr .srchBnr form{background: #fff;border-radius: 43px;width: -webkit-fill-available;display: flex;position: relative;padding: 8.5px 23px;padding-right: 60px;justify-content: space-between;width: -moz-available;}
.inrBnr .srchBnr .field.pro:after{display:none;}
.inrBnr .srchBnr .field{display:block;width: 100%;position: relative;}
.inrBnr .srchBnr .field .icn{display:block;background: url(../images/loc-srch.png) left center no-repeat;padding-left: 19px;}
.inrBnr .srchBnr .field.day .icn{background: url(../images/cal-srch.png) left center no-repeat;}
.inrBnr .srchBnr .field.pro .icn{background: url(../images/prdt-srch.png) left center no-repeat;}
.inrBnr .srchBnr .field input, .inrBnr .srchBnr .field select{display:block;border: 0;padding: 8px 0px;color: #000;outline: 0;background: transparent;width: -webkit-fill-available; width: -moz-available;}
.inrBnr .srchBnr .field input::placeholder{color:#000}
.inrBnr .srchBnr .field.day{width: 40%;}
.inrBnr .srchBnr form button[type=submit]{display:block;border: 0;width: 45px;height: 45px;background: url(../images/search-icon.png) center no-repeat #000;text-indent: -9999px;overflow: hidden;border-radius: 50%;position: absolute;right: 5px;top: 5px;cursor: pointer;background-size: 17px;}


.inrPage{display:block;}
.inrPage.abtUs{display:block;}
.inrPage.abtUs .flxPnl:nth-child(even){flex-flow: row-reverse; margin: 60px 0px;}
.inrPage.abtUs .flxPnl{display: flex;justify-content: space-between;align-items: center;}
.inrPage.abtUs .flxPnl .lft{display:block;width: 50%;}
.inrPage.abtUs .flxPnl .lft h2.hd{display:block;margin-bottom: 16px;}
.inrPage.abtUs .flxPnl .lft p{display:block;margin-bottom: 13px;}
.inrPage.abtUs .flxPnl .rgt{width: 44%;border-radius: 20px;display: flex;height: -webkit-fill-available;align-items: flex-start;}
.inrPage.abtUs .flxPnl .rgt img{display:block;aspect-ratio: 1 / 1;object-fit: cover;border-radius: inherit;position: sticky;top: 0;height: auto;}
.inrPage.abtUs .flxPnl .lft h3{font-size: 23px;font-weight: 600;margin-top: 20px;margin-bottom: 7px;line-height: normal;}

.inrPage.abtUs .bg{display:block;background: #fafafa;margin-top: 80px;padding: 80px 0px;}
.inrPage.abtUs .bg .flxPnl{flex-flow:row-reverse;}

.inrPage.blogs{display:block;}
.inrPage.blogs ul{display: flex;flex-wrap: wrap;}
.inrPage.blogs ul li{display:block;float: left;width: 31.84%;margin-right: 2.2%;margin-bottom: 2.2%;display: flex;}
.inrPage.blogs ul li a{background: #fff;border-radius: 20px;transition: 0.3s ease;box-shadow: 0px 0px 10px #0000002b;width: 100%;display: flex;flex-flow: column;justify-content: space-between;}
.inrPage.blogs ul li a .ImgPnl{display:block;border: 1px solid #f7f7f7;border-radius: inherit;overflow: hidden;line-height: 0;}
.inrPage.blogs ul li a .ImgPnl img{width: 100%;aspect-ratio: 1 / .5;object-fit: cover;}
.inrPage.blogs ul li a .pdng{display:block;padding: 20px 20px;}
.inrPage.blogs ul li a .pdng .date{display:block;font-size: 15px;color: #5b5b5b;}
.inrPage.blogs ul li a .pdng h2{font-size: 23px;line-height: 1.4em;margin-bottom: 13px;font-weight: 700;margin-top: 5px;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;font-family: 'Poppins', arial, sans-serif;}
.inrPage.blogs ul li a .pdng .btn{display:block;padding: 9px 21px;font-size: 15px;}
.inrPage.blogs ul li:nth-child(3n+3){margin-right: 0;}


.trending .pnl ul{display:block;}
.trending .pnl ul li{display:block;width:100%;    margin-bottom: 10px;}
.trending .pnl ul li .imgPnl{display:block;border-radius: 15px;overflow: hidden;box-shadow: 0px 0px 6px #0000001f;}
.trending .pnl ul li .imgPnl img{display:block;width: 100%;}
.trending .pnl ul li .ttlPnl{display:block;box-shadow: 0px 0px 6px #0000001f;padding: 10px 12px;position: relative;padding-left: 60px;background: url(../images/arrow.png) 95% center no-repeat #fff;padding-right: 24px;border-radius: 20px;margin-top: -29px;}
.trending .pnl ul li .ttlPnl h3{display:block;font-size: 16px;font-weight: 600;line-height: 1em;}
.trending .pnl ul li .ttlPnl h3 span{display:block;color: #626262;line-height: normal;}
.trending .pnl ul li .ttlPnl .flag{display:block;width: 30px;height: 30px;border-radius: 50%;position: absolute;left: 16px;top: 50%;margin-top: -15px;     border: 1px solid #d8d8d8;
    overflow: hidden;}
.trending .pnl ul li .ttlPnl .flag img{width:100%;height: 100%;object-fit: cover;border-radius: inherit;}

.blogDetail{display: block;margin-top: 170px;}
.blogDetail .wrap{display:flex; justify-content:space-between;}
.blogDetail .article{width: 68%;}
.blogDetail h1{display: block;font-size: 40px;font-family: 'Poppins', arial, sans-serif;font-weight: 700;color: #000;margin: 0 auto;line-height: 1.2em;margin-bottom: 7px;}
.blogDetail .date{display: block;font-size: 18px;color: #707070;}
.blogDetail .imgPnl{display: block;width: 100%; margin-bottom: 40px; margin-top: 20px;}
.blogDetail .imgPnl img{display: block;max-width: 100%;}
.blogDetail .wrap.inr{display: block;max-width: 750px;}
.blogDetail .article h3{display: block;font-size: 25px;font-weight: 600;margin-bottom: 3px;margin-top: 17px;}
.blogDetail .article h4{display: block;font-size: 19px;font-weight: 600;margin-bottom: 3px;margin-top: 17px;font-family: inherit;}
.blogDetail .article p{margin-bottom: 12px;}
.blogDetail .article ul li {font-weight: 400;font-size: 16px;line-height: 1.7em;color: #626262;}


.blogDetail .related{margin-top: 0;width: 27%;}
.blogDetail .related h2.hd{margin-bottom: 17px;}
.blogDetail .related ul{display:block;}
.blogDetail .related ul li{display:block;width: -webkit-fill-available;width: -moz-available;margin-bottom: 16px;}
.blogDetail .related ul li a{display:block;background: #fff;border-radius: 11px;transition: 0.3s ease;box-shadow: 0px 0px 10px #0000002b;}
.blogDetail .related ul li a .ImgPnl{display:block;border: 3px solid #ffffff;border-radius: inherit;overflow: hidden;line-height: 0;}
.blogDetail .related ul li a .ImgPnl img{width: 100%;aspect-ratio: 1 / 0.5;object-fit: cover;}
.blogDetail .related ul li a .pdng{display:block;padding: 18px 20px;}
.blogDetail .related ul li a .pdng .date{display:block;font-size: 14px;color: #5b5b5b;text-align: left;}
.blogDetail .related ul li a .pdng h2{font-size: 19px;line-height: 1.4em;margin-bottom: 13px;font-weight: 700;margin-top: 3px;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;font-family: 'Poppins', arial, sans-serif;}
.blogDetail .related ul li a .pdng .btn{display:block;padding: 9px 21px;font-size: 15px;}

.loginPnl{display: flex;padding: 10px;}
.loginPnl .lft{display:block;width: 50%;background: url(../images/login-img.jpg) center no-repeat;min-height: 600px;background-size: cover;border-radius: 15px;display: flex;justify-content: flex-end;align-items: flex-start;}
.loginPnl .lft .close-btn{background: transparent;border: 0;color: #fff;font-weight: 300;padding: 8px 10px;position: relative;z-index: 2;border-radius: 10px;display: flex;align-items: center;margin: 10px;cursor: pointer;}
.loginPnl .lft .close-btn:before{content:'';display:block;background: url(../images/back-arrow.png) no-repeat;width: 15px;height: 8px;margin-right: 7px;}
.loginPnl .lft .close-btn:after{content:'';display:block;backdrop-filter: blur(5px) saturate(120%);-webkit-backdrop-filter: blur(10px) saturate(120%);width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;background-color: rgb(89 89 89 / 12%);border-radius: inherit;}
.loginPnl .rgt{display:block;width: 50%;display: flex;position: relative;padding-top: 90px;}
.loginPnl .rgt .logo{display:block;width: fit-content;margin: 0 auto;position: absolute;top: 30px;}
.loginPnl .rgt .logo svg{display:block;width: 100%;max-width: 165px;}
.loginPnl .rgt .logo svg path{fill:#1b475d;}
.loginPnl .rgt .space{padding:30px;display: flex;flex-flow: column;align-items: center;justify-content: center;width: -webkit-fill-available;padding-top: 0; width: -moz-available;}
.custom-login-dialog .mat-mdc-dialog-container .mdc-dialog__surface{border-radius: 20px;}
.loginPnl .rgt .space .panel{width:100%;}
.loginPnl .rgt .space form{display:block;}
.loginPnl .rgt .space form .timer{margin-top: 10px;}
.loginPnl .rgt .space form .btn:disabled{background: #e0e0e0;color: #000;}
.loginPnl .rgt .space form .btn{width: -webkit-fill-available;border: 0;cursor: pointer;padding: 15px 20px; width: -moz-available;}
.loginPnl .rgt .space form h3{display:block;font-size: 23px;text-align: center;font-weight: 600;margin-bottom: 5px;}
.loginPnl .rgt .space form p{display:block;text-align: center;line-height: normal; margin-bottom: 20px;}
.loginPnl .rgt .space form .fldWrp{display:block;margin-bottom: 20px;position: relative;}
.loginPnl .rgt .space form .fldWrp .pass{display:block;width: 30px;height: 100%;background: url(../images/hide-password.png) center no-repeat;border: 0;outline: 0;position: absolute;right: 13px;top: 0;cursor: pointer;}
.loginPnl .rgt .space form .fldWrp .pass.active{background: url(../images/view-password.png) center no-repeat;}
.loginPnl .rgt .space form .fldWrp input{display:block;width: -webkit-fill-available;padding: 13px 26px;border: 1px solid #c6c6c6;font-size: 16px;border-radius: 40px;outline: 0; width: -moz-available;}
.loginPnl .rgt .space form .fldWrp input::placeholder{color:#000;}
.loginPnl .rgt .space form .fldWrp .flxMob{display: block;position: relative;}
.loginPnl .rgt .space form .fldWrp .flxMob .cntry{width: fit-content;position: absolute;left: 28px;top: 0;height: 100%;display: flex;align-items: center;}
.loginPnl .rgt .space form .fldWrp .flxMob .cntry *{font-size: 16px;}
.loginPnl .rgt .space form .fldWrp .flxMob input{padding-left: 90px;}
.loginPnl .rgt .space form .fldWrp .flxMob .mat-mdc-select-arrow-wrapper{margin-left:3px;}
body .cdk-overlay-pane{min-width: 110px;}
body .mdc-menu-surface.mat-mdc-select-panel{padding:0px;}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after, body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color:#000;}


.inrPage.support{display:block;}
.inrPage.support .wrap{max-width: 1000px;}
.inrPage.support ul{display: flex;justify-content: space-between;}
.inrPage.support ul:after{display:none;}
.inrPage.support ul li{width: 31.5%;display: flex;}
.inrPage.support ul li a{display:block;padding: 40px 30px;border-radius: 20px;box-shadow: 0px 0px 8px #00000029;font-size: 18px;text-align: center;font-weight: 600;line-height: normal;width: -webkit-fill-available;width: -moz-available;}
.inrPage.support ul li a img{display:block;margin: 0 auto;margin-bottom: 13px;}
.inrPage.support ul li a span{display:block;text-align: center;color: #636363;font-size: 16px;margin-top: 10px;}

.inrPage.support .formPnl{display:block;margin-top: 70px;}
.inrPage.support .formPnl .or{font-size: 20px;font-weight: bold;text-align: center;display: flex;align-items: center;margin-bottom: 70px;}
.inrPage.support .formPnl .or div{font-size:inherit;font-weight: inherit;color: inherit;line-height: inherit;padding: 0px 10px;}
.inrPage.support .formPnl .or:before, .inrPage.support .formPnl .or:after{content:'';display:inline-block;width: -webkit-fill-available;height: 1px;width: -moz-available;background: #000;}
.inrPage.support .formPnl form{display:block;}
.inrPage.support .formPnl form h3{display:block;font-size: 21px;margin-bottom: 23px;font-weight: 500;}
.inrPage.support .formPnl form .fldWrp{display:block;margin-bottom: 24px;}
.inrPage.support .formPnl form .fldWrp input, .inrPage.support .formPnl form .fldWrp textarea{display:block;font-size: 17px;padding: 14px 20px;width: -webkit-fill-available;border: 1px solid #bbbbbb;border-radius: 13px;outline: 0;font-weight: 300;width: -moz-available;}
.inrPage.support .formPnl form .fldWrp input::placeholder, .inrPage.support .formPnl form .fldWrp textarea::placeholder{color:#9c9c9c;font-weight: 300;}
.inrPage.support .formPnl form .fldWrp label{display:block;font-size: 17px;color:#000;margin-bottom: 6px;}
.inrPage.support .formPnl form .fldWrp .btn{display:block;outline: 0;border: 0;margin: 0 auto; cursor: pointer;}


.inrPage.howtouse{display: block;}
.inrPage.howtouse .tabs{display: flex;background: #eaeaea;width: fit-content;padding: 4px;border-radius: 30px;margin: 0 auto;margin-bottom: 40px;}
.inrPage.howtouse .tabs a.active{background:#1b475d; color:#fff;}
.inrPage.howtouse .tabs a.active:before{filter: brightness(0) invert(1);}
.inrPage.howtouse .tabs a:last-child:before{background: url(../images/android-icon.png) center no-repeat;background-size: 18px;}
.inrPage.howtouse .tabs a{cursor: pointer;display: block;padding: 6px 16px;font-size: 18px;background: transparent;color: #1b475d;padding-left: 41px;}
.inrPage.howtouse .tabs a::before{content:'';display: block;background: url(../images/apple-icon.png) center no-repeat;width: 30px;height: 100%;position: absolute;left: 6px;top: 0;background-size: 20px;}
.inrPage.howtouse .pnl{display: block;}
.inrPage.howtouse .pnl ul{display: block;}
.inrPage.howtouse .pnl ul li{display: flex;align-items: center;justify-content: space-between;width: 100%;max-width: 850px;margin: 0 auto;}
.inrPage.howtouse .pnl ul li .imgPnl{display: block;width: 37%;}
.inrPage.howtouse .pnl ul li .imgPnl img{display: block; width: fit-content; max-width: 100%;}
.inrPage.howtouse .pnl ul li .txtPnl{display: block;width: 57%;}
.inrPage.howtouse .pnl ul li .txtPnl h3{display: block;font-size: 33px;font-weight: 700;text-align: center;}
.inrPage.howtouse .pnl ul li .txtPnl p{display: block;font-size: 20px;text-align: center;}
.inrPage.howtouse .owl-theme .owl-dots{margin-top:20px ;}

body .owl-theme .owl-nav [class*='owl-']{display:block;width: 50px;height: 50px;border-radius: 50%;padding: 0;text-indent: -999999999px;overflow: hidden;position: relative;margin: 0;}
body .owl-theme .owl-nav [class*='owl-']:before{content:'';display:block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: url(../images/nav-arrow.png) 21px no-repeat;background-size: 10px;}
body .owl-theme .owl-nav [class*='owl-'].owl-prev:before{transform: rotate(-180deg);background-position: 22px;}
body .owl-theme .owl-nav{display:flex;justify-content: space-between;position: absolute;width: 100%;top: 50%;margin-top: -25px;}
body .owl-theme .owl-nav [class*='owl-']:hover{background:#1b475d;}

.destinationList{display:block;}
.destinationList .tabs{display: flex;background: #eaeaea;width: fit-content;padding: 4px;border-radius: 30px; margin: 0 auto; margin-bottom: 30px; }
.destinationList .tabs .btn.active{background:#1b475d; color:#fff;}
.destinationList .tabs .btn{cursor: pointer; display:block;padding: 4px 16px;font-size: 16px;background: transparent;color: #1b475d;}
.destinationList .pnl{display:block;}
.destinationList .pnl ul.list{display: flex;flex-wrap: wrap;}
.destinationList .pnl ul.list li{display:block;width: 23.82%;float: left;margin-right: 1.57%;margin-bottom: 1.57%;}
.destinationList .pnl ul.list li:nth-child(4n+4){margin-right:0px;}
.destinationList .pnl ul.list li .imgPnl{display:block;border-radius: 15px;overflow: hidden;box-shadow: 0px 0px 6px #0000001f;}
.destinationList .pnl ul.list li .imgPnl img{display:block;width: 100%;min-height: 192px;max-height: 192px;object-fit: cover;}
.destinationList .pnl ul.list li .ttlPnl{display:block;box-shadow: 0px 0px 6px #0000001f;padding: 10px 12px;position: relative;padding-left: 60px;background: url(../images/arrow.png) 95% center no-repeat #fff;padding-right: 24px;border-radius: 20px;margin-top: -29px;}
.destinationList .pnl ul.list li .ttlPnl h3{display:block;font-size: 16px;font-weight: 600;line-height: 1em;}
.destinationList .pnl ul.list li .ttlPnl h3 span{display:block;color: #626262;line-height: normal;}
.destinationList .pnl ul.list li .ttlPnl .flag{display:block;width: 30px;height: 30px;border-radius: 50%;position: absolute;left: 16px;top: 50%;margin-top: -15px;border: 1px solid #d8d8d8;overflow: hidden;}
.destinationList .pnl ul.list li .ttlPnl .flag img{width:100%;height: 100%;object-fit: cover;border-radius: inherit;}

.pagination {display: flex;justify-content: center;margin-top: 20px;}
.show-for-sr{display:none;}
.pagination .ngx-pagination li:before, .pagination .ngx-pagination li:after{display: none !important;}
.pagination .ngx-pagination li .ng-star-inserted{padding: 8px 12px; display: block;}
.pagination .ngx-pagination li *{padding:0; background:transparent !important;}
.pagination  .ngx-pagination li{padding: 0px; border-radius: 4px;margin: 0;background: #f4f4f4;color: #333;cursor: pointer;margin: 0px 4px;}
.pagination  .ngx-pagination li:hover{background:#1b475d;}
.pagination  .ngx-pagination li:hover *, .pagination .ngx-pagination li:hover:before{color:#fff;}
.pagination .ngx-pagination li.current{background:#1b475d;}
.pagination .ngx-pagination li.current:before, .pagination .ngx-pagination li.current *{color: #fff;;}


.inrBnr.dstn{margin-bottom: 0px;}
.detailPage{position: relative; z-index: 2; display:block;background: #fff;border-top-left-radius: 30px;border-top-right-radius: 30px;margin-top: -290px;padding: 30px;}
.detailPage .pnlFlex{display: flex;justify-content: space-between;align-items: flex-start;}
.detailPage .pnlFlex .imgPnl{display:block;width: 48%;margin-bottom: 100px;position: sticky;top: 0;}
.detailPage .pnlFlex .imgPnl ul{position:relative;}
.detailPage .pnlFlex .imgPnl ul li{display:block;border-radius: 20px;overflow: hidden;line-height: 0;width: 84%;box-shadow: 0px 0px 11px #d7d7d7;}
.detailPage .pnlFlex .imgPnl img{aspect-ratio: 1/0.8;width: 100%;object-fit: cover;}
.detailPage .pnlFlex .imgPnl ul li:nth-child(2){display:block;border-radius: 20px;overflow: hidden;line-height: 0;width: 42%;position: absolute;right: 0;bottom: -100px;box-shadow: 0px 0px 11px #00000054;}
.detailPage .pnlFlex .imgPnl .smlImg img{aspect-ratio: 1/1.05;}

.detailPage .pnlFlex .info{display:block;width: 48%;}
.detailPage .pnlFlex .info p{line-height:1.5em}
.detailPage .pnlFlex .info .miniHd{display:block;color: #9e9e9e;font-size: 17px;}
.detailPage .pnlFlex .info .pnl .ttlFlx{display: flex;align-items: center;justify-content: space-between;width: 55%;}
.detailPage .pnlFlex .info .pnl{display: flex;justify-content: space-between;align-items: center;margin-bottom: 13px;}
.detailPage .pnlFlex .info .pnl h2{display: block;font-size: 30px;font-family: 'Poppins', arial, sans-serif;font-weight: 600;align-items: center;width: 70%;line-height: 1.2em;overflow-wrap: break-word;white-space: normal;}
.detailPage .pnlFlex .info .pnl .ttlFlx i{display: inline-flex;width: 40px;height: 40px;border-radius: 50%;background-size: cover;margin-left: 17px; box-shadow: 0px 0px 3px #00000042; background-position: center;}
.detailPage .pnlFlex .info .pnl .price{display:block;font-size: 30px;line-height: 1em;position: relative;}
.detailPage .pnlFlex .info .pnl .price .offer{display:block;color: #727171;font-size: 70%;position: absolute;top: -31px;text-decoration: line-through;font-weight: 300;}
.detailPage .pnlFlex .info .pnl .currency{display:block;position: relative;}
.detailPage .pnlFlex .info .pnl .currency .currency-btn{display:block;background: #eaeaea;border: 0;font-weight: 500;font-size: 16px;padding: 12px 13px;line-height: 1em;min-width: 87px;border-radius: 28px;position: relative;cursor: pointer;}
.detailPage .pnlFlex .info .pnl .currency .currency-btn:after{content:'';display:block;background: url(../images/dropdown-icon.png) no-repeat;width: 10px;height: 7px;background-size: contain;position: absolute;right: 15px;top: 50%;margin-top: -3.5px;}
.detailPage .pnlFlex .info .pnl .currency .currency-list{display:block;position: absolute;background: #fff;width: -webkit-fill-available;border: 1px solid #eaeaea;border-radius: 10px;padding: 10px;box-shadow: 0px 0px 6px #d2d2d2;z-index: 5;}
.detailPage .pnlFlex .info .pnl .currency .currency-list .item{display:block;margin-bottom: 9px;cursor: pointer;}
.detailPage .pnlFlex .info .pnl .currency .currency-list .item:last-child{margin-bottom:0px;}
.detailPage .pnlFlex .info .Controls:after{content:'';display:block;background: url(../images/payments.png) center no-repeat;width: 100%;height: 28px;position: absolute;bottom: -38px;left: 0;background-size: 270px;}
.detailPage .pnlFlex .info .Controls{display:block;border: 1px solid #d9d9d9;position: relative;border-radius: 20px;padding: 20px;background: #fafafa;margin-top: 30px;margin-bottom: 72px;}
.detailPage .pnlFlex .info .Controls .flx{position: relative;z-index: 2;display: flex;justify-content: space-between;}
.detailPage .pnlFlex .info .Controls .flx .btn{width: -webkit-fill-available;border: 0;outline: 0;font-size: 24px;padding: 9px 10px;cursor: pointer;font-weight: 600; width: -moz-available;}
.detailPage .pnlFlex .info .Controls .flx.prcPnl{border-top: 1px solid #d4d4d4;margin-top: 20px;padding-top: 13px;align-items: center;border-bottom: 1px solid #d4d4d4;margin-bottom: 20px;padding-bottom: 13px;}
.detailPage .pnlFlex .info .Controls .flx .fldWrp{display:block;width: 46%;}
.detailPage .pnlFlex .info .Controls .flx .fldWrp label{display:block;margin-bottom: 5px;}
.detailPage .pnlFlex .info .Controls .flx .fldWrp .stepper{display:block;position: relative;}
.detailPage .pnlFlex .info .Controls .flx .fldWrp .stepper input{display:block;width: -webkit-fill-available;padding: 10px;border: 1px solid #c9c9c9;background: #fff;outline: 0;text-align: center;border-radius: 33px;font-size: 16px; width: -moz-available;}
.detailPage .pnlFlex .info .Controls .flx .fldWrp .stepper button{display:block;background: transparent;border: 0;font-size: 19px;position: absolute;left: 14px;top: 13px;line-height: 1em;cursor: pointer;}
.detailPage .pnlFlex .info .Controls .flx .fldWrp .stepper button.plus{right: 14px;left:initial;}
.detailPage .pnlFlex .info .Controls .flx p{display:block;font-size: 13px;}
.detailPage .pnlFlex .info .Controls .flx p span{font-size: inherit; font-weight: inherit; color: inherit;}
.detailPage .pnlFlex .info .Controls .flx p.price{font-size: 16px;color: #000;}
.detailPage .pnlFlex .info .Controls .flx p.discount{color: red;}
.detailPage .pnlFlex .info .Controls .flx p.old-price{text-decoration: line-through;align-items: center;margin-right: 10px;color: #909090;}
.detailPage .pnlFlex .info .Controls .flx .priceFlx{display: flex;justify-content: center;align-items: center;}

.detailPage .pnlFlex .info .tabs{display: flex;background: #eaeaea;width: fit-content;padding: 4px;border-radius: 30px;margin-top: 40px;}
.detailPage .pnlFlex .info .tabs a.active{background:#1b475d; color:#fff;}
.detailPage .pnlFlex .info .tabs a{cursor: pointer;display: block;padding: 6px 16px;background: transparent;color: #1b475d;}
.detailPage .pnlFlex .info .tabData{display:block;padding: 20px;border: 5px solid #f3f3f3;border-radius: 20px;margin-top: 20px;}
.detailPage .pnlFlex .info .tabData .blt li:last-child, .detailPage .pnlFlex .info .tabData .blt{margin-bottom:0px;}
.detailPage .pnlFlex .info .tabData .blt li{margin-bottom: 8px;font-size: 15px;}
.detailPage .pnlFlex .info .tabData .blt li b{font-size:inherit;}
.detailPage .pnlFlex .info .tabData .blt li:before{top: 10px;}

.inrPage.fqInr{display:block;}
.inrPage.fqInr .pnl{display:block;margin-bottom: 60px;}
.inrPage.fqInr .wrap{max-width:1000px;}
.inrPage.fqInr .pnl h3{background: #ebebebc9;font-weight: 700;font-size: 23px;padding: 10px 19px;margin-bottom: 20px;display: flex;align-items: center;border-radius: 11px;}
.inrPage.fqInr .pnl h3 img{display:block;margin-right: 14px;}
.inrPage.fqInr .pnl .faq-container{display:block;}
.inrPage.fqInr .pnl .faq-container .faq-item:last-child{margin-bottom:0px;}
.inrPage.fqInr .pnl .faq-container .faq-item{display:block;background: #fff;border-radius: 15px;margin-bottom: 20px;box-shadow: 0px 0px 8px #0000003b;}
.inrPage.fqInr .pnl .faq-container .faq-item .question{display:block;cursor: pointer;position: relative;}
.inrPage.fqInr .pnl .faq-container .faq-item .question.active:after{transform: rotate(0deg);}
.inrPage.fqInr .pnl .faq-container .faq-item .question:after{content:'';display:block;width: 30px;height: 30px;background: url(../images/close.svg) center no-repeat;border-radius: 50%;transform: rotate(45deg);position: absolute;left: 11px;top: 14px;transition: 0.3s ease;filter: brightness(0);}
.inrPage.fqInr .pnl .faq-container .faq-item .question p{display:block;font-weight: 500;padding: 14.5px 30px;margin: 0;padding-left: 46px;color: #000;font-size: 17px;font-weight: 600;}
.inrPage.fqInr .pnl .faq-container .faq-item .answer{display: none;padding: 0px 30px;padding-bottom: 20px;}
.inrPage.fqInr .pnl .faq-container p{display:block;color: #626262;margin-bottom: 3px;}

.search-section{margin-top: 200px;}
.mat-mdc-option .mdc-list-item__primary-text img{width: 30px; height: 30px; border-radius: 50%; object-fit: cover;}
body .mat-mdc-option .mdc-list-item__primary-text{align-items: center;display: flex;}
.search-popup input{display: block;    width: -webkit-fill-available;
    padding: 13px 23px;
    color: #000;
    outline: 0;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    font-size: 17px; width: -moz-available;}
    .search-popup input::placeholder{color: #000;}

.pages{display: block; margin-top: 170px;}
.pages p{display: block; margin-bottom: 10px;}
.pages p a, .pages li a{color: #1b475d; font-size: inherit;}
.pages ul.blt, .pages ul{margin-bottom: 20px;}
.pages li p{display: block; margin-bottom: 10px;}
.pages h3{font-size: 26px;font-weight: 600;margin-bottom: 13px;margin-top: 40px;}

.formChkDevice{display: block;display: flex;margin-top: 4px;border-top: 1px solid #ffffff30;padding-top: 15px;width: 100%;max-width: 630px;}
.formChkDevice form{display: block;width: 100%;}
.formChkDevice form .fldWrp{display: block;position: relative;}
.formChkDevice form .fldWrp input::placeholder{color:#626262;}
.formChkDevice form .fldWrp input{display: block;width: -webkit-fill-available;padding: 14px 41px;border: 0;outline: 0;font-size: 15px;border-radius: 50px;background: url(../images/phone-icon-srch.png) 23px center no-repeat #fff; width: -moz-available;}
.formChkDevice form .fldWrp .pnlRel{display: block;position: relative;}
.formChkDevice form .fldWrp .btn{display: block;text-indent: -9999px;border: 0;width: 45px;height: 45px;background: url(../images/search-icon.png) center no-repeat #000;border-radius: 50%;position: absolute;right: 2.5px;top: 2.5px;cursor: pointer;background-size: 17px;padding: 0;}
.formChkDevice form .fldWrp .autocomplete-results{position:absolute;width: 100%;background: #FFF;max-height: 300px;overflow-y: scroll;border-radius: 14px;box-shadow: 0px 0px 2px #00000047;}
.formChkDevice form .fldWrp .autocomplete-results ul{display:block;padding: 20px;}
.formChkDevice form .fldWrp .autocomplete-results ul li{display: flex;font-size: 15px;align-items: center;width: 100%;margin-bottom: 11px;}
.formChkDevice form .fldWrp .autocomplete-results ul li:last-child{margin-bottom:0px;}
.formChkDevice form .fldWrp .autocomplete-results ul li .icon{display:block;margin-right: 7px;}
.formChkDevice form .fldWrp .autocomplete-results ul li .icon svg{display:block;width: 24px;height: 24px;}

.inrPage.chkDevice{display: block;}
.inrPage.chkDevice .flxDvc{display: flex;box-shadow: 0px 0px 8px #00000042;background: #fff;padding: 35px;border-radius: 30px;justify-content: space-between;    margin-bottom: 70px;}
.inrPage.chkDevice .flxDvc .pnl{display: block;width: 71%;}
.inrPage.chkDevice .flxDvc .pnl h3{display: block;font-size: 29px;font-weight: 600;line-height: 1.3em;margin-bottom: 7px;}
.inrPage.chkDevice .flxDvc .pnl p{font-size: 24px;line-height: 1.5em;}
.inrPage.chkDevice .flxDvc .imgPnl{width: 13.7%;line-height: 0;}

.inrPage.chkDevice .tabs{display: flex;background: #eaeaea;width: fit-content;padding: 4px;border-radius: 30px; margin: 0 auto;}
.inrPage.chkDevice .tabs .btn.active{background:#1b475d; color:#fff;}
.inrPage.chkDevice .tabs .btn{cursor: pointer; display:block;padding:5px 22px;font-size: 20px;background: transparent;color: #1b475d;}

.inrPage.chkDevice .pnlCnt .icn{display:block;width: fit-content;line-height: 0;padding: 28px;padding-bottom: 10px;}
.inrPage.chkDevice .pnlCnt{display: block;background: #f4f4f4;margin-top: 30px;}
.inrPage.chkDevice .pnlCnt .faq-container{display:block;}
.inrPage.chkDevice .pnlCnt .faq-container .faq-item:last-child{margin-bottom:0px;}
.inrPage.chkDevice .pnlCnt .faq-container .faq-item{display:block;}
.inrPage.chkDevice .pnlCnt .faq-container .faq-item:nth-child(even){display:block;background: #fff;border-top: 1px solid #585858;border-bottom: 1px solid #585858;}
.inrPage.chkDevice .pnlCnt .faq-container .faq-item .faq-question{display:block;cursor: pointer;position: relative;}
.inrPage.chkDevice .pnlCnt .faq-container .faq-item .faq-question.active:after{transform: rotate(0deg);}
.inrPage.chkDevice .pnlCnt .faq-container .faq-item .faq-question:after{content:'';display:block;width: 30px;height: 30px;background: url(../images/close.svg) center no-repeat;border-radius: 50%;transform: rotate(45deg);position: absolute;right: 11px;top: 20px;transition: 0.3s ease;filter: brightness(0);}
.inrPage.chkDevice .pnlCnt .faq-container .faq-item .faq-question p{display:block;padding: 16.5px 26px;margin: 0;padding-right: 46px;color: #000;font-size: 25px;font-weight: 500;}
.inrPage.chkDevice .pnlCnt .faq-container .faq-item .faq-answer{padding: 0px 40px;padding-bottom: 20px;}
.inrPage.chkDevice .pnlCnt .faq-container p{display:block;color: #626262;margin-bottom: 3px;font-size: 20px;line-height: 1.5em;}
.inrPage.chkDevice .pnlCnt .faq-container .blt{display:block;margin-top: 16px;}
.inrPage.chkDevice .pnlCnt .faq-container .blt li{font-size: 23px;color: #000;padding-left: 28px;}
.inrPage.chkDevice .pnlCnt .faq-container .blt li:before{display:block;background: url(../images/chk-blt.png) no-repeat;width: 16px;height: 15px;}
.inrPage.chkDevice .pnlCnt .faq-container .blt li.note{display:block;padding: 13px 20px;background: #ffffff;font-size: 15px;border-radius: 16px;margin-top: 18px;padding-left: 39px;line-height: 1.3em;color: #5e5e5e;border: 1px solid #0000002b;}
.inrPage.chkDevice .pnlCnt .faq-container .blt li.note:before{content:'i';background: #ffffff;border: 1px solid #b9b9b9;width: 16px;height: 16px;display: flex;align-items: center;justify-content: center;left: 10px;top: 17px;}

.emptyCart{display:block;max-width: 325px;margin: 0 auto;}
.emptyCart h3{display:block;font-size: 22px;line-height: 1.2em;font-weight: 600;margin-bottom: 8px;text-align: center;}
.emptyCart p{display:block;font-size: 15px;line-height: normal;text-align: center;}
.emptyCart .btn{display:block;margin: 0 auto;margin-top: 11px;width: -webkit-fill-available; width: -moz-available;}

.cart{display: block; margin-top: 170px;}
.cart .flx{display: block;}
.cart .flx .lft{display: block;width: 55%;}
.cart .flx .lft .top{display: flex;justify-content: space-between;}
.cart .flx .lft .top .wdth{width: 49%;background: #f9f9f9;box-shadow: 0px 0px 1px #00000094;display: block;position: relative;border-radius: 9px;}
.cart .flx .lft .top .wdth h3{display: block;padding: 8px 14px;width: -webkit-fill-available;text-decoration: underline;background: url(../images/phone-icon.png) no-repeat left center;padding-left: 32px;line-height: 1.2em;font-size: 14px;margin: 0px 23px;}
.cart .flx .lft .top .wdth form{display: block;position: relative;width: -webkit-fill-available;padding: 6px 16px;padding-right: 146px;padding-top: 8px;margin-right: 6px; width: -moz-available; margin-top: 6px;}
.cart .flx .lft .top .wdth input{display: block;background: transparent;outline: 0;border: 0;color: #000;border-bottom: 1px solid #000;border-radius: 0;width: -webkit-fill-available; width: -moz-available;}
.cart .flx .lft .top .wdth input::placeholder{color:#565656;}
.cart .flx .lft .top .wdth .btn{display: block;background: #b5b5b5;color: #fff;text-transform: uppercase;font-size: 14px;padding: 7px 15px;border: 0;border-radius: 6px;position: absolute;width: fit-content;right: 0;bottom: 0;cursor: pointer;}

.cart .flx .lft .listing{display:block;margin-top: 30px;}
.cart .flx .lft .listing ul{display:block;}
.cart .flx .lft .listing ul li:last-child{border-bottom:0; padding-bottom:0; margin-bottom:0;}
.cart .flx .lft .listing ul li{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #e3e3e3;padding-bottom: 30px;margin-bottom: 30px;}
.cart .flx .lft .listing ul li .thumb{display:block;width: 156px;width: 22.4%;border-radius: 16px;position: relative;margin-right: 20px;margin-bottom: 20px;}
.cart .flx .lft .listing ul li .thumb img{display:block;aspect-ratio: 1/1;object-fit: cover;border-radius: inherit;width: 100%;}
.cart .flx .lft .listing ul li .thumb .flag{display:block;width: 50px;border-radius: 50%;position: absolute;right: -20px;bottom: -20px;box-shadow: 0px 0px 4px #00000052;}
.cart .flx .lft .listing ul li .thumb .flag img{display:block;}
.cart .flx .lft .listing ul li .txtDlt{display:block;width: 40%;}
.cart .flx .lft .listing ul li .txtDlt h3{display:block;font-size: 26px;font-weight: 600; line-height: 1.2em;}
.cart .flx .lft .listing ul li .txtDlt p{display:block;}
.cart .flx .lft .listing ul li .txtDlt p b{display: inline-block;}
.cart .flx .lft .listing ul li .txtDlt p b.cut{text-decoration: line-through;color: inherit;margin-right: 5px;font-weight: inherit;}
.cart .flx .lft .listing ul li .txtDlt .sale{display:block;color: red;}

.cart .flx .lft .listing ul li .txtDlt a{display:block;}
.cart .flx .lft .listing ul li .txtDlt .delete{display:block;background: transparent;border: 0;border-radius: 0;font-size: 17px;font-weight: 500;text-decoration: underline;color: #1b475d;margin-top: 9px;cursor: pointer;}

.cart .flx .rgt .totalValue ul li.sale span{color: red;}
.cart .flx .lft .listing ul li .itmPrice{display:block;width: 25%;}
.cart .flx .lft .listing ul li .itmPrice .fldWrp{display:block;width: 100%;margin-bottom: 12px;}
.cart .flx .lft .listing ul li .itmPrice .fldWrp label{display:block;text-align: center;margin-bottom: 4px;}
.cart .flx .lft .listing ul li .itmPrice .price{display:block;font-size: 16px;text-align: center;}
.cart .flx .lft .listing ul li .itmPrice .stepper{display:block;position: relative;}
.cart .flx .lft .listing ul li .itmPrice .stepper input{display:block;width: -webkit-fill-available; width: -moz-available; padding: 7px;background: #fff;outline: 0;text-align: center;border-radius: 33px;font-size: 15px;box-shadow: 0px 0px 3px #00000040;border: 0;}
.cart .flx .lft .listing ul li .itmPrice .stepper button{display:block;background: transparent;border: 0;font-size: 16px;position: absolute;left: 14px;top: 11px;line-height: 1em;cursor: pointer;}
.cart .flx .lft .listing ul li .itmPrice .stepper button.plus{right: 14px;left:initial;}

.cart .flx .rgt{display:block;width: 37%;position: sticky;top: 98px;}
.cart .flx .rgt .totalValue{display:block;padding: 30px;border: 1px solid #1b475d;border-radius: 20px;}
.cart .flx .rgt .totalValue h3{font-size: 19px;text-transform: uppercase;margin-bottom: 10px;font-weight: 500;}
.cart .flx .rgt .totalValue ul{display:block;margin-bottom: 22px;}
.cart .flx .rgt .totalValue ul li{display: flex;justify-content: space-between;margin-bottom: 6px;}
.cart .flx .rgt .totalValue ul li span{display: inline-flex;font-size: 16px;}
.cart .flx .rgt .totalValue ul li.tax{justify-content: flex-end;}
.cart .flx .rgt .totalValue ul li.tax span{font-size: 11px;color: #8a8a8a;}
.cart .flx .rgt .totalValue .btn{display:block;width: -webkit-fill-available;width: -moz-available; border: 0;outline: 0;cursor: pointer;font-size: 19px;padding: 11px 10px; margin-top: 17px;}
.cart .flx .rgt .totalValue .btn.outline{display:block;background: transparent;border: 1px solid #1b475d;color: #1b475d;margin-top: 10px;}
.cart .flx .rgt .totalValue p{font-size:14px;text-align: center;margin-top: 9px;margin-bottom: 8px;}
.cart .flx .rgt .totalValue img{max-width: 280px;margin:0 auto;display: block;}
.cart .flx .rgt .totalValue .btn *{color: inherit; font-size: inherit; font-weight: inherit;}



.checkoutPage{display:block;display: flex;margin: 0;}
.checkoutPage .lft, .checkoutPage .rgt{padding-top: 170px;width: 50%;display: flex;padding-bottom: 130px;}
.checkoutPage .lft{justify-content: flex-end;}
.checkoutPage .lft .pnl{display:block;width: 70.5%;padding-right: 50px;}
.checkoutPage .pnl h3{display:block;font-size: 21px;margin-bottom: 20px;}
.checkoutPage .lft .pnl form{display:block;}
.checkoutPage .lft .pnl form .two{display:flex;justify-content: space-between;}
.checkoutPage .lft .pnl form .two .fldWrp{width: 49%;}
.checkoutPage .lft .pnl form .fldWrp{display:block;margin-bottom: 15px;}
.checkoutPage .lft .pnl form .fldWrp input, .checkoutPage .lft .pnl form .fldWrp select{display:block;border: 1px solid #cccccc;width: -webkit-fill-available;padding: 16px 20px;font-size: 16px;outline: 0;border-radius: 11px;color:#585858; width: -moz-available;}
.checkoutPage .lft .pnl form .fldWrp input::placeholder{color:#585858;}
.checkoutPage .lft .pnl form .update{display: flex;background: #eeeeee;padding: 12px 20px;border-radius: 10px;margin-bottom: 17px;}
.checkoutPage .lft .pnl form .update label{display:block;margin-left: 18px;background: url(../images/faq-device.png) left no-repeat;background-size: 12px;padding-left: 18px;}
.checkoutPage .lft .pnl form .update input{display:block;width: 20px;height: 20px;background: #000;}
.checkoutPage .lft .pnl form .btn{width: -webkit-fill-available;font-size: 20px;border: 0;outline: 0;cursor: pointer;border-radius: 9px;}
.checkoutPage .lft .pnl form .mnu{display: flex;justify-content: space-between;max-width: 80%;margin: 0 auto;margin-top: 22px;}
.checkoutPage .lft .pnl form .mnu li{display:block;}
.checkoutPage .lft .pnl form .mnu li a{display:block;}
.checkoutPage .lft .pnl form .mnu:after{display:none;}
.checkoutPage .lft .pnl form .fldWrp .mat-mdc-form-field{width:100%;background: transparent;border: 0;}
.checkoutPage .lft .pnl form .fldWrp .mat-mdc-form-field .mat-mdc-text-field-wrapper{background:transparent;border: 1px solid #cccccc;border-radius: 10px;}
.checkoutPage .lft .pnl form .fldWrp .mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before, .checkoutPage .lft .pnl form .fldWrp .mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after{display:none;}
.checkoutPage .lft .pnl form .fldWrp .mat-mdc-form-field-subscript-wrapper{display: none;}
body .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color: #1b475d;}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after, body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after{color: #1b475d;}

.checkoutPage .lft .pnl form .fldWrp .numbrWcode {
    width: 100%;
    position: relative;
}

.checkoutPage .lft .pnl form .fldWrp .numbrWcode .code {
    position: absolute;
    border: 0;
    max-width: 48px;
    background: transparent;
    padding: 17px 0px;
    height: auto;
    border-radius: 0;
    border-right: 1px solid #cccccc;
    height: -moz-available;
    text-align: center;
}

.checkoutPage .lft .pnl form .fldWrp .numbrWcode input {
    padding-left: 60px;
}

.checkoutPage .rgt{justify-content: flex-start;background: #e8f2eb;height: -webkit-fill-available;}
.checkoutPage .rgt .pnl{display:block;width: 70.5%;padding-left: 50px;}
.checkoutPage .rgt .pnl .btn{border: 0; cursor: pointer;}
.checkoutPage .rgt .pnl span{font-size: inherit; color: inherit; font-family: inherit; font-weight: inherit;}
.checkoutPage .rgt .pnl ul{display:block;}
.checkoutPage .rgt .pnl ul{display: flex;flex-wrap: wrap;margin-bottom: 27px;}
.checkoutPage .rgt .pnl ul li:last-child{/* border-bottom:0; *//* padding-bottom:0; *//* margin-bottom:0; */}
.checkoutPage .rgt .pnl ul li{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #e3e3e3;padding-bottom: 5px;margin-bottom: 3px;width: 50%;float: left;}
.checkoutPage .rgt .pnl ul li .thumb{display:block;width: 30px;border-radius: 50%;position: relative;margin-right: 20px;margin-bottom: 0px;}
.checkoutPage .rgt .pnl ul li .thumb img{display:block;aspect-ratio: 1/1;object-fit: cover;border-radius: inherit;width: 100%;}
.checkoutPage .rgt .pnl ul li .thumb .flag{display:block;width: 50px;border-radius: 50%;position: absolute;right: -20px;bottom: -20px;box-shadow: 0px 0px 4px #00000052;}
.checkoutPage .rgt .pnl ul li .thumb .flag img{display:block;}
.checkoutPage .rgt .pnl ul li .txtDlt{display:block;width: 85%;}
.checkoutPage .rgt .pnl ul li .txtDlt h3{display:block;font-size: 16px;font-weight: 600;margin: 0;line-height: 1em;}
.checkoutPage .rgt .pnl ul li .txtDlt h3 span{
    font-size: 14px;
    font-weight: normal;
}
.checkoutPage .rgt .pnl ul li .txtDlt p{display:block;font-size: 13px;line-height: normal;margin: 0;text-align: left;}
.checkoutPage .rgt .pnl ul li .txtDlt p b{display: inline-block;margin-right: 10px;}
.checkoutPage .rgt .pnl ul li .txtDlt p b.cut{font-weight: normal;text-decoration: line-through;margin-right: 10px;}
.checkoutPage .rgt .pnl ul li .txtDlt .sale{display: inline-block;color: red;/* margin-left: 10px; */}
.checkoutPage .rgt .pnl ul li .itmPrice{display:block;width: 25%;}
.checkoutPage .rgt .pnl ul li .itmPrice .fldWrp{display:block;width: 100%;margin-bottom: 12px;}
.checkoutPage .rgt .pnl ul li .itmPrice .fldWrp label{display:block;text-align: center;margin-bottom: 4px;}
.checkoutPage .rgt .pnl ul li .itmPrice .price{display:block;font-size: 16px;text-align: center;}
.checkoutPage .rgt .pnl .summary{display:block;background: #fff;border-radius: 12px;margin-bottom: 41px;padding: 25px;}
.checkoutPage .rgt .pnl .summary .summary{display:block;}
.checkoutPage .rgt .pnl .summary .row{display: flex;justify-content: space-between;padding: 6px 0px;}
.checkoutPage .rgt .pnl .summary .row span.tax{font-size: 11px;color: #8a8a8a;}
.checkoutPage .rgt .pnl .summary .row.Total{border-top: 1px dashed #cccccc;color: #1b475d;font-size: 16px;margin-top: 15px;padding-top: 15px;}
.checkoutPage .rgt .pnl .summary .row.Total span{font-weight: bold;}
.checkoutPage .rgt .pnl .summary .row span{display:block;}

.checkoutPage .rgt .pnl .summary.new{    padding: 20px 20px;margin: 0;}

.checkoutPage .paymentType{display:flex; margin-bottom: 20px;}
.checkoutPage .paymentType .item{display:block;line-height: normal;width: 50%;}
.checkoutPage .paymentType .item:last-child{border-bottom:0px; padding-bottom:0px;margin-bottom:0px;}
.checkoutPage .paymentType .item input{display: none;}
.checkoutPage .paymentType .item label{display:block;font-size: 15px;padding-left: 29px;position: relative;cursor: pointer;}
.checkoutPage .paymentType .item label:before{content:'';display:block;width: 20px;height: 20px;border: 1px solid #1b475d;border-radius: 50%;position: absolute;left: 0;top: 0px;}
.checkoutPage .paymentType .item [type="radio"]:checked + label:before{background: url(../images/tick.png) center no-repeat #1b475d;border-color:#1b475d;background-size: 12px;}

.checkoutPage .hidden{display: none;}
.checkoutPage .active{display: block;}
.stripe-card{display: block;padding: 11px;border-radius: 6px;border: 1px solid #1b475d; margin-top: 17px;}
.checkoutPage .rgt .pnl p{text-align:center;margin-top: 20px;}
.checkoutPage .rgt .pnl img{margin: 0 auto;display: block; margin-top: 5px;}

.orderHistory{display:block; margin-top:160px;}
.orderHistory h2.hd{display: flex;align-items: center;}
.orderHistory h2.hd span{display: inline-flex;background: #e8e8e8;font-size: 24px;width: 40px;height: 40px;line-height: normal;align-items: center;justify-content: center;border-radius: 50%;margin-left: 12px;}
.orderHistory .clmDetail{display:block;border: 1px solid #d1d1d1;border-radius: 12px;margin-bottom: 30px;}
.orderHistory .clmDetail:last-child{margin-bottom:0px;}
.orderHistory .clmDetail .top{display: flex;border-bottom: 1px solid #d1d1d1;align-items: center;padding: 10px 20px;justify-content: space-between;}
.orderHistory .clmDetail .top .leftFlex{display: flex;width: 58%;justify-content: space-between;}
.orderHistory .clmDetail .top .leftFlex p{display:block;line-height: 1em;color: #000;font-weight: 500;font-size: 17px;}
.orderHistory .clmDetail .top .leftFlex p b{display:block;margin-bottom: 5px;font-size: 14px;color: #3a3939;font-weight: 400;}
.orderHistory .clmDetail .top .btn{display:block;padding: 7px 20px;}
.orderHistory .clmDetail .top .line:hover{color:#000;}
.orderHistory .clmDetail .top .line{display:block;text-decoration: underline;font-size: 15px;margin-right: 24px;color: #686868;}
.orderHistory .clmDetail .top .cta{display: flex;width: 30%;justify-content: flex-end;align-items: center;}

.orderHistory .clmDetail .bottom{display:block;padding: 20px 20px;}
.orderHistory .clmDetail .bottom ul{display:block;}
.orderHistory .clmDetail .bottom ul li:last-child{margin-bottom:0px; padding-bottom:0px; border-bottom:0px;}
.orderHistory .clmDetail .bottom ul li{display:block;margin-bottom: 28px;padding-bottom: 20px;border-bottom: 1px solid #d8d8d8;}
.orderHistory .clmDetail .bottom ul li a{display: flex;justify-content: space-between;}
.orderHistory .clmDetail .bottom ul li a .imgPnl{display:block;width: 50px;border-radius: 10px;position: relative;margin-right: 20px;margin-bottom: 20px;}
.orderHistory .clmDetail .bottom ul li a .imgPnl img{display:block;aspect-ratio: 1 / 1;object-fit: cover;border-radius: inherit;width: 100%;}
.orderHistory .clmDetail .bottom ul li a .imgPnl {display:block;width: 50px;border-radius: 50%;/* box-shadow: 0px 0px 4px #00000052; */line-height: 0px;}
.orderHistory .clmDetail .bottom ul li a .rgtFlx{display:block;width: 92%;}
.orderHistory .clmDetail .bottom ul li a .rgtFlx h3{display:block;font-size: 26px;font-weight: 600;line-height: 1.2em;}
.orderHistory .clmDetail .bottom ul li a .rgtFlx h3 span{display:block;font-weight: 400;font-size: 16px;line-height: 1.7em;color: #626262;}
.orderHistory .clmDetail .bottom ul li a .rgtFlx p{display: flex;align-items: center;margin-top: 4px;font-size: 18px;}
.orderHistory .clmDetail .bottom ul li a .rgtFlx p span{display:block;color: #000;font-size: inherit;font-weight: inherit;margin-left: 10px;}
.orderHistory .clmDetail .bottom ul li a .rgtFlx p span.mrp{display:block;text-decoration: line-through;color: inherit;}


.myEsim{display:block; margin-top:140px;}
.myEsim ul{display: flex;flex-wrap: wrap;}
.myEsim ul li{display:block;margin-bottom: 28px;box-shadow: 0px 0px 7px #dadada;border-radius: 15px;width: 49%;float: left;margin-right: 2%;}
.myEsim ul li:nth-child(2n+2){margin-right:0px;}
.myEsim ul li .flex{display: flex;flex-flow: column;padding: 20px;}
.myEsim ul li .flex .info{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.myEsim ul li .flex .imgPnl{display:block;width: 27.4%;border-radius: 10px;position: relative;margin-right: 20px;}
.myEsim ul li .flex .flag{display:block;width: 50px;border-radius: 50%;border: 3px solid #fff;box-shadow: 0px 0px 2px #000;margin-bottom: 11px;}
.myEsim ul li .flex .flag img{display:block;aspect-ratio: 1 / 1;object-fit: cover;border-radius: inherit;width: 100%;}
.myEsim ul li .flex .rgtFlx{display:block;width: 100%;}
.myEsim ul li .flex .rgtFlx h3{display:block;font-size: 26px;font-weight: 600;line-height: 1.2em;}
.myEsim ul li .flex .rgtFlx h3 span{display:block;font-weight: 400;font-size: 16px;line-height: 1.7em;color: #626262;}
.myEsim ul li .flex .rgtFlx p{display: flex;align-items: center;margin-top: 4px;font-size: 18px;}
.myEsim ul li .flex .rgtFlx p span{display:block;color: #000;font-size: inherit;font-weight: inherit;margin-left: 6px;}
.myEsim ul li .flex .rgtFlx p span.mrp{display:block;text-decoration: line-through;color: inherit;}
.myEsim ul li .flex  .cta{display: flex;flex-flow: column;justify-content: center;align-items: center;background: #efefef9c;padding: 20px;border-radius: 12px;margin-top: 16px;}
.myEsim ul li .flex .cta p{display:block;border-bottom: 1px solid #cacaca;margin-bottom: 17px;padding-bottom: 14px;width: 100%;}
.myEsim ul li .flex .cta p b{display:block;text-align: inherit;}
.myEsim ul li .flex .cta .btn{font-size:14px;width: -webkit-fill-available;text-align: center;width: -moz-available;}


.myProfile{display:block; margin-top:140px;}

.verifyKYC{display: block;background: #ffe9e9;border: 1px solid #e05b5b;padding: 20px;border-radius: 13px; margin-bottom: 30px;}
.verifyKYC h3{font-size: 25px;font-weight: 600;line-height: normal;margin-bottom: 6px;}
.verifyKYC p{font-size:18px;line-height: normal;color: #000;}
.verifyKYC label svg{margin-right: 5px;}
.verifyKYC form{width: 100%;display: flex;flex-wrap: wrap;}
.verifyKYC form .fldWrp{width: 49%;margin-right: 2%;}
.verifyKYC form .fldWrp label{font-size:16px;margin-bottom: 7px;display: block;display: flex;align-items: center;}
.verifyKYC form .fldWrp.mrg0{margin-right:0px;}
.verifyKYC form .fldWrp input{display:block;padding: 15px 26px;border: 1px solid #cfcfcf;width: -webkit-fill-available;width: -moz-available;outline: 0;border-radius: 30px;}
.verifyKYC form .fldWrp input::placeholder{color:#000;}
.verifyKYC form .fldWrp .btn{display: block;border: 0;outline: 0;padding: 15px 26px;cursor: pointer;}

.VerifyPop{display: block;padding: 40px;}
.VerifyPop .close{position:absolute;background: transparent;color: red;border: 0;outline: 0;font-size: 20px;right: 10px;top: 10px; cursor: pointer;}
.VerifyPop h3{display:block;font-size: 23px;font-weight: 600;margin-bottom: 5px;}
.VerifyPop p{display:block;line-height: normal;margin-bottom: 20px;}
.VerifyPop form{max-width: 100%;margin: 0 auto;}
.VerifyPop .fldWrp{display:block;margin-bottom: 20px;position: relative;}
.VerifyPop .fldWrp input{display:block;width: -webkit-fill-available;padding: 13px 26px;border: 1px solid #c6c6c6;font-size: 16px;border-radius: 40px;outline: 0; width: -moz-available;}
.VerifyPop .fldWrp label{display:block;font-size: 15px;margin-bottom: 7px;}
.VerifyPop .btn{width: -webkit-fill-available;border: 0;cursor: pointer;padding: 15px 20px; width: -moz-available;}


.myProfile{display: block;}
.myProfile .adharForm{display:block;}
.myProfile .adharForm .two{display:flex;justify-content: space-between;}
.myProfile .adharForm .two .fldWrp{width: 49%;}
.myProfile .adharForm .fldWrp{display:block;margin-bottom: 15px;}
.myProfile .adharForm .fldWrp input, .myProfile .adharForm .fldWrp select{display:block;border: 1px solid #cccccc;width: -webkit-fill-available;padding: 16px 20px;font-size: 16px;outline: 0;border-radius: 11px;color:#585858; width: -moz-available;}
.myProfile .adharForm .fldWrp input::placeholder{color:#585858;}
.myProfile .adharForm .update{display: flex;background: #eeeeee;padding: 12px 20px;border-radius: 10px;margin-bottom: 17px;}
.myProfile .adharForm .update label{display:block;margin-left: 18px;background: url(../images/faq-device.png) left no-repeat;background-size: 12px;padding-left: 18px;}
.myProfile .adharForm .update input{display:block;width: 20px;height: 20px;background: #000;}
.myProfile .adharForm .btn{width: -webkit-fill-available;font-size: 20px;border: 0;outline: 0;cursor: pointer;border-radius: 9px;}
.myProfile .adharForm .mnu{display: flex;justify-content: space-between;max-width: 80%;margin: 0 auto;margin-top: 22px;}
.myProfile .adharForm .mnu li{display:block;}
.myProfile .adharForm .mnu li a{display:block;}
.myProfile .adharForm .mnu:after{display:none;}
.myProfile .adharForm .fldWrp .mat-mdc-form-field{width:100%;background: transparent;border: 0;}
.myProfile .adharForm .fldWrp .mat-mdc-form-field .mat-mdc-text-field-wrapper{background:transparent;border: 1px solid #cccccc;border-radius: 10px;}
.myProfile .adharForm .fldWrp .mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before, .myProfile .adharForm .fldWrp .mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after{display:none;}
.myProfile .adharForm .fldWrp .mat-mdc-form-field-subscript-wrapper{display: none;}

.myProfile .adharForm .fldWrp .numbrWcode{width: 100%;position: relative;}
.myProfile .adharForm .fldWrp .numbrWcode .code{position: absolute;border: 0;max-width: 48px;background: transparent;padding: 17px 0px;height: auto;border-radius: 0;border-right: 1px solid #cccccc;height: -moz-available;text-align: center;}
.myProfile .adharForm .fldWrp .numbrWcode input {padding-left: 60px;}


.thankyou{display:block;margin-top: 200px;}
.thankyou .icon {
    width: 80px;
    height: 80px;
    background: #1b475d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.thankyou .icon:before {
    content: '';
    display: block;
    width: 130%;
    height: 130%;
    border-radius: inherit;
    position: absolute;
    background: #1f5976;
    z-index: -1;
    animation: pulseBg 2s ease-out infinite;
    transform-origin: center;
    opacity: 0.6;
}

@keyframes pulseBg {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.18);
        opacity: 0.25;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}
.thankyou .icon svg{display:block;}
.thankyou h3{display:block;text-align: center;font-size: 34px;font-weight: 800;margin-top: 20px;color: #1b475d;}
.thankyou p{display:block;text-align: center;font-size: 21px;color: #000;}
.thankyou .btn{display:block;margin: 0 auto;margin-top: 16px;}