@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('../fonts/fonts.css');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.table-responsive {
    padding: 0 0 20px 0 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    outline: none !important;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    cursor: pointer;
}

body {
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* font-family: 'Circular Std Book' !important; */
    /* font-family: 'Teko', sans-serif; */
    background-image: url(../images/work-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 50px; */
}
.abcccccc:hover{
    cursor: pointer;
}
input {
    font-weight: 400;
    position: relative;
    border-radius: 100px !important;
    height: 50px;
    color: black !important;
    font-size: 12px !important;
    /* margin: 0 0 15px 0; */
    padding: 0 25px !important;
    border: 0px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 15px 0px rgb(0, 0, 0, .1);
}

input::placeholder,
textarea:placeholder {
    color: #cccccc !important;
    text-transform: capitalize !important;
}

textarea {
    color: black;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
}

img {
    object-fit: cover;
    object-position: center;
    transition: all .3s ease;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.my-60 {
    margin: 60px 0;
}

p {
    font-size: 17px;
    font-weight: 400;
    /* margin-top: 35px; */
}


/* Preloader */

.ctn-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}


/* Spinner cargando */

.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #f22a0d;
    /* No se identa por orden alfabetico para que no lo sobre-escriba */
    height: 12em;
    margin: 0 auto 3.5em auto;
    width: 12em;
}


/* Texto cargando */

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 4em 'Circular Std Book';
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #f22a0d;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
    left: 0;
}

.ctn-preloader .loader-section.section-right {
    right: 0;
}


/* Efecto de fade en la animaci贸n de cargando */

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}


/* Efecto de cortina */

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.animation-preloader img {
    width: 35%;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

body .gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    top: 17px !important;
    margin: 0;
    outline: none;
    left: 30px;
}

input#datepicker-1,
input#datepicker-2,
input#datepicker-3,
input#timepicker-1,
input#datepicker-4,
input#datepicker-5,
input#datepicker-6,
input#datepicker-7,
input#datepicker-8,
input#datepicker-9,
input#datepicker-10,
input#datepicker-11,
input#datepicker-12,
input#datepicker-13,
input#datepicker-14,
input#datepicker-15,
input#datepicker-16,
input#datepicker-17,
input#datepicker-18 {
    padding: 4px 20px 0 50px;
    background: white !important;
    margin: 0 0 30px 0;
}

.dates .btn:not(:disabled):not(.disabled),
.fc button:not(:disabled):not(.disabled) {
    position: absolute;
    border: 0;
    right: 0;
    top: 12px;
}

.gj-unselectable {
    margin: 0;
    z-index: 10;
}

.gj-picker.gj-picker-bootstrap.timepicker button {
    background: #f7941e;
    border-radius: 100px;
    padding: 5px 20px;
    min-width: 60px;
    color: white;
}

.gj-picker.gj-picker-bootstrap.timepicker button:hover {
    background: #b96d12;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    background: transparent !important;
    border: 0;
    top: -8px;
    margin: 0;
    right: 22px;
}

.gj-datepicker [role=right-icon] {
    position: absolute;
    right: 10px;
    top: 6px;
}


/*hover start here*/

.boxer:hover img {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

select {
    font-weight: 500;
    text-transform: capitalize;
    -webkit-appearance: none;
    background: url(../images/angle-down.png) no-repeat 93% center;
    padding: 0 0 0 10px;
    line-height: 16px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-top-left-radius: 0px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f73c10;
}

.gj-timepicker.gj-timepicker-bootstrap.gj-unselectable.input-group button {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 8px;
    text-align: left;
    background: transparent;
    border: 0;
}

body .profile-info .gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    top: 12px !important;
    color: #333;
}

.gj-modal .gj-picker-bootstrap {
    z-index: 22222 !important;
}

.gj-picker.gj-picker-bootstrap.datepicker {}

.gj-picker.gj-picker-bootstrap.datepicker table {
    margin: 0 0 0 0 !important;
}

.gj-picker.gj-picker-bootstrap.datepicker table tr {
    box-shadow: none;
}

.gj-picker.gj-picker-bootstrap.datepicker table {
    border-spacing: 0 !important;
}

.gj-button,
.gj-button-md,
.gj-cursor-pointer {
    padding: 0 !important;
}


/*hover end here*/


/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;
*/


/*step form css end here*/


/*ttt*/

.p-100 {
    padding: 100px 0;
}

.p-80 {
    padding: 80px 0;
}

.p-60 {
    padding: 60px 0;
}

.p-70 {
    padding: 70px 0;
}

h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}

h2 {
    font-size: 50px;
    font-weight: 600;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
    font-family: 'CircularStd-Book' !important;
}

h5 {
    font-size: 22px;
    font-weight: 700;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    font-weight: 400;
    /* margin-top: 40px; */
    line-height: 21px;
    color: #666666;
    font-family: 'Poppins', sans-serif;
}

a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
}

.box {
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

button {
    font-size: 18px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none !important;
}


/*table css start*/

.pink {
    color: #fa0046;
}

.yel:hover {
    color: #d19935;
}

.yel {
    color: #fcba43;
}

.pink-bg {
    background: #fa0046;
    color: white;
}

.yel-bg {
    background: #fcba43;
    color: white;
}

.yel-btn {
    cursor: pointer;
    border: 0;
    background: #fcba43;
    padding: 20px;
    border-radius: 100px;
    border-top-left-radius: 0px;
    color: white;
    margin: 30px 0 0 0;
    font-weight: 600;
    text-transform: capitalize;
}

.yel-btn:hover {
    color: white;
    background: #b3842f;
}

.yel-btn-nr {
    cursor: pointer;
    border: 0;
    background: #fcba43;
    padding: 20px;
    border-radius: 100px;
    color: white;
    margin: 30px 0 0 0;
    font-weight: 600;
    text-transform: capitalize;
}

.yel-btn-nr:hover {
    color: white;
    background: #b3842f;
}

.pink-btn {
    cursor: pointer;
    background: #fa0046;
    padding: 20px;
    border-radius: 100px;
    border-top-left-radius: 0px;
    color: white;
    margin: 30px 0 0 0;
    text-transform: capitalize;
    font-weight: 600;
    border: 0;
}

.pink-btn:hover {
    background: #cf003a;
    color: white;
}

.pink-btn-nr {
    cursor: pointer;
    background: #fa0046;
    padding: 20px;
    border-radius: 100px;
    color: white;
    margin: 30px 0 0 0;
    text-transform: capitalize;
    font-weight: 600;
    border: 0;
}

.pink-btn-nr:hover {
    background: #cf003a;
    color: white;
}

.danger-bg {
    color: white;
    background: #fe502e;
    padding: 7px 5px 5px 5px !important;
    border-radius: 5px;
    line-height: 0 !important;
}

.danger-bg p {
    padding: 0 0 !important;
    line-height: 13px !important;
    color: white !important;
    border: 0px !important;
    font-size: 10px !important;
}

.text-danger {
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    color: #f63b3b;
}


/*step form css start here*/


/* Mark input boxes that gets an error on validation: */

#regForm input.invalid {
    background-color: #ffdddd;
}


/* Hide all steps by default: */

#regForm .tab,
#regForm-2 .tab {
    display: none;
}

#regForm .pending-ad .detail button#prevBtn,
#regForm-2 .pending-ad .detail button#prevBtn {
    padding: 10px 40px 10px 40px;
    margin: 40px 0 0 0 !important;
    height: auto;
}

#regForm #prevBtn,
#regForm-2 #prevBtn {
    background-color: #a40000;
    color: #ffffff;
    border: none;
    cursor: pointer;
    height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100px;
    margin: 20px 0 0 0;
}


/* Make circles that indicate the steps of the form: */

#regForm .step,
#regForm-2 .step {
    height: 40px;
    width: 40px;
    margin: 0 2px;
    background-color: #e1e1e1;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid white;
    margin: 0 0 0 0;
}

#regForm .step.active,
#regForm-2 .step.active {
    opacity: 1;
    background: #a40000 !important;
    border: 5px solid #EDCCC8;
}


/* Mark the steps that are finished and valid: */

#regForm .step.finish,
#regForm-2 .step.finish {
    background-color: #bcbcbc;
    position: relative;
    opacity: 1;
    color: white;
}

#regForm .step.finish::before,
#regForm-2 .step.finish::before {
    background: #bcbcbc;
    position: absolute;
    height: 2px;
    content: '';
    left: 60px;
    top: 15px;
    width: 50px;
}

form#regForm .buttons button,
#regForm-2 .buttons button {
    text-transform: capitalize;
}

button#nextBtn {
    color: #ffffff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100px;
    margin: 20px 30px 0 0 !important;
    font-size: 16px;
    padding: 17px 70px;
}

#regForm button.sub,
#regForm-2 button.sub {
    /* width: 150px; */
    /* padding: 0 20px; */
}

#regForm button.sub:hover,
#regForm-2 button.sub:hover {}

#regForm #prevBtn:hover,
#regForm-2 #prevBtn:hover {
    background: #D90404;
}

#regForm button.sub i,
#regForm-2 button.sub i {
    margin: 0 0 0 8px !important;
}


/*step form css end here*/

.table-bordered th {
    border: 0;
    padding: 20px 0 !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    top: 20px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 20px;
}

.btn-group.mr-1.mb-1 {
    margin: 0 !important;
}

button.btn.btn-drop-table.btn-sm {
    padding: 0;
    margin: -7px 0 0 0;
    color: #9f9f9f;
    background: transparent;
    font-size: 16px;
}

table.dataTable td:last-child {
    text-align: right;
    padding: 25px 70px 20px 20px !important;
}

table .dropdown-menu {
    margin: 0;
    min-width: 80px;
    border: 0;
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, .1);
    border-radius: 5px;
}

table .dropdown-item {
    font-size: 11px;
    color: #999999;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
}

table .dropdown-item:hover {
    background: white;
}

table .dropdown-item i {
    margin: 0 6px 0 0;
}

.dataTables_length {
    margin: 20px 0 0 0;
    text-transform: capitalize;
}

div.dataTables_wrapper div.dataTables_filter input {
    box-shadow: none;
    margin: 10px 0 0 10px;
}

button.btn.btn-drop-table.btn-sm:focus {
    outline: none !important;
    box-shadow: none;
}

table#DataTables_Table_0 {
    width: 100%;
    border-spacing: 0 26px;
}

div#DataTables_Table_0_info {
    padding: 0;
    margin: 16px 0 0 0;
    font-size: 14px;
    color: #666666;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.page-item.disabled .page-link {
    border-color: #221f1f;
}

.page-item .page-link:hover {
    background: #1AC0FA;
    color: white;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    min-width: 100px;
    text-align: center;
    background: white;
}

.page-item.active .page-link {
    background: #fa0046;
    border-color: #fa0046;
    color: white;
}

.page-item.disabled .page-link.next a {
    border-top: 0px !important;
}

li.paginate_button.page-item.next.disabled a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.page-item .page-link {
    border: 1px solid #eeeeee !important;
    padding: 10px 15px;
    color: #c1c1c1;
}

.page-item:last-child .page-link {
    color: #1AC0FA;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
}

.page-item:first-child .page-link {
    color: #1AC0FA;
    border-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
}

.page-item.active .page-link:hover {
    background: #cf003a;
}

.table thead th {
    border-bottom: 0px solid transparent;
}

.table td,
.table th {
    border-top: 0px solid transparent;
}

.table thead th:last-child {
    text-align: right;
}

table thead tr {
    /* background-color: transparent !important; */
    /* box-shadow: 0 0 20px 6px rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06); */
    /* border-top: 0; */
    /* border-radius: 100px; */
}

.table thead th:first-child {
    padding-left: 30px;
}

.table td:first-child,
.o-wallet .table td:first-child {
    padding-left: 30px !important;
    padding-bottom: 0 !important;
}

table tbody tr td {
    color: #999999;
    font-size: 13px;
    padding: 25px 0 20px 0 !important;
    font-family: 'Poppins', sans-serif;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
    border-top: none !important;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-align: start;
    padding: 20px 10px;
}

.table-bordered td {
    padding: 20px 0 0 0 !important;
    border: 0;
}

table {
    width: 100%;
    border-spacing: 0 26px;
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

span.circle {
    color: white;
    display: inline-block;
    margin: -12px 10px 0 0;
    text-align: center;
    padding: 7px 0px 0 1px;
    width: 25px;
    border-radius: 100px;
    height: 25px;
}

td.dataTables_empty {
    padding: 20px 0 21px 0;
}


/*table css end*/


/*nav css start here*/

a.dropdown-toggle.nav-link.dropdown-user-link {
    margin: 0 40px 0 0;
}

.dropdown-toggle {
    position: relative;
}

a.dropdown-toggle.nav-link.dropdown-user-link::after {
    background: url("../images/pro-icon.png") no-repeat;
    width: 10px;
    height: 10px;
    top: 18px;
    right: 0;
    position: absolute;
    display: block !important;
    border: 0;
    margin: 0 -20px 0 0 !important;
    padding: 0;
}

ul.user-nav.user-pro li.dropdown.dropdown-user.nav-item {
    margin: 0;
}

ul.user-nav.user-pro a {
    padding: 0;
    width: auto;
    margin: 0;
    text-align: left;
}

span.user-name {
    font-size: 15px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 500;
}

ul.user-nav.user-pro a.dropdown-item i {
    width: 15px;
    margin: 0 15px 0 0;
}

ul.user-nav.user-pro a.logout {
    text-align: right;
}

ul.user-nav.user-pro a.logout i {
    margin: 0 0 0 10px;
}

a.dropdown-toggle.nav-link.dropdown-user-link img {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    margin: 0 10px -15px 0;
}

li.dropdown.dropdown-user.nav-item {
    margin: 20px 0 20px 20px;
}

a.dropdown-toggle.nav-link.dropdown-user-link h6 {
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #999999;
    font-weight: 500;
}

a.dropdown-toggle.nav-link.dropdown-user-link h6 i {
    margin: 0 0 0 10px;
}

a.dropdown-toggle.nav-link.dropdown-user-link::after {
    display: none;
}

.dropdown-menu-right.show {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, .1);
    padding: 6px !important;
    width: 265px;
    left: 50px !important;
    top: 20px !important;
}

.dropdown-menu-right.show a {
    padding: 10px !important;
    border-radius: 6px;
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #999999 !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.dropdown-menu-right.show a i {
    margin: 0;
    font-size: 13px;
    width: 17px;
    text-align: left;
}

.dropdown-menu-right.show a:hover {
    color: #fa0046 !important;
    background: white;
}


/*nav css end here*/


/*header start here*/

header {
    background: black;
}


/*header end here*/


/*=================================================== HOme page start==========================================*/

.for-header .head-btn {
    background: linear-gradient(180deg, #1AA1F6, #1ABEF9);
    border: 2px solid #1AA1F6;
    border-radius: 50px;
    color: white;
    margin: 0px 5px;
    padding: 12px 30px;
    font-family: 'Teko';
    font-size: 20px;
}

.for-header .head-btn:hover {
    background-color: #0e0303;
    border-radius: 50px;
    color: white;
    margin: 0px 5px;
}

.for-header .head-btn-2 {
    background-color: #fff;
    border-radius: 50px;
    color: #1AA1F6;
    margin: 0px 5px;
    padding: 12px 30px;
    border: 2px solid #1AA1F6;
    font-family: 'Teko';
    font-size: 20px;
}

.for-header .head-btn-2:hover {
    background-color: #1AA1F6;
    border-radius: 50px;
    color: white;
    margin: 0px 5px;
}

.for-header {
    padding: 20px 105px;
}

.slider-box {}

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

.navbar-nav a.nav-link {
    font-family: 'SharpSansNo1-bold';
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px 20px !important;
    transition: 250ms all ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover {
    background: linear-gradient(90deg, #f0240c, #fc5013);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 250ms all ease-in-out;
}

.for-header .call-txt {
    color: #ff5e14;
    font-size: 18px;
    font-family: 'SharpSansNo1-bold';
    margin-bottom: 10px;
}


/* //header Search Bar///// */


/* Fade in tabs */

@-webkit-keyframes fadeEffect1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.work-card {
    border-radius: 40px;
    background: #fff;
    padding: 16px 0;
    height: 250px;
    margin: 10px 0;
    position: relative;
}


/* .it-work {
    background-image: url(../images/work-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
} */

.for-head-h4 {
    font-size: 45px;
    text-align: center;
}

.for-head-p {
    text-align: center;
    font-size: 15px;
}

.blue-head {
    color: #1AC0FA;
}

.for-no-bg {
    background: none;
    border: none;
}

.wwarp {
    background: #080F24;
    padding: 38px;
    border-radius: 20px;
}

.wwarp-2 {
    border: dotted;
    border-color: #1AC0FA;
    padding: 42px;
    border-radius: 20px;
}

.wwarp .for-head-h4 {
    color: #fff;
}

.wwarp .for-head-p {
    color: #fff;
    font-size: 22px;
}

.question {
    text-align: center;
}

.blue-btn {
    background: linear-gradient( 180deg, #1AA1F6, #1ABEF9);
    border: 2px solid #1AA1F6;
    border-radius: 50px;
    color: white;
    margin: 0px 5px;
    padding: 12px 30px;
    font-size: 20px;
    font-family: 'CircularStd-Book' !important;
}

.blue-btn2 {
    background: linear-gradient( 180deg, #1AA1F6, #1ABEF9);
    border: 1px solid #1AA1F6;
    border-radius: 50px;
    color: white;
    margin: 0px 5px;
    padding: 10px 60px;
    font-size: 20px;
    font-family: 'CircularStd-Book' !important;
}

.bg-trash .red1 {
    background: #1BA1F6;
    width: 50%;
    height: 60%;
    position: absolute;
    top: 100px;
    left: -45px;
    z-index: 1;
    border-radius: 15px;
}

.bg-trash .red2 {
    border-radius: 15px;
    background: #1AC0FA;
    width: 50%;
    height: 80%;
    position: absolute;
    top: 50px;
    left: -14px;
    z-index: 2;
}

.bg-trash .ven-box {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.bg-trash .intro-heading {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 1000px) { /* Small devices (tablets) and below */
	.bg-trash .intro-heading {
			justify-content: center; /* Center justification on small devices */
	}
}

.bg-trash .trash-text {
    text-align: end;
}

@media (max-width: 1000px) { /* Small devices (tablets) and below */
	.bg-trash .trash-text {
    text-align: center;
}
}


/*=================================================== login-page start==========================================*/

.loginform {
    padding: 50px 0;
}

label {
    padding: 10px 20px;
}

.my-check {
    height: auto;
    margin-top: 0;
}

.log {
    padding: 0;
}

.blue-head {
    color: #01AEEE;
}

.login-page {
    padding: 2em 0 0 0;
}

.off-pop .modal-header {
    border-bottom: none;
}

.off-pop .modal-content {
    border-radius: 20px;
}


/*=================================================== login page end==========================================*/


/*=================================================== signup page start==========================================*/

.signup-card {
    border-radius: 40px;
    background: #fff;
    padding: 8px 0;
    height: 208px;
    box-shadow: 0px 0px 6px 0px #c9c9c9;
}

.signup-card:hover {
    background: #1AC0FA;
    transform: scale(1.1);
    box-shadow: 0px 0px 7px 0px #c9c9c9;
}

.form-field {
    position: relative;
    margin-bottom: 25px;
}

.form-field i {
    color: black;
    font-size: 17px;
}

i.right-icon {
    position: absolute;
    top: 68%;
    transform: translateY(-50%);
    right: 16px;
    cursor: pointer;
}

.site-input {
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
    color: #242424;
    width: 100%;
    resize: none;
    appearance: none;
}


/*=================================================== signup page end==========================================*/


/*=================================================== login-header start==========================================*/

.login-ul>li {
    margin-left: 5px;
}

.headbtn {
    display: flex;
    align-items: center;
    background: none;
    color: #000;
    border: none;
}


/*=================================================== login-header end==========================================*/


/*=================================================== dashboard page start==========================================*/


/* .board {
    background-image: url(../images/work-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
} */

.arow-l {
    font-size: 36px;
    color: #000;
}


/*=================================================== dashboard page end==========================================*/


/*=================================================== packages page start==========================================*/

.work-card2 {
    border-radius: 40px;
    background: #fff;
    padding: 16px 0;
    margin: 10px 0;
    border: dotted;
    border-color: #DBD6D6;
    /* height: 330px; */
}

.work-card2 sup {
    font-size: 23px;
}

.for-head-h6 {
    font-size: 30px;
    font-family: 'CircularStd-Book' !important;
}

.custom-control-label::before {
    top: 10px;
}

.custom-control-label::after {
    top: 10px;
}

.smrt-of-inpt {
    border-radius: 100px;
    height: 50px!important;
}

.blue-btn3 {
    background: linear-gradient( 180deg, #1AA1F6, #1ABEF9);
    border: 1px solid #1AA1F6;
    border-radius: 50px;
    color: white;
    margin: 0px 5px;
    padding: 7px 6px;
    width: 100%;
    font-size: 16px;
    font-family: 'CircularStd-Book' !important;
}

.blue-btn4 {
    background: linear-gradient( 180deg, #1AA1F6, #1ABEF9);
    border: 1px solid #1AA1F6;
    border-radius: 50px;
    color: white;
    margin: 0px 5px;
    padding: 7px 0px;
    width: 100%;
    font-size: 16px;
    font-family: 'CircularStd-Book' !important;
}

.btn-group2 {
    position: absolute;
    right: 32px;
}

.upload {
    position: relative;
    overflow: hidden;
    color: #000;
}

.upload input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    height: 100px;
}

.work-card-4 {
    border-radius: 40px;
    background: #fff;
    padding: 16px 0;
    /* height: 250px; */
    margin: 10px 0;
    position: relative;
    border: dotted;
    border-color: #EEEEEE;
}

.for-alart {
    border: dotted;
    border-color: red;
    font-size: 15px;
}


/*=================================================== packages page end==========================================*/


/*=================================================== table page start==========================================*/

table {
    border-collapse: separate;
    border-spacing: 15px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
    font-weight: 800;
    text-transform: uppercase;
}

.table td,
.table th {
    vertical-align: middle !important;
    border-top: none !important;
    padding: 20px 20px;
    position: relative;
}

tr {
    box-shadow: 0px 0px 10px 0px #0000001f;
}

ul.onhover {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #00000040;
    padding: 20px;
    z-index: 99999;
    top: 50px;
    transform: scale(0);
    transition: .5s !important;
}

.table td:hover ul.onhover {
    transform: scale(1);
}

select#show_entries {
    width: 80px !important;
    margin: 0px 11px;
    border-radius: 0 !important;
    padding: 11px !important;
}

input#table_filter {
    border-radius: 0 !important;
    padding: 14px !important;
}

.in_process {
    color: #EEC10E;
    font-weight: 900;
}

.completed {
    color: #00D848;
    font-weight: 900;
}


/*=================================================== table page end==========================================*/


/*=================================================== print log page start==========================================*/

.wap {
    border-radius: 20px;
    padding: 30px 0;
    margin: 30px 0;
}


/*=================================================== print log page end==========================================*/


/*=================================================== profile page start==========================================*/

.wap2 {
    border-radius: 20px;
    padding: 70px 0;
    margin: 86px 0;
    position: relative;
}

.profile-img {
    position: absolute;
    top: -47px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.profile-camra {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    right: -40px;
}

.rund {
    border-radius: 20px;
}

.notif {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}


/*=================================================== profile page end==========================================*/


/*=================================================== footer start==========================================*/

.for-footer {
    margin-top: 3rem;
    position: relative;
}

.for-footer {
    position: relative;
    background-image: url(../images/tra-waves.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 246px;
    text-align: center;
}

.social-fotr {
    position: absolute;
    bottom: 23%;
}

.for-footer .update {
    color: #f73c10;
    text-align: center;
}

.for-footer .update .footer-update {
    display: flex;
    align-items: center;
    justify-content: center;
}

.for-footer .update .footer-update h6 {
    padding: 0 10px;
    font-size: 36px;
}

.for-footer h3 {
    color: white;
    text-align: center;
    margin: 1rem 0;
    font-size: 65px;
}

.for-footer .footer-btn {
    border-radius: 50px 50px;
    border: 2px solid #f73c10;
    color: #f73c10;
    background-color: white;
    font-size: 24px;
    padding: 0 22px;
}

.for-footer .footer-btn:hover {
    border-radius: 50px 50px;
    border: 2px solid #f73c10;
    color: #fff;
    background-color: #000;
    font-size: 24px;
    padding: 0 22px;
}

.for-footer .input-group-append {
    margin-left: -52px;
    z-index: 1;
}

.for-footer .searching-box {
    width: 680px;
    margin: 0 auto;
}

.for-footer .terms {
    color: white;
    text-align: center;
    margin: 2rem 0;
}

.for-footer .terms .policy:hover {
    color: #f73c10;
}

.for-footer .terms .policy {
    color: white;
    font-size: 16px;
}

.for-footer .follow {
    color: white;
    text-align: center;
}

.for-footer .follow h5 {
    margin: 1rem 0;
    font-size: 36px;
}

.for-footer .follow a {
    color: white;
}

.for-footer .follow .fa-facebook-f:hover {
    background-color: #f73c10;
    padding: 10px 14px;
}

.for-footer .follow .fa-facebook-f {
    padding: 10px 14px;
}

.for-footer .follow .fa-twitter {
    padding: 10px 14px;
}

.for-footer .follow .fa-twitter:hover {
    background-color: #f73c10;
    padding: 10px 14px;
}

.for-footer .follow .fa-youtube {
    padding: 10px 14px;
}

.for-footer .follow .fa-youtube:hover {
    background-color: #f73c10;
    padding: 10px 14px;
}

.for-footer .follow .fa-instagram {
    padding: 10px 14px;
}

.for-footer .follow .fa-instagram:hover {
    background-color: #f73c10;
    padding: 10px 14px;
}

.for-footer .info-box {
    text-align: center;
    color: white;
    margin: 1rem 0;
}

.for-footer .info-box span {
    font-size: 16px;
}

.for-footer .bottom-footer {
    text-align: center;
    background-color: #f73c10;
    padding: 20px 0;
    color: white;
    font-size: 20px;
}

.fa-facebook-f {
    padding: 10px 14px;
    color: #000;
}

.fa-facebook-f:hover {
    background: #1BA1F6;
    color: #fff;
    border-radius: 5px;
}

.fa-twitter {
    padding: 10px 14px;
    color: #000;
}

.fa-twitter:hover {
    background: #1BA1F6;
    color: #fff;
    border-radius: 5px;
}

.fa-instagram {
    padding: 10px 14px;
    color: #000;
}

.fa-instagram:hover {
    background: #1BA1F6;
    color: #fff;
    border-radius: 5px;
}


/*=================================================== footer end==========================================*/

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    background-color: transparent;
    transition: all 0.25s ease;
    font-size: 40px;
}

.carousel-indicators-numbers li.active {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: #f73c10;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f73c10;
}

ol.carousel-indicators.carousel-indicators-numbers {
    flex-direction: column;
    right: initial;
    left: 50px !IMPORTANT;
    margin: 0px 0px;
    text-align: center;
}

ol.carousel-indicators.carousel-indicators-numbers li {
    margin: 5px 0px;
}

ol.carousel-indicators.carousel-indicators-numbers li:last-child {
    margin-bottom: 0px;
}

.slider-box .slider-text {
    position: absolute;
    left: 8%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    top: 100px;
}

.slider-box .slider-text h4 {
    font-size: 110px;
}

.slider-box .slider-text h3 {
    font-size: 85px;
}

.slider-box .slider-text h6 {
    font-size: 16px;
    font-family: 'SharpSansNo1-bold';
    margin-bottom: 10px;
}

.slider-box .slider-text img {
    position: absolute;
    bottom: 30px;
    left: 50%;
}

.slider-box .slider-text .started-btn {
    border: 2px solid #f22a0d;
    padding: 14px 36px;
    color: #f22a0d;
    border-radius: 50px;
    font-size: 24px;
    font-family: 'Teko', sans-serif;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-initialized .slick-slide {
    padding: 25px 0 !important;
}


/*-------------------------------- card-slider box----------------------- */

.card-slider {
    background-image: url("../images/card-slider-bg.png");
    background-repeat: no-repeat;
    margin: 1rem 0;
    position: relative;
    background-size: 90% 100%;
}

.card-slider .card {
    border-radius: 20px;
}

.card-slider .card .fa-long-arrow-alt-right {
    float: right;
}

.card-slider .card-slider-txt {
    color: white;
}

.card-slider .card-slider-txt h5 {
    font-size: 75px;
    font-weight: 400;
}


/* .card-slider .owl-carousel .owl-dots {
    display: none;
} */

.services {
    padding: 70px 0px;
}

.card-img-top {
    /* width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px); */
    object-fit: cover;
    height: 350px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.services .owl-stage-outer {}

.services .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
}

.services .owl-stage-outer .owl-stage .item {}

.services .owl-stage-outer .owl-stage .item .card {
    width: 100% !important;
}

#test {
    display: flex;
    padding: 22px 0;
}

.card-slider .all-services {
    color: white;
    font-family: 'Teko', sans-serif;
    font-size: 22px;
}

.card-slider .all-services:hover {
    border-bottom: 1px solid #ffff;
}

.card-slider .mmprev {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-slider .mmprev:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1AC0FA;
}

.card-slider .mmnext {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-slider .mmnext:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1AC0FA;
}

ol.carousel-indicators.carousel-indicators-numbers li.active {
    position: relative;
}

ol.carousel-indicators.carousel-indicators-numbers li.active:before {
    content: '';
    width: 25px;
    height: 3px;
    background: #FF5722;
    position: absolute;
    left: -30px;
    top: 11px
}

.iti__selected-flag {
    justify-content: center;
}


/* AHAB CSS */


/* AHAB CSS END */


/*======================= responsive start here==============*/

@media (max-width: 1660px) {}

@media (max-width: 1500px) {
    .for-header {
        padding: 0px 35px;
    }
}

@media (max-width:1366px) {
    .for-header {
        padding: 0px 0px;
    }
    .slider-box .slider-text h4 {
        font-size: 80px;
    }
    .slider-box .slider-text h3 {
        font-size: 65px;
    }
    .slider-box .slider-text img {
        width: 70%;
        object-fit: contain;
    }
}

@media (max-width:1300px) {
    .media.h-right .media-body h6 {
        font-size: 16px;
    }
    .for-header .call-txt {
        font-size: 14px;
        margin: 0;
    }
    .owl-carousel .owl-nav.disabled button.owl-next {
        right: -30px;
    }
    .owl-carousel .owl-nav.disabled button.owl-prev {
        left: -20px;
    }
}

@media (max-width:1199px) {
    .card-slider {
        background-size: cover;
        padding: 50px 30px;
    }
    .notification-dd {
        left: 0;
    }
    .notification-dd:before {
        right: initial;
        left: 1px;
        top: -8px;
    }
    .notification-link i {
        color: #fff;
    }
    h6.user-name {
        color: #fff;
    }
    .user-dropdown.dropdown-toggle::after {
        color: #fff;
    }
    a.notification-link {
        color: #fff;
    }
    .logged-in {
        padding: 0px 20px;
    }
    .carousel-inner .carousel-item img {
        width: 550px;
    }
    .slider-box .slider-text {
        top: 60px;
        left: 100px;
    }
    .slider-box .slider-text h4 {
        font-size: 80px;
    }
    .slider-box .slider-text h3 {
        font-size: 45px;
    }
    .slider-box .slider-text img {
        width: 60% !important;
        bottom: initial;
        top: -40px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url('../images/menu.png') !important;
    }
    .navbar-toggler {
        background: linear-gradient( 180deg, #1AA1F6, #1ABEF9);
    }
    .navbar-light .navbar-toggler {
        border: 0;
    }
    div#navbarNav {
        background: #1ac0fa99;
        padding: 20px 0px;
    }
    div#navbarNav a.nav-link {
        color: #fff !important;
    }
    div#navbarNav li.nav-item {
        padding: 10px 0px;
    }
    label#search-label {
        filter: invert(1);
        margin: 20px 20px;
    }
    .media.h-right {}
    .media.h-right img {
        filter: invert(1);
        margin: 20px;
    }
    .media.h-right .media-body h6 {
        color: #fff;
    }
    .for-header .vl {
        display: none;
    }
    .banner-inner {
        background-size: cover;
        background-position: 80% 100%;
    }
    .header-section .black-btn {
        top: 80px;
    }
    .header-section {
        padding: 280px 0;
        background-position: -100px -40px;
    }
    .register .signup-sec li a {
        margin: 0 10px 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-inner {
        background-size: cover;
        background-position: 60% 100%;
        padding: 50px 20px;
    }
    .header-section .black-btn {
        top: 110px;
    }
    .for-header .vl {
        display: none;
    }
    .ven-box {
        display: none;
    }
}

@media (max-width: 999px) {
    .social-fotr {
        bottom: 0px;
    }
    .auth-form-wrapper {
        width: 90%;
        margin: 0px auto;
    }
    .slider-box .slider-text h4 {
        font-size: 50px;
        text-align: center;
    }
    .slider-box .slider-text h3 {
        font-size: 50px;
        text-align: center;
    }
    .slider-box .slider-text h6 {
        text-align: center;
    }
    .slider-box .slider-text .started-btn {
        margin: 0px auto;
        display: table;
    }
}

@media (max-width: 767px) {
    ul.pagi {
        justify-content: center;
    }
    .auth-form-wrapper {
        padding: 20px 20px;
    }
    .under-past {
        text-align: center;
    }
    .item-upl {
        margin: 0px auto 20px;
    }
    label.driver-d-label {
        text-align: center !important;
        display: block;
    }
    p.d-tex-p {
        text-align: center;
    }
    .history-item .right {
        text-align: center;
    }
    h1.error {
        font-size: 80px;
    }
    h3.error-text {
        font-size: 35px;
    }
    .error-wrapper a.auth-button {
        width: 200px;
        margin-bottom: 0;
    }
    button.report {
        margin: 0 0 10px 0;
        width: 100%;
    }
    button.mark-complete {
        width: 100%;
    }
    p.status {
        justify-content: center;
        margin-bottom: 10px !important;
    }
    p.p-text {
        margin: 0 0 10px 0px;
    }
    .navbar-light .navbar-brand img {
        width: 120px;
    }
    section.auth {
        padding: 50px 0px;
    }
    .auth-form-wrapper {
        box-shadow: 0px 0px 0px 5px #fff6;
        width: 100%;
        margin: 0px auto;
    }
    section.banner-inner {
        background-size: cover;
        padding: 40px 0px;
        background-position: 60%;
    }
    .for-footer .searching-box {
        width: 100%;
    }
    .header-section .black-btn {
        top: 100px;
    }
    .register {
        padding: 50px 20px;
    }
    .register .signup-sec li a {
        margin: 0 0 10px 0;
        display: block;
        min-width: 100%;
    }
    .register .signup-sec li {
        display: block;
    }
    .register .signup-sec li:last-child a {
        margin: 0 0 40px 0;
    }
    .login-inner .right {
        padding: 60px 50px;
    }
    .login-inner p {
        margin: 30px 0 20px 0;
    }
    .footer-bottom ul {
        text-align: center;
        margin: 20px 0 0 0;
    }
    .footer-bottom p {
        text-align: center;
        margin: 10px 0 0 0;
    }
    .footer-bottom {
        padding: 20px 0 0 0;
        margin: 40px 0 0 0;
    }
    .web-nav img {
        display: none;
    }
    .for-header .vl {
        display: none;
    }
}

@media (max-width: 576px) {
    h4.notifHeading {
        text-align: center;
    }
    .notification-wrapper {
        flex-direction: column;
    }
    .notification-wrapper .left {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
    .notification-wrapper .left i {
        margin: 10px 0;
    }
    .cancelled-job-body.password-update {
        padding: 30px 0px;
        text-align: center;
    }
    form.updateProfile {
        width: 100%;
    }
    .my-rides-tabs {
        flex-direction: column;
        border-radius: 30px !important;
    }
    .my-rides-tabs li.nav-item:after {
        display: none;
    }
    .my-rides-tabs {
        width: 100% !important;
    }
    ul.job-rating {
        justify-content: center;
        margin-top: 20px;
    }
    .item-wrapper {
        justify-content: center;
    }
    .item-wrapper span {
        margin: 5px;
    }
    .image-wrapper {
        justify-content: center;
    }
    h4.d-heading {
        text-align: center;
    }
    .append-container {
        width: 100%;
    }
    .history-item {
        flex-direction: column;
        justify-content: center;
    }
    .history-item .left {
        text-align: center;
        margin-bottom: 10px;
    }
    .history-item .right h5.history-title {
        text-align: center;
    }
    label.history-label {
        text-align: center !important;
        width: 100%;
    }
    p.booking-p {
        text-align: center;
    }
    .holler-modals button.close {
        top: -20px;
        right: -10px;
        z-index: 99;
    }
    .holler-modals .modal-content .modal-body {
        width: 95%;
        padding: 80px 20px;
    }
    .header-section .black-btn {
        display: none;
    }
    .product-detail .bottom button {
        margin: 30px 0 0 0;
    }
    .owl-carousel .owl-nav.disabled button.owl-next {
        display: none;
    }
    .owl-carousel .owl-nav.disabled button.owl-prev {
        display: none;
    }
    form#regForm .buttons button,
    #regForm-2 .buttons button {
        width: 100%;
        margin: 20px 0 0px 0 !important;
        text-align: center;
    }
    form#regForm .buttons button i,
    #regForm-2 .buttons button i {
        margin: 0 10px 0 10px !important;
    }
    label.custom-radi {
        margin: 20px 10px 0px 0px;
    }
    .register .signup-sec li a {
        padding: 14px 10px 15px 10px;
    }
    .register-menu .nav-toggle:before {
        background-color: #343a40;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
    }
    .login-inner button.yel-btn {
        margin: 15px 0 0 0;
    }
    .login-inner p {
        margin: 20px 0 0 0;
    }
    .second-box .blue-bg-second {
        left: 16px !important;
        right: 16px;
    }
    .web-nav img {
        display: none;
    }
}

@media (max-width: 400px) {}

@media (max-width: 375px) {
    div#navbarNav {
        padding: 10px;
    }
    div#navbarNav ul.navbar-nav.ml-auto {
        margin: 0px !important;
    }
    .for-header .head-btn {
        margin-bottom: 20px;
        display: block;
    }
    .for-header .head-btn-2 {
        display: block;
    }
    .iti__flag-container {
        width: 25% !important;
    }
    .iti.iti--allow-dropdown .auth-input {
        width: 74%;
    }
    .w-rap {
        flex-direction: column;
    }
    .w-rap>* {
        padding-bottom: 20px;
    }
    .w-rap>*:last-child {
        padding-bottom: 10px;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .card-slider .card-slider-txt h5 br,
    .card-slider .card-slider-txt span br {
        display: none;
    }
    .slider-box {
        padding: 60px 30px !important;
        background-position: bottom;
    }
    .form-image img {
        display: none;
    }
    .slider-box .slider-text {
        position: initial;
    }
    .slider-box {
        padding: 200px 30px;
    }
    */ .slider-box ol.carousel-indicators.carousel-indicators-numbers {
        display: none !important;
    }
    .trash-pic {
        display: none;
    }
    .card-slider {
        background-size: cover;
        padding: 50px 30px;
    }
    .card-slider .card-slider-txt h5 {
        font-size: 45px;
    }
    .nav-menu>li>a:hover::before,
    li.active a::before {
        display: none;
    }
    span.noti-tag {
        right: unset;
        left: 30px;
        top: 10px;
    }
    .nav-menu>li button a {
        padding: 0 0 10px 15px;
        height: auto;
        font-size: 15px !important;
        color: white;
    }
    .user-header li.dropdown a span {
        top: 4px;
        left: 6px;
    }
    .user-header ul.nav-menu .main-header__searchbar__close img {
        display: block !important;
    }
    .user-header ul.nav-menu img {
        display: none !important;
    }
    .user-header .nav-menu>li>a {
        font-size: 15px;
    }
    .main-header__search__toggle span.icon-search {
        margin: 0 0 0 20px;
        color: #fba419;
    }
    .main-header__search__toggle span.icon-search i {
        transform: rotate(95deg);
    }
    .main-header__search__toggle {
        position: initial;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .user-header .nav-toggle:before {
        box-shadow: 0 0.5em 0 0 #1c7e81, 0 1em 0 0 #1c7e81;
        background: #1c7e81;
    }
    .user-header .nav-toggle {
        margin: -20px 0 0 0;
    }
    .user-profile {
        position: initial;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .register-menu ul.nav-menu {
        margin: 30px 0 0 0;
    }
    .login-inner .left {
        display: none;
    }
    /*menu start here*/
    .nav-toggle:before {
        box-shadow: 0 0.5em 0 0 #fa0046, 0 1em 0 0 #fa0046;
        background: #fa0046;
    }
    .navigation-portrait .nav-menu>li>a {
        color: black;
        padding: 0 10px 10px 20px !important;
        border: 0 !important;
        margin: 0;
        background: transparent;
        height: auto;
    }
    .navigation-portrait .nav-menu>li:last-child {
        padding: 10px 0 0px 0 !important;
    }
    .navigation-portrait .nav-menu>li {
        padding: 10px 0 0 0 !important;
    }
    /*menu end here*/
    h1,
    .village-res .left h1 {
        font-size: 40px;
        line-height: 45px;
    }
    h1 span {
        font-size: 25px;
    }
    h2 {
        font-size: 30px;
        line-height: 35px !important;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 19px
    }
}


/*======================= responsive end here==============*/