/*10.29.2020 return to sender*/

.radio-return{
  cursor:pointer;
  line-height:1.24;
  font-size:16px;
  display:flex;
  align-items: center;
  background-color: #fff;
  background: #fff;
padding: 0;
margin-bottom: 10px;
}
.radioreturn-name{
  margin-left: 5px;
  line-height:1.24;
  font-size:16px;
    color: #373737;
}


.return-textbox{
  line-height: 1.24;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border:1px solid #c9c9c9;
  background-color: #fff;
  width: 100%;
  font-size:18px;
  text-align: left;
    color: #373737;
    min-height: 150px;
}

/*
.return-textbox::placeholder{

  text-align: left;
  color: #373737;
}
.return-textbox::-moz-placeholder {

    text-align: left;
    color: #373737;
}

.return-textbox::-webkit-input-placeholder {

    text-align: left;
    color: #373737;
}

.return-textbox:-ms-input-placeholder {

    text-align: left;
    color: #373737;
}
*/





.radio-return-div{
  width: 100%;
  display: block;
  margin-top: 15px;
}



.disposition-start{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width:766px){

  .disposition-body{
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
  }
  .dispo-icon-div{
    width:80px;
    display: block;
  }
  .dispo-title{
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 32px;
    font-weight: bold;
    color: #b32f1e;
  }

}


@media (max-width:766px){

  .disposition-body{
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 100px;
  }
  .dispo-icon-div{
    width:60px;
    display: block;
  }
  .dispo-title{
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 24px;
    font-weight: bold;
    color: #b32f1e;
    margin-left: 5px;
  }

}

.dispo-icon{
  width: 100%;
  margin: 0 auto;
}


.dispo-title-marginbottom{
  margin-bottom: 50px;
}

.dispo-dataprivacy-div{
  max-width: 880px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.dispo-privacy{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 24px;
  font-weight: bold;
  color: #5e5e5e;
  margin-bottom: 15px;
}
.dispo-privacy-text{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #5e5e5e;
  margin-bottom: 15px;
}

.dispo-divider{
  margin-top: 30px;
  width: 100%;
  display: block;
  height: 5px;
  background-color: #000000;
  margin-bottom: 30px;
}
.customer-return-start-div{
  margin: 0 auto;
max-width: 880px;
width: 100%;
display: block;
}
.customer-return-set{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.customer-return-title{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 22px;
  color: #d03a3c;
  font-weight: bold;
  margin-bottom: 15px;
}
.customer-return-subtitle{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #373737;
  margin-bottom: 10px;
}


.customer-return-subtitle-optional{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #d8d8d8;
  margin-left: 5px;
}

.customer-return-subtitle-note{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  font-style: italic;
}
.customer-return-input{
  width: 100%;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #373737;
  border: 1px solid #c9c9c9;
  outline:0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;

}


.radiominimal {
  font-family: 'MyriadPro';
width: 100%;
  /* styling */
  background-color: white;
  border: 1px solid #c9c9c9;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
outline: 0;
  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.radiominimal option{
  line-height: 1.24;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
    color: #373737;
    opacity: 1;
}

.minimal-margin{
  margin-bottom: 15px;
}
/* arrows */


.return-custoner-btn-div{
  margin-top: 55px;
  display: block;
  width: 100%;
  text-align: center;
}


.return-customer-btn{
  border-radius: 5px;
cursor: pointer;
  display: table;
  margin: 0 auto;
  background-color: #c4161c;
  padding: 10px 20px;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.return-disable{
  pointer-events: none !important;
  background-color: #b4b4b4 !important;
}

/*
.radiominimal:focus {
  background-image:
    linear-gradient(45deg, #c9c9c9 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #c9c9c9 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #c9c9c9;
  outline: 0;
}
*/

/*end 10.29.2020 return to sender*/



/*10.22.2020 middle east*/


.me-up-reg-text-center{
  line-height: 1.24;
  font-family: 'MyriadPro';
  text-align: center;
  width: 100%;
  display: block;
  font-size:16px;
  color: #433a3a;
}


.me-uli-title{
  line-height: 1.24;
  font-family: 'MyriadPro';
  text-align: left;
  width: 100%;
  display: block;
  font-size:18px;
  font-weight: bold;
  color: #433a3a;

}
.me-uli-text{
  line-height: 1.24;
  font-family: 'MyriadPro';
  text-align: left;
  width: 100%;
  display: block;
  font-size:16px;
  color: #433a3a;
}
ul.me-ulist{
  list-style: inside;
  line-height: 1;
  font-family: 'MyriadPro';
  font-size: 16px;
  color:#433a3a;
  margin-bottom: 5px;
  padding-left: 15px;
  list-style-position: outside;
}

.me-up-reg-text{
  line-height: 1.24;
  font-family: 'MyriadPro';
  text-align: left;
  width: 100%;
  display: block;
  font-size:16px;
  color: #433a3a;
}
ul.me-ulist li{
  margin-bottom: 10px;
}



@media (min-width:566px){
  .me-up-flex-process{
    display: flex;

    flex-wrap: nowrap;
    margin-bottom: 25px;
  }
  .me-up-flex-sets{
    width: 100%;
    display: block;
  padding-right: 15px;
  }
}
@media (max-width:566px){
  .me-up-flex-process{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .me-up-flex-sets{
    width: 100%;
    display: block;
  margin-bottom: 15px;

  }
}




@media (min-width:766px){

  .me-up-flex-3{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .me-up-flex-2{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .me-up-container-by3{
    width: 100%;
    max-width: 270px;
    display: block;
    text-align: center;
    padding: 30px 10px;
  }

  .me-up-container-by2{
    width: 100%;
    max-width: 420px;
    display: block;
    text-align: center;
    padding: 30px 15px;
  }

.main-me-contain-1{
  order: 1;
}
.main-me-contain-2{
  order: 2;
}

.mobile-me-contain-1{
  order: 1;
}
.mobile-me-contain-2{
  order: 2;
}

}

@media (max-width:766px){


  .me-up-flex-3{
    width: 100%;
    display: block;

  }

  .me-up-flex-2{
    width: 100%;
    display: block;
  }

  .me-up-container-by3{
    margin: 0 auto;
    width: 100%;

    display: block;
    text-align: center;
    padding: 30px 10px;
  }

  .me-up-container-by2{
    margin: 0 auto;
    width: 100%;

    display: block;
    text-align: center;
    padding: 30px 15px;
  }
  .main-me-contain-1{
    order: 1;
  }
  .main-me-contain-2{
    order: 2;
  }

  .mobile-me-contain-1{
    order: 1;
  }
  .mobile-me-contain-2{
    order: 2;
  }



}




.me-up-flex-box-red{
  background-color: #d00149;
}

.me-up-flex-box-white{
  background-color: #fbfbfb;
}

.me-up-img-div{
  width: 100%;
  max-width:80px;
  min-width: 80px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right:auto;
  margin-bottom: 10px;
}
.me-up-img{
  width: 100%;
  margin: 0 auto;
}


.main-me-up-title-black{
  line-height: 1.24;
  font-family: 'MyriadPro';
  text-align: center;
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #433a3a;
}
.main-me-up-text-black{
  line-height: 1.24;
  font-family: 'MyriadPro';
  text-align: center;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #433a3a;
}

.me-up-title-white{
  line-height: 1.5;
  font-family: 'MyriadPro';
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.me-up-title-black{
  line-height: 1.5;
  font-family: 'MyriadPro';
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #433a3a;
}

.me-up-balikboxgray{
  background: #fafafa;
}


@media (min-width:766px){
  .me-up-balikboxcontain{
    padding: 25px 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

}
@media (max-width:766px){
  .me-up-balikboxcontain{
    padding: 25px 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

}

.me-up-balikboxsets-a{
  width: 100%;
max-width: 400px;
display: block;
}

.me-up-balikboxsets-b{
  width: 100%;
max-width: 400px;
display: block;
}
.me-up-balikbox-img-div{
  text-align: center;
  margin:0 auto;
  display: block;
  width: 100%;
}
.me-up-balikbox-img{
  width: 100%;
  margin: 0 auto;
}
.me-up-balikboxsets-title{
  line-height: 1.5;
  font-family: 'MyriadPro';
  text-align: left;
  width: 100%;
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #433a3a;
}
.me-up-balikboxsets-text{
  line-height: 1.5;
  font-family: 'MyriadPro';
  text-align: left;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #433a3a;
}

.me-up-balikbox{
  padding: 25px 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
  position: relative;
  display: block;
}

.me-up-880-contain{
  padding: 25px 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
  position: relative;
  display: block;
}
.me-up-dprocess-gray{
  background-color: #f9f9f9;
}
.me-up-dprocess-white{
  background-color: #fff;
}
.me-up-marginbottom25{
  margin-bottom: 25px;
}
.me-up-marginbottom15{
  margin-bottom: 15px;
}
.me-up-marginbottom10{
  margin-bottom: 10px;
}
.me-up-marginbottom5{
  margin-bottom: 5px;
}
.me-up-text-white{
  line-height: 1.5;
  font-family: 'MyriadPro';
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
  color: #fff;
}

.me-up-text-black{
  line-height: 1.5;
  font-family: 'MyriadPro';
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
  color: #433a3a;
}
/*end 10.22.2020 middle east*/







/*10.15.2020 for table*/
.new-2020-tbl{
  border-collapse: collapse;
  line-height: 1.24;
  width: 100%;
  margin-bottom: 20px;
}

.table-country-title{
  min-width: 100px;
 border:none;
text-align: left;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 20px;
padding-left: 5px;
font-weight: bold;
padding-bottom: 10px;
padding-top: 5px;
padding-right: 5px;
color: #433a3a;
 background: #fff;
}


.upper-table-2020-left{
  min-width: 100px;
 border:none;
text-align: left;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 20px;
padding-left: 5px;
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 5px;
color: #433a3a;
 background: #fff;

}




.table-tr-alt:nth-child(odd) {
    background: #f2f2f2;
    width: 100%;
}



.upper-table-2020-right{
  min-width: 100px;
text-align: center;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
padding-left: 5px;
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 5px;
color: #433a3a;
 background: #fff;
  border: 1px solid #d3c9c9;
}

.lower-table-2020-long{
  min-width: 100px;
text-align: center;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
padding-left: 5px;
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 5px;
color: #433a3a;

  border: 1px solid #d3c9c9;
}

.lower-table-2020-short{
  min-width: 100px;
text-align: center;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
padding-left: 5px;
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 5px;
color: #433a3a;

  border: 1px solid #d3c9c9;
}



.mid-table-2020-long{
  min-width: 100px;
text-align: left;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
padding-left: 5px;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 5px;
color: #433a3a;

  border: 1px solid #d3c9c9;
}
.mid-table-2020-short{
  min-width: 100px;
text-align: center;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
padding-left: 5px;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 5px;
color: #433a3a;

  border: 1px solid #d3c9c9;
}


/*end 10.15.2020 for table*/


.new-n2020-table-lead{
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin-right: 15px;
  min-height: 500px;
}




@media (min-width:766px){
.desktop-nowrap{
  flex-wrap: nowrap !important;
}
}
@media (max-width:766px){
.desktop-nowrap{

}
}


/*10.5.2020 update*/

.btn-show-os{
  display: flex !important;
}
.os-btn-search-hide{
  display: none !important;
}

.rework-search-container{
  min-width: 25px;
  max-width: 25px;
  width: 25px;
  position: relative;
  text-align: center;
    cursor: pointer;
    z-index: 1025;
}
.rework-search-img{

  width: 100%;
}

.rework-search-input{

  position: relative;
  z-index: 1025;
  width: 100%;
  margin-right: 10px;
  max-width: 450px;
  background: #fff;
  display: none;
  flex-wrap: nowrap;
  align-items: center;
  height: 35px;
}

.rework-search-close{
  position: relative;
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
/*  display: flex;
  align-items: center;
  flex-wrap: nowrap;*/
}
.rework-search-close-img{
  width: 100%;

}
/*
.rework-search-close::after{
  height: 50%;
  width: 100%;
content: '';
position: absolute;
  border-right: 1px solid black;
}
*/

.rework-search-input-style{

  position: relative;
  width: 100%;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #281908;
  line-height: 1.24;
  outline: none;
  border:none;
}



/*end 10.5.2020 update*/

/*9.25.2020 update*/
/*
:root{
background-color: #d00149;
background: #d00149;
}
*/
.country-f-s-link, .country-f-s-link:hover{
  outline: 0;
  text-decoration: none;
}
.re-country-continue{
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  border-radius: 10px;
padding: 5px 10px;
margin-left: 10px;

}

@media (min-width:766px){
.re-country-continue-text{

  font-family: 'MyriadPro';
  font-size: 16px;
  line-height: 1.24;
  color: #d00149;
}
}

@media (max-width:766px){
.re-country-continue-text{

  font-family: 'MyriadPro';
  font-size: 14px;
  line-height: 1.24;
  color: #d00149;
}
}
@media (min-width:766px){
.re-load-contain{
  margin: 0 auto;
  display: flex;
  max-width: 880px;
  width: 100%;
  align-items: center;
}
}
@media (max-width:766px){
.re-load-contain{
  margin: 0 auto;
  display: flex;
  max-width: 880px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
}
@media (min-width:766px){
  .re-country-note{
    max-width: 350px;
    margin-right: 20px;
    font-family: 'MyriadPro';
    font-size: 16px;
    line-height: 1.24;
  color: #fff;
  }

.re-load{
  position: relative;
  z-index: 1030;
  align-items: center;

  background-color: #d00149;
  background: #d00149;
  width: 100%;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
}

@media (max-width:766px){
  .re-country-note{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'MyriadPro';
    font-size: 14px;
    line-height: 1.24;
  color: #fff;
  }

.re-load{
  position: relative;
  z-index: 1030;
  align-items: center;

  background-color: #db416a;
  background: #db416a;
  width: 100%;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
}



.re-country-close-img{
  width: 100%;
}
.re-firstloadx{
  cursor: pointer;
}

@media (min-width:766px){
  .re-country-close{
    width: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
.desktop-country{
}
.mobile-country{
  display: none;
}
.re-select-country-rework{

}
}

@media (max-width:766px){
  .re-country-close{
    min-width: 15px;
    max-width: 15px;
   margin-left: 10px;
    margin-right: auto;
  }
  .re-select-country-rework{
    min-width: 160px;
    max-width: 200px;
    position: relative;
  }
.desktop-country{
  display: none;
}
.mobile-country{

}
}
/*end 9.25.2020 update*/




/*aug 29 2020 update e-commerce*//*aug 29 2020 update e-commerce*//*aug 29 2020 update e-commerce*/
/*aug 29 2020 update e-commerce*//*aug 29 2020 update e-commerce*//*aug 29 2020 update e-commerce*/
/*aug 29 2020 update e-commerce*//*aug 29 2020 update e-commerce*//*aug 29 2020 update e-commerce*/
.aug-ecom-update-contain {
display: flex;
flex-wrap: wrap;
max-width: 880px;
width: 100%;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 20px;
}

.aug-ecom-title-black{
  font-family: 'MyriadPro';
  font-size: 32px;
  font-weight: bold;
color: #222222;
line-height: 1.24;
width: 100%;
text-align: center;
margin-bottom: 20px;
}

.aug-ecom-text-black{
  font-family: 'MyriadPro';
  font-size: 18px;
color: #404040;
line-height: 1.24;
width: 100%;
text-align: center;
margin-bottom: 20px;
}



.aug-ecom-img-size{
  width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.aug-ecom-img{
  width: 100%;
  display: block;
}

.aug-ecom-sub-title-black{
  font-family: 'MyriadPro';
  font-size: 20px;
  font-weight: bold;
color: #404040;
line-height: 1.24;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.aug-ecom-sub-text-black{
  font-family: 'MyriadPro';
  font-size: 16px;
color: #404040;
line-height: 1.24;
width: 100%;
text-align: center;
margin-bottom: 20px;
}


.aug-ecom-link-div{
  width: 100%;
  text-align: center;
}
.aug-ecom-learnmore, .aug-ecom-learnmore:hover{
  background-color: #d00149;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 14px;
  color: #fff;
  outline: 0;
  text-decoration: none;
  padding:5px 20px;
  border-radius: 5px;
}



@media (min-width:766px){
  .aug-ecom{
    width:50%;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width:766px){
  .aug-ecom{
    width:100%;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}

/*end aug 29 2020 update e-commerce*//*end aug 29 2020 update e-commerce*//*end aug 29 2020 update e-commerce*/
/*end aug 29 2020 update e-commerce*//*end aug 29 2020 update e-commerce*//*end aug 29 2020 update e-commerce*/
/*end aug 29 2020 update e-commerce*//*end aug 29 2020 update e-commerce*//*end aug 29 2020 update e-commerce*/


/*aug 29 2020 update remittance tiles *//*aug 29 2020 update remittance tiles *//*aug 29 2020 update remittance tiles */
/*aug 29 2020 update remittance tiles *//*aug 29 2020 update remittance tiles *//*aug 29 2020 update remittance tiles */
/*aug 29 2020 update remittance tiles *//*aug 29 2020 update remittance tiles *//*aug 29 2020 update remittance tiles */
.aug-remit-update-contain {
display: flex;
flex-wrap: wrap;
max-width: 880px;
width: 100%;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 20px;
}


.aug-remit-title-red{
  font-family: 'MyriadPro';
  font-size: 18px;
  font-weight: bold;
color: #d00149;
line-height: 1.24;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.aug-remit-text-black{
  font-family: 'MyriadPro';
  font-size: 14px;
color: #433a3a;
line-height: 1.24;
width: 100%;
text-align: center;
margin-bottom: 15px;
}
.aug-remit-title-white{
  font-family: 'MyriadPro';
  font-size: 18px;
  font-weight: bold;
color: #fff;
line-height: 1.24;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.aug-remit-text-white{
  font-family: 'MyriadPro';
  font-size: 14px;
color: #eee;
line-height: 1.24;
width: 100%;
text-align: center;
margin-bottom: 20px;
}

.aug-remit-img-size{
  max-width: 100px;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
}
.aug-remit-img{
  display: block;
  width: 100%;
}


.aug-remit-red{
  width:50%;
  background: #d00149;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 5px;
}
.aug-remit-white{
  width:50%;
  background: #fff;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 5px;
}





/*
@media (min-width:766px){
  .aug-remit-red{
    width:50%;
    background: #d00149;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 5px;
  }
  .aug-remit-white{
    width:50%;
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 5px;
  }
}


@media (max-width:766px){
  .aug-remit-red{
    width:100%;
    background: #d00149;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 5px;
  }
  .aug-remit-white{
    width:100%;
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 5px;
  }
}
*/
/*end aug 29 2020 update remittance tiles *//*end aug 29 2020 update remittance tiles *//*end aug 29 2020 update remittance tiles */
/*end aug 29 2020 update remittance tiles *//*end aug 29 2020 update remittance tiles *//*end aug 29 2020 update remittance tiles */
/*end aug 29 2020 update remittance tiles *//*end aug 29 2020 update remittance tiles *//*end aug 29 2020 update remittance tiles */


/*cash on delivery link*//*cash on delivery link*//*cash on delivery link*/
/*cash on delivery link*//*cash on delivery link*//*cash on delivery link*/
/*cash on delivery link*//*cash on delivery link*//*cash on delivery link*/
.n2020content16-href, .n2020content16-href:hover{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
color: #2ea2f6;
outline: 0;
text-decoration: none;
}
/*end cash on delivery link*//*end cash on delivery link*//*end cash on delivery link*/
/*end cash on delivery link*//*end cash on delivery link*//*end cash on delivery link*/
/*end cash on delivery link*//*end cash on delivery link*//*end cash on delivery link*/


/*text shadow set *//*text shadow set *//*text shadow set */
/*text shadow set *//*text shadow set *//*text shadow set */
/*text shadow set *//*text shadow set *//*text shadow set */
.text-shadow-1{
  text-shadow: 0 -3px 0 #3c3c3c4a, 0 6px 8px rgba(0,0,0,.4), 0 9px 10px rgba(0,0,0,.15), 0 10px 10px rgba(0,0,0,.18), 0 15px 10px rgba(0,0,0,.21)
}

.text-shadow-2{
text-shadow: 0 -1px 0 #dbdbdb, 0 6px 10px rgba(236, 236, 236, 0.4), 0 2px 10px rgba(0,0,0,.15), 0 5px 5px rgba(0,0,0,.10), 0 5px 10px rgba(0,0,0,.10)
}


.text-shadow-3{
text-shadow: rgba(174, 174, 174, 0.4) 0px 0px 5px, rgba(169, 169, 169, 0.4) 0px 0px 10px, rgba(127, 127, 127, 0.4) 0px 0px 15px, rgba(143, 143, 143, 0.4) 0px 0px 20px, rgba(129, 129, 129, 0.4) 0px 0px 30px, rgba(123, 123, 123, 0.4) 0px 0px 40px, rgba(124, 124, 124, 0.4) 0px 0px 50px, rgba(108, 108, 108, 0.4) 0px 0px 75px;
}


.text-shadow-4{
text-shadow: 0 10px 20px #b3b3b3cc, 0px 0 1px
}
/*end text shadow set *//*end text shadow set *//*end text shadow set */
/*end text shadow set *//*end text shadow set *//*end text shadow set */
/*end text shadow set *//*end text shadow set *//*end text shadow set */





/*so shop*//*so shop*//*so shop*/
/*so shop*//*so shop*//*so shop*/
/*so shop*//*so shop*//*so shop*/

.soshopn2020spottitle-container{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soshopdiv-title-container{
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}



@media (min-width:766px){

  .soshopn2020spottitle{
  line-height: 1.24;
  font-size: 42px;
  color: #fff;
    font-family: 'MyriadPro';
    width: 100%;
  }
  .soshopn2020spottitle.left.bot15-mobile-10{
  margin-bottom: 15px;
  }
}


@media (max-width:766px){

  .soshopn2020spottitle{
width: 100%;
text-align: center;
  line-height: 1.24;
  font-size: 26px;
  color: #fff;
    font-family: 'MyriadPro';
  }
  .soshopn2020spottitle.left.bot15-mobile-10{
  margin-bottom: 10px;
  }
}
.soshopn2020subtitle{
  line-height: 1.24;
  font-size:16px;
  color: #fff;
  text-align: left;
    font-family: 'MyriadPro';
}
.soshopn2020subtitle.bot15{
  margin-bottom: 15px;
}

.soshop-btn-div{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #433a3a;
  margin-bottom: 8px;
}
.soshopspotlight-link-div{
  background: #d00149;
  border-radius: 5px;
    padding: 5px 5px;
display: table;
}


.soshopn2020spottitle.top{
position: absolute;
top: 10%;
}
.soshopn2020spottitle.bottom{
position: absolute;
bottom: 20%;
}

.soshopn2020spottitle.center{
position: absolute;
top: 40%;
}
.soshopn2020spottitle.center.left{
text-align: left !important;
}
.soshopn2020spottitle.left{
text-align: left !important;
}


.so-section{
  width: 100%;
  position: relative;
}
.so-section.gray{
  background: #fafafa;
}
.so-container-1{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}

.so-set-flex{
  display: flex;
}

.so-set-box-img{
    width: 100%;
    display: block;
    text-align: center;
  }
.so-set-box-img img{
width: 100%;
}

.so-text-title{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 32px;
  margin-bottom: 15px;
}
.so-text-red{
  color: #d00149 !important;
}
.so-text-sub{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #433a3a;
  margin-bottom: 15px;

}

.so-link-div{
  background: #d00149;
  border-radius: 5px;
    padding: 5px 5px;
display: table;
}
.so-center{
  margin: 0 auto;
}
.so-text-center{
  text-align: center;
}
.so-link-div-text, .so-link-div-text:hover{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #fff;
  outline: 0;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

.so-clear-content{


  width: 100%;
  position: relative;
  text-align: center;
}


.so-red-divided{
  background-color: #d00149;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
  position: relative;
}

.so-red-divided-title{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 24px;
  color: #fff;
}
.so-table-container{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.so-tablecollapses{
width: 100%;
line-height: 1.24;
table-layout:fixed;
border-collapse: collapse;
}
.so-tablecollapses tr td{

}

.so-table-title{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #433a3a;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;

}

.so-bottom-right-border{
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.so-right-border{

  border-right: 1px solid #e0e0e0;
}
.so-bottom-border{
  border-bottom: 1px solid #e0e0e0;
}
.so-description-table{
  color:#433a3a !important;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.so-data-table-black{
  text-align: center;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #212529;
  font-weight: bold;
}
.so-data-table-red{
  color: #d00149;
  text-align: center;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
    font-weight: bold;
}

.so-3divs-text{
    color:#433a3a !important;
  width: 100%;
  text-align: center;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
}

.so-table-division-200{
  min-width: 150px;
  width: 200px;
}

.so-table-division-50-50{
  min-width: 50%;
  max-width: 50%;
}
.so-data-table-red-mobile{
  color: #d00149;
  text-align: center;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.so-data-table-black-mobile{
  color:#433a3a !important;
    text-align: center;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width:766px){


  .so-3divs-container{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    max-width: 880px;
    margin: 0 auto;
  }
  .so-3-divs{
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    min-width: 33%;
    max-width: 33%;
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
   align-content: baseline;
  }
  .so-3-divs-img{
    max-height: 166px;
    display: block !important;
    width: 100%;
    height: 100%;
     margin-bottom: 15px;
  }
  .so-clear-contain{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    max-width: 880px;
    width: 100%;
    position: relative;
  }

  .so-set-text-contain-left{
    padding-left: 15px;
  }
  .so-set-1{
    width: 50%;
  }


.so-order-1-desktop{
  order: 1;
}
.so-order-2-desktop{
  order: 1;
}

.so-so-table-container-mobile{
  display: none;
}


}
@media (max-width:766px){
  .so-desktop{
    display: none;
  }
.so-so-table-container-mobile{
  display: block;
  width: 100%;
}








  .so-3divs-container{

    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 880px;
    margin: 0 auto;
  }
  .so-3-divs{
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
   align-content: baseline;
   margin-bottom: 25px;
  }
  .so-3-divs-img{
    display: block !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
     margin-bottom: 15px;
  }

  .so-clear-contain{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    max-width: 880px;
    width: 100%;
    position: relative;
  }



.so-padding-top-bottom50{
  padding-top: 50px;
  padding-bottom: 50px;
}
  .so-img-reduce-mobile{
    max-width: 360px !important;
    margin: 0 auto !important;
  }

.so-text-center-mobile{
  text-align: center !important;
}


.so-center-mobile{
  margin: 0 auto;
}
.so-margin-bottom-mobile-25{
  margin-bottom: 25px !important;
}

  .so-set-text-contain-left{
    padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
  }


  .so-set-1{
    width: 100%;
  }

.so-order-1-mobile{
  order: 1 !important;
}
.so-order-2-mobile{
  order: 2 !important;
}
}










/*select custom 1*/

.so-select-no-border{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}


@media (max-width:686px){
  .so-container-select{
    display: flex;
    align-items: center;
    /*! max-width: 300px; */
    width: 100%;
    /*! margin-left: auto; */
    /*! margin-right: auto; */
    justify-content: center;
    background: #fff;
  /*  border: 1px solid #cac4c4;
    border-radius: 5px;*/
  }



  .so-container-select-div{
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
justify-content: center;
    min-height: 30px;
    max-height: 50px;

  }

}
@media (min-width:686px){
  .so-container-select{
    display: flex;
    align-items: center;
justify-content: center;
    width: auto;
        /*! max-width: 300px; */
    /*! margin-left: auto; */
    /*! margin-right: auto; */

/*    background: #fff;
    border: 1px solid #cac4c4;
    border-radius: 5px;
    */
  }


  .so-container-select-div{
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
justify-content: center;
  height: 30px;
  }

}






.so-title-select{
  font-family: 'MyriadPro';
  font-size: 16px;
  line-height: 1.24;
  /*
width: 100%;
*/
}
.so-set-section{
  margin-top: 35px;
  z-index: 1024;
  position:absolute;
  display:none;
  padding:15px;
background:#fff;
line-height: 1.24;
/*width: 100%;*/
overflow-y: auto;
max-height:200px;
border: 1px solid #b9b9b9;
}
.so-set-section-list, .ext-wahp-date:hover{
  width: 100%;
  cursor: pointer;
  opacity:1;
  line-height: 1.24;
  padding-bottom: 5px;
}
.so-set-section-item{
  color: #2e2e2e;
  font-family: 'MyriadPro';
  font-size: 16px;
  line-height: 1.24;
width: 100%;
display: block;
}
.so-set-section-item-small{
  display: block;
  color: #2e2e2e;
  font-family: 'MyriadPro';
  font-size: 12px;
  line-height: 1.24;
width: 100%;
}


.so-container-select-div .so-select-arrow{
position: relative;
  width:10px;
  height: 5px;
  margin-right: 10px;
  margin-left: -10px;
  /*
  position: absolute;
  right: 10px;
  top:45%;
  margin-right: 3px;
  */
}

.so-container-select-div.actlive .so-select-arrow{
     transform: rotate(180deg);
}


/*end select custom 1*/











/*end so shop*//*end so shop*//*end so shop*/
/*end so shop*//*end so shop*//*end so shop*/
/*end so shop*//*end so shop*//*end so shop*/








.n2020alert{
  background-color: #2199e8;
  width: 100%;
  display: block;
}
.n2020alertcontainer{
padding: 10px 5px;
max-width: 880px;
margin: 0 auto;
width: 100%;
text-align: center;
}
.n2020alerttitle{
  line-height: 1.24;
  font-size: 16px;
  color: #e0e0e0;
    font-family: 'MyriadPro';
}
.n2020alertlink, .n2020alertlink:hover{
  outline: 0;
  text-decoration: none;
  line-height: 1.24;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
    font-family: 'MyriadPro';
}

.n2020-tracktrace-div{
  width: 100%;
  background-color: #e99a4f;
}
.n2020-tracktrace-container{
  padding: 8px 5px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  max-width: 600px;
  width: 100%;
  flex-wrap: nowrap;
}

.n2020-tracktrace-link, .n2020-tracktrace-link:hover{
  font-size: 18px;
  outline: 0;
  text-decoration: none;
      font-family: 'MyriadPro';
      line-height: 1.24;
      margin: 0 auto;
      color: #fff;
}
.n2020-tt-active{
  color: #d8d8d8 !important;
}

.n2020-tracking-trace-new{
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  justify-content: center;
  padding-bottom: 55px;
}
.n2020-tracking-main-body-list{
  max-width: 800px;
  width: 100%;

  display: inline-block;
}


.n2020-table-lead{
  display: inline-block;
  width: 100%;
    max-width: 450px;
  /*max-width: 325px;*/
  margin-left: 15px;
  margin-right: 15px;
  min-height: 500px;
}
.n2020-table-title{
  padding:5px 5px;
  text-align: center;
  width: 100%;
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #2199e8;
  font-size: 16px;
}




.n2020table-tracktrace{
  min-width: 100px;
  border: 1px solid #989898;
text-align: center;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
padding-left: 5px;
padding-right: 5px;
color: #433a3a;
  background: #dadada;
}

.n2020border-added{
    border: 1px solid #989898;
}
.n2020tbsolotd{
  padding: 5px 2px;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #433a3a;
}


.n2020-extended-container{
  padding: 55px 15px 20px 15px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width:686px){
  .n2020-extended-title{
    text-align: center;
    font-family: 'MyriadPro';
    line-height: 1.24;
    font-size: 42px;
    color: #433a3a;

  }
}

@media (max-width:686px){
  .n2020-extended-title{
    text-align: center;
    font-family: 'MyriadPro';
    line-height: 1.24;
    font-size: 28px;
    color: #433a3a;

  }
}


.n2020-extended-sub{
  text-align: center;
  font-family: 'MyriadPro';
  line-height: 1.24;
  font-size: 22px;
  color: #858585;
}


.n2020-leadtime-container{
  width: 100%;
margin-bottom: 20px;
}
.n2020-leadtime-title{
  margin: 0 auto;
  display: table;
  padding: 15px 15px;
  text-align: center;
  font-family: 'MyriadPro';
  line-height: 1.24;
  color: #2199e8;
  border:1px solid #2199e8;
  border-radius: 10px;
}




.n2020lead-modal{
  display: none;
  position: absolute;
  opacity: 0;
  background: #fff;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.lead-modal-trigger{
  cursor: pointer;
}


.n2020-lead-modal-close-container{
width: 100%;
position: relative;
padding: 15px 15px;
}
.n2020-lead-modal-close{
  width: 25px;
  height: 25px;
}
.n2020-lead-modal-close-trigger{
  cursor: pointer;
}
.n2020-lead-modal-container{
background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}


@media (max-width:686px){
.no-scroll{
  display: none;
}
.n2020lead-modal.show{
  opacity: 1 !important;
    z-index: 1030;
    display: block;
}

}


@media (min-width:766px){
.ecom2div{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  justify-content: space-between;

}

.ecom2set{
  background-color: #f4f4f4;
  width: 49%;
  min-height: 300px;
  max-height: 400px;
  align-items: normal;
  justify-content: center;
  display: flex;
}

.ecom2img{
  width: 45%;
  display: block;
  object-fit: cover;
}
.ecom2text{
  width: 55%;
  display: flex;
  box-sizing: border-box;
  padding: 15px;

}




.ecom2textcontainer{
  width: 100%;
  display: block;
}
.ecom2texttitle{
    font-family: 'MyriadPro';
    line-height: 1.24;
    font-size: 34px;
    color:#222222;
    width: 100%;
    margin-bottom: 15px;
}

.ecom2textsub{
    width: 100%;
    font-family: 'MyriadPro';
    line-height: 1.24;
    font-size: 16px;
    color:#404040;
    margin-bottom: 25px;
}


.ecomlinkcontain{
  width: 100%;
  /*! display: table; */
  /*! box-sizing: border-box; */

  position: relative;
  height: 50px;
  display: flex;
  align-items: center;

}

.ecomlink, .ecomlink:hover{
  background-color: #d00149;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 14px;
  color: #fff;
  outline: 0;
  text-decoration: none;
  padding:5px 20px;
  border-radius: 5px;
}




.ecom2divpart2{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 880px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px;
}



.ecom2divpart2title{
  text-align: center;
    width: 100%;
    font-family: 'MyriadPro';
    line-height: 1.24;
    font-size: 42px;
    color:#d00149;
    font-weight: bold;
    margin-bottom: 25px;
}

.ecom2divpart2titlesub{
  text-align: center;
    width: 100%;
    font-family: 'MyriadPro';
    line-height: 1.24;
    font-size: 18px;
    color:#404040;
    margin-bottom: 25px;
}




.ecom2divpartset{
  display: flex;
  align-items: center;
  width: 100%;
}

.ecom2divpartsettext{
  font-family: 'MyriadPro';
  line-height: 1.24;
  font-size: 18px;
  color:#404040;
}


.small-dot-div{
padding: 8px;
  display: flex;
  align-items: first baseline;
  width: 100%;
}
.small-dot{
  width: 5px;
  min-width: 5px;
  max-width: 5px;
  display: inline-block;
  position: relative;
  height: 5px;
}
.small-dot img{
  width: 100%;
  margin-top: -3px;
  position: absolute;
}



.ecompartners{
  margin-left: auto;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.ecompartnerstitle{

  line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 22px;
    color: #fff;
    width: 400px;
}
.ecompartnersbtn, .ecompartnersbtn:hover, a.ecompartnersbtn, a.ecompartnersbtn:hover{
  background-color: #fff;
  font-family: 'MyriadPro';
  line-height: 1.24;
  font-size: 18px;
  color:#d00149;
  padding: 10px 55px;
  outline: 0;
  text-decoration: none;
}

}


@media (max-width:766px){

.mobile-order-1{
  order: 1;
}
.mobile-order-2{
  order: 2;
}


  .ecom2div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ecom2set{
    background-color: #f4f4f4;
    width: 100%;
    min-height: 300px;
    align-items: normal;
    max-height: 400px;
    justify-content: center;
    display: flex;
    margin-bottom: 15px;

  }

  .ecom2img{
    width: 45%;
    display: block;
    object-fit: cover;
  }
  .ecom2text{
    width: 55%;
    display: flex;

    box-sizing: border-box;
    padding: 15px;

  }




  .ecom2textcontainer{
    width: 100%;
    display: block;
  }
  .ecom2texttitle{
      font-family: 'MyriadPro';
      line-height: 1.24;
      font-size: 32px;
      color:#222222;
      width: 100%;
      margin-bottom: 15px;
  }

  .ecom2textsub{
      width: 100%;
      font-family: 'MyriadPro';
      line-height: 1.24;
      font-size: 16px;
      color:#404040;
      margin-bottom: 25px;
  }


  .ecomlinkcontain{
    width: 100%;
    /*! display: table; */
    /*! box-sizing: border-box; */

    position: relative;
    height: 50px;
    display: flex;
    align-items: center;

  }

  .ecomlink, .ecomlink:hover{
    background-color: #d00149;
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 14px;
    color: #fff;
    outline: 0;
    text-decoration: none;
    padding:5px 20px;
    border-radius: 5px;
  }







  .ecom2divpart2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 880px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px;
  }



  .ecom2divpart2title{
    text-align: center;
      width: 100%;
      font-family: 'MyriadPro';
      line-height: 1.24;
      font-size: 28px;
      color:#d00149;
      font-weight: bold;
      margin-bottom: 25px;
  }

  .ecom2divpart2titlesub{
    text-align: center;
      width: 100%;
      font-family: 'MyriadPro';
      line-height: 1.24;
      font-size: 18px;
      color:#404040;
      margin-bottom: 25px;
  }




  .ecom2divpartset{
    display: flex;
    align-items: center;
    width: 100%;
  }

  .ecom2divpartsettext{
    font-family: 'MyriadPro';
    line-height: 1.24;
    font-size: 18px;
    color:#404040;
  }


  .small-dot-div{
  padding: 8px;
    display: flex;
    align-items: first baseline;
    width: 100%;
  }
  .small-dot{
    width: 5px;
    min-width: 5px;
    max-width: 5px;
    display: inline-block;
    position: relative;
    height: 5px;
  }
  .small-dot img{
    width: 100%;
    margin-top: -3px;
    position: absolute;
  }


  .ecompartnerstitle{
width: 100%;
text-align: center;
    line-height: 1.24;
      font-family: 'MyriadPro';
      font-size: 22px;
      color: #fff;
      margin-bottom: 15px;

  }
  .ecompartners{
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: center;
  text-align: center;
  }

  .ecompartnersbtn, .ecompartnersbtn:hover, a.ecompartnersbtn, a.ecompartnersbtn:hover{
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    font-family: 'MyriadPro';
    line-height: 1.24;
    font-size: 18px;
    color:#d00149;
    padding: 10px 55px;
    outline: 0;
    text-decoration: none;
    display: block;
  }


}







.for-rates-update-2020, .for-rates-update-2020:hover{
  margin-top: 25px;
text-decoration: none;
outline: 0;
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-bottom: 35px;
  color: #fff;
  font-family: 'MyriadPro';
  font-size: 12px;
  line-height: 1.24;
  /*! border: 1px solid rgba(40, 25, 8, .35); */
  padding: 10px 15px;
  border-radius: 5px;

  background-color: #d00149;
}

.pdf-font-color-1{
  color: #d00149 !important;
}

.pdf-font-size-28{
font-size: 28px !important;
}

.textcenter{
text-align: center !important;
}
.pdf-margintop25-desktop{
  margin-top: 25px !important;
}


@media (min-width:766px){
  .bulletted-divwh5{
  align-items: center !important;
}
}
@media (max-width:766px){
  .bulletted-divwh5{
  align-items: baseline !important;
}
}
.wh5{
  height: 5px !important;
  width: 5px !important;
  max-width: 5px !important;;
  min-width: 5px !important;;
  max-height: 5px !important;;
  min-height: 5px !important;;
}


@media (min-width:766px){
.findabranchtitle-lsa{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #fff;

  font-weight: bold;
}

.findabranchdiv-lsa{

max-width: 880px;
width: 100%;
display: flex;
align-items: center;
height: 50px;
margin: 0 auto;
}
.findabranchsearchboxdiv-lsa{
  margin-left: auto;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;

}
}

@media (max-width:766px){
.findabranchtitle-lsa{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size:22px;
  color: #fff;
width: 100%;
padding-left: 15px;
padding-right: 15px;
text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.findabranchdiv-lsa{

max-width: 880px;
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
margin: 0 auto;
}
.findabranchsearchboxdiv-lsa{
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;

}
}




.aslcontain{
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
  position: relative;
}
.asltitle{
  text-align: center;
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 32px;
color: #433a3a;
font-weight: bold;
}


.font-size40{
  font-size: 40px !important
}
.font-size45{
  font-size: 45px !important
}
.margin-bottom-25{
  margin-bottom: 25px;
}
.margin-bottom-15{
  margin-bottom: 15px;
}
.margin-bottom-10{
  margin-bottom: 10px;
}


.aslsubtitle{
  text-align: center;
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 26px;
color: #1e1e1e;
font-weight: bold;
}
.asltext{
  text-align: center;
  line-height: 2;
font-family: 'MyriadPro';
font-size: 18px;
color: #433a3a;
}

.asltextlink, .asltextlink:hover{
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
color: #2199e8;
outline:0;
text-decoration: none;
}


.asltextlist{
  padding-left: 15px;
  text-align: left;
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 18px;
color: #433a3a;
}


@media (min-width:766px){
.asllistprohibited{
  width: 50%;
}
.asllistprohibitedcontainer{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
}
@media (max-width:766px){
  .asllistprohibitedcontainer{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
.asllistprohibited{
  width: 100%;
}
}




/*add to phase 2 6.29.2020 */
@media (min-width:766px){
.desktop-n2020{
  display: block;
}
.mobile-n2020{
  display: none;
}
}
@media (max-width:766px){
.desktop-n2020{
  display: none;
}
.mobile-n2020{
  display: block;
}

}

.promo-country-n2020{
  min-height: 100%;
  width: 100%;
}

.promo-country-n2020-imgcontainer{
  width: 100%;
  height: 100%;
  position: relative;
}


.promo-country-n2020-imgcontainer img{
width: 100%;
}

/*end add to phase 2 6.29.2020 */




.containermaxwith{
  width: 100%;
  margin: 0 auto;
}



@media (min-width:766px){
  .boxesdesktop{
  display: inline;
  }
  .boxesmobile{
    display: none !important;
  }
}

@media (max-width:766px){
.boxesmobile{
  display: inline;
}
.boxesdesktop{
  display: none;
}
}



@media (min-width:766px){
  .lbcboxesflex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto !important;
  }
.phase2servicesboxcontent img{
width: 200px;
margin: 0 auto;
}



.phase2servicesboxcontent{
  overflow: hidden;
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}


}
@media (max-width:766px){
  .lbcboxesflex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin: 0 auto !important;
  }
.phase2servicesboxcontent img{
width: 100%;
margin: 0 auto;
}

.phase2servicesboxcontent{
  overflow: hidden;
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  height: 160px;
  justify-content: center;
}


}





/*add to phase 2*/
.sitemaplinks a, .sitemaplinks a:hover{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #212529;
  outline: 0;
  text-decoration: none;
}




@media (min-width:766px){
.flexaligntop-desktop{
  align-items: start !important
}
.sitemapimg{
  width: 70% !important;
}

}
@media (max-width:766px){
.sitemapimg{
  width: 70% !important;
}
}

/*end add to phase 2*/


.pdf-fontcolor-black{
  color: #000 !important;
}
.pdf-fonttitle35{
  font-size: 35px !important
}
.pdf-fonttitle22{
  font-size: 22px !important
}

@media (min-width:766px){
  .pdf-margintop25{
    margin-top: 25px !important;
  }
.d-pad-top20{
  padding-top: 20px !important;
}
}
.dalign-start{
  align-items:start !important;
}



@media (min-width:766px){
.bankpartners5div{
max-width: 1000px;
  display:flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;

}

.lbcboxesflex-text{
  line-height: 1.24 !important;
width: 100% !important;
font-family: 'MyriadPro';
font-size: 16px !important;
color: #000;
}
}
@media (max-width:766px){
.bankpartners5div{
max-width: 1000px;
  display:flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;
}

.lbcboxesflex-text{

  line-height: 1.24 !important;
width: 100% !important;
font-family: 'MyriadPro';
font-size: 14px !important;
color: #000;
}
}

@media (min-width:766px){

.nvoccbuttonred{
  margin-left: 100px !important;
}
}
.phase2wide800{
  max-width: 800px !important;
  width: 100%;
}

.phase2svrredboxtitle{
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 24px;
color: #fff;
margin-bottom: 15px;
width: 100%;
text-align: center;
}



.promolinkblue, .promolinkblue:hover{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
/*
color: #2199e8 3f3f3f;
*/
color: #2199e8;
outline:0;
text-decoration: none;
}


.phaseprohibiteditems, .phaseprohibiteditems:hover{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 14px;
/*
color: #2199e8;
*/
color: #3f3f3f;
font-weight: bold;
outline:0;
text-decoration: none;
}

.phase2svrredbox{
  background: #d00149 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  padding-top: 55px !important;
  padding-bottom: 55px!important;
}
.phase2svrredboxsocial{

  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;

  max-width: 230px;
  margin: 0 auto;

}
.phase2svrredboxsocial img{
width: 60px !important;
}


.phase2svrredbutton{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
text-align: center;
}
.phase2svrredbutton a{

outline: 0;
text-decoration: none;
background-color: #fff;
border-radius: 5px;
padding: 5px 15px;
text-align: center;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 14px;
color: #d00149;

}









.lbcboxesflex img{
  display: block;
width: 100%;
}



.phase2slidediv{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.phase2slidedivtitle{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 26px;
color: #000;
margin-bottom: 15px;
text-align: center;
width: 100%;
}
.phase2slidedivtext{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
color: #000;
margin-bottom: 15px;
text-align: center;
width: 100%;
}

.phaseactive{
color: #d00149 !important;
border-bottom: 2px solid  #d00149 !important;
}


.docset{


  opacity: 0;
  pointer-events: none;
  height: 0;
}
.nondocset{

  opacity: 0;
  pointer-events: none;
  height: 0;
}

.docset.phaseshowset{

  opacity: 1  !important;
  pointer-events: auto !important;
  height: auto  !important;

}
.nondocset.phaseshowset{

  opacity: 1  !important;
  pointer-events: auto !important;
  height: auto  !important;


}


.phase2sliderselectdiv{
  align-items: center;
  justify-content: center;
  display: flex;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.phase2sliderselectbtn{
  margin: 0 auto;
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 22px;
cursor: pointer;
color: #000;
padding-bottom: 5px;
border-bottom: 2px solid transparent;
}

@media (min-width:766px){
.phase2svrshpp{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phase2svrshppimg{
  width: 100%;
  opacity: 0.3;
  object-fit: cover;
}
}
@media (max-width:766px){
.phase2svrshpp{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phase2svrshppimg{
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
}
}
.phase2containerabsolute{
  position: absolute;

  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.phase2svrshpptitle{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 32px;
color: #000;
font-weight: bold;
margin-bottom: 15px;
}

.phase2svrshpptext{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
color: #000;
max-width: 680px;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}


.phase2marginbottom55{
  margin-bottom: 55px;
}
@media (min-width:766px){
.phase2svrcontain{
display: flex;
align-items: normal;
justify-content: space-between;
width: 100%;

}

.phase2svrbox{
  background: #fafafa;
  width: 49%;
  padding: 20px;
}
.phase2svrboxtitle{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 24px;
color: #000;
margin-bottom: 15px;
}
.phase2svrboxdesc{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
color: #433a3a;
margin-bottom: 15px;
}

}

.phase2svrbtncontain{
  text-align: center;
  width: 100%;
  display: block;
}
.phase2svrbtn{
margin-left: auto;
margin-right: auto;
  border-radius: 5px;
  background: #d00149;
  padding: 5px 15px;
  display: table;
}
.phase2svrbtn a, .phase2svrbtn a:hover{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
color: #fff;
outline: 0;
text-decoration: none;
}


@media (max-width:766px){
.phase2svrcontain{
display: flex;
flex-wrap: wrap;
align-items: normal;
width: 100%;
}

.phase2svrbox{
  background: #fafafa;
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
}
.phase2svrboxtitle{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 24px;
color: #000;
margin-bottom: 15px;
}
.phase2svrboxdesc{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
color: #433a3a;
}

}



@media (min-width:766px){
.phase2-3boxes{
width: 32% !important;

  }
}

.phase2wh{
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  display: block;
margin-bottom: 25px;
}
.phase2whtitle{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 32px;
color: #433a3a;
}

.phase2whtext{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 26px;
color: #d00149;
}

.phase2whRedtitle{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 26px;
color: #d00149;
}
.phase2whblacktext{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 18px;
color: #433a3a;
}
.phase2leftcover{
  max-width:500px;
  width: 100%;
}

.phase2centercover{
  max-width:500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.phase2global-div-3-box-adjustred{
  background-color: #d00149;

  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px 15px;
}


.ss-phase2-div-3-box-adjustred{
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 15px;
}
.ss-phase2-div-3-box{
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 15px;
}
.ss-phase2-box-bg{
  background-color: #d00149;
  border-radius: 5px;
}


.ss-global-div-3-box{
width: 48%;
text-align: center;
margin-bottom: 10px;
display: flex;
justify-content: center;
align-items: center;
  }
.ss-bold{
  font-weight: bold !important;
}

.phase2global-div-3-box-adjust{
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
  }

  .phase2image-3div{
    margin-top: 20px;
    max-width: 90px;
    margin-left:  auto;
    margin-right:  auto;
    width: 100%;
    display: block;
    margin-bottom: 15px;

    max-height: 80px;
  }



.phase2cover{
  max-width: 1300px !important;
}

.phase2centertext{
  text-align: center;
}
.phase2centerdiv{
  display: table !important;
  margin-left: auto;
  margin-right: auto;
}
.phase2margin-top20{
  margin-top: 20px;
}


.phase2global-cover-set-title{
  font-size: 42px !important
}
.global-img-soshop{
width: 100%;
  /*object-fit: cover;*/
}


@media (min-width:766px){
.phase2globalcover{
  height: 670px !important;
}
.phase2global-cover-set{
width: 35% !important;
}

}

@media (max-width:766px){
.phase2down{
  position: absolute !important;
  bottom: 0 !important;
  height: auto !important;
  padding-bottom: 50px;
}
.phase2center{
  position: absolute !important;
  justify-content: center;
  height: 100% !important;
}

}


.desktop-order1{
  order: 1;
}
.desktop-order2{
  order: 2;
}
.cod-rightwingadjust{
  padding-left: 20px;
  padding-right: 0px !important;
}

.n2020ippratecontainer{
  margin-top: 25px;
}


.n2020ippratebtndiv{
  width: 100%;
  text-align: center;
}
.n2020ippratebtn, .n2020ippratebtn:hover{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 18px;
color: #fff;
outline: 0;
text-decoration: none;
}

.n2020ippvalue{
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 20px;
color: #fff;
outline: 0;
text-decoration: none;
}

.tilecovid{
display: block;
position: relative;
text-align: center;
padding-left: 10px;
padding-right: 10px;
padding-top: 30px;
}

.tilecovidbg{
  background-color: #a62a17;
}
.tilecovidtitle{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 26px;
color: #f19837;
margin-bottom: 30px;
}



.tilecovidset{
  display: block;
  text-align: center;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.tilecovidset a, .tilecovidset a:hover{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
color: #bfbfbf;
outline: 0;
text-decoration: none;
}
.tilecovidsetimg{
width: 80px;
margin: 0 auto;
text-align: center;
}
.tilecovidsetimg img{
width: 100%;
}
.tilecovidsettext{
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 16px;
color: #bfbfbf;
}




.n2020faqs-body{
  width: 100%;
  position: relative;
}
.n2020faqs-href, .n2020faqs-href:hover{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 22px;
color: #2ea2f6;
outline: 0;
text-decoration: none;
}


.faqs-custom-old{
  text-align: center;
  width: 100%;
  border-bottom:1px solid rgba(209, 209, 209, .41);
  padding-bottom: 25px;
}

.faqs-custom-old-title{
  color: #D80A28 !important;
  font-size: 28px !important;

}
.faqs-custom-old-text{

color: rgba(40, 25, 8, .8) !important;
font-size: 22px !important;

}

@media (min-width:766px){
.formippimg{
width: 70% !important;
}

.ipponlineimg{
  width: 70% !important;
}
.doorimgdor{
    width: 70% !important;
}
}
@media (max-width:766px){
.formippimg{
width: 100% !important;

}
.ipponlineimg{
  width: 70% !important;
}
.doorimgdor{
    width: 100% !important;
}
}







@media (min-width:766px){
.cashonpickuptextcontainer{

}
}

@media (max-width:766px){
  .cashonpickuptextcontainer{
    position: absolute !important;
    bottom: 0;
    height: auto !important;
  }
}







.overlayadd{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  padding: 0;
  margin: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}


.checkippratesbtn{
  margin-left: 25px;
}

.ipp-imgform{
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.ipp-imgform img{
  width: 100%;
}


.empty100{
  width: 100%;
height:100vh;
width:100%;
}

.space20{
  height: 20px;
  width: 100%;
  display: block;
}
.space50{
  height: 50px;
  width: 100%;
  display: block;
}
.margin-right20{
  margin-right: 20px;
}
.gray{
  background: #fafafa;
}
.red{
  background-color: #d00149;
}
.margin-left20{
  margin-left: 20px;
}
.red-text{
  color: #d00149 !important;
}
.white-text{
    color: #fff !important
}
.padding-left-right{
  padding-left: 10px;
  padding-right: 10px;
}

.border-bottom-gray{
  border-bottom:1px solid #eee;
}
.padding-bottom10{
  padding-bottom:15px;
}

.global-div-3{
  width: 100%;
  display: block;
}

.removepaddingleft{
  padding-left: 0 !important
}


.instantpeso-titlesize{
  font-size: 58px !important;
}

.titlefont48{
    font-size: 48px !important;
}
.titlefont50{
    font-size: 58px !important;
}



.center-text{
  text-align: center;
}
.fontwhite{
  color: #fff !important
}

.paddingtopbottom50{
  padding-top: 50px;
  padding-bottom: 50px;
}





.visitpage-div{
  background: #d00149;
  border-radius: 5px;
    padding: 5px 5px;
display: inline-block;
}

.visitpage-div-white{
  border: 1px solid #d00149;
  background: #fff;
  border-radius: 5px;
    padding: 5px 5px;
display: inline-block;
}



.global-box-text{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #433a3a;
  margin-bottom: 8px;
}
.global-box-title{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 32px;
  color: #433a3a;
  font-weight: bold;
  margin-bottom: 15px;
}


.global-box-title-bitsmall{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #433a3a;

  margin-bottom: 15px;
}

.red-title{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #d00149;
  margin-bottom: 10px;
  font-weight: bold;
}

.image-3div{
  max-width: 100px;
  margin-left:  auto;
  margin-right:  auto;
  width: 100%;
  display: block;
  margin-bottom: 15px;

}
.title-3div{
  text-align: center;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #d00149;
  margin-bottom: 10px;
}

.text-3div{
  text-align: center;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 14px;
  color: #433a3a;
  margin-bottom: 10px;
}

.maintitle-3div{
  padding-top: 15px;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 22px;
  color: #433a3a;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.mr-title-divider-flex{
  display: flex;
  align-items: center;
}
.mr-title-divider-width{
  width: 50%;
}


.bulleted-table{
  width: 100%;
}
.bulleted-table tr{
  vertical-align: top;
}
.bulletted-block{
  display: block;
  padding-left: 20px;
  width: 100%;
}
.bulletted-div{
padding: 8px;
  display: flex;
  width: 100%;
  align-items: baseline;
}
.bulleted-dot{
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  display: inline-block;
  position: relative;
  height: 10px;
}
.bulleted-dot img{
  width: 100%;
  position: absolute;
}
.bulleted-span{
  display: inline-block;
  padding-left: 10px;
  line-height: 1.24;
}


.codcopredtitle{
  color: #d00149;
  font-weight: bold;
}






.remitpartnerdiv{
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
height: 300px;
}

.remitpartnerimgbg{
  position: absolute;
  width: 100%;
  z-index: 1021;
  object-fit: cover;
height: 300px;
}
.remitpartnerdivcontent{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display:block;
height: 300px;
}

.remitpartnertitle{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 32px;
color: #d00149;
  z-index: 1022;
  position: relative;
  width: 100%;
  text-align: center;
margin-bottom: 15px;
padding-top: 50px;
}

.remitpartnertext{
  line-height: 1.24;
font-family: 'MyriadPro';
font-size: 24px;
color: #d00149;
  z-index: 1022;
  position: relative;
  width: 100%;
  text-align: center;
margin-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}





.global-div-single-col{
  padding-left: 10px;
  padding-right: 10px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: block;
    /*! align-items: center; */
  }

  .global-div-single-col-contain{
    display: block;
    width: 100%:
  }

.image-box-singlediv{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}


.ipponline-solo-center{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width:766px){

  .global-box-img{
    width: 100%;
    display: block;
    text-align: center;
    /*display: flex;
max-height: 800px;*/
  }
  .global-box-img img{
    width: 100%;
  }

  .global-div-3-contain{
    max-width: 880px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
margin: 0 auto;
flex-wrap: wrap;
justify-content: space-between;
  }

  .global-div-3-box{
width: 48%;
text-align: center;
margin-bottom: 10px;

  }
  .global-div-3-box a, .global-div-3-box a:hover{
text-decoration: none;
outline: 0;

  }


  .global-div-3-box-international{
width: 31%;
text-align: center;
margin-bottom: 10px;

  }



  .global-div-3-box-adjust{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
  }
  .global-div-3-box-adjustred{
    background-color: #d00149;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 15px;
  }



  .global-div-1-2-top{
      max-width: 880px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      /*! align-items: center; */
    }


  .padding-left20{
    padding-left: 20px;
  }

  .red-border-left{
    border-left:1px solid #d00149 !important;
  }

  .global-div-set-1-2-testimonials{
    width: 50%;
    margin-left: 0;

  }
  .global-div-set-1-2-testimonials:nth-of-type(2){
    width: 50%;
    margin-right: 0;

  }

  .global-cover-set-solo{
    width: 75%;
    padding-right: 20px;
  }

  .global-div-set-1-2{
    width: 48%;
    margin-left: 0;
    margin-right: auto;
  }
  .global-div-set-1-2:nth-of-type(2){
    width: 48%;
    margin-right: 0;
    margin-left: auto;
  }



  .global-div-set-1-2-custom{
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    padding-right: 20px;
  }
  .global-div-set-1-2-custom:nth-of-type(2){
    width: 60%;
    margin-right: 0;
    margin-left: auto;
  }





    .global-div-set-1-2-custom-rev{

      width: 50%;
      margin-right: 0;
      margin-left: auto;
    }
    .global-div-set-1-2-custom-rev:nth-of-type(2){
      width: 50%;
      margin-left: 0;
      margin-right: auto;
      padding-left: 20px;
    }




  .global-div-1-2{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .global-cover{
    width: 100%;
    position: relative;
    height: 500px;

  }
  .bgcod-cop-set-title{
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 16px;
    color: #433a3a;
    margin-bottom: 8px;
  }
  .global-cover-content{
    position: relative;
    max-width: 880px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 1025;
    margin: 0 auto;
    height: 100%;
    align-items: center;
  }




  .global-cover-set{
    width: 45%;
    padding-right: 20px;
  }
  .global-cover-set:nth-child(2){
    width: 55%;
      padding-right: 0px;
  }

  .bgcodcop-set-by3{
    width: 32%;
    display: flex;
  /*  flex-wrap: wrap;
    align-self: flex-end;*/
    margin: 0 auto;
  }

  .bgcodcop-set-by2{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    margin: 0 auto;
  }

  .bgcodcop-set-by1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    margin: 0 auto;
  }




}


@media (max-width:766px){

  .mobile-hide{
  display: none;
  }

  .global-box-img{
    text-align: center;
    width: 100%;
display: block;
    margin-bottom: 15px;
  }
  .global-box-img img{
    width: 100%;
  }

  .global-div-3-box{
width: 100%;
text-align: center;
padding-bottom: 10px;
margin-bottom: 15px;
  }

  .global-div-3-box a{
text-decoration:none;
outline: 0;
  }


  .global-div-3-box-international{
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }





  .global-div-3-box-adjustred{
    text-align: center;
width: 100%;
border-radius: 5px;
text-align: center;
background-color: #d00149;
padding-bottom: 10px;
margin-bottom: 15px;
  }




  .global-div-3-contain{
    max-width: 880px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .global-div-1-2-top{
      max-width: 880px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    }




      .global-div-set-1-2-custom-rev{

        width: 100%;

      }
      .global-div-set-1-2-custom-rev:nth-of-type(2){
      width: 100%;
      }


  .global-div-set-1-2-testimonials{
    width: 100%;

  }
  .global-div-set-1-2-testimonials:nth-of-type(2){
    width: 100%;


  }

  .global-cover-set-solo{
    width:100%;

  }

  .flexorder-1 {
    order: 1
  }
  .flexorder-2 {
    order: 2
  }
  .flexorder-3 {
    order: 3
  }

  .global-div-set-1-2-custom{
    width: 100%;

  }
  .global-div-set-1-2-custom:nth-of-type(2){
    width: 100%;

  }


  .global-div-set-1-2{
    width: 100%;
  }
  .global-div-set-1-2:nth-of-type(2){
    width: 100%;

  }
  .global-div-1-2{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .global-cover{
    width: 100%;
    position: relative;
    min-height: 600px;
    padding-bottom: 20px;
  }
  .bgcod-cop-set-title{
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 14px;
    color: #433a3a;
    margin-bottom: 8px;
  }
  .global-cover-content{
    padding-top: 50px;
    position: relative;
    max-width: 880px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 1025;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .global-cover-set{
    width: 100%;
    padding-right: 0px;
  }
  .global-cover-set:nth-child(2){
    width: 100%;
      padding-right: 0px;
  }

  .bgcodcop-set-by3{
    width: 32%;
display: flex;
flex-wrap: wrap;
align-self: end;
    margin: 0 auto;
  }

  .bgcodcop-set-by2{
    width: 48%;
display: flex;
flex-wrap: wrap;
align-self: end;
    margin: 0 auto;
  }

  .bgcodcop-set-by1{
    width: 100%;
display: flex;
flex-wrap: wrap;
align-self: end;
    margin: 0 auto;
  }

}




.bgcod-cop-set-total{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #433a3a;
  margin-bottom: 8px;
  font-weight: bold;
}


.bgcod-cop-set-note{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 14px;
  color: #d00149;
  margin-bottom: 8px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

.mr-1-result{

  margin-bottom: 5px;
}

.mr-1-result p{
  padding-left: 10px;
  padding-right: 10px;
  width: 150px;
  background:#ccc;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #433a3a;
  margin-bottom: 0;
}



.mr-1-result2{

  margin-bottom: 5px;
}

.mr-1-result2 p{
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 150px;
  background:#fff;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #d00149;
}




.global-img-bg{
  position: absolute;
  width: 100%;
display: flex;
height: 100%;

}
.global-img{
width: 100%;
  object-fit: cover;
}




.global-div-bg{
  width: 100%;
  position: relative;
}

.mr-1 {
  display: block;
  margin-bottom: 20px;
}
.breakword{
  word-break: break-word;
}

.nobackground{
  background-color: transparent;
}



.paddingleft20{
  padding-left: 20px;
}
.paddingleft5{
  padding-left:5px;
}
.mr-1-2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content:space-between;
}

.div-block-text{
  border-left: 1px solid #433a3a;
  padding-left: 15px;
  display: block;
  width: 100%;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #8c8989;
  margin-bottom: 25px;
}





.div-block-text-noborder{

  padding-left: 15px;
  display: block;
  width: 100%;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 25px;
}
.mr2-radio{
  padding-left: 15px;
  display: flex;
  align-items: first baseline;
  width: 50%;
  padding-right: 15px;
}
.mr2-radio:nth-child(2){
  display: flex;
  align-items: first baseline;
  width: 50%;
  padding-left: 15px;
}

.mr-1-title{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 20px;
  color: #919191;
  margin-bottom: 5px;
}
.mr-3-selection{
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
}
.mr-3-input{
  width: 100%;
  min-width: 100px;
  max-width: 200px;
}

.mr-3-input-select-to{
  min-width: 30px;
  max-width: 30px;
  width: 30px;
  line-height: 1.24;
    color: #433a3a;
      font-family: 'MyriadPro';
}
.mr-3-input-select{
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

.mr-3-input-layout{
  padding-left: 10px;
  padding-right: 5px;
  width: 100%;
  border:1px solid #cccbcb;
  background: #fff;
  line-height: 1.24;
    color: #433a3a;
      font-family: 'MyriadPro';
}





.currency-result-flex{
  margin-top: 15px;
  background-color: #f0f0f0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.currency-result-flex-num{
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.24;
    color: #433a3a;
      font-family: 'MyriadPro';
}
.currency-result-flex-numusd{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.24;
    color: #433a3a;
      font-family: 'MyriadPro';
}

.currency-result-flex-eq{
  width: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.24;
    color: #433a3a;
      font-family: 'MyriadPro';
}




.currency-result-details{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.currency-result-details:nth-last-child(2){
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;

  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.currency-result-details-text{
  font-size: 16px;
  line-height: 1.24;
    color: #433a3a;
      font-family: 'MyriadPro';
}

.currency-result-details-text-right{
  margin-left: auto;
  font-size: 16px;
  line-height: 1.24;
    color: #433a3a;
      font-family: 'MyriadPro';
}






.mr-1-title-int{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #433a3a;
  margin-bottom: 5px;
}
.mr-1-input {

width: 200px;
padding: 5px 10px;
background: #fff;
border:1px solid #c1c1c1;
}

.bgcodcop{
  padding: 10px;
  background-color:rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  /*min-height: 400px;*/
}
.bgcodcop-title{
  text-align: center;

  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}


.bgcodcop-set{
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

.bgcodcop-set:last-child{
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}




.bgcodcop-set-titleonly{
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

.bgcodcop-set-titleonly:last-child{
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}




.bgcod-cop-set-input{
  width: 100%;
padding: 10px 10px;
  background: #fff;
  border:1px solid #c1c1c1;
}


.bgcod-cop-set-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
line-height: 1.24;
}
.bgcod-cop-set-input::-moz-placeholder { /* Firefox 19+ */

}
.bgcod-cop-set-input:-ms-input-placeholder { /* IE 10+ */
line-height: 1.24;
}
.bgcod-cop-set-input:-moz-placeholder { /* Firefox 18- */
line-height: 1.24;
}


.global-cover-set-title{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}

.global-cover-set-title-bigger{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.global-cover-set-text{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}



.global-cover-set-title-solo{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 38px;
  color: #fff;
  margin-bottom: 15px;
    font-weight: bold;
}
.global-cover-set-text-solo{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}


.global-cover-set-text-ipponline{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 44px;
  color: #fff;
  margin-bottom: 15px;
}

.global-cover-set-text-ipponline-small{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}

.ipponline-remitnowdiv{
display: inline-block;
  background-color: #d00149;
  border-radius: 5px;
  padding: 10px 25px;
}
.ipponline-remitnow, .ipponline-remitnow:hover{

  outline: 0;
  text-decoration: none;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #fff;
}











.partnerscountry{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}





.findabranch{
  width: 100%;
  position: relative;
  background-color: #d00149;

}


/*
input::-webkit-input-placeholder {  Chrome/Opera/Safari
  line-height: 1.24;
}
*/
/*
input::-moz-placeholder {  Firefox 19+
line-height: 1.24;
}
*/
 /*
input:-ms-input-placeholder { IE 10+
  line-height: 1.24;
}
*/
/*
input:-moz-placeholder {  Firefox 18-
  line-height: 1.24;
}
*/





  .findabranchsearchbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  line-height: 1.24;
}
.findabranchsearchbox::-moz-placeholder { /* Firefox 19+ */
line-height: 1.24;
}
.findabranchsearchbox:-ms-input-placeholder { /* IE 10+ */
  line-height: 1.24;
}
.findabranchsearchbox:-moz-placeholder { /* Firefox 18- */
  line-height: 1.24;
}


.divclasstable{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}


.tablecollapses{
width: 100%;
margin-top: 10px;
font-size: 0.8em;
border-collapse: collapse;
}
.tableborder-top{
  border: 1px solid #d00149;
text-align: center;
line-height: 1.24;
font-family: 'MyriadPro';
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
color: #433a3a;
}


.addborderred{
    border: 1px solid #d00149;
}

.topmin-100{
  min-width: 100px;

}
.topmin-60{
  min-width: 60px;

}

.trheightres{
  height: 30px;
}

.topmin-80{
  min-width: 80px;
}

.tiercontain{
  display: flex;
  align-items: center;
}

.t1{
  text-align: center;
  width: 100%;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 12px;
  color: #433a3a;
  padding-right: 5px;
}
.t2{
  width: 100%;
  text-align: center;
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 12px;
  color: #433a3a;
  padding-left: 5px;
}


.tbcelsolo{
  text-align: center;

}

.tbsolotd{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 12px;
  color: #433a3a;
}




@media (min-width:766px){
  .partnerscountrydivs{
    color: #433a3a !important;
    display: inline-block;
    width: 130px;
    text-align: center;

    padding-bottom: 25px;
    font-size: 14px;
  }

  .partnerscountrydivs img{
width: 80% !important;
padding-left: 10px;
padding-right: 10px;
margin: 0 auto;
display: block;
  }


  .findabranchsearchboxdiv2{
    margin-left: auto;
    max-width: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;

  }
  .findabranchtitle2{
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 18px;
    color: #fff;
    width: 400px;
  }
.findabranchdiv{

max-width: 880px;
width: 100%;
display: flex;
align-items: center;
height: 50px;
margin: 0 auto;
}

.findabranchdiv2{

max-width: 880px;
width: 100%;
display: flex;
align-items: center;
padding-top: 25px;
padding-bottom: 25px;
margin: 0 auto;

}



}
@media (max-width:766px){
  .partnerscountrydivs{
    color: #9d9898 !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }


  .findabranchsearchboxdiv2{
    margin-top: 25px;
    margin-left: auto;
  margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;

  }
  .findabranchtitle2{
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
  }
.findabranchdiv{
  padding-left: 15px;
  padding-right: 15px;
max-width: 880px;
width: 100%;
display: flex;
align-items: center;
height: 50px;
margin: 0 auto;
}


.findabranchdiv2{
  padding-left: 15px;
  padding-right: 15px;
max-width: 880px;
width: 100%;
display: flex;
align-items: center;
padding-top: 25px;
padding-bottom: 25px;
margin: 0 auto;
flex-wrap: wrap;
}
}


.searchbranchicon{
  position: absolute;
  width: 15px !important;
  margin-left: 18px;
}
.findabranchtitle{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #fff;
  width: 200px;
  font-weight: bold;
}


.findabranchtitlebig{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 24px;
  color: #fff;

}


.findabranchsearchboxdiv{
  margin-left: auto;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;

}

.findabranchsearchbox{
border-radius: 5px;
  background: #fff;
  line-height: 1.24;
  width: 100%;
  padding-left:50px;
  padding-right: 20px;
  border:none;
  height: 25px;
}











/*door to door*/


.d2ddiv1{
  width: 100%;
  background: #fff;
  position: relative;
}

.d2ddiv2{
  width: 100%;
  position: relative;
}


.d2ddiv3{
  width: 100%;
  background: #fff;
  position: relative;
}

.d2ddiv4{
  width: 100%;
  background: #fff;
  position: relative;
}

.d2d-content-text{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 17px;
  color: #433a3a;
  margin-bottom: 15px;
}

.bold{
  font-weight: bold;
}
.d2d-content-text2{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}

.d2d-content-text3{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 17px;
  color: #433a3a;
  margin-bottom: 15px;
}

.d2d-content-img3-div{
width:100%;
text-align: center;
margin-bottom: 15px;
}
.d2d-content-img3{
width: 100%;
}
.d2d-content-img4{
width: 100%;
}
.d2d-content-title2{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}

.d2d-content-title3{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 28px;
  color: #433a3a;
  margin-bottom: 15px;
}

.d2d-content-link-div{
margin-top: 20px;
  background: #d00149;
  border-radius: 5px;
    padding: 5px 5px;
display: inline-block;

}
.d2d-content-link{

  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #fff;
  outline: 0;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}


.d2d-content-link-red-font{
padding-left: 10px;
padding-right: 10px;

  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #d00149;
  outline: 0;
  text-decoration: none;
}


.d2d-content2{
  position: relative;
  width: 50%;

}

.d2d-content-img{

  width: 100%;
}

.door-to-door-div{
  max-width: 1400px;
  margin: 0 auto;
width: 100%;
position: relative;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.door-to-door-text{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #fff;
}


.global-div-flex-2-btn{
  margin-top: 20px;
  margin-bottom:20px;
  display: flex;
  align-items: center;
  /*justify-content: space-around;*/
}


.global-div-flex-2-btn-red{
  margin-top: 20px;
    background: #d00149;
    border-radius: 5px;
      padding: 5px 15px;
  display: inline-block;
}
.global-div-flex-2-link-red{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #fff;
  outline: 0;
  text-decoration: none;
  }


  .global-div-flex-2-btn-white{
    margin-top: 20px;
      background: #fff;
      border-radius: 5px;
        padding: 5px 15px;
    display: inline-block;
    border: 1px solid #d00149;
  }
  .global-div-flex-2-link-white{
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 16px;
    color: #d00149;
    outline: 0;
    text-decoration: none;
    }




.global-body{
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1023;
}



.bankpartnersdiv{
  width: 100%;
  display: block;

}
.bankpartners{
max-width: 880px;
  display:flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;

}


.global-image-box{
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.global-image-box img{
  width: 100%;
}
.ourpartnersdiv{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ourpartnerstitle{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 22px;
  color: #433a3a;
  margin-bottom: 25px;
  font-weight: bold;
}
.ourpartnerstext{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 18px;
  color: #433a3a;
  margin-bottom: 15px;
}


.viewallpartnersdiv{
  display: block;
  text-align: center;
  width: 100%;
}

.viewallpartnertsbtn{
  margin-top: 20px;
    background: #d00149;
    border-radius: 5px;
      padding: 5px 15px;
  display: inline-block;
}
.viewallpartnertsbtnlink{
  line-height: 1.24;
  font-family: 'MyriadPro';
  font-size: 16px;
  color: #fff;
  outline: 0;
  text-decoration: none;
  }








@media (min-width:766px){

  .bankpartnerslogo{
  /*filter: grayscale(100%);*/
    width: 200px;
    display: flex;
    text-align: center;
    padding: 0 20px;
    align-items: center;
  }

  .bankpartnerslogo:hover{
  filter: grayscale(0);
    width: 200px;
    display: flex;
    text-align: center;
  }

  .bankpartnerslogo img{
  object-fit: contain;
  width: 100%;
  }

  .d2d-content-img4-desktop{
    width: 100%;
  }
  .d2d-content-img4-mobile{
    width: 100%;
    display: none;

  }
  .d2d-content:nth-child(2){
      position: relative;
    padding-left: 50px;
    width: 50%;
    text-align: center;

  }
  .d2d-content{
    position: relative;
    width: 50%;

  }


  .d2d-content3:nth-child(2){
      position: relative;
    padding-left: 50px;
    width: 50%;
    text-align: center;

  }
  .d2d-content3{
    position: relative;
    width: 50%;

  }



    .d2d-content3v2:nth-child(2){
        position: relative;
      padding-left: 50px;
      width: 50%;
      text-align: center;

    }
    .d2d-content3v2{
      position: relative;
      width: 50%;

    }


  .d2d-content4:nth-child(2){
      position: relative;
    width: 50%;
    text-align: center;
  order: 1;
      padding-left: 0px;
  }
  .d2d-content4{
      padding-left: 50px;
    position: relative;
    width: 50%;
order: 2;
  }


  .d2ddiv1contain{
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;

  }


  .d2ddiv1contain2{
    padding-top: 50px;
      padding-bottom: 50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;

  }

  .d2ddiv1contain3{
    padding-top: 50px;
      padding-bottom: 50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;

  }

  .d2ddiv1contain4{
      padding-bottom: 50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;

  }

  .door-to-door-text-big{
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 52px;
    color: #fff;
  }
  .door-to-door-text-div{
    width: 500px;
  z-index: 1024;
    margin-left: -200px;
  }
  .door-to-door{
    position: relative;
    height: 500px;
    width: 100%;
      background: #ddd6cc;

  }
  .door-to-door-img-div{
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 200px;
  }
.door-to-door-img{
  width: 100%;
}
}



@media (max-width:766px){

  .bankpartnerslogo{
  /*filter: grayscale(100%);*/
    width: 50%;
    display: flex;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 200px;
    align-items: center;
  }

  .bankpartnerslogo:hover{
  filter: grayscale(0);
    width: 50%;
    display: flex;
    text-align: center;
  }

  .bankpartnerslogo img{
  object-fit: contain;
  width: 100%;
  }

  .mobile-bttom-div{
    position: absolute;
    bottom: 0;
    text-align: center;
  }

  .d2d-content-img4-desktop{
    width: 100%;
        display: none;
  }
  .d2d-content-img4-mobile{
    width: 100%;


  }
  .d2d-content:nth-child(2){
      position: relative;

    width: 100%;
    text-align: center;
      order: 1;

  }
  .d2d-content{
        padding-top: 20px;
    position: relative;
    width: 100%;
    order: 2;

  }

  .d2d-content3:nth-child(2){
      position: relative;

    width: 100%;
    text-align: center;
      order: 2;

  }
  .d2d-content3{
        padding-top: 20px;
    position: relative;
    width: 100%;
    order:1;

  }


  .d2d-content3v2:nth-child(2){
      position: relative;

    width: 100%;
    text-align: center;
      order: 1;

  }
  .d2d-content3v2{
        padding-top: 20px;
    position: relative;
    width: 100%;
    order: 2;

  }


  .d2d-content4:nth-child(2){
      position: relative;

    width: 100%;
    text-align: center;
      order: 1;

  }
  .d2d-content4{
        padding-top: 20px;
    position: relative;
    width: 100%;
    order: 2;

  }
  .d2ddiv1contain{
    padding-top: 50px;
      padding-bottom: 50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;

  }
  .d2ddiv1contain2{
    padding-top: 50px;
      padding-bottom: 50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;

  }
  .d2ddiv1contain3{
    padding-top: 50px;
      padding-bottom: 50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap:wrap;
    padding-left: 15px;
    padding-right: 15px;

  }

  .d2ddiv1contain4{

      padding-bottom: 50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap:wrap;
    padding-left: 15px;
    padding-right: 15px;

  }
  .door-to-door-text-big{
    line-height: 1.24;
    font-family: 'MyriadPro';
    font-size: 42px;
    color: #fff;
  }
  .door-to-door-text-div{
    width: 400px;
  z-index: 1024;
  position: absolute;
  padding-top: 150px;
  }
  .door-to-door{
    position: relative;
  max-height: 600px;
    width: 100%;
      background: #ddd6cc;
  }
  .door-to-door-img-div{
    padding-top: 50px;
  max-width: 600px;
  width: 100%;
position: relative;
  text-align: center;
  }
.door-to-door-img{
position: relative;
  width: 100%;
  margin: 0 auto;

}
}


/*end door to door*/
