/* Minification failed. Returning unminified contents.
(20,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(35,31): run-time error CSS1039: Token not allowed after unary operator: '-white'
(45,28): run-time error CSS1039: Token not allowed after unary operator: '-off-white'
(46,31): run-time error CSS1039: Token not allowed after unary operator: '-transparent-black'
(68,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(113,32): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(124,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(131,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(139,36): run-time error CSS1039: Token not allowed after unary operator: '-pale-blue'
(156,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(179,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(194,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(209,28): run-time error CSS1039: Token not allowed after unary operator: '-pale-blue'
(222,28): run-time error CSS1039: Token not allowed after unary operator: '-medium-gray'
(227,17): run-time error CSS1039: Token not allowed after unary operator: '-medium-gray'
(241,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(242,28): run-time error CSS1039: Token not allowed after unary operator: '-Gray'
(264,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(292,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(306,36): run-time error CSS1039: Token not allowed after unary operator: '-black'
(310,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(311,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(317,35): run-time error CSS1039: Token not allowed after unary operator: '-Gray'
(324,22): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(358,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(367,17): run-time error CSS1039: Token not allowed after unary operator: '-white-white-70'
(378,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(393,17): run-time error CSS1039: Token not allowed after unary operator: '-white-white-70'
(433,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(436,17): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(446,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(470,17): run-time error CSS1039: Token not allowed after unary operator: '-darkslategray'
(479,17): run-time error CSS1039: Token not allowed after unary operator: '-darkslategray'
(489,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(492,32): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(495,17): run-time error CSS1039: Token not allowed after unary operator: '-darkslategray'
(502,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(505,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(513,17): run-time error CSS1039: Token not allowed after unary operator: '-darkslategray'
(537,26): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(548,32): run-time error CSS1039: Token not allowed after unary operator: '-white'
(567,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(574,26): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(585,32): run-time error CSS1039: Token not allowed after unary operator: '-white'
(598,22): run-time error CSS1039: Token not allowed after unary operator: '-pale-blue'
(599,39): run-time error CSS1039: Token not allowed after unary operator: '-extremely-faint-black'
(606,35): run-time error CSS1039: Token not allowed after unary operator: '-Gray'
(607,17): run-time error CSS1039: Token not allowed after unary operator: '-black'
(616,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(622,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(623,16): run-time error CSS1039: Token not allowed after unary operator: '-whaite'
(626,17): run-time error CSS1039: Token not allowed after unary operator: '-alert-danger'
(633,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(649,22): run-time error CSS1039: Token not allowed after unary operator: '-white'
(650,39): run-time error CSS1039: Token not allowed after unary operator: '-transparent-black'
(672,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(903,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(1086,22): run-time error CSS1039: Token not allowed after unary operator: '-white'
(1087,39): run-time error CSS1039: Token not allowed after unary operator: '-transparent-black'
(1102,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary'
(1103,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;
    }*/
.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;*/
    gap:0px;
}
.closeModalIcon
{
    color: var(--Secondary);
    font-size: 25px;
    font-style: normal;
    line-height: normal;
    border:none;
    cursor:pointer
}
.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;
    right: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;
}

.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: 0;
    margin-top: 5px;
    width: 25%;
    /*z-index: 1*/
}

.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;
}

.CancelAndChange
{
    width:102%;
}
.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: 8px;
        height: 8px;
        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: 0px;
    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;
}





@media (max-width: 391px) {
    .item-menu-header 
    {
        font-size: 11px !important
    }
    .menu-header
    {
        gap:19px;
    }
    #CurrentLangCurr {
        font-size: 10px;
        width: 25px;
    }
    .title-home
    {
        font-size:20px
    }
    .footerLink
    {
        font-size:15px
    }
    .footerItems
    {
        font-size:17px
    }
    .drop-down-list-language-currency-content 
    {
        width:200px;
    }
    .form-check
    {
        padding-left:0;
    }
    .recaptch-pos 
    {
        position: relative;
        right: 10px;
    }
}


@media screen and (min-width: 391px) 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
    }
    .searchBar
    {
        font-size:13px
    }
    .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;
    }
}



/*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;
    }
}






/*below media query to solve the date size when booking*/
@media (max-width:354px)
{
    .t-datepicker-day {
        left: -16px;
        width: 264px;
    }
    .t-next, .t-prev, .t-table-condensed td, .t-table-condensed th
    {
         padding: 5px !important; 
    }
    .t-check-out .t-datepicker-day {
        left: -134px;
    }
}
















.SwitcherContainer
{
    display:none !important;
}

.SwitchHeader
{
    display: none !important;
}





@media (max-width: 991px) 
{
    .SwitchHeader {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 70px;
        /*        margin-left:auto;*/
        position: relative;
        left: 10px;
    }

    .logo-icon
    {
        width: 100px;
        height: 70px;
        position: relative;
        right: 13px;
    }

    .SwitchHeader .btn-user {
        margin-left: 91px;
    }
    /*    .btn-lang, .btn-content-user {
        width: 15%;
    }*/

    .SwitchLink {
        display: none !important;
    }

    .btn-content-user
     {
        height:54px;
     }
    .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-left: 34px;
    }

    .SwitcherDiv {
        display: none !important;
    }
}



@media (max-width:330px) 
{
    .btn-lang {
        width: 115px;
        height: 54px;
    }

    .logo-icon {
        width: 75px;
    }
    .angle-down
    {
        right:-15px;
    }
}



@media (min-width:330px) and (max-width:580px) {
    .btn-lang {
        width: 120px;
        height: 58px;
    }

    .btn-content-user {
        height: 58px
    }

    .logo-icon {
        width: 100px;
    }

    .btn-lang-currency {
        font-size: 17px;
    }

    #CurrentLangCurr {
        font-size: 11px
    }

    .SwitchHeader .btn-user {
        margin-left: 96px;
    }
    .angle-down
    {
        left:10px;
    }
}

@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-left: 95px;
    }
}


@media (max-width: 360px)
{
    .SwitchHeader {
        display: none
    }
}


@media (max-width: 531px) {
    .drop-down-list-language-currency-content 
    {
        top: -55px;
        right: 22px;
    }
    .t-datepicker-day
    {
        top: 0% !important;
    }
}


@media(min-width:250px)
{
    .panel-body
    {
        margin-top:250px
    }
}


@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;
}
@media(max-width:330px)
{
    .alreadyHaveAccountBtn, .emailmessage
    {
        font-size: 10px
    }
    .registerDiv 
    {
        width: 97%;
    }
}

@media(min-width:330px) and (max-width:768px)
{
    .alreadyHaveAccountBtn, .emailmessage 
    {
        font-size: 12px;
    }
    .registerDiv
    {
        width:97%;
    }
}


.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;
}
@media(min-width:750px)
{
    .top
    {
        overflow:hidden;
    }
}
.sample-logo-img {
    width: 60%;
}
.FooterIcons
{
    width:100%;
}
@media(max-width:320px)
{
    .menu-header {
        gap: 20px;
    }

    .item-menu-header {
        font-size: 11px !important;
    }
    .logo-icon
    {
        width:85px;
    }
}
@media(min-width:321px)and (max-width:425px)
{
    .menu-header {
        gap: 14px;
    }

    .item-menu-header {
        font-size: 12px !important;
    }

    .logo-icon {
        width: 95px;
        height: 80px;
    }
}
@media(min-width:425px) and (max-width:468px)
{
    .menu-header {
        gap: 35px;
    }

    .item-menu-header {
        font-size: 14px !important;
    }

    .logo-icon {
        width: 100px;
        height: 80px;
    }
}
