/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
    

}




@media (min-width: 1200px) and (max-width: 1300px) {



}







/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  


}
 



/* LG Device :992px. */
@media (min-width: 768px) and (max-width: 991px) {


    .area__title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .commodities_text p {
        font-size: 16px;
        line-height: 27px;
    }
    .commodities_market_area {
        padding: 80px 0;
    }
    .success_list ul li {
        font-size: 16px;
    }
    .success_list li img {
        max-width: 27px;
    }
    .succes_trade_btn a {
        font-size: 20px;
    }
    .commodities_history p {
        font-size: 16px;
    }
    .commodities_history_area {
        padding: 80px 0;
    }


}
 






/* SM Small Device :320px. */
@media only screen and (max-width: 767px) {


    .icons-container {margin-left:0;}
    .buttons-wrapper .btn:last-of-type {margin-left: 0;}
    .buttons-wrapper .btn:first-of-type {margin-right: 0; margin-bottom:16px; }

    .commodities_market_area .area__title {
        text-align: center;
    }
    .commodities_text p {
        font-size: 16px;
        letter-spacing: 0px;
    }
    .commodities_market_area {
        padding: 80px 0;
    }
    .succes_trade_btn a {
        font-size: 20px;
    }
    .success_trade_area {
        padding: 80px 0;
    }
    .success_top_content h2 {
        font-size: 32px;
    }
    .success_list ul li {
        display: block;
        font-size: 14px;
        text-align: center;
        margin-bottom: 25px;
    }
    .success_list li span {
        width: auto;
        display: block;
        margin-bottom: 10px;
    }
    .success_list ul li img {
        margin-right: 15px;
        margin: 0;
    }
    .succes_trade_btn a {
        margin: 0 5px;
        font-size: 22px;
        letter-spacing: 0.10px;
        height: 42px;
        width: 160px;
        font-size: 16px;
    }
    .commodities_history_area .area__title h2 {
        font-size: 36px;
    }
    .commodities_history_area {
        padding: 80px 0;
    }
    .commodities_history p {
        font-size: 16px;
    }


}










/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

  
    
    
 
}