.xt-logo{
    display: block;
    width: 120px;
}

.panel.list-major{
    width: 100%;
    max-height: 400px;
}

.sm-logo{
    width: 50px;
}
.topnav{
    background: var(--primary);
    height: 35px;
}

.topnav > div{
font-size: 0.8em;
line-height: 35px;
height: 100%;
}
.topnav .topnav-item{
    height: 100%;
    display: block;
}

.topnav > div a, .topnav .topnav-item{
    color: var(--surface);
    padding: 0 10px 0 10px;
}

.topnav > div a:hover,
.topnav .container > .item .topnav-item:hover{
    background: var(--tertiary-container);
    cursor: pointer;
}


.slider-top{
    height: 500px;
}
.slider-top img{
    max-height: 100%;
}

.logo-zone{
    display: none;
}

.sm-lang{
    display: none;
}
.relative {
    position: relative;
}

.search-zone {
    /* padding: 15px; */
    background-color: var(--surface);
    border-radius: var(--border-radius-md);
    -webkit-border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -ms-border-radius: var(--border-radius-md);
    -o-border-radius: var(--border-radius-md);
    box-shadow: var(--elevation-2);
}

.search-blog {
    padding: 15px;
    max-width: 500px;
}
.phone-zone{

    padding-right: 30px;
}

.hero {
    background: linear-gradient(90deg, #d4dff7, #fce8e6); 
}
.hero-sm{
    height: 200px;
}
.hero-lg{
    height: 400px;
}

.hero-sm .container{
    display: grid;
    height: 100%;
    align-items: center; 
}

.bg {
    /* background: rgba(0, 0, 0, 0.12); */
    padding: 15px;
}

.h-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    grid-gap: 10px;
}

.h-divider::before,
.h-divider::after {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--outline);
}

.multi-checkbox .panel{
    grid-template-columns: auto 1fr;
}

.feature-zone {
    padding: 30px 0 30px 0;
    /* color: var(--on-primary); */
    color: #301d49;
}

.tab-search {
    overflow: visible;
}

.tab-search .tab-header {
    border-bottom: 1px solid var(--neutral60);
    overflow: hidden;
    border-top-left-radius: var(--border-radius-md);
    border-top-right-radius:var(--border-radius-md);
    -webkit-border-top-left-radius:var(--border-radius-md);
    -webkit-border-top-right-radius:var(--border-radius-md);
    -moz-border-radius-topleft:var(--border-radius-md);
    -moz-border-radius-topright:var(--border-radius-md);
    margin-bottom: 0;
}

.search-insur .caller {
    width: 100%;
}

.iti {
    padding-bottom: 20px;
}

.exchange {
    margin: 0 -12px 0 -12px;
    position: relative;
    z-index: 2;
}

.exchange .icon-btn {
    height: 32px;
    width: 32px;
    border: 1px solid transparent;
}

.exchange .icon-btn:active {
    transform: rotate(180deg);
    transition: .3s;
}

.search-air .suggest .caller {
    position: relative;
}

.start-point .rounding,
.end-point .rounding {
    position: absolute;
    height: 32px;
    display: block;
    overflow: hidden;
    display: grid;
    align-items: center;
    z-index: 1;
}

.start-point .rounding {
    right: -1px;
    width: 15px;
}

.end-point .rounding {
    left: -1px;
    width: 15px;
}

.start-point .rounding::after,
.end-point .rounding::after {
    content: '';
    display: block;
    background-color: #fff;
    height: 32px;
    width: 32px;
    position: absolute;
    border: 1px solid var(--outline);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.start-point .rounding::after {
    right: -19px;
}

.end-point .rounding::after {
    left: -19px;
}

.caller:focus-within .rounding::after {
    border: 1px solid var(--primary);
}

.start-point.error .rounding::after,
.end-point.error .rounding::after{
    border: 1px solid var(--error);
}

.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-20{
    padding-top:20px;
}
.pb-20{
    padding-bottom: 20px;
}
.pl-20{
    padding-left: 20px;
}

.loader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    z-index: 9999!important;
    display: grid;
    align-items: center;
}

.loader {
    margin: 0 auto 0 auto;
}


/* pax form */
.passenger-form h5 {
    margin: 10px 0 15px 0;
    background-color: var(--neutral90);
    padding: 5px;
}

.adults,
.children,
.infant {
    padding-bottom: 20px;
}

.price-list {
    border: 1px solid var(--outline);
    width: 100%;
}

.price-list thead {
    border-bottom: 1px dashed var(--outline);
}

.price-list tbody tr:last-child {
    border-top: 1px dashed var(--outline);
    font-weight: bolder;
}

.price-list tr th,
.price-list tr td {
    padding: 3px;
}

.quote{
    width: 30px;
}
.contacts {
    padding: 10px 0 20px 0;
}

.bkg-header,
.bkg-body .item {
    border: 1px solid var(--outline);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bkg-body .segment {
    border-top: none;
}

.bkg-body h6 {
    background-color: var(--neutral95);
    padding: 5px;
}

.voucher .text-field.active input,
.voucher-message .valid {
    color: green !important;
}

.voucher .text-field.active .icon {
    background-color: green;
}

.voucher-message .invalid {
    color: var(--error);
}


.menu .panel .caller {
    background-color: var(--neutral90);
    padding: 10px;
    display: block;
}

.menu .panel a{

    display: block;
    padding: 10px;
}

/* start layout */

.tab-search .tab-header li {
    border-bottom: 2px solid transparent;
    text-align: center;
    padding: 5px;
    background: var(--surface);
    height: 60px;
    text-align: center;
}

.tab-search .tab-header li:hover {
    background: linear-gradient(rgba(var(--on-surface-op), 0.08), rgba(var(--on-surface-op), 0.08)), var(--surface);
}

.tab-search .tab-header li:active {
    background: linear-gradient(rgba(var(--on-surface-op), 0.12), rgba(var(--on-surface-op), 0.12)), var(--surface);
}


.tab-search .tab-header li.active:hover {
    background: linear-gradient(rgba(var(--primary-op), 0.08), rgba(var(--primary-op), 0.08)), var(--surface);
}

.tab-search .tab-header li.active:active {
    background: linear-gradient(rgba(var(--primary-op), 0.12), rgba(var(--primary-op), 0.12)), var(--surface);
}

.tab-search .tab-header li .icon {
    background-color: var(--on-surface-variant);
}

.tab-search .tab-header li.active {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}

.tab-search .tab-header li.active .icon {
    background-color: var(--primary);
}


/* Search Insurance */

.tags li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tags li:last-child {
    margin-right: 0;
}

.top-des figure:first-child {
    max-height: 420px;
}

.top-des figure {
    max-height: 250px;
}

.top-des img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.tab-link a {
    color: #70757a;
    font-size: 0.9em;
}

.tab-link a:hover {
    color: var(--primary);
}

.expand-content {
    padding: 20px;
}


.content .collapsed {
    max-height: 500px;
    overflow: hidden;
}

.content .expand-content {
    /* padding-top:30px; */
    position: relative;

}

.content .expand-content .gradient {
    height: 30px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    top: -30px;
    width: 100%;
}

.main-article .content table thead tr:first-child{
    background: #ddd;
}
.main-article .content table tr th,
.main-article .content table tr td{
    border: 1px solid #ccc;
    padding:5px;
}

figure.has-img{
    border:5px solid #ddd;
    background-color: #ddd;
    width: 100%;
}

figure.has-img figcaption{
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 70%;
    line-height: 1.8em;
}

.major-cards .card{
    border-radius: var(--border-radius-sm);
    -webkit-border-radius: var(--border-radius-sm);
    -moz-border-radius: var(--border-radius-sm);
    -ms-border-radius: var(--border-radius-sm);
    -o-border-radius: var(--border-radius-sm);

    overflow: hidden;
}
.major-cards .card img{
    width: 100%;
}

.slider-press .slide-img{
    width: 100%;
}

.content p {
    margin-bottom: 1rem;
}

.media {
    width: 100%;
    object-fit: cover;
}

.breadcrumb li {
    display: inline-block;
}

.content p {
    text-align: justify;
}

.content img {
    max-width: 100%;
}

.tagline{
    font-size: 1.3em;
    font-weight: 400;
    color: var(--outline);
}
.admiss .tagline{
    font-size: 1.2em;
    color: white;
    padding: 2px 10px 2px 10px;
    background-color: var(--tertiary);
    border-radius: var(--border-radius-md);
    -webkit-border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -ms-border-radius: var(--border-radius-md);
    -o-border-radius: var(--border-radius-md);
}

form .contacts{
    display: grid;
    grid-gap: 15px;
}
.blog-news .cards {
    overflow: hidden;
}

.comment-body {
    padding: 10px 30px 0 30px;
    position: relative;
    background: url('/images/icon/format-quote-open.svg'), url('/images/icon/format-quote-close.svg');
    background-position: top left, bottom right;
    background-repeat: no-repeat no-repeat;
    background-size: 25px 35px, 25px 35px;
}

.comment-avatar {
    width: 70px;
}

.tns-nav {
    text-align: center;
}

.tns-nav button {
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 5px;
}

.tns-nav-active {
    background: var(--primary70);
}

.top-package .media {
    max-height: 200px;
}

.carrier-slider.item-carrier {
    height: 100px;
    width: 100%;
    
}
.carrier-slider .item-carrier img{
    background: var(--neutral95);
}

.carrier-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-package .btn-center {
    padding: 10px 0 10px 0;
}


.card.has-label::before{
    content:attr(data-label);
    position: absolute;
    top:5px;
    background-color: #e6583b;
    color: white;
    padding: 0 5px 0 3px;
    border-radius: 0 3px 3px 0 ;
    -webkit-border-radius: 0 3px 3px 0 ;
    -moz-border-radius: 0 3px 3px 0 ;
    -ms-border-radius: 0 3px 3px 0 ;
    -o-border-radius: 0 3px 3px 0 ;
}

.deal {
    /* box-shadow: var(--elevation-1); */
    margin-bottom: 40px;
}

.deal-head {
    border-top: 1px solid var(--outline);
    border-left: 1px solid var(--outline);
    border-right: 1px solid var(--outline);

}

.deal-head img {
    width: 100%;
    max-height: 220px;
    margin-bottom: -19px;
}

.deal-divider {
    height: 24px;
    position: relative;
    overflow: hidden;

}

.deal-divider::before,
.deal-divider::after {
    content: '';
    border: 1px solid var(--outline);
    height: 24px;
    width: 24px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    background: #fff;
    /* background-color: #fff;
    box-shadow: var(--elevation-1); */
}

.deal-divider::before {
    left: -12px;
}

.deal-divider::after {
    right: -12px;
}

.dash {
    display: block;
    border-bottom: 2px dashed var(--outline);
    position: absolute;
    top: 12px;
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
}

.deal-body {
    border-bottom: 1px solid var(--outline);
    border-left: 1px solid var(--outline);
    border-right: 1px solid var(--outline);
    padding: 10px;
}

.domestic-slider img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.domestic-slider figure {
    position: relative;
}

.domestic-slider figcaption {
    position: absolute;
    width: fit-content;
    bottom: 20px;
}
.domestic-slider figcaption a:hover span{
    color: var(--tertiary);
}
.domestic-slider figcaption a span{
    color: var(--on-primary);
    background: var(--primary);
    padding: 3px 15px 3px 15px;
    border-radius: 0 5px 5px 0 ;
    -webkit-border-radius: 0 5px 5px 0 ;
    -moz-border-radius: 0 5px 5px 0 ;
    -ms-border-radius: 0 5px 5px 0 ;
    -o-border-radius: 0 5px 5px 0 ;
}

.top-des figure {
    position: relative;
    overflow: hidden;
}
.top-des figure:hover{
    box-shadow: var(--elevation-2);
    transition: all ease-out 0.2s;
    transform: scale(1.005);
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
    -ms-transform: scale(1.005);
    -o-transform: scale(1.005);
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}

.top-des figcaption {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    padding: 50px 10px 0 10px;
    color: var(--on-primary);
    text-align: bottom;
}

.top-des figcaption a {
    color: var(--on-primary);
}

.banner-wrapper {
    height: 300px;
    overflow: hidden;
    position: relative
}

.banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-wrapper .text-intro {
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.day-title{
    font-size: 1.2em;
    font-weight: bolder;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 10px;
    background: var(--neutral90);
    padding: 3px;
}
.day-img{

    max-width: 500px;
}
.clear{
    clear: both;
}


.sidebar-list .list .media {
    width: 150px;
    height: 70px;
}

.sidebar-list .list-content {
    color: var(--on-surface-variant);
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
    line-height: 25px;
    -webkit-line-clamp: 3;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* background-color: #ccc; */
}

.feat-news .media {
    font-size: xx-large;
    color: #70757a;
    padding-top: 10px;
}

.banner-news .media {
    height: 300px;
}

.in-block li {
    display: inline-block;
}

.fourth .top-news .media {
    width: 150px;
    height: 100px;
}

.fifth .news .content {
    border: 1px solid var(--outline);
    padding: 10px;
}

.fifth .news .media {
    height: 200px;
}

.sidebar-list .list .list-content,

.slide{
    padding: 0 0 10px 0;
}
.card-title{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.card-subtitle{
    margin: 10px 0 10px 0;
    color: var(--tertiary);
}
.card-subtitle span{
    display: inline-block;
    margin-right: 15px;
    color: var(--primary);
}
.card-subtitle span:last-child{
    margin-right: 0;
}
.card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
    line-height: 25px;
    -webkit-line-clamp: 3;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.card {
    /* background-color: var(--primary95); */
    background: #F0F0F0;
    border:1px solid #d2e3fc;
}

.card-content {
    padding: 10px;
    /* border:1px solid #d2e3fc; */
}
.top-rate, .top-comment{
    background: var(--primary-op-5);
    border:1px solid #d2e3fc;
    padding:15px;
}


.masonry {
    column-count: 3;
    column-gap: 16px;
  }
  
.photo-wrap{
    position: relative;
    margin-bottom: 12px;
    break-inside: avoid;
}
.masonry .photo-wrap .caller img {
    width: 100%;
    transition: transform 0.35s ease;
    -webkit-transition: transform 0.35s ease;
    -moz-transition: transform 0.35s ease;
    -ms-transition: transform 0.35s ease;
    -o-transition: transform 0.35s ease;
}

.photo-wrap:hover{
    overflow: hidden;
}

.photo-wrap .caller:hover::after{
    content: "+";
    font-size: 5em;
    color: var(--tertiary);
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom:28px;

}
.photo-wrap:hover .caller img{
    transform: scale(1.2);
}

.photo-panel{
    width: 100% !important;
    /* margin: 5% auto 5% auto !important; */
    padding: 30px 0 30px 0;

}
.photo-shine{
    height: 100%;
}
.photo-panel img{
    height: 100%;
}
.product {
    padding: 10px;
    margin-bottom: 20px;
}

.product .media{
    width: 100px;
}
.price{
    font-size: 1.3em;
    color: #e6583b;
    font-weight: 500;
}
.product .panel{
    border-top: 1px dashed var(--outline);
    padding-top: 10px;
}


.steps li .dot span{
    display: block;
    border-bottom: 2px solid var(--outline);
}

.steps li.next{
    color: var(--neutral60);
}
.steps li.next .icon{
    background-color: var(--neutral60);
}


.form-insur .pax-list {
    margin-top: 20px;
}

.whyus li svg{
    width: 100%;
}
.price-table{
    width: 100%;
}

.breadcrumb{
    font-size: 0.8em;
}
.menu-panel{
    padding-top:15px;
}
.lg-number{
    font-size: 3em;
    color: var(--tertiary);
}

footer .under{
    background: var(--primary);
}
footer .under .container{
    background: url('/images/city-bg.png') bottom center no-repeat;
    background-size:100%;

}

footer .under-port{
    background: var(--primary);
}
footer .under-port .container{
    background: url('/images/city-bg.png') top center no-repeat;
    background-size: 100%;
    padding:50px 0 50px 0;
    color: white;
}

footer address{
    color: var(--neutral80);
}
footer address .icon{
    background-color: var(--neutral80);
}
footer .aboutus {
    text-align: justify;
    color: var(--neutral80);
}

footer .drop ul li a {
    color: var(--neutral80);
    font-size: 0.9em;
    line-height: 2.3em;
}

footer .under h3, footer .under h4{
    color: var(--neutral80);
}
footer .drop ul li a:hover {
    color: var(--tertiary);
}
footer .item.active > .panel{
    background: none;
}
footer .icon{
    background-color: var(--surface-tint);
}

.secondary-logo img{
    width: 10px;
}

footer .upper{
    background: #F0F0F0;
}
footer .under{
    padding-top: 15px;
}
.hotline{
    display: block;
    color: var(--tertiary);
    font-size: 1.2em;
}

a{
    color: var(--primary);
}
a:hover, a:focus{
    color: var(--tertiary);
}

.sm-text{
    font-size: 0.8em;
    font-weight: normal;
}
.lg-text{
    font-size: 1.3em;
}

main section h3 span, main section h2 span, footer h3 span{
    color: var(--primary);
    border-bottom: 2.5px solid var(--tertiary);
}

.admission-form{
    position: relative;
    z-index: 999;
    background-color: white;
    padding: 15px;
    border-radius: var(--border-radius-sm);
    -webkit-border-radius: var(--border-radius-sm);
    -moz-border-radius: var(--border-radius-sm);
    -ms-border-radius: var(--border-radius-sm);
    -o-border-radius: var(--border-radius-sm);
}

.admission-form .form-body{
    display: grid;
    grid-gap: 30px;
}

.admission-form .input-wrap{
    display: grid;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: var(--border-radius-xsm) ;
    -webkit-border-radius: var(--border-radius-xsm) ;
    -moz-border-radius: var(--border-radius-xsm) ;
    -ms-border-radius: var(--border-radius-xsm) ;
    -o-border-radius: var(--border-radius-xsm) ;
    align-items: center;
}
.admission-form .input-wrap strong{
    color: var(--primary);
}

.input-wrap.error{
    border:1px solid var(--error);
}

.msg{
    font-size: 0.9em;
    color: var(--error);
}

.dashboard{
    background: white;
    padding: 20px;
    position: relative;
    z-index: 9999 !important;
    border-radius: var(--border-radius-md);
    -webkit-border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -ms-border-radius: var(--border-radius-md);
    -o-border-radius: var(--border-radius-md);
}

.uppercase{
    text-transform: uppercase;
}

.btn-wrap{
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    grid-gap: 20px;
}
.has-bg{
    background: url(/images/bg-port.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding:60px 0 150px 0;
}
.has-bg::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(49, 51, 64, 0.55);
    z-index: 2;
}


.xt-header .container{
    display:grid;
    grid-template-columns: 1fr;
    place-items:center;
    padding-bottom: 20px;
}
/* .xt-header .tagline{
    width: 300px;
} */

@media (min-width: 576px) {

    .admission-form
    {
        width: 500px;
        border: 1px solid #CCC;
        padding:20px;
        border-radius: var(--border-radius-sm);
        -webkit-border-radius: var(--border-radius-sm);
        -moz-border-radius: var(--border-radius-sm);
        -ms-border-radius: var(--border-radius-sm);
        -o-border-radius: var(--border-radius-sm);
        margin: 0 auto 0 auto;

    }
    .tab-search .tab-header li {
        
        padding: 15px;

    }

}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }
  
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.ribbon-wrap{
    background: #F0F0F0;
    /* background:var(--primary); */
}
.ribbons{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
        
}

.ribbons li{
    background: white;
    padding: 20px;
    min-height: 150px;
    display: grid;
    place-items: center;
    border-radius: var(--border-radius-sm);
    -webkit-border-radius: var(--border-radius-sm);
    -moz-border-radius: var(--border-radius-sm);
    -ms-border-radius: var(--border-radius-sm);
    -o-border-radius: var(--border-radius-sm);
}
.ribbons img{
    width: 150px;
}

.ribbons li:first-child{
    grid-column: 1 / span 2;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: auto;

  }


.sparkle-effect {
content: '';
position: absolute;
top: 0;
left: -75%;
width: 50%;
height: 100%;
background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
);
transform: skewX(-25deg);
animation: sparkle 2s infinite;
}

  @keyframes sparkle {
    0% {
      left: -75%;
    }
    100% {
      left: 125%;
    }
  }
  
  @keyframes shimmer {
    0% {
      background-position: -100% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }

.hero-slider img{
    max-height: 550px;
}

.subcribe{
    background: linear-gradient(90deg, #d4dff7, #fce8e6); 
    padding: 50px 0 50px 0;
}
.subcribe .btn{
    margin: 0 auto 0 auto;
}
.subcribe h2{
    color: var(--surface);
}


.top-info img
{
    width: 100%;
    border-radius: var(--border-radius-sm);
    -webkit-border-radius: var(--border-radius-sm);
    -moz-border-radius: var(--border-radius-sm);
    -ms-border-radius: var(--border-radius-sm);
    -o-border-radius: var(--border-radius-sm);
}

.timeline img{
    max-width: 100%;
    border-radius: var(--border-radius-sm);
    -webkit-border-radius: var(--border-radius-sm);
    -moz-border-radius: var(--border-radius-sm);
    -ms-border-radius: var(--border-radius-sm);
    -o-border-radius: var(--border-radius-sm);
}

@media (min-width: 768px) {

    .xt-header .container{
        
        grid-template-columns: auto 1fr;
        padding-bottom: 0;

    }
    .xt-header .tagline{
        width: 300px;
    }

    .admission-form{
        width: 620px;
       
    }

    .admission-step-2 .form-body{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .admission-step-2 .form-body .span-2
    {
        grid-column: 1 /span 2;
    }


    .admission-form .input-wrap{
        grid-template-columns: 1fr 1fr;
    }
    .top-package {
        position: relative;
    }

    .deal-head {
        border-right: none;
        border-bottom: 1px solid var(--outline);
        /* padding-bottom: 10px; */
    }
    .deal-head img {
        margin-bottom: -20px;
    }

    .deal-divider {
        height: unset;
    }

    .deal-divider::before {
        left: 0 !important;
        top: -12px;
    }

    .deal-divider::after {
        right: 0 !important;
        bottom: -12px;
    }

    .dash {
        border-left: 2px dashed var(--outline);
        height: calc(100% - 24px);

    }

    .deal-body {
        border-left: none;
        border-top: 1px solid var(--outline);
    }

    .banner-wrapper {
        height: 180px;
    }

    .fourth .top-news .media,
    .fourth .sidebar-list .media {
        width: 250px;
        height: 150px;
    }

    .sidebar-list .list .media {
        width: 250px;
        height: 150px;
    }
    .product .panel{
        margin-left: 130px;
    }

    figure.has-img{
        float: left;
        margin:0 30px 10px 0;
        width: 400px;
    }


}


@media (min-width: 992px) {

    .dashboard-body{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        padding: 20px 0 20px 0;
    }
    .height-500{
        height:500px;
    }

    .media-section{
        display: grid;
        grid-template-columns: 60% 1fr;
    }
    .text-intro{
        font-size: 1.3em;
        color: var(--neutral40);

    }
    .text-intro svg{
        fill: var(--neutral30);
    }
    .ribbons{
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    .ribbons li:first-child{

        grid-column: 1/ span 2;
        grid-row: 1 / span 3;
    }

    nav.container{
        /* height: 60px; */
        padding: 0;
    }
    .sm-logo{
        display: none;
    }
    .has-lang-icon{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .has-lang-icon svg{
        width: 25px;
    }
    .bg-secondary{
        background: var(--tertiary-container);
    }
    .menu .panel .caller{
        padding: 0;
    }
    .menu>.caller,
    .menu>.panel .panel-header {
        display: none;
    }

    .menu>.panel {
        display: block;
        position: unset;
        margin-bottom: 0;
    }
    .xt-logo{
        display: block;
        width: 160px;
    }

    .menu > .panel .caller,
    .menu .item.home a{
        background: none;
    }
    .menu .panel .has-logo a{
        padding: 5px 0 0 0;
    }

    
    .menu > .panel .item .caller, .a_contact span {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-weight: bolder;
        color: #4a4a4a;
      }
    
    .menu > .panel .item .caller:hover, .a_contact:hover span {
        color: var(--primary);
    }

      .menu > .panel .item .caller::after, .a_contact span::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 2.5px;
        background-color: var(--tertiary-container);
        transition: all 0.3s ease;
        transform: translateX(-50%);
      }
      

      .menu > .panel .item .caller:hover::after,
      .menu > .panel .item.active .caller::after,
      .a_contact span:hover::after
       {
        width: 100%;
      }
    
    
    .menu > .panel .item.active .panel{
        position: absolute;
        z-index: 9999;
        min-width: 230px;
        border-radius: var(--border-radius-xsm);
        -webkit-border-radius: var(--border-radius-xsm);
        -moz-border-radius: var(--border-radius-xsm);
        -ms-border-radius: var(--border-radius-xsm);
        -o-border-radius: var(--border-radius-xsm);
        box-shadow: var(--elevation-3);
    }

    .timeline .left-line, .timeline .center-line, .timeline .right-line{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .timeline img{
        max-width: 100%;
        border-radius: var(--border-radius-sm);
        -webkit-border-radius: var(--border-radius-sm);
        -moz-border-radius: var(--border-radius-sm);
        -ms-border-radius: var(--border-radius-sm);
        -o-border-radius: var(--border-radius-sm);
    }
    .timeline:nth-child(odd) .right-line{
        text-align: left;
    }
    
    .timeline:nth-child(even) .left-line {
        order: 3;
    }
    .timeline:nth-child(even) .center-line {
        order: 2;
    }
    .timeline:nth-child(even) .right-line {
        order: 1;
        text-align: right;
    }
    
    .timeline .center-line{
        background: url("/images/vertical-line.svg") center center repeat-y;
        height: 100%;
    }
    .timeline h4 span{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: var(--tertiary);
        display: block;
        line-height: 50px;
        margin: 0 auto 0 auto;
        text-align: center;
        color: white;
    }
    
    .timeline h3{
        color: var(--primary);
    }
    .timeline .tagline{
        font-size: 0.9em;
    }

    .whyus li {
        text-align: center;
        justify-items: center;
    }
    .whyus li svg{
        width: 35%;
    }

    .sidebar-list .list .media {
        width: 120px;
        height: 75px;
    }
    .day-img{
    float: left;
    margin: 15px 15px 15px 0;
}
    .deal{
        height: 200px;
    }
    .deal-head img{
        height: 100%;
        margin-bottom: 0;
        margin-right: -20px;
        width: calc(100% + 12px);
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
}
    .card:hover {
        box-shadow: var(--elevation-2);
        border:1px solid transparent;
    }

    footer .caller {
        pointer-events: none;
    }

    footer .caller .icon {
        display: none;
    }

    footer .panel {
        display: block !important;
    }
    footer .item{
        padding-top: 100px;
    }
    footer .under-port .container{
        background-size: 80%;
    }
}

@media (min-width: 1200px) {
    .top-des figure:first-child {
        max-height: 340px;
    }

    .top-des figure {
        max-height: 160px;
    }
}