.m_r-10 {
  margin-right: 10px !important;
}
.m_r-20 {
  margin-right: 20px !important;
}
.m_b-20 {
  margin-bottom: 20px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.modal {
  max-width: 100%;
	width:100%;
 /* background: rgba(247, 248, 250, 0.21); */
box-shadow: none;
  background: transparent;
}
.modal-box {
 font-family: "Roboto", sans-serif;
}
.show-modal {
  color: #fff;
  background: #33424f;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 15px;
  margin: 20px auto 0;
  border: none;
  outline: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s ease 0s;
}
.show-modal:hover,
.show-modal:focus {
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  outline: none;
}
.modal-dialog {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.modal-dialog {
  transform: scale(0.5);
}
.modal-dialog {
  transform: scale(1);
}
.modal-dialog .modal-content {
  text-align: center;
  border: none;
}
.modal-content {
  background: transparent;
}
.modal-content .close {
  color: #fff;
  background: #33424f;
  font-size: 17px;
  font-weight: bold;
  text-shadow: none;
  line-height: 25px;
  /* height: 25px;
width: 25px; */
  padding: 0px 8px 2px 8px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  left: auto;
  right: 8px;
  top: 8px;
  z-index: 1;
  transition: all 0.3s;
}
.modal-content .close:hover {
  color: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.close:focus {
  outline: none;
}
.modal-body {
  padding: 30px 20px 20px !important;
  background: #f7f8fa;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.modal-body .title {
  color: #eb6040;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-body .sub_title {
  color: #33424f;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 10px;
}
.modal-body .description {
  color: #33424f;
  font-size: 14px;
  margin: 0 0 15px;
  text-align: justify;
}
p.info {
  font-size: 12px;
  color: #33424f;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}
.modal-body .bottomLink {
  color: #33424f;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
.bottomLink p {
    margin: 0;
    font-weight: bold;
    line-height: 22px;
}
.modal-body a {
  color: #ee6040;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.modal-body a:hover {
  text-decoration: underline;
}

.forgot-pass:hover {
  color: #9a9ea9;
  text-decoration: underline;
}
/* .modal-footer .btn{background: #ff6800;} */
.modal-content .modal-body .btn {
  color: #fff;
  background: #ff6800;
  font-size: 16px;
  text-align: center;
  /* width: 30%; */
  width: auto;
  height: 38px;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 700;
  margin-right: 0.25em;
  border: none;
  display: inline-block;
  transition: all 0.15s ease 0s;
}
.modal-content .modal-body .btn:hover {
  color: #fff;
  /* background: #c85200; */
  background: #ee5700;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}
.modal-content .modal-body .btn.grey {
  color: #33424f;
  background: #f7f8fa;
  border: 1px solid #dddddd;
}
.modal-footer .btn.charcoalGray {
  background: #3b4853;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 600;
}
.modal-content .modal-body .btn.grey:hover {
  border: 1px solid #dddddd;
  background: #e6e7ea;
  text-decoration: none;
}
.modal-content .modal-body .btn:focus {
  outline: none;
}
.modal-content .modal-body .btn.fixedWidth {
  width: 100px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .modal-dialog {
    width: 95% !important;
  }
  .modal-content .modal-body {
    padding: 60px 20px 40px !important;
  }
}
.modal-content .modal-body .bottomLink .btn {
  font-size: 14px;
  padding: 0 10px;
  height: 28px;
  line-height: 12px;
  background: #33424f;
  margin-bottom: 16px;
}
.modal-dialog img {
  width: 110px;
  margin: 0 0 25px;
}
.contentArea {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.contentArea_flexbox {
  display: flex;
  width: 100%;
  align-items: center;
}
.contentArea_flexbox-left,
.contentArea_flexbox-right {
  width: 50%;
}
.contentArea_flexbox-left img,
.contentArea_flexbox-right img {
  width: 100%;
  margin: 0;
}

#ViewInstructionUSA .modal-content .modal-body .btn {
  width: 65%;
}
#signupAuModalUSA .modal-content .modal-body .btn {
  width: 97%;
}

#ViewInstructionUSA .contentArea_flexbox-left img,
#ViewInstructionUSA .contentArea_flexbox-right img,
#signupAuModalUSA .contentArea_flexbox-left img,
#signupAuModalUSA .contentArea_flexbox-right img {
  width: 60%;
  margin: 0 0 10px;
}
.modal-footer {
  justify-content: flex-start;
  border: none;
}
.carriers-logo{text-align: left;
    display: flex;}
    p.carriers-logo img {
    width: 95px;
    margin: 0 10px 0 0;
}
/* ===============checkbox============ */
.input-title {
    clear: both;
    padding: 0 0 0 27px;
    font-size: 14px;
    color: #000;
    font-weight: bold;    line-height: 19px;
    text-align: left;
}

/* Styling Checkbox Starts */
.checkbox-label {
    display: block;
    position: relative;
    margin: 30px 0 0px;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    /* height: 24px;
    width: 24px;
    clear: both; */
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 2px;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
    border: 2px solid #eb6040;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #eb6040;
    border-radius: 2px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #eb6040;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  background-color: transparent;
  border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 2px;
    border: 2px solid #eb6040;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);	
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}

/* Portrait and Landscape */
@media only screen 
  and (max-width: 800px) { 
.carriers-logo{display: block;
    text-align: center;}
    p.carriers-logo img {
    width: 150px;
    margin: 10px 0;
}
}