body {
    font-family: "Roboto", sans-serif;
    background-size: cover;
    font-size: 18px;
    color: #333;
}
body,
html {
    max-width: 100%;
    overflow-x: hidden;
}
*:hover,
*:focus {
    outline: none !important;
    text-decoration: none !important;
    /* border: none!important;
  box-shadow: none!important; */
}
.btn:focus,
.form-control:focus {
    box-shadow: none;
}
.row {
    display: -webkit-flex;
}
img {
    max-width: 100%;
}
* {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
a:hover {
    color: #1477bd !important;
}
ol,
ul {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: bold;
}
section {
    position: relative;
}
.row:before,
.row:after {
    width: 0px;
    height: 0px;
    content: "";
}
.align-items-center {
    -webkit-align-items: center;
}
.justify-content-center {
    -webkit-justify-content: center;
}
.justify-content-between {
    -webkit-justify-content: space-between;
}
.nav-wrapper,
.nav-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-link-box a {
    color: #64656A;
    margin-right: 30px;
    text-decoration: none;
    position: relative;
    transition: 0.4s;
}
.nav-link-box {
    margin-left: 80px;
}
.nav-bar {
    padding: 15px 0px;
}
.nav-link-box a:after {
    position: absolute;
    content: "";
    background-color: #F15224;
    width: 0%;
    height: 2px;
    left: 0px;
    bottom: -3px;
    transition: 0.4s;
}
.nav-link-box a:hover:after {
    width: 100%;
}
.nav-link-box a:hover {
    color: #F15224 !important;
}
.header-bottom-text{
    background: #ef7767;
    padding: 6px;
    color: #fff;
    text-align: center;
}
.hero {
    /*background: url(../images/hero-banner.png) no-repeat no-repeat;*/
    background: url(../images/hero-banner-new-2_n.png?v=5) no-repeat no-repeat;
    background-size: cover;
    padding: 70px 0px;
}
.top-content {
    background: #F15224;
    color: #fff;
    padding: 7px 15px;
    display: table;
    margin: 0 auto 15px;
}
.hero-text h1 {
    font-size: 55px;
    color: #fff;
    text-align: center;
}
.hero-text {
    max-width: 670px;
    margin-left: auto;
}
.hero-img img {
    position: absolute;
}
.hero-img {
    width: 560px;
    left: -106px;
    top: 10px;
}
.hero-check {
    color: #fff;
    padding-left: 204px;
    margin-top: 25px;
    position: relative;
    z-index: 1;
}
.drug-free {
    top: 0px;
    left: 0px;
}
.hero-check h4 {
    font-size: 34px;
    margin-bottom: 15px;
}
.point p {
    position: relative;
    padding-left: 30px;
}
.point p:after {
    position: absolute;
    content: "";
    background-image: url(../images/check.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    left: 0px;
    background-size: 20px;
    top: 6px;
}
.hero-check p {
    font-size: 20px;
}
.claim-button {
    background-color: #FC0000;
    background-image: linear-gradient(to bottom, #FC0000, #CB0000);
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    font-size: 24px;
    width:360px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 100ms linear;
    position: relative;
    box-shadow: inset 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.claim-button:hover {
    color: #fff !important;
}
.btn-box {
    display: table;
    text-align: center;
}
.btn-box a,
.btn-box a:hover {
    text-decoration: none;
    color: #fff !important;
}
.claim-button::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #CB0000;
    position: absolute;
    border-radius: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 500ms ease-in-out;
    opacity: 0;
    animation: flash 100ms ease-in-out;
    transform: scaleX(1.2) scaleY(1.2);
}
.claim-button:hover::before {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
@keyframes flash {
    0% {
        opacity: 1;
        transform: translate(45px);
    }
    100% {
        opacity: 0;
        transform: translate(0);
    }
}
#brand {
    background: #eeeeeeb8;
    padding: 20px 0px;
}
.iconset p {
    color: #F15224;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 16px;
}
.brand-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.iconset {
    display: flex;
    align-items: center;
}
.iconset {
    width: calc(25% - 15px);
}
.stiff h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
.stiff {
    padding: 60px 0px 30px;
}
.stiff p {
    font-size: 18px;
}
.stiff-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.stf-img {
    width: 300px;
}
.stf-text {
    width: calc(100% - 320px);
}
.container.cont-wdth {
    max-width: 990px;
}
.mback-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.m-back {
    background: url(../images/guarantee-bg.png) no-repeat no-repeat;
    padding: 30px 60px;
    background-size: cover;
    border-radius: 8px;
}
.mbak-icon img {
    width: 130px;
}
h2.heading-text {
    font-size: 32px;
}
.drug-free-section {
    margin: 0 0 40px 0;
}
.drug-free-section h3 {
    color: #F15224;
    font-size: 30px;
    margin: 30px;
}
.approch-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.approch-img,
.approch-txt {
    width: calc(50% - 20px);
}
.app-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.app-num {
    font-size: 30px;
    background: #F15224;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.app-text {
    width: calc(100% - 60px);
}
.app-text h5 {
    font-size: 24px;
}
.approch-img img {
    width: 100%;
}
.approch-txt .app-box:last-child {
    margin-bottom: 0px;
}
.dr-statement {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 60px 0px;
}
.dr-statement img {
    width: 90px;
}
.dr-text {
    width: calc(100% - 105px);
}
.drug-free-section .btn-box p a {
    color: #333 !important;
}
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #f15224;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 18px;
}
#nav-icon1 span:nth-child(3) {
    top: 36px;
}
#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#nav-icon1 {
    display: none;
}
body.open {
    height: 100vh;
    overflow: hidden;
}
#overlay {
    background: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 9;
}
.dr-left {
    display: none;
}
.reco-formula {
    /* background: #EEEEEE; */
    padding: 50px 0px 20px;
}
.reco-formula h5 {
    font-size: 24px;
    color: #F15224;
    text-align: center;
    margin-top: 15px;
}
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.vdo-bx1 {
    display: table;
    margin: 40px auto;
}
.reco-formula p {
    font-size: 21px;
}
.m-back{
    margin-bottom: 50px;
}
.vdo-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.vdo-box {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
.support-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.joint-support {
    padding: 40px 0px 60px;
}
.joint-support h3 {
    color: #F15224;
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 8px;
}
.review-box {
    margin-bottom: 0;
}
.joint-support .btn-box p a {
    color: #333 !important;
}
.separatin-box {
    background-color: #EEEEEE;
    padding: 50px 0px;
    margin-top: 0;
}
.separatin-box .d-flex{
justify-content: space-evenly;
}
ul.product-sec-v1 li {
        display: flex;
        justify-content: flex-start;
        font-size: 22px;
        margin-bottom: 15px;
    }
  ul.product-sec-v1 li i  {
    color: #f15224;
    font-size: 22px;
    margin-right: 10px;
    }
.tablf-container h3 {
    color: #F15224;
    font-size: 30px;
    margin-bottom: 60px;
}
.table-wrapper {
    display: flex;
    align-items: flex-end;
    border: 1px solid #333;
}
.f-14 {
    font-size: 14px;
}
.table-wrapper ul {
    padding: 0px;
    margin: 0px;
}
.table-wrapper ul li {
    height: 60px;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #979797;
    text-align: center;
}
.table-wrapper ul {
    min-width: 14%;
}
.table-wrapper ul:nth-child(1) {
    min-width: 44%;
}
.table-wrapper ul:nth-child(1) li {
    text-align: left;
    font-size: 20px;
}
.table-wrapper ul:nth-child(3) li,
.table-wrapper ul:nth-child(4) li {
    border-right: 1px solid #979797;
}
.table-wrapper ul li:nth-child(1) {
    font-size: 14px;
    height: 45px;
    line-height: 13px;
}
.table-wrapper ul:nth-child(2) li:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    background-color: #F15224;
    color: #fff;
    border-top: 2px solid #333;
    height: 70px;
    margin-top: -25px;
    line-height: 37px;
}
.table-wrapper ul:nth-child(2) li {
    border-left: 2px solid #333;
    border-right: 2px solid #333;
}
.table-wrapper ul:nth-child(2) li:nth-child(7) {
    border-bottom: 2px solid #333;
    height: 85px;
    margin-bottom: -25px;
    background: #fff;
}
.tablf-container {
    padding-bottom: 80px;
}
.prod-left {
    max-width: 800px;
}
.prod-right {
    position: absolute;
    right: -180px;
    top: -30px;
}
.dr-img-new {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}
.dr-left-new {
    max-width: 190px;
}
.gmp-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 50px;
    margin-top: 50px;
}
.gmp-wrp p {
    text-align: center;
}
.ingd-box {
    text-align: center;
    width: calc(25% - 15px);
}
.ingd-box p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 12px;
}
.ingd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0px 30px;
}
.ingd-box img {
    width: 150px;
}
.spp-fact-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0px;
}
.sp-fact-text {
    width: calc(100% - 300px);
}
.sp-fact-img {
    width: 275px;
    text-align: center;
}
.link-para {
    color: #F15224;
    font-weight: 500;
    text-decoration: none;
    display: table;
    margin: 20px auto 0px;
    cursor: pointer;
}
footer {
    background-color: #F15224;
    padding: 40px 0px;
    text-align: center;
}
.ftr-link a {
    color: #fff;
    text-decoration: none;
    margin: 0px 15px;
    font-size: 16px;
}
.ftr-link a:hover {
    color: #fff !important;
}
.ftr-link {
    margin: 20px 0px 30px;
}
.f-16 {
    font-size: 16px;
}
.newsletter input,
.newsletter button {
    border-radius: 0px;
    height: 46px;
}
.newsletter button {
    background-color: #333333;
    color: #fff;
    border: 0px;
    width: 110px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.newsletter {
    max-width: 430px;
    margin: 20px auto;
}
.sp-fact-img a img {
    position: relative;
    top: -2px;
}
.social-link a {
    color: #fff;
    margin: 0px 12px;
    transition: 0.4s;
    position: relative;
}
.social-link a:hover {
    color: #fff !important;
}
.social-link a:hover>i {
    transform: translateY(-5px);
}
.social-link {
    background: #ff6538;
    display: table;
    margin: 30px auto;
    padding: 10px 15px;
}
.f-12 {
    font-size: 12px;
}
footer .container {
    max-width: 1100px !important;
}
.flec-ahart {
    display: none;
}
.box-para {
    border: 1px solid #fff;
    padding: 10px 15px;
    display: table;
    margin: 0 auto;
    width: 100%;
}
.customfancybox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: none;
    z-index: 9999;
}
.customfancybox-inner {
    max-width: 560px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.popup_close {
    color: #000;
    font-size: 27px;
    position: absolute;
    right: -40px;
    top: 0;
    background: #fff;
    height: 40px;
    width: 40px;
    cursor: pointer;
    padding: 0 11px;
}
.customVideoHolder {
    border: 10px solid #fff;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.hero-img-badge {
    display: none;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog .close {
    position: absolute;
    right: -12px;
    top: -12px;
    text-shadow: none;
    background: #000;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 99;
    cursor: pointer;
    color: #fff;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.copyright_text {
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
    margin-top: 40px;
}
.cpyBtm {
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
}
/**********hero banner************/
.fixed-sec-mb {
    display: none;
}
.hero-banner {
    background: url(../images/sleep-hero-banner.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.hero-banner .content {
    padding: 5px 0;
}
.hero-banner .bill-img {
    align-self: end;
}
.hero-banner p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}
.hero-banner h1 {
    color: #fff;
    font-size: 6rem;
    /* text-shadow: 3px 1px 3px rgba(0, 0, 0, 0.80); */
    line-height: 0.85;
    letter-spacing: -2.4px;
}
.hero-banner h2 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.1;
    font-family: "PT Serif", serif;
    font-style: italic;
}
.button-section {
    margin-top: 50px;
}
.button-section p {
    font-size: 22px;
    text-align: center;
}
.hero-banner a {
    background: #c20c34;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    padding: 18px 14px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 0;
    width: 360px;
    text-transform: uppercase;
    margin-top: 35px;
    line-height: 1;
    border-radius: 15px;
}
.hero-banner a:hover {
    background: #a7082a;
    color: #fff!important;
    text-decoration: none;
}
.hero-banner .bill-img {
    position: relative;
}
.bill-img {
    max-width: 580px;
}
.badge-img {
    position: absolute;
    left: -20px;
    top: 65px;
    max-width: 210px;
}
.product-img {
     position: absolute;
    right: 5%;
    bottom: 5%;
    max-width: 550px;
}
.hero-banner .mobile {
    display: none;
}
.claim-trail-btnv1 {
    background: #DF1600;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
    font-size: 16px;
    display: none;
}
.claim-trail-btnv1:hover{
     color: #000!important;
}
/*************************/

/****Start swiper slider css*****/
.rx-product-gallery{
  max-width:520px;
  margin:auto;
  padding: 50px 0 0px;
  display: none;
}

.rx-product-gallery img{
  width:100%;
  display:block;
}

/* MAIN SLIDER */

.rx-main-slider{
  width:100%;
  border-radius:0;
  overflow:hidden;
}

.rx-main-slider .swiper-slide{
  display:flex;
  justify-content:center;
  align-items:center;
}

/* THUMBNAILS */

.rx-thumb-slider{
  margin-top:14px;
}

.rx-thumb-slider .swiper-slide{
  border:2px solid transparent;
  border-radius:0;
  overflow:hidden;
  cursor:pointer;
  opacity:.7;
}

.rx-thumb-slider .swiper-slide-thumb-active{
  border:2px solid #5c8df6;
  opacity:1;
}

.rx-thumb-slider img{
  width:100%;
}
/* ARROWS */
/* .rx-swiper-next,
.rx-swiper-prev{
  width:36px;
  height:36px;
  background:#fff;
  border-radius:50%;
  box-shadow:0 2px 6px rgba(0,0,0,0.2);
} */

/* .rx-swiper-next::after,
.rx-swiper-prev::after{
  font-size:16px;
  color:#333;
} */

/* .rx-swiper-next{
  right:10px;
} */

.rx-swiper-prev{
  left:10px;
}
/*****End swiper slider css*******/

@media(min-width:2300px) {
    .hero-banner {
        justify-content: center;
    }
}
@media(max-width:1300px) and (min-width:991px) {
    .bill-img {
        max-width: 520px;
    }
    .badge-img {
        top: 40px;
        max-width: 180px;
    }
    .product-img {      
        max-width: 480px;
    }
    .hero-banner h1 {
        font-size: 5.2rem;
    }
    .hero-banner h2 {
        font-size: 4rem;
    }
    .hero-banner p {
        font-size: 22px;
    }
    .button-section p {
        font-size: 24px;
    }
    .hero-banner a {
        font-size: 2rem;
    }
    .button-section {
    margin-top: 10px;
}
}
@media (max-width:991px) and (min-width:768px) {
    .bill-img {
        max-width: 400px;
    }
    .badge-img {
        top: 30px;
        max-width: 140px;
    }
    .product-img {
        max-width: 380px;
    }
    .hero-banner h1 {
        font-size: 4rem;
    }
    .hero-banner h2 {
        font-size: 2rem;
    }
    .hero-banner a {
        width: 100%;
        padding: 12px 30px;
    }
    .hero-banner p {
        font-size: 16px;
    }
    .button-section p {
        font-size: 18px;
    }
    .stiff-wrapper {
        align-items: center;
    }
     .nav-left {
        width: 100%;
    }
    .claim-trail-btnv1{
        display: block;
        text-decoration: none;
    }
}
@media (max-width:767.9px) {
    .nav-bar {
    padding: 0px 0px;
  }
  .btn-box{
      display: none!important;
  }
  .logo-img{
      max-width: 125px;
  }
    .hero-banner {
        background: url(../images/sleep-hero-bannermb.jpg);
        flex-direction: column;
        padding: 5px 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .hero-banner .content {
        text-align: center;
        padding: 0;
          width: 100%;
    }
    .bill-img.mobile {
        width: 100%;
        position: relative;
        max-width: 100%;
    }
    .badge-img-mob {
        max-width: 90px;
        position: absolute;
        left: 30px;
        top: 20px;
        display: none;
    }
    .bill-img-mob {
        max-width: max-content;
        height: 520px;
        margin-right: -20px;
    }
    .product-img-mob {
       position: absolute;
        bottom: 245px;
        left: 0;
        max-width: 315px;
    }
    .hero-banner .button-section {
        bottom: -90px;
        width: 100%;
        padding: 0 10px;
        position: absolute;
        bottom: -27px;
        left: 50%;
        bottom: -82px;
        margin-top: 0;
        transform: translate(-50%, -50%);
    }
    #iframe-frontrow-brand,
    #frontrow-badge {
        height: 120px !important;
        overflow: hidden;
    }
    .hero-banner h1 {
        font-size: 3.2rem;
        letter-spacing: 0;
        margin: 6px 0 0 0;
    }
    .hero-banner h1 br {
        display: none;
    }
    .hero-banner h2 {
        font-size: 2.5rem;
        margin: 0;
    }
    .hero-banner p {
        font-size: 22px;
    }
    .button-section p {
        font-size: 16px;
    }
    .hero-banner a {
        font-size: 1.6rem;
        padding: 14px 14px;
        margin-top: 0;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .hero-banner .desktop {
        display: none;
    }
    .hero-banner .mobile {
        display: block;
    }
    .fixed-sec-mb {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 1;
        display: none;
    }
    .order-online-btn {
        background: #DF1600;
        width: 50%;
        padding: 10px 0;
        color: #fff;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        border-radius: 32px;
        font-weight: 600;
    }
    .order-online-btn:nth-child(2) {
        background: #fff;
        color: #F93823;
        border: solid 1px #F93823;
    }
    #nav-icon1 {
        display: none !important;
    }
    .claim-trail-btnv1 {
        display: block;
        text-decoration: none;
    }
        #frontrow-badge {
        max-width: 100%;
    }

    
   .stiff {
    padding: 20px 0;
}
.m-back{
    margin-bottom: 0;
}
#frontrow-badge-mobile {
    height: auto!important;
    max-width: 400px;
    width: 100%;
    background: #010d2761;
    padding: 5px 9px;
    border-radius: 10px;
    box-shadow: 0 0 1px #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.separatin-box {
    display: none;
}
.rx-product-gallery{
  display: block;
}
}
@media (max-width:500px) {
     .product-img-mob {   
        bottom: 250px;
        max-width: 270px;
    }
    .claim-trail-btnv1
    {
        font-size: 12px;
    }
     .bill-img-mob {
        max-width: max-content;
        height: 410px;
        margin-right: -115px;
    }
    .header-bottom-text p{
        font-size: 14px;
    }
    .iconset p {
    font-size: 14px;
    line-height: 1;
}
ul.product-sec-v1 li {
        font-size: 18px;
        margin-bottom: 15px;
}
    .product-imgg-v1 {
        width: 40%;
        margin-right: 20px;
    }
}

/**********************/
