@import url('../fonts/visby.css');

:root {
    --animate-duration: 1000ms;

}

body {
    overflow-x: hidden;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    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;
}

.loader {
    text-align: center;
    margin: 5px;
    border-radius: 50%;
    border: 4px solid #008ff1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.loader-inner-1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation: change_first_circle 4s ease-in-out infinite;
    animation: change_first_circle 4s ease-in-out infinite;
}

.loader-inner-2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation: change_second_circle 4s ease-in-out infinite;
    animation: change_second_circle 4s ease-in-out infinite;
}

.loader-inner-3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    width: 40px;
    height: 40px;
    -webkit-animation: change_last_circle 4s linear infinite;
    animation: change_last_circle 4s linear infinite;
}

@-webkit-keyframes change_first_circle {
    50% {
        -webkit-transform: rotateX(360deg) scale(0.8);
        transform: rotateX(360deg) scale(0.8);
    }
}

@keyframes change_first_circle {
    50% {
        -webkit-transform: rotateX(360deg) scale(0.8);
        transform: rotateX(360deg) scale(0.8);
    }
}

@-webkit-keyframes change_second_circle {
    50% {
        -webkit-transform: rotateY(360deg) scale(0.8);
        transform: rotateY(360deg) scale(0.8);
    }
}

@keyframes change_second_circle {
    50% {
        -webkit-transform: rotateY(360deg) scale(0.8);
        transform: rotateY(360deg) scale(0.8);
    }
}

@-webkit-keyframes change_last_circle {
    50% {
        -webkit-transform: rotateX(360deg) scale(0.8);
        transform: rotateX(360deg) scale(0.8);
    }
}

@keyframes change_last_circle {
    50% {
        -webkit-transform: rotateX(360deg) scale(0.8);
        transform: rotateX(360deg) scale(0.8);
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-family: visby;
    font-weight: 700;
    color: #3E4051;
}

h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 54px;
    line-height: 68px;
    letter-spacing: 1px;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.01em;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.01em;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

.title-wrp {
    margin-bottom: 60px;
}

.title-wrp h5 {
    color: #7F7F7F;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
}

body {
    font-family: visby;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #747584;
}



.btn-primary {
    background: #F6F9FC;
    border-radius: 5px;
    transition: all 300ms ease;
    color: #0A8EED;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.btn {
    transition: all 300ms ease;
}

.btn-secondary {
    background: #2B3992;
    border: 1px solid #F6F9FC;
    color: #F6F9FC;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.btn-primary:hover {
    background: #fff;
    color: #0A8EED;
    border: 1px solid #0A8EED;
}

.colored {
    color: #2B3992;
}

/* navbar styles */

.main-header .bg-light {
    background: #fff !important;
    padding: 7px 40px;
}

.main-header .bg-light.scrolled {
    background: #fff !important;
    box-shadow: 0px 3px 14px rgb(121 155 136 / 15%);
}

.main-header .nav-item a {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #3E4051;
}

.main-header .nav-item {
    margin-right: 30px;
}


.main-header .btn {
    padding: 8px 40px;
    color: #F6F9FC !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* font-size: 14px; */
}

.main-header .btn-primary {
    margin-right: 10px;
}


.main-header .dropdown-toggle::after {
    background: url(../img/arow-down.png);
    background-size: cover;
    border: none;
    width: 10px;
    height: 7px;
    /* margin-top: 18px; */
    position: absolute;
    top: 40%;
    right: -10px;
    transition: all 300ms ease;
}

.main-header li.nav-item.dropdown {
    margin-right: 45px;
}

.main-header .nav-item .dropdown-menu{
    padding: 0
}

.main-header .dropdown-item {
    padding: 10px 58px 0px 20px;
}



.main-header .dropdown-item:last-of-type{
    padding-bottom: 25px;
}

/* .main-header .dropdown-item:hover .submenu-item{
    color: #fff;
}

.main-header .dropdown-item:hover .submenu-item .title{
    color: #fff;
} */
/*
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    display: block;
    opacity: 0;
    transition: all 300ms ease;
    top: -1000%;
} */
/*
.main-header .nav-item.dropdown{

}



.main-header .nav-item.dropdown:hover .dropdown-menu {

    top:100%;
    opacity: 1;
} */

.main-header .dropdown-item:hover{
    background: #dadada;
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        left: 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.main-header .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.main-header .dropdown-menu {
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(65, 65, 65, 0.25);
    border-radius: 1px 1px 10px 10px;
    padding: 21px 42px 21px 17px;
}

.main-header .submenu-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #747584;
    padding-bottom: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
}

.main-header .dropdown-item:last-child .submenu-item {
    padding-bottom: 0px;
}

.main-header .submenu-item .title {
    color: #3E4051;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.btn-secondary:hover {
    background: #fff;
    color: #2B3992 !important;
    background: #FFFFFF;
    border: 1px solid #2B3992;
}

.mobile-only {
    display: none;
}

.img-absolute {
    position: absolute;
    z-index: 1;
}

.align-vertical {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-sec {
    background: radial-gradient(77.2% 116.31% at 71.24% 59.92%, #00BCF3 0%, #2154cf 18.23%, #2154cf 49.48%, #2154cf 100%);
    color: #F6F9FC;
    margin-top: 60px;
    /* padding: 9% 0; */
}


.hero-sec h1 {
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #F6F9FC;
    ;
    position: relative;
    z-index: 2;
    border-bottom: 8px solid #33A6FF;
    display: inline-block;
}

.hero-sec p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    width: 70%;
    color: #F6F9FC;
    padding: 20px 0 35px;
}

.hero-sec .btn {
    padding: 10px 30px;
    position: relative;
    z-index: 2;
}

.btn-primary:hover {
    background: #2B3992;
    color: #fff;
}

.hero-sec .container {
    position: relative;
}

.hero-sec .link {
    color: #F6F9FC;
    margin-left: 20px;
}
.hero-sec .link:hover{
    background: #F6F9FC;

    color: #0A8EED;
}

.swal2-title{
    line-height: 29px;
}
.hero-sec .hero-shp1 {
    left: -6%;
    top: -8%;
}

.hero-sec .hero-shp2 {
    left: 11%;
    bottom: -35%;
}

.hero-sec .slider-mobile {
    bottom: 0;
    z-index: 3;
    left: 25%;

}

.hero-sec .hero-shp3 {
    left: -12%;
    top: 37%;
    ;
    z-index: 3;

}

.hero-sec .hero-shp4 {
    right: 4%;
    top: 27%;
    z-index: 3;
}

.hero-sec .hero-shp5 {
    right: 9%;
    bottom: 7%;
    z-index: 3;

}

.hero-sec .hero-shp6 {
    left: 2%;
    bottom: 6%;
    z-index: 1;

}

.hero-sec .hero-shp7 {
    left: 5%;
    top: 17%;
    z-index: 1;

}

.hero-sec .left-col {
    display: flex;
    align-items: center;
}

.hero-sec .img-wrp {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-sec .slider-img {
    height: 550px;
}

.hero-sec .content-wrp {
    position: relative;
    z-index: 2;
}

.hero-sec .slider-main {
    position: relative;
    z-index: 5;
}

.hero-sec .slider-wrp {
    /* position: absolute; */
    /* top: 17%; */
    top: 44%;
    bottom: 0;
    left: 28%;
    z-index: 3;
}

.hero-sec .slider-outer {
    /* position: absolute; */
    min-width: 500px;
    /* top: 7px;
    left: 39px;
    height: 398px; */
    /* overflow: hidden; */
    z-index: 1;
    width: 500px;
    padding: 39px 0;
}

/* .hero-sec .slick-list {
    height: 399px;
} */

.hero-sec .slick-dots {
    position:relative;
    z-index: 16;
    display: flex;
    gap: 5px;
    list-style: none;
    padding-left: 0;
    /* bottom: -17%; */
/*
    bottom: 13%;

    left: -50%; */
    align-items: center;
}

.hero-sec .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #5AB4FF;
    border-radius: 50%;
}

.hero-sec .slick-dots .slick-active button {
    width: 12px;
    height: 12px;
    background: #F8F8F8;
}



.content-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

.featured-sec{
    background: #f6f9fc;
padding-bottom: 0;
}

.coins-sec{
    background: #f6f9fc;
 padding-bottom: 100px;
}

.card-wrp {
    background: #FFFFFF;
    box-shadow: 0px 3px 14px rgba(121, 155, 136, 0.15);
    border-radius: 10px;
    padding: 15px;
}


.card-wrp img {
    width: 100%;
}



.card-wrp h5 {
    margin: 15px 0;
    font-weight: 500;
}

.card-wrp p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 35px;
}


.card-wrp .btn {
    padding: 10px 20px;
    margin-bottom: 10px;
}

.check-row {
    display: flex;
    gap: 12.5px;
    align-items: center;
    margin-bottom: 25px;

}



.img-wrp {
    position: relative;
}

.img-wrp .main-img {
    position: relative;
    z-index: 2;
    padding: 24% 0 12%;
}




.right-col {
    padding-left: 16%;
}

.video-sec .video-inner {
    position: relative;

}

.video-sec video {
    width: 100%;
    position: relative;
    z-index: 2;
}

.ca-sec {
    margin-bottom: 70px;
}

.video-sec .title-wrp {
    margin-bottom: 80px;
}


.video-sec .shp1 {
    left: -6%;
    top: -11%;
}


.video-sec .shp2 {
    right: -7%;
    bottom: -6%;
}

.logo-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
}

.logo-list img {
    filter: grayscale(100%);
    transition: all 300ms ease;
    cursor: pointer;
}

.logo-list img:hover {
    filter: grayscale(0);
}

a {
    text-decoration: none !important;
}

.img-with-text {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #747584;
    gap: 15px;
}

.img-with-text .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #3E4051;
    margin-bottom: 10px;
}

.coins-sec .innerSec {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(262.25deg, #0D84F8 0%, #0081FF 99.43%);
    border-radius: 10px;
    height: 519px;
    overflow: hidden;
}

.ca-sec .btn-primary:hover {
    border: 1px solid transparent;
    color: #fff;

}

.ca-sec .btn-outline:hover {
    background: #fff;
    color: #2B3992;
    border: 1px solid #2B3992;
}

.coins-sec h3 {
    color: #F6F9FC;
    font-weight: 800;
    font-size: 44px;
    line-height: 62px;
}

.coins-sec .innerSec .col-md-5 {
    padding-top: 13%;
    padding-left: 7%;

}

.coins-sec .coin-outer {
    text-align: right;
}

.coins-sec .btn {
    padding: 10px 23px;
}

.payment-sec .btn {
    padding: 15px 30px;
}

.footer p {
    font-family: 'visby';
    font-style: normal;
}

.footer .last-col {
    padding-left: 125px;
}


.footer .social_footer {
    margin-right: 20px;
    font-size: 22px;
    color: #747584;
}

.footer .nav-item {
    font-family: 'visby';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
}

.footer h5 {
    font-family: 'visby';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #fff;
}

.footer .product-list img {
    margin-right: 5px;
}

.footer .nav-link {
    font-size: 14px;
    display: inline;
}

.footer .social-icons {
    /* gap: 20px; */
    width: 100%;
    margin-top: 60px !important;
    justify-content: space-between;
}

.footer .social-icons .nav-item {
    width: 22%;
    text-align: right;
}

/* .footer .social-icons li {

    margin-bottom: 17px !important;
    width: 24%;
    display: flex;
    justify-content: flex-end;
} */

.footer .social-icons li img {
    transition: all 200ms ease;
}

.footer .social-icons li img:hover {
    transform: scale(1.1);
}

.footer .social_footer:hover,
.footer .nav-item:hover .nav-link {
    color: #fff !important;
}

.footer .btn {
    background: transparent;
    color: #F6F9FC;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    border-radius: 5px;
    padding: 15px 20px;
    max-width: 200px;

}

/* .footer .last-col {

    display: flex;
    flex-direction: column;
    align-items: flex-end;
} */

/* .footer .last-col h5{
    margin-right: 46%;
} */
/* .footer .last-col:nth-child(1){
    align-items: flex-start;
} */

.footer .btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .btn img {
    margin-right: 10px;
}

.footer .btn.btn-white {
    border: 1px solid #2B3992;
    color: #2B3992;
    background: transparent;
}

.footer {
    background: linear-gradient(45.53deg, #00fff4 -31.45%, #2175ee 39.07%, #1b62c8 100.3%);
    position: relative;
    z-index: 1;
}

.footer a {
    color: #fff !important;
}

.footer a:hover {
    color: #fff !important;
}

.footer p {
    color: #fff !important;
    line-height: 31px;
    font-size: 14px;
}

.footer-bottom {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    color: #747584;
    padding-top: 20px;
}

.footer .footer-col {
    margin-top: 20px;
}

.footer-top {
    padding-bottom: 15px;
}

.footer-bottom ul {
    list-style: none;
    padding-left: 0;
}

.footer-bottom ul li {
    display: inline-block;
    margin-right: 30px;
}

.footer-bottom ul li:last-child {
    margin-right: 0px;
}

.footer-bottom ul li a {
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    color: #747584;
}

.footer-bottom p {
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
}

.footer-bottom .right-col {
    text-align: right;
    padding-right: 0;
}

.service-sec {
    padding-bottom: 0;
}

.service-sec#invoice{
    padding-bottom: 100px;
}

.service-sec .btn{
    padding: 13px 40px;
}

.graph-sec{
    background: #f6f9fc;
}
.graph-sec .right-col {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    width: 50%;
    margin: 0 auto;
    padding-left: 0;
}

.cal-row {
    height: 100%;
}

.chart-wrp {
    background: #FFFFFF;
    box-shadow: -2px 1px 15px rgba(153, 153, 153, 0.25);
    border-radius: 10px;
    padding: 30px 30px 28px 21px;
    margin: 0px;
    margin-top: 60px;
}

.chart-wrp canvas {
    height: 500px;
}

.custom-info h5{
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;

    padding-top: 0;
    padding-bottom: 25px;
}

.custom-info{
    text-align: center;
    padding: 47px 37px;
    height: 77%;
}


.custom-info h5 span{
    font-weight: 700;
}


.custom-info .info-row{
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.custom-info .info-row p{
    color: #959595;
    font-size: 14px;
}

.custom-info h4{
    font-size: 35px;
    line-height: 25px;
  }

  .custom-info .percent{
    font-size: 15px;
  }


.custom-info h2{
  font-size: 35px;
  line-height: 24px;
}

.graph-sec .label-row {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 15px;
    gap: 55px;
    margin-top: 50px;
}

.graph-sec .label-row .label-item.blue {
    color: #36A2EB;
}

.graph-sec .label-row .label-item.blue .square {
    width: 50px;
    height: 25px;
    background: #99D1F8;
    border: 1px solid #36A2EB;
    border-radius: 4px;
}


.graph-sec .label-row .label-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.graph-sec .label-row .label-item.red .square {
    width: 50px;
    height: 25px;
    background: #FFBDCB;
    border: 1px solid #FF456D;
    border-radius: 4px;
}

.graph-sec .label-row .label-item.yellow .square {
    width: 50px;
    height: 25px;
    background: #FFCB98;
    border: 1px solid #FF9F40;
    border-radius: 4px;
}

.graph-sec .label-row .label-item.red {
    color: #FF456D;
}

.graph-sec .label-row .label-item.yellow {
    color: #FF9F40;
}

.ca-sec .innerSec {
    background: url(../img/ca-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 11% 0;
    border-radius: 10px;
}

.ca-sec .innerSec h3 {
    color: #F6F9FC;
}

.ca-sec .innerSec p {
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #F6F9FC;
    margin: 12px 0 30px;
}

.ca-sec .btn-primary {
    color: #1C1C1F;
    border: 1px solid #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 25px;
    margin-right: 20px;
}

.btn-outline {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 25px;
    color: #F6F9FC;
    border: 1px solid #F6F9FC;
    background: transparent;
}

.moveHorizontal {
    -webkit-animation: moveHorizontal 8000ms infinite ease-in-out;
    animation: moveHorizontal 8000ms infinite ease-in-out;
}

.moveHorizontalSlow {
    -webkit-animation: moveHorizontal 5000ms infinite ease-in-out;
    animation: moveHorizontal 5000ms infinite ease-in-out;
}

.moveVerticalLong {
    -webkit-animation: moveVerticalLong 30000ms infinite ease-in-out;
    animation: moveVerticalLong 30000ms infinite ease-in-out;
}


.moveVertical {
    -webkit-animation: moveVertical 7000ms infinite ease-in-out;
    animation: moveVertical 7000ms infinite ease-in-out;
}


.moveVerticalSlow {
    -webkit-animation: moveVertical 8000ms infinite ease-in-out;
    animation: moveVertical 8000ms infinite ease-in-out;
    animation-delay: 1s;
}


.rotate {
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
}

.terms-sec {
    padding: 100px 0;
    background: #fff;

}

.terms-sec h4 {
    font-size: 20px;
    font-weight: 600;
}

.terms-sec .content {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    border: none;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%), 0 4px 8px rgb(0 0 0 / 10%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background-color: #fff;
    padding: 50px;
    margin-top: 50px;
    font-size: 14px;
}

.terms-sec .sub-ul {
    padding-left: 20px;
}


.terms-sec .sub-sub-ul {
    padding-left: 50px;
}

.terms-sec .table td {
    padding: 5px 5px;
}

/* section{
    position: relative;
    z-index: 1;
} */

.cookie-consent {
    padding: 30px;
    height: 500px;
    width: 500px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    position: fixed;
    bottom: 0;
    left: 15px;
    z-index: 0;
    transition: all 300ms ease;
    opacity: 0;
}

.cookie-consent.hide {
    opacity: 0;
}

.cookie-consent.show {
    opacity: 1;
    z-index: 10;
}

.service-sec .main-p{
   margin: 20px 0;
}
.service-sec .img-with-text:first-of-type{
    margin-top: 30px;
}

.service-sec .img-with-text{
    align-items: flex-start;
}

.form-switch {
    padding-left: 2.5em;
}

.cookie-consent input.form-check-input {
    padding: 10px 20px;
    margin-right: 10px;
}

.cookie-consent .btn {
    padding: 10px 40px;
}

.cookie-consent .btn-secondary {
    margin-right: 7px;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.cookie-consent h1 {
    font-size: 24px;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.cookie-consent .form-switch {
    display: flex;
    align-items: center;
}


/*
.coins-sec #circle6{
    animation: spin 50s linear infinite;
}
.coins-sec #circle5{
    animation: spin 50s linear infinite;
}

.coins-sec #circle4{
    animation: spin 60s linear infinite;
}

.coins-sec #circle3{
    animation: spin 70s linear infinite;
}

.coins-sec #circle2{
    animation: spin 80s linear infinite;
}
.coins-sec #circle1{
    animation: spin 90s linear infinite;
} */

.coins-sec .circle {
    width: 100%;
    height: 100%;
    animation: spin 110s linear infinite;
    transition: all 200ms ease;
}

.coins-sec #circle6 {
    animation: spin 160s linear infinite;
}

.coins-sec #circle5 {
    animation: spin 150s linear infinite;
}

.coins-sec #circle4 {
    animation: spin 140s linear infinite;
}

.coins-sec #circle3 {
    animation: spin 130s linear infinite;
}

.coins-sec #circle2 {
    animation: spin 120s linear infinite;
}

.coins-sec #circle {
    animation: spin 110s linear infinite;
}

.coins-sec .main-circle-wrp {
    position: relative;
    width: 1189px;
    height: 1189px;
    text-align: center;
    margin-left: 14%;
}

.coins-sec .item {
    width: 80px;
    height: 80px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    animation: spin 100s linear infinite reverse;
}


.coins-sec #circle .item {
    animation: spin 110s linear infinite reverse;
}

.coins-sec #circle2 .item {
    animation: spin 120s linearinfinite reverse;
}

.coins-sec #circle3 .item {
    animation: spin 130s linear infinite reverse;
}

.coins-sec #circle4 .item {
    animation: spin 140s linear infinite reverse;
}

.coins-sec #circle5 .item {
    animation: spin 150s linear infinite reverse;
}

.coins-sec #circle6 .item {
    animation: spin 160s linear infinite reverse;
}


.coins-sec .item img {
    width: 80px;
    height: 80px;
}

.coins-sec .ring {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 3px dashed #CAE5FF;
    border-radius: 50%;
}

.coins-sec .circle-outer {
    height: 332px;
    width: 332px;
    margin-top: 375px;
}

.coins-sec .circle-outer2 {
    height: 501px;
    width: 501px;
    margin-top: 298px;
}


.coins-sec .circle-outer3 {
    height: 670px;
    width: 670px;
    margin-top: 219px;
}


.coins-sec .circle-outer4 {
    height: 840px;
    width: 840px;
    margin-top: 150px;
}

.coins-sec .circle-outer5 {
    height: 1010px;
    width: 1010px;
    margin-top: 70px;
}

.coins-sec .circle-outer6 {
    height: 1159px;
    width: 1159px;

}


.coins-sec .main-circle-wrp:hover .circle {
    -webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    -o-animation-play-state: paused !important;
    animation-play-state: paused !important;
    cursor: pointer;
}

.coins-sec .main-circle-wrp:hover .item {
    -webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    -o-animation-play-state: paused !important;
    animation-play-state: paused;
    cursor: pointer;
}

.fee-sec {
    background: #f6f9fc;
    /* padding-bottom: 100px; */
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

.fee-sec .desc {
    margin-top: 40px;
}

.fee-sec .circle {
    border-radius: 50%;
    /* border: 5px solid #ccc; */
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: -webkit-linear-gradient(left top, #2a5ed5 0%, #76b9ff 100%);
}



.fee-sec .circle .circle-inner {
    background: #f6f9fc;
    width: 214px;
    height: 214px;
    border-radius: 50%;
    margin-left: 2px;
    padding-top: 65px;
}

.circle span {
    font-size: 50px;
    font-weight: bold;
}

#flat-slider.ui-slider {
    background: #d5cebc;
    border: none;
    border-radius: 0;
}

#flat-slider.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50% 50% 0;
    border-color: transparent;
    transition: border 0.4s ease;
}

#flat-slider.ui-slider .ui-slider-handle.ui-state-hover,
#flat-slider.ui-slider .ui-slider-handle.ui-state-focus,
#flat-slider.ui-slider .ui-slider-handle.ui-state-active {
    border-color: #172f38;
}

#flat-slider.ui-slider .ui-slider-pip .ui-slider-line {
    background: #d5cebc;
    transition: all 0.4s ease;
}

#flat-slider.ui-slider.ui-slider-horizontal {
    height: 6px;
}

#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-handle {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: -25px;
    margin-left: -10px;
}

#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip {
    top: 10px;
}

#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip .ui-slider-line {
    width: 2px;
    height: 10px;
    margin-left: -1px;
}

#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
    height: 29px;
    top: -128%;
    width: 10px;
}



#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
    height: 12px;
}

#flat-slider.ui-slider.ui-slider-vertical {
    width: 6px;
    height: 125px;
    display: inline-block;
    margin: 0 15%;
}

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    left: -25px;
    margin-bottom: -10px;
}

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-pip {
    left: 10px;
}

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-pip .ui-slider-line {
    height: 2px;
    width: 10px;
    margin-top: -1px;
}

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
    width: 20px;
}

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
    width: 12px;
}

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip,
#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    border: none;
    background: transparent;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    text-align: center;
    color: white;
    font-weight: normal;
    top: 10px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip:before,
#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip:before {
    display: none;
}

#flat-slider .ui-slider-handle,
#flat-slider .ui-slider-range,
#flat-slider .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
#flat-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
    background-color: #2A5ED5;
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
    color: #333;
}


#flat-slider-vertical-1 .ui-slider-handle,
#flat-slider-vertical-1 .ui-slider-range,
#flat-slider-vertical-1 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
#flat-slider-vertical-1 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
    background-color: #333;
}


#flat-slider-vertical-2 .ui-slider-handle,
#flat-slider-vertical-2 .ui-slider-range,
#flat-slider-vertical-2 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
#flat-slider-vertical-2 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
    background-color: #bd77f2;
}


#flat-slider-vertical-3 .ui-slider-handle,
#flat-slider-vertical-3 .ui-slider-range,
#flat-slider-vertical-3 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
#flat-slider-vertical-3 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
    background-color: #67c3ec;
}

.ui-slider-pips .ui-slider-label {
    top: 22px;
}

.ui-slider {
    margin-top: 50px;
}

.amount {
    margin-top: 60px;
    font-size: 18px;
}

.amountLYO {
    color: #2A5ED5;
    font-weight: bold;
}

circle span {
    font-size: 50px;
    font-weight: bold;
}

.info {
    font-size: 11px;
}

.info .text-danger {
    font-size: 16px;
}

.cal-row div.calc {
    background-color: #19246a;
    margin: 60px 0;
    width: 100%;
    height: 400px;
    padding: 1.5vw;
    box-shadow: 3px 2px 5px #999999;
    border-radius: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none !important;
    margin: 0 !important; /* <-- Apparently some margin are still there even though it's hidden */
}


input[type=number] {
    -moz-appearance:textfield !important; /* Firefox */
}

.cal-row input {
    margin: 0px auto;
    font-size: 25px;
    width: 100%;
    border: none;
    text-align: right;
    padding-top: 20px;

    padding-right: 9px;
    padding: 20px 20px 20px 0;
    border-radius: 5px;
}

.cal-row button {
    background-color: #1e2a7a;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
    border: none;
    height: 50px;
    width: 100%;
    margin: 7px 5px;
    box-shadow: -1px 4px 8px #131b50;
    transition: 0.2s;
    border-radius: 6px;
    color: #fff;
}

.cal-row button:hover {
    background-color: #1b2a8d;
}

.calc .btn-row {
    display: flex;
    justify-content: space-between;
}

.cal-row #equal {
    width: 125px;
}

:focus-visible {
    outline: none !important;
}

.inputVal{
    position: relative;
}

.inputVal span{
    position: absolute;
    font-size: 30px;
    top: 21px;
    right: 5px
}

.inputVal ::placeholder {
    font-size: 20px;
}


.cal-row button:focus {
    outline: none;
}

form .form-group{
  margin-bottom: 20px;
}

.swal2-title{
    font-size: 20px !important;
}

.swal2-styled.swal2-confirm{

    background-color: #6691e0 !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 8px 35px !important;
}
/* .cal-row textarea {
    margin: 0px auto;
    font-size: 30px;
    width: 100%;
    border: none;
    text-align: right;
    padding-top: 20px;
    resize: none;
    padding-right: 9px;
    border-radius: 5px;
  } */

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}



@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@-webkit-keyframes moveVerticalLong {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveVerticalLong {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(00px);
    }
}

/* @media (min-width: 1500px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1450px;
}
} */


@media only screen and (max-width: 1440px) {
    .footer .logo {
        width: 95%;
    }

    .footer .btn {
        padding: 8px 13px;

    }

    .footer .last-col {
        padding-left: 25px;
    }

    .footer p {
        font-size: 14px;
    }

    .footer .nav-link {
        font-size: 13px;
        display: inline;
    }

    .votex-outer {
        top: -2%;
    }
}

@media only screen and (max-width: 1366px) {
    .footer .last-col {
        padding-left: 17px;
    }

    .custom-info h5 {
        font-size: 23px;
        line-height: 28px;
        font-weight: 600;
        padding-top: 0;
        padding-bottom: 8px;
    }

    .custom-info{
        height: auto;
    }

    .custom-info .info-row{
        padding: 12px 0;
    }

    .footer .social-icons li img {
        width: 25px;

    }

    .chart-wrp{
        padding: 24px 30px 38px 21px
    }

    .main-header .nav-item {
        margin-right: 15px;
    }

    .ui-slider-pips .ui-slider-pip{
        font-size: 13px;

    }

    .graph-sec h2 {
        font-size: 31px;
    }

    .graph-sec .right-col {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        width: 50%;
    }

    .footer-bottom ul li {
        display: inline-block;
        margin-right: 20px;
    }

    .cal-row div.calc {
        height: 340px;
    }

    .cal-row button {
        height: 42px;
    }

    .hero-sec .hero-shp4 {
        right: -4%;
        top: 27%;

    }

    .hero-sec .hero-shp6 {
        left: -3%;
        bottom: 3%;
    }

    .hero-sec .hero-shp7 {
        left: -2%;
        top: 14%;
    }
}

@media only screen and (max-width: 1200px) {
    .footer .social-icons {
        width: 100%;
    }

    /* .footer .social-icons li {
        margin-right: 15px;
    } */
    #flat-slider, .fee-sec .amount, .fee-sec .info{
        display: none;
    }

    .second_section_zokyo .content_text p {
        font-size: 15px;
    }

    .footer .last-col {
        padding-left: 0;
    }

    .footer .social-icons li {
        justify-content: flex-start;
    }

    .footer .social-icons li img {
        width: 35px;
    }

    /* .hero-sec .slider-wrp {
        bottom: -28px;
        left: 23%;

    } */

    .img-wrp .main-img {
        padding: 33% 0 12%;
    }

    .main-header .nav-item {
        margin-right: 10px;
    }

    .main-header .nav-item a {
        font-size: 14px;
    }

    .main-header .bg-light {
        padding: 7px 0;
    }

    .footer .nav-item {
        line-height: 25px;
    }

    .hero-sec .hero-shp7 {
        left: -2%;
        top: 21%;
    }
}

@media only screen and (max-width: 1024px) {
    .main-header .nav-item a {
        font-size: 11px;
    }

    .img-wrp .main-img {
        padding: 18% 0 19%;
    }

    .hero-sec .hero-shp7 {
        left: -12%;
        top: 8%;
    }

    .hero-sec .hero-shp6 {
        left: -14%;
        bottom: 5%;
    }

    /* .hero-sec .slider-outer {
        width: 181px;
        top: 5px;
        left: 36px;
        height: 183px;
    } */

    .hero-sec .hero-shp3 {
        left: -13%;
        top: 40%;
        z-index: 3;
    }

    .logo-list {
        padding: 0;
        gap: 21px;
        justify-content: center;
    }

    .hero-sec .slick-list {
        /* height: 347px; */
    }

    .hero-sec .hero-shp4 {
        right: -8%;
        top: 16%;
    }

    .coins-sec h3 {
        font-size: 41px;
        line-height: 52px;
    }

    .graph-sec h2 {
        font-size: 25px;
        line-height: 26px;
    }

    .custom-info h2 {
        font-size: 50px;
    }
    .graph-sec h1 {
        font-size: 45px;
    }

    .graph-sec .right-col {
        font-size: 18px;
        padding-left: 10%;
        line-height: 24px;
    }

    .footer .social-icons {
        margin-top: 38px !important;
        justify-content: flex-start;
        gap: 9px;
    }

    .footer .right-col {
        padding-left: 0%;
    }

    /* .hero-sec .slider-outer {
        width: 167px;
        top: 5px;
        left: 32px;
        height: 183px;
    } */

}

@media only screen and (max-width: 991px) {
    .footer .last-col {
        padding-left: 15px;
    }

    .footer .social-icons li {
        /* margin-left: 0;
        margin-right: 20px; */
    }

    .main-header .nav-item a {
        font-size: 17px;
    }

    .main-header .nav-item {
        display: inline;
    }

    .main-header .nav-item a {
        position: relative;
        display: inline-block;
    }

    .main-header .nav-item.dropdown .dropdown-toggle::after {
        top: 44%;
        right: -40%;
    }

    .main-header .nav-item {
        border-bottom: 1px solid #dadada;
        padding: 4px 0px;
    }

    /* .chart-wrp canvas {
        height: 300px !important;
    } */

    /*
    .main-header .nav-item.dropdown:hover .dropdown-menu {
        display: unset;
    } */
    .dropdown .dropdown-menu {
        display: none !important;
    }

    .dropdown.show .dropdown-menu {
        display: block !important;
    }

    .main-header .nav-item.dropdown .dropdown-toggle::after {
        transform: rotate(0) !important;
    }

    .main-header .nav-item.dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg) !important;
    }

    .footer .social-icons .nav-item {
        width: 15%;
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .hero-sec h1 {
        font-size: 49px;
        line-height: 45px;
    }

    .hero-sec p {
        font-size: 16px;
        line-height: 30px;
    }

    .hero-sec .img-absolute {
        width: 25%;
    }

    .hero-sec .hero-shp1 {
        width: auto;
    }
    .graph-sec .label-row {
        display: none;
    }

    /* .hero-sec .slider-outer {
        width: 133px;
        top: 5px;
        left: 27px;
    } */

    .hero-sec .slick-list {
        /* height: 274px; */
    }

    .coins-sec h3 {
        font-size: 31px;
        line-height: 44px;
    }

    h3 {
        font-size: 33px;
        line-height: 39px;
    }

    body {
        font-size: 15px;
        line-height: 20px;
    }

    .graph-sec h1 {
        font-size: 32px;
        line-height: 37px;
    }

    .graph-sec .label-row .label-item {
        font-size: 14px;
    }

    .cal-row div.calc {
        padding: 30px 19px;
    }

    /* .hero-sec .slider-outer {
        width: 124px;
        top: 5px;
        left: 23px;
    } */

    .hero-sec .slick-list {
        /* height: 254px; */
    }
}

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

    .footer .nav-link,
    .footer a {
        font-size: 13px;

    }

    .footer .nav-item {
        line-height: 23px;
    }

    .footer p {
        line-height: 21px;
        font-size: 14px;
        margin: 20px 0;
        font-weight: 600;
        font-size: 12px;
    }

    ._header_white .navbar_menu {
        top: 55px;
    }

    .footer .social-icons li {

        width: 16%;

    }

    .footer .social-icons {
        width: 100%;
        gap: 3px;
        margin-top: 30px !important
    }

    .main-header .nav-item a {
        font-size: 19px;
    }

    .hero-sec .row {
        flex-direction: column-reverse;
    }

    .img-wrp .main-img {
        padding: 37% 0 12%;
    }
/*
    .hero-sec .slider-outer {
        width: 198px;
        top: 5px;
        left: 38px;
    } */

    .hero-sec .slick-dots {
        /* height: 391px; */
        justify-content: center;
    }

    .hero-sec .img-absolute {
        width: auto;
    }

    .hero-sec .hero-shp4 {
        right: 0%;
        top: 22%;
        z-index: 3;
    }

    .hero-sec {
        padding-bottom: 17%;
    }

    .right-col {
        padding-left: 0;
        margin-top: 64px;
    }

    .logo-list {
        gap: 36px;
    }

    .hero-sec .hero-shp5{
        right: -2%;
    }

    .coins-sec .innerSec {
        padding-top: 10%;
    }

    .graph-sec .right-col {
        padding-left: 0;
        margin-top: 0;
    }

    .footer .logo {
        width: auto;
    }

    .main-header li.nav-item.dropdown {
        margin-right: 10px;
    }

    .main {
        margin-left: -21%;
    }

    .footer .social-icons {
        flex-wrap: wrap;
    }

    .footer .social-icons .nav-item {
        width: auto;
        text-align: left;
    }

    .footer .social-icons {
        width: 80%;
        gap: 14px;
        margin-top: 30px !important;
    }

    .cookie-consent {
        width: auto;
        left: 0;
    }

    .coins-sec .innerSec {
        height: 658px;
        margin-left: 0%;
    }

    .coins-sec .main-circle-wrp {
        margin-left: 0;
    }

    .hero-sec .hero-shp7 {
        left: -4%;
        top: 20%;
    }

    .hero-sec .hero-shp6 {
        left: -8%;
        bottom: 0;
    }

    /* .hero-sec .slider-outer {
        width: 191px;
        top: 7px;
        left: 38px;
    } */

    .hero-sec .hero-shp1 {
        display: none;
    }

    .hero-sec h1 {
        margin-top: 0px;
    }

    .graph-sec .right-col{
        width: 100%;
    }

    .custom-info .info-row{
        justify-content: space-around;
    }

    .service-sec .btn{
        margin-bottom: 35px;
    }

    .swap-row{
      flex-direction: column-reverse;
    }

    .swap-row h3{
        margin-top: 30px;
    }
}


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

    .custom-info h5{
        padding-top: 0;
        padding-bottom: 32px
    }
    /* .hero-sec .slider-outer {
        width: 51%;
        top: 4px;
        left: 29px;
    } */

    .hero-sec .slider-img{
        height: 300px;
    }
    h2{
        font-size: 25px;
    }
    .hero-sec .slick-list {
        /* height: 305px; */
    }

    .img-wrp .main-img {
        padding: 27% 5% 12%;
    }

    .hero-sec .img-absolute {
        width: 20%;
    }

    .hero-sec .hero-shp1 {
        width: auto;
    }

    .hero-sec .hero-shp4 {

        right: -1%;
        top: 26%;

    }

    #flat-slider.ui-slider.ui-slider-horizontal {
        width: 89%;
    }

    .graph-sec .label-row {
        gap: 23px;
        margin-top: 50px;
        flex-direction: column;
        /* align-items: center; */
        padding-left: 25%;
    }

    .footer-bottom {
        padding-left: 15px;
    }

    .footer .right-col {
        padding-left: 0%;
        margin-top: 5px;
        display: flex;
    }

    .logo-list {
        gap: 15px;
    }

    .logo-list img {
        padding: 6px
    }

    .video-sec .shp1 {
        left: 0;
        top: -11%;
    }

    .video-sec .shp2 {
        right: -7%;
        bottom: -6%;
    }

    .video-sec .shp2 {
        right: 0;
        bottom: -6%;
    }

    .hero-sec .hero-shp3 {
        left: -3%;
        top: 45%;
    }

    .hero-sec .content-wrp {

        padding-top: 5%;
    }

    .hero-sec .hero-shp2 {
        left: 11%;
        bottom: -16%;
    }

    .ca-sec .btn-primary,
    .ca-sec .btn-outline {
        font-size: 15px;
        line-height: 25px;
        padding: 8px 15px;
        margin-right: 9px;
    }

    .hero-sec .slick-dots {
       margin-top: 20px;
    }

    .hero-sec .hero-shp5 {
        width: 37%;
    }

    .main-header .nav-item a {
        font-size: 17px;
        line-height: 22px;
    }

    .main-header .submenu-item .title {
        font-size: 15px;
        line-height: 12px;
    }

    .main-header .submenu-item {
        font-size: 14px;
    }

    .footer-bottom ul {
        display: flex;
        flex-wrap: wrap;
    }

    .main {
        margin-left: -13%;
    }

    .hero-sec p {
        width: 85%;
    }

    .hero-sec .hero-shp5 {
        bottom: 11%;
    }

    .cal-row div.calc {
        width: 80%;
        margin: 50px auto;
    }

    .cookie-consent .btn {
        padding: 10px 27px;
    }

    .hero-sec .hero-shp7 {
        left: -4%;
        top: 10%;
    }

    .hero-sec .slider-outer{
        width: 287px;
        min-width: 287px;
        text-align: center;
    margin: 0 auto;
    }

    .content-sec{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .video-sec .title-wrp {
        margin-bottom: 36px;
    }

    h3 {
        font-size: 28px;
        line-height: 33px;
    }

    #invoice h3{
        margin: 30px 0;
    }
}

@media only screen and (max-width: 375px) {
    /* .hero-sec .slider-outer {
        width: 51%;
        left: 27px;
    } */

    .hero-sec .slick-list {
        /* height: 267px; */
    }

    .graph-sec .label-row {
        padding-left: 19%;
    }

    .main {
        margin-left: -28%;
    }
}

@media only screen and (max-width: 320px) {
    /* .hero-sec .slider-outer {
        width: 52%;
        left: 21px;
    } */

    .hero-sec .slick-list {
        /* height: 224px; */
    }

    .navbar-brand {
        width: 72%;
    }

    .hero-sec h1 {
        font-size: 44px;
        line-height: 45px;
    }

    h2 {
        font-size: 29px;
        line-height: 37px;
    }

    .payment-sec h3 {
        font-size: 29px;
        line-height: 36px;
    }

    .ca-sec .btn-primary {
        margin-bottom: 15px;
    }

    .main {
        margin-left: -67%;
    }

    .coins-sec .innerSec .col-md-5 {
        padding-bottom: 15%;
    }

    .coins-sec .innerSec {
        height: 613px;
    }
}

footer .copyright-sec, footer .copyright-sec a {
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
}
