﻿@font-face {
    font-family: "Mukta";
    font-display: swap;
    src: url(../Font/Mukta-Light.ttf);
}

@font-face {
    font-family: "MuktaBold";
    font-display: swap;
    src: url(../Font/Mukta-Bold.ttf);
}

@font-face {
    font-family: "MuktaExtraBold";
    font-display: swap;
    src: url(../Font/Mukta-ExtraBold.ttf);
}
 
@font-face {
    font-family: "MuktaRegular";
    font-display: swap;
    src: url(../Font/Mukta-Regular.ttf);
}

@font-face {
    font-family: "MuktaSemiBold";
    font-display: swap;
    src: url(../Font/Mukta-SemiBold.ttf);
}

@font-face {
    font-family: "MuktaMedium";
    font-display: swap;
    src: url(../Font/Mukta-Medium.ttf);
}

@font-face {
    font-family: "Muli";
    font-display: swap;
    src: url(../Font/Muli-Regular.ttf);
}
@font-face {
    font-family: "MuliBold";
    font-display: swap;
    src: url(../Font/Muli-Bold.ttf);
}
@font-face {
    font-family: "MuliExtraBold";
    font-display: swap;
    src: url(../Font/Muli-ExtraBold.ttf);
}
@font-face {
    font-family: "MuliSemiBold";
    font-display: swap;
    src: url(../Font/Muli-SemiBold.ttf);
}
/*@font-face {
 font-family:"metamedium";
 src: url(../fonts/meta-medium.woff); 
}
@font-face {
 font-family:"metamedium";
 src: url(../fonts/meta-medium.ttf);
}*/

.border-0{
    border-width:0px;
}

div .relate-parent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div .relate-child {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
}

div .blockcard {
    width: 340px;
    height: 396px;
    flex-direction: column;
    border-radius: 25px;
    margin: 10px;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -moz-box-shadow: 0px 2px 10px #0000004D;
    -webkit-box-shadow: 0 0px 2px 10px #0000004D;
    box-shadow: 0px 2px 10px #0000004D;
    opacity: 1;
}

div .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tiq-slider{
    width:100%;
}

.tiq-slider .noUi-marker-horizontal.noUi-marker
{
    margin-top:-28px;
    width:0px;
    height:0px;
}

.tiq-slider .noUi-pips
{
    color:#557e85;
    font-weight:700;
}

.tiq-slider .noUi-marker-large, .tiq-slider .noUi-marker
{
    background:#557e85;
}
.tiq-slider:not(.save3) .noUi-marker-large:nth-child(2), .tiq-slider:not(.save3) .noUi-marker:nth-child(2)
{
    background:#00af8c;
}
.tiq-slider.save3 .noUi-marker-large:nth-child(3), .tiq-slider.save3 .noUi-marker:nth-child(3)
{
    background:#00af8c;
}
.tiq-slider .noUi-handle
{
    border-radius:50%;
    box-shadow:0px 0px 5px 1px #c8ccd0;
  -webkit-box-shadow: 0px 0px 5px 1px #c8ccd0;
  -moz-box-shadow: 0px 0px 5px 1px #c8ccd0;
  height:34px;
}

.tiq-slider.noUi-target
{
    border:none;
    box-shadow:none;
    background:#f2f9fa;
}

.tiq-slider .noUi-marker-horizontal.noUi-marker-large
{
    width:2px;
    height:25px;
}
.tiq-slider .noUi-handle:after, .noUi-handle:before
{
    display:none;
}

.tiq-slider .noUi-connect
{
    width:auto;
    background:linear-gradient(to right, #005bb8, #6dc298);
}

.tiq-slider .noUi-origin
{
    width:auto;
}


.width25p{
    width:25%;
}
.width75p{
    width:70%;
}

/* width */
.maxHeight600Scroll::-webkit-scrollbar {
  width: 7px;
  border-radius:5px;
}

/* Track */
.maxHeight600Scroll::-webkit-scrollbar-track {
    background-color: transparent; 
}
 
/* Handle */
.maxHeight600Scroll::-webkit-scrollbar-thumb {
  background-color: #e9ecef;
}

.maxHeight600Scroll
{
    max-height:280px;
    overflow-y:auto;
}
.absolute0
{
    position:absolute;
    top:0px;
    left:0px;
}

.tiqTravelImageContainer{
    width:240px;
    height:200px;
    overflow:hidden;
}

.paymentLoading
{
    position:absolute;
    top:2px;
    right:-17px;
    z-index:1;
}

.tiqTravelButtonErrorMessageTop
{
    font-size:14px;
    color:brown;
    position:absolute;
    top:-25px;
    white-space:nowrap;
}

.tiqTravelButtonErrorMessage
{
    font-size:14px;
    color:brown;
    position:absolute;
    bottom:-25px;
    white-space:nowrap;
}

.tiqTravelButtonErrorMessage.bottom0
{
    bottom:0;
}

.strike{
    text-decoration: line-through;
}

@media only screen and (max-width:749px) {
    ul.navNitems {
        overflow-x: hidden !important;
    }
}

.tiqTravelPriceContainer .tick
{
    content: '';
    height: 14px;
    width: 8px;
    border-right: 2px solid #00adbb;
    border-bottom: 2px solid #00adbb;
    position: absolute;
    left: 9px;
    top: 3px;
    transform: rotate(45deg);
}
ul.cancer-theme{
  list-style: none;
  padding-left:15px;
}

ul.cancer-theme li::before {
  content: "\2022";
  color: #354f53;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

ul.cancer-theme li{
    color:#6f969e;
    font-size:16px;
}
.padding0{
    padding:0px;
}

.paddingRight0{
    padding-right:0px;
}

.paddingLeft0{
    padding-left:0px;
}
.paddingLeft10px{
    padding-left:10px;
}

.paddingLeft15px{
    padding-left:15px;
}

.paddingLeft30px{
    padding-left:30px;
}

.paddingLeft25px{
    padding-left:25px;
}

.paddingTop10px{
    padding-top:10px;
}

.paddingTop15px{
    padding-top:15px;
}

.paddingTop20px{
    padding-top:20px;
}
.paddingTop30px{
    padding-top:30px;
}

.paddingBottom10px{
    padding-bottom:10px;
}

.paddingBottom15px{
    padding-bottom:15px;
}

.paddingBottom20px{
    padding-bottom:20px;
}

.paddingRight30px {
    padding-right: 30px;
}
.paddingRight15 {
    padding-right: 15px;
}
.marginTopNegative10px{
    margin-top:-10px;
}
.marginTopNegative20px{
    margin-top:-20px;
}

.marginTopNegative17px{
    margin-top:-17px;
}

.marginTopNegative40px{
    margin-top:-40px;
}
.marginTopNegative45px{
    margin-top:-45px;
}
.marginTopNegative30px{
    margin-top:-30px;
}

.marginTop10px
{
    margin-top:10px;
}

.marginTop5px
{
    margin-top:5px;
}


.mobileMarginTop2x{
    margin-top:inherit;
}


.marginTop15px
{
    margin-top:15px;
}

.marginTop20px{
    margin-top:20px;
}

.marginTop24px {
    margin-top:24px;
}

.marginTop30px{
    margin-top:30px;
}
.marginTop25px{
    margin-top:25px;
}
.marginTop50px{
    margin-top:50px;
}
.marginTop100px {
    margin-top: 100px;
}
ul.dashed {
  list-style-type: none;
  padding-left:0px;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

.whiteSpaceNoWrap{
    white-space:nowrap;
}

.whiteSpaceInitial{
    white-space:initial;
}
.hashTag {
    position: absolute;
    top: 15px;
    left: 31px;
}


    .width100{
        width:100%;
    }
     .height100{
        height:100%;
    }

.tiqCheckBox {
    padding-left:45px;
}
.tiqGreenCheckBox {
    padding-left:45px;
}

.tiqCheckBox::before{
    content:'';
    width:22px;
    height:22px;
    border-radius:4px;
    border: 2px solid #005bb8;
    position:absolute;
    left:15px;
}
.tiqCheckBox.cancer-theme::before{
    border: 1px solid #7d9da3;
}
.tiqGreenCheckBox::before{
    content:'';
    width:22px;
    height:22px;
    border-radius:4px;
    border: 2px solid #00adbb;
    position:absolute;
    left:15px;
}

.tiqCheckBox.tick::before{
    background:#005bb8;
}

.tiqGreenCheckBox.tick::before{
    background:#00adbb;
}

.tiqCheckBox.tick::after{
    content: '';
    height: 13px;
    width: 7px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    left: 23px;
    top: 3px;
    transform: rotate(45deg);
}
.tiqGreenCheckBox.tick::after{
    content: '';
    height: 13px;
    width: 7px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    left: 23px;
    top: 3px;
    transform: rotate(45deg);
}

.tiqCheckBoxSmall {
    padding-left:40px;
}


.tiqCheckBoxSmall::before{
    content:'';
    width:18px;
    height:18px;
    border-radius:4px;
    border: 2px solid #005bb8;
    position:absolute;
    left:15px;
    top:1px;
}

.tiqCheckBoxSmall.tick::before{
    background:#005bb8;
}

.tiqCheckBoxSmall.tick::after{
    content: '';
    height: 11px;
    width: 6px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    left: 21px;
    top: 3px;
    transform: rotate(45deg);
}

.tiqCheckBoxForSofSow {
    padding-left: 45px;
}

.tiqCheckBoxForSofSow::before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%; /* makes it a circle */
    border: 1px solid #00adbb;
    position: absolute;
    left: 15px;
    top: 2px; /* ensure vertical alignment */
}

.tiqCheckBoxForSofSow.tickForSofSow::before {
    background: #00af8c;
}

.tiqCheckBoxForSofSow.tickForSofSow::after {
    content: '';
    height: 13px;
    width: 7px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    left: 23px;
    top: 5px;
    transform: rotate(45deg);
}

.tickForSofSow {
    color: initial;
}

.tiqCheckBoxForConsent {
    padding-left: 30px;
}

.tiqCheckBoxForConsent::before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #00adbb;
    position: absolute;
    left: 0;
}

.tiqCheckBoxForConsent.tickForConsent::before {
    background: #00af8c;
}

.tiqCheckBoxForConsent.tickForConsent::after {
    content: '';
    height: 13px;
    width: 7px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    left: 9px;
    top: 3px;
    transform: rotate(45deg);
}

.travellerTag
{
    border-radius:17.5px;
    margin-right:-15px;
    background-color:#f2f9fa;
    color:#8fafb4;
}

.travellerTag.active {
    background-color: #005bb8;
    color: white;
}

.travellerTag.active::before {
    content:'';
    height:15px;
    width:15px;
    transform:rotate(45deg);
    position:absolute;
    top:20px;
    left:49px;
    background-color: #005bb8;
    z-index:-1;
}

.travellerTag .travellerTagBorderRight{
      border-right:1px solid #d9e4e8;
}

.travellerTag.active .travellerTagBorderRight
{
    border-right:1px solid white;
}

.paymentMenu{
    position: fixed;
    width:320px;
}

.stickyMenu{
    position:sticky;
}


.sticky{
    position: fixed;
    top: 0px;
    width:100%;
    z-index:2;
}

.sticky.tiq-3{
    position: sticky;
    top: 0px;
    z-index:3;
}

.TiqTravelSticky {
  position: fixed;
  top: 30px;
  width:20%;

}

.hoverWrapper:hover #hoverShow1, .hoverWrapper:hover #hoverShow2, .hoverWrapper:hover #hoverShow3, .hoverWrapper:hover #hoverShow4 {
 display: block;
}

.hoverWrapper #hoverShow1 {
    display: none;
    position: absolute;
    background-color: white;
    left: 0px;
    top: -390px;
    z-index:2;
    font-size:14px;
    border:1px solid #c8e0e4;
    border-radius:6px;
    padding:10px;
    box-shadow: 0 0 9px 0 #dfe2e5;

}

.hoverWrapper #hoverShow3 {
    display: none;
    position: absolute;
    background-color: white;
    left: 0px;
    top: -250px;
    z-index:2;
    font-size:14px;
    border:1px solid #c8e0e4;
    border-radius:6px;
    padding:10px;
    box-shadow: 0 0 9px 0 #dfe2e5;

}

.hoverWrapper #hoverShow4 {
    display: none;
    position: absolute;
    background-color: white;
    left: 0px;
    top: -200px;
    z-index:2;
    font-size:14px;
    border:1px solid #c8e0e4;
    border-radius:6px;
    padding:10px;
    box-shadow: 0 0 9px 0 #dfe2e5;

}

.hoverWrapper #hoverShow2 {
    display: none;
    position: absolute;
    background-color: white;
    left: 0px;
    top: -70px;
    z-index:2;
    font-size:14px;
    border:1px solid #c8e0e4;
    border-radius:6px;
    padding:10px;
    box-shadow: 0 0 9px 0 #dfe2e5;

}


.planType.active {
    background-color:#005bb8;
    color:white;
  
}

.planType.active::after{
    content:'';
    position:absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index:1;
    bottom:-2px;
    
}

.marginLeftRightNegative7px{
    margin:0px -7px;
}

.marginLeftRightNegative15px{
    margin-left:-15px;
    margin-right:-15px;
}

.marginLeftNegative15{
    margin-left:-15px;
}

.marginLeftNegative20{
    margin-left:-20px;
}

.marginRightNegative30{
    margin-right:-30px;
}

.margin0px{
    margin:0px;
}

.tiqTravelCouponButton{

    height: 28px;
    background-color: #005bb8;
    color: white;
    border-radius: 4px;
    margin-left:-15px;
    margin-top:5px;
    cursor:pointer;
}

.tiqTravelCouponButton::after{
    font-family:MuktaRegular;
    content:'APPLY';
}

.tiqTravelCouponButton.applied::after{
    font-family:MuktaRegular;
    content:'REMOVE';
    background-color:#ffffff;
    color:#005bbe;
    
}
.tiqTravelCouponButton.applied{
    background-color:#ffffff;
    border:1px solid #005bbe;
}
.tiqTravelCouponInput{
    width: 100%;
    margin-bottom: 10px;
    color: rgb(141, 173, 178);
    font-size: 14px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #d9e4e8;
    height: 40px;
}

.tiqTravelCouponInput.cancer-theme{
    color: #354f53;
    font-family:MuktaRegular;
}

.tiqTravelPlusMinusButton
{
    font-size:40px;
    color:#c8e0e4;
    position: absolute;
    right: 15px;
}

.numberAdult{
    height:28px;
    width:47px;
    border-left:1px solid #d1d7de;
    border-right:1px solid #d1d7de;
}

.minusButton{
    border-radius:17.5px 0px 0px 17.5px;
    width:28px;
    height:28px;
}
.plusButton{
    border-radius:0px 17.5px 17.5px 0px;
     width:28px;
    height:28px;
}


.stepText
{
    height: 3em;
    color: #00af8c;
    position: absolute;
    top: -45px;
    left: -73px;
    text-align: center;
    width: 120px;
}



.TiqTravelYesNoButton
{
    cursor:pointer;
    height:60px;
    width:60px;
    border-bottom-left-radius:58px;
    border-bottom-right-radius:58px;
    border-top-right-radius:58px;
    font-size:18px;
    color:#89c0c8;
    background-color:#f2f9fa;
    border:2px solid #c8e0e4;
}

.TiqTravelYesNoButton.tick
{
    border-bottom-left-radius:58px;
    border-bottom-right-radius:58px;
    border-top-right-radius:58px;
    font-size:18px;
    color:#005bb8;
    background-color:#f2f9fa;
    position:relative;
    border:2px solid transparent;
    background-clip: padding-box;
    font-weight:700;
}

.TiqTravelYesNoButton.tick::after{
    content: '';
    background:linear-gradient(to bottom right, #005bb8, #00adbb);
    position:absolute;
    border-bottom-left-radius:58px;
    border-bottom-right-radius:58px;
    border-top-right-radius:58px;
    z-index:-1;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
}

.tiqTravelAddonContainer
{
    border: 2px solid transparent;
    border-bottom-left-radius:58px;
    border-bottom-right-radius:58px;
    border-top-right-radius:58px;
    background:white;
    background-clip: padding-box;
    padding:0px 20px 0px 15px;
    width:102%;
}

.tiqTravelAddonContainer.disabled
{
     border: 2px solid #c8e0e4;
}

.tiqTravelAddonContainer::before
{
    content: '';
    background:linear-gradient(to bottom right, #005bb8, #00adbb);
    position:absolute;
    border-bottom-left-radius:58px;
    border-bottom-right-radius:58px;
    border-top-right-radius:58px;
    z-index:-1;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
}

.tiqTravelAddonContainer.disabled::before
{
     background:#c8e0e4;
}


.tiqTravelAddonContainer.showBox::after {
    content: '';
    position:absolute;
    height:27px;
    width:27px;
    border-right:2px solid #00adbb;
    border-bottom:2px solid #00adbb;
    border-top:none;
    border-left:none;
    left:0px;
  
}

.tiqTravelAddonContainer.disabled.showBox::after
{
    border-right:2px solid #c8e0e4;
    border-bottom:2px solid #c8e0e4;

}

.tiqTravelAddonContainer .tick{
    content: '';
    height: 14px;
    width: 8px;
    border-right: 2px solid #00adbb;
    border-bottom: 2px solid #00adbb;
    position: absolute;
    left: 9px;
    top: 3px;
    transform: rotate(45deg);
}

.tiqTravelAddonContainer.disabled .tick {
    border-right: 2px solid #c8e0e4;
    border-bottom: 2px solid #c8e0e4;
}

.tiqTravelPriceContainer 
{
    background:white;
    position: relative;
    border: 2px solid transparent;
    border-bottom-left-radius:58px;
    border-bottom-right-radius:58px;
    border-top-right-radius:58px;
    background-clip: padding-box;
}

.tiqTravelPriceContainer::before
{
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    background: linear-gradient(to bottom right, #005bb8, #00adbb);
    content: '';
    z-index: -1;
    border-bottom-left-radius:58px;
    border-bottom-right-radius:58px;
    border-top-right-radius:58px;
}

.tiqTravelPriceContainer.showBox::after {
    content: '';
    position:absolute;
    height:27px;
    width:27px;
    border-right:2px solid #00adbb;
    border-bottom:2px solid #00adbb;
    border-top:none;
    border-left:none;
    left:0px;
  
}

.active .stepText
{
    color:#0b66b4;
}
.off .stepText
{
    color:#9496a7;
}

.TiqTravelInnerCircle
{
    position: absolute;
    background: #00af8c;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    top: 1px;
    left: -14px;
    margin: -6px 0px 0px -6px;
}

.active .TiqTravelInnerCircle
{
    background:#0b66b4;
}

.off .TiqTravelInnerCircle
{
    background:#ebf4f6;
}

ul.tiqTravelStep {
  align-content: center;
  align-items: center;
 
  display: flex;
  justify-content: space-around;
  margin: 6vh auto 3vh;  
}

.tiqTravelStep li {
  background: #00af8c;
  flex-grow: 1;
  height: 1px;
  display:flex;
  position: relative;
}

.tiqTravelStep li::before {
  background: white;
  border-radius: 50%;
  color: white;
  content: '';
  height: 1.5em;
  left: -1.5em;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  top: -.7em;
  width: 1.5em;
  box-shadow: 0 0 9px 0 #dfe2e5;
}

.tiqTravelStep li.active {
  background-color: #0b66b4;
}

.tiqTravelStep li.active~li {
  background-color: #dedfe6;
}

.tiqTravelStep li.active~li::before {
  background-color: white;
}

.tiqTravelStep li:last-child {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 0;
/* Shorthand: flex: 0 1 0; */
}

ul.bigger.tiqTravelStep  {
  font-size: 1.3em;
}

ul.highlight-active.tiqTravelStep  li.active::before {
 
  background: white;
}

.travelDelayBenefitMessage{
    padding: 10px;
    padding-left:35px;
    border-radius: 6px;
}

.lightBulb {
    position:absolute;
    left:25px;
}

.aeroPlane{
     position:absolute;
    left:10px;
}

input {
    font-family:Mukta;
}

.tiqTravelEditQuoteButton{
    position:absolute;
    right:0px;
}

.tiqTravelEditQuoteButton.cancer-theme{
    left:100px;

}

.tiqTravelCalendarIcon{
    position:absolute;
    top:15px;
    right:15px;
}

.tiqTravelDatePickerEndDate
{
    position: absolute;
    top: 0px;
    left: 98px;
}

.daterangepicker .month{
    color:#46737a;
}

div.daterangepicker .calendar-table .next span, div.daterangepicker .calendar-table .prev span
{
    border-color:#46737a;
}

div.daterangepicker
{
    border:1px solid #c8e0e4;
    color:#46737a;
    box-shadow: 0 0 9px 0 #dfe2e5;
}   

div.daterangepicker .calendar-table th, div.daterangepicker .calendar-table td{
   color:#46737a;
   height:36px;
}

div.daterangepicker .calendar-table td.in-range{
 background-color:#f2f9fa;
}
div.daterangepicker .calendar-table td.active{
 color:white;
 background-color:#00adbb;
 display:table-cell;
}

div.daterangepicker .calendar-table td.in-range.off{
 background-color:#f2f9fa;
}

div.daterangepicker .calendar-table td.disabled, 
div.daterangepicker .calendar-table td.off{
 color:#99bbc1;
  background-color:white;
}

.TiqTravelGetQuoteButton{
    background-color:#00af8c;
    color:white;
    border-radius:40px;
    height:50px;
    cursor:pointer;
}

.TiqCancerSaveButton{
    background-color:#005bbe;
    color:white;
    border-radius:40px;
    width: 100px;
    font-size:16px;
    padding-left:1em; 
    padding-right:1em;
    margin-left: 5px;
}

.TiqTravelNextButton{
    background-color:#00af8c;
    color:white;
    border-radius:6px;
    border-color: transparent;
    height:40px;
    cursor:pointer;
}
.TiqTravelBackButton{
    background-color:white;
    color:gray;
    border-radius:6px;
    border:solid 1px #d1e2eb;
    height:40px;
    cursor:pointer;
}
.TiqTravelNextButton:hover{
    color:white;
}

.backgroundCyan{
    background-color:#00adbb;
}

.cyan{
    color:#00adbb;
}

.countryInput
{
    background:transparent;
    border:none;
    width:100%;
    font-weight:700;
    text-transform:capitalize;
}

.tiqTravelCalendar 
{
    background:transparent;
    border:none;
    width:100%;
    font-weight:700;
    text-transform:capitalize;
    background-image:url('../Image/calendar.png');
    background-repeat:no-repeat;
    background-size: auto 20px;
    background-position:right 20px center;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y:auto;
}

/*::-webkit-scrollbar {
    width: 0px;  
    background: transparent; 
}*/



.scrollable-menu::-webkit-scrollbar {
    width: auto;
}

/* Track */
.scrollable-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: auto; 
    -webkit-border-radius: auto;
    border-radius: auto;
    background-color:#f1f1f1;    
}

/* Handle */
.scrollable-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius:auto;
    border-radius:6px;
    background-color:#c8e0e4; 
 
}


.textAlignLeft{
    text-align: left;
}
.textAlignCenter{
    text-align: center;
}

.paddingRight15{
    padding-right:15px;
}
.paddingRight30{
    padding-right:30px;
}

.paddingRight5{
    padding-right:5%;
}

body {
    font-family: Mukta;
}

.greyBorder{
  
    border:1px solid #c8e0e4;
}
.greyBorder0x{
  
    border:0px solid #c8e0e4;
}

.greyBorder2x{
  
    border:2px solid #c8e0e4;
}



.grey{
    color:#80a1a7;
}
.grey2{
    color:#8fafb4;
}
.grey3{
    color:#354f53;
}

.TiqBorderLeft {
	background-repeat: repeat-y;
	background-image: linear-gradient(#005bb8,#00adbb);
	background-size: 1px;
  
}

.TiqBorderRight {
	background-repeat: repeat-y;
	background-image: linear-gradient(#005bb8,#00adbb);
	background-size: 1px;
    background-position:right;
}

.TiqBorder{
  
    border-radius:4px;
    border-left: 1px solid #005bb8;
    border-right: 1px solid #00adbb;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: -webkit-linear-gradient(left, #00adbb 0%, #005bb8 100%), -webkit-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: -moz-linear-gradient(left, #00adbb 0%, #005bb8 100%), -moz-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: -o-linear-gradient(left, #00adbb 0%, #005bb8 100%), -o-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: linear-gradient(to right, #005bb8 0%, #00adbb 100%), linear-gradient(to right, #005bb8 0%, #00adbb 100%);
}

.TiqBorderBlue {
    background: #005bb8;
}

.TiqTravelCaret {
    height: 11px;
    width: 11px;
    position: absolute;
    top: 18px;
    right: 20px;
    border-right: 2px solid #99bbc1;
    border-bottom: 2px solid #99bbc1;
    transform: rotate(45deg);
}

.TiqTravelSmallPaymentCaret {
    height: 9px;
    width: 9px;
    position: absolute;
    top: 17px;
    right: 13px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
}

.TiqTravelSmallPaymentCaret.flip {
    transform: rotate(-135deg);
    top: 22px;
}

.borderRadius6{
    border-radius:6px;
}

.borderRadius8{
    border-radius:8px;
}

.borderRadius4{
    border-radius:4px;
}

.borderRadius17{
    border-radius:17.5px;
}

.borderBottomGrey.cancer-theme{
    border-bottom:1px solid #a8c2c7;
    border-radius:initial;
}

.borderBottomGrey{
    border-bottom:1px solid #e9ecef;
}
.borderTopGrey{
    border-top:1px solid #e9ecef;
}

.borderTopGrey2x{
    border-top:2px solid #e9ecef;
}

.borderBottomDottedGrey{
     border-bottom:2px dotted #e9ecef;
}

.borderTopDottedGrey{
     border-top:2px dotted #e9ecef;
}

.borderBottomBlack {
    border-bottom: 1px solid black;
}

.borderLeftBlue {
     border-left:3px solid #005bb8;
}

.borderRightGrey {
     border-right:1px solid #e9ecef;
}
.borderLeftGrey {
     border-left:1px solid #e9ecef;
}

lineHeight19 {
    line-height:19px;
}

.lineHeight50{
    line-height:50px;
}

.lineHeight52{
    line-height:52px;
}

.lineHeight100{
    line-height:100px;
}
.lineHeight42{
    line-height:42px;
}

.lineHeight30{
    line-height:30px;
}

.lineHeight38{
    line-height:38px;
}
.lineHeightinitial{
    line-height: initial;
}

.font32{
    font-size: 32px;
}
.font35{
    font-size: 25px;
}
.height48 {
    height: 48px;
}
.height50{
    height:50px;
}


.height52{
    height:52px;
}

.height104 {
    height: 104px;
}

.backgroundWhite{
    background-color:white;
}

.backgroundGrey{
    background-color:#f2f9fa;
}

.backgroundDarkGreen{
    background-color:#5695a1;
}

.borderDarkGreen{
    border:1px solid #557e85;
}

.backgroundBlue{
    background-color:#005bb8;
}
.Muli{
    font-family:Muli;
}
.MuliBold{
    font-family:MuliBold;
    font-weight:bold;
}
.MuliExtraBold{
    font-family:MuliExtraBold;
    font-weight:800;
}
.MuliSemiBold{
    font-family:MuliSemiBold;
    font-weight:600;
}
.declaration-wording{
    font-size:15px;
    color:#495057;
    line-height:1.33;
}
.declaration-wording.tick{
    font-weight:600;

}
.consents-wording{
    font-size:15px;
    color:#495057;
    line-height:1.47;
}
.banner{
    object-fit: cover;
    padding-top:121px;
    padding-bottom:202px;
    padding-left:12%;
    padding-right:15%;
    background-image:url('../Image/trip/trip-header_1920.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: right;

    margin-top:80px;
}
.bannerPA{
    object-fit: cover;
    background-image:url('../Image/trip/pa-header.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:right;
    margin-top:80px;
    padding-top:50px;
    padding-bottom:30px;
    padding-left:88px;
}
.bannerText{
     width: 482px;
      height: 132px;
      font-family: Muli;
      font-size: 35px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.26;
      letter-spacing: normal;
      text-align: left;
      color: #104255;
}
.bannerTextPA{
     width: 482px;
      height: 132px;
      font-family: Muli;
      font-size: 35px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.26;
      letter-spacing: normal;
      text-align: left;
      color: #104255;
}
.content-margin{
    margin-top:58px;
}
.blue-checkbox::before{
    content:'';
    width:22px;
    height:22px;
    border-radius: 4px;
    border: solid 1px #bec4cb;
    background-color: #ffffff;
    position:absolute;
    left:0;
    padding-right:10px;
}
.blue-checkbox.tick::before{
    background:#00abdd;
}

.blue-checkbox.tick::after{
    content: '';
    height: 13px;
    width: 7px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    left: 7px;
    top: 3px;
    transform: rotate(45deg);
}
.blue-checkbox > p{
    padding-left:20px;
}
.modal-dialog.width900px{
    width:900px;
}
.modal-footer.text-center{
    text-align:center;
}
.invalid-feedback{
    color:brown;
    font-size:12px;
}
.form-control.covid-19-staycation{
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 45px;
    font-family: Muli;
}
.form-control.covid-19-staycation::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.form-control.covid-19-staycation:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.form-control.covid-19-staycation::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
_:-ms-fullscreen, :root .form-control.covid-19-staycation:-ms-input-placeholder, :-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none !important;
}

.modal-footer.product-id-118 button{
    background-color:#00af8c;
}
.tabbed .tab-content.covid-pane>.active {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.form-control.calendar{
    background:url(../Image/trip/date_range-24px.svg) no-repeat;
    background-position: 95% 50%;
    cursor:pointer;
}
.form-control.ddArrow{
    background:url(../Image/trip/navigate_next-24px.svg) no-repeat;
    background-position: 95% 50%;
    cursor:pointer;

}
.tooltip-inner {
   /*// max-width: 150px;*/
    /* If max-width does not work, try using width instead */
    width: 100px; 
}

.dropdown-menu.fade {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.open > .dropdown-menu.fade {
  pointer-events: auto;
  opacity: 1;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.smallGrayText{
     font: 300 15px Mukta;
       color: #89949f;
}

.marginRightNegative15{
    margin-right:-15px;
}

.marginRight15{
    margin-right:15px;
}
.marginRight10{
    margin-right:10px;
}

.marginRight30{
    margin-right:30px;
}

.marginLeft0{
    margin-left:0px;
}
.marginLeftNeg300{
    margin-left:-300px;
}
.marginLeft10{
    margin-left:10px;
}
.marginLeft15{
    margin-left:15px;
}

.marginTop3px {
    margin-top:3px;
}

.footerImage{
    height:80px;
}

.alignRight{
    text-align:right;
}

footer {
    background:white;
}
.footer{
    background:black;
  
}

.margin0 {
    margin:0px;
}

.footerText{
      font: 300 13px Mukta;
      background:white;
      text-align:center;
      padding:0px 5px 0px 5px ;
}

.footer-rights{
    color:gray;
    font-size:10px;  
   position:relative;
   top:50px;

   float:right;
}

.floatRight{
    float:right;
}

.overFlowXHidden{
    overflow-x:hidden;
}

.minWidth200 {
    min-width: 200px;
}

.minWidth0 {
    min-width: 0px;
}

.logo-footer img {
    height: 80px;
}

.logo-footer {
    text-align: left;
}

footer .bottom-bar {
    background: black;
    padding: 0px;
    bottom: 0;
    position:relative !important;
}

.logo {
    top: 10px;
}

.logo img {
    height: 60px;
}
.saveQuoteBtn
{
    border: 1px solid white;
    border-radius: 10px;
    font-size: 12pt;
    color: white;
    float: right;
    margin: 14px 0px 15px 0px;
    padding: 15px 30px 15px 30px;
}
.saveQuoteBtn:hover{
    cursor:pointer;
}

.APIUserLogo {
    top: 10px;
    position: relative;
    float: right;
    z-index: 10000;
}

.APIUserLogo img{
    width: 160px;
}

.header {
    background-image: url("../../HomeFlexi/Image/headerBar.png");
    background-size: 100%;
    height: 80px;
}

.nav {
    background: transparent;
}

.brown{
    color:brown;
}

.green {
    color: #00adbb !important;
}

.green2{
    color:#00af8c;
}

.white{
    color:white;
}

.blue {
    color:#005bb8;
}

.darkGreen{
    color:#557e85;
}

.black {
    color: #424143;
}
.black2 {
    color: #333333;
}
.deepGreen {
    color:#354f53;
}

.lightGreen{
    color:#649aa4;
}

.darkGray {
    color: #4b5561;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.fontMukta {
    font-family: Mukta;
}
.fontMuktaRegular {
    font-family: MuktaRegular;
}

.fontMuktaExtraBold {
    font-family: MuktaExtraBold;
}

.fontMuktaSemiBold {
    font-family: MuktaSemiBold;
}
.addon-illustration .glyphicon {
    margin-right: -15px;
}

.addon-illustration .tooltip .tooltip-inner {
    color: #00adbb;
    background-color: white;
    border: 1px solid #00adbb;
    font: 300 14px Mukta;
}

.addon-illustration .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #00adbb;
}

.font9 {
    font-size: 9px;
}

.font12 {
    font-size: 11px;
}

.font13 {
    font-size: 11px;
}


.font22 {
    font-size:20px;
}

.font18 {
    font-size: 16px;
}

.font18.cancer-theme {
    font-size: 18px;
}

.font16 {
     font-size: 14px;
}

.font14{
    font-size:12px;
}

.font35 {
    font-size:35px;
}
.font45 {
    font-size:45px;
}
.lineHeight26{
    line-height:26px;
}


.invalidCoupon {
    right: 10px;
    position: absolute;
    top: 45px;
}
.invalidCouponTiqHome {
    right: 10px;
    position: absolute;
    top: 38px;
}

.dropdown .help-block {
    top: 30px;
    right: 8px;
}

.help-block {
    font: 300 12px Mukta;
    color: brown;
    margin: 0px;
    position: absolute;
    top: 65px;
    right: 25px;
}

.help-block.voucher-desktop {
    top: 75px;
    right: 200px;
}

.help-block.voucher-mobile {
    top: 75px;
    right: 135px;
}

.help-block.crs-declaration, .help-block.travel-questionnaire, .help-block.foreigner-questionnaire {
    top: 0;
    right: 8px;
}

.dropdown .help-block.travel-questionnaire, .dropdown .help-block.crs-declaration, .dropdown .help-block.foreigner-questionnaire {
    top: 50px;
}

form[name="form"] .help-block{
    top:50px;
}
form[name="checkEntityForm"] .help-block{
    top:50px;
}

.applicationReminder{
    font: 300 12px Mukta;
    margin: 0px;
    position: absolute;
    top: 65px;
    right: 25px;
    color:#89949f;
}

.readTermHelpBox {
    font: 300 14px Mukta;
    color: brown;
    display: none;
}

.modal-header, .modal-footer {
    border: 0;
}

.modal-body h5 {
    font: 300 20px Mukta;
    text-align: center;
    color: #4b5561;
}

.homeFlexiCaret {
    height: 6px;
    width: 6px;
    position: absolute;
    top: 18px;
    right: 6px;
    border-right: 1px solid #89949f;
    border-bottom: 1px solid #89949f;
    transform: rotate(45deg);
}

.minWidth200 .homeFlexiCaret {
    right: -100px;
}





.save-loading {
    display: none;
}

.opaque {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2000;
}

    .opaque.app-loading .icon-loading {
        background-image: url('../../HomeFlexi/Image/homeFlexiLoading.gif') !important;
        background-repeat: no-repeat;
        background-position: center;
        width: 200px;
        height: 150px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -100px 0 0 -93px;
    }

.sliderImage {
    background: url('../../HomeFlexi/Image/slider.png') center center no-repeat;
    height: 110px;
    background-size: 100%;
    border: 0;
    box-shadow: 0px 0px;
    margin-top: -15px;
}

.slider .noUi-handle:before, .slider .noUi-handle:after {
    background: white;
}

.slider .noUi-handle {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('../../HomeFlexi/Image/sliderBar.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: none;
    height: 5.5em;
    width: 2.1em;
    top: 17px;
}

.slider .noUi-tooltip {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('../../HomeFlexi/Image/sliderText.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: default;
    box-shadow: none;
    height: 50px;
    width: 56px;
    bottom: 100%;
    font: 500 16px Mukta;
    text-align: center;
    color: #4d5152;
    padding-top: 7px;
}

.relatedProductSmallTitle {
    font: 500 16px MuktaBold;
    text-align: center;
    color: #4b5561;
}

.relatedProductSmallText {
    font: 200 14px Mukta;
    text-align: center;
    color: #4b5561;
}

.relatedProductBuy {
    font: 500 16px MuktaBold;
    text-align: center;
    color: #005bb8;
}

.relatedProductImage {
    border-radius: 6px;
    width: 100%;
    height: 143px;
}

.paymentSummaryLiText {
    font-size: 16px;
    text-align: center;
    color: black;
    list-style-type: none;
}

.surveyTextArea {
    border: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6f6b6b;
    min-height: 220px;
    padding-top: 25px;
    font-family: Mulish;
    resize: vertical;
}

.surveyOptionContainer {
    margin-left: 15px;
}

.paymentSucessImage {
    width: 82px;
    height: 82px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.feedBackSubTitle {
    font: 500 18px Mukta;
    text-align: center;
    color: #8c97a2;
    margin: 30px 0;
}

.feedbackSmall {
    margin-left: -5px;
    width: 100px;
    font-size: 12px;
    color: #979797;
}

.payModeOptionContainerSelected {
    border-radius: 6px;
    border: solid 1px #00adbb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.paymentSuccessTableSmaltextGrey {
    font: 500 14px Mukta;
    color: #b2b7be;
}

.paymentSuccessTableSmaltext {
    font: 500 14px Mukta;
    text-align: center;
    color: #4b5561;
}

.paymentSuccessSmallText {
    font: 300 14px Mukta;
    text-align: center;
    color: #b2b7be;
}

.paymentSuccessThankYou {
    font: 300 20px Mukta;
    text-align: center;
    color: #5aa6a8;
}

.paymentFailedMessage {
    font: 300 20px Mukta;
    text-align: center;
    color: brown;
}

.surveyOptionText {
    font: 300 16px Mukta;
    text-align: left;
    color: #7e858f;
    padding-left: 50px;
}

.surveyButton {
    width: 174px;
    height: 70px;
    font-size: 18px;
    font-weight: 500;
    font-family: Mukta;
    line-height: 43px;
    border-radius: 10px;
    background-color: #00b4af;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
}

.surveyTitle {
    font-family: Mulish;
    font-size: 24px;
    color: #424143;
    text-align: center;
}

.surveyContainer {
    border-radius: 38px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.feedbackfinish{
    text-align:center;
    padding: 100px;
}

.surveySublabel {
    margin: 30px 0;
    font: 500 16px Mulish;
    text-align: center;
    color: #424143;
}

.validation-text {
    font: 300 12px Mukta;
    color: red;
    display: block;
    text-align: center;
    margin-top: 10px;
}

/**Feedback rating star*/
.star-rating {
    font-size: 0;
    text-align:center;
}

.star-rating_wrap {
    display: inline-block;
    font-size: 1rem;
}

.star-rating_wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating_ico {
    float: right;
    font-size: 25px;
    cursor: pointer;
    padding: 10px;
    color: #00b4af;
}

.star-rating_input {
    display: none;
}

.star-rating_ico:hover:before,
.star-rating_ico:hover ~ .star-rating_ico:before,
.star-rating_input:checked ~ .star-rating_ico:before {
    content: "\f005";
}

.rating_wrap input{
    display: none;
}

.rating_wrap input[type='radio']:hover ~ label,.rating_wrap input[type='radio']:checked ~ label {
    color: white;
    background-color: #00b4af;
}

.rating_wrap label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
}

.rating_wrap {
    margin-bottom: 2em !important;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 765px) {
    .rating_wrap label {
        width: 30px;
        height: 30px;
    }
    .feedbackfinish {
        padding: 20px 10px;
    }
}

/**Feedback end*/
.payModeText {
    font: 300 18px Mukta;
    text-align: left;
    color: #89949f;
    white-space: nowrap;
}

.payModeOptionContainer {
    border-radius: 6px;
    border: solid 1px #d1e2eb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.payModeImage {
    /*width: 45px;*/
    height: 35px;
}

.homeFlexiContainer {
    margin-top: 80px;
  /* height: 100%;*/
    outline-color: transparent;
}

:focus {
    outline: none;
}
.opaque-transparent {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}
.opaque-transparent.save-loading .icon-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15em;
    height: 5em;
    margin-top: -8em;
    margin-left: -7.5em;
    padding-top: 8em;
    background: url('../../../../images/loading-black.gif') center center no-repeat;
    /*color: #fff;*/
    text-align: center;
    z-index: 2000;
}


.PDPAtext {
    font: 300 14px Mukta;
    text-align: left;
    color: #7e858f;
    white-space: nowrap;
}

.smallButtonBlueSelected {
    width: 22px;
    height: 22px;
    background-image: url('../Image/smallButtonBlueSelected.png');
    background-size: 22px 22px;
    cursor: pointer;
}

.smallButtonBlue {
    width: 22px;
    height: 22px;
    background-image: url('../Image/smallButtonBlue.png');
    background-size: 22px 22px;
    cursor: pointer;
}

.smallButtonGreenSelected {
    width: 18px;
    height: 18px;
    background-image: url('../Image/smallButtonGreenSelected.png');
    background-size: 18px 18px;
    cursor: pointer;
}

.smallButtonGreen {
    width: 18px;
    height: 18px;
    background-image: url('../Image/smallButtonGreen.png');
    background-size: 18px 18px;
    cursor: pointer;
}

.form-control[readonly]{
    background-color:white;
}

.applicationForm .dropdown input:read-only.cursorPointer {
    cursor: pointer;
}

.applicationForm input:read-only.cursorPointer {
    cursor: pointer;
}

.applicationForm input.eWalletInput {
    width: 200px;
    font-size: 18px;
}

.applicationForm input.eWalletInput.mobile {
    width: 100%;
}

.applicationForm .smallTitle {
    font: 500 19px Mukta;
    text-align: center;
    color: #4b5561;
}

.applicationForm .sameAddText {
    font: 500 16px Mukta;
    text-align: left;
    color: #4b5561;
}

.applicationForm .readTermText {
    font: 300 16px Mukta;
    text-align: left;
    color: #7e858f;
}

.applicationForm .communicationText {
    font: 300 16px Mukta;
    text-align: center;
    color: #7e858f;
    margin-top:10px;
}

.applicationForm .dashedLine {
    border-bottom: 2px dashed #d9e4e8;
}

.applicationForm .form-control[disabled] {
    background-color: white;
}

.applicationForm input.ng-invalid.ng-touched {
    border: 0;
    -webkit-appearance: none;
    border-radius: 1px;
    -webkit-box-shadow: 0px 1px #a94442;
    box-shadow: 0px 1px #a94442, 0px 1px #a94442;
}

.applicationForm .has-error .form-control:focus {
    border: 0;
    -webkit-appearance: none;
    border-radius: 1px;
    -webkit-box-shadow: 0px 1px #a94442;
    box-shadow: 0px 2px #00adbb, 0px 2px #00adbb;
}

.applicationForm .unitHash {
    position: absolute;
    top: 34px;
    left: 15px;
}

html .applicationForm input[disabled]{
    cursor:not-allowed;
}

html .applicationForm md-select[disabled] {
    cursor: not-allowed;
}

.applicationForm input {
    border: 0;
    border-radius: 1px;
    -webkit-appearance: none;
    outline: none;
    box-shadow: 0px 1px #d1e2eb, 0px 1px #d1e2eb;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    padding-left: 12px;
    width: 100%;
    background:white;
}

    .applicationForm input:focus {
        outline: none;
           border-radius: 1px;
    -webkit-appearance: none;
        box-shadow: 0px 2px #00adbb, 0px 2px #00adbb;
    }

    .applicationInput.green {
        color:#00adbb;
        font-size:16px;
        text-align:center;
    }

    md-select #select_value_label_0 > span::after {
        content: '';
    }

    .md-select-value > span:not(.md-select-icon) .md-text {
        color: #89949f;
        margin-left: 3%;
        font: 300 15px mukta;
    }

    md-select {
        color: #d1e2eb;
        border: 0;
        -webkit-appearance: none;
        outline: none;
        -webkit-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }

    md-select:focus {
        color: #00adbb;
    }

    md-select.ng-invalid.ng-invalid-required.ng-touched {
        color: #a94442;
    }

    md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
        border-bottom-width: 1.5px;
    }

    md-select:not([disabled]):focus.ng-invalid.ng-touched .md-select-value {
        border-bottom-width: 1.5px;
    }

   .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled]{
        background-color:#e7ce66;
    }

.applicationInput {
    border: none;
    vertical-align: middle;
    color: #89949f;
    font: 300 15px mukta;
}

.applicationLabel {
    font: 300 14px Mukta;
    text-align: left;
    color: black;
}

.applicationSubTitle {
    font: 300 18px Mukta;
    line-height: 23px;
    text-align: left;
    color: #616c77;
    border-left: 5px solid #00adbb;
}

table tr td.completePurchaseTableLeft {
    font: 300 15px Mukta;
    line-height: 2em;
    text-align: left;
    color: #89949f;
    border: none;
    white-space:nowrap;
}

table tr td.completePurchaseTableRight {
    font: 300 15px Mukta;
    line-height: 2em;
    text-align: right;
    color: #616c77;
    border: none;
  
}

table tr td.completePurchaseTableLeftBlue {
    font: 300 12px Mukta;
    line-height: 2em;
    text-align: left;
    color: #428bca;
    border: none;
    white-space: nowrap;
}

table tr td.completePurchaseTableRightBlue {
    font: 300 15px Mukta;
    line-height: 2em;
    text-align: right;
    color: #428bca;
    border: none;
}


.benefitListTableBlueTitle {
    font-size: 17px;
    font-family: Mukta;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5em;
    letter-spacing: normal;
    text-align: center;
    color: #4d5152;
    background-color: #f9feff;
    border-top: solid 2px #f2f9fa;
}

.benefitListTableDetailLeft {
    font: 300 15px Mukta;
    line-height: 2.5em;
    text-align: center;
    color: #616c77;
    border-top: solid 2px #f2f9fa;
    border-right: solid 2px #f2f9fa;
}

.benefitListTableDetailRight {
    font: 300 15px Mukta;
    text-align: center;
    color: #89949f;
    border-top: solid 2px #f2f9fa;
}

.table {
    margin-bottom: 0px;
 
    user-select: text;
    -moz-user-select: text;
    -webkit-user-drag: auto;
    -webkit-user-select: text;
    -ms-user-select: text;

}

.benefitListTableSmallTitleLeft {
    font: 300 15px Mukta;
    line-height: 2.5em;
    text-align: center;
    color: #4d5152;
    border-top: solid 2px #f2f9fa;
    border-right: solid 2px #f2f9fa;
}

.benefitListTableSmallTitleRight {
    font: 300 15px Mukta;
    line-height: 2.5em;
    text-align: center;
    color: #4d5152;
    border-top: solid 2px #f2f9fa;
}

.benefitListTitle {
    font-size: 17px;
    font-family: Mukta;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3em;
    letter-spacing: normal;
    text-align: left;
    color: #89949f;
    cursor: pointer;
}

.plusMinusButton {
    font-size: 25px;
    font-family: Mukta;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 2em;
    color: #b2b7be;
    cursor: pointer;
}

.modalUl ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.modalUl li {
    margin-top: 10px;
}

    .modalUl li:before {
        content: "◆";
        display: block;
        float: left;
        width: 1.2em;
        color: #4b5561;
    }

html input[type="button"].cursorDefault ,
.cursorDefault {
    cursor: default;
}

.cursorPointer {
    cursor: pointer;
}

[data-toggle="collapse"].collapsed:before {
    content:'More';
}
[data-toggle="collapse"]:not(.collapsed):before {
    content:'Close';
}

[data-toggle="collapse"].no-content.collapsed:before {
    content: '';
}

[data-toggle="collapse"].no-content:not(.collapsed):before {
    content: '';
}

[data-toggle="collapse"].faq.collapsed:before {
    content:'+';
}
[data-toggle="collapse"].faq:not(.collapsed):before {
    content:'-';
}

.modalTitle {
    font: 300 20px Mukta;
    text-align: center;
    color: #4b5561;
}

.modalRadioText {
    font: 300 14px Mukta;
    text-align: left;
    color: #4a4a4a;
}

.modalText {
    font: 300 14px Mukta;
    text-align: left;
    color: #a2a9b1;
}

.subTotalTable, .table .table.subTotalTable {
    background-color: #f2f9fa;
    border-radius: 6px;
}

table tr td.tableSubTotalLineLeft {
    border-bottom: 1px dashed #d9e4e8;
    border-top: none;
    padding: 0px;
}

table tr td.tableSubTotalLineRight {
    border-bottom: 1px dashed #d9e4e8;
    border-top: none;
    padding: 0px;
}

table tr td.tableSubTotalTotalPremiumLeft {
    font: 300 16px MuktaBold;
    text-align: left;
    color: #005bb8;
    border-top: none;
    line-height: 2em;
    padding:0px 0px 0px 10px;
}

table tr td.tableSubTotalTotalPremiumRight {
    font: 300 16px MuktaBold;
    text-align: right;
    color: #005bb8;
    border-top: none;
    line-height: 2em;
    padding:0px 10px 0px 0px;
}

table tr td.tableSubTotalDetailLeft {
    font: 300 15px Mukta;
    text-align: left;
    color: #89949f;
    border-top: none;
    padding: 0px 8px;
}

table tr td.tableSubTotalDetailRight {
    font: 300 15px Mukta;
    text-align: right;
    color: #89949f;
    border-top: none;
    padding: 0px 8px;
}

table tr td.tableSubTotalLeft {
    font: 300 16px MuktaBold;
    line-height: 2em;
    text-align: left;
    color: #30414b;
    border-top: none;
    padding:0px 0px 0px 10px;
}

table tr td.tableSubTotalRight {
    font: 300 16px MuktaBold;
    line-height: 2em;
    text-align: right;
    color: #30414b;
    border-top: none;
    padding:0px 10px 0px 0px;
}

.buttonWord {
    font-family: Mukta;
    font-size: 18px;
    color: #00adbb;
}



.button {
    width: 5em;
    height: 5em;
    background-image: url('../Image/button.png');
    background-size: 5em 5em;
    cursor: pointer;
}
.button3em {
    width: 3em;
    height: 3em;
    background-image: url('../Image/button.png');
    background-size: 3em 3em;
    cursor: pointer;
}

.cancer-button {
    width: 59px;
    height: 59px;
    background-color: #ffffff;
    border: solid 1px #a8c2c7;
    color: #648e94;
    cursor: pointer;
    border-top-right-radius: 27px;
    border-bottom-left-radius:27px;
    border-bottom-right-radius:27px;
    font-family:MuktaRegular;
    font-size:18px;
}
.buttonSelected {
    width: 5em;
    height: 5em;
    background-image: url('../Image/buttonSelected.png');
    background-size: 5em 5em;
    cursor: pointer;
}

.buttonSelected3em {
    width: 3em;
    height: 3em;
    background-image: url('../Image/buttonSelected.png');
    background-size: 3em 3em;
    cursor: pointer;
}
.cancer-buttonSelected {
    width: 59px;
    height: 59px;
    background-color: #005bbe;
    color: #ffffff;
    cursor: pointer;
    border-top-right-radius: 27px;
    border-bottom-left-radius:27px;
    border-bottom-right-radius:27px;
    font-family:MuktaRegular;
    font-size:18px;
}
.active {
    display: block;
}

.notActive {
    display: none;
}

.marginBottom10px {
    margin-bottom: 10px;
}
.marginBottom15px {
    margin-bottom: 15px;
}

.marginBottom20px {
    margin-bottom: 20px;
}
.marginBottom0x {
    margin-bottom: 0;
}

.marginBottom1x {
    margin-bottom: 1em;
}

.marginBottom2x {
    margin-bottom: 2em;
}

.marginBottom3x {
    margin-bottom: 3em;
}

.marginBottom4x {
    margin-bottom: 4em;
}


.marginTop1x {
    margin-top: 1em;
}

.marginTop2x {
    margin-top: 1em;
}

.marginTop3x {
    margin-top: 2em;
}

.marginTop4x {
    margin-top: 3em;
}
.marginTop6x {
    margin-top: 5em;
}
.lastStepContainer {
    width: 10%;
    float: right;
    position: relative;
}

.stepContainer {
    width: 18%;
    float: left;
    position: relative;
}

.stepWordOver {
    text-align: left;
    font-family: Mukta;
    font-size: 13px;
    clear: both;
    color: #00adbb;
    margin: 10px auto;
    white-space: nowrap;
}

.stepWordOff {
    text-align: left;
    font-family: Mukta;
    font-size: 13px;
    clear: both;
    color: #89949f;
    white-space: nowrap;
}

.stepWordOn {
    text-align: left;
    font-family: Mukta;
    font-size: 13px;
    clear: both;
    color: #005bb8;
    white-space: nowrap;
}

.outerStepOff {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px #dfe5eb;
    position: relative;
    margin-left: 5px;
}

.outerStepOn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #005bb8;
    position: relative;
    margin-left: 5px;
}

.radioOuterOff {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #dfe5eb;
    position: relative;
    margin-top: 3px;
}

.radioOuterOn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #00adbb;
    position: relative;
    margin-top: 3px;
}

.radioInnerOn {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00adbb;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0px 0px -4px;
}

.outerStepOver {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px #00adbb;
    position: relative;
    margin-left: 5px;
}

.innerStepOver {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00adbb;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0px 0px -4px;
}

.innerStepOn {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #005bb8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0px 0px -4px;
}

.steps {
    margin: 50px auto 0px;
    /*width: 820px;*/
}

.pathOn {
    border: 1px solid #005bb8;
    width: 50%;
    position: absolute;
    top: 9px;
    left: 48%;
}





.pathOff {
    width: 50%;
    position: absolute;
    top: 9px;
    left: 48%;
    border: 1px solid #dfe5eb;
}

.pathOver {
    width: 50%;
    position: absolute;
    top: 9px;
    left: 48%;
    border: 1px solid #00adbb;
}

.cursorNotAllowed {
    cursor: not-allowed;
}

.titleText {
    text-align: center;
    font-family: Mukta;
    font-size: 1.5em;
    color: #4b5561;
    /*margin: -17px auto 0px;*/
    margin: auto 0px;
    background-color: white;
}

.modal-footer button {
    border-radius: 6px;
    background-color: #005bb8;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: Mukta;
    line-height: 30px;
    min-width: 80px;
    cursor: pointer;
    border-color: transparent;
}

.modal-footer a.btn {
    border-radius: 6px;
    background-color: #005bb8;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: Mukta;
    line-height: 30px;
    min-width: 80px;
    cursor: pointer;   
    padding: 6px 12px; 
    border-color: transparent;
}
.btn-Voucher {
    background-color: rgb(0, 91, 184);
    border-color: rgb(0, 91, 184);
    font-size: 17px;
    height: 40px;
    border-radius: 5px;
}
.Voucher-Input {

    width: auto;
    margin-bottom: 10px;
    color: rgb(141, 173, 178);
    font-size: 14px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #d9e4e8;
    height: 45px;
}
.modal-footer a.btn.refreshbtn{
    
    background-color: #00af8c;
}
.nextButton {
    border-radius: 6px;
    background-color: #005bb8;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: Mukta;
    line-height: 43px;
    cursor: pointer;
}

.backButton {
    border-radius: 6px;
    border: solid 1px #82909e;
    text-align: center;
    color: #82909e;
    font-size: 18px;
    font-family: Mukta;
    line-height: 43px;
    cursor: pointer;
}

.propertyOptionContainer {
}

.optionContainer {
}

.optionImage {
    width: 6em;
    height: 6em;
    margin: auto;
    user-select: none;
    color: #89949f;
   
  
}
.smallText {
    font-family: Mukta;
    font-size: 15px;
    text-align: center;
    color: #89949f;
  
}

.height45p{
    height:36%;
}

.height80px{
    height:80px;
}

.height60p{
    height:60%;
}
.minHeight50 {
    min-height: 50px;
}
.minHeight75{
    min-height:75px;
}

.minHeight180px
{
    min-height:180px;
}

.minHeight180{
    
}

 .minHeight90 {

   min-height:90px;
}

.smallContent {
    font:300 13px Mukta;
    color: #89949f;
    text-align: center;
    
}

.containerBody {
    border-radius: 6px;
    border: solid 1px #dfe5eb;
}


.eligibilityDropDown {
    border: 0;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
}

    .eligibilityDropDown .homeFlexiCaret {
        top: 7px;
    }

    .eligibilityDropDown .dropdown button {
        border: 0;
        border-radius: 0px;
        margin-top: -14px;
        color: #7f868f;
        padding-left: 12px;
        box-shadow: 0px 1px #d1e2eb, 0px 1px #d1e2eb;
        font-size: 15px;
    }

    .eligibilityDropDown button:focus {
        outline: none;
        box-shadow: 0px 2px #00adbb, 0px 2px #00adbb;
    }


.dropdown button {
    line-height: 40px;
    padding-right: 30px;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #d1e2eb;
    font-family: Mukta;
    font-size: 14px;
    color: #424143;
    width: 100%;
    text-align: left;
    padding-left: 0.5em;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled]{
        background-color:#83d2c1;
}



.datepicker td {
    width:30px;
    height:auto;
}

.datepicker.dropdown-menu{
    font-family:Mukta;
    border:none;
    border-radius:6px;
}

div.daterangepicker select.monthselect, div.daterangepicker select.yearselect {
    height: 25px;
}

md-autocomplete {
    display:inline-block!important;
    border:none;
    height:40px !important;
    width:100%;
    font-size:1.0em;
    
}

md-autocomplete input:not(.md-input) {
    font-size: 18px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    height: 52px;
    font-family: Mukta;
    color:#005bb8;
    font-weight:bold;
    
}

md-autocomplete input::-webkit-input-placeholder {
    color:#005bb8;
    font-weight:bold;
}
md-autocomplete input:-moz-placeholder { /* Firefox 18- */
    color:#005bb8;
    font-weight:bold;
}

md-autocomplete input::-moz-placeholder {  /* Firefox 19+ */
    color:#005bb8;
    font-weight:bold;
}

md-autocomplete input:-ms-input-placeholder { 
    color:#005bb8;
    font-weight:bold;
}


.md-whiteframe-z1.md-show-clear-button:not(.md-menue-showing)
/*.md-whiteframe-z1*/ {
    box-shadow:none!important;
}

md-autocomplete .md-show-clear-button button {
    position: relative;
    line-height: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    background: transparent;
}

.md-autocomplete-suggestions li {
    background:white;
    
}

/*.md-virtual-repeat-container.md-autocomplete-suggestions-container {
   margin-top:10px;
   z-index:2000;
}*/

ul.dropdown-menu {
    width: 100%;
    border: 0px;
    cursor: pointer;
    box-shadow: 0 2px 14px 0 #e8edf3;
}

    .dropdown-menu li {
        padding-left: 5px;
        line-height: 40px;
        font-family: Mukta;
        font-size: 15px;
        text-align: left;
        color: #979fa8;
        border-left: 6px solid white;
    }

    .dropdown-menu li:hover {
        color: white;
        background-color: #005bb8;
        border-left: 6px solid #00adbb;
    }
 
.TiqBorder ul.dropdown-menu, .TiqName ul.dropdown-menu, .TiqDropDown ul.dropdown-menu, ul.md-autocomplete-suggestions{
  box-shadow: 0 0 9px 0 #dfe2e5;
      border:1px solid #c8e0e4;
      min-width:0px;
}

.TiqBorder .dropdown-menu li, ul.md-autocomplete-suggestions li  {
    border-left: none;
    color:#46737a;
    font-weight:500;
    font-size: 18px;
}

.TiqName .dropdown-menu li, .TiqBorder .dropdown-menu li, ul.md-autocomplete-suggestions li   {
    border-left: none;
    font-size: 16px;
    padding-left: 15px;
}

.TiqBorder .dropdown-menu li:hover, .TiqName .dropdown-menu li:hover, .TiqDropDown .dropdown-menu li:hover, ul.md-autocomplete-suggestions li:hover  {

    /*color:#00adbb;*/
    color:white;
    background-color:white;
    border-left: 1px solid #005bb8;
    border-right: 1px solid #00adbb;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(left, #00adbb 0%, #005bb8 100%), -webkit-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: -moz-linear-gradient(left, #00adbb 0%, #005bb8 100%), -moz-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: -o-linear-gradient(left, #00adbb 0%, #005bb8 100%), -o-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: linear-gradient(to right, #005bb8 0%, #00adbb 100%), linear-gradient(to right, #005bb8 0%, #00adbb 100%);
}
md-option:hover {
      color:white;
    background-color:white;
    border-left: 1px solid #005bb8;
    border-right: 1px solid #00adbb;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(left, #00adbb 0%, #005bb8 100%), -webkit-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: -moz-linear-gradient(left, #00adbb 0%, #005bb8 100%), -moz-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: -o-linear-gradient(left, #00adbb 0%, #005bb8 100%), -o-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: linear-gradient(to right, #005bb8 0%, #00adbb 100%), linear-gradient(to right, #005bb8 0%, #00adbb 100%);
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
   margin-top:10px;
   z-index:2000;
}
md-option {
    padding: 5px 16px;
  height: auto;
}
.TiqName .dropdown{
    border-top-right-radius : 0px;
    border-bottom-right-radius : 0px;
}
.TiqName input{
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-left:0px;
}

.TiqName .TiqTravelCaret
{
    height: 8px;
    width: 8px;
    position: absolute;
    top: 19px;
    right: 10px;
    border-right: 1px solid #99bbc1;
    border-bottom: 1px solid #99bbc1;
    transform: rotate(45deg);
}

.relationship.TiqTravelCaret
{
     right: 20px;
}



.Path-10 {
    height: 2px;
    border: dashed 1px #d9e4e8;
    width: 95%;
    margin: 0 auto;
}

.promo-code {
    line-height:2.5em;
    font-size: 16px;
    font-family: Mukta;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #89949f;
}

    .promo-code .text-style {
        font-weight: 300;
        color: #c9ced4;
    }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.homeFlexiContainer input:read-only {
    cursor: not-allowed;
    color: #89949f;
}

input[name="daterange"], input[name="daterangeSingle"], input[name="departureDate"], input[name="returningDate"] {
    cursor: pointer;
 
}

.borderRight .applyCouponText{
    padding:0px 5px 0px 5px;
 
}
.border-none {
    border: none;
}
.applyCouponText {
    font: 300 16px Mukta;
    color: #4b5561;
    line-height: 40px;
    border: none;
    width: 100%;
    border-radius:6px;
}

.dot::before{
    content: ' \25CF';
    color: #46737a;
    font-size:10px;
    position: absolute;
    top: 2px;
    left: 15px;
   
}

.minHeight40{
    min-height:40px;
}

.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height40 {
    height: 40px;
}
.height45 {
    height: 45px;
}
.height50 {
    height: 50px;
}
.height60 {
    height: 60px;
}
.height70 {
    height: 70px;
}
.height80 {
    height: 80px;
}
.height90 {
    height: 90px;
}
.height130 {
    height: 130px;
}
.couponSuccess .borderRight {
    border-right: solid 1px #00adbb;
}

.borderRight {
    border-right: solid 2px #f0f3f6;
}

.couponSuccess.applyCouponTextBorder {
    border: solid 1px #00adbb;
}

.applyCouponTextBorder {
    border: solid 2px #f0f3f6;
    border-radius: 6px;
}

.applyCouponHover {
    display: none;
}

.couponSuccess .applyCouponButtonFrame:hover .applyCouponHover {
    display: block;
    font: 300 16px Mukta;
    color: #00adbb;
}

.couponSuccess .applyCouponButtonFrame:hover .applyCouponButton {
    display: none;
}


.couponSuccess .applyCouponButton {
    content: url('../../HomeFlexi/Image/iconTick.png');
}

.applyCouponButton {
    font: 300 16px Mukta;
    color: #00adbb;
}


html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    left: -17px;
}

.addon-illustration {
    background: url('../Image/addonIllustration.png') center center no-repeat;
    height: 120px;
    width:113px;
    background-size:100%;
}

    .addon-illustration .buttonWord {
        height: 60px;
        padding-top: 20px;
        text-align: center;
        font-size: 12px;
    }

        .addon-illustration .buttonWord b {
            font-size: 14px;
        }

        .addon-illustration .buttonWord.premium {
            color: #4d5152;
            padding-top:3px;
        }

        .sliderWidth{
             width:350px;
        }

        .addonCoverage{
            margin-top:20px;
        }

        .mobileMarginTop2x{
            margin-top:4em;
        }

        .hideWhenSmallScreen{
            display:none;
        }

        .showWhenSmallScreen{
            display:block;
        }

        .mobile-container
        {
            margin-top:90px;
        }


.md-select-menu-container {
    background-color:white;
}
/*---------------------------------------------------------MEDIA QUERY ------------------------------------------------------------------*/



@media all and (min-width: 600px) {

    .font35{
    font-size: 35px;
}

.paymentLoading
{
    position:absolute;
    top:0px;
    right:5px;
}


.hoverWrapper #hoverShow1 {
    left: 280px;
    top: -200px;
}

.hoverWrapper #hoverShow2 {
    left: 245px;
    top: -30px;
}

.font9 {
    font-size: 9px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}


.font22 {
    font-size:22px;
}

.font18 {
    font-size: 18px;
}

.font16 {
     font-size: 16px;
}

.font14{
    font-size:14px;
}

     .showWhenSmallScreen{
            display:none;
        }
     .hideWhenSmallScreen{
            display:block;
        }
    .width50{
        width:50%;
    }

    .relatedProductSmallText{
        min-height:70px;
    }

     .applicationInput.green {
         font-size:18px;
    }

     .minHeight90 {

   min-height:60px;
}

     .minHeight180{
    min-height:70px;
}

    .lastStepContainer {
    width: 5%;
}

.stepContainer {
    width: 19%;

}


    .marginTop2x {
    margin-top: 2em;
}

    .modalRadioText {
    font: 300 16px Mukta;
}

    .modalTitle {
    font: 300 25px Mukta;
}

    .modalText {
    font: 300 16px Mukta;
}



    .benefitListTableBlueTitle {
    font-size: 19px;

}

    .benefitListTitle {
    font-size: 19px;
    line-height:2.5em;

}

    table tr td.tableSubTotalLeft {
    font: 300 20px MuktaBold;
    line-height: 2.5em;

}

table tr td.tableSubTotalRight {
    font: 300 20px MuktaBold;
    line-height: 2.5em;

}

    table tr td.tableSubTotalTotalPremiumLeft {
    font: 300 20px MuktaBold;

    line-height: 3em;
}

table tr td.tableSubTotalTotalPremiumRight {
    font: 300 20px MuktaBold;

    line-height: 3em;
}


    .marginTop3x {
    margin-top: 3em;
}

    .applicationSubTitle {
    font: 300 18px Mukta;
    line-height: 23px;
 
 
}

table tr td.completePurchaseTableLeft {
    font: 300 18px Mukta;
    line-height: 2.5em;
 
}

table tr td.completePurchaseTableRight {
    font: 300 18px Mukta;
    line-height: 2.5em;
  
}

    table tr td.completePurchaseTableLeftBlue {
        font: 300 15px Mukta;
        line-height: 2.5em;
    }

    table tr td.completePurchaseTableRightBlue {
        font: 300 15px Mukta;
        line-height: 2.5em;        
    }

table tr td.renewalBenefit{
    float:right;
    padding:5px;
}

table .renewalBenefitTable{
    color:#89949f;
    border-top: 0px solid #ddd!important;
    font: 300 18px Mukta;
    line-height: 2.5em;
}

.renewalAddonTableColumn {
    margin: 25px;
    padding: 15px;
}
.renewalStartDate{
    border: 1px solid;
    margin-left: 25px;
    margin-top: 10px;
}
.renewalEndDate{
     margin-left: 25px;
    margin-top: 10px;
}

.benefitText{
    text-align:left;
}
.renewalDate{
    float:left;
}
.tiqHomeRenewalPersonalInfoInput{
    border:1px solid #00adbb;
}
.homeRenewalPolicyWording{
    color: #428bca;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.renewalInvalidInputMessage{
    margin-top:0px;
    color:red;
    float:left;
    line-height: 0px;
}
.addon-illustration .buttonWord {
height: 60px;
padding-top:8px;
text-align: center;
font-size: 12px;
}

.addon-illustration .buttonWord.premium {
    color: #4d5152;
    padding-top:8px;
}

.addon-illustration .buttonWord b {
    font-size: 18px;
}

     .sliderWidth{
         width:550px;
    }

    .dropdown-menu li {
        padding-left: 15px;
    }

    .slider .noUi-handle {
        height: 8.5em;
        top: -4px;
    }

      .homeFlexiCaret {
        width:10px;
        height:10px;
        top:14px;
        right: 15px;
    }

    .minWidth200 .homeFlexiCaret {
        right: 15px;
    }


    .dropdown button {
        padding-left: 20px;
        font-size:15px;
    }

    .marginTop4x {
        margin-top: 4em;
    }
       .marginTop6x {
        margin-top: 6em;
    }



    .titleText {
        text-align: center;
        font-family: Mukta;
        font-size: 2em;
        color: #4b5561;
        /*margin: -20px auto 0px;*/
        margin: auto 0px;
        background-color: white;
    }

    .nextButton {
        border-radius: 6px;
        background-color: #005bb8;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        font-family: Mukta;
    }

    .backButton {
        height: 43px;
        border-radius: 6px;
        border: solid 1px #82909e;
        text-align: center;
        color: #82909e;
        font-size: 18px;
        font-family: Mukta;
        line-height: 43px;
    }

    .propertyOptionContainer {
    }

    .optionContainer {
    }

    .optionImage {
        width: 10em;
        height: 10em;
        margin: auto;
    }

    .smallText {
        font-size: 18px;
    }

 



    .stepWordOver {
        text-align: left;
        font-family: Mukta;
        font-size: 15px;
        color: #00adbb;
        white-space: nowrap;
    }

    .stepWordOff {
        text-align: left;
        font-family: Mukta;
        font-size: 15px;
        color: #89949f;
        white-space: nowrap;
    }

    .stepWordOn {
        text-align: left;
        font-family: Mukta;
        font-size: 15px;
        color: #005bb8;
        white-space: nowrap;
    }

    .pathOn {
        border: 1px solid #005bb8;
        width: 65%;
        position: absolute;
        top: 14px;
        left: 30%;
    }

    .pathOff {
        width: 65%;
        position: absolute;
        top: 14px;
        left: 30%;
        border: 1px solid #dfe5eb;
    }

    .pathOver {
        width: 65%;
        position: absolute;
        top: 14px;
        left: 30%;
        border: 1px solid #00adbb;
    }

    .outerStepOff {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: solid 1px #dfe5eb;
        position: relative;
        margin-left: 5px;
    }

    .outerStepOn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: solid 3px #005bb8;
        position: relative;
        margin-left: 5px;
    }

    .outerStepOver {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: solid 1px #00adbb;
        position: relative;
        margin-left: 5px;
    }

    .innerStepOver {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #00adbb;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0px 0px -6px;
    }

    .innerStepOn {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #005bb8;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0px 0px -6px;
    }

    .steps {
        margin: 50px auto 0px;
        /*width: 820px;*/
    }


    .blueline {
        width: 3px;
        height: 40px;
        background-color: #00adbb;
    }

    .font25 {
    font-size: 25px;
}
}

@media all and (min-width: 1200px) {
    .tiqTravelAddonContainer, .tiqTravelPriceContainer {
        width: 166px;
    }
}

.vertical-align {
    display: flex;
    align-items: center;
}

.only-horizontal-align {
    display: flex;
    justify-content: center;
}

.horizontal-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-align{
    text-align: right;
}

.justify-content-flex-end {
    justify-content:flex-end;
}

.justify-content-flex-start {
    justify-content:flex-start;
}
/*:focus {
   outline: none ;
 
}*/

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one <img draggable="false" class="emoji" alt="🙂" src="https://s.w.org/images/core/emoji/72x72/1f642.png">       */
    display: flex;
    align-items: center;
}
#not-found-message{
    font-family:Mukta;
    color:#4b5561;
    margin-top:50px;
}
.badge-option{
    padding: 10px;
    font-family:Mukta;
    
}
.badge .icon-option{
    padding-left:5px;
    opacity: 1;
    text-shadow: none;
}
.country-text{
    overflow: hidden;
    text-overflow:ellipsis;
}
.normal{
    white-space:normal;
}

.text-red {
    color: #f33 !important;
}

.full-eWallet-payment-message {
    margin-top: 0;
    font-size: 13px;
    font-weight: bold;
}
.step-title {
    border-left: 7px solid rgb(0,175, 140);
    padding-left: 15px;
}
@media only screen and (max-width: 600px) {

    .font35{
        font-size:30px;
    }

    .banner{
        padding-top:20px;
        padding-bottom:35px;
        padding-left:10%;
        padding-right:25%;
        background-image:url('../Image/trip/trip-header-mobile.jpg');
        /*background-position:right*/
    }

    .bannerPA{
        object-fit: cover;
        background-image:url('../Image/trip/pa-header-mobile.jpg');
        background-size:cover;
        background-repeat:no-repeat;
        background-position:right;
        margin-top:10px;
        padding-top:80px;
        padding-bottom:25px;
        padding-left:15px;
    }
    .content-margin{
        margin-top:20px;
    }
    .bannerText{
        font-size:20px;
        height:80px;
    }
    .bannerTextPA{
        font-size:14px;
        height:80px;
    }

    .modal-dialog.width900px{
        width:100%;
    }

}

md-switch.md-checked:not(.md-dragging) .md-bar {
    background-color: #00af8c;
    height: 20px;
    top: 2px;
}

md-switch:not(.md-dragging) .md-thumb {
    background-color: white;
}

md-switch:not(.md-dragging) .md-bar {
    background-color: #b3b3b3;
    height: 20px;
    top: 2px;
}

.text-success {
    font-size: small;
    color: #00af8c;
}



.saving-hints-link {
    padding-top: 10px;    
}

.saving-hints {
    line-height: 1.8em;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    margin-bottom: 0;
    width: 100%;
    color: #333;
}

.promo-widget {
    background-image: url(../Image/noun-dicount-3656252_blue.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    display: block;
    text-decoration: none;
}

.promo-widget:hover {
    text-decoration: none;
}

    .row-promo-widget {
    width: 100%;
    margin: auto;
}

.text-teal {
    color: #00b4af;
}

    .text-teal:hover {
        font-style: italic;
        color: #00b4af;
        text-decoration: none;
    }

@media (min-width: 1700px) {
    .row-promo-widget {
        width: 80%;
    }
}

@media (max-width: 481px) {
    .row-promo-widget {
        margin-top: 5%;
    }

    .promo-widget {
        background-position: right;
        background-size: auto;
    }

    .saving-hints{
        width: 100%;
    }
}

.error-block {
    position: static;
    margin-top: 0;
}

.one-pay-three-monies {
    text-align: right;
    padding-right: 20px;
}

.one-pay-three-multiples-notes {
    color: indianred;
    font-size: 14px;
}

.one-pay-three-note-title {
    color: darkorange;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.one-pay-three-note-body {
    color: #00af8c;
    font-size: 14px;
    font-weight: 600;
}

.one-pay-three-note-component {
    border: 1px solid #c8e0e4;
    border-radius: 4px;
    padding: 15px;
}

.red-text {
    color: indianred;
}

.slogan-rollover {
    margin-top: 20px;
    font-size: 25px;
}

@media (max-width: 768px) {
    .slogan-rollover {
        margin-top: 50px;
        font-size: 20px;
    }
}

@media (max-width: 481px) {
    .slogan-rollover {
        margin-top: 70px;
        font-size: 20px;
    }
}

