
@font-face { 
    font-family: Futura Regular; 
    src: url('../fonts/futur.ttf'); 
    font-weight: normal; 
}
@font-face { 
    font-family: Futura Light; 
    src: url('../fonts/Futura Light font.ttf'); 
    font-weight: normal; 
}
@font-face { 
    font-family: Futura Bold; 
    src: url('../fonts/futura medium bt.ttf'); 
    font-weight: normal; 
}
#rates-from .twitter-typeahead {
    width: 100% !important;
}
#rates-from .search-input-plugin {
    width: 100% !important;
    padding-left: 35px;
    border-radius: 24px;
    outline: none;
}
#rates-from .form-group {
    position: relative;
    width: 100%;
}
#rates-from .s-icon {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 12px;
    font-size: 18px;
    color: #888;
    font-weight: normal;
}
.top-with-bg {
    padding-top: 30px;
}
#rates-from2 {
    padding-top: 100px;
}
#rates-from2 .form-group {
    max-width: 400px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
#rates-from2 .s-icon {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 12px;
    font-size: 18px;
    color: #ccc;
    font-weight: normal;
}
#rates-from2 .search-input-plugin {
    width: 100% !important;
    padding-left: 35px;
    border-radius: 24px;
    outline: none;
}
#rates-from2 .twitter-typeahead {
    width: 100%;
}
.close-rate-box {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 40px;
    height: 40px;
    background: #0099d2;
    border-top-right-radius: 27px;
    cursor: pointer;
}
.close-rate-box svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    position: relative;
    top: 10px;
    right: -10px;
}
/*#rates-from2 .search-input-plugin::placeholder {  Chrome, Firefox, Opera, Safari 10.1+ 
  color: #ccc;
}*/
.flag-row {
    text-align: center;
    margin-top: 30px;
}
.flag-row img {
    width: 60px;
}
.title-row {
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    padding: 30px 0;
}

.rate-single-wrap {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 4px;
    box-shadow: 0 10px 24px 0 rgb(0 0 0 / 10%);
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
.rate-card h1 {
    font-size: 24px;
    text-align: center;
    color: #ff6667;
    text-transform: capitalize;
}
.rate-card p {
    text-align: center;
    margin: 30px 0;
}
.top-with-bg {
    background-image: url(https://www.callmama.com/wp-content/uploads/2022/12/Background-Image-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 80%;
    width: 100%;
    z-index: -1;
}
.rate-card table {
    border: 0;
}
.rate-card table tr th {
    text-align: center;
    border-right: 0;
}
.rate-card table tr td {
    text-align: center;
    border-top: 0;
    border-right: 0;
}
.rate-card table tr:last-child td {
    border-bottom: 0;
}
.buy-credit-row {
    text-align: center;
    font-size: 25px;
    color: #ff6667;
    line-height: 25px;
}
.download-app p {
    margin: 15px 0;
}
.download-app .d-flex {
    align-items: center;
    justify-content: center;
}
.download-app .d-flex img {
    width: 150px;
}
.single-rates .site-footer {
    padding-top: 80px;
}

.tt-dataset-countriesList2 {
    background-color: #fff;
    border-radius: 4px;
}
.tt-dropdown-menu {
    margin-top: 10px;
    width: 90%;
    padding: 0;
    z-index: 1000 !important;
    left: 5% !important;
    background-color: #fff;
    border: 1px solid #ececec;
}
.tt-dataset-countriesList2 .tt-suggestion {
    padding-left: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    border-bottom: 1px solid #ececec;
}
.tt-dataset-countriesList2 .ast-flex a {
    display: block;
    width: 100%;
}
.tt-dataset-countriesList2 .ast-flex img {
    margin-right: 10px;
}

/*rate modal*/
#rates-wrap {
    background-color: #fff;
    border-radius: 4px;
    z-index: 2;
    position: relative;
}
#rates-wrap .text-center {
    text-align: center;
}
#rates-wrap .text-capitalize {
    text-transform: capitalize;
}
#rates-wrap .f-13 {
    font-size: 13px;
}
#rates-wrap .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
}
#rates-wrap .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
#rates-wrap .card-body h5 {
    margin: 5px 0;
    font-size: 14px;
    color: #415161;
}
#rates-wrap .btn-outline-danger {
    color: #415161;
    background-color: #fff;
    border-color: #415161 !important;
}
#rates-wrap .btn-outline-danger:hover {
    color: #fff;
    background-color: #0099D2;
    border-color: #0099D2 !important;
}
#rates-wrap .btn-outline-danger+.btn-outline-danger {
    margin-top: 5px;
}
#rates-wrap .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (max-width: 414px) {
    #rates-from2 .form-group {
        max-width: 300px;
    }
    .rate-single-wrap {
        border-radius: 0;
    }
    .single-rates .site-footer {
        padding-top: 0;
    }
}
.mt-4 {
    margin-top: 16px;
}
@media (max-width: 767px) {
    .row.mx-auto {
        flex-direction: column;
    }
    .row.mx-auto .col {
        flex-basis: unset;
        margin-bottom: 15px;
    }
}
.app-download-wrap {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.app-download-wrap a img {
    max-width: 100%;
    width: 166px;
}
.app-download-wrap a+a {
    margin-left: 15px;
}
.logo-with-name {
    margin: 0 auto;
    text-align: center;
}
.logo-with-name a {
    margin-bottom: 10px;
}
.logo-with-name .cname {
    margin-bottom: 10px;
    color: #0099d2;
    font-size: 16px;
    font-weight: 600;
}
.rates-table {
    width: 100%;
}
.rates-table .table {
    border-radius: 4px;
}
.rates-table tr td, .rates-table tr th {
    text-align: center;
}
.rates-table tr td:first-child, .rates-table tr th:first-child {
    border-right: unset;
}
.rates-table tr td, .rates-table tr th {
    width: 50%;
}
#rates-wrap .col-md-7 p.text-center {
    margin-bottom: 10px;
    line-height: 1;
}
#rates-wrap .col-md-7 .row h4 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}
#rates-wrap .col-md-7 .download-text {
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}
#rates-wrap .col-md-4 p {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
}
.rates-table a {
    display: block;
    text-align: center;
}
#rates-wrap .v-divider {
    width: 1px;
    height: 100%;
    background: #415161;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.rates-left-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}


