@import "https://fonts.googleapis.com/css?family=Nunito+Sans:400,800%7CWork+Sans:200,300%7CJosefin+Sans:100";
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');*/

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    src: url('../font/roboto/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../font/roboto/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/roboto/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../font/roboto/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
        url('../font/roboto/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../font/roboto/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url('../font/roboto/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../font/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../font/roboto/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../font/roboto/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../font/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    src: url('../font/roboto/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../font/roboto/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/roboto/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
        url('../font/roboto/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
        url('../font/roboto/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../font/roboto/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    src: url('../font/roboto/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../font/roboto/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/roboto/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../font/roboto/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
        url('../font/roboto/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../font/roboto/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    src: url('../font/roboto/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../font/roboto/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/roboto/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
        url('../font/roboto/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
        url('../font/roboto/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../font/roboto/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

html {
    height: 100%;
    min-height: 100%;
}
body {
    position: relative;
    margin: 0;    
    min-height: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
    background:#f8f9fb; 
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
.container-sm{
    max-width: 700px;
    margin: auto
}
.btn-danger{
    background-color: #ff3547 !important;    
}
.btn-success{
    background-color: #28a745 !important;    
}
.error {
    color: red !important;
}
.required {
    color: red;
}
/*.btn {
    margin: 6px 6px 6px 0;
}*/
.font-size-16{
    font-size: 16px !important;
}
.overlay .card-img-top{
    width: 100%;
    height: 250px;
    max-width: 100%;
    border-bottom: 1px solid #ececec;
}
.view.overlay img{
    object-fit: cover;
    object-position: center;
}
.overlay .card-img-two{
    width: 100%;
    height: 170px;
    max-width: 100%;
    border-bottom: 1px solid #ececec;
}
.p-8p{
    padding: 8px;
}
.h-39{
    height: 39px;
}
.form-group.md-form.has-error > input, .form-group.md-form.has-error > textarea.md-textarea, .form-group.md-form.has-error > .file-field  input{
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}
.container-min-height{
    min-height: 500px;
}
@media (max-width:767px){
    .resp_w-90{
        width: 90% !important
    }
    .overlay .card-img-top{
        height: auto;
    }
}
.bg_color{
    background-color: rgba(236, 236, 236, 0.83);
    padding: 30px;
    text-align: center
}
.bg_color h2 {
    color: #000;
}
.text-lead {
    color: #000;
    font-size: 15px;
}
.resp_b-3{
    margin-bottom: 3rem;
}
@media (max-width:767px){
    .search input{
        margin-bottom: 10px;
        border-radius: 20px;
    }
    .resp_mb-0{
        margin-bottom: 0;
    }
}

.h-50px{
    height: 50px !important;
}

#description p {
    word-break: break-all;
}

/*Submit requset*/
.header h4 {
    font-size: 2.133rem;
    color: #24313c;
}
.hw_40 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.header p{
    font-size: 16px !important;
    color: #6b6b6b;
    margin: 0.5rem 0 1rem;
}
.header .list_text {
    font-size: 1.3rem !important;
    color: #24313c;
    margin: 2rem 0 0;
}
/* Section Container */
.section {
    display: block;
}
.sidebar_left ul li{
    margin: 10px 0
}
.section-content {
    margin-top: 0px;
}
@media (max-width:767px){
    .section-content {
        margin-top: 0px;
        margin-bottom: 3rem;
        flex: 0 0 100%;
    }
}

/* Article */

@media (max-width:767px){    
    #change-status .modal-dialog,
    #delete-record .modal-dialog {
        margin-top: 5rem;
    }
}
.sidebar_left h3{
    font-size: 24px;
    color: #000;
    cursor: auto;    
}
.sidebar_left #headingOne a{
    text-decoration: none
}
h1 { 
    font-weight: 400;
    color: black;
    font-size: 32px;
}

ul {
    margin: 0;
}
ul > a:hover {
    text-decoration: none;
}

/*ul*/
.recent-activity-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.attachment {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #757575;;
}
p {
    color: #666;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 600;
}
.lh-40 {
    margin-top: 7px;
}
.light-blue.accent-4 {
    background: rgba(172, 54, 230, 0) linear-gradient(to right, rgba(31, 62, 129, 0.8) 46%, rgba(237, 42, 68, 0.68) 97%) repeat scroll 0 0;
}
.top_navbar li a.dropdown-item{
    padding:10px !important;  
    background: inherit !important;
    color: black !important;
    border-radius: 2px;
}
.top_navbar ul.dropdown-menu li{
    margin: 0 10px;
    line-height: 25px;
}
.top_navbar li a.dropdown-item:hover{
    background: #4b6499 !important;
    color: white !important;
    /*margin: 10px 0;*/
    border-radius: 2px;
}
.dropdown-content {
    min-width: 160px;
    opacity: 1;
    padding: 10px
}
.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
    background-color: #4b6499;
    color: #fff;
    border-radius: 3px;
}
.text-bold{
    font-weight: bold;
}
.dropdown:hover .dropdown-content {
    display: block;
    position: absolute
}
.top_navbar .active{
    font-weight: bold;
    color: #03613e !important;
}
.navbar-light .navbar-nav .nav-item {
    margin: 0 10px;
    /*line-height: 63px;*/
    line-height: 40px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    border-radius: 5px;
    padding: 0 !important;
}
.btn-small {
    padding: .9rem 1.5rem;
    border-radius: 10em !important;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #03613e;
}
.top_navbar span b{
    letter-spacing: .4px;
    font-weight: 600;
}
.disabled {
    pointer-events: none;
    opacity: .4;
    cursor: default !important;
}
.modal-title {
    color: #353536;
}
.modal-header .close {
    padding: 10px;
    margin: -15px -15px -15px auto;
    font-size: 30px;
}

/*Register*/
.upload_file{
    font-size: .8rem;
    color: #757575;
    margin-bottom: 2.5rem !important;
}

/*article Details*/
.valign_bottom{
    vertical-align: bottom;
}
.social-icon ul li a:hover i{
    color: #666666
}
.social-icon ul li a i {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 22px;
    font-size: 12px;
}
.dropdown .dropdown-item a:hover{
    text-decoration: none;
}


/*User Profile*/
.logo img {
    height: 60px;
    border: 1px solid #fff;
}
.logo {
    margin-right: 1.5rem;
    margin-bottom: 20px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
}
.rgba_bg {
    background: rgba(0, 0, 0, 0.08);
    padding: 1px 0;
}
.blue-text {
    color: #2196f3 !important;
}
.green-text{
    color: #27a63f !important;
}
.black-text{
    color: #1b1b1b !important;
}
.page-header-item {
    margin: 14px 0;
}
.meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px;
}
.meta-data {
    font-size: 11px;
}

/*Feature Request*/
.dropdown-menu [role="menuitem"][aria-selected="true"] {
    background: #f3f3f3;
    cursor: default;
}
.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
    content: "\2713";
    margin-left: 10px;
    font-family: "entypo";
}
/*Customer Profile*/
.profile-img img{
    height: 100px;
    width: 100px;
}

.meta-data a:first-child{
    color: #2196f3
}
/*footer*/
footer.page-footer ul.social_footer-icon{
    float: right; 
}
footer.page-footer ul.social_footer-icon li{
    padding: 0 15px;    
}
footer.page-footer ul.social_footer-icon li a i{
    color: rgba(255,255,255,.6) !important
}
footer.page-footer ul.social_footer-icon li a i:hover{
    color: #fff !important
}
.footer-content {
    padding: 20px 0;
}
.footer-content .footer-logo img {
    margin-bottom: 10px;
}
.footer-content p.footer-descr {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.6px;
    font-family: 'Roboto', sans-serif !important;
    word-break: break-all;
    word-wrap: break-word;
}
.footer-content ul li {
    margin: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
    padding: 10px;
}
.footer-content ul li:last-child{
    border-bottom: 0;
}
.footer-content ul li a {
    letter-spacing: .7px;
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}

/*Index Page*/
.wel_come{
    padding:100px;
    font-size: 130px;
}

@media (max-width:767px){
    .footer-copyright div, footer.page-footer ul,.file-field .btn{
        float: none !important;
        text-align: center
    }
    .resp-bb-1{
        border-bottom: 1px solid rgba(255, 255, 255, 0.41);
    }
    .footer-content .row > [class*="col-"] {
        margin: 0; 
    }
    .upload_file{
        font-size: .8rem;
        color: #757575;
        margin-bottom: 0rem;
    }
    .top_navbar li a {
        padding: 5px 11px !important;
        font-size: 20px;
    }
    .resp_mx-0{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .content{
        padding-bottom: 30px;
    }

    /*User Profile*/
    .navbar-brand, .navbar-nav{
        /*margin: auto;*/
    }
    .navbar-light .navbar-nav .nav-item{
        padding: 0;
    }

    /*Index Page*/
    .wel_come{
        font-size: 60px;
    }    

    .banner-small-img {
        padding-bottom: 15% !important;
        background-size: 45% auto !important;
    }
    .resp_pr-15{
        padding-right: 15px !important;
    }
    .page-header-item .btn{
        padding: .85rem 1.13rem;
    }
    .page-header-item h2 {
        font-size: 16px;
        margin-top: -7px;
    }
    .resp_h-35{
        height: 35px;
    }
}
/*wizard style*/
.steps-form-2 {
    display: table;
    width: 100%;
    position: relative; 
}
.steps-form-2 .steps-row-2 {
    display: table-row; 
}
.steps-form-2 .steps-row-2:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 99%;
    height: 2px;
    background-color: #7283a7; 
}
.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative; 
}
.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem; 
}
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; 
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 70px;
    height: 70px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: -22px; 
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important; 
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
    font-size: 1.7rem; 
}
.fleft_side{
    float: left;
    width: 100%;
}
.description img{
    max-width: 100%;
    height: auto
}

@media (max-width:767px){
    .steps-step-2 a.btn{
        padding: 0.85rem .5rem
    }
    .img-responsive{
        max-width: 100%;
    }
    .description{
        word-break: break-word;
    }
    .description img{
        max-width: 100%;
        height: auto !important;
    }
    .fleft_side{
        float: none;
    }
    .description table{
        width: 100% !important;
    }
}
/*group detail css*/
li.active {
    font-size: 18px;
    color: #181616;
    font-weight: bold;
}
.sidebar_left ul li a{
    font-size: 15px;
    padding: 10px;
    display: block;
    word-wrap: break-word;
}
.sidebar_left ul li:hover a{
    background: #49952F;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.sidebar_left ul li.active a{
    font-size: 15px;
    background: #49952F;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    display: block;
    word-wrap: break-word;
}
.description p {
    font-size: 16px;
    color: #515769;
}
.green_text{
    color: #08a208;
}

/*dashboard css*/
.form-light .font-small {
    font-size: .9rem;
}

/* user profile page */
.description p {
    font-size: 16px;
    color: #212529;
    word-break: break-all;
}

/* front submit request page */
.row.submit_row > [class*="col-"]{
    margin: 0 0;
}    

/* user dashboard 
   --------------*/
/* submit request page */
.data-tr:hover{
    background-color: #f0f0f0;
    cursor: pointer;
}

/* submit request reply */
.select-wrapper span.caret, .filter_form .select-wrapper span.caret{
    top: 10px;
}
#article_form .select-wrapper input.select-dropdown,
#group_form .select-wrapper input.select-dropdown,
#submit_request .select-wrapper input.select-dropdown{
    color: black
}
@media (max-width:767px){
    .resp_px-0{
        padding-left: 0;
        padding-right: 0;
    }
}
/* All Admin */
.readonly {
    cursor: not-allowed !important;
    background: #eaeaea !important;
    border-radius: 12px !important;
    padding-left: 15px !important;
}
/*back to top*/
#toTop{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 100%;
    bottom: 0;
    /* font-size: 1.4rem; */
    color: #000;
    cursor: pointer;
    display: none;
    margin: 1rem;
    opacity: .8;
    padding: 5px 10px;
    position: fixed;
    right: 5px;
    text-decoration: none;
    transition: all 300ms ease 0s;
    z-index: 1000;
}
#toTop i {
    font-size: 20px;
    font-weight: bold;
}
.loadingmessage{
    position:fixed;
    opacity:.7;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999999;
    background:url("../../images/loader.gif") 50% 50% no-repeat #f9f9f9;
    display:none
}
.paymentloadingmessage{
    position:fixed;
    opacity:.9;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999999;
    background:url("../../images/loader.gif") 50% 50% no-repeat #f9f9f9;
    display:none;
}
.paymentloadingmessage h3{
    padding-top: 10rem;
    text-align: center;
}
.cke_dialog_ui_input_select {
    display: block !important;
}
blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    margin-left: 20px;
}

/*Data Table*/
#example_length label, #example_filter label{
    display: inline;
    margin-bottom: 0;
}
#example_length select{
    display: inline-block !important;
    width: 65px;
}
#example2_length select{
    display: inline-block !important;
    width: 80px;
}
table.dataTable{
    border-collapse: collapse !important;
}
table th, table td, table.table thead th{
    border: 1px solid #ccc;
    white-space: nowrap;
}
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting::before{
    opacity: 1 !important
}
#example_length select.form-control-sm:not([size]):not([multiple]),
#example2_length select.form-control-sm:not([size]):not([multiple]){
    height: calc(2.25rem + 2px) !important;
}
#example_paginate .pagination{
    float: right;
}
#example_filter input{
    width: auto;
    display: inline-block !important;
}
table#example tbody tr td{
    border-top: none !important;
    vertical-align: middle;
}

/*Post*/
.actions {
    text-align: center;
    flex-shrink: 0;
}
.sort_by .dropdown-item {
    padding: 7px 15px;
}
.no_record{
    color: #4f4f4f;
    font-size: .9rem;
    text-align: center
}
@media (max-width:1024px){
    .sidebar_left #headingOne {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
}
@media (max-width:767px){
    .sidebar_left h3{
        cursor: pointer;
    }
    /*Post*/
    .follows_box{
        text-align: center;
        width: 100%;
    }
    .post-title h1 {
        margin-bottom: 0;
    }
    .resp_my-0{
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    #pills-tab li .nav-link {
        font-size: 13px;
    }
}
.day-circle {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #00A2FF;
    border-radius: 10px;
    padding: 10px 8px;
    width: 100px;
}
.day-circle.today-day {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #289612;
    border-radius: 10px;
    padding: 20px;
}
.day-circle.unavailable {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #bababa;
    border-radius:10px;
    padding: 10px;
    cursor: context-menu;
}
.day-circle.t-unavailable {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #fb0e0eb3;
    border-radius: 10px;
    padding: 10px;
    cursor: context-menu;
}
.cursor-disable {
    cursor: not-allowed;
}
.info-booking {
    border: 2px solid #00a2ff;
    padding: 5px;
    font-weight: bold;
}
.position-r{
    position: relative
}
.today {
    font-weight: bold;
    text-transform: uppercase;
    top: -75px;
    right: 0;
    left: 0;
    width: 100%;
    position: absolute;
    color: #289612;
}
.time-button {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #00A2FF;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
}
.time-button-occupied {
    display: inline-block;
    cursor: default;
    background: #dc3545;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
}
.w-49{
    width: 48.5%;
}
.w-12{
    width: 12%;
}
.show-confirm,
.hide-confirm{
    display: none;
}
.time-confirm{
    background: #00a2ff4d;
    font-weight: 600;
    color: #00A2FF;
}
a.time-confirm,a.time-confirm:hover {
    color: black;
    text-decoration: none;
}
.time-display{
    background: #e6e6e6;
    font-weight: 600;
    color: #00A2FF;
}
.time-info{
    border-bottom: 1px solid #dadada;
    max-height: 14px;
    margin: 0 18px 25px 16px;
    text-align: center;
    position: relative;
}
.time-info div {
    display: inline;
    padding: 0 9px;
    text-transform: uppercase;
    font-size: 17px;
    color: #a8a8a8;
    background: #fff;
}
.model-scroll .modal{
    overflow-x: hidden;
    overflow-y: auto;
}
.pointer .marker {
    margin-top: 5px;
}
.marker {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.pointer-info{
    display: inline-block;
}
.marker-info {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.pointer-info .marker-info {
    margin-top: 5px;
}
.pointer-info-text {
    font-size: 18px;
    float: left;
    padding-right: 24px;
}
.week-control ,.week-control:active,.week-control:focus,.week-control:hover{
    color: #00A2FF;
    display: inline-block;
    cursor: pointer;
    padding: 15px 0;
    width: 35px;
    font-size: 50px;
}
.week-control.disble-click {
    color: gray;
    opacity: 0.4;
    cursor: context-menu;
}
.w-100px{
    width: 100px
}
.hoverable:hover {
    -webkit-transition: all .55s ease-in;
    -o-transition: all .55s ease-in;
    transition: all .55s ease-in;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}
.basic_price .package_list {
    background: linear-gradient(45deg, #303f9f 0%, #1976D2 100%);
    padding-bottom: 1px;
    border: 1px solid #2163c1;
}
@media only screen and (max-width: 767px) {
    .resp_icon.left {
        left: 0;
        width: 35px;
        right: auto;
        padding: 0;
    }
    .resp_icon.right {
        right: 0;
        width: 35px;
        padding: 0;
        left: auto;
    }
    .resp_w-48{
        width: 48%;
    }
    .day-circle.unavailable {
        margin: 1em 0 !important;
    }
    .resp_w-250{
        width: 250px
    }
    .time-respo{
        width: 47% !important;
    }    
    .pointer-info-text{
        float: none;
    }
    .pointer-info{
        display: inline;
    }
}

li.hover-btn {
    position: relative;
    display: inline-block;
}
li.hover-btn a.remove-btn, a.remove-btn{
    display: none;
}
li.hover-btn:hover a.remove-btn{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
}
li.hover-btn:hover img {
    opacity: 0.4;
}
.lighten-3 {
    background-color: #929fba !important;
}
.category-title {
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
}
.view-icon {
    border-radius: 30px;
    padding: 8px;
    position: absolute;
    bottom: 50px;
    right: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    padding-left: 10px;
}

/*Event Details*/
.btn_list .btn {
    font-size: 18px;
    font-weight: bold;
    padding: 17px 25px;
    text-align: left;
}
.btn_list .btn i {
    padding-right: 10px;
}

/*Profile Details*/
.h-270{
    height: 270px
}
.submit-rating ul li {
    cursor: pointer;
}
.event-card .view.overlay{
    position: relative
}
.event-card .view.overlay::before {
    position: absolute;
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    width: 100%;
    top: 0;
    background-image: -webkit-gradient(linear,right top,left top,from(#7347c1),to(#3972d5));
    background-image: -webkit-linear-gradient(right,#7347c1 0,#3972d5 100%);
    background-image: -o-linear-gradient(right,#7347c1 0,#3972d5 100%);
    background-image: linear-gradient(to left,#7347c1 0,#3972d5 100%);
    background-color: #7347c1;  
    left: 0;
}
.event-card:hover .view.overlay::before {
    opacity: .9;
}
.event-card .prod_btn {
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.event-card:hover .prod_btn {
    opacity: 1;
    top: 45%;
}
.event-card .prod_btn a {
    color: #fff;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 50px;
    text-decoration: none;
}
.home_card .card-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.product-docs ul.titlebtn {
    padding-bottom:23px;
}
.product-docs ul.titlebtn>li {
    display:inline-block;
    margin-right:16px
}
.product-docs ul.titlebtn>li img,.product-docs ul.titlebtn>li p {
    display:inline-block;
    margin:0
}
.product-docs ul.titlebtn>li a {
    color:#000;
    font-size:15px
}
.product-docs ul.titlebtn>li a:hover {
    color:#3972d5
}
.product-docs ul.titlebtn>li a,.product-docs ul.titlebtn>li p {
    font-size:15px
}
.product-docs ul.titlebtn>li.product_cat {
    margin-right:0
}
.product-docs ul.titlebtn .auth-img {
    margin-right: 6px;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid;
}
.product-docs a{
    text-decoration: none
}
.sell p {
    font-size: 14px;
    font-weight: 500;
}
.sell .auth-img {
    margin-right: 6px;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid;
}
ul.titlebtn {
    position: absolute;
    bottom: 0px;    
    background: #fff;
    padding: 5px 10px;
    z-index: 10;
}
li.product_cat a {
    color: #3972d5 !important;
    font-weight: 600;
    font-size: 14px;
}
.product-purchase {
    border-top:1px solid #ececec;
    padding:15px 10px;
    overflow:hidden
}
.product-purchase p {
    margin:0;
    font-size:15px;
    display:inline;
    color:#555
}
.product-purchase .price_love {
    text-align: center;
    margin-top: 5px;
}
.product-purchase .price_love>span {
    background:rgba(6,116,236,.1);
    line-height:25px;
    display:inline-block;
    padding:0 10px;
    color:#3972d5;
    font-size:14px;
    font-weight:500;
    -webkit-border-radius:100px;
    border-radius:100px;
    margin-top: 5px;
}
.product-purchase .price_love p span {
    color:#7347c1;
    font-size:15px
}
.product-purchase .sell {
    display:inline-block;
    padding-top: 4px;
}
.product-purchase .sell p span {
    color:#3972d5;
    font-size:14px;
    margin-right:4px
}
.product-purchase .sell p span.lnr {
    margin-right:7px
}
.purchase-button .btn {
    width: 100%;
    font-weight: 600;
    border-radius: 50px;
    padding: 7px 22px;
    line-height: 30px;
    font-size: 16px;
}
ul.data>li {
    padding:22px 0 10px;
    border-bottom:1px solid #ececec;
    overflow:hidden;
    line-height:30px
}
ul.data>li:last-child {
    border-bottom:0;
    padding-bottom:0
}
ul.data>li p {
    float:left;
    font-size:16px;
    line-height:inherit;
    margin-bottom:0
}
ul.data>li p span {
    margin-right:8px
}
ul.data>li>span {
    float:right;
    font-weight:600;
    font-size:18px;
    color:#333
}

/*Appointment*/
.product_archive {
    border-radius:4px;
    box-shadow:0 2px 4px rgba(108,111,115,.1)
}
.single_product {
    padding:15px;
    border-bottom:1px solid #ececec
}
.single_product:last-child{
    border-bottom: none;
}
.single_product .product__description img {
    display:inline-block;
    vertical-align:middle;
    width: 150px;
    height: 120px;
}
.single_product .product__description .short_desc {
    display:inline-block;
    width:-webkit-calc(100% - 155px);
    width:calc(100% - 155px);
    padding-left:20px;
    vertical-align:middle
}
.single_product .product__description .short_desc h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}
.single_product .product__description .short_desc p{
    font-size: 16px;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single_product .product__additional_info {
    padding-left:35px
}
.single_product .product__additional_info ul li a:hover {
    color:#7347c1
}
.single_product .product__additional_info ul li a img {
    margin-right:5px
}
.single_product .product__additional_info p {
    margin:0;
    color:#000;
    font-weight: 600;
    line-height: 35px;
    font-size: 16px;
}
.single_product .product__additional_info p span {
    color:#555;
    font-size: 16px;
}
.single_product .license p {
    color:#3972d5
}
.single_product .product__price_download {
    display:table;
    width:100%
}
.single_product .product__price_download .item_price {
    display:table-cell;
    vertical-align: middle;
}
.single_product .product__price_download .item_price span {
    background:rgba(6,116,236,.1);
    line-height:32px;
    display:inline-block;
    padding:0 15px;
    color:#3972d5;
    margin-right:10px;
    font-size:15px;
    font-weight:600;
    -webkit-border-radius:100px;
    border-radius:100px
}
.single_product .product__price_download .item_action a.btn.btn-sm {
    width: 35px;
    border-radius: 50px;
    line-height: 35px;
    height: 35px;
    padding: 0;
}
.single_product .product__price_download .item_action {
    /*float:right*/
    text-align: center;
}
.single_product .product__price_download .item_action .rating--btn {
    display:block;
    border-radius: 50px;
    margin-top: 0;
}
.single_product .product__price_download .item_action .btn+.rating--btn {
    margin-top: 15px;
}
.single_product .product__price_download .item_action .rating--btn {
    position:relative
}
.single_product .product__price_download .item_action .rating--btn:focus {
    outline:0
}
.single_product .product__price_download .item_action .rating--btn .rating {
    position:relative;
    transition:.2s;
    top:0
}
.single_product .product__price_download .item_action .rating--btn .rating ul li+li {
    margin-left:5px;
    margin-right:0
}
.single_product .product__price_download .item_action .rating--btn .rating ul li span.fa-star-o {
    color:#898f96
}
.single_product .product__price_download .item_action .rating--btn .rate_it {
    position:absolute;
    opacity:0;
    visibility:hidden;
    left:0;
    margin-bottom:0;
    top:-10%;
    text-align:center;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
    width:100%
}
.single_product .product__price_download .item_action .not--rated:hover .rate_it {
    visibility:visible;
    opacity:1;
    top: 35%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.single_product .product__price_download .item_action .not--rated:hover .rating {
    top:20px;
    opacity:0;
    visibility:hidden
}
.single_product .product__price_download .item_action .remove_from_cart:hover span {
    background:#ff6a6d;
    color:#fff
}
.single_product .product__price_download .item_action .remove_from_cart span {
    font-size:18px;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
    line-height:50px;
    width:50px;
    text-align:center;
    background:rgba(6,116,236,.1);
    -webkit-border-radius:50%;
    border-radius:50%;
    display:inline-block;
    color:#3972d5
}
.modal .rating--btn {
    margin: 0;
    padding: 10px 15px;
    border-radius: 50px;
}
#rating_modal .close{
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
    cursor: pointer;
    padding: 25px;
}
.modal-footer .btn.blue-gradient:active {
    color: #000 !important;
}

/*appointment success*/
.success_box {
    padding: 2.5rem 0;
}
.success_icon i {
    font-size: 5rem;
    color: #1ca928;
}
.success_text h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 25px 0;
}
.success_text p {
    font-size: 19px;
    font-weight: 400;
    color: #777777;
    line-height: 28px;
    margin-bottom: 25px;
}
.success-btn a.btn {
    padding: 9px 20px;
    display: inline-block;
}
.success-btn a.btn span {
    font-size: 18px;
    text-transform: capitalize;
}
.success-btn a.btn i {
    padding-right: 6px;
}

/*Top Modal*/
.top_modal .modal-content{
    min-height: 100%;
}
.top_modal .close span{
    font-size: 30px
}
.popup_header {
    font-weight: 700;
    font-size: 28px;
}
.search_box {
    position: relative;
}
.search_box i {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 20px;
    color: #939191;
}
.search_box button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f1f1f1;
    color: #666 !important;
    margin: 3px;
    text-transform: capitalize;
    font-size: 13px;
    padding: 9px 20px 7px 36px;
    box-shadow: none;
}
.search_box button:before{
    content: '\f124';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    color: #363636;
    left: 11px;
    top: 3px;
}
.search_box input {
    height: 42px;
    padding-left: 40px;
    border-radius: 0;
}
.top_cities {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.city_names .badge,
.search-tags .badge{
    padding: 13px 20px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 15px;
    letter-spacing: .9px;
    color: #666 !important;
    text-decoration: none;
}
.city_names .badge:hover,
.search-tags .badge:hover{
    border-color: #4285f4;
    transition: all .5s ease-in-out;
    color: #4285f4 !important;
}

/*Loader*/
.event_slider {
    background: #fff;
    /*! padding-bottom: 10px; */
}
.event_slider a{
    text-decoration: none;
}
.event_img_title{
    text-align: center;
    padding: 15px 3px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100px;
    box-shadow: 0 0 10px 1px #e6e6e6;
    background: #fff;
}
.event_img_title:hover{
    box-shadow: 0 0 10px 1px rgba(66, 133, 244, 0.26);
    transform: scale(1.1)
}
.event_img{
    display:inline-block;
    width:30px;
    margin-bottom:5px;
    background-size:30px 930px;
    background-repeat:no-repeat; 
    height:30px;
    background-position:0 0
}
.event_slider .owl-stage-outer{
    padding: 25px 0;
}
.event_slider .owl-carousel.owl-drag .owl-item .item{
    margin-left: 10px;
    margin-right: 10px;
}
.home_auto {
    background-position: 0 -283px;
}
.event_img_title h6{
    font-size: 14px;
    line-height: 17px;
}
.owl-nav {
    position: relative;
}
.owl-prev {
    position: absolute;
    top: -100px;
    left: -35px;
}
.owl-next {
    position: absolute;
    top: -100px;
    right: -35px;
}

/*Category Details*/
.sort_btn button {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    padding: 5px 10px;
    cursor: pointer;
}
.sort_btn button.active {
    background: #4b6499;
    color: #fff;
    border-color: #4b6499;
}
.city-name span {
    font-size: 16px;
    font-weight: 600;
}
.city-name {
    line-height: 24px;
    font-weight: 600;
    font-size: 1em;
    color: #333;
}
span.count {
    font-weight: 600;
}
#menu a span {
    font-size: 13px;
    font-weight: 600;
}
ul.sub-menu {
    width: 100%;
    display: none
}
a.menu-header{
    position: relative;
    display: block
}
.open .menu-header:after{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: all .2s ease-in;
}
#sub-menu_option li label{
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .8px;
}
.close-btn #sub-menu_option {
    display: none;
    transition: all .35s ease-in-out
}
/*Bootstrap Overight*/
.modal-dialog-centered{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - (.5rem * 2));
}
@media (min-width:576px){
    .modal-dialog-centered{
        min-height:calc(100% - (1.75rem * 2))
    }
}

/*Search box*/
.search_box_nav {
    height: 150px;
    background: #fafafa;
}
.search-bar__input {
    height: 40px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px 0 0 4px;
    line-height: 0;
    border-right: 0;
    padding: 10px;
    padding-left: 12px;
    cursor: text;
    position: relative;
    margin: 15px 0;
}
.search-bar {
    margin-top: 55px;
}
.search-bar button {
    color: #fff;
}
.search-bar_btn {
    position: absolute;
    right: 0;
    top: 14px;
    padding: 10px 10px;
    box-shadow: none;
}

/*search box modal*/
.modal-hide{
    visibility: hidden;
    transition: all .35s ease-in-out
}
button.open_location {
    padding-left: 10px;
    background: transparent;
    box-shadow: none;
    color: #4d4d4d !important;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .7px;
}
button.open_location .icon-location {
    color: #000;
}
.hero-search-button button {
    padding-left: 20px;    
    padding-right: 20px;    
}
button.open_location:focus,
button.open_location:hover,
.hero-search-button button:focus,
.hero-search-button button:hover {
    box-shadow: none;
}
.searchbox .searchbox_suggestion {
    position: absolute;
    left: 15px;
    width: 96%;
    background-color: #fff;
    margin: 0;
    top: 75%;
    list-style: none;
    padding: 0;
    border: 1px solid #e0e0e0;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    max-height: 430px;
    overflow-y: auto;
    transition: opacity 0.2s ease-out;
    border-top: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}
.searchbox .searchbox_suggestion li {
    border-bottom: 1px solid #e0e0e0;
    margin-top: 0;
}
.searchbox .searchbox_suggestion_heading {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    padding: 10px;
    text-align: left;
}
.topbar {
    background-color: #fafafa;
}
.topbar .city-name {
    background-color: #fff;
    padding: 4px 30px 4px 18px;
    border-radius: 20px;
    margin-left: 3px;
    border: 1px solid #999;
    transition: all 0.3s ease;
}
.location_input {
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
.texticon-group-icon{
    display: table-cell;
    padding-right: 12px;
    vertical-align: top;
    padding-top: 8px;
    line-height: 1;
}
.location-area{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}
.location-area:before{
    content: '/';
    padding: 0 6px;
    font-weight: bold;
}
/* more link */
.more{
    color: blue;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
}

.total_price{
    text-decoration: line-through;
    color: gray;
    padding-left: 5px;
}
.total_discount{
    color: green;
    float: right;
    background: rgba(6, 236, 102, 0.1);
    font-weight: bold;
    padding-left: 5px;
    border-radius: 18px;
    padding: 5px 12px;
}
.show_more_main {
    margin: 15px 25px;
}
.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    background-image: linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 12px;
    outline: 0;
}
.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight:bold;
}
.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}
.loaderimg{
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 15px;
    display: inline-block;
}

/*Media Query*/
@media (max-width:767px){
    .single_product .product__description img{
        width: auto;
        height: auto
    }
    .single_product .product__description .short_desc {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .single_product .product__additional_info {
        padding-left: 0;
    }
    .single_product .product__price_download .item_price {
        width: 100%;
        margin-bottom: 2rem;
        display: block;
    }
    .single_product .product__price_download .item_action {
        width: 100%;
        text-align: left;
    }

    /*home page*/
    .owl-prev {
        left: -5px;
    }
    .owl-next {
        right: -5px;
    }
    .resp_mb-60 {
        margin-bottom: 60px !important;
    }

    /*Location modal*/
    .top_modal .search {
        padding-top: 0;
    }
    .city_names .badge, .search-tags .badge {
        padding: 13px 10px;
        margin-right: 0;
    }

    /*Category Details*/
    .sort_btn button{
        margin-bottom: 15px;
    }
    .city-name h6{
        margin-bottom: 0;
    }
}

@media (max-width:1250px){
    .search-bar__input{
        display: flex;
    }
    .search-bar__input p{
        display: block;
        line-height: 15px !important;
        padding-right: 4rem;
        padding-left: 8px;
        margin: 0;
    }
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
}
.dropdown:hover .dropdown-content {
    display: block;
    z-index: 999;
    background: #fff;
    color: #000;
    text-align: left;
    border-radius: 6px;
}
.language_dropdown {
    margin: 0;
    width: 90px;
}
.language_dropdown  button.btn {
    padding: 5px 10px;
    border-radius: 15px;
    background: #fff;
    color: #2c2c2c !important;
    text-transform: capitalize;
    box-shadow: none;
    font-weight: 600;
    text-align: left;
    width: 100%;
    border: 1px solid #8f8b8b;
}
.topbar .city-name::after,
.language_dropdown  button.btn:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    right: 10px;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*New(Change) pages*/
.header_banner{
    background-position: 50% 50%;
    background-size: cover;
    height: 266px;
    background-repeat: no-repeat;
}
.header_banner h1 {
    margin-top: 40px;
}
.service_details_content .service_header_title{
    background-color: #eceff1;
    box-shadow: 0 0 20px #ccc;
    border-bottom: 1px solid #ccc;
}
.service_details_content .service_header_title h2 {
    padding: 29px 0;
    margin-bottom: 0;
}
.user-img,.user_details-info {
    display: inline-block;
    vertical-align: middle;   
}
/*Profile Details*/
.profile_banner {
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e7e7ed;
    background: #fff;
}
.profile_banner .logo{
    position: relative;
    display: block;
    width: 250px;
    height: 110px;
    margin: auto;
    margin-top: -17px;
}
.profile_banner .logo {
    margin-left: 6px;
    float: left;
}
.profile_banner .logo-img {
    position: absolute;
    margin: auto;
    top: -35px;
    right: 0;
    left: -25px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    z-index: 9;
}
.profile_banner .logo-img a{
    display: block;
    width: 100%;
    height: 100%;
}
.profile_banner .logo-img img {
    border-radius: 50%;
    max-width: 100%;
    height: 130px;
    width: 130px;
    object-fit: cover;
    object-position: center;
}
.profile_banner .logo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 280px 130px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Ny42NywxMS45NEM1Mi4zNiw2LjcxLDQ4LjQyLDAsMzguMywwSDM3LjdDMjcuNTgsMCwyMy42NCw2LjcxLDE4LjMzLDExLjk0LDE0LjQ3LDE2Ljc2LDYuNjEsMTcuODEsMCwxOFYzMUg3NlYxOEM2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==");
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0) scaleY(.8) scaleX(.91);
    z-index: -1;
}
.profile-title{
    overflow: hidden;
    position: relative;
    left: -35px;
    z-index: 10;
    padding: 9px 0;
}
.profile-title h1{
    position: relative;
    line-height: 1.2em;
    margin: 0;
}
.profile-title h1 span{
    font-size: 20px;
    font-weight: bold;
}
.profile-title span{
    font-size: 13px;
    line-height: 1.2em;
}
.social_link {
    display: block;
    border: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    min-width: 116px;
    border-radius: 5px;
}
.social_link i, .social_link:hover{
    color: #f06292;
    border-color: #f06292;
}
.social_link i {
    padding-right: 5px;
}
.listing_right-btn {
    display: inline-block;
    margin-right: 10px;
}
.right-btn {
    position: absolute;
    right: 0;
    top: 20px;
}
.listing_right-btn .dropdown-toggle::after,
.comment-review-btn ul li .dropdown-toggle::after{
    display: none
}
.listing_right-btn a:hover {
    text-decoration: none;
}
.green-text{
    color: #3ece7e !important
}

/*tabbing*/
.profile_details_tabbing .nav-tabs {
    border: none;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
/*.profile_details_tabbing .nav-tabs li {
    margin: 0 10px;
}*/
.profile_details_tabbing .nav-tabs li .nav-link {
    border: 0;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #70778b;
    border-bottom: 3px solid transparent;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.profile_details_tabbing .nav-tabs li .nav-link.active{
    border-color: #4b6499;
    color: #4b6499;
}

/*Home Tab*/
/*#profiletabControl .card, .event_details-content .card {*/
#profiletabControl .card{
    box-shadow: none;
    margin-bottom: 1.3rem;
    border: 1px solid #e8e8e8;
}
.event_details-content .card{
    margin-bottom: 1.3rem;
    /*border: 1px solid #e8e8e8;*/
}

#profiletabControl a:hover{
    text-decoration: none;
}
#profiletabControl .card .card-header, #profiletabControl .card .card-footer {
    background: #fff;
}
#profiletabControl .card .card-header h6 {
    display: inline-block;
    vertical-align: middle;
    color: #485273;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 0;
}
#profiletabControl .card .card-header h6 i{
    font-size: 16px;
    color: #9ea6ba;
    margin-right: 6px;
}
#profiletabControl .card .card-footer a:hover {
    text-decoration: none;
}
#profiletabControl .card .card-footer a {
    display: block;
    color: #485273;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .14em;
}
#profiletabControl .card .card-footer a i {
    padding-right: 7px;
}
.average-review .card-content li {
    text-align: center;
    width: 19%;
}
.average-review .card-content li h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.average-review .card-content li h5 {
    font-size: 25px !important;
    color: #3ece7e;
}
.average-review .overallrating {
    font-size: 50px;
    margin-right: 10px;
    color: #3ece7e;
    display: inline-block;
}
.average-review .totalrating {
    display: inline-block;
}
.average-review .totalrating p {
    font-size: 16px;
    font-weight: 700;
    color: #3ece7e;
    margin-bottom: 0;
}
.average-review .totalrating span {
    font-size: 16px;
    font-weight: 600;
    color: #3ece7e;
}
.average-review .totalrating p:before {
    content: "/";
    padding-right: 4px;
}
.desc_content .card-content p {
    line-height: 1.78;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #70778b;
    letter-spacing: .02em;
}
li.image {
    position: relative;
    width: 19%;
}
li.image a {
    display: block;
}
li.image a img{
    height: 130px;
    width: 130px;
    object-fit: cover;
    object-position: center;
}
.overly-box {
    pointer-events: none;
    background-color: rgba(37, 44, 65, 0.6);
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overly-box h1 {
    font-size: 18px;
    color: #fff;
}
.overly-box .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
    pointer-events: none;
}
i.grey-icon {
    width: 36px;
    height: 36px;
    line-height: 36px;    
    color: #70778b;
    font-size: 20px;
    text-align: center;    
    vertical-align: middle;
}
a.ico-text, span.ico-text {
    display: block;
    margin-bottom: 15px;
}
a.ico-text p, span.ico-text p {
    display: inline-block;
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
}
ul.b-social-link {
    margin-top: 1.8rem;
}
ul.b-social-link a{
    margin-right: 8px;
    transition: all .3s ease-in-out;
    display: block
}
ul.b-social-link a i,
ul.social-msg-icon a i{
    transition: all .3s ease-in-out;
    border-radius: 2px;
}
ul.b-social-link a i, ul.social-msg-icon a i {
    color: #fff
}
ul.b-social-link a:hover{
    transform: rotate(50deg);
    transition: all .3s ease-in-out;
}
ul.b-social-link a:hover i{
    transform: rotate(-50deg);
    transition: all .3s ease-in-out;
} 
.cate-img-name img, .cate-img-name h6 {
    display: inline-block;
}
.cate-img-name a:hover h6, 
a.ico-text:hover p {
    color: #4b6499;
}
.statistic a.ico-text, .listing_right-btn ul li a span {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}
.review-msg {
    margin: 10px 0;
    font-size: 18px;
    letter-spacing: .4px;
    font-weight: 500;
    color: #70778b;
}
.review-msg span {
    font-size: 20px;
    margin-right: 5px;
}
.listing_right-btn ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
}
.listing_right-btn ul li:last-child{
    border: none;
}
.listing_right-btn ul li a i {
    padding-right: 10px;
}
.h-250{
    height: 250px
}

/*Review tabs*/
.comment-review-header img {
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
}
.review_name-date {
    display: inline-block;
    vertical-align: middle;
}
.review_name-date p {
    margin: 0;
    font-size: 12px;
    color: #9ea6ba;
    font-family: "Roboto", sans-serif;
}
.review_name-date h6 {
    font-size: 16px !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
}
.comment-review-header .average-review, .comment-review-header .listing_right-btn {
    display: inline-block;
}
.comment-review-header .average-review .overallrating {
    font-size: 40px;
    margin-right: 3px;
}
.comment-review-header .average-review .totalrating p {
    font-size: 17px;
    text-align: left;
    color: #9e9e9e;
}
.comment-review-header .average-review .totalrating span {
    font-size: 13px;
    text-align: left;
}
.comment-review-content h6 {
    font-weight: 500;
    font-size: 15px;
    color: #252c41;
}
.comment-review-content p {
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.78;
    font-size: 14px;
    font-weight: 400;
    color: #70778b;
}
.comment-review-meta {
    margin-top: 15px;
}
.comment-review-meta li {
    color: #9ea6ba;
    margin-right: 10px;
    font-size: 11px;
}
.comment-review-btn li {
    margin-right: 10px;
}
.comment-review-btn li a {
    font-size: 13px !important;
    text-transform: capitalize !important;
    letter-spacing: .03em !important;
    color: #999 !important;
}
.comment-review-btn li a i {
    vertical-align: -2px;
    font-size: 18px;
}
.comment-review-btn li a:hover{
    color: #3f51b5;
}
.comment-review-btn li ul li {
    margin: 15px 0;
}
.comments-input-box .comment-input {
    width: 100%;
}
.comments-input-box .comment-avatar img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 5px;
}
.comments-input-box {
    padding: 1rem;
    display: flex;
}
.comment-input .form-group {
    margin-bottom: 0;
}
.comment-avatar {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .logo-img {
        width: 80px;
        height: 80px;
        top: -15px;
    }
    .logo {
        width: 163px;
        height: 75px;
        margin-top: -20px;
    }
    .logo:after {
        top: -35px;
        background-size: 163px 80px;
    }
    .profile-title {
        text-align: center;
        left: 0;
        padding: 0;
    }
    .right-btn {
        position: relative;
        right: 0;
        top: 0;
    }
    .listing_right-btn{
        margin-right: 5px;
    }
    .social_link{
        min-width: 110px
    }
    .profile_details_tabbing .nav-tabs{
        display: -webkit-box
    }
    .profile_details_tabbing .nav-tabs li .nav-link{
        padding: 20px 3px;
    }
    .average-review .card-content li {
        width: auto;
        display: flow-root;
        padding: 10px 0;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    .average-review .card-content li h6 {
        display: inline-block;
    }
    .average-review .card-content li h5 {
        display: inline-block;
        text-align: right;
        float: right;
        font-size: 20px !important;
        margin-bottom: 0;
    }
    li.image {
        width: 49%;
    }
    li.image a img {
        height: 170px;
        width: 170px;
    }
}
@media(max-width:767px){
    .profile_banner .logo-img img {
        height: 80px;
        width: 80px;
    }
    .profile_banner .logo-img {
        height: 80px;
        left: 30px;
        margin: 0;
        width: 80px;
        top: -15px;
    }
    .profile_banner .logo {
        width: 160px;
        margin-left: 0;
    }
    .profile_banner .logo:after {
        background-size: 160px 129px !important;
        top: -60px;
        left: 71px;
    }
}

/*Event Details*/
/*Image silder*/
.img_slider {
    position: relative;
    /* height: 400px; */
}
.img_slider .carousel-thumbnails .carousel-indicators {
    margin-bottom: 0;
    opacity: 0;
    display: none;
    position: absolute;
    margin: 0;
    right: auto;
    bottom: 0;
}
.img_slider .carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    margin: 0;
    width: 100%;
    border: 1px solid white;
}
.img_slider .carousel-thumbnails .carousel-indicators img {
    max-width: 100px; 
    height: 50px; 
    overflow: hidden; 
    display: block; 
}
.img_slider .carousel-thumbnails .carousel-inner img {
    width: 100%;
	height: auto;
    object-fit: cover;
    object-position: center;
}

.event-details-text {
    margin-top: 0.5rem;
}
.event-details-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
h4.user-name {
    text-transform: capitalize;
    font-size: 18px;
}
.rating_list .user-review {
    margin-top: 6px;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    font-size: 16px;
}
.event-all-list {
    /* margin-top: 6rem; */
}

/*Right sidebar section*/
.right-sidebar-section{
    /*margin-top: -4rem !important;*/
}
.social_icon ul a i {
    border: 1px solid ;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 10px 5px;
}
.user_details .gobtn a {
    border-radius: 40px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 3px;
    border: 1px solid #e2e2e2;
    font-family: 'Roboto', sans-serif !important;
    padding: 3px 11px;
    background: #f8f9fb;
    color: #000 !important;
}
.user_details .gobtn a{
    text-decoration: none;
    margin-top: 11px;
    display: inline-block;
}
.user_details img {
    height: 100px;
    width: 100px;
    /*margin-top: -85px !important;*/
    background: #fff;
    object-fit: cover;
    object-position: center;
}
.price h6 {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: #585858;
}
.price p {
    display: inline-block;
    float: right;
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
.price h6 i {
    padding-right: 5px;
}
.close_list li {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}
.close_list li:last-child {
    border-bottom: none;
}
.close_list li span.close-time {
    float: right;
}
.close_list li span {
    font-size: 16px;
    font-weight: 600;
    color: #7f7f7f;
}
.listing-contact-info .nav-tabs {
    border: none;
}
.listing-contact-info .nav-tabs a.nav-link {
    border: none;
    padding: 0 25px;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}
.listing-contact-info .nav-tabs li {
    line-height: 60px;
    /* padding: 0 25px; */
}
.listing-contact-info .card-header {
    padding: 0;
    text-align: center;
}
.listing-contact-info .nav-tabs li a.active{
    color: #4b6499;
    border-bottom: 2px solid;
}
.event-all-list .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    /*    background: transparent;*/
}
.listing-info li {
    padding: 15px 0;;
}
.listing-info li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}
.listing-info li {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}
.listing-info li i {
    font-size: 20px;
    color: #757575;
    padding-right: 10px;
}
.social-media-icon li {
    border: none;
    padding: 0;
}
li.social-media-icon {
    border: none;
    padding-bottom: 0;
}
li.social-media-icon ul {
    margin-top: 8px;
}
.social-media-icon li a i {
    font-size: 16px;
    padding-right: 20px;
}
.social-media-icon li a:hover i {
    color: #4b6499
}

@media (max-width:767px){
    .img_slider .carousel-thumbnails .carousel-indicators .active{
        width: 100px;
    }
    .img_slider .carousel-thumbnails .carousel-inner img, .h-270 {
        height: 200px;
        /* Updated On 27-08-2019 */
    }
    .img_slider {
        height: 350px;
    }
    .right-sidebar-section{
        margin: 0 !important
    }
    .event-all-list {
        margin-top: 0rem; 
    }
    .img_slider {
        height: auto;
    }
    #profiletabControl{margin-bottom: 2rem}
    .resp_pb-3{
        padding-bottom: 3rem !important
    }
}

textarea{
    min-height: 100px !important;
}
.time-button > span{
    font-weight: 600 !important;
    font-size: 16px !important;
}
.apply_discard_btn{
    position: absolute;
    top: 31px;
    right: -6px;
    padding: 13px 15px;
}
.cate-img-name{
    padding: 5px;
}
.rangeSlider__horizontal{
    height: 7px !important;
}
.rangeSlider__handle__horizontal{
    top:-4px !important;
}
.rangeSlider__handle{
    width: 15px !important;
    height: 15px !important;
    background: #3ecb7d linear-gradient(rgb(62, 204, 126),rgb(62, 203, 125)) !important;
    border: 1px solid #3ecb7d !important;
    box-shadow: 0 0 15px 2px rgb(62, 205, 126) !important;
}
.rangeSlider__fill{
    background: #3ece7e !important;
}
.rate_wrapper .badge {
    width: 35px;
    height: 35px;
    line-height: 18px;
}
.rated-info_title, .rated-info_wrap, .rated_overallRating {
    display: table-cell;
    vertical-align: middle;
}
.rated-info_module {
    width: 100%;
    display: table-row;
}
.rated-info_wrap {
    width: 100%;
    overflow: hidden;
}
.rated-info_title {
    min-width: 70px;
    padding: 3px 10px 8px 0;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
    color: #70778b;
}
.rated_overallRating {
    text-align: right;
    padding-left: 16px;
    width: 34px;
    font-size: 14px;
    font-weight: 500;
    color: #70778b;
}
.rated-info_wrap .progress {
    height: 5px;
}
.rated-info_wrap .progress .progress-bar {
    background-color: #3ece7e;
    height: 5px;
}

/*Login, Register, Forgot password change pages*/
.full-background-img {
    position: fixed;
    width: 69%;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header h3 {
    font-size: 25px;
    font-weight: 500;
}
.form-light input.form-control:focus{
    border-color: #5b7488;
    box-shadow: none;
}
.form-light input.form-control:hover {
    border-color: #304352;
    box-shadow: none;
}
.footer-btn-text {
    text-align: center;
}
.footer-btn-text button {
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 18px;
}
.footer-btn-text p a {
    margin-top: 15px;
    display: inline-block;
}
.n_page-redirect {
    text-align: center;
}
.n_page-redirect p {
    font-size: 16px;
    padding: 0 10px;
    font-weight: 500;
    color: #304352;
    font-family: 'Roboto', sans-serif !important;
}
.n_page-redirect p a, .footer-btn-text p a {
    font-weight: 500;
    border-bottom: 1px solid #304352;
    color: #888888;
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;
}
.n_page-redirect p a:hover, .footer-btn-text p a:hover{
    text-decoration: none;
}
@media (max-width: 979px){
    .full-background-img {
        display: none;
    }
}

/*rating
---------*/
/*rating content*/
.rating_content {
    border: 0;
    position: relative;
    width: 150px;
} 
.rating_width {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
} 
.rating_content img{
    max-width: 300px;
}
.rate_wrapper {
    margin-bottom: 10px;
}
.rating-stars {
    width: 100%;
}
.rating-stars .rating-stars-container {
    font-size: 0px;
}
.rating-stars .rating-stars-container .rating-star {
    display: inline-block;
    font-size: 25px;
    color: #555555;
    cursor: pointer;
    padding: 0 10px;
    line-height: 0;
}
.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}
.rating-stars .rating-stars-container .rating-star.is--no-hover {
    color: #555555;
}
.cust_review_wrapper .average-review .overallrating{
    font-size: 30px;
}
.cust_review_wrapper .average-review .card-content li h5{
    font-size: 20px !important;
    margin-bottom: 0;
}

/*Faqs*/
.panel-group{
    margin-bottom:20px
}
.panel-group .panel{
    margin-bottom:0;
    border-radius:4px
}
.panel-group .panel + .panel{
    margin-top:5px
}
.panel-default{
    border-color:#ddd
}
.panel-default > .panel-heading .badge{
    color:#f5f5f5;
    background-color:#333
}
.panel-default>.panel-heading,.panel{
    background-color: #f5f5f5;
    border-radius:50px;
}
.panel-default>.panel-heading+.panel-collapse .panel-body{
    background: #fdfdfd;
    padding: 20px;
}
.panel-group .panel+.panel{
    margin-top:0
}
.panel-group .panel{
    border-radius:50px;
    margin: 20px 0;
}
.panel-heading{
    padding:20px;
}
.panel-title>a{
    color: #454656;
    display: block;
    font-size: 19px;
    font-family: 'Roboto', sans-serif !important;
    position: relative;
    padding-right: 33px;
}
a.accordion-toggle i{
    width:45px;
    line-height:46px;
    font-size:28px;
    height: 45px;
    text-align:center;
    right: -10px;
    top: -10px;
    position: absolute;
    color: #454656;
    background: #ffffff;
    border-radius:30px;
    transition: all .3s ease-in-out;
}
.accordion-inner p {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    line-height: 30px;
}
a.accordion-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
    color: #3972d5
}
@media (max-width:767px){
    a.accordion-toggle i{
        top: 0;
    }
    .gallery_img img {
        height: auto;
    }
}

.contact-wapper .contact-info {
    margin-bottom: 20px;
    text-align: center;
}
.contact-wapper .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    /* color: #3972d5; */
}
.contact-wapper .contact-info address, .contact-wapper .contact-info p, .contact-wapper .contact-info a {
    margin-bottom: 0;
    font-size: 1rem;
    color: #929292;
}
.contact-wapper .contact-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111;
}
.contact-wapper .contact-address, .contact-wapper .contact-phone, .contact-wapper .contact-email {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .contact-wapper .contact-address, .contact-wapper .contact-phone, .contact-wapper .contact-email {
        padding: 20px 0;
    }
    .contact-wapper .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

/*Changes Design*/
.search-box #search_input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 14px;
    width: 140px;
    overflow: hidden;
    background: #fff;    
}
.search-box #search_input.form-control::-webkit-input-placeholder{
    font-size: 16px;
    color: #495057;

}
.navbar-light .navbar-nav .dropdown-content {
    line-height: 30px;
}
.location_input p {
    font-size: 17px;
}
.search-box .btn-dark {
    margin: 0;
    padding: 0px 10px !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


/*Event Slider*/ 
.banner_bg{
    background-image: url('../images/jquery.minicolors.png');
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .5);
    background-blend-mode: overlay;
}
.banner_bg h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding: 2rem 0;
    margin-bottom: 0;
}

/* tema slick */
.loop.owl-carousel.owl-drag .owl-item img {
    width: 100%;
}
.loop.owl-carousel.owl-drag .owl-item {
    opacity: .5;
}
.loop.owl-carousel.owl-drag .owl-item {
    transform:  scale(0.9);
    transition: all .5s ease;
    border-radius: 3px;
}
.loop .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
    transition: all 300ms ease
}
.loop {
    margin: 3rem 0;
}
.dark_bg{
    background: #fafafa;
}

/*Date Picker*/
.datepicker-dropdown{
    padding: 10px !important;
}
.datepicker table tr td, .datepicker table tr th {
    width: 35px !important;
    height: 35px !important;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #d7daea !important;
}
.time_tab-head {
    margin: 10px 0;
}
.badge-outline-default {
    border: 1px solid #ccc;
    background: transparent;
    box-shadow: none;
    color: #616580;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 0 3px;
    font-weight: 400;
}
.badge-outline-default:hover {
    text-decoration: none;
}
.view_details a {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.view_details {
    text-align: center;
    margin: 25px 0;
}

/*Event Details New Page*/
.event-banner {
    height: 300px;
    background-image: url(../images/dashbord.png);
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-color: #0000007a;
    background-position: center;
    background-size: cover;
}
.event_details_content {
    box-shadow: 0 3px 20px #dbdbdb;
    /*margin-bottom: 30px;*/
    padding: 10px 0;
}
.c-logo, .c-tilte_list {
    display: inline-block;
    vertical-align: middle;
}
.c-tilte_list {
    margin-left: 20px;
}
.c-tilte_list h3 {
    margin-bottom: 5px;
    font-size: 30px;
}
.c-tilte_list ul li {
    margin-right: 8px;
}
.c-tilte_list ul li span {
    font-weight: 600;
}
.c-tilte_list li a.c-textlogo {
    display: block;
}
.c-tilte_list li a.c-textlogo span {font-size: 16px !important;margin-left: 6px;color: #586ddf;}
.review_side .title-rating-area {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 15px;
    text-align: left;
    float: right;
}
.title-rating-area .rating_content {
    margin-left: auto;
    margin-left: 10px;
    width: 100px;
    display: inline-block;
}
.title-rating-area span {
    display: inline-block;
    font-size: 16px;
}
.title-rating-area p small {
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}
.title-rating-area p span {
    font-weight: 800;
    color: #3f51b5 !important;
    margin-left: 5px;
}
.event-details_all_content {
    margin-top: 25px;
}
.event-details_all_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.all-tage p {
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.divider {
    border: 1px solid;
    margin: 20px 0;
    color: #ccc;
}
.all-tage {
    margin-bottom: 32px;
}
.all-tage .badge{
    border-radius: 50px;
}
.event_details .average-review .overallrating {
    font-weight: 600;
}
.event_details .average-review p:before {
    content: none !important;
}
.event_details .average-review {
    text-align: center;
}
.review_side .rating_content {
    width: 100px;
}
.minicolors-theme-bootstrap .minicolors-swatch {
    top: 12px !important;
    left: 10px !important;
}
.review_content ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 150;
}
.review-comment-image {
    position: relative;
    top: 3px;
    left: 0;
    width: 82px;
    height: 82px;
    display: block;
    float: left;
}
.review-comment-image img {
    display: block;
    border-radius: 4px;
}
.review-comment-text {
    padding: 0 0 0 105px;
    min-height: 82px;
}
.review-comment-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 10px;
}
.review__rating {
    position: relative;
    margin-top: 16px;
}
li.review-comment-list:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
h5.review-comment-name {
    font-size: 17px;
    font-weight: 600;
}
span.review-rating-inner {
    width: 49%;
    margin: 0 0 7px;
    display: inline-block;
}
.review-rating-inner span.review-rating-label {
    display: table-cell;
    width: 50%;
    color: #262626;
    font-size: 14px;
    line-height: 1.357142857142857em;
    font-weight: 600;
}
.review-rating-inner .title-rating-area {
    display: table-cell;
    width: 50%;
    padding-left: 10px;
}
.review-text-holder p {
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
p.review-review-comment-date {
    margin-top: 15px;
}
.c__location-cid-holder p {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 400;
}
.social__link li {
    font-size: 15px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact_popup button {
    /*    box-shadow: none;
        border: 1px solid #c6c6c6;*/
    width: 100%;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}
.contact_popup button:hover, .contact_popup button:focus {
    box-shadow: none;
}
.event_right_sidebar .card {
    margin-bottom: 20px;
}
.spons_details h6 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #666674;
}
.spons_details h5 {
    margin-top: 10px;
    font-weight: 600 !important;
    color: #666674;
}
.spons_details p {
    color: #959595;
    line-height: 25px;
    font-weight: 400;
}
.list_review h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 30px 0 25px;
}

/* Event Listing Page */
.event_list_main_title h3 {
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid #8f8f8f;
}
.event_list_view {
    margin-top: 25px;
}
h6.label_title {
    border-bottom: 1px solid #c3cbd0;
    position: relative;
    height: 29px;
}
h6.label_title span {
    font-weight: 600;
    background: #3f51b5;
    display: inline;
    color: #fff;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    width: 100%;
    padding: 6px 13px;
    font-size: 17px;
    text-align: center;
}
h6.label_title span:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 100%;
    border: 30px solid transparent;
    border-left: 15px solid #3f51b5;
    border-bottom: 0px solid #3f51b5;
}
.event_banner-img {
    margin-bottom: 20px;
}

@media (max-width:767px){
    .filter_form .form-group {
        margin-bottom: 0;
    }
    .resp_d-flex{
        display: flex;
    }
    .c-tilte_list h3 {
        font-size: 25px;
    }
    .c-tilte_list {
        margin-left: 15px;
    }
    .review_side .title-rating-area{
        float: none;
    }
}

/*Tooltip Hover
---------------*/
.hover-me{
    position: relative;
    line-height: 30px;
}
.hover-short-desc {
    display: none;
    background-color: #f4f4f4;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 11;
    box-shadow: 1px 1px 6px #bbb;
    padding: 10px;
    top: 45px;
    left: 30%;
    width: 700px;
}
.hover-me:hover .hover-short-desc {
    display: block;
}
.hover-short-desc:before {
    content: "";
    position: absolute;
    left: 11px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #f4f4f4 transparent;
    z-index: 9999;
}
.hover-short-desc:after {
    content: "";
    position: absolute;
    left: 11px;
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ccc transparent;
    z-index: 9998;
}
.ticket_info .stat {
    padding: 6px 0;
    display: flex;
}
.ticket_info .stat .stat-label {
    font-size: 14px;
    font-weight: 600;
    flex: 0 0 115px;
    margin-right: 15px;
    text-align: right;
}
.ticket_info .stat-value {
    font-weight: 500;
}
.ticket_info.right_side .stat .stat-label {
    flex: 0 0 105px;
}
.ticket_title {
    font-weight: 600;
    white-space: normal;
}
@media (min-width:991px){
    .ox-unset{
        overflow-x: unset;
    }  
    .ox-unset #example_filter {
        overflow-x: hidden;
    }
}
@media (max-width:767px){
    .hover-short-desc{
        width: 300px;
    }
}

.evet-img{
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
}

/*Event Book page*/
.event-book_list h3 {
    margin: 5px 0;
}
.image, .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.event-book_list .custom_badge {
    background: #ededed;
    padding: 8px 15px !important;
    box-shadow: none;
    color: #393939;
    font-weight: 500;
    font-size: 12px;
}
.event_details-list p:not(:last-child) {
    border-bottom: 1px solid #ccc;  
}
.event_details-list p {
    padding: 10px 0;
    margin: 0;
}
.event_details-list p small {
    font-size: 14px;
    color: #818181;
    padding-left: 10px;
}

.organizer_content h6 {
    font-weight: 600;
    font-size: 16px;
}
.organizer_content p {
    margin: 15px 0;
    display: flex;
}
.organizer_content p span {
    font-weight: 600;
    text-align: right;
    margin-right: 15px;
}

@media (min-width:992px){
    .search-items, .menu_items {
        display: inline-block;
        vertical-align: middle;
    }
    .close_menu{
        display: none;
    }
    .lang_box, .search-box{
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width:767px){
    .organizer_content p span {
        flex: 0 0 30%;
    }  
}  
@media (max-width:992px){
    .search-box, .lang_box{
        margin: 10px 8px;
    }
    .search-box{
        display:none; 
    }
}
.appointment_content-list small {
    margin-left: 25px;
}
.appointment_content-list p {
    margin: 15px 0;
}
.event_c_img .overlay {
    height: 70px;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.event_c_img a, .event_c_img a:hover{
    text-decoration: none;
}
.event_c_img .overlay p {
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.event_c_img img {
    object-fit: cover;
    object-position: center;
    height: 70px;
    transform: scale(1,1);
    width: 100%;
    transition: all .3s ease-in-out;
}
.event_c_img {
    position: relative;
    overflow: hidden;
}
.event_c_img:hover img {
    transform: scale(1.1,1.1);
    transition: all .3s ease-in-out;
}

.btn.event_page {
    padding: 8px 10px;
    text-transform: unset;
    margin: 0;
}

/*event booked Modal css*/
.attend_detail_cover > [class*="col-"]{
    margin: 0px;
}
.event_title {
    border-top: 1px solid #aaa2a2;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 25px;
    font-size: 1em;
    font-weight: 300;
}
.event_title span{
    font-size: 1em; 
    font-weight: 300;
}
.book_detail p {
    display: inline;
    color: gray;
    font-size: 1em;
    padding-left: 10px;
}
.book_detail p span{
    font-size: 1em;
    color: #4285f4;
}
/*dialogModal css*/
.dialogModal .dialogModal_top .dialogModal_header span{
    font-size: 1.2em;;
    font-weight: 600;
}



@media (min-width:768px){
    body.footer_fixed{
        padding-bottom: 17rem;
    }  
    .footer_fixed footer.page-footer {
        margin-top: 20px;
        padding-top: 20px;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
@media (min-width:768px) and (max-width:1024px){
    body.footer_fixed{
        padding-bottom: 23rem;
    }
}

/*Event Category*/
.event-body a.event-img {
    display: inline-block;
    width: 80px;
    float: left;
    height: 80px;
    margin-right: 16px;
}
.event-body a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.event-body .event-info h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #191818;
}
.event-info p span {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.event-info p i {
    font-size: 20px;
    margin-right: 8px;
    color: #000;
    vertical-align: middle;
}
.event-date-time {
    border-left: 1px solid #ccc;
}
.event-date-time span {
    display: block;
    margin: 6px 0;
}
.event-info {
    display: inline-block;
    width: 444px;
}

.event-body .event-info h3 {
    line-height: 25px;
    letter-spacing: -0.4px;
}

.event-date-time span.badge {
    display: inline-block;
    padding: 5px;
    margin-top: 3px;
    font-size: 12px;
}

.event-date-time span.time {
    font-size: 14px;
    font-weight: 500;
    color: #8e8e8e;
    margin-top: 0;
}
.event-body {
    margin-bottom: 20px;
}
.heading_section {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 20px;
}
.date_filter, .category_filter {
    margin: 25px 0;
}

.date_filter h4, .category_filter h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 27px;
}

.date_filter h4 i, .category_filter h4
i {
    padding-right: 15px;
    color: #9a9999;
}

.date_filter ul li.active, .category_filter ul li.active {
    border-left: 3px solid #3f51b5;
}

.date_filter ul li, .category_filter ul li {
    border-left: 3px solid transparent;
    padding: 5px 0 5px 15px;
}

.date_filter ul li a, .category_filter
ul li a {
    font-size: 17px;
}
.event-filter h3.event-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}
p.filter-title {
    font-size: 16px;
    font-weight: 500;
}
.datepicker .today {
    position: relative;
    top: auto;
}

@media (max-width:991px) and (min-width:768px){
    .event-date-time {
        border-left: none;
        padding-left: 20%;
    }
    .event-info{
        width: 400px;
    }
}
@media (max-width:767px){
    .event-info {
        width: 265px;
    }
    .event-body a.event-img {
        width: 60px;
        height: 60px;
    }
    .event-body .event-info h3 a {
        font-size: 14px;
        color: #333333;
    }
    .event-body .event-info h3 {
        line-height: 15px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }
    .event-date-time {
        border: 0;
        margin-top: 0 !important;
        padding-left: 25%;
    }
    .event-date-time span {
        margin: 5px 0;
    }
    .event-date-time span.time {
        font-size: 10px;
    }
    .event-info p span {
        font-size: 12px;
    }
    .event-info p i {
        font-size: 13px;
    }
    .event-body {
        margin-bottom: 10px;
    }
    .date_filter ul li, .category_filter ul li {
        display: inline-block;
        border: 1px solid #b7b4b4;
        padding: 5px 10px;
        margin: 5px 2px;
    }

    .date_filter ul li.active, .category_filter ul li.active {
        border: 1px solid #b7b4b4;
    }

    .date_filter ul li.active a, .category_filter ul li.active a {
        color: #3f51b5;
    }

    .date_filter h4, .category_filter h4 {
        margin-bottom: 20px;
    }
}

@media (max-width:400px) and (min-width:360px){
    .event-info {
        width: 245px;
    }
}

@media (max-width:359px) and (min-width:320px){
    .event-info {
        width: 220px;
    }
    .event-body a.event-img{
        margin-right: 10px
    }
}

/*Event Details*/
.spread_word li a {
    height: 35px;
    width: 35px;
    display: block;
    border: 1px solid #ccc;
    background: #eceff1;
    color: #000;
    text-align: center;
    line-height: 35px;
    margin: 5px 3px;
    font-size: 15px;
}
.spread_word li a.fb-ic {
    color: #fff !important;
    background: #3b5998;
    border-color: #3b5998;
}
.spread_word li a.gplus-ic {
    color: #fff !important;
    background: #dd4b39;
    border-color: #dd4b39;
}
.spread_word li a.tw-ic {
    color: #fff !important;
    background: #55acee;
    border-color: #55acee;
}
.spread_word li a.li-ic {
    color: #fff !important;
    background: #0082ca;
    border-color: #0082ca;
}
.spread_word li a.ins-ic {
    color: #fff !important;
    background: #e4405f;
    border-color: #e4405f;
}
.spread_word h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.invite_action a.btn.btn-default {
    padding: 8px 15px;
    text-transform: unset;
    font-size: 15px;
    background: #f5f5f5;
    color: #3a3a3a !important;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid #ccc;
}

.invite_action {
    text-align: center;
}

.invite_action a.btn.btn-default i {
    font-size: 15px;
    color: #696868;
    padding-right: 4px;
}


/*FAQs*/
#accordionfaq .card{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    margin-bottom: 6px;
}
#accordionfaq .card-header{
    border-radius: 0px;
    background-color:#fff;
    text-align: left !important;
    padding:0;
}
#accordionfaq .card-title a{
    display: block;
    color: #3f51b5;
    font-size: 17px;
    padding:14px 28px;
    font-weight: bold;
    position: relative;
    border-top:3px solid #3f51b5;
}
#accordionfaq .card-title a[aria-expanded="false"]{
    border-top:0;
}
#accordionfaq .card-title a:hover,
#accordionfaq .card-title a:focus{
    text-decoration: none;
    outline: none;
}
#accordionfaq .card-title a:before,
#accordionfaq .card-title a[aria-expanded="false"]:before{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    color:#3f51b5;
    position: absolute;
    top: 15px;
    right:12px;
    font-size: 14px;
    line-height: 24px;
}
#accordionfaq .card-title a[aria-expanded="false"]:before{
    content: "\f067";
}
#accordionfaq .card-body{
    color: #8a8a8a;
    font-size: 15px;
    line-height: 20px;
    background:#fff;
    padding: 15px 1.25rem;
    border-top: 0px none;
}

/* Event Details faqs section */
.faqs_section p {
    font-size: 21px;
    margin-bottom: 11px;
}

.faqs_section {
    padding: 8px;
}
.main_event_content {
    /*padding-bottom: 3rem;*/
}

/*Search Result*/
.search_result_topbar {
    box-shadow: 0 1px 32px #d4d1d1;
    padding-top: 5px;
    position: fixed;
    z-index: 123;
    width: 100%;
    padding-bottom: 5px;
    border-top: 1px solid #303438;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 2px 0 #DCE1E4;
    -moz-box-shadow: 0 2px 0 #DCE1E4;
    -webkit-box-shadow: 0 2px 0 #DCE1E4;
    border-bottom: 1px solid #CACBCF;
}
.search_sidebar {
    background: #fbfbfb;
    width: 100%;    
    margin: auto 0;
}
.search_drop .se_result-text p {
    font-size: 19px;
    font-weight: 500;
}
.search_right_content {
    background: #fff;
}
.search_all_content_list {
    position: fixed;
    background: #E8ECF1;
    overflow: auto;
    min-height: 100%;
    top: 135px;
    left: 0;
    right: 0;
}
.se_side_tabs {
    border: none !important;    
}
.se_side_tabs li.nav-item a {
    border: none;
    border-left: 2px solid transparent;
    padding: 14px 20px;
}
.se_side_tabs li.nav-item a.active {
    background: #fff;
    border-left: 2px solid #3f51b5;
    border-top-left-radius: 0;
}
.se_side_tabs li.nav-item a .badge {
    padding: 4px 5px;
    font-size: 14px;
}
.event-img, .org-img {
    /*! width: 150px; */
    /*! float: left; */
    /*! height: 150px; */
    /*! overflow: hidden; */
    /*! background: #E8ECF1; */
    /*! min-height: 70px; */
    text-align: center;
}
.event-lising a {
    text-decoration: none;
    display: block;
}
.event-content, .org-content {
    margin-left: 70px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.event-lising, .org-lising {
    width: 100%;
    margin-right: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    padding-bottom: 10px;
}
.follows_btn .btn.btn-success,
.event_btn-time .btn.btn-success {
    padding: 8px 15px;
    margin: 0;
}
.event_btn-time p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.event-img img, .org-img img {
    height: 120px;
    width: 120px;
    background: #f6f7f8;
}
.event-content p, .org-content p {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #000;
}
.event-content span, .org-content span {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 500;
    color: #8e8a8a;
}
.service-listing .event-content, .org-content {
    margin-left: 0;
}
.org-content span {
    display: inline-block;
    color: #868686;
}
.org-content li {
    margin-right: 20px;
    font-weight: 600;
}
.follows_btn a.btn i {
    font-size: 15px;
    padding-right: 2px;
}
a.org_details {
    display: inline-block;
}

.search_drop .se_result-text p span {
    font-size: 19px;
    font-weight: 600;
}

.se_close-icon {
    border: 1px solid #8d8e8e;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #8d8e8e;
    margin: -3px 0;
}
.all_event_btn {
    text-align: center;
    margin-top: 15px;
}

.all_event_btn a.btn {
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 17px;
}

@media (max-width:767px){
    .se_close-icon {
        margin-top: 5px;
    }

    .search_result_topbar {
        position: relative;
    }
    .search_right_content {
        height: auto !important;
    }
    .search_all_content_list .slimScrollDiv {
        height: auto !important;
    }
    .search_all_content_list {
        position: relative;
        top: 0;
        padding-top: 25px;
    }
    .event-content span, .org-content span {
        font-size: 12px;
    }
    .event-content p, .org-content p {
        font-size: 13px;
        line-height: 17px;
    }
    .org-content {
        max-width: 170px;
    }
    .follows_btn {
        float: none;
        display: block;
        text-align: right;
        margin-bottom: 12px;
    }
}
.events-tabs a.nav-link.active {
    /*background: #3f51b5;*/
    color: #fff;
}

/*event details*/
.bootstrap-datetimepicker-widget td a.btn{
    color: #000 !important;
    box-shadow: none;
}
footer.page-footer .footer-copyright {
    color: #1f416e;
}

/*event attendee details*/
.book_attendee_details tbody {
    display:block;
    max-height:120px;
    overflow-y:auto;
}
.book_attendee_details thead, .book_attendee_details tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
/*Success message*/
.success_container {
    margin-top: 40px;
    margin-bottom: 40px
}
.rgister_success_box h3.thanks-title {
    color: #454650;
    margin: 15px 0;
    font-size: 23px;
}
.rgister_success_box p.thanks-text {
    font-size: 16px;
    color: #646673;
    font-weight: 500;
    line-height: 27px;
    margin: 30px 20px;
}

/*Firefox css*/
@-moz-document url-prefix() {
    .apply_discard_btn {
        top: 23px;
        padding: 8px 15px;
    }
    .rgister_success_box p.thanks-text {
        font-size: 14px;
        margin: 20px;
        line-height: 20px;
    }
    .rgister_success_box h3.thanks-title {
        margin: 0;
        font-size: 20px;
    }   
    .listing-contact-info .nav-tabs a.nav-link{
        padding: 0 14px;
    }
    .event-info {
        width: 350px;
    }
    .single_product .product__price_download .item_action .rating--btn{
        padding: .85rem 1.13rem;
    }
}

@media all and (min--moz-device-pixel-ratio:0) and (min-width: 768px){
    body.footer_fixed{
        padding-bottom: 21rem;
    }
}
@media all and (min--moz-device-pixel-ratio:0) and (min-width: 768px) and (max-width:1024px){
    body.footer_fixed{
        padding-bottom: 24rem;
    }
}
@media all and (min--moz-device-pixel-ratio:0) and (max-width: 767px){
    .footer-content ul li{
        margin: 0;
    }
    .chat-box button, .chat-box input{
        line-height: 40px !important;
    }
    p.message_content span.chat-message{
        padding: 10px 25px !important;
    }
    .by_current_user p img{
        bottom: 0 !important;
    }
    .content{
        padding-top: 8px; 
    }
    .listing-contact-info .nav-tabs a.nav-link{
        padding: 0 10px;
        font-size: 14px;
        font-weight: 600;
    }
    .all-tage p{
        margin-top: 0;
    }
    .profile_banner .logo {
        height: 70px;
        margin-top: -12px;
    }
    .profile_details_tabbing .nav-tabs li .nav-link{
        font-size: 14px;
    }
    .filter_form .select-wrapper input.select-dropdown{
        margin-bottom: 0;
    }
    .success_text h2{
        font-size: 30px;
    }
    .success_box{
        padding-left: 10px;
        padding-right: 10px;
    }
    .success_text p {
        font-size: 15px;
        line-height: 25px;
    }
}
@media (max-width:767px){
    .rgister_success_box p.thanks-text{
        margin-left: 0;
        margin-right: 0;
    }
}
.event_timer_span{
    width: 100%;
    margin-top: 15px;
    font-size: 16px !important;
    margin-top: 15px !important;
}
.staff_item .image {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 15px
}

.staff_item img {
    padding: 3px;
    border: 1px solid #28a745
}

.staff_item h3 {
    color: #555;
    font-weight: 400;
    margin-bottom: 0
}

.staff_item small {
    color: #aaa;
    font-size: 0.75em
}
.staff_active{
    border: 1px solid #dddd;
    border-radius: 5px;
    border-bottom: 5px solid #ccc;
}
.hr_margin_5{
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #d6d4d4;
    position: relative;
    background: #fff;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #d6d4d4;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d6d4d4;
    font-size: 20px;
    font-weight: 700;
    color: #666;
    letter-spacing: 1px;
    position: absolute;
    bottom: -22px;
    left: -1px;
    right: 0;
}

 
@media only screen and (max-width: 479px){
    .testimonial{ padding: 70px 10px 30px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
}
.service_header_title{
    min-height: 100px !important;
    background-color: #eceff1;
    box-shadow: 0 0 20px #ccc;
    border-bottom: 1px solid #ccc;

    background-position: 50% 50%;
    background-size: cover;
    /* height: 266px; */
    background-repeat: no-repeat;
    
}
