@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
:root{
    accent-color : #0198D1;
}
.mb-05{
    margin-bottom: 0.5rem !important;
}
.p-0-50-15-50{
    padding: 0 50px 15px 50px;
}
.bigTitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
}
.title-font{
    font-family: 'Poppins';
}
.radio, .checkbox {
    color:#4A4A4A;
}
.checkboxlist .columns .column.is-one-third {
    padding-bottom: 15px;
    padding-top: 0px;
}
.checkboxlist .columns .column.is-half {
    padding-bottom: 15px;
    padding-top: 0px;
}
.currencyBox {
    min-height: 130px;
}
.currency-col {
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
}
.currency-col-1{
    display: inline-block;
    width: 40%;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 500;
}
.currency-col-2{
    display: inline-block;
    width: 15%;
    font-family: 'Open Sans';
    font-weight: 400;
    text-align: right;
}
.currency-col-3{
    display: inline-block;
    width: 33%;
    font-family: 'Open Sans';
    text-align: right;
}
#currencyWidget .columns .column {
    border-bottom: 1px solid #D7D7D7;
}
.vbottom{
    margin-top: auto;
}
.printContainer{
    background-color: #EEEEEE;
}
.is-vcentered{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-icon {
    position: relative;
}
.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 52%;
    left: 1%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    color: rgba(74, 74, 74, 0.5);
    line-height: 22px;
    letter-spacing: 0.25px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}
.input-icon > input {
    padding-left: 25px;
    padding-right: 0;
}
.input-icon-right > i {
    right: 0;
}
.input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}
/** Result Page **/
.pt-20{
    padding-top: 20px !important;
}
.margin-center {
    margin: 0 auto !important;
}
.result-page .section {
    padding-bottom: 12px;
}
.result-page .bigTitleContainer {
    margin: 0 auto;
}
.result {
    margin-top: -3rem;
}
/*.content figure:not(:last-child){
    margin-bottom: 5px !important;
}*/
.max-height-600 {
    max-height: 600px !important;
    overflow-y: hidden !important;
}
.result-column .column {
    padding: 0px;
}
.result-content{
    max-width: 1256px !important;
}
.result-content .content {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.result-content .content .title {
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    padding-top: 10px;
}
.result-content .content.list{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}
.title-inline-list{
    margin-left: -0.6rem;
}
.result-table-head{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.chart-title{
    font-size: 14px;
    line-height: 20px;
}
.has-text-dark-black{
    color: #000;
    font-weight: 700;
}
.has-text-dark-orange{
    color: #FF7A00;
    font-weight: 700;
}
.has-text-orange{
    color: #FF7A00;    
}
.dark-orange-bg{
    background-color: #FF7A00;
}
.dark-primary-bg{
    background-color: #0193CE;
}
.has-text-dark-bold{
    font-weight: 700;
}
.result-table-line-item{
    font-family: 'Open Sans';
    font-style: normal;
    /*font-weight: 400;*/
    font-size: 16px;
    line-height: 30px;
}
.result-table-line-head{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.result-title-head{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
}
.result-title-subhead{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 2px;
}
.comment-title {
    margin-bottom: 0.3rem !important;
}
figure{
    max-width: 1280px;
}
figure.signature {
    min-height: 140px !important;
}
input::placeholder{
    text-align: left;
    font-size: 16px;
    color: rgba(74, 74, 74, 0.5);
    line-height: 22px;
    letter-spacing: 0.25px;
}
td:empty {
    line-height: 0px !important;
}
/** Fake Checkbox for Radio */
.checkbox input[type="radio"] {
    opacity: 0;
}
.checkbox label {
    position: relative;
    display: inline-block;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 16px;
    width: 16px;
    border: 1px solid;
    left: 0px;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 3px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type="radio"] + label::after {
    content: none;
}

.checkbox input[type="radio"]:checked + label::before {
    background-color: #0198D1;
}

/*Unhide on the checked state*/
.checkbox input[type="radio"]:checked + label::after {
    content: "";
    color: #FFF;
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="radio"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}
/** Fake Checkbox for Radio */

.is-horizontal .field:not(:last-child){
    padding-right: 10px;
}
.relative
{
    position: relative;
}
.field{
    padding-bottom: 0.75rem;
}
.result.content {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #5A5B5A;
}
.select select {
    font-size: 20px !important;
}
::placeholder {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    letter-spacing: 0.25px;
    color: #4A4A4A !important;
}
progress::before {
    content: attr(data-label);
    font-size: 0.8em;
    vertical-align: 0;
    text-align: center;
    /*Position text over the progress bar */
    position:absolute;
    left:0;
    right:0;
    color:#fff;
}
.has-image-centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.content-para {
    color: #5A5B5A;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
.input-help-text {
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    text-align: justify;
    letter-spacing: 0.2px;
    color:#B0B0B0;
}
.field.is-grouped.is-centered{
    justify-content: center !important;
}
.select:not(.is-multiple):not(.is-loading)::after{
    z-index: 0!important;
}
.multiSelectContainer input{
    padding-left: 1.875rem;
}

.searchBox{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    font-family: 'Open Sans';
    width: 100%;
}
.green-text{
    color: #2AB573;
}
.small-subtitle{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}
.button.print{
    font-weight: 700;
    padding: 20px;
    position: absolute;
    top: 14px;
    right: 130px;
}
.button.start-again1{
    font-weight: 700;
    padding: 20px;
    position: absolute;
    top: 14px;
    right: 0px;
}
.button.is-green {
    background: #2AB573;
    border-radius: 30.5px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.half-right{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.half-left{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.highlight{
    margin-bottom: 0px !important;
}
.chip{
    background-color: #0198D1 !important;
    margin-top: 20px;
}
.chip:first-child{
    margin-left:20px;
}
.singleChip {
    background: #0198D1 !important;
    color: white !important;
}
.rta-select__control {
    background-color: #EEEEEE !important;
    border: 0px !important;
    height: 100%;
}
.rw-container{
    max-width: 1256px !important;
}
.has-background-grey-lighter-desktop {
    background-color: #ECECEC;
}
.rta-select__indicator {
    visibility: hidden !important;
}
.rta-select__control--is-focused {
    box-shadow:none !important;
}
.rta-select__dropdown-indicator {
    color:#0198D1 !important;
}
.text-on-img{
    position: absolute;
    bottom: 15%;
    left: 6%;
    max-width: 665px;
    text-align: left;
}
.text-on-img .title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
}
.text-on-img3{
    position: absolute;
    top: 10%;
    left: 5%;
    max-width: 500px;
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    /*text-shadow: 3px 2px rgb(66 66 82 / 40%);*/
}
.text-on-img4 {
    text-align: right;
    position: absolute;
    width: 435px;
    right: 40px;
    top: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.toogle_hidden{
    display: none;
}
/*Currency Convertor*/
.gcw_headerFoj209Di5, .gcw_sourceFoj209Di5 {
    display: none!important;
}
.gcw_valblockFoj209Di5 {
    padding: 0px !important;
}
.gcw_ttlFoj209Di5 {
    font-size: 16px !important;
    font-family: "Open Sans", Sans-serif !important;
    line-height: 32px !important;
}
.gcw_inputFoj209Di52 {
    color: #2AB573;
    background-color: transparent;
    border: 0px;
    text-align: right;
    padding: 2px 2px;
    margin: 1px 0px 1px 2px;
    display: inline;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}
.countrylist{
    margin-left: 20px;
}
.per-person {
    font-weight: 800;
    color: #0198D1;
}
/*Currency Convertor*/
@media screen and (min-width:768px) {
    .printContainer{
        height: 70px;
    }
    .desktop-pl-4{
        padding-left: 1rem !important;
    }
    .desktop-pr-4{
        padding-right: 1rem !important;
    }
    .footer {
        margin: 0px 32px 0px 32px;
    }
}
.result-page-tp .bigTitleContainer, .result-page-tp .logo-container, .result-page-tp .footer{
    display: none !important;
}
.third-party-layout .logo-container {
    display: none;
}

.third-party-layout .bigTitleContainer {
    display: none;
}

.third-party-layout .footer {
    display: none;
}