
@media (min-width: 320px) and (max-width: 376px) {
  .min-none-375{
    display: none;
  }
}




@media (min-width: 360px) and (max-width: 415px) {
  .max-none-414{
    display: none;
  }
}

 /*show on only max 575px*/
@media (max-width: 576px){
    .max-only-765{
     display: block;
    }
}

@media (min-width: 576.66px){
    .max-only-765{
     display: none;
    }
}

 /*show on only min 575px*/
 @media (max-width: 576px){
    .min-only-765{
     display: none;
    }
}

@media (min-width: 576.66px){
    .min-only-765{
     display: block;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
    .snd-amount-base {
    border: 1px solid #FF9844;
    border-radius: 8px;
    max-height: 67px;
    padding: 8px;
    margin-bottom: 25px;
    }
    .snd-currency-base {
    padding: 9px 15px;
    border: 1.3px solid #FF9844!important;
    border-left: 1px solid !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    opacity: 1;
    background: #FF9844;
    color: white;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.2px;
   }
   .you-snd-lable {
    margin-bottom: 0;
    color: #919191;
    font-size: 14px;
    position: absolute;
    top: 6px;
    z-index: 1;
    left: 32px;
    }
    .snd-input-custom-form {
    border: 0 !important;
    border-bottom: 0 !important;
    background: transparent;
    margin-left: 8px;
    font-size: 28px;
    padding-top: 25px;
    cursor: default;
    color: #ff8700 !important;
    height: 50px;
    }
    html{
        font-size: 14px;
    }

    h1{
        font-size: 2.25rem;
    }
    h2{
        font-size: 1.7441em;
    }
    .mt--120{
        margin-top: -50px;
    }

    /*navbar*/
    .main-menu ul li{
        padding: 15px 0 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        /*margin-bottom: 20px !important;*/
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }

    /*counter*/
    .counter{
        margin-top: 25px;
    }
    .single-card{
        padding: 10px 15px;
        margin-bottom: 25px;
        margin-left: 16px;
    }
    .single-card:nth-child(2n){
        top: 0;
    }

    /*client*/
    .client-section-wrap.d-flex{
        display: inherit !important;
    }
    .btn-link {
    padding: .7692rem .0rem !important;
    }
    .tab-right-txt {
    padding: .7692rem .2rem;
    }
    .tab-country-name {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: #333547;
   }
   .to-digit {
    letter-spacing: 0;
    color: #333547;
    font-size: 15px;
   }
   .from-digit {
    color: #919191;
    font-size: 14px;
    }
    .tab-dropdownd-icon {
    margin-left: 6px;
    border-left: 1.3px solid #73747e;
    padding-left: 8px;
   }
   .tab-checked-icon {
    max-width: 20px;
    margin-right: 6px;
   }
   .payments-radio-lable {
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.88px;
    color: #1F212D;
    opacity: 1;
    margin: 16px 0 10px;
   }
   .tab-from-GBP {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: #FF9844;
   }
   /*radio check btn*/
   .payments-radio-btn {
    display: block;
   }
   .labletext {
    text-align: left;
    letter-spacing: 0;
    color: #6E7083;
    opacity: 1;
    font-size: 16px;
   }
   .tick {
    position: absolute;
    left: 0;
    top: 3;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1.4px solid #bdbfc1;
    border-radius: 50%;
  }
  .label-radio input:checked~.labletext {
    font-weight: 500;
    color: #5186ec;
    font-size: 16px;
   }
   .label-radio .tick:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #5186ec;
    border-width: 0 1.6px 1.6px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
   }
   .pt-15 {
    font-size: 15px;
   }
   .next-btn {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    background: #FF9844 0% 0% no-repeat padding-box;
    border: 1px solid #FF9844;
    border-radius: 6px;
    float: right;
    margin-top: 30px;
    padding: 6px 55px;
    width: 100%;
   }
   .focus-next-btn {
    background: #2ABE65 0% 0% no-repeat padding-box;
    border: 1px solid #2ABE65;
    border-radius: 6px;
    float: right;
    margin-top: 30px;
    padding: 6px 55px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    width: 100%;
   }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    .mt--120{
        margin-top: -50px;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type){
        margin-bottom: 20px !important;
    }
    .row> div[class*='col-']:last-of-type{
        margin-bottom: 0;
    }
    .about-content-right{
        margin-top: 20px;
    }
}



@media (min-width:768px){
    .min-show-768{
        display:unset !important;
    }
}


@media (max-width:767px){
    .min-show-768{
        display:none !important;
    }
}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120{
        margin-top: -50px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}


@media (min-width:768px){
   .show-min-768{
        display: block;
  }
}
@media (max-width:767.99px){
   .show-min-768{
        display: none;
  }
}


@media (min-width:576px){
   .show-min-576{
    display: inherit;
  }
}
@media (max-width:575.99px){
   .show-min-576{
        display: none;
  }
}


@media (min-width:300px) and (max-width:576px){
    .d-none-on-575{
        display: none;
    }
}

