@media (min-width: 2000px) and (max-width: 2560px) {
  #bg-video{
    background-color: #000000;
    height: 20vh;
    z-index: 0;
  }
  .menu{
    display: none !important;
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .memo{
    top: 30%;
    left: 75%;
    /* margin-top: -250px;
    margin-left: 100px; */
  }
  .tradeButton{
    /* margin-top: -270px; */
    top: 35%;
    right: 10%;
  }
  .headSection {
    background-color: #000000;
  }
  #bg-video{
    object-fit: cover;
    background-color: #000000;
    padding: 70px 0;
    height: 320px;
    /* margin-top: 30px; */
  }
  .menu{
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px){

  .menu{
    display: none !important;
  }
  .header-logo {
    height: 12px;
  }
  .header nav{
    padding: 0;
    justify-items: center;
    width: 100%;
  }
  .header li {
    /* font-size: 1.55vw; */
    padding: 3px;
  }
  .header li a, .header li{
    font-size: 1.35vw;
  }
  #bg-video{
    /* width: auto; */
  }
  .buttonsDiv {
    margin: auto
  }
  .buttonsDiv button {
    font-size: 14px;
    width: 85px;
  }
  .buttonsDiv .languageButton{
    width: 50px;
  }
  .headSection {
    height: 400px;
  }
/*   .section{
  background-size: contain;
  } */
  .sectionBubble{
    font-size: 32px;
  }
  .sectionBubble-Left{
    margin-bottom: 325px;
  }
  .memoFlex{
    margin-left: 6em;
  }
  .memo{
    font-size: 14px;
    padding: 0;
  }
  .tradeButton{
    margin-right: 50px;
  }
  .showcaseSection-content_centerGrid {
    width: 40vw;
    /* height: 500px; */
  }
  .showcaseSection-Grid_flex h3 {
    margin: 5px 0;
    text-align: center;
  }
  .quotes {
    margin: 5px 0;
    padding: 0;
    max-height: 400px;
  } 
  .quotesImage{
    max-height: 400px;
  }
  .quotesFlex{
    max-height: 400px;
    /*    margin-bottom: 120px; */
  }
  .differences{
    height: 480px;
    padding: 5px 10px 15px;
  }
  .differences h1{
    margin-bottom: 0px;
  }
  .differencesGrid{
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    grid-row-gap: 10px;
    grid-column-gap: 4vw;
  }
  .differencesGrid-item{
    text-align: justify;
    max-width: 420px;
    font-size: 14px;
  }
  .webtrader-img{
    height: 400px;
  }
  .webtrader-minigrid {
    display: grid;
    grid-template-columns: repeat(2, 250px); /*2 550*/
    grid-template-rows: repeat(4 , 150px);    /*4 300 */
    column-gap: 60px;
    row-gap: 10px; 
    margin: 75px auto 0;
    width: 600px;
  }
  .webtrader-item {
    max-width: 250px;
  }
  .toolsDescription {
    grid-template-columns: 1fr 3fr ;
  }
  .glossaryGrid{
    grid-template-columns: 248px 248px 248px;
    font-size: 14px;
    column-gap: 5px;
  }
/*   .contactus-section{
    background-size: cover;
  } */
  .divider{
    margin-bottom: 25px;
  }
  .footer{
    margin: 0;
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 470px) {
  h1 {
    font-size: 30px;
    padding: 5px;
  }
  h3 {
    padding: 8px;
  }
   p {
      padding: 10px;
    }
  .desktop-nav{
    display: none;
  }
  .header{
    height: 40px;
  }
  .header nav{
    padding: 5px
  }
  .header ul{
    border-radius: 5px;
    padding: 5px 0;
    width: 120px;
  }
  /*burger*/
  .burger {
    background-image: url('../img/burger.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 26px;
    width: 25px;
  }
  .menu{
    display: none;
    flex-direction: column;
  }
  .burgerheader-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;  
  }
  .burgerheader-sleeve {
    display: flex;
    height: 40px;
  }
  .burger-ul{
    flex-direction: column !important;
    background-color: white;
    width: 100px;
    height: 100px;
    text-align: left;
    line-height: 18px;
    position: absolute;
    top: 35px;
  }
  .burgerheader-item{
    position: relative;
  }
  .burgerheader-item:hover .burgerheader-dropmenu {
    display: flex;
    flex-direction: column;
    color: #0047E9;
  }
  .burger-ul li {
    text-align: left;
  }
  .burger-ul .burgerheader-dropmenu {
    display: none;
    position: absolute;
    top: 10%;
    left: 100%;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 0;
    flex-direction: column;
  } 
  .burgerheader-dropmenu li {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .burgerheader-dropmenu li a  {
    width: 100%;
    margin: 0;
    padding: 8px 15px;
    color:#0047E9;
    text-decoration: none;
    white-space: nowrap;
  }
  .burgerheader-dropmenu li:hover,  .burgerheader-dropmenu li a:hover {
    background-color: #0047E9;/*  #5e83a5; */
    color: white;
    width: 97.5%;
  }
  .login {
    background-image: url('../img/login2.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    padding: 7px;
    border-radius: 5px;
    margin-right: 5px;
  }
 
  .burger-buttonsDiv{
    display: flex;
    padding: 1px;
    margin-right: 20px;
  }
  .burger-buttonsDiv button {
    width: 30px;
    height: 100%;  
  }
  .language-selectMenu {
    right: -50%;
    min-width: 50px;
  }

  /*burger end*/
  .header-sleeve {
    display: none;
    /* height: 40px; */
  }
  .header-content{
    flex-direction: row;
    justify-content: flex-start;
  }
  .header-logo {
    height: 13px;
    margin: auto 5px;
  }
  .header li {
    font-size: 11px;
    padding: 1px 3px;
  }
  .header li a {
    font-size: 11px;
  }
  .header-item a {
    font-size: 11px;
  }
  .buttonsDiv {
    display: none;
    margin: auto 10px;
  }
  .buttonsDiv button {
    /* display: none; */
    font-size: 12px;
    width: 30px;
  }
  #bg-video {
    background-color: #000000;
    transform: rotate(180deg);
    top: -5%;
    /* top: 15%; */
    left: 0;
    height: 380px !important;
  }
  .section{
    margin-top: 40px;
    height: 400px;
    background-size:cover;
  }
  .headSection{
    height: 380px;
    margin-top: 60px;
  }
  .headSection-content{
    /* margin-top: 122px; */
    align-items: start;
    justify-content: center;
    width: 100%;
  }
  .sectionSlogan{
    width: 100%;
    padding: 0;
  }
  .sectionBubble-Left {
    margin: 10px 0 0;
    display: none;
  }
  .sectionBubble-Left p {
    margin: 5px;
  }
  .sectionBubble{
    font-family: 'Lato  ';
    font-size: 25px;
    margin-left: 0px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    white-space: pre-wrap;
  }
  .secondRow{
    padding-right: 0;
    margin-right: 0;
  }
  .subHeader{
    margin: 0 20px;    
    padding: 10px 15px;
    width: auto;
    text-align: center;
    white-space: pre-wrap;
  }
  .memoFlex{
    align-items: center;
    margin-top: 125px;
  }
  .memo{
    font-size: 13.5px;
    font-weight: 300;
    text-align: center;
    white-space: pre-wrap;
  }
  .tradeButton{
    font-size: 14px;
    margin-right: 0px;
  }
  .introSection {
    margin: 120px 0 80px;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 200px;
    grid-row-gap: 100px;
    margin-bottom: 130px;
  }
  .introSection-text {
    grid-area: 1 / 1 / 2 / 2;
    padding-left: 0;
  }
  .introSection-image {
    grid-area: 2 / 1 / 3 / 2;
    margin: 12px;
  }
  .showcaseSection {
    height: 100%;
  }
  .showcaseSection-content{
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
    /* height: 100%; */
  }
  .showcaseSection-content_Grid{
    margin: 30px 0;
  }
  .showcaseSection-content_centerGrid {
    /* width: 300px; */
    width: 220px;
    height: 340px;
    margin-left: 28px;
  }
  .showcaseSection .table-flexItem{
    width: 65px;
    font-size: 10px;
  }
  .showcaseSection .table-flexGroup{
    width: 120px;
    height: 60px;
    padding: 10px 2px;
    font-size: 10px;
  }
  .showcaseSection .table-flexGroup p{
    font-size: 9px;
  }
  .showcaseSection .table-flexGroup img {
    height: 16px;
    width: 16px;
  }
  .showcaseSection-Grid_flex span{
    margin-bottom: 0; 
    margin-top: 10px;
    padding: 5px 10px;
  }
  .showcaseSection-Grid_flex h3{
    margin: 2px 0 5px;
    text-align: center;
  }
  .showcaseSection-Grid_flex p{
    margin: 0 0 5px;
  }
 
  .partAssets{
    padding-top: 700px;
  }
  .quotes{
    height: 460px
  }
  .quotesFlex{
    flex-direction: column;
    justify-content: center;
    height: 460px;
  }
  .quotesFlex-phrases {
    width: 100%;
  }
  .quotesImage {
    height: 100%;
  }
  .differences{
    height: 800px;
    padding: 5px;
  }
  .differences h1{
    margin-bottom: 0px;
  }
  .differencesGrid{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 130px);
    grid-row-gap: 10px;
  }
  .differencesGrid-item{
    text-align: justify;
    font-size: 12px;
  }
  .webtrader-img{
    height: 200px;
  }
  .webtrader-minigrid{
    grid-template-columns: repeat(2, 100px);
    grid-template-rows: repeat(4, 70px);
    max-width: 320px;
    margin: auto;
  }
  .webtrader-topImage{
    max-width: 300px;
    height: 200px;
  }
  .webtrader-infoImages{
    height: 100px;
  }
  .webtrader-displays h2{
    font-size: 12px;
  }
  .description{
    margin: auto;
    font-size: 15px;
    padding: 10px;
  }
  .description p{
    font-size: 11px;
  }
  .glossaryGrid{
    grid-template-columns: repeat(1, 320px);
  }
  .glossaryGrid div {
    margin: 1px 5px;
    font-size: 14px;
  }
  .glossaryContent{
    padding: 0;
    height: 100%;
  }
  .legalSection{
    background-image: url('../img/legal_320x380.jpg');
  }
  .iframe{
    width: 310px; 
  }
  .iframe-currency{
    height: 440px;
  }
  .toolsDescription {
    margin: auto;
    grid-template-columns: repeat(1, 320px);
    height: 100%;
  }
/*   .box > * {
    margin: 0;
  } */
  .box {
    margin: 5px  auto !important;
    grid-area: auto;
  }
  .box2, .box3 {
    max-width: 310px !important;
    margin: 0;
    padding: 0;
  }
  /*page headers */ 
  .webtraderSection-header {
    background-image: url('../img/webtrader_380x320.jpg');
  }
  .aboutusSection-header {
    background-image: url('../img/aboutus_320X380.jpg');
  }
  .commoditiesSection-header{
    background-image: url('../img/commodities_320x380.jpg');
  }
  .contactus-section {
    background-image: url('../img/contactus_320x910.jpg');
    background-size: cover;
  }  
  .cryptoSection-header{
    background-image: url('../img/crypto_320x380.jpg');
  }
  .ecocalendarSection {
    background-image: url('../img/economic-calendar_320x380.jpg');
  }
  .forexSection-header{
    background-image: url('../img/forex_320x380.jpg');
  }
  .glossarySection{
    background-image: url('../img/glossary_320x380.jpg');
  }
  .sharesSection-header{
    background-image: url('../img/shares_320x380.jpg');
  }
  .stocksSection-header {
    background-image: url('../img/stocks_320x380.jpg');
  }
  .toolsSection {
    background-image: url('../img/tools_320x380.jpg');
  }
  .webtraderSection-header {
    background-image: url('../img/webtrader_320x380.jpg');
    background-size: cover;
  }
  .footer {
    margin: 0 0 10px;
  }
  .footer .content {
    margin: 10px 0;
  }
  .footer img {
    height: 10px;
  }
  .footer p {
    font-size: 8.5px;
    margin: 4px auto;
  }
  .footer a {
    font-size: 8.5px;
  }
  .contactus-section {
    padding: 30px 0 30px;
    margin-bottom: 50px;
/*     white-space: pre-wrap; */
    background-size: cover;
    height: 100%;
  }
  .contactus-section h1{
    /* font-size: 26px; */
    width: auto;
  }
  #form-request {
    width: 80%;
    padding: 10px;
  }
  .form-request h3, img{
    padding: 0;
    margin: 0;
  }
 .divider {
    margin-bottom: 20px;
  }
  /* LEGAL CONTENT */
  ul li p {
    padding: 0px;
  }
  a {
    font-size: 12px
  }
}