

:root {
	--container-width:1344px;
	--theme:#4169E1;
	--theme-medium:#597ff0;
	--theme-dark:#2c4fb9;
	--theme-light:#f0f4ff;
	--separator-color:#d84c69;
}

body {
    overflow-x: hidden;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.play-anim-ico {
    background-image: url(../svg/play-button-10.svg);
    background-position: center;
    background-size: cover;
    width: 70px;
    height: 70px;
    z-index: 11;
    position: relative;
    cursor: pointer;
}
.play-anim-ico:after {
    position: absolute;
    width: 24px;
    height: 24px;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -12px 0 0 -12px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #a51931;
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
}
@keyframes pulse-me {
    0% {
        transform: scale(1.6);
        opacity: .2;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}
p {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    margin-bottom: 10px;
    font-family: 'Exo 2';
    font-weight: 400;
    text-align: justify;
}
.btn__div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.btn__div.center {
    justify-content: center;
}
a {
    color: #000;
}
main {
    max-width: 1920px;
    margin: 80px auto 0 auto;
}
main>* {
    padding: 40px 0;
}
.heading-area {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}
.main-title {
    color: #000;
    font-size: 37.08px;
    font-weight: 700;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: -8px;
}
.main-title.small {
    font-size: 25px;
}
.sub-title {
    color: #000;
    font-size: 18.54px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    margin: 5px 0 15px 0;
}
.heading-area.center>* {
    text-align: center;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area.white .main-title>* {
    color: #fff;
}
.heading-area>p {
    margin-top: 5px;
    margin-bottom: 0;
}
.heading-area>.sub-title {
    margin-bottom: 0;
}
.flow__btn {
    padding: 20px 30px;
    display: inline-block;
    background: var(--theme);
    color: #FFFFFF;
    font-size: 21px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
}
.flow__btn:hover {
    background-color: var(--theme-dark);
}
.gen-btn {
    color: #fff;
    background-color: #a51931;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.gen-btn:hover {
    background-color: #2d2a4a;
    color: #fff;
}
.gen-btn.havevideo {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    font-size: 14px;
}
.gen-btn .play-anim-ico {
    width: 30px;
    height: 30px;
    background-image: url(../svg/play-button1.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background-size: contain;
}
.gen-btn .play-anim-ico:after {
    display: none;
}
.gen-btn.havevideo small {
    font-size: 12px;
    display: block;
}
.gen-btn:visited,
.flow__btn:visited {
    color: #fff;
}
img {
    max-width: 100%;
}
.banner-section {
    background-color: #ffd6dd;
}
.banner-section-inner {
    max-width: 1280px;
    padding: 0px 15px 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-section-left {
    width: 603px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.banner-section-right {
    width: calc(100% - 615px);
    width: -o-calc(100% - 615px);
    width: -ms-calc(100% - 615px);
    width: -moz-calc(100% - 615px);
    width: -webkit-calc(100% - 615px);
}
.banner-section h1 {
    font-size: 46px;
    font-weight: 700;
    color: #a51931;
    display: block;
    line-height: 1em;
    margin: 0 0 15px 0;
}
.banner-section h1~b {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
    line-height: 1em;
}
.banner-section strong {
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    line-height: 25.4px;
    font-weight: 600;
}
/* ------------------------------------------------- */
.wecome-section-inner {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.wecome-section-right {
    width: 54%;
    position: relative;
    z-index: 1;
}
.wecome-section-left {
    width: 42.4%;
}
.wecome-section-left b {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
    display: block;
    color: #000;
}
/* ------------------------------------------ */
.ownership-section {
    padding-bottom: 30px;
}
.ownership-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.ownership-section-left {
    width: 414px;
}
.ownership-section-right {
    width: calc(100% - 504px);
    width: -o-calc(100% - 504px);
    width: -ms-calc(100% - 504px);
    width: -moz-calc(100% - 504px);
    width: -webkit-calc(100% - 504px);
}
.ownership-section p:last-child {
    margin-bottom: 0;
}
.whitelabel-section {
    padding-top: 0;
}
.whitelabel-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
.whitelabel-section-left {
    width: 414px;
}
.whitelabel-section-right {
    width: calc(100% - 504px);
    width: -o-calc(100% - 504px);
    width: -ms-calc(100% - 504px);
    width: -moz-calc(100% - 504px);
    width: -webkit-calc(100% - 504px);
}
.whitelabel-section p:last-child {
    margin-bottom: 0;
}
/* -------------------------------------------- */
.bigreview {
    background-color: #ebebeb;
}
.bigreview-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.bigreview a {
    display: inline-block;
    position: relative;
}
.bigreview-left {
    width: 48%;
}
.bigreview img {
    max-width: 100%;
}
.bigreview-right {
    width: 48%;
}
.bigreview .play-anim-ico {
    left: 30px;
    top: 40px;
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(../svg/play-button1-4.svg);
}
.bigreview .play-anim-ico:after {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-shadow: 0 0 0 13px #fff;
}
/* ------------------------------------------------ */
.product-section-inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.product-blocks {
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.product-blocks.col-half {
    width: calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
}
.product-blocks.col-quater {
    width: calc(25% - 20px);
    width: -o-calc(25% - 20px);
    width: -ms-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
}
.product-blocks strong.center-align {
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product-blocks strong.bottom_inc {
    bottom: 35px;
}
.product-row {
    flex-wrap: wrap;
    display: flex;
    row-gap: 20px;
    justify-content: space-between;
    margin: 0 0 20px;
}
.product-blocks strong a {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    background-color: rgba(45, 42, 74, 0.9);
    padding: 16px 20px;
    font-size: 18px;
    color: #fff;
    left: 0;
}
/* ------------------------------------ */
.payment-getway-used {
    padding-bottom: 0;
    background-color: #ebebeb;
}
.payment-getway-used .contact-row {
    background-color: #6b3900;
    padding: 19px 15px 20px 15px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.payment-getway-used .contact-row a {
    color: #999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.payment-getway-used .contact-row a:hover {
    color: #fff;
}
.payment-getway-used-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1356px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
}
.sun-clipArt {
    position: absolute;
    transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -moz-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    -o-transform: translate(-50%, -10%);
}
.tree-clipArt {
    position: absolute;
    bottom: 0px;
    transform: translateX(-74%);
    -webkit-transform: translateX(-74%);
    -moz-transform: translateX(-74%);
    -ms-transform: translateX(-74%);
    -o-transform: translateX(-74%);
}

.payment-getway-right {
    padding: 0 0 0 0;
    max-width: 1017px;
    margin: 0 auto;
}
.payment-logos>li img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.payment-logos>li>img {
    background-color: #ffffff;
    max-width: 100%;
    outline: 1px solid #cfcfcf;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.payment-logos>li>img:hover {
    outline-color: #a51931;
}
.clientsphotos {
    padding: 20px 0 0 0;
    text-align: center;
    width: 100%;
    display: block;
}
.clientsphotos img {
    max-width: 100%;
}
.payment-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 0 20px;
}
.payment-logos>li strong {
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
}
.payment-logos>li span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: #333;
}
ul.payment-logos ul {
    list-style: none;
    margin-top: 5px;
    padding: 0;
}
ul.payment-logos ul li {
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    width: 48%;
    display: inline-block;
}
ul.payment-logos ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #249708;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.payment-logos>li strong.cant-find-block {
    margin: 0;
    padding: 12px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    color: #666;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* ------------------------------------- */
.client-reviews {
    background-color: #ebebeb;
}
.client-reviews a.client-reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 11px 90px 16px 90px;
    transition: all 0.5s ease 0s;
    background-color: #a51931;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}
.client-reviews a.client-reviews-btn:hover {
    background-color: #2d2a4a;
}
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.client-reviews ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
    border: 4px solid #fff;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.client-reviews ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
.client-reviews ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 8px;
    vertical-align: top;
}
.client-reviews ul li a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(../svg/play-button-10.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.client-reviews ul li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #a51931;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.client-reviews ul li.morereview a:hover {
    background-color: #2d2a4a;
}
.client-reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    padding: 0;
}
.client-reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}
/*****************client-revies stylesheet end***********************/
/*****************technology-section stylesheet start***********************/
.technology-section {
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 35px;
}
.technology-section h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #a51931;
    display: inline-block
}
.technology-section .small-cont {
    display: block;
    padding-top: 18px;
    position: relative;
    text-align: center;
}
.technology-section .small-cont:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 2px;
    width: 70px;
    background-color: #fac82b;
    margin-left: -35px;
    top: 0;
}
.technology-section-inner {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.technology-section p {
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0 20px 0;
    max-width: 847px;
    margin: 0 auto;
}
.technology-section-inner ul li {
    max-height: 104px;
    display: inline-flex !important;
    width: calc(25% - 20px);
    width: -o-calc(25% - 20px);
    width: -ms-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0 10px;
    border: 1px solid #c8c8c8;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-bottom: 16px;
    padding: 10px 0;
    display: inline-block;
}
.technology-section-inner ul li:hover {
    border-color: #a51931;
}
.technology-section-inner ul {
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 -10px;
}
/*****************technology-section stylesheet end***********************/
.look-at-demo {
    margin: 0px;
    padding: 45px 0 45px 0;
    background: rgba(0, 0, 0, 0) url("../jpg/look-demo-bg-2.jpg") no-repeat center top 0;
    background-size: cover;
    height: auto;
    position: relative;
    z-index: 1;
}
.look-at-demo-inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.look-at-demo h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
    display: inline-block;
}
.look-at-demo h3 span {
    font-size: 18px;
    color: #fff;
    line-height: 25.4px;
    font-weight: 500;
    display: block;
}
.look-at-demo ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    justify-content: center;
}
.look-at-demo ul li {
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.look-at-demo ul li img {
    max-width: 100%;
}
.look-at-demo p {
    text-align: center;
    color: #fff;
}

@media (max-width:1199.98px) {
    .main-title {
        font-size: 33px;
        line-height: 1em;
    }
    .banner-section-left {
        width: 100%;
        align-items: center;
        margin: 0 0 25px;
    }
    .banner-section-right {
        width: 100%;
    }
    .banner-section h1 {
        font-size: 40px;
    }
    .wecome-section-left{
        width: 100%;
    }
    .wecome-section-right{
        width: 100%;
        text-align: center;
    }
    .wecome-section-inner{
        flex-direction: column-reverse;
        row-gap: 25px;
    }
    .tree-clipArt{
        display: none;
    }

    .ownership-section-right,
    .whitelabel-section-right {
        width: calc(100% - 414px);
        width: -o-calc(100% - 414px);
        width: -ms-calc(100% - 414px);
        width: -moz-calc(100% - 414px);
        width: -webkit-calc(100% - 414px);
    }
    .product-blocks strong a {
        padding: 12px 15px;
        font-size: 16px;
    }
    .client-reviews ul li.morereview a {
        font-size: 2.2vw;
        line-height: 3.2vw;
    }
}

@media screen and (max-width:991px) {
    .main-title {
        font-size: 31px;
    }
    .payment-logos {
        grid-template-columns: repeat(3, 1fr);
    }
    .ownership-section-left {
        width: 100%;
        text-align: center;
        margin: 0 0 25px;
    }
    .ownership-section-right {
        width: 100%;
    }
    .whitelabel-section-left {
        width: 100%;
        margin: 0 0 25px;
    }
    .whitelabel-section-right {
        width: 100%;
    }
    .product-blocks.col-quater {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
    }
    .client-reviews ul {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width:767px) {
    .payment-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .bigreview-left{
        width: 100%;
        margin-bottom: 15px;
    }
    .bigreview-right{
        width: 100%;
    }
    .bigreview .play-anim-ico {
        left: 10px;
        top: 20px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
}
@media screen and (max-width:630px) {
    main>* {
        padding: 40px 0;
    }
    .main-title {
        font-size: 27px;
        margin-top: -4px;
    }
    .banner-section h1 {
        font-size: 30px;
    }
    .banner-section h1~b {
        font-size: 21px;
    }
    .banner-section strong {
        font-size: 16px;
    }
    .gen-btn {
        padding: 10px 15px 10px 15px;
        font-size: 16px;
    }
    .payment-getway-used .contact-row {
        padding: 15px;
        font-size: 18px;
    }
    .product-blocks.col-half {
        width: 100%;
    }
    .product-blocks.col-quater {
        width: 100%;
    }
    .flow__btn {
        padding: 12px 15px;
        font-size: 18px;
        text-align: center;
    }
    .client-reviews ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .client-reviews ul li a::after {
        width: 40px;
        height: 40px;
        top: 5px;
        right: 5px;
        background-size: 34px;
    }
    .client-reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -ms-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
    }
    .client-reviews ul li.morereview a:after {
        width: 40px;
        height: 40px;
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }
    .client-reviews ul li a {
        border: 2px solid #fff;
    }
    .client-reviews ul li.morereview a {
        font-size: 4.2vw;
        line-height: 5vw;
    }
    }

@media screen and (max-width:480px) {

}