@-ms-viewport {
    width: device-width
}

a {
    text-decoration: none;
}

.lybrate-widget {
    min-width: 185px;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lybrate-button {
    border-radius: 3px;
    box-sizing: border-box;
    color: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: 0;
    border: 0;
    display: inline-block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    margin: 6px 8px;
    line-height: 36px;
    min-height: 36px;
    background: 0 0;
    color: rgb(255, 255, 255);
    background-color: rgb(200, 37, 6);
    white-space: nowrap;
    min-width: 88px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1);
}
.appt {
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.lybrate-button:hover {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}
.lybrate-button.nicotex-custom {
    background: none repeat scroll 0 0 #434250;
    color: #fff;
    padding: 9px 15px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
    text-transform: none;
    box-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-shadow: none;
}

.lybrate-widget.cipla {
    text-align: center;
    min-width: 150px;
}

.lybrate-widget.cipla .lybrate-button {
    color: #fff;
    background-color: #97ca4e;
    border: 2px solid #97ca4e;
    padding: 0px 12px;
    border-radius: 20px;
    height: 30px;
    line-height: 26px;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    font-size: 11px;
    min-height: 0;
    vertical-align: middle;
    margin: 0;
}

.lybrate-widget.cipla .lybrate-button:hover {
    background-color: #fff;
    color: #97ca4e;
    border: 2px solid #97ca4e;
    box-shadow: none;
}

.lybrate-powered {
    font-size: 12px;
    padding-left: 3px;
    margin-top: 5px;
    display: inline-block;
}

.nicotex-widget {
    display: inline-block;
    float: right;
    margin-left: 10px;
    padding-right: 54px;
    position: relative;
}
.nicotex-widget .arrow {
    background: url("https://www.nicotex.in/wp-content/themes/nicotex-gm/images/arrow.png") no-repeat scroll 49% center #339d4a;
    padding: 20px;
    width: 60px;
    cursor: pointer;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    height: 52px;
}
.nicotex-widget .lybrate-powered {
    display: block;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    background: white;
    line-height: 12px;
}

.lybrate-powered a {
    color: #E04F48;
}

.lybrate-powered a:hover {
    color: #A60000;
}

.lybrate-powered a {
    text-decoration: none;
}

.lybrate-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    /*dim the background*/
}

.lybrate-div {
    z-index: 10000000000;
    border: none;
    top: 0;
    left: 0;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.lybrate-close {
    width: 100%;
    height: 32px;
    z-index: 12px;
    background: #952309;
}

.close {
    cursor: pointer;
    width: 80px;
    font-size: 13px;
    display: inline-block;
    float: left;
    position: absolute;
    line-height: 20px;
    z-index: 12;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #fff;
    right: -8px;
    top: 10px
}
.nicotex-custom.close {
    top: auto !important;
    right: 0 !important;
    height: 48px;
    width: 48px !important;
    background-color: transparent;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
    color: white;
    opacity: 1;
}

.close img {
    width: 100%;
    height: auto;
}

.lybrate-close p {
    color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.consent-popup {
    max-width:800px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
}

.consent-popup .close {
    right: 5px;
    top: 5px;
}

.consent-popup .popup {
    width: 100%;
    background: white;
    padding: 56px 16px 16px;
    box-sizing: border-box;
}

.consent-popup .popup .title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    background: #f7f7f7;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px solid #c82506;
}

.consent-popup .button {
    display: inline-block;
    position: relative;
    min-height: 36px;
    line-height: 36px;
    min-width: 88px;
    padding: 0px 8px;
    font-size: 14.5px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    color: currentColor;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #c82506;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    cursor: pointer;
}