/* title in manu remove*/
.Header__name {
display: none;
}
.Header__menu:before {
background-color: #093d54 !important;
height: 3px;
}
.mar-head{
margin-bottom:-20px !important;
  padding:0px 50px 10px 50px;
}

.head{
  text-align:left; 
}

.td-head{
   padding:0px 50px 20px 50px;
}

.new-table{
  width:1200px;
}
/* link colors */
.commonStyle__zt3Brand {
    color: #08C0CB !important;
}
/* footer button */
.Button__footerBtn {
    background: #093D54;
}
/* back to top icon arrow*/
.commonStyle__zt3BrandBg {
    background-color: #093D54;
}
/*search icon color*/
.Icon__brand {
    color: #093D54;
}

/*footer text heading*/
@media only screen and (max-width: 600px) {
 .col-1 {
    width: 100% !important;    
  }
  .container-main
{
  margin-left: 40px !important;  
  margin-right: 40px !important;   
}
}
@media only screen and (max-width: 600px) {
 .col-2 {
    width: 100% !important;    
  }
  .container-main
{
  margin-left: 40px !important;  
  margin-right: 40px !important;   
}
}
@media only screen and (max-width: 600px) {
 .our-compliance {
    width: 100% !important;    
  }
}

@media only screen and (max-width: 600px) {
 .we-accept {
    width: 100% !important;    
    margin-right: 50px !important; 
  }
}
/* --- */
.container-main
{
  display: flex; 
  flex-wrap: wrap;
  margin-top: auto; 
  width: 100%;
  margin-left: 100px; 
  margin-right: 100px;
}
.col-1{
width: 31%;
}
.col-2{
  width: 23%;
}
.our-compliance{
  width: 60%; 
  flex-wrap: wrap
}
.we-accept{
  width: 40%; 
  flex-wrap: wrap
}
/* mail to in footer */
portal a {
color: rgb(85, 194, 195);
}
