

@font-face { 
    font-family: Futura Book; 
    src: url('../fonts/Futura Book font.ttf'); 
    font-weight: normal; 
}

@font-face { 
    font-family: Futura Bold; 
    src: url('../fonts/futura medium bt.ttf'); 
    font-weight: normal; 
}
@font-face { 
    font-family: Futura Heavy; 
    src: url('../fonts/Futura Heavy font.ttf'); 
    font-weight: normal; 
}

.search_number_callmama_html_wrap {
    position: relative;
}
.search_number_callmama_inner {
    width: 100%;
    background: #f6fafd;
    border-radius: 8px;
}
.search_number_callmama_flex {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 10px 0;
}
.search_number_callmama_flex .flex-left {
    width: 100%;
}
.search_number_callmama_flex .flex-right {
    width: 100%;
}
.search_number_callmama_flex .select2-container {
    width: 100% !important;
}
/*.select2-container--open .select2-dropdown--below {*/
/*    top: 32px !important;*/
/*}*/
.search_number_callmama_flex .select2-container .select2-selection--single {
    height: 40px;
}
.search_number_callmama_flex .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    position: relative;
}
.search_number_callmama_flex .select2-container--default .select2-selection--single .select2-selection__rendered img {
    height: 18px !important;
}
.select2-container--open ul li span img {
    height: 18px !important;
}
.select2-container--open ul li {
    position: relative;
}
.select2-container--open ul li span.num-type {
    top: 13px !important;
    right: 8px;
}
.search_number_callmama_flex .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.flag-text {
    top: 1px;
    position: relative;
}
span.num-type {
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 1px;
}
.select2-container--default .select2-results__option {
    padding: 0;
    border-bottom: 1px solid #c3c3c4;
}
.select2-container--default .select2-results__option > span {
    display: block;
    padding: 5px;
    /*border-radius: 20px;*/
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted > span {
    background-color: #b2e1fc; !important;
    color: #222;
}
.search_number_callmama_flex div+div {
    margin-left: 15px;
}
.search_number_callmama_flex button.m-s-btn {
    height: 40px;
    width: 50px;
    font-size: 18px;
    background: #0099d2;
    color: #fff;
    border: unset;
    border-radius: 4px;
    line-height: 40px;
    padding: 1px 6px;
}
.search_number_callmama_info_wrap {
    text-align: center;
}
.search_number_callmama_info_wrap h4 {
    margin-bottom: 10px;
    color: #717171;
    font-weight: 600;
    font-size: 22px;
}
.search_number_callmama_info_wrap .price-wrap {
    margin-bottom: 5px;
    font-size: 18px;
    color: #717171;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_number_callmama_info_wrap .prc {
    color: #1c84e8;
    font-size: 60px;
    margin-right: 3px;
}
span.month {
    line-height: 1;
    margin-top: 22px;
}
.search_number_callmama_info_wrap p {
    max-width: 450px;
    margin: 0 auto;
    color: #717171;
}
.search_number_callmama_info_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.search_number_callmama_info_flex div+div {
    margin-left: 10px;
}
.search_number_callmama_info_flex img {
    width: 130px;
    
}

@media (max-width: 767px) {
    .search_number_callmama_flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .search_number_callmama_flex div {
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .search_number_callmama_flex div+div {
        margin-left: 0px;
    }
    .search_number_callmama_flex .search-btn {
        margin-bottom: 0px !important;
    }
}