/*/****************************************************** layout css *************************************************/


input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input-block {
    position: relative;
    height: 68px;
}
.input-block .selec-feild select {
    width: 100%;
    color: #fff;
}

.input-block label {
    cursor: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.4rem;
    color: #d1d1d1;
    font-weight: 400;
    position: absolute;
    top: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.input-block.focus label {
    top: -5px;
    font-size: 1rem;
    color: #7795a3;
}
.ripple-bar input {
    cursor: auto;
    border: none;
    color: #282828;
    border-bottom: 1px solid #d1d1d1;
    font-size: 1.4rem;
    z-index: 2;
    width: 100%;
    height: 35px;
    margin-top: 1rem;
    outline: 0;
    background: 0 0;
}
.ripple-bar:after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 1px;
    bottom: 28px;
    left: 0;
    right: 0;
    background: #00618e;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.ripple-bar.focus:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.bg-blue .input-block.onFocused label {
    color: #01b4bb;
}
.bg-blue .ripple-bar.onFocused:after {
    background: #01b4bb;
}

.widgetSectn .widget-content-body .block input {
    cursor: auto;
    border: none;
    color: #063b6d;
    border-bottom: 1px solid #b6b4b4;
    font-size: 16px;
    z-index: 12;
    width: 100%;
    height: 35px;
    margin-top: 0px;
    outline: 0;
    background: transparent;
}
.widgetSectn .optDetials .block.date-block {
    width: 50%;
    float: right;
    height: auto;
    margin: 0;
}

.healthFreshlook .widgetSectn .adultOuter .formblock label {
    color: #6c6c6c;
    font-size: 1.7rem;
    position: absolute;
    bottom: 10px;
    left: 0;
}

a.btn-primary {
    font-size: 1.6rem;
    text-decoration: none;
    padding: 1.8rem 4rem;
    -webkit-border-radius: 3rem;
    -ms-border-radius: 3rem;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}
a.btn-primary:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff69;
    -webkit-transform: translateX(-100%) rotate(45deg);
    -ms-transform: translateX(-100%) rotate(45deg);
    transform: translateX(-100%) rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
a.btn-small {
    font-size: 1.4rem;
    border: 1px solid #fe6625;
    padding: 0.4rem 1em;
    -webkit-border-radius: 3rem;
    -ms-border-radius: 3rem;
    border-radius: 3rem;
    text-decoration: none;
    color: #fe6625;
    font-weight: 400;
}
a.btn-small:hover {
    background: #fff;
    color: #282828 !important;
}
a.btn-small-fill:hover {
    background: #fe6625;
    color: #fff !important;
}
.btn-white {
    background: 0 0;
    color: #fe6625 !important;
    border: 1px solid #fe6625;
    background-position: 50% 99%;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.3s ease-out;
}
.btn-white:hover {
    background: #fe6625;
    color: #fff !important;
}
.btn-transparant-bg {
    background: 0 0;
}
.btn-orange {
    touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    padding: 1.5rem 4rem;
    font-size: 1.8rem;
    background: #f26624;
    -webkit-border-radius: 30rem;
    border-radius: 30rem;
    text-decoration: none;
}
.btn-disable {
    background: #00556d;
    color: #80aab6;
    pointer-events: none;
}
.bg-blue a.btn-disable {
    color: #80aab6;
}
.btn-orange.btn-small {
    padding: 0.6rem 1.4em;
    font-size: 1.4rem;
    color: #fff;
}
.btn-orange:hover {
    color: #fff;
}
.btn-orange:hover:after {
    opacity: 1;
    -webkit-animation: fx-mask 0.3s ease-out;
    -moz-animation: fx-mask 0.3s ease-out;
    -ms-animation: fx-mask 0.3s ease-out;
    animation: fx-mask 0.3s ease-out;
}
.btn-orange:focus {
    color: #fff;
}
.btn-blue {
    background: #003d59;
}
.btn-border:hover {
    color: #fff;
    border: 1px solid rgba(223, 190, 106, 0);
    color: #fff;
    background-position: 99% 50%;
}
.btn-disabled {
    color: #fff;
    background: #ccc;
    pointer-events: none;
}
@-webkit-keyframes fx-mask {
    0% {
        -webkit-transform: translateX(-100%) rotate(45deg);
        -ms-transform: translateX(-100%) rotate(45deg);
        -moz-transform: translateX(-100%) rotate(45deg);
        transform: translateX(-100%) rotate(45deg)
    }

    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        -moz-transform: translateX(100%) rotate(45deg);
        -ms-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg)
    }
}

@keyframes fx-mask {
    0% {
        -webkit-transform: translateX(-100%) rotate(45deg);
        -moz-transform: translateX(-100%) rotate(45deg);
        -ms-transform: translateX(-100%) rotate(45deg);
        transform: translateX(-100%) rotate(45deg)
    }

    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        -ms-transform: translateX(100%) rotate(45deg);
        -moz-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg)
    }
}
.checkBox {
    padding: 3% 10%;
}
.check-feild {
    display: inline-block;
    vertical-align: top;
    padding-right: 1.5rem;
    position: relative;
}
.input-check {
    position: absolute;
    opacity: 0;
}
.input-check + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 200;
    display: inline-block;
}
.input-check + label:before {
    content: "";
    margin-right: 1rem;
    display: inline-block;
    vertical-align: text-top;
    width: 2rem;
    height: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
}
.bg-blue .input-check:checked + label:before { background-color: #f26624; vertical-align: top; }
.input-check:checked + label:before {
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.input-check:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.input-check:disabled + label:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}
.input-check:checked + label:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
    position: absolute;
    bottom: 6px;
    left: 8px;
}

span.ui-error {
    font-size: 1.2rem;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 10px;
    left: 0;
    text-align: left;
     display: none; 
}
span.error-bottom1 {
    bottom: -18px;
}
span.error-bottom1 a{
    color: #fc9494;
    font-size: 1.2rem;
}
.input-block.focus label {
    font-size: 1.6rem;
    top: -22px;
     color: #969494;
}
.bg-blue span.ui-error {
    color: #fc9494;
    font-weight: 600;
}
.bg-blue .input-block input {
    border-bottom: 
     solid 1px #b6b4b4;
}

.bg-blue .input-check + label{
    color: rgba(255, 255, 255, .5);
}
.bg-blue .input-check + label:before{
    background: #00447c;
    border: none;
}

.overlayN.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    z-index: 100000;
    height: 100%;
    width: 100%;
}

.overlayN {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    display: none;
}
LbBtnHold .yesBtn1, .LbBtnHold span.yesBtn1 {
   background: #053C8E;
    color: #f2f2ee;
    -webkit-text-fill-color: #f2f2ee;
    padding: 5px 20px;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    border: none;
    border-radius: 10px;
}
.LbBtnHold .yesBtn1, .LbBtnHold span.yesBtn1 {
    background: #053C8E;
    color: #f2f2ee;
    -webkit-text-fill-color: #f2f2ee;
    padding: 5px 20px;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    border: none;
    border-radius: 10px;
}
.popup {
    margin: 7.5rem auto;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    overflow: hidden;
}

.popup.light {
    width: 600px !important;
    max-width: 600px;
    opacity: 1;
}
.popup p {
    margin: 0 0 10px;
    font-weight: 400;
    color: #333;
    font-size: 20px;
    text-align: center;
}
#Errormsg .popup p {
    font-size: 18px;
    padding-bottom: 10px;
}

.popup .close {
cursor: pointer;
    position: absolute;
    width: 27px;
    height: 27px;
    top: 1rem;
    right: 17px;
    opacity: 1;
    transition: all 200ms;
    font-size: 48px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}
.popup .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup .close:after,
.popup .close:before {
    position: absolute;
    left: 1.5rem;
    content: " ";
    height: 3rem;
    width: 0.1rem;
    background-color: #333;
}
.popup .close:hover {
    opacity: 1;
}
.content {
    width: 100%;
    padding: 4rem 10rem;
}
.content p {
    font-size: 2rem;
    font-weight: 400;
}

.overlayN .content-heightauto {
    width: 100%;
}
.js-popup-body.active {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
}
.white-shadow {
    position: relative;
}
.white-shadow:before {
    content: "";
    height: 30px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 1;
}
a.link-blue {
    color: #01b4bb;
    text-decoration: none;
    font-size: 1.3rem;
    border-bottom: 1px solid #01b4bb;
}
.bg-grey .input-block input:disabled {
    opacity: 0.5;
}
.bg-blue .input-block input:disabled {
    opacity: 0.5;
}
.float-left {
    float: left;
}





/*loader css start here*/
.loader, .loader_tr {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 99999;
    /*display: none;*/
}
.loader .innerT {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
}
/*Typing Loader*/
.typing_loader{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
       -moz-animation: Typing 1s linear infinite alternate;
       -ms-animation: typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate;
   /*  margin: 46px auto; Not necessary- its only for layouting*/  
    margin: auto;
    position: relative;
    right: 23px;
}
@-webkit-keyframes typing{
    0%{
        background-color: rgba(4,60,111, 1);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
      }
    25%{ 
        background-color: rgba(4,60,111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
    }
    75%{ background-color: rgba(4,60,111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,1);
      }
}

@-moz-keyframes typing{
   0%{
        background-color: rgba(4,60,111, 1);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
      }
    25%{ 
        background-color: rgba(4,60,111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
    }
    75%{ background-color: rgba(4,60,111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,1);
      }
}

@keyframes typing{
   0%{
        background-color: rgba(4,60,111, 1);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
      }
    25%{ 
        background-color: rgba(4,60,111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4,60,111,2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
    }
    75%{ background-color: rgba(4,60,111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,1);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,1);
      }
}

@keyframes typing{
   from{
        background-color: rgba(4,60,111, 1);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
      }
    25%{ 
        background-color: rgba(4,60,111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4,60,111,2), 
                    36px 0px 0px 0px rgba(4,60,111,0.2);
    }
    to{ background-color: rgba(4,60,111, 0.4);
        box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,1);
        -ms-box-shadow: 18px 0px 0px 0px rgba(4,60,111,0.2), 
                    36px 0px 0px 0px rgba(4,60,111,1);
      }
}
/*Typing*/



/*datepicker css start here*/
.widgetSectn  .date-block span.jq-dte-inner, .healthSelectmain .date-block span.jq-dte-inner {
    border: none;
    padding: 1px;
    margin: 1px;
    white-space: nowrap;
    background-color: #ffffff;
    float: none;
    position: relative;
    width: 100%;
}
.widgetSectn  .date-block span.jq-dte, .healthSelectmain .date-block span.jq-dte {
     float: none; 
     position: relative; 
}
.healthFreshlook .widgetSectn .adultOuter .block.date-block {
        float: right;
    height: auto;
    width: 68%;
    margin: 0;
    border-bottom: solid 1px #b6b4b4;
}
.landing-widget .widget-content-body .date-block span.jq-dte input {
    cursor: auto;
    border: none;
    color: #adadad;
    font-size: 14px;
    z-index: 12;
    width: 100%;
    height: 30px;
    outline: none;
    border-radius: unset;
    text-align: center;
    vertical-align: unset;
    margin: unset;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.Numeric.hint{
font-weight: normal;
color: #adadad;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.Numeric {
font-weight: 700;
color: #282828;
}
 .calendarBox.date-block .errorN{
 position: absolute;
     color: #e71a1a;
    font-size: 12px;
    font-weight: normal;
	    top: 53px;
    right: 22px;
 }
.widgetSectn  .date-block span.jq-dte span.separator, .healthSelectmain .date-block span.jq-dte span.separator {
    color: #999999;
    float: none;
    padding: 0 5px;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-day {
    width: 45px !important;
     text-align: left;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-month {
    width: 50px !important;
}
.landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-year {
    width: 60px !important;
   
}
	.bg-blue {
	  background-color: #00305b;
	}
	.Lorem-ipsum-dolor-si {
	     width: auto;
	  height: 120px;
	  margin: 0 0 20px;
	      position: absolute;
	    top: 100px;
	  font-family: Muli;
	  font-size: 45px;
	  font-weight: 500;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.33;
	  letter-spacing: normal;
	  color: #ffffff;
	}
	.Select-product {
	  font-family: Muli;
	  font-size: 16px;
	  font-weight: 300;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  color: #8097ac;
	}
	
	element.style {
	}
	.ui-banner-content {
	    width: 100%;
	    display: inline-block;
	    margin: 0 auto;
	    padding: 2rem 10rem 0;
	}
	.Health-booster {
	 min-width: 100%;
	  font-family: Muli;
	  font-size: 20px;
	  font-weight: 300;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  color: #ffffff;
	}
	option {
		    color: #000;
	}
	select:active {
		color: #ccc;
	}
	
	.plus-minus-input {
	  -webkit-align-items: center;
	      -ms-flex-align: center;
	          align-items: center;
	}
	
	.plus-minus-input .input-group-field {
	  text-align: center;
	  margin-left: 0.5rem;
	  margin-right: 0.5rem;
	  padding: 1rem;
	}
	
	.plus-minus-input .input-group-field::-webkit-inner-spin-button,
	.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
	  -webkit-appearance: none;
	          appearance: none;
	}
	
	.plus-minus-input .input-group-button .circle {
	  border-radius: 50%;
	  padding: 0.25em 0.8em;
	}
	
	.healthFreshlook .widgetSectn .adultOuter .block.date-block {
	    float: right;
	    height: auto;
	    margin: 0;
	    width: 60%;
	    border-bottom: solid 1px #b6b4b4;
	}
	.container {
	  padding-top: 15px;
	}
	.col-xs-9, .col-xs-8, .col-xs-6, .col-xs-4, .col-xs-3, .col-md-6 {
	  border: 2px solid grey;
	  padding-top: 15px;
	  padding-bottom: 15px;
	  text-align: center;
	  background-color: #192A53;
	  color: #f2f2f2;
	}
	table.generic {
	border-spacing: 0;
	    border-bottom: 1px solid #ccc;
		 border-right: 1px solid #ccc;
	    max-width: 900px;
	    border-radius: 9px; font-family: Futura, Arial, sans-serif; margin: 0 auto; margin-bottom: 40px;border-left: 0; }

	.tableContainerlegal .tableHead { 
	    height: 38px;
		text-align:center;
	    font-family: Muli;
	    font-size: 30px;
	    font-weight: 300;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	    color: #282828;
	    margin: 1em auto; } 
	table.generic th, table.generic td { padding: 15px 25px; } 
	table.rounded th, table.rounded td { padding: 15px 25px; font-size: 15px; }
	table.rounded th { 
	  max-width: 600px;
	  height: 71px;
	  margin: 0 0 0px;
	  padding: 25px;
	  background-color: #dddccb; text-align:left;}
	table.rounded tr:first-child td { color: #004a80; font-weight: bold; font-size: 14px;}
	table.rounded tr th {
	    border-radius: 9px 9px 0 0;
	}
	table.rounded tr:last-child td { background:#f5f6f6; }
	.legalillustration  table.rounded tr:last-child td:first-child { border-radius:0px 9px 9px 9px; }
	.legalillustration  table.rounded tr:last-child td:last-child { border-radius: 0px 0px 9px 9px; background-color: #fff; }  
	table.rounded tbody tr:nth-child(odd) { background: #f5f6f6; }
	table.rounded tbody tr:last-child { background: none; }
	.adultDobblock1 select { 
	  min-width: 100%;
	}
	.adultDobblock2 select { 
	  min-width: 100%;
	}
	.Lorem-ipsum-dolor-si p {
	  font-size: 20px;
	}

/*datepicker css end here*/
/****************************************************** layout css *************************************************/

/*health freshlook css start here*/
.landing-widget .tab-wrap {
    padding-top: 0rem
}

.landing-widget .tab-head {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px;
}
.landing-widget .tab-head li:last-child {border-right:0;}
.landing-widget .tab-head li {
  border-right: solid 1px #eaeaea;
    float: left;
    text-align: left;
    font-size: 1.7rem;
    font-weight: 600;
    color: #979797;
    position: relative;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    padding: 30px;
    width: 25%;
    min-height: 135px;
    }
.landing-widget .tab-head li h2 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 24px;
    color: #2d2726;
	letter-spacing: normal;
}
.landing-widget .tab-head li p{
   font-size: 1.3rem;
       letter-spacing: normal;
    color: #6c6c6c;
    font-weight: 400;
    line-height: normal;
}

.landing-widget .tab-head li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            top: 100%;
            left: 0
        }

.landing-widget .tab-head li.active {
            color: #fe6625;
            z-index: 5;
  background-color: #fff5ed;
        }
.landing-widget .tab-head li.active:before {
    content: " ";
    height: 6px;
    width: 100%;
    background: #ec6608;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0
}
.landing-widget .tab-head li:first-child.active {
    border-radius: 15px 0 0 0;
}
.landing-widget .tab-head li:last-child.active {
    border-radius: 10px;
}
.landing-widget .tab-head li.bar {
            position: absolute;
            height: 2px;
            padding: 0;
            background: #fe6625;
            top: 100%;
            z-index: 4;
            left: 0
        }

.landing-widget .tab-head li.bar:after {
                display: none
            }

.landing-widget .tab-head li:not(.active):hover {
            color: #7e7e7e
        }

.landing-widget .widget-content-body {
    position: relative;
    margin: 0 0;
    padding: 3rem 0 0;  
    border-radius: 10px;   
}

.landing-widget .widget-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.landing-widget .widget-content.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        position: relative;
        -webkit-transition: .5s opacity ease-in, .8s -webkit-transform ease, .8s -webkit-transform ease;
        transition: .5s opacity ease-in, .8s transform ease, .8s -webkit-transform ease;
        z-index: 1
    }

.landing-widget .widget-content-body .detailsWrapp {
    width: 100%;
    display: inline-block;
}
.landing-widget .widget-content-body .btnwarpp {
    width: 19%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 35px;
    text-align: right
}
.landing-widget .input-block {
    width: 48%;
    max-width: 100%;
    display: inline-block;
    float: left;
      height: auto;
}
.landing-widget .marRight{
  margin-right: 3rem;
}
.landing-widget .input-block.steps-row span {
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: 400;
    font-size: 1.7rem;
    font-weight: 600;
    color: #282828;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .input-block.steps-row .stepclLeft {
    padding: 0;
    font-size: 14px;
    color: #989898;
    margin: 0;
    display: inline-block;
    line-height: 30px;
}
.landing-widget .subs-block {
    display: inline-block;
    float: right;
    margin-bottom: 0.5rem;
}
.landing-widget .subs-block input{
    margin: 0;
    display: inline-block;
    width: 50px;
    height: 32px;
    vertical-align: top;
    text-align: center;
    border: 0;
    font-size: 2rem;
	font-weight: 700;
    background: none;
    color: #282828;
    vertical-align: middle;
}
.landing-widget .subs-block a {
    border-radius: 5px;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    font-size: 2rem;
	    font-weight: 700;
    cursor: pointer;
    text-align: center;
    background-color: #f5f6f6;
    color: #cbcdce;
}
.landing-widget .input-block.steps-row {
    border-bottom: 1px solid #b4c4d3;
}
.landing-widget .input-block input.input-date {
    font-size: 1.8rem;
    text-align: right;
    color: #282828;
    padding-right: 3rem;
    font-weight: 300;
}

.landing-widget .input-block{
    margin-bottom: 4rem;
}

.healthFreshlook .formOuter .checkWrapper a.check-terms-condition {
    color: #8097ac;
    font-size: 1.3rem;
}
span.ui-error {
    font-size: 1.2rem;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: -15px;
    left: 0;
    text-align: left;
    display: none;
    color:#ff0000;
}
.check-feild {
    position: relative;
}
.healthFreshlook .formOuter .widget-content-body .checkWrapper {
    position: absolute;
    bottom: -55px;
    display: inline-block;
    width: 100%;
    left: -28px;
}
.check-feild .ui-error a {
    font-size: 1.2rem;
}
.healthFreshlook .landing-widget .ripple-bar:after{
    bottom: 0;
    border-bottom: 1px solid #b6b4b4;
}
.healthFreshlook .landing-widget .input-block input{
    color: #282828;
    font-size: 2rem;
	opacity: 1 !important;
    border-bottom: 1px solid #b6b4b4;
}
.jq-dte-errorbox { display: none !important; }
.healthFreshlook .landing-widget .subs-block input { border:0; }
.healthFreshlook .landing-widget .input-block label{
    color: #969494;
    font-size: 16px;
	    letter-spacing: normal;
    font-weight: normal;
}
.landing-widget .input-block.focus label{
    font-size: 1.6rem;
}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .input-block label {
    top: 35px; font-size:1.7rem;color: #6c6c6c;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block input {
    border: 0;padding-bottom: 0;
}


.landing-widget .showDob{
    display: none;
}
#widgetError .popup {
    width: 50%;
}
.landing-widget .widget-content.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    -webkit-transition: .5s opacity ease-in, .8s -webkit-transform ease, .8s -webkit-transform ease;
    transition: .5s opacity ease-in, .8s transform ease, .8s -webkit-transform ease;
    z-index: 1;
}

.landing-widget .widget-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter {
    width: 100%;
    padding: 2rem 3rem;
    border-radius: 10px;
  box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.15);
  border: solid 1px #cbcdce;
  background-color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: 84px;
    z-index: 999;
    padding-bottom:0;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeaea;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .input-block {
    width: 100%; border:0;
}
.landing-widget .input-block.steps-row span {
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #6c6c6c;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .date-feild { 
    padding: 2rem 0rem;
    margin: 0;
 }
/*.landing-widget .widget-content-body .detailsWrapp .adultOuter.active .adultBoxWrapp, .landing-widget .widget-content-body .detailsWrapp .adultOuter.active { box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.15);border-top:1px solid #cbcdce }*/
.landing-widget .widgetSectn .adultOuter .block.date-block:after { display: none; } 
.landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp span.ui-error {
    bottom: 40px;
    text-align: right;
    padding-right: 136px;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row span.AdultB {font-size: 1.7rem;
    font-weight: 600;
    color: #282828;
}
.landing-widget .widget-content-body .detailsWrapp span.ui-error {
    bottom: -18px;
}
.landing-widget .subs-block a.plus-num, .landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block.kidBox .min-num, .landing-widget .widget-content-body .detailsWrapp .adultOuter.active .min-num  { background: #ffeee3; color: #ec6608; border:0; }
.landing-widget .subs-block a.chieditBtn, .landing-widget .subs-block a.argeditBtn, .landing-widget .subs-block a.hbeditBtn { position:  relative; display: none; color: #ec6608; font-size: 15px; font-weight: bold;  border:0;}
.landing-widget .subs-block a.chieditBtn:before, .landing-widget .subs-block a.argeditBtn:before, .landing-widget .subs-block a.hbeditBtn:before { position: absolute; content: ""; width: 1px; height: 15px;  background: #b2b2b2; right: 45px;
    top: 5px;}
.landing-widget .widget-content-body .detailsWrapp .adultOuter  .btn-orange { 
    color: #ec6608;
    float: right;
    font-size: 1.7rem;
    font-weight: 700;
    background: transparent;
    padding: 1.3rem 0 1rem 1.3rem;
}

.landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row{ position: relative; padding-bottom: 1rem; margin-bottom: 1rem; }
.input-check:checked+label:before {
    background: #fe6625;
    border: solid #fe6625;
}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp { width: 100%; float: left; position:relative;}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0px;
    vertical-align: middle;
}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .adultOuter { width: 100%; display:none;} 
/*new changes end here*/
.healthFreshlook .zeroHassleWrapp h1 {font-size: 4.5rem; font-weight: 500; line-height: 1.33; color: #ffffff;}
.healthFreshlook .zeroHassleWrapp .planBreakup li {  font-size: 1.7rem;font-weight: 300; color: #fff; display: inline-block; padding: 0 2rem; position: relative;}
.healthFreshlook .zeroHassleWrapp .planBreakup li:before { position: absolute; content: ""; width: 1px; height: 14px; border: solid 1px #004a80;left: 0; top: 3px; }
.healthFreshlook .zeroHassleWrapp .planBreakup li:first-child:before { display: none; }
.healthFreshlook .zeroHassleWrapp .planBreakup li:first-child { padding-left: 0;}
.healthFreshlook .zeroHassleWrapp .planBreakup li .searchHospital { display:none; cursor: pointer; color: #ec6608;  font-size: 1.5rem; font-weight: bold; text-decoration: underline;}
.healthFreshlook .formOuter .widgetSectn {display: inline-block; width: 100%; border-radius: 15px;}
.healthFreshlook .widgetSectn .selectOptn h2{ font-size: 1.7rem;font-weight: 600; line-height: 24px;color: #2d2726; }
.healthFreshlook .widgetSectn .selectOptn a { border-left:  solid 1px #eaeaea;vertical-align: top;  cursor: pointer;
    display: inline-block;
    width: 24.9%;
    outline: none;
    position: relative;
    margin: 0;
    padding: 3rem 10rem 3rem 3rem;
}.healthFreshlook .widgetSectn .selectOptn a:before { content: ""; position: absolute; border-left: 1px red; height: 100%; }
.healthFreshlook .widgetSectn .selectOptn a:first-child { border-left: 0;  border-radius: 10px 0 0 0;}
.healthFreshlook .widgetSectn .selectOptn a:last-child { border-radius: 0px 10px 0 0;}
.healthFreshlook .widgetSectn span.icon { position: absolute; content: ""; right: 22px;   top: 30px; height: 37px; width: 43px; background-repeat: no-repeat;}
.healthFreshlook .widgetSectn span.chiIcon { background: url("/docs/default-source/assets/images/chifresh/health.svg?sfvrsn=2"); }
.healthFreshlook .widgetSectn span.argIcon  { background: url("/docs/default-source/assets/images/chifresh/sanjivani-policy.svg?sfvrsn=2"); width: 35px;
  height: 48px;}
.healthFreshlook .widgetSectn span.hbIcon  { background: url("/docs/default-source/assets/images/chifresh/health-booster.svg?sfvrsn=2"); width: 45px;
  height: 38px; }
.healthFreshlook .widgetSectn span.ppIcon  { background: url("/docs/default-source/assets/images/chifresh/personal-protect.svg?sfvrsn=2"); width: 49px;
  height: 39px;}
.healthFreshlook .widgetSectn .selectOptn p {font-size: 1.3rem;color: #6c6c6c;font-weight:400; line-height: normal;}
.healthFreshlook .formOuter .widgetSectn .selectOptn {   justify-content: space-between;
    display: flex;border-bottom: solid 1px #eaeaea;  width: 100%;}
.healthFreshlook .formOuter .widgetSectn .optDetials {
    padding: 4rem 2rem 0;
    display: inline-block;
    width: 100%;
  
}

.healthFreshlook .widgetSectn .optDetials .btnwarpp a {
    color: #fff;
}
.healthFreshlook .widgetSectn .optDetials .btnwarpp {
    width: 19%;
    display: inline-block;
    text-align: right;
    position: relative;
    bottom: 40px;
}
.healthFreshlook .widgetSectn .optDetials .detailsWrapp {
    width: 80%;
    display: inline-block;
}
.healthFreshlook .formOuter .checkWrapper {
    position: relative;
    bottom: -40px;
    display: inline-block;
    width: 100%;
    left: -15px;
}
.checkWrapper span.ui-error { bottom: -17px }
.healthFreshlook p.note {
    color: #8097ac;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 60px;
	font-weight: 500;
}
.healthFreshlook .widgetSectn .adultOuter .formblock {
    display: inline-block;
    width: 100%;position: relative; 
}

.healthFreshlook .countAdult .newTsenior .stepclLeft span.labelHead {
    font-size: 1.7rem;
    font-weight: 600;
    color: #282828;
}

.healthFreshlook a.check-terms-condition {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, .5);
}

.healthFreshlook .zeroHassleWrapp {
    padding-bottom: 0;
    padding-top: 35px;
}
.healthFreshlook .formOuter {
    padding-bottom: 10px;
    padding-top: 3rem;

}
.widgetSectn .buyNew, .widgetSectn .renewP, .widgetSectn .arogyaPolicy {
    display: none;
}
.healthFreshlook .widgetSectn .optDetials .adultOuter span.ui-error {
    bottom: -18px;
}
.healthFreshlook .formOuter .checkWrapper .check-feild label span {
    color: #8097ac;
	font-weight: 500;
}




.owl-theme .owl-dots .owl-dot { background: transparent; border:0; }
.tab-arogya-new .tab-head li.active {
    border-bottom: 3px solid;
}
.widgetSectn .adultBoxWrapp .date-block span.jq-dte input.error-chi {
    color: #ff0000;
    position: relative;
    bottom: 0;
    padding: 0;
    -webkit-text-fill-color: #ff0000;
}
.healthFreshlook .formOuter .widget-content-body .checkWrapper .managePref {
    display:none;
    width: 100%;padding-left: 2.8rem; position:absolute;
}
.healthFreshlook .formOuter .widget-content-body .checkWrapper.managePrefWrapp {
     bottom: -65px;
 } 

     .healthFreshlook .formOuter .widget-content-body .checkWrapper .managePref a:hover, .healthFreshlook .formOuter .widget-content-body .checkWrapper .managePref a:active {
    color: #fff;
}

.bg-blue span.errorN {
    color: #fc9494;
    display: none;
    position: absolute;
    right: 3rem;
    bottom: 0;
}
@media (min-width: 1200px){
.mainWrapper.healthFreshlook .container{
width:1104px !important;
}
}

.landing-widget .input-block.steps-row span.sm_f{
 font-size: 14px;
}


.svg_icon_chi{
    width: 42px;
    height: 42px;
    position: relative;
    display: block;
}



.inc-exc-tab .ui-check-list.exclusion-tabs.green_tick li:before{
background-image: url(/docs/default-source/assets/freshlook/images/tick_inclusion.png);
    width: 30px;
    height: 30px;
    top: 5px;;
}
.inc-exc-tab .ui-check-list.exclusion-tabs li:before{
  background-image: url(/docs/default-source/assets/freshlook/images/error_exclusion.png);
  top: 7px;
}
.inc-exc-tab .ui-check-list.exclusion-tabs li{
  font-size: 17px;
  font-weight: normal;
  margin: 0;
    margin-bottom: 20px;
}
  .inc-exc-tab ul.arrow-tab-list.green_tick li{
    width: 45%;
    margin: 1.5rem 0;
	padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }
 

  .inc-exc-tab h4{
    font-size: 15px;
    font-weight: 700;
	padding: 28px 0;
}

.inc-exc-tab h5{
    font-size: 17px;
    font-weight: 300;
	line-height: 1.67;
}
.inc-exc-tab .green_tick h5{
    font-size: 15px;
    font-weight: 300;
	line-height: 1.67;
}

.inc-exc-tab p{
    font-size: 17px;
    font-weight: 500;
	line-height: 1.67;
}
.premium_calulation .text-blue{
    margin: 40px 0 0 0;
    font-size: 17px;
    font-weight: 600;
    color: #004a80;
  }
  .premium_calulation .tableWrapp {
       width: 95%;
       margin: 35px 0 15px 0;
}
.premium_calulation .tableWrapp td, .tableWrapp th{
  text-align: left;
}
.premium_calulation .tableWrapp tr:nth-child(odd) {
  background-color: #f1eeee;
}
.premium_calulation .common-insurance-blocks em {
  font-size: 2.5rem;
  top: 20px;
}
.premium_calulation ul.arrow-tab-list li:before{
  width: 100%;
}
 
.premium_calulation ul.arrow-tab-list li,.save_premium ul.arrow-tab-list li{
    width: 90%;
    padding-bottom: 1.5rem;
    line-height: 1.76;
    font-size: 17px;
}
.premium_calulation .common-insurance-blocks p{
font-size: 17px;
}
.premium_calulation .pad-block1 {
  padding: 2rem 1.5rem 0 5rem;
}
.premium_calulation a, .benift_container a{
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
}
.premium_calulation ul.arrow-tab-list{
padding: 2rem 0 0;
}

.claim_know_btn {
    color: #ec6608 !important;
    background: transparent !important;
    border: 1px solid #ec6608;
}
.claim_know_btn:hover {
    color: #fff !important;
    background: #ec6608 !important;
}
.inc-exc-tab .ui-check-list{
display: grid;
}
.inc-exc-tab .ui-check-list li {
    width: 100%;
}

@media (min-width: 992px){
.bk_btn_widgt, .lg-none, .ui_get_sticky {
display: none;
}
.ml-150{
margin-left: 150px;
}
.mb-20{
margin-bottom: 20px;
}
.ui-policy-documents .divide_line{
position: relative;
    left: 14px;
    color: grey;
}
.inc-exc-tab .tab-content.active{
	padding-left: 30px;
	}
	 .inc-exc-tab ul.ui-check-list.exclusion-tabs.green_tick {
        padding: 0 0 6rem 0;
}
.top_prop1{
 top: -16px;
}
.top_prop2{
 top: -5px;
}
.m-top80{
margin-top: 80px !important;
}
}
@media (max-width: 991px){
.mob_interchng{
display: inline-grid;
}
.tw-para-detach{
order: 1;
}
.tw-img-detach{
order: 2;
}
.pad-block2 {
    padding: 3rem 0 3rem 0 !important;
}
.garages-search-block .search-item input{
    padding-left: 0 !important;
}
.ui-onlineimg-dth .img-responsive{
margin-top: 95px;
}
.hidden-sm{
display: none;
}
.ui-policy-documents .divide_line{
display: none;
}
.policy_doc {
    margin-top: 10px;
    font-weight: 600;
    line-height: normal;
}
.ui-policy-documents p a.policy_doc {
    display: inline-block;
	    width: 65%;
	
}
.ui-policy-documents p a.policy_doc:after{
display:none;
}
}
.ui-img-claim-mob {
    width: 100%;
    display: block;
    margin: 0 auto;
}
/* search-hospital start */
/* pop */
popup h3 {
    margin: 0;
    color: #282828;
    font-size: 2.5rem;
    font-family: inherit;
    text-align: center;
    padding-bottom: 3rem;
}
#viewListp {
    overflow: auto !important;
}
#viewListp .popup {
    max-height: inherit;
}
#viewListp .popup .content {
    max-height: initial;
}.overlayN .content-heightauto {
    width: 100%;
}ul.listOfgrg {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.listOfgrg:before {
    content: "";
    height: 100%;
    width: 1px;*/
    display: inline-block;
    position: absolute;
    left: 50%;
    right: 50%;
}
ul.listOfgrg li.mrR {
    margin-right: 10%;
}
ul.listOfgrg li {
    display: inline-block;
    width: 45%;
    list-style: none;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
ul.listOfgrg li:before {
    content: "";
    background: url(/docs/default-source/assets/images/carplan/garaddico.png) no-repeat;
    width: 23px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
ul.listOfgrg .netGargs {
    display: inline-block;
    float: left;
    width: 80%;
}
ul.listOfgrg .netGargs h4 {
    margin: 0;
    font-size: 15px;
    color: #282828;
    font-weight: 500;
    text-align: left;
}
ul.listOfgrg .netGargs p {
    font-size: 13px;
    color: #666;
    padding-top: 8px;
    opacity: .8;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 5px;
}
ul.listOfgrg .conMn {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
ul.listOfgrg .conGrgs {
    display: inline-block;
    width: 60%;
    margin: 0;
    text-align: left;
}
.dtlsCn {
    display: block;
}
p, span {
    margin: 0;
    padding: 0;
    color: #282828;
    font-size: 1.3rem;
    font-weight: 300;
}
ul.listOfgrg .manfGrgs {
    width: 35%;
    display: inline-block;
    float: right;
}
@media (max-width: 991px){
.popup {
    width: 90% !important;
    margin: 0;
    border-radius: 0;
}
}
/* popup end */

/* city-dropdown */
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-autocomplete .ui-menu-item {
    color: #063b6d !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 9px 15px !important;
    border-bottom: 1px solid #eaeff3 !important;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-autocomplete .ui-menu-item-wrapper {
    border: none !important;
    text-transform: capitalize !important;
}
.ui-autocomplete .ui-menu-item-wrapper, .ui-autocomplete .ui-menu-item-wrapper:hover, .ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
    background: 0 0 !important;
}
.ui-autocomplete .ui-menu-item:hover {
    border: none !important;
    background: #063b6d;
    color: #fff !important;
}
.ui-widget.ui-widget-content {
    z-index: 999!important;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
    top: 6843.25px ;
    left: 684.5px ;
    width: 425.75px !important;
}
.ui-autocomplete {
    border-radius: 5px !important;
    border: 1px solid #b2c3d2 !important;
    max-height: 290px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
}
.ui-widget-content {
    background: #fff !important;
    z-index: 1000;
}
.ui-widget.ui-widget-content {
    border: 1px solid #9bb1c5;
    border-radius: 6px;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}
/* city-dropdown end*/
/* search-hospital end*/

@media (max-width: 991px){
 .idv-img-detach, .tw-img-detach, .ui-garageimg-dth, .ui-onlineimg-dth {
        padding: 3rem 0 0;
    }
.garages-search-block .search-item {
    margin: 0 auto;
}
}
@media (max-width: 767px){
.landing-widget .widget-content-body .detailsWrapp .adultOuter {padding: 2rem 1.5rem;}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .btn-orange {padding-bottom: 2rem;}
.legalillustration .legalformBlock .ui-form-block {
    padding-top: 0;
}
.legalillustration .legalformBlock .formHead {font-size: 16px;
    line-height: 1.4;}
.legalillustration .ui-banner-content ul.imgformOut li {
   padding-bottom: 13px;
}
.legalillustration .ui-banner-content h1 { font-size: 30px;}
.legalillustration .ui-banner-content p.titlecov { font-size: 1.7rem; padding-bottom: 25px;}
.legalillustration .ui-banner-content ul.imgformOut li a {font-size: 1.7rem;}
 .legalillustration table.generic {overflow: auto;  display: inline-block; border-radius:0;}
 .legalillustration table.generic tr th, .legalillustration table.rounded tr:last-child td:last-child {
    border-radius: 0;
}
.legalillustration .tableContainerlegal .tableHead { height: auto; margin: 0; padding: 0 20px 20px; font-size: 22px;}
.legalillustration #legalWidget .legalformBlock, .legalillustration table.generic { width: 100%; max-width:100%;}
.legalillustration section { padding: 2rem 0;}
.legalillustration section.tableContainerlegal .container-fluid{
    padding: 0;
}
.legalillustration .ui-form-block .Health-booster {
    min-width: 100%;}
.legalillustration .ui-banner-content { padding:0;}
    .search-item {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .garages-search-block h3 {
        font-size: 2rem;
    }
.garages-search-block {
    text-align: center;
}
.garages-search-block a {
    font-size: 1rem;
}
.garages-search-block small {
    text-align: right;
    top: 1rem;
}

}
@media (max-width: 991px){
.popup .content {
    max-height: 360px;
    overflow: auto;
    padding-bottom: 20px;
}
.chieditBtn, .argeditBtn, .hbeditBtn{
   margin-top: 12px;
}
}
@media (max-width: 767px){
.tableContainerlegal .tableHead { text-align:left;}
ul.listOfgrg li.mrR {
    margin-right: 0;
}
ul.listOfgrg li {
    width: 100%;
    border: none;
}
ul.listOfgrg .conGrgs, ul.listOfgrg .manfGrgs, ul.listOfgrg .netGargs {
    width: 80%;
    float: none;
}
.content{
    padding: 4rem 1rem;
}
}
.idv-btn {
    text-align: right;
    padding: 2rem 3rem;
    border-top: 1px solid #ededed;
}
.popup h3 {
    margin: 0;
    color: #282828;
    font-size: 2.5rem;
	font-weight:600;
    font-family: inherit;
    text-align: center;
    padding-bottom: 3rem;
}
.popup{
    padding:20px;
}
.search-item span.ui-error {
    bottom: -25px;
    color: #fc9494;
    font-weight: 600;
    display: none;
}
.section-content.p_tg_font p{
font-size: 17px;
 line-height: 1.76;
}
.f-15{
font-size: 15px;
}
.ui-onlineimg-dth .img-responsive
{
margin: 0 auto;
}
.ui-menu-item-wrapper: hover, .ui-state-active: hover{
color: #fff;
}
.quote_click{
    cursor: pointer;
    font-weight: 600;
    font-size: 15px !important;
    text-decoration: underline;
    color: #f4824c;
}
.sup_script {
    position: relative;
    top: -8px;
}
.bg-blue .input-block input.adultsNo.adultsComn{
    opacity: 1;
    font-weight: 600;
    color: #282828;
}
.input-block sup{
  font-size: 16px;
  font-weight: 300;
  color: #e71a1a;
}
.chieditBtn, .argeditBtn, .hbeditBtn{
background-color: transparent !important;
text-decoration: underline !important;
}

.legalillustration .ui-banner-content h1 { font-size: 45px; font-weight: 500; line-height: 1.33;}
.legalillustration .ui-banner-content p.titlecov { font-size: 20px; font-weight: 300; line-height: 1.2; padding-bottom: 40px;}
.legalillustration .ui-banner-content ul.imgformOut li { position:relative; padding-bottom: 20px;}
.legalillustration .ui-banner-content ul.imgformOut li a {position:relative; font-size: 2rem; line-height: 1.2; font-weight: normal; text-decoration: none;
    cursor: pointer; padding-right: 20px; }
.legalillustration .ui-banner-content ul.imgformOut li a:hover { color: #fff;}
.legalillustration .ui-banner-content ul.imgformOut li a:before { position: absolute;content: ""; background: url('/docs/default-source/assets/legal-illustration/images/arrowlink.svg?sfvrsn=39fd6dd1_2') no-repeat center center;
    height: 20px; width: 20px; right: -18px; top: 2px;}
.legalillustration  .legalformBlock .formHead { font-size: 18px;  line-height: 1.67; letter-spacing: normal; color: #ffffff;}
.legalillustration  .legalformBlock { width: 80%; float: left; padding-top:2rem;}
.legalillustration  .ui-form-block .block { max-width: 100%;}
.legalillustration .legalformBlock .ui-form-block { padding-top: 3rem;}
.legalillustration table.generic.memberageTable td {   width: 33%; }
.legalillustration table.generic td.whiteBg {  background: #fff;}
.legalillustration table.rounded tbody tr.totalP td { border-top: 1px solid #ccc; border-radius: 0 0 0 0;}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .block select { border-bottom:0;}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .block { margin-bottom: 0; position: relative; border-bottom: 1px solid #5c748a

;}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .block label {color:#fff;}
.legalillustration .health-insure-member:before {
    position: absolute;
    content: "";
    background: url('/docs/default-source/assets/legal-illustration/images/droparrow.svg?sfvrsn=39fd6dea_2') no-repeat;
    width: 12px;
    height: 20px;
    right: 0;
    top: 7px;

}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .block label span {
    font-size: 2rem;
}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp.adultWrapp { margin-bottom: 4rem;}
.legalillustration section.tableContainerlegal .container-fluid {  padding: 0;}
.landing-widget .detailsWrapp .chiadultWrapp label.headingboxL { font-family: Muli; font-size: 20px; font-weight: 300;
    color: #8097ac; padding-bottom: 2rem;  display: block;}
.legalillustration .legalformBlock .ui-form-block.sumIBlock { padding-top: 0;}
.legalillustration table.rounded.FloatDiscount tr:last-child td:last-child { background:#f5f6f6;}
.legalillustration .health-insure-member {
    touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #969494;
    padding: 0.8rem 3rem 0.8rem 0;
    font-size: 2rem;
    background: transparent;
    border-radius: 0rem;
    text-decoration: none;
    width: 100%;
    border-width: 0;
    text-align: left;
        outline: none;
}

@media (max-width:480px){
  .legalillustration section.tableContainerlegal {
    padding: 2rem 0rem;
}
.legalillustration table.rounded th, .legalillustration  table.rounded td  {padding:10px; font-size: 12px;}
.legalillustration table.rounded tr:first-child td {font-size: 12px;}
}


.legalillustration table.generic td {
    border-left: 1px solid #ccc; width:25%;
}
.legalillustration table.generic.rounded.FloateDiscount tr.totalP td {
    background: #f5f6f6;
}
