/*/****************************************************** 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: 16px;
    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;
}
.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 .close {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 0;
    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;
    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;
   
}

/*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: 20px;
    min-width: 25%;
    min-height: 120px;
    }
.landing-widget .tab-head li h2 {
    font-size: 1.6rem;
    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;
    padding-right: 3rem;
}

.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: 2rem 0;
    padding: 3rem 3rem 0;
    border-radius: 10px;   
}

.landing-widget .widget-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    /*opacity: 0;*/
    display: none;
    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;*/
        display: block;
        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: 80%;
    display: inline-block;
}
.landing-widget .widget-content-body .btnwarpp {
    width: 19%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 35px;
    text-align: right
}
.widget-content-body .inputWrapp {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.landing-widget .input-block {
    width: 48%;
    max-width: 100%;
    display: inline-block;
    float: left;
      height: auto;
}
.inputWrapp .hapmMobile, .inputWrapp .pincodeWrapp {
    width: 30%;
}
.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,
.landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp .input-block label {
    top: 22px;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block input {
    border: 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;*/
    display: block;
    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;*/
    display: none;
    position: absolute;
    top: 0;
    z-index: 0;
}
.landing-widget .widget-content-body .detailsWrapp .adultOuter {
    float: left;
    width: 48%;
    padding: 1rem 2rem;
    border: 1px solid #cbcdce;
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}
.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 .adultBoxWrapp {
    position: absolute;right: 0;
    top: 52px; left: -1px;     width: calc(100% + 2px); right: -1px;  border: 1px solid #cbcdce;  border-radius: 0 0 10px 10px; background: #fff;
    z-index: 99; display: none;    border-top: 0;}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .date-feild { 
    padding: 2rem 2rem;
    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 .widget-content-body .detailsWrapp .adultOuter.active {
    border-radius: 10px 10px 0 0;
}*/
.landing-widget .widget-content-body .detailsWrapp .adultOuter.active .adultBoxWrapp { border-top: 1px solid #cbcdce; }
.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.maxpeditBtn, .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.maxpeditBtn: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;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    background: transparent;
    padding: 0 3rem;
}

.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block { margin-bottom: 0; }

.landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row{ margin-bottom: 0; position: relative; }
.input-check:checked+label:before {
    background: #fe6625;
    border: solid #fe6625;
}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp,
.landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp
 { width: 48%; float: left;}
.landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 5px;
}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .adultOuter,
.landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp .adultOuter
 { width: 100%; } 
/*new changes end here*/
section { padding: 5rem 0; }
.healthFreshlook .zeroHassleWrapp h1, .healthFreshlook .zeroHassleWrapp h2 {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: 12px;   top: 25px; 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;
    background: transparent;
    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){

.landing-widget .widget-content-body .detailsWrapp .adultOuter { height: 60px;
    line-height: 25px; } 
.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*/
.il-nav-next, .il-nav-prev {
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    right: -10px;
    border-radius: 50%;
    cursor: pointer;
    /* filter: drop-shadow(-5px 0px 20px rgba(0, 0, 0, 0.25)); */
    filter: drop-shadow(-5px 0px 40px rgba(0, 0, 0, 1.25));
    z-index: 6;
}
.il-nav-prev {
    left: -10px;
}
.il-scrollable-tabs ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    /* white-space: nowrap; */
}
.healthFreshlook .widgetSectn span.maxProtecIcon {
    background: url("/docs/default-source/assets/images/chifresh/max-protect-icon.svg");
    height: 27px;
    width: 50px;
}
.il-scrollable-tabs ul::-webkit-scrollbar {
    display: none;
}
.il-nav-prev:before, .il-nav-next:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url(/docs/default-source/assets/images/chifresh/widget-tab-arr-gradient.svg);
}
.il-nav-prev:before {
    background: url(/docs/default-source/assets/images/chifresh/widget-tab-arr-prev.svg);
}
.landing-widget .widget-content-body .detailsWrapp .chiadultWrapp .input-block label, .landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp .input-block label {
    top: 22px;
}
.landing-widget .subs-block a.disable-Kid {
    background-color: #f5f6f6;
    color: #cbcdce;
    pointer-events: none;
}
.btnwarpp.ui_get_sticky {
    display: none;
}
@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){
    .widget-content-body .inputWrapp {
        flex-direction: column;
    }
    .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, .maxpeditBtn{
   margin-top: 12px;
}
}
@media (max-width: 767px){
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .adultBoxWrapp{
        top: 60px !important;
    }
    .healthFreshlook .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-month, 
    .healthFreshlook .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-day {
        width: 32px !important;
    }
    .healthFreshlook .landing-widget .widget-content-body .date-block span.jq-dte input.jq-dte-year {
        width: 60px !important;
    }
    .freshAppwidget .tab-head {
        display: block;
    }
    .il-nav-next, .il-nav-prev {
        display: none;
    }
    .landing-widget .widget-content-body .detailsWrapp .chiadultWrapp, .landing-widget .widget-content-body .detailsWrapp .maxpadultWrapp {
        width: 100%;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter {
        margin-right: 0;
        width: 100%;
        padding: 1.7rem;
        margin-bottom: 2rem;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .steps-row span.AdultB {
        font-size: 16px !important;
    }
    .landing-widget .input-block.steps-row span.sm_f {
        font-size: 12px !important;
        padding: 0;
    }
    .landing-widget .widget-content-body .detailsWrapp .adultOuter .subs-block {
        top: 2px;
    }
    .landing-widget .subs-block a.min-num, .landing-widget .subs-block a.plus-num {
        border-radius: 5px;
        width: 3rem;
        height: 3rem;
        line-height: 2.6rem;
        font-size: 2.4rem;
    }
    .healthFreshlook .landing-widget .input-block .subs-block input {
        color: #282828;
        height: 3rem;
        width: 4rem;
        /* font-size: 1.8rem; */
        text-align: center;
         vertical-align: initial !important; 
         padding-bottom: 10px !important;
    }
    .landing-widget .input-block.steps-row span {
        padding: 0;
    }
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, .maxpeditBtn{
background-color: transparent !important;
text-decoration: underline !important;

}


a:focus-visible {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

    span.disc_text sup {
    color: #6c6c6c;
    font-size: 12px;
}
.card-block sup{
  color: #282828;
}
.ui-policy-documents {
    position: relative;
    padding: 4rem 2rem 0;
}

.ui-reviews-slider .owl-nav .owl-prev:before{
border-color: transparent; 
     border-style: none; 
    border-width:  0;
background-image: url(/docs/default-source/assets/images/review_arrow.png);
       height: 16px;
    width: 18px;
    vertical-align: text-top;
    transform: rotate(180deg);
     left: 16px;
    top: 16px
}
.ui-reviews-slider .owl-nav .owl-next:before {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    background-image: url(/docs/default-source/assets/images/review_arrow.png);
    height: 16px;
    width: 18px;
    transform: rotate(360deg);
    left: 16px;
    top: 17px;
}
.note{
    visibility: hidden;
}
a.check-terms-condition, .apopup {
    text-decoration: none;
}
.section-content a{
    font-weight: 600;
    text-decoration: underline;
    color: #ec6608;
}
.overlayN .popup.light {
    width: 90% !important;
    max-width: none;
}
.popup .content {
    max-height: none;
}
.popup {
    margin: 75px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #666;
    width: 90%;
    min-height: none;
    max-height: none;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 10px;
}
.popup .content {
    max-height: none;
    overflow: inherit;
}
@media (max-width: 991px){
.ui-policy-documents p a.policy_doc {
    width: 100%;
}
.tab-content .ui-check-list li {
    padding: 0 0 0 3.5rem;
}
.sm-hidden{
display: none;
}
}
@media (min-width: 992px){
.ui-card-wrap .card-block {
    width: 33%;
}
.ui-tabs-modify .tab-head {
    width: 75%;
}
.pb-3{
padding: 6rem 0 3rem 0;
}

}
.disc_hdng {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.disc_text {
    margin: 0;
    padding: 0;
    color: #6c6c6c;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
}
.premium_calulation ul.arrow-tab-list li {
    width: 95%;
}
.premium_calulation ul.arrow-tab-list li:before {
    top: 10px;
}
ul.arrow-tab-list li:before{
    top: 4px;
}
.table_wrapper.faq_tbl{
overflow: hidden;
border-radius: 10px;
border: 1px solid #ece9e9;
margin-bottom: 5rem;

}
.faq_tbl .tableWrapp {
    width: 100%;
    margin-top: 0;
}
.faq_tbl .tableWrapp tr:last-child{
    border-bottom: 0;
}
.faq_tbl .tableWrapp td:last-child {
    border-right: 0;
}
.faq_tbl .tableWrapp td:first-child {
    border-left: 0;
}
.faq_tbl .tableWrapp tr:nth-child(odd) {
    border: 1px solid #f5f6f6
}
.faq_tbl .tableWrapp tr:nth-child(even){
   background-color: #fff;
} 
ul.arrow-tab-list li {
    width: 80%;
}
.common-insurance-blocks h3 {
    font-size: 1.7rem;
    color: #282828;
    font-weight: 600;
}
.common-insurance-blocks h3 {
    font-size: 1.7rem;
    color: #282828;
    font-weight: 600;
}
.tableWrapp th{
  font-weight: 600;
line-height: 2.5rem;
}
.tableWrapp td{
line-height: 2.5rem;
}
p.bagi_block{
    line-height: 23px;
    margin: 35px 0 0;
}
p.bagi_block a{
   padding: 0;
    margin: 0;
    float: none;
    font-size: 14px;
    text-decoration: underline;
}
.claim_know_btn {
    color: #ec6608 !important;
    background: 0 0 !important;
    border: 1px solid #ec6608 !important;
    text-decoration: none !important;
}