/*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: 1300px !important;
    }
}
:root {
  --primary: #0056c5;
}
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;
}
.header-main__contact {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: -10px;
    justify-content: space-between;
    text-transform: uppercase;
}
.header-contact__block, .header-contact__block a {
    color: #293957;
    font-weight: 700;
    padding-top: 10px;
}
.header-contact__block i {
    display: flex;
    font-size: 40px;
    color: var(--primary);
    margin-right: 15px;
}
.header-contact__address .header-contact__text {
    line-height: 1.25;
}
.header-contact__block+.header-contact__block {
    margin-left: 50px;
}
.header-contact__label {
    text-transform: uppercase;
    color: #737f96;
    font-size: 12px;
    display: block;
    font-weight: 700;
}
.header-contact__hotline .header-contact__text {
    font-size: 20px;
    line-height: 1.1;
}
.btn-icon-text
{
    display: flex;
    align-items: center;
}
.btn-icon-text i
{
    font-size: 22px;
    margin-right: 8px;
}
.header-top
{
    border-bottom: 1px solid #eee;
}
#topnav
{
    border-bottom: 1px solid #eee;
}
#topnav #navigation
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation-menu li:first-child
{
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.navigation-menu li:first-child a
{
    padding-left: 0 !important;
}
.btn
{
    padding-left: 30px;
    padding-right: 30px;
}
.home-slider h1
{
    line-height: 1.2;
    font-size: 34px !important;
}
.home-enquiry 
{
    margin-top: -140px;
    z-index: 999;
}
.home-step .box-number
{
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
    padding: 0 20px;
    margin-right: 10px;
}
.home-sell .box-text
{
    background: #D0F1FD;
}
.home-sell .box-num
{
    font-size: 36px;
    font-weight: bold;
    margin-right: 15px;
}
.home-sell h6
{
    margin: 0;
    font-size: 18px !important;
}
.home-award
{
    background: url('../images/home_banner.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-award .num-up
{
    color: #00B6FF;
    font-weight: 700;
    font-size: 48px;
}
.bg-grey
{
    background: #EDEFF1;
}
.blog .overlay {
    background: #3c4858;
}
.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: 10px 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;
}
.the-map
{
    min-height: 390px;
}
.icon-toggle
{
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}
.site_info i
{
    font-size: 30px;
}
.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;
}
.favourite i
{
    font-size: 28px;
    cursor: pointer;
    color: var(--bs-gray);
}
.favourite.active i
{
    color: var(--bs-yellow);
}
.custom_table table
{
    border-collapse:separate; 
    border-spacing: 0 1em;
}
.custom_table thead th
{
    white-space: nowrap;
    border-color: #ccc;
    border: none;
    border-bottom: 1px solid #ccc !important;
    font-weight: bold;
}
.custom_table tbody tr
{
 background: #FFFFFF;
 border: 1px solid #EDEFF1;
 box-sizing: border-box;
 box-shadow: 0px 8px 24px rgba(112, 144, 176, 0.2);
 border-radius: 4px;
}
.custom_table tbody tr:hover
{
    background-color: #f8f9fa;
}
.custom_table td
{
    border: none;
    padding: 1.5rem 1rem;
}
.nowrap
{
    white-space: nowrap;
}
.bg-white-shadow {
    box-shadow: 0 1px 8px 0 rgb(2 2 2 / 10%);
}
.rounded-10 {
    border-radius: 10px!important;
}
.bidding-tiem i
{
    font-size: 20px;
}
.bg-page-child 
{
    padding: 25px 0;
    min-height: calc(100vh - 157px);
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}
.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: 100%;
}
.large-image .image-cover:after
{
    padding-bottom: 75%;
}
.owl-theme .owl-dots, .owl-theme .owl-nav
{
    margin-top: 0 !important;
    position: static;
}
.owl-carousel .owl-nav button, .owl-carousel .owl-nav button
{
    background: #2f55d4 !important;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
}
.owl-carousel .owl-nav button.owl-next
{
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev
{
    left: 0;
}
.owl-nav button.disabled
{
    opacity: 0.6 !important;
}
@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;
}
.time-bidding
{
    position: fixed;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #fff;
    z-index: 100;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.time-bidding-start
{
    text-align: center;
    padding: 30px;
    font-size: 28px;
    border: 4px dashed #2f55d4;
}
.time-bidding-start span
{
    display: block;
    font-weight: bold;
    font-size: 60px;
}
a.wa_fix
{
    width: 60px;
    height: 60px;
    background: #10c903;
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 99;
    opacity: 1;
}
.page-header-small
{
    min-height: 200px;
    background: #EDEFF1;
    position: relative;
    display: flex;
    align-items: center;
}
.page-header-small .title {
    font-size: 36px !important;
}
.step-register
{
    color: #0052C8;
    font-weight: 700;
    font-size: 36px;
    margin-right: 15px;
}
.pagination
{
    justify-content: center;
}
@media(min-width: 320px) and (max-width: 992px)
{
    h2
    {
        font-size: 26px;
    }
    h3
    {
        font-size: 24px !important;
    }
    .section
    {
        padding: 20px 0;
    }
    .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;
    }
    .bg-page-child
    {
        padding: 20px 5px;
        height: auto !important;
    }
    .text-banner-left
    {
        padding-right: calc(var(--bs-gutter-x)/ 2);
    }
    .text-banner-left h1
    {
        font-size: 26px !important;
    }
    .bg-home, .bg-half-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide
    {
        padding: 50px 0
    }
    .home-slider h1
    {
        font-size: 26px !important;
    }
    .home-enquiry
    {
        margin-top:15px;
    }
    .enquriry_type
    {
        margin-bottom: 15px;
    }
    .enquriry_type label
    {
        display: block;
    }
    .home-award
    {
        background-position: center;
    }
    .bg-map
    {
        min-height: inherit;
    }
    .bg-map .num-up
    {
        font-size: 30px;
    }
    .bg-map h5
    {
        font-size: 23px !important; 
    }
    .page-header
    {
        min-height: 200px;
    }
    body
    {
        overflow-x: hidden;
    }
}
@media (min-width: 992px)
{
    #topnav #navigation {
        display: flex !important;
    }
}