﻿@font-face {
    font-family: "Aptos";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/fonts/Aptos.ttf') format("truetype");
}
@font-face {
    font-family: "Llewie";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url('/fonts/Llewie.ttf') format("truetype");
}
@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url('/fonts/helvetica.ttf') format("truetype");
}
    .trade-service-link:hover {
        color: #5cb874 !important;
    }
/*==== @@@@ App Section start here  @@@@ ======= */
@media (min-width: 1200px) {
    .app-section .section-wrapper:after {
        position: absolute;
        content: "";
        right: 29%;
        bottom: 13%;
        width: 280px;
        height: 365px;
        animation: up-down 8s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
}
.trade-service-link {
    color: #000 !important;
    font-size: 14px;
    font-family: aptos, Helvetica, sans-serif,
}
.app-section .section-wrapper .app-content p {
    max-width: 540px;
    margin-bottom: 50px;
    text-align:left;
}
.app-section .section-wrapper .app-content .app-download li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 576px) {
    .app-section .section-wrapper .app-content .app-download li:first-child {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
@media (min-width: 992px) {
    .app-section .section-wrapper .app-content .app-download li:first-child {
        margin-right: 24px;
    }
}
.app-section .section-wrapper .app-content .app-download li a {
    padding: 8px 16px;
}
@media (min-width: 992px) {
    .app-section .section-wrapper .app-content .app-download li a {
        padding: 1rem 1.5rem;
    }
}
@media (min-width: 992px) {
    .app-section .section-wrapper .app-content .app-download li a .app-thumb {
        margin-right: 20px;
    }
}
.app-section .section-wrapper .app-content .app-download li a .app-content p {
}
.app-section .section-wrapper .app-content .app-download li a .app-content h4 {
    color: #9a12b3;
    margin-top: -7px;
}
.app-section .section-wrapper .app-content .app-download li:hover {
    transform: translateY(-5px);
}
.app-section .section-wrapper .mobile-app {
    right: 0;
    bottom: 0px;
    display: none;
    z-index: 1;
}
@media (min-width: 768px) {
    .app-section .section-wrapper .mobile-app {
        display: inline-block;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .app-section .section-wrapper .mobile-app {
        display: inline-block;
        width: auto;
    }
}
/*==== @@@@ App Section end here  @@@@ ======= */
.download-app-container {
    padding-bottom: 0px
}
.appstore-button {
    padding:0px !important;
}
@media(max-width:767px) {
    .playstore-button {
        width: auto;
    }
    .appstore-button {
        width: auto;
    }
    .mobile-app-image {
        width: 250px;
        display: none;
    }
    .download-app {
        text-align: center !important;
    }
    .download-app-container, .download-app-container-single {
        padding-bottom: 40px;
        text-align: center !important;
    }
}
