@import url("http://fonts.cdnfonts.com/css/helvetica-neue-9");

@font-face {
    font-family: "Helvetica Neu";
    font-weight: 200;
    src: url("../fonts/HelveticaNeue-Thin.ttf") format("ttf");
}

@font-face {
    font-family: "Helvetica Neu";
    font-weight: 300;
    src: url("../fonts/HelveticaNeue-Light.ttf") format("ttf");
}

@font-face {
    font-family: "Helvetica Neu";
    font-weight: 400;
    src: url("../fonts/HelveticaNeue.ttf") format("ttf");
}

@font-face {
    font-family: "Helvetica Neu";
    font-weight: 500;
    src: url("../fonts/HelveticaNeue-Medium.ttf") format("ttf");
}

@font-face {
    font-family: "Helvetica Neu";
    font-weight: 600;
    src: url("../fonts/Helvetica-Neu-Bold.ttf") format("ttf");
}

@font-face {
    font-family: "Helvetica Neu";
    font-weight: 700;
    src: url("../fonts/HelveticaNeue-BlackCond.ttf") format("ttf");
}

/* CUSTOM WIDTHS */
.w-10, .w-xs-10 {
    width: 10% !important;
}

.w-15, .w-xs-15 {
    width: 15% !important;
}

.w-20, .w-xs-20 {
    width: 20% !important;
}

/* BREAKPOINTS */
@media (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

/* SM breakpoint */
@media (min-width: 576px) {
    /* CUSTOM WIDTHS */
    .w-sm-10 {
        width: 10% !important;
    }

    .w-sm-15 {
        width: 15% !important;
    }

    .w-sm-20 {
        width: 20% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }
}

/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .w-md-10 {
        width: 10% !important;
    }

    .w-md-15 {
        width: 15% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}

/* LG breakpoint */
@media (min-width: 992px) {
    /* CUSTOM WIDTHS */
    .w-lg-10 {
        width: 10% !important;
    }

    .w-lg-15 {
        width: 15% !important;
    }

    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neu", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F0F0F0;
}

.bg-color-white, .bg-color-white1 {
    background-color: #ffffff;
}

.bg-color-blue {
    background-color: #F8F8F8;
}

p, a {
    font-weight: 400;
    text-decoration: none;
}

header {
    background: linear-gradient(180deg, #4B7CEA 0%, #355DD9 100%);

}

.logo-width img {
    max-width: 280px;
    width: 35%;
}

.nav-link {
    color: #ffffff;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-menu {
        right: 0;
        padding: 0;
    }

    .dropdown-menu li:not(last-child) {
        border-bottom: 1px solid #efefef;
    }
}

.card {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.card .card-img {
    border-radius: 0;
}

.date-area {
    margin: 3px 0 0;
    color: #ffffff;
    font-weight: 400;
    font-size: .8rem;
    font-family: "Helvetica Neu", Helvetica, Arial;
}

h3.card-title.top-slide-text2 {
    font-size: .9rem;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    line-height: normal;
    font-family: "Helvetica Neu", Helvetica, Arial;
}

h2.card-title.top-slide-text {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    line-height: normal;
    font-family: "Helvetica Neu", Helvetica, Arial;
}

.heading {
    border-bottom: 1px solid #E8E8E8;
}

.bottom-title {
    position: relative;
    font-weight: 600;
    font-size: 1.4rem;
    color: #242424;
    width: auto;
    display: inline-block;
}

.other-posts > ul li {
    list-style: none;
}

.bottom-title:after {
    content: "";
    position: absolute;
    width: 7rem;
    height: 1px;
    bottom: -9px;
    left: 0;
    background-color: #5b5b5b;
}

.other-posts > ul {
    padding: 0;
    margin: 0;
}

.other-posts > ul li {
    border-bottom: 1px solid #E8E8E8;
    padding: 2.3rem 0;
}

.post-details > a, .post-details > span {
    font-size: 0.8rem;
    font-weight: 500;
}

.post-details > a {
    color: #CC0000;
    text-decoration: none;
}

.post-content span {
    color: #707070;
}

.post-content h2 {
    font-size: 1.8rem;
    color: #000000;
    margin: 0.2rem 0 0.5rem 0;
    font-weight: 600;
}

.post-content > h2 a {
    color: #2F2F2F;
    font-weight: 600;
}

.bg-span {
    height: 2px;
    width: 4rem;
    background-color: #CC0000;
    margin: 0.6rem 0;
}

.post-content p {
    font-size: 0.85rem;
    margin: 0;
    color: #707070;
}

.custom-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #089810;
    color: #fff;
    outline: none;
    border-radius: 20px;
    padding: 0.25rem 1.5rem;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.subscribe-btn{
    padding: 0.55rem 2rem;
    font-weight: 600;
}
.custom-btn:hover {
    color: #fff !important;
    background-color: #171821 !important;
    border-color: transparent !important;
}

.custom-download-btn{
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #089810;
    color: #fff;
    outline: none;
    border-radius: 20px;
    padding: 0.55rem 1.5rem;
    margin-top: 0.1rem;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 1rem;
}
.custom-download-btn:hover{
    color: #fff !important;
    background-color: #089810 !important;
    border-color: transparent !important;
}

.subscribe > p {
    color: #707070;
    font-size: 0.9rem;
}

.subscribe > input {
    border: 1px solid #E0E0E0;
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    border-bottom-width: 2px;
    border-bottom-color: #AAAAAA;
}

.carousel-indicators {
    display: none;
}

.search-input {
    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;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    padding: 2px;
    margin: 35px 0;
}

.search-input input {
    background-color: #ffffff;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 5px;
}

.search-input button {
    border: 0;
    width: 50px;
    height: 40px;
    background-color: #3861DB;
    color: #fff;
    font-weight: 300;
}

.popular-posts {
    padding: 0;
    margin: 25px 0 0 0;
}

.popular-posts li {
    list-style: none;
    margin-bottom: 18px;
}

.popular-posts li a {
    color: #CC0000;
}

.popular-posts li a i {
    font-weight: bold;
    color: #000000;
    margin-right: 5px;
}

footer {
    background-color: #1f1f21;
}

.foot-heading .bottom-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
}

.Quick-links ul {
    list-style: none;
}

.Quick-links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8rem;
}

.android div > i, .ios div > i {
    color: #ffffff;
    font-size: 2.5rem;
}

.android div p, .ios div p {
    color: #ffffff;
    font-size: 0.7rem;
    border-color: #8f8f90;
    display: block;
}

.social ul li a {
    width: 3rem;
    height: 3rem;
}

.social ul li a {
    font-size: 1.5rem;
}

.social > p {
    font-size: 0.8rem;
}

.pager ul {
    padding: 0;
    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;
    width: 100%;
}

.pager ul li {
    list-style: none;
}

.pager > ul > li:first-child > a, .pager > ul > li:last-child > a {
    color: #000000;
}

.pager > ul > li > a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #2F2F2F;
    font-weight: 500;
    margin: 0 0rem 0 1rem;
    border: 1px solid #B7B7B7;
    width: 45px;
    height: 45px;
    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;
}

.pager > ul > li:first-child > a i::before, .pager > ul > li:last-child > a i::before {
    font-weight: bold !important;
    color: #000000;
}

.top-search-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-search-container input {
    width: 80vw;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 5px 10px;
    outline: none;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-search-container > button {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    position: relative;
}

.top-search-container > button i {
    color: #591508;
    font-size: 1.2rem;
}

.top-search-container .showInput {
    opacity: 1;
    width: 80vw;
}

.cs-flex {
    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;
}

.carousel-control-next, .carousel-control-prev {
    display: none;
}

.reading-time {
    margin-bottom: 3px;
}

.reading-time i {
    color: #CC0000;
    margin-right: 5px;
}

.reading-time span {
    color: #505050;
}

.post-details {
    text-align: right;
}

.cs-class li a {
    color: #212121;
    font-size: 1rem;
}

.post-heading h2 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #2F2F2F;
}

.post-description p {
    color: #707070;
}

.post-description p strong:not(a strong) {
    color: #2F2F2F;
}

.post-description p a span {
  color: inherit !important;
}

.post-description ul li {
  list-style-type: disc !important;
  color: #000000 !important;
}

.post-description > img {
    margin: 20px 0;
    width: 100% !important;
    height: 100% !important;
}

.post-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0rem;
}

.list-post-unstyled {
    margin-bottom: 0%;
    padding-left: 10px;
}

.list-post-unstyled li a {
    width: 3rem;
    font-size: 1.5rem;
    height: 3rem;
    color: #ffffff;
}

.post-social > i {
    margin-right: 4px;
}

.post-social > span {
    color: #000000;
    font-weight: 600;
}

.list-post-unstyled li:first-child a {
    background-color: #1b4b8d;
}

.list-post-unstyled li:nth-child(2) a {
    background-color: #53abec;
}

.list-post-unstyled li:nth-child(3) a {
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.list-post-unstyled li:nth-child(4) a {
   background-color: #1d98dc;
}

.flex-rev input, .flex-rev textarea {
    background-color: #F6F7FA;
    border: 1px solid #D9D9D9;
    color: #707070;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px;
}

.form-btn1 {
    background-color: #F6F7FA;
    border-color: #D9D9D9;
    color: #707070;
}

.article-relate .related-article-posts .sidebar-post {
    margin: 0 5px;
}

.related-article-posts {
    width: 100%;
    margin: 0;
}

@media (max-width: 767px) {

    .custom-download-btn{
        margin-left: 0px;
    }
    .carousel-indicators {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        position: static;
    }
    .post-social {
        flex-direction: column;
        gap: 1rem;
    }

    h2.card-title.top-slide-text {
        display: none;
    }

    .date-area {
        display: none;
    }

    #carouselExampleControls img.card-img.img-fluid {
        border-radius: 10px;
    }

    .logo-width img {
        max-width: 170px;
    }

    .mobile-style {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 54px;
        z-index: 999;
        background: #000000e0;
        left: 0;
    }

    .mobile-style .navbar-nav {
        background: #fff;
        width: 60%;
        padding: 20px;
        margin-left: auto;
    }

    .mobile-style .navbar-nav li:first-child a {
        border-top: 1px solid #efefef;
    }

    .mobile-style .navbar-nav li a {
        color: #2F2F2F !important;
        border-bottom: 1px solid #efefef;
        padding: 13px;
    }

    .mobile-style .navbar-nav li:hover a {
        color: #ffffff !important;
        background-color: #089810;
        border-bottom: 1px solid #efefef;
        padding: 13px;
    }

    .navbar-toggler {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    header {
        height: 56px;
    }

    header > .navbar {
        position: fixed;
        width: 100%;
        z-index: 99999;
        background: linear-gradient(180deg, #4B7CEA 0%, #355DD9 100%);
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        background-color: #535353;
        border-radius: 50%;
        margin-right: 5px;
        margin-left: 5px;
        position: relative;
    }

    .carousel-indicators [data-bs-target].active::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #ba1800;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .carousel-indicators [data-bs-target].active {
        background-color: #ba1800;
    }

    .post-content h2 {
        font-size: 1.2rem;
        margin: 5px 0px;
    }

    .custom-btn {
        font-size: 0.85rem;
    }

    .btn-center {
        text-align: center;
    }

    .other-posts > ul li {
        padding: 1.5rem 0;
    }

    .post-details {
        margin: 10px 0;
    }

    .pager > ul > li > a {
        font-size: 1rem;
        width: 38px;
        height: 38px;
        border-radius: 5px;
    }

    .pager > ul > li:first-child > a {
        margin-left: 0;
        background-color: #F0F0F0;
    }

    .pager > ul > li:last-child > a {
        background-color: #F0F0F0;
    }

    .mob-colum-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .bg-color-blue {
        background-color: transparent;
        margin-top: 20px;
    }

    .banner-creative {
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0 0 10px #0000001a;
        box-shadow: 0 0 10px #0000001a;
    }

    .banner-creative img {
        border-radius: 10px;
    }

    .other-sidebar > .search-input {
        display: none;
    }

    .subscribe {
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0 0 10px #0000001a;
        box-shadow: 0 0 10px #0000001a;
        margin: 20px 0;
    }

    .subscribe > input {
        border-radius: 5px;
    }

    .trending-news {
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0 0 10px #0000001a;
        box-shadow: 0 0 10px #0000001a;
    }

    .display-none-xs {
        display: none;
    }

    .cs-class li a {
        font-size: 0.75rem;
    }

    .reading-time span {
        font-size: 0.85rem;
    }

    .post-image1 img {
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .post-details {
        text-align: left;
    }

    ol.breadcrumb.cs-class {
        margin-bottom: 5px;
    }

    .post-heading h2 {
        font-size: 1.2rem;
    }

    .post-heading {
        border-bottom: 1px solid #E8E8E8;
        margin-bottom: 15px;
    }

    .post-heading h2 {
        position: relative;
    }

    .post-heading h2:after {
        content: "";
        position: absolute;
        width: 7rem;
        height: 1px;
        bottom: -9px;
        left: 0;
        background-color: #5b5b5b;
    }

    .hideit {
        display: none;
    }

    .post-description > p > a {
        text-decoration: none;
        color: #ba1800;
        font-weight: bold;
    }

    .share {
        margin-top: 15px;
    }

    .share-icons > div > a {
        width: 60px;
        height: 60px;
        text-decoration: none;
    }

    .fb > a {
        background-color: #1b4b8d;
    }

    .tw > a {
        background-color: #54abee;
    }

    .ins > a {
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }

    .share-icons > div > a > i {
        font-size: 1.8rem;
        color: #fff;
    }

    .flex-rev input, .flex-rev textarea {
        border-radius: 8px !important;
    }

    .article-relate {
        display: block;
    }

    .article-relate .related-article-posts .sidebar-post {
        width: 100%;
    }
}

.navbar-toggler {
    padding-left: 0;
    margin-top: 0.4rem;
}

.navbar-toggler-icon {
    background-image: url(https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/version4/promotion_august_22/zenrik_images/ham-burgar-16594387853150.png?v=1659438785);
}

/*# sourceMappingURL=style.css.map */

@media (min-width: 768px) {
    /* .testi-slide {
      min-height: 91px;
      overflow: hidden;
      max-height: 91px;
  } */
    .testi-slide > div > a > img {
        height: 91px;
        object-fit: cover;
    }

    #carouselExampleControls > div > div > div > a > img {
        height: 189px;
        object-fit: cover;
    }

}

@media (min-width: 900px) {
    .display-none-sm {
        display: none;
    }
}

@media (min-width: 992px) {
    /* .testi-slide {
      min-height: 123px;
      overflow: hidden;
      max-height: 123px;
  } */
    .testi-slide > div > a > img {
        height: 254px;
        object-fit: cover;
    }

    #carouselExampleControls > div > div > div > a > img {
        height: 304px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    /* .testi-slide {
      min-height: 148px;
      overflow: hidden;
      max-height: 148px;
  } */
    .display-none-sm {
        display: none;
    }

    .testi-slide > div > a > img {
        height: 148px;
        object-fit: cover;
    }

    #carouselExampleControls > div > div > div > a > img {
        height: 304px;
        object-fit: cover;
    }
}

@media (min-width: 1400px) {
    /* .testi-slide {
      min-height: 148px;
      overflow: hidden;
      max-height: 148px;
  } */
    .testi-slide > div > a > img {
        height: 167px;
        object-fit: cover;
    }

    #carouselExampleControls > div > div > div > a > img {
        height: 343px;
        object-fit: cover;
    }
}

/* Comments */

.commentOuterCustom .comment-thread {
    padding: 0 50px;
    border: 1px solid transparent
}

.commentOuterCustom .comment {
    position: relative;
    margin: 20px auto
}

.commentOuterCustom .comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px
}

.commentOuterCustom .comment-user-icon {
    width: 35px;
    border-radius: 50%;
    position: relative
}

.commentOuterCustom .comment-user-icon > img {
    width: 100%;
    border-radius: 50%
}

.commentOuterCustom .comment-like-button {
    background: 0 0
}

.commentOuterCustom .comment-info {
    color: rgba(0, 0, 0, .5);
    margin-left: 10px
}

.commentOuterCustom .comment-info p.m-0 {
    font-size: 11px
}

.commentOuterCustom .comment-author {
    color: rgba(0, 0, 0, .85);
    font-weight: 700;
    text-decoration: none
}

.commentOuterCustom .comment-author:hover {
    text-decoration: underline
}

.commentOuterCustom .comment-body {
    margin-bottom: 10px;
    margin-left: 45px
}

.commentOuterCustom .comment-like-button {
    background: #aa0403;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    padding: 1px 12px;
    letter-spacing: 2px;
    color: #fff
}

.commentOuterCustom .comment-disabled-publish-overlay {
    position: absolute;
    border-bottom-left-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(170, 4, 3, .5);
    background: linear-gradient(0deg, rgba(170, 4, 3, 0.5) 0%, rgba(255, 255, 255, 0.5) 63%)
}

.commentOuterCustom .overlay-text-disabled > p {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.commentOuterCustom .overlay-text-disabled {
    text-align: center
}

.commentOuterCustom .comment-disabled-sec {
    color: transparent;
    text-shadow: 0 0 8px #000
}

@media (max-width: 991px) {
    .commentOuterCustom .flex-rev.mobile-correct-comment-sec > div:nth-child(2) {
        order: -1
    }
}

/* Comments */

.span-side-title {
    font-size: 0.8rem;
    line-height: 0px;
    font-weight: 600;
}

.line-height-side {
    line-height: 18px;
}

.popular-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 13px;
}

.darktext {
    color: #000;
}

.post-description > p a u,
.post-description > p a {
    color: #1155cc;
}

.isMobile {
    display: none;
}

.sticky-section .container {
    padding-left: 10px;
    padding-right: 10px;
}

.col-md-4, .col-md-12, .col-sm-6, .col-xs-6 {
    position: relative;
    min-height: 1px;
}

.sticky-section .registerbtn {
    background: #f2b451 !important;
    color: #000;
    border-color: #f2b451 !important;
}

.sticky-section .btn {
    padding: 7px 0;
    width: calc(50% - 20px);
    background: #1d8722;
    border-color: #1d8722;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-size-adjust: 100%;
}

.sticky-section .sticky-seperator {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    padding: 4px;
    font-weight: 700;
    font-size: .5em;
    margin: 0 3px;
    display: inline-block;
    width: 17px;
    height: 17px;
}

.sticky-section p {
    padding-top: 10px;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}

.sticky-section p span {
    color: #f2b451;
}

.sticky-section {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 13px;
    padding: 20px 0 0;
    -webkit-text-size-adjust: 100%;
    z-index: 9;
}

.downLoadIcon {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url(//d1pmb68mrh7nff.cloudfront.net/images/home-page-v10.png?v=2);
    background-repeat: no-repeat;
    margin-left: 3px;
    vertical-align: middle;
    background-position: 0 -254px;
    background-size: 100px;
}

@media (max-width: 991px) {
    .isMobile {
        display: block;
    }
}

/* copy component css */

.url-copy-container {
    width: 70%;
    margin: auto;
}

.url-copy-box {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

.url-input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    background-color: #F6F7FA;
    color: #707070;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.url-copy-btn {
    background-color: #F6F7FA;
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.url-copy-btn:hover {
    background-color: #707070;
}

.copy-message {
    color: #089810;
    font-size: 14px;
    margin-top: 8px;
    height: 20px;
    opacity: 0;
    transition: opacity 0.3s;
}

.copy-message.show-message {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 767px) {    
    
    .url-input {
        width: 100%;
        border-bottom: 1px solid #E0E0E0;
    }
    .url-copy-container {
        width: 100%;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .url-input {
        font-size: 12px;
    }
    
    .url-copy-btn {
        padding: 10px 15px;
        white-space: nowrap;
    }
}
