@font-face {
    font-family: 'coolveticaregular';
    src: url('/assets/fonts/coolvetica/coolvetica-rg-webfont.woff2') format('woff2'),
        url('/assets/fonts/coolvetica/coolvetica-rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#preloader {
    position: fixed;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
    color: #161C2D;
    background-color: #FAD776;
    border-color: #FAD776;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 27px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
@media (max-width: 481px) {
    .float {
        width: 50px;
        height: 50px;
        right: 27px;
        bottom: 85px ;
        font-size: 26px;
    }
    .my-float{
        margin-top:12px !important;
    }
}

.my-float {
    margin-top: 16px;
}

.coolvetica1 {
    font-family: 'coolveticaregular', sans-serif !important;
}

.coolvetica {
    font-family: 'coolveticaregular', sans-serif !important;
    letter-spacing: .5px;
}

.poppins {
    font-family: 'Poppins', sans-serif !important;
}

body,
.bg {
    background-color: #E8ECEF !important;
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-brand {
    padding-top: 0;
}

.btn {
    padding: 16px 32px !important;
    border-radius: 10px !important;
}

.btn-primary {
    color: #fff;
    background-color: #EC3439;
    border-color: #EC3439;
}

.btn-primary:hover {
    color: #fff;
    background-color: #EC3439;
    border-color: #EC3439;
}

.landing-calculator-border {
    border-bottom: 2px solid rgb(0 0 0 / 20%);
    padding-bottom: 5px;

}

.landing-cal-shadow {
    box-shadow: 0px 3px 9px rgb(0 0 0 / 20%);
}

.top-ellipse {
    width: 100%;
    /* Set the width of your element */
    height: 860px;
    /* Set the height of your element */
    background-image: url('/assets/images/landing/ellipse1.png');
    /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: contain;
    /* This ensures that the background image covers the entire element */
    background-position: top right;
    /* Set the position of the background image to the top right corner */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
}

.top-ellipse-bangladesh {
    /*width: 100%; !* Set the width of your element *!*/
    /*height: 860px; !* Set the height of your element *!*/
    background-image: url('/assets/images/landing/ellipse-bangladesh.png');
    /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    /* This ensures that the background image covers the entire element */
    background-position: top right;
    /* Set the position of the background image to the top right corner */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
}

.mission {
    width: 100%;
    /* Set the width of your element */
    height: 50vh;
    /* Set the height of your element */
    background-image: url('/assets/images/landing/mission.png');
    /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: contain;
    /* This ensures that the background image covers the entire element */
    background-position: top right;
    /* Set the position of the background image to the top right corner */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
}

.login-image {
    /*width: 100%; !* Set the width of your element *!*/
    /*height: 100%; !* Set the height of your element *!*/
    background-image: url('/assets/images/landing/login-image.webp');
    /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    /* This ensures that the background image covers the entire element */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
    /*background-position: right top ;*/
}

.signup-image {
    /*width: 100%; !* Set the width of your element *!*/
    /*height: 100%; !* Set the height of your element *!*/
    background-image: url('/assets/images/landing/signup-image.webp');
    /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    /* This ensures that the background image covers the entire element */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
    /*background-position: right top ;*/
}

.margin-top-70px {
    margin-top: 170px !important;
}

.m-t-100-px {
    margin-top: 100px;
}

.m-t-40-px {
    margin-top: 40px;
}

.p-t-50-px {
    padding-top: 50px;
}

.p-t-100-px {
    padding-top: 100px;
}

.p-r-50-px {
    padding-right: 50px;
}

.p-r-100-px {
    padding-right: 100px;
}

.p-r-20-px {
    padding-right: 20px;
}

.p-r-10-px {
    padding-right: 10px;
}

.m-t-130-px {
    margin-top: 130px;
}

.m-t-80-px {
    margin-top: 80px;
}

.m-t-50-px {
    margin-top: 50px;
}

.m-t-30-px {
    margin-top: 30px;
}

.text-1C1 {
    color: #1C1B1F;
}

.text-fff {
    color: #ffffff;
}

.text-062 {
    color: #06284D;
}

.text-000 {
    color: #000000;
}

.opa-20 {
    opacity: 20%;
}

.opa-70 {
    opacity: 70%;
}
.opa-100 {
    opacity: 100% !important;
}

.br-20px {
    border-radius: 20px;
}

.w-85 {
    width: 85%;
}

.fs-14-px {
    font-size: 14px;
}

.fs-15-px {
    font-size: 15px;
}
.mb-1px{
    margin-bottom: 1px !important;
}
.mb-5px{
    margin-bottom: 5px !important;
}
.mb-16px{
    margin-bottom: 16px !important;
}

.mt-16px{
    margin-top: 16px !important;
}
.fs-16-px {
    font-size: 16px;
}

.fs-18-px {
    font-size: 18px;
}
.w-70px{
    width: 70px !important;
}

.justify-content-left{
    justify-content: left !important;
}
.fs-20-px {
    font-size: 20px;
}

.fs-24-px {
    font-size: 24px;
}

.fs-40-px {
    font-size: 40px;
}

.fs-40-px {
    font-size: 40px;
}

.fs-64-px {
    font-size: 64px;
}

.lh-12-px {
    line-height: 12px;
}

.lh-30-px {
    line-height: 30px;
}

.lh-35-px {
    line-height: 35px;
}

.lh-20-px {
    line-height: 20px;
}

.lh-24-px {
    line-height: 24px;
}

.lh-25-px {
    line-height: 25px;
}

.btn-secondary {
    color: #fff;
    background-color: #06284D;
    border-color: #06284D;
}

.mt-n40 {
    margin-top: -40px;
}


.track-transfer-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F9F9F9;
}

.track-input {
    border: 0;
    border-bottom: 2px solid rgb(0 0 0 / 20%);
    border-radius: 0;
    padding-left: 0;
}

.img-i {
    height: 400px !important;
    width: 800px !important;
    object-fit: cover !important;
}

.image-container {
    position: absolute;
    top: 0;
    right: 0;
}

.form-control:focus {

    border-radius: 10px;
    background: #FFF;
    border: none;
    outline: none;
    box-shadow: none;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec {
    background-color: #E8ECEF;
}

.img-b {
    height: 400px !important;
    width: 800px !important;
    object-fit: cover !important;
}

.countries-map {
    width: 100%;
    /* Set the width of your element */
    height: 100%;
    /* Set the height of your element */
    background-color: #E8ECEF !important;
    background-blend-mode: multiply;
    background-image: url('/assets/images/landing/countries_map.webp');
    /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    /* This ensures that the background image covers the entire element */
    background-position: top right;
    /* Set the position of the background image to the top right corner */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
}

.countries-map-new {
    width: 100%;
    /* Set the width of your element */
    height: 100%;
    /* Set the height of your element */
    background-color: #E8ECEF !important;
    background-blend-mode: multiply;
    background-image: url('/assets/images/landing/countries_map.webp');
    /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: contain;
    /* This ensures that the background image covers the entire element */
    background-position: top right;
    /* Set the position of the background image to the top right corner */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
}

.countries-card {
    background: white;
    width: 100%;
    height: 164px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px #00000010;
}

.contact-card {
    background-color: #E8ECEF;
    width: 315px;
    height: 180px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px #00000010;
    padding: 30px 10px 20px 10px;
}

.info-card {
    background: #E8ECEF;
    width: 315px;
    height: 296px;
    padding: 40px 20px 10px 20px;
    border-radius: 10px;

}

.info-card-privacy {
    background: #E8ECEF;
    width: 315px;
    height: 389px;
    padding: 40px 20px 10px 20px;
    border-radius: 10px;
}


.border-radius-5px {
    border-radius: 5px !important;
    box-shadow: 0 5px 15px #00000010;
    overflow: hidden;
}

.accordion-button:after {
    background-image: url("/assets/img/icons/expand_more.svg") !important;
}

.accordion-button:not(.collapsed) {

    color: #06284D;
    background-color: #ffffff;
    box-shadow: none !important;
}

.custom-div-img-height {
    height: 450px !important;
}

.border-faq {

    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-right: 1px solid !important;
    border-left: 0 !important;
}

a {
    text-decoration: none;
}

.custom-form-control {
    height: 60px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    border: none;
    outline: none;
}

.custom-form-control::placeholder {
    color: #2E2E2E30;
    font-family: 'coolveticaregular', sans-serif !important;
    letter-spacing: .5px;
    font-size: 18px;
}
.lift-animation {
    transition: transform 0.3s ease-in-out;
}

.lift-animation:hover {
    transform: translateY(-3px);
}
.checkbox-custom {
    border: 2px solid black;
    /* Adjust the width and color as needed */
    border-radius: 50%;
    /* Make it rounded */
    margin-right: 5px;
    /* Adjust spacing between checkbox and label as needed */
}

.display-flex {
    display: flex;
    flex-direction: row;
}
.display-flex {
   display: flex !important;
}

.position-absolute-lg {
    position: absolute;
    top: 0;
    left: 0;
}
.mt-7px{
    margin-top: 7px !important;
}
.mb-7px{
    margin-bottom: 7px !important;
}

.mt-170px {
    margin-top: 170px !important;
}

.padding-5-lg {
    padding: 5px;
}

.lg-width-50 {
    width: 50%;
}

.fs-40px-lg {
    font-size: 40px;
}

.lg-display-block {
    display: block;
}

.sm-display-block {
    display: none;
}

.lg-width-35 {
    width: 35%;
}

.lg-width-25 {
    width: 25%;
}

.lg-width-85 {
    width: 85%;
}

.mt-100px-lg {
    margin-top: 100px;
}


.mt-75px-lg {
    margin-top: 75px;
}

.mt-130px-lg {
    margin-top: 130px;
}
.mt-70px-lg {
    margin-top: 70px;
}

.fs-96px-lg {
    font-size: 76px;
}

.mt-2-lg {
    margin-top: 10px;
}

.nowrap {
    white-space: nowrap !important;
}

.mt-3-lg {
    margin-top: 20px;
}

/* .w-50{
    width: 50px !important;
} */

.mt-4-lg {
    margin-top: 60px;
}

.d-block-lg {
    display: block;
}

.text-center-lg {
    text-align: center;
}

.bg-white-lg {
    background-color: #ffffff !important;
}

.play-store-lg {
    width: 230px;
    height: 67px;
}

.apple-store-lg {
    width: 208px;
    height: 69px;
}

.p-t-80px-lg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.m-t-80px-lg {
    margin-top: 80px !important;
}

.pt-custom {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pt-me {
    padding-top: 4% !important;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, .85rem);
    padding-left: var(--bs-gutter-x, .85rem);
}

.container {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

.w-75-lg {
    width: 90% !important;
}

.p-4-lg {
    padding: 1rem !important
}

.mt-3-sm {
    margin-top: 0 !important;
}

.ptb-80px-sm {
    padding-top: 100px !important;
    padding-bottom: 20px !important;
    padding-left: 30% !important;
}

.ptb-80px-sm-master {
    padding-top: 40px;
    padding-bottom: 20px !important;
}

.lg-height-550 {
    height: 550px;
}

.gap-3-lg {
    gap: .75rem !important
}

.justify-content-center-sm {
    justify-content: start !important
}

.justify-content-custom {
    justify-content: center !important
}
.justify-content-referral{
    justify-content: center !important
}

.fs-35px {
    font-size: 35px !important
}
.fs-32px {
    font-size: 32px !important
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

.pt-50-lg {
    padding-top: 50px;
}

.pt-top-80px {
    padding-top: 80px !important;
}

.custom-pr {
    padding-right: 2rem !important;
}


.custom-image {

    border-radius: 10px !important;
    width: 100%;
}

.custom-image1 {

    border-radius: 7px;
    width: 100%;
    /* width: 23.6rem; */

}
.opacity-3-pct{
opacity: .35 !important;
}
.custom-image2 {
    width: 986px;
    height: 513px;
}

.img1 {
    height: 638px;
    width: 638px;

}

.font-size {
    font-size: 36px;
}

.background-b {
    background: #D9D9D9;
}

.font-margin {
    font-weight: Medium;
    margin-left: 6px;
}
.f-w-600{
    font-weight: 600 !important;
}
.h-16px{
    height: 16px !important;
}
.w-16px{
    width: 16px !important;
}

.paragraph {
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
    text-overflow: ellipsis;
    overflow: hidden;
}


.para {
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
    /* text-align: justify !important; */
}

.custom-width-95 {
    width: 95% !important;
}

.country-sty {
    color: #EC3439;
    font-size: 24px !important
}



/* .ellipsis{
    overflow: hidden;
    text-overflow: ellipsis ;
    
} */
.feat-blog-img {
    height: 377px;
    width: 100%;
    margin: auto;
    object-fit: cover;
    max-height: 377px;
}

.blog-card-img {
    height: 212px;
    width: 100%;
    margin: auto;
    object-fit: cover;
    max-height: 212px;
}

.blog-article-img {
    height: 513px;
    width: 100%;
    margin: auto;
    object-fit: cover;
    max-height: 513px;
}

.card {

    border-radius: 10px;

}



.card-text {
    font-size: 24px;
    font-family: 'coolveticaregular', sans-serif !important;
    color: #000000;
}

.height-56 {
    height: 56%;
}

.height-44 {
    height: 44%;
}

.page-item1 {
    background-color: #06284D;
}

.btn-custom-1 {
    background-color: #06284D;
    color: white;
}

.page-item1 {
    border-color: blue;
}

.custom-bg-color {
    background-color: #06284D;
    border-radius: 10px;
}

.space {
    padding-top: 10px;
}

.padding-top-40px {
    padding-top: 40px !important;
}

.width-75 {
    width: 75%;
}

.width-65 {
    width: 65%;
}

.custom-width-1200-px {
    width: 50%;
}

.svg-mar {
    margin-top: unset !important;
}

.str-mob {
    text-align: unset !important;
}

.custom-mobile-width {
    width: 62%;
}


.footer-store-links {
    text-align: end !important;
}

.follow-margin {
    margin-left: 21px !important;
}

@media (max-width: 1200px) {
    .footer-store-links {
        text-align: start !important;
        padding-bottom: 20px !important;
    }

    .footer-align-text {
        text-align: start !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .footer-items-align {
        align-content: start !important;
    }

    .follow-margin {
        margin-left: 0 !important;
    }

    .playstore-button-ml-0 {
        margin-left: 0 !important;
    }

    .footer-padding-left {
        padding-left: 11px !important;
    }
}


/* referralpage  start */







.flex-container {

    flex-direction: row;


}

.custom-div {
    height: 100%;
    padding-left: 1rem;
    border-right: 3px solid #06284d;
    border-bottom: 3px solid #06284d;
    width: 173px;
    align-content: space-evenly;
}


.content-container h2 {
    font-size: 26px;
}

.content-container p {
    font-size: 20px;
}

.content-center {
    padding: 0 15px;
}

.content-center h2 {
    font-size: 27px !important
}

.content-center h3 {
    font-size: 24px !important
}

.font-responsive {
    font-size: 20px !important;
}

.font-size {
    margin-top: 3rem !important;
}
.responsive-div{
    margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
    }
    .responsive-div{
    margin-bottom: 2rem !important;
    }
    .content-center h2 {
        font-size: 17px !important
    }

    .font-size {
        margin-top: 1rem !important;
    }

    .content-center h3 {
        font-size: 17px !important
    }

    .font-responsive {
        font-size: 16px !important;
    }

    .flex-container .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .custom-div {
        /* margin-top: 8px; */
        border-right: none;
        border-bottom: none;
    }


    .content-container h2 {
        font-size: 17px !important;
        margin: 0;
        text-align: center;
    }

    .content-container p {
        font-size: 16px;
        text-align: center;
        margin-top: 0.5rem;
    }






    .content-center {
        text-align: center;
    }

    .content-center h2,
    .content-center h3,
    .content-center p,
    .content-center a {
        margin-left: auto;
        margin-right: auto;
    }

    .content-center ul {
        padding-left: 0;
        display: inline-block;
        text-align: left;
    }

    .content-center ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

}

@media (max-width: 770px) {
    .responsive-div {
        height: 220px !important;
    }


}


/* referral page end   */







@media (max-width: 1399px) {
    .send-money-custom-pr {
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 1400px) {
    .pt-me {
        padding-top: 2% !important;
    }
}

/* @media (max-width: 1400px) {
    
    .pt-me{
        padding-top: 50px !important;
    }
} */

/* @media (max-width: 1199px) {

    .l-align{
        
        text-align: start !important;
        margin: unset !important;
      
    }
} */
.l-align {
    text-align: center !important;
}

.l-center {
    text-align: unset !important;
}

.left-d {
    justify-content: center !important;
}

.custom-align {
    text-align: unset !important;
}


@media (max-width: 1200px) {

    .custom-align {
        text-align: center !important;
    }

    .custom-width-95 {
        width: 100% !important;
    }

    .l-center {
        text-align: center !important;
        /* justify-content: center !important; */

    }

    .image-container {
        position: unset;
        top: unset;
        right: unset;
    }

    .width-100px {
        width: 100% !important;
    }

    .align-item1 {
        align-items: start !important;
        /* text-align: left !important; */
    }

    .justify-content-custom {
        justify-content: start !important
    }

    .pt-custom {
        padding-top: unset !important;
    }

    .custom-width-1200-px {
        width: 100%;
    }

    .custom-pr {
        padding-right: 1.5rem !important;
    }

    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .display-flex {
        flex-direction: column;
        align-items: center;
    }

    .lg-height-550 {
        height: auto;
    }

    .padding-5-lg {
        padding: 0;
    }

    .position-absolute-lg {
        position: inherit;
        top: 0;
        left: 0;
    }

    .lg-width-50 {
        width: 100%;
    }

    .fs-40px-lg {
        font-size: 24px;
    }

    .fs-40px-lg {
        font-size: 24px;
    }

    .lg-display-block {
        display: none;
    }

    .sm-display-block {
        display: block;
    }

    .top-ellipse {
        background: #E8ECEF;
    }

    .lg-width-35 {
        width: 100%;
    }

    .lg-width-85 {
        width: 100%;
    }

    .mt-100px-lg {
        margin-top: 20px;
    }

    .mt-75px-lg {
        margin-top: 20px;
    }


    .mt-130px-lg {
        margin-top: 50px;
    }

    .fs-96px-lg {
        font-size: 50px;
    }

    .mt-2-lg {
        margin-top: 40px;
    }


    .mt-3-lg {
        margin-top: 30px;
    }

    .mt-4-lg {
        margin-top: 30px;
    }

    .d-block-lg {
        display: none;
    }

    .text-center-lg {
        text-align: left;
    }

    .lg-width-25 {
        width: 100%;
    }

    .bg-white-lg {
        background-color: #E8ECEF !important;
    }

    .play-store-lg {
        width: 190px;
        height: 56px;
    }

    .apple-store-lg {
        width: 189px !important;
        height: 64px !important;
    }

    .p-t-80px-lg {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .pt-20px {
        padding-top: 20px !important;
    }

    .pt-80px {
        padding-top: 80px !important;
    }

    .m-t-80px-lg {
        margin-top: 0 !important;
    }

    .w-75-lg {
        width: 100% !important;
    }

    .p-4-lg {
        padding: 0 !important
    }

    .mt-3-sm {
        margin-top: 24px !important;
    }

    card .ptb-80px-sm {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .gap-3-lg {
        gap: 0 !important
    }

    .justify-content-center-sm {
        justify-content: center !important
    }

    .contact-card {
        background-color: #E8ECEF;
        width: 100%;
        height: 180px;
        border-radius: 20px;
        box-shadow: 0px 10px 30px #00000010;
        padding: 30px 10px 20px 10px;
    }

    .pt-50-lg {
        padding-top: 0;
    }

}

@media (max-width: 991px) {
    .custom-mobile-width {
        width: 84%;
    }

    .svg-mar {
        margin-top: 30px !important;
    }

    .left-d {
        justify-content: left !important;
    }

    .l-center {
        text-align: start !important;
    }

    .l-align {

        text-align: start !important;
        margin: unset !important;

    }

    .font-size {
        font-size: 24px !important;
    }

    .border-size {
        border: 1px solid #EBEBEB !important;
        border-top: 0 !important;
        border-radius: 10px !important;
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .width-75 {
        width: unset !important;

    }

    .width-65 {
        width: unset !important;

    }
}

@media (max-width: 767px) {
    .custom-mobile-width {
        width: unset !important;
        text-align: justify;
    }
}

@media (max-width: 575px) {
    .custom-align {
        text-align: unset !important;
    }

    .section-padding {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .feat-blog-img {
        height: unset;
    }

    .blog-card-img {
        height: unset;
    }

    .blog-article-img {
        height: unset;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 420px) {
    .custom-align-svgs-center {
        text-align: center !important;
    }
}

@media (max-width: 1400px) {
    .custom-div-img-height {
        height: 400px !important;
    }
}

.region-btn {
    background-color: #ffffff !important;
    border-color: #D3D3D3 !important;
    border-radius: 0px !important;
    color: #D3D3D3 !important;
    transition: all 0.3s ease-in-out;
}

.region-btn:hover {
    background-color: #f0f0f0 !important;
    color: #000000 !important;
}

.region-btn.active {
    background-color: #D3D3D3 !important;
    border-color: #D3D3D3 !important;
    color: #000000 !important;
}

.region-btn.active:hover {
    background-color: #b0b0b0 !important;
    color: #000000 !important;
}
.special-rate-box{
    background: rgba(255, 168, 0, 0.4);
    border-radius: 10px;
    padding: 12px;
    margin-top: 7px;
}

.special-rate-badge{
    background:#D9534F;
    color:#fff;
    font-size:12px;
    padding:4px 8px;
    border-radius:6px;
}