/*------------------------------------------------------------------
[Style Layout Sheet For "Utsavpro"]
*  Basic Common CSS for HTML Tags(like:- html, body, div, span, p, a, h1 and many others)
*  Fonts
1. Body
2. Preloader
3. Home Page
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

html {
    width: 100%;
    height: 100%;
}

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

img {
    max-width: 100%;
    -webkit-user-drag: none;
}

button:focus {
    outline: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: #fff;
    float: left;
    width: 100%;
    color: #808080;
    margin: 0;
    font-size: 16px;
}

@font-face {
    font-family: 'Ananda-Namaste-Regular';
    src: url('../fonts/Ananda-Namaste-Regular.ttf') format('truetype'),
    url('../fonts/Ananda-Namaste-Regular.woff') format('woff'),
    url('../fonts/Ananda-Namaste-Regular.otf') format('otf'),
    url('../fonts/Ananda-Namaste-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg?') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
    content: "\e91c";
}

.icon-linkedin:before {
    content: "\e91b";
}

.icon-search:before {
    content: "\e919";
}

.icon-view:before {
    content: "\e91a";
}

.icon-artist:before {
    content: "\e915";
}

.icon-event_organiser:before {
    content: "\e916";
}

.icon-manpower:before {
    content: "\e917";
}

.icon-vendor:before {
    content: "\e918";
}

.icon-find-seller:before {
    content: "\e914";
}

.icon-cart:before {
    content: "\e912";
}

.icon-pay-seller:before {
    content: "\e913";
}

.icon-company:before {
    content: "\e908";
}

.icon-edit:before {
    content: "\e909";
}

.icon-founded-icon:before {
    content: "\e90a";
}

.icon-location:before {
    content: "\e90b";
}

.icon-login:before {
    content: "\e90c";
}

.icon-query:before {
    content: "\e90d";
}

.icon-register:before {
    content: "\e90e";
}

.icon-revenue:before {
    content: "\e90f";
}

.icon-user:before {
    content: "\e910";
}

.icon-work:before {
    content: "\e911";
}

.icon-star-1:before {
    content: "\e907";
}

.icon-back:before {
    content: "\e905";
}

.icon-next:before {
    content: "\e906";
}

.icon-add-profile:before {
    content: "\e900";
}

.icon-call:before {
    content: "\e901";
}

.icon-comment:before {
    content: "\e902";
}

.icon-email:before {
    content: "\e903";
}

.icon-star:before {
    content: "\e904";
}


/**-------------------------
2. PreLoader CSS Starts
-------------------------**/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d8b360;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**-------------------------
PreLoader CSS Ends
-------------------------**/

/**-------------------------
3. Home Page CSS Starts
-------------------------**/
header {
    width: 100%;
    background-color: #ffffffdb;
    padding: 14px 0;
    position: fixed;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid transparent;
}

.header-fixed {
    border-bottom: 1px solid #e8e8e8;
}

.navbar {
    padding: 0;
}

.navbar-brand h3 {
    font-family: 'Ananda-Namaste-Regular';
    color: #d8b360;
    font-size: 68px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.navbar-brand h3 span {
    display: block;
    margin-top: -3px;
    font-family: 'Ananda-Namaste-Regular';
    color: #d8b360;
    font-size: 18px;
    line-height: 10px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 26%;
    margin-right: 0;
    width: 100%;
}

.navbar-brand img {
    width: 100%;
    max-width: 22%;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #d8b360;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #d8b360;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.blog_menu {
/*    font-family: 'Ananda-Namaste-Regular';
    font-size: 22px;
    padding-right: 4px;
    color: #d8b360;*/
}

.nav-item {
    margin-left: 50px;
}

.nav-link {
    color: #444444 !important;
    padding: 5px 0 !important;
    display: inline-block;
    transition: 0.48s;
    font-weight: 600;
}

.nav-item:hover .nav-link, .nav-item.active .nav-link {
    color: #d8b360 !important;
}

.link-btn .nav-link {
    background-color: #d8b360;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 50px;
    transition: 0.48s;
    border: 2px solid #d8b360;
}

.link-btn .nav-link:hover {
    color: #d8b360 !important;
    background-color: transparent;
}

.link-btn .dropdown-toggle::after, .acc_links .dropdown-toggle::after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}

.link-btn .dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin-top: 4px;
    border: none;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    border-radius: 8px;
    overflow: hidden;
}

.link-btn .dropdown-menu .dropdown-item {
    color: #d8b360;
    padding: 12px 30px;
    border-bottom: 1px solid #c6c2c0;
    font-size: 16px;
}

.link-btn .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.link-btn .dropdown-menu .dropdown-item:hover {
    background-color: #d8b360;
    color: #fff;
}

.dropdown-item.submenu-active {
    color: #fff !important;
    background-color: #d8b360;
}

.banner_wrapper {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 160px 0 100px 0;
}

.banner_content {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.banner_content h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    padding-bottom: 15px;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}

.banner_content p {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
}

.banner_form {
    margin-top: 40px;
}

.input_field .input-group {
    border: 4px solid #e5e5e5;
    background-color: #fff;
    border-radius: 6px;
}

.input_field input:focus, .custom-select:focus {
    outline: none;
    box-shadow: none;
}

.service_field {
    border: none;
    max-width: 350px;
    width: 100%;
    padding: 15px 15px;
    font-size: 17px;
    color: #808080;
}

select#location, select#category {
    border-left: 1px solid #e5e5e5;
}

.location_field {
    border: none;
    padding: 15px 15px;
    max-width: 180px;
    width: 100%;
    font-size: 17px;
    color: #808080;
}

.custom-select {
    border: none;
    padding: 15px 15px;
    width: 100%;
    font-size: 17px;
    color: #808080;
    height: 100%;
}

.search_button {
    background-color: #d8b360;
    width: 140px;
    border: 2px solid #d8b360;
    margin: 3px 5px;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    border-radius: 6px;
    transition: 0.48s;
}

.search_button:hover {
    background-color: transparent;
    color: #d8b360;
}

.input_field input::placeholder, .con_field input::placeholder, .con_field textarea::placeholder {
    color: #808080;
}

.input_field input:-ms-input-placeholder, .con_field input:-ms-input-placeholder, .con_field textarea:-ms-input-placeholder {
    color: #808080;
}

.input_field input::-ms-input-placeholder, .con_field input:-ms-input-placeholder, .con_field textarea:-ms-input-placeholder {
    color: #808080;
}

.how_wrapper, .service_wrapper {
    padding: 70px 0;
    text-align: center;
}

.sub_content h2 {
    color: #323232;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 5px;
}

.sub_content p {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 40px;
}

.how_list_wrap {
    /* -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
     -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
     box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);*/
    padding: 30px 15px;
    border-radius: 8px;
    position: relative;
    /*border: 1px solid #f0f0f0;*/
    margin: 10px 0;
}

.how_list_wrap_active {
    /*background-color: #f9f9f9;*/
}

.how_list_image {
    max-width: 25%;
    width: 100%;
    margin: 5px auto;
}

.how_list_image span {
    color: #1082c4;
    font-size: 70px;
}

.how_list_content h3 {
    color: #323232;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding: 20px 0;
}

.w_icon:after {
    content: "\2192";
    position: absolute;
    top: 50%;
    right: -30px;
    font-size: 30px;
    color: #1082c4;
}

.how_list_content p {
    font-size: 14px;
    line-height: 22px;
    min-height: 176px;
}

.seller_area {
    display: flex;
    color: #fff;
}

.seller_wrap {
    flex-grow: 1;
    padding: 70px;
    background-image: url(../images/join-bg-left.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 50%;
    width: 100%;
}

.buyer_wrap {
    flex-grow: 1;
    padding: 70px;
    background-image: url(../images/join-bg-right.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 50%;
    width: 100%;
}

.seller_content {
    text-align: center;
    width: 100%;
    max-width: 80%;
    margin: 0 0 0 auto;
}

.buyer_content {
    text-align: center;
    width: 100%;
    max-width: 82%;
    margin: 0 auto 0 0;
}

.seller_content h2, .buyer_content h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
}

.seller_content p, .buyer_content p {
    font-size: 18px;
    line-height: 28px;
}

.sell_btn {
    margin: 40px 0 0 0;
}

.sell_btn a {
    background-color: #d8b360;
    color: #fff;
    padding: 10px 40px;
    font-weight: 900;
    font-size: 22px;
    border-radius: 60px;
    transition: 0.48s;
    border: 2px solid #d8b360;
    display: inline-block;
}

.sell_btn a:hover {
    background-color: transparent;
    color: #d8b360;
}

.service_list_wrap {
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    padding: 50px 30px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    margin: 10px 0;
}

.service_list_wrap_active {
    background-color: #f9f9f9;
}

.service_list_image {
    max-width: 25%;
    width: 100%;
    margin: 5px auto;
}

.service_list_image span {
    color: #1082c4;
    font-size: 60px;
}

.service_list_content h3 {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 20px 0 10px 0;
}

.serve_wrapper {
    background-color: #f9f9f9;
    padding: 70px 0 100px 0;
    text-align: center;
}

.serve_wrapper .carousel-cell {
    max-width: 32.5%;
    width: 100%;
    margin-right: 14px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.serve_wrapper .carousel-cell img {
    width: 100%;
    height: 100%;
}

.cell_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(#ffffff00, #000000eb);
}

.flickity-button:focus {
    box-shadow: none;
}

.cell_text {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    margin-bottom: 20px;
}

.serve_wrapper .flickity-button {
    background: #1082c4;
    color: #fff;
}

.serve_wrapper .flickity-prev-next-button.next {
    right: -20px;
}

.serve_wrapper .flickity-prev-next-button.previous {
    left: -20px;
}

.serve_wrapper .flickity-prev-next-button .flickity-button-icon {
    left: 26%;
    top: 27%;
    width: 50%;
    height: 50%;
}

.serve_wrapper .flickity-page-dots .dot {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border: 2px solid #c1c1c1;
}

.serve_wrapper .flickity-page-dots .dot.is-selected {
    opacity: 1;
    border: 2px solid #1082c4;
}

.serve_wrapper .cell_text h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.serve_wrapper .flickity-page-dots {
    bottom: -40px;
}

.brand_wrapper {
    background-image: url(../images/brand-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;
}

.brand_content h2 {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}

.brand_img {
    padding: 10px;
    margin: 10px 0;
}

.client_wrapper {
    /*background-image: url(../images/review-bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;
    text-align: center;
}

.client_wrapper .carousel-cell {
    max-width: 32.5%;
    width: 100%;
    margin-right: 14px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.client_wrapper .carousel-cell.is-selected .review_info {
    background: #d8b360;
    color: #fff;
}

.client_wrapper .carousel-cell .review_info {
    background: #e7e7e7;
    color: #808080;
    padding: 30px 28px;
    border-radius: 8px;
    position: relative;
}

.client_review_wrap {
    text-align: left;
}

.review_image {
    height: 90px;
    width: 90px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 30px;
}

.review_dec h4 {
    font-size: 18px;
    color: #323232;
    padding-bottom: 5px;
}

.review_dec h6 {
    font-size: 14px;
}

.review_dec {
    padding: 20px 0;
}

.review_wrap_info {
    margin-left: 30px;
}

.client_wrapper .carousel-cell .review_info p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    font-style: italic;
}

.client_wrapper .flickity-page-dots .dot {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border: 2px solid #c1c1c1;
}

.client_wrapper .flickity-page-dots .dot.is-selected {
    opacity: 1;
    border: 2px solid #1082c4;
}

.client_wrapper .cell_text h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.serve_wrapper .flickity-page-dots {
    bottom: -40px;
}

.client_wrapper .carousel-cell.is-selected .review_info:after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    content: "";
    border-bottom: 20px solid #d8b360;
    position: absolute;
    width: 0px;
    left: 60px;
    z-index: -1;
    transform: rotate(-180deg);
    margin-top: 25px;
}

.client_wrapper .carousel-cell .review_info:after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    content: "";
    border-bottom: 20px solid #e7e7e7;
    position: absolute;
    width: 0px;
    left: 60px;
    z-index: -1;
    transform: rotate(-180deg);
    margin-top: 25px;
}

footer {
    padding: 70px 0 30px 0;
    background-color: #333333;
}

.footer_content {
    margin-top: -30px;
}

.footer_info {
    padding: 30px 0;
    max-width: 70%;
    width: 100%;
}

.footer_info p {
    font-size: 15px;
    line-height: 30px;
}

.footer_links h4 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer_links h4:after {
    content: '';
    border-bottom: 3px solid #d8b360;
    width: 35px;
    display: block;
    margin-top: 8px;
}

.footer_links ul li {
    padding: 4px 0;
}

.footer_links ul li a {
    color: #ffffff;
    transition: 0.48s;
    font-size: 15px;
}

.footer_links ul li a:hover {
    color: #d8b360;
}

.footer_links ul li:before {
    font-size: 10px;
    content: '\27A4';
    color: #ffffff;
    padding-right: 7px;
}

.copy_right_area {
    border-top: 1px solid #404040;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}

/**-------------------------
Home Page CSS Ends
-------------------------**/

/**-------------------------
About Page CSS Starts
-------------------------**/
.page_banner {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0 60px 0;
}

.about_wrapper {
    padding: 60px 0;
    text-align: center;
}

.about_content h2, .meet_content h2, .profile_content h2 {
    color: #323232;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 5px;
}

.highlight-text {
    color: #d8b360;
}

.about_content p, .meet_content p, .profile_content p {
    font-size: 17px;
    line-height: 28px;
    padding: 6px 0;
}

.meet_content p {
    max-width: 90%;
    width: 100%;
}

.about_list {
    display: flex;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    padding: 50px 20px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    margin: 10px 0;
    align-items: center;
}

.about_list_icon {
    background-color: #d8b360;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin-right: 20px;
}

.about_list_icon span {
    color: #fff;
    font-size: 34px;
}

.about_list_icon .icon-work {
    font-size: 48px;
}

.about_list_content {
    text-align: left;
}

.about_list_content h6 {
    font-size: 14px;
    line-height: 22px;
}

.about_list_content h3 {
    font-size: 22px;
    color: #323232;
    font-weight: bold;
}

.about_list_wrap {
    margin: 30px 0;
}

.meet_wrapper {
    padding-top: 40px;
}

.meet_content {
    text-align: left;
    margin-bottom: 40px;
}

.meet_wrap_list {
    width: 100%;
    min-height: 500px;
    position: relative;
    left: -60px;
    margin-top: 0;
    height: 100%;
}

.meet_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    position: absolute;
}

.meet_img::before {
    content: "";
    display: block;
    width: 141%;
    height: 141%;
    flex-shrink: 0;
    background: center/cover;
    transform: rotate(-45deg);
}

.meet_one {
    left: 30px;
    top: 300px;
}

.meet_two {
    left: 90px;
    top: 155px;
    margin-left: 32px;
    margin-top: 54px;
}

.meet_three {
    left: 10px;
    top: 130px;
    margin-left: 204px;
    margin-top: -13px;
}

.meet_four {
    left: 0;
    top: 207px;
    margin-left: 214px;
    margin-top: 96px;
}

.meet_five {
    left: 0;
    top: 410px;
    margin-left: 310px;
    margin-top: -200px;
}

.meet_six {
    left: 0;
    top: 250px;
    margin-left: 400px;
    margin-top: -134px;
}

.meet_seven {
    left: 0;
    top: 210px;
    margin-left: 400px;
    margin-top: 95px;
}

.meet_eight {
    left: 0;
    top: 84px;
    margin-left: 492px;
    margin-top: 125px;
}

.meet_one::before {
    background-image: url(../images/meet-1.jpg);
}

.meet_two::before {
    background-image: url(../images/meet-2.jpg);
}

.meet_three::before {
    background-image: url(../images/meet-3.jpg);
}

.meet_four::before {
    background-image: url(../images/meet-4.jpg);
}

.meet_five::before {
    background-image: url(../images/meet-5.jpg);
}

.meet_six::before {
    background-image: url(../images/meet-6.jpg);
}

.meet_seven::before {
    background-image: url(../images/meet-7.jpg);
}

.meet_eight::before {
    background-image: url(../images/meet-8.jpg);
}

.meet_team_info {
    padding: 25px 40px;
}

.meet_team_info h2 {
    color: #323232;
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 3px;
}

.meet_team_info h3 {
    color: #323232;
    font-size: 18px;
    padding-bottom: 15px;
}

.meet_team_info h4 {
    color: #323232;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 16px;
    min-height: 156px;
}

.meet_team_info h5 a {
    font-size: 40px;
    color: #1082c4;
    transition: 0.48s;
}

.meet_team_info h5 a:hover {
    color: #323232;
}

.meet_content h2 {
    text-align: center;
}

.meet_team_image {
    width: 100%;
    overflow: hidden;
    height: 280px;
}

.meet_team_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**-------------------------
About Page CSS Ends
-------------------------**/

/**-------------------------
Contact Page CSS Starts
-------------------------**/

.contact_banner {
    /*background-image: url(../images/contact-banner.jpg);*/
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0;
}

.con_form_wrapper {
    text-align: left;
    background-color: #f9f9f9;
    border: 2px solid #e8e8e8;
    padding: 30px;
    border-radius: 6px;
}

.con_heading {
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.heading_bottom {
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.con_icon, .con_title {
    display: inline-block;
}

.con_icon {
    background-color: #1082c4;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin-right: 20px;
}

.con_icon .icon-query, .con_icon .icon-location, .con_icon .icon-login, .con_icon .icon-register,
.con_icon .icon-company, .con_icon .icon-user {
    color: #fff;
    font-size: 24px;
}

.con_icon .icon-edit {
    color: #fff;
    font-size: 18px;
}

.contact_form_wrapper {
    padding: 40px 0;
}

.con_title h2 {
    font-size: 20px;
    color: #323232;
    font-weight: 700;
}

.con_field input, .con_field textarea {
    width: 100%;
    padding: 15px 14px;
    font-size: 17px;
    color: #808080;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px 0 20px 0;
}

.con_field textarea {
    min-height: 150px;
}

.con_field input:focus, .con_field textarea:focus {
    outline: none;
}

.submit_btn_form {
    background-color: #d8b360;
    color: #fff;
    padding: 10px 40px 12px 40px;
    font-weight: 900;
    font-size: 22px;
    border-radius: 60px;
    transition: 0.48s;
    border: 2px solid #d8b360;
    display: inline-block;
}

.submit_btn_form:hover {
    background-color: transparent;
    color: #d8b360;
}

.con_info ul li p {
    font-size: 18px;
    color: #808080;
    line-height: 28px;
}

.con_info .bold_text {
    color: #323232;
}

.con_info ul li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.con_info ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.con_link {
    color: #808080;
    transition: 0.48s;
}

.con_link:hover {
    color: #d8b360;
}

.contact-subtext {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}

.contact_loc {
    margin-top: 20px;
}

.map_loc_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

/**-------------------------
Contact Page CSS Ends
-------------------------**/

/**-------------------------
Profile Listing Page CSS Starts
-------------------------**/

.profile_listing {
    padding: 30px 0 0;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}

.profile_wrap {
    display: flex;
}

.profile_content p {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.profile_list_wrap {
    border-radius: 8px;
    border: 2px solid #f0f0f0;
    margin: 30px 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(205 205 205 / 33%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(205, 205, 205, 0.33);
    box-shadow: 0px 0px 16px 0px rgb(205 205 205 / 33%);
}

.profile_image {
    flex-grow: 1;
    width: 600px;
    height: 320px;
    overflow: hidden;
}

.profile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.48s all ease-in-out;
}

.profile_image:hover img {
    transform: scale(1.1);
}

.profile_info {
    text-align: left;
    padding: 30px 15px;
    flex-grow: 1;
}

.profile_info h2 a {
    color: #323232;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    transition: 0.48s;
}

.profile_info h2 a:hover {
    color: #d8b360;
}

.additional_info {
    margin: 10px 0;
}

.additional_info li {
    display: inline-block;
    padding: 0px 0 10px 0;
    margin-right: 30px;
}

.additional_info li p {
    font-size: 16px;
    font-style: italic;
    color: #808080;
}

.additional_info li p span {
    color: #323232;
}

.profile_desc {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
}

.profile_links li {
    display: inline-block;
}

.profile_links li a {
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a6aeb6;
    margin-right: 6px;
    font-size: 20px;
    transition: 0.48s;
    border: 2px solid #f5f5f5;
    margin-top: 10px;
}

.profile_links li a:hover {
    background-color: #fff;
    border: 2px solid #d8b360;
    color: #d8b360;
}

.profile_links li a span {
    font-weight: bold;
}

.pagination_wrapper {
    text-align: right;
}

.pagination_list li {
    display: inline-block;
}

.pagination_list li a {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc;
    margin-left: 10px;
    transition: 0.48s;
    font-weight: bold;
}

.pagination_list li a span {
    font-weight: bold;
}

.pagination_list li a:hover, .pagination_list li a.active_page {
    background-color: #d8b360;
    color: #fff;
}

/*profile detail*/

.profile_detail_wrapper {
    padding: 60px 0;
}

.pd_image {
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
}

.pd_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.48s all ease-in-out;
}

.pd_image:hover img {
    transform: scale(1.1);
}

.pd_image {
    margin-bottom: 15px;
}

.pd_full_desc h2 {
    color: #d8b360;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.pd_full_desc p {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0;
}

.pd_full_desc .additional_info li p {
    padding: 0px;
}

.pd_full_desc .additional_info {
    margin-bottom: 0px;
}

.pd_history {
    margin: 20px 0;
}

.pd_history h2 {
    color: #323232;
    font-size: 26px;
    font-weight: 700;
}

.pd_history_wrap {
    border-radius: 8px;
    border: 2px solid #f0f0f0;
    margin: 20px 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(205 205 205 / 33%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(205, 205, 205, 0.33);
    box-shadow: 0px 0px 16px 0px rgb(205 205 205 / 33%);
    padding: 25px;
}

.pd_history_wrap h3 {
    color: #323232;
    font-size: 20px;
    font-weight: 700;
}

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

.history_details {
    margin: 8px 0 15px 0;
}

.history_details p {
    color: #323232;
    font-size: 16px;
}

.pd_detail {
    font-size: 18px;
    line-height: 28px;
}

.pd_rating {
    padding: 30px 0 20px 0;
}

.history_details .icon-star-1 {
    color: #ffa41c;
}

.pd_rating h2 {
    color: #323232;
    font-size: 20px;
    font-weight: 700;
}

.pd_area .pagination_list {
    margin-top: 15px;
}

.hire_wrap {
    margin: 30px 0;
}

.hire_btn {
    background-color: #d8b360;
    color: #fff;
    padding: 8px 20px 11px 20px;
    border-radius: 50px;
    transition: 0.48s;
    border: 2px solid #d8b360;
    width: 100%;
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.hire_btn:hover {
    color: #d8b360;
    background-color: transparent;
}

.hide_desktop {
    display: none;
}


/**-------------------------
Profile Listing Page CSS Ends
-------------------------**/

/**-------------------------
Login/Register Page CSS Starts
-------------------------**/

.auth_wrapper {
    padding: 60px 0;
}

.pass_link {
    text-align: right;
}

.forgot_link {
    color: #d8b360;
    font-size: 18px;
    transition: 0.48s;
}

.forgot_link:hover {
    text-decoration: underline;
    color: #d8b360;
}

.l_forgot_wrap {
    margin: 10px 0 0 0;
}

.con_field .custom-select {
    height: 100%;
    width: 100%;
    padding: 15px 14px;
    font-size: 17px;
    color: #808080;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px 0 20px 0;
}

.auth_wrapper .con_field input, .auth_wrapper .con_field textarea, .auth_wrapper .con_field .custom-select {
    margin: 24px 0 6px 0;
}

.auth_wrapper .con_heading {
    margin-bottom: 20px;
}

.auth_wrapper .l_forgot_wrap {
    margin: 25px 0 0 0;
}

/**-------------------------
Login/Register Page CSS Ends
-------------------------**/

/**-------------------------
My Details Page CSS Starts
-------------------------**/

.account_wrapper {
    padding: 60px 0;
}

.page_breadcrumbs .breadcrumb-item a {
    color: #d8b360;
    transition: 0.48s;
}

.page_breadcrumbs .breadcrumb-item a:hover {
    text-decoration: underline;
}

.page_breadcrumbs .breadcrumb {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
}

.page_breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.acc_pg_wrap {
    text-align: left;
    background-color: #f9f9f9;
    border: 2px solid #e8e8e8;
    padding: 30px;
    border-radius: 6px;
    margin: 30px 0;
}

.acc_links .navbar {
    background: #e8e8e8;
    border-radius: 8px;
}

.acc_links .nav-item {
    margin-left: 0;
    margin-right: 0px;
    border-right: 1px solid white;
}

.acc_links .nav-item .nav-link {
    color: #808080 !important;
    font-size: 18px;
    padding: 16px 40px !important;
    transition: 0.48s;
}

.acc_links .nav-item .nav-link:hover, .acc_links .active-acc .nav-link {
    color: #fff !important;
    background-color: #d8b360;
}

.acc_links a.dropdown-item.active-acc {
    background: #d8b360;
    color: #fff !important;
}

.acc_links .nav-item:first-child .nav-link:hover, .acc_links .nav-item.active-acc:first-child .nav-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.acc_links .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    margin-top: 0px;
    padding: 0;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    border: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.acc_links .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 14px 20px;
    border-bottom: 1px solid #e8e8e8;
    color: #808080;
}

.acc_links .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #d8b360;
    color: #fff;
}

.acc_links .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.detail_form_wrapper {
    margin-top: 40px;
}

.con_field .form-control {
    height: 57px;
}

.con_field .form-control:hover {
    box-shadow: none;
    outline: none;
    border: 1px solid #e5e5e5;
}

.verify_btn {
    background-color: #d8b360;
    color: #fff;
    padding: 10px 30px;
    transition: 0.48s;
    border: 2px solid #d8b360;
    margin: 10px 0 0px 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.verify_btn:hover {
    background-color: #fff;
    color: #d8b360;
}

.con_field .input-group-append {
    margin-left: 0;
}

.form_check {
    padding-top: 10px;
    display: block;
}

.form_check a {
    color: #d8b360;
    transition: 0.48s;
}

.form_check input[type="checkbox"] {
    display: none;
}

.form_check .box_label {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
}

.form_check input[type="checkbox"] + .box_label:before {
    border: 1px solid #cccccc;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 25px;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top;
    width: 25px;
    border-radius: 4px;
}

.form_check input[type="checkbox"]:checked + .box_label:before {
    background: #fff;
    color: #1082c4;
    content: "\2713";
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.form_check input[type="checkbox"]:checked + .box_label:after {
    font-weight: bold;
}

.form_check input[type="checkbox"]:focus + .box_label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.image_upload {
    text-align: center;
    position: relative;
    max-width: 250px;
    margin: 0 auto;
}

.image_wrap {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
}

.image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image_upload h2 {
    font-size: 16px;
    /*padding: 20px 0;*/
}

.upload_img_icon {
    /*margin: 0 auto;*/
    position: relative;
    /* right: -30px;
     margin-top: -30px;*/
}

.upload_img_icon .con_icon {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -38px;
    margin-right: 0px;
}

.dynamic-fields {
    margin-top: 20px;
}

/**-------------------------
My Details Page CSS Ends
-------------------------**/

/**-------------------------
My Orders Page CSS Starts
-------------------------**/
.table_functions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.input-group.con_field input {
    width: auto;
    position: relative;
}

.search_box, .sort_box {
    flex-grow: 1;
}

.search_btn {
    border: none;
    background-color: transparent;
    color: #898989;
}

#account-update .con_field .input-group-append {
    right: 0;
}

.con_field .input-group-append {
    margin-left: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

.order_list {
    border-radius: 8px;
    border: 2px solid #f0f0f0;
    margin: 30px 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(205 205 205 / 33%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(205, 205, 205, 0.33);
    box-shadow: 0px 0px 16px 0px rgb(205 205 205 / 33%);
    background: #fff;
    padding: 30px;
}

.order_info h2 a {
    color: #323232;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    transition: 0.48s;
}

.order_info h2 a:hover {
    color: #d8b360;
}

.order_info h6 {
    font-size: 16px;
    font-style: italic;
    color: #808080;
    padding: 10px 0;
}

.order_info h6 span {
    color: #323232;
    font-weight: 700;
}

.order_detail p {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0;
}

.icon-view {
    font-size: 22px;
}

.order_d_info {
    background-color: #f5f5f5;
    padding: 12px 14px;
    width: fit-content;
}

.order_d_info h4 {
    font-size: 18px;
    font-weight: 700;
}

.order_d_info h4 span {
    color: #323232;
}

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

.order_page {
    margin-top: 24px;
}

.search_box {
    display: inline-flex;
    justify-content: flex-end;
}

.table_functions .input-group.con_field input, .table_functions .con_field .custom-select {
    margin: 0;
}

.sort_box {
    margin-left: 30px;
}

/**-------------------------
My Orders Page CSS Ends
-------------------------**/

/**-------------------------
My Dashboard Page CSS Starts
-------------------------**/
.dash_box_wrap {
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    margin: 10px 0;
}

.dash_box_icon span {
    font-size: 34px;
    color: #fff;
    background-color:#1082c4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.dash_box_content h5 {
    color: #323232;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.dash_box_content h3 {
    font-size: 26px;
    font-weight: bold;
    color: #d8b360;
}

.useful_links h3 {
    font-size: 20px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 20px;
}

.useful_links li {
    font-size: 16px;
    padding: 8px 10px;
}

.useful_links li:before {
    content: '-';
    margin-right: 6px;
    color: #d8b360;
}

.useful_links li a {
    color: #d8b360;
    transition: 0.48s;
}

.useful_links li a:hover {
    color: #323232;
}

.query_detail_wrap .profile_listing {
    max-width: 100%;
    padding: 0;
}

.no-record-found {
    border-radius: 8px;
    border: 2px solid #f0f0f0;
    margin: 30px 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(205 205 205 / 33%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(205, 205, 205, 0.33);
    box-shadow: 0px 0px 16px 0px rgb(205 205 205 / 33%);
    background: #fff;
    padding: 30px;
    text-align: center;
}

.no-record-found h3 {
    color: #323232;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.no-record-found .icon-search {
    color:#1082c4;
    font-size: 26px;
    margin-right: 10px;
}

.profile_links .no_auth_btn {
    background-color: #d8b360;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 50px;
    transition: 0.48s;
    border: 2px solid #d8b360;
    width: 100%;
    height: 100%;
    margin-right: 0;
    display: block;
    margin-top: 20px;
}

.profile_links .no_auth_btn:hover {
    background-color: #fff;
    border: 2px solid #d8b360;
    color: #d8b360 !important;
}

/*.fade-out-data p, .fade-out-data span, .fade-out-data {
    color: transparent !important;
    text-shadow: 0 0 8px #000;
}
*/
.profile_links li a.alreadyAddedInWishList {
    background: #d8b360;
    color: #fff;
    border: 2px solid #d8b360;
}

#wishlistModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

#wishlistModal .modal-content {
    border-radius: 0;
}

#wishlistModal .modal-content .close {
    font-size: 32px;
    font-weight: 100;
    color: #d8b360;
    text-shadow: none;
    opacity: 1;
}

#wishlistModal .modal-title {
    color: #323232;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

#wishForm .form-control, #listOfUserWishlist {
    width: 100%;
    padding: 15px 14px;
    font-size: 17px;
    color: #808080;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px 0 5px 0;
    height: 100%;
}

#addToOtherWishList {
    margin-top: 12px;
}

#wishlistModal {
    padding-right: 0 !important;
}

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

.wishlist-name-submit {
    background-color: #d8b360;
    color: #fff;
    padding: 8px 40px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 60px;
    transition: 0.48s;
    border: 2px solid #d8b360;
    display: inline-block;
}

.wishlist-name-submit:hover {
    background-color: transparent;
    color: #d8b360;
    border: 2px solid #d8b360;
}

.modal-footer p {
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
}

.do_content {
    margin: 40px 0;
}

.meet_team {
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 18%);
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    margin: 10px 0;
    align-items: center;
    overflow: hidden;
}

.swal-footer {
    text-align: center;
}


/**-------------------------
My Dashboard Page CSS Ends
-------------------------**/


.action-area.order_queries {
    margin: 10px 0;
}

.o_details {
    text-align: right;
    padding: 10px 0;
}

.razorpay-payment-button {
    background-color: #d8b360;
    color: #fff;
    padding: 10px 40px;
    font-weight: 900;
    font-size: 22px;
    border-radius: 60px;
    transition: 0.48s;
    border: 2px solid #d8b360;
    display: inline-block;
    margin: 0 0 14px 0;
}

.razorpay-payment-button:hover {
    background-color: transparent;
    color: #d8b360;
}

.o_details .makeOrderDate, .o_details .removeWish {
    background: #f5f5f5;
    align-items: center;
    justify-content: center;
    color: #a6aeb6;
    margin-right: 6px;
    font-size: 20px;
    transition: 0.48s;
    border: 2px solid #f5f5f5;
    margin-top: 10px;
    padding: 7px 10px;
}

.o_details .makeOrderDate:hover, .o_details .removeWish:hover {
    background-color: #fff;
    border: 2px solid #d8b360;
    color: #d8b360;
}

.o_price {
    font-size: 20px;
    font-weight: bold;
    color: #323232;
    margin: 10px 0 0 0;
    display: block;
}

.t_status {
    text-align: right;
}

#modalRegisterForm {
    padding-right: 0 !important;
}

#modalRegisterForm .modal-content {
    padding: 3px 10px;
}

#modalRegisterForm button.btn.btn-deep-orange {
    background-color: #d8b360;
    color: #fff;
    padding: 10px 40px;
    font-weight: 900;
    font-size: 22px;
    border-radius: 60px;
    transition: 0.48s;
    border: 2px solid #d8b360;
    display: inline-block;
}

#modalRegisterForm button.btn.btn-deep-orange:hover {
    background-color: transparent;
    color: #d8b360;
}

#modalRegisterForm .modal-footer {
    justify-content: flex-start;
}

#modalRegisterForm .font-weight-bold {
    font-weight: 700 !important;
    font-size: 24px;
    color: #323232;
}

.requiredSpan {
    color: red;
}

#invoiceDatatable_wrapper .dataTables_filter input {
    padding: 15px 14px;
    font-size: 17px;
    color: #808080;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px 0px 20px 15px;
    height: 100%;
}

#invoiceDatatable_wrapper .dataTables_length select {
    padding: 15px 30px 15px 15px;
    font-size: 17px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px 5px 18px 5px;
    height: 100%;
}

#invoiceDatatable_wrapper .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.brand_wrapper {
    display: none;
}

/** -------------------------------
Home Baanner Search Form
-------------------------------- **/
.banner_form .custom-select#city {
    /*  max-width: 161px;*/
    border-left: 1px solid #e5e5e5;
    width: 100%;
}

.banner_form .custom-select#category {
    /*  max-width: 190px;
      width: 100%;*/
}

.banner_form #citySelect {
    /* width: 160px;*/
}

.banner_form a {
    margin: 3px 5px;
    color: #fff !important;
    padding: 10px;
    font-size: 17px;
    border-radius: 6px;
    transition: 0.48s;
    text-transform: capitalize;
}

#advanceSearch #service-error, #advanceSearch #locationAdvanceSearch-error {
    width: 100%;
    text-align: left;
}

#home-search-id .con_field .custom-select {
    height: auto !important;
}

#home-search-id .con_field .custom-select, #home-search-id .form-group,
#home-search-id .con_field input, #home-search-id .con_field textarea {
    margin: 0px 0 0px 0;
}

#home-search-id .search_button {
    width: 172px;
}

#home-search-id .con_field input {
    border-left: 1px solid #e5e5e5;
    border-radius: 0px;
}

#home-search-id .con_field .custom-select {
    border-radius: 0px;
}

#home-search-id #service-error, #home-search-id #location-error {
    padding: 0px 14px;
    position: absolute;
    left: 0;
    bottom: -25px;
    color: #fff;

}

#home-search-id input.service_field.error {
    border-left: #ff0303 solid 1px !important;
}

#home-search-id .custom-select.error {
    border: #ff0303 solid 1px;
    border-left: #ff0303 solid 1px !important;
}

#advanceSearch .error#locationAdvanceSearch, #advanceSearch .form-control.error {
    border: #ff0303 solid 1px;
}

.swal-button {
    background-color: #d8b360 !important;
    border: #d8b360 solid 2px;
    transition: 0.8s;
}

.swal-button:not([disabled]):hover {
    background-color: transparent !important;
    color: #d8b360 !important;
    border: #d8b360 solid 2px;
}

.profile_links .hide_cart_chat {
    display: none;
}
.swal-text {
    font-size: 20px !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

.detail_form_wrap table.dataTable thead .sorting_desc, .detail_form_wrap table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    color: #d8b360;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    color: #d8b360;
}

#veryfyEmailOtp {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

#veryfyEmailOtp-error {
    width: 100%;
}

.custom-select {
    background-image: url(../images/custum-select-arrow.svg) !important;
}

#partialPayModal input#partialAmount {
    width: 100%;
    padding: 15px 14px;
    font-size: 17px;
    color: #808080;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px 0 20px 0;
}

#partialPayModal .modal-footer .btn-primary {
    background-color: transparent;
    border-color: #d8b360;
    color: #d8b360;
    transition: 0.48s;
    display: inline-block;;
    padding: 8px 40px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 60px;
}

#partialPayModal .modal-footer .btn-primary:hover {
    background: #d8b360;
    color: #fff;
}

#partialPayModal .modal-footer .btn-secondary {
    background-color: #d8b360;
    color: #fff;
    padding: 8px 40px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 60px;
    transition: 0.48s;
    border: 2px solid #d8b360;
    display: inline-block;
}

#partialPayModal .modal-footer .btn-secondary:hover {
    background: transparent;
    color: #d8b360;
}

#orderContinue.orderContinue.btn.btn-outline-primary {
    padding: 8px 40px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 60px;
    transition: 0.48s;
}

.detail_form_wrapper.order_page .con_field input {
    width: 100%;
}

#contact_us_fr .con_field input, #contact_us_fr .con_field textarea {
    margin: 30px 0 0px 0;
}

#contact_us_fr .submit_btn_form {
    margin: 20px 0 10px 0;
}

input.error, textarea.error,  .custom-select.error {
    border: #ff0303 solid 1px;
}

.image_upload h2 {
    /*margin: -20px 0 10px 0;*/
}

.profile_listing .profile_list_wrap .profile_wrap .profile_images {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.dynamic-fields .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.dynamic-fields .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 0;
}

.approval-alert .alert-info {
    color: #fff;
    background-color: red;
    border-color: red;
}
.order-form {
    text-align: right;
}
.blog_menu img {
    width: 100%;
    max-width: 20px;
}
