.logo{
    width: 200px;
    height: 50px;
}
@font-face {
    font-family: sitefont;
    src: url('../fonts/WFVisualSans-Regular.ttf');
}

@font-face {
    font-family: sitefont1;
    src: url('../fonts/WFVisualSans-SemiBold.ttf');
}
body{
    font-family: sitefont;
    background: #F5F8FF;
    overflow-x: hidden;
}
section{
    padding: 50px 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700 !important;
}
.main_banner{
    background: /*url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/coins_bg_img1.webp),*/linear-gradient(0deg, #9ea7ff, transparent);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    background-position:  center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
}
.h3, h3 {
    font-size: 24px;
}
section {
    padding: 5vh 0;
}
.text-black{
    color: #000;
}
.topmenu{
    background: #666fd8 !important;
}
h2 {
    font-size:38px;
    line-height: 50px;
    font-family: 'Gilroy-Heavy ☞', sans-serif;
    font-weight: 700 !important;
    margin-bottom: 22px;
    color: #231C54;
}
h3 {
    font-size: 32px;
    line-height: 50px;
    font-family: 'Gilroy-Heavy ☞', sans-serif;
    font-weight: 700 !important;
    margin-bottom: 20px;
    color: #231C54;
}
.mf {
    font-family: 'Gilroy-Medium ☞' !important;
    font-weight: normal !important;
}
.teleappbg, .whatsappbg{
    min-width: 200px !important;
    width: auto !important;
    font-size: 16px;
}
.whatsappbg{
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    background: none !important;
    color: #000 !important;
}
.teleappbg{
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    background: none !important;
    color: #000 !important;
}
.icon-border {
    border: #dee2e6 solid 1px !important;
    height: 100%;
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 0 14px 1px #cccccc73;
}
.main_banner, .main_banner .row {
    min-height: 100vh;
} 
.main_banner{margin-top: 70px;}
/* .relative-section {
    background: #ebebeb !important;
    width: 100% !important;
    display: inline-block !important;
} */
.relative-section .breadcrumbwl .container{
    width: 100% !important;
    max-width: 100% !important;
}
.tittle1 {
    font-size: 80px;
    color: #231c54;
}
.lh35 {
    line-height: 35px;
}
.orangebtn{
    padding: 15px 22px !important;
}
.formbox {
    box-shadow: -50px -75px 0 5px #6571fb;
}
.footerpart h6{
    color: #24b5c5;
}
.dropdown.show>a, .main_banner .orangebtn, .site-menu-toggle span {
    background: #6874fb;
    background: linear-gradient(162deg, #6874fb 0%, #4d57c3 100%);
    border:none;
}
#demosform .grey-btn, .formbox .grey-btn, .orangebtn {
    background: #6571fb;
    color: #fff;
}
.footerpart h3 {
    color: #9ea6ff;
}
.marker{
    padding: 0;
}
.marker li{
    position: relative;
}
.marker li::before{
      top: 20px;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #36b7c3;
    left: 17px;
}
.iconthree{
    overflow-x: auto;
}
.footerpart{
    background: #041d54;
}
.site-content {
    line-height: 28px;
    font-size: 17px;
    color: #000;
}
.gap-c{
    gap: 20px;
}
.h4, h4 {
    font-size: 19px;
}
.admin-part, .user-part {
    padding-top: 20px !important;
}
.h4, h4 {
    font-weight: 600 !important;
    line-height: 30px;
}
p {
    line-height: 28px !important;
}

.white_box{
    padding: 30px;
    border-bottom: 5px solid #c7d3d8;
    border-radius: 10px;
    height: 100%;
    position: relative;
    z-index: 9;
    background: #FFF;
    transition: all .25s ease;
}
.white_box:hover{
    border-right: 5px solid #c7d3d8;
    background-color: #dbe0ff;
}
.coinss .nav-tabs{
    border-bottom: 0;
}
.coinss .nav-item{
    border: 1px solid #C2C6E4 !important;
    color: #231C54 !important;
    font-size: 19px;
    font-weight: 700;
    border-radius: 4px !important;
    margin: 0 10px;
}
.coinss .nav-item.active{
    border: 1px solid #C2C6E4 !important;
    background: #5E6BFB !important;
    color: #FFF !important;
}
.bord_image{
    position: relative;
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(270deg, #FFFFFF 0%, #5462fb 100%);
    border-radius: 8px;
    padding-left: 10px;
}
.bordr_back{
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 2px);
    height: calc(100% - 4px);
    background: #FFF;
    border-radius: 8px;
    padding-left: 10px;
}
.gap-20{
    gap: 20px;
}
.accord_sec .card-header{
    padding: 0;
    border-bottom: 0;
    /* padding-left: 40px; */
}
.accord_sec .btn-link{
    color: #231C54;
    font-weight: bold;
    text-decoration: none;
    white-space: break-spaces;
    text-align: left;
}
#accordion .card .card-header:hover .grey_dot{
    background: #5260FB;
}
.accord_sec .btn-link:focus,.accord_sec .btn-link:focus{
    border-bottom-color: none !important;
    text-decoration: none;
}
.accord_sec .card-body{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin: 0 7px;
}
.grey_dot{
    width: 16px;
    height: 16px;
    background: #ABB9D1;
    border-radius: 50%;
    margin-right: 20px;
    /* position: absolute;
    top: -65%; */
    position: relative;
    left: 10px;
}
.double_card{
    background: rgb(2,139,245);
    background: linear-gradient(90deg, #6571FB 45%, #F5F8FF 45%);
    padding: 30px 50px;  
}
.white_cards{
padding: 20px;
background: #FFFFFF;
box-shadow: 0px 10px 15px rgba(60, 60, 63, 0.3);
border-radius: 10px;
height: 100%;
}
.title_s{
    font-size: 24px;
    line-height: normal;
    margin-top: 20px;
}
.pl-20{
    padding-left: 20px;
}
.gap-10{
    gap: 20px;
}
.hov_round{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
    background-color: #040482;
}
.bg_blue_fade{
    position: absolute;
width: 629.22px;
height: 600px;
right: 0;
top: 44%;
background: linear-gradient(180deg, #B6BCFF 0%, #5E6BFB 100%);
filter: blur(250px);
z-index: -1;
}
.bg_blue_fade1{
    position: absolute;
width: 629.22px;
height: 600px;
left: 0px;
top: 10px;
background: linear-gradient(180deg, #B6BCFF 0%, #5E6BFB 100%);
filter: blur(250px);
z-index: -1;
}
.mob-link{
    display: none;
}
#demosform .modal-content{
    background-size: 300px 100%;
}
.carousel-container {
    overflow: hidden;
    width: 100%;
}
.carousel-content {
    display: flex;
    gap: 20px;
    animation: 32s linear infinite scrollImages;
}
.relative-section{
    z-index: 9;
}
.pl-20 li{
    margin-bottom: 10px;
}
.hov_cardss{
    min-width: 270px;
}
.overflowed{
    overflow-x: auto;
}
/* #accordion1 .card-header span:after {
    background: url(../images/left-aero.svg) right / 15px no-repeat;
}
[aria-expanded=true].card-header span::after {
    background: url(../images/down-blue.svg) right / 15px no-repeat;
} */
#accordion1 .card-header span:after {
    content: "";
    position: absolute;
    background: url(../images/plus.svg) center / 15px no-repeat ;
    width: 31px;
    height: 30px;
}
.side-popup{
    z-index: 99;
}

[aria-expanded=true].card-header span::after {background: url(../images/minus.svg) center/15px no-repeat !important }

#accordion1 .card-header span {
    background: #040482;
}


@keyframes scrollImages{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media(max-width: 768px){
    .main_banner{
        margin-top: 0px;
        background-image: none;
    }
    .tittle1{
        font-size: 40px;
    }
    h2 {
    font-size: 25px;
    line-height: 30px;
    }
    .coinss .nav-item{
        width: 100%;
    }
    .double_card {
    background: rgb(2, 139, 245);
    background: linear-gradient(90deg, #6571FB 45%, #6571fb 45%);
    padding: 15px;
}
.overflowed{
    display: block !important;
}
.white_cards{
    margin-top: 10px;
}
.bg_blue_fade1{
    display: none;
}
.bg_blue_fade{
    display: none;
}
.white_box:hover{
    border-right: 0px;
}
.mscroll{
        flex-wrap: nowrap;
        overflow-x: auto;
}
.white_box{
    min-width: 290px;
}
.mscroll .col-lg-6{
    margin-right: 10px;
}
.cls{
    padding-top: 0px;
}
section{
    padding: 3vh 0;
}
.main_banner, .main_banner .row{
    min-height: 80vh;
}
body{
    overflow-x: hidden;
}
.mob-link{
    display: inline-block;
}
.web-link{
    display: none;
}
#accordion1 .card-header span {
    width: 25px !important;
    height: 25px !important;
    right: -9px !important;
    top: 21px !important;
}
.m-h{
    width: 100%;
}
}