/*for mobile*/
@media only screen and (max-width:760px) {
.navbar-toggler-icon{filter: brightness(0) invert(1);}
html{overflow-x: hidden;}
body{overflow-x: hidden;}
.navbar-nav .nav-item {margin-left: 0px; margin-top: 3px}
.navbar-collapse{margin-top: 20px;}
header .btn_style {width: 100%;}
header{background: #13130f;}
.border_btn {margin: 0px 0px;}
.mt_5{margin-top: 3rem;}
.mb_5{margin-bottom: 3rem;}
.mt_30{padding-Top: 30px;}
.mt_100{margin-top: 40px;}
.pt_5{padding-Top: 2rem;}
.pb_5{padding-bottom: 2rem;}
.pb-5{padding-bottom: 2rem;}
header .navbar {padding: 15px 0px;}
.accordion_border {margin-bottom: 10px;}
.BannerBg h2 {font-size: 27px; margin-bottom: 10px;}
.BannerDashboard {width: 100%;}
.BannerBg p {margin-bottom: 20px;}
.ProfitHubMarkets h2 {width: 100%; line-height: 25px; font-size: 16px;}
.LessionBg {margin-bottom: 12px;}
.Bullet {width: 14px;}
.BulletText {font-size: 14px;}
.LanguageText h2 {font-size: 45px;}
.LanguageText p {font-size: 16px; line-height: 30px;}
.MissionBg h2 {font-size: 20px;}
.MissionBg p {word-spacing: 4px; font-size: 14px; line-height: 23px;}
.MissionBg {margin-bottom: 12px;}
.BigLogo {width: 100%;}
.Laptop {width: 100%; margin-top: -20px;}
.CircleRoundText h3 {font-size: 20px; margin-top: -75px;}
.CircleRound {height: 200px; width: 200px; margin-top: -130px;}
.Connected h4 {margin-top: 50px !important; font-size: 18px; width: 100%; line-height: 25px;}
.OurServices h3 {font-size: 20px;}
.OurServices p {font-size: 14px;}
.OurServicesPara {text-align: left; font-size: 14px;}
.ServiceImageText h3 {font-size: 20px;}
.ServiceImageText p {font-size: 14px;}
.Faq h2 {font-size: 20px;}
.accordion_head{font-size: 14px;}
.LaptopShadowRight{display: none;}
.LaptopShadow{display: none;}

.FooterLogo{width: 150px; margin: auto; display: block; margin-bottom: 20px;}
.footer_media{display: block; float: none; text-align: center; padding: 0px;}








}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
    .btn-outline-dark {
        border: none;
        padding: 0;
        outline: none;
      }
    
      .btn-outline-dark:hover {
        background: none;
        color: gray;
      }

}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {

}

/*for destop*/
@media (min-width: 1200px){
 

 }




