@import url('https://fonts.googleapis.com/css2?display=swap&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

a {background-color: transparent;color:#1155CC ;text-decoration: none;}
a:active {outline: 0;}
a:focus{outline:none !important;}
a:hover {outline: 0;text-decoration: none !important;color: #333;transition: 0.2s ease all;}
ul{list-style:none;margin:0;padding:0;}
*:focus {
outline: 0;
}
*{box-sizing: border-box;}
h1 {font-size: 2.500em  ;}
h2 {font-size: 1.875em ;}
h3 {font-size: 1.500em;}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}
html,body{font-size: 16px;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
figure{
    margin:0px;
}
body {font-family: 'Open Sans', sans-serif; font-size:100%;-webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;background:#fff !important ; overflow-x:hidden;overflow-y:auto;margin:0px;}

.custom-container ,.crypto-custom-container{
    max-width: 1650px;
    margin:0 auto;
    width: 95%; 
    padding:0 15px;
}
header.header-main {
    padding: 35px 0;
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-block {
    padding-top: 157px;
    background-size: cover;
    background-position: bottom center;
}

.header-main .custom-container, .header-main .crypto-custom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-head ul {margin: 0;display: inline-flex;align-items: center;}

.social-head ul li {
    margin-left: 13px;
}
.social-head ul li a{
    transition: all 0.4s ease;
    display: inline-block;
    vertical-align: middle;
}
.social-head ul li a:hover{
    opacity: 0.8;
}

.cs-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cs-row .c-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.cs-row .c-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}


.hero-content {
    color: #fff;
    padding-top: 180px;
}

.hero-content label {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 66px;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 61px;
    margin-bottom: 35px;
}
.hero-content p{
    max-width: 702px;
    font-size: 24px;
}
.hero-form-block {
    max-width: 610px;
    background-color: #fff;
    padding: 93px 48px;
    border-radius: 14px;
    box-shadow: 0px 3px 6px #00000029;
    margin-left: auto;
}

.hero-form-block h4 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #222E41;
}

.hero-form-block fieldset {
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.textfield {
    width: 100%;
    height: 42px;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 0 24px;
}
.textfield:focus{
    border-color: #000000;
}
.cs-checkbox input[type="checkbox"] {
    display: none;
}

.cs-selectbox select {
    width: 100%;
    height: 42px;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 0 20px;
    background: transparent;
}
.cs-selectbox select:focus{
    border-color: #000000;
}


.cs-checkbox label span:before {
    content: "";
    width: 27px;
    height: 27px;
    border: 1px solid #707070;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 3px;
}

.cs-checkbox label span {
    color: #222E41;
    font-size: 16px;
    font-weight: 500;
    padding-top: 2px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 40px;
}
.hero-form-block p {
    margin: 30px 0 30px;
    color: #222E41;
    font-size: 16px;
    line-height: 1.6;
}

.cs-checkbox {
    padding-top: 10px;
}
.hero-form-block p a{
    color: #005CCF;
    text-decoration: underline !important;
}
.submit-btn-ui .submit-btn {
    width: 100%;
    height: 70px;
    background-color: #0052CC;
    color: #fff;
    border: none;
    font-size: 24px;
    font-weight: 700;
    border-radius: 4px;
    line-height: 70px;
    cursor: pointer;
    transition: all 0.4s ease;
}
.submit-btn-ui .submit-btn:hover{
    transform: translateY(-4px);
    background-color: #0360eb;
}
.cs-checkbox label{
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.cs-checkbox label span:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    width: 14px;
    height: 7px;
    border-left: 4px solid #0052CC;
    border-bottom: 4px solid #0052CC;
    transform: rotate(-50deg);
    display: none;
}
.cs-checkbox label input[type="checkbox"]:checked+span:after{
    display: block;
}
.cs-row .c-6.sm {
    flex: 0 0 45%;
    max-width: 45%;
}
.cs-row .c-6.lg {
    flex: 0 0 55%;
    max-width: 55%;
}
.hero-form-block form {
    max-width: 414px;
    margin: 0 auto;
}
.textfield.error, .cs-selectbox select.error {
    border-color: red;
}
.abi-block-ui figure img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.abi-block-ui  .cs-row{
    align-items: center;
}
.api-list-block h4{
    color: #222E41;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.api-list-block ul{
    display: block;
    padding-left: 40px;
}
.api-list-block ul li {
    padding-left: 50px;
    color: #222E41;
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
}
.api-list-block ul li:before{
    content: "";
    width:34px;
    height: 34px;
    /* background-image: url(../img/bullet.png); */
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
}
.discription-api p{
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.6;
    margin-top: 0;
}
p.book-des {
    font-size: 24px !important;
}
.discription-api ul{
    list-style: disc;
    padding-left: 75px;
    margin-bottom: 40px;
    margin-top: -10px;
}
.discription-api ul li{
    font-size: 24px;
    margin-bottom: 11px;
}
.discription-api p a{
    color: #034DFC;
    transition: all 0.4s ease;
}
.discription-api p a:hover{
    text-decoration: underline !important;
}

.desktop-laptop {
    /* background-image: url(../img/laptop.png); */
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 1002px;
    padding-top: 50px;
}
.desktop-laptop img{
    max-width: 100%;
}
.web-scroll{
    max-width: 1012px;
    margin:0 auto;
    position: relative;
    height: 631px;
    right: 14px;
    overflow: auto;
}
.faq-block {
    background-color: #EEEEEE;
    padding: 96px 0;
}

.faq-block h3 {
    color: #222E41;
    font-size: 36px;
    margin-bottom: 30px;
}

.item-faq {
    border: 1px solid #707070;
    margin-bottom: 30px;
    border-radius: 4px;
}
.item-faq:last-child{
    margin-bottom: 0px;
}
.head-faq {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    color: #222E41;
    font-weight: 700;
    font-size: 24px;
    transition: all 0.4s ease;
}
.head-faq:before{
    content: "";
    position: absolute;
    left: 30px;
    width: 28px;
    height: 28px;
    /* background-image: url(../img/toggle-icon.png); */
    background-repeat: no-repeat;
    background-position: center;
    top: 35px;
    transition: all 0.4s ease;
}
.content-faq {
    padding: 0 112px 20px;
    font-size: 16px;
    color: #222E41;
}
.content-faq h6 {
    margin-bottom: 22px;
     font-size: 16px;
}
.head-faq.active:before {
    transform: rotate(90deg);
}
.content-faq{
    display: none;
}
.head-faq h4{
    margin: 0px;
}
.foot-static-bar {
    background-color: #0052CC;
    padding: 34px 0;
}
.foot-static-bar  .custom-container, .foot-static-bar .crypto-custom-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.foot-static-bar h4 {
    margin: 0;
    font-size: 28px;
    color: #fff;
}
.border-btn-ui {
    border: 1px solid #FFFFFF;
    height: 72px;
    border-radius: 4px;
    color: #fff;
    line-height: 70px;
    font-size: 22px;
    font-weight: 600;
    padding: 0 40px;
    transition: all 0.4s ease;
}
.border-btn-ui:hover{
    background-color: #ffffff;
    color: #0052CC;
    transform: translateY(-4px);
}
footer.footer-main {
    display: block;
    text-align: center;
    padding: 24px 0;
}
.footer-main p {
    margin: 0 0 10px 0;
    color: #222E41;
    font-size: 14px;
}
.footer-main ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-main ul li{
    margin: 0 20px
}
.footer-main ul li a{
    color: #222E41;
    font-size: 14px;
    text-decoration: underline;
    transition: all 0.4s ease;
}
.footer-main ul li a:hover{
    color: #0052CC;
    text-decoration: underline !important;
}
.abi-block-ui{
    padding: 90px 0 0;
    position: relative;
    z-index: 1;
}
.destop-preview {
    background-size: 92%;
    background-position: right 0;
    background-repeat: no-repeat;
    padding-top: 210px;
    position: relative;
    margin-top: -60px;
}
.discription-api{
    padding-top: 40px;
}



.web-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #d7d7d7;
}

.web-scroll::-webkit-scrollbar
{
    width: 4px;
    background-color: #89898b;
}

.web-scroll::-webkit-scrollbar-thumb
{
    background-color: #89898b;
}

.web-scroll {
    scrollbar-color: #89898b #d7d7d7;
    scrollbar-width: thin;
}
.submit-btn-ui {
    max-width: 95%;
    margin: 0 auto;
}


.cs-checkbox label input.error+span:before {
    border: 1px solid red;
}




@media screen and (min-width: 1800px){
    .destop-preview {
        background-size: 1940px;
        background-position: right 0;
        background-repeat: no-repeat;
        padding-top: 317px;
        position: relative;
        margin-top: -58px;
        margin-bottom: -123px;
    }
}
@media screen and (max-width: 1700px){
    .custom-container, .crypto-custom-container{
        max-width: 1330px;
    }
    .api-list-block h4{
        font-size: 28px;
    }
	.api-list-block ul li, .discription-api p, .discription-api ul li {
    font-size: 20px;
}
  
	p.book-des {
    font-size: 20px;
}
    .desktop-laptop{
        min-height: 794px;
        background-position: top;
        background-size: cover;
    }
    .web-scroll {
        max-width: 950px;
        margin: 0 auto;
        position: relative;
        height: 588px;
        right: 10px;
        overflow: auto;
    }
    .foot-static-bar h4{
        font-size: 22px;
    }
    .border-btn-ui {
        height: 62px;
        line-height: 60px;
        font-size: 20px;
        padding: 0 35px;
    }
}

@media screen and (max-width: 1550px){
    .destop-preview {
        background-size: 92%;
        background-position: right 0;
        background-repeat: no-repeat;
        padding-top: 195px;
        position: relative;
        margin-top: -70px;
    }
    .desktop-laptop {
        min-height: 625px;
        background-position: top;
        background-size: 980px;
        padding-top: 38px;
    }
    .img-laptop {
        min-height: 325px;
        background-position: top;
        padding-top: 38px;
        background-size: 100%;
    }

    ul.bullet {
        list-style: disc;
    }

    .crypto-custom-container {
        width: 100%;
    }

    .hero-content.main-heading {
        margin-left: 20px;
    }

    .web-scroll.web-img {
        bottom: 22px;
        max-width: 312px;
        height: 194px;
        right: 4px;
    }
    .web-scroll {
        max-width: 713px;
        height: 444px;
        right: 9px;
    }
    .content-faq, .content-faq h6{
        font-size: 14px;
    }
    .custom-container{
        max-width: 1084px;
    }
    .hero-content label{
        font-size: 24px;
        margin-bottom: 43px;
    }
    .hero-content h1 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 42px;
    }
    .hero-content p {
        max-width: 472px;
        font-size: 16px;
    }
    .hero-form-block{
        padding: 54px 48px;
    }
    .hero-form-block h4{
        font-size: 16px;
        margin-bottom: 32px;
    }
    .textfield, .cs-selectbox select{
        height: 30px;
        padding: 0 20px;
        font-size: 12px;
    }
    .cs-selectbox select{
        padding: 0 16px;
    }

    .hero-form-block fieldset{
        margin-bottom: 14px;
    }
    .hero-form-block form{
        max-width: 315px;
    }
    .cs-checkbox label span:before{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .cs-checkbox label span{
        font-size: 12px;
        font-weight: 600;
        padding-left: 30px;
    }
    .cs-checkbox label span:after {
        left: 5px;
        top: 6px;
        width: 10px;
        height: 5px;
        border-left: 3px solid #0052CC;
        border-bottom: 3px solid #0052CC;
    }
    .hero-form-block p{
        font-size: 12px;
        margin-top: 18px;
    }
    .submit-btn-ui .submit-btn{
        font-size: 14px;
        line-height: 54px;
        height: 54px;
    }
    .api-list-block h4{
        font-size: 21px;
    }
    .api-list-block ul{
        padding-left: 0px;
    }
    .api-list-block ul li:before{
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
    .api-list-block ul li{
        padding-left: 28px;
        margin-bottom: 18px;
    }
    .hero-block{
        padding-top: 124px;
    }
    header.header-main{
        padding: 26px 0;
    }
    .social-head ul li a img{
        width: 30px;
    }
    .hero-content{
        padding-top: 115px;
    }
    .faq-block h3{
        font-size: 24px;
    }
    .head-faq{
        padding: 20px 30px 20px 80px;
        font-size: 16px;
    }
    .head-faq:before{
        height: 24px;
        width: 24px;
        background-size: 24px;
        top: 20px;
    }
    .content-faq, .content-faq h6{
        font-size: 12px;
    }
    .content-faq h6{
        margin-bottom: 12px;
    }



    .foot-static-bar h4{
        font-size: 20px;
    }
	
	.crypto-static-bar h4 {
		font-size: 15px !important;
    }
    .border-btn-ui {
        height: 52px;
        line-height: 50px;
        font-size: 16px;
        padding: 0 35px;
    }
    .foot-static-bar{
        padding: 25px 0;
    }
    .faq-block{
        padding: 54px 0;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .web-scroll.web-img {
        max-width: 233px;
        height: 144px;
        right: 3px;
        bottom: 0px;
    }
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .web-scroll.web-img {
        bottom: 1px;
        max-width: 474px;
        height: 295px;
        right: 6px;
    }
}



/*@media screen and (max-width: 1400px){
    .hero-content h1{
        font-size: 40px;
        line-height: 52px;
    }
    .hero-content p {
        max-width: 702px;
        font-size: 20px;
        line-height: 1.8;
        margin: 0;
    }
    .hero-form-block form{
        max-width: 364px;
    }
    .hero-form-block{
        padding: 64px 28px;
    }
    .hero-form-block h4{
        font-size: 21px;
    }
    .cs-checkbox label span:before{
        width: 24px;
        height: 24px;
    }
    .cs-checkbox label span{
        font-size: 15px;
    }
    .cs-checkbox label span:after{
        left: 5px;
        top: 6px;
        width: 12px;
        height: 5px;
    }
    .hero-form-block p{
        font-size: 14px;
        margin: 20px 0 20px;
    }
    .hero-content label{
        font-size: 26px;
        margin-bottom: 36px;
    }
    .hero-content{
        padding-top: 140px;
    }
    .submit-btn-ui .submit-btn{
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
    .api-list-block h4{
        font-size: 24px;
    }
    .destop-preview{
        background-position: right 10px;
        margin: 0 auto;
        background-size: 100%;
        margin-top: -98px;
    }
    .custom-container{
        max-width: 1140px;
    }
    
    .desktop-laptop{
        min-height: 674px;
    }
}
*/
@media screen and (max-width: 1200px){
    
    .border-btn-ui {
        height: 58px;
        line-height: 56px;
        font-size: 20px;
        padding: 0 25px;
    }
    .destop-preview{
        margin-top: -29px;
    }
}
@media screen and (max-width: 1100px){
    .desktop-laptop{
        min-height: 532px;
        max-width: 840px;
        margin: 0 auto;
        background-size: 869px;
    }
    .web-scroll {
        max-width: 635px;
        height: 397px;
        right: 8px;
    }
    .destop-preview{
        padding-top: 50px;
    }
    .hero-form-block{
        padding: 38px 28px;
    }

    .item-faq{
        margin-bottom: 15px;
    }
    .foot-static-bar h4{
        width: 100%;
        margin-bottom: 22px;
        text-align: center;
    }
    .desktop-laptop{
        /* margin-bottom: -49px; */
        padding-top: 31px;
    }
    .content-faq{
        padding-left: 90px;
        padding-right: 90px;
    }

    
}

@media screen and (max-width: 1023px){
    .hero-content {
        padding-top: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    .hero-block .cs-row .c-6.lg,  .hero-block .cs-row .c-6.sm{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hero-content label {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .hero-content h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .hero-content p{
        font-size: 18px;
    }
    .hero-form-block {
        padding: 38px 28px;
        margin: 0 auto;
        max-width: 460px;
    }
    .abi-block-ui figure img {
        max-width: 100%;
        width: 480px;
        display: block;
    }
    .api-list-block h4 {
        font-size: 24px;
        margin-bottom: 28px;
    }
    .abi-block-ui {
        padding: 80px 0 10px;
    }
     .abi-block-ui .cs-row .c-6.lg,  .abi-block-ui .cs-row .c-6.sm{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .desktop-laptop {
        min-height: 395px;
        padding-top: 25px;
        max-width: 637px;
        background-size: 650px;
    }
    .web-scroll {
        max-width: 471px;
        height: 349px;
        right: 6px;
    }
    .web-scroll{
        height: 294px;
    }
    .hero-content p{
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 767px){
    .social-head ul li img{
        width: 26px;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 22px;
    }
    .hero-content p{
        font-size: 16px;
    }
    .api-list-block h4{
        font-size: 22px;
    }
    .api-list-block ul li, .discription-api p, .discription-api ul li {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .discription-api ul{
        padding-left: 30px;
    }
    .desktop-laptop {
        min-height: 283px;
        padding-top: 14px;
        max-width: 387px;
        margin-bottom: 0;
        background-size: 389px;
    }
    .web-scroll{
        max-width: 283px;
        right: 4px;
        height: 177px;
    }
    .head-faq {
        padding: 14px 20px 14px 60px;
        font-size: 15px;
    }
    .head-faq:before {
        left: 14px;
        top: 10px;
    }
    .faq-block h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .api-list-block ul{
        padding-left: 14px;
    }
    .foot-static-bar h4{
        font-size: 16px;
    }

}
@media screen and (max-width: 575px){
    .social-head ul li{
        margin-left: 8px;
    }
    .custom-container, .crypto-custom-container{
        width: 100%;
    }
    .logo-main img {
        max-width: 150px;
    }

    img.api-logo {
        width: 30% !important;
    }

    .social-head ul li img{
        width: 24px;
    }
    .hero-content h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .hero-content label{
        font-size: 16px;
    }
    .hero-content p{
        font-size: 15px;
    }
    .hero-form-block h4{
        font-size: 20px;
        margin-bottom: 24px;
    }
    .hero-form-block p{
        font-size: 12px;
    }
    .submit-btn-ui .submit-btn {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .api-list-block h4{
        font-size: 18px;
    }
    .api-list-block ul li:before {
        width: 24px;
        height: 24px;
        background-size: cover;
        top: -2px;
    }
    .api-list-block ul li{
        padding-left: 34px;
    }
    .api-list-block ul li, .discription-api p, .discription-api ul li{
        margin-bottom: 16px;
    }
    .faq-block h3{
        font-size: 18px;
    }
    .head-faq {
        padding: 12px 10px 12px 45px;
        font-size: 13px;
    }
    .content-faq {
        font-size: 11px;
    }
    .content-faq h6{
        font-size: 12px;
        margin-bottom: 8px;
    }
    .content-faq p{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .content-faq p:last-child{
        margin-bottom: 0px;
    }
    .head-faq:before {
        left: 10px;
        top: 10px;
        width: 24px;
        height: 24px;
        background-size: contain;
    }
    .faq-block{
        padding: 35px 0;
    }
    .border-btn-ui {
        height: 44px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 35px;
    }
    .desktop-laptop{
        min-height: 164px;
        padding-top: 10px;
        max-width: 272px;
        margin-bottom: 0;
        background-size: 275px;
        transform: scale(1.2);
    }
    .web-scroll {
        max-width: 196px;
        right: 1px;
        height: 124px;
    }
    .content-faq {
        padding-left: 46px;
        padding-right: 12px;
    }
    .hero-block{
        background-position: center;
    }
    .destop-preview{
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 370px){
	   .logo-main img{
        max-width: 124px;
    }
	
    .social-head ul li img{
        width: 20px;
    }
    .hero-content h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .hero-form-block{
        padding: 28px 16px;
    }
    .cs-checkbox label span:before{
        margin-right: 8px;
    }
    .cs-checkbox label span{
        font-size: 13px;
    }
    .desktop-laptop {
        min-height: 196px;
        padding-top: 12px;
        width: 305px;
        margin-left: 0;
        margin-top: -20px;
        margin-bottom: 0;
        max-width: inherit;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        background-size: 318px;
    }
    .destop-preview{
        overflow: hidden;
    }
    .foot-static-bar h4{
        font-size: 18px;
    }
    .hero-content label{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .web-scroll {
        max-width: 235px;
        right: 3px;
        height: 147px;
    }
}

