	/* This is a Trade and Value, Corp. design */

/* Please refrain from copying this style sheet */

/*
mobile small	360px
mobile large	620px
small tablet	740px
large tablet	850px
small desktop	955px
medium desktop	1100px
large desktop	1240px
*/


@media(max-width: 1239px){

  .top-banner{
  width: 100%;
  }
  .top-banner h6{
    padding: 4px 10px;
  }
  
}

@media(max-width: 1199px){
  .top-banner{
  position: relative;
  width: 100%;
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;  
  }
  



}

@media(max-width: 1019px){
  .footer{

  }
  .footer-each{

  }
}


@media(max-width: 999px){
 
}

@media(max-width: 899px){
 .footer{
   width: 100%;
   justify-content: space-around;
 }
}



@media (max-width: 868px){
  .bottom-wave-text h5,
  .bottom-wave-text h5 letter{
    font-size: 7em;
  }
}


@media (max-width: 768px){

  html, body, .top-banner-holder, .top-banner-left, .top-banner-right, .mainContent-inner{
    width: 100%;
    height: auto;
font-size: 100%;
float: none;
}

 p{
 font-size: 1em;
 line-height: 1em;
 }

.show-mobile{
display: inherit;
visibility: visible;
}
.hide-mobile, .show-desktop{
display: none;
visibility:hidden;
}



  .top-banner h6{
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }


.logo img{
margin: 0px auto;
margin-bottom: 0px;
}


.main-nav-holder{
position: relative;
padding: 0px 6px;
}
.main-nav-holder nav{

}



  .mainContent{
    padding: 0px;
    width: 100%;
    min-height: 400px;
    margin: 0px auto;
  }

  .footer-holder-outter{
    position: relative;
  }

  .footer{
    flex-flow:  column;
    align-items: center;
    gap: 30px;
  }
  
  .footer-each h3{
  text-align: center;
  }

  .footer-each ul{
    width: 300px;
  }
  .footer-each ul li{
  display: block;
  width: 100%;
  padding: 10px 8px;
  margin-bottom: 10px;
  background-color: #9154a6;
  color: #ffffff;
  }
  .footer-each ul li a:link,
  .footer-each ul li a:active,
  .footer-each ul li a:visited,
  .footer-each ul li a:hover{
    color: #ffffff;
  }
  
  
  
  .footer-each:nth-of-type(2) ul li {
    background-color: transparent;
    padding: 2px 0px;
    text-align: center;
  }
  .footer-each:nth-of-type(2) ul li a:link,
  .footer-each:nth-of-type(2) ul li a:active,
  .footer-each:nth-of-type(2) ul li a:visited,
  .footer-each:nth-of-type(2) ul li a:hover{
    color: #000000;
  }




}



@media (max-width: 640px){


}


@media (max-width: 480px){
  

  
}






	/* End of Custom CSS  */







