/*.parallax-one:before {
    background: rgb(0 0 0 / 27%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}*/
.login-right label {
    margin-right: 6px;
    margin-bottom: 0;
    height: 19px;
    font-size: 15px;
}
.login-right input[type=radio] {
    width: 12px !important;
    accent-color: #e96c67;
    margin-right: 3px;
}
.topuser div {
    display: flex;
    align-items: flex-start;
        margin-right: 5px;
            line-height: 14px;
}
li.notification-message .text-center {
    text-align: left !important;
}
.topuser div span {
    line-height: 14px;
    font-size: 14px;
}
.topuser {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
/*.topuser{
    display: flex;
    justify-content: center;
}*/
.footer-address span {
  font-size: 14px;
}
.btn.btn-url {
  color: #e96c67;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 15px;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 4px 4px 10px !important;
    border: none;
    border-radius: 5px;
    background: #fff6f0;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
    border: 10px solid #f27474 !important;
    box-shadow: 0 4px 7px #5d5d5d !important;
}

div:where(.swal2-icon) {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 0.5em auto 0em !important;
    border: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 24px 14px 0px !important;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center !important;
    text-transform: none;
    word-wrap: break-word;
}

#myModal .form-check-label {
    margin-bottom: 7px;
}

#myModal .modal-body {
    padding: 1rem 2rem;
}

option {
    font-family: sans-serif !important;
}

p.message a {
    color: #fff !important;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto;
}

.search-box select.form-control.form-control.selectbox.select {
    border-color: transparent;
    padding: 5px 56px;
    appearance: none;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular.woff2') format('woff2'),
        url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-medium.woff2') format('woff2'),
        url('../fonts/poppins-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-semibold.woff2') format('woff2'),
        url('../fonts/poppins-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-bold.woff2') format('woff2'),
        url('../fonts/poppins-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

button.swal2-confirm.swal2-styled {
    border: 1px solid !important;
    color: #e96c67;
    background-color: #f7e5d8 !important;
    border-color: #e96c67 !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

optgroup {
    margin: 0;
    font-family: revert;
}

:root {
    font-family: "Poppins", sans-serif !important;
}

html {
    font-family: "Poppins", sans-serif !important;
}

body {
    background-color: #fefefe;
    color: #555a64;
    /*font-family: "Poppins",sans-serif;*/
    font-family: "Poppins", sans-serif !important;
    font-size: 0.9375rem;
    height: 100%;
    overflow-x: hidden;
}

img.img-responsive {
    width: 50vh !important;
    border-radius: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3038;
    /*font-family: "Poppins",sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 13px;
}

p {
    color: #666666;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    text-align: center !important;
    align-items: center !important;
    display: flex !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px !important;
    right: 1px;
    width: 20px;
}

#imagePeviewModal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    height: 100%;
    display: flex;
    align-items: center;
}

#imagePeviewModal button.close {
    background: #e96c67;
    color: #fff;
    font-weight: normal;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    position: relative;
    bottom: 19px;
}

#imagePeviewModal img#img01 {
    height: auto;
    width: 400px;
    object-fit: contain;
}

.modalimagview:before {
    content: "";
    position: absolute;
    background: rgb(24 24 24 / 58%);
    width: 100%;
    height: 100%;
}

.notification-message p {
    text-align: left;
}
.provider-notification-list .notification-message p {
    font-size: 13px;
    margin-bottom: 0;
/*    margin-left: 8px;*/
/*    margin-top: 0;*/
}
.notification-message p {
    font-size: 13px;
/*    margin-bottom: 0;*/
        margin-left: 15px;
/*            margin-top: 5px;*/
}

li.notification-message.m-4 {
    margin: 15px 5px !important;
    display: flex;
    align-items: baseline;
}

a.heartfill.remove-from-wishlist {
    margin: 0 6px;
}

.sidebar .nav-link p {
    transition: none !important;
}

.fillup {
    color: #f9a825 !important;
}

.catviewfooter ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.catviewfooter ul li {
    text-align: left;
}

/*7 nov*/

.contact-blk-content .custom-control-label::before {
    position: absolute;
    top: 2px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    /* margin-left: 5px; */
}

.custom-label2 {
    margin-right: 5px;
}


.service-content p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
}

.contact-blk-content label {
    display: block;
    text-align: left;
}

#agree_checkbox_user2 .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-right: 5px !important;
}

.heartfill i {
    color: #e96c67 !important;
}

.stats p {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 14px;
}

.stats p a {
    color: #e96c67;
    font-size: 14px;
    padding: 5px;
}

.choiceview label {
    margin-top: 9px;
}

.customall label::before {
    position: absolute;
    top: 2px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.page-item1 a {
    margin-left: 0;
    border: 1px solid gainsboro;
    padding: 6px 10px;
}

.page-item1 strong {
    background: #f66869;
    color: #fff;
    padding: 7px 10px;
}

.page-item1 {
    display: inline-block;
}

/*profile bg*/
.user-profile:before {
    content: "";
    position: absolute;
    background: rgb(68 68 68 / 87%);
    width: 100%;
    height: 100%;
}

.user-profile {
    background: url(../../uploads/5154267.jpg) !important;
    background-size: cover !important;
    background-position: bottom !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fileUploadWrap span {
    position: absolute;
    cursor: pointer !important;
    float: none;
    display: inline-block;
    background: #e96c67;
    color: #fff;
    font-size: 14px;
    padding: 5px 30px;
    border-radius: 4px;
}

.fileUploadWrap i {
    position: absolute;
    cursor: pointer !important;
    width: 30px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ff4049;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.user-card-full .m-b-25 {
    position: relative;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 24px 90px 0px !important;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center !important;
    text-transform: none;
    word-wrap: break-word;
}

.mainviewheading {
    background: #d9d9d9;
    padding: 15px 0;
    display: none;
}

/*.sidebarblock {
    background: #E2E8F0;
}*/
.nobooking h6 i {
    color: #ffffff;
    font-size: 16px;
}

.nobooking h6 {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
}

.nobooking {}

.nobooking {
    background: #e96c67;
    padding: 6px;
    text-align: center;
}

/*end*/
/*.ftr {
    display: flex;
    align-items: center;
}*/
.otp p {
    color: #fff !important;

}

.padding {
    padding: 3rem !important
}

.parallax-five:before {
    content: "";
    background: rgb(52 52 52 / 83%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.main-nav>li>a:active {
    color: #fff;
}

button:focus {
    outline: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

/* Shortcode */

.mh-auto {
    min-height: auto;
}

.display-5 {
    font-size: 21px;
    line-height: 25px;
}

.form-control.custom-height {
    height: auto;
    margin-top: 5px;
}

.bg-theme {
    background-color: #e96c67;
}

.bg-grey {
    background-color: #f2f2f2;
}

.badge-prof {
    background-color: #e96c67;
}

.badge-user {
    background-color: #D9C505;
}

.custom-badge-sm {
    padding: 0.23em 0.5em;
    border-radius: 50em;
    background: #e96c67;
    color: #fff;
}

.badge-theme {
    background-color: #e96c67;
    color: #fff;
}

.btn-theme {
    background-color: #e96c67;
    opacity: 0.86;
}

.btn-theme:hover,
.btn-theme:focus {
    background-color: #e96c67;
    opacity: 1;
}

.bootstrap-tagsinput input[type="text"] {
    float: none !important;
}

.block {
    padding: 40px 0;
    position: relative;
}

.block.remove-top {
    padding-top: 0
}

.block.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.block.dark {
    background: #111111
}

.block.gray {
    background: #fafafa
}

.block.remove-bottom {
    padding-bottom: 0
}

.hero-section {
    position: relative;
}

.home-banner {
    background-image: url("../img/banner.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.layer:before {
    content: "";
    height: 100%;
    opacity: 0.95;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu-wrapper li.has-submenu {
    color: #fff;
}

/*scroll bar*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

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

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

/*end*/
ul li {
    color: #1e1e1e;
}

.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 39px;
    padding: 6px 6px;
}

span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
    padding: 19px 0px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 4px !important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#submit_btn {
    margin-left: 4px;
}

.form-control:focus {
    border-color: #bbb;
    box-shadow: none;
    outline: 0 none;
}

li.has-submenu {
    cursor: pointer;
}

/* Page Loading */

.page-loading {
    background-color: hsl(0deg 0% 98%);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    /*text-align: center;*/
    /*top: 0;*/
    width: 100%;
    z-index: 99999;
}

.page-loading>img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.page-loading>span {
    color: #b3b3b3;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    margin-top: 30px;
    text-decoration: underline;
}

.header {
    background: #e96c67;
    position: relative;
}

.logo img {
    height: auto;
    max-width: 100%;
    max-height: 50px;
    border-radius: 15px;
}

.logo a {
    float: left;
}

.logo a img {
    float: left;
    max-height: 32px;
}

.section-search {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
}

.section-search>h3 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-search>h3 span {
    color: #D9C505;
}

.section-search>p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-align: center;

}

select.form-control.form-control.selectbox.select {
    padding: 5px 3px;
    color: #707070;
}

#swal2-title {
    padding: 24px 33px 0px !important;
}

.login-right input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sort-by .form-control-sm {
    height: calc(1em + 0.5rem + 12px);
    padding: 3px 13px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.2rem;
   font-family: "Poppins", sans-serif !important;
    background: url(https://developmentalphawizz.com/antsnest/assets1/images/down.png) no-repeat right 0.75rem center/12px 12px;
    background-repeat: no-repeat;
}



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

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #707070 !important;
}

.search-box select.form-control.form-control.selectbox.select {
    border-color: transparent;
    padding: 5px 56px;
}

.search-box {
    width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 10px;
    display: table;
    padding-left: 15px;
    margin-top: 35px;
}

.search-box input:hover,
.search-box input:focus,
.search-box .form-control:hover,
.search-box .form-control:focus {
    background-color: #fff !important;
}

.search-box form {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.search-input {
    float: left;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.search-box ::-webkit-input-placeholder {
    /* Edge */
    font-size: 16px;
}

.search-box :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
}

.search-box ::placeholder {
    font-size: 16px;
}

.search-input {
    width: 28%;
    margin: 0 4px;
}

.search-input.line {
    width: 53%;
}

.search-input input,
.search-input.line input {
    height: 57px;
    padding: 0px 40px 0px 60px;
    border: 0;
}




.search-input.line::before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 60px;
    background: #ccc;
    content: "";
    z-index: 1;
    margin-top: -30px;
}

.search-input i {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
    color: #858585;
    font-size: 18px;
}

.search-input .current-loc-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
    color: #858585;
    font-size: 18px;

}

.search-input .current-loc-icon i {
    position: unset;
    transform: unset;
}

.search-input>i.bficon {

    left: 25px;
    z-index: 1;
}

.search-btn {
    float: right;
    width: 15%;
}

.search-btn .btn {
    width: 100%;
    border: 1px solid #e96c67;
    background: #f7e5d7;
    border-radius: 40px;
    color: #e96c67;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
}

.search-btn .btn:hover,
.search-btn .btn:hover {
    color: #fff;
}

.centers {
    display: flex;
    justify-content: center;
    margin-top: 30px;

}

.search-cat span {
    float: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    margin-right: 25px;
}

.search-cat i {
    color: #d9c505;
    margin-right: 5px;
}

.search-cat {
    margin-top: 30px;
    text-align: center;
}

.search-cat a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 8px 20px;
    border: 1px dashed #fff;
    border-radius: 25px;
    margin: 0 5px;
    opacity: 0.8;
}

.heading {
    padding: 40px 0 50px 30px;
    margin-bottom: 20px;
    background: url(../img/title-image.png) no-repeat left center;
}

.heading.howitworks {
    text-align: center;
    background: url(../img/title-image2.png) no-repeat center center;
    padding-left: 0;
}

.heading h2 {
    font-size: 30px;
    color: #2c3038;
    font-weight: bold;
    margin-bottom: 10px;
}

.heading span {
    font-size: 16px;
    color: #3a3c3c;
}

.viewall {
    text-align: right;
    padding: 50px 0 0;
}

.viewall h4 {
    margin: 0;
}

.viewall a {
    color: #171717;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.viewall a:hover {
    color: #ce0000;
}

.viewall a i {
    font-size: 24px;
    margin-left: 4px;
    padding: 0px;
    margin-bottom: 7px;
}

.viewall span {
    color: #f0f0f0;
    font-size: 20px;
    font-weight: 400;
}

.cate-widget {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}

.cate-widget img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    width: 100%;
    height: 278px;
    object-fit: cover;
}

.cate-widget:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.form-check-input {
    position: absolute;
    margin-top: 0.2rem;

}

.cate-widget:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cate-title {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}

.cate-title h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.cate-title h3 span {
    color: #171717;
    display: inline-block;
    background: #fff;
    padding: 8px 10px;
    border-radius: 20px;
}

.cate-title h3 span i {
    color: #e96c67;
    font-size: 12px;
    margin-right: 3px;
}

.cate-count {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    color: #fff;
    font-size: 15px;
}

.how-work {
    padding: 15px 0;
}

.howworksec {
    text-align: center;
    margin: 40px 0 0;
    position: relative;
    background: url(../img/hiwbg.png) no-repeat center 25px;
}

.howwork {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0px;
}

.howwork .iconround {
    float: none;
    display: inline-block;
    font-size: 65px;
    background: #fff;
    color: #e96c67;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.howwork .iconround .steps {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e96c67;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    top: 15px;
    left: -15px;
}

.howwork h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #212121;
    margin-top: 30px;
    margin-bottom: 12px;
}

.howwork p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #8d8d8d;
    margin: 0;
    line-height: 24px;
    /*padding: 0 20px;*/
    margin-top: 5px;
    text-align: left;
}

.bottommediym .contactdet ul {
    display: flex;
    flex-flow: column wrap;
    height: 20em;
}

.footer {
    background-color: #fff;
    border-top: 1px solid #e8ecec;
}

.view-icons {
    display: inline-flex;
    float: right;
}

.view-icons a {
    font-size: 20px;
}

.view-icons a:hover,
.view-icons a:focus {
    color: #ce0000;
}

.view-icons a.active {
    color: #e96c67;
}

.view-icons a.active:hover,
.view-icons a.active:focus {
    color: #ce0000;
}

.breadcrumb-title h2 {
    font-weight: 500;
    font-size: 25px;
    margin: 0;
        text-align: left;
}
.content {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    padding: 80px 60px 0 0 !important;
}
.breadcrumb-title span {
    font-size: 13px;
    color: #8d8d8d;
    margin-top: 9px;
}

.breadcrumbs {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumbs li {
    float: left;
    margin: 0;
    position: relative;
    padding: 0 11px;
}

.breadcrumbs li a {
    float: left;
    font-size: 13px;
    color: #8d8d8d;
}

.breadcrumbs li::before {
    position: absolute;
    right: -3px;
    top: 50%;
    content: ">";
    font-size: 10px;
    color: #8d8d8d;
    line-height: 10px;
    margin-top: -3px;
}

.breadcrumbs li:last-child {
    padding-right: 0;
}

.breadcrumbs li:last-child::before {
    display: none;
}

.pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.pagination>ul {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}

.pagination>ul li {
    float: none;
    display: inline-block;
    margin: 0 1px;
}

.pagination>ul li a {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #e8ecec;
    line-height: 34px;
    font-size: 13px;
    color: #8d8d8d;
}

.pagination>ul li span {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #e8ecec;
    line-height: 34px;
    font-size: 13px;
    color: #8d8d8d;
}

.pagination>ul li.arrow a {
    background: #f1f1f1;
    font-size: 17px;
    margin: 0 9px;
}

.pagination>ul li.active a {
    background: #e96c67;
    border-color: #e96c67;
    color: #fff;
}

.chat-scroll {
    max-height: calc(100vh - 255px);
    overflow-y: auto;
}

.pbox {
    float: left;
    width: 100%;
}

.pbox h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
}

.tags {
    float: left;
    width: 100%;
    margin: 0;
}

.tags>li {
    float: left;
    font-size: 13px;
    background: #e96c67;
    margin-right: 5px;
    padding: 5px 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 0;
}

.tags>li .tagRemove {
    float: left;
    margin-right: 5px;
}

.tags>li.tagAdd.taglist {
    float: left;
    width: auto;
    background: none;
    padding: 0;
    margin: 0;
}

.tags>li.tagAdd.taglist #search-field {
    width: auto;
    padding: 0;
    margin: 0;
    background: no-repeat;
    float: left;
    line-height: 25px;
}

.pbox:last-child {
    margin-bottom: 0;
}

/* Reviews Sec */
/*.reviewssec {
    float: left;
    width: 100%;
    display: table;
    position: relative;
    padding: 50px 0;
    border-bottom: 1px solid #e8ecec;
}
.review-padding {
    padding: 15px 0!important;
}
.reviewthumb {
    display: table-cell;
    width: 60px;
    vertical-align: top;
}
.reviewthumb img {
    float: left;
    width: 100%;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50;

}
.reviewinfo {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.reviewinfo > h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #5e5e62;
    margin: 0;
}
.reviewinfo > h3 i {
    font-style: normal;
    font-size: 13px;
    color: #8d8d8d;
    margin-left: 7px;
}
.reviewinfo > h3 i strong {
    font-weight: normal;
    color: #686868;
}
.reviewinfo > span {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #8d8d8d;
    margin-top: 7px;
}
.reviewinfo p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #8d8d8d;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
}
.reviewaction {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.reviewaction a {
    float: left;
    font-size: 13px;
    color: #76b8df;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e8ecec;
    line-height: 20px;
}
.reviewaction a i {
    float: left;
    margin-right: 8px;
    font-size: 17px;
}
.reviewaction a:last-child {
    padding-right: 0;
    border: none;
}
.reviewssec:last-child {
    border-bottom: none;
}*/


.edit-s {
    color: #e96c67;
    position: relative;
    top: 0;
    left: -164px;
    width: 305px !important;
    font-size: 11px;
}

.dash #parallax-world-of-ugg p {
    text-align: justify;
}

.dashboradsec {
    float: left;
    width: 100%;
}

.dashboradsec>h3 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    color: #111111;
    margin-bottom: 40px;
}

#read_text {
    display: none;
}

.notcenter {
    float: left;
    width: 100%;
}

.notificationlist {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecec;
    padding-top: 20px;
    position: relative;
}

.notificationlist h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #242423;
    margin: 0;
}

.notificationlist span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #8d8d8d;
    margin-top: 6px;
}

.notificationlist a {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 13px;
    color: #e96c67;
    line-height: 20px;
    margin-top: -10px;
}

.notificationlist a i {
    float: left;
    font-size: 17px;
    margin-right: 7px;
}

.notificationlist:first-child {
    padding-top: 0;
}

.notificationlist:last-child {
    padding-bottom: 0;
    border: none;
}

.user-image {
    border-radius: 18px;
    width: 120px;
    margin-right: 15px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}

.jstinput>a {
    float: none;
    display: inline-block;
    background: #e96c67;
    color: #fff;
    font-size: 14px;
    padding: 5px 30px;
    border-radius: 4px;
}

.jstinput {
    position: relative;
    float: left;
    width: 100%;
}

.jstinput input {
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.updatebtn {
    float: left;
    background: #e96c67;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid #e96c67;
    border-radius: 4px;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.updatebtn:hover {
    background: transparent;
    color: #e96c67;
    border: 1px solid #e96c67;
}

.dash-widget {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.dash-widget-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #db817d;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #5c5b5b;
    font-size: 20px;
    font-weight: 500;
    flex: 0 0 60px;
    margin-right: 10px;
}

.dash-widget-info>span {
    color: #5c5b5b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.dash-widget-info {
    text-align: right;
}

.dash-widget.dash-bg-1 {
    background-color: #f5b6be;
}

.dash-widget.dash-bg-2 {
    background-color: #c6eaf1;
}

.dash-widget.dash-bg-3 {
    background-color: #fdf7bf;
}

.currency {
    float: left;
    font-style: normal;
}

.currency i {
    font-style: normal;
    color: #121212;
}

.pagination>ul li a:hover {
    background: #e96c67;
    border-color: #e96c67;
    color: #fff;
}

.search-btn button:hover {
    background: #e96c67;
}

.search-cat a:hover {
    background: #e96c67;
    color: #fff;
    border-color: #f7e5d8;
    opacity: 1;

}

.cate-widget:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.howwork:hover>i {
    color: #fb3b44;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e96c67;
    border: 1px solid #e96c67;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
    background: #e96c67;
    color: #fff;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #e96c67;
    background: #fff;
    border: 1px solid #e96c67;
}

.bootstrap-datetimepicker-widget.usetwentyfour {
    display: block;
}

.about-content div {
    padding: 0 !important;
}
.viewport small {
    text-align: left !important;
    float: left;
    margin-bottom: 15px;
}
.plan-det p {
    font-size: 15px !important;
    text-align: left !important;

}

/* Chat */

.contacts_body {
    padding: 0.75rem 0;
    overflow-y: auto;
    white-space: nowrap;
    min-height: 430px;
}

.msg_card_body {
    overflow-y: auto;
}

.card-header {
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 0 !important;
}

.card-footer {
    background-color: #fff;
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}

.search {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    color: fff !important;
}

.search:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.type_msg {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    overflow-y: auto;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.send_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.search_btn {
    background-color: transparent;
    border: 0 !important;
}

.contacts {
    list-style: none;
    padding: 0;
}

.contacts li {
    margin-bottom: 15px;
}

.user_img {
    height: 45px;
    width: 45px;
    border: 1.5px solid #f5f6fa;

}

.user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #f5f6fa;

}

.img_cont {
    position: relative;
    height: 45px;
    width: 45px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.online_icon {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: 0.4em;
    border: 1.5px solid white;
}

.offline {
    background-color: #c23616 !important;
}

.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user_info .user-name {
    color: #2c3038;
}

.user_info span {
    font-size: 16px;
}

.user_info p {
    font-size: 14px;
    color: #8d8d8d;
}

.msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #e4e4e4;
    padding: 10px;
    position: relative;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #e96c67;
    color: #fff;
    padding: 10px;
    position: relative;
}

.msg_time {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    position: relative;
    display: block;
}

.msg_time_send {
    position: relative;
    color: rgba(230, 230, 230, 0.8);
    font-size: 10px;
    display: block;
}

.msg_head {
    position: relative;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 7px 0;
    background-color: #e4e4e4;
    color: white;
    top: 30px;
    right: 15px;
    display: none;
}

.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.action_menu ul li i {
    padding-right: 10px;
}

.action_menu ul li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

.chat-history-blk ::-webkit-input-placeholder {
    color: #333;
}

.chat-history-blk :-ms-input-placeholder {
    color: #333;
}

.chat-history-blk ::placeholder {
    color: #333;
}

/* Modal Wizard */

#modal-wizard .modal-header {
    border-bottom: 0px solid transparent;
}

.m-progress-bar {
    min-height: 0.23em;
    background: #e96c67;
    width: 5%;
}

.m-progress-stats {
    display: none;
}

#modal-wizard .modal-footer {
    border-top: 0px solid transparent;
}

.header-content-blk h4 {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 0px;
}

.header-content-blk h4:after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #727c8e;
    width: 230px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 0px;
}

.modal-content {
    border-radius: 0.625rem;
}

.modal .modal-body {
    padding: 2rem;
}

.has-error .help-block {
    font-size: 13px;
    margin-top: 7px;
    color: red;
}

.user-notify-blk img {
    width: 60px;
    height: 60px;
}

.user-notify-blk .badge {
    right: 10px;
    top: 23px;
}

/*login modal 5 nov*/
.bottomlogin span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

/*.bottomlogin a img {
    margin-right: 10px;
}*/
.bottomlogin a {
    font-size: 17px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 10%;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #000;
    font-weight: bold;
}

.bottomlogin {
    margin: 0px 0 5px;
}

.modal.account-modal .modal-body {
    padding: 0;
}

.account-modal .login-header {
    margin-bottom: 0;
    background: #e96c67;
    padding: 15px;
}

.account-modal .modal-content {
    border: none;
}

.account-modal .login-header h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}

.account-modal .account-box .form-group {
    margin-bottom: 5px;
    padding: 15px 15px 0;
}

.account-modal .ftr {
    /*    display: flex;
    align-items: center;*/
    padding: 0 15px;
    margin-top: 17px;
}

/*end*/
/* Price Range Slider */

.range-slider.ui-slider {
    height: 6px;
    background: #efedf3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.range-slider.ui-widget.ui-widget-content {
    border: 0px solid #fff;
    margin-top: 15px;
    margin-bottom: 5px;
}

.range-slider.ui-slider .ui-slider-range {
    background: #e96c67;
}

.range-slider.ui-slider .ui-slider-handle {
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    top: -6px;
    z-index: 2;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.range-slider.ui-slider .ui-slider-handle:focus {
    outline: 0;
}

.range-slider.ui-slider .ui-slider-handle:before {
    content: '';
    position: absolute;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background: #fff;
    left: 4px;
    top: 4px;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.main-nav li.mobile-list {
    display: none;
}

.wallet-img {
    width: 15px;
}

.dropdown.noti-dropdown {
    margin-top: 20px;
}

.noti-dropdown .dropdown-toggle {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    padding: 0 15px;
}

.noti-dropdown .dropdown-toggle::after {
    display: none;
}

.noti-dropdown .dropdown-toggle span {
    background-color: #f43f3f;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    position: absolute;
    right: 3px;
    top: 5px;
}

.noti-dropdown .dropdown-toggle i {
    float: right;
    line-height: 50px;
    margin-left: 15px;
    font-size: 21px;
    float: left;
    line-height: 50px;
    color: #fff;
    margin: 0px;
    margin-left: 0px;
    cursor: pointer;
}

.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}

.user-header {
    background-color: #fff;
    display: flex;
    padding: 10px 15px;
    width: 100%;
}

.noti-dropdown .dropdown-menu {
    top: 63px !important;
    font-size: 14px;
}

.noti-details {
    line-height: 22px;
}

.notification-message {
    margin-bottom: 0;
}

/*-----------------
    Notifications
-----------------------*/
.notifications {
    border: 1px solid #dadada !important;
}

li.notification-message {
    border-bottom: 1px solid rgb(238 108 104 / 23%) !important;
    padding-bottom: 5px;
        padding-top: 5px;
}

li.notification-message h5 {

    font-size: 14px;
    margin-bottom: 0;
    margin-right: 5px;
    font-weight: 500;
}

.notifications {
    padding: 0;
}

.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd;
}

.notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications .media:last-child {
    border-bottom: none;
}

.notifications .media a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.notifications .media a:hover {
    background-color: #fafafa;
}

.notifications .media>.avatar {
    margin-right: 10px;
}

.notifications .media-list .media-left {
    padding-right: 8px;
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.topnav-dropdown-footer {
    border-top: 1px solid #eee;
}

.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}

.user-menu.nav>li>a .badge {
    background-color: #f43f3f;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    position: absolute;
    right: 3px;
    top: 6px;
}

.user-menu.nav>li>a>i {
    font-size: 1.5rem;
    line-height: 60px;
}

.noti-details {
    color: #989c9e;
    margin-bottom: 0;
}

.noti-title {
    color: #333;
}

.notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notifications ul.notification-list>li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications ul.notification-list>li:last-child {
    border-bottom: none;
}

.notifications ul.notification-list>li a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.notifications ul.notification-list>li a:hover {
    background-color: #fafafa;
}

.notifications ul.notification-list>li .list-item {
    border: 0;
    padding: 0;
    position: relative;
}

.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
}

.topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}

.noti-time {
    margin: 0;
}

.filter-section {
    border: 1px solid #ededed;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}

.content {
    padding: 50px 0;
}

.noti-contents {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    color: #a1a1a1;
    justify-content: center;
}

/*-----------------
	Login
-----------------------*/

.account-page {
    background-color: #fff;
}

.account-page .content {
    padding: 50px 0;
}

.login-header {
    margin-bottom: 20px;
}

.login-header p {
    margin-bottom: 0;
}

.login-header h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.login-header h3 a {
    color: #0de0fe;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}

.login-btn {
    border: 0;
    background-color: #ed8985;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}

.login-btn:hover {
    border: 0;
}

.forgot-link {
    color: #3d3d3d;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    border-bottom: 1px dashed;
}

.btn-facebook {
    background-color: #3a559f;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}

.btn-google {
    background-color: #dd4b39;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}

.account-box .form-group {
    margin-bottom: 25px;
}

.account-footer a {
    color: #e96c67;
}

/*-----------------
	Nav Tabs
-----------------------*/

.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}

.nav-tabs>li>a {
    margin-right: 0;
    color: #888;
    border-radius: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: transparent;
    color: #272b41;
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #272b41;
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
    background-color: #e96c67;
    border-color: #e96c67;
    color: #fff;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    display: flex;
    align-items: center;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
    color: #272b41;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #272b41;
}

.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
    background-color: #e96c67;
    border-color: #e96c67;
    color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus {
    border-radius: 50px;
}

.nav-tabs-justified>li>a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs-justified>li>a:hover,
.nav-tabs-justified>li>a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified.nav-tabs-top>li>a,
.nav-tabs.nav-justified.nav-tabs-top>li>a:hover,
.nav-tabs.nav-justified.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top>li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-top>li>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top>li.open>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
    border-top-color: #ddd;
}

.nav-tabs.nav-tabs-top>li+li>a {
    margin-left: 1px;
}

.nav-tabs.nav-tabs-top>li>a.active,
.nav-tabs.nav-tabs-top>li>a.active:hover,
.nav-tabs.nav-tabs-top>li>a.active:focus {
    border-top-color: #e96c67;
}

.nav-tabs.nav-tabs-bottom>li>a.active,
.nav-tabs.nav-tabs-bottom>li>a.active:hover,
.nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #e96c67;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}

.nav-tabs.nav-tabs-solid>li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a:hover,
.nav-tabs.nav-tabs-solid>li>a:focus {
    background-color: #f5f5f5;
}

.nav-tabs.nav-tabs-solid>.open:not(.active)>a {
    background-color: #f5f5f5;
    border-color: transparent;
}

.nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs-justified.nav-tabs-top>li>a,
.nav-tabs-justified.nav-tabs-top>li>a:hover,
.nav-tabs-justified.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

.account-modal .close {
    background-color: #ffffff;
    border-radius: 50%;
    color: #e96c67;
    font-size: 18px;
    height: 24px;
    line-height: 27px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 24px;
    z-index: 99;
}


/*-----------------
	Footer
-----------------------*/

.footer .footer-top {
    padding: 25px 0;
}

.footer-title {
    color: #e96c67;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}

.footer .footer-widget .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.footer .footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-menu ul li a {
    color: #000;
    font-size: 14px;
    transition: all 0.4s ease 0s;

}

.social-icon i {
    margin-right: 5px;
}

.footer .footer-widget.footer-menu ul li a:hover {
    color: #e96c67;
}

.footer .social-icons ul li a {
    color: #B0B0B0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    transition: all 0.4s ease 0s;
    border-radius: 14px;
    justify-content: center;
    align-items: center;

    padding-left: 4px;
}

.footer-contact-info {
    color: #000;
    font-size: 15px;
}

.footer-contact-info .footer-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}

.footer-contact-info p {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
}

.footer-contact-info p a {
    display: flex;
    align-items: center;
}

#page-content .card-body {
    padding: 20px 16px;
}

.pricing-card {
    min-height: 629px !important;
}

.plan-det h4 {
    font-size: 19px;
}

.crd-top label {
    color: #1e1e1e;
}

.footer-contact-info .footer-address span {
    margin-right: 20px;
}

.footer-contact-info .footer-address span i {
    color: #e96c67;
    font-size: 18px;
}

.footer-contact-info p i {
    color: #e96c67;
    font-size: 18px;
    margin-right: 15px;
}

.footer .footer-bottom .copyright {
    border-top: 1px solid #e8ecec;
    padding: 30px 0;
}

.footer .footer-bottom .copyright-text p {
    color: #000;
    font-size: 15px;
}

.footer .footer-bottom .copyright-text p a {
    color: #e96c67;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer .footer-bottom .copyright-text p a:hover {
    color: #e96c67;
}

.footer .footer-bottom .copyright-text p.title {
    font-weight: 400;
    margin: 10px 0 0;
}

.footer .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .social-icon ul li {
    margin-right: 10px;
}

.footer .social-icon ul li:last-child {
    margin-right: 0;
}

.footer .social-icon ul li a {
    color: #B0B0B0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    transition: all 0.4s ease 0s;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.footer .social-icon ul li a:hover {
    background-color: rgba(255, 0, 128, 0.05);
    color: #e96c67;
}

.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.policy-menu li {
    display: inline-block;
    margin-right: 15px;
}

.policy-menu li:last-child {
    margin-right: 0;
}

.policy-menu li a {
    color: #424242;
}

.policy-menu li a:hover,
.policy-menu li a:focus {
    color: #e96c67;
}

.policy-menu li::after {
    color: #8d8d8d;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}

.policy-menu li:last-child::after {
    content: "";
}

/*-----------------
	Header
-----------------------*/

header.sticktop.navbar-fixed {
    z-index: 1039;
    position: sticky;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #e96c67;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0 30px;
    margin-bottom: 0;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.main-nav>li>a {
    color: #f9f9f9;
}

.main-nav>li.active>a {
    color: #e96c67;
}

.main-nav>li>a::after {
    width: 0;
    background: #e96c67;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*.main-nav > li > a:hover::after, .main-nav > li.active > a::after {
    width: 100%;
    right: auto;
    left: 0;
}*/
.main-nav>li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 100%;
    border-top: 1px solid #f0f0f0;
}

.main-nav>li .submenu>li.has-submenu>a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}

.main-nav>li .submenu li {
    position: relative;
}

.main-nav li a {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
}

.main-nav li.login-link {
    display: none;
}

.header-navbar-rht {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.mainprofile i {
    position: absolute;
    bottom: -13px;
    color: #008ABF;
    font-size: 16px;
    right: 0;
    background: #e7e7e7;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainprofile,
.viewprofile {
    position: relative;
}

.serviceview div img {
    border: 2px solid #e96c67;
}

.viewprofile i {
    position: absolute;
    bottom: -6px;
    color: #008ABF;
    font-size: 10px;
    right: 3px;
    background: #e7e7e7;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-navbar-rht>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 2px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.header-navbar-rht>li:last-child {
    padding-right: 0px;
}

.header-navbar-rht>li .dropdown-menu {
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header-navbar-rht>li .fa-bell {
    font-size: 18px;
}

.header-navbar-rht>li .fa-comments {
    font-size: 18px;
}

.header-navbar-rht .dropdown-toggle::after {
    display: none;
}

.header-navbar-rht>li .dropdown-menu .dropdown-item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    font-size: 0.9375rem;
}

.header-navbar-rht>li .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0;
}

.header-navbar-rht>li .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
}

.header-navbar-rht>li a.header-login:hover,
.header-navbar-rht>li a.header-login:focus {
    /*background-color: #ce0000;*/
    /*border-color: #ce0000;*/
    /*color: #fff;*/
    background-color: #f7e5d8;
    color: #e96c67;
    border: 1px solid;

}

.header-navbar-rht li>.dropdown-menu a:hover {
    color: #e96c67;
    background-color: #fff;
}

.header-navbar-rht li>a.header-login {
    background-color: #e96c67;
    border-radius: 8px;
    padding: 8px 8px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: normal;
    border: 1px solid;
}

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 10px;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}

.user-menu.nav>li>a {
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    height: 60px;
}

.user-menu.nav>li>a:hover,
.user-menu.nav>li>a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.user-menu.nav>li>a:hover i,
.user-menu.nav>li>a:focus i {
    color: #fff;
}

.user-img {
    display: inline-block;
    position: relative;
}

.user-img>img {
    height: 31px;
    object-fit: cover;
    width: 31px;
}

.user-menu.nav>li>a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item:hover {
    color: #e96c67;
}

.user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
}

.user-header .user-text {
    margin-left: 10px;
}

.user-header .user-text h6 {
    font-size: 15px;
    margin-bottom: 2px;
}

.header-navbar-rht .logged-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 85px;
    padding: 0 8px;
    color: #fff;
    position: relative;
}

.viewanim {
    position: relative;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: 7;
    animation-timing-function: ease;
}

@keyframes example {
    0% {
        top: -30px;
    }

    100% {
        top: 0px;
        transform: translateY(0px);
    }
}

/*-----------------
	Mobile Menu
-----------------------*/

.sidebar-overlay {
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1039;
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    display: none;
}

.menu-logo img {
    height: auto;
    max-width: 180px;
}

.menu-close {
    font-size: 18px;
    color: #ffffff;
}

.bar-icon {
    display: inline-block;
    width: 31px;
}

.bar-icon span {
    background-color: #fff;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}

.bar-icon span:nth-child(2) {
    width: 16px;
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

#mobile_btn {
    display: none;
    margin-right: 30px;
}

html.menu-opened body {
    overflow: hidden;
}

.main-menu-wrapper {
    margin-left: -25px;
}

.navbar-brand.logo-small {
    display: none;
}

.navbar-brand.logo-small img {
    max-height: 40px;
    width: auto;
}

header.sticktop.dark {
    position: unset;
}

.header.sticktop.navbar-fixed .header-nav {
    background: #e96c67;
}

.settings-menu ul {
    display: block;
    border: 0;
    padding-top: 5px;
    padding-bottom: 15px;
}

.customall {
    font-size: 14px;
}

.settings-menu ul li {
    margin-top: 15px;
}

.settings-menu ul li a {
    color: #505050;
    padding: 0;
    border: 0 !important;
    display: inline-block;
}

.settings-menu ul li a:hover,
.settings-menu ul li a:focus {
    background-color: transparent !important;
    border: 0 !important;
}

.settings-menu ul li a.active {
    color: #e96c67 !important;
    border: 0;
    background: transparent;
    border-radius: 5px;
    /* padding: 6px 0; */
}

/*.settings-menu ul li a.active {
    color: #ffffff !important;
    border: 0;
    background: #e96c67 !important;
    width: 100%;
    border-radius: 5px;
    padding: 6px 0;
}*/
.settings-menu ul li i {
    margin-right: 14px;
    font-size: 20px;
    min-width: 25px;
}

.settings-menu ul li a i {
    position: relative;
    left: 11px;
}

.form-title {
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 15px;
    font-size: 15px;
    border-bottom: 1px dashed #f66869;
    display: inline-block;
}

.widget-title {
    margin-bottom: 20px;
}

.transaction-table .card-body {
    padding: 0;
}

.transaction-table .card-body .table>thead>tr>th {
    border-top: 0;
}

.transaction-table .table tr td:first-child,
.transaction-table .table tr th:first-child {
    padding-left: 1.5rem;
}

.transaction-table .table tr td:last-child,
.transaction-table .table tr th:last-child {
    padding-right: 1.5rem;
}

.transaction-table .table td,
.transaction-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}

.transaction-table table.dataTable {
    margin: 0 !important;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    margin-bottom: 15px;
}

.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}

.card-footer {
    background-color: #f9e1e1;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}

.footerchaticon {
    background: #e96c67;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    cursor: pointer;
    margin-right: 10px;
}

#ticket_send_msg_form {
    display: flex;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.pricing-box .pricing-selected .card {
    background-color: #e96c67;
    border-color: #e96c67;
    color: #fff;
}

.pricing-box .pricing-selected .pricing-header h2 {
    color: #fff;
}

.pricing-box .pricing-selected .pricing-header p {
    color: #fff;
}

.pricing-box .pricing-selected .pricing-card-price .heading2 {
    color: #fff;
}

.pricing-box .pricing-selected .pricing-card-price p {
    color: #fff;
}

.pricing-box .pricing-selected .btn {
    background-color: #fff;
    color: #e96c67;
}

.pricing-box .pricing-selected .pricing-options li {
    color: #fff;
}

.pricing-box .pricing-header {
    margin-bottom: 2rem;
}

.pricing-box .pricing-header h2 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.pricing-box .pricing-header p {
    color: #9b9b9b;
    font-size: .875rem;
    line-height: 1.43;
}

.pricing-box .pricing-card-price {
    margin-bottom: 1.563rem;
}

.pricing-box .pricing-card-price .heading2 {
    margin-bottom: 5px;
}

.pricing-box .pricing-card-price p {
    color: #9b9b9b;
}

.pricing-box .pricing-card-price p+p {
    margin: 0;
}

.pricing-box .pricing-options {
    list-style: none;
    padding: 0;
    margin-bottom: 1.875rem;
}

.pricing-box .pricing-options li {
    margin-bottom: 12px;
    font-size: 0.875rem;
    line-height: 1.43;
    position: relative;
}

.btn.btn-white {
    background: #fff;
    border: none !important;
    color: #e96c67 !important;
}

.withdraw-btn {
    padding: 12px 15px;
    font-weight: bold;
}

.btn-primary {
    background-color: #e96c67;
    border-color: #e96c67;
}

.btn-primary {
    background-color: #e96c67;
    border: 1px solid #e96c67;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #fdf5ee;
    border: 1px solid #e96c67;
    color: #e96c67;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #fdf5ee;
    border: 1px solid #e96c67;
    color: #e96c67;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #eca060;
    border-color: #e96c67;
    color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #e96c67;
    border-color: #e96c67;
    color: #fff;
}

.content {
    min-height: 200px;
    padding: 40px 0;
}

.breadcrumb-bar {
    background-color: #fafafa;
    padding: 30px 0;
}

.cancel_by_user {
    background: #ffa7a7 !important;
    padding: 4px !important;
    border-radius: 5px !important;
    color: #4a4949 !important;
}

.head-c {
    padding: 0px 20px !important;
    background: #fde1e1 !important;
}

.jconfirm-buttons .btn-default:first-child {
    color: #fff !important;
    background: #d36162 !important;
}

.btn-default {
    font-weight: normal !important;
}

.jconfirm-title {
    color: #df5d63;
}

/* .jconfirm-animated .jconfirm-box {
    background-color: burlywood !important;
} */

.breadcrumb-bar .breadcrumb-title {
    color: #8d8d8d;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}

.page-breadcrumb ol li a {
    color: #8d8d8d;
}

.page-breadcrumb ol li.active {
    color: #8d8d8d;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #8d8d8d;
    font-size: 10px;
}

.service-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}

.inactive-service .service-widget {
    opacity: 0.6;
}

.inactive-service .service-widget:hover {
    opacity: 1;
}

.service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 15px 15px 0 0;
}

.service-img::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 1;
}

.service-content p img {
    height: 40PX;
    width: 40px !important;
    border-radius: 50% !important;
}

.servicemain {
    display: flex;
    justify-content: space-between;
    position: relative;
}

/*.rightview {
    position: relative;
    top: 7px;
}*/
.rightviewnew {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: rgb(0 0 0 / 74%);
    border-top-right-radius: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
}

.service-img .serv-img {
    border-radius: 15px 15px 0 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    width: 100%;
    width: 283px;
    height: 189px;
    object-fit: cover;
}

.service-img:hover .serv-img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.service-content {
    padding: 15px;
}

.service-content .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.service-widget .service-content .title a {
    display: inline-block;
    color: #242423;
}

.service-widget .service-content .title a:hover,
.service-widget .service-content .title a:hover {
    color: #e96c67;
}

.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}

#ticket_type {
    font-size: 16px;
    text-align: left;
}

#last_updated {
    font-size: 11px;
}

.direct-chat-msg {
    padding-bottom: 13px;
}

.d-created {
    margin-left: 4px;
    display: inline-block;
}

#subject {
    font-size: 17px;
}

.rating i {
    color: #dedfe0;
}

.ser-location i {
    color: #adadad;
}

.member-s {
    font-size: 13px !important;
}

.info-blk-style h6 {
    font-size: 16px;
    word-break: break-all;
}

.rating i.filled {
    color: #fbc418;
}

.hearting {
    list-style: none;
    margin: 0;
    padding: 0 3px 1px 3px;
}

.hearting i {
    color: #dedfe0;
}

.hearting i.filled {
    color: #e96c67;
}

.service-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}

.service-widget .rating i {
    font-size: 14px;
}

.item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
    z-index: 1;
}

.service-user img {
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block !important;
}

.service-user {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    float: left;
}

.cate-list {
    float: right;
}

.cate-list a {
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
    overflow: hidden;
    line-height: 22px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
}

.bg-yellow {
    background: #e96c67;
    border: 1px solid;
}

.user-info span i {
    font-size: 12px;
    line-height: 26px;
    color: #171717;
    text-align: center;
    width: 27px;
    height: 27px;
    border: 1px dashed #171717;
    border-radius: 50%;
}

.service-carousel .owl-nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.service-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.service-carousel .owl-carousel .owl-nav div {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin-top: -24px;
}


.p-btn {
    display: flex;
}

.p-btn a:last-child {
    margin-left: 4px;
}

.service-carousel .owl-carousel .owl-nav div:hover {
    color: #fff;
}

.service-carousel .owl-carousel .owl-nav .owl-prev {
    left: -75px;
}

.service-carousel .owl-carousel .owl-nav .owl-prev:hover {
    left: -65px;
}

.service-carousel .owl-carousel .owl-nav .owl-next {
    right: -75px;
}

.service-carousel .owl-carousel .owl-nav .owl-next:hover {
    right: -65px;
}

.service-carousel .owl-dots {
    margin-top: 50px;
}

.service-carousel .owl-dots .owl-dot {
    margin-right: 5px;
}

.service-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.service-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-carousel .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 30px;
    height: 12px;
}

.has-error .help-block {
    color: red;
}

small.help-block {
    color: #F44336 !important;
}

.heading-2 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 400;
}

.service-desc {
    min-height: 200px;
}

.service-upload {
    border: 2px dashed #dcdcdc;
    border-radius: .25rem;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}

.service-upload i {
    font-size: 50px;
    color: #858585;
}

.service-upload span {
    font-size: 15px;
    color: #858585;
    margin-top: 14px;
    display: block;
}

.service-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#dataTable_length .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: transparent !important;
    background-repeat: no-repeat !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto !important;
}

.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 1px;
    color: #242133;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #e96c67;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}

.btn.btn-danger.trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 3px;
    top: 3px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.upload-images {
    position: relative;
}

.upload-images img {
    border-radius: 4px;
    height: 60px;
    width: auto;
}

.upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.upload-wrap li {
    margin: 10px;
}

.preloader-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: white;
    display: flex;
    align-items: center;
}

.preloader-square-swapping {
    margin: 0 auto;
    width: 1920px;
    height: 1080px;
    /*transform: rotate(-45deg);*/
    /*-o-transform: rotate(-45deg);*/
    /*-ms-transform: rotate(-45deg);*/
    /*-webkit-transform: rotate(-45deg);*/
    /*-moz-transform: rotate(-45deg);*/
}

.preloader-square-swapping .cssload-square-part {
    position: absolute;
    width: 339px;
    height: 339px;
    z-index: 1;
    /*animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;*/
    /*-o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;*/
    /*-ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;*/
    /*-webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;*/
    /*-moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;*/
}

.preloader-square-swapping .cssload-square-green {
    background: #e96c67;
    right: 0;
    bottom: 0;
    /*animation-direction: alternate-reverse;*/
    /*-o-animation-direction: alternate-reverse;*/
    /*-ms-animation-direction: alternate-reverse;*/
    /*-webkit-animation-direction: alternate-reverse;*/
    /*-moz-animation-direction: alternate-reverse;*/
}

.preloader-square-swapping .cssload-square-pink {
    background: #f7e5d8;
    /*left: 0;*/
    /*top: 0;*/
}


/*@keyframes blend-anim {*/
/*	0% {*/
/*		transform: scale(0.01, 0.01) rotateY(0);*/
/*		animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);*/
/*	}*/
/*	50% {*/
/*		transform: scale(1, 1) rotateY(0);*/
/*		animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);*/
/*	}*/
/*	100% {*/
/*		transform: scale(0.01, 0.01) rotateY(0);*/
/*	}*/
/*}*/

/*@-o-keyframes blend-anim {*/
/*	0% {*/
/*		-o-transform: scale(0.01, 0.01) rotateY(0);*/
/*		-o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);*/
/*	}*/
/*	50% {*/
/*		-o-transform: scale(1, 1) rotateY(0);*/
/*		-o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);*/
/*	}*/
/*	100% {*/
/*		-o-transform: scale(0.01, 0.01) rotateY(0);*/
/*	}*/
/*}*/

/*@-ms-keyframes blend-anim {*/
/*	0% {*/
/*		-ms-transform: scale(0.01, 0.01) rotateY(0);*/
/*		-ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);*/
/*	}*/
/*	50% {*/
/*		-ms-transform: scale(1, 1) rotateY(0);*/
/*		-ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);*/
/*	}*/
/*	100% {*/
/*		-ms-transform: scale(0.01, 0.01) rotateY(0);*/
/*	}*/
/*}*/

/*@-webkit-keyframes blend-anim {*/
/*	0% {*/
/*		-webkit-transform: scale(0.01, 0.01) rotateY(0);*/
/*		-webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);*/
/*	}*/
/*	50% {*/
/*		-webkit-transform: scale(1, 1) rotateY(0);*/
/*		-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);*/
/*	}*/
/*	100% {*/
/*		-webkit-transform: scale(0.01, 0.01) rotateY(0);*/
/*	}*/
/*}*/

/*@-moz-keyframes blend-anim {*/
/*	0% {*/
/*		-moz-transform: scale(0.01, 0.01) rotateY(0);*/
/*		-moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);*/
/*	}*/
/*	50% {*/
/*		-moz-transform: scale(1, 1) rotateY(0);*/
/*		-moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);*/
/*	}*/
/*	100% {*/
/*		-moz-transform: scale(0.01, 0.01) rotateY(0);*/
/*	}*/
/*}*/

/*@keyframes cssload-part-anim {*/
/*	0% {*/
/*		transform: translate3d(-10px, -10px, 0);*/
/*	}*/
/*	100% {*/
/*		transform: translate3d(10px, 10px, 0);*/
/*	}*/
/*}*/

/*@-o-keyframes cssload-part-anim {*/
/*	0% {*/
/*		-o-transform: translate3d(-10px, -10px, 0);*/
/*	}*/
/*	100% {*/
/*		-o-transform: translate3d(10px, 10px, 0);*/
/*	}*/
/*}*/

/*@-ms-keyframes cssload-part-anim {*/
/*	0% {*/
/*		-ms-transform: translate3d(-10px, -10px, 0);*/
/*	}*/
/*	100% {*/
/*		-ms-transform: translate3d(10px, 10px, 0);*/
/*	}*/
/*}*/

/*@-webkit-keyframes cssload-part-anim {*/
/*	0% {*/
/*		-webkit-transform: translate3d(-10px, -10px, 0);*/
/*	}*/
/*	100% {*/
/*		-webkit-transform: translate3d(10px, 10px, 0);*/
/*	}*/
/*}*/

/*@-moz-keyframes cssload-part-anim {*/
/*	0% {*/
/*		-moz-transform: translate3d(-10px, -10px, 0);*/
/*	}*/
/*	100% {*/
/*		-moz-transform: translate3d(10px, 10px, 0);*/
/*	}*/
/*}*/

.fg1 {
    padding-left: 14px;
}

.submit-section {
    /* margin-left: 15px; */
    padding-bottom: 15px;
}

.submit-section p:first-child {
    padding-left: 0;
}

.bookingright p {
    padding-left: 0px;
}

.widget h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}

.available-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.available-widget ul li {
    color: #3a3a3a;
    overflow: hidden;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.available-widget ul li span {
    float: left;
    font-weight: 800;
}

.available-widget ul li:first-child {
    padding-top: 0;
}

.available-widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-widget .service-amount {
    color: #2c3038;
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.service-book .btn {
    font-weight: 700;
    display: block;
    padding: 11px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
}

.service-header h1 {
    font-weight: bold;
}

.service-cate a {
    color: #000;
    font-weight: bold !important;
    padding: 2px 10px;
    text-transform: uppercase;
    background: #fae4d9;
    border-radius: 4px;
    font-size: 0.8125rem;
    display: inline-block;
}

.service-cate {
    text-align: right;
}

.formservice .form-control {
    padding-left: 9px !important;
    margin-bottom: 10px;
}

.theiaStickySidebar .card-title {
    margin-bottom: 0px;
    font-size: 15px !important;
    margin-bottom: 12px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: 0px;
}

.category-section .content {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    padding: 19px 60px 0 0 !important;
}

.plus {
    color: #e96c67;
    position: absolute;
    margin-left: 20px;
    margin-top: 18px !important;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.question {
    color: #000;
    position: relative;
    background: #fdfdfd;
    margin: 10px;
    padding: 10px 10px 10px 50px !important;
    border-block-end-color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    box-shadow: 4px 1px 5px #ccc !important;
}

.topcard .card {
    padding: 10px 15px;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #fff;
}

.chatbox .sender-message {
    width: 80%;
    float: left;
}

.user-card-full .table-responsive {
    display: block;
    width: 100%;
    /* overflow-x: hidden; */
    -webkit-overflow-scrolling: touch;
}

a.nav-link.header-wallet-div {
    padding: 1px 5px !important;
}

.service-header {
    margin-bottom: 30px;
}

.widget {
    margin-bottom: 30px;
}

.about-provider-img {
    background-color: #fff;
    height: 80px;
    overflow: hidden;
    position: absolute;
    width: 80px;
}

.provider-details {
    margin-left: 100px;
}

.about-author {
    min-height: 80px;
}

.provider-details .ser-provider-name {
    display: inline-block;
    margin-bottom: 5px;
}

.post-author img {
    border-radius: 100%;
    width: 28px;
    margin-right: 5px;
}

.ser-provider-name {
    display: inline-block;
    margin-bottom: 10px;
    color: #272b41;
    font-size: 16px;
    font-weight: 600;
}

.service-tabs>li+li {
    margin-left: 10px;
}

.list-bullet {
    padding-left: 0;
    list-style-type: none;
}

.list-bullet li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}

.list-bullet li::before {
    position: absolute;
    left: 0;
    content: '';
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #e96c67;
}

.list-bullet li:last-child {
    margin-bottom: 0;
}

.service-images {
    margin-bottom: 30px;
}

.submit-section .submit-btn {
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
    min-width: 130px;
}

/*-----------------
	Appoitment List
-----------------------*/

.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.widget-profile .booking-widget {
    display: block;
    text-align: center;
}

.widget-profile .booking-widget .booking-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}

.widget-profile .booking-widget .booking-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.booking-list .booking-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-align: left;
    flex: 0 0 calc(100% - 245px);
}

.booking-list .booking-widget .booking-img img {
    border-radius: 4px;
    height: 120px;
    object-fit: cover;
    width: 120px;
}

.bookings .booking-list {
    background-color: #ebebeb;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
    align-items: center;
}

.bookings .booking-list:last-child {
    margin-bottom: 30px;
}

.bookings .booking-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: 0 0 245px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.booking-action a {
    font-size: 13px;
    margin: 3px 0;
    min-width: 74px;
}

.booking-action a+a {
    margin-left: 5px;
}

.info-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-details li .title {
    color: #272b41;
    font-weight: 500;
}

.info-details li .text {
    color: #757575;
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.info-details li {
    margin-bottom: 10px;
}

.info-details li:last-child {
    margin-bottom: 0;
}

.booking-details li span {
    width: 170px;
    display: inline-block;
    font-weight: 500;
    color: #000;
    flex: 0 0 169px;
}

.tabs label {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3.4rem !important;
    margin-right: 0 !important;
    cursor: pointer;
    background-color: #f7e5d8;
    font-weight: bold;
    transition: background ease 0.3s;
}

.tabs .tab {
    order: 9;
    flex-grow: 1;
    width: 100%;
    max-height: 100% !important;
    display: none;
    padding: 1rem;
    background: #fff;
    padding: 20px;
    /* box-shadow: -10px 10px 0px 0px #e96c67; */
    /* box-shadow: 10px 10px 0px 0px #e96c67; */
    border: 1px solid #e96c67;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.booking-details li {
    color: #222222;
    display: block;
}

.booking-details li+li {
    margin-top: 3px;
    display: flex;
}

.theiaStickySidebar .tabone {
    width: 100%;
}

.booking-img {
    margin-right: 15px;
    flex: 0 0 120px;
    max-width: 120px;
}

.booking-det-info h3 a {
    color: #2c3038;
}

.booking-det-info h3 a:hover {
    color: #e96c67;
}

.booking-det-info h3 {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.booking-details li span.badge {
    color: #fff;
    width: auto;
    flex: 0 0 auto;
    margin-left: 5px;
    font-weight: normal;
    padding: 4px 9px;
    height: 20px;
}

.pagination1 {
    display: flex;
    justify-content: end;
}

.modal-backdrop {
    background-color: rgb(20 20 20 / 78%) !important;
}

.bg-info-light {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-purple-light {
    background-color: rgba(197, 128, 255, 0.12) !important;
    color: #c580ff !important;
}

.bg-default-light {
    background-color: rgba(40, 52, 71, 0.12) !important;
    color: #283447 !important;
}

/*-----------------
	Avatar
-----------------------*/

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}

.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #20c0f3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online::before {
    background-color: #00e65b;
}

.avatar-offline::before {
    background-color: #ff0100;
}

.avatar-away::before {
    background-color: #ffbc34;
}

.avatar .border {
    border-width: 3px !important;
}

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

.avatar-xs .border {
    border-width: 2px !important;
}

.avatar-xs .rounded {
    border-radius: 4px !important;
}

.avatar-xs .avatar-title {
    font-size: 12px;
}

.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
    border-width: 1px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar-sm .border {
    border-width: 3px !important;
}

.avatar-sm .rounded {
    border-radius: 4px !important;
}

.avatar-sm .avatar-title {
    font-size: 15px;
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
    border-width: 2px;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
    border: 2px solid #e96c67;
}

.avatar-lg .border {
    border-width: 3px !important;
}

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-lg .avatar-title {
    font-size: 24px;
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
    border-width: 3px;
}

.service-action {
    margin-top: 15px;
}

.service-action a {
    font-size: 14px;
    color: #e96c67;
}

.ser-contact {
    display: flex;
    overflow: hidden;
    align-items: center;
}

.ser-contact span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
    display: block;
}

.ser-location {
    display: flex;
    overflow: hidden;
    text-align: right;
    align-items: center;
}

.ser-location span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 0px);
    display: block;
}

.sp-plan-action {
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-top: 0;
    border-left: 1px solid #f0f0f0;
    display: flex;
}

.pricing-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bootstrap-select .btn {
    background-color: #fff;
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}

.star-rating {
    direction: rtl;
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    color: #bbb;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
    color: #f2b600
}

.review-list {
    border-bottom: 1px solid #e8ecec;
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
}

.review-list:last-child {
    border-bottom: 0;
}

.review-img {
    flex: 0 0 70px;
    max-width: 70px;
    margin-right: 15px;
}

.review-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.review-count {
    flex: 0 0 auto;
    margin-left: auto;
    align-items: center;
    display: block;
    justify-content: flex-end;
}

.review-button {
    display: flex;
    gap: 11px;
    justify-content: flex-end;
}

.review-info h5 {
    font-size: 17px;
    margin-bottom: 2px;
}

.review-info a {
    color: #2c3038;
}

.review-info a:hover {
    color: #e96c67;
}

.review-date {
    font-size: 14px;
    color: #2c3038;
    margin-bottom: 5px;
}

.review-info p {
    margin-bottom: 0;
    font-size: 14px;
}

.review-card .card-body {
    padding: 0 15px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e96c67;
    border-color: #e96c67;
}

.page-link {
    color: #e96c67;
}

.pro-avatar {
    height: 40px;
    margin-right: 5px;
    width: auto;
}

table .badge {
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    min-width: 75px;
    padding: 4px 12px;
    text-align: center;
}

.pro-avatar {
    height: 1.65rem;
    margin-right: 5px;
    width: auto;
    border-radius: .25rem;
}

table.table td a {
    color: #333;
}

table.table td a:hover {
    color: #e96c67;
}

.transaction-table div.table-responsive>div.dataTables_wrapper>div.row:first-child {
    padding: 1rem 1.5rem 0;
}

.transaction-table div.table-responsive>div.dataTables_wrapper>div.row:last-child {
    padding: 12px 1.5rem 1rem;
}

div.dataTables_wrapper div.dataTables_length select {
    min-height: auto;
}

div.dataTables_wrapper div.dataTables_filter input {
    min-height: auto;
}

.last-seen {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.last-seen i {
    color: #ffbc34;
    margin-right: 5px;
    font-size: 12px;
}

.last-seen i.online {
    color: #00e65b;
}

.theiaStickySidebar .card-body {
    padding-bottom: 12px;
}

.provider-info {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}

.review-box .card-body {
    max-height: 500px;
    overflow-y: auto;
}

.filter-list {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.filter-title {
    margin-bottom: 10px;
    /* font-size: 1rem; */
    font-size: 14px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.payment-card {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
    margin-top: 25px;
    border: 1px solid #f0f0f0;
}

.header-navbar-rht .logged-item .nav-link .badge {
    position: absolute;
    top: 25px;
    right: -8px;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px !important;
    font-weight: normal;
}

.nav-tabs.menu-tabs {
    margin-bottom: 30px;
}

.nav-tabs.menu-tabs .nav-item.active .nav-link {
    color: #e96c67;
}

.nav-tabs.menu-tabs .nav-item {
    padding-right: 2.25rem;
}

.nav-tabs.menu-tabs .nav-link {
    padding: 0 0 1rem;
    font-weight: 700;
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    background: transparent;
}

.nav-tabs.menu-tabs .nav-link::before,
.nav-tabs .nav-link::after {
    position: absolute;
    content: '';
}

.nav-tabs.menu-tabs .nav-link::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #e96c67;
    opacity: 0;
}

.nav-tabs.menu-tabs .nav-item.active .nav-link::after {
    opacity: 1;
}

.nav-tabs.menu-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: transparent;
}

.nav-tabs.menu-tabs .nav-link:focus {
    color: #e96c67;
}

.nav-tabs.menu-tabs .nav-link .badge {
    margin-left: 0.25rem;
}

.avatar-view {
    display: block;
    margin: 5px;
    height: 220px;
    width: 220px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    cursor: pointer;
    overflow: hidden;
}

.avatar-view img {
    width: 100%;
}

.avatar-body {
    padding-right: 15px;
    padding-left: 15px;
}

.avatar-upload {
    overflow: hidden;
}

.avatar-alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avatar-wrapper {
    height: 364px;
    width: 100%;
    margin-top: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    background-color: #fcfcfc;
    overflow: hidden;
}

.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

.avatar-preview {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.avatar-preview:hover {
    border-color: #ccf;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.avatar-preview img {
    width: 100%;
}

.preview-lg {
    height: 184px;
    width: 184px;
    margin-top: 15px;
}

.preview-md {
    height: 100px;
    width: 100px;
}

.preview-sm {
    height: 50px;
    width: 50px;
}

.avatar-btns {
    margin-top: 30px;
    margin-bottom: 15px;
}

.avatar-btns .btn-group {
    margin-right: 5px;
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url("../img/loader.gif") no-repeat center center;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 20140628;
}

.crop-image {
    margin-bottom: 60px;
    text-align: center;
}

.upload-btn {
    margin-bottom: 70px;
}

.upload-btn>a {
    background-color: #2ea2db;
    border-color: #2ea2db;
    border-radius: 8px;
    font-size: 24px;
    padding: 12px 25px;
    text-transform: uppercase;
}

.upload-btn>a:hover {
    background-color: #218ec4;
    border-color: #218ec4;
}

.crop-image>h4 {
    color: #a3a3a3;
    margin: 0;
}

.crop-content {
    margin-bottom: 70px;
}

.crop-content h4 {
    font-weight: 600;
}

.img-cropper {
    background: #e0e0e0 url("../images/img-icon.html") no-repeat scroll center center;
    border-radius: 10px;
    margin: 0 auto 40px;
    position: relative;
    width: 250px;
    height: 250px;
}

.crop-area {
    color: inherit;
    overflow: hidden;
    width: 100%;
}

.crop-result {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.crop-result img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.img-cropper img {
    height: auto;
    width: 100%;
}

.crop-action {
    bottom: 5px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 3;
}

.crop-delete {
    background-image: url("../images/delete.html");
    background-color: rgba(0, 0, 0, 0.7);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 36px;
    outline: medium none;
    position: relative;
    width: 36px;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
}

.crop-download {
    background-image: url("../images/download.html");
    background-color: rgba(0, 0, 0, 0.7);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 36px;
    outline: medium none;
    position: relative;
    width: 36px;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
}

.crop-edit {
    background-image: url("../images/edit.html");
    background-color: rgba(0, 0, 0, 0.7);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 36px;
    outline: medium none;
    position: relative;
    width: 36px;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
}

.result-details {
    margin: 0 auto 20px;
    width: 50%;
}

.result-table {
    margin: 0;
    background-color: #fff;
}

.result-table th {
    width: 50%;
}

.result-table th,
.result-table td {
    text-align: left;
    vertical-align: middle !important;
}

.result-table p {
    margin: 0;
}


.chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}

.chat-search .input-group {
    width: 100%;
}

.chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}

.chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.chat-search .input-group .input-group-prepend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}

.no-messages i {
    font-size: 50px;
}

#flash_succ_message {
    position: absolute;
    min-width: 400px;
    right: 2em;
    z-index: 99;
    margin-top: 15px;
    max-width: 50%;
}

.msg_time {
    color: darkgray;
}

.w-180 {
    width: 180px;
}

.w-155 {
    width: 155px;
}

.error {
    color: #f00;
}

.resend-otp {
    font-size: 13px;
    text-align: center;
}

.category-section {
    padding: 0px 0;
}

.popular-services {
    background-color: #fafafa;
    padding: 40px 0;
}

#parallax-world-of-ugg .parallax-one {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto !important;
    display: flex !important;
}

/*-----------------
	Responsive
-----------------------*/

@media (min-width: 992px) {
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        display: flex;
        justify-content: end;
        margin-right: 5px;
    }

    .about-section {
        /* padding: 80px 30px 10px !important; */

    }



    .main-nav>li {
        margin-right: 15px;
    }

    .main-nav>li:last-child {
        margin-right: 0;
        /* margin-top: 34px; */
    }

    .main-nav li {
        display: block;
        position: relative;
    }

    .main-nav>li>a {
        line-height: 10px;
        padding: 0 !important;
        font-size: 12px;
        font-weight: 600;
    }

    .main-nav>li>a>i {
        font-size: 12px;
        margin-left: 3px;
    }

    .nameviewtop .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    .main-nav li>ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        z-index: 1000;
        overflow: auto;
        max-height: 464px;
    }

    .main-nav li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-nav .has-submenu.active>a {
        color: #e96c67;
    }

    .main-nav .has-submenu.active .submenu li.active>a {
        color: #e96c67;
    }

    .main-nav>li .submenu li:first-child a {
        border-top: 0;
    }

    .main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }

    .main-nav>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }

    .main-nav li .submenu a:hover {
        color: #e96c67;
        /*		letter-spacing: 0.5px;
		padding-left: 20px;*/
    }

    .main-nav>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
        border-color: transparent #fff #fff transparent;
    }

    .header-navbar-rht li.show>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    .avatar-preview {
        float: none;
    }

}

@media (min-width: 1200px) {
    .main-nav>li>a {
        line-height: 10px;
        padding: 0 !important;
        font-size: 14px;
        font-weight: 600;
    }
}

@media (min-width: 1500px) {
    .main-nav>li>a {
        line-height: 85px;
        padding: 0 !important;
        font-size: 14px;
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;

    }

    .about-section {
        /* padding: 80px 30px 10px !important;	 */
    }
}

@media only screen and (max-width: 1199px) {
    .about-section {
        /* padding: 80px 30px 10px !important;	 */
    }

    .form-check-input {
        position: absolute;
        margin-top: 2px;

    }

    .dropdown.noti-dropdown {
        margin-top: 0px !important;
    }

    .header-nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-navbar-rht>li.desc-list a>span {
        display: none;
    }

    .header .has-arrow .dropdown-toggle::after {
        display: none;
    }

    .howwork {
        padding: 0;
    }

    .howworksec {
        background-size: contain;
    }

    .dash-widget-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        flex: 0 0 50px;
    }

    .dash-widget {
        padding: 15px;
    }

    .dash-widget-info>span {
        font-size: 16px;
    }

    .booking-list .booking-widget {
        flex: 0 0 100%;
    }

    .bookings .booking-action {
        display: flex;
        flex: 0 0 100%;
        margin-top: 15px;
    }

    .booking-details li {
        flex-wrap: wrap;
    }

    .main-nav>li {
        margin-right: 20px;
    }

    .main-nav li a {
        font-size: 0.8125rem;
    }

    .main-nav>li .submenu li a {
        display: block;
        padding: 10px 15px;
        clear: both;
        white-space: nowrap;
        font-size: 12px;
        color: #2d3b48;

    }

    .main-nav>li>a {
        font-size: 12px !important;
    }

    .currency-blk {
        margin-left: 15px;
    }

    /*.header-navbar-rht li > a.header-login {*/
    /*   background-color: #e96c67;*/
    /*   border-radius: 8px;*/
    /*   padding: 5px 5px ;*/
    /*   text-align: center;*/
    /*   font-size: 7px ;*/

    /*}*/
    /*	.main-nav > li {*/
    /*	margin-right: 12px;*/
    /*}*/
    /*.main-nav > li:last-child {*/
    /*	margin-right: 0;*/
    /*}*/
    /*.main-nav li {*/
    /*	display: block;*/
    /*	position: relative;*/
    /*}*/
    /*.main-nav > li > a {*/
    /*	line-height: 85px;*/
    /*	padding: 0 !important;*/
    /*}*/
    /*.main-nav > li > a > i {*/
    /*	font-size: 12px;*/
    /*	margin-left: 3px;*/
    /*}*/
    /*.main-nav li > ul {*/
    /*	background-color: #fff;*/
    /*	border-radius: 5px;*/
    /*	box-shadow: 0 0 3px  rgba(0, 0, 0, 0.1);*/
    /*	display: block;*/
    /*	font-size: 14px;*/
    /*	left: 0;*/
    /*	margin: 0;*/
    /*	min-width: 200px;*/
    /*	opacity: 0;*/
    /*	padding: 0;*/
    /*	position: absolute;*/
    /*	-webkit-transition: all .2s ease;*/
    /*	transition: all .2s ease;*/
    /*	-webkit-transform: translateY(20px);*/
    /*	-ms-transform: translateY(20px);*/
    /*	transform: translateY(20px);*/
    /*	top: 100%;*/
    /*	visibility: hidden;*/
    /*	z-index: 1000;*/
    /*	overflow: auto;*/
    /*	max-height: 600px;*/
    /*}*/
    /*.main-nav li.has-submenu:hover > .submenu {*/
    /*	visibility: visible;*/
    /*	opacity: 1;*/
    /*	margin-top: 0;*/
    /*	-webkit-transform: translateY(0);*/
    /*	-ms-transform: translateY(0);*/
    /*	transform: translateY(0);*/
    /*}*/
    /*.main-nav .has-submenu.active > a {*/
    /*	color: #e96c67;*/
    /*}*/
    /*.main-nav .has-submenu.active .submenu li.active > a {*/
    /*	color: #e96c67;*/
    /*}*/
    /*.main-nav > li .submenu li:first-child a {*/
    /*	border-top: 0;*/
    /*}*/
    /*.main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {*/
    /*	visibility: visible;*/
    /*	opacity: 1;*/
    /*	margin-top: -1px;*/
    /*	margin-right: 0;*/
    /*}*/
    /*.main-nav > li .submenu > li .submenu {*/
    /*	left: 100%;*/
    /*	top: 0;*/
    /*	margin-top: 10px;*/
    /*}*/
    /*.main-nav li .submenu a:hover {*/
    /*	color: #e96c67;*/
    /*	letter-spacing: 0.5px;*/
    /*	padding-left: 20px;*/
    /*}*/
    /*.main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {*/
    /*	top: 20px;*/
    /*	margin-left: -35px;*/
    /*	box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);*/
    /*	border-color: transparent #fff #fff transparent;*/
    /*}*/
    /*.header-navbar-rht li.show > .dropdown-menu {*/
    /*	visibility: visible;*/
    /*	opacity: 1;*/
    /*	margin-top: 0;*/
    /*	-webkit-transform: translateY(0);*/
    /*	-ms-transform: translateY(0);*/
    /*	transform: translateY(0);*/
    /*}*/
    /*.header-navbar-rht li .dropdown-menu {*/
    /*	border-radius: 5px;*/
    /*	padding: 0;*/
    /*	margin: 0;*/
    /*	min-width: 200px;*/
    /*	visibility: hidden;*/
    /*	opacity: 0;*/
    /*	-webkit-transition: all .2s ease;*/
    /*	transition: all .2s ease;*/
    /*	display: block;*/
    /*	-webkit-transform: translateY(20px);*/
    /*	-ms-transform: translateY(20px);*/
    /*	transform: translateY(20px);*/
    /*}*/
    /*.avatar-preview {*/
    /*	float: none;*/
    /*}*/
}

@media only screen and (max-width: 991.98px) {
    .main-nav>li>a {
        line-height: 1.5;
        padding: 11px 20px !important;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .main-nav li {
        display: block;
        position: relative;
    }

    .main-nav li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-nav li>ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgb(0 0 0 / 10%);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
        overflow: auto;
        max-height: 450px;
    }

    li.has-submenu i:first-child {
        float: left;
        margin-top: 0;
    }

    .main-menu-wrapper li.has-submenu i:first-child {
        float: right;
        margin-top: 0;
    }

    li.has-submenu i:last-child {
        position: relative;
        left: 2px;
        bottom: 2px;
    }

    .main-nav>li>a {
        line-height: 85px;
        padding: 0 !important;
        font-size: 14px;
        font-weight: 600;
    }

    .sidebar-overlay.opened {
        display: block;
    }

    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .bottommediym .contactdet ul {
        display: flex;
        flex-flow: column nowrap;
        height: 20em;
        /* flex-wrap: wrap; */
    }

    .main-nav ul {
        display: block;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-nav>li {
        margin-left: 0;
    }

    .main-nav li+li {
        margin-left: 0;
    }

    .main-nav>li>a {
        line-height: 1.5;
        padding: 11px 6px !important;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .main-nav>li>a>i {
        float: right;
        margin-top: 5px;
    }

    .main-nav>li .submenu li a {
        border-top: 0;
        color: #fff;
        font-size: 11px;
        padding: 10px 15px 10px 35px;
    }

    .main-nav>li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }

    .main-nav>li .submenu>li.has-submenu>a::after {
        content: "\f078";
    }

    .main-nav .has-submenu.active>a {
        color: #e96c67;
    }

    .main-nav .has-submenu.active .submenu li.active>a {
        color: #e96c67;
    }

    .main-menu-wrapper {
        order: 3;
        width: 275px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1040;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #e96d68;
    }

    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-header {
        display: flex;
        width: 56%;
        justify-content: space-between;
    }

    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    #mobile_btn {
        display: inline-block;
    }

    .header-navbar-rht>li.desc-list {
        display: none;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .footer .footer-top {
        padding-bottom: 10px;
    }

    .search-input.line {
        width: 100%;
    }

    .search-input {
        width: 100%;
    }

    .result-details {
        width: 100%;
    }

    .section-search {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .breadcrumbs {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .breadcrumbs li {
        float: none;
        display: inline-block;
        padding: 0 13px;
    }

    .search-box form .search-btn {
        width: auto;
        float: right;
        margin: 0;
    }

    .howwork {
        margin-bottom: 30px;
    }

    .search-box {
        border-radius: 30px;
    }

    .search-box form>div {
        width: 100%;
    }

    .search-input>i {
        left: 20px;
    }

    .search-cat a {
        margin-bottom: 12px;
    }

    .search-box form .search-btn {
        float: left;
        width: 100%;
        padding: 0;
    }

    .search-input.line::before {
        display: none;
    }

    .viewall span {
        font-size: 1.875rem;
    }

    .howworksec {
        background: none;
    }

    .main-nav li.mobile-list {
        display: block;
    }

    .heading h2 {
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .search-box form .search-btn {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }

    .home-banner {
        /* background-position: center center; */
        background-position: center;
    }

    .search-box form {
        width: 100%;
        display: inline-block;
        align-items: center;
    }

    .common_search {
        border: 1px solid #dadada !important;
        margin-bottom: 10px;
    }

    body {
        font-size: 0.875rem;
    }

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.75rem;
    }

    h3,
    .h3 {
        font-size: 1.375rem;
    }

    h4,
    .h4 {
        font-size: 1rem;
    }

    h5,
    .h5 {
        font-size: 0.875rem;
    }

    h6,
    .h6 {
        font-size: 0.75rem;
    }

    .content {
        padding: 15px 0 0;
    }

    .footer-title {
        font-size: 1rem;
    }

    .policy-menu {
        margin-top: 10px;
        text-align: left;
    }

    .form-title {
        font-size: 0.875rem;
    }

    .section-search>h3 {
        font-size: 30px;
    }

    .search-box {
        padding: 10px;
    }

    .notificationlist a {
        position: static;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .viewall {
        text-align: left;
        padding: 0 0 30px;
    }

    .viewall span,
    .search-cat i {
        display: none;
    }

    .search-cat span {
        display: block;
        margin-right: 0;
    }

    .search-cat a {
        margin: 10px 5px;
    }

    #history_page {
        width: 100%;
    }

    .booking-list .booking-widget {
        /* flex: 0 0 100%; */
        width: 100%;
    }

    .bookings .booking-action {
        flex: 0 0 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .service-cate a {
        font-size: 0.75rem;
    }

    .service-content .title {
        font-size: 1rem;
    }

    .breadcrumb-title h2 {
        font-size: 1.375rem;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-header h2 {
        font-size: 1.875rem;
    }

    .dropdown-menu {
        font-size: 0.875rem;
    }

    .about-content {
        margin-bottom: 0px !important;
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #3C4857;
        font-family: n400;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 0px !important;
        padding: 0px !important;

    }

    .about-content .about-content-p {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #parallax-world-of-ugg p {
        text-align: center !important;
        line-height: 26px;
    }

    #parallax-world-of-ugg .parallax-one {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-attachment: fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .about-section {
        padding: 27px 14px 15px !important;
    }

    .blog-card-caption {
        text-align: left !important;
    }

    .deneb_cta .cta_wrapper {
        padding: 45px 14px 42px !important;
        max-width: 970px;
        border-radius: 15px;
        margin: auto;
        margin-bottom: -135px;
        position: relative;
        /* background-image: -webkit-linear-gradient(0deg, #e96c67 0%, #ffb2af 100%); */
        box-shadow: 4.5px 4.33px 15px 0px rgb(113 113 112 / 40%);
        z-index: 1;
        background: #ed8985;
    }

    .deneb_cta {
        padding: 10px !important;
    }

    .deneb_footer .widget_wrapper .widget .widget_title {
        margin-bottom: 0px;
    }

    .settings-menu ul li a.active {
        color: #e96c67 !important;
        border: 0;
        background: transparent !important;
        border-radius: 5px;
        padding: 0px 0;
    }

}

/*.text-muted {*/
/*    color: #6c757d!important;*/
/*    text-align: center;*/
/*}*/
@media only screen and (max-width: 575.98px) {
    .text-muted {
        color: #6c757d !important;
        text-align: center;
    }

    .content {
        width: 80%;
        padding: 20px;
        margin: 0 auto;
        padding: 60px 10px 0 0 !important;
    }

    .nav-pills .nav-link {
        font-size: 12px;
        margin-bottom: 10px;
    }
  

    body {
        font-size: 0.8125rem;
    }

    h1,
    .h1 {
        font-size: 1.75rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }

    h4,
    .h4 {
        font-size: 1rem;
        text-align: center;
    }

    h5,
    .h5 {
        font-size: 0.875rem;
    }

    h6,
    .h6 {
        font-size: 0.75rem;
    }

    .card {
        margin-bottom: 0.9375rem;
    }

    .card-body {
        padding: 1.25rem;
    }

    .card-header {
        padding: .75rem 1.25rem;
    }

    .card-footer {
        padding: .75rem 1.25rem;
    }

    .header-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-nav li.login-link {
        display: block;
    }

    .navbar-header {
        width: 100%;
    }

    #mobile_btn {
        left: 0;
        margin-right: 0;
        padding: 0 15px;
        position: absolute;
        z-index: 99;
    }

    .navbar-brand.logo {
        display: none;
    }

    .navbar-brand.logo-small {
        display: flex;
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding: 0 87px;
    }

    .navbar-brand.logo img {
        height: 40px;
    }

    .footer-title {
        font-size: 1.125rem;
    }

    .contacts_card {
        margin-bottom: 15px !important;
    }

    .header-navbar-rht {
        position: absolute;
        right: 10px;
    }

    .comment {
        display: inline-block;
        text-align: center;
    }

    .section-search>h3 {
        font-size: 1.75rem;
    }

    .cate-title span {
        font-size: 0.8125rem;
    }

    .heading h2 {
        font-size: 1.375rem;
    }

    .breadcrumb-title {
        text-align: center;
    }

    .breadcrumb-menu {
        display: none;
    }

    .header-navbar-rht li>a.header-login {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .booking-list .booking-widget {
        flex-direction: column;
    }

    .booking-img {
        margin: 0 0 15px;
    }

    .bookings .booking-action {
        justify-content: flex-start;
    }

    .booking-details li span {
        width: 100%;
        flex: 0 0 100%;
    }

    .header-navbar-rht .dropdown-menu {
        min-width: 200px;
        padding: 0;
        max-width: 300px;
        right: -30px;
    }

    .notifications .noti-content {
        width: 300px;
    }

    .header-navbar-rht>li.logged-item:last-child>a {
        padding: 0;
    }

    .header-navbar-rht>li:last-child .dropdown-menu {
        right: 0;
    }
}

.parallax2 {
    text-align: center;
}







/* Override UGG site */
#main {
    width: 100%;
    padding: 0;
}

.content-asset p {
    margin: 0 auto;
}

.breadcrumb {
    display: none;
}

/* Helpers */
/**************************/
.margin-top-10 {
    padding-top: 10px;
}

.margin-bot-10 {
    padding-bottom: 10px;
}

/* Typography */
/**************************/
p.message a {
    color: #fff;
}

#parallax-world-of-ugg h1 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    padding: 0;
    margin: 0;
}

/*#parallax-world-of-ugg h2 {position:relative;font-family:"Poppins",sans-serif; font-size:40px;  color:white; font-weight:700; text-transform:uppercase; z-index:10; opacity:.9;}*/
#parallax-world-of-ugg h2 {
	position: relative;
	font-family: "Poppins", sans-serif;
	    font-size: 40px;
    letter-spacing: 10px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 10;
	background: none;
	display: inline-block;
	margin: auto;
	opacity: .9;
	border-radius: 4px;
	padding: 3px;
	text-align: center;
	text-shadow: 0px 3px #333;
}
#parallax-world-of-ugg p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}

.first-character {
    font-weight: 400;
    float: left;
    font-size: 84px;
    line-height: 64px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
  font-family: "Poppins", sans-serif !important;
}

.sc {
    color: #3b8595;
}

.ny {
    color: #3d3c3a;
}

.atw {
    color: #c48660;
}

/* Section - Title */
/**************************/
.css-slider .title {
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}

#parallax-world-of-ugg .title h1 {
    font-size: 35px;
    letter-spacing: 8px;
}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {
    background: white;
    padding: 60px;
    width: 820px;
    margin: 0 auto;
    text-align: justify;
}

#parallax-world-of-ugg .block-gray {
    background: #f2f2f2;
    padding: 60px;
}

#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-two {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/makeup.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-three {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/fashionmain1.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-four {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/videomain.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-five {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/creating-trendy-hairstyle-by-young-woman.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-six {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/tour.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

/*#parallax-world-of-ugg .parallax-seven {padding-top: 170px; padding-bottom: 170px; overflow: hidden; position: relative; width: 100%; background-image: url(https://antsnest.co/assets/img/translate.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: bottom center;}*/

#parallax-world-of-ugg .parallax-eight {
    padding-top: 170px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/woman-taking.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-nine {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/tattoart.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#parallax-world-of-ugg .parallax-ten {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/florists-making.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#parallax-world-of-ugg .parallax-one1 {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/schedule-calender.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-two2 {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/man-playing.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-three3 {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/children-mother-collecting-toys.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#parallax-world-of-ugg .parallax-dest {
    padding-top: 180px;
    padding-bottom: 180px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/dest.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-cone {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/yoga.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-ctwo {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/tarot.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-cthree {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/reiki.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#parallax-world-of-ugg .parallax-cfour {
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/facereader.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {
    border-bottom: 1px solid black;
    width: 150px;
    margin: 0 auto;
}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax-world-of-ugg .block {
        padding: 40px;
        width: 620px;
    }
}

@media screen and (max-width: 767px) {
    #parallax-world-of-ugg .block {
        padding: 30px;
        width: 420px;
    }

    #parallax-world-of-ugg h2 {
        font-size: 27px;
    }

    #parallax-world-of-ugg .block {
        padding: 30px;
    }

    #parallax-world-of-ugg .parallax-one,
    #parallax-world-of-ugg .parallax-two,
    #parallax-world-of-ugg .parallax-three,
    #parallax-world-of-ugg .parallax-four,
    #parallax-world-of-ugg .parallax-five,
    #parallax-world-of-ugg .parallax-six,
    #parallax-world-of-ugg .parallax-seven,
    #parallax-world-of-ugg .parallax-nine,
    #parallax-world-of-ugg .parallax-ten,
    #parallax-world-of-ugg .parallax-one1,
    #parallax-world-of-ugg .parallax-two2,
    #parallax-world-of-ugg .parallax-three3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    #parallax-world-of-ugg .block {
        padding: 30px 15px;
        width: 290px;
    }
}



.section {
    padding: 100px 0;
    position: relative;
}

.gray-bg {
    background-color: #f5f5f5;
}

.section-title h3 {
    font-weight: 700;
    color: #20247b;
    /* color: #6C67E9;*/
    font-size: 25px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}

.section-title {
    padding-bottom: 45px;
}

.section-title p {
    margin: 0;
    font-size: 18px;
}

/* Resume Box
---------------------*/
.resume-box {
    background: #ffffff;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 10px;
}

.resume-box ul {
    margin: 0;
    padding: 30px 20px;
    list-style: none;
}

.resume-box li {
    position: relative;
    padding: 0 20px 0 60px;
    margin: 0 0 30px;
}

.resume-box li:last-child {
    margin-bottom: 0;
}

.resume-box li:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    /*border-left: 1px dashed #fc5356;*/
    bottom: 0;
}

.resume-box .icon {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    color: #fc5356;
    line-height: 0px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
    border: 1px dashed;
    border-radius: 50%;
}

.resume-box .time {
    background: #fc5356;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 20px;
    font-weight: 600;
}

.resume-box h5 {
    font-weight: 700;
    color: #20247b;
    font-size: 16px;
    margin-bottom: 10px;
}

.resume-box p {
    margin: 0;
}

.resume-box li:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    /*border-left: 1px dashed #fc5356;*/
    bottom: 0;
}



h1 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.blog-card-blog {
    margin-top: 30px;
}

.blog-card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.blog-card .blog-card-image {
    height: 220px;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.blog-card .blog-card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}

.blog-card .blog-table {
    padding: 15px 30px;

}

.blog-table {
    margin-bottom: 0px;
}

.blog-category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}

.blog-text-success {
    color: #e96c67 !important;
}

.blog-card-blog .blog-card-caption {
    margin-top: 5px;
}

.blog-card-caption {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    /* text-transform: uppercase; */
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-card-caption,
.blog-card-caption a {
    color: #333;
    text-decoration: none;
    letter-spacing: 1.4px;
}

p {
    color: #3C4857;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
/*    padding-left: 5px;*/
}

.footer .footer-menu ul li:last-child {
    margin-bottom: 0;
    text-align: justify;
}

.blog-card .ftr {
    margin-top: 15px;
}

.blog-card .ftr .author {
    color: #888;
}

.blog-card .ftr div {
    display: inline-block;
}

.blog-card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.blog-card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}

.blog-card .ftr .stats {
    float: right;
    line-height: 20px;
    /*text-decoration: overline #000;*/
    color: #e96c67;
    font-size: 12px;
    margin-top: 2px;
}

.fa-user-tag:before {
    content: "\f507";
    margin-right: 7px;
}


.about-section {
    /* padding: 80px 30px 10px ; */
}

@media (max-width: 767px) {
    .deneb_footer .widget_wrapper .widget {
        margin-bottom: 0px;
    }

    .header-navbar-rht .dropdown-menu {
        min-width: 200px;
        padding: 0;
        max-width: 300px;
        right: -49px;
    }
}

.deneb_footer .widget_wrapper .widget .widget_title {
    margin-bottom: 30px;
}

.deneb_footer .widget_wrapper .widget .widget_title h4 {
    font-weight: bold;
}

.deneb_footer .widget_wrapper .widget .widget_title h4:after {
    content: "";
    display: block;
    background: url(../images/shape/line.html) no-repeat;
    max-width: 38px;
    height: 2px;
    margin-top: 5px;
}

.deneb_footer .widget_wrapper .widegt_about p {
    margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widegt_about .social li {
    display: inline-block;
    margin-right: 10px;
}

.deneb_footer .widget_wrapper .widegt_about .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #f9e6d4;
    color: #fba543;
    font-size: 14px;
    -webkit-transition: all all 0.5s ease-out 0s;
    -moz-transition: all all 0.5s ease-out 0s;
    -ms-transition: all all 0.5s ease-out 0s;
    -o-transition: all all 0.5s ease-out 0s;
    transition: all all 0.5s ease-out 0s;
}

.deneb_footer .widget_wrapper .widegt_about .social li a:hover,
.deneb_footer .widget_wrapper .widegt_about .social li a:focus {
    background-image: -moz-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -webkit-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    color: #fff;
    box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
}

.deneb_footer .widget_wrapper .widget_link ul li {
    margin-bottom: 5px;
}

.deneb_footer .widget_wrapper .widget_link ul li a {
    text-transform: capitalize;
    color: #7a808d;
}

.deneb_footer .widget_wrapper .widget_link ul li a:hover,
.deneb_footer .widget_wrapper .widget_link ul li a:focus {
    color: #feb000;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
    max-width: 250px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
    font-size: 12px;
    color: #feb000;
    margin-right: 10px;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
    color: #7a808d;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
    display: block;
}

.deneb_footer .copyright_area {
    background: #edecf0;
    padding: 10px 0;
}

.deneb_footer .copyright_area .copyright_text {
    text-align: center;
}

.deneb_footer .copyright_area .copyright_text p {
    color: #011a3e;
}

.deneb_footer .copyright_area .copyright_text p span {
    color: #ffb2af;
}

.deneb_cta .cta_wrapper {
    padding: 45px 50px 42px;
    /* max-width: 970px; */
    border-radius: 15px;
    margin: auto;
    margin-bottom: -135px;
    position: relative;
    /*background-image: -moz-linear-gradient(0deg, #e96c67 0%, #ffb2af 100%);*/
    /*background-image: -webkit-linear-gradient(0deg, #e96c67 0%, #ffb2af 100%);*/
    /*background-image: -ms-linear-gradient(0deg, #e96c67 0%, #ffb2af 100%);*/
    box-shadow: 4.5px 4.33px 15px 0px rgb(113 113 112 / 40%);
    z-index: 1;
    background: #ed8985;
}

.iconviewbooking {
    display: flex;
    align-items: center;
    justify-content: left;
    border: 1px solid #d7d7d7;
    padding: 1rem;
    max-width: 100% !important;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: auto;
    background: #fff;
}

.deneb_cta .cta_wrapper:after {
    content: "";
    background: url(../images/shape/cta_shape.html) no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.deneb_cta .cta_wrapper .cta_content h3 {
    color: #fff;
    font-weight: bold;
}

@media (max-width: 767px) {
    .deneb_cta .cta_wrapper .cta_content h3 {
        font-size: 24px;
    }
}

.deneb_cta .cta_wrapper .cta_content h3:after {
    content: "";
    display: block;
    background: url(../images/shape/line_2.html) no-repeat;
    max-width: 110px;
    height: 2px;
    margin-top: 13px;
    margin-bottom: 24px;
}

.deneb_cta .cta_wrapper .cta_content p {
    color: #fff;
}

.deneb_cta .cta_wrapper .button_box {
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deneb_cta .cta_wrapper .button_box {
        float: none;
        text-align: left;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .deneb_cta .cta_wrapper .button_box {
        float: none;
        text-align: center;
        margin-top: 30px;
    }
}

.deneb_cta .cta_wrapper .button_box .deneb_btn {
    background: #fff;
    color: #011a3e;
}

.deneb_cta .cta_wrapper .button_box .deneb_btn:hover,
.deneb_cta .cta_wrapper .button_box .deneb_btn:focus {
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

a {
    color: #e96c67;

}

.about-section {
    padding: 0px 30px 10px;
    position: relative;
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.about-content {
    margin-bottom: 0px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #3C4857;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
    font-family: "Poppins", sans-serif;
    text-align: left;
}

.btn-warning {
    color: #e96c67;
    background-color: #fff;
    border-color: #ff5722;
    border-radius: 10px;
}

.btn-warning:hover {
    color: #e96c67;
    background-color: #ffffff;
    border-color: #e96c67;
}

.hdcolor {
    color: #4f6d7a;
}

.btn-primary {
    color: #e96c67;
    background-color: #f7e5d8 !important;
    border-color: #e96c67 !important;
}

.progress {
    width: auto;
    border: 10px solid #f7e5d8;
}

.tawk-button {
    background: #e96c67 !important;
}

.footer .social-icon ul li {
    margin-right: 5px;
    color: #e96c67;
}

@media only screen and (max-width: 575.98px) {
    .css-slider {
        overflow: hidden;
        padding: 8% 0 9%;

    }

    .about-section {
        /* padding: 0px 30px 10px !important; */
    }

    .resfooter {
        margin-top: -80px;
    }

    .main-nav {
        padding-left: 15px;
    }

    /*element.style {*/
    /*    background-image: url(https://antsnest.co/uploads/banners/1639572139.jpg);*/
    /*}*/
    .home-banner {
        /*background-position: center center;*/
        background-position: 830px;
    }

    #parallax-world-of-ugg .parallax-one,
    #parallax-world-of-ugg .parallax-two,
    #parallax-world-of-ugg .parallax-three,
    #parallax-world-of-ugg .parallax-three3,
    #parallax-world-of-ugg .parallax-two2 {
        background-repeat: repeat;
        background-position: 735px;
    }

    #parallax-world-of-ugg .parallax-four,
    #parallax-world-of-ugg .parallax-six,
    #parallax-world-of-ugg .parallax-nine,
    #parallax-world-of-ugg .parallax-ten {
        background-position: 900px 600px;
        background-repeat: repeat;
    }

    #parallax-world-of-ugg .parallax-five {
        background-position: 900px 700px;
        background-repeat: repeat;
    }

    #parallax-world-of-ugg .parallax-seven {
        background-position: 722px 666px;
        background-repeat: repeat;
    }

    .abt-img {
        height: 145px;
        margin-top: -40px;
        margin-bottom: -40px;
    }
}

.footer .social-icon ul li a {
    color: #B0B0B0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    transition: all 0.4s ease 0s;
    width: 40px;
    height: 40px;
    padding-left: 5px;

}

.swal-title {
    font-size: 20px !important;
}

.swal-button {
    background-color: #e96c67;

}

#parallax-world-of-ugg .parallax-seven {
    padding-top: 120px;
    padding-bottom: 120px;
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    background-image: url(../img/translate.jpg);
    /* background-attachment: fixed; */
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
}

.swal-text {
    font-size: 16px;
    display: none !important;
}

@media only screen and (max-width: 1199px) {
    .main-nav>li>a {

        font-size: 14px !important;
    }
}

.form-control-sm {
    height: calc(1em + 0.5rem + 2px);
    padding: 0px 0px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

#order-summary_wrapper #order-summary_length .custom-select {
    background: none !important;
}

@media only screen and (max-width: 1199px) {
    .main-nav li>ul {
        background-color: #e96c67;

    }
}

/* @media only screen and (max-width: 1100px){
    .main-nav > li > a {
        font-size: 14px;
    }
} */
@media (max-width: 992px) {
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        display: flex;
        justify-content: end;
        margin-right: 5px;
    }

    ul.main-nav>li {
        padding: 4px !important;
    }

}


@media (max-width: 991px) {
    .main-menu-wrapper .main-nav {
        flex-direction: column;
    }
}


@media only screen and (max-width: 575.98px) {
    .about-section {
        /* padding: 40px 30px 40px !important; */
        padding: 27px 14px 15px !important;
    }

    /* Section - Parallax */
    /**************************/
    #parallax-world-of-ugg .parallax-one {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/bannerps.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-two {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/makeup.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-three {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/fashionmain1.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-four {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/videomain.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-five {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/creating-trendy-hairstyle-by-young-woman.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-six {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/tour.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    /*#parallax-world-of-ugg .parallax-seven {padding-top: 120px; padding-bottom: 170px;    background-attachment: inherit; overflow: hidden; position: relative; width: 100%; background-image: url(https://antsnest.co/assets/img/translate.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: bottom center;}*/

    #parallax-world-of-ugg .parallax-eight {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/woman-taking.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-nine {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/tattoart.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    #parallax-world-of-ugg .parallax-ten {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/florists-making.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    #parallax-world-of-ugg .parallax-one1 {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/schedule-calender.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-two2 {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/man-playing.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-three3 {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/children-mother-collecting-toys.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    #parallax-world-of-ugg .parallax-dest {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/dest.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-cone {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/yoga.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-ctwo {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/tarot.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-cthree {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/reiki.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #parallax-world-of-ugg .parallax-cfour {
        padding-top: 120px;
        padding-bottom: 120px;
        background-attachment: inherit;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(../img/facereader.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }


}

@media only screen and (max-width: 767px) {
    .bottommediym .contactdet ul {
        display: flex;
        flex-flow: column wrap;
        height: auto;
    }

    .main-menu-wrapper .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: row;
        padding-left: 15px;
        margin-bottom: 0;
        list-style: none;
        display: block;
    }

    .main-menu-wrapper .main-nav>li>a {
        line-height: 1.5;
        padding: 12px 25px !important;
    }

    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        display: flex;
        justify-content: end;
        margin-right: 9px;
    }

}

.main-nav li {
    display: flex;
    position: relative;
}

.nameviewtop .dropdown-menu-right {
    right: 0;
    left: auto;
    top: 34px;
}

li.has-submenu i:last-child {
    position: relative;
    left: 2px;
    bottom: 0px;
}

.main-nav>li>a {
    display: flex;
    align-items: baseline;
}

.main-nav>li>a {
    line-height: 1.5;
    /* padding: 12px 5px !important; */
}

ul.main-nav>li {
    margin-left: 0;
    margin-right: 0;
    padding: 12px !important;
}

.cursor-pointer {
    cursor: pointer;
}

/**/
.choiceview img {
    width: 40px !important;
    height: 40px !important;
    background: #fff;
    margin-left: 5px;
    display: none;
}

.choiceview {
    display: flex;
    align-items: center;
    position: relative;
}

/*end*/
.header-navbar-rht .logged-item .nav-link .badge {
    /* background: #393c3c; */
}

@media only screen and (max-width: 1500px) {
    ul.main-nav>li {
        margin-left: 0;
        margin-right: 0;
        padding: 9px !important;
    }
}

@media only screen and (max-width: 1380px) {

    /*.desc-list span {
    display: none;
}*/
    .main-nav>li>a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1280px) {

    ul.main-nav>li {
        padding: 6px !important;
    }

    .currency-blk .form-control-sm {
        width: 65px;
    }

    .logo img {
        max-height: 38px;
    }
}

@media only screen and (max-width: 1100px) {
    .main-nav>li>a {
        font-size: 12px !important;
    }

    ul.main-nav>li {
        padding: 5px !important;
    }
}

@media only screen and (max-width: 992px) {
    .header-navbar-rht .logged-item .nav-link .badge {
        right: -5px;
    }
}

@media only screen and (max-width: 768px) {
    .header-navbar-rht .logged-item .nav-link .badge {
        position: absolute;
        top: 25px;
        right: 12px;
        width: 16px !important;
        height: 16px !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 8px !important;
        font-weight: normal;
    }
}

@media only screen and (max-width: 480px) {
    .search-input>i.bficon {
        left: 12px;
        z-index: 1;
        right: auto;
        top: 40%;
    }

    .search-input select {
        border: 1px solid #dadada !important;
    }

    .search-box {
        border-radius: 10px;
        padding: 15px;
    }

    .header-navbar-rht .logged-item .nav-link .badge {
        position: absolute;
        top: 25px;
        right: -6px;
        width: 16px !important;
        height: 16px !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        font-weight: bold !important;
        justify-content: center;
        font-size: 8px !important;
        font-weight: normal;
        background: red;
    }

    .main-nav>li>a {
        line-height: 1.5;
        padding: 11px 2px !important;
    }
}





#parallax-world-of-ugg .blog-card p {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    width: fit-content;
    white-space: nowrap;
}

#parallax-world-of-ugg .blog-card {
    min-height: 420px;
}

.blog-table a {
    color: #e96c67;
    display: flex;
    align-items: center;
}

.blog-table .hdcolor {
    color: #4f6d7a;
    padding-left: 4px;
}

#parallax-world-of-ugg .blog-card .blog-table {
    padding: 15px 15px;
}

h2.footer-title {
    color: #e96c67 !important;
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize !important;
    text-shadow: 0px 0px !important;
    letter-spacing: 1px !important;
}

.bookings small a {
    float: right;
    margin-right: 10px;
}

#printableArea a img {
    width: 120px !important;
}

a.btn.btn-primary.btn-sm.print-btn {
    text-align: center;
    margin: 15px auto 45px auto;
    display: block;
    width: 100px;
}

form#cancel_booking_ input {
    margin-right: 10px;
}

form#cancel_booking_ label {
    text-align: initial;
}

div#userCancel .modal-body {
    padding: 1rem 1rem;
}

div#userCancel p {
    margin-top: 0;
    margin-bottom: 0;
}