/*Calculator style*/
@media (min-width:1024px){
	.calculator-home .custom-field{ 
		border: 1px solid #ced4da;
		height: 38px; 
	}
	.calculator-home .input-group-prepend{ 
		border-right: 1px solid #ced4da;
		padding: 0px 8px 0px 8px;
		height: 38px;
	}
	.calculator-home .select2-container {
		margin: 4px 4px 7px 0px !important;
	}
	.calculator-home .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 4px !important;
		right: -5px !important;
	}
	
	.calculator-detail .custom-field{ 
		border: 1px solid #ced4da;
		height: 40px;
	}
	.calculator-detail .input-group-prepend{ 
		border-right: 1px solid #ced4da;
		padding: 0px 0px 0px 8px;
		width: 52px;
	}
	.calculator-detail .select2-container--default .select2-selection--single .select2-selection__rendered {
		top: 5px;
	}
	.calculator-detail .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 15px;
	}
}

@media (min-width: 200px) and (max-width: 960px) {
    .calculator-detail .custom-field {
		border-bottom: 0px;
	}
	.calculator-detail .select2-container--default .select2-selection--single .select2-selection__rendered {
		top: 5px;
	}
	.calculator-home .select2-container--default .select2-selection--single .select2-selection__rendered {
		top: 5px;
	}
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 38px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #5a5858;
    font-size: 16px;
}
.slect-mr-top{
 margin-top: 20px;
}
.cal-head h2 {
    background: #92192d;
    color: white;
    padding: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
}
.inner-content{
    padding:12.5px 22px;
}
.inner-content-right{
    padding:12.5px 6px 12.5px 0px;
}
.inner-content-left{
    padding:12.5px 6px 12.5px 22px;
}
.inner-content1{
    padding:0px 22px;
}
.cust-lable1{
    text-align: left;
    display: block;
    margin-bottom: 0;
    position: absolute;
    /* bottom: 0; */
    z-index: 2;
    color: #979797;
    left: 80px;
    font-family: Rubik,sans-serif;
    position: absolute;
    font-size: 13px;
    /* top: 0; */
    font-size: 12.5px;
}
.cust-lable2{
    text-align: left;
    display: block;
    margin-bottom: 0;
    position: absolute;
    /* top: 7px; */
    z-index: 2;
    color: #979797;
    left: 80px;
    font-size: 12.5px;
}
.custom-field{ 
    border-bottom: 1px solid #ced4da; 
}
.form-control-country{
  margin-top: 7px;
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 0 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: white;
    background-clip: padding-box;
    border: 0 !important;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #000 !important;
    background-color: #fff0 !important;
    border-color: #ea2252 !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.input-group-text-count-flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
    margin-bottom: 5px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 0 !important;
    border-radius: 0.25rem;
}
.input-group-text-count-flags img{
  max-width: 36px;
  height: auto !important; 
}
.dropdwon-left-pad {
    padding-left: 10px !important;
}
select.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../images/calculator/selectsnd.png) !important;
    background-position: 100% center !important;
    background-repeat: no-repeat !important;
    padding-right: 40px;
    padding-left: 0;
    cursor: pointer;
    /*max-height: 25px;*/
}

.label-radio {
    display: flex;
    align-items: center!important; 
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    padding-top: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.label-radio input:checked~.labletext {
    font-weight: 500;
    color: #5186ec;
  font-size:14px;
}
.labletext{
 font-size:14px;
}
.label-radio input:checked~.tick {
    background-color: #fff;
    border: 1px solid #5186ec;
}
.tick {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #bdbfc1;
    border-radius: 50%;
} 
.tick:after {
    content: "";
    position: absolute;
    display: none;
}
.label-radio input:checked~.tick:after {
    display: block;
}
.label-radio .tick:after { 
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #2196f3;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.payout-lable{
     text-align: left;
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    z-index: 2;
    color: #979797; 
    font-size: 13px;
} 
.border-bottom {
    border-bottom: 1px solid;
    border-width: 1px 0 0 0;
}
.snd-amount-input{
    height: 52px !important;
    border: 0 !important;
    font-size: 40px !important;
    color: #121212 !important;
    padding: 0px;
}
.snd-amount-apend {
    font-size: 18px;
    color: #121212;
    border: 0 !important;
    background: white;
    font-weight: 500;
}
.ex-rate-box {
    background: #a91f36;
    color: white;
    font-size: 18px;
    padding: 10px;
}
.mob-li-text {
    list-style: none;
    padding-left: 0;
   margin: 6px 2px 15px;
}
.mob-li-text li {
    color: #2b2c2f;
    margin-bottom: 10px;
    text-align: left;
}
.mob-li-icon1:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
    margin-right: 10px;
    color: #da1d3c;
    font-size: 15px;
}
.pull-right {
    float: right!important;
}
.mob-li-icon2:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056";
    margin-right: 10px;
    color: #da1d3c;
    font-size: 15px;
}
.mob-li-icon3:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f021";
    margin-right: 10px;
    color: #da1d3c;
    font-size: 15px;
}
/* Edge */
.snd-amount-input::-webkit-input-placeholder { 
  color: #2b2c2f;
}
/* Internet Explorer 10-11 */
.snd-amount-input:-ms-input-placeholder { 
  color: #2b2c2f;
}

.snd-amount-input::placeholder {
  color: #2b2c2f;
}
.pay-amount-txt{
  font-size: 18px;
  font-weight: 400;
}
.snd-fee-txt{
  font-size: 18px;
  font-weight: 600;
}
.ext-rate-r-txt{
  font-size: 18px;
  font-weight: 400;
}
.proceed-btn{
    width: 100%;
    background: #da1d3c;
    border: 1px solid #da1d3c;
    padding:10px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
}
.mt-btn-35{
    margin-top: 35px;
}
.carousel-caption {
  background-color:rgba(0, 0, 0, 0.35);
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  transition: 0.5s padding;
  height:550px;
}

/*Country detail page css*/
@media (max-width:767px){
   .country-main-base {
    background-image: url(./images/ghana-country-bnr.png);
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    padding: 90px 0 60px;
  }
  .show-on-768{
    display: none !important;
  }
  .max-on-767{
       display: block !important;
  } 
  .by-country-txt p {
      color: #fff;
      font-size: 22px;
      margin-top: 16px;
  }
  .by-country-txt h1 {
      font-weight: 700;
      font-size: 40px;
      color: white;
  }
}


@media (min-width:768px){
  .country-main-base{
  background-image: url(./images/ghana-country-bnr.png);
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    padding: 150px 0 60px;
   }
   .show-on-768{
    display: block !important;
  }
   .max-on-767{
       display: none;
  }
  .displayh1{
      font-weight: 300 !important;
      font-size: 50px !important;
      color: white;
      line-height: 55px;
      margin-top: 0;

  }
  .by-country-txt h1{
      font-weight: 700;
      font-size: 60px;
      color: white;
  }
  .by-country-txt p{
      color: #fff;
      font-size: 22px;
      margin-top: 16px;
  }
}

.d-flex-item-end {
    justify-content: flex-end!important;
    display: flex !important;
}
#text-with-icons{
  padding: 70px 0 80px;
}
.txt-detail-img-icon img{
    max-height: 170px;
    max-width: 170px;
    margin-top: 31px;
}
.color-61C{
   color: #1f1e25;
   font-weight: 500;
}
.input-group-prepend {
    margin-right: 0!important;
}

/*///////////////////// Select 2 Style ///////////////////////////////////////////////////*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
/*    line-height: 28px;*/
    position: absolute;
    bottom: 0;
    font-size: 16px; 
    float:left;
    font-weight: 400;
    color: black;
}
.select2-container--default .select2-selection--single{
  border:none !important;
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    font-weight: 500;
  
}*/
.select2-container:focus{
  outline: none !important;
}
.select2-container--default .select2-selection--single:focus{
  outline: none !important;
}
.select2-container--open .select2-dropdown {
    margin-top: -35px;
}
.select2-container {
    width: 84% !important;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    top: -6px !important;
    left: 10px !important;
    box-shadow: 0 20px 66px 0 rgba(34,48,73,.2);
    border: 0 solid #e2e6e8;
    border-radius: 3px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 6px;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px !important;
    margin-top: 9px !important;
    position: absolute;
    top: 50%;
    width: 0;
}
.mt-06 {margin-top: 6px;}
.ml-40 {margin-left: 40px;}