/* Minification failed. Returning unminified contents.
(20,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(35,35): run-time error CSS1039: Token not allowed after unary operator: '-white'
(42,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(53,28): run-time error CSS1039: Token not allowed after unary operator: '-off-white'
(54,31): run-time error CSS1039: Token not allowed after unary operator: '-transparent-black'
(111,32): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(122,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(129,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(137,36): run-time error CSS1039: Token not allowed after unary operator: '-pale-blue'
(151,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(174,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(189,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(211,28): run-time error CSS1039: Token not allowed after unary operator: '-pale-blue'
(223,28): run-time error CSS1039: Token not allowed after unary operator: '-medium-gray'
(228,17): run-time error CSS1039: Token not allowed after unary operator: '-medium-gray'
(242,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(243,28): run-time error CSS1039: Token not allowed after unary operator: '-Gray'
(265,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(293,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(307,36): run-time error CSS1039: Token not allowed after unary operator: '-black'
(311,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(312,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(318,35): run-time error CSS1039: Token not allowed after unary operator: '-Gray'
(325,22): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(359,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(368,17): run-time error CSS1039: Token not allowed after unary operator: '-white-white-70'
(376,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(391,17): run-time error CSS1039: Token not allowed after unary operator: '-white-white-70'
(428,32): run-time error CSS1039: Token not allowed after unary operator: '-white'
(431,21): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(441,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(465,17): run-time error CSS1039: Token not allowed after unary operator: '-darkslategray'
(474,17): run-time error CSS1039: Token not allowed after unary operator: '-darkslategray'
(484,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(487,32): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(490,17): run-time error CSS1039: Token not allowed after unary operator: '-darkslategray'
(497,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(500,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(508,17): run-time error CSS1039: Token not allowed after unary operator: '-darkslategray'
(531,26): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(542,32): run-time error CSS1039: Token not allowed after unary operator: '-white'
(561,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(568,26): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(579,32): run-time error CSS1039: Token not allowed after unary operator: '-white'
(593,22): run-time error CSS1039: Token not allowed after unary operator: '-pale-blue'
(594,39): run-time error CSS1039: Token not allowed after unary operator: '-extremely-faint-black'
(601,35): run-time error CSS1039: Token not allowed after unary operator: '-Gray'
(602,17): run-time error CSS1039: Token not allowed after unary operator: '-black'
(611,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(617,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(618,16): run-time error CSS1039: Token not allowed after unary operator: '-whaite'
(621,17): run-time error CSS1039: Token not allowed after unary operator: '-alert-danger'
(628,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(645,22): run-time error CSS1039: Token not allowed after unary operator: '-white'
(646,39): run-time error CSS1039: Token not allowed after unary operator: '-transparent-black'
(668,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(960,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(1137,22): run-time error CSS1039: Token not allowed after unary operator: '-white'
(1138,39): run-time error CSS1039: Token not allowed after unary operator: '-transparent-black'
(1153,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(1154,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:900,408,608,500,700");

* {
    font-family: Roboto;
}
/* _Header */
#scrollTop {
    position: fixed;
    right: 47px;
    bottom: 115px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
    background-color: var(--Secondary) !important;
}
.B2BFooterIcons
{
    width: 50%;
}
    #scrollTop span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: var(--white);
    }
/*    #scrollTop:hover {
        background-color: rgb(7 139 113);
        opacity: 1;
    }*/
.closeModalIcon {
    color: var(--Secondary);
    font-size: 25px;
    font-style: normal;
    line-height: normal;
    border: none;
    cursor: pointer
}
.main-header {
    margin: 0 !important;
    top: 0;
    left: 0;
    background-color: var(--off-white);
    box-shadow: 0 0 16px var(--transparent-black);
    width: 1440px;
    padding: 0px;
    box-sizing: border-box;
    justify-content: center;
    z-index: 1;
    font-size: 17px;
    width: 100%;
    max-width: 100%;
}

.container-header {
    align-self: stretch;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    justify-content: flex-start;
    gap: 16px;
}

.logo-icon {
    position: relative;
    width: 140px;
    height: 70px;
    overflow: hidden;
    flex-shrink: 0;
}

.logo-link {
    display: contents;
}

.menu-header {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    justify-content: center;
    gap: 32px;
}

.item-menu-header {
    position: relative;
    padding: 8px 0;
    justify-content: flex-start;
    transition: color 0.3s, padding 0.3s;
    cursor: pointer;
}

    .item-menu-header::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: var(--Secondary);
        transition: width 0.8s;
    }

    .item-menu-header.active::before,
    .item-menu-header:hover::before,
    .item-menu-header:focus::before {
        width: 100%;
    }

    .item-menu-header.active {
        color: var(--Secondary);
        padding: 8px 0;
        outline: none;
    }

    .item-menu-header:hover,
    .item-menu-header:focus {
        color: var(--Secondary);
        padding: 8px 0;
        outline: none;
    }

.triangle-header {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid var(--pale-blue);
    position: absolute;
    top: -15px;
    margin: auto;
    left: 50%;
    z-index: 0;
}

.btn-group-header {
    gap: 8px;
}

.btn-lang-currency {
    justify-content: flex-start;
    color: var(--Secondary);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position:relative;
    left:60px;
}

.btn-lang,
.content-lang {
    justify-content: center;
}

.content-lang {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.btn-lang {
    border-radius: 4px;
    border: 1px solid var(--Secondary);
    box-sizing: border-box;
    height: 48px;
    padding: 12px 24px;
}

.btn-lang,
.btn-content-user {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-content-user {
    border-radius: 4px;
    background-color: var(--Secondary);
    width: 48px;
    height: 48px;
    padding: 12px 24px;
    box-sizing: border-box;
    justify-content: center;
}
    .btn-content-user > div > a > i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.drop-down-list-language-currency {
    height: auto;
    z-index: 10;
    position: relative;
}

.drop-down-list-language-currency-content {
    background-color: var(--pale-blue);
    height: auto;
    padding: 32px;
    display: grid;
    gap: 14px;
    position: absolute;
    right: 74%;
    margin-top: 5px;
    width:25%;
}

.change-language, .change-currency {
    border: 1px solid var(--medium-gray);
    padding: 14px 12px;
    border-radius: 8px;
    font-size: 17px;
    font-family: Roboto;
    color: var(--medium-gray);
    text-align: left;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.drop-down-change-language, .drop-down-change-currency {
    background: white;
    height: auto;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: var(--white);
    border: 1px solid var(--Gray);
    top: 100%;
    border-radius: 8px;
    z-index: 6;
}

    .drop-down-change-currency p {
        padding: 11px 23px 4px 23px;
    }

.drop-down-change-language-options {
    display: flex;
    align-items: center;
    padding-left: 23px;
}

    .drop-down-change-language-options p {
        padding: 11px 23px 4px 23px;
    }

.btn-user {
    justify-content: flex-start;
    color: var(--white);
    position:absolute;
}

.btn-user,
.container-header,
.main-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.image-lang-icon {
    position: relative;
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.line {
    background-color: var(--Secondary);
    width: 2px;
    height: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.angle-down {
    position: relative;
}

.triangle {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 26px solid var(--black);
}

.drop-down-change-currency-options:hover, .drop-down-change-language-options:hover {
    background: var(--Secondary);
    color: var(--white)
}
ul{
    padding:0;
}
li {
    border-bottom: 1px solid var(--Gray);
    padding: 8px;
}


/* Footer */
.footer-container {
    background: var(--primary);
}
.pb-16{
    padding-bottom:5%
}
.mt-6{
    margin-top:6%
}

.content-container {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left:25px;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    gap: 32px;
}

.column {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.footerItems {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    font-style: normal;
}

.footerLink {
    text-decoration: none;
    color: var(--white-white-70);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.blogLink {
    text-decoration: none;
    color: var(--Secondary);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
    .blogLink:hover {
        color: inherit;
    }

    .footerItems-links {
        gap: 44px;
    }
.copyRight {
    text-align: center;
    color: var(--white-white-70);
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word
}

.VisaPayment-icon {
    width: 35%;
    height: 15%;
    margin-left: -12px;
}

.MastercardPayment-icon {
    width: 35%;
    height: 15%;
    margin-left: -21px;
}
.CashOnDelivery-icon {
    width: 18%;
    height: 15%;
}

.E-efwatercom-icon {
    width: 24%;
    height: 15%;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

    .social-media a {
        width: 30px;
        height: 30px;
        background-color: var(--white);
        border-radius: 4px;
        text-align: center;
        color: var(--primary);
        font-size: 20px;
        font-weight: 400;
        cursor: pointer;
    }

        .social-media a i {
            padding-top: 5px
        }
.logo-txt {
    color: var(--white);
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}
/*Calender style*/
.t-arrow-top{
    display:none !important;
}
.t-datepicker-day{
    top: 100% !important;
}
.t-next, .t-prev, .t-table-condensed td, .t-table-condensed th {
    padding: 12px !important;
}
tr:nth-child(even) {
    background-color: #f2f2f200;
}
.t-next, .t-prev {
    font-size: 17px;
}
.t-disabled {
    color: var(--darkslategray);
}
.t-table-condensed tbody tr td{
    font-size:14px;
}
.t-table-condensed thead tr th {
    color: rgba(51, 51, 51, 0.64);
}
.t-month {
    color: var(--darkslategray) !important;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.t-start.t-today, .t-end, .t-start {
    border-radius: 50%;
    background: var(--Secondary) !important;
}
    .t-start.t-today::after {
        border-top-color: var(--Secondary) !important;
    }
.t-day {
    color: var(--darkslategray);
}
.t-range {
    color: #2A525B;
}
.t-hover-day:hover {
    color: #fff;
    background: var(--Secondary);
}
.t-hover-day-content {
    background: var(--Secondary) !important;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.menu-header a {
    color: var(--darkslategray);
    font-size: 17px;
    font-weight: 700;
    line-height: 140%;
}
/* Customs style checkbox and radio input */
input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: auto;
    /* Remove most all native input styles */
    appearance: none;
    -webkit-appearance: auto;
    margin: 1px;
    width: 24px;
    height: 24px;
    border: 1px solid #64c4d9;
    border-radius: 4px;
    display: grid;
    place-content: center;
    position: relative;
}

    input[type="checkbox"]:checked:not(.exclude-style) {
        background: var(--Secondary);
    }

    input[type="checkbox"]::before:not(.exclude-style) {
        content: "";
        width: 12px;
        height: 12px;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        background-color: var(--white);
        position: absolute;
        left: 25%;
        top: 20%;
    }

    input[type="checkbox"]:checked::before:not(.exclude-style) {
        transform: scale(1);
    }

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    -webkit-appearance: none;
    margin: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--Secondary);
    border-radius: 50%;
    display: grid;
    place-content: center;
}

    input[type="radio"]:checked {
        background: var(--Secondary);
    }

    input[type="radio"]::before {
        content: "";
        width: 12px;
        height: 12px;
        clip-path: circle(50% at 50% 50%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        background-color: var(--white);
    }

    input[type="radio"]:checked::before {
        transform: scale(1);
    }
.dropdown-menu {
    position: absolute;
    display: block;
    top: 100%;
    z-index: 50;
   /* right: 0;*/
    left:0;
    border-radius: 8px 0px 8px 8px;
    background: var(--pale-blue);
    box-shadow: 0px 4px 16px 0px var(--extremely-faint-black);
}
    .dropdown-menu:after, .dropdown-menu:before, .dropdown-toggle::after {
        display: none;
    }
.dropdown-item {
    text-align: center;
    border-bottom: 1px solid var(--Gray);
    color: var(--black);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px;
}
.dropdown-toggle i{
    color: var(--white) !important;
}
.btn:first-child:active {
    border: 0 !important;
}
.dropdown-item:hover {
    background: var(--Secondary);
    color:var(--whaite);
}
.logOut, .logOut i {
    color: var(--alert-danger) !important;
    border:0;
}
/*i.fa-light.fa-trash {
    color: var(--Secondary);
}*/
#Remove i {
    color: var(--Secondary);
}
.form-control{
    height:48px;
}
.form-group{
    display:grid;
    gap:8px;
}
.modal-backdrop.show{
    opacity:0.2
}



.ChangePassword {
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 0px 16px 0px var(--transparent-black);
    z-index: 2;
    margin: auto;
    width: 100%;
    margin-top: 100px;
    padding: 24px;
    display: grid;
    gap: 32px;
    margin-bottom: 32px;
    max-width: 550px;
    min-width: 300px;
}

.input-group > .form-control {
    width: 100%
}

.changeBtn {
    background: #ffffff00;
    color: white;
    border: 0;
    border-radius: 4px !important;
    background-color: var(--Secondary) !important;
    height: 48px;
    display: flex;
    flex-direction: column;
    padding: 12px 24px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    height: 100%;
    margin-top: 5px
}

.ValidationSummary {
    text-align: end;
}


.CheckInMessage
{
    padding-right:10px;
}
/* Below media query for languages menu only */
/*@media (max-width: 340px) 
{
    .drop-down-list-language-currency-content 
    {
        right: 20%;
        width: 200px;
        z-index:1;
    }*/
/*    .top {
        z-index: 0;
    }*/
/*}*/
/*
@media screen and (min-width: 341px) and (max-width: 462px)
{
    .drop-down-list-language-currency-content {
        right: 39%;
        width: 220px;
        z-index: 1;
    }

    .top {
        z-index: 0;
    }
}*/
/*@media screen and (min-width: 462px) and (max-width: 530px)
{
    .drop-down-list-language-currency-content 
    {
        right: 48%;
        width: 225px;
        z-index: 1;
    }

    .top 
    {
        z-index: 0;
    }
}*/
/*@media screen and (min-width: 530px) and (max-width: 768px) {
    .drop-down-list-language-currency-content {
        right: 48%;
        width: 225px;
        z-index: 1;
    }

    .top {
        z-index: 0;
    }
}*/
/*@media screen and (min-width: 768px) and (max-width: 1000px) {
    .drop-down-list-language-currency-content {
        right: 70%;
        width: 230px;
        z-index: 1;
    }

    .top {
        z-index: 0;
    }
}*/
@media (max-width: 391px) {
    .item-menu-header {
        font-size: 12px !important
    }

    #CurrentLangCurr {
        font-size: 10px;
        width: 25px;
    }

    .title-home {
        font-size: 20px
    }

    .footerLink {
        font-size: 15px
    }

    .footerItems {
        font-size: 17px
    }
    .form-check {
        padding-right: 0;
    }
/*    .top 
    {
        z-index: 0;
    }
    .drop-down-list-language-currency-content {
        width: 200px;
    }*/
}



@media screen and (min-width: 392px) and (max-width: 531px) {
    #CurrentLangCurr {
        font-size: 11px;
        width: 28px;
    }

    .item-menu-header {
        font-size: 15px !important
    }

    .title-home {
        font-size: 22px
    }

    .footerLink {
        font-size: 17px
    }

    .footerItems {
        font-size: 20px
    }
/*    .drop-down-list-language-currency-content 
    {
        width: 220px;
    }*/

}

/*
@media screen and (min-width: 531px) and (max-width: 1000px) 
{
    .drop-down-list-language-currency-content 
    {
        width: 240px;
    }
}*/

@media(max-width:531px)
{
    .t-datepicker-day 
    {
        top: 0% !important;
    }
}


/*Below MediaQuery to remove the white space in the left and right when booking a ticket*/
@media (max-width: 500px) {
    .flights-available {
        font-weight: bold;
        font-size: 20px;
    }

    .txt-filter-tab {
        font-size: 11px;
        font-weight: bold;
    }

    .avarage-filter-tab {
        font-size: 13px;
        font-weight: bold;
    }

    #flyJoApp {
        overflow: hidden;
    }
}













.SwitcherContainer 
{
    display: none !important;
}

.SwitchHeader 
{
    display: none !important;
}




/*below media query to solve the date size when booking*/
@media (max-width:354px) {
    .t-datepicker-day {
        right: -16px;
        width: 264px;
    }

    .t-next, .t-prev, .t-table-condensed td, .t-table-condensed th {
        padding: 5px !important;
    }

    .t-check-out .t-datepicker-day {
        right: -134px;
    }
}







/*below media query to solve the date size when booking*/
@media (min-width:354px) and (max-width:768px) {
    .t-check-out .t-datepicker-day {
        left: -7%
    }

    .t-next, .t-prev, .t-table-condensed td, .t-table-condensed th {
        padding: 9px !important;
    }
}


@media (max-width: 991px)
{
    .SwitchHeader {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 70px;
        /*        margin-left:auto;*/
    }
    .btn-content-user
    {
        height:54px;
    }
    .logo-icon {
        width: 100px;
        height: 70px;
    }

    .SwitchHeader .btn-user {
        margin-right: 96px
    }
    /*    .btn-lang, .btn-content-user {
        width: 15%;
    }*/

    .SwitchLink {
        display: none !important;
    }

    .SwitcherContainer {
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        gap: 50px
    }

    /*    .SwitcherContainer 
    {
        display: flex !important;
    }*/


    .btn-lang-currency {
        justify-content: flex-start;
        color: var(--Secondary);
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        position: relative;
        margin-right: 34px;
    }

    .SwitcherDiv {
        display: none !important;
    }

  
}



@media (max-width:330px)
{
    .btn-lang {
        width: 120px;
        height: 54px;
    }

    .logo-icon {
        width: 75px;
    }
 
}



@media (min-width:330px) and (max-width:580px)
{
    .btn-lang 
    {
        width: 120px;
        height: 58px;
    }
    .btn-content-user
    {
        height: 58px
    }
    .logo-icon {
        width: 90px;
    }
    .btn-lang-currency
    {
        font-size: 15px;
    }
    #CurrentLangCurr
    {
        font-size:11px
    }
    .SwitchHeader .btn-user
    {
        margin-right: 96px;
    }
}

@media (min-width:580px) and (max-width:991px)
{
    .btn-lang 
    {
        width: 115px;
        height: 64px;
    }
    .btn-content-user {
        height: 64px
    }
    .logo-icon {
        width: 115px;
        height: 83px;
    }
    #CurrentLangCurr {
        font-size: 13px
    }
    .SwitchHeader .btn-user {
        margin-right: 95px;
    }
}


@media (max-width: 360px) {


    .SwitchHeader {
        display: none
    }
}


@media(max-width:280px)
{
    .drop-down-list-language-currency-content
    {
        width: 150px;
        right: 110px;
        top:-80px;
    }
}
@media(min-width:280px) and (max-width:325px)
{
    .drop-down-list-language-currency-content {
        width: 165px;
        right: 92px;
        top: -75px;
    }
}
@media(min-width:325px) and (max-width:425px)
{
    .drop-down-list-language-currency-content {
        width: 180px;
        right: 38%;
        top: -60px;
    }
}
@media(min-width:425px) and (max-width:550px)
{
    .drop-down-list-language-currency-content {
        width: 185px ;
        right: 54%;
        top: -60px;
    }
}
@media(min-width:550px) and (max-width:700px)
{
    .drop-down-list-language-currency-content {
        width: 185px;
        right: 54%;
        top: -60px;
    }
}
@media(min-width:700px) and (max-width:992px)
{
    .drop-down-list-language-currency-content {
        width: 225px;
        right: 63%;
        top: -60px;
    }
}
@media(min-width:250px) and (max-width:450px)
{
    .panel-body {
        font-size: 10px
    }

    .emailmessage i {
        font-size: 3em;
    }
 
}

@media(min-width:450px) and (max-width:600px) {
    .panel-body {
        font-size: 12px
    }

    .emailmessage i {
        font-size: 4em;
    }
}
@media(min-width:1000px) {
    body {
        width: 100%
    }
}


.emailmessage {
    width: 100%;
    margin-top: 280px
}

.ForgotPassword-div {
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 0px 16px 0px var(--transparent-black);
    z-index: 2;
    margin: auto;
    width: 100%;
    margin-top: 100px;
    padding: 24px;
    display: grid;
    gap: 32px;
    margin-bottom: 32px;
    max-width: 550px;
/*    min-width: 300px;*/
}

.resetbtn {
    border-radius: 4px;
    background: var(--Secondary);
    color: var(--white);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 12px 20px;
    border: 0;
    width: 100%;
    margin-top: 16px;
}

#togglePassword
{
    right:93% !important;
}
#toggleConfirmPassword {
    right: 86% !important;
}
@media(min-width:750px) {
    .top {
        overflow: hidden;
    }
}
@media(max-width:330px) {
    .alreadyHaveAccountBtn, .emailmessage 
    {
        font-size: 10px
    }

    .registerDiv 
    {
        width: 96%;
    }
}

@media(min-width:330px) and (max-width:768px)
{
    .alreadyHaveAccountBtn, .emailmessage
    {
        font-size: 12px;
    }

    .registerDiv 
    {
        width: 96%;
    }
}
.sample-logo-img 
{
    width: 60%;
}
.FooterIcons {
    width: 100%;
}

@media(min-width:768px)
{
    .container-flight-result
    {
        margin-top:25px;
    }
}

@media(max-width:320px)
{
    .menu-header
    {
        gap:20px;
    }
    .item-menu-header
    {
        font-size:12px !important;
    }
    .logo-icon {
        width: 85px;
        height: 80px;
    }
}



@media(min-width:321px)and (max-width:425px) {
    .menu-header {
        gap: 14px;
    }

    .item-menu-header {
        font-size: 13px !important;
    }

    .logo-icon {
        width: 95px;
        height:80px;
    }
}

