@media (min-width: 1400px) {
  
}

/*		Tablet Layout: 768px.
 -----------------------------------------------------------------   */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 15px;
    }
}

/*		Mobile Layout: 320px.
 ------------------------------------------------------------   */

@media only screen and (max-width: 767px) {
    .key-featurtes .main-features-img img {
        height: 350px;
        object-fit: contain;
    }
    .ticker-wrapper { 
        padding: 15px 0px 0px;
        height: 88px; 
    }
    .copy-right { 
        margin-bottom: 75px; 
    }
    .footer-logo { 
        padding-bottom: 30px;
    }
    .process-circle-1 { 
        right: -180px;
        bottom: -180px; 
    }
    .process-circle-2 {
        left: -180px;
        bottom: -180px;
    }
    .process-circle-3 {
        right: -180px;
        top: -180px;
     }
     .process-circle-4 {
        left: -180px;
        top: -180px;
    }
    .How-it-work::after{
        display: none;
    }
    .process-content.text-2 {
        text-align: end;
        padding: 25px 20px 25px 20px;
    }
    .key-featurtes .main-features-img {
        margin-top: 10px;
    }
    .flex-dir{
        flex-direction: column-reverse;
    }
    .banner-logo{
        padding-top: 35px;
        display: none;
    }
    .all-span {
        font-weight: 600;
    }
    .Forex-Heatmap::before{
        display: none;
    }
    .services-area::before{
        display: none;
    }
    .single-ticker {
        position: relative;
    }
    .about-img::before { 
        width: 100%;
        height: 300px; 
    }
    .about-img {
        margin-top: 10px;
        padding: 20px;
    }
    .navbar .logo {
        font-size: 22px;
    }
    .footer-content {
        margin-top: 0px;
    }
    .original-button {
        font-size: 15px;
        padding: 15px 20px;
    }

    .about-area .section-title {
        padding: 15px 0 0px;
    }

    .tab .tab-content {
        padding: 70px 15px 30px;
        width: 100%;
        margin-top: 25px;
    }

    .tab .nav-tabs {
        display: block;
    }

    .slider-table-cell p {
        margin: 10px 0px 0px;
    }

    .all-btn {
        margin-top: 20px;
        gap: 15px;
    }

    .main-h1 {
        font-size: 30px;
        line-height: 1.4;
    }

    .main-banner {
        padding: 150px 0px 80px;
        height: auto;
        z-index: 0;
    }

    .main-banner .shape {
        height: 350px;
        top: 0px;
        margin: auto;
        width: 350px;
    }

    .services-box .services-icon {
        top: -35px;
    }

    .services-box {
        margin-bottom: 15px;
        margin-top: 15px;
        padding: 50px 20px 10px 20px;
    }

    .Featurtes-box .all-h4-dark {
        margin: -20px 0 20px 0px;
        padding: 10px 20px 8px 30px;
        font-size: 20px;
    }

    .Featurtes-box-content {
        padding: 0px 15px 25px 15px;
    }

    .process-block .inner-box:before {
        display: none;
    }

    .why-choose-contnet {
        display: block;
    }

    .why-2 {
        position: relative;
        top: 0px;
    }

    .why-choose-box {
        margin-bottom: 20px;
    }

    .why-png img {
        position: unset;
        width: 100%;
        margin-top: 10px;
        transform: unset;
    }

    .faq-img {
        /* margin-top: 10px; */
        display: none;
    }

    .join-comunity {
        padding: 35px 15px 0px;
    }

    .right-button {
        /* border: 2px dashed #ffffff; */
        font-size: 11px;
        /* padding: 8px 20px; */
    }

    .footer-links {
        gap: 20px 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .navbar {
        padding: 8px 0px;
    }

    .main-header {
        border-bottom: 1px solid #eeeeee38;
    }

    .about-area .section-title .all-h4-dark {
        font-size: 23px;
        line-height: 23px;
    }

    p {

        font-size: 15px;
    }

    .all-h2-dark {
        font-size: 30px;
        line-height: 30px;
    }

    .all-h4-dark {
        font-size: 23px;
        line-height: 23px;
    }

    .about-area {
        padding: 70px 0px 45px;
    }

    .services-area {
        padding: 45px 0px 45px;
    }

    .key-featurtes {
        padding: 45px 0px 45px;
    }

    .How-it-work {
        padding: 45px 0px 45px;
    }

    .why-choose-area {
        padding: 45px 0px 45px;
    }

    .Faq-area {
        padding: 45px 0px 45px;
    }

    .Community-area {
        padding: 45px 0px 45px;
    }

    .Featurtes-icon {
        top: -30px;
        right: -5px;
    }

    .Featurtes-box {
        margin: 0 5px 20px 0px;
    }

    .nav-links li {
        margin: 10px 0px;
    }

    .services-box .services-value {
        font-size: 17px;
        margin: -20px -10px 0 0;
    }

    .navbar .logo h4 {
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
    }

    .btn {
        font-size: 18px;
        padding: 8px 15px 8px;
    }

    .main-header::before {
        width: 59%;
        clip-path: polygon(100% 0, 100% calc(100% - 90px), calc(100% - 40px) 100%, 0 100%, 0 0);
    }

    .about-right::before {
        width: 100%;
    }

    .about-right {
        display: block;
        padding: 15px 15px;
        margin-top: 15px;
    }
 
    .features .features-img {
        width: 70px;
        position: relative;
        right: auto;
        text-align: start;
        transform: none;
        margin-bottom: 10px;
    }

    .features {
        padding: 20px 20px 20px 20px;
    }

    .features-1 {
        padding: 20px 20px 20px 20px;
    }

    .all-h2-light {
        font-size: 25px;
        line-height: 1.4;
    }

    .tab .nav-tabs li a {
        font-size: 23px;
        line-height: 23px;
        padding: 13px 13px;
    }

    .all-h4-light {
        font-size: 20px;
        line-height: 1.4;
    }

    .price-label {
        padding: 8px 20px;
    }

    .outer-box {
        padding: 10px 15px 31px;
    }

    .process-card {
        margin-top: 0;
    }

    .process-card-area .process-line {
        display: none;
    }

    .process-content {
        margin-top: 0px;
        border: 1px solid #ffffff33;
        padding: 25px 20px 25px 20px;
    }
 
    .accordion-item {
        margin: 0 5px 10px 5px;
    }
    #accordion .accordion-body {
        padding: 15px 10px 0px 4px;
        font-size: 14px;
        margin: 3px 0px;
    } 
    #accordion .accordion-body p {
        padding-left: 10px;
        border-left: 4px dashed #d5b64e;
    }
    .contact-area {
        padding: 75px 0px 75px;
    }

    .contact-form-area {
        padding: 20px 15px 20px 15px;
    }

    textarea {
        height: 120px !important;
        margin: 0 0 20px;
    }

    .form-content {
        position: relative;
        margin-bottom: 10px;
    }

    .copy-right-text {
        /* margin-top: 30px; */
    }

    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        font-size: 18px;
        padding: 5px 15px;
    }

    .timeline-article .meta-date img {
        width: 40px;
    }

    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
    }

    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 5px;
    }

    .timeline-article .meta-date {
        display: none;
    }

    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 20px;
        min-height: 53px;
    }

    .timeline-article .content-left-container {
        margin-bottom: 10px;
    }

    .timeline-article .content-left,
    .timeline-article .content-right {
        padding: 10px 25px;
        min-height: 65px;
    }

    .timeline-article .content-left:before {
        content: "\f0d9";
        right: auto;
        left: -12px;
    }

    .timeline-article .content-right:before {
        left: -12px;
    }

    .timeline-article p {
        margin: 0;
    }

    .timeline-article p span.article-number {
        left: -60px;
    }

    .all-content {
        margin: 0 0 0 48px;
    }

    .timeline-article {
        margin: 10px 0;
    }

    #conference-timeline .conference-timeline-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-links a {
        color: var(--dark-color);
    }

    .why-choose-img {
        width: 100%;
        height: 100%;
        padding: 25px;
    }

    .why-choose-img::before {
        width: 100%;
    }

    .why-choose-img img {
        width: auto;
        position: relative;
    }

    .footer-area {
        padding: 45px 0 45px;
    }

    .main-banner-2 {
        margin-top: 30px;
    }
    .about-bg .row{
        flex-direction: column-reverse;
    }
    .about-area .about-bg .vision {
        margin-top: 15px;
    }
    .main-key-features {
        grid-template-columns: 1fr;     
    }
    .main-key-features > .features:nth-child(1) {
        border-radius: 10px;
    }
    .main-key-features > .features:nth-child(2) {
        border-radius: 10px;
    }
    .main-key-features > .features:nth-child(3) {
        border-radius: 10px;
    }
    .main-key-features > .features:nth-child(4) {
        border-radius: 10px;
    }
    .main-works {
        padding: 10px 20px 30px;
    }
    .main-works .mt-4{
        margin-top: 0 !important;
    }
    .work-img{
        display: none;
    }
    .counter {
      margin-top: 20px;
    }
    #accordion .accordion-button {
        padding: 15px 28px 15px 10px;
        font-size: 15px;
        line-height: 1.4;
    }
    #accordion .accordion-button::after, #accordion .accordion-button.collapsed::after {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        top: 50%;
        right: 0px;
        left: auto;
        transform: translatey(-50%);
    }
    .about-area .about-bg::after { 
        right: 0px; 
    }
    .about-area .about-bg::before {
        left: 0px;
    }
    .join-img img {
        position: relative;
        right: 0;
        width: auto;
        height: auto;
        margin-top: 30px;
    }

}