/*DatePicker*/
.daterangepicker {padding: 0; margin: 0; width: auto; -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); border-radius: 0.42rem; border: 0; font-family: Poppins, Helvetica, "sans-serif"; z-index: 96; } .modal-open .daterangepicker {z-index: 1051; } .daterangepicker:after, .daterangepicker:before {display: none; } .daterangepicker .ranges ul {padding: 1rem 0; width: 175px; } .daterangepicker .ranges li {padding: 0.7rem 1.75rem; font-weight: 500; font-size: 1rem; color: #7E8299; -webkit-transition: color 0.3s ease; transition: color 0.3s ease; } .daterangepicker .ranges li:hover, .daterangepicker .ranges li.active {background-color: #F3F6F9; color: #2f55d4; -webkit-transition: color 0.3s ease; transition: color 0.3s ease; } .daterangepicker.show-calendar .ranges {border-right: 1px solid #EBEDF3; margin-top: 0; height: 297px; } .daterangepicker.show-ranges .drp-calendar.left {border-left: 0; } .daterangepicker .drp-buttons {padding: 1rem 1.75rem; border-top: 1px solid #EBEDF3; } .daterangepicker .drp-buttons .btn {font-size: 0.9rem; font-weight: 500; padding: 0.5rem 1rem; border-radius: 0.42rem; } .daterangepicker .drp-selected {font-size: 0.9rem; } .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {padding: 1rem 1rem; } .daterangepicker .drp-calendar.left {border-left: 0 !important; } .daterangepicker .drp-calendar th, .daterangepicker .drp-calendar td {font-size: 1rem; font-weight: regular; width: 33px; height: 33px; } .daterangepicker .drp-calendar th {font-weight: 500; color: #3F4254; } .daterangepicker .drp-calendar th.month {font-weight: 500; color: #3F4254; } .daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {border-width: 0 1px 1px 0; border-color: #7E8299; } .daterangepicker .drp-calendar th.next span {margin-right: 1px; } .daterangepicker .drp-calendar th.prev span {margin-left: 1px; } .daterangepicker .drp-calendar td {color: #7E8299; } .daterangepicker .drp-calendar td:hover {background-color: #F3F6F9; } .daterangepicker .drp-calendar td.available.off {color: #B5B5C3; } .daterangepicker .drp-calendar td.active {background-color: #2f55d4 !important; color: #FFFFFF !important; border-radius: 0.42rem; } .daterangepicker .drp-calendar td.active.start-date {border-top-right-radius: 0; border-bottom-right-radius: 0; } .daterangepicker .drp-calendar td.active.end-date {border-top-left-radius: 0; border-bottom-left-radius: 0; } .daterangepicker .drp-calendar td.active.start-date.end-date {border-radius: 0.42rem; } .daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {border-radius: 0.42rem; background: rgba(54, 153, 255, 0.12) !important; color: #2f55d4 !important; } .daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {background-color: #F3F6F9; color: #3F4254; } .daterangepicker select {border-radius: 0.42rem; background: transparent !important; border-color: #E4E6EF !important; color: #3F4254 !important; } @media (min-width: 730px) {.daterangepicker.show-calendar .ranges {height: 297px !important; } } @media (max-width: 767.98px) {.daterangepicker.show-calendar .ranges {height: 245px; } } .bootstrap-datetimepicker-widget {border: 1px solid #EBEDF3; border-radius: 0.42rem; } .bootstrap-datetimepicker-widget.dropdown-menu {width: 265px !important; padding: 0; } .bootstrap-datetimepicker-widget .datepicker {width: 100%; padding: 10px; } .bootstrap-datetimepicker-widget .datepicker table {width: 100%; } .bootstrap-datetimepicker-widget .datepicker table thead th {display: table-cell; } .bootstrap-datetimepicker-widget .datepicker table thead th.picker-switch {color: #3F4254; font-weight: 500; display: table-cell; font-size: 1rem; } .bootstrap-datetimepicker-widget .datepicker table thead th.picker-switch:hover {color: #2f55d4; background: #F3F6F9 !important; } .bootstrap-datetimepicker-widget .datepicker table thead th.prev span, .bootstrap-datetimepicker-widget .datepicker table thead th.next span {font-size: 0.8rem; color: #7E8299; } .bootstrap-datetimepicker-widget .datepicker table thead th.prev:hover span, .bootstrap-datetimepicker-widget .datepicker table thead th.next:hover span {color: #2f55d4; } .bootstrap-datetimepicker-widget .datepicker table thead th.disabled {color: #B5B5C3; cursor: not-allowed; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tr td, .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tr th {font-size: 1rem; width: 35px; height: 35px; padding: 0; font-weight: regular; vertical-align: middle; text-align: center; border-radius: 0.42rem; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td {color: #7E8299; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td:hover {background: #F3F6F9; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.old {color: #7E8299; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.new {color: #3F4254; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td:focus, .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.active {background: #2f55d4 !important; color: #ffffff !important; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.selected {background: #E1F0FF; color: #2f55d4; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.disabled {color: #B5B5C3; cursor: not-allowed; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.today {position: relative; background: #E1F0FF !important; color: #2f55d4 !important; } .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.today:before {content: ""; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #2f55d4; border-top-color: #2f55d4; position: absolute; bottom: 4px; right: 4px; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th {font-size: 1rem; width: 35px; height: 35px; padding: 0; font-weight: regular; vertical-align: middle; text-align: center; border-radius: 0.42rem; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span {color: #7E8299; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span:hover, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span:hover, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span:hover, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span:hover, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span:hover, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span:hover {background: #F3F6F9; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.old, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.old, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.old, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.old, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.old, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.old {color: #7E8299; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.new, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.new, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.new, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.new, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.new, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.new {color: #3F4254; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span:focus, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span:focus, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span:focus, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span:focus, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span:focus, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span:focus, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.active {background: #2f55d4 !important; color: #ffffff !important; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.selected, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.selected, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.selected, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.selected, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.selected, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.selected {background: #E1F0FF; color: #2f55d4; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.today, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.today, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.today, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.today, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.today, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.today {position: relative; background: #E1F0FF !important; color: #2f55d4 !important; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.today:before, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.today:before, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.today:before, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.today:before, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.today:before, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.today:before {content: ""; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #2f55d4 !important; border-top-color: #2f55d4 !important; position: absolute; bottom: 4px; right: 4px; } .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.disabled, .bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.disabled, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.disabled, .bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.disabled, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.disabled, .bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.disabled {color: #B5B5C3; cursor: not-allowed; } .bootstrap-datetimepicker-widget .timepicker {padding: 10px; } .bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td {width: auto; height: auto; text-align: center; vertical-align: middle; padding: 0; line-height: 35px; } .bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td a {padding: 0; } .bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td span {-ms-flex-line-pack: center; align-content: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 35px; width: 35px; font-size: 0.8rem; color: #7E8299; } .bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td .timepicker-hour {font-size: 1rem; color: #7E8299; font-weight: 400; } .bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td:hover span {background: #F3F6F9; color: #2f55d4; } .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes table, .bootstrap-datetimepicker-widget .timepicker .timepicker-hours table {width: auto; margin: 0 auto; } .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes table tr td, .bootstrap-datetimepicker-widget .timepicker .timepicker-hours table tr td {height: 35px; width: 35px; line-height: 35px; font-size: 1rem; font-weight: 400; color: #7E8299; } .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes table tr td:hover, .bootstrap-datetimepicker-widget .timepicker .timepicker-hours table tr td:hover {background: #F3F6F9; color: #2f55d4; } .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle {padding: 10px; } .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table {padding: 0; } .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td {padding: 0; height: 35px; } .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td a {padding: 0; color: #3F4254; font-weight: 500; } .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td a span {font-size: 1.1rem; color: #7E8299; } .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td:hover {background: #F3F6F9 !important; } .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td:hover a span {background: transparent; color: #2f55d4; } .bootstrap-datetimepicker-widget .collapse.show ~ .picker-switch.accordion-toggle {padding-top: 0; } .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle ~ .collapse.show .timepicker {padding-top: 0; }
/*DatePicker*/
@media(min-width: 1400px)
{
    .container
    {
        max-width: 1170px !important;
    }
}
:root {
  --primary: #F650A0;
}
body.loading #preloader
{
    visibility: visible !important;
    opacity: 1 !important;
    background: rgb(255 255 255 / 60%);
}
.text-dark {
    color: #2D2D2D !important;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    line-height: 1.4;
}
img
{
    max-width: 100%;
}
.fs-large
{
    font-size: 110%;
}
.row-large
{
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.row-x-small
{
    --bs-gutter-x: .25rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.custom-logo
{
    max-width: 165px;
    height: auto;
}
.btn
{
    padding-left: 30px;
    padding-right: 30px;
}
.bg-grey
{
    background: #EDEFF1;
}
.footer
{
    background: #F4F4F9;
    color: #2D2D2D;
    font-size: 14px;
}
.footer i
{
    font-size: 20px;
}
.input-group button
{
    padding: 8px 20px;
    display: flex;
    align-items: center;
}
.footer.footer-bar {
    padding: 15px 0;
}
.btn.btn-light.btn-linked {
    color: #fff !important;
    background-color: #007ab9 !important;
}
.btn.btn-light.btn-gmail {
    color: #fff !important;
    background-color: #e0574b !important;
}
.text-banner-left
{
    padding-right: 125px;
}
.bg-map
{
    background: url('../images/bg_map.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 590px;
}
.bg-map .num-up
{
    font-size: 48px;
}
.bg-map h5
{
    font-size: 28px !important;
}
.page-header
{
    min-height: 500px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.page-header .title
{
    font-size: 36px !important;   
}
.breadcrumb .breadcrumb-item:after
{
    content: "\f105" !important;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.page-next
{
    position: relative;
    top: -20px;
    text-align: center;
}
.page-title
{
    font-size: 24px !important;
}
.post-description img
{
    max-width: 80%;
    display: block;
    margin: 10px auto;
}
.post-description h2
{
    font-size: 20px !important;
}
.btn.btn-light.btn-facebook
{
    color: #fff !important;
    background: #3b5998 !important;
}
.btn.btn-light.btn-google
{
    color: #fff !important;
    background-color: #e0574b !important;
}
.bg-50
{
    padding-top: 50px;
    padding-bottom: 50px;
}
#topnav .navbar-toggle .lines
{
    margin: 15px 20px;
}
.nowrap
{
    white-space: nowrap;
}
.image-cover .image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.image-cover .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image-cover:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.loading:after {
    -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent!important;
    border-top-color: transparent!important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}
.form-control
{
    line-height: 28px;
}
.pagi_wrap
{
    border-top: 1px solid var(--primary);
    padding-top: 10px;
}
.pagi_wrap .pagination
{
    margin-bottom: 0;
}
p
{
    margin-bottom: 10px;
}
#search_wrap
{
}
.dropdown-acct
{
   font-size: 34px;
   color: #f650a0;
}
.mh-100
{
    min-height: calc(100vh - 118px);
}
.bg-page-header
{
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-next-level .page-next
{
    position: absolute;
    top: 110px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0px);
}
#countdown{
    text-align: center;
/*    border-radius: 5px;
    box-shadow: 0px 0px 8px rgb(153 162 204);
    margin: auto;
    padding: 15px;
    padding-top: 25px;
    position: relative;
    background: rgb(178,151,196);
    background: linear-gradient(0deg, rgba(178,151,196,1) 0%, rgba(169,155,199,1) 53%, rgba(153,162,204,1) 93%);*/
}
#countdown #tiles{
    position: relative;
    z-index: 1;
    display: flex;
}
#countdown #tiles > span{
    /*width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    margin: 0 7px;
    padding: 15px 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 30px;*/
    width: 80px;
    height:80px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    background: var(--primary);
    margin-right: 15px;
    border-radius: 10px;
}
#countdown #tiles > span:before{
}
#countdown #tiles > span:after{
}
#countdown .labels{
    width: 100%;
    height: 25px;
    text-align: center;
    bottom: 8px;
    display: flex;
    margin-top: 15px;
}
#countdown .labels li{
    width: 25%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.bg-home
{
    background-position: top center;
    height: 550px;
}
.elementor-icon-list-items
{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}
.elementor-icon-list-items .footer-icon
{
    margin: 0 5px;
}
.elementor-icon-list-items svg
{
    height: 32px;
    width: auto;
    margin: 10px;
}
.select2-container--default .select2-selection--single
{
    border: 1px solid #dee2e6;
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 42px;
    top: 0;
}
body
{
    background: #F4F4F9;
}
.warning-login
{
    background: #FFFFFF;
    border: 1.5px dashed #F650A0;
    border-radius: 10px;
    max-width: 580px;
    min-height: 110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.warning-login .text
{
    color: #222222;
    font-size: 24px;
    font-weight: 600;
}
.warning-login i
{
    font-size: 36px;
    color: #F650A0;
}
.sec-recover
{
    min-height: calc(100vh - 100px);
}
.login-page .forgot-pass
{
    font-size: 14px !important;
}
#topnav
{
    position: relative;
}
.text-primary
{
    color: #F650A0 !important;
}
.coin_left
{
    font-size: 40px;
    padding: 5px 40px;
    border: 1px solid var(--primary);
    border-radius: 10px;
    display: inline-block;
    color: #fff;
}
#countdown
{
}
#countdown .c_item
{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-size: 45px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    line-height: normal;
}
#countdown .c_text
{
    font-size: 18px;
    font-weight: normal;
}
.search_bar
{
    background: #fff;
    padding: 8px 20px;
    border-radius: 30px;
}
.dropdown-style
{
}
.dropdown-style button
{
    padding: 0 15px;
    height: 42px;
    border-radius: 10px;
    display: flex;
/*    justify-content: center;*/
align-items: center;
min-width: 170px;
}
.dropdown-style button:after
{
/*    display: none;*/
margin-left: 10px !important;
position: absolute !important;
top: 15px !important;
right: 10px !important;
}
.dropdown-style button i
{
    font-size: 26px;
    margin-right: 10px;
}
.search-input
{
    display: flex;
}
.search-input button
{
    background: none;
    border: none;
    color: var(--primary);
    font-size: 30px;
    width: 50px;
    display: flex;
    align-items: center;
}
.search-input input.form-control
{
    border: none;
    font-size: 18px;
}
.search-input input::placeholder
{
    font-size: 22px;
    position: relative;
    top: 0px;
    opacity:0.7;
}
section
{
    padding: 30px 0;
}
.table-style
{
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}
.table-style th, .table-style td
{
    padding: 15px 15px;
}
.table-style th
{
    background: var(--primary);
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.table-style th:nth-child(1)
{
    width: 70%;
}
.table-style th:nth-child(2)
{
    width: 15%;
}
.table-style th:nth-child(3)
{
    width: 15%;
    min-width: 104px;
}
.table-style th:first-child
{
    border-radius: 10px 0 0 0;
}
.table-style th:last-child
{
    border-radius: 0 10px 0 0;
}
.table-style tr td:first-child
{
    border-radius: 0 0 0 10px;
}
.table-style tr td:last-child
{
    border-radius: 0 0 10px 0;
}
.table-style tr
{
    cursor: pointer;
    transition: .3s;
    color: var(--primary);
}
.table-style tr:hover
{
    background: var(--primary);
    color: #fff;
}
.bg-primary
{
    background: var(--primary);
}
.merchant-item
{
    background: #fff;
    border-radius:8px;
    margin-bottom: 24px;
}
.merchant-item img
{
    border-radius: 8px;
}
.merchant-name
{
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 20px;
    padding-right: 30px;
}
.like
{
    cursor:pointer;
    position: relative;
    font-size: 24px;
    color: var(--primary);
}
.merchant-item .like
{
    position: absolute;
    top: 0;
    right: 0px;
}
.dropdown-menu
{
/*    width: 100%;*/
min-width: 200px;
}
.cate-item
{
    position: relative;
}
.cate-main
{
    padding: 10px;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    background: var(--primary);
    color: #fff;
    border-bottom: 1px solid var(--primary);
}
.cate-main.collapsed
{
    color: var(--primary);
    background: #fff;
}
.cate-main .toggle-icon
{
    position: absolute;
    right: 5px;
    top: 11px;
}
.cate-main:not(.collapsed) .toggle-icon
{
    transform: rotate(180deg);
}
.cate-item:first-child .cate-main
{
/*    border-radius: 10px 10px 0 0;*/
}
.cate-item:last-child .cate-main
{
/*    border-radius: 0 0 10px 10px;*/
}
.cate-sub a 
{
    display: block;
    padding: 10px;
    padding-left: 20px;
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
    background: #fcf1ef;
    font-weight: bold;
}
.cate-sub a:last-child{
    border-bottom: none;
}
.cate-sub a:hover
{
    background: #ffccdd;
    color: #000
}
.cate-sub .form-check
{
    display: block;
    padding: 10px;
    padding-left: 35px;
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
    background: #fcf1ef;
    font-weight: bold;
}
.search-input
{
    position: relative;
}
.search-input #buton_search
{
    position: absolute;
    left: 15px;
    top: 15px;
}
.search-input input[type=text]
{
    background: #fff;
    border-radius: 30px;
    height: 58px;
    padding-left: 70px;
}
.search-input .dropdown-container
{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 16px;
}
.search-input .dropdown-container button
{
    font-size: 16px;
    border-radius: 10px !important;
}
.search-input .dropdown-container .dropdown-style+.dropdown-style
{
    margin-left: 10px;
}
.search-input .btn-group .dropdown-menu
{
    padding: 0;
    margin-top: 10px !important;
}
.search-input .btn-group .dropdown-menu:before
{
    top: 0;
}
.search-input .form-check, .search-input .form-check
{
    display: flex;
    justify-content: space-between;
    padding: 4px 0px;
    align-items: center;
    color: var(--primary);
    padding: 10px;
    margin: 0;
}
.search-input .form-check label
{
    font-size: 16px;
    font-weight: normal;
    padding-right: 20px;
}
.search-input .form-check input
{
    position: relative;
    top: -2px;
}
.checkbox-wrap h4
{
    margin: 0;
    color: var(--primary);
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 5px;
}
.service_hide
{
    display: none;
}
.service_readmore
{
    margin-top: 10px;
    text-decoration: underline;
}
.merchant_name
{
    font-size: 18px;
    font-weight: bold;
}
.service_name
{
    font-size: 14px;
    font-weight: bold;
}
.filter-tag span
{
    display: inline-block;
    padding: 6px 15px;
    border-radius: 30px;
    background: #f650a0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.filter-tag i
{
    font-size: 12px;
    position: absolute;
    top: -4px;
    right: -5px;
    color: #fff;
    font-weight: bold;
    background: #000;
    border-radius: 100%;
    padding: 2px;
}
.search-map
{
    margin-right: 10px !important;
    border-radius: 10px !important;
    padding: 0 15px !important;
    line-height: 40px !important;
}
.search-map i
{
    font-size: 26px;
    position: relative;
    top: 4px;
}
@media(max-width: 375px)
{
    .btn 
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    #topnav .buy-button
    {
        display: block;
    }
    #topnav .buy-button li > .btn
    {
        margin-right: 2px !important;
    }
    .warning-login .text
    {
        font-size: 22px;
    }
}
@media(min-width: 320px) and (max-width: 1024px)
{
    .btn-group-search
    {
        margin-top: 15px;
        text-align: center;
    }
    .btn-group-search .btn
    {
        margin: 0 3px;
    }
    .mobile-login
    {
        font-size: 30px;
    }
    .navigation-menu li:first-child
    {
        margin: 0 10px !important;
    }
    .navigation-menu li:first-child a
    {
        padding: 10px 20px !important;
    }
    #topnav #navigation
    {
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-dropdown
    {
        padding: 0 5px;
    }
    #topnav .logo .l-dark
    {
        display: inline-block !important;
        max-width: 100px;
        height: auto;
    }
    .bg-home
    {
        height: auto;
        padding: 60px 0px;
        min-height: 400px;
    }
    .dropdown-style .dropdown-menu.show
    {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        margin-top: 0 !important;
        transform: inherit!important;
        width: 80% !important;
        max-width: 300px !important;
        height: 100% !important;
    }
    .search-input
    {
        display: block;
    }
    .search-input input[type=text]
    {
        width: 100%;
    }
    .search-input .dropdown-container
    {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
        justify-content: center;
    }
    .search-input button
    {
        padding: 0 8px;
    }
    .dropdown-style button i
    {
        margin-right: 5px;
    }
    .table-style th
    {
        font-size: 16px;
    }
    .dropdown-filter
    {
        display: none !important;
    }
    .search-input
    {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;
    }
    .box-filter
    {
        padding: 12px 10px;
        border-top: 1px solid #f650a0;
    }
    .box-filter .filter-icon, .box-filter .filter-icon a
    {
        color: #f650a0;
        font-size: 24px;
        cursor: pointer;
    }
    .box-filter-mb
    {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;
        margin-top: 15px;
        padding: 10px;
        display: none;
    }
    .box-filter-mb.active
    {
        display: block;
    }
    .box-filter-mb h4
    {
        padding: 10px;
        color: var(--primary);
        border-bottom: 1px solid #f650a0;
    }
    .filter-heading
    {
        font-size: 18px;
        margin: 10px 0;
    }
    .filter-box-item
    {
        margin-bottom: 15px;
    }
    .filter-box-item .item-categories
    {
        border: 1px solid #f650a0;
        border-bottom: none;
    }
    
    .filter-box-item .item-categories .cate-main:last-child
    {
        border-bottom: none;
    }
    .filter-box-item .item-categories .cate-main.collapsed
    {
        background: transparent;
    }
    .item-credit .form-check
    {
        display: inline-block;
        padding-left: 2em !important;
        padding-right: 8px;
        flex-basis: 30%;
        border: 1px solid var(--primary);
        height: 40px;
        margin-bottom: 10px;
        border-radius: 8px;
        padding-top: 7px;
        color: var(--primary);
    }
    .item-location
    {
        display: flex;
        flex-flow: wrap;
    }
    .item-location .form-check
    {
        display: block;
        flex-basis: auto;
        border: 1px solid var(--primary);
        height: 40px;
        margin-bottom: 10px;
        border-radius: 8px;
        padding-top: 7px;
        color: var(--primary);
        padding-right: 15px;
        padding-left: 38px;
        margin: 5px;
    }
    .coin_left
    {
        width: 100%;
    }
}
@media (min-width: 1025px)
{
    #topnav #navigation {
        display: flex !important;
    }
    .box-filter, .box-filter-mb
    {
        display: none;
    }
}
@media(min-width: 1025px)
{
    .cate-sub
    {
        position: absolute;
        left: 100%;
        width: 100%;
        z-index: 999;
        top: 0px;
        box-shadow: 0 0 10px #ccc;
        margin-left: 10px;
        background: #fcf1ef;
        padding: 0 !important;
    }
}
@media(min-width: 1800px)
{
    .bg-home
    {
        background-position: top center;
        height: 500px;
    }
    .bg-page-header
    {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}
.maintenance
{
    min-height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}