html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #010101;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", system-ui;
  }
  html::-webkit-scrollbar {
    width: 10px; 
 }
html::-webkit-scrollbar-thumb {
    background: var(--theme-gradient);
    border-radius: 25px;
  }
/* color */
:root {
    --theme-gradient: linear-gradient(268.92deg, #29E7AB 8.72%, #1189DF 78.41%);
    --theme-gradient1: linear-gradient(268.92deg, #1189DF 8.72%, #29E7AB 78.41%);
    --theme-bg: linear-gradient(180deg, #E1FFF1 0%, #FEECFF 43%, #A9C7FF 100%);
}

/* gradient-color start */
.theme-clr {
    background: linear-gradient(268.92deg, #29E7AB 8.72%, #1189DF 78.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-theme {
    border-bottom: 2px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}
/* gradient-color end */
.blue-clr{
    color: #007ED9;
}
.white-clr {
    color: #ffffff;
}
.black-clr {
    color: #010101;
}
.red-clr{
    color: #FF3E33;
}
.brown-clr{
    color: #65020A;
}
.orange-clr{
    color: #EC750D;
}
.orange-clr1{
    color: #FF9500;
}
.green-clr{
    color: #00A624;
}
.green-clr1{
    color: #005F6A;
}
.green-clr2{
    color: #19C4A0;
}
.clr-1{
    color: #298be0;
}
.clr-2{
    color: #f64286;
}
.clr-3{
    color: #494df9;
}
/* padding */
.sec-pd{
    padding-top: 40px;
    padding-bottom: 40px;
}
.under{
    border-bottom: solid #000;
}

.orange-border{
    position: relative;
}

@media (min-width:768px) {
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .orange-border::before{
        background: url(https://cdn.oppyotest.com/launches/talkingbooks/jv/orange-wave.webp);
        content: "";
        position: absolute;
        width: 100%;
        height: 8px;
        bottom: -2px;
        left: 0px;
    }
}
/* padding */

/* img animation start */
.vert-move {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}
/* img animation end */

/* Typing slider start */

.typing-text{
    background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/typing-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}
  @media (min-width:768px) {
    .typing-text{
        width: 650px;
    }
  }
/* Typing slider end */

/* Header sec start */
.header-section{
    background: linear-gradient(221.48deg, #FFFFFF 26.73%, #C9FFE6 81.5%, #1390DC 151.5%);
}

.post-head {
    padding: 10px;
    border-radius: 10px;
    background: #FF9232;
    display: inline-block;
}
.date-box{
    border-radius: 30px;
    border: 5px solid #FFF;
    background: #03110E;
    /* border: double 5px transparent;
    background-image: linear-gradient(#03110E,#03110E), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}

.header-section ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-section ul.leader-ul li {
    display: inline-block;
    padding: 0px 5px;
    font-weight: 400;
}
.main-heading {
    padding: 10px;
    border-radius: 20px;
    border: 3px solid #19C4A0;
    background: #ffffff;
}
.gradiant-frame-1{
    /* background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/gradiant-frame-1.webp") no-repeat;
    background-size: 100% 100%; */
    background: var(--theme-gradient);
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
/*  */
.main-date-1 {
    background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/date-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 137px 20px 25px;
}
.launch-start{
    background: #006EBC;
    padding: 7px 34px;
    display: inline-block;
    border-radius: 100px;
}
.time-box {
    background: #ffffff;
    padding: 11px 15px 8px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px #0000004D;
}
.main-date-2{
    background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/date-frame-2.webp") no-repeat;
    background-size: 100% 100%;
    padding: 137px 20px 25px;
}
.launch-end{
    background: #005F6A;
    padding: 9px 33px;
    display: inline-block;
    border-radius: 100px;
}
.header-white-box{
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 15px 30px #00000026;
}

.mt-top{
    margin-top: -157px;
}
.date sup {
    font-size: 30px;
    top: -1em;
}
@media (min-width:768px) {
    .header-white-box{
        padding: 30px 45px;
    }
    .f-md-75{
        font-size: 75px !important;
    }
    .header-section{
        background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/header-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    .post-head {
        padding: 8px 32px;
    }
    .main-heading {
        background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/main-headline-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 90px 30px 104px;
        border-radius: 0px;
        border: none;
    }
    .wave-line{
        position: relative;
    }
    .wave-line::after {
        content: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/wave-line.webp");
        position: absolute;
        bottom: -20px;
        left: 0px;
    }
    .yellow-border{
        position: relative;
    }
    .yellow-border::after {
        content: url(https://cdn.oppyotest.com/launches/talkingbooks/jv/yellow-border.webp);
        /* padding: 0px 10px 0px 0px; */
        position: absolute;
        top: -4px;
        right: -25px;
    }
    .mock-box{
        position: relative;
    }
    .mock-box-1 {
        position: absolute;
        bottom: 20px;
        left: 30px;
    }
    .date-box{
        margin-top: -300px;
    }

/* date style */
.f-md-100{
    font-size: 100px !important;
}
.date sup {
    font-size: 30px;
    top: -2em;
    /* left: -.1em; */
}

.launch-start{
    background: #006EBC;
    padding: 9px 27px;
    display: inline-block;
    border-radius: 100px;
}

.launch-end{
    background: #005F6A;
    padding: 9px 33px;
    display: inline-block;
    border-radius: 100px;
}
/* date style */
}

/* Header sec end */

/* live sec start */
.live-section {
    background: #ffffff;
    padding: 30px 0px;
}

.left-live-box {
    border: 1px solid #EC750D;
    background: #FFE6D4;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}
.form-btn input[type="submit"] {
    text-decoration: none;
    border: none;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 9999;
    padding: 15px 10px;
    line-height: 20px;
    font-weight: 600;
    outline: none;
    white-space: normal;
    cursor: pointer;
    background: var(--theme-gradient);
    border-radius: 5px;
    transition: all .3s ease;
}
.form-btn input[type="submit"]:hover {
    background: var(--theme-gradient1) !important;
}
.right-live-box {
    border-radius: 10px;
    border: 1px solid #0AABFF;
    background: #DBF3FF;
    padding: 15px;
    height: 100%; 
}
.request-affiliate a {
    background: var(--theme-gradient);
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: #fff;
}
.request-affiliate a:hover {
    background: var(--theme-gradient1);
    color: #fff !important;
}
.request-affiliate-1 a {
    /* background: #6D0D15; */
    background: var(--theme-gradient);
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 15px 10px;
    text-decoration: none;
}
.request-affiliate-1 a:hover{
    color: #fff;
    background: var(--theme-gradient1);
}
a.promo-link-1, a.promo-link-2, a.promo-link-3 {
    max-width: 100%;
    padding: 15px 30px;
    border-radius: 5px;
}
a.promo-link-1:hover, a.promo-link-2:hover, a.promo-link-3:hover {
    text-decoration: none;
    color: #ffffff;
}
a.promo-link-1{
    background: #EC750D;
}
a.promo-link-2 {
    background: #0AABFF;
}
a.promo-link-3 {
    background: #E55AFB;
}
.promo-link-1:active, .promo-link-2:active, .promo-link-3:active {
    transform: scale(0.96);
  }
.form-frame{
    background: url(https://cdn.oppyotest.com/launches/talkingbooks/jv/form-frame.webp) no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 20px;
}
/* .live-box{
    padding: 20px 15px;
} */

@media (min-width: 768px) {
    .live-section {
        padding: 310px 0px 100px;
    }
    .form-frame{
        padding: 1px 100px 80px 100px;
    }
    .left-live-box {
        padding: 50px;
    }
    .mb-md5 {
        margin-bottom: 5px!important;
    }
    .form-control.input-field {
        height: 60px;
        font-size: 15px;
    }
    .right-live-box {
        padding: 50px;
    }
    .request-affiliate a {
        font-size: 20px;
        padding: 15px 20px;
        display: inline-block;
        width: auto;
    }
    /* .live-box{
        padding: 0px 100px 50px;
    } */
    .form-text-1{
        margin-top: -210px;
    }
}
/* live sec end */
/* convert-sec start */
.convert-sec{
    background: var(--theme-bg);
}
.convert-frame{
    background: #fff;
    border: 3px solid #19C4A0 ;
    border-radius: 10px;
    padding: 20px 10px;
}
.convert-text{
    color: #19C4A0;
}
@media (min-width: 768px) {
    .convert-sec{
        background:  url("https://cdn.oppyotest.com/launches/talkingbooks/jv/convert-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 153px 0px 170px;
    }
    .convert-frame{
        background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/convert-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: 0px;
        padding: 80px 60px 80px 58px;
    }
    .convert-text{
        background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 5px 15px;
        color: #fff;
    }
    .convert-frame img{
        margin-top: -67px;
    }
}
/* convert-sec end  */

/* learning-sec start */
.learning-sec{
    background: #fff;
}
.learning-text{
    background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/blue-shade.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
.learning-box{
    background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/learning-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 45px 20px;
    height: 100%;
}
@media (min-width: 768px) {
    .learning-text{
        padding: 10px 25px;
    }
    .learning-box{
        padding: 66px 32px 47px;
        height: 100%;
    }
}
/* learning-sec end */


/* proudly-section start */
.proudly-sec{
    background: #000;
    padding: 30px 0px;
}
.presenting-head{
    border-radius: 30px;
    background: #093F33;
    backdrop-filter: blur(4px);
    display: inline-block;
    padding: 8px 26px;
}
.light-frame{
    background: #19C4A0;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 20px;
}
@media (min-width: 768px) {
    .proudly-sec {
        background: #FFFFFF url(https://cdn.oppyotest.com/launches/talkingbooks/jv/proudlybg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 123px;
    }
    .presenting-head{
        background:  url(https://cdn.oppyotest.com/launches/talkingbooks/jv/presenting-frame.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 9px 59px 17px;
      }
}
/* proudly-section end */

/* step-sec start */
.step-sec{
    background: #fff;
}

/* steps-card */
.heading-tabs:not(.collapsed) .steps-icon{
    border-color: #6137F7;
}
/* .heading-tabs:not(.collapsed) .steps-card{
    border-color: var(--purple-clr);
} */
.steps-card .steps-icon{
    min-width: 80px;
    min-height: 80px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: white;
    fill: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    transition: 0.5s ease-in-out;
    border: 2px solid transparent;
    padding: 20px;
    margin-bottom: 20px;
}

.steps-tabs{
    /* height: 750px; */
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
}
/*  */

.steps-card p{
    /* color: #101010; */
    color: rgb(25 25 25 / 78%);
    text-align: left;
}
/* .steps-section .media{
    position: relative;
    padding: 80px 0 ;
}
.steps-section .media img{
    position: relative;
    z-index: 2;
}

.steps-section .media::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    border-radius: 10px;
    background: url('https://cdn.oppyotest.com/launches/bookcreator/jv/demo.webp'), lightgray 50% / cover no-repeat;
    filter: blur(15px);
    z-index: 0;
    opacity: 0.4;
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */
.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
    background: #E1FFF1;
    border: 1px solid transparent;
    /* background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/step-frame.webp") no-repeat;
    background-size: 100% 100%; */
    padding: 40px 30px;
}
.nav-link.active .steps-card{
    border: 1px solid #19C4A0;
}
.heading-tabs{
    /* background: rgba(153, 88, 204, 0.10);  */
    background: transparent; 
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
    border-radius: 20px;
}

/* .steps-section .nav-link.active .steps-card,
.steps-section .nav-link.active .steps-card .steps-icon{
    border: 1px solid var(--purple-clr);
}
.steps-section .nav-link.active .steps-card{
    height: 360px;
    border-left: 7px solid #0340f2;
}
.steps-section .nav-link.active .step-arrow{
    display:none !important;
} */

.cleint-frame {
    border: 5px solid #A9C7FF;
    border-radius: 12px;
}
/* step-sec end */


/* content-sec stat */
.content-sec{
    background: var(--theme-bg);
    padding: 30px 0px;
}
.boring-text{
    background: #ffffff;
    border: 2px solid #1189DF;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 4px;
}
.content-text{
    background: #ffffff;
    border: 1px solid rgba(153, 88, 204, 0.4);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}   
.content-frame{
    background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/content-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 10px;
}
.content-frame-1 {
    background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/content-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 10px;
}
.sample-book{
    background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/book-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    height: 100%;
}
.sample-book img{
    box-shadow: -10px 10px 20px 0px #00000033;
    transition: 0.6s;
}
.sample-book:hover img{
    transform: scale(1.1);
}
/* .theme-frame{
    background: var(--theme-gradient);
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
} */
@media (min-width: 768px) {
    .content-sec{
        background: #AAC8FF url("https://cdn.oppyotest.com/launches/talkingbooks/jv/content-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 120px 0px;
    }
    .boring-text{
        background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/boring-text.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 68px;
        border: unset;
        border-radius: 0;
    }
    .content-text{
        padding: 10px 24px;
    }
    .content-border{
        position: relative;
    }
    .content-frame{
        padding: 13px 51px 5px 52px;
    }
    .content-frame-1 {
        padding: 5px 30px;
    }
    .sample-book{
        padding: 30px 75px;
        display: inline-block;
    }
    /* .theme-frame{
        background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/theme-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 14px 28px;
        border-radius: 0px;
    } */
}
/* content-sec end */


/* demo sec start */
.demo-sec{
    background: #ffffff;
    padding: 30px 0px;
}

.blue-frame{
    background: url(https://cdn.oppyotest.com/launches/talkingbooks/jv/blue-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 10px;
}

.border-frame{
    background: url(https://cdn.oppyotest.com/launches/talkingbooks/jv/border-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 30px;
}

@media (min-width: 768px) {
.demo-sec{
    background: url(https://cdn.oppyotest.com/launches/talkingbooks/jv/demo-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
}
.border-frame{
    padding: 75px 100px;
}
}
/* demo sec end */

/* reason sec start */
.reason-sec {
    background: #000000;
}
.why-should {
    border-radius: 10px;
    background-color: #ffcc00;
    display: inline-block;
    padding: 15px;
    margin-top: -60px;
}
.reason-tick li {
    background: url(https://cdn.oppyotest.com/launches/talkingbooks/jv/tick.webp) no-repeat;
    background-position: 4px 4px;
    list-style: none;
    padding: 0 0 20px 38px;
}
@media (min-width: 768px){
.reason-sec {
    background: #000000 url(https://cdn.oppyotest.com/launches/talkingbooks/jv/reason-sec-bg.webp) no-repeat center center;
    background-size: cover;
}
.why-should {
    margin-top: -50px;
    padding: 29px 40px 49px 40px;
    background: url(https://cdn.oppyotest.com/launches/talkingbooks/jv/promote.webp) no-repeat center center;
    background-size: 100% 100%;
}
.reason-tick li {
    background-position: 0 4px;
    padding: 0 0 20px 45px;
}
}
/* reason sec end */

/* top sec start */
.top-5 {
    background: #ffffff;
}
@media (min-width: 768px){
    .top-5 {
        background: #ffffff url(https://cdn.oppyotest.com/launches/talkingbooks/jv/top-5.webp) no-repeat center center;
        padding: 0px 0px 100px 0px;
    }
}
/* top sec end */

/* prize sec start */

.prize-sec{
    background: var(--theme-bg);
    padding: 30px 0px;
}

.prize-box{
    background: #ffffff;
    border: 1px solid #19C4A0;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 10px;
    padding: 10px;
}

.gradiant-box{
    border-radius: 10px;
    background: var(--theme-gradient);
    display: inline-block;
    padding: 10px;
}

@media (min-width: 768px) {
    .prize-sec{
        background: url(https://cdn.oppyotest.com/launches/talkingbooks/jv/prize-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .prize-box{
        padding: 60px 100px 186px;
    }
    .gradiant-box{
        padding: 27px 28px;
    }
}

/* prize sec end */

/* ranked-sec start */
.ranked-sec{
    background: var(--theme-bg);
}
.ranked-text{
    border-radius: 10px;
    background: #19C4A0;
    padding: 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    .ranked-sec{
        background:  url(https://cdn.oppyotest.com/launches/talkingbooks/jv/ranked-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .ranked-text{
        background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/ranked-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 9px 62px 9px 71px;
        border-radius: unset;
    }
}
/* ranked-sec end */

/* product sec start */
.product-list {
    background: #ffffff;
}
.sales {
    border-radius: 10px;
    background: #076cf2;
    padding: 10px;
    display: inline-block;
}
.glimpse-text{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #C04747;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px){
    .product-list{
        background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/sales-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .sales {
        background: url("https://cdn.oppyotest.com/launches/talkingbooks/jv/post-heading.webp") no-repeat;
        background-size: 100% 100%;
        padding: 8px 53px;
        border-radius: unset;
    }
    .glimpse-text{
        border-radius: 35px;
        padding: 8px 54px;
    }
}
/* product sec end */

/* reciprocate-sec start */
.reciprocate-sec {
    background-color: #071F14;
}
.dominat-text {
    border-radius: 10px;
    background: var(--theme-gradient);
    padding: 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    .reciprocate-sec {
        background: #071F14 url(https://cdn.oppyotest.com/launches/talkingbooks/jv/reciprocate-sec.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .dominat-text {
        padding: 11px 49px;
    }
}
/* reciprocate-sec end */

/* footer start */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.white-clr, a.white-clr {
    color: #ffffff;
}
@media (min-width: 768px) {
    .footer-section {
        padding: 70px 0px;
    }

}
/* footer end */

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgba(208, 219, 227, 0.58);
    border-radius: 5px;
}

/* fixed-bar start */
.fixed-top-bar {
    background: #1189df;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99
}
ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.leader-ul li {
    display: inline-block;
    padding: 0px 10px;
    /* font-weight: 500; */
    color: var(--white-clr);
}
a.affiliate-link-btn {
    border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: #000;
    font-weight: 600 !important;
}
@media (min-width: 768px) {
    .fixed-top-bar {
        padding: 5px 0;
    }
    a.affiliate-link-btn {
        padding: 10px 20px !important;
        font-size: 18px;
    }
}
/* fixed-bar end */