.text-sm{
    font-size: 14px !important;
}
.text-md-title{
    font-size: 16px !important;
}
.lh-normal{
    line-height: normal !important;
}
/* p{
    line-height: normal;
} */
.font-500{
    font-weight: 500;
}
.font-600{
    font-weight: 600;
}

.opacFull {
    opacity: 1 !important;
}
.custom-pagination a{
    color: #021f44;
    background-color: #fff;
}
.custom-pagination strong{
    color: #fff;
    background-color: #021f44;
}
.custom-pagination strong,
.custom-pagination a{
    font-size: .875rem;
    z-index: 3;
    padding: 0.375rem 0.75rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #dee2e6;
}
.slider-container {
    width: 100%;
    position: relative;
    /*height: 100%;*/
    /*min-height: 600px;
    max-height: 800px;*/
    overflow: hidden;
}

.site-slider {
    position: relative;
}
.site-slider li {
    line-height: 0;
    list-style: none;
}
.slider-img {
    width: 100%;
    height: 100%;
    position: relative;
}
.site-slider .slider-img img {
    height: 800px;
    object-fit: cover;
}
.slider-img:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    position: absolute;
    opacity: 0.6;
}
.slider-text {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 200px; */
    /* line-height: normal; */
    /* color: #fff; */
    /* transform: translateY(-50%); */
    /* max-width: 600px; */
    position: absolute;
    top: 50%;
    left: 200px;
    line-height: normal;
    color: #fff;
    transform: translateY(-50%);
    /* max-width: 600px; */
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-direction: column;
}
.slider-text h3 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    line-height: 70px;
    /* max-width: 600px; */
    text-transform: capitalize;
    text-shadow: 4px 7px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}
.bannerslider .slider-text p {
    font-size: 18px;
    letter-spacing: 0.8px;
    /* opacity: 0; */
    line-height: 31px;
    font-weight: 500;
}

.owl-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerslider .owl-dots .owl-dot {
    transition: 0.3s;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 3px;
    background: #fff;
}
.bannerslider .owl-dots .owl-dot span{
    margin: 0;
}
.bannerslider .owl-dots .owl-dot.active {
    /*background: #74e5d1;*/
    /*transform: scale(1.5);*/
    opacity: 1;
}
.animate-in-fast {
    animation: in-fast 1000ms ease-in-out forwards;
}
.bannerslider .owl-carousel .owl-stage{
    padding: 0;
}
.bannerslider .owl-nav {
    margin: 0;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bannerslider .owl-nav .owl-prev,
.bannerslider .owl-nav .owl-next {
    background: #fff;
    /*position: absolute;
    top: -13%;
    right: 15px;*/
    margin: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.bannerslider .owl-nav .owl-prev:after,
.bannerslider .owl-nav .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}
.bannerslider .owl-nav .owl-next:after {
    content: "\f105";
}
.bannerslider .btn{
    font-weight: 600;
    letter-spacing: 0px;
}
.bannerslider .btn:hover {
    background: #fff;
    color: #202020;
    border-color: #fff;
}

@keyframes in-fast {
    0% {
        opacity: 0;
        transform: translateX(-3em);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.animate-in-slow {
    animation: in-slow 1000ms linear forwards;
}

@keyframes in-slow {
    0% {
        opacity: 0;
        transform: translateX(3em);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.language-switch .btn.selectpicker {
    background: transparent;
    padding: 0;
    box-shadow: none !important;
}
.language-switch .filter-option {
    font-size: 0;
}
.language-switch .filter-option .flag-icon {
    font-size: 35px;
}
.language-switch .dropdown-toggle::after{
    display: none;
}
.language-switch .caret {
    display: none !important;
}
.language-switch .btn.selectpicker.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}
.bootstrap-select .dropdown-menu.selectpicker {
    transform: none !important;
    transition: none !important;
}
.bootstrap-select.show .dropdown-menu.selectpicker {
    display: block;
    transform: none !important;
    transition: none !important;
}
.bootstrap-select .dropdown-menu.open.show{
    /*transform: none !important;*/
    transition: none !important;
}
.bootstrap-select .btn:focus{
    outline: none !important;
}
.btn-group.bootstrap-select {
    margin: 0 !important;
    height: auto;
}
.language-switch .dropdown-menu {
    min-width: 150px !important;
}
.loginbtn .btn {
    padding: 11px 15px;
    font-weight: 600;
    color: #020202;
    text-transform: none;
    border: 0;
    letter-spacing: 0.5px;
}
.loginbtn .btn:hover,
.loginbtn .btn:focus{
    background: #020202;
    color: #fff !important;
}
.loginbtn {
    margin-right: 5px;
    margin-top: 19px;
}
.home-form-1 {
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #fff;
    z-index: 1;
}
.filterblock h3 {
    color: #020202;
    font-size: 32px;
    line-height: normal;
}
.contact_detail  p i {
    font-size: 24px;
    margin-right: 6px;
}
.contact_detail p {
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.profile_menu img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0 0 11px rgba(0,0,0,0.2);
    margin-right: 6px;
}
.profile_menu > a {
    padding: 14px 0 !important;
    min-width: 220px;
}
.profile_menu .submenu-indicator {
    margin: 17px 5px 0 10px;
}
.profile_menu .submenu-indicator .submenu-indicator-chevron{
    height: 8px;
    width: 8px;
    border-width: 0 2px 2px 0;
}
/*Loader CSS*/
.webloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
}
.preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #74E5D1;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

.sub-webloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 98;
    /*height: 200px;*/
}
.sub-preloader:before {
    content: "";
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #74E5D1;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: sub-animate-preloader 1s linear infinite;
    animation: sub-animate-preloader 1s linear infinite;
}

@-webkit-keyframes sub-animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sub-animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Side Bar CSS*/
.catcontent {
    display: none;
    transition: all 0.3s;
    background: #efefef;
    margin-top: 5px;
    padding: 6px;
    border-radius: 6px;
}
.subcat {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}
.categorysidebar input[type=checkbox] {
    position: absolute;
    top: 10px;
}
.categorysidebar .catblock label {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    display: block;
    cursor: pointer;
    padding-left: 29px;
}
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background:linear-gradient(45deg, #666666 0%, #666666 100%);
  position: relative;
}
input[type=checkbox]::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background: #fff;
  top: 3px;
  left: 3px;
  border-radius: 0;
}
input[type=checkbox]:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #010326;
    top: 5px;
    left: 5px;
    border-radius: 0;
}
.profile_rating i {
    font-size: 16px;
}
.profileactionbtn .btn i {
    font-size: 20px;
    margin-right: 6px;
}
.profileactionbtn .btn {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #020202;
}
.gallery-list img.img-responsive {
    border: 5px solid #fff;
    height: 300px;
    /*object-fit: cover;*/
    object-fit: contain;
    width: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal.effect-scale .modal-dialog {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-scale.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal-footer .btn {
    padding: 8px 14px;
    font-weight: 600;
}
.form-label {
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single {
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px;
}
.select2-container {
    height: 42px;
}
.multiselect-container.dropdown-menu,
.datepicker.datepicker-dropdown{
     transition: none;
 }

/*Date Picker Css*/

.ui-datepicker {
    width: 270px;
    padding:0;
    border: 5px solid #fff;
    display: none;
    background: #f6f9fe;
    box-shadow: 0 0 17px rgb(0 0 0 / 20%);
}
.ui-widget-header {
    border: 2px solid #bdc7d2;
    background: #e0ecf5 !important;
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    /*color:#FFFFFF;
    background:#4F6828; */ 
}
.ui-datepicker table {
    width: 100%;
    font-size: .7em;
    border-collapse: collapse;
    margin: 0;
    color: #000000;
    background: #e0ecf5;
    border: 2px solid #bdc7d2;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 4px 3px;
    text-align: center;
    background: #fff !important;
    text-decoration: none;
    border: 0 !important;
    margin: 2px;
    border-radius: 2px;
    /*box-shadow: 0 0 8px rgba(0,0,0,0.1);*/
    font-size: 13px;
}
a.ui-state-default.ui-state-active,
.ui-datepicker td.ui-datepicker-today a{
    background: #74E5D1 !important;
}
.ui-datepicker .ui-datepicker-header a {
    background: transparent !important;
    border: 0 !important;
    cursor: pointer;
}
.comment-module-rating i {
    font-size: 30px;
    color: #ff8000;
}
.reviewblock {
    display: flex;
    align-items: center;
}
.show-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 24px;
    line-height: 0;
    cursor: pointer;
}
.position-relative {
    position: relative;
}
.ui-datepicker{
    z-index: 99 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 0;
  background-image: none;
  color: #ffffff !important;
}
.paginate_button {
  position: relative;
  margin-left: -1px !important;
  line-height: 1.25;
  background-color: #ffffff;
  border: 1px solid #e8e8f7 !important;
  color: #71719a !important;
  align-items: center;
  justify-content: center;
  padding: .5rem .75rem !important;
  font-weight: 400;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background: #003B51 !important;
  border-color: #003b51 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  border: 0;
  background-image: none;
  color: #ffffff !important;
}
.dataTables_filter input {
    display: block !important;
    width: 100% !important;
    padding: 0.475rem 0.85rem;
    height: auto;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    line-height: 1.5;
    color: #a6a6bf;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 11px;
    border: 1px solid #e8e8f7;
    margin-left: 10px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #e8e8f7;
}
/*Chat CSS*/
.chat-online {
    color: #34ce57
}

.chat-offline {
    color: #e4606d
}

/* .chat-messages {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 230px);
    overflow-y: scroll
} */

.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.flex-grow-0 {
    flex-grow: 0!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
/* .chatlist {
    height: calc(100vh - 154px);
    max-height: unset;
    overflow-y: scroll;
} */
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.small-btn {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.count {
    float: right;
    background: #74e5d1;
    padding: 1px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.iconbtn {
    padding: 0 6px !important;
    margin-right: 15px;
}
.iconbtn i {
    font-size: 20px;
    height: auto !important;
    width: auto !important;
    line-height: normal;
}
.new_count {
    position: absolute;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.2px;
    top: -16px;
    right: -6px;
    border: 2px solid #fff;
}
.custombtn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    position: relative;
    background: #333;
    -webkit-transition-property: color;
    transition-property: color;
    color: #fff;
    padding: 5px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 4px;
    border: 2px solid #ffffff;
}
.custombtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px;
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.custombtn:hover,
.custombtn:focus,
.custombtn:active {
  color: white;
}
.custombtn:hover:before,
.custombtn:focus:before,
.custombtn:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.d-hide {
    display: none;
}
.bottom_menu .nav-menu > li > a:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0%;
    height: 3px;
    background-color: #74e5d1;
    transform: translateX( -50% );
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.bottom_menu .nav-menu li a:hover:after,
.bottom_menu .nav-menu > li.active > a:after {
    width: 100%;
}
.profile_menu a i {
    font-size: 20px;
    margin-right: 10px;
    line-height: normal;
}
.profile_menu .nav-submenu a {
    display: flex;
    align-items: center;
}
.login_menu .btn {
    padding: 9px 20px;
}
.who_we_are_img {
    z-index: 1;
    position: relative;
    padding-right: 80px;
}

.who_we_are_img:before {
    content: "";
    position: absolute;
    top: -90px;
    bottom: 60px;
    left: 50px;
    right: 0;
    background: url(https://www.transparenttextures.com/patterns/worn-dots.png);
    z-index: -1;
    animation:move 13s linear infinite
}
@-webkit-keyframes move{
    0%{
        transform:translateY(0px)
    }
    50%{
        transform:translateY(25px)
    }
    100%{
        transform:translateY(0px)
    }
}
@-moz-keyframes move{
    0% {
        transform:translateY(0px)
    }
    50% {
        transform:translateY(25px)
    }
    100%{
        transform:translateY(0px)
    }
}
@-o-keyframes move{
    0%{
        transform:translateY(0px)
    }
    50%{
        transform:translateY(25px)
    }
    100%{
        transform:translateY(0px)
    }
}
@keyframes move{
    0%{
        transform:translateY(0px)
    }
    50%{
        transform:translateY(25px)
    }
    100%{
        transform:translateY(0px)
    }
}
.iconlist {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.iconlist li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
}
.iconlist li:before {
    content: "\ea23";
    color: #74e5d1;
    font-size: 24px;
    vertical-align: middle;
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: 0;
    line-height: 1.2;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
}
.about-inner h2 {
    font-size: 43px;
    line-height: normal;
}
.icon-bx-wraper {
    box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    transition: all .5s;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 30px;
}
.icon-cell {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 5px 20px;
    border-radius: 100%;
    display: inline-block;
    transition: all .5s;
    /*background: rgba(116, 229, 209, 0.2);*/
    padding: 10px;
}
.icon-cell:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    bottom: 0;
    margin: 0;
    background: rgba(116, 229, 209, 0.2);
    border-radius: 100%;
    transition: 0.5s;
    transform: scale(0);
}
.icon-bx-wraper:hover .icon-cell:before{
    transform: scale(6.0);
}
.icon-cell img {
    vertical-align: baseline;
    width: 100%;
}
.title {
    font-size: 42px;
    line-height: 60px;
}
.override_box {
    margin-top: -100px;
}
.account_block h4 {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 18px;
}
.account_block h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.service_section {
    padding-bottom: 45px;
}
.account_block img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-right: 20px;
}
.account_block {
    padding: 20px;
    align-items: center;
    display: flex;
    height: 100%;
    border-radius: 10px;
    border: 2px dashed #74e5d1;
    box-shadow: 0 7px 21px rgba(0,0,0,0.15);
}
.testimonial_slider .owl-dots {
    bottom: 0;
    position: unset;
    margin-top: 30px;
}
.testimonial_slider .owl-dots button {
    opacity: 0.5;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 3px;
    background: #fff;
}
.testimonial_slider .owl-dots button.active{
    opacity: 0.9;
    background: #74e5d1;
}
.page-title.signuphead {
    height: auto;
    padding: 50px 0;
}
.signuphead h1 {
    margin: 0;
    font-size: 46px;
}
/*Step Design*/
.sbs--circles li {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.sbs > li {
    cursor: not-allowed;
}
.sbs > li.active {
    cursor: default;
}
.sbs--circles li .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.sbs--circles li .step .indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-family: 'Montserrat Alternates', sans-serif;
    border: 5px solid #d1d5da;
    color: #8a94a1;
    position: relative;
    z-index: 1;
    background-color: white;
}
.sbs--circles li.active > .step .indicator {
    border-color: #74e5d1;
    color: #74e5d1;
}
.sbs--circles li .step .description {
    font-weight: bold;
    font-size: 20px;
    color: #8a94a1;
    position: absolute;
    bottom: -32px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sbs--circles li.active > .step .description {
    color: #74e5d1;
}
.sbs--circles li .step .line {
    height: 4px;
    background-color: #dfe2e5;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}
.sbs--circles li.finished > .step .line {
    background-color: #74e5d1;
}
.sbs--circles li:last-of-type .step .line {
    display: none;
}
.sbs--circles li.active.finished > .step .indicator {
    background: #74e5d1;
    color: #fff;
    border-color: #74e5d1;
}
/*Radio Button CSS*/
.plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plan {
  cursor: pointer;
  margin: 20px 0;
}

.plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plan .plan-content img {
  margin-right: 15px;
  height: 80px;
}

.plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #252f42;
}

/*.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}*/

.plan .plan-details p {
    color: #646a79;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}
.plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background: #74e5d1;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #74e5d1;
    box-shadow: 0px 0px 0px 2px #74e5d1;
}

.plan input[type="radio"]:checked + .plan-content {
    border-color: #74e5d1;
    background: #f6f9fe;
    /*-webkit-transition: ease-in 0.3s;*/
    /*-o-transition: ease-in 0.3s;*/
    /*transition: ease-in 0.3s;*/
}
.formbtn {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    font-size: 16px;
    font-family: 'Montserrat Alternates', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.formbtn i{
    font-size: 24px;
}
.attributesselection input {
    display: none;
}
.attributesselection label.plan {
    margin: 7px 0;
}
.attributesselection .plan .plan-content{
    border: 2px solid #ddd;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.attributesselection label.plan .plan-content span {
    font-size: 18px;
}
.plan input[type="checkbox"]:checked + .plan-content {
    border-color: #74e5d1;
    background-color: #74e5d1;
}
.plan input[type="checkbox"]:checked + .plan-content span{
    color:#fff;
}
div#upload-demo {
    /* width: 400px; */
    height: 400px;
    margin: auto;
    padding-bottom: 25px;
}
.imgbuttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.imgbuttons .btn {
    margin: 0 8px;
}
.profileimgblock  input.item-img {
    display: none;
}
.profileimgblock  figure {
    width: 200px;
    border: 5px solid #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    border-radius: 5px;
    position: relative;
    margin: 0;
}
.profileimgblock figure figcaption {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    background: #ffff;
    bottom: -10px;
    right: -10px;
    border-radius: 100%;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.profileimgblock {
    cursor: pointer;
}
.equipmentselection img {
    margin-right: 0 !important;
}
.equipmentselection .plan-details {
    display: block;
}
.equipmentselection .plan-content {
    flex-direction: column;
    padding: 10px;
}
#map {
    border: 5px solid #ffffff;
    box-shadow:0 0 15px rgb(0 0 0 / 10%);
    width: 100%;
    height: 350px;
    margin-top: 10px;
}
.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}
::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.shadow {
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.listingrowcontent i {
    font-size: 20px;
}
.listingrowcontent {
    display: flex;
    align-items: center;
}
.imagecard {
    border-radius: 6px;
    overflow: hidden;
    border: 3px solid #fff;
}
.createbtn {
    border: 2px solid;
    font-size: 20px;
    display: inline-flex;
    font-family: 'Montserrat Alternates', sans-serif;
    align-items: center;
    font-weight: 500;
    letter-spacing: 1px;
}
.createbtn i {
    font-size: 24px;
    margin-right: 10px;
}
.createbtn:hover{
    border-color: #74e5d1;
    background: #74e5d1;
    color: #333;
}

.avatar-upload {
    border: 5px solid #ddd;
    position: relative;
    border-radius: 6px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
    z-index: 9;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f15c;
}
.avatar-upload img{
    width: 100%;
}
.range_input {
    width: 70px;
    border: 0;
    border-bottom: 2px solid #d7dcdf;
    padding: 3px 10px;
    text-align: center;
    margin-left: 10px;
    background: transparent;
}
.range_slider {
    display: flex;
    align-items: center;
}
/* .siteform .form-control {
    height: auto;
    border-radius: 6px !important;
    padding: 14px !important;
    background-color: #fff !important;
    color: #333 !important;
    font-size: 16px !important;
    border: 1px solid #ddd !important;
    width: 100% !important;
    line-height: 1.3 !important;
} */
.siteform .form-control:focus{
    border-color: #74e5d1 !important;
}
.siteform .form-control.bootstrap-select {
    padding: 0 !important;
    height: 42px;
    margin-bottom: 15px;
    border: 1px solid #eceef3;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 13px;
    color: #a3a5a8;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: fit-content !important;
    transition: none;
}

.form-control.selectpicker ~ .bootstrap-select .btn {
    /*padding: 0 10px;*/
    box-shadow: none;
    /* color: #333; */
    background: transparent;
    /*height: 100%;*/
    padding: 10px 20px;
    font-size: 13px;
    color: #a3a5a8;
    font-weight: 400;
    background: transparent;
}

.form-control.selectpicker ~ .bootstrap-select .dropdown-menu.show {
    right: unset !important;
    box-shadow: -1px 4px 30px rgb(115 128 157 / 47%) !important;
    z-index: 99999999;
    transform: translate3d(0px, 0px, 0px) !important;
    /* height: 400px !important; */
    max-height: 400px !important;
    overflow-y: auto !important;

}
.bootstrap-datetimepicker-widget {
    z-index: 9999999 !important;
  }
.form-control.selectpicker ~ .bootstrap-select a {
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-control.selectpicker ~ .bootstrap-select a:hover{
    background: #f6f9fe;
}
.bootstrap-select.btn-group .no-results {
    padding: 9px;
    background: #f5f5f5;
    margin: 0;
    font-size: 14px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after{
    border-top: 0;
}
.form-control.selectpicker ~ .bootstrap-select a .check-mark {
    color: #74e5d1;
    display: none;
    font-size: 25px;
    margin-top: 0 !important;
    line-height: 0 !important;
}
.form-control.selectpicker ~ .bootstrap-select li.selected a .check-mark{
    display: inline-block;
}
.services_action_btn a i {
    font-size: 20px;
    line-height: 1;
    margin-right: 7px;
}
.services_action_btn .btn {
    display: flex;
    align-items: center;
}
select[data-size] ~ .bootstrap-select ul.dropdown-menu.inner.selectpicker {
    max-height: 306px;
    overflow: hidden;
    overflow-y: auto;
}
.bootstrap-select.form-control {
    border: 1px solid #ebeef3;
    border-radius: 3px;
}
.bootstrap-select.form-control .btn-default:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.bs-searchbox {
    padding: 5px;
    background: #eee;
}
.language-switch a .glyphicon {
    display: none;
}
.filter-form .actionbtn {
    font-size: 40px;
    line-height: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    width: auto !important;
    color: #3eeed6;
}
.eventsmap {
    border: 0 !important;
    box-shadow: none !important;
    height: 100% !important;
    margin-top: 0 !important;
}
/*.eventdetaimodal .modal-dialog {
    max-width: 450px;
}*/
.eventimgblock .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    opacity: 0.8;
    font-size: 30px;
    transition: all 0.3s;
    line-height: 0;
    border-radius: 2px;
    text-shadow: none;
    color: #37436c;
    cursor: pointer;
    padding: 3px;
}
.eventimgblock .close:hover {
    opacity: 1;
}
.organizerdetail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 3px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    margin-right: 10px;
}
.error {
    color: #ff3838;
    font-size: 13px;

}
.alert-danger .error {
    margin-bottom: 0;
}
.checkdesign {
    position: relative;
    cursor: pointer;
    display: flex;
    width: 60px;
    height: 60px;
    border: 2px dashed;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.checkdesign:before {
    content: "\ee23";
    font-family: boxicons!important;
    font-weight: 400;
    font-size: 40px;
}
input[type=radio]:checked ~ span, .checkdesign ~ span, .checkdesign{
    border-color: #74e5d1;
    color: #74e5d1;
}
input[type=radio]:checked ~ .checkdesign:before, .checkinevent ~ .checkdesign:before {
    content: "\eca4";
    color: #74e5d1;
}
.servicesd {
    line-height: normal;
    margin-bottom: 10px;
}
.servicesblock {
    margin: 7px;
    border: 1px solid #e8eef1;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0,0,0,0.15);
}
.mapinfowindow img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    object-fit: cover;
}
.mapinfowindow h4 {
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px !important;
}
.gm-style .gm-style-iw-c {
    border-radius: 8px;
    box-shadow: 0 0 9px rgb(0 0 0 / 20%) !important;
}
.mapinfowindow {
    display: flex;
}
.mapinfowindow b {
    font-weight: 700;
}
.login_header .loginbutton {
    padding: 8px 9px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 3px;
    margin: 0 5px;
}
.right_header_login{
    display: none;
}
.block_tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #74e5d1;
    padding: 2px 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 14px;
    border-radius: 2px;
}
.addmoreservicesbtn {
    font-size: 30px;
    line-height: 0;
}
.chatsearchinput {
    padding: 7px 20px;
    height: auto;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
}
.chatform .form-control {
    padding: 13px 50px 13px 20px;
    height: auto;
    border: 1px solid #c5c5c5;
    border-radius: 8px !important;
}
.chatform .form-control:focus{
    border-color: #74e5d1;
}
.chatform button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    font-size: 24px;
    color: #74e5d1;
}
/* .profile_image_block  a {
    width: 100%;
    position: relative;
} */
/* .profile_image_block a:before {
    content: "\e9fe";
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: boxicons!important;
    font-weight: 400;
    transition: 0.5s;
    opacity: 0;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* .profile_image_block:hover a:before{
    opacity: 1;
} */
/* .profile_image_block a img {
    max-width: 100%;
    object-fit: contain;
} */
/* .profile_image_block {
    width: 130px;
    height: 130px;
    max-width: 200px;
} */
.profielimgblock img {
    width: 100%;
}
.profielimgblock  input.item-img.file {
    display: none;
}
.profielimgblock{
    cursor: pointer;
}
.profielimgblock  figcaption {
    position: absolute;
    top: 20px;
    color: #37436c;
    right: 20px;
    width: 50px;
    font-size: 20px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #fff;
    border: 2px solid #fff;
}
.profielimgblock  figcaption:hover{
    opacity: 0.8;
}
.selectpicker.error {
    border-color: #b94a48;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled,
.btn-primary:disabled{
    background: #021f44;
    color: #fff;
    border-color: #021f44;
}

/*Step CSS*/
.logincard.stepcard {
    max-width: 700px;
    padding: 15px;
}
.modal-fullscreen {
  width: calc(100vw - 0px);
  max-width: none;
  height: calc(100% - 0px);
  margin: 0px auto !important;
  /*border-radius: 10px;*/
  overflow: hidden;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.traveleadiusmodal .map {
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  height: 100% !important;
}
.raduistriggerblock {
    position: absolute;
    width: auto;
    top: 60px;
    left: 10px;
    background: #fff;
    padding: 20px 20px 20px 20px;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    z-index: 9;
    /*transition: all 0.4s;*/
}
.raduistriggerblock .range_slider {
    margin: 24px 0;
}
.priceblock input {
    width: 110px;
    height: 48px;
}
.submitactionblock {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.priceblock {
    margin-left: 10px;
}
.submitactionblock .btn {
    padding: 12px 20px;
    margin-top: -1px;
}
.servicesselection .addbtn {
    font-size: 40px;
    line-height: 0;
    display: inline-block;
    color: #74e5d1;
    margin-top: 4px;
}
.servicesselection .budgetinput {
    padding: 12px 15px;
    border-radius: 3px;
    border-color: #ebeef3;
}
.servicesselection .removebtn {
    line-height: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder {
    width: 100% !important;
    float: none;
    margin: 0 !important;
    box-sizing: border-box;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    max-width: 100%;
    border: 1px solid #d7dcdf;
}
.mapboxgl-ctrl-top-right {
    top: 41px;
    left: 11px;
    width: 390px;
    z-index: 99;
    box-sizing: border-box;
    /*transition: all 0.4s;*/
}
.mapboxgl-ctrl-geocoder--input:focus {
    outline: none;
}
.mapboxgl-canvas-container {
    width: 100%;
    height: 100%;
}
canvas.mapboxgl-canvas {
    position: unset !important;
    left: 0;
    top:0;
}
.mapboxgl-user-location-dot {
    display: none;
}

.mapboxgl-user-location-heading {
    display: none;
}
.mapboxgl-user-location-accuracy-circle.mapboxgl-marker.mapboxgl-marker-anchor-center {
    display: none;
}
/*#map {*/
/*    !*position: absolute; top: 0; bottom: 0;*!*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/
.mapboxgl-ctrl-top-right {
    top: 11px !important;
}
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right{
    display: none;
}
#map-container {
    height: 100vh;
    width: auto;
}

.location_selection .mapboxgl-ctrl-top-right {
    top: 50%;
    /* left: f.mapboxgl-ctrl-top-
    right50%; */
    margin-top: 0;
    width: 470px;
    /*transition: all 0.4s;*/
}
.location_selection .raduistriggerblock {
    top: 50%;
    left: 50%;
    width: 520px;
    padding: 50px;
    transform: translate(-50%, -50%);
    /*transition: all 0.4s;*/
    box-shadow: 6px 9px 30px rgb(0 0 0 / 20%);
}

.location_selection .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder--input {
    height: 50px;
    padding-left: 50px;
}
.location_selection .mapboxgl-ctrl-geocoder--button {
    top: 14px;
}
.location_selection .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder--icon-search {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    opacity: 0.7;
}

.location_selection .map-overlay {
    opacity: 0.6;
    background: #5a9386;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.mapclosebtn {
    top: 20px;
    border: 0;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    min-height: 60px;
    right: 20px;
    min-width: 60px;
    max-height: 60px;
    max-width: 60px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    margin-left: auto;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.4);
    color: rgb(170, 170, 170) !important;
}
.mapclosebtn:hover{
    background: rgb(246, 248, 249);
}
.mapclosebtn svg {
    width: 30px;
    height: 30px;
}

.targetbtn {
    border-radius: 6px;
    font-size: 30px;
    line-height: 0;
    display: flex;
    align-items: center;
    background: #74e5d1;
    padding: 6px;
    color: #fff;
    justify-content: center;
    /* height: 100%; */
}
.service_budget_div .btn.selectpicker {
    padding: 10px 10px;
    font-size: 16px;
}
.service_budget_div .form-control {
    padding: 10px 15px !important;
}
.eventcard  img {
    height: 250px;
    object-fit: cover;
}

.targetbtn:hover {
    background: #333;
    color: #fff;
}

.targetbtn.removeservciesbtn {
    opacity: 0.7;
    background: red;
}

.targetbtn.removeservciesbtn:hover {
    opacity: 1;
}
.eventimgblock .eventimgprev {
    object-fit: contain;
    height: 300px;
}
.iconbtnblock  a {
    font-size: 22px;
    line-height: 0;
    display: flex;
    margin-right: 10px;
}
.iconbtnblock {
    display: flex;
}


@media (min-width: 768px){
    .modal-xl {
        max-width: 700px ;
    }
}
@media (min-width: 992px){
    .modal-xl {
        max-width: 900px ;
    }
}
@media (min-width: 1300px){
    .modal-xl {
        max-width: 1120px ;
    }
}
@media (min-width: 2000px){
    .modal-xl {
        max-width: 1200px ;
    }
}


@media (min-width: 992px){
    .modal-lg {
        max-width: 900px ;
    }
}
@media screen and (max-width: 991px){
.m-show{
    display: block;
}
.bottom_menu .m-show.nav-menu-social {
    position: absolute;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    max-width: 82%;
    top: 15px;
}
.bottom_menu .m-show.nav-menu-social a{
    width: auto;
}
.bottom_menu .m-show.nav-menu-social li {
    flex: 30%;
    margin: 0;
    border-right: 1px solid #ddd !important;
    height: auto !important;
}
.header_top_right{
    display: none;
}

.profile_menu > a {
    padding: 10px !important;
}
.right_header_login {
    display: flex;
    align-items: center;
}
.nav-header.login_header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
}



.login_header .nav-brand {
    padding: 0;
    margin-right: 0 !important;
}
}

@media (min-width: 576px){
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}
}
@media (max-width: 374px){
.login_header .nav-brand img{
    max-width: 110px;
}
}
.bg-copy{
    background-color: #545454;
}
.bg-whatsapp{
    background-color: #00d254;
}
.bg-facebook{
    background-color: #3a5897;
}
.post-thumb-80 img {
    width: 90px;
    height: 80px;
}
.mr-15 {
    margin-right: 15px!important;
}
.overflow-hidden {
    overflow: hidden;
}
.border-radius-5 {
    border-radius: 5px;
}
.black-blue{
    background: #2d323d;
    border: 1px solid #2d323d;
}
.black-blue:hover{
    background: #2d323d;
    border: 1px solid #2d323d;
}
.position-absolute{
    position: absolute !important;
}
.hp-100{
    height: 100px !important;
}
.object-cover{
    object-fit: cover;
}
.lazy{
    display: block;
    background-color: #efefef;
    /* background-image: url(/assets/img/loader.svg); */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    max-height: 180px;
    /*object-fit: cover;*/
    object-fit: contain;
}

/* cs2 image method  */
.cs2-img{
    border-radius: 15px;
    border: 1px solid #69e1cb;
}
.cs2-upload__img-close {
    width: 34px;
    min-height: 27px;
    border-radius: 0px 14px 0px 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #69e1cb;
    color: white;
}
.cs2-upload__img-box{
    width: 145px;
    height: 145px;
}
@media (max-width:1024px) {
    .cs2-upload__img-box{
        width: 130px;
        height: 130px;
    }
    .cs2-upload__img-close {
        top: 6px;
        right: 6px;
    }
}
@media (max-width:991px) {
    .cs2-upload__img-box{
        width: 120px;
        height: 120px;
    }
    .cs2-upload__img-close {
        top: 8px;
        right: 8px;
    }
}
@media (max-width:767px) {
    .cs2-upload__img-box{
        width: 100px;
        height: 100px;
    }
}
@media (max-width:576px) {
    .cs2-upload__img-box{
        width: 75px;
        height: 75px;
    }
    .cs2-upload__img-close {
        top: 4px;
        right: 4px;
        width: 30px;
        line-height: 22px;
    }
}


.notification-body .day-count{
    position: absolute;
    top: 15px;
    right: 18px;
}
.notification-body .author-avater-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* display: flex;
    margin: auto; */
}
.m-0{
    margin: 0px !important;
}
.p-0{
    padding: 0px !important;
}
.notification-body ul{
    padding: 0% !important;
}
@media (max-width:767px) {
    .cs2-upload__img-box{
        width: 100px;
        height: 100px;
    }
    .notification-body .author-avater-img{
        width: 50px;
        height: 50px;
    }
}
.member-report-dropdown-height .form-control.selectpicker ~ .bootstrap-select .dropdown-menu.show {
    max-height: 220px !important;
}


.map-one{
    width: 13px;
    height: 13px;
    background: #e44235;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}
.map-one-border{
    border: 3px solid #e44235;
    border-radius: 5px;
}
.map-many-border{
    border: 3px solid #69e1cb;
    border-radius: 5px;
}
.map-many{
    width: 13px;
    height: 13px;
    background: #69e1cb;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}
.map-asst{
    position: absolute;
    right: -70px;
    /* top: 34px; */
    z-index: 1;
    background: white;
    padding: 6px 10px;
    border-radius: 10px;
    display: flex;
}
.map-light-b{
    width: 14px;
    height: 14px;
    background: #69e1cb;
    border-radius: 50%;
}
.map-light-r{
    width: 14px;
    height: 14px;
    background: #e44235;
    border-radius: 50%;
}
@media (max-width:991px) {
    .map-asst{
        top: 10px;
        right: 20px;
        padding: 4px 7px;
    }
}

/* start event listing hover  */
.event-listing-service-counter{
    width: 45px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #68dfca;
    border-radius: 5px;
    color: #2c2c2c;
    background-color: rgb(104 223 202 / 20%);
    font-weight: 900;
}
.event-listing-service-counter-div{
    display: none;
    position: absolute;
    transition: all 0.3s;
    background: white;
    border-radius: 5px;
    left: 54px;
    bottom: -4px;
    z-index: 11;
    border: 1px solid #dee2e6!important;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
.event-listing-service-counter-div ul{
    overflow: auto;
    min-width: 150px;
    max-height: 110px;
}
.event-listing-service-counter-div::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: -18px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: 9px solid;
    border-color: #b9b9b9 transparent transparent transparent;
    transform: rotate(90deg);
}
.event-listing-service-counter-par-div:hover .event-listing-service-counter-div{
    display: block;
}
.cursor-pointer{
    cursor: pointer;
}
.overflow-unset{
    overflow: unset;
}
.event-listing-service-counter-div ul::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.event-listing-service-counter-div ul::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 10px;
}

/* Handle */
.event-listing-service-counter-div ul::-webkit-scrollbar-thumb {
    background: #b9b9b9; 
    border-radius: 10px;
}

/* Handle on hover */
.event-listing-service-counter-div ul::-webkit-scrollbar-thumb:hover {
    background: #999999; 
}
@media (max-width:575px) {
    .event-listing-service-counter-div {
        left: -55px;
        bottom: 31px;
    }
    .event-listing-service-counter-div::before {
        bottom: -18px;
        left: 67px;
        transform: rotate(0deg);
    }
}
/* end event listing hover  */

.slider-text-main{
    padding: 0 15px;
}
.cover-image-update figcaption{
    color: #37436c;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
    gap: 5px;
}

.back-to-list {
    position: relative;
    border: 1.5px solid #74e5d1;
    background: #74e5d1;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .chat-history {
        display: none;
    }

    .chat-history.active {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 98px);
    }

    .chat-list {
        height: calc(100vh - 98px);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
    .chatlist{
        overflow-y: auto;
        flex-grow: 1;
    }
    .chat-list.hide {
        display: none;
    }
}
@media (min-width: 991px) {
    .chat-history{
        display: flex;
        flex-direction: column;
        height: calc(100vh - 150px);
    }
    .chat-list {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 150px);
        overflow-y: auto;
        border-right: 1px solid #dee2e6 !important;
    }
    .chatlist{
        overflow-y: auto;
        flex-grow: 1;
    }
}

.chat-message-main{
    flex-grow: 1;
    overflow-y: scroll;
}

.swal-icon.swal-icon--custom img{
    height: 100px;
}
:root {
    --switch-width: 50px; 
    --switch-height: 25px;
    --circle-size: calc(var(--switch-height) - 4px);
}

.switch {
    position: relative;
    display: inline-block;
    width: var(--switch-width);
    height: var(--switch-height);
}
    .switch input {
    display: none;
}

.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dedede;
    border-radius: 40px;
    transition:  0.4s ease-in-out;
}
    .slider-switch:before {
    position: absolute;
    content: "";
    height: var(--circle-size);
    width: var(--circle-size);
    background: #fff;
    border-radius: 50%;
    left: 3px;
    bottom: 2px;
    transition: transform 0.4s ease-in-out;
}

input:checked + .slider-switch {
    background: #74e5d1;
}

input:checked + .slider-switch:before {
transform: translateX(calc(var(--switch-width) - var(--circle-size) - 6px));
}

.text-highlights{
    text-decoration: underline;
    text-decoration-color: #74e5d1;
    text-underline-offset: 5px;
    color: #74e5d1;
}
.text-highlights-color{
    color: #74e5d1;
}
.text-highlights:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #74e5d1;
    color: #74e5d1;
}
.text-highlights:focus{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #74e5d1;
    color: #74e5d1;
}
.suggestions-wrapper{
    z-index: 999;
}
.main-location-wrapper{
    background: #74e5d1;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
}


.view-profile-tag  figcaption {
    position: absolute;
    top: 10px;
    color: #37436c;
    left: 8px;
    width: 30px;
    font-size: 20px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 11px rgba(0,0,0,0.2);

}
.uplaod-profile-tag figcaption {
    position: absolute;
    top: 10px;
    color: #37436c;
    right: 8px;
    width: 30px;
    font-size: 20px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 11px rgba(0,0,0,0.2);
}
.uplaod-profile-tag i,
.view-profile-tag i  {
    font-size: 13px;
}

#profile-image-link {
    display: none;
}

.data-not-avalible{
    justify-content: center;
    align-content: center;
    height: 100%;
    text-align: center;
}
.active-chat-user.active {
    background-color: #f4f8fa;
}.active-chat-user.active  .flex-grow-1.ml-3{
  color: #000;
}