﻿:root {
    --primary-color: #00BDFF;
    --secondary-color: #0071FF;
    --white-color: #fff;
    --text-color: #B5B5B5;
    --primary-rgb: 13, 110, 253;
    --primary-gradient: linear-gradient(0deg, var(--primary-color), var(--secondary-color));
}

body {
    color: var(--text-color);
	font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
    background: #F9F9F9;
}

/*Header-CSS-Start*/


header .navbar{
    margin-top: 15px;
    padding: 12px 15px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px #0000001A;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.navbar-nav .nav-link{
    font-size: 16px;
    color: #595959 !important;
    font-weight: 500;
    transition: all 0.5s;
}
.navbar-nav .nav-link:hover{
    color: var(--secondary-color) !important;
}
.theme-btn{
    display: flex;
}
.btn-style-one{
    background-color: var(--secondary-color);
    border: 1px solid #7B93FF;
    box-shadow: 0px 0px 15px 0px #FFFFFF80 inset;
    padding: 10px 25px;
    font-size: 18px;
    color: var(--white-color);
    text-decoration: none;
    border-radius: 10px;
}
.btn-style-one:hover {
    color: var(--white-color);
}
.btn-style-two{
    background-color: var(--white-color);
    border: 1px solid var(--secondary-color);
    padding: 10px 25px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
}
.btn-style-two:hover {
    color: #000;
}
.slider .slider-content{
    text-align: center;
    margin-top: 80px;
}
.slider .slider-content h6{
    display: inline-block;
    padding: 7px 10px 7px 5px;
    font-size: 16px;
    color: #000;
    border: 1px solid #C4C4C4;
    border-radius: 50px;
    margin-bottom: 0;
}

.slider .slider-content h6 span{
    background-color: var(--secondary-color);
    padding: 2px 12px;
    border-radius: 50px;
    color: var(--white-color);
    box-shadow: 0px 0px 15px 0px #FFFFFF80 inset;
    margin-right: 15px;
}
.slider .slider-content h6 a i{
    margin-left: 10px;
}
.slider .slider-content h6 a{
    color: #000;
}
.slider .slider-content h1{
    width: 65%;
    margin: 28px auto 45px;
    color: #000;
    font-weight: 900;
    line-height: 84px;
    font-size: 58px;
}
.slider .slider-content h1 span{
    color: var(--secondary-color);
    background: #EFF6FF;
    border: 2px solid #0071FF4D;
    border-radius: 22px;
    padding: 4px 6px;
    white-space: nowrap;
}
.slider .slider-content p{
    color: #000;
    width: 47%;
    font-size: 20px;
    margin: 0 auto 50px;
}
.slider-box {
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
    border: 5px solid #FFFFFF;
    box-shadow: 0px 6px 14px 0px #0000001A;
    border-radius: 70px;
    height: 100%;
}
.slider-box .slider-box-image{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-box .slider-box-image img{
    max-width: 100%;
}
.slider-box.box-1 .slider-box-image{
    justify-content: start;
}
.slider-box.box-3 .slider-box-image img{
    width: 100%;
}
.slider-box.box-1 .slider-box-image img{
    transform: rotate(4deg) translateX(-10px);
}
.slider-box.box-1{
    overflow: hidden;
    transform: rotate(-4deg) translate(-15px, 15px);
}
.slider-box.box-3{
    transform: rotate(4deg) translate(15px, 15px);
}

.slider-box .content{
    padding: 10px 70px 20px;
}
.slider-box .content h3{
    font-size: 18px;
    font-weight: 600;
    color: #787878;
    margin-bottom: 10px;
}
.slider-box .content p{
    font-size: 16px;
    font-weight: 500;
    color: #787878;
    margin-bottom: 0;
}
.slider-box .content p span{
    color: #000;
}
/*Header-CSS-End*/

.about{
    margin-top: 150px;
}
.about-content p{
    font-size: 34px;
    font-weight: bold;
    line-height: 49px;
    color: #7D7D7D;
    margin-bottom: 0;
}
.about-content p span{
    color: #000;
}
.about-title-box{
    padding: 15px 20px;
    border-radius: 50px;
    background-color: #C3EFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.about-title-box span{
    font-size: 22px;
    color: var(--secondary-color);
}
.about-box{
    border: 6px solid #F7F7F7;
    border-radius: 30px;
    padding: 30px;
    background: #FFFFFF;
}
.about-box h3{
    font-size: 45px;
    font-weight: bolder;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.about-box p{
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}


.mt--150{
    margin-top: 150px;
}

.home-title h2{
    font-size: 34px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}
.home-title p{
    font-size: 16px;
    color: #595959;
}
.we-offer .home-title p{
    width: 50%;
    margin: 0 auto 50px;
}
.we-offer-box{
    border: 6px solid #F7F7F7;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px;
    transition: all 0.5s;
}
.we-offer-box:hover{
    margin-top: -10px;
}
.we-offer-box h3{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #000;
}

.we-offer-box p{
    color: #595959;
    font-size: 16px;
    margin-bottom: 0;
}

.management-effortless  .home-title p{
    width: 40%;
    margin: 0 auto 50px;
}
.management-effortless-box{
    position: relative;
    transition: all 0.5s;
}
.management-effortless-box:hover{
    transform: scale(1.03);
}

.management-effortless img{
    max-width: 100%;
    border-radius: 30px;
}
.management-effortless .content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 55px 25px 25px;
    background: #FFFFFF1A;
    border-radius: 30px;
    backdrop-filter: blur(2px);
}
.management-effortless .content h3{
    font-size: 24px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 7px;
}
.management-effortless .content p{
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: 0;
}


.mobile-experience .mobile-experience-image{
    position: relative;
    text-align: center;
}
.mobile-experience .mobile-experience-image img{
    max-width: 100%;
    filter: drop-shadow(0px 17px 57px #00000047);

}
.mobile-experience .mobile-experience-image .round{
    height: 500px;
    width: 500px;
    background-color: var(--white-color);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.mobile-experience .home-title p{
    width: 75%;
    margin-bottom: 60px;
}
.mobile-experience .mobile-experience-box{
    background: #FFFFFF;
    border: 6px solid #F7F7F7;
    padding: 30px;
    border-radius: 30px;
}

.mobile-experience .mobile-experience-box h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.mobile-experience .mobile-experience-box p{
    font-size: 16px;
    color: #595959;
    margin-bottom: 0;
}



.our-platform .home-title p{
    width: 50%;
    margin: 0 auto 50px;
}
.our-platform .our-platform-box{
    background: #F7F7F7;
    border: 6px solid #FFFFFF;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding-bottom: 198px;
}
.our-platform .our-platform-box .content{
    padding: 40px;
}
.our-platform .our-platform-box h3{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
}
.our-platform .our-platform-box p{
    font-size: 16px;
    color: #595959;
    margin-bottom: 0;
    width: 66%;
}

.our-platform .our-platform-box img{
    border-radius: 20px;
    max-width: 100%;
    filter: drop-shadow(0px 0px 28px #8181811A);
    position: absolute;
    right: -100px;
    bottom: -80px;
}
.our-platform .our-platform-box.box-2 p{
    width: 55%;
}
.our-platform .our-platform-box.box-2 img{
    bottom: -170px;
}

.brokerage-ecosystem .home-title p{
    max-width: 39%;
    margin: 0 auto 50px;
}
.brokerage-ecosystem .home-title h2{
    max-width: 50%;
    margin: 0 auto 15px;
}
.brokerage-ecosystem-box {
    background: #FFFFFF;
    border: 6px solid #F7F7F7;
    padding: 30px 30px 20px;
    border-radius: 30px;
}
.brokerage-ecosystem-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.brokerage-ecosystem-box p{
    font-size: 16px;
    color: #595959;
}

.brokerage-ecosystem-box {
    display: flex;
    flex-direction: column;
    gap: 52px;
    position: relative;
}

.brokerage-ecosystem-box img{
    max-width: 100%;
        position: absolute;
    right: 50px;
    bottom: 15px;
}
.brokerage-ecosystem-box.box-2{
    padding: 30px 30px 0;
    overflow: hidden;
}
.brokerage-ecosystem-box.box-2 img{
    position: unset;
}


.your-brokerage-box:first-child{
    margin: 0 0 0 auto;
    margin-bottom: -150px;
}
.your-brokerage-box{
    background: #FFFFFF;
    border: 6px solid #F7F7F7;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 23px 0px #D4D4D440;
    max-width: 400px;
    position: relative;
    margin-top: -150px;
    z-index: 1;
}
.your-brokerage img{
    max-width: 100%;
}
.your-brokerage-box h3{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.your-brokerage-box p{
    font-size: 16px;
    color: #595959;
    margin-bottom: 0;
}

.manage-your-brokerage .home-title p{
    width: 40%;
    margin: 0 auto 50px;
}
.manage-your-brokerage-box{
    background: #FFFFFF;
    border: 6px solid #F7F7F7;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
}
.manage-your-brokerage-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.manage-your-brokerage-box li,
.manage-your-brokerage-box p{
    font-size: 16px;
    color: #595959;
}
.manage-your-brokerage-box .box .title h3{
    margin-bottom: 0;
}
.manage-your-brokerage-box .box .title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
}
.manage-your-brokerage-box .box img{
    max-width: 100%;
}
.manage-your-brokerage-box .box{
    background-color: #F8F8FA;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    height: 100%;
}


.from-signup {
    margin-top: 250px;
}
.from-signup .home-title p{
    width: 45%;
    margin: 0 auto 50px;
}

.from-signup-box{
    background: #F3F3F3;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
}
.from-signup-box img{
    max-width: 100%;
}
.from-signup-box h3{
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.from-signup-box p{
    color: #595959;
    margin-bottom: 0;
}
.powerful-client .home-title p{
    width: 46%;
    margin: 0 auto 50px;
}
.powerful-client-box{
    background: #FFFFFF;
    border: 6px solid #F7F7F7;
    border-radius: 30px;
    padding: 30px;
    transition: all 0.5s;
}
.powerful-client-box:hover{
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px #FFFFFF80 inset;
}
.powerful-client-box .icon{
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px #FFFFFF80 inset;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1, 1);
    transition: all 0.5s;
}
.powerful-client-box:hover .icon{
    animation: gelatine 0.5s;
    box-shadow: 0px 0px 3px 2px #ffffffa1 inset;
}
.powerful-client-box h3{
    margin: 20px 0 10px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.5s;
}
.powerful-client-box p{
    color: #595959;
    margin-bottom: 0;
    transition: all 0.5s;
}
.powerful-client-box:hover h3,
.powerful-client-box:hover p{
    color: var(--white-color);
}
@keyframes gelatine {
	from,
	to {
		transform: scale(1, 1);
	}
	25% {
		transform: scale(0.7, 1.1);
	}
	50% {
		transform: scale(1.1, 0.7);
	}
	75% {
		transform: scale(0.95, 1.05);
	}
}
.frequently-questions-image img{
    border-radius: 30px;
    max-width: 100%;
}
.frequently-questions-box .accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 20px;
}
.frequently-questions-box .accordion-item{
    margin-bottom: 25px;
    border: 0;
    border-radius: 20px;
}
.frequently-questions-box .accordion-item:last-child{
     margin-bottom: 0;
}
.frequently-questions-box .accordion-item .accordion-collapse{
    padding: 0 20px 20px;
}
.frequently-questions-box .accordion-item .accordion-body{
    padding: 10px;
    background-color: #f6f6f6;    
    border-radius: 10px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.frequently-questions-box .accordion-item .accordion-button{
    border-radius: 20px;
    box-shadow: none;
    background-color: #fff;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 20px;
}
.frequently-questions .home-title p{
    margin-bottom: 50px;
}

.your-revolutionize-box{
    background: #FFFFFF;
    border: 6px solid #F7F7F7;
    border-radius: 30px;
    padding: 30px;
}
.your-revolutionize-box .your-revolutionize-image img{
    max-width: 100%;
    filter: drop-shadow(0px 0px 20px #8181811A);
    border-radius: 20px 20px 0 0;
}
.your-revolutionize-box .your-revolutionize-image{
    margin-bottom: -30px;   
    position: relative;
    bottom: -9px;
}
.footer-left p{
    color: #000;
    margin: 20px 0 40px;
}
.footer-right h3{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-right p{
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}
footer{
    margin-top: 150px;
    padding: 70px 0 30px;
    background-color: var(--white-color);
}
.text-img{
    max-width: 100%;
    margin-top: 90px;
}
footer hr{
    border: 1px solid transparent;
    border-image: repeating-linear-gradient( to right, var(--secondary-color) 0 8px, transparent 8px 18px) 1;
    opacity: 1;
    margin: 25px 0;
    
}
.copyright p{
    color: #595959;
    margin-bottom: 0;
}
.footer-link ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 60px;
    justify-content: end;
}
.footer-link ul li a{
    color: #000;
    text-decoration: none;
}


.live-faster .live-faster-box {
    text-align: center;
}
.live-faster .live-faster-box .icon{
    width: 130px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 6px 6px 0px 0px #00000029;
    border-radius: 30px;
    transform: rotate(50deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.live-faster .live-faster-box .icon img{
    transform: rotate(-50deg);
}
.live-faster .live-faster-box span{
    color: #c4c4c4;
    font-size: 50px;
    font-weight: 900;
    transform: matrix(1, -0.8, 0.5, 1, 0, 0);
    display: inline-block;
    margin-left: -150px;
    margin-bottom: -20px;
}
.live-faster .live-faster-box p{
    color: #000;
    width: 55%;
    margin: 30px auto 0;
}
.live-faster .live-faster-box.box-3,
.live-faster .live-faster-box.box-2{
    position: relative;
    bottom: -120px;
}
.live-faster .live-faster-box.box-1{
    position: relative;
}
.live-faster .live-faster-box.box-1::after{
    content: "";
    height: 2px;
    width: 250px;
    background-color: #fff;
    position: absolute;
    transform: rotate(30deg);
    top: 200px;
    z-index: -1;
    left: 200px;
}
.live-faster .live-faster-box.box-2::after{
    content: "";
    height: 2px;
    width: 250px;
    background-color: #fff;
    position: absolute;
    transform: rotate(-35deg);
    top: 72px;
    z-index: -1;
    left: 200px;
}
.live-faster .home-title p{
    width: 30%;
    margin: 0 auto 50px;
}



.your-fingerprints{
    background-color: var(--white-color);
    padding: 100px 0;
}
.your-fingerprints .row{
    flex-direction: row-reverse;
}
.your-fingerprints .home-title p{
    width: 40%;
    margin: 0 auto 50px;
}
.your-fingerprints .nav-tabs .nav-link:focus, 
.your-fingerprints .nav-tabs .nav-link:hover{
    border: 1px solid #595959;
}
.your-fingerprints .nav-tabs{
    border: 0;
    gap: 15px;
}
.your-fingerprints .nav-tabs .nav-link{
    border: 1px solid #595959;
    color: #595959;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 50px;
}
.your-fingerprints .nav-tabs .nav-item.show .nav-link,
.your-fingerprints .nav-tabs .nav-link.active{
    background-color: var(--secondary-color);
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
}
.your-fingerprints ul li{
    color: #000;
    margin-bottom: 12px;
}
.your-fingerprints img{
    max-width: 100%;
}


header{
    position: relative;
    z-index: 1;
}
.page-title {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 200px 0 120px;
    position: relative;
    margin-top: -94px;
    z-index: 0;
}
.page-title .title{
    text-align: center;
}
.page-title .title h1{
    font-size: 40px;
    color: #000;
    font-weight: 700;
    width: 40%;
    margin: 0 auto 15px;
}
.page-title .title p{
    font-size: 16px;
    color: #000;
    width: 45%;
    margin: 0 auto;
}



.talk-directly{
    margin-top: 50px;
}
.talk-directly .talk-directly-content{
    background-image: url(../images/contact-us/bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 44px;
    height: 100%;
    border-radius: 30px;
    border: 6px solid var(--white-color);
}
.talk-directly .talk-directly-content h2{
    font-size: 34px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.talk-directly .talk-directly-content > p{
    font-size: 16px;
    color: #000;
    margin-bottom: 40px ;
}
.talk-directly .talk-directly-content .contact-list{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}
.talk-directly .talk-directly-content .contact-list .icon{
    height: 50px;
    min-width: 50px;
    background-color: var(--white-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.talk-directly .talk-directly-content .contact-list p{
    font-size: 20px;
    color: #595959;
    margin-bottom: 0;
}
.talk-directly .talk-directly-content .contact-list p span{
    color: #000;
    font-weight: 600;
}
.talk-directly .talk-directly-content .contact-list:last-child{
    align-items: start;
}
.talk-directly .talk-directly-content .contact-list:last-child p span{
    display: block;
    margin-bottom: 0;
}
.contact-us-form{
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    border-radius: 30px;
    padding: 40px;
    height: 100%;
}
.contact-us-form label{
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}
.contact-us-form .form-control{
    background-color: #F7F7F7;
    border: 0;
    border-radius: 10px;
    padding: 15px 20px;
}
.form-control:focus {
    box-shadow: unset;
}
.contact-us-form .btn-style-one{
    min-width: 200px;
}


.who-we-are .home-title img{
    max-width: 100%;
    border-radius: 30px;
    border: 6px solid #F7F7F7;
    box-shadow: 0px 0px 20px 0px #9999991A;
    margin-top: 90px;
}
.who-we-are-box{
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 20px;
    background-color: var(--white-color);
    margin-bottom: 30px;
    border-radius: 30px;
}
.who-we-are-box:last-child{
    margin-bottom: 0;
}
.who-we-are-box img{
    border-radius: 20px;
}
.who-we-are-box h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.who-we-are-box p{
    margin-bottom: 0;
    color: #595959;
}
.our-values-box-2 {
    padding: 0 0 50px 46px;
}
.our-values-box-2 h3{
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.our-values-box-2 p{
    color: #595959;
    margin-bottom: 30px;
}
.our-values-box-2 .icons-box{
    display: flex;
    align-items: center;
    gap:30px;
}
.our-values-box-2 .icons-box > div {
     padding: 30px 25px;
     background-color: var(--white-color);
     border-radius: 15px;
     gap: 20px;
     display: flex;
     align-items: center;
     font-size: 18px;
     font-weight: 600;
     color: #000;
     box-shadow: 0px 0px 18px 0px #AFAFAF0D;
}
.our-values-box{
    padding: 40px;
    text-align: center;
}

.our-values .col-md-7{
    border-left: 1px solid #D4D4D4;
}
.our-values .col-md-4{
    border: 1px solid #D4D4D4;
    border-right: 0;
    border-bottom: 0;
}
.our-values .col-md-4:first-child{
    border-left: 0;
}
.our-values-box .icon{
    height: 100px;
    width: 100px;
    border-radius: 20px;
    border: 3px solid #EEF5FF;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.our-values-box h3{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    margin-top: 30px;
}
.our-values-box p{
    font-size: 16px;
    color: #595959;
    margin-bottom: 0;
} 

.what-makes .home-title p{
    width: 46%;
    margin: 0 auto 50px;
}
.what-makes-box{
    background: var(--white-color);
    border: 6px solid #F7F7F7;
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    height: 100%;
    padding: 30px;
}
.what-makes-box .content h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.what-makes-box img{
    max-width: 100%;
}
.what-makes-box .content p{
    color: #595959;
    margin-bottom: 0;
}




.supported-trading .home-title p{
    width: 46%;
    margin: 0 auto 50px;
}
.supported-trading .supported-trading-image img{
    max-width: 100%;
    border-radius: 30px;
}
.supported-trading .supported-trading-content{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.supported-trading .supported-trading-content:last-child{
    margin-bottom: 0;
}
.supported-trading .supported-trading-content .number{
    height: 65px;
    min-width: 65px;
    border-radius: 10px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: var(--secondary-color);
    font-weight: 600;
}
.supported-trading .supported-trading-content h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;    
    min-width: 258px;
}
.supported-trading .supported-trading-content p{
    color: #595959;
    margin-bottom: 0;
}


.trading-connectivity .trading-connectivity-image{
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.trading-connectivity .trading-connectivity-image .shape-1{
    width: 300px;
    height: 300px;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: absolute;
    left: -150px;
    bottom: -150px;
    z-index: 0;
    filter: blur(100px);
    opacity: 0.2;
}
.trading-connectivity .trading-connectivity-image .shape-2{
    width: 300px;
    height: 300px;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: absolute;
    right: -100px;
    bottom: -150px;
    z-index: 0;
    filter: blur(100px);
    opacity: 0.1;
}
.trading-connectivity .trading-connectivity-image h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.trading-connectivity .trading-connectivity-image img{
    max-width: 100%;
    box-shadow: 0px 8px 32px 0px #00000026;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    background: #FFFFFF01;
}
.trading-connectivity .home-title p{
    width: 50%;
    margin: 0 auto 50px;
}
.trading-connectivity-content h2{
    font-size: 18px;
    font-weight: 600;
    color: #595959;
    margin-bottom: 22px;
}
.trading-connectivity-content ul li{
    color: #595959;
    margin-bottom: 10px;
}
.trading-connectivity-content ul li:last-child{
    margin-bottom: 0;
}
.trading-connectivity-content{
    position: relative;
    padding-left: 20px;
}
.trading-connectivity-content::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background: linear-gradient(180deg, #0071FF 0%, #ADEAFF 100%);
    top: 0;
    left: 0;
}
.how-our-trading .how-our-trading-box{
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 40px;
    height: 100%;
}
.how-our-trading .how-our-trading-box img{
    max-width: 100%;
}
.how-our-trading .how-our-trading-box h3{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 30px 0 10px;
}
.how-our-trading .how-our-trading-box p{
    font-size: 15px;
    margin-bottom: 0;
    color: #B5B5B5;
}
.how-our-trading-image {
    margin-top: 50px;
}
.how-our-trading-image img{
    max-width: 100%;
}
.why-platform-box{
    background-color: #F4F4F4;
    border-radius: 30px;
    padding: 20px;
}
.why-platform-box .why-platform-content{
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 24px;
    height: 100%;
}
.why-platform-box .why-platform-content h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.why-platform-box .why-platform-content p{
    color: #595959;
    margin-bottom: 0;
}
.advanced-tools-box ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 15px;
    margin-top: 40px;
    padding-bottom: 50px;
    flex-wrap: wrap;
}
.advanced-tools-box ul li{
    padding: 7px 20px;
    border: 1px solid #595959;
    border-radius: 50px;
    color: #595959;
    font-weight: 600;
}
.advanced-tools-box{
    position: relative;
}
.advanced-tools-box .line{
    border: 2px solid;
    border-image: linear-gradient(
    90deg,
    rgba(0,189,255,0) 0%,
    #00BDFF 14.71%,
    #00BDFF 85.25%,
    rgba(0,189,255,0) 100%
    ) 1;
    width: 85%;
    margin: 0 auto;
}
.advanced-tools-box .line-1{
    border-bottom: 4px solid var(--primary-color);
    height: 260px;
    border-radius: 100px;
    position: absolute;
    width: 85%;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.advanced-tools-box .line-2{
    border-top: 4px solid var(--primary-color);
    height: 260px;
    border-radius: 100px;
    position: absolute;
    width: 85%;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.advanced-tools-box .icon{
    height: 90px;
    width: 90px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background: linear-gradient(180deg, #FFFFFF 0%, #CEF2FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.advanced-tools-box .icon img{
    max-width: 100%;
}
.advanced-tools-box .icon.icon-1{
    top: 20px;
    left: 50px;
}
.advanced-tools-box .icon.icon-2{
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.advanced-tools-box .icon.icon-3{
    bottom: 20px;
    left: 50px;
}
.advanced-tools-box .icon.icon-4{
    top: 20px;
    right: 50px;
}
.advanced-tools-box .icon.icon-5{
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.advanced-tools-box .icon.icon-6{
    bottom: 20px;
    right: 50px;
}
.advanced-tools-box .list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:60px;
    margin-top: 50px;
}
.advanced-tools-box .list .advanced-tools-content{
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 40px;
    max-width: 370px;
}
.advanced-tools-box .list .advanced-tools-content h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.advanced-tools-box .list .advanced-tools-content p{
    color: #595959;
    margin-bottom: 0;
}


.what-partner-portal .home-title p{
    width: 56%;
    margin: 0 auto;
}
.what-partner-portal .partner-portals-image{
    max-width: 100%;
    margin-top: -350px;
    margin-bottom: 80px;
}
.what-partner-portal-box-1{
    background-color: var(--secondary-color);
    border-radius: 24px;
    padding: 15px 25px;
}
.what-partner-portal-box-1 h2{
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--white-color);
}
.what-partner-portal-box-1 p{
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: 0;
    background-color: var(--primary-color);
    border-radius: 50px;
    padding: 2px 8px;
}
.what-partner-portal-box-1 h5{
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 0;
}
.what-partner-portal-box-2 img{
    max-width: 100%;
}
.what-partner-portal-box-3{
    background-color: #D7ECFD;
    border-radius: 24px;
    padding: 10px;
}
.what-partner-portal-box-3 .content{
    padding: 30px 20px;
    border-radius: 24px;
    background-color: var(--white-color);
    backdrop-filter: blur(28px);
    box-shadow: 0px 0px 12px 0px #0A779112;
}
.what-partner-portal-box-3 .content > .d-flex{
    gap: 8px;
}
.what-partner-portal-box-3 .content h3{
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}
.what-partner-portal-box-3 .content p{
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 13px;
    color: #203754;
}
.what-partner-portal-box-4 .content{
    padding: 10px;
} 
.powerful-benefits .home-title p {
    width: 65%;
}
.powerful-benefits-box {
    padding: 35px;
    position: relative;
}
.powerful-benefits-box h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}
.powerful-benefits-box .dot{
    height: 64px;
    width: 64px;
    border-radius: 20px;
    background-color: var(--white-color);
    margin-bottom: 24px;
    position: relative;
}
.powerful-benefits-box .dot::after{
    content: "";
    height: 22px;
    width: 22px;
    background-color: var(--primary-color);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.powerful-benefits-box p{
    color: #595959;
    margin-bottom: 0;
}
.powerful-benefits-box span{
    font-size: 200px;
    font-weight: 900;
    color: #EAEAEA;
    position: absolute;
    top: -10px;
    right: 70px;
    z-index: -1;
}
.powerful-benefits-box.box-3{
    margin-top: -200px;
}
.powerful-benefits-box.box-2{
    margin-top: 35px;
}
.powerful-benefits-box.box-1{
    margin-top: 155px;
    margin-left: 30px;
}
.powerful-benefits-box.box-3::after{
    content: "";
    height: 330px;
    width: 330px;
    border-radius: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    z-index: -2;
    right: -30px;
}
.powerful-benefits > .container{
    position: relative;
}
.powerful-line{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}
.powerful-line img{
    max-width: 100%;
}
.partner-portal-features .home-title p{
    width: 54%;
    margin: 0 auto 50px;
}
.partner-portal-features-box{
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    border-radius: 30px;
    text-align: center;
    padding: 30px;
    height: 100%;
}
.partner-portal-features-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.partner-portal-features-box img{
    max-width: 100%;
}
.partner-portal-features-box p{
    font-size: 16px;
    color: #595959;
    margin-bottom: 30px;
}
.partner-portal-features-box.box-2{
    background: linear-gradient(180deg, #2BC8FF 1.31%, #0071FF 62.39%);
}
.partner-portal-features-box.box-2 h3{
    color: var(--white-color);
}
.partner-portal-features-box.box-2 p{
    color: var(--white-color);
    margin-bottom: 0;
}
.partner-portal-features-box.box-2 img{
    margin: 40px 0;
}
.partner-portal-features-content{
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 30px 30px 0;
    border-radius: 30px;
}
.partner-portal-features-content img{
    max-width: 100%;
}
.partner-portal-features-content h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.partner-portal-features-content p{
    color: #595959;
    margin-bottom: 40px;
    width: 80%;
}
.partner-portal-features-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.partner-portal-features-content ul li{
    font-size: 16px;
    color: #595959;
    margin-bottom: 10px;
    font-weight: 600;
}
.partner-portal-features-content ul li i{
    color: var(--secondary-color);
    margin-right: 5px;
}
.example-use-cases-box{
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 50px;
    border-radius: 30px;
}
.example-use-cases-box .home-title{
    background-color: #F9F9F9;
    padding: 50px;
    border-radius: 25px;
}
.example-use-cases-content{
    text-align: center;
    position: relative;
}
.example-use-cases-content h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.example-use-cases-content p{
    color: #595959;
    margin-bottom: 0;
}
.example-use-cases-content .line{
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgba(194, 194, 194, 0) 0%, #C2C2C2 50%, rgba(194, 194, 194, 0) 100%);
    position: absolute;
    top: -47px;
}
.example-use-cases-content .line-left{
    height: 80px;
    width: 2px;
    background: linear-gradient(180deg, rgba(194, 194, 194, 0) 0%, #C2C2C2 50%, rgba(194, 194, 194, 0) 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}
.why-it-matters-image img{
    max-width: 100%;
}
.why-it-matters-box{
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 40px;
    border-radius: 30px;
}
.why-it-matters-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 12px;
}

.core-of-brokerage-box{
    padding: 30px;
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
}

.core-of-brokerage-box img{
    max-width: 100%;
}
.core-of-brokerage-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.core-of-brokerage-box ul li{
    color: #595959;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.core-of-brokerage-box ul li:last-child{
    margin-bottom: 0;
}

.core-of-brokerage-box ul li i{
    color: var(--secondary-color);
    margin-right: 8px;
}
.powerful-wallet-capabilities .home-title p {
    width: 54%;
    margin: 0 auto 50px;
}
.feature-card{
    padding: 30px;
    border-radius: 30px;
    background-color: #F7F7F7;
    border: 6px solid var(--white-color);
    height: 100%;
}
.feature-card h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.feature-card .row{
    align-items: end;
}
.feature-card p{
    color: #595959;
    margin-bottom: 0;
}
.feature-card img{
    max-width: 100%;
    margin-bottom: -30px;
    box-shadow: 0px -3px 18px 0px #C2C2C240;
    border-radius: 30px 30px 0 0;
}
.built-for-security-box{
    padding: 30px 20px;
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
}
.built-for-security-box h3{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.built-for-security-box p{
    color: #595959;
    margin-bottom: 0;
    font-size: 15px;
}
.built-for-security .text{
    font-size: 64px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(0, 113, 255, 0.3) 0%, rgba(238, 251, 255, 0.5) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.built-for-security .last-tab{
    margin-top: -120px;
}
.built-for-security .mobile-image{
    max-width: 100%;
}
.expand-your-brokerage ul{
    margin: 0;
    padding-left: 20px;
    margin-top: 50px;
}
.expand-your-brokerage ul li{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.expand-your-brokerage-image img{
    max-width: 100%;
}

.advantages-for-modern-box{
    padding: 30px 30px;
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
}
.advantages-for-modern-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-top: 12px;
}
.advantages-for-modern-box p{
    color: #595959;
    margin-bottom: 50px;
}
.advantages-for-modern-box.box-blue{
    background: linear-gradient(180deg, #2BC8FF 1.31%, #0071FF 62.39%);
}
.advantages-for-modern-box.box-blue h3{
    color: var(--white-color);
}
.advantages-for-modern-box.box-blue p{
    color: var(--white-color);
}
.advantages-for-modern-box .image{
    margin-bottom: -30px;
}
.advantages-for-modern-box .image img{
    max-width: 100%;
}
.advantages-for-modern-content{
    padding: 30px 30px;
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
}
.advantages-for-modern-content h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.advantages-for-modern-content p{
    color: #595959;
    margin-bottom: 0;
}
.advantages-for-modern-content.box-blue{
    background: linear-gradient(180deg, #2BC8FF 1.31%, #0071FF 62.39%);
}
.advantages-for-modern-content.box-blue h3{
    color: var(--white-color);
    margin-top: 12px;
    width: 180px;
}
.advantages-for-modern-content.box-blue .image{
    margin-right: -30px;
    margin-bottom: -30px;
    margin-top: -162px;
}
.advantages-for-modern-content.box-blue .image img{
    max-width: 60%;
}
.advantages-for-modern .home-title p {
    width: 46%;
    margin: 0 auto 50px;
}
.built-for-security .home-title p {
    width: 50%;
    margin: 0 auto 50px;
}


.key-deposit-features .home-title p {
    width: 50%;
    margin: 0 auto 50px;
}
.key-deposit-features-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 30px;
    height: 100%;
}
.key-deposit-features-box img{
    max-width: 100%;
}

.key-deposit-features-box h3{
    font-size: 22px;
    color: #000;
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 600;
}
.key-deposit-features-box p{
    font-size: 16px;
    color: #595959;
    margin-bottom: 0;
}
.key-deposit-features-box img{
    box-shadow: 0px 0px 13px 0px #ADADAD40;
    border-radius: 30px;
}
.supported-deposit .home-title p {
    width: 52%;
    margin: 0 auto 50px;
}
.supported-deposit-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    overflow: hidden;
    padding: 30px;
}
.supported-deposit-box h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.supported-deposit-box p{
    color: #595959;
    margin-bottom: 22px;
}
.supported-deposit-box img{
    margin-bottom: -30px;
    margin-left: -30px;
    margin-right: -30px;
    width: 111%;
}
.how-it-works .home-title p {
    width: 50%;
    margin: 0 auto 50px;
}
.how-it-works-box{
    background-color: var(--white-color);
    box-shadow: 11px 0px 29px 0px #9C9C9C40;
    border-radius: 30px;
    position: relative;
}
.how-it-works-box img{
    max-width: 100%;
    border-radius: 30px 30px 0 0;
}
.how-it-works-box .content{
    padding: 30px 25px;
    text-align: center;
}
.how-it-works-box h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.how-it-works-box p{
    color: #595959;
    margin-bottom: 0;
}
.how-it-works-box .icon{
    height: 40px;
    width: 40px;
    background-color: var(--secondary-color);
    border: 6px solid #ffffff73;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.how-it-works-box .icon i{
    color: var(--white-color);
    font-size: 14px;
}
.how-it-works .col-12:first-child{
    z-index: 4;
}
.how-it-works .col-12:nth-child(2){
    z-index: 3;
}
.how-it-works .col-12:nth-child(3){
    z-index: 2;
}
.mt--50{
    margin-top: 50px;
}
.transaction-monitoring-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 50px;
}
.transaction-monitoring-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.transaction-monitoring-box ul li{
    font-size: 16px;
    color: #595959;
    font-weight: 600;
    margin-bottom: 12px;
}
.transaction-monitoring-box ul li:last-child{
    margin-bottom: 0;
}
.transaction-monitoring-box ul li i{
    color: var(--secondary-color);
    margin-right: 8px;
}
.transaction-monitoring-image{
    background: linear-gradient(80.87deg, #0071FF 10.96%, #00BDFF 99.51%, #00BDFF 145.93%);
    border: 1px solid #FFFFFFB2;
    border-radius: 30px;
    width: 100%;
    height: 200px;
    position: relative;
}
.transaction-monitoring-image img{
    max-width: 110%;
    position: absolute;
    bottom: -1px;
}
.how-it-works-box{
    height: 100%;
}


.core-dashboard .home-title p {
    width: 50%;
    margin: 0 auto 50px;
}
.core-dashboard-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 30px;
    height: 100%;
}
.core-dashboard-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.core-dashboard-box p{
    color: #595959;
    margin-bottom: 25px;
}
.core-dashboard-box ul{
    margin: 0;
}
.core-dashboard-box ul li{
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.core-dashboard-box ul li:last-child{
    margin-bottom: 0;
}
.core-dashboard-box-blue{
    background: radial-gradient(109.63% 354.83% at 106.47% -9.63%, #00BDFF 0%, #0071FF 100%);
    border-radius: 30px;
    position: relative;
}
.core-dashboard-box-blue > img{
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    z-index: 0;
}
.core-dashboard-box-blue-image img{
    border-radius: 0 0 30px 30px;
}
.core-dashboard-box-blue .col-md-3:first-child .core-dashboard-box-blue-image,
.core-dashboard-box-blue .col-md-3:last-child .core-dashboard-box-blue-image{
    margin-top: 240px;
}
.core-dashboard-box-blue .col-md-3:first-child .core-dashboard-box-blue-image img,
.core-dashboard-box-blue .col-md-3:last-child .core-dashboard-box-blue-image img{
    border-radius: 30px 30px 0 0;
}
.core-dashboard-box-blue-image img{
    max-width: 100%;
}

.smarter-decisions img{
    max-width: 100%;
}
.smarter-decisions-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.smarter-decisions-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
.smarter-decisions-box p{
    color: #595959;
    margin-bottom: 0;
}
.smarter-decisions-box span{
    font-size: 90px;
    color: var(--secondary-color);
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 0;
    bottom: -5px;
    line-height: 63px;
}

.supported-dashboard .home-title p {
    width: 52%;
    margin: 0 auto 50px;
}
.supported-dashboard-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 25px;
    text-align: center;
    height: 100%;
}
.supported-dashboard-box.last-box img{
    height: 194px;
}
.supported-dashboard-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.supported-dashboard-box p{
    color: #595959;
    margin-bottom: 40px;
}
.supported-dashboard-box img{
    max-width: 100%;
}

.user-benefits .home-title p {
    width: 40%;
    margin: 0 auto 50px;
}
.user-benefits-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 25px;
}
.user-benefits-box img{
    border-radius: 15px;
    border: 2px solid #e5e5e5;
    max-width: 100%;
}
.user-benefits-box  h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.user-benefits-box p{
    color: #595959;
    margin-bottom: 0;
}


.smart-withdrawal .home-title p {
    width: 52%;
    margin: 0 auto 50px;
}
.smart-withdrawal-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 30px;
}
.smart-withdrawal-box > img{
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid #d5d5d5;
    box-shadow: 0px 0px 19px 0px #A7A7A740;
    margin-bottom: 50px;
}
.smart-withdrawal-box .content h3{
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}
.smart-withdrawal-box .content{
    position: relative;
}
.smart-withdrawal-box .content::after{
    content: '';
    height: 100%;
    width: 8px;
    background: linear-gradient(180deg, #0071FF 0%, #ADEAFF 100%);
    position: absolute;
    left: -20px;
    top: 0;
}
.how-withdrawals .home-title h6{
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 5px;
    color: #595959;
    font-weight: 600;
}
.how-withdrawals .home-title ul{
    margin-bottom: 40px;
}
.how-withdrawals .home-title ul li{
    color: #595959;
    margin-bottom: 4px;
}
.how-withdrawals-box{
    border: 2px solid #d7d7d7;
    border-radius: 30px;
}
.how-withdrawals-box .content{
    padding: 50px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.how-withdrawals-box .col-12:first-child{
    border-right: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}
.how-withdrawals-box .col-12:last-child{
    border-left: 2px solid #d7d7d7;
    border-top: 2px solid #d7d7d7;
    margin-left: -2px;
    margin-top: -2px;
}
.how-withdrawals-box h3{
    font-size: 21px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
}
.how-withdrawals-box p{
    color: #595959;
    margin-bottom: 50px;
    font-size: 15px;
}
.how-withdrawals-box span{
    font-size: 120px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #D7D7D7;
    position: absolute;
    right: 10px;
    bottom: -22px;
    line-height: 90px;
    transition: all 0.5s;
}
.how-withdrawals-box .content:hover span{
    color: #D7D7D7;
}
.controls-monitoring-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 50px;
}
.controls-monitoring-box ul{
    margin: 0;
}
.controls-monitoring-box ul li{
    color: #595959;
    font-size: 16px;
    margin-bottom: 4px;
}
.controls-monitoring-box ul li:last-child{
    margin-bottom: 0;
}
.controls-monitoring-box img{
    border: 1px solid #D7D7D7;
    box-shadow: 0px 0px 20px 0px #A2A2A240;
    border-radius: 20px;
    max-width: 100%;
}




.convert-currencies-instantly-left{
    border-radius: 30px 0 0 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 43px;
    border-right: 0;
}
.convert-currencies-instantly-content h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.convert-currencies-instantly-content p{
    color: #595959;
    width: 80%;
}
.convert-currencies-instantly-right{
    border: 6px solid #F7F7F7;
    border-left: 0;
    background: #EFF4F9;
    padding: 80px;
    border-radius: 0 30px 30px 0;
}
.convert-currencies-instantly-right img{
    max-width: 100%;
}

.currencies-key-features .home-title p {
    width: 40%;
    margin: 0 auto 50px;
}

.currencies-key-features-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 20px;
}
.currencies-key-features-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 25px 0 10px;
}
.currencies-key-features-box p{
    color: #595959;
    margin-bottom: 0;
}


.safe-secure-conversion-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 30px;
}
.safe-secure-conversion-box .safe-secure-conversion-image{
    max-width: 100%;
}
.safe-secure-conversion-content{
    padding: 20px;
    border:1px solid #E4E4E4;
    border-radius: 30px;
}
.safe-secure-conversion-content > div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.safe-secure-conversion-content h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.safe-secure-conversion-content p{
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
    margin-top: 20px;
}



.how-currency-conversion .home-title p {
    width: 44%;
    margin: 0 auto 50px;
}
.how-currency-conversion-box span{
    font-size: 40px;
    color: var(--secondary-color);
    font-weight: 600;
}
.how-currency-conversion-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    width: 70%;
}
.how-currency-conversion-box p{
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
}
.how-currency-conversion-right{
    background: conic-gradient(from 270deg at 70.27% 68.48%, #0071FF 0deg, #00BDFF 360deg);
    padding: 40px;
    border-radius: 30px;
}
.how-currency-conversion-right h3{
    color: var(--white-color);
    font-size: 34px;
    font-weight: 600;
    width: 85%;
    margin-bottom: 15px;
}
.how-currency-conversion-right p{
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 80px;
}


.why-users-love-left{
    background-color: var(--secondary-color);
    box-shadow: 0px 0px 36px 0px #FFFFFFB2 inset;
    border-radius: 30px;
    padding: 50px;
}
.why-users-love-left .content{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}
.why-users-love-left .content:last-child{
    margin-bottom: 0;
}
.why-users-love-left h3{
    font-size: 22px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 10px;
}
.why-users-love-left p{
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 15px;
}
.why-users-love-right img{
    max-width: 100%;
    margin-top: 30px;
}
.mar-top .image img{
    max-width: 100%;
}
.browse-support .browse-support-box.home-title p{
    width: 60%;
}
.browse-support .browse-support-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.browse-support .browse-support-box ul li{
    border: 1px solid #C5C5C5;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
}
.browse-support .browse-support-box ul li span{
    font-size: 16px;
    color: #000;
}
.browse-support-content {
    margin-top: 24px;
}
.browse-support-content h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 15px 0 10px;
}
.browse-support-content p{
    color: #595959;
    margin-bottom: 0;
}
.browse-support-right img{
    max-width: 100%;
}
.need-immediate-help-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 30px;
}
.need-immediate-help-box img{
    max-width: 100%;
}
.support-designed .support-designed-icon{
    height: 150px;
    width: 150px;
    background-color: var(--white-color);
    border-radius: 100%;
    border: 1px solid #E9EBF1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.support-designed-box .icon{
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: var(--white-color);
    border: 1px solid #E9EBF1;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 40px;
}
.support-designed-box{
    text-align: center;
}
.support-designed-box h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.support-designed-box p{
    color: #595959;
    margin-bottom: 0;
}
.bg-line-2,
.bg-line-1{
    position: absolute;
    left: 110px;
    width: 39%;
    top: -60px;
    z-index: -1;
}
.bg-line-2{
    left: 53%;
    transform: scaleX(-1);
}

.available-bonus .home-title p {
    width: 40%;
    margin: 0 auto 50px;
}
.available-bonus-box:first-child{
    margin-bottom: 30px;
}
.available-bonus-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 13px 0 10px;
}
.available-bonus-box p{
    color: #595959;
    margin-bottom: 0;
}
.available-bonus-box-2{
    text-align: center;
    background: linear-gradient(156.65deg, #0071FF -4.51%, #4597FF 19.57%, #4397FF 30.26%, #92C2FF 42.16%, #FFFFFF 80.91%);
    border-radius: 30px;
    padding: 12px 24px 0;
}
.available-bonus-box-2 h3{
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color);
    opacity: .5;
    margin-bottom: 10px;
}
.available-bonus-box-2 img{
    max-width: 100%;
}
.how-bonus-programs .home-title p {
    margin: 0 auto 50px;
    width: 40%;
}
.how-bonus-programs-box{
    border-radius: 30px;
    background-color: var(--white-color);
    border: 6px solid #F7F7F7;
    padding: 20px 15px;
}
.how-bonus-programs-box.box-1{
    margin-top: 50px;
}
.how-bonus-programs-box.box-2{
    margin-top: 100px;
}
.how-bonus-programs-box.box-3{
    margin-top: 150px;
}
.how-bonus-programs-box.box-4{
    margin-top: 200px;
}
.how-bonus-programs-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.how-bonus-programs-box p{
    margin-bottom: 0;
    color: #595959;
}
.how-bonus-programs .col-12{
    border-left: 1px solid #DADADA;
    position: relative;
}
.how-bonus-programs-box span{
    font-size: 16px;
    color: #C9C9C9;
    position: absolute;
    left: -11px;
    top: -22px;
}
.why-use-bonus .home-title p {
    margin: 0 auto 50px;
    width: 40%;
}
.why-use-bonus-image img{
    max-width: 100%;
    border: 6px solid #EFEFEF;
    border-radius: 30px;
    margin-bottom: 50px;
}
.why-use-bonus-box{
    border: 2px solid #E2E2E2;
    border-radius: 30px;
    padding: 30px;
}
.why-use-bonus-box .col-12{
    border-right: 2px solid #E2E2E2;
}
.why-use-bonus-box .col-12:last-child{
    border: 0;
}
.why-use-bonus-box .box h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 20px 0 10px;
}
.why-use-bonus-box .box{
    padding: 0   10px;
}
.why-use-bonus-box .box p{
    color: #595959;
    margin-bottom: 0;
}
.why-choose-connect-next-image img{
    max-width: 100%;
}
.why-choose-connect-next-box{
    display: flex;
    align-items: center;
}
.why-choose-connect-next-box .icon{
    border: 5px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(180deg, #F3F3F3, #FFFFFF) border-box;
    box-shadow: 0px 0px 19px 0px #D0D0D040;
    border-radius: 50px;
    width: 125px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-choose-connect-next-box .icon img{
    max-width: 100%;
}
.why-choose-connect-next .home-title h2 {
    font-size: 30px;
    margin-bottom: 80px;
}
.why-choose-connect-next-box h3{
    border: 3px solid #F7F7F7;
    background-color: var(--white-color);
    margin-bottom: 0;
    border-radius: 15px;
    padding: 12px 20px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.why-choose-connect-next-box h3:nth-child(odd) {
    margin-right: -20px;
}
.why-choose-connect-next-box h3:nth-child(even) {
    margin-left: -20px;
    z-index: -1;
}
@media (max-width:1199px){
    .talk-directly .talk-directly-content{
            padding: 25px;
    }
    .contact-us-form {
        padding: 25px;
    }
    .talk-directly .talk-directly-content .contact-list p {
        font-size: 16px;
    }
    .talk-directly .talk-directly-content .contact-list {
        margin-bottom: 20px;
    }
    .talk-directly .talk-directly-content .contact-list p br{
        display: none;
    }
    .talk-directly .talk-directly-content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .talk-directly .talk-directly-content > p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .contact-us-form .form-control {
        padding: 12px 16px;
    }
}
@media (max-width:767px) {
    .available-bonus .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .how-bonus-programs .home-title p {
        margin: 0 auto 30px;
        width: 100%;
    }
    .how-bonus-programs-box span {
        left: 50%;
        transform: translateX(-50%);
    }
    .how-bonus-programs .col-12 {
        border-left: 0;
    }
    .why-use-bonus .home-title p {
        margin: 0 auto 30px;
        width: 100%;
    }
    .why-use-bonus-image img {
        margin-bottom: 20px;
    }
    .why-use-bonus-box {
        padding: 20px;
    }
    .why-use-bonus-box .col-12{
        border: 0;
    }
    .why-use-bonus-box .box {
        padding: 0;
    }
    .why-use-bonus-box .box h3 {
        margin: 10px 0 10px;
    }
    .why-choose-connect-next .home-title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .why-choose-connect-next-box {
        margin-bottom: 10px;
    }
    .how-bonus-programs-box.box-4,
    .how-bonus-programs-box.box-3,
    .how-bonus-programs-box.box-2,
    .how-bonus-programs-box.box-1 {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .browse-support .browse-support-box.home-title p {
        width: 100%;
    }
    .browse-support .browse-support-box ul li {
        padding: 5px 12px;
        gap: 8px;
    }
    .browse-support .browse-support-box ul {
        margin-bottom: 30px;
    }
    .browse-support-right img {
        margin-top: 20px;
    }
    .need-immediate-help-box {
        padding: 20px;
    }
    .need-immediate-help-box img {
        margin-top: 20px;
    }
    .support-designed .support-designed-icon {
        height: 110px;
        width: 110px;
        margin: 10px 0;
    }
    .bg-line-2, .bg-line-1{
        display: none;
    }
    .support-designed-box .icon {
        height: 80px;
        width: 80px;
        margin-bottom: 20px;
    }
    .convert-currencies-instantly-left {
        border-radius: 30px 30px 0 0;
        border: 0;
        padding: 20px;
    }
    .convert-currencies-instantly-right {
        border: 0;
        padding: 20px;
        border-radius: 0 0 30px 30px;
    }
    .safe-secure-conversion-box {
        padding: 20px;
    }
    .safe-secure-conversion-content {
        padding: 16px;
    }
    .safe-secure-conversion-content > div {
        gap: 10px;
    }
    .safe-secure-conversion-content h3 {
        font-size: 17px;
    }
    .how-currency-conversion .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .how-currency-conversion-right {
        padding: 20px;
    }
    .how-currency-conversion-right h3 {
        font-size: 24px;
        width: 100%;
    }
    .how-currency-conversion-right p {
        margin-bottom: 20px;
    }
    .why-users-love-left {
        padding: 20px;
    }
    .why-users-love-left .content {
        gap: 15px;
        margin-bottom: 20px;
    }
    .why-users-love-left h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .why-users-love-right img {
        margin-top: 0;
    }
    .mar-top .image{
        display: none;
    }
    .currencies-key-features-box h3 {
        margin: 15px 0 10px;
    }
    .currencies-key-features .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .smart-withdrawal-box .content {
        padding-left: 50px;
    }
    .smart-withdrawal-box .content::after {
        left: 20px;
    }
    .how-withdrawals .home-title h6 {
        margin-top: 20px;
    }
    .how-withdrawals .home-title ul {
        margin-bottom: 20px;
    }
    .how-withdrawals-box .content {
        padding: 20px;
    }
    .how-withdrawals-box .col-12:nth-child(2){
        border-bottom: 2px solid #D7D7D7;
    }
    .controls-monitoring-box {
        padding: 20px;
    }
    .how-withdrawals-box .col-12:last-child {
        border-left: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .how-withdrawals-box .col-12:first-child {
        border-right:0;
    }
    .smart-withdrawal-box > img {
        margin-bottom: 20px;
    }
    .smart-withdrawal-box {
        padding: 20px;
    }
    .smart-withdrawal .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .core-dashboard .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .core-dashboard-box {
        padding: 20px;
    }
    .smarter-decisions-box {
        padding: 20px;
    }
    .supported-dashboard .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .supported-dashboard-box {
        padding: 20px;
    }
    .user-benefits-box {
        padding: 20px;
    }
    .user-benefits .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .core-dashboard-box-blue-image img {
        border-radius: 30px;
        margin: 10px 0;
    }
    .core-dashboard-box-blue .col-md-3:first-child .core-dashboard-box-blue-image img, .core-dashboard-box-blue .col-md-3:last-child .core-dashboard-box-blue-image img {
        border-radius: 30px;
    }
    .core-dashboard-box-blue{
        padding: 20px;
        text-align: center;
    }
    .core-dashboard-box-blue .col-md-3:first-child .core-dashboard-box-blue-image, .core-dashboard-box-blue .col-md-3:last-child .core-dashboard-box-blue-image{
        margin-top: 0;
    }
    .key-deposit-features .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .key-deposit-features-box {
        padding: 20px;
    }
    .key-deposit-features-box h3 {
        font-size: 22px;
    }
    .supported-deposit .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .supported-deposit-box {
        padding: 20px;
    }
    .supported-deposit-box img {
        margin-bottom: -20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .how-it-works .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .how-it-works-box .content {
        padding: 20px 15px;
    }
    .how-it-works-box .icon {
        right: unset;
        top: unset;
        transform: translateX(-50%);
        left: 50%;
        bottom: -20px;
    }
    .how-it-works-box .icon i {
        transform: rotate(90deg);
    }
    .transaction-monitoring-box {
        padding: 20px;
    }
    .transaction-monitoring-image img {
        max-width: 100%;
    }
    .core-of-brokerage-box {
        padding: 20px;
    }
    .built-for-security .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .built-for-security-box {
        padding: 20px 20px;
    }
    .built-for-security .last-tab {
        margin-top: 0;
    }
    .built-for-security .text {
        font-size: 38px;
    }
    .powerful-wallet-capabilities .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .advantages-for-modern .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .advantages-for-modern-box p {
        margin-bottom: 30px;
    }
    .advantages-for-modern-box .image {
        margin-bottom: -20px;
    }
    .advantages-for-modern-content {
        padding: 20px;
    }
    .advantages-for-modern-content.box-blue .image {
        margin-right: -20px;
        margin-bottom: -20px;
        margin-top: -142px;
    }
    .expand-your-brokerage ul {
        margin-top: 0;
    }
    .expand-your-brokerage ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .advantages-for-modern-box {
        padding: 20px 20px;
    }
    .feature-card {
        padding: 20px;
    }
    .feature-card img {
        margin-bottom: -20px;
    }
    .what-partner-portal .home-title p {
        width: 100%;
    }
    .what-partner-portal .partner-portals-image {
        margin-top: -80px;
        margin-bottom: 30px;
    }
    .what-partner-portal-box-3 .content {
        padding: 20px 20px;
    }
    .powerful-benefits .home-title p {
        width: 100%;
    }
    .powerful-benefits-box.box-1 {
        margin-top: 0;
        margin-left: 0;
    }
    .powerful-benefits-box {
        padding: 15px;
    }
    .powerful-benefits-box h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .powerful-benefits-box .dot {
        margin-bottom: 15px;
    }
    .what-partner-portal-box-1 {
        padding: 15px 15px;
    }
    .powerful-benefits-box.box-2 {
        margin-top: 0;
    }
    .powerful-benefits-box.box-3 {
        margin-top: 0;
    }
    .powerful-benefits-box.box-3::after{
        content: unset;
    }
    .partner-portal-features .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .partner-portal-features-box {
        padding: 20px;
    }
    .what-partner-portal-box-2 img{
        margin: 20px 0;
    }
    .partner-portal-features-box.box-2 img {
        margin: 10px 0;
    }
    .partner-portal-features-content {
        padding: 20px;
    }
    .supported-trading .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .partner-portal-features-content p {
        margin-bottom: 30px;
        width: 100%;
    }
    .partner-portal-features-content ul {
        grid-template-columns: 1fr;
    }
    .example-use-cases-box {
        padding: 10px;
    }
    .example-use-cases-box .home-title {
        padding: 20px;
        margin-bottom: 20px;
    }
    .example-use-cases-content .line,
    .example-use-cases-content .line-left{
        display: none;
    }
    .why-it-matters-box {
        padding: 20px;
    }
    .advanced-tools-box .list .advanced-tools-content {
        padding: 20px;
    }
    .advanced-tools-box ul {
        gap: 10px;
        margin-top: 20px;
        padding-bottom: 0px;
    }
    .advanced-tools-box .line-1,
    .advanced-tools-box .line-2,
    .advanced-tools-box .line,
    .advanced-tools-box .icon{
        display: none;
    }
    .supported-trading .supported-trading-image img {
        margin-bottom: 20px;
    }
    .trading-connectivity .trading-connectivity-image {
        padding: 20px;
    }
    .how-our-trading .how-our-trading-box {
        padding: 20px;
    }
    .why-platform-box {
        padding: 10px;
    }
    .why-platform-box .why-platform-content {
        padding: 20px;
    }
    .supported-trading .supported-trading-content{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .trading-connectivity .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .advanced-tools-box .list{
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
    .who-we-are .home-title img {
        margin-top: 0px;
    }
    .our-values .col-md-7 {
        border-left:0;
    }
    .our-values .col-md-4 {
        border-left: 0;
    }
    .what-makes .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .our-values-box-2 {
        padding: 30px 0;
    }
    .who-we-are-box {
        gap: 20px;
        margin-bottom: 20px;
    }
    .page-title .title p {
        width: 100%;
    }
    .page-title .title h1 {
        font-size: 30px;
        width: 100%;
    }
    .page-title {
        padding: 150px 0 50px;
    }
    .navbar-nav{
        flex-direction: column;
    }
    .slider-box .slider-box-image img {
        width: 50%;
    }
    .slider-box.box-3 .slider-box-image img {
        width: 50%;
    }
    .slider .slider-content h1 {
        width: 100%;
        line-height: 34px;
        font-size: 18px;    
        margin: 18px auto 25px;
    }
    .slider .slider-content h6 {
        padding: 7px 5px 7px 5px;
        font-size: 12px;
    }
    .slider .slider-content {
        margin-top: 50px;
    }
    .slider .slider-content h6 span {
        padding: 2px 10px;
        margin-right: 8px;
    }
    .slider .slider-content h6 a i {
        margin-left: 3px;
    }
    .slider .slider-content p {
        width: 100%;
        font-size: 16px;
        margin: 0 auto 20px;
    }
    .slider-box.box-1 {
        transform: unset;
    }
    .slider-box {
        border-radius: 50px;
    }
    .slider-box .slider-box-image {
        height: 180px;
    }
    .slider-box .content {
        padding: 10px 20px 20px;
    }
    .slider-box.box-3 {
        transform: unset;
    }
    .live-faster .live-faster-box.box-1::after {
        width: 250px;
        transform: rotate(90deg);
        top: 200px;
        left: 0;
    }
    .live-faster .live-faster-box.box-2::after {
        transform: rotate(90deg);
        top: 72px;
        left: 0;
    }
    .mobile-experience .mobile-experience-image .round {
        height: 300px;
        width: 300px;
    }
    .about {
        margin-top: 60px;
    }
    .about-title-box {
        padding: 6px 20px;
        gap: 8px;
    }
    .about-title-box span {
        font-size: 18px;
    }
    .about-content p {
        font-size: 22px;
        line-height: 30px;
        margin-top: 20px;
    }
    .about-box {
        padding: 16px;
    }
    .about-box h3 {
        font-size: 34px;
        margin-bottom: 8px;
    }
    .mt--150 {
        margin-top: 60px;
    }
    .home-title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .management-effortless .home-title p,
    .we-offer .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .we-offer-box {
        padding: 20px;
    }
    .we-offer-box h3 {
        font-size: 18px;
        margin: 14px 0 10px;
    }
    .home-title p {
        margin-bottom: 30px;
    }
    .management-effortless .content {
        padding: 25px 25px 25px;
    }
    .management-effortless .content h3 {
        font-size: 20px;
    }
    .management-effortless .content p {
        font-size: 14px;
    }
    .mobile-experience .home-title p {
        width: 100%;
        margin-bottom: 30px;
    }
    .mobile-experience .mobile-experience-box {
        padding: 20px;
    }
    .our-platform .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .our-platform .our-platform-box .content {
        padding: 20px;
    }
    .our-platform .our-platform-box p {
        width: 100%;
    }
    .our-platform .our-platform-box {
        padding-bottom: 50px;
    }
    .our-platform .our-platform-box.box-2 p {
        width: 100%;
    }
    .our-platform .our-platform-box img {
        bottom: -110px;
    }
    .your-fingerprints {
        padding: 50px 0;
    }
    .your-fingerprints .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .your-fingerprints .nav-tabs {
        gap: 5px;
    }
    .your-fingerprints ul li {
        margin-bottom: 2px;
    }
    .your-fingerprints .nav-tabs .nav-link {
        font-size: 16px;
        padding: 6px 18px;
    }
    .brokerage-ecosystem .home-title h2 {
        max-width: 100%;
        margin: 0 auto 10px;
    }
    .brokerage-ecosystem .home-title p {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .brokerage-ecosystem-box {
        padding: 20px 20px 20px;
    }
    .brokerage-ecosystem-box {
        gap: 50px;
    }
    .your-brokerage-box:first-child {
        margin-bottom: 0;
    }
    .your-brokerage-box {
        padding: 20px;
        max-width: 400px;
        margin-top: 0;
    }
    .manage-your-brokerage .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .manage-your-brokerage-box {
        padding: 20px;
    }
    .live-faster .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .live-faster .live-faster-box span {
        font-size: 40px;
    }
    .live-faster .live-faster-box.box-2::after,
    .live-faster .live-faster-box.box-1::after{
        content: unset;
    }
    .live-faster .live-faster-box.box-3, .live-faster .live-faster-box.box-2 {
        bottom: 0;
    }
    .from-signup .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .from-signup-box h3 {
        margin-top: 20px;
    }
    .powerful-client .home-title p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .powerful-client-box {
        padding: 20px;
    }
    .powerful-client-box h3 {
        margin: 10px 0 10px;
        font-size: 20px;
    }
    .frequently-questions .home-title p {
        margin-bottom: 30px;
    }
    .frequently-questions-box .accordion-item .accordion-button {
        font-size: 18px;
        padding: 14px;
    }
    .frequently-questions-box .accordion-item {
        margin-bottom: 20px;
    }
    .your-revolutionize-box {
        padding: 20px;
    }
    .your-revolutionize-box .your-revolutionize-image {
        margin-bottom: 0;
    }
    footer {
        margin-top: 60px;
        padding: 50px 0 30px;
    }
    .footer-left p {
        margin: 20px 0 20px;
    }
    .text-img {
        margin-top: 20px;
    }
    .footer-link ul {
        gap: 0;
        justify-content: space-between;
    }
    .brokerage-ecosystem-box.box-2 {
        padding: 20px 20px 0;
    }
}
@media (max-width:480px) {
    .btn-style-two,
    .btn-style-one {
        padding: 8px 20px;
        font-size: 14px;
    }
    .talk-directly .talk-directly-content .contact-list {
        gap: 10px;
    }
     .who-we-are-box {
        flex-direction: column;
         align-items: self-start;
    }
    .our-values-box-2 .icons-box{
        flex-direction: column;
        gap: 20px;
    }
    .our-values-box-2 .icons-box > div {
        padding: 20px 20px;
        width: 100%;
    }
    .our-values-box {
        padding: 20px;
    }
    .what-makes-box {
        gap: 20px;
        padding: 20px;
        flex-direction: column;
    }
    .what-makes-box .content h3 {
        font-size: 18px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .available-bonus .home-title p {
        width: 60%;
    }
    .how-bonus-programs .home-title p {
        width: 70%;
    }
    .how-bonus-programs-box.box-1,
    .how-bonus-programs-box.box-2,
    .how-bonus-programs-box.box-3,
    .how-bonus-programs-box.box-4{
        margin-top: 0;
    }
    .why-use-bonus-box .col-12:nth-child(2){
        border: 0;
    }
    .why-use-bonus .home-title p {
        width: 70%;
    }
    .need-immediate-help-box {
        padding: 20px;
    }
    .support-designed .support-designed-icon {
        height: 110px;
        width: 110px;
    }
     .convert-currencies-instantly-left {
        border-radius: 30px 30px 0 0;
        border: 0;
        padding: 20px;
    }
    .support-designed-box .icon {
        height: 80px;
        width: 80px;
        margin-bottom: 10px;
    }
    .support-designed-box h3 {
        font-size: 17px;
    }
    .bg-line-2, .bg-line-1{
        display: none;
    }
    .browse-support .browse-support-box.home-title p {
        width: 80%;
    }
    .mar-top .image {
        display: none;
    }
    .currencies-key-features-box {
        padding: 35px;
    }
    .how-currency-conversion .home-title p {
        width: 84%;
    }
    .convert-currencies-instantly-right {
        border: 0;
        padding: 20px;
        border-radius: 0 0 30px 30px;
    }
    .currencies-key-features .home-title p {
        width: 80%;
    }
    .core-dashboard .home-title p {
        width: 90%;
    }
    .smart-withdrawal .home-title p {
        width: 92%;
    }
    .controls-monitoring-box {
        padding: 20px;
    }
    .how-withdrawals-box .content {
        padding: 40px;
    }
    .supported-dashboard .home-title p {
        width: 92%;
    }
    .supported-dashboard-box.last-box img {
        height: auto;
    }
    .user-benefits .home-title p {
        width: 80%;
        margin: 0 auto 50px;
    }
    .user-benefits-box{
        height: 100%;
    }
    .key-deposit-features .home-title p {
        width: 90%;
    }
    .how-it-works-box {
        height: 100%;
    }
    .how-it-works .home-title p {
        width: 90%;
    }
    .how-it-works-box .content {
        padding: 10px;
    }
    .how-it-works-box h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .transaction-monitoring-image img {
        max-width: 100%;
    }
    .transaction-monitoring-image {
        height: 320px;
    }
    .how-it-works-box p {
        font-size: 14px;
    }
    .supported-deposit-box h3 {
        font-size: 20px;
    }
    .supported-deposit .home-title p {
        width: 92%;
    }
    .powerful-wallet-capabilities .home-title p {
        width: 92%;
    }
    .built-for-security .home-title p {
        width: 90%;
    }
    .built-for-security .last-tab {
        margin-top: 10px;
    }
    .built-for-security .text {
        font-size: 33px;
    }
    .advantages-for-modern .home-title p {
        width: 76%;
    }
    .what-partner-portal .home-title p {
        width: 100%;
    }
    .what-partner-portal .partner-portals-image {
        margin-top: -180px;
        margin-bottom: 40px;
    }
    .what-partner-portal-box-1 {
        height: 100%;
    }
    .powerful-benefits .home-title p {
        width: 100%;
    }
    .powerful-benefits-box.box-1 {
        margin-top: 0;
        margin-left: 0;
    }
    .powerful-benefits-box.box-3 {
        margin-top: 0;
    }
    .powerful-benefits-box.box-2 {
        margin-top: 0;
    }
    .powerful-line{
        display: none;
    }
    .partner-portal-features .home-title p {
        width: 84%;
    }
    .supported-trading .home-title p {
        width: 86%;
    }
    .supported-trading .supported-trading-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .trading-connectivity .home-title p {
        width: 90%;
    }
    .trading-connectivity-content {
        padding-left: 15px;
    }
    .advanced-tools-box .line-1,
    .advanced-tools-box .line-2,
    .advanced-tools-box .line,
    .advanced-tools-box .icon{
        display: none;
    }
    .advanced-tools-box ul {
        padding-bottom: 0;
    }
    .advanced-tools-box .list {
        gap: 20px;
        margin-top: 30px;
    }
    .advanced-tools-box .list .advanced-tools-content {
        padding: 20px;
    }
    .our-values-box-2 {
        padding: 0 0 40px 40px;
    }
    .our-values-box-2 .icons-box {
        gap: 20px;
    }
    .our-values-box-2 .icons-box > div {
        padding: 20px 15px;
        gap: 10px;
        font-size: 16px;
    }
    .our-values-box {
        padding: 10px;
    }
    .what-makes .home-title p {
        width: 76%;
    }
    .navbar-nav {
        gap: 18px;
    }
    .page-title .title h1 {
        width: 80%;
    }
    .page-title .title p {
        width: 90%;
    }
    .page-title {
        padding: 150px 0 60px;
    }
    .slider .slider-content {
        margin-top: 60px;
    }
    .slider .slider-content h1 {
        width: 100%;
        margin: 20px auto 30px;
        line-height: 70px;
        font-size: 50px;
    }
    .slider .slider-content p {
        width: 96%;
    }
    .slider-box .content {
        padding: 10px 20px 20px;
    }
    .slider-box .slider-box-image {
        height: 200px;
    }
    .slider-box {
        border-radius: 50px;
    }
    .about-content p {
        font-size: 24px;
        line-height: 32px;
    }
    .about-box h3 {
        font-size: 30px;
    }
    .about-box {
        padding: 15px;
        height: 100%;
    }
    .mt--150 {
        margin-top: 100px;
    }
    .management-effortless .home-title p,
    .we-offer .home-title p {
        width: 80%;
    }
    .management-effortless .content {
        padding: 20px 20px 20px;
    }
    .management-effortless .content h3 {
        font-size: 22px;
    }
    .mobile-experience .mobile-experience-image .round {
        height: 300px;
        width: 300px;
    }
    .home-title h2 {
        font-size: 28px;
    }
    .mobile-experience .home-title p {
        width: 100%;
        margin-bottom: 30px;
    }
    .mobile-experience .mobile-experience-box {
        padding: 20px;
    }
    .our-platform .home-title p {
        width: 80%;
    }
    .our-platform .our-platform-box .content {
        padding: 20px 20px 40px;
    }
    .our-platform .our-platform-box p {
        width: 100%;
    }
    .our-platform .our-platform-box.box-2 p {
        width: 100%;
    }
    .our-platform .our-platform-box h3 {
        font-size: 19px;
    }
    .our-platform .our-platform-box img {
        right: -60px;
        bottom: -20px;
    }
    .your-fingerprints {
        padding: 80px 0;
    }
    .your-fingerprints .home-title p {
        width: 80%;
    }
    .your-fingerprints .nav-tabs {
        gap: 10px;
    }
    .brokerage-ecosystem .home-title h2 {
        max-width: 80%;
    }
    .brokerage-ecosystem .home-title p {
        max-width: 80%;
    }
    .your-brokerage-box:first-child {
        margin-bottom: 0;
    }
    .your-brokerage-box {
        padding: 20px;
        margin-top: 0;
    }
    .manage-your-brokerage .home-title p {
        width: 80%;
    }
    .live-faster .home-title p {
        width: 80%;
    }
    .live-faster .live-faster-box .icon {
        width: 100px;
        height: 100px;
    }
    .live-faster .live-faster-box span {
        font-size: 30px;
        margin-left: -80px;
        margin-bottom: -20px;
    }
    .live-faster .live-faster-box p {
        width: 100%;
    }
    .live-faster .live-faster-box .icon img {
        width: 40px;
    }
    .live-faster .live-faster-box.box-1::after {
        width: 100px;
        transform: rotate(45deg);
        top: 160px;
        left: 110px;
    }
    .live-faster .live-faster-box.box-2::after {
        width: 150px;
        top: 30px;
        left: 80px;
    }
    .from-signup .home-title p {
        width: 80%;
    }
    .from-signup-box h3 {
        margin-top: 20px;
        font-size: 16px;
    }
    .from-signup-box p {
        font-size: 14px;
    }
    .powerful-client .home-title p {
        width: 80%;
    }
    .powerful-client-box h3 {
        margin: 15px 0 10px;
        font-size: 15px;
    }
    .powerful-client-box {
        padding: 15px;
        height: 100%;
    }
    .powerful-client-box p {
        font-size: 14px;
    }
    .your-revolutionize-box {
        padding: 20px;
    }
    .footer-link ul {
        gap: 16px;
    }
    .text-img {
        margin-top: 30px;
    }
    footer {
        margin-top: 100px;
        padding: 60px 0 30px;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .available-bonus .home-title p {
        width: 50%;
    }
    .why-choose-connect-next-box h3 {
        padding: 8px 20px;
        font-size: 17px;
    }
    .how-bonus-programs .home-title p {
        width: 50%;
    }
    .why-use-bonus .home-title p {
        width: 50%;
    }
    .why-use-bonus-box .box {
        padding: 0;
    }
    .why-use-bonus-box .box h3 {
        font-size: 18px;
    }
    .why-choose-connect-next .home-title h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .browse-support .browse-support-box.home-title p {
        width: 90%;
    }
    .convert-currencies-instantly-left {
        padding: 15px;
    }
    .convert-currencies-instantly-right {
        padding: 20px;
        height: 100%;
    }
    .currencies-key-features .home-title p {
        width: 60%;
    }
    .mar-top .image {
        text-align: center;
    }
    .safe-secure-conversion-content p {
        margin-top: 8px;
    }
    .how-currency-conversion .home-title p {
        width: 64%;
    }
    .bg-line-2, .bg-line-1 {
        left: 60px;
        width: 42%;
        top: -40px;
    }
    .bg-line-2 {
        left: 52% !important;
    }
    .support-designed .support-designed-icon {
        height: 130px;
        width: 130px;
    }
    .convert-currencies-instantly-left .home-title h2 {
        font-size: 30px;
    }
    .smart-withdrawal .home-title p {
        width: 72%;
    }
    .how-withdrawals-box .content {
        padding: 20px;
    }
    .controls-monitoring-box {
        padding: 30px;
    }
    .core-dashboard .home-title p {
        width: 70%;
    }
    .core-dashboard-box-blue .col-md-3:first-child .core-dashboard-box-blue-image, .core-dashboard-box-blue .col-md-3:last-child .core-dashboard-box-blue-image {
        margin-top: 310px;
    }
    .smarter-decisions-box {
        padding: 15px;
    }
    .smarter-decisions-box h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .smarter-decisions-box span {
        font-size: 60px;
        line-height: 43px;
    }
    .supported-dashboard .home-title p {
        width: 72%;
    }
    .supported-dashboard-box {
        padding: 15px;
    }
    .key-deposit-features .home-title p {
        width: 70%;
    }
    .supported-dashboard-box.last-box img {
        height: auto;
    }
    .user-benefits-box {
        padding: 15px;
        height: 100%;
    }
    .user-benefits .home-title p {
        width: 60%;
    }
    .user-benefits-box h3 {
        font-size: 19px;
        margin-bottom: 8px;
    }
    .key-deposit-features-box {
        padding: 20px;
    }
    .supported-deposit .home-title p {
        width: 72%;
    }
    .how-it-works .home-title p {
        width: 70%;
    }
    .how-it-works-box .content {
        padding: 20px 15px;
    }
    .transaction-monitoring-box {
        padding: 20px;
    }
    .powerful-wallet-capabilities .home-title p {
        width: 65%;
    }
    .feature-card {
        padding: 20px;
    }
    .built-for-security .home-title p {
        width: 70%;
    }
    .built-for-security-box {
        padding: 20px 20px;
    }
    .built-for-security-box h3 {
        font-size: 18px;
    }
    .built-for-security .text {
        font-size: 44px;
    }
    .advantages-for-modern-content {
        padding: 20px 20px;
    }
    .advantages-for-modern-content h3 {
        font-size: 20px;
    }
    .advantages-for-modern-content.box-blue .image {
        margin-right: -20px;
        margin-bottom: -20px;
        margin-top: -62px;
    }
    .feature-card img {
        margin-bottom: -20px;
    }
    .what-partner-portal .home-title p {
        width: 76%;
    }
    .what-partner-portal .partner-portals-image {
        margin-top: -240px;
    }
    .what-partner-portal-box-2 img {
        width: 100%;
    }
    .what-partner-portal-box-1 {
        padding: 67px 45px;
    }
    .what-partner-portal-box-3 .content p {
        font-size: 16px;
    }
    .what-partner-portal-box-3 .content h3 {
        font-size: 16px;
    }
    .powerful-benefits .home-title p {
        width: 91%;
    }
    .powerful-benefits-box {
        padding: 20px;
    }
    .powerful-benefits-box.box-1 {
        margin-left: 0;
    }
    .powerful-line {
        top: 100px;
        left: -80px;
    }
    .powerful-line img {
        max-width: 83%;
    }
    .powerful-benefits-box.box-3::after {
        height: 250px;
        width: 250px;
        top: 30px;
        right: 0px;
    }
    .partner-portal-features .home-title p {
        width: 65%;
    }
    .partner-portal-features-box {
        padding: 20px;
    }
    .partner-portal-features-content {
        padding: 20px 20px 0;
    }
    .example-use-cases-box .home-title {
        padding: 20px;
    }
    .why-it-matters-box {
        padding: 20px;
    }
    .why-it-matters-box h3 {
        font-size: 17px;
    }
    .supported-trading .home-title p {
        width: 56%;
    }
    .supported-trading .supported-trading-content {
        gap: 10px;
        margin-bottom: 10px;
    }
    .supported-trading .supported-trading-content h3 {
        min-width: 155px;
    }
    .trading-connectivity .home-title p {
        width: 70%;
    }
    .advanced-tools-box .icon.icon-6 {
        right: 0;
    }
    .advanced-tools-box .icon.icon-4 {
        right: 0;
    }
    .advanced-tools-box .icon.icon-1,
    .advanced-tools-box .icon.icon-3 {
        left: 0;
    }
    .how-our-trading .how-our-trading-box {
        padding: 20px;
    }
    .why-platform-box .why-platform-content {
        padding: 20px;
    }
    .why-platform-box {
        padding: 10px;
    }
}
@media (min-width:992px) and (max-width:1499px) {
    .who-we-are-box {
        gap: 20px;
    }
    .what-makes-box img {
        width: 40%;
    }
   .slider-box .slider-box-image {
        height: 240px;
    }
    .page-title .title p {
        width: 65%;
    }
    .slider .slider-content h1 {
        width: 84%;
    }
    .slider .slider-content p {
        width: 60%;
    }
    .slider-box .content {
        padding: 10px 30px 20px;
    }
    .about-box {
        padding: 16px;
    }
    .about-box h3 {
        font-size: 40px;
    }
    .about-box p {
        font-size: 15px;
    }
    .about-content p {
        font-size: 24px;
        line-height: 32px;
    }
    .management-effortless .home-title p,
    .we-offer .home-title p {
        width: 60%;
    }
    .we-offer-box {
        padding: 20px;
        height: 100%;
    }
    .management-effortless .content {
        padding: 25px 25px 25px;
    }
    .mobile-experience .mobile-experience-image .round {
        height: 400px;
        width: 400px;
    }
    .mobile-experience .mobile-experience-box {
        padding: 20px;
    }
    .mobile-experience .home-title p {
        width: 100%;
        margin-bottom: 30px;
    }
    .our-platform .home-title p {
        width: 60%;
    }
    .your-fingerprints .home-title p {
        width: 60%;
    }
    .your-fingerprints .nav-tabs {
        gap: 8px;
    }
    .your-fingerprints ul li {
        margin-bottom: 0;
    }
    .brokerage-ecosystem .home-title h2 {
        max-width: 70%;
    }
    .brokerage-ecosystem .home-title p {
        max-width: 60%;
    }
    .your-brokerage-box {
        max-width: 360px;
        margin-top: -100px;
    }
    .your-brokerage-box:first-child {
        margin-bottom: -100px;
    }
    .manage-your-brokerage .home-title p {
        width: 60%;
    }
    .live-faster .home-title p {
        width: 60%;
    }
    .live-faster .live-faster-box.box-1::after {
        width: 200px;
        transform: rotate(45deg);
        top: 180px;
        left: 100px;
    }
    .live-faster .live-faster-box.box-2::after {
        width: 200px;
        top: 42px;
        left: 140px;
    }
    .live-faster .live-faster-box p {
        width: 80%;
    }
    .powerful-client .home-title p {
        width: 60%;
    }
    .powerful-client-box{
        height: 100%;
    }
    .our-platform .our-platform-box .content {
        padding: 30px;
    }
    .our-platform .our-platform-box img {
        right: -80px;
        bottom: -40px;
    }
    .our-platform .our-platform-box.box-2 p {
        z-index: 1;
        position: relative;
    }
}

@media (min-width:1200px) and (max-width:1399px){
    .convert-currencies-instantly-right{
        height: 100%;
    }
    .safe-secure-conversion-content h3 {
        font-size: 15px;
    }
    .how-currency-conversion .home-title p {
        width: 54%;
    }
    .how-withdrawals-box .content {
        padding: 30px;
    }
    .controls-monitoring-box {
        padding: 40px;
    }
    .core-dashboard .home-title p {
        width: 60%;
    }
    .core-dashboard-box-blue .col-md-3:first-child .core-dashboard-box-blue-image, .core-dashboard-box-blue .col-md-3:last-child .core-dashboard-box-blue-image {
        margin-top: 290px;
    }
    .user-benefits .home-title p {
        width: 50%;
    }
    .built-for-security .text {
        font-size: 56px;
    }
    .what-partner-portal .home-title p {
        width: 63%;
    }
    .what-partner-portal .partner-portals-image {
        margin-top: -300px;
    }
    .what-partner-portal-box-1 {
        padding: 15px 15px;
    }
    .what-partner-portal-box-1 h5 {
        font-size: 14px;
    }
    .what-partner-portal-box-1 h2 {
        font-size: 50px;
    }
    .what-partner-portal-box-3 .content {
        padding: 20px 20px;
    }
    .what-partner-portal-box-4 .content {
        padding: 10px;
    }
    .what-partner-portal-box-3 .content p {
        font-size: 12px;
    }
    .powerful-line {
        top: 100px;
        left: -50px;
    }
    .partner-portal-features-content ul li {
        font-size: 14px;
    }
    .why-it-matters-box {
        padding: 20px;
    }
}

@media (min-width:992px){
    .about-us-page.page-title .title p {
        width: 55%;
    }
    .about-us-page.page-title .title h1 {
        width: 50%;
    }
}