@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.site-nav .avatar-content img,
.profile-popup .profile-info-card img {
    max-width: 52px;
    border-radius: 50px;
}
.profile-info-card-content * {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 206px;
}
/* k head */
body {

    color: #212529 !important;

}

.sub-menu li a img {
    position: absolute;
}

.sub-menu li a img {
    width: 48px;
    height: 48px;
}

header .site-nav .sub-menu a img {
    padding: 0;
}

.xytttt ul.sub-menu.large li>ul li {
    padding: 0
}

.site-nav ul li a i {
    padding-left: 8px;
    font-size: 16px;
}

.site-nav ul li a span {
    padding-left: 65px !important;
}

.sub-menu li a>span:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--grey);
}

.sub-menu li a:has(img) span {
    width: 100%;
}

.sub-menu li a:has(img)>* {
    float: left;
}

.sub-menu li a .menu-image-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--dark-grey);
    padding-bottom: 4px;
}

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

nav.site-nav>ul>li.custom-head {
    position: relative;
}

.custom-head ul.sub-menu.large {
    width: 50%;
    margin: 0 0 0 0;
    max-width: 100%;
    left: unset;
    transform: none;
}

.custom-head ul.sub-menu.large {
    width: 50vw;
    max-width: 951px;
    left: calc(  -16.6vw );
}

.custom-head ul.sub-menu.large li {
    width: 30%;
}

.site-nav ul ul li a:hover {
    border: none;
}

.custom-head ul.sub-menu.large li a {
    padding-left: 0;
    display: block !important;
}

.custom-head ul.sub-menu.large:after {
    content: "";
    position: absolute;
    top: -13px;
    left: 21px;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.custom-head ul.sub-menu.large:after{
    left: 36%;
	 opacity: 1;
}

.blue-head a {
    color: #0A8DDE !important;
    cursor: text;
}

.blue-head li.menu-item a {
    color: #000 !important;
    cursor: pointer;
}

footer .tnp-subscription .tnp-field.tnp-field-email {
    border: 1px solid rgb(255 255 255 / 60%);
    border-radius: 4px;
    padding: 8px 10px;
    color: rgb(255 255 255 / 40%);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

footer .tnp-subscription .tnp-field.tnp-field-email input {
    width: 100%;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

footer .tnp-subscription .tnp-field.tnp-field-email input::placeholder {
    color: transparent;
}

footer .tnp-field input[type="submit"] {
    background: var(--yellow);
    border: 0;
    padding: 12px 32px;
    border-radius: 4px;
    color: #232323;
    font-weight: 500;
/*    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);*/
    text-shadow: none;
    font-size: 16px;
}

.site-nav .mob-close-wrap {
    position: absolute;
    right: 10px;
    top: 0;
}

.pf-desktop-up-button.pfvisible,
.pf-mobile-up-button.pfvisible {
    display: none;
}

footer form.tnp-subscription {
    margin: 0;
}

footer .tnp-field.tnp-field-button {
    margin-bottom: 0;
}

/* k head end */

/* Blogs Page */
.result-name:has(.empty) {
    display: none
}
.club-card>img {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    cursor: pointer;
}
.club-card .club-card-text {
    padding: 16px 12px 0;
}
.club-card-text p {
    color: #182230;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    min-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
    margin-bottom: 12px;
}
.club-card-text p a {
    color:inherit;
}
.filter-modal .selectMultiple > ul {
    max-height: calc(50vh - 100%);
    overflow-y: auto;
}

/* Listing Page */
.about-us-txt .description-info {
    height: 190px;
    overflow: hidden;
    transition: visibility 0s, opacity .5s linear;
}

.about-us-txt .description-info.show {
    height: auto;
}

.read-more {
    text-align: center;
    margin-bottom: 30px;
}

.read-more a {
    font-size: 16px;
    font-weight: 400;
    color: #0A8DDE;
    padding: 5px 9px;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: underline;
}

.video-img iframe {
    width: 100%;
}

.pagination .next img {
    transform: rotate(180deg);
}
.pagination .page-item {
    border: 0;
    margin-left: 0 !important;
    padding: 10px 10px;
    color: var(--grey);
    background-color: transparent;
}

.prev.page-numbers, .next.page-numbers {
    border: 1px solid #FFDDB7;
    border-radius: 4px;
    padding: 10px 10px;
}
span.page-numbers.current {
    color: var(--yellow);
    background: transparent;
}
.pagination-wrap a.page-numbers {
    margin-left: 0 !important;
    /* padding: 10px 10px; */
    color: var(--grey);
    background-color: transparent;
}
.single-post .tnp-subscription label {
    display:block!important;
}

.single-post .tnp-subscription input#tnp-1  {
    width: 100%;
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    color: var(--grey);
    font-size: 18px;
}
.single-post .tnp-subscription input#tnp-2  {
    width: 100%;
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    color: var(--grey);
    font-size: 18px;
}
.single-post .tnp-subscription input.tnp-submit {
    width: 100% !important;
    font-size: 18px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
/*section.inner-bannernew {
    background-image: url(https://booostr.co/wp-content/uploads/2024/03/brainstorming-3435773_960_720.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 100px;
    padding-bottom: 100px;
}*/
.banner-innernew {
    background-color: #fff;
    margin-top: 50px;
    margin-left: 140px;
    margin-right: 140px;
}
.banner-innernew p {
    font-size: 16px;
    padding: 13px 30px;
    text-align: center;
}

.banner-innernew ul li {
    font-size: 16px;
    padding: 2px 13px;
    text-align: center;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    font-weight: 500;
    color: var(--grey);
}
.post-inner-content img {
    max-width: 100%;
    height: auto;
}
.content-head h1 {
    padding-bottom: 50px;
    text-align: center;
}
label.custom-radio {   
    position: relative;   
    display: block;    
    cursor: pointer;    
    padding-left: 30px;    
    font-size: 14px;    
    color: #667085;    
    margin: 15px 0;
    }
    .search-wrap span img {
        position: relative;
        right: 10px;
        cursor: pointer;
    }


    .club-info img {

        border-radius: 50%!important;
    }

    .single-post .tnp-subscription input.tnp-submit {
  
        width: 135px!important;
    }


/* 1-4-2024*/

/*.boostr-row.boostr-content-page h4 {padding: 20px 0 10px;} */

.boostr-row.boostr-content-page h4, .boostr-row.boostr-content-page h3 strong {
   padding: 20px 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--grey);
    display: block;
}
.boostr-inner .list>p {
    font-weight: 600;
    padding: 16px 0 5px;
}

.boostr-inner .boostr-row.boostr-content-page ul li {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--grey);
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    column-gap: 8px;
    position: relative;
    padding-left: 30px;
}

.boostr-inner .boostr-row.boostr-content-page ul li img {
    position: absolute;
    top: 0;
    left: 0;
}
.boostr-inner .boostr-row.boostr-content-page ul li ul li{
    list-style: auto;
    list-style-type: disc;
    padding-bottom: 10px;
    display: block;
    padding-left: 0;

}
.boostr-inner .boostr-row.boostr-content-page ul li br{
    display:none;
}
.boostr-inner .boostr-row.boostr-content-page ul li ul{
    padding-left:0;
    display:block;
    width:100%;
    margin: 0;
}

/*.boostr-inner .boostr-row.boostr-content-page ul li ul {
    display: block;
    width: calc(100% - 30px);
    margin: 0;
    margin-left: auto;
}*/
.boostr-inner .boostr-row.boostr-content-page p:empty{
    display:none;
}

.boostr-inner .boostr-row.boostr-content-page .list ul li:has(>ul) {flex-wrap: wrap;}
.boostr-inner .boostr-content-page a{
    color:var(--blue);
    padding: 0 4px;
}

.boostr-row.boostr-content-page .row {
    align-items: normal;
}


/* 2-4*/
section.inner-bannernew img {
width: 100%;
height: 400px;
object-fit: cover;
}
.boostr-content h3 {
     font-size: 22px;
    color: var(--grey);  
    letter-spacing: normal;
    font-weight: 600;
    margin: 10px 0;
}

section.inner-bannernew {
position: relative;
}
.boostr-inner .list ul {
    margin-bottom: 5px; 
}
.banner-innernew {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
width: 90%;
max-width: 1150px;
}


.site-nav ul li a {
    cursor: pointer;
}
.banner-innernew h2 {
    text-align: center;
}
.about-club-top {
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
}
.about-club-top .tab-menu-item {
    border-bottom: none;
    display: inline-block;
    padding: 0 35px 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
    cursor: pointer;
    min-width: max-content;
}
.about-club-top .tab-menu-item.active {
    border-bottom: 2px solid var(--blue);
}
.about-club .tab-content{
    display: none;
}
.about-club .tab-content.active{
    display: block;
}

.about-club-tab-menu-mobile{
    display: none;
    border: 0;
    align-items: center;
}
.about-club-nav-wrap {
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.about-club-tab-menu-mobile>button {
    padding: 0;
    background: transparent;
    width: 50px;
    border: 0;
    font-size: 25px;
    color: #f2b673;
}
.about-club-tab-menu-mobile>button:focus, .about-club-tab-menu-mobile>button:hover {
    background: transparent;
}

.about-club-nav-wrap>.tab-menu-item.active {
    border: 0;
}

.about-club-nav-wrap>.tab-menu-item {
    padding: 5px 12px;
    border-radius: 8px;
    background: #fdf9f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    min-width: 140px;
}

.about-club-tab-menu-mobile>button.disabled {
    opacity: 0;
    visibility: hidden;
}

.page-template-booostr-club-event 
 header.site-header {
    display: none;
}

.page-template-booostr-club-event footer {
    display: none;
}

div#calendar .fc-header-toolbar {
    flex-wrap: wrap;
    gap: 10px;
}

/* Login Page */
#login-form > *{
    margin-bottom: 1rem;
}
#login-form input[name="email"],
#login-form input[name="password"]{
    width: 100%;
    padding: 12px;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    color: var(--grey);
    font-size: 18px;
}
#login-form .message.error {
    color: red;
}

.read-more-btn {
    display: inline-block;
    padding: 5px 14px;
    border: 2px solid var(--blue);
    border-radius: 4px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 14px;
    background: var(--blue);
    font-weight: 500;
    transition: 0.5s;
    text-transform: initial;
    margin-top: 10px;
}

.read-more-btn:hover {
    background: #0572b6;
    border-color: #0572b6;
    color: #fff;
}

/*.expanded {
max-height: none !important;
}
.boostr-content-sub {
overflow: hidden;
max-height: 300px;
transition: max-height 0.3s ease-out;
}
.show-more-btn {
display: none;
}*/

.container.banner-sub-content {
    margin-top: 80px;
    background: #0a8dde1c;
    max-width: 1390px;
    padding: 20px 40px;
    border-left: 10px solid #0a8dde73;
}
.boostr-inner .list ul li p {
    margin-bottom: 0px;
}

.boostr-content p {
    margin-bottom: 15px;
}

.boostr-row .fav-image .boostr-img img {
    object-fit: contain;
}
/*contact us*/
.form-group input {
   /* display: block;*/
   /* width: 100% !important;*/
   /* padding: 12px 10px !important;*/
   /* border: 1px solid #D0D5DD !important;*/
    /*background: #fff !important;*/
   /* border-radius: 5px !important;*/
   /* height: auto;*/
   /* box-shadow: none !important;*/
}

li.form-group {
    padding: 0 !important;
    margin-bottom: 20px !important;
}


.form-group select {
    display: block;
    width: 100% !important;
    padding: 12px 10px !important;
    border: 1px solid rgb(0 0 0 / 23%) !important;
    border-radius: 5px;
    color: #667085;
    height: auto !important;
}

.form-group textarea {
    width: 100% !important;
    display: block;
    padding: 12px 10px !important;
    border: 1px solid #D0D5DD !important;
    background: #fff !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

li.wpuf-submit input {
    display: block !important;
    width: 100%;
    background: #0A8DDE !important;
    padding: 12px !important;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 5px;
    box-shadow: none !important;
    border: 0 !important;
}
.form-group .wpuf-label {
    margin: 0 !important;
}
.form-group .wpuf-name-field-wrap {
    margin: 0 !important;
}
.form-group .wpuf-name-field-wrap {
    margin: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.form-group .wpuf-name-field-wrap .wpuf-name-field-first-name {
    float: none !important;
    width: 100% !important;
}

.form-group .wpuf-name-field-wrap .wpuf-name-field-last-name {
    float: none !important;
    width: 100% !important;
}

.form-group .wpuf-name-field-wrap::after {
display: none !important;
}
.can-help-you_content .list_content p a {
    background: transparent;
    color: #0a8dde;
    padding: 0;
}
.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
   /* right: -45px; */
    bottom: 0;
    /*display:none;*/
    margin: auto;
}
.form-group.form-checkbox p {
    display: flex;
}
.form-group.form-checkbox p label.checkbox-container {
    padding-left: 10px;
}
.form-group input#phone-number {
    /* display: block; */
    width: 100% !important;
    border: 1px solid #D0D5DD !important;
    background: #fff !important;
    border-radius: 5px !important;
    height: auto;
    box-shadow: none !important;
    padding-top: 12px;
    padding-bottom: 12px;
}
/* contect form end*/



.boostr-content-list .list li {
    position: relative;
    padding-left: 30px;
}

.boostr-content-list .list img {
    position: absolute;
    top: 5px;
    left: 0;
}

.boostr-content-list .list li {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--grey);
    position: relative;
    padding-left: 30px;
}
input.tnp-email:-webkit-autofill,
select.tnp-email:-webkit-autofill:focus
{
      background:transparent;    
  -webkit-text-fill-color: #fff;  
  transition: background-color 5000s ease-in-out 0s;
}

.page-item.dots a{
    pointer-events: none;
}
span.wpcf7-list-item.first.last {
    margin: 0px;
}
.form-checkbox label.checkbox-container {
    font-size: 13px;
}



/*login */


.custom-login-content input#username {
    border: 1px solid #0000005c;
    border-radius: 5px;
    padding: 10px 8px;
}


.custom-login-content input#password {
    border: 1px solid #0000005c;
    border-radius: 5px;
    padding: 10px 8px;
}


.custom-login-content input.user-registration-Button.button {
    border: 1px solid #fff;
    border-radius: 5px;
    background: #0d6efd;
    color: #fff;
}

.custom-login-content p {
    color: #344054;
    padding-bottom: 10px!important;
    padding-top: 20px;
}
/*login end*/
.page-template-Campaign {
    background: #fff;
}
div#primary {
    width: 97%;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 50px;
}

.single-campaign h2 {
    display: block;
    width: 100%;
    font-size: 40px;
    color: #000;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 70px;
    text-align: center;
}

h2.campaign-heading {
    color: #00c0ff;
    text-align: center;
    margin-bottom: 35px;
    font-size: 40px;
    margin-top: 40px;
    justify-content: center;
}

.Progressbar1 {
    background: #e0e0e0;
    border-radius: 7px;
    overflow: hidden;
    margin-top: 24px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

.Bar1 {
    height: 30px;
    background-color: #79cc9e;
    line-height: 30px;
    color: #fff;
    display: block;
}

.Bar1 .pct {
    min-width: 180px;
}

.pct {
    text-align: right;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
}

.donation-container {
    padding: 0 15px;
    margin-top: 30px;
}

.donation-container .donation-box .titlenew {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #6d6d6d;
    text-transform: capitalize;
    font-weight: 800;
    font-family: 'Open Sans';
}
form#payment-form {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
}

.compaine-main .donation-container form#payment-form .amount {
    display: flex;
    flex-wrap: wrap;
}

.page-template-booostr-listing form#payment-form .amount,
.page-template-Campaign form#payment-form .amount {
    width: 100%!important;
}

.compaine-main .donation-box .amount .button {
    width: 20%;
    background: 0 0;
    padding: 30px 20px;
    color: #00c0ff;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid #00c0ff;
    font-size: 29px;
    display: inline-flex;
    margin-right: 2%;
    align-items: center;
    justify-content: center;
}


.button12.customamount2 {
    background: 0 0;
    padding: 30px 20px;
    color: #00c0ff;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid #00c0ff;
    font-size: 29px;
    display: inline-flex;
    margin-right: 0;
    align-items: center;
    justify-content: center;
    width: 34%;
}

.button12.customamount2 input.set-amount2 {
    border: 0!important;
    padding: 0!important;
    margin: 0;
    margin-left: 7px;
    font-size: 29px!important;
    font-weight: 700!important;
    font-family: "Open Sans";
    color: #00c0ff!important;
}

label.coverfees1 {
    display: flex !important;
    align-items: center;
    position: relative;
    margin: 5px 0 12px;
}

.coverfees1 span.check-txt {
    padding-left: 31px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: normal;
    color: #505050;
    font-weight: 700;
    font-family: "Open Sans";
    text-transform: none;
}
.row.revuringsandtotals {
    width: 100%;
    margin-top: 10px;
}

.donation-container .donation-box {
    border-radius: 0;
    background: 0 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
}
.onetimedonationdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.onetimedonationdiv + label {
    width: 100%;

}

#tip_box{
   display: flex;
    align-items: center;
    justify-content: space-between; 
}
.revuringsandtotals select {
    padding: 10px 30px;
    border-radius: 6px !important;
    border: 1px solid #3d3d3d !important;
    font-size: 18px;
    background: #fff !important;
    font-weight: 500;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #3d3d3d;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAPCAYAAAD6Ud/mAAAABHNCSVQICAgIfAhkiAAAAF96VFh0UmF3IHByb2ZpbGUgdHlwZSBBUFAxAAAImeNKT81LLcpMVigoyk/LzEnlUgADYxMuE0sTS6NEAwMDCwMIMDQwMDYEkkZAtjlUKNEABZiYm6UBoblZspkpiM8FAE+6FWgbLdiMAAAB5UlEQVQ4ja2TsW7TYBSFz7GV4paiSPQRsrB4sOLNLE1SARMsKRWM9u8WBh4C0RdgoGpssyB4ANiQCoExKLayRGnII3RhRJj/sjiSCUlKo5z1/vf/dO65l2EY3tJau4ZhfOh0Oj+wZoVheBvAhSEiL0i+0Vo/b7fbm+uE+L7/SETea61fGgA+Abgg+axarR6HYVhZByQIgockT0TEIvnRTNP0m+M43wHskWyIyFatVjsbDoeyKkQptU8yAVAhqaIoOjUBIMuykeM4Y5J3SDYsy9r2PO9Lr9f7vYoTABFJioiK4/gdAJjTBwXsnGQDQCvP8y3btr8OBoP8Ck4OSJ4AMEg+mUL+ApVgEwBNki3TNC3Xdbv9fl//rxMAGySPoih6W66bsw1Zlo3q9fpERPZINgFcd1338zJYEXwM4BrJYBYyFwQAaZqOHMcZA7hLcldEtj3P687LrICciogpIkF5XJeCSs7GAHZJtvI8v2HbdrecmVLqAMCr4p+nSZL84+RSUMnZpFiQpmEYm9PVV0rti0hEcoPkURzHCyEAwGXFqXzff0AyJrkjIscARoWTyqJMVgIBQBAE9wG8JnkTwE8Av7TWh0mSzM1kVktHV1aapufFUd8TEYPk4aLg1yLf99tKqcdX7fsD3Hra2EmrHnYAAAAASUVORK5CYII=) !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: 95% 19px !important;
    display: block;
    text-align: initial;
    text-transform: none;
    margin-bottom: 12px;
    width: calc(100% - 45px) !important;
    margin-left: 0 !important;
    line-height: 21px;
}

.total_amount {
    background: #e2fff2;
    padding: 40px 20px;
    border: 1px solid #e2fff2;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #000;
    flex-direction: column;
}

.total_amount label {
    display: block;
    font-size: 27px;
    line-height: 19px;
}

.total_amount span {
    font-size: 40px;
    font-weight: 700;
    display: block;
    line-height: 1.3;
}

.coverfees1 span.main-span {
    height: 33px;
    width: 32px;
    border: 2px solid #00c0ff;
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 6px;
    left: 0;
    display: inline-block;
    top: 2px;
    cursor: pointer;
}

.coverfees1 [type=checkbox]:checked+.main-span:before {
    content: '\2714';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00c0ff;
    color: #fff;
    font-size: 26px;
    border-radius: 7px;
}
.coverfees1 span.check-txt {
    padding-left: 12px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: normal;
    color: #505050;
    font-weight: 700;
    font-family: "Open Sans";
    text-transform: none;
}

.coverfees1 input#cc_fee {
    display: none;
}

 form#payment-form .fields input {
    font-weight: 700;
    border: 1px solid #00c0ff;
    padding: 16px;
    border-radius: 9px !important;
    font-size: 18px;
    background: 0 0;
    font-weight: 400;
    width:100%;
}

form#payment-form .fields input::placeholder {
    color: #ccc;
}
.payment-type {
    padding: 20px 0 40px;
}
.form-name-donation-csrm h4 {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.payment-type .types {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.payment-type .type {
    width: 25%;
    position: relative;
    background: #f2f4f7;
    border: 2px solid #e8ebed;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: all .5s ease;
}

.payment-type .types .type.selected {
    border-color: #00c0ff;
    background: rgba(64,179,255,.1);
}

.payment-type .types .type .logo i {
    color: #8a959c;
    font-size: 48px !important;
}
.payment-type .types .type.selected:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -21px;
    right: -21px;
    background: #fff;
    border: 2px solid #00c0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

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

.text-bottomm p:first-child {
    font-size: 17px;
    font-weight: 600;
}

.text-bottomm p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #959595;
    font-weight: 400;
    text-transform: initial !important;
    margin: 20px 0;
    font-family: 'Open Sans';
}

div#checkout-form {
    text-align: center;
}

.text-bottomm p span, .text-bottomm p a {
    text-decoration: underline;
}

body .compaine-main .cover_img {
    height: 430px;
    border-radius: 0;
/*    border: 1px solid #e0e0e0;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-button-section {
    border-radius: 0;
    border: 0;
    padding: 20px 0;
}
.profile_detail_inner {
    display: flex;
    flex-wrap: wrap;
}
.profile-detail {
    flex: 0 0 calc(100% - 135px);
    max-width: calc(100% - 135px);
    padding-left: 20px;
}

.profile-button-section h3.title {
    font-size: 26px;
    margin-bottom: 20px;
}
.profile-detail span, .profile-detail a {
    font-size: 16px;
    color: #717171;
    font-weight: 700;
    font-family: 'Open Sans';
}
.profile-button-section a {
    color: #00c0ff;
}

.profilecontent {
    color: #6e6e6e;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: 400;
    height: 430px;
    overflow: auto;
}

.profilecontent p {
    margin-top: 1em;
    margin-bottom: 1em;
}
.profilecontent ul {
    padding-left: 2rem;
}
.profilecontent  li {
    list-style-type: inherit;
}
.donation-container form#payment-form div#card-element {
    border: 1px solid #00c0ff;
    padding: 11px 16px;
    border-radius: 9px !important;
    font-size: 18px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #ededed;
}

/*******leadership frontend***********************/

.leader-terms {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.leards,
.teremss-main {
width: 50%;

}

.main-client-s {
width: 100%;
padding: 0 15px;
/*max-width: 480px;*/
margin-left: auto;
margin-right: auto;
margin-top: 70px;
margin-bottom: 25px;
}

.leards p {
font-size: 24px;
font-family: 'Open Sans';
font-weight: 700;
color: #000;
margin-top: 0;
margin-bottom: 0;
line-height: 20px;
}

.teremss-main p {
color: #b0aeae;
font-weight: 500;
text-align: right;
margin-bottom: 0;
font-size: 16px;
}

.cls-rigt-cont h4 {
font-size: 24px;
font-family: 'Open Sans';
font-weight: 500;
color: #000;
margin-top: 0;
margin-bottom: 10px;
line-height: 20px;
}

.cls-rigt-cont p {
color: #797777;
font-weight: 500;
margin-bottom: 0;
font-size: 18px;
margin-top: 10px;
}

.cls-img-mai img {
width: 100%;
display: block;
}

.cls-img-mai {
width: 80px;
height: 80px;
object-fit: cover;
}

.clnts {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 20px;
}

.cls-rigt-cont {
padding-left: 4%;
width: calc(100% - 82px);
}

.leader-terms {
margin-top: 40px;
}

.leards {
padding-right: 15px;
}

.teremss-main {
padding-left: 15px;
}

:root {
    --theme-clr: #00c2ff
}

/*--------------------- campigner details page like model ----------------------------------*/

.single-listing .em-modal-popup {
max-height: 100% !important;
}

.single-listing .em.em-modal .em-modal-popup .em-modal-content {
overflow-y: inherit !important;
}

.single-listing .em.em-modal .em-modal-popup>div {
padding: 30px 20px 0;
/*overflow-y: hidden !important;*/
}

.single-listing .em.pixelbones h2 a {
color: #000 !important;
}

.single-listing .em.pixelbones h2 {
font-size: calc(var(--font-size) + 16px) !important;
margin: 0 0 24px !important;
}

.single-listing .em.pixelbones h3 {
font-size: calc(var(--font-size) + 6px) !important;
}

.single-listing .em.em-modal .em-modal-popup {
box-shadow: none !important;
max-width: 99% !important;
max-height: 100% !important;
transition: none;
border-radius: 0 20px 0 0 !important;
}

.single-listing .em.em-list .em-item .em-item-info .em-item-meta,
.em.em-list-widget .em-item {
display: block;
}



.single-listing a.em-close-modal {
font-weight: 600;
color: #00c0ff !important;
}



.single-listing .em.em-modal .em-modal-popup {
box-shadow: none !important;
max-width: 100% !important;
max-height: 100% !important;
transition: none;
}

.single-listing #tab-2 .em.pixelbones.em-calendar-preview.em-modal.em-cal-event-content {
border-top-right-radius: 20px !important;
}

.single-listing #tab-4 {
border-radius: 0 20px 0 0;
}

.single-listing .em.em-list .em-item {
grid-template-columns: minmax(0, 40%) 1fr;
}

#tab-2 .em.em-modal .em-modal-popup {
transition: inherit !important;
transform: inherit !important;
}

/*--------------------- End campigner details page like model ----------------------------------*/


.eventsocialsshare .social-links a i {
background: #46c7ef;
width: 48px;
height: 48px;
line-height: 50px;
color: #fff;
font-size: 26px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;
}



.eventsocialsshare .social-links a p {
margin-bottom: 15px !important;
color: #000 !important;
font-weight: 700 !important;
font-size: 11px !important;
}

.eventsocialsshare .social-links {
display: flex;
justify-content: left;
flex-wrap: nowrap;
text-align: center;
}

.eventsocialsshare .social-links a i:hover {
background: #46c7ef !important;
color: #fff !important;
}

.fleexdivs_events {
display: flex;
align-items: center;
padding-bottom: 14px;
}


.innerflex_event {
width: 81px;
margin-right: 4px;
}


.fleexdivs_events .em-item-meta-line.em-event-time.em-event-meta-datetime {
margin-right: 18px;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

#tab-content-store {
    word-wrap: break-word;
}

#tab-content-store a {
    font-family: "Open Sans";
    line-height: 1;
}
#tab-content-store a:hover {
    color: #fff600;
}

a.cus_nav-link1 {
    padding-top: 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-left: 10px;
    padding-bottom: 0px !important;
}
.about_section .product-item .image-holder img { width: 100%; height: 200px;  object-fit: cover;}
a.sync-store-btn {
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    box-shadow: 0px 0px 2px #b3b3b3;
    background-color: #00c0ff;
    color: #fff;
    font-weight: 700;
}
a.sync-store-btn:hover{
    background-color: #fefe00;
   color: #000;
}
.store-btn-login:hover{
      background-color: #fefe00;
   color: #000; 
}
.store-btn-login{
       border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    box-shadow: 0px 0px 2px #b3b3b3;
    background-color: #00c0ff;
    color: #fff;
    font-weight: 700;
}
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #00bffe;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    z-index: 9;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.loader{
   display: none;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite
}
#step1 .product_item_main {
    position: relative;
}
.breadcrumb ul li:nth-child(3) {
    display: none;
}
.breadcrumb ul li:nth-child(2) {
    display: none;
}
.product_item_main .product-item .image-holder .product-image {
   cursor: pointer;
}
.search_icon span {
    cursor: pointer;
}
.search_icon span>span {
    position: absolute;
    background: #00c0ff;
    border-radius: 50%;
    text-align: center;
    height: 20px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    top: 8px;
    width: 20px;
    line-height: 20px;
}
.cart-icon{
   position: relative;
}
.shopping-cart .product .product-description {
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}
.shopping-cart .product .remove-product {
   cursor: pointer;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
   overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.close-btn { 
    position: absolute; 
    right: 10px; 
    top: 10px; 
    cursor: pointer; 
    z-index: 99; 
    font-size: 30px; 
    color: #fff; 
    background: var(--theme-clr); 
    width: 30px; 
    height: 30px; 
    line-height: 30px; 
    text-align: center; 
    border-radius: 50%;
}
.custom-model-wrap { 
    border: 2px solid var(--theme-clr); 
    padding: 40px 20px;
}
.pop-up-content-wrap p { 
    text-align: center; 
    font-size: 18px; 
    font-weight: 600;
}
input.search-store[type="text"] {
  margin: 0;
}
.pop-up-content-wrap p:first-child {
  margin-bottom: 10px;
}
.pop-up-content-wrap input.search-store { 
    width: 90%; 
    padding: 10px; 
    border-radius: 10px; 
    font-size: 14px; 
    border: 2px solid #ddd;
    outline: none;
}
.pop-up-content-wrap p + p { 
    display: flex; 
    align-items: center; 
    border-radius: 10px;
}
.pop-up-content-wrap p a.search-terms { 
    background: var(--theme-clr); 
    color: #fff; 
    font-size: 14px; 
    padding: 10px; 
    border-radius: 0 10px 10px 0; 
    display: inline-block; 
    width: 20%; 
    margin-left: -10px; 
    border: 2px solid var(--theme-clr);
}
.shopping-cart .product .product-image {
    cursor: pointer;
}
.shopping-cart .product  .product-details .product-title {
    cursor: pointer;
}
.shopping-cart .product  .product-details .product-description{
   cursor: pointer;
}
.cart-detail-nav a.cart-btn { display: inline-block; background: var(--theme-clr); color: #fff; font-size: 16px; padding: 10px 20px; transition: all 0.2s linear;}.cart-detail-nav a.cart-btn:hover { background: #f4f400; color: #000;}.product-detail-nav.cart-detail-nav .breadcrumb ul { justify-content: start; margin-left: 23%;}.product-detail-nav.step2-store-nav {grid-template-columns: auto 1fr auto;}
div#tab-10.nav-item-des { border-radius: 0;}
a.backto-store-search {
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #a4a4a4;
    border: 1px solid #ddd;
    transition: all .2s linear;
    margin-right: auto;
    position: relative;
}
.cart-detail-nav a.cart-btn {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #a4a4a4;
    border: 1px solid #ddd;
    transition: all .2s linear;
    margin-right: auto;
    position: relative;
    background: transparent;
}
.cart-detail-nav a.cart-btn::before {
    content: "";
    position: absolute;
    border: 5px solid #cbc9c9;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 0;
    top: 14px;
}
.cart-detail-nav a.cart-btn:hover {
    background: inherit;
    color: #a4a4a4;
}
.single_add_to_cart {
    background: #00c0ff;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    text-transform: uppercase;
    position: relative;
}
.single_add_to_cart .loader {
    position: absolute;
    top: 50%;
    right: auto;
    width: 20px;
    height: 20px;
    border-top: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    border-top-style: none;
    border-width: 3px;
    border-style: dotted;
    left: 50%;
    transform: translate(-50%,-50%) rotate(0deg);
}
.cart-detail-nav a.mainstore-btn:hover {
    color: #09f;
}
 .checkout.disabled {
    pointer-events: none; 
    color: #fff; 
    text-decoration: none; 
    cursor: not-allowed;
  }
  .search_icon span.search-icon {
    width: 40px;
    margin-right: 30px;
}
.cart-concern .cart-button .loader {
 position: absolute;
 top: 50%;
 right: auto;
 width: 20px;
 height: 20px;
 border-top: 0;
 border-width: 3px;
 border-style: dotted;
 left: 50%;
 transform: translate(-50%,-50%) rotate(0deg);
}
.cart-concern .cart-button a {

 position: relative;
}
.add_to_cart_modal{
   display: none;
}
.product_item_main .product-item .image-holder{
   position: relative;
}
.add_to_cart_modal.show-modal{
   display: block;
}
.product_item_main .modal.add_to_cart_modal {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 background-color: #fff;
 padding: 10px 4px;
 width: 240px;
 border-radius: 10px;
 border: 2px solid #00c0ff;
}
.product_item_main .modal span.close-button {
 width: 30px;
 height: 30px;
 line-height: 28px;
 text-align: center;
 cursor: pointer;
 border-radius: 50%;
 font-size: 30px;
 margin-right: 12px;
 color: #fff;
 font-weight: 700;
 background: #00c0ff;
 position: absolute;
 right: -7px;
 top: 4px;
 padding-left: 1px;
}
.product_item_main .modal h2.modal-heading {
 color: var(--theme-clr);
 font-weight: 500;
 font-size: 15px;
 margin: 0;
 text-align: center;
 font-family: "Open Sans";
 padding: 25px;
}
.shopping-cart-main .checkout{
   position: relative;
}
.shopping-cart-main .checkout .loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    z-index: 9;
    position: absolute;
    top: 50%;
    right: auto;
    width: 20px;
    height: 20px;
    border-top: 0;
    border-width: 3px;
    border-style: dotted;
    left: 50%;
    transform: translate(-50%,-50%) rotate(0deg);
}
.checkout-login {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 8px 25px;
    background-color: #00c0ff;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}
div#step2 {
    position: relative;
}
#step3{
   position: relative;
}
.back-shopping-cart a {
font-size: 13px;
font-weight: 600;
text-transform: capitalize;
color: #a4a4a4;
border: 1px solid #ddd;
transition: all .2s linear;
margin-right: auto;
position: relative;
background: 0 0;
padding: 10px 20px;
padding-left: 20px;
}
.store-tab {
 background-color: transparent;
 border-radius: 0;
 position: relative;
 border: none;
 padding: 20px;
 font-size: 15px;
 line-height: 0;
 display: block;
 font-weight: 600;
 text-decoration: none;
 cursor: pointer !important;
 color: #515151;
}
.store-tab.active {
    color: #00c0ff;
}
.shopping-cart .product .product-details .product-title a {
 color: #5a5a5a;
}
.shopping-cart-main .product .remove-product {
 border: 0;
 padding: 4px 8px;
 background-color: transparent;
 color: #d4d4d4;
 font-size: 11px;
 border-radius: 3px;
 display: inline-block;
 text-decoration: underline;
 font-family: "Open Sans";
}
#tab-content-store .breadcrumb {
  display: block;
  margin: 0;
}
#tab-content-store  .breadcrumb li a:hover {
 color: #a4a4a4;
}
#tab-content-store .breadcrumb li a {
 color: #a4a4a4;
}
#tab-content-store .breadcrumb li {
 color: #a4a4a4;
}
#tab-content-store .breadcrumb li:hover {
color: #a4a4a4;
}
.product_content span.close-button {
 width: 20px;
 height: 20px;
 line-height: 20px;
 text-align: center;
 cursor: pointer;
 border-radius: 50%;
 font-size: 18px;
 margin-right: 12px;
 color: #fff;
 font-weight: 700;
 background: #00c0ff;
 position: absolute;
 right: -8px;
 top: 4px;
 padding-left: 0;
}
.store-tab.active:after {
 color: #00c0ff;
 content: "";
 position: absolute;
 border-bottom: 2px solid #00c0ff;
 top: auto;
 left: 0;
 width: 100%;
 bottom: 0;
}
.product_content .modal.add_to_cart_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 10px 4px;
    width: 90%;
    max-width: 500px;
    height: initial;
    border-radius: 10px;
    border: 2px solid #00c0ff;
}
.product_content .modal.add_to_cart_modal .modal-content {
  border: none;
}
.product_content .modal h2.modal-heading {
    color: var(--theme-clr);
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-align: center;
    font-family: "Arvo";
    padding: 10px;
    display: initial;
}
.back-shopping-cart a::before {
 content: "";
 position: absolute;
 border: 5px solid #cbc9c9;
 border-top: 5px solid transparent;
 border-left: 5px solid transparent;
 border-bottom: 5px solid transparent;
 left: 0;
 top: 14px;
}
.store-tab:hover {
    color: #515151;
}
.shopping-cart-main .product-quantity{
   width: 12%;
}
.minus-btn, .plus-btn {
    width: 20px;
    height: 100%;
    background: 0 0;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    color: #000;
    font-size: 16px;
}
.product_item_main .modal span.close-button {
 width: 20px;
 height: 20px;
 line-height: 20px;
 text-align: center;
 cursor: pointer;
 border-radius: 50%;
 font-size: 18px;
 margin-right: 12px;
 color: #fff;
 font-weight: 700;
 background: #00c0ff;
 position: absolute;
 right: -7px;
 top: 2px;
 padding-left: 0;
}

div#tab-10 {
padding: 10px 0;
}

.store-banner-content {
height: 250px;
background: url(https://images.pexels.com/photos/1667088/pexels-photo-1667088.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
}

.content_wrap {
width: 100%;
max-width: 300px;
margin-left: auto;
text-align: center;
}

.store-banner-content h4 {
font-size: 40px;
font-weight: 600;
color: #fff;
text-transform: capitalize;
line-height: normal;
}

.store-banner-content a {
display: inline-block;
padding: 10px 30px;
color: #fff;
font-size: 18px;
text-transform: capitalize;
border: 2px solid #fff;
transition: all 0.2s linear;
}

.store-banner-content a:hover {
background: #00c0ff;
border-color: #00c0ff;
}


/*product card*/
.product_item_main {
display: grid;
max-width: 90%;
margin: 0 auto;
grid-template-columns: repeat(3, 1fr);
}

.product-store .product-item {
position: relative;
margin-bottom: 30px;
}

.product-item .item-price {
font-size: 14px;
display: block;
text-align: left;
font-weight: 500;
letter-spacing: 1px;
line-height: normal;
color: #00c0ff;
}

.product-item .cart-concern {
width: 100%;
text-align: center;
margin: auto;
transition: 0.5s ease-out;
margin-top: 30px;
}

.cart-concern .cart-button a {
background: #00c0ff;
color: #fff;
height: auto;
margin: 0;
padding: 10px 21px;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
display: inline-flex;
width: 100%;
justify-content: center;
}

.cart-concern .cart-button a svg path {
fill: #fff;
}

.cart-concern .cart-button button.wishlist-btn {
padding: 0;
background: transparent;
border: none;
display: none;
}

.image-holder img {
width: 100%;
}

.product-detail a {
color: #000;
}

.cart-concern .cart-button {
display: flex;
justify-content: center;
}

.product_item_main .product-item {
padding: 10px;
margin: 0 0 20px;
border: 2px solid transparent;
transition: all 0.1s linear;
}

.product_item_main .product-item:hover {
border-color: #00c0ff;
}

.load-more {
text-align: center;
}

.load-more a {
display: inline-block;
padding: 10px 30px;
font-size: 16px;
text-transform: capitalize;
color: #7f7c7c;
border: 1px solid #7f7c7c;
border-radius: 10px;
transition: all 0.2s linear;
}

.load-more a:hover {
background: #00c0ff;
border-color: #00c0ff;
color: #fff;
}

.store-nav {
/*margin: 10px 0 0;*/
display: flex;
justify-content: space-between;
align-items: center;
}

.search_icon svg:first-child {
border-right: 1px solid #ddd;
margin: 0 10px;
padding-right: 10px;
min-width: 40px;
}

.search_icon svg {
fill: #a7a7a7;
}

/*dropdown css*/

.dropdown__switchs:checked+.dropdown__options-filter .dropdown__select {
transform: scaleY(1);
}

.dropdown__switchs:checked+.dropdown__options-filter .dropdown__filters:after {
transform: rotate(-135deg);
}

.dropdown__options-filter {
width: 100%;
cursor: pointer;
max-width: 400px;
}

.dropdown__filters {
position: relative;
display: flex;
padding: 10px 15px;
color: #00c0ff;
background-color: #fff;
border: 2px solid #dedede;
border-radius: 4px;
font-size: 14px;
text-transform: uppercase;
transition: .3s;
font-weight: 600;
font-size: 14px;
margin: 0;
}

.dropdown__filters::after {
position: absolute;
top: 38%;
right: 20px;
content: "";
width: 15px;
height: 15px;
transition: .2s ease-in-out;
border: 7px solid #00c0ff;
border-bottom: 7px solid transparent;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
}

.dropdown__select::-webkit-scrollbar {
width: 10px !important;
}

.dropdown__select::-webkit-scrollbar-thumb {
background-color: #cacaca;
border-radius: 6px;
}

.dropdown__select {
position: absolute;
top: 100%;
left: 0;
width: 100%;
margin-top: 5px;
overflow: hidden;
transform: scaleY(0);
transform-origin: top;
font-weight: 300;
transition: 0.2s ease-in-out;
margin: 0px 0;
padding: 0;
border: 1px solid #00c0ff;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
height: 100px;
overflow-y: scroll;
background-attachment: local, local, scroll, scroll;
z-index: 999;
}

.dropdown__select-options {
padding: 20px;
background-color: #fff;
border-bottom: 1px solid #d6d6d6;
transition: 0.3s;
}

.dropdown__select-options:last-of-type {
border-bottom: 0;
}

.menuswitch12.col-lg-9.yyy.cstm-test.yy.contacts.width80 .clubs-lighting table.table ul li {
width: auto;
}

.dropdown__select li {
font-weight: 500;
font-size: 15px;
line-height: 15px;
color: #3d3d48;
text-align: left;
border: none;
padding: 7px 20px;
list-style: none;
}

.clubs-lighting label {
margin: 0;
}

.dropdown__select li span {
font-weight: 700 !important;
font-size: 12px;
color: #00c0ff;
}

.menuswitch12.col-lg-9.yyy.cstm-test.yy.contacts.width80 .panelContainer table.table thead tr th:first-child {
border-top-left-radius: 10px;
background: #f4f4f4;
}

.menuswitch12.col-lg-9.yyy.cstm-test.yy.contacts.width80 .panelContainer table.table thead tr th:last-child {
border-top-right-radius: 12px;
box-shadow: 1px -1px 0px #ddd;
}

.menuswitch12.col-lg-9.yyy.cstm-test.yy.contacts.width80 .panelContainer table.table th:nth-child(2) {
border-right: 1px solid #ddd;
}

.dashboard-return {
display: flex;
justify-content: space-between;
align-items: center;
}

.dropdown__filter-selecteds {
list-style: none;
}

.dashboard-return .dropdown-clubs {
display: flex;
align-items: center;
}

.dashboard-return .dashboard_choose {
width: 100%;
max-width: 100px;
font-weight: 600;
font-size: 14px;
}

.dashboard-return .choose-club {
width: 100%;
max-width: 72%;
}

.dashboard-return label {
margin-bottom: 0px;
}

.dropdown__filters li {
list-style: none;
}

li.dropdown__filter-selecteds {
padding-left: 10px;
font-size: min(14px, 3vw);
}

li.dropdown__filter-selecteds span {
color: #b9b6b6;
}

.store-nav ul.dropdown__select {
background: #fff;
}

label.dropdown__options-filter.dropdown-toggle ul.dropdown__select {
transform: scaleY(100%);
background: #fff;
}

.pf-itempage-sharebar .pf-sharebar-icons li a {
padding: 0;
line-height: 44px;
}

.share-btn .custom_share {
left: -130px;
z-index: 10;
top: -85px;
}

.search_icon {
display: flex;
}

/*prodcut detail page*/
.product-detail-nav {
display: grid;
grid-template-columns: 22% 1fr;
align-items: center;
margin: 0 0 20px;
}

.breadcrumb ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
}

.breadcrumb li {
padding: 0 10px;
font-size: 14px;
text-transform: capitalize;
color: #00b9f6;
}

.breadcrumb li.active {
color: #a4a4a4;
}

a.store-btn {
display: inline-block;
padding: 10px 20px;
font-size: 13px;
font-weight: 600;
text-transform: capitalize;
color: #a4a4a4;
border: 1px solid #ddd;
transition: all .2s linear;
margin-right: auto;
position: relative;
}

a.store-btn::before {
content: "";
position: absolute;
border: 5px solid #cbc9c9;
border-top: 5px solid transparent;
border-left: 5px solid transparent;
border-bottom: 5px solid transparent;
left: 0;
top: 14px;
}

.number {
display: inline-block;
border: 2px solid #00c0ff;
margin-right: 5px;
height: 35px;
background: #fff;
}

.number span {
cursor: pointer;
}

.minus,
.plus {
width: 20px;
height: 100%;
background: transparent;
border-radius: 4px;
display: inline-block;
vertical-align: middle;
text-align: center;
line-height: 30px;
color: #000;
font-size: 16px;
}

#tab-content-store .number input {
height: 100%;
width: 40px;
text-align: center;
font-size: 18px;
border: none;
display: inline-block;
vertical-align: middle;
color: #000;
outline: none;
margin: 0;
}

.product_detail .number {
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
}

.product_detail .number span.minus {
    width: 40px;
    background: #22222254;
    border-radius: 0;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    font-family: 'Open Sans';
    line-height: 18px;
}

.product_detail .number span.plus {
    width: 40px;
    background: #201b1bc7;
    border-radius: 0;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    font-family: 'Open Sans';
    line-height: 30px;
}

.product-detail-content {
display: flex;
/* grid-template-columns: 1fr 1fr; */
max-width: 100%;
margin: 0 auto;
}

.product-img img {
    width: 100%;
}

img {
max-width: 100%;
}

.product_content h4 {
    font-size: min(26px, 4vw);
    font-weight: 600;
    text-transform: capitalize;
    color: #000000ad;
    font-family: roboto;
}

.product-img {
    padding-right: 20px;
    max-width: 40%;
    width: 100%;
}

.product_content {
padding: 0 10px;
max-width: 80%;
width:100%;
}

.product_content p {
font-size: 14px;
color: #8c8888;
margin: 15px 0;
}

.setting_tool_tab-wrap .fields-sec .grid-item input {
font-size: 14px;
text-align: left;
}

.product_content span.price {
    display: block;
    color: #00c0ff;
    font-weight: 500;
    font-size: 24px;
    padding: 0;
    margin: 20px 0 5px;
}

.product_content .quantity {
display: block;
border-bottom: 2px solid #ddd;
padding-bottom: 10px;
}

.quantity label {
font-size: 14px;
color: #000;
font-weight: 600;
text-transform: uppercase;
margin: 20px 0 10px;
display: block;
}

.quantity .cart-btn {
background: #00c0ff;
border: none;
color: #fff;
display: inline-block;
padding: 8px 16px;
text-transform: uppercase;
}

.product_content .share_sec span {
display: inline-block;
font-size: 14px;
text-transform: capitalize;
color: #b4b4b4;
font-weight: 600;
margin-right: 15px;
}

.product_content .share_sec {
display: flex;
margin: 30px 0 0;
}

.product_content .share_sec ul {
display: flex;
flex-wrap: wrap;
}

.product_content .share_sec ul li {
padding: 0 8px;
}

.product_content .share_sec a {
color: #00c0ff;
}

/*checkout page css*/
.checkout-page>h3 {
font-size: 24px;
text-transform: capitalize;
margin: 0 0 20px;
}

.checkout-page header {
height: 5%;
margin-bottom: 30px;
}

.checkout-page header>h3 {
font-size: 25px;
color: #4E5150;
font-weight: 500;
}

.checkout-page main {
height: 85%;
display: flex;
column-gap: 100px;
}

.checkout-page main .checkout-form {
width: 50%;
}

.checkout-page main .checkout-form form h6 {
font-size: 16px;
font-weight: 500;
}

.checkout-page main .checkout-form form .form-control {
margin: 10px 0;
position: relative;
height: 100%;
padding: 0;
border: none;
box-shadow: none;
}

.checkout-page main .checkout-form form .form-control label:not([for=checkout-checkbox]) {
display: block;
font-weight: 500;
margin-bottom: 5px;
font-size: 14px;
}

.checkout-page main .checkout-form form .form-control input::placeholder {
font-size: 12px !important;
}

.checkout-page main .checkout-form form .form-control input:not([type=checkbox]) {
width: 100%;
padding: 10px 10px 10px 40px;
border-radius: 10px;
outline: none;
border: 0.2px solid #4e515085;
font-size: 12px;
font-weight: 700;
border-radius: 0 !important;
}

.checkout-page main .checkout-form form .form-control input:not([type=checkbox])::placeholder {
font-size: 10px;
font-weight: 500;
}

.checkout-page main .checkout-form form .form-control label[for=checkout-checkbox] {
font-size: 12px;
font-weight: 500;
line-height: 10px;
margin: 0;
}

.checkout-page main .checkout-form #checkout-checkbox {
margin: 0;
}

.checkout-page main .checkout-form form .form-control>div {
position: relative;
}

.checkout-page main .checkout-form form .form-control>div span.fa {
position: absolute;
top: 50%;
left: 0%;
transform: translate(15px, -50%);
}

.checkout-page main .checkout-form form .form-group {
display: flex;
column-gap: 25px;
}

.checkout-page main .checkout-form form .checkbox-control {
display: flex;
align-items: center;
column-gap: 10px;
}

.checkout-page main .checkout-form form .form-control-btn {
display: flex;
align-items: center;
justify-content: flex-end;
}

.checkout-page main .checkout-form form .form-control-btn button {
letter-spacing: .5px;
font-weight: 200;
cursor: pointer;
background: #00c0ff;
border: none;
color: #fff;
display: inline-block;
padding: 8px 16px;
text-transform: uppercase;
font-size: 14px;
border-radius: 0;
}

.checkout-page main .checkout-details {
width: 40%;
}

.checkout-page main .checkout-details .checkout-details-inner {
background: #F2F2F2;
padding: 20px;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists {
display: flex;
flex-direction: column;
row-gap: 15px;
margin-bottom: 40px;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card {
width: 100%;
display: flex;
column-gap: 15px;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-image {
width: 35%;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-image img {
width: 100%;
object-fit: fill;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-details {
display: block;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-name {
font-size: 14px;
font-weight: 500;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-price {
font-size: 12px;
font-weight: 500;
color: #00c0ff;
margin-top: 5px;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-price span {
color: #4E5150;
text-decoration: line-through;
margin-left: 10px;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-wheel {
margin-top: 17px;
border: 1px solid #00c0ff;
width: 90px;
padding: 8px;
font-size: 12px;
display: flex;
justify-content: space-between;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-wheel button {
background: transparent;
color: #828282;
width: 15px;
height: 15px;
display: flex;
justify-content: center;
align-items: center;
border: 0;
cursor: pointer;
border-radius: 3px;
font-weight: 500;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-shipping,
checkout-page main .checkout-details .checkout-details-inner .checkout-total {
display: flex;
font-size: 16px;
padding: 5px 0px;
border-top: 1px solid #BDBDBD;
justify-content: space-between;
}

.checkout-page main .checkout-details .checkout-details-inner .checkout-shipping p,
checkout-page main .checkout-details .checkout-details-inner .checkout-total p {
font-size: 14px;
font-weight: 500;
}

.checkout-page footer {
height: 5%;
color: #BDBDBD;
display: -ms-grid;
display: grid;
place-items: center;
font-size: 12px;
}

.checkout-page footer a {
text-decoration: none;
color: inherit;
}

.checkout-page main .checkout-form form .form-control {
margin: 10px 0;
position: relative;
}

.checkout-shipping h6 {
margin: 0;
font-size: 14px;
}

.checkout-total p {
margin: 0;
font-size: 14px;
}

.checkout-total {
display: flex;
font-size: 16px;
padding: 5px 0;
border-top: 1px solid #bdbdbd;
justify-content: space-between;
}

.checkout-total h6 {
margin: 0;
font-size: 14px;
}

.checkout-total p {
margin: 0;
font-size: 14px;
}

.checkout-shipping p {
margin: 0;
}

/*shpping cart css*/
.shopping-cart-main h2 {
font-size: 24px;
margin: 40px 0;
}

.shopping-cart-main .product-image {
float: left;
width: 20%;
}

.shopping-cart-main .product-details {
float: left;
width: 37%;
}

.shopping-cart-main .product-price {
float: left;
width: 10%;
font-size: 14px;
color: #00c0ff;
}

.shopping-cart-main .product-quantity {
float: left;
width: 16%;
}

.shopping-cart-main .product-removal {
float: left;
width: 9%;
}

.shopping-cart-main .product-line-price {
float: left;
width: 8%;
text-align: right;
font-size: 14px;
}

/* This is used as the traditional .clearfix class */
.shopping-cart-main .group:before,
.shopping-cart-main .shopping-cart:before,
.shopping-cart-main .column-labels:before,
.shopping-cart-main .product:before,
.shopping-cart-main .totals-item:before,
.shopping-cart-main .group:after,
.shopping-cart-main .shopping-cart:after,
.shopping-cart-main .column-labels:after,
.shopping-cart-main .product:after,
.shopping-cart-main .totals-item:after {
content: '';
display: table;
}

.shopping-cart-main .group:after,
.shopping-cart-main .shopping-cart:after,
.shopping-cart-main .column-labels:after,
.shopping-cart-main .product:after,
.shopping-cart-main .totals-item:after {
clear: both;
}

.shopping-cart-main .group,
.shopping-cart-main .shopping-cart,
.shopping-cart-main .column-labels,
.shopping-cart-main .product,
.totals-item {
zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.shopping-cart-main .product .product-price:before,
.shopping-cart-main .product .product-line-price:before,
.shopping-cart-main .totals-value:before {
content: '$';
}

/* Body/Header stuff */


.shopping-cart-main .shopping-cart {
margin-top: -45px;
}

/* Column headers */
.shopping-cart-main .column-labels label {
font-size: 14px;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eee;
}

.shopping-cart-main .column-labels .product-image,
.shopping-cart-main .column-labels .product-details,
.shopping-cart-main .column-labels .product-removal {
text-indent: -9999px;
}

/* Product entries */
.shopping-cart-main .product {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}

.shopping-cart-main .product .product-image {
text-align: center;
}

.shopping-cart-main .product .product-image img {
width: 100px;
}

.shopping-cart-main .product .product-details .product-title {
margin-right: 20px;
font-size: 14px;
font-weight: 600;
}

.shopping-cart-main .product .product-details .product-description {
font-size: 14px;
margin: 5px 20px 5px 0;
line-height: 1.4em;
}

.shopping-cart-main .product .product-quantity input {
width: 40px;
}

/*.shopping-cart-main .product .remove-product {
border: 0;
padding: 4px 8px;
background-color: #00c0ff;
color: #fff;
font-size: 14px;
border-radius: 3px;
}*/

.shopping-cart-main .product .remove-product:hover {
background-color: #00c0ff;
}

/* Totals section */
.shopping-cart-main .totals .totals-item {
float: right;
clear: both;
width: 100%;
margin-bottom: 10px;
}

.shopping-cart-main .totals .totals-item label {
float: left;
clear: both;
width: 79%;
text-align: right;
}

.shopping-cart-main .totals .totals-item .totals-value {
float: right;
width: 21%;
text-align: right;
font-size: 14px;
}

.shopping-cart-main .totals .totals-item-total {
font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.shopping-cart-main .checkout {
float: right;
border: 0;
margin-top: 20px;
padding: 8px 25px;
background-color: #00c0ff;
color: #fff;
font-size: 18px;
border-radius: 3px;
}

.shopping-cart-main .checkout:hover {
background-color: #00c0ff;
}

.shopping-cart-main .totals-item label {
font-size: 14px;
}

/*thankyou page */
.thankyou-wrapper {
width: 100%;
height: auto;
margin: auto;
background: #ffffff;
padding: 10px 0px 50px;
}

.thankyou-wrapper h1 {
font: 100px Arial, Helvetica, sans-serif;
text-align: center;
color: #333333;
padding: 0px 10px 10px;
}

.thankyou-wrapper p {
text-align: center;
color: #333;
padding: 5px 10px 10px;
text-transform: capitalize;
font-size: min(24px, 4vw);
line-height: normal;
}

.thankyou-wrapper a {
font-size: 18px;
text-align: center;
color: #fff;
display: block;
text-decoration: none;
width: 100%;
max-width: 250px;
background: #00c0ff;
margin: 10px auto 0px;
padding: 15px 20px 15px;
}

.thankyou-wrapper a:hover {
text-align: center;
color: #ffffff;
}

.thankyou-wrapper img {
height: min(400px, 70vh);
width: 100%;
object-fit: cover;
}

#tab-content-store .dropdown-toggle::after{
    display: none;
}

/*login-form start */
.couldget  > .container {
    max-width: 100%;
    padding: 0;
    height: 100%;
}
header.site-header.site-header-login {
    display: none;
}
.footer-login {
    display: none;
}
.couldget.login {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh;
}
.slider-sec.slider-login-page .owl-carousel {
    top: 0;
    background: #e8f1ff;
    border-radius: 0;
}


.couldget.login .couldget_main .couldget-img {
    background: #E8F1FF;
    padding: 40px 0 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.couldget .custom-login-content {
    background: #fff;
    position: relative;
   
}
.custom-login-content #user-registration {
    box-shadow: none;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}
.custom-login-content #ur-frontend-form {
    border: 0;
    padding: 0; 
}
.custom-login-content .formshead1 {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}
.custom-login-content .formshead1+p {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    color: #475467;
    padding: 15px 0 25px !important;
}
.custom-login-content #ur-frontend-form .ur-form-grid {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.custom-login-content #ur-frontend-form p.form-row {
    width: 100%;
    padding-top: 0;
}
.custom-login-content #ur-frontend-form .ur-form-grid .user-registration-form-row {
    width: 100%;
    grid-column: 1/-1;
    padding-top: 20px;
}

.custom-login-content #ur-frontend-form p.form-row + div:not([class]) {
    width: 100%;
    overflow: hidden;
    grid-column: 1/-1;
}
.custom-login-content #ur-frontend-form p.form-row + div:not([class]) input.user-registration-Button {
    width: 100%;
    background: #0A8DDE;
    border: 0;
}

.custom-login-content 
 .loginwithgoogle {
    width: 100%;
    grid-column: 1/-1;
}
.custom-login-content .loginwithgoogle > span {
    display: none;
}
.custom-login-content #ur-frontend-form .login .ur-form-grid p:not([class]) {
    display: none;
}
.custom-login-content #ur-frontend-form .ur-form-grid p.user-registration-LostPassword {
    grid-area: 5/2;
    padding-top: 0;
    text-align: right;
}
.custom-login-content #ur-frontend-form .ur-form-grid p.user-registration-LostPassword a {
    color: #0A8DDE;
    font-size: 14px;
    font-weight: 600;
}
.custom-login-content #ur-frontend-form .ur-form-grid input {
    border: 1px solid #D0D5DD;
    padding: 10px;
    grid-column: 1/-1;
}

.custom-login-content #ur-frontend-form .ur-form-grid input::placeholder{
    font-size: 16px;
    color: #667085;
}

img#__lpform_username_icon {
    display: none !important;
}
img#__lpform_password_icon {
    display: none !important;
}

.couldget .custom-login-content .float-img.top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 20%;
    right: 0;
    width: 100%;
    max-width: 680px;
    left: 50%;
    transform: translateX(-50%);
}

.couldget .custom-login-content .float-img.top img:nth-child(1) {
    position: absolute;
    left: 60px;
}
.couldget .custom-login-content .float-img.top img:nth-child(2) {
    position: absolute;
    right: 115px;
    top: 0;
}
.couldget .custom-login-content .float-img.top img:nth-child(3) {
    position: absolute;
    top: -90px;
    right: 20px;
}

.couldget .custom-login-content .float-img.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.couldget .custom-login-content .float-img.bottom img:nth-child(1) {
    position: relative;
    transform: translate(30px, 60px);
}

.slider-sec.slider-login-page .owl-carousel button.owl-dot.active span {
    width: 25px;
    border-radius: 20px;
}
.couldget .couldget_main p.footer-copy-r {
    text-align: left;
    padding: 0 40px 30px;
    font-size: 14px;
}
.couldget.login .row {
    margin: 0;
    height: 100%;
}
.couldget .couldget_main .site-logo {
    margin-left: 20px;
}

.couldget .couldget_main .couldget-img .slider-inner img {
    width: 100%;
    max-width: 600px;
}

.couldget label.user-registration-form__label {
    text-align: left;
}
.custom-login-content .loginwithgoogle .wp_google_login {
    margin-top: 15px;
}

.custom-login-content #ur-frontend-form .ur-form-grid p.login-level {
    grid-column: 1/-1;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0 !important;
}
.custom-login-content #ur-frontend-form .ur-form-grid span.password-input-group {
    grid-column: 1/-1;
    margin-bottom: 10px;
}
.custom-login-content #ur-frontend-form .ur-form-grid .user-registration-form-row {
    display: none !important;
}

.custom-login-content #ur-frontend-form .lost_reset_password .ur-form-grid .user-registration-form-row {
    display: block !important;
}
.custom-login-content #ur-frontend-form .ur-form-grid > p.form-row {
    display: block;
}

.custom-login-content div#ur-frontend-form .lost_reset_password .ur-form-grid {
    display: block;
}

.custom-login-content .footer_link p {
    color: #344054;
    padding-bottom: 10px!important;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 400;
}
.custom-login-content .footer_link p a {
    font-weight: 600;
    color: #0a8dde;
}
/*home couldget sec start */
.couldget.booster-pro-2 .container {
    max-width: 1500px;
    padding-left: 60px;
    padding-right: 60px;
}

.couldget.booster-pro-2 .couldget_main {
    background: #ffb95d;
    border-radius: 8px;
    padding: 52px 72px 52px 72px;
}

.couldget.booster-pro-2 h3 {
    max-width: 100%;
}

/*register page start */

.booster_sign_up_form {
    min-height: 100vh;
}
.booster_sign_up_form div#pfmaincontent2 {
    height: 100%;
}
.booster_sign_up_form .container {
/*    max-width: 100%;*/
/*    padding: 0;*/
    height: 100%;
}
.sign_up_form {
   /* padding: 80px 0;
    max-width: 430px;
    margin: 0 auto;*/
}

.booster_sign_up_form .row {
    margin: 0;
    height: 100%;
}
.booster_sign_up_form .row .col-lg-5 {
    min-height: 100vh;
}
.booster_sign_up_form .col-lg-7 {
    min-height: 100vh;
}
.from-copy-right {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.booster_sign_up_form .col-lg-7.col-sm-7 {
    padding-right: 0;
}
img#__lpform_first_name_icon {
    display: none;
}
.booster_sign_up_form .right_form {
    height: 100%;
}

.booster_sign_up_form .sign_up_form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*boostr for free page start*/
.banner-for-free {
    position: relative;
}
.banner-for-free img {
    width: 100%;
    min-height: 210px;
    object-fit: cover;
}
img.banner-for-free-mobile {
    display: none;
}
.get_instant-form p.form_pera {
    color: #667085;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    margin: 40px 0 0;
    font-weight: 400;
}
.get_instant-acc {
    padding: 120px 0;
}
.get_instant-acc-content {
    margin: 40px 0 0;
}
.banner-free-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.get_instant-card {
    background: #e8f1ff;
    padding: 24px;
    border: 1px solid #99cbff;
    border-radius: 4px;
    margin: 0 0 24px;
    width: calc(100% - 20px);
}
.get_instant-card:not(:first-child) {
    border-radius: 8px;
}
.banner-free-content h1 {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin: 0 0 30px;
}
.banner-free-content p {
    color: #fff;
    font-size: 20px;
}
.get_instant-card h4 {
    margin: 16px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.get_instant-card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    max-width: 540px;
}
.get_instant-card ul {
    margin: 20px;
}
.get_instant-card ul li {
    list-style-type: auto;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    color: #475467;
}

.get_instant-form {
    background: #F8F9F9;
    padding: 32px;
}
.get_instant-form  label {
    font-size: 14px;
}
.get_instant-form input {
    box-shadow: none !important;
    padding: 10px 12px 10px 12px !important;
    border-radius: 4px;
    width: 100% !important;
}
.get_instant-form form textarea {
    box-shadow: none !important;
    padding: 10px 12px 10px 12px !important;
    border-radius: 4px;
    resize: none;
    width: 100% !important;
}
.get_instant-form form select {
    padding: 10px 12px 10px 12px !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: 48px !important;
    background: transparent;
    border: 1px solid #ddd !important;
}
img#__lpform_first_name_41048_icon {
    display: none;
}
.get_instant-form form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.get_instant-form form ul li {
    width: 100%;
    padding: 0;
}

.get_instant-form form ul li.first_last {
    width: 49%;
}
.get_instant-form form ul li.city_state_zip {
    width: calc(95% / 3);
}
.get_instant-form form ul li.ein_select_text {
    width: 48%;
}
.get_instant-form form ul li.custom_html .wpuf-fields br {
    display: none;
}
.get_instant-form form ul li.custom_html .wpuf-fields a {
    color: #0A8DDE;
}
.get_instant-form form ul li.custom_html .wpuf-fields {
    font-style: italic;
    color: #667085;
    font-size: 14px;
    margin-top: -8px;
}
.get_instant-form form ul li.wpuf-submit input[type="submit"] {
    font-size: 16px !important;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    border: 2px solid #0a8dde !important;
    transition: all 0.2s linear;
    text-shadow: none !important;
}
.get_instant-form form ul li.wpuf-submit input[type="submit"]:hover {
    background: transparent !important;
    color: #0a8dde !important;
}
/*boostr for free page end*/

/* Trello updates - 2024-11-04 */
.inner-banner .bread-crumb {
    padding: 20px 0;
}
.load-more-clubs {
    text-align: center;
}

.load-more-clubs button {
    background-color: #0a8dde;
    border: none;
    padding: 10px 36px;
    border-radius: 4px;
    font-size: 14px;
    color: #fcfcfd;
}

.modal {
    height: auto!important;
}

.modal-content {
	border: unset!important;
}

.site-nav ul li:last-child a::before {
    content: "";
    position: absolute;
}

.site-nav ul li:last-child a::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #fff;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.site-nav ul li:hover:last-child a::before {
    opacity: 1;
    visibility: visible;
}

/* 16 jan css start */
.bootr-club-wrapper .club-card {
    height: 100%;
    position: relative;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #FCFCFF;
}
.bootr-club-wrapper .row .col-xl-3.col-lg-4 {
    margin-bottom: 24px;
}

.bootr-club-wrapper .club-card .club-card-text {
    padding-bottom: 12x;
}
.bootr-club-wrapper .club-card .club-card-text .location {
    position:static;
}
.bootr-club-wrapper .club-card .club-card-text .location span {
    color: #475467;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bootr-club-wrapper .club-card .club-card-text .location span a{
    color: #475467;
}
.bootr-club-wrapper .club-card .club-card-img {
    height: 250px;
    border-bottom: 1px solid #EAECF0;
    background: #FFF;
    border-radius: inherit;
}
.bootr-club-wrapper .club-card .club-card-img img {
    width: 130px;
    aspect-ratio: 1;
    border-radius: 50%;
}
.profile-banner-bottom .profile-intro>img {
    box-shadow: var(--shadows-shadow-lg-box-shadow, 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08));
    border-color: rgb(0 0 0 / 8%);
}
.blog-post-content p {
    font-size: 16px;
}
.pagination-wrap .button {
    font-size: 14px;
}
.inner-banner h1 {
    font-weight: 800;
}
/* .inner-banner h1 {
    font-size: 52px;
    letter-spacing: -0.02em;
    font-weight: 700;
} */
.post-inner-content p {
    padding-top: 15px;
}
.inner-banner.blog-banner .banner-inner p {
    font-weight: 400;
}
.post-inner-content h2, .post-inner-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 50px;
}
.post-inner-content h3{
    margin-top: 0;
}

.blog-details-sec .newsletter h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}
.blog-details-sec .newsletter p {
    padding-top: 0;
}
.blog-details-sec .newsletter form {
    padding-top: 15px;
}
.blog-details-sec .newsletter form .tnp-field label {
    display: none !important;
}
.blog-details-sec .newsletter .tnp-field input.tnp-submit {
    width: 100% !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 15px;
}
.blog-details-sec .support-sponsors h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.blog-details-sec .categories-link-sec h3 {
    font-size: 20px;
    font-weight: 500;
}
.blog-details-sec .categories-link-sec p.category-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.blog-details-sec .recent-blogs-txt h3 {
    font-size: 20px;
    font-weight: 600;
}
.blog-details-sec .post-inner-content img {
    width: 100%;
}

.related-clubs .club-info {
    text-align: center;
    max-width: 250px;
    word-wrap: break-word;
}

/* 16 jan css end */

/* 2025-01-28 */
.custom-user-register-from .ur-form-row:has(#user_phone) {
	display: none;
}
.clubs-loader {
    display: flex;
    justify-content: center;
    margin: 7rem;
}

.clubs-loader i {
    font-size: 30px;
}

#filterModal1 .selectMultiple ul {
    z-index: 3;
}


/*comparison page */

.comparison-banner .container {
    padding: 0 15px;
}

.comparison-banner .banner-content {
    padding: 120px 0;
    max-width: 810px;
}
.comparison-banner .baner-btn {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}
.comparison-banner .banner-content h1 {
    font-family: 'Playfair Display';
    font-weight: 700;
    color: #000;
    font-size: 70px;
}
.comparison-banner .banner-content h1 span {
    color: #0a8dde;
    font-family: inherit;
}
.comparison-banner .banner-content p {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin: 40px 0;
}

.comparison-banner .baner-btn a {
    display: inline-block;
    padding: 11px 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s linear;
}

.comparison-banner .baner-btn a:first-child {
    background: #0a8dde;
    color: #fff;
    border: 1px solid #0a8dde;
}

.comparison-banner .baner-btn a:first-child:hover {
    background: transparent;
    color: #0a8dde;
}

.comparison-banner .baner-btn a:last-child:hover {
    background: #0a8dde;
    color: #fff;
}

.comparison-banner .baner-btn a:last-child {
    border: 1px solid var(--blue);
    color: #0a8dde;
}

.comparison-banner .banner-imgr {
    height: 100%;
    display: flex;
    align-items: end;
}

.comparison-banner .banner-imgr img {
    width: 100%;
    object-fit: cover;
    display: block;
/*    max-width: 620px;*/
}

.comparison-banner .owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}

.page-template-Comparison-page .packs-intro .tab-has-content .tab-top {
    background:#fff !important;
    height: 100%;
}

.page-template-Comparison-page .packs-intro .tab-has-content.paid-pack  .tab-top {
    background: hsl(34.74deg 40.43% 90.78%) !important;
}


.page-template-Comparison-page .packs-intro .container>img.line {
    position: absolute;
    left: 28%;
    bottom: -180px;
}

.page-template-Comparison-page .inner-banner .form-check.form-switch input[type="checkbox"] {
    margin-left: 0;
}

.page-template-Comparison-page .platform-feature .row {
    row-gap: 25px;
}

.page-template-Comparison-page .platform-feature {
    background: #fff;
}

.page-template-Comparison-page .platform-feature .new-shapes {
    position: relative;
    isolation: isolate;
}

.page-template-Comparison-page .platform-feature .new-shapes img.image-one {
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 150px;
    z-index: -1;
}

.page-template-Comparison-page .platform-feature .new-shapes img.arrow-half {
    position: absolute;
    left: -90px;
    top: 90px;
    max-width: 80px;
}

.page-template-Comparison-page .platform-feature .new-shapes img.new-arrow {
    position: absolute;
    bottom: -70px;
    right: 0;
    max-width: 50px;
}

.page-template-Comparison-page .platform-feature .feature-inner {
    border-color: hsl(209.55deg 62.62% 79.02%);
    background: hsl(217.14deg 91.3% 95.49%);
}

.page-template-Comparison-page .platform-feature .feature-inner h3 {
    font-family: 'Open Sans';
    font-weight: 600;
}

.page-template-Comparison-page .packs-intro .container>img.crown {
    right: auto;
    left: 15%;
    transform: scaleX(-1);
    top: -80px;
}

.page-template-Comparison-page .packs-intro .tab-has-content .price>img {
    width: 100%;
    position: static;
    max-width: 200px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 5px;
}

.page-template-Comparison-page .packs-intro .tab-has-content .price {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
}

.page-template-Comparison-page .packs-intro .tab-has-content .price .dollar {
    line-height: normal;
}

body.page-template-Comparison-page .packs-intro .tab-has-content.paid-pack .tab-top .dollar {
    color: hsl(1.25deg 26.37% 64.31%) !important;
}

body.page-template-Comparison-page .packs-intro .tab-has-content .price .yearly-text {
    line-height: normal;
    color: hsl(0deg .94% 41.57%) !important;
}

.page-template-Comparison-page .packs-intro {
    background: #f9f6ef;
    padding-bottom: 80px;
}

.page-template-Comparison-page .packs-intro .tab-has-content {
    filter: none;
}

body.page-template-Comparison-page .packs-intro .tab-has-content .price .monthly-text {
    line-height: normal;
    color: hsl(0deg .94% 41.57%) !important;
}

.page-template-Comparison-page .video-sec {
    padding: 80px 0;
    position: relative;
}

.page-template-Comparison-page .video-sec img.blur-line {
    position: absolute;
    right: 30%;
    bottom: -20px;
    transform: rotate(70deg);
}

.page-template-Comparison-page .video-sec .video-img {
    height: 350px;
}

.page-template-Comparison-page .video-sec .video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-Comparison-page .slider-sec .owl-carousel {
    top: 0;
    margin-bottom: -260px;
}

.page-template-Comparison-page .table-cont {
    background: #fefffa;
    padding: 50px 0 0;
}

.page-template-Comparison-page .table-wrap {
    position: relative;
}

.page-template-Comparison-page .table-wrap img.three-line {
    position: absolute;
    left: -20px;
    top: -20px;
    max-width: 60px;
}

.page-template-Comparison-page .table-cont table {
    outline: 1px solid #ececeb;
    outline-offset: -1px;
    border-radius: 8px !important;
}

.page-template-Comparison-page .table-cont  h2 {
    text-align: center;
    margin: 20px 0 20px;
}

.page-template-Comparison-page .table-cont .row > p {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
}

.page-template-Comparison-page .table-cont table th {
    background-color: #e9f1fd;
    padding: 15px;
    font-size: 22px;
    color: #2b2b2b;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    vertical-align: middle;
}

.page-template-Comparison-page .table-cont table td {
    background: #fff;
}

.page-template-Comparison-page .table-cont table th:first-child, .page-template-Comparison-page .table-cont table td:first-child {
    width: 40%;
    border-right: 1px solid #d0d5dd;
}

.page-template-Comparison-page .table-cont table th:nth-child(2), .page-template-Comparison-page .table-cont table td:nth-child(2) {
    width: 30%;
    border-right: 1px solid #d0d5dd;
}

.page-template-Comparison-page .table-cont table th:nth-child(3), .page-template-Comparison-page .table-cont table td:nth-child(3) {
    width: 30%;
}

.page-template-Comparison-page .table-cont table th:nth-child(2) {
    color: #0a8ddd;
}

.page-template-Comparison-page .table-cont table th:nth-child(3) {
    color: #959595;
}

.page-template-Comparison-page section.boostr-web .boostr-row.p-92.bg-cream:first-child {
    padding-top: 400px;
}


.page-template-Comparison-page .slider-sec .slider-inner img {
    width: 100% !important;
}
.page-template-Comparison-page .btm-create-sec {
    padding-top: 62px;
}

.page-template-Comparison-page .Create-your-account {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
    margin: 40px 0;
} 

.page-template-Comparison-page .table-cont .Create-your-account h2 {
    text-align: center;
    margin: 20px 0 20px;
    font-weight: 300;
}

.page-template-Comparison-page .Create-your-account a {
    display: inline-block;
    padding: 11px 24px;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
    border-radius: 8px;
    transition: all .2s linear;
    background: #0a8dde;
    color: #fff;
    border: 1px solid #0a8dde;
}

.page-template-Comparison-page .Create-your-account a:hover {
    background: transparent;
    color: #0a8dde;
}

form#formembedsubmisson .formbuilder-checkbox-inline {
    display: inline-flex;
    align-items: center;
}

#formembedsubmisson input[type="checkbox"] {
    width: 17px;
}

form#formembedsubmisson .formbuilder-radio-inline {
    display: flex;
    align-items: center;
    position: relative;
}
form#formembedsubmisson .formbuilder-radio-inline input[type="radio"] {
    position: absolute;
    left: 10px;
    top: 9px;
}

body #formembedsubmisson .formbuilder-text-label {
    display: block;
    padding: 0 !important;
    margin-bottom: 5px;
}

#formembedsubmisson .formbuilder-text-label span.formbuilder-required {
    display: inline-block;
}

#formembedsubmisson .formbuilder-textarea-label {
    display: block;
    padding: 0 !important;
    margin-bottom: 5px;
}

form#formembedsubmisson ul {
    padding-left: 25px;
    margin-bottom: 10px;
}

form#formembedsubmisson li {
    list-style-type: inherit;
}

body header.headwithout .container_hello_tester .hello_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    row-gap: 0;
    margin-bottom: 10px;
}

#formembedsubmisson input[type="checkbox"] {
    min-height: 0;
}
body #formembedsubmisson .formbuilder-text-label br {
    display: none;
}
/*responisve start */
@media screen and (min-width:1600px){
.page-template-Comparison-page .platform-feature .new-shapes img.arrow-half {
    position: absolute;
    left: -120px;
}

.page-template-Comparison-page .platform-feature .new-shapes img.new-arrow {
    right: -70px;
}

}

@media screen and (max-width:1400px){
.comparison-banner .banner-content h1 {
    font-size: 48px;
}
.comparison-banner .banner-content {
    padding: 140px 0;
}
.comparison-banner .banner-content p {
    font-size: 26px;
    margin: 30px 0;
}
}


@media screen and (max-width:1200px){
.comparison-banner .banner-content p {
    font-size: 24px;
    margin: 30px 0;
}
.comparison-banner .baner-btn a {
    font-size: 14px;
}
.comparison-banner .banner-content {
    padding: 100px 0;
}
.page-template-Comparison-page .table-cont table td {
    padding: 15px;
}
.page-template-Comparison-page .packs-intro .container>img.line {
    left: 25%;
}
.page-template-Comparison-page .platform-feature .new-shapes img.image-one {
    top: -50px;
}
}

@media screen and (max-width:991px){
.page-template-Comparison-page .table-cont table th:first-child, .page-template-Comparison-page .table-cont table td:first-child {
    width: 50%;
}
.page-template-Comparison-page .table-cont table th:nth-child(2), .page-template-Comparison-page .table-cont table td:nth-child(2) {
    width: 25%;
}
.page-template-Comparison-page .table-cont table th:nth-child(3), .page-template-Comparison-page .table-cont table td:nth-child(3) {
    width: 25%;
}
.page-template-Comparison-page .table-cont table th {
    font-size: 18px;
}
div#calendar .fc-header-toolbar .fc-button-group button.fc-button-primary {
    padding: 10px 30px;
}
}


@media screen and (max-width:767px){
.comparison-banner .row {
    flex-direction: column-reverse;
}

body .comparison-banner .slider-inner .banner-imgr img {
    width: 100% !important;
  /*  height: 410px;
    object-fit: contain;*/
    margin: 0 auto;
}

body.page-template-Comparison-page .slider-sec .slider-inner img {
    margin: 0 0 30px;
    width: 100% !important;
}

.comparison-banner .banner-content {
    padding: 40px 0;
}
.comparison-banner .baner-btn a {
    font-size: 14px;
    padding: 8px 20px;
}
.about-tab-desk {
    display: none;
}
.about-club-tab-menu-mobile {
    display: flex;
}
.about-club-nav-wrap>.tab-menu-item.active {
    border: 2px solid #ffddb7;
    background: #fff4e0;
}
.page-template-Comparison-page .table-cont table th {
    font-size: 16px;
}
.page-template-Comparison-page .table-cont table th:first-child, .page-template-Comparison-page .table-cont table td:first-child {
    width: 60%;
}
.page-template-Comparison-page .table-cont table th:nth-child(2), .page-template-Comparison-page .table-cont table td:nth-child(2) {
    width: 20%;
}
.page-template-Comparison-page .table-cont table th:nth-child(3), .page-template-Comparison-page .table-cont table td:nth-child(3) {
    width: 20%;
}
.page-template-Comparison-page .table-cont table td img {
    max-width: 20px;
}
div#calendar .fc-header-toolbar {
    flex-direction: column;
}
div#calendar .fc-header-toolbar .fc-button-group button.fc-button-primary {
    padding: 10px 20px;
}
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 22px;
}
.page-template-Comparison-page section.boostr-web .boostr-row.p-92.bg-cream:first-child {
    padding-top: 320px;
}
.page-template-Comparison-page section.boostr-web .boostr-row.p-92.bg-cream {
    padding-top: 64px;
}
.page-template-Comparison-page .slider-sec .owl-carousel .slider-inner .row {
    margin: 0;
}
}


@media screen and (max-width:575px){
.page-template-Comparison-page .table-cont table td {
    padding: 10px;
}

.page-template-Comparison-page .table-cont table th {
    padding: 10px;
}
.page-template-Comparison-page .table-cont table td img {
    max-width: 20px;
}
.page-template-Comparison-page .platform-feature .new-shapes img.image-one {
    top: 0;
    max-width: 80px;
}

/*body .comparison-banner .slider-inner .banner-imgr img {
    height: 320px;
}*/

#formembedsubmisson h1 {
    font-size: 24px;
}
}

@media screen and (max-width:480px){
.page-template-Comparison-page .table-cont table th {
    font-size: 16px;
}
.comparison-banner .banner-content h1 {
    font-size: 38px;
}

.comparison-banner .banner-content p {
    font-size: 18px;
}
.comparison-banner .baner-btn a {
    font-size: 12px;
    padding: 8px 16px;
}
}


/*18 apl 2025 */

/*volunteerpage tab form start */
#tab-content-volunteerpage {
    padding-bottom: 80px;
}

#tab-content-volunteerpage .container_hello_tester {
    max-width: 100%;
}

#tab-content-volunteerpage .form_close h4 {
    margin: 0;
    text-align: right;
    color: #aca2a2;
    font-size: 15px;
    font-weight: 500;
    font-family: "Open Sans",serif;
}

#tab-content-volunteerpage .signup-header {
    padding: 45px 20px;
    background: #ededed;
}

#tab-content-volunteerpage .volunteers-roles .signup-header {
    background: #f7f7f7;
    padding: 31px 20px;
}

#tab-content-volunteerpage .signup-header .content {
    text-align: center;
    max-width: 904px;
    margin: 0 auto;
}
#tab-content-volunteerpage .signup-header .content h4 {
    font-weight: 600;
    color: #000;
    font-size: 24px;
    margin: 0;
    padding-bottom: 29px;
    font-family: 'Open Sans';
}

#tab-content-volunteerpage .signup-header .content p {
    font-size: 15px;
    font-family: 'Open Sans';
}

#tab-content-volunteerpage .volunteers-roles .signup-header h4 {
    padding-bottom: 20px;
}

#tab-content-volunteerpage .volunteers-roles .signup-header .content p {
    font-size: 14px;
}

#tab-content-volunteerpage .volunteers-roles .steps {
    text-align: center;
    margin: 40px 0;
}

#tab-content-volunteerpage .volunteers-roles .steps p {
    margin: 0;
    color: #5571c7;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans';
}


#tab-content-volunteerpage .choose-date {
    max-width: 1194px;
    margin: 0 auto;
}

#tab-content-volunteerpage .choose-date .choose_date_flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    max-width: 100%;
    align-items: start;
}

#tab-content-volunteerpage .choose-date .choose_date_flex .para {
    width: 40%;
}

#tab-content-volunteerpage .choose-date .date-check {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 60%;
}


#tab-content-volunteerpage .choose-date .para p {
    font-weight: 700;
    color: #404040;
    font-size: 24px;
    margin: 0;
}

#tab-content-volunteerpage .choose-date .date-check p {
    display: flex;
    margin: 0;
    background: #bfefd5;
    padding: 13px 12px 13px 16px;
    border-radius: 7px;
    gap: 22px;
}

#tab-content-volunteerpage .choose-date .date-check p label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

#tab-content-volunteerpage input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 5px;
}

#tab-content-volunteerpage input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 5px;
}




#tab-content-volunteerpage .event-day {
    max-width: 1194px;
    margin: 30px auto 0;
}

#tab-content-volunteerpage .event-day.tabsitem {
    display: none;
}

#tab-content-volunteerpage .event-day.tabsitem.active {
    display: block;
}

#tab-content-volunteerpage .event-day-content {
    background: #e2e2e2;
    padding: 17px 43px 60px;
    border-radius: 9px;
}
#tab-content-volunteerpage .event-day-content h3 {
    text-align: center;
    font-weight: 600;
    color: #404040;
    font-size: 21px;
    margin: 0;
    margin-bottom: 30px;
    font-family: 'Open Sans';
}

#tab-content-volunteerpage .ticket-sec {
    background: #f7f7f7;
    padding: 22px 43px 50px;
    border-radius: 9px;
}

#tab-content-volunteerpage .ticket-sec h5 {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 22px;
    padding-bottom: 30px;
    font-family: 'Open Sans';
}

#tab-content-volunteerpage .ticket-sec .withbg {
    border-radius: 10px;
    background-color:#fff;
}

#tab-content-volunteerpage .ticket-sec .withbg.active {
    background: #bfefd5;
    opacity: 1;
}

#tab-content-volunteerpage .ticket-sec p {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    padding: 16px 12px 16px 20px;
    border-radius: 7px;
}

#tab-content-volunteerpage .nex-steps {
    text-align: center;
    margin-top: 23px;
    gap: 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#tab-content-volunteerpage .nex-steps button {
    background: #5377c5;
    border: 2px solid #38569e;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 30px;
    box-shadow: none;
    border-radius: 5px;
    height: auto;
    margin: 0;
}

#tab-content-volunteerpage .nex-steps button.back {
    background: #b0b0b0;
    border-color: #969696;
}

#tab-content-volunteerpage .nex-steps .nex-steps.volunteertype22 {
    margin-top: 0;
}

#tab-content-volunteerpage .nex-steps button.back {
    background: #b0b0b0;
    border-color: #969696;
}

#tab-content-volunteerpage .nex-steps .nex-steps.volunteertype22 {
    margin-top: 0;
}

#tab-content-volunteerpage .withbg.volunteeritemonly {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    opacity:0.5;
}

#tab-content-volunteerpage .ticket-sec .withbg.volunteeritemonly .text-headings-new {
    width: 30%;
    padding-right: 10px;
}

#tab-content-volunteerpage .ticket-sec .withbg.volunteeritemonly .text-heading-two {
    width: 15%;
    padding: 0 5px;
}

#tab-content-volunteerpage .withbg.volunteeritemonly .text-heading-textarea {
    width: 35%;
    padding: 0 10px;
}

#tab-content-volunteerpage .ticket-sec .withbg.volunteeritemonly .last-check {
    width: 10%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


#tab-content-volunteerpage .ticket-sec .text-headings-new h5 {
    text-align: left;
    color: rgba(59, 59, 59, 1);
    font-weight: 800;
    font-size: 21px;
    padding-bottom: 21px;
    font-family: 'Open Sans';
}

#tab-content-volunteerpage .ticket-sec span.dropoff {
    font-family: "Open Sans";
    line-height: 19px;
    font-weight: 400;
    font-style: normal;
    color: #515151;
    font-size: 13px;
}

#tab-content-volunteerpage .withbg.volunteeritemonly .text-heading-two p {
    padding: 0;
    text-align: center;
    justify-content: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
}

#tab-content-volunteerpage .withbg.volunteeritemonly .text-heading-two h4 {
    color: rgba(59, 59, 59,1);
    padding: 0;
    font-weight: 800;
    font-size: 24px;
    margin-top: 18px;
    text-align: center;
    font-family:roboto;
}

#tab-content-volunteerpage .ticket-sec .withbg .inp-text select {
    border: 2px solid #d8d8d8;
    border-radius: 0;
    width: 83%;
    padding: 11px;
    text-align: left;
    background: rgba(231, 231, 231, 1);
    font-size: 14px;
}

#tab-content-volunteerpage .ticket-sec .withbg.active .inp-text select{
    background: #fff;
}

#tab-content-volunteerpage .ticket-sec .withbg .text-heading-textarea textarea {
    border: 2px solid #d8d8d8;
    border-radius: 0;
    width: 100%;
    padding: 8px;
    text-align: left;
    background: rgba(231, 231, 231,1);
    height: 101px;
    font-size: 14px;
}

#tab-content-volunteerpage .ticket-sec .withbg.active .text-heading-textarea textarea{
    background: #fff;
}

#tab-content-volunteerpage .lenditems.halt, #tab-content-volunteerpage .areatextitem.halt {
    border-color: red !important;
}

#tab-content-volunteerpage .volunteeritemonly .text-heading-textarea, #tab-content-volunteerpage .volunteeritemonly .lenditems {
    pointer-events: none;
}

#tab-content-volunteerpage .volunteeritemonly.active .text-heading-textarea, #tab-content-volunteerpage .volunteeritemonly.active .lenditems {
    pointer-events: all;
}


#tab-content-volunteerpage .volunteers-roles .signup-header .content {
    max-width: 1100px;
}

#tab-content-volunteerpage .item_paragraphing {
    max-width: 800px;
    margin: 0 auto;
}

#tab-content-volunteerpage .item_paragraphing p {
    text-align: center;
    font-weight: 600;
    color: #404040;
    font-size: 15px;
    line-height: normal;
    font-family: 'Open Sans';
}

#tab-content-volunteerpage .item_heading h3 {
    text-align: center;
    font-weight: 600;
    color: #404040;
    font-size: 21px;
    margin: 47px 0 50px;
    font-family: 'Open Sans';
}

#tab-content-volunteerpage .volunteer-shift-heading {
    margin: 0 auto;
    max-width: 850px;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    text-align: center;
}

#tab-content-volunteerpage .volunteer-shift-heading p {
    margin: 0;
    color: #05c1ff;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans';
}

#tab-content-volunteerpage .volunteer-shift-heading p:first-child {
    text-align: left;
}


#tab-content-volunteerpage .volunteer-shift-ticket {
    margin: 10px auto 0;
    max-width: 897px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    background: #fff;
    border: 2px solid #d8d8d8;
    border-radius: 10px;
    padding: 16px 24px;
    position: relative;
    align-items: center;
}


#tab-content-volunteerpage .volunteer-shift-ticket p {
    margin: 0;
    font-weight: 600;
    color: #404040;
    font-size: 16px;
    text-align: left;
}

#tab-content-volunteerpage .volunteer-shift-ticket .shift-time:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
    background: #d8d8d8;
    height: calc(100% + 15px);
    width: 2px;
}

#tab-content-volunteerpage .volunteer-shift-ticket .shift-date {
    position: relative;
}

#tab-content-volunteerpage .volunteer-shift-ticket .shift-date:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    background: #d8d8d8;
    height: calc(100% + 15px);
    width: 2px;
}

#tab-content-volunteerpage .volunteer-shift-ticket .shift-time {
    position: relative;
}



#tab-content-volunteerpage .folding-ables-main .withbg.common {
    background: #fff;
    margin: 26px auto 0;
    max-width: 897px;
    border: 2px solid #d8d8d8;
    border-radius: 10px;
    padding: 13px 20px;
}

#tab-content-volunteerpage .folding-ables-main .needed_main {
    padding: 0;
    display: block;
}

#tab-content-volunteerpage .folding_table_flex {
    display: grid;
    gap: 30px;
    grid-template-columns: 2fr 1fr 1fr 2fr;
}

#tab-content-volunteerpage .folding-ables-main .folding_table_flex {
    grid-template-columns: 2fr 1fr 1fr 2fr;
}

#tab-content-volunteerpage .folding_table_flex h6 {
    font-weight: 600;
    color: #404040;
    font-size: 17px;
    margin: 0;
    padding-bottom: 17px;
}

#tab-content-volunteerpage .folding_table_flex p {
    margin: 0;
    padding: 0;
    display: block;
}
#tab-content-volunteerpage .folding_table p span {
    font-size: 13px;
    display: block;
}

#tab-content-volunteerpage .termsdiv {
    text-align: left;
    max-width: 375px;
    position: relative;
    padding-left: 35px;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
}

#tab-content-volunteerpage .termsdiv input#terms {
    border: 2px solid rgb(137 135 135);
    border-radius: 3px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -1px;
    left: 0;
}

#tab-content-volunteerpage .termsdiv label {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans';
}

#tab-content-volunteerpage .termsdiv label a {
    color: #00c0ff;
    text-decoration: underline;
}

#tab-content-volunteerpage .signup-form-new {
    background: #fff;
    border: 2px solid #d8d8d8;
    border-radius: 10px;
    padding: 16px 24px;
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0 auto;
}

#tab-content-volunteerpage .signup-form-new h2 {
    text-align: center;
    font-weight: 600;
    color: #404040;
    font-size: 21px;
    margin: 0px 0 19px;
    font-family: "Open Sans", serif;
    display: block;
}
#tab-content-volunteerpage .signup-form-new-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#tab-content-volunteerpage .signup-form-new .input-group {
    margin-bottom: 15px;
    width: 47%;
}


#tab-content-volunteerpage .signup-form-new .input-group input {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #d8d8d8;
    border-radius: 6px!important;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #404040;
}

#tab-content-volunteerpage .signup-form-new.password-forms-new .signup-form-new-wrap {
    display: block;
    margin-top: 40px;
}

#tab-content-volunteerpage .signup-form-new.password-forms-new .signup-form-new-wrap  .input-group {
    margin-left: auto;
    margin-right: auto;
}

#tab-content-volunteerpage .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2rem;
    color: #555;
}

#tab-content-volunteerpage .input-group.input-group-textbtn {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
    display: block;
}

#tab-content-volunteerpage .input-group.input-group-textbtn a {
    color: rgba(145, 145, 145, 1);
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

#tab-content-volunteerpage .button-container-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

#tab-content-volunteerpage .button-container-main .button {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    max-width: 338px;
    width: 100%;
}

#tab-content-volunteerpage .button-container-main .primary-button {
    background-color: #00bfff;
    color: white;
}

#tab-content-volunteerpage .button-container-main .secondary-button {
    background-color: rgba(185, 185, 185,1);
    color: #fff;
}

.hide {
    display: none !important;
}


#tab-content-volunteerpage .boostr-acc-wrap {
    text-align: center;
    margin-top: 40px;
}

#tab-content-volunteerpage .boostr-acc-wrap h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 14px;
    font-family: "Open Sans", serif;
}

#tab-content-volunteerpage .signup-form-new .boostr-acc-wrap p {
    font-family: "Open Sans", serif;
    font-size: 16px;
    color: #515151;
}

#tab-content-volunteerpage .button-container-new {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 70px;
}

#tab-content-volunteerpage .button-container-new .button {
    background-color: #5377c5;
    color: #fff;
    padding: 18px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #3557a1;
    font-weight: 600;
    display: inline-block;
}

#tab-content-volunteerpage .p-container-up {
    text-align: center;
    color: #676767;
    font-size: 18px;
    margin-top: 65px;
}

@media screen and (max-width:991px){
    #tab-content-volunteerpage .volunteer-shift-ticket .shift-date:before {
        right: 12px;
       
    }  
}



@media screen and (max-width:767px){
    #tab-content-volunteerpage .choose-date .choose_date_flex {
        flex-wrap: wrap;
        gap: 30px;
    }

    #tab-content-volunteerpage .choose-date .choose_date_flex .para {
        width: 100%;
        text-align: center;
    }

    #tab-content-volunteerpage .choose-date .date-check {
        width: 100%;
        justify-content: center;
    }
    #tab-content-volunteerpage .event-day-content {
        padding: 15px 30px 60px;
    }
    #tab-content-volunteerpage .withbg.volunteeritemonly {
        flex-wrap: wrap;
        justify-content: center;
    }
    #tab-content-volunteerpage .ticket-sec .withbg.volunteeritemonly .text-headings-new {
        width: 100%;
        text-align: center;
    }
    #tab-content-volunteerpage .ticket-sec .text-headings-new h5 {
        text-align: center;
    }
    #tab-content-volunteerpage .ticket-sec .withbg.volunteeritemonly .text-heading-two {
        width: 100%;
        padding: 0;
    }
    #tab-content-volunteerpage .withbg.volunteeritemonly .text-heading-textarea {
        width: calc(100% - 30px);
        padding: 0;
    }
    #tab-content-volunteerpage .ticket-sec .withbg .inp-text select {
        width: 100%;
    }
    #tab-content-volunteerpage .ticket-sec .withbg.volunteeritemonly .last-check {
        width: auto;
        margin-left: 10px;
    }

    #tab-content-volunteerpage .volunteer-shift-ticket {
        grid-template-columns: 100%;
    }
    #tab-content-volunteerpage .volunteer-shift-ticket .shift-date:before {
        content: "";
        position: absolute;
        top: auto;
        transform: translateY(0);
        right: 0;
        left: 0;
        bottom: -10px;
        background: #d8d8d8;
        height: 2px;
        width: 100%;
    }
   #tab-content-volunteerpage .volunteer-shift-ticket .shift-time:before {
        content: "";
        position: absolute;
        top: -10px;
        transform: translateY(0);
        right: 0;
        left: 0;
        background: #d8d8d8;
        height: 2px;
        width: 100%;
    }
    #tab-content-volunteerpage .folding-ables-main .folding_table_flex {
        grid-template-columns: 100%;
        gap: 20px;
    }
    #tab-content-volunteerpage .folding-ables-main .folding_table_flex .neddedd {
        display: flex;
        gap: 10px;
    }
    #tab-content-volunteerpage .folding-ables-main .folding_table_flex .lend {
        display: flex;
        gap: 10px;
    }
}
/*volunteerpage tab form end */

/*18 apl 2025 */

/*22 apl 2025 */
#formembedsubmisson label.formbuilder-radio-group-label {
    display: block;
}

#formembedsubmisson label.formbuilder-radio-group-label span.formbuilder-required {
    display: inline-block;
}

.form_header_gray .password_provided .box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 28px auto 0;
    max-width: 500px;
}
.formsbuilder-template-default.single.single-formsbuilder p {
    font-family: 'Open Sans';
}

.form_header_gray .password_provided .box_input {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.form_header_gray .password_provided input {
    min-height: 45px;
    border: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 5px;
    width: 100%;
    padding: 0 8px;
}
.form_header_gray .password_provided label {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.form_header_gray .password_provided .box p {
    font-weight: 500;
    font-size: 17px;
    font-family: 'Open Sans';
}

