/* @font-face {
    font-family: "Lumberjack";
    src: url("Lumberjack.otf");
  } */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #292929;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-stretch: condensed;
    font-weight: 400;
    line-height: 27px;
    /* letter-spacing: -1px; */
    letter-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

a, a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

h2 {
    color: #293b97;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0;
}

.h2l {
    color: #293b97;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.h2s {
    color: #293b97;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.container {
    max-width: 1120px;
}

.container {
    max-width: 1350px;
}

@font-face {
    font-family: Lumberjack;
    src: url(../css/Lumberjack.otf);
    font-weight: 600;
}

@font-face {
    font-family: Lumberjack;
    src: url(../css/Lumberjack Rough.otf);
    font-weight: 900;
}

@font-face {
    font-family: Lumberjack;
    src: url(../css/Lumberjack Rough Shadow.otf);
    font-weight: 400;
}

@font-face {
    font-family: Lumberjack;
    src: url(../css/Lumberjack Inline Rough.otf);
    font-weight: 100;
}

/*=================================*/
@font-face {
    font-family: Bicyclette;
    src: url(../fonts/Bicyclette-Thin.ttf);
    font-weight: 200;
}

@font-face {
    font-family: Bicyclette;
    src: url(../fonts/Bicyclette-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Bicyclette;
    src: url(../fonts/Bicyclette-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Bicyclette;
    src: url(../fonts/Bicyclette-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Bicyclette;
    src: url(../fonts/Bicyclette-Black.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Bicyclette;
    src: url(../fonts/Bicyclette-Ultra.ttf);
    font-weight: 800;
}

/*===========================HEADER  CSS*/
.active {
    background: #e9be65;
    background-blend-mode: normal;
}

.top-header {
    height: 50px;
    background: #293b97;
    background-blend-mode: normal;
}

.iframe1 {
    display: block;
}

.iframe2 {
    display: none;
}

.top-header h3 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    width: 85%;
}

.top-header .container {
    position: relative;
}

.close-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.path11 {
    width: 5px;
    height: 25px;
    display: block;
    background: white;
    border-radius: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
}

.path12 {
    width: 5px;
    height: 25px;
    display: block;
    background: white;
    border-radius: 50px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
}

.top-header h3 span {
    color: #E9BE65;
}

/*=====================*/
.middle-header {
    position: relative;
}

.middle-header .nav {
    position: relative;
}

.logo-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
}

.navigation {
    max-width: 71%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
}

.logo-brand a {
    max-width: 260px;
    width: 100%;
    display: block;
    margin-top: 72px;
}

.logo-brand img {
    width: 100%;
}

.top-menu {
    height: 58px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #293b97;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    padding: 0 12px;
}

.top-menu li:nth-child(1) a {
    margin-left: 0;
}

.logo-icon img {
    width: 100%;
}

.logo-icon {
    max-width: 425px;
    position: absolute;
    right: 155px;
    top: 20px;
    opacity: 1;
}

.banner .container {
    position: relative;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    height: 55px;
}

.main-menu a {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 11px;
    color: #293b97;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.main-menu li:last-child a {}

header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: -90px;
    z-index: 9;
}

.home .space-left {
    margin-left: 70px;
}

.middle-header:after {
    border: 1px solid #bec2e0;
    position: absolute;
    left: 0;
    top: 58px;
    height: auto;
    width: 100%;
    content: '';
}

.burger-menu {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 10px 9px;
    width: 56px;
    height: 56px;
    background: #293b97;
    background-blend-mode: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.burger-menu span {
    width: 38px;
    height: 7px;
    border-radius: 3.5px;
    background: #ffffff;
    background-blend-mode: normal;
    display: block;
}

/*===========================HOME PAGE BANNER CSS*/
.banner {
    background: url(../img/banner-bg.png);
    background: url(../img/back_ground.jpg);
    padding: 0;
    background-size: 100%;
    height: 508px;
    background-repeat: no-repeat;
    margin: 0 0 0;
    background-position: right bottom;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: -80px bottom;
}

.banner-text {
    max-width: 660px;
    padding-top: 185px;
    padding-bottom: 90px;
}

.banner-text h1 {
    color: #293b97;
    font-family: Lumberjack;
    font-size: 62px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.2px;
    /* margin-bottom: -54px; */
    position: relative;
    z-index: 1;
}

.banner-text h3 {
    color: #293b97;
    font-family: Roboto;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
}

/*===========================HOME PAGE SECTION 2 CSS*/
.home-s2 {
    padding: 38px 0;
}

span.sup {
    font-size: 12px;
    top: -5px;
    position: relative;
    display: inline-block;
}

span.su {
    font-size: 12px;
    top: -12px;
    position: relative;
    display: inline-block;
}

span.suip {
    font-size: 12px;
    position: relative;
    display: inline-block;
}

.col-left {
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding: 0 15px;
}

.col-right {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 0 15px;
}

.order-iheezo-box h2 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.4px;
    margin: 0 0 15px;
}

.order-iheezo-box p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1px;
    margin: 0;
}

.code {
    color: #e8bf65;
    font-family: Roboto;
    font-size: 48px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.7px;
    margin: 15px 0 15px;
}

.button-div {
    width: 423px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.24285714px;
    height: 59px;
    border-radius: 5px;
    background: #e9be65;
    background-blend-mode: normal;
    padding: 0px 20px;
    min-width: 235px;
}

.button-div-white {
    width: 423px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.24285714px;
    height: 59px;
    border-radius: 5px;
    background: #fff;
    background-blend-mode: normal;
    padding: 0px 20px;
    min-width: 235px;
    border: 2px solid #293b97;
}

.order-iheezo-box {
    background: #293b97;
    padding: 32px 25px 25px;
}

.bnt-fontWeight400 {
    width: 100%;
    margin-top: 25px;
}


.button-div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #293b97;
}

.button-div-white a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #293b97;
}

.bnt-fontWeight400 a {
    color: #293b97;
    font-weight: 400;
}

.home-s3 .para h3 {
    color: #292929;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.5px;
}

.para h3 {
    color: #292929;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.5px;
}

.home-s3 .para p {
    font-size: 16px;
    font-stretch: condensed;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    margin: 0;
}


.para p {
    font-size: 20px;
    font-stretch: condensed;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.5px;
    margin: 0;
}

.para-light p {
    font-size: 12px;
    font-stretch: condensed;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.5px;
    margin: 0;
}

.home-s3 .para {
    margin-bottom: 20px;
}

.para {
    margin-bottom: 30px;
}

.last-para {
    margin-bottom: 0;
}

.content-inner {
    position: relative;
}

.dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown-btn img {
    height: 17px;
    width: 100%;
}

.home-s3 {
    padding: 55px 0;
    /* border-top: 1px dashed #bec2e0; */
}

.para p a {
    color: #292929;
}

.itelic {
    font-style: italic;
}

.last-para-10 {
    margin-bottom: 10px;
}

.content-box {
    max-width: 660px;
    width: 100%;
}

/*===========================FOOTER CSS*/
footer {
    background: url(../img/footer-bg.jpg);
    padding: 27px 0 37px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    /* padding-bottom: 300px !important; */
}

.foo-logo-1 {
    /* padding-top: 10px;
    padding-bottom: 10px; */
}

.foo-inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.foo-inner-col-15 {
    padding: 0 15px;
    max-width: 215px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
}

.foo-inner-col-85 {
    padding: 0 15px;
    max-width: calc(100% - 215px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 25px;
}

.foo-logo-1 img {
    width: 100%;
}

.foo-social {
    margin-bottom: 20px;
}

.foo-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.foo-social ul li {
    margin-right: 22px;
}

.foo-social ul li a {
    display: block;
}

.foo-social ul li a img {
    max-width: 42px;
    width: 100%;
}

.foo-social ul li:nth-child(2) a img {
    margin-top: 5px;
}

.foo-logo-2 {
    display: none;
}

.foo-copyright p {
    margin: 0;
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1px;
    text-align: left;
}

.pvc {
    /* max-width: 350px; */
    width: 100%;
    /* margin: 0 auto 15px; */
}

.pvc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    list-style: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pvc ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    color: #FFF !important;
}

.pvc ul li a {
    /* font-family: 'Bicyclette'; */
    font-size: 22px;
    line-height: 25px;
    color: #FFF;
    text-decoration: underline;
}

/*===========================PAGETITLE PAGE  CSS*/
.pagetitle {
    position: relative;
    padding-top: 120px;
    z-index: 0;
}

.pagetitle {
    background: url(../img/pagetitle-ab-bg.jpg);
    background-size: cover;
    background-position: right bottom;
}

.pagetitle-text h1 {
    color: #293b97;
    font-family: Lumberjack !important;
    font-size: 62px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.2px;
    margin: 0;
    font-weight: 600;
}

.pg-icon-1 {
    position: absolute;
    bottom: -92px;
    left: 65px !important;
    height: 65px;
}

.pg-icon-2 {
    position: absolute;
    bottom: -22px;
    left: 800px;
}

.pg-icon-3 {
    position: absolute;
    bottom: -55px;
    left: 862px;
}

.pagetitle .container {
    position: relative;
}

/*===========================ABOUT IHEEZO PAGE CSS*/
.ab-sec1 {
    padding: 75px 0 60px;
    position: relative;
    z-index: 0;
}

.protocol1 {
    position: relative;
    z-index: 0;
}

.pro1-header p {
    color: #292929;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1px;
    margin: 0;
}

.pro-row {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
}

.pro1-header {
    width: 100%;
    /*margin-bottom: 40px;*/
    /*padding: 0 15px; */
}

.pro-col-L {
    max-width: 64%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    padding: 0 15px;
}

.pro-col-LX {
    max-width: 64%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    padding: 0 15px;
    order: 1;
}

.pro-col-RX {
    max-width: 36%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    padding: 0 13px;
    order: 2;
}

.pro-col-R {
    max-width: 36%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    padding: 0 13px;
}

.img3box-row {
    margin: 0 -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img3box-col {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 6px;
}

.img3box-title {
    text-align: center;
}

.img3box-title p {
    display: none;
    font-size: 20px;
    font-stretch: condensed;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.5px;
}

.img3box-title h4 {
    color: #293b97;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.4px;
    margin: 0 0 15px;
}

.img3box-orig {
    position: relative;
}

.img3box-orig img {
    width: 100%;
}

.img3box-shadow img {
    width: 100%;
}

.pro-col-R h4 {
    color: #293b97;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.4px;
    margin: 0 0 40px;
}

.pro-col-R ul {
    margin: 0;
}

.pro-col-R ul li {
    margin-bottom: 35px;
}

.pro-col-R ul li:last-child {
    margin-bottom: 30;
}

.pro-col-R ul li p {
    margin: 0;
    color: #292929;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1px;
    padding: 10px;
}

.protocol2 {
    position: relative;
    z-index: 0;
    margin-top: -25px;
}

.pro2box {
    /* height: 100px; */
    background: #293b97;
    background-blend-mode: normal;
    padding: 15px;
    margin-top: 20px;
}

.pro2box p {
    margin: 0;
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.4px;
}

.protocol3 {
    padding: 35px 0 0;
    position: relative;
    z-index: 0;
}

.pro-col-R img {
    width: 100%;
}

.protocol4 {
    position: relative;
    z-index: 0;
    margin-top: 45px;
}

.protocol4 h2, .protocol3 h2, .protocol1 h2 {
    margin-bottom: 20px;
}

.pro-col-R ul li p b {
    color: #293b97;
    font-weight: 600;
}

.safety-box {
    max-width: 267px;
    margin: 40px auto 0;
}

.para-list ul li {
    position: relative;
    padding-left: 10px;
    margin: 1px 0;
}

.pro-col-R ul li {
    margin-bottom: 25px;
}

.para-list ul li:after {
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    background: #e9be65;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-color {
    color: #e7bc62;
}

.protocol4 b {
    font-weight: 600;
    color: #293b97;
}

.para-30 {
    margin-bottom: 25px;
}

.protocol4 .last-para {
    margin-top: 45px;
}

.pro4-box {
    height: auto;
    background: #293b97;
    background-blend-mode: normal;
    padding: 25px;
}

.pro4-box p {
    margin: 0;
    color: #ffffff;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.4px;
}

.img3box-orig span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: Lumberjack;
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: center;
}

/*===========================ANESTHESIA PAGE CSS*/
.anesthesiaSec2 {
    display: none;
}

.protocol5 .para {
    margin-bottom: 22px;
}

.anesthesia .protocol1 .pro-col-L {
    max-width: 67%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
}

.anesthesia .protocol1 .pro-col-R {
    max-width: 80%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
}

.anesthesiaImg img {
    width: 100%;
}

.anesthesia .pro-col-R li {
    margin-bottom: 15px;
}

.anesthesia .pro-col-R li .anesthesiaCol-padding {
    padding: 0px 15px;
}

.protocol5 {
    margin-top: 110px;
    position: relative;
    z-index: 0;
}

.protocol5 h2 {
    margin-bottom: 30px;
}

.protocol5 .last-para {
    margin-bottom: 40px;
}

.anesthesia .protocol1 .pro-col-L {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.protocol5 .pro-col-L {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.protocol5 .pro-col-LX {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.protocol5 .pro-col-LM {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
}

#mobile-view-left {
    display: block;
}

#mobile-view {
    display: none;
}

#anesthesiaH2 {
    margin-bottom: 8px;
}

#mobile-view-anesthesia-left {
    display: block;
}

#mobile-view-anesthesia {
    display: none;
}

.protocol5 .pro-col-R {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.protocol5 .pro-col-RX {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.anesthesia .protocol1 .pro-col-R {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.an-graph img {
    width: 100%;
}

.Viscosity {
    margin-top: 30px;
}

.Viscosity-opt {
    height: auto;
    background: #293b97;
    background-blend-mode: normal;
    position: relative;
}

.Viscosity-opt1 {
    padding: 25px 35px;
}

.Viscosity-opt p {
    margin: 0;
    color: #ffffff;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.4px;
}

.drop-arrow {
    position: absolute;
    top: -28px;
    right: 55px;
}

.anesthesiaSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 618px;
    position: relative;
    margin-top: 50px;
    margin-left: 8px;
    margin-bottom: 80px;
    display: inline-block;
}

.anesthesiaSec:after {
    position: absolute;
    left: 1%;
    bottom: 0;
    width: 95%;
    height: auto;
    border-bottom: 2px solid #98a1ce;
    content: '';
    z-index: 0;
}

.anesthesiaCol {
    position: absolute;
    left: 0;
    z-index: 1;
    top: -35px;
}

.anesthesiaCol-1 {
    left: -20px;
}

.dropIconbox span {
    display: block;
}

.dropIconbox span {
    text-align: center;
    display: block;
    color: #293b97;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 12px;
}

.anesthesiaCol-2 {
    left: 30%;
}

.anesthesiaCol.anesthesiaCol-3 {
    /* left: 358px; */
    left: 62%;
}

.anesthesiaCol.anesthesiaCol-4 {
    left: 558px;
}

.anesthesiaCol.anesthesiaCol-5 {
    left: unset;
    right: -15px;
}

.dropIconbox {
    width: auto;
    text-align: center;
}

.dropTimer {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 55px;
    text-align: center;
}

.anesthesiaCol-1 .dropTimer {
    left: 185px;
}

.dropTimer img {
    max-width: 52px;
}

.dropTimer span {
    color: #293b97;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
    text-align: center;
    line-height: 16px;
    margin-top: 8px;
}

.anesthesiaCol-2 .dropTimer {
    left: 96px;
}

.anesthesiaCol-3 .dropTimer {
    left: 70px;
}

.anesthesiaCol-4 .dropTimer {
    left: 68px;
}

/*===========================CONTACT US PAGE CSS*/
.pagetitleCONTACT {
    padding: 120px 0 80px;
}

.pagetitleCONTACT .pg-icon-2 {
    bottom: -104px;
}

.pagetitleCONTACT .pg-icon-3 {
    bottom: -130px;
}

.form-row-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.required-fields h6 {
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-stretch: condensed;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -1px;
    color: #5e5e5e;
    margin: 0;
}

.submit-btns {
    /* max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px; */
}

.submit-btns input[type="submit"] {
    width: 100%;
    height: 55px;
    color: #293b97;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.24285714px;
    border-radius: 5px;
    background: #e9be65;
    background-blend-mode: normal;
    border: 0;
}

.checkboxs {
    max-width: calc(100% - 200px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 145px;
    padding-left: 35px;
    position: relative;
}

.checkboxs input {
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
    /* height: 0;
    width: 0; */
    z-index: 10;
    height: 22px;
    width: 22px;
}

.form-input-col6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 10px;
}

/* .form-input-col6 input,.form-input-col6 select {
    border: 0;
    border-bottom: 1px solid #979797;
    height: 45px;
    margin-top: 33px;
    width: 100%;
    color: #5e5e5e;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 77px;
} */

.form-input-col6 input, .form-input-col6 select {
    border: 0;
    border-bottom: 1px solid #979797;
    height: 6vh;
    margin-top: 30px;
    width: 100%;
    color: #5e5e5e;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: inherit;
    max-height: 40px;
}

.form-input-rows {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-col-L {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 10px;
}

.form-col-R {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 10px;
}

.form .form-rows {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-col-R textarea {
    height: 313px;
    border: 1px solid #979797;
    width: 100%;
    padding: 15px;
    color: #5e5e5e;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
}

.form-input-col6 p {
    margin: 0px;
}

.form-input-col6 select {
    padding: 0 5px;
    color: #5e5e5e;
    background: -o-linear-gradient(top, #eeeeee 0%, #d8d8d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#d8d8d8));
    background: linear-gradient(180deg, #eeeeee 0%, #d8d8d8 100%);
    background-blend-mode: normal;
}

.form-input-col6 input:focus, .form-input-col6 select {
    outline: 0;
}

.form-col-R textarea:focus {
    outline: 0;
}

.required-fields {
    margin-top: 40px;
}

.form {
    margin-top: 80px;
    padding: 0 5px;
}

.checkmarks {
    position: absolute;
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #979797;
    background: #d8d8d8;
    cursor: pointer;
    display: inline;
}

.checkboxs input~.checkmarks {}

.checkboxs input:checked~.checkmark {
    background-color: #2196F3;
}

span.checkmarks.fill:after {
    display: block;
}

.checkmarks:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxs p {
    margin-top: -5px;
    color: #292929;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-stretch: condensed;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -1px;
}

.checkmarks:after {
    content: "";
    position: absolute;
    display: none;
}

.checkboxs input:checked~.checkmark:after {
    display: block;
}

.checkboxs input:checked~.checkmarks {}

.form-input-col6 select option {
    background: white;
    padding: 10px;
    border: 0.5px solid #cccccc;
}

.contact-header h2 {
    margin-bottom: 15px;
}

.contact-header p b {
    color: #293b97;
}

/*===========================ORDER IHEEZO PAGE CSS*/
.order h2 {
    margin-bottom: 20px;
}

.order-col-L {
    max-width: 68%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding: 0 15px;
}

.order-col-R {
    max-width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0 15px;
}

.order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.order-box p {
    background: #293b97;
    color: #ffffff;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    letter-spacing: -0.4px;
}

.order-box {
    background: #293b97;
    padding: 10px;
    /* margin-top: 75px; */
}

.order-row .para {
    margin-bottom: 25px;
}

.order-row .last-para {
    margin-bottom: 0;
}

.order-box p b, .order-box p b a {
    color: #E9BE65;
    font-weight: 600;
}

/*===========================No-Hassle Reimbursement Support PAGE CSS*/
.Reimbursement {
    padding: 85px 0 0 0 !important;
    position: relative;
    z-index: 0;
}

.Reimbursement-box-disblock {
    display: none;
}

.Reimbursement-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.Reimbursement-col-L {
    padding: 0 15px;
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.Reimbursement-col-L50 {
    /* padding: 0 15px; */
    padding-left: 0px;
    /* width: 98%; */
    max-width: 48%;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
}

.Reimbursement-col-R50 {
    max-width: 48%;
    /* width: 98%; */
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding-left: 2%;
}

.Reimbursement-col-harrow-L30 {
    /* padding: 0 15px; */
    padding-left: 0px;
    /* width: 98%; */
    max-width: 28%;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
}

.Reimbursement-col-harrow-R70 {
    max-width: 68%;
    /* width: 98%; */
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding-left: 2%;
}

.Reimbursement-col-L30 {
    padding: 0px;
    max-width: 30%;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.Reimbursement-col-R70 {
    max-width: 70%;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding: 0 15px;
}


.support-team {
    margin-top: 20px;
}

.Reimbursement-col-R {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 0 15px;
}


.Reimbursement-box {
    padding-top: 0px;
}

.Reimbursement-box-a {
    /* height: 59px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.Reimbursement-box-pdf {
    border-radius: 5px;
    /* border: 1px dashed #ffffff; */
    background: #e9be65;
    margin-bottom: 20px;
}

.Reimbursement-box-pdf a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
}

.Reimbursement-box-a a {
    border-radius: 5px;
    /* background: #e9be65; */
    color: #e9be65;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* color: #293b97; */
    font-family: Roboto;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.24285714px;
    width: 100%;
    height: 100%;
}

.pdf-icon {
    max-width: 95px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    padding: 10px 15px;
}

.Reimbursement-box-pdf a p {
    margin: 0;
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.24285714px;
    padding: 23px 0;
    line-height: 17px;
}

.button-div-font a {
    font-size: 18px;
    font-weight: 700;
    line-height: 17px;
}

.Reimbursement-box-pdf:last-child {
    margin-bottom: 0;
}

.Reimbursement h2 {
    margin-bottom: 25px;
}

.Reimbursement .para-bold p {
    color: #293b97;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -1px;
    margin: 0;
}

.Reimbursement .para-bold p b {
    color: #E9BE65;
    font-weight: 600;
}

.Reimbursement .last-para {}

.support-team h2 {
    margin-bottom: 30px;
}

.support-team .para-bold {
    margin-bottom: 30px;
}

.support-team .para {
    margin-bottom: 35px;
}

.button-div {
    width: 200px;
}

.width100 {
    width: 100%;
    max-width: 100% !important;
}

/*==============EXTRA CSS*/
.banner-text-h3-mob {
    display: none;
}

.pg-icon-1.d-b-mob {
    /* display: none; */
}

.desk-none {
    display: none;
}

.mobile-logo {
    display: none;
}

.bg {
    background: #e9be65;
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100vh;
    z-index: 8;
    display: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.Viscosity.Viscosity2 {
    display: none;
}

/*===================REGISTRATION FORM PAGE CSS*/
.topHeader {
    background: #2E398F;
    height: 47px;
}

.t-h-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.t-h-menu ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.t-h-menu ul a {
    display: block;
    padding: 10px 0;
    color: #FFFFFF;
    font-family: 'Bicyclette';
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    /* identical to box height */
    text-align: right;
    letter-spacing: 0;
}

.t-h-menu ul li:first-child {
    margin-right: 20px;
}

.Header {
    background: url(../img/rgformbg.svg);
}

.t-h-logo {
    max-width: 335px;
    margin: 0 auto;
    padding: 50px 0;
}

.t-h-logo img {
    width: 100%;
}

.Footer {
    background: #283C98;
    padding: 80px 0;
}

.FooterPara {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.FooterPara p {
    margin: 0;

    /* or 32px */
    font-family: 'Bicyclette';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 132.5%;
    /* or 32px */
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
}

.footerPlast {
    position: absolute;
    right: 0;
    top: 15px;
}

.regForm {
    padding: 70px 0;
}

.regForm form {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
}

.regForm h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    color: #2E398F;
    font-family: Bicyclette;
}

.formRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.colSM6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.formRow input, .formRow select {
    width: 100%;
    height: 45px;
    border: 0;
    border-bottom: 2px solid #CBCBCB;
    padding: 10px 0 10px;
    border-radius: 0;
    color: #5E5E5E;
    font-family: 'Bicyclette';
    font-size: 24px;
}

.formRow input:focus, .formRow select:focus {
    outline: none;
}

.colSM12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.titleTexT {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 45px 0 0;
}

.titleTexT h4 {
    margin: 0;
    font-family: 'Bicyclette';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    text-transform: uppercase;
    color: #2E398F;
}

.colSM70 {
    max-width: 72%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
}

.colSM30 {
    max-width: 28%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
}

.colSM60 {
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
}

.colSM10 {
    max-width: 17%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}

.regFormsubmit {
    padding-top: 55px;
}

.regForm form .required-fields {
    margin-top: 80px;
}

.regForm form p {
    font-family: 'Bicyclette';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height */
    color: #5E5E5E;
    letter-spacing: 0;
}

.regForm form .required-fields .checkboxs {
    max-width: 100%;
}

.submit-btns2 {
    text-align: center;
    margin-top: 50px;
}

.formBox2 {
    margin: 150px 0 0;
}

.submit-btns2 input {
    background: #283C98;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    height: 49px;
    width: 285px;
    letter-spacing: 0;
}

.submit-btns2 button {
    background: #283C98;
    border-radius: 8px;
    /* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    height: 49px;
    width: 285px;
    letter-spacing: 0;
}

.textCenter {
    text-align: center;
}

.textCenter h3 {
    margin: 0;
}

.formBox2 h3, .formBox h3 {
    margin: 0 0 40px;
}

.colSM60, .colSM30, .colSM70, .colSM10, .colSM12, .formBox2 h3, .titleTexT, .colSM6, .regForm h3 {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    padding: 25px 15px 0;
}

.formBox2 h3, .formBox h3 {
    padding-top: 0px;
    margin: 0 0 10px;
    height: auto;
    letter-spacing: 0;
}

.regForm form .required-fields h6 {
    font-weight: 500;
    font-family: 'Bicyclette';
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
}

.titleTexT {
    padding-top: 0;
    height: auto;
}

.textCenter h3 {
    height: auto;
    padding: 0;
    letter-spacing: 0;
}

.formRow .form-group {
    position: relative;
    margin: 0;
}

.formRow .form-group .palceholder {
    position: absolute;
    top: 10px;
    left: 0;
    /* display: none; */
    width: 100%;
    color: #5E5E5E;
}

.formRow .form-group label {
    margin: 0;
    font-family: 'Bicyclette';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #5E5E5E;
    letter-spacing: 0;
}

.formRow .star {
    color: #459DC9;
    font-weight: 600;
}

.formRow input.form-control:focus, .formRow select.form-control:focus {
    outline: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom-color: #CBCBCB;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.starts {
    color: #459DC9;
    padding-right: 3px;
    position: relative;
    top: 2px;
}

.checkmarks.fill {
    background: #293b97;
    border-color: #293b97;
}

.thankyou {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.thankyou .thankyouBox {
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thankyouInner {
    width: 100%;
    max-width: 1085px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 8px;
    height: 345px;
    padding: 50px 80px 90px;
    position: relative;
}

.closeX {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.thankyouInner h3 {
    margin: 0 0 80px;
    color: #2E398F;
    border-bottom: 1px solid #C0E4F6;
    padding-bottom: 25px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
}

.thankyouInner p {
    margin: 0;
    letter-spacing: 0;
    color: #1E1E1E;
    font-family: 'Bicyclette';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    text-align: justify;
}

#selectors, #selectors2, #selectors3 {
    position: relative;
    width: 100%;
}

#selectorField, #selectorField2, #selectorField3 {
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
}

#selectorField p, #selectorField2 p, #selectorField3 p {
    width: 100%;
    height: 45px;
    border: 0;
    border-bottom: 2px solid #CBCBCB;
    padding: 10px 0 10px;
    border-radius: 0;
    margin: 0;
    font-family: 'Bicyclette';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #5E5E5E;
    letter-spacing: 0;
}

#selectorField img, #selectorField2 img, #selectorField3 img {
    position: absolute;
    right: 0;
    top: 25px;
}

#lists, #lists2, #lists3 {
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #a6a6a6;
    padding: 0 0;
    z-index: 1;
}

.options, .options2, .options3 {
    background: #fff;
    height: 55px;
    padding: 18px 10px;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    letter-spacing: 0;
    align-items: center;
    font-family: 'Bicyclette';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height */
    text-transform: capitalize;
    color: rgba(103, 100, 100, 0.8);
}

.options p, .options2 p, .options3 p {
    margin: 0;
}

.options:hover, .options2:hover, .options3:hover {
    background: rgba(103, 100, 100, 0.05);
    border-bottom: 1px solid #efefef;
}

.hide, .hide2, .hide3 {
    visibility: hidden;
}

.regForm form p a {
    text-decoration: underline;
    font-family: 'Bicyclette';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 132.5%;
    color: #5E5E5E;
}

.sups {
    font-family: 'Bicyclette';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    top: -16px;
    position: relative;
}

select option:after {
    content: '*';
    color: red;
}

.Header {
    background-size: cover;
    background-position: top right;
}

.flots div {
    margin-bottom: 13px;
}

#flotsCont p {
    font-size: 18px;
}

.scrolls div {
    margin-bottom: 13px;
}

.removeTextSize div {
    margin-bottom: 20px;

}

/* .main-menu li:not(.desk-none) {
    background: #e9be65;
  } */

html.disable-scroll {
    overflow: hidden;
}



table {
    width: 100%;
    text-align: center;
    margin: auto;
}

table>tr>th {
    color: #ffffff;
    background: #293b97;
    font-weight: 500;
    padding: 8px;
}

table>tr>td {
    border: 2px solid #eee;
    padding: 8px;
}

.boxHide {
    /* visibility: hidden; */
    height: 0;
    overflow: hidden;

    opacity: 0;
    -webkit-transform: translateY(80vh);
    -ms-transform: translateY(80vh);
    transform: translateY(80vh);
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    will-change: opacity, visibility;

    /* -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out */
}

.boxVisible {
    /* visibility:visible; */
    height: auto;
    overflow: visible;

    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
}

.button-div-long {
    width: 423px;
    max-width: 100%;
}

.Reimbursement-harrow-img {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    margin: auto;
    max-width: 200px;
    /* margin-bottom: 15px; */
}

.harrow-r-section {
    max-width: 50%;
    padding-left: 0px;
}

.padding-p-0 {
    padding: 0px 15px !important;
}

/* sr page */


.sr-main{
    font-family: Roboto, var(--default-font-family) !important;
}

.order-row-sr {
    display: grid;
    justify-content: center;
    align-items: center;
}

.E9BE65 {
    color: #E9BE65 !important;
}

.help-resources {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.sr-box {
    display: grid;
    padding-left: 60px;
}

.sr-head {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 31.2px !important;
    color: #e9be65 !important;
}

.sr-des {
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
}

.top-margin{
    margin-top: 40px !important;
}

.page-des-sr{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 41px !important;
    font-weight: 400 !important;
    line-height: 50.74px !important;
    color: #1226AA !important;
}


.bottom-margin{
    margin-bottom: 60px !important;
}

.ACE0F9{
    background: rgba(172, 224, 249, 0.22);
}

.responsive-table {
    width: 100%;
    max-width: 48%; /* Ensures equal width on larger screens */
    border: none;
    border-collapse: collapse;
    text-align: left; /* Aligns text to the left */
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 21px !important;
}

.sr-m{
    margin-top: 50px !important;
}

.responsive-table th,
.responsive-table td {
    padding: 12px;
    border: none !important;
    vertical-align: top; /* Aligns content to the top */
}

.responsive-table th {
    background-color: #293b97;
    font-weight: bold;
    color: #fff;
    text-align: left; /* Ensures header text is left-aligned */
}

.responsive-table a{
    color: #1226AA !important;
    font-weight: 700;
}

.hcare-bt{
    background-color: #E9BE65 !important;
    border-radius: 8px;
    font-size: 20px !important;
    font-weight: 700 !important;
    border: none;
    margin-left: 10px;
    width: 367px;
    height:65.78px;
    color: #293B97 !important;
}

.login-text{
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
}

.ul-cl li{
    list-style: disc;
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
}

.assis{
     text-align: start;
    line-height: 34px !important;
    font-weight: 400;
}


.copay-ul li{
    list-style: disc;
    text-align: start;
    line-height: 34px !important;
    font-weight: 400;
    font-size: 21px !important;

}

.copay-ul{
 padding-left: 40px;
}

.copay-ul li:nth-last-child(5) {
    font-weight: 700 !important;
}

.enroll-easy{
    padding-left: 40px !important;
}

.responsive-table2{
    width: 100% !important;
    text-align: left !important;
}

.responsive-table2 th,
.responsive-table2 td {
    padding: 12px;
    border: none;
    vertical-align: top; /* Aligns content to the top */
}

.responsive-table2 th {
    background-color: #293b97;
    font-weight: bold;
    color: #fff;
    text-align: left !important; /* Ensures header text is left-aligned */
}

.bottom-info{
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}

.bottom-info a{
    color: #1226AA !important;
    font-weight: 700;
}

.hcare-bt:focus{
    border: none !important;
}

.hcare-bt:hover{
    border: none !important;
}

.hand img{
    width: 300px !important;
}

.sr-head{
    padding-bottom: 10px !important;
}


.page-des-sr{
 
    font-family: 'Lumberjack', sans-serif !important;
}

.assis{
    font-size: 21px !important;
    font-weight: 400 !important;
    /* line-height: 24.609px !important; */
}


.call-center-assistance-1 {
     font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 26.4px !important;
    }

/* 
    .responsive-table tbody{

        border:none !important;

    }
    .responsive-table tr{

        border:1px solid rgba(172, 224, 249, 0.22) !important;

    } */


@media (max-width: 991px) {
    .responsive-table {
        max-width: 100%; /* Stacks tables in column layout */
    }

    .extramr{
        margin-bottom: 20px !important;
    }

    .none{
        display: none;
    }

    .sr-m{
        margin-top: 40px !important;
    }

    .page-des-sr{
        font-size: 35px !important;
        line-height: 43.74px !important;
        font-family: 'Lumberjack', sans-serif !important;
    }

    .help-resources{
        margin-bottom: 15px !important;
    }
    .bottom-info{
        padding-bottom: 30px;
    }

    .hand img{
        width: 300px !important;
    }
}



@media (max-width: 768px) {
    .responsive-table {
        max-width: 100%; /* Stacks tables in column layout */
    }
    
    .hand img{
        width: 300px !important;
    }

    .help-resources{
        display: grid !important;
        justify-content: center;
        align-items: center;
    }

    .help-resources div{
        display: grid !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .sr-box{
        padding-left: 0px !important;
    }

    .sr-head{
     padding: 20px 10px 20px 10px;
    }

    .sr-des{
        padding-bottom: 10px;
    }

}


@media (max-width: 480px) {
    .responsive-table {
        max-width: 100%; /* Stacks tables in column layout */
        font-size: 18px !important;
        line-height: 24px !important;
        overflow-wrap: anywhere;
    }
    
    .help-resources{
        display: grid !important;
        justify-content: center;
        align-items: center;
    }

    .help-resources div{
        display: grid !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .sr-box{
        padding-left: 0px !important;
    }

    .sr-head{
        font-size: 20px !important;
        line-height: 28px !important;
   
    }

    /* .sr-des{
       font-size:16px !important;
    } */
 
    .login-text{
        font-size: 21px !important;
        line-height: 32px !important;

    }

    .sr-head{
        font-size: 26px !important;
        line-height: 31px !important;
    }

    .copay-ul{
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .page-des-sr{
        font-size: 28px !important;
        line-height: 40px !important;
    }

    .sr-m{
        margin-top: 25px !important;
    }

    .hcare-bt{
        width: 320px;
        font-size: 18px !important;
    }

    .order-row-sr{
        padding-bottom: 30px !important;
    }

    .bottom-info{
        font-size: 14px !important;
        padding-bottom: 22px;
    }

    .stream{
        font-size: 21px !important;
        line-height: 32px !important;
    }

}
 

@media (max-width:400px) {

    .hcare-bt{
        width: 230px;
    }
    
}


.pvc a{
    text-decoration: none !important;
}

.foo-copyright p{
    letter-spacing: normal !important;
}