* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Mulish-Regular";
    src: local("Mulish-Regular"), url("font/mulish-regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Mulish", sans-serif;
    color: #4b4a4a;
    overflow-x: hidden;
    line-height: 1.2;
    letter-spacing: 0px;
    background-color: #000000;
    padding: 0;
    margin: 0;
    width: 100%;
}

.image-responsive {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.product-image-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #828282;
    overflow: hidden;
}
.row.no-gutter {
    margin-left: -7px;
    margin-right: -7px;
}
.row.no-gutter [class*="col-"]:not(:first-child),
.row.no-gutter [class*="col-"]:not(:last-child) {
    padding-left: 5px;
    padding-right: 5px;
}

.bg0 {
    margin: 20px 60px 20px 60px;
    border-radius: 15px;
    background-color: #181818;
    box-shadow: 0px 4px 39.3px 0px #00000017;
    padding: 25px;
}

.bg1 {
    margin: 20px 100px 20px 100px;
    border-radius: 15px;
    background-color: #181818;
    box-shadow: 0px 4px 39.3px 0px #00000017;
    padding: 25px;
}
.bg2 {
    border-radius: 15px;
    background-color: #181818;
    box-shadow: 0px 4px 39.3px 0px #00000017;
    padding: 25px;
}
.bg3 {
    margin: 30px 100px 30px 100px;
}
.bg4 {
    margin: 10px 100px 10px 100px;
}

.font-weight-1 {
    font-weight: 700;
}
.font-weight-2 {
    font-weight: 600;
}

.font-weight-3 {
    font-weight: 400;
}

.line-height-1 {
    line-height: 25px;
}

.line-height-2 {
    line-height: 20px;
}

.cursor {
    cursor: pointer;
}
.primary {
    color: #000000;
}
.secondary {
    color: #ffffff;
}
.accent {
    color: #64d97b;
}

.color1 {
    color: #686868;
}

.color2 {
    color: #5045f3;
}

.white {
    color: #faf9f6;
}

.black {
    color: #2c2c2c;
}

.gray {
    color: #d2d2d2;
}

.red {
    color: #ff0000;
}

.green {
    color: #64d97b;
}
.blue {
    color: #5045f3;
}

.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}

.banner-title {
    font-size: 46px;
    max-width: 500px;
}

.banner-sub-title {
    font-size: 15px;
    max-width: 550px;
}

.heading {
    font-size: 46px;
}

.title1 {
    font-size: 22px;
    margin: 0;
}
.title2 {
    font-size: 26px;
    margin: 0;
}

.sub-title {
    font-size: 15px;
}

.content {
    font-size: 13px;
}
.small {
    font-size: 11px;
}
.removespace {
    padding: 0px;
    margin: 0px;
}

.padding {
    padding: 20px;
}

.margin-top-1 {
    margin-top: 30px;
}

.margin-top-2 {
    margin-top: 20px;
}
.edit-text {
    font-size: 15px;
}
.edit-icon {
    width: 13px;
    height: 13px;
    vertical-align: text-top;
}
.dropdown-with-text {
    width: auto;
    height: 35px;
    border-radius: 6px;
    outline: none;
    font-size: 15px;
    background: inherit;
    border: 1px solid #484848;
    color: #64d97b;
    text-indent: 1px;
    font-family: "Mulish-Regular", sans-serif;
    position: relative;
    top: -7px;
}
.dropdown-with-text option {
    background-color: #181818;
    color: #ffff;
}

.flot-right {
    float: right;
}

.flot-left {
    float: left;
}

.center-box {
    text-align: center;
}
.right-box {
    text-align: right;
}
.center-item {
    margin: 0 auto;
}

.pro-box-1 {
    background-color: #ffff;
    border: none;
    position: relative;
    border-radius: 8px;
}

.pro-box-1-img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.pro-box-1-section1 {
    padding: 10px;
}
.pro-box-1-title {
    font-size: 14px;
}
.pro-box-1-sub-title {
    margin-top: 10px;
    font-size: 15px;
}

.pro-box-1-section2 {
    padding: 0px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.pro-box-1-specification-icon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: bottom;
}

.pro-box-1-specification {
    margin: 5px;
    position: relative;
    font-size: 12px;
}

.pro-box-1-section3 {
    padding: 10px;
}

.pro-box-1-button {
    width: 159px;
    height: 32px;
    text-align: center;
    background: white;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    color: #2c2c2c;
    border: 1px solid #5045f3;
}

.pro-box-1-button:hover {
    background: linear-gradient(to right, #5045f3 0.43%, #64d97b 100%);
    color: #ffffff;
}

.pro-box-2 {
    border: 2px solid #777777;
    background-color: #505050;
    border-radius: 8px;
    position: relative;
    padding-bottom: 10px;
}

.pro-box-2-image1 {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
}

.pro-box-2-image2 {
    width: 100%;
    height: auto;
    border-top-right-radius: 8px;
}

.pro-box-2-title {
    font-size: 14px;
}

.pro-box-2-sub-title {
    margin-top: 10px;
    font-size: 12px;
}

.pro-box-2-section1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-box-2-vs-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pro-box-2-button {
    border: 1px solid #ffffff;
    background-color: inherit;
    border-radius: 6px;
    padding: 7px 17px 7px 17px;
}

.pro-box-3 {
    background-color: #ffff;
    border: none;
    position: relative;
    border-radius: 8px;
}

.pro-box-3-img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.pro-box-3-section1 {
    padding: 10px;
}
.pro-box-3-title {
    font-size: 14px;
}
.pro-box-3-sub-title {
    margin-top: 10px;
    font-size: 15px;
}

.pro-box-3-section2 {
    padding: 0px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.pro-box-3-specification-icon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: bottom;
}

.pro-box-3-specification {
    margin: 5px;
    position: relative;
    font-size: 13px;
}

.pro-box-3-section3 {
    padding: 10px;
}

.pro-box-3-button {
    width: 159px;
    height: 32px;
    text-align: center;
    background: white;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    color: #2c2c2c;
    border: 1px solid #5045f3;
}

.pro-box-3-button:hover {
    background: linear-gradient(to right, #5045f3 0.43%, #64d97b 100%);
    color: #ffffff;
}

.post-card-1 {
    background-color: #ffff;
    border: none;
    position: relative;
    border-radius: 8px;
    padding: 10px;
}

.post-card-1-title {
    margin-top: 10px;
    position: relative;
    font-size: 13px;
}

.post-card-1-desc {
    margin-top: 10px;
    position: relative;
    font-size: 12px;
    line-height: 17px;
    min-height: 65px;
}

.post-card-1-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.post-card-1-date {
    margin-top: 10px;
    position: relative;
    font-size: 12px;
}
.post-card-1-cal-icon {
    width: 15px;
    height: 15px;
    vertical-align: bottom;
}

.divider-line {
    margin: 3px 14px;
    border-bottom: 1px solid #e0e0e0;
}

.barnd-box {
    border: 1px solid #2b2b2b;
    padding: 10px;
    border-radius: 0px;
    text-align: center;
}
.barnd-box-logo {
    width: 90%;
    height: auto;
}

.box-padding-0 {
    padding: 40px;
}

.box-padding-1 {
    padding: 60px;
}

.box-padding-2 {
    padding: 100px;
}
.box-padding-3 {
    padding-left: 40px;
    padding-right: 40px;
}

.max-width-1 {
    max-width: 60%;
}

.max-width-2 {
    max-width: 90%;
}
.breadcrumb-box {
    padding: 20px 100px 0px 100px;
}
.breadcrumb-box-text {
    font-family: "Mulish-Regular", sans-serif;
    font-size: 12px;
}

/*swiper slider*/
.swiper-button-prev,
.swiper-button-next {
    width: 28px !important;
    height: 28px !important;
    margin: 10px;
    background-size: cover;
    background-position: center;
}
.swiper-button-prev {
    background-image: url("/public/assets/image/icons/swiper-button-prev.png?vr=1.3");
    left: 3px !important;
}
.swiper-button-next {
    background-image: url("/public/assets/image/icons/swiper-button-next.png?vr=1.3");
    right: 3px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

/*toast*/
.toast-box {
    z-index: 99999;
    position: fixed;
    padding: 10px 25px 12px 25px;
    font-size: 13px;
    width: 320px;
    height: auto;
    background-color: #e31e25;
    border-radius: 40px;
    top: 20px;
    right: 10px;
    display: none;
}

.toastclosebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.toastclosebtn:hover {
    color: black;
}
.errormsg {
    padding-top: 4px;
    font-size: 12px;
    color: white;
}

/*tooltip*/
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100px;
    color: #ffffff;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}
.tooltip-hover-text:hover .tooltip-text {
    visibility: visible;
}
#tooltip-right {
    text-align: left;
    top: -47px;
    font-size: 10px;
    font-weight: 300;
    left: -116px;
    z-index: 2;
    min-width: 300px;
    line-height: 13px;
}
.tooltip-hover-text {
    position: relative;
    display: inline-block;
    text-align: center;
}

/*ribbon*/
.ribbons-section{
    height:25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ribbons-left {
    text-transform: uppercase;
    position: absolute;
    width: 150px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    font-size: 13px;
}
.ribbons-left span {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 4px solid #fff;
    bottom: 0;
    border: 12px solid transparent;
    right: -24px;
}
.ribbons-color-featured {
    background-color: #357341;
}
.ribbons-color-featured span {
    border-left-color: #357341;
}
.ribbons-color-most-searched {
    background-color: #ff0c38;
}
.ribbons-color-most-searched span {
    border-left-color: #ff0c38;
}
.ribbons-color-new-lanuches {
    background-color: #f68400;
}
.ribbons-color-new-lanuches span {
    border-left-color: #f68400;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .bg0 {
        margin: 20px 40px 20px 40px;

        padding: 15px;
    }

    .bg1 {
        margin: 20px 40px 20px 40px;
    }
    .bg2 {
        padding: 15px;
    }
    .bg3 {
        margin: 30px 40px 30px 40px;
    }
    .bg4 {
         margin: 10px 40px 10px 40px;
    }

    .banner-title {
        font-size: 42px;
        max-width: 500px;
    }

    .banner-sub-title {
        font-size: 13px;
        max-width: 550px;
    }

    .heading {
        font-size: 43px;
    }

    .title1 {
        font-size: 20px;
        margin: 0;
    }
    .title2 {
        font-size: 23px;
        margin: 0;
    }

    .sub-title {
        font-size: 13px;
    }

    .content {
        font-size: 12px;
    }
    .small {
        font-size: 10px;
    }
    .margin-top-1 {
        margin-top: 23px;
    }
    .margin-top-2 {
        margin-top: 12px;
    }
    .padding {
        padding: 12px;
    }
    .search {
        margin: 0px auto;
    }
    .pro-box-1-button {
        width: 145px;
        height: 28px;
    }
    .pro-box-3-button {
        width: 145px;
        height: 28px;
    }
    .input-box,
    .drop-down-box,
    .search {
        height: 33px;
    }

    section {
        padding: 15px;
    }

    table {
        overflow-x: auto;
        width: 100%;
        margin: 20px auto;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 17px;
    }
    p,
    strong {
        font-size: 13px;
    }
    ul li {
        font-size: 13px;
    }

    ol li {
        font-size: 13px;
    }
    .max-width-1 {
        max-width: 55%;;
    }
    .max-width-2 {
        max-width: 80%;
    }
    .breadcrumb-box {
        padding: 20px 35px 0px 35px;
    }
    .box-padding-1,
    .box-padding-0 .box-padding-2,
    .content-bg {
        padding: 30px;
    }
    .box-padding-3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .icon1 {
        width: 25px;
        height: 25px;
    }
    .icon2 {
        width: 20px;
        height: 20px;
    }
    .icon3 {
        width: 15px;
        height: 15px;
    }

    .pro-box-1-title {
        font-size: 16px;
    }

    .pro-box-1-sub-title {
        font-size: 16px;
    }
    .pro-box-2-title {
        min-height: 30px;
        font-size: 14px;
    }

    .pro-box-2-sub-title {
        font-size: 12px;
    }

    .pro-box-3-title {
        font-size: 16px;
    }

    .pro-box-3-sub-title {
        font-size: 16px;
    }

    .pro-box-3-specification {
        margin: 4px;
        font-size: 11px;
    }
    .post-card-1-desc {
        min-height: 80px;
    }
    .edit-icon {
        vertical-align: v;
    }

    .line-height-1 {
        line-height: 20px;
    }

    .line-height-2 {
        line-height: 18px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
    }

    .ribbons-left {
        width: 115px;
        font-size: 10px;
    }
}

@media (min-width: 761px) and (max-width: 991px) {
    .bg0 {
        margin: 15px 12px 15px 12px;
        padding: 15px;
    }
    .bg1 {
        margin: 15px 12px 15px 12px;
        padding: 15px;
    }
    .bg2 {
        padding: 15px;
    }
    .bg3 {
        margin: 15px 12px 15px 12px;
    }
    .bg4 {
        margin: 10px 12px 10px 12px;
    }

    .banner-title {
        font-size: 40px;
        max-width: 500px;
    }

    .banner-sub-title {
        font-size: 12px;
        max-width: 550px;
    }

    .heading {
        font-size: 43px;
    }

    .title1 {
        font-size: 20px;
        margin: 0;
    }
    .title2 {
        font-size: 22px;
        margin: 0;
    }

    .sub-title {
        font-size: 13px;
    }

    .content {
        font-size: 12px;
    }
    .small {
        font-size: 10px;
    }

    .margin-top-1 {
        margin-top: 25px;
    }
    .margin-top-2 {
        margin-top: 15px;
    }
    .padding {
        padding: 15px;
    }
    .search {
        margin: 0px auto;
    }
    .pro-box-1-button {
        width: 145px;
        height: 28px;
    }
    .pro-box-3-button {
        width: 145px;
        height: 28px;
    }
    .input-box,
    .drop-down-box,
    .search {
        height: 33px;
    }

    section {
        padding: 15px;
    }

    table {
        overflow-x: auto;
        width: 100%;
        margin: 20px auto;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 17px;
    }
    p,
    strong {
        font-size: 13px;
    }
    ul li {
        font-size: 13px;
    }

    ol li {
        font-size: 13px;
    }
    .max-width-1 {
        max-width: 90%;
    }
    .max-width-2 {
        max-width: 100%;
    }
    .breadcrumb-box {
        padding: 20px 35px 0px 35px;
    }
    .box-padding-1,
    .box-padding-0 .box-padding-2,
    .content-bg {
        padding: 30px;
    }
    .box-padding-3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .icon1 {
        width: 25px;
        height: 25px;
    }
    .icon2 {
        width: 20px;
        height: 20px;
    }
    .icon3 {
        width: 15px;
        height: 15px;
    }

    .pro-box-1-title {
        font-size: 16px;
    }

    .pro-box-1-sub-title {
        font-size: 16px;
    }
    .pro-box-2-title {
        min-height: 30px;
        font-size: 14px;
    }

    .pro-box-2-sub-title {
        font-size: 12px;
    }

    .pro-box-3-title {
        font-size: 16px;
    }

    .pro-box-3-sub-title {
        font-size: 16px;
    }

    .pro-box-3-specification {
        margin: 4px;
        font-size: 11px;
    }
    .post-card-1-desc {
        min-height: 80px;
    }
    .edit-icon {
        vertical-align: v;
    }

    .line-height-1 {
        line-height: 20px;
    }

    .line-height-2 {
        line-height: 18px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
    }

    .ribbons-left {
        width: 115px;
        font-size: 10px;
    }
}

@media (min-width: 480px) and (max-width: 760px) {
    .bg0 {
        margin: 15px 12px 15px 12px;
        padding: 15px;
    }
    .bg1 {
        margin: 15px 12px 15px 12px;
        padding: 15px;
    }
    .bg2 {
        padding: 15px;
    }
    .bg3 {
        margin: 15px 12px 15px 12px;
    }
    .bg4 {
        margin: 10px 12px 10px 12px;
    }
    .banner-title {
        font-size: 18px;
        max-width: 200px;
    }
    .banner-sub-title {
        font-size: 8px;
        max-width: 182px;
    }

    .heading {
        font-size: 22px;
    }
    .title1 {
        font-size: 20px;
    }
    .title2 {
        font-size: 24px;
    }
    .sub-title {
        font-size: 13px;
    }
    .content {
        font-size: 11px;
    }
    .small {
        font-size: 10px;
    }
    .margin-top-1 {
        margin-top: 25px;
    }
    .margin-top-2 {
        margin-top: 15px;
    }
    .padding {
        padding: 15px;
    }
    .search {
        margin: 0px auto;
    }
    .pro-box-1-button {
        width: 145px;
        height: 28px;
    }
    .pro-box-3-button {
        width: 145px;
        height: 28px;
    }
    .input-box,
    .drop-down-box,
    .search {
        height: 33px;
    }

    section {
        padding: 15px;
    }

    table {
        overflow-x: auto;
        width: 100%;
        margin: 20px auto;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 17px;
    }
    p,
    strong {
        font-size: 13px;
    }
    ul li {
        font-size: 13px;
    }

    ol li {
        font-size: 13px;
    }
    .max-width-1 {
        max-width: 90%;
    }
    .max-width-2 {
        max-width: 100%;
    }
    .breadcrumb-box {
        padding: 20px 35px 0px 35px;
    }
    .box-padding-1,
    .box-padding-0 .box-padding-2,
    .content-bg {
        padding: 30px;
    }
    .box-padding-3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .icon1 {
        width: 25px;
        height: 25px;
    }
    .icon2 {
        width: 20px;
        height: 20px;
    }
    .icon3 {
        width: 15px;
        height: 15px;
    }

    .pro-box-1-title {
        font-size: 16px;
    }

    .pro-box-1-sub-title {
        font-size: 16px;
    }
    .pro-box-2-title {
        min-height: 30px;
        font-size: 14px;
    }

    .pro-box-2-sub-title {
        font-size: 12px;
    }

    .pro-box-3-title {
        font-size: 16px;
    }

    .pro-box-3-sub-title {
        font-size: 16px;
    }

    .pro-box-3-specification {
        margin: 4px;
        font-size: 11px;
    }
    .post-card-1-desc {
        min-height: 80px;
    }
    .edit-icon {
        vertical-align: v;
    }

    .line-height-1 {
        line-height: 20px;
    }

    .line-height-2 {
        line-height: 18px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
    }

    .ribbons-left {
        width: 115px;
        font-size: 10px;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 479px) {
    .bg0 {
        margin: 15px 12px 15px 12px;
        padding: 15px;
    }
    .bg1 {
        margin: 15px 12px 15px 12px;
        padding: 15px;
    }
    .bg2 {
        padding: 15px;
    }
    .bg3 {
        margin: 15px 12px 15px 12px;
    }
    .bg4 {
        margin: 10px 12px 10px 12px;
    }
    .product-title-box-1 {
        min-height: 45px;
    }
    .product-title-box-2 {
        min-height: 30px;
    }
    .banner-title {
        font-size: 18px;
        max-width: 200px;
    }
    .banner-sub-title {
        font-size: 8px;
        max-width: 182px;
    }
    .heading {
        font-size: 18px;
    }
    .title1 {
        font-size: 15px;
    }
    .title2 {
        font-size: 16px;
    }
    .sub-title {
        font-size: 13px;
    }
    .content {
        font-size: 11px;
    }
    .small {
        font-size: 10px;
    }
    .margin-top-1 {
        margin-top: 20px;
    }
    .margin-top-2 {
        margin-top: 15px;
    }
    .padding {
        padding: 10px;
    }
    .search {
        margin: 0px auto;
    }

    .input-box,
    .drop-down-box,
    .search {
        height: 26px;
    }
    section {
        padding: 12px;
    }

    table {
        overflow-x: auto;
        width: 100%;
        margin: 20px auto;
    }
    td {
        border: 1px solid rgb(179, 179, 179);
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 16px;
    }

    p,
    strong {
        font-size: 12px;
    }
    ul li {
        font-size: 12px;
    }

    ol li {
        font-size: 12px;
    }
    .max-width-1 {
        max-width: 90%;
    }
    .max-width-2 {
        max-width: 100%;
    }
    .breadcrumb-box {
        padding: 20px 19px 0px 19px;
    }
    .pro-box-1-title {
        font-size: 16px;
    }

    .pro-box-1-sub-title {
        font-size: 16px;
    }
    .pro-box-1-button {
        width: 145px;
        height: 28px;
    }
    .pro-box-3-title {
        font-size: 13px;
    }

    .pro-box-3-sub-title {
        font-size: 13px;
    }

    .pro-box-3-specification {
        margin: 2px;
        font-size: 10px;
    }

    .pro-box-3-specification-icon {
        width: 13px;
        height: 13px;
        margin-right: 2px;
    }

    .pro-box-3-button {
        width: 135px;
        height: 26px;
    }

    .pro-box-2-title {
        min-height: 32px;
        font-size: 14px;
    }

    .pro-box-2-sub-title {
        font-size: 12px;
    }

    .post-card-1-desc {
        min-height: 60px;
    }

    .edit-icon {
        vertical-align: text-bottom;
    }

    .line-height-1 {
        line-height: 20px;
    }

    .line-height-2 {
        line-height: 18px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 25px !important;
        height: 25px !important;
    }
    .ribbons-left {
        width: 115px;
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    body {
        display: none;
    }
}
