html, body {
    height: 100%;

}

::-webkit-input-placeholder {
 color: rgba(112, 112, 112, 0.8)
}

:-ms-input-placeholder {
 color: rgba(112, 112, 112, 0.8)
}

::-ms-input-placeholder {
 color: rgba(112, 112, 112, 0.8)
}

::placeholder {
 color: rgba(112, 112, 112, 0.8)
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(112, 112, 112, 0.8)
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: rgba(112, 112, 112, 0.8)
}


:root {
    --cal-pink: #CC168F;
    --cal-purple: #804097;
    --business: #BC417E; /*#BC417E*/
    --economy: #FEE4D2; /*#724C9F*/
}

.brand-logo {
    padding-left: 1rem !important;
    /*padding-top: 5px !important;*/
    padding-bottom: 1rem !important;
}

.numberCircle {
    border-radius: 50%;
    /*behavior: url(PIE.htc); !* remove if you don't care about IE8 *!*/

    width: 30px;
    height: 30px;
    padding: 6px;

    background: #c1bfbf;
    border: 1px solid #c1bfbf;
    color: #1b1b1b;
    text-align: center;

    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin: auto;
    /*margin-bottom: 20px !important;*/
}



.activePage {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: white !important;
    background: #84329B !important;
    border: 1px solid #84329B !important;
}

.activeTitle{
    display: inline-block;
    text-decoration: none;
    /*border-bottom: 2px solid #84329B;*/
    margin-bottom: -1px;
    color: #804097;
}

.err-card{
    margin-top: 50px;
    padding: 20px 50px 50px  !important;
    background-color: #84329B !important;
}

nav {
    margin-bottom: 3px;
    padding-right: 1rem;
}

.select-wrapper input.select-dropdown {
    padding-right: 24px !important;
    width: calc(100% - 24px) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.ce-purple {
    color: #84329B !important;
}
.ce-purple-light{
    color: #ca9ad1 !important;
}

.ce-purple-bg {
    background-color: #84329B !important;
}

.ce-pink {
    color: #DF1995 !important;
}
.ce-pink-bg {
    background-color: #DF1995 !important;
}

.business-txt {
    color: #BC417E !important;
}

.economy-txt {
    color: #724C9F !important;
}

.business-purple {
    background-color: #BC417E !important;
}

.economy-orange {
    background-color: #724C9F !important;
}

.prices-table>tbody>tr>td{
    padding: 7px 5px ;
}
.tier {
    padding: 9px;
    border-radius: 10px;
    text-align: center;
    width: 92px;
}
.gold{
    background-color: #d9288d !important;
}
.silver{
    background-color: #999999 !important;
}
.bronze{
    background-color: #9b5ec9 !important;
}

.poppins-reg {
    font-family: 'Poppins', sans-serif;
    font-weight: 400 !important;
}

.poppins-med {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}

.poppins-bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
}

.poppins-extra-bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
}


.full-page {
    min-height: 100vh !important;
    padding-top: 60px !important;
}

@media only screen and (max-width: 600px) {
    .full-page {
        min-height: 0 !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

.prices-table {

    margin-bottom: 40px;
    margin-top: 40px;
}

.passenger-select {
    margin-bottom: 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PAGE 1~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#btn-scroll:focus{
    outline: none;
}

.book-now-btn {
    margin-top: 0;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    min-height: 3em;
    height: 3em;
    line-height: normal;
    color: white !important;
    background-color: #DF1995!important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.book-now-btn:hover {
    background-color: #fff !important;
    color: #DF1995 !important;
    border: solid 2px #DF1995;
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
}

.book-now-btn:focus {
    background-color: #fff !important;
    color: #DF1995 !important;
    border: solid 2px #DF1995;
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
}



.packages {
    padding: 3rem 0 3rem  !important;
    margin-bottom: 5rem !important;
    background-color: #F9F9F9;
    border: 1px solid rgba(132,50,155,0.3);
    /*border: 1px solid rgba(32, 32, 32, 0.72);*/
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PAGE 2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.collapsible-header {
    border: 1px solid rgba(42, 42, 42, 0.25);
}


.info_icon{
    position: relative;
    top: 7px;
}

.md-tooltip {
    height: auto!important;
    font-size: 1em!important;
    padding: 10px!important;
    background: black!important;
}

.collapsible-header:hover {
    border: 1px solid #84329B;
}

.collapsible-body {
    border: 1px solid rgba(42, 42, 42, 0.25);
}


._720kb-datepicker-calendar-body, ._720kb-datepicker-calendar-days-header, ._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-years-pagination-pages, .datepicker, [datepicker], datepicker:focus {
    outline: none
}

._720kb-datepicker-calendar-day._720kb-datepicker-disabled, ._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover{
    color: rgba(0,0,0,.2) !important;
    outline: none !important;
}

.select-wrapper .caret {
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto 0;
   /*z-index: 1 !important;*/
   fill: rgba(0,0,0,0.87);
   background-color: #F9F9F9 !important;
}

/*.collapsible-header:focus{*/
/*outline: #84329B !important;*/
/*}*/
.collapsible.popout > li {
    -webkit-box-shadow: none;
    box-shadow: none;

}

.collapsible.popout > li.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.city-pair:focus-within{
    border: 1px solid rgba(132,50,155,0.5);
}

.city-pair-complete{
    position: absolute !important;
    padding: 20px 15px !important;
}

@media screen and (max-width: 600px) {
    .city-pair-complete {
        display: none !important;
    }
}


/* label color */
.input-field label {
    color: #000 !important;
}

/* label focus color */
.input-field input[type=text]:focus + label {
    color: #000 !important;
}

/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #84329B !important;
    -webkit-box-shadow: 0 1px 0 0 #84329B !important;
            box-shadow: 0 1px 0 0 #84329B !important;
}

/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #84329B !important;
    -webkit-box-shadow: 0 1px 0 0 #84329B !important;
            box-shadow: 0 1px 0 0 #84329B !important;
}

/* invalid color */
.input-field input[type=text].invalid {
    border-bottom: 1px solid #000 !important;
    -webkit-box-shadow: 0 1px 0 0 #000 !important;
            box-shadow: 0 1px 0 0 #000 !important;
}

/* icon prefix focus color */
.input-field .prefix.active {
    color: #84329B !important;
}

input[type=date]:not(.browser-default):focus:not([readonly]) {
    /*color: #000 !important;*/
    border-bottom: 1px solid #84329B !important;
    -webkit-box-shadow: 0 1px 0 0 #84329B !important;
    box-shadow: 0 1px 0 0 #84329B !important;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #000 !important;
}

.select-dropdown li.disabled, .select-dropdown li.disabled > span {
    color: #e0e0e0 !important;
}

.select-dropdown.dropdown-content li.selected > span{
    background-color: #84329B !important;
    color: white !important;
}

.select-dropdown li.disabled, .select-dropdown li.disabled > span {
    color: rgba(0,0,0,0.87) !important;
}
.select-dropdown li.disabled, .select-dropdown li.disabled>span{
    color: rgba(0,0,0,0.3);
    background-color: #0000000d;
}


.date-icon {
    margin-top: 25px;
    cursor: pointer;
}

.city-pair {
    background-color: #F9F9F9 !important;
}

.modal-row {
    line-height: 15pt !important;
}

.paxSelectBtn:focus {
    border: 2px solid #5E9ED6;
}

._720kb-datepicker-calendar-day._720kb-datepicker-today {
  background:#DF1995 !important;
  color:white !important;
}

._720kb-datepicker-calendar-day._720kb-datepicker-active{
    background:#DF1995 !important;
    color:white !important;
}

._720kb-datepicker-calendar-day:hover {
    background: rgba(244, 244, 244, 0.58) !important;

    color: #2d2d2d !important;
    outline: solid 1px #DF1995 !important;

}

._720kb-datepicker-calendar-header {
background: #84329B !important;
color: white!important;
}


._720kb-datepicker-calendar-month span,._720kb-datepicker-default-button, ._720kb-datepicker-calendar-years-pagination a  {
    color: white!important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PAGE 3~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.no-fights{
    padding: 15px;
    border: 2px solid rgb(240, 1, 0);
}

.steps-nav {
    font-size: large;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*noinspection CssInvalidPropertyValue*/
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 3%;
    margin-bottom: 3%;
}

.price {
    border-radius: 25px;
    border: solid 3px #DF1995;
    padding: 5px 20px;
    font-size: large;
}

.top-right{
    position: fixed;
    z-index: 10;
    background: white;
    width: 180px;
    right: calc(0vw + 10px);
    top: 10px;
}


.pink-bar{
    border-right: solid 20px #BC417E;
}
.purple-bar{
    border-right: solid 20px #724C9F;
}

.my-btn {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    min-height: 5em;
    height: 5em;
    background-color: #fff;
    border: 1px solid rgba(108, 108, 108, 0.67);
}

.my-btn-disabled {
    pointer-events: none !important;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    color: #9F9F9F !important;
    cursor: default !important;
}

/*
.my-btn:active, .my-btn:focus {
    margin-top: 0;
    display: flex;
    padding: auto;
    min-height: 5em;
    height: 5em;
    color: white;
    background-color: #DF1995!important;
    border: 1px solid rgba(108, 108, 108, 0.67);
}
*/

.my-btn-sm {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    min-height: 5em;
    height: 5em;
    background-color: #fff;
    border: 1px solid rgba(108, 108, 108, 0.67);
}

md-input-container:not(.md-input-invalid).md-input-focused label {
    color: #84329B !important;
}

.my-btn-active{
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    min-height: 5em;
    height: 5em;
    color: white;
    background-color: #DF1995 !important;
    border: 1px solid rgba(108, 108, 108, 0.67);
}

md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: #84329B !important;
    /*color: #84329B !important;*/
}

.continue-btn {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: auto;
    min-height: 3em;
    height: 3em;
    background-color: #fff;
    border: 1px solid rgba(108, 108, 108, 0.67);
}

.btn-left {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 5em;
    height: 5em;
    border: 1px solid rgba(108, 108, 108, 0.67);
    margin-left: 40px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: rgba(24, 24, 24, 0.97) !important;
    background: #fff -webkit-gradient(linear,
    left top, right top,
    from(transparent),
    color-stop(49%, transparent),
    color-stop(0%, #724C9F),
    to(#724C9F)) 5% 0;
    background: #fff -webkit-linear-gradient(left,
    transparent,
    transparent 49%,
    #724C9F 0%,
    #724C9F) 5% 0;
    background: #fff -o-linear-gradient(left,
    transparent,
    transparent 49%,
    #724C9F 0%,
    #724C9F) 5% 0;
    background: #fff linear-gradient(to right,
    transparent,
    transparent 49%,
    #724C9F 0%,
    #724C9F) 5% 0;
    background-size: 200% 100%;
    -webkit-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    /*background-color: #724C9F;*/
}

.btn-left:hover, .btn-right:hover{
    background-position: 100% 0;
    color:white !important;
}

.btn-right {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 5em;
    height: 5em;
    border: 1px solid rgba(108, 108, 108, 0.67);
    margin-left: 40px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: rgba(24, 24, 24, 0.97) !important;
    background: #fff -webkit-gradient(linear,
    left top, right top,
    from(transparent),
    color-stop(49%, transparent),
    color-stop(0%, #BC417E),
    to(#BC417E)) 5% 0;
    background: #fff -webkit-linear-gradient(left,
    transparent,
    transparent 49%,
    #BC417E 0%,
    #BC417E) 5% 0;
    background: #fff -o-linear-gradient(left,
    transparent,
    transparent 49%,
    #BC417E 0%,
    #BC417E) 5% 0;
    background: #fff linear-gradient(to right,
    transparent,
    transparent 49%,
    #BC417E 0%,
    #BC417E) 5% 0;
    background-size: 200% 100%;
    -webkit-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    /*background-color: #BC417E;*/
}

.small-txt {
    font-size: small;
}

.med-txt {
    font-size: medium;
}

.lrg-txt {
    font-size: large;
}

.flight-option {
    border: 1px solid rgba(132,50,155,0.3);
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.flight-selection {
    border: 2px solid rgba(132,50,155,0.3);
    padding: 10px;
    margin-bottom: 45px;
}

.pointer {
    cursor: pointer;
}

.detz {
    font-size: small;
}

.review-grid-data {

    border: 1px solid rgba(108, 108, 108, 0.67);
    border-radius: 0;
    min-height: 520px !important;
    padding: 15px !important;
}

.flight-grid-data {
    border: 1px solid rgba(108, 108, 108, 0.67);
    border-radius: 0;
    min-height: 110px !important;
    font-size: small;
    padding: 10px !important;
}

.mygrid {
    border-collapse: collapse !important;
}

.my-progress {
    margin-bottom: 4rem;
}

.circle {
    width: 1em;

    /*line-height: 20px;*/
    border-radius: 50%;
    border: 1px solid #000;
}

.details-modal {
    padding: 15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ page 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#countryMobile > .md-select-value{
    margin-left: 0 !important;
}

input[type=email]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #84329B !important;
    -webkit-box-shadow: 0 1px 0 0 #84329B !important;
    box-shadow: 0 1px 0 0 #84329B !important;
}

input[type=email].valid:not(.browser-default), input[type=email].valid:not(.browser-default):focus {
    border-bottom: 1px solid #84329B !important;
    -webkit-box-shadow: 0 1px 0 0 #84329B !important;
    box-shadow: 0 1px 0 0 #84329B !important;
}

input[type=tel]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #84329B !important;
    -webkit-box-shadow: 0 1px 0 0 #84329B !important;
    box-shadow: 0 1px 0 0 #84329B !important;
}

.container {
    padding-bottom: 50px;
}



#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Height of the footer */
    background-color: #e8e8e8;
    margin-top: 50px;
    color: #1d2135 !important;
}



.page-footer .footer-copyright {
    background-color: #e8e8e8;
    padding-bottom: 0;
    padding-top: 0;
    color: #1d2135;
}

.footer-links {

    margin-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.footer-links>a, .cal-a{
    color: #84329B !important;
}
.offwhite {
    background-color: #F9F9F9 !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~PAGE 5~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

md-tabs .md-tab.md-active {
    color: black;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #84329B;
    background: #84329B;
}

[type="checkbox"]:checked + span:not(.lever):after {
    border: 2px solid #84329B !important;
    background-color: #84329B !important;
}


.flight-date{
    margin-top: 7px;
    margin-bottom: 30px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~PAGE 6~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.review-panel {
    padding: 25px !important;
    margin-top: 20px !important;
    background-color: #F9F9F9;
    border: 1px solid rgba(132,50,155,0.3) !important;
    /*border: 1px solid rgba(32, 32, 32, 0.72);*/
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~PAGE 7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border: 2px solid #DF1995 !important;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: #DF1995 !important;
}


#xpd{
    color: black;
}

#country > .md-select-value{
    margin-left: 0 !important;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.picker__table>tbody>tr{
    border-bottom:none !important;
}

.picker__table>tbody>tr>td, .picker__table>thead>tr>th{
    text-align: center !important;
}

.picker{
    color: #84329B !important;
}

.picker__day{
    font-weight: 500 !important;
}

.picker--focused .picker__day--highlighted{
    color: #fff !important;
    background: #84329B !important;
}

/*makes selectable days of the next month appear the same as current month*/
.picker__day--outfocus {
    color: rgba(132, 50, 155, 0.75) !important;
    background: #ebebeb !important;
    border-color: #ebebeb !important;

}


.picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover{
    color: #fff !important;
    background: rgba(132, 50, 155, 0.69) !important;
}



.picker__day--disabled:hover{
    background: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    color: #ddd !important;
    cursor: default !important;
}

.picker__day--disabled{
    background: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    color: #ddd !important;
    cursor: default !important;
}


.unticketed{
    margin: 25px 0;
    background: #fbd9df;
    color: #c71436;
    font-size: 20px;
    /*line-height: 60px;*/
}


.cp-dropdown{
    padding-left: 3em !important;
    margin-top: 0 !important;
    line-height: 48px;
}


.cp-dropdown-option{
    font-size: 18px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.96);
}

md-select .md-select-value.md-select-placeholder , md-select .md-select-value.md-select-placeholder:focus{
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
}

md-select .md-select-value.md-select-placeholder{
    margin-left: 10px !important;
}

md-select .md-select-value {
    border-bottom-color: rgba(0, 0, 0, 0.58);
    font-size: 18px;
    color: rgba(0, 0, 0, 0.96);

    /*letter-spacing: 1px;*/

}


md-input-container label:not(.md-container-ignore) {
    position: absolute !important;
    bottom: 90% !important;
    font-size: 16px !important;
    padding-left: 10px !important;
}

md-input-container:not(.md-input-invalid).md-input-has-value label {
    color: rgba(0, 0, 0, 0.54);
    bottom: 100% !important;
}

md-input-container:not(.md-input-invalid).md-input-has-value{
    bottom: 50% !important;
}

.pickahdate{
    font-size: 18px !important;
}

md-option .md-text {
    font-size: 18px;
}



md-option:hover {
    background: rgba(123, 31, 162, 0.8) !important;
    color: white;
}

md-select-menu md-content md-option[selected] {
    background: #84329B !important;
    color: white !important;
}

md-select-menu md-content md-option{
    /*line-height: 70px !important;*/
    height: 70px !important;
    font-weight: bold;
}

md-select-menu, md-select-menu md-content {
    max-height: 500px !important;
}

md-progress-linear.md-default-theme .md-container, md-progress-linear .md-container {
    background-color: rgb(232, 197, 233) !important;
}

md-progress-linear.md-default-theme .md-bar, md-progress-linear .md-bar {
    background-color: #84329B !important;
}


.i-agree-a{
    color: #84329B !important;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: relative;
    opacity: 100;
    pointer-events: all;
}

md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: #DF1995 !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~FAQ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.faq-q{
    font-size: 22px;
    color: #84329B;
    font-weight: 500;
}

.faq-a{
    font-size: 16px;
    font-weight:400;
}
