/* responsive ******************************************************************************/
@media (max-width: 1599px) {

}
/* responsive ******************************************************************************/
@media (max-width: 1299px) {
    #homeBanner .homeBanner-part {
        padding: 12% 0 8%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 1199px) {
    .exchange .exchange-box .boxes {
        width: 31%;
    }
    .exchange .exchange-box .boxes .text-box {
        padding: 20px 10px;
    }
    #effortless .effortless-box {
        width: 100%;
    }
    #platform .boxes {
        width: 31%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 991px) {
    .row {
        row-gap: 30px;
    }
    h1 {
        font-size: 38px;
    }
    #homeBanner .text {
        width: 100%;
    }
    #homeBanner .homeBanner-part {
        padding: 15% 0 8%;
    }
    .section-heading p {
        width: 100%;
    }
    .exchange .exchange-box .boxes {
        width: 48%;
    }
    #effortless .effortless-box .text-box h2 {
        font-size: 38px;
    }
    #effortless .effortless-box {
        width: 100%;
        padding: 20px 10px;
    }
    #effortless .effortless-box .text-box .btn-common {
        font-size: 18px;
    }
    #platform .boxes {
        width: 48%;
    }
    #list .list-box .boxes .box {
        width: 48%;
    }
    .input-group {
        padding-bottom: 0;
    }
    #icons .marquee img {
        max-width: 30%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 767px) {
    /* header responsive */
   
    
    #header .button-box {
        margin-left: 0;
        margin-right: 20px;
    }
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    br {
        display: none;
    }
    
    h1 {
        font-size: 30px;
    }
    #homeBanner .homeBanner-part {
        padding: 18% 0 8%;
    }
    #header .logo-box img {
        max-width: 100px;
    }
    #header {
        padding: 15px 0 15px;
    }
    #homeBanner .button-box {
        padding-top: 30px;
    }
    #homeBanner .button-box {
        padding-top: 30px;
    }
   
    #icons .marquee {
        column-gap: 30px;
    }
    .exchange .exchange-box .boxes {
        width: 48%;
    }
    .exchange .exchange-box .boxes .text-box h6 {
        font-size: 18px;
    }
    .exchange .exchange-box .boxes .text-box p {
        margin: 10px 0 0;
    }
    #effortless .effortless-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 30px;
    }
    #effortless .effortless-box .text-box h3 {
        font-size: 25px;
    }
    #effortless .effortless-box .text-box h2 {
        font-size: 30px;
    }
    #effortless .effortless-box .text-box h4 {
        font-size: 22px;
    }
    #effortless .effortless-box .button-box {
    display: flex;
    justify-content: center;
}
    #easy .easy-box .boxes {
        column-gap: 10px;
    }
    #list .list-box .boxes .box a {
        font-size: 18px;
        margin-bottom: 5px;
    }
    #list .list-box .boxes .box p {
        font-size: 14px;
    }
    #journy .text-box h5 {
        font-size: 20px;
    }
    .social-media {
        justify-content: center;
    }
    #business .info-box .boxes h6 {
        width: 70%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 575px) {
    .exchange .exchange-box .boxes {
        width: 100%;
    }
    #platform .boxes {
        width: 100%;
    }
    #icons .marquee img {
        max-width: 30%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 479px) {
    h1 {
        font-size: 26px;
    }
    #homeBanner .homeBanner-part {
        padding: 24% 0 8%;
    }
    #homeBanner .text p {
        font-size: 14px;
    }
    #header .button-box .btn-common {
        padding: 7px 20px;
    }
    .section-heading h5 {
        font-size: 22px;
    }
    .section-heading h6 {
        font-size: 16px;
    }
    #business .info-box .boxes img {
        height: 30px;
        width: 30px;
    }
    #business .info-box .boxes h6 {
        font-size: 16px;
    }
    #easy .easy-box .boxes {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }
    #easy .easy-box .boxes .box {
        width: 90%;
    }
    #easy .easy-part {
        background-size: cover;
    }
    #list .list-box .boxes .box {
        width: 100%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 375px) {
    #homeBanner .homeBanner-part {
        padding: 28% 0 8%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 320px) {
    h1 {
        font-size: 24px;
    }
    #effortless .effortless-box .text-box .btn-common {
        font-size: 15px;
    }
}