/*for mobile*/
@media only screen and (max-width:760px) {
.mb-5 {margin-bottom: 1.5rem !important;}
.mt-5 {margin-top: 1.5rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.pb-5 {padding-bottom: 1.5rem !important;}
.pt-5 {padding-top: 1.5rem !important;}
.brand-logo{max-width: 130px; margin-right: 0px;}
body{font-size: 15px;}
.mobile-none{display: none !important;}
.site-menu-main .nav-item{padding: 0;}
.sub-menu--item .tab-right {display: none;}
.sub-menu--item .tab-left {width: 100%;}
.sub-menu--item .tab-left a {padding: 13px 20px; border-bottom: 1px solid #26272a;}
.banner_text{margin-right: 00px;}
.banner_text h1{font-size:30px; padding-top: 30px;}
.btn_style {padding: 7px 20px;}
.heading_text h2 { font-size: 25px;}
.line-height-30{line-height: 25px;}
.line-height-35{line-height: 27px;}
.watter_mark_list li{padding: 10px; width: 50px; height:50px;}
.watter_mark_list li.mark_icon img{width: 20px;}
.watter_mark_list_rotation::before{ height: 300px; width: 300px;}
p {font-size: 15px;}
.image2_box img{max-width: 250px;}
.mac_linux_box{width: 80px; height: 80px; padding: 10px;}
.mac_linux_box_outer{gap: 20px;}
.lien_list li{font-size: 17px;}
.lien_list {gap: 8px;}
.step_box{padding: 0px 15px;}
.long-Arrow{display: none;}
.text-end.text-left{text-align: left !important;}
.text-end.text-m-center{text-align: center !important;}
.footer_menu {text-align: center;}
.icon_box {padding: 7px; width: 50px; height: 50px}
.mb-3 {margin-bottom: .6rem !important;}
.p-4 {padding: 1rem !important;}
.footer_logo {max-width: 140px;}
.site-menu-main .sub-menu {min-height: unset;}
.width_80 {width: 100%;}
.HeaderPadding {padding-top: 50px;}
.BannerHand {bottom: 20px; width: 320px; z-index: -1;}
.GreenGlobe {width: 150px; top: -30px;}
.AboutImage {width: 100%;}
.Globe {position: absolute; width: 200px; left: -103px; top: -141px; rotate: 30deg; z-index: -1;}
.image2_box img {max-width: 200px;}
.width_40 {width: 100%;}
.GlobeTwo {position: absolute; width: 300px; left: -121px; top: 20px; rotate: 30deg;}
.MobileMargin{margin-top: 30px;}
.width_50 {width: 100%; }
.brand-logo img {width: 100px;}
.ForexBg {background: url(../img/Market_Forex.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px; }.IndicesBg {background: url(../img/Market_Indices.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px;}
.SharesBg {background: url(../img/Market_Shares.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px;}
.CommodityBg {background: url(../img/Market_Commodity.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px;}
.CryptoBg {background: url(../img/Market_Crypro.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px;}
.ETFBg {background: url(../img/Market_ETF.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px;}
.AffiliateBg {background: url(../img/Partnership01.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px;}
.IntroducingBg {background: url(../img/Partnership02.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px;}
.MetaTraderBg {background: url(../img/Platform01.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px;}
.MobileTradingBg {background: url(../img/Platform02.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px; }
.TradingBg {background: url(../img/Platform03.png) no-repeat; background-size: auto; background-size: 100% 100%; height: 380px;}
table {overflow-x: auto; display: block;}
.TableBorder{padding: 10px;}





}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
  

}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {

}

/*for sm destop*/
@media only screen and (min-width:1000px) and (max-width:1200px) {
   
 }

/*for destop*/
@media (min-width: 1200px){
    .container{max-width: 1300px;}   

}




