:root{
    font-size: 16px;

}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;

}
li,a,label,span ,p{
    font-family: 'Roboto', sans-serif;

}
p , a{
    font-size: 14px;
}
.flex-1 {
    flex: 1;
}

.slick-next {
    right: 0px;
}
.slick-prev {
    left: 0px;
    z-index: 1;
}

.theme_mt_mb{
    margin-top: 100px;
    margin-bottom: 100;

}
.theme_pt_pb{
    padding-top: 100px;
    padding-bottom: 100px;

}
a.navbar-brand img {
    width: 100%;
}
a{
    color: #000;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.column-gap-1{
    column-gap: 1rem;
}
.column-gap-2{
    column-gap: 2rem;

}
.row-gap-2{
    row-gap: 2rem;
}
.drpshadow{
    box-shadow: 1px 0 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

.customers_section {
    background: #f4f4f4;
}
ul.navbar-nav li a {
    color: #635551 !important;
}
header.header_sec {
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 1px 0 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.cs_item{
    background-color: #fff;
    text-align: center;
    margin: 5px 20px;
    padding: 20px;
}
.section_heading{
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}
.slider_sec .calculator {
    position: absolute;
    top: 50%;
    background-color: #fff;
    width: 500px;
    padding: 2rem;
    left: 50%;
    transform: translate(-50% , -50%);
    border-radius: 10px;
}
.inputBox label {
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50% , -50%);
}
.inputBox {
    border: 1px solid #ccc;
    width: 100%;
    display: table;
    position: relative;
    width: 100%;
    float: left;
    border-collapse: collapse;
    display: flex;
    align-items: center;
}
.inputBox input {
    width: 100%;
    /* padding: 30px 5px 10px 45px; */
    font-size: 36px;
    border: 0;
    display: table-cell;
    outline: 0;
}

.countryIco {
    display: table-cell;
    vertical-align: middle;
    background: #f2f2f2;
    width: 25%;
    color: #222;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}


a.send-btn {
    /* padding: 15px; */
    letter-spacing: 1px;
    margin: 0px auto;
    margin-top: 1rem !important;
    text-align: center;
    display: block;
    border-radius: 4px;
    border: solid 1px #ddd;
    text-transform: uppercase;
    margin-top: 4px;
    background: #faa62a;
    padding: 16px 20px;
    font-size: 18px;
    color: #222;
}
.maequee_text {
    background: #ae1f8d;
    color: #fff;
    padding: 8px;
    font-weight: 800;
    font-size: 16px;
    display: flex;
}
.cs_slider button.slick-arrow::before,
.slider_sec .slick-arrow::before{
    content: "\f104";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 30px;
}
.slider_sec .slick-arrow::before{
    color: #fff;
}
.slider_img{
    position: relative;
}
.slider_img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}
.item_title h2 {
    font-weight: bold;
    font-size: 21px;
}

.item_heading h4 {
    text-decoration: underline;
}
.cs_slider button.slick-next.slick-arrow,
.slider_sec button.slick-next.slick-arrow{
    transform: rotate(180deg);

}
section.benefit_sec .benefits_wrapper {
    border: 1px solid #ddd;
    padding: 1rem;
}
section.benefit_sec .benefits_wrapper .benefits_icon img{
    filter: drop-shadow(1px 8px 2px #337ab7);
}
.sendMoney_sec .sec_sub_heading p {
    font-size: 20px;
    color: #333333;
    font-weight: 500;

}
.sendMoney_sec .sec_sub_heading p a{
    color: #337ab7;
}
.sendMoney_sec .sendmoney_box {
    flex-basis: 18%;
    text-align: center;
    padding: 2% 0;
    border: 2px solid #ddd;
}
.sendmoney_box.axis {
    border-color:  #b62560;
}
.sendmoney_box.icici {
    border-color:  #b02a31;
}
.sendmoney_box.andhra {
    border-color:  #fdf200;
}
.sendmoney_box.state {
    border-color:  #156dd1;
}
.sendmoney_box.axis span a{
    color: #b62560;
    font-size: 18px;
}
.sendmoney_box.icici span a{
    color: #b62560;
    font-size: 18px;
}
.sendmoney_box.andhra span a{
    color: #b62560;
    font-size: 18px;
}
.sendmoney_box.state span a{
    color: #b62560;
    font-size: 18px;
}
.sendMoney_sec .after_line::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ddd;
    transform: translateY(-50%);
}
.sendMoney_sec .after_line:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: #ddd;
    transform: translateX(-50%);

}
.row.after_line .col-lg-6 {
    padding: 3rem;
}
.footer_sec.bg-dark{
    background-color: #000 !important;
    color: #fff;
}
.footer_sec h4{
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 4px;
    background: #4c4c4c;
    color: #fff;
}
.footer_links ul li a {
    padding: 4px 0;
    margin-left: 24px;
    color: #7f7f7f;
    font-size: 13px;
}
.social_icons {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}


.social_icons a {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.social_icons a img +:nth-child(2) {
    position: absolute;
    left: 0;
    transform: translateY(138%);
    opacity: 0;
    transition: all .5s linear;
}

.social_icons a img:nth-child(1) {
    position: relative;
    z-index: 1;
}
.social_icons a img:nth-child(1):hover {
    transform: translateY(-100%);
    opacity: 0;
    transition: all .5s linear;
}
.social_icons a img:nth-child(1):hover + :nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
}
footer.footer_sec hr {
    border-color: #fff;
    margin: 2rem 0;
}
.sub_footer_list ul li a{
    color: #999;
}

#back-to-top {
    cursor: pointer;
    position: fixed!important;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 11px;
    padding-top: 2px;
    border-radius: 100%;
    border: 1px solid;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04),0 4px 8px 0 rgba(0,0,0,0.20)!important;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0577ad;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
  }

  /* signin form css start */
  .sign-content {
    background-color: #f5f5f5;
}
  .icon-facebook:before {
    content: "\f09a";
    font-family: 'fontAwesome';
}
.icon-twitter:before {
    content: "\f099";
    font-family: 'fontAwesome';
}
.icon-google:before {
    content: "\f1a0";
    font-family: 'fontAwesome';
}
.icon-right-arrow:before {
    content: "\f061";
    font-family: 'fontAwesome';
}
.icon-left-arrow:before {
    content: "\f060";
    font-family: 'fontAwesome';
}
.social-login{
    display: flex;
    justify-content: space-evenly;
}
.social-login a {
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-login a.facebook {
    background: #3b5998;
}
.social-login a.twitter {
    background: #1da1f2;
}
.social-login a.google {
    background: #ea4335;
}

input.btn.btn-block.btn-primary,a.btn.btn-block.btn-primary {
    background-color: #de1d3e;
    border-color: #de1d3e;
}
.next_btn a{
    max-width: max-content;
}
.next_btn{
    display: flex;
    justify-content: end;
}
.cancel_btn {
    color: #de1d3e;
    border-color: #de1d3e;
    width: 100%;
}
.cancel_btn:hover{
    background-color: #de1d3e;
    color: #fff;
    border-color: #de1d3e;
}
.signup_text a{
    text-decoration: underline;
}
.forget_buttons{
    column-gap: 8rem;
    justify-content: center;
    align-items: center !important;
}
.submit_btn{
    display: flex;
    justify-content: end;
}
.submit_btn input[type="submit"] {
    /* width: max-content !important; */
    width:max-content;
}
  /* signin form css end */
.w300{
    width: 300px;
}
.viber{
    background-color: #6f42c1;
    width: 93%;
   
    margin-left: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.applinks a {
    min-width: 133px;
    padding: 6px 0 7px 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    justify-content: center;
    text-align: left;
    background: #101010;
}

/* Adjust as needed for your layout and styling */
.download-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .app-store-button,
  .google-play-button {
    display: inline-block;
    width: 200px; /* Adjust the width as needed */
    height: 60px; /* Adjust the height as needed */
    border-radius: 10px;
  }
  
  .app-store-button img,
  .google-play-button img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  
  /* Media query for responsiveness */
  @media screen and (max-width: 480px) {
    /* .download-buttons {
      flex-direction: column;
    } */
  
    .app-store-button,
    .google-play-button {
      width: 150px; /* Adjust the width as needed for smaller screens */
      height: 45px; /* Adjust the height as needed for smaller screens */
    }
  }

  #wel_note{
     text-align: center;
     font-weight: 900;
     padding-bottom: 20px;

  }
