.owl-carousel .owl-item img{
    height:330px !important;object-fit:cover;
}
.property-single .owl-carousel .owl-item img{
    height:630px !important;object-fit:contain;
}
#org-carousel .owl-item img{
    width:190px !important;
    height:190px !important;object-fit:cover;
}
#org-carousel .card-shadow{
    border-radius: 50%;
    height: 190px;
    width: 190px;object-fit:cover;
    margin: 0 auto;
}
.ticket-section{
    margin-top: 100px;
}
.property-description p{
    text-align: justify;
}
.pl-4{
    padding-left:30px;
}
.card-box-a .img-box-a{
    min-height: 314px;height: 314px;
    max-height: 314px;object-fit:cover;
}
.card{
    border-radius: 8px;
    box-shadow: rgb(16 25 40 / 8%) 1px 6px 7px 6px;
    border:none;
}

@media (max-width:992px) {
    .card-box-a .img-box-a{
        min-height:280px;height:280px;
        max-height:280px;
    }
}
.events .card-box-a .img-a{
    min-height: 100%;
    max-height: 100%;object-fit:cover;
}
@media (max-width:767px) {
    .events{margin-bottom: 12px;}
}
.navbar-another{
    background: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    /* box-shadow: 1px 2px 12px rgb(100 100 100 / 20%); */
}
.navbar-another .nav-link, .navbar-another .nav-link{
    color: #111 !important;
}
.pagination-a svg{
    width:20px;
}
.pagination-a p{
    display: none;
}
.pagination-a .flex-1{
    display: none;
}
.pagination-a{
    text-align: right;
}
.pagination-a a,.pagination-a .border{
    border:none !important;
}
.pagination-a .shadow-sm{
    box-shadow: none !important;
}

.pagination-a span.px-4{
    background: var(--primary_color) !important;
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    color:#333;
}


.tags,.search-tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }

  .tags li,.search-tags li {
    float: left;
  }
  .search-tags .search-tag{
    background: var(--primary_color);
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 20px;
    position: relative;
    margin: 0 30px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
  .tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 30px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
  }

  .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
  }

  .tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
  }

  .tag:hover {
    background-color: var(--primary_color);
    color: white;
  }

  .tag:hover::after {
     border-left-color: var(--primary_color);
  }

  /* ticket */



 .ticket {
    display: grid;
    grid-template-rows: auto 1fr auto;
    max-width: 24rem;
    margin:10px auto;
}
.ticket__header, .ticket__body, .ticket__footer {
    padding: 1.25rem;
    background-color: #fff;
    border: 1px solid #e7e8e9;
    box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
}
.single-ticket h5{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.ticket__header {
    font-size: 1.5rem;
    border-top: 0.25rem solid var(--primary_color);
    border-bottom: none;
    box-shadow: none;
}
.ticket__wrapper {
    box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
    border-radius: 0.375em 0.375em 0 0;
    overflow: hidden;
}
.ticket__divider {
    position: relative;
    height: 1rem;
    background-color: #fff;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.ticket__divider::after {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    border-bottom: 2px dashed #e9ebed;
}
.ticket__notch {
    position: absolute;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
}
.ticket__notch::after {
    content: '';
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    right: 100%;
    top: -50%;
    border: 0.5rem solid #fff;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(41, 54, 61, 0.25);
}
.ticket__notch--right {
    left: auto;
    right: -0.5rem;
}
.ticket__notch--right::after {
    right: 0;
}
.ticket__body {
    border-bottom: none;
    border-top: none;
}
.ticket__body > * + * {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ebed;
}
.ticket__section > * + * {
    margin-top: 0.25rem;
}
.ticket__section > h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}
.ticket__header {
    font-weight: bold;
    font-size: 1.25rem;
    display: flex;
    justify-content: space-between;
}
.ticket__footer {
    border-top: 2px dashed #e9ebed;
    border-radius: 0 0 0.325rem 0.325rem;
    text-align: right;
}
/* article{display: inline-block !important;} */
.ticket__section p span{
    font-weight: 500;
    color: #222;
}
.btn-primary{
    background:  var(--primary_color);
    border-color:var(--primary_color);
}
.btn-primary:hover{
    background:  var(--primary_color);
    border-color:var(--primary_color);
}
.empty-state img{
    width: 280px;object-fit:cover;
}
@media (max-width: 767px) {
    .empty-state img{
        width:220px;
    }
}
.rating i{
    font-size: 22px;
    color: #999;
}
.rating .active{
    color:#fec009;
}
.mt-8{
    margin-top: 80px;
}
.select2-container .select2-selection--single{
    height:45px !important;border-radius:0;
}
.select2-container .select2-selection--single .select2-selection__rendered{padding-top:8px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:8px !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da;
}
.form-control{ height:45px !important;border-radius:0;}
.form-control-lg{
    font-size: 17px;
}
.list-inline-item:not(:last-child){
    margin-right:1rem;
}
@media (min-width:1199px) {
    .list-inline-item:not(:last-child){
        margin-right:2rem;
    }
}

/* login */

.dyOnPt {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    padding-bottom: 40px;
    padding-top:60px;
}
.eVYhre {
    position: relative;
    width: 100%;
    margin: 0px auto 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width:90%;
}
@media (min-width:1199px){
    .eVYhre {
        max-width:50%;
    }
}
.daXbYU {
    margin: 16px 0px 12px 16px;
    width: 40px;
    position: initial;
    padding: 0px;
    top: unset;
    cursor: pointer;
}
.oZWmv {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    height: auto;
    width: 140px;
}
.oZWmv img{
     width:70px;object-fit:cover;margin:0 auto; display:block;
}
@media (min-width:1199px){
    .oZWmv img{
        width:80px;
    }
}
.fogDtz {
    border-radius:0px;
    box-shadow:0 3px 20px rgba(0, 0, 0, 0.1);
    background: white;
    overflow: hidden;
    margin: 0px auto 24px;
    display: flex;
    flex-direction: column;
    padding:20px 15px;
    max-width:280px;
    width:calc(100% - 30px); 
}

@media (min-width:576px){
    .fogDtz{max-width: 456px;}
}
@media (min-width:1199px){
    .fogDtz {
        padding:30px 40px;
    }
}
.jTZzYs {
    letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 22px;
    font-weight: 800;
    line-height: normal;
    color: rgb(16, 25, 40);
    padding: 0px 0px 15px;
}
@media (min-width:1199px){
    .jTZzYs {
        font-size: 32px;
        line-height: 40px;
        padding: 0px 0px 24px;
    }
}
.NGrUbJBA._3cNt_ILG {
    grid-row-gap: 24px;
}
.NGrUbJBA._1FaKA6Nk {
    grid-column-gap: 16px;
}
.NGrUbJBA._1Z8A3Tz5 {
    grid-template-columns: repeat(12, var(--itemSize));
}
._1RLMtIP3 {
    display: flex;
    flex-direction: column;
    font-family: muli, sans-serif;
    box-sizing: border-box;
    font-variant: normal;
    font-style: normal;
}
.Qso_pkui {
    grid-column-start: span 12;
}
._1RLMtIP3 ._2iCrTJcD {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 5px 0;
}
._2x_Fz5Ot {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    flex-grow: 1;
    color: #101928;
}
._2fessCXR.p2xx3nlH .RJT7RW5k {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 16px 12px 16px;
}
._2fessCXR .RJT7RW5k {
    font-family: muli, sans-serif;
    color: #101928;
    background-color: #ffffff;
    margin: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
._2fessCXR {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 0;
    border: 1px solid #d5d7da;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}
._2fessCXR.p2xx3nlH {
    height: 48px;
    min-height: 48px;
}
._9t1fKU5Y._2UdNcEai {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.styled__ButtonWrapper-sc-56doij-3 {
    letter-spacing: 0px;
    margin-bottom: 10px;
    width:100%;
    font-size: 17px;

    display: block;

    padding: 11px 15px;
    border-radius: 4px;
    min-height: 48px;
    background: rgb(16, 25, 40);
    position: relative;
    color: #fff;
    transition: background 300ms ease 0s, border 300ms ease 0s, color 300ms ease 0s;
}
.nWXFK{
    letter-spacing: 0px;
    margin: 0px 0px 15px;
    min-width: 0px;
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
    text-align: center;
    color: rgb(16, 25, 40);
}
._2OcwfRx4{
    color:red;
}
.hFwlVf{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.dNmkeH{
    letter-spacing: 0px;
    margin: 0px 0px 8px;
    min-width: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: rgb(135, 140, 147);
}
.header-profile-img{
    height:30px;
    width:30px;object-fit:cover;overflow:hidden;
    border-radius:0px;
}
@media (min-width: 768px){
    .header-profile-img{
        height: 40px;
        width: 40px;
    }
}
.profileDropdown .dropdown-toggle::after{
    display:none;
}
.single-ticket .ticket__section{
    text-align: center !important;
}
.single-ticket .ticket__section h2{
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.single-ticket .ticket__header{
    font-size: 1.3rem;
    display: block;
    text-align: center;
}
.pro-qty .qtybtn{
    border: 1px solid #ddd !important;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 2px;
    cursor: pointer;
}
.preload {
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
}
.preload img{
    width: 100%;
}
.pro-qty input{
    border: none;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    width: 80px;
}
.checkout-right img{
    width: 110px;
    height: 100px;
    margin: -50px auto 0px;
    border-radius: 5px;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
}
.event-top{
    border-bottom: 1px solid #ddd;
}
.event-middle{
    padding:25px 30px;

    border-bottom: 1px solid #ddd;
}
.middle{
    display: flex;
    justify-content: space-between;
}
.event-middle p{
    font-weight: 500;
}
.event-total{
    padding:15px 30px;
    display: flex;
    justify-content: space-between;
}
.event-total p{
    font-weight:700;
    font-size: 20px;
}
.btn-continue{
    float:right;
}
.btn-continue i{
    font-weight: 800;
    font-size: 18px;
}

.chk-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
  background-color: var(--primary_color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
  left: 9px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-apply{
    float: right;
    font-weight: 600;
    color: var(--primary_color);
    font-size: 15px !important;
}
.coupon-data{
    background: var(--light_primary_color);
    border: 2px dashed var(--primary_color);
    padding: 5px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.coupon-data span{
    font-size: 14px;
}
.category-section .card-header-b{
    position: absolute;
    bottom: 0px;
}
.category-section .card-header-b .title-2 a{
    color:#fff;
}
.category-section .img-box-b{
    height:200px;
}
.category-section .img-box-b img{
    height:200px;
}
.category-section .carousel-item-c{
    margin-bottom: 26px;
}
.bg-gray{
    background: #f1f3f7;
}
.event-section .img-box-a img{
    height: 100%;width:100%;object-fit:cover;
}
@media screen and (min-width: 768px)
{
    .jTZzYs {
        font-size: 24px;
        font-weight: 800;
        line-height: 32px;
    }
    .iPBaVu {
        margin: unset;
    }
}

/* second header */
.fixed-top{
    z-index: 1000;
}
.menu-header{
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 3px 0px !important;
    border-top: 1px solid #eee;
}
.hide{
    display: none;
}
.show{
    display:block;
}
.date{
    background-color: #fff !important;
}
.search-location input{
    padding: .625rem 2rem 0.6255rem 0.75rem;
    transition: all .2s cubic-bezier(.68,-.55,.265,1.55);
    color: #8898aa;
    border: 1px solid #f1f3f7;
    border-radius: .25rem;
    background-clip: padding-box;
    background-color: #f1f3f7;
    min-width: 400px;

}
.header_name{color:#101010;font-size:15px;font-weight: 500;}
.header_name .btn-outline-warning{border-radius: 0px;font-weight: 500;margin-left: 3px;}
.dropdownWrapper .dropdownName span{font-size:14px;font-weight:300;color:#101010;}
.dropdownWrapper .dropdownName h4{font-size:14px;font-weight:500;color:#101010;margin-bottom:0;}
.news-single .img-fluid{
    object-fit:contain;height:auto;
}
@media (min-width:768px){
    .news-single .img-fluid{
        height:530px;
    }
}
.search-location{
    position: relative;
}
.search-location input:focus{
    outline: none;
}
.paypal-button-section{
    margin: 0 auto;
    width: 60%;
}
.search-location i{
    position: absolute;
    color: #ccc;
    z-index: 9;
    width: 24px;
    text-align: center;
    padding: 4px 0;
    top: 7px;
    right: 7px;
    left: auto;
    font-size: 23px;
}
.navbar-default .justify-content-center{
    /* margin-right: 11px; */
    /* justify-content: flex-end !important; */
}
.header_search{color:#101010;font-size:24px;}
.header_btn{margin-left:0px;}
.header_social_icon{font-size:20px;color:#626262;}
@media (min-width:768px){
    .header_btn{margin-left:20px;padding:8px 12px;font-size:14px;}
}
@media (min-width:1449px){
    .header_btn{margin-left:30px;}
}
.blog-section .img-box-b img{
    height:180px !important;width:100%;
}
.blog-section .title-2{
    text-align: left;
    line-height: 18px;
    margin-bottom: 5px;
}
.blog-section .card-header-b{
    /* padding-left: 5px;padding-right:5px; */
    padding:20px 25px;
}
.blog-section .card-header-b .title-2 a{
    font-size:16px;
    font-weight: 400;
}
.blog-section .card-category-b{
    text-align: left;
}
.blog-section .card-category-b span{
    font-size: 12px;
}
.blog-section .btn-outline-warning{
    border-radius:0;font-size:14px;font-weight:500;padding:8px 15px;
}
@media (min-width:768px){
    .blog-section .img-box-b img{
        height:240px !important;
    }
    .blog-section .card-header-b .title-2 a{
        font-size:18px;
    }
}
@media (min-width:1449px){
    .blog-section .img-box-b img{
        height: 262px !important;
    }
    .blog-section .btn-outline-warning{
        padding:10px 20px;
    }
    .blog-section .card-header-b .title-2 a{
        font-size: 20px;
    }
}
.blog-section .card-category-b span i{
    padding-right: 6px;
}
.blog-section .date-b{
    padding-left: 8px;
}
.blog-section .date-b i{
    font-weight: 800;
}
.blog-section .card-shadow:before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 28%, rgba(0, 0, 0, 0.65) 100%);
}
.grid .blog-section .card-box-b{
    margin-bottom: 0px;
}
.grid .blog-section .img-box-b img{
    height: 250px !important;object-fit:cover;
}
.grid .category-section .img-box-b,
.grid .category-section .img-box-b img{
    height: 260px;
}
.grid-option p{
    display: inline-block;
    float: left;
    font-size: 16px;
}
.stripe-button-el span{
    background: var(--primary_color) !important;
    text-shadow: none !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    box-shadow: none !important;

}
.single-order-top .right-data{
    display: flex;
    justify-content: space-evenly;
}
.order-rate{
    display: inline-block;
    margin-left: 10px;
}
.order-rate i{
    font-size: 17px;
}
.right-data button, .right-data a{
    padding-bottom: 0px;
}
.right-data button i, .right-data a i{
    color: #eee;
    font-size: 20px;
}
.rating i{
    color:#d2d2d2;
}
.payment-data p span{
    color:#ddd;
}
.right-data p{
    font-size: 14px;
    text-align: center;
}
.stripe-button-el{
    background: var(--primary_color) !important;
    font-family: inherit !important;
    width: 100%;

    border-radius: 0 !important;
    padding: .7rem 1rem !important;
    letter-spacing: .05rem;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

/* chips */


  .chip-group{
    display:flex;
    flex-wrap:wrap;
    float: left;
    margin-bottom: 30px;
  }

  .chip > * {
    margin-right:2px;
    margin-left:2px;
    padding: 0px 10px;
    color: #fff;
  }

  .chip button{
    border:none;
    margin-top:0;
    margin-bottom:0;
    padding:0;
    background:none;
    display:inline-flex;
  }
  .chip {
    transition: all 0.3s ease-in-out;
    background-color: var(--primary_color);
    border-radius: 30px;
    border: 1px solid var(--primary_color);
    display: inline-flex;
    align-items:center;
    padding: 4px 6px 4px 6px;
    margin-right:6px;
    margin-bottom:6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.dropdown-menu{
    z-index: 1076 !important;right:0;margin-left:auto !important;
}
.card-register{
    max-width: 600px !important;
}
.card-membership{
    max-width:calc(100% - 30px);
}
@media (min-width: 992px) {
    .card-membership{
        max-width: 950px !important;
    }
}
.profile-top-section{
    height: 400px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.profile-overly{
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    background: var(--primary_color);
    opacity: .2;
}
.profile-left{
    background:#F5F5F5;
    padding: 0px 20px 20px;
}
.profile-left .avatar{
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: -70px;
    box-shadow: 0 8px 20px -9px rgb(0 0 0 / 55%);
    border:2px solid #fff;
}
.user-description h4{
    font-size: 20px;
    color:#000000;font-weight:600;
}
.user-description p{font-size:16px;font-weight:300;}
.detail-label{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}
.detail-data{
    font-size: 17px;
}
@media (min-width: 992px) {
    .detail-data{
        font-size: 20px;
    }
}
.profile-right{padding: 15px 0px 15px 15px !important;}
@media (min-width: 992px) {
    .profile-right{padding: 40px 0px 40px 40px !important;}
}
.profile-right .nav-pills{
    border-bottom: 1px solid #eee;
}
.fav-section{
    position: absolute;
    right:30px;
    left: auto;
    top: 15px;
    z-index: 3;
}
.fav-section i{
    color: #FFFFFF;
    font-size: 24px;
}
.fav-section .active{
    color: #ef3f3f;
}

.blog-section .fav-section{
    right: 10px;
}
#saved-event .card-header-a .card-title-a{
    font-size: 14px;
}
#saved-event .card-box-a .price-a,
#saved-event .card-box-b .price-a{
    font-size: 11px;
}
#saved-event .fav-section i{
    font-size: 20px;
}
#saved-event .card-box-a .img-box-a{
    min-height: 200px;
    max-height: 200px;
}
#saved-event .card-box-a,
#saved-blog .card-box-b{
    border-radius: 10px;
    box-shadow: 0 8px 20px -9px rgb(0 0 0 / 55%);
}
.profile-right .nav-link{
    padding: 0.5rem 3rem;
}
.detail-bio{
    text-align: justify;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--primary_color) ;
    word-break: break-word!important;
    overflow-wrap: break-word!important;
}
.org-list .avatar{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 80px !important;
    height: 80px;
    box-shadow: 0 8px 20px -9px rgb(0 0 0 / 55%);
}
.org-list h5{
    font-size: 19px;
}
.org-list{
    border-bottom:1px solid #eee;
}
.bio-control {
    background: none;
    border: none;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--primary_color);
    width: 100%;
}
input:focus {
    outline:none;
}
.btn.focus, .btn:focus{
    box-shadow:none;
}
.btn-bio{
    font-size: 16px;
    color: #555;
    font-weight: 500;
    /* border: 1px solid #888; */
}
.profile-left-link a{
    font-size:16px;
    color: #000;
    font-weight:300;
}
.profile-left-link a:hover{
    color:var(--primary_color);
}
.profile-left-link p:not(:last-child){margin-bottom:15px;}
@media (max-width: 991px) {
    .profile-left-link p:not(:last-child){margin-bottom:30px;}
}
.profile-image{
    position: relative;
}
.edit-profile-img{
    position: absolute;
    right: 90px;
    top: 50px;
}
.edit-profile-img span{
    background:#ffffff;
    padding: 6px 9px;
    cursor: pointer;
    color:var(--primary_color);
    border-radius: 50%;
    box-shadow: 0 8px 20px -9px rgb(0 0 0 / 55%);
}
.edit-profile-img span i{
    font-size: 15px;
}
.icon-title{
    font-size: 21px;
}
@media (max-width: 1199px) {
    .icon-title{
        font-size:19px;
    }
}
@media (max-width:767px) {
    .icon-title{
        font-size:17px;
    }
}
.map{
    width: 100%;
    height:400px;
    border-radius: 10px;
    border:1px solid #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.event-data{
    border-bottom: 1px solid #eee;
    position: relative;
    padding-top:10px;
    cursor: pointer;
}
.event-data:hover{
    background-color: #f1f3f7;
    box-shadow: rgb(60 66 77 / 16%) 0px 4px 8px 0px;
    border-radius: 10px;
}
.order-left .active{
    transition: background-color 300ms ease 0s, transform 300ms ease 0s;
    background-color: #f1f3f7;
    box-shadow: rgb(60 66 77 / 16%) 0px 4px 8px 0px;
    border-radius: 10px;
}
.event-data img{
    width: 55px;
    height:55px;object-fit:contain;
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.event-data .event-date{
    font-size: 15px;
}
.event-data p{
    font-size: 15px;
}

@media (min-width: 991px) {
    .order-left{
        height: 600px;
        overflow-y: scroll;
    }
}

.single-order-top{
    background-color: #101928;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
    padding:15px 15px;
    border-radius: 5px 5px 10px 10px;
    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    -ms-border-radius: 5px 5px 10px 10px;
    -o-border-radius: 5px 5px 10px 10px;
}
@media (min-width: 991px) {
    .single-order-top{
        padding: 30px 40px 80px;
    }
}
.single-order-top h2{
    color:#fff;
    letter-spacing: 0px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
.single-order-top .badge{
    color:#fff;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 20px;
}
.single-order-top h6{
    color:#fff;
    font-size: 17px;
}
.single-order-top p{
    color: #878c93;
}
.single-order-top img{
    height: 70px;object-fit:contain;
    width: 80px !important;

    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}
.order-bottom{
    background: #f1f3f7;
    margin: auto 10%;
    border-radius: 10px;
    margin-top: -55px;
    padding: 20px;
    box-shadow: 1px 2px 15px rgb(100 100 100 / 18%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.summary-list{
    box-shadow: 1px 2px 15px rgb(100 100 100 / 13%);
    padding: 2rem!important;
}
.text-primary{
    color:var(--primary_color) !important;
}
.summery-top{
    border-bottom: 1px solid #eee;
}
.org-img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.summery-org p{
    font-size: 20px;
    font-weight: 500;
}
.summery-top .event-date-time{
    display: block;
    line-height: 30px;
    font-weight: 500;
    font-size: 17px;
}
.order-ticket-detail{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.event-data .badge{
    font-weight: 500;
}
.order-total{
    display: flex;
    justify-content: space-between;
}
.order-left h5 button{
    border: none;
    background: #f1f3f7;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 5px;
    color: #050761;
    font-weight: 600;
}
.order-left h5{
    color: #050761;
}
.order-left::-webkit-scrollbar-track{
    background-color: #eee;
}
.order-left::-webkit-scrollbar{
	width: 6px;
    border-radius:3px ;
	background-color: #eee;
}
.order-left::-webkit-scrollbar-thumb{
	background-color: #ddd;
    border-radius:3px ;
}
.box-shadow{
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.radius-10{
    border-radius: 10px;
}

/* commonCSS */
@media (min-width: 1200px){
    .containerHeader{max-width:1790px;}
    .about-us .title-a{font-size:22px;margin-bottom:15px;padding-top:15px;}
    .about-us p , .about-us ul li{font-size:16px;margin-bottom:10px;}
    .about-us ul li a{font-size:16px;}

}
textarea{resize:none !important;}
.about-us .title-a{font-size:18px;margin-bottom:10px;padding-top:10px;}
.about-us p{font-size:14px;margin-bottom:10px;}
.about-us ul li a{font-size:14px;}
.me-auto{margin-right:auto !important;}
.float-initial{float:initial !important;}
/* Footer */
.footer{padding:15px 0;background-color:#000000;}
.footer .container{max-width:990px;margin:0 auto;}
.footer_logo img{height:80px;margin-bottom:15px;}
.footer_social{margin-bottom:15px;}
.footer_social_list:not(:last-child){margin-right:8px;}
.footer_social_icon .link{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background-color:transparent;transition:all 0.3s ease-in-out;border:1px solid rgba(255, 255, 255, 0.9);border-radius:50%;}
.footer_social_icon .link em{font-size:16px;color:#ffffff;}
.footer_social_icon .link:hover{background-color:#ffffff;}
.footer_social_icon .link:hover em{color:#000000;}
.footer_link{margin-bottom:15px;}
.footer_link_list .link{color:#ffffff;}
.footer_link_list .link:hover{color:var(--primary_color);}
.footer_pera{font-size:12px;color:#ffffff;margin-bottom:0;}
.footer_pera:not(:last-child){margin-bottom:15px;}
/* intro-subHeading */
.intro-subHeading{font-size:16px;color:#EE7F31;margin-bottom:10px;}
.footer_copyRight{font-size:12px;color:rgba(255, 255, 255, 0.7);}

/* aboutSection  */
.aboutSection {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8448e8+25,1d023f+100 */
    background: linear-gradient(to right,  #8448e8 25%,#1d023f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 639px;
}
/* .aboutSection .about_content{margin-left:30px;} */
.aboutSection .about_content .title-a{color:#000000;margin-bottom:12px;}
.aboutSection .about_content .title-pera{color:rgba(0, 0, 0, 0.7);margin-bottom:0;font-size:13px;font-weight:300;}
.aboutSection .about_content .title-pera:not(:last-child){margin-bottom:10px;}
.aboutSection_subHeading.subHeading{font-weight:300;line-height:normal;}
.owl-carousel .owl-stage-outer{padding-bottom:15px;}
.aboutSection_subHeading{font-size:16px;font-weight:400;line-height:35px;padding:10px;background-color:var(--primary_color);color:#272727;position:relative;}
.aboutSection_Wrapper{position:relative;z-index:1;margin-bottom:20px;}
.aboutSection_Wrapper::before{
    background-color:#FFE598;position:absolute;content:''; left:0;top:0;width:calc(100% - 10px);height:100%;transform:rotate(1deg);z-index:-1;left:0;right:0;margin:0 auto;
}
/* .about_image{position:absolute;top:40px;} */
@media (max-width:1199px) {
    .aboutSection{
        height: auto;
    }
}
@media (max-width:767px) {
    .about_image{width:100%;}
    .about_image img{height:220px;max-height: 100%;margin: 0 auto 15px;display: block;object-fit: cover;width: 100%;margin: 0 auto;display: block;width:100%;}
    .footer_link_list .link{font-size:14px;}
    .footer_link_list:not(:last-child){margin-right:0.8rem;}
    .innerRow{-ms-flex-wrap: inherit !important;flex-wrap: inherit !important;}
    .innerRow .about_image:not(:last-child){margin-right:10px;margin-bottom:0;}
    .aboutSection_subHeading{font-size:14px;}
}
@media (max-width:767px) {
    .about_image img{width:100%;object-fit: contain;height:auto;}
}
/* footer */
.footerSection{
    background-color:#000000;padding:36px;
}
@media (min-width:1200px) {
    .aboutSection_subHeading.subHeading{font-size:15px;line-height:35px;}
}
@media (min-width:768px) {
    /* Footer */
    .footer{padding:20px 0;}
    .footer_logo img{height:90px;margin-bottom:30px;}
    .footer_social{margin-bottom:20px;}
    .footer_social_list:not(:last-child){margin-right:10px;}
    .footer_social_icon .link{width:34px;height:34px;}
    .footer_social_icon .link em{font-size:16px;}
    .footer_link{margin-bottom:20px;}
    .footer_pera{font-size:13px;}
    .footer_pera:not(:last-child){margin-bottom:15px;}
    /* intro-subHeading */
    .intro-subHeading{font-size:15px;}
    .footer_copyRight{font-size:13px;}

    /* aboutSection  */
    /* .aboutSection .about_content{margin-left:20px;} */
    .aboutSection .about_content .title-a{margin-bottom:20px;}
    .aboutSection .about_content .title-pera{font-size:18px;line-height:35px;}
    .aboutSection .about_content .title-pera:not(:last-child){margin-bottom:20px;}
    .owl-carousel .owl-stage-outer{padding-bottom:15px;}
  }
@media (min-width:1499px) {
    /* Footer */
    .footer{padding:35px 0;}
    .footer_logo img{height:116px;margin-bottom:45px;}
    .footer_social{margin-bottom:35px;}
    .footer_social_list:not(:last-child){margin-right:11px;}
    .footer_social_icon .link{width:40px;height:40px;}.footer_link{margin-bottom:45px;}
    .footer_pera{font-size:14px;}
    .footer_pera:not(:last-child){margin-bottom:25px;}
    /* intro-subHeading */
    .intro-subHeading{font-size:20px;margin-bottom:10px;}
    .footer_copyRight{font-size:14px;}

    /* aboutSection  */
    .aboutSection .about_content{margin-left:30px;}
    .aboutSection .about_content .title-a{margin-bottom:30px;}
    .aboutSection .about_content .title-pera:not(:last-child){margin-bottom:30px;}
    .owl-carousel .owl-stage-outer{padding-bottom:20px;}
}
@media (max-width:992px){
    .container{max-width:calc(100% - 15px);}
    .navbar{padding:10px;}
}



/* latestEventsSec_time */
.latestEventsSec_time{color:#000000;font-size:14px;margin-right:40px;}
.latestEventsSec_time span{display:block;}
/* .latestEventsSec_name{color:#101010;font-weight:100;margin-bottom:10px;} */
.latestEventsSec_dateTime{color:#101010;font-weight:100;margin-bottom:5px;display:inline-block;}
.title-a.latestEventsSec_name{color:#404040 !important;margin-bottom:10px;}
.latestEventsSec_join{
    font-size:20px;font-weight:100;color:#404040;margin-bottom:18px;
    span{font-weight:500;}
}
.latestEventsSec_pera{font-weight:100;color:#404040;}
.customGutter.row{margin-left:-5px;margin-right:-5px;}
.customGutter [class*=col-]{padding:5px;}
.py-0{padding-top:0;padding-bottom:0 !important;}
.innerRow{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.innerRow .mb-10{margin-bottom:10px;}
.eventsGallerySection{padding-top:20px;}
.latestEventsSec_time .dates{font-size:20px;font-weight:600;}
@media (min-width:1200px) {
    .latestEventsSec_time .dates{font-size:40px;}
}
@media (max-width:1199px) {
    .latestEventsSec_time .dates{font-size:20px;margin-left:8px;margin-right:8px;}
    .latestEventsSec_pera{font-size:14px;}
}
@media (min-width:1399px) {.eventsGallerySection{padding-top:120px;}}
/* eventDetails */
.eventDetails .title-a{margin-bottom:15px;}
.eventDetails .title-pera{font-weight:100;}
.details_heading{font-size:24px;margin-bottom:24px;font-weight:400;color:#404040;}
.details_list li:not(:last-child){margin-bottom: 25px;}
.details_list li h5{font-size:18px;font-weight:500;margin-bottom:5px;color:#404040;}
.details_list li span{font-size:18px;font-weight:100;color:#404040;}
.mapBox{height:260px;max-height:260px;width:100%;}
.mapBox img{width:100%;height:100%;object-fit:contain;}
@media (max-width:1399px) {
    /* latestEventsSec_time */
    .latestEventsSec_time{font-size:12px;margin-right:15px;}
    /* .latestEventsSec_time .dates{font-size:22px;} */
    .latestEventsSec_join{
        font-size:20px;font-weight:100;color:#404040;margin-bottom:18px;
        span{font-weight:500;}
    }
    .details_heading{font-size:18px;margin-bottom:15px;}
    .details_list li:not(:last-child){margin-bottom:15px;}
    .details_list li h5{font-size:14px;}
    .details_list li span{font-size:14px;}
}
@media (max-width:991px) {
    .latestEventsSec_join , .latestEventsSec_join span{
        font-size:16px;margin-bottom:15px;
    }
    .profile-right.p-rs{
        padding-left: 0px;
    }
}
@media (max-width:576px) {
    .latestEventsSec_join , .latestEventsSec_join span{
        font-size:14px;margin-bottom:12px;
    }
}

/* membershipSec s */
/* .membershipSec .membershipSec_box{
    padding: 20px;border: 1px solid #eee;
} */
.membershipSec_details{margin-top:30px;}
.membershipSec_details h3{margin-top:12px;font-weight:500;font-size:16px;}
.membershipSec .membershipSec_box p:not(:last-child){
    margin-bottom:15px;
}

.membershipSec .membershipSec_box p{display:block;font-weight:600;color:#000000;}
.membershipSec .membershipSec_box p span{
    color:#000000;font-weight:300;display: block;min-width:220px;display:inline-block;
}

.membershipSec .table thead th{
    border-bottom: 1px solid #F5F5F5;
    background-color:#F5F5F5;font-weight:300;
}
@media (min-width:576px) {
    .membershipSec .membershipSec_box p{display:flex;flex-shrink:0;}
}

@media (min-width:991px) {
    .membershipSec .table th,.membershipSec .table td{
        font-size: 16px;
    }
    .membershipSec .membershipSec_box p:not(:last-child){
        margin-bottom:20px;
    }
}
.membershipSec .table tr:nth-child(even){
    background-color:#FFE9DB;
}
.membershipSec .table tr:nth-child(odd){
    background-color:#FFFFFF;
}
.swal2-styled.swal2-confirm:focus{box-shadow: none!important;}
/* membershipSec e */
/* phoneSec */
.phoneSec {display: flex;}
.phoneSec .phoneSec_num{width: 50px;height: 100%;display: flex;align-items: center;justify-content: center;padding: 5px;background: #f7f7f7;}
.phoneSec input{flex-grow: 1;}

/* paypal */
#paypal-button-container{
    max-height: 550px;
    overflow: auto;
}
.purchaseBox .table.home-tbl .selectForm{
    position: relative;
}
.purchaseBox .table.home-tbl th,.purchaseBox .table.home-tbl td{
    white-space: nowrap;vertical-align:middle;
}
.purchaseBox .table.home-tbl{
    border: 1px solid #dee2e6;
}
.purchaseBox .table.home-tbl thead th{
    border-bottom: 1px solid #dee2e6;
}
.table td select{
    min-width:160px;
}
.news-box .img-box-b{
    height:220px;min-height:220px;max-height:220px;overflow:hidden;object-fit:cover;
}
.news-box .img-box-b img{
    width:100%;height:100%;object-fit:cover;
}
@media (max-width:991px) {
    .purchaseBox{
        margin: 0px 15px;
    }
    .purchaseBox .card-membership{
        max-width: 100%!important;
    }
}
@media (max-width:575px) {
    .lead{font-size:1rem;line-height:normal;margin-top:15px;}
}
@media (min-width:1299px) {
    .container{max-width:1210px;}
}
/* fiaqcBarcode */
.fiaqcBarcode{
    margin-top:32px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a198d+7,080033+100 */
    background: radial-gradient(ellipse at center,  #2a198d 7%,#080033 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.fiaqcBarcode .fiaqcBarcode_content .title-pera{font-size:14px;line-height:normal;color:rgba(255, 255, 255, 0.8);margin-bottom:0;}
.fiaqcBarcode_image{width:calc(100% - 5vh);}
/* media s */
@media (min-width:768px) {
    .fiaqcBarcode .fiaqcBarcode_content .title-pera{font-size:16px;line-height:28px;}    
}
@media (min-width:1499px) {
    .fiaqcBarcode .fiaqcBarcode_content .title-pera{font-size:18px;line-height:35px;}
    
}
@media (min-width:1200px) {
    .fiaqcBarcode{
        padding:110px 0;height:470px;margin:170px 0;
    }
}
@media (max-width:767px) {
    .fiaqcBarcode{text-align:center;}
    .fiaqcBarcode_image img{
        max-height:280px;margin:0 auto;display: block;margin-bottom:15px;
    }
}
/* media e */