/* ==== Media Queries ===== */
@media (max-width: 1280px) {
    .features .features-item ul.noncols .flexdiv {
        display: block;
    }

    .contact .info-item h4 {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 780px) {
    .forMob {
        display: none;
    }

    .forDesk {
        display: block;
    }
}

@media (max-width: 780px) {
    .forMob {
        display: block;
    }

    .forDesk {
        display: none;
    }

    .contact-info.d-flex.align-items-center {
        padding: 10px;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    div#fxmarketsgrade.flexPosts .pricing-item h1 {
        line-height: normal;
    }

    div#fxmarketsgrade.flexPosts .pricing-item h2 {
        line-height: 26px;
    }

    div#fxmarketsgrade.flexPosts .widthSames {
        width: 33.3%;
    }

    .featured-services .service-item {
        width: 47%;
    }

    .row.gy-4.flexservs {
        justify-content: center;
    }

    .col-md-3.p-0.pb-4.pr-1.bgPrice4 {
        padding-right: 0px !important;
    }

    .col-md-3.item-pricngs.aos-init.aos-animate {
        width: 50%;
    }

    div#fxmarketsgrade .col-lg-4.aos-init.aos-animate {
        width: 50%;
    }

    div#market_Resources .col-md-3.item-pricngs.aos-init.aos-animate {
        width: 48%;
        margin: 3px;
    }

    .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
        padding: 0px 0;
    }

    .header .logo img {
        max-height: 55px;
        margin-right: 6px;
        padding: 3px;
    }

    li.forMob a.btn {
        text-align: left;
        display: flex;
        justify-content: start;
    }

    li.forMob a.btn i {
        padding-right: 14px;
        display: block;
    }

    .breadcrumbs .page-header {
        padding: 20px 0;
    }

    .breadcrumbs .page-header h2 {
        font-size: 36px;
    }

    .flip-card {
        height: 230px;
    }

    .flip-card-front h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .flip-card-back h2 {
        font-size: 18px;
    }

    ul.list-style.list-style-3 {
        column-count: 2;
    }

    ul.list-style.list-style-3 li {
        margin: 0;
        margin-bottom: 30px;
    }

    section#pricing .row.no-gutters.bgarounds {
        padding: 0px 11px;
    }

    .pricing h3 {
        font-size: 16px;
        line-height: normal;
    }

    .calculator-container-main.aos-init.aos-animate {
        width: 70%;
    }

    div#forex_about_page div#market_Resources .item-pricngs {
        width: 47%;
    }

    .widthwral-item img.width100 {
        width: 80%;
        margin: 0px auto;
    }
    .row.gy-4.mobfles {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 680px) {	
	.fixed-head {
	    position: fixed;
	    z-index: 99999999999;
	}
	.trust_list p {
	    color: #000;
	}
	footer#footer {
	    padding-bottom: 70px;
	}
    div#fxmarketsgrade.flexPosts .widthSames {
        width: 50%;
        border-bottom: 1px solid #fff;
        background: #0e1d34eb;
        min-height: 160px;
    }

    div#fxmarketsgrade.flexPosts {
        background: transparent;
    }

    div#fxmarketsgrade.flexPosts .widthSames:last-child {
        width: 100%;
    }

    div#fxmarketsgrade.flexPosts .widthSames:nth-child(even) {
        background: #0e1d34;
    }

    .features .features-item ul {
        column-count: 1;
    }

    h3.maintitle, .call-to-action h3, section#withdrawl-id h3.maintitle, .section-header h2 {
        font-size: 22px;
        line-height: normal;
    }

    .call-to-action .cta-btn {
        padding: 12px 10px;
    }

    .featured-services .service-item, .col-md-3.item-pricngs.aos-init.aos-animate, div#fxmarketsgrade .col-lg-4.aos-init.aos-animate {
        width: 100%;
    }

    div#market_Resources .col-md-3.item-pricngs.aos-init.aos-animate {
        width: 98%;
    }

    section.cspadd {
        padding: 40px 20px;
    }

    .breadcrumbs .page-header h2 {
        font-size: 26px;
    }

    .flip-card {
        height: 230px;
        width: 90%;
        margin: 20px auto;
    }

    ul.list-style.list-style-3 {
        column-count: auto;
    }

    section#about .col-md-12.text-center h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .calculator-container-main.aos-init.aos-animate {
        width: 90%;
    }

    .containerForCasl .calculator-container .input-container {
        width: 100%;
    }

    div#forex_about_page div#market_Resources .item-pricngs {
        width: 90%;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
        padding-right: 35px;
    }

    .faq {
        padding-top: 40px;
    }

    .col-md-6.form-group {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }

    div.banner-slider .item .header-cover img {
        width: 100%;
        margin-top: 45px;
    }

    .socialfloat a i {
        font-size: 24px;
    }

    .socialfloat a {
        width: 50px;
        height: 50px;
    }

    #topbar .social-links a {
        padding: 8px 8px;
        font-size: 14px;
    }

    section#featured-services.active-serives .col-lg-4.col-md-6.service-item {
        width: 90%;
    }

    .row.no-gutters.text-center {
        background: transparent;
    }

    .row.no-gutters.text-center .col-md-3.p-0.pb-4.pr-1 {
        margin-bottom: 24px;
        border: 1px solid #ddd;
    }

    section#pricing .row.no-gutters.bgarounds {
        padding: 0px 11px;
        box-shadow: none;
    }
    div#fxmarketsgrade.flexPosts .pricing-item:after{
    	display: none;
    }
    div#fxmarketsgrade.flexPosts .pricing-item h1 {     
        font-size: 20px;
    }
    section#featured-services .pricing .pricing-item h3.mgtopsd {
        margin-bottom: 10px;
        font-size: 24px;
        margin-top: 0;
    }
    .navbar {
      z-index: 99999999999999;
    }
    li.dropdown.forMob a.dropdown-item {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    li.dropdown.forMob a.dropdown-item i {
        margin-right: 12px;
    }
}

@media (max-width: 480px) {
}

@media only screen and (max-width: 395px) {
	.footer .footer-info .logo span {
	    display: block;
	    line-height: 35px;
	}
}

@media only screen and (max-width: 360px) {
}

@media (max-width: 320px) {
}
