.step-bar {
    min-height: 25rem;
}

.step-bar .progress-bar {
    position: absolute;
    top: 0;
    width: 100%;
}

.step-bar .progress-bar-mb {
    position: absolute;
    top: 0;
    width: 100%;
}

.top-13 {
    top: 13%;
}

.top-21 {
    top: 21%;
}

.top-25 {
    top: 25%;
}

.top-75 {
    top: 75%;
}

.top-136 {
    top: 136%;
}

.top-140 {
    top: 140%;
}

.top-146 {
    top: 146%;
}

.top-150 {
    top: 150%;
}

.top-165 {
    top: 165%;
}

.top-tag-position {
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px !important;
}

.arrow-up--left {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--coolGray-100);
}

.arrow-up--right {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 15px solid var(--coolGray-100);
}

.arrow-positopn {
    top: -10px;
}

.tag-position {
    top: 50px;
    left: -15px;
}

.progress-bar-color {
    background-color: #E8EBFC;
}

.step-btn-selected {
    color: #FFFFFF;
    background-color: #4066B9;
    border-color: #4066B9;
    font-weight: 500;
}

.step-btn-unselected {
    color: #BACBF0;
    background-color: #E8EBFC;
    border-color: #E8EBFC;
    font-weight: 500;
}

.fyrp-header {
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    color: #0033A2;
    margin-top: 15px;
}

.fyrp-image-margin {
    padding-top: 20px;
    padding-bottom: 30px;
}

.fyrp-date-picker {
    border-radius: 12px;
    height: 50px;
    border: 1px solid #E0E3EB;
    background-color: #FFFFFF !important;
}

.fyrp-date-picker2 {
    border-radius: 12px;
    height: 50px;
    border: 1px solid #E0E3EB;
    background-color: #FFFFFF !important;
    font-size: 1.1em;
}

.fyrp-input {
    border-radius: 12px;
    height: 50px;
    border: 1px solid #E0E3EB;
    font-size: 1.2em;
}

.fyrp-next-btn {
    border-radius: 12px;
    height: 50px;
    background-color: #0033A2;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}

.fyrp-next-btn:hover {
    background-color: #0033A2;
    color: #FFFFFF;
}

.fyrp-error-msg {
    font-size: 12px;
    color: red;
}

.fyrp-hospital-btn {
    border-radius: 12px;
    height: 50px;
    border: 1px solid #4066B9;
    font-weight: 500;
    font-size: 22px;
    color: #0033A2;
    background-color: #FFFFFF;
}

.fyrp-modal-desc {
    font-size: 14px;
    margin-top: 5px;
}

.fyrp-image {
    max-width: 100%;
    height: auto;
}

.select2-container--default .select2-selection--single{
    padding-top: 11px;
    padding-left: 10px;
    height: 56px;
    width: 100%; 
    font-size: 1.2em;  
}

.select2-selection__rendered{
    margin-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { 
    top: 11px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 35px;
    margin-top: -5px;
}

.select2-container--default .select2-selection {
    border-radius: 10px;
}

.bg-step5 {
    background-color: #FEEFCD;
}

.step-btn-icon {
    font-size: 20px;
    padding-top: 0;
    opacity: 1 !important;
}

.tri-left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: 0px;
	right: auto;
    top: -12px;
	bottom: auto;
	border: 8px solid;
	border-color: transparent transparent #FEEFCD #FEEFCD;
}

.tri-right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: auto;
	right: 0px;
    top: -12px;
	bottom: auto;
	border: 8px solid;
	border-color: transparent #FEEFCD #FEEFCD transparent;
}

.tri-right-bot:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: auto;
	right: 0px;
    top: auto;
	bottom: auto;
	border: 8px solid;
	border-color: #FEEFCD #FEEFCD transparent transparent;
}

.tri-left-bot:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: 0px;
	right: auto;
    top: auto;
	bottom: auto;
	border: 8px solid;
	border-color: #FEEFCD transparent transparent #FEEFCD;
}

.btn-fyrp-left {
    border-radius: 12px 0px 0px 12px !important;
    height: 50px;
    padding-top: 12px;
    font-size: 18px;
}

.btn-fyrp-right {
    border-radius: 0px 12px 12px 0px !important;
    height: 50px;
    padding-top: 12px;
    font-size: 18px;
}

.simplebar-scrollbar::before {
    background-color: #fcaa00 !important;
    opacity: 1;
    width: 8px;
    height: 32px;
}

div.filter-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(/assets/icon/standard/Arrow-down-blue.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: 10px;
    left: 0px;
}
  
.btn-fyrp {
    color: #4066B9;
    border-color: #E0E3EB;
}

.btn-fyrp:hover {
    color: #fff;
    background-color: #4066B9;
    border-color: #4066B9;
}

.btn-check:focus+.btn-fyrp,
.btn-fyrp:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked+.btn-fyrp,
.btn-check:active+.btn-fyrp,
.btn-fyrp:active,
.btn-fyrp.active,
.btn-fyrp.dropdown-toggle.show {
    color: #fff;
    background-color: #4066B9;
    border-color: #4066B9;
}

.btn-check:checked+.btn-fyrp:focus,
.btn-check:active+.btn-fyrp:focus,
.btn-fyrp:active:focus,
.btn-fyrp.active:focus,
.btn-fyrp.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-fyrp:disabled,
.btn-fyrp.disabled {
    color: #4066B9;
    background-color: transparent;
}

.detail-text-alignment {
    margin-top: -10px;
}

.result-title-mb {
    font-weight: 500;
    font-size: 24px;
    padding-top: 12px;
    text-align: center;
}

.result-sub-title-mb {
    font-size: 20px;
    margin-top: -8px;
    text-align: center;
}

.tag-mb {
    height: 26px;
    font-size: 18px;
    line-height: 19px;
    border-color: #0033A2;
    color: #0033A2;
}

.detail-card-space-mb {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}
.detail-card-space-mb-2 {
    padding: 1rem 2.5rem 0 2.5rem;
}

.hight-text-mb {
    text-align: center;
    font-size: 20px;
}

.hight-text-mb-2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: -6px;
}

.hight-text-border-lt {
    border-color: rgb(224, 227, 235, .3);
    border-style: solid;
    border-width: 0px 1px 1px 0px;
}

.hight-text-border-rt {
    border-color: rgb(224, 227, 235, .3);
    border-style: solid;
    border-width: 0px 0px 1px 1px;
}

.hight-text-border-lb {
    border-color: rgb(224, 227, 235, .3);
    border-style: solid;
    border-width: 1px 1px 0px 0px;
}

.hight-text-border-rb {
    border-color: rgb(224, 227, 235, .3);
    border-style: solid;
    border-width: 1px 0px 0px 1px;
}

.select2-hidden-accessible{
    position: relative !important;
}


.select2-container--default .select2-selection {
    border-radius: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color :#FFFFFF;
    padding-left: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    display: none;
}

ul .ultopdestination {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--bc-spacing-05);
    padding: var(--bc-spacing-05);
}

.optiontopdestination {
    border-radius: 4px;
    border: 1px solid var(--bc-theme-2);
}
.img-flag{
    width: 42px;
    height: 32px;
    border-radius: 4px;
    border: 1px;
    border: 1px solid var(--bc-theme-2);
} 

.div-topdestination{
    vertical-align: middle;
}

@media (max-width: 375px) { 
    .last-section-1 {
        margin-top: 104px;
    }
    .last-section-2-1 {
        margin-top: 142px;
    }
    .last-section-2-2 {
        margin-top: 18px;
    }
    .last-section-3 {
        margin-top: 30px;
    }
    .last-section-4 {
        margin-top: 36px;
    }
    .price-section-mb {
        width: 107%;
        margin-left: -10px;
    }
}
@media (min-width: 376px) and (max-width: 390px) {
    .last-section-1 {
        margin-top: 96px;
    }
    .last-section-2-1 {
        margin-top: 164px;
    }
    .last-section-2-2 {
        margin-top: 39px;
    }
    .last-section-3 {
        margin-top: 26px;
    }
    .last-section-4 {
        margin-top: 29px;
    }
    .fake-alignment {
        margin-top: 28px
    }
    .lock-width-ip {
        width: 104%;
    }
}
@media (min-width: 391px) and (max-width: 414px) {
    .last-section-1 {
        margin-top: 86px;
    }
    .last-section-2-1 {
        margin-top: 153px;
    }
    .last-section-2-2 {
        margin-top: 29px;
    }
    .last-section-3 {
        margin-top: 16px;
    }
    .last-section-4 {
        margin-top: 20px;
    }
    .fake-alignment {
        margin-top: 28px
    }
    .lock-width-ip {
        width: 97.5%;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .last-section-1 {
        margin-top: 81px;
    }
    .last-section-2-1 {
        margin-top: 148px;
    }
    .last-section-2-2 {
        margin-top: 24px;
    }
    .last-section-3 {
        margin-top: 11px;
    }
    .last-section-4 {
        margin-top: 15px;
    }
    .fake-alignment {
        margin-top: 28px
    }
    .lock-width-ip {
        width: 94.5%;
    }
}

/* All media render for mobile */
@media (max-width: 767px) {
    .step-bar .progress {
        position: absolute;
        left: 49%;
        top: 0;
        width: 3px;
        height: 142%;
        background-color: var(--coolGray-200);
        z-index: 0;
    }

    .step-bar .progress-2 {
        position: absolute;
        left: 49%;
        top: 0;
        width: 3px;
        height: 155%;
        background-color: var(--coolGray-200);
        z-index: 0;
    }

    .step-bar .progress-3 {
        position: absolute;
        left: 49%;
        top: 0;
        width: 3px;
        height: 166%;
        background-color: var(--coolGray-200);
        z-index: 0;
    }

    .top-mb {
        top: -15px;
    }

    .detail-title {
        font-size: 24px;
        color: #B3B5C0;
        line-height: 30px;
    }

    .detail-sub {
        margin-top: -23px;
        font-size: 18px;
        color: #B3B5C0;
    }
    .fyrp-header {
        font-size: 24px;
        line-height: 30px;
    }

    .price-input-m {
        height: 52px;
    }

    .min-max-text-m {
        font-size: 22px;
        font-weight: 500;
    }

    input.filter-desc{
        border: none;
        font-size: var(--bc-font-size-3);
        font-weight: 500;
        border: 1px solid #ced4da;
        border-width: 1px 0px 1px 1px;
        border-radius: var(--bc-radius-2) 0px 0px var(--bc-radius-2) !important;
    }
      
    button.filter-desc {
        height: 56px;
        width: 50px;
        margin-left: -5px;
        background-color: white;
        border: 1px solid #ced4da;
        border-width: 1px 1px 1px 0px;
        border-radius: 0px var(--bc-radius-2) var(--bc-radius-2) 0px;
    }

    .btn-card-left {
        width: 145px;
        height: 48px;
        line-height: 0px;
        margin-left: 24px;
    }

    .btn-card-right {
        width: 145px;
        height: 48px;
        line-height: 0;
        margin-left: -5px;
    }

    .content-alignment-mb {
        margin-top: 28px;
    }

    .fyrp-image {
        max-width: 80%;
        height: auto;
    }

    .fyrp-modal-submit {
        width: 100%;
        height: 48px;
        font-size: 22px;
        font-weight: 500;
        line-height: 0;
    }

    /* .select2-container--default .select2-selection--single{
        font-size: 0.9em;  
    } */

    .redo-modal-mb {
        top: calc(100% - 555px);
        width: 101%;
        margin-left: -3px;
    }

    .border-redo-mb {
        border-radius: 24px 24px 0px 0px;
    }

    .redo-btn {
        width: 335px;
        height: 48px;
        border-radius: 12px;
        font-size: 20px;
        font-weight: 500;
        line-height: 0;
    }

    .lock-scroll-mb {
        overflow-y: hidden !important;
    }

    .province-mw {
        max-width: 274px;
        min-width: 274px;
    }
    .hospital-mw {
        max-width: 274px;
        min-width: 274px;
    }

    .btn-sort {
        border-radius: 12px;
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
        width: 48%;
        background-color: #4066B9;
    }

    .select2-container--default .select2-selection--single.left-side {
        border-radius: var(--bc-radius-2) 0px 0px var(--bc-radius-2);
        font-size: 20px;
    }
    
    .select2-container--default .select2-selection--single.right-side {
        border-radius: 0px var(--bc-radius-2) var(--bc-radius-2) 0px;
    }

    div.filter-section span.select2-container--default {
        width: 52% !important;
    }

    ul .ultopdestination {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: var(--bc-spacing-05);
        padding: var(--bc-spacing-05);
    }
    
    .img-flag{
        width: 28px;
        height: 21px;
        border-radius: 4px;
        border: 1px;
        border: 1px solid var(--bc-theme-2);
    } 
    
    .div-topdestination{
        vertical-align: middle;
    }

}

@media (min-width: 767px) and (max-width: 999px){
    ul .ultopdestination {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: var(--bc-spacing-05);
        padding: var(--bc-spacing-05);
    }
}

/* For iPads up to iPad 3 (including iPad Mini) */
@media (min-width: 1000px) and (max-width: 1211px) {
    /* ul .ultopdestination {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: var(--bc-spacing-05);
    } */

    ul .ultopdestination {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--bc-spacing-05);
        padding: var(--bc-spacing-05);
    }


    .optiontopdestination {
        text-align: center;
        padding-left: 0px !important;
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid var(--bc-theme-2);
    }
}

/* For iPad 4 and later (Retina) */
@media (min-width: 1025px) and (max-width: 1366px) {
    
    .optiontopdestination {
        border-radius: 4px;
        border: 1px solid var(--bc-theme-2);
    }


    .img-flag{
        width: 28px;
        height: 21px;
        border-radius: 4px;
        border: 1px;
        border: 1px solid var(--bc-theme-2);
    } 

    .div-topdestination{
        font-size: 10px;
    }
}

/* for upper tablet size */
@media (min-width: 768px) {
    .step-bar .progress {
        position: absolute;
        left: 100%;
        top: 0;
        width: 2px;
        height: 100%;
        background-color: var(--coolGray-200);
        z-index: 0;
    }

    .fyrp-modal-left {
        padding-left: 15px;
        padding-right: 10px;
    }

    .fyrp-modal-right {
        padding-right: 15px;
    }

    .fyrp-modal-submit {
        width: 210px;
        height: 52px;
        font-size: 22px;
        font-weight: 500;
    }

    .btn-card-left {
        width: 85%;
        height: 48px;
        line-height: 0px;
        margin-left: 36px;
    }

    .btn-card-right {
        width: 85%;
        height: 48px;
        line-height: 0;
        margin-left: 10px;
    }

    .step-detail-text-1 {
        position: relative; 
        margin-top: 25px; 
        height: 30px; 
        font-size: 20px; 
        font-weight: 500; 
        color: #4066B9
    }

    .step-detail-text-2 {
        position: relative; 
        margin-top: 70px; 
        height: 30px; 
        font-size: 20px; 
        font-weight: 500; 
        color: #4066B9
    }
    
    .redo-btn {
        width: 142px;
        height: 50px;
        border-radius: 12px;
        font-size: 22px;
        font-weight: 500;
        line-height: 0;
    }

    .province-mw {
        max-width: 350px;
    }

    .hospital-mw {
        max-width: 350px;
    }

    .select2-container--default .select2-selection--single.left-side {
        border-radius: var(--bc-radius-2) 0px 0px var(--bc-radius-2);
    }
    
    .select2-container--default .select2-selection--single.right-side {
        border-radius: 0px var(--bc-radius-2) var(--bc-radius-2) 0px;
    }

    .fyrp-header-expand-space {
        margin-left: -16%;
        width: 130%;
    }
    
    .btn-sort {
        border-radius: 12px;
        font-size: 22px;
        font-weight: 500;
        color: #FFFFFF;
        /* width: 33%; */
        background-color: #4066B9;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .content-margin-tablet {
        margin-left: 2%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landscape-display {
        display: none;
    }
    .portrait-display {
        display: block;
    }

}

@media (min-width: 1024px) { 
    .landscape-display {
        display: block;
    }
    .portrait-display {
        display: none;
    }
}

@media (max-width: 1200px) {
  .content-mt {
    margin-top: 65px;
  }
}

@media (min-width: 1500px) {
    .fyrp-content-position {
        margin-left: -5%;
    }
}

@media (min-width: 1600px) {
    .max-res-fyrp {
        max-width: 88%;
    }
}
  
@media (min-width: 576px){
  .modal-dialog {
      max-width: 640px !important;
      margin: 1.75rem auto;
  }
}