/*roboto*/
@font-face { font-family: 'robotomedium'; src: url('/assets/fonts/roboto-medium-webfont.eot'); src: url('/assets/fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/roboto-medium-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-medium-webfont.woff') format('woff'), url('/assets/fonts/roboto-medium-webfont.ttf') format('truetype'), url('/assets/fonts/roboto-medium-webfont.svg#robotomedium') format('svg'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'Roboto'; src: url('/assets/fonts/Roboto-Regular.eot'); src: url('/assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Roboto-Regular.woff2') format('woff2'), url('/assets/fonts/Roboto-Regular.woff') format('woff'), url('/assets/fonts/Roboto-Regular.ttf') format('truetype'), url('/assets/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'); font-weight: normal; font-weight: 400; font-style: normal; font-display: swap;}
@font-face { font-family: 'Roboto'; src: url('/assets/fonts/Roboto-Medium.eot'); src: url('/assets/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Roboto-Medium.woff2') format('woff2'), url('/assets/fonts/Roboto-Medium.woff') format('woff'), url('/assets/fonts/Roboto-Medium.ttf') format('truetype'), url('/assets/fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap;}
@font-face { font-family: 'Roboto'; src: url('/assets/fonts/Roboto-SemiBold.eot'); src: url('/assets/fonts/Roboto-SemiBold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Roboto-SemiBold.woff2') format('woff2'), url('/assets/fonts/Roboto-SemiBold.woff') format('woff'), url('/assets/fonts/Roboto-SemiBold.ttf') format('truetype'), url('/assets/fonts/Roboto-SemiBold.svg#Roboto-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap;}
@font-face { font-family: 'Roboto'; src: url('/assets/fonts/Roboto-Bold.eot'); src: url('/assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Roboto-Bold.woff2') format('woff2'), url('/assets/fonts/Roboto-Bold.woff') format('woff'), url('/assets/fonts/Roboto-Bold.ttf') format('truetype'), url('/assets/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'); font-weight: bold; font-weight: 700; font-style: normal; font-display: swap;}
:root {
    --bs-primary-rgb: 211,57,63;
    --bs-link-color-rgb: 211,57,63;
    --bs-link-hover-color-rgb: 177,40,45;
}
.btn-primary {
    --bs-btn-bg: #D3393F;
    --bs-btn-border-color: #D3393F;
    --bs-btn-hover-bg: #b1282d;
    --bs-btn-hover-border-color: #b1282d;
    --bs-btn-active-bg: #b1282d;
    --bs-btn-active-border-color: #b1282d;
}
html {
    height: 100%;
}
body { font-family: 'Roboto';}
header { position: absolute; right: 0; left: 0; width: 100%; z-index: 9;}
.header-top {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}
.header-top .logo {
    width: 20%;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
    padding: 0 12px;
}
.nav-section .navbar {
    padding-right: 0;
    padding-top: 0;
}
.register-signin {
    margin-left: 20px;
}
.profile-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
.color-red {
    color: #D3393F;
}
.color-green {
    color: #5F9E38;
}
@media (min-width:768px) {
    .header-account {
        position:absolute;
        right: 0;
        top: -60px;
        display: flex;
        gap: 20px;
    }
    .header-account a {
        line-height: 30px;
    }
    .nav-section {
        margin-top: 50px;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        z-index: 99999;
    }
}
.banner-btn {
    margin-bottom: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.login-btn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  align-items: center;
  gap: 0 25px;
}
.login-btn li a img {
	max-width: 40px;
}
.contact-us {
    background: #D3393F;
    color: #fff;
    font-size: 20px;
    padding: 7px 10px;
    border-radius: 6px;
    font-weight: 500;
    display: inline-table;
    text-decoration: none;
}
.contact-us:hover {
    color: #fff;
    text-decoration: none;
}
.main-banner-section {
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    position: relative;
    text-align: center;
    height: 600px;
}
.main-banner-section:after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.main-banner-content {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 100%;
    padding: 0 15px;
    max-width: 900px;
    color: #fff;
    left: 50%;
    -webkit-transform:translatex(-50%);
    -moz-transform:translatex(-50%);
    transform:translatex(-50%);
}
.main-banner-content .main-banner-heading {
    font-size: 48px;
    font-weight: 700;
    margin:0 0 15px;
}
.main-banner-content .main-banner-text {
    font-size: 21px;
    line-height: 1.2;
    margin:0 0 20px;
}
.main-banner-content .main-banner-btn {
    margin:0 0 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.main-banner-btn img {
    max-width: 100%;
    height: auto;
}
.landing-page .main-banner-section {
    height: 100vh;
}
.landing-page .main-banner-content {
    max-width: 1024px;
}
@media (max-width:767px) {
    .main-banner-content {
        bottom: 0;
    }
    .main-banner-section {
        height: 400px;
        padding-bottom: 120%;
    }
    .landing-page .main-banner-section {
        height: 600px;
        padding-bottom: 120%;
    }
    .main-banner-content .main-banner-heading {
        font-size: 30px;
        font-weight: 700;
        margin:0 0 15px;
    }
    .main-banner-content .main-banner-text {
        font-size: 16px;
    }
}
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}
.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
.offers-part {
    background: rgba(0, 0, 0, 0.8);
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 565px;
    margin: auto auto 25px;
    border-radius: 10px;
    padding: 0;
    gap: 0 10px;
}
.offers-part li {
    position: relative;
    padding: 8px 15px 8px 50px;
    border-right: 1px solid #868686;
}
.offers-part li:last-child {
    border-right: 0;
}
.offers-part li img {
    position: absolute;
    left: 5px;
    top: 12px;
}
.offers-part li h4 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 28px;
}
.offers-part li h4 span {
    font-size: 16px;
}
.pagescroll-arrow {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.pagescroll-arrow img {
    animation: MoveUpDown 3s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/*player-managment-system*/

.player-managment {
    background: #fff;
    max-width: 1920px;
    margin: 150px auto auto;
    position: relative;
}
.player-managment:before {
    background: url(/assets/website-images/player-managment-bg.svg) no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    left: -12px;
    top: -20px;
    height: 852px;
    width: 856px;
}
.weblogin, .webregister, .web-forgot-password-form, .web-reset-form {
    background:#fff url(/assets/website-images/managment-system-bg.png) no-repeat top center;
    background-size: 100% auto;
}
.weblogin header, .weblogin footer,
.webregister header, .webregister footer,
.web-forgot-password-form header, .web-forgot-password-form footer,
.web-reset-form header, .web-reset-form footer {
    display: none;
}
.weblogin, .webregister, .web-forgot-password-form, .web-reset-form { height: 100%; display: flex; align-items: center;}
.login-box {margin-top:160px;border-radius: 0;border: none;background: transparent;}
.login-box img { max-width: 300px;}
.login-box .logo {margin-top:-160px;}
.player-content {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.player-content .player-image {
    width: 50%;
    display: flex;
    z-index: 9;
    margin-top: 44px;
}
.automation-list li.top-view {
    -webkit-animation: zoom 2s linear infinite;
    animation: zoom 2s linear infinite;
}
.automation-list li.bottom-view {
    -webkit-animation: zoom 2s linear infinite;
    animation: zoom 2s linear infinite;
}
.player-content .player-image .small-devise {
    margin-top: 100px;
    margin-right: -110px;
    z-index: 9;
}
@-webkit-keyframes zoom {
  0% { -webkit-transform: scale(1, 1); }
    50% { -webkit-transform: scale(1.06, 1.06); }
  100% { -webkit-transform: scale(1, 1); }
}

@keyframes zoom {
    0% { transform: scale(1, 1); }
    50% { transform: scale(1.06, 1.06); }
    100% { transform: scale(1, 1); }
}
.player-content .employer-content {
    width: 50%;
}
.player-content .employer-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
}
.player-content .employer-content span {
    font-size: 18px;
    color: #444444;
    display: block;
}
.manag-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.manag-list li {
    width: 50%;
    margin-bottom: 40px;
}
.manag-list li h4 {
    font-size: 20px;
    color: #1B2E5F;
    font-weight: 700;
    margin-bottom: 0;
}
.manag-list li p {
    font-size: 16px;
    color: #444444;
    margin: 0;
}
.manag-list li img {
    margin-bottom: 10px;
}

.header-inner-banner-section {
    background: url(/assets/website-images/common_bg.jpg) no-repeat bottom center;
    background-size: 100% auto;
    padding-top: 310px;
    padding-bottom: 20px;
    text-align: center;
}
.header-inner-banner-section h2 {
    text-align: center;
    font-size: 52px;
    color: #fff;
}
@media (max-width:767px) {
    .header-inner-banner-section {
        padding-top: 180px;
    }
}

/*video-section*/
.video-main {
    background:url(/assets/website-images/experience_bg.png) no-repeat;
    background-size: 100% auto;
    height: auto;
    position: relative;
    margin-top: 0;
    padding-bottom: 50px;
}
.video-path {
    width: 845px;
    height: 544px;
    border-radius: 15px;
    margin: auto;
}
.video-path video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: auto;
    -webkit-box-shadow: 0 8px 13px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 13px 4px rgba(0, 0, 0, 0.5);
}
iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.btn.btn-primary {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 50px;
    font-weight: 500;
}
.video-content {
    text-align: center;
    margin-top: 80px;
}
.video-content h2 {
    font-size: 42px;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #fff;
    font-weight: 700;
}
.video-content span {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}
.custom-heading {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0 auto 10px;
}
.custom-sub-head {
    color: #fff;
    display: block;
    font-size: 21px;
    text-align: center;
    z-index: 1;
    position: relative;
    line-height: 1.2;
    margin: 0 auto 50px;
}
#membership .custom-sub-head {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
/*club-section*/
.club-managment-banner {
    box-shadow: none !important;
    outline: none;
    background: url(/assets/website-images/club-mngmn-bg.png) no-repeat;
    background-position: top;
    appearance: none;
    -webkit-appearance: none;
    background-size: auto;
    height: auto;
    position: relative;
    margin-top: 30px;
    padding-top: 100px;
    background-attachment: fixed;
}
.heading-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px 0 0;
}

.heading-sticky.active {
    background: #fff;
}
.club-managment-banner h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
}
.club-managment-banner p {
    text-align: center;
    color: #444444;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.club-content {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.club-left {
    text-align: left;
    width: 45%;
    padding-right: 80px;
}
.club-managment-banner .club-left h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.club-managment-banner .club-left p {
    text-align: left;
}
.club-right {
    display: flex;
    position: relative;
    width: 55%;
    align-items: center;
    justify-content: flex-end;
}
.watch-img1 {
    position: absolute;
    left: 45px;
    z-index: 3;
    bottom: 34px;
}
.watch-img2 {
    z-index: 2;
    margin-top: 110px;
}
.watch-img3 {
    position: absolute;
    z-index: 1;
    left: 70px;
    top: 100px;
}

/*smartwatch-section*/
.smart-watch {
    box-shadow: none !important;
    outline: none;
    background: url(/assets/website-images/s-m-bg.png) no-repeat;
    background-position: top;
    appearance: none;
    -webkit-appearance: none;
    background-size: auto;
    height: auto;
    position: relative;
    padding-top: 95px;
    background-color: #E2F5FF;
    padding-bottom: 80px;
    max-width: 1920px;
    margin: 70px auto auto;
}
.smart-watch::after {
    position: absolute;
    height: 510px;
    width: 100%;
    content: "";
    background: rgba(0,0,0,0.65);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
}
.smartwatch-slider {
    margin-top: 35px;
}

/*Subscription-plan-section*/
.subscription-plan {
    padding-bottom: 100px;
}
.subscription-plan h2 span {
    color: #D3393F;
}
.membership-switch {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.memswitch-item {
    font-size: 24px;
    color: #000;
    padding: 0px 20px 10px;
    position: relative;
    cursor: pointer;
    user-select: none;
    border-bottom: 3px solid #eee;
}
.memswitch-item .memswitch-savebedge {
    background:#B0D9ED;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 10px;
}
.memswitch-item.active {
    color: #D3393F;
    border-color: #D3393F;
    font-weight: 700;
}
.memswitch-item.active .memswitch-savebedge {
    background:#D3393F;
    color: #fff;
}
.subscription-plan .container {
    max-width:1320px;
    padding-left: 15px;
    padding-right: 15px;
}
.memplan-bullet-list {
    font-size: 16px;
    color: #444;
    text-align: center;
}
.memplan-box {
    width: 100%;
    color: #444;
}
.mplan-box-main {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border: 5px solid #B0D9ED;
    border-radius: 30px;
    padding: 20px 15px 30px;
    position: relative;
    z-index: 2;
    transition: all ease-in-out 0.3s;
    user-select: none;
    top: 0;
}
.memplan-box-back {
    position: absolute;
    background-color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 9px;
    height: 120px;
    border-radius: 30px 30px 0 0;
    z-index: 1;
    width: 100%;
    top: 0;
}
.memplan-box-back strong {
    display: block;
}
.memplan-action {
    margin-top: 30px;
}
.memplan-greenheat .memplan-action {
    margin-top: 8px;
}
.memplan-action button, .memplan-action a {
    background-color: #B0D9ED;
    border: none;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    border-radius: 12px;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #000;
    transition: all ease-in-out 0.3s;
    position: relative;
    overflow: hidden;
}
.memplan-action button:before,
.memplan-action a:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -100%;
    width: 100%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    transform: skewX(-20deg); /* Optional: add a slight skew for a more dynamic look */
}
@keyframes shinebtn {
    0% {left: -100%;}
    100% {left: 100%;}
}
.memplan-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #000;
}
.memplan-title img {
    margin-right: 10px;
    max-height: 36px;
    width: auto !important;
}
.memplan-subtitle {
    font-size: 24px;
}
.memplan-toptext {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
}
.memplan-heat-text {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}
.memplan-mapimg {
    margin: 10px 0;
}
.membership-plans {
    display: flex;
    gap: 30px;
}
.membership-table .membership-switch {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
}
.membership-table .memswitch-item {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.membership-table .memswitch-item:last-child {
    margin-bottom: 0;
}
.membership-table .memswitch-savebedge {
    font-size: 16px;
    background-color: #fff;
    color: #1B2E5F;
}
.ball-bullet-list {
    list-style: none;
}
.ball-bullet-list li {
    background: url(/assets/website-images/golf-ball.svg) no-repeat;
    background-size: 32px auto;
    padding-left: 40px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}
.memplan-total-features {
    background: #B0D9ED;
    padding: 7px 0;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin: 0 -15px 18px;
    color: #000;
    transition: all ease-in-out 0.3s;
}
.memplan-total-features a {
    text-decoration: underline;
    color: #000;
    transition: all ease-in-out 0.3s;
}
.memplan-bottom {
    text-align: center;
    display: flex;
    flex-flow: column;
}
.mplan-price-box {
    display: inline-block;
    padding: 5px 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.memplan-radio-options {
    background: #B0D9ED;
    display: flex;
    margin: 0 -15px 18px;
    padding: 7px 15px 6px;
    gap: 15px;
    transition: all ease-in-out 0.3s;
}
.radio-option-item {
    position: relative;
    flex: 1;
}
.radio-option-item label {
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #000;
    padding: 6px 0;
    width: 100%;
    cursor: pointer;
}
.radio-option-item label:before {
    content: '';
    background: url(/assets/website-images/plan_inactive.svg) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.radio-option-item input {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}
.radio-option-item input:checked + label {
    background: #FDB6B9;
}
.radio-option-item input:checked + label:before {
    content: '';
    background: url(/assets/website-images/plan_active.svg) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.mplan-bestvalue {
    position: absolute;
    background: #D3393F;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    border-radius: 50px;
    top: -20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mplan-box-main:hover {
    border-color: #D3393F;
    top: -30px;
}
.mplan-box-main:hover .memplan-total-features,
.mplan-box-main:hover .memplan-action button,
.mplan-box-main:hover .memplan-action a,
.mplan-box-main:hover .memplan-radio-options {
    background-color: #D3393F;
}
.mplan-box-main:hover .memplan-total-features,
.mplan-box-main:hover .memplan-total-features a,
.mplan-box-main:hover .memplan-action button,
.mplan-box-main:hover .memplan-action a {
    color: #fff;
}
.mplan-box-main:hover .memplan-action button:before,
.mplan-box-main:hover .memplan-action a:before {
    animation: shinebtn 1.5s ease-in-out forwards; /* Adjust duration and timing function as needed */
}
.mplan-old-price {
    position: absolute;
    top: 20px;
    left: -16px;
    width: 66px;
    transform: rotate(-90deg);
    text-decoration: line-through;
    font-weight: bold;
}
.mplan-discount-details {
    width: 100%;
    padding: 23px 10px 3px;
    margin-top: -20px;
    background-color:#fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0 0 15px 15px;
}
.mplan-discount-details .combine-text {
    font-size: 14px;
}
.mplan-discount-details button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
}
.mplan-discount-details button svg {
    display: block;
}
.mplan-price-box .currencysymble {
    font-size: 24px;
    line-height: 1;
}
.mplan-price-box .price {
    font-size: 80px;
    line-height: 1;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
}
.mplan-price-box .month {
    font-size: 22px;
    line-height: 1;
    color: rgba(0,0,0,0.6);
}
.memplan-bottom .mplan-price-details {
    text-align: center;
    padding: 10px 0 20px;
    font-size: 24px;
    font-weight: 500;
    flex: 1;
}
.memplan-bottom .mplan-price-details span {
    font-size: 16px;
    background-color: #fff;
    color: #1B2E5F;
    border-radius: 50px;
    font-weight: bold;
    padding: 4px 10px;
}
.previous-plan-list {
    margin-top: 15px;
}
.plan-table {
    z-index: 9;
    position: relative;
}
.custom-heading.blc-clr {
    color: #000;
}
.custom-sub-head.blc-clr {
    color: #000;
}
.feature-coming-soon {
    background: #eee;
    color: #666 !important;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 10px;
}
.plan-table .table {
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    min-width: 1200px;
}
.plan-table .table thead th {
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #EEE;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.plan-table .table tbody tr td {
    border-right: 1px solid #EEE;
    text-align: center;
    padding: 18px 30px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border-top: 1px solid #EEE;
}
.plan-table .table tbody tr td:first-child {
    text-align: left;
}
.plan-table .table tbody tr td:last-child, .plan-table .table thead th:last-child {
    border-right: none;
}
.plan-table .table thead th h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.plan-table .table thead th p {
    font-size: 18px;
    color: #0000008A;

}
.plan-table .table thead th.standard-list h4, .plan-table .table thead th.standard-list span {
    color: #0BDF00;
}
.plan-table .table thead th.premium-list h4, .plan-table .table thead th.premium-list span {
    color: #0586FF;
}
.membership-table .plan-table .table thead th.premium-list,
.membership-table .plan-table .table thead th.standard-list {
    width: 320px;
}
.membership-plans .mplan-box-main { padding-bottom: 110px;}
.membership-plans .memplan-action { position: absolute; bottom: 20px; left: 0; right: 0; margin:0 20px;}
#membership .container {max-width: 1520px;}
.memplan-tripmanager .mplan-box-main {border-color: #eee;}
.memplan-tripmanager .memplan-radio-options, .memplan-tripmanager:hover .memplan-radio-options{background-color: #eee;}
.memplan-tripmanager .memplan-action a, .memplan-tripmanager:hover .memplan-action a {background-color: #eee;color:#888;}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .memplan-title { font-size: 28px;}
    .memplan-bullet-list { font-size: 16px;}
    .memplan-total-features { font-size: 18px;}
    .mplan-price-box .month {font-size: 16px;}
    .mplan-price-box .price {font-size: 70px;}
    .memplan-action button, .memplan-action a {font-size: 24px;}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .membership-plans {
        gap: 40px 20px;
        flex-wrap: wrap;
    }
    .membership-plans .memplan-box {
        width: 48.5%;
    }
    .memplan-title { font-size: 21px;}
    .memplan-toptext { font-size:14px; margin-bottom: 15px;}
    .memplan-bullet-list { font-size: 13px; line-height: 1.2;}
    .memplan-total-features { font-size: 14px;line-height: 1.1;margin-bottom:10px;}
    .memplan-total-features a{ font-size: 18px; display:block;}
    .mplan-price-box .month {font-size: 16px;display:block;}
    .mplan-price-box .price {font-size: 70px;}
    .memplan-radio-options {gap:10px;margin-bottom: 10px;}
    .subscription-plan .membership-plans .mplan-box-main { padding-bottom: 70px;}
    .subscription-plan .membership-plans .memplan-action { bottom: 15px; margin: 0 15px;}
    .memplan-action button, .memplan-action a {font-size: 18px;}
}

@media screen and (max-width: 767px) {
    .membership-plans {flex-flow:column-reverse;}
    .memswitch-item { font-size: 20px; padding:0px 10px 10px;}
    .memswitch-item .memswitch-savebedge { font-size: 12px; padding: 4px 10px;}
    .memplan-action button, .memplan-action a {font-size:24px;}
    .mplan-price-box .month {font-size: 16px;}
    .mplan-price-box .price { font-size:62px;}
    .memplan-total-features { font-size: 20px;}
}
/*leaderboard-management-section*/
.leader-manage {
    background-color: #B5E4FF;
    padding-top: 80px;
    position: relative;
    padding-bottom: 60px;
    max-width: 1920px;
    margin: auto;
}
.leader-manage::after {
    background: url(/assets/website-images/leaderboard-bg.png) no-repeat;
    background-position: top;
    background-size: auto;
    height: 619px;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}
.heading-sticky.leader-stick {
    background: #b5e4ff;
}
.leaderboard-box {
    background: rgba(226, 245, 255, 1);
    border-radius: 20px;
    padding: 50px 30px 0 50px;
    display: flex;
    margin-bottom: 40px;
    z-index: 9;
    position: relative;
    overflow: hidden;
}
.leaderboard-box .manage-img {
    width: 60%;
    position: relative;
}
.manage-img .watch-img1 {
    position: absolute;
    left: -20px;
    z-index: 3;
    bottom: 0;
}
.manage-img .watch-img2 {
    z-index: 2;
    margin-top: 0;
    margin-left: 180px;
}
.manage-img .watch-img3 {
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    z-index: 9;
    right: -30px;
}
.leaderboard-box .manage-content {
    width: 40%;
    text-align: left;
}
.leaderboard-box .manage-content p {
    font-size: 18px;
    color: #444444;
    margin-top: 20px;
}
.leaderboard-box .manage-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.leaderboard-box.r-t-l .manage-content {
    text-align: right;
}
.leaderboard-box.r-t-l .manage-img .watch-img2 {
    margin-left: -40px;
}
.leaderboard-box.r-t-l .manage-img .watch-img3 {
    right: 190px;
}
.leaderboard-box.r-t-l .manage-img .watch-img1 {
    left: auto;
    right: 0;
}

/*green-map-section*/
.green-map {
    padding-top:50px;
    position: relative;
    padding-bottom: 20px;
    z-index: 0;
}
.main-map {
    display: flex;
    justify-content: center;
    z-index: 9;
    position: relative;
    max-width: 856px;
    margin: auto;
    padding: 0;
}
.main-map .map-content {
    width: 50%;
    text-align: center;
    position: relative;
}
.green-map .map-content h3 span {
    color: #D3393F;
}
.main-map .map-content h3, .main-map .map-content p {
    text-align: left;
}
.main-map .map-img {
    text-align: right;
    width: 50%;
}
.main-map .map-img img {
    max-width: 100%;
}
.map-watch {
    position: absolute;
    right: -90px;
    bottom: -20px;
}
.map-watch-small {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.green-map .main-map .map-content h3 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}
.green-map .main-map .map-content p {
    font-size: 21px;
    color: #000;
    margin-bottom: 40px;
}

/*notifctn-persnztn-section*/
.notifctn-persnztn {
    background: url(/assets/website-images/notification-personalization.png) no-repeat;
    background-size: auto;
    background-position: center;
    background-size: auto;
    height: 781px;
    position: relative;
    margin-top: 0;
    padding-top: 90px;
}
.notifctn h2, .notifctn p {
    text-align: left;
}
.notifctn-type {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.notifctn h2 span {
    color: #D3393F;
}
.notifctn-type li {
    width: 50%;
    margin-bottom: 30px;
    text-align: left;
}
.notifctn-type li h4 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-align: left;
}
.notifctn-type li p {
    font-size: 16px;
    color: rgba(68, 68, 68, 1);
}
.notifctn-slider .owl-carousel .owl-item img {
    width: auto;
    height: auto;
    margin: auto;
}
.notifctn-type li img {
    margin-bottom: 20px;
}
.notifctn-slider {
    background: url(/assets/website-images/screen-bg.png) no-repeat;
    background-size: auto;
    background-position: center 60px;
    height: auto;
    position: relative;
}
.notifctn-slider .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
}
.notifctn-slider .owl-nav .owl-prev {
    position: absolute;
    left: 100px;
    background: url(/assets/website-images/arrow-left.png) no-repeat !important;
    height: 25px;
    width: 24px;
    top: -20px;
}
.notifctn-slider .owl-nav .owl-next {
    right: 100px;
    position: absolute;
    background: url(/assets/website-images/arrow-right.png) no-repeat !important;
    height: 25px;
    width: 24px;
    top: -20px;
}
.notifctn-slider .owl-nav .owl-prev span, .notifctn-slider .owl-nav .owl-next span {
    font-size: 0;
}

/*notifctn-persnztn-section*/
.shot-banner {
    position: relative;
    margin: 0;
    padding: 0;
}
.shot_selection {
    position: absolute;
    top: 27%;
    left: 45%;
    height: 65%;
    width: 0%;
    overflow: hidden;
    animation: none;
}
@keyframes shothit {
  0%   { width:0%;}
  100% { width:961px;}
}
.shot_selection img {
    height:100%;
    width: auto;
}
.golf-shot {
    margin: 0;
}
.golf-shot > img {
    width: 100%;
}
.golf-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
}
.shot-banner h2.custom-heading.blc-clr, .shot-banner p.custom-sub-head.blc-clr {
    z-index: 9;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}
.shot-banner h2 span {
    color: #E8FF5F;
}
.shot-banner .container {
    position: relative;
}
.shot-content {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0;
    top: 310px;
    text-align: right;
}
.randomize-section {
    padding: 80px 0 100px;
}
.random-main {
    display: flex;
    align-items: center;
    position: relative;
}
.random-left {
    position: relative;
}
.random-devise {
    position: absolute;
    right: -60px;
    top: 80px;
}
.random-right {
    text-align: left;
    padding-left: 120px;
}
.random-right h2, .random-right p {
    text-align: left;
}
.randomize-section .owl-nav {
    position: absolute;
    bottom: 110px;
    left: 310px;
}
.randomize-section .owl-nav .owl-prev {
    background: url(/assets/website-images/random-left.png) no-repeat !important;
    height: 25px;
    width: 24px;
    margin: 0 10px;
}
.randomize-section .owl-nav .owl-prev.disabled {
    background: url(/assets/website-images/random-grey-left.png) no-repeat !important;
}
.randomize-section .owl-nav .owl-next.disabled {
    background: url(/assets/website-images/random-grey-right.png) no-repeat !important;
}
.randomize-section .owl-nav .owl-next {
    background: url(/assets/website-images/random-right.png) no-repeat !important;
    height: 25px;
    width: 24px;
}
.randomize-section .owl-nav .owl-prev span, .randomize-section .owl-nav .owl-next span {
    font-size: 0;
}
.random-slider .item {
    padding-bottom: 120px;
}


/*social-player-section*/
.randomize-section.social-player {
    background: url(/assets/website-images/social-slider-bg.png) no-repeat;
    background-size: auto;
    background-position: center;
    background-size: auto;
    height: 883px;
    position: relative;
    margin-top: 0;
    padding-top: 70px;
}
.social-player .random-main h2.custom-heading.blc-clr, .social-player .random-main p.custom-sub-head.blc-clr {
    color: #fff;
}
.social-player .random-main .random-right {
    text-align: left;
    padding-left: 0;
    width: 45%;
}
.social-player .random-main .random-left {
    width: 50%;
}
.social-player .random-slider .item {
    padding-bottom: 380px;
    padding-top: 20px;
  }
.social-player .random-devise {
    position: absolute;
    right: -50px;
    top: -180px;
}
.social-player .random-main .random-left img {
    width: auto;
}
.social-player .random-main .random-left img.social-watch {
    position: absolute;
    right: 320px;
    bottom: -481px;
}
.social-player.randomize-section .owl-nav {
    position: absolute;
    bottom: 220px;
    left: 530px;
}
.social-player.randomize-section .owl-nav .owl-prev {
    background: url(/assets/website-images/arrow-left.png) no-repeat !important;
    height: 25px;
    width: 24px;
    margin: 0 10px;
}
.social-player.randomize-section .owl-nav .owl-next {
    background: url(/assets/website-images/arrow-right.png) no-repeat !important;
    height: 25px;
    width: 24px;
}
.social-player.randomize-section .owl-nav .owl-prev.disabled {
    background: url(/assets/website-images/random-grey-left.png) no-repeat !important;
}
.social-player.randomize-section .owl-nav .owl-next.disabled {
    background: url(/assets/website-images/random-grey-right.png) no-repeat !important;
}

/*Money-automation-section*/
.automation-list {
    padding: 0;
    list-style: none;
    display: flex;
    margin-top: 50px;
    gap: 0 40px;
}
.mony-automation {
    padding: 50px 0 100px;
    position: relative;
}
.mony-automation::after {
    background: url(/assets/website-images/cloud-automation.png) no-repeat;
    background-position: top;
    background-size: auto;
    height: 726px;
    content: "";
    position: absolute;
    top: -314px;
    left: 0;
    right: 0;
    z-index: -1;
}
.automation-list li {
    position: relative;
    width: 23%;
}
.automation-list li.top-view:after {
    background: url(/assets/website-images/top-direction-arrow.svg) no-repeat;
    background-position: left;
    background-size: auto;
    height: 78px;
    content: "";
    position: absolute;
    top: -10px;
    left: auto;
    right: -140px;
    width: 147px;
}

.automation-list li.bottom-view:after {
    background: url(/assets/website-images/bottom-direction-arrow.svg) no-repeat;
    background-position: left;
    background-size: auto;
    height: 78px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: auto;
    right: -140px;
    width: 147px;
}
.automation-list li.bottom-view:last-child::after {
    display: none;
}
.automation-list li:nth-child(2n+2) {
    margin-top: 100px;
}

/*Money-automation-section*/
.ad-system-main {
    position: relative;
    padding: 50px 0 30px;
}
.ad-system-main .custom-sub-head.blc-clr.wow.fadeInUp {
    margin-bottom: 10px;
}
.ad-system-main h2 span {
    color: #D3393F;
}
.ad-system-main:after {
    background: url(/assets/website-images/managment-system-bg.png) no-repeat;
    background-position: inherit;
    background-size: 100% auto;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.ad-system .left-ad h4 {
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}
.ad-system .left-ad p {
    font-size: 21px;
    color: #000;
    line-height: 1.4;
}
.ad-system {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    margin-bottom: 10px;
}
.ad-system .left-ad {
    text-align: left;
}

/*Unique-TEE-Booking-section*/
.ad-system-main.unique-booking {
    background: #fff;
}
.ad-system-main.unique-booking::after {
    display: none;
}
.ad-system-main.unique-booking .left-ad h2, .ad-system-main.unique-booking .left-ad p {
    text-align: left;
}
.ad-system-main.unique-booking .left-ad {
    width: 40%;
}
.ad-system-main.unique-booking .right-ad {
    width: 60%;
    display: flex;
    justify-content: center;
    position: relative;
}
.ad-system-main.unique-booking .right-ad:before {
    background: url(/assets/website-images/booking-circle.png) no-repeat;
    background-position: top;
    background-size: auto;
    height: 556px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 556px;
    margin: auto;
    -webkit-animation: zoom 2s linear infinite;
    animation: zoom 2s linear infinite;
}
.ad-system-main.unique-booking .right-ad img {
    margin: -80px -130px;
    z-index: 1;
}

.footer-main {
    position: relative;
    margin-top: 200px;
}
.footer-main::after {
    background: url(/assets/website-images/footer-new-bg.png) no-repeat;
    background-size: cover;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    max-width: 100%;
}
.footer-main .right-ad {
    width: 44%;
    display: flex;
    align-items: center;
}
.footer-main .left-ad {
    text-align: left;
    width: 56%;
    padding-top: 150px;
    padding-left: 150px;
}
.footer-main .left-ad .banner-btn {
    justify-content: flex-start;
    gap: 0 15px;
    margin-bottom: 0;
}
.footer-main .left-ad .banner-btn img {
    max-width: 170px;
}
.footer-main .left-ad h2, .footer-main .left-ad p {
    text-align: left;
}
.footer-main .ad-system .left-ad p {
    font-size: 16px;
}
.footer-main .ad-system .left-ad h2 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
}
.footer-main .ad-system {
    padding-bottom: 60px;
    z-index: 9;
    position: relative;
}
.footer-main .row {
    z-index: 9;
    position: relative;
}
.footer-main .ad-system .left-ft-img1 {
    margin-top: -260px;
    margin-left: 0;
    animation: MoveUpDown 5s running infinite;
}
.footer-main .ad-system .right-ft-img {
    margin-left: -40px;
    animation: MoveUpDown 2s running infinite;
}
.footer-main .ad-system .left-ft-img {
    margin-top: -140px;
    margin-left: -40px;
    animation: MoveUpDown 3s running infinite;
}

/*footer-new*/
.footer {
    color: #fff;
}
.footer h3 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}
.footer ul.footer-content li {
    font-size: 18px;
    line-height: 35px;
    padding-left: 15px;
    position: relative;
}
.footer ul.footer-content li::before {
    content: "";
    background: url(/assets/website-images/icon-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 13px;
}
.footer ul.footer-content li a{
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.footer ul.footer-content li:hover a {
    margin-left: 5px;
}
.icon-msg {
    display: flex;
    gap: 0 15px;
    align-items: center;
    margin-bottom: 18px;
}
.icon-msg h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.13px;
    margin: 0;
}
.newsletter_header {
    display: flex;
}
.newsletter_header .newssubscribe-image:after,
.newsletter_header .newssubscribe-image:before {
  width: 70px;
  height: 70px;
  margin-left: -43px;
  margin-top: -35px;
}
.newsletter_header .newssubscribe-image {
    padding: 0 16px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsletter_header .newssubscribe-image img {
    max-width: 70px;
}
.newsletter_header h3 {
    margin: 0;
}
.footer input {
    font-weight: 500;
    font-size: 14px;
    line-height: 16.41px;
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 14px 20px;
}
button.subscribe {
    background: #D3393F;
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: none;
    margin-top: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.41px;
    display: inline-block;
}
.copyright {
    display: block;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 17px 0;
    max-width: 1920px;
    margin: 50px auto 0;
    z-index: 9;
}
.copyright p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.copyright .icon ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px;
    margin: 0;

}
ul {
    padding: 0;
    list-style: none;
}
/*footer-new*/

body {
    overflow-x: hidden;
}

.banner-video {
    margin: 0 auto;
    text-align: center;
    z-index: -1;
    position: relative;
    width: 100%;
}
.banner-video video {
    width: 100%;
}
.feaured-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.key-features {
    padding-top: 50px;
    position: relative;
}
.key-features:after {
    background: url(/assets/website-images/key-feature-before.png) no-repeat;
    background-size: auto;
    height: 1613px;
    content: "";
    position: absolute;
    top: -645px;
    right: 0;
    margin: auto;
    width: 461px;
    z-index: -2;
}
.key-features:before {
    background: url(/assets/website-images/key-feature-after.png) no-repeat;
    background-size: auto;
    height: 1597px;
    content: "";
    position: absolute;
    bottom: -890px;
    left: 0;
    margin: auto;
    width: 865px;
}
.key-features .custom-heading.blc-clr {
    font-size: 50px;
    font-weight: 700;
}
.key-features .custom-heading.blc-clr span {
    color: #D3393F;
}
.feaured-list .common-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feaured-list .common-list li {
    background: #EDF9FF;
    color: #000;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    width: 350px;
    border: 1px solid #A2AEDC;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}
.feaured-list .common-list li.active, .feaured-list .common-list li:hover {
    background: #5F9E38;
    color: #fff;
}
.feaured-list .common-list li:last-child {
    margin-bottom: 0;
}
.left-list.common-list li {
    text-align: right;
    padding: 9px 35px 9px 15px;
    transition: all 0.6s ease-in-out;
}
.common-list li figure {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: 9px;
    width: 415px;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.common-list li:hover figure {
    /*animation: fadeIn 2s linear 1;*/
    opacity: 1;
    visibility: visible;
}
.left-list.common-list li .bullet-img {
    position: relative;
    margin-right: -55px;
    margin-left: 10px;
}
.right-list.common-list li .bullet-img {
    position: relative;
    margin-left: -55px;
    margin-right: 10px;
}
.right-list.common-list li {
    text-align: left;
    padding: 9px 15px 9px 35px;
}
.feaured-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 42px;
    gap: 0 20px;
    overflow: hidden;
    position: relative;
    padding: 10px 50px;
}
.smart-watch-section {
    padding-top: 200px;
}
.smart-watch-section h2.custom-heading {
    color: #EEEEEE;
    max-width: 920px;
    margin:0 auto;
}
.smart-watch-section .custom-sub-head {
    margin-bottom: 0;
    max-width: 920px;
    margin:0 auto;
}
.smart-watch-section h2 span {
    color: #E8FF5F;
}
.logo-slider .item .brand-logo img {
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}
.logo-slider .owl-item.center .item .brand-logo img {
    transform: scale(1.3);
}
.logo-slider .owl-item.active:first-child .item .brand-logo img {
    opacity: 0.5;
}
.logo-slider .owl-item.active:last-child .item .brand-logo img {
    opacity: 0.5;
}
.owl-carousel.owl-theme.logo-slider.owl-loaded.owl-drag .owl-stage {
    padding: 50px 0;
}

.smartwatch-slider .owl-dots {
    text-align: center;
}
.video-main .smartwatch-slider .owl-dots {
    margin-top: 15px;
}
.smartwatch-slider .owl-dots .owl-dot {
    border: 1px solid #888888;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 0 2px;
}
.smartwatch-slider .owl-dots .owl-dot.active {
    background: #D3393F;
    border: #D3393F;
}
/* Rounded sliders */
.bill-switch .switch {
  position: relative;
  display: inline-block;
  width: 77px;
  height: 33px;
}

.bill-switch .switch input {
    opacity: 0;
    width: 77px;
    height: 33px;
    z-index: 9;
    position: relative;
}

.bill-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B0D9ED;
  -webkit-transition: .4s;
  transition: .4s;
}

.bill-switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 5px;
  bottom: 5px;
  background-color: #D3393F;
  -webkit-transition: .4s;
  transition: .4s;
}

.bill-switch input:checked + .slider {
  background-color: #D3393F;
}

.bill-switch input:checked + .slider::before {
  background-color: #B0D9ED;
}

.bill-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.bill-switch input:checked + .slider:before {
  -webkit-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
}
/* Rounded sliders */


/*refer-earn*/
.refer-earn {
    padding: 65px 0 60px;
}
.refer-earn h2 {
    font-weight: 700;
    line-height: 58.59px;
    margin-bottom: 10px;
}
.refer-earn h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 46.88px;
    margin-bottom: 42px;
    display: inline-block;
    width: 100%;
}
.top-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 7px;
}
.top-content p strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}
.refer-colm {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
.refer-earn h2 span {
    color: #D3393F;
}
.refer-box h4{
    font-weight: 500;
    font-size: 28px;
    line-height: 35.16px;
    color:  #FF3654;
}
.refer-box.col2 h4 {
    color: #338AE8;
}
.refer-box.col3 h4 {
    color: #5F9E38;
}
h3.text-center.more-rfr-ern {
    font-size: 40px;
    margin: 20px 0 40px;
}
.content-section {
    font-family: 'robotomedium';
    font-size: 100px;
    line-height: normal;
    text-align: center;
    color: #fff;
    text-shadow: 0 4px 4px #00000040;
    -webkit-text-stroke: 4px #D3393F;
    -webkit-text-fill-color: white;
}
.refer-earn h2.custom-heading {
    text-transform: none;
}
.refer-earn h2.custom-heading {
    text-transform: none;
    margin-bottom: 0;
}
.refer-earn .top-content p.custom-sub-head {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
}
/*.btn-shine {
    text-decoration: none;
    position: relative;
    -webkit-mask-image: linear-gradient(-115deg, rgba(255,255,255,.5) 30%, #fff 50%, rgba(255,255,255,.5) 60%);
    -webkit-mask-size: 200%;
    animation: shine 3s linear infinite;
}
    
@keyframes shine {
  from { -webkit-mask-position: 150%; }
  to { -webkit-mask-position: -50%; }
}*/
/*@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/


.refer-box {
    /*width: 33.33%;*/
    position: relative;
}
.refer-box figure {
    margin: 0;
}
.refer-content {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 262px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 10px;
}
.refer-box.col2 .refer-content figure {
    margin-bottom: 5px;
}
.refer-box figure img {
    max-width: 461px;
    height: 328px;
}
.refer-box .refer-content img {
    max-width: 100%;
    height: auto;
}
.refer-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.refer-box.col2 .refer-content {
    padding-left: 40px;
    padding-right: 0;
}
.refer-box.col3 .refer-content {
    padding-left: 40px;
    padding-right: 0;
}
/*refer-earn*/



.bill-switch .slider.round {
  border-radius: 34px;
}

.bill-switch .slider.round:before {
  border-radius: 50%;
}
.bill-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
    gap: 0 30px;
    margin: 55px 0 0;
}
.bill-switch span {
    font-size: 22px;
    color: #181059;
    font-weight: 400;
}
.bill-switch span.active {
    font-weight: 700;
}
.Membership-table {
    z-index: 9;
    position: relative;
    margin-top: 120px;
}
.Membership-table ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0 50px;
    align-items: center;
    height: 565px;
}
.Membership-table ul li {
    border-radius: 33px;
    background: #FFFFFF;
    padding: 30px 30px;
    width: 353px;
    -webkit-box-shadow: 0 7px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0 7px 10px 2px rgba(0,0,0,0.1);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.Membership-table ul li h2 {
    color: #D3393F;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 25px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    position: relative;
}
.Membership-table ul li h2 img {
    margin-right: 10px;
}
.Membership-table ul li span {
    display: block;
    color: #000000;
    margin-bottom: 18px;
    font-size: 20px;
    position: relative;
    padding-left: 40px;
    line-height: 22px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.Membership-table ul li span.cross-tag {
    color: #b9b6b6;
}
.Membership-table ul li:hover span.cross-tag {
    color: #b9b6b6;
}
.Membership-table ul li span.cross-tag img {
    opacity: 0.4;
}
.Membership-table ul li span img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 32px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.Membership-table ul li strong {
    font-size: 36px;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.Membership-table ul li strong span {
    padding: 0;
    margin: 10px 0 0 5px;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.Membership-table ul li strong small {
    margin: 10px 0 0 5px;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.btn.btn-primary.select-btn {
    font-size: 22px;
    color: #000;
    background: #EBF8FF;
    border-color: #EBF8FF;
    width: 100%;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 700;
}
.Membership-table ul li:hover strong small {
    color: #fff;
}
.Membership-table ul li:hover {
    background: #D3393F;
    margin-top: -100px;
    color: #fff;
}
.Membership-table ul li:hover h2 {
    color: #fff;
}
.Membership-table ul li:hover span {
    color: #fff;
}
.Membership-table ul li .hvr-img {
    display: none;
}
.Membership-table ul li:hover .hvr-img {
    display: block;
}
/*.Membership-table ul li:hover span.cross-tag img {
    filter: invert(100);
    opacity: 1;
}*/
.Membership-table ul li h2 .hvr-show {
    opacity: 0;
    position: absolute;
    left: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
}
.Membership-table ul li:hover h2 .hvr-show {
    opacity: 1;
    visibility: visible;
}

.testimonials-section h2 span {
    color: #D3393F;
}
.testimonials-section {
    padding: 97px 0 50px;
    position: relative;
    margin-bottom: -100px;
}
.testimonials-section::after {
    background: url(/assets/website-images/testimonial-bg.svg) no-repeat;
    background-position: center 50px;
    background-size: auto;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.testimonials-content li .testi-left {
    width: 30%;
}
.testimonials-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 446px;
    align-content: center;
    align-items: center;
    margin: auto;
}
.testimonials-content li  {
    border-radius: 15px;
    padding: 20px 20px;
    max-width: 446px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.1);
}
.testimonials-content li.light-green {
    background: #E3F4D9;
    animation: MoveLeftRight 4s running infinite;
}
@keyframes MoveLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
}
.testimonials-content li.light-grey {
    background: #EBF8FF;
    animation: MoveLeftRight 6s running infinite;
    /*animation-delay: 0.5s;*/
}
.testimonials-content li.light-pink {
    background: #F8DCDD;
    animation: MoveLeftRight 8s running infinite;
    /*animation-delay: 0.10s;*/
} 
.testimonials-content li .testi-left h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 23px;
}
.testimonials-content li .testi-left span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.testimonials-content li .testi-right {
    width: 70%;
}
.testimonials-content li .testi-right p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}
.testi-left figure {
    margin: 0;
    width: 109px;
    height: 109px;
    border-radius: 100%;
    overflow: hidden;
}
.testimonials-slider .owl-stage {
    padding: 60px 0;
}
.testimonial-devise {
    position: absolute;
    right: 90px;
    top: 0;
    z-index: -1;
}
.testimonials-section .smartwatch-slider {
    position: relative;
    margin-top: 55px;
}
.icon-msg figure {
    margin: 0;
}
.footer-logo {
    margin: 0 0 15px;
    max-width: 200px;
    text-align: center;
}
.testimonials-section.our-story {
    padding: 62px 0 0;
}
.testimonials-section.our-story h2.custom-heading {
    margin-bottom: 30px;
}
.green-head {
    color: #5F9E38;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 30px;
}
.testimonials-section.our-story .feaured-list {
    margin-top: 15px;
}
.testimonials-section.our-story .featured-center {
    width: 40%;
    position: sticky;
}
.testimonials-section.our-story .featured-right {
    width: 68%;
}
.our-story .feaured-list .common-list li {
    width: 100%;
    background: #ebf8ff;
    border: none;
    margin: 14px 0;
    padding: 12px 10px 12px 55px;
    transition: all ease-in-out 0.3s;
}
.our-story .feaured-list .common-list li h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 32px;
    transition: all ease-in-out 0.3s;
}
.our-story .feaured-list .common-list li h4 strong {
    font-size: 21px;
}
.our-story .feaured-list .common-list li h4:before {
    content: '';
    background: url('/assets/website-images/golf-ball.svg') no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -45px;
    margin-top: -3px;
}
.our-story .feaured-list .common-list li:hover {
    background: #1B2E5F;
}
.our-story .feaured-list .common-list li:hover h4 {
    color: #fff;
}
.our-story .feaured-list .common-list li h4 span {
    font-weight: 700;
}
.our-story .common-list li figure {
    right: auto;
    left: 51px;
    top: 10px;
    pointer-events: none;
}
.our-story.key-features:before {
    display: none;
}

.footer-main .backto-top {
    position: absolute;
    right: 30px;
    bottom: 100px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.contact-btn button.btn.btn-secondary, .contact-btn button.btn.btn-primary {
    padding: 8px 15px;
    font-size: 16px;
    text-transform: capitalize;
}
.Membership-table ul li.additional {
    background: #3E518E;
}
.Membership-table ul li.additional h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 46px;
    margin-bottom: 0;
    font-weight: 500;
}
.Membership-table ul li.additional span {
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 24px;
    margin-top: 5px;
}
.Membership-table ul li.additional strong small {
    color: #fff;
}
.Membership-table ul li.additional strong {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}
.Membership-table ul li.additional p {
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.Membership-table ul li.additional .btn.btn-primary.select-btn {
    font-size: 27px;
}


/*about-game*/

.banner-section.mini-banner {
    background: url(/assets/website-images/about-game-banner.svg) no-repeat;
    background-position: center 0;
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: 600px;
}
.banner-section.banner-for-contact {
    background: url(/assets/website-images/contact-banner.png) no-repeat;
    background-position: center 0;
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: 600px;
}
.banner-section.banner-for-wallet {
    background: url(/assets/website-images/wallet-banner.png) no-repeat;
    background-position: center 0;
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: 600px;
}
.banner-section.banner-for-becomefan {
    background: url(/assets/website-images/become-fan-bg.png) no-repeat;
    background-position: center 0;
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: 600px;
}
.banner-section.banner-for-member {
    background: url(/assets/website-images/member-bg.png) no-repeat;
    background-position: center 0;
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: 600px;
}
.banner-section.trip-bg-banner {
    background: url(/assets/website-images/golf-trip-bg.png) no-repeat;
    background-position: center 0;
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: 600px;
}
.about-game-main {
    position: relative;
    background:#fff url(/assets/website-images/managment-system-bg.png) no-repeat top center;
    background-size: 100% auto;
}
.content-abt-view {
    align-content: center;
    height: 100%;
}
.content-abt-view.rightcontent {
    padding-left: 20px;
}
.tab-content.cstm-tabing .content-abt-view h1 {
    font-size: 40px;
    font-weight: 700;
    color: #5F9E38;
    margin-bottom: 20px;
}
.tab-content.cstm-tabing img {
    max-width: 100%;
}
.content-abt-view .second-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    display: block;
}
.about-game-main h2 span {
  color: #D3393F;
}
.tab-content.cstm-tabing .content-abt-view p {
    font-size: 21px;
    color: #000;
    line-height: 30px;
}
.tab-content.cstm-tabing .content-abt-view h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
}
.scoring-system > li {
    background:url('/assets/website-images/golf-ball-white.svg') no-repeat left top;
    font-size: 24px;
    color: #000;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: 48px;
}
.scoring-system > li .golf-white-ball {
    position: absolute;
    left: 0;
    top: -5px;
}
.scoring-system > li span {
    font-weight: 700;
}
.content-abt-view p span {
    font-weight: 500;
}
.about-game-main {
    padding-top: 50px;
}
.number-style-games {
    position: relative;
    padding-left: 70px;
}
.number-style-games:before {
    content:'';
    border-left: 2px dashed #D3393F;
    height: 100%;
    top: 0;
    left: 24px;
    position: absolute;
    z-index: 1;
}
.number-style-games .nsgame_item {
    position: relative;
    margin-top: 30px;
    z-index: 2;
}
.number-style-games .nsgame_title {
    margin-left:-70px;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.number-style-games .nsgame_title span {
    background: #D3393F;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:20px;
}
.number-style-games .nsgame_title a {
    margin-left: 10px;
}
.contact-from {
    background: #fff;
    border: 1px solid #B0D9ED;
    max-width: 1024px;
    margin: 35px auto auto;
    padding: 30px;
    border-radius: 20px;
}
.contact-from .form-control {
    border-radius: 5px;
    height: 51px;
    border: 1px solid #B0D9ED;
    background: #EBF8FF;
    font-size: 14px;
    color: #000000;
    box-shadow: none;
    outline: none;
}
.contact-from .col-sm-6 .error-message, .contact-from .col-sm-12 .error-message {
    margin-top: 5px;
}
.contact-from .col-sm-6, .contact-from .col-sm-12 {
    margin-bottom: 30px;
}
.contact-from .form-control::-moz-placeholder {
    color: #000000;
}

.contact-from .form-control::placeholder {
    color: #000000;
}
.contact-from textarea.form-control {
    height: 120px;
    resize: none;
}
.contact-from .btn.btn-primary {
    font-size: 18px;
    width: auto;
    text-transform: capitalize;
    padding: 11px 40px;
}
.contact-from #success-message {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.game-content-area {
    font-size: 21px;
    margin-top: 30px; 
    color: #000;
}
.game-content-area h2 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.site-table {
    border:1px solid #B0D9ED;
}
.site-table th {
    background: #1B2E5F;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 15px;
}
.site-table td {
    background-color: #EBF8FF;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 15px;
}
ul.bullet-list {
    padding-left: 40px;
    list-style: disc;
}
ul.bullet-list li {
    font-size: 18px;
}
ul.bullet-list.bl-small {
    padding-left: 30px;
    font-size: 16px;
}

.our-dtls {
    display: flex;
    justify-content: center;
    max-width: 1024px;
    margin: 20px auto auto;
    gap: 0 25px;
    padding-bottom: 120px;
}
.our-dtls li {
    background: #EBF8FF;
    border-radius: 15px;
    border: 1px solid #B0D9ED;
    width: 33.33%;
    position: relative;
    padding: 20px 10px 20px 115px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.img-abt-content {
    position: absolute;
    left: 20px;
    top: 20px;
}
.our-dtls li h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
}
.our-dtls li p {
    margin: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 17px;
}
.our-dtls li a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
}
.our-wallet {
    background: #1B2E5F;
    color: #fff;
    max-width: 1180px;
    margin: 70px auto auto;
    border-radius: 20px;
    text-align: center;
    padding: 25px 20px;
}
.our-wallet h2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.wallet-service {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    margin-top: 50px;
}
.wallet-service li {
    width: 25%;
}
.our-wallet .wallet-service h3 {
    font-size: 28px;
    margin-top: 10px;
    font-weight: 500;
}
.our-wallet .wallet-service p {
    font-size: 21px;
}
.container .our-wallet {
    max-width: 100%;
}
.q-mark-img {
    position: absolute;
    top: -70px;
    right: -220px;
}
.how-itworks {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    gap: 0 40px;
    align-items: center;
    max-width: 1095px;
    margin: 50px auto;
}
.hiw-right h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.grow_list_section h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
.grow_list_section .gls_item {
    background: #EBF8FF;
    border-radius: 15px;
    padding: 15px;
    margin-bottom:30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    gap:15px;
}
.grow_list_section .gls_content {
    flex: 1;
}
.grow_list_section .gls_item h3 {
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.grow_list_section .gls_item p {
    font-size: 21px;
    margin: 0;
}
.bottom-hiw {
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
}
@media (max-width: 1023px){
    .grow_list_section .gls_item {
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }
    .grow_list_section h2 {
        font-size: 21px;
    }
    .grow_list_section .gls_item h3 {
        font-size: 18px;
    }
    .grow_list_section .gls_item p {
        font-size: 14px;
    }
    .bottom-hiw {
        font-size: 18px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}
.second-head {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: auto auto 10px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.about-game-main.become-fan .wallet-service {
    flex-wrap: wrap;
    gap: 20px 20px;
}
.about-game-main.become-fan .wallet-service li {
    width: 32%;
}
.become-fan .our-wallet {
    max-width: 100%;
}
.fan-community {
    background: url(/assets/website-images/golffan-bg.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center 0;
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: 518px;
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 70px;
}
.fan-community h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.fan-community h2 span {
    color: #E8FF5F;
}
.fan-community p {
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.features-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    justify-content: center;
    margin-top: 50px;
}
.features-listing li {
    background: #EBF8FF;
    border: 1px solid #B0D9ED;
    border-radius: 15px;
    width: 31%;
    padding: 20px;
}
.features-listing li h3 {
    color: #5F9E38;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.features-listing li p {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}
.features-listing li img {
    margin-bottom: 10px;
}
.fan-features {
    padding-bottom: 40px;
}
.membership-table .plan-table .mplan-box-main {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.membership-table .plan-table .table thead th {
    background: #3E518E;
    vertical-align: middle;
    padding-top: 23px;
    padding-bottom: 23px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.membership-table .plan-table .table thead th strong {
    display: block;
}
.membership-table .plan-table .table thead tr:first-child th {
    background: #2C3964;
}
.membership-table .plan-table .table thead th h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.membership-table .plan-table .table thead th .btn.btn-primary {
    margin-top: 10px;
    padding: 13px 50px;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 12px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}
.membership-table .plan-table .table thead th .btn.btn-primary.selected-plan {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.membership-table .plan-table .table thead th .btn.btn-primary:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.membership-table .plan-table .table tbody tr td:first-child {
    text-align: left;
    background: #3e518e;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 15px;
}
.membership-table .plan-table .table tbody tr td {
    border: 1px solid #fff;
    background: #EBF8FF;
    vertical-align: middle;
}
.membership-table .plan-table .table thead th {
    border: 1px solid #fff;
}
.membership-table .plan-table .table tbody tr td.pro-version {
    background: #FFDEDF;
}
.membership-table .plan-table .table tbody tr td.basic-version {
    background: #E4F3DA;
}
.membership-table .plan-table .table tbody tr td.col-description {
    background-color: #EBF8FF;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}
.game-tab-slider {
    margin-bottom: 50px;
    gap: 10px;
    padding: 0 10px;
}
.game-tab-slider.nav-tabs {
    border: none;
    justify-content: center;
}
.game-tab-slider.nav-tabs .nav-link {
    border:none;
    border-radius: 50px;
    font-size: 24px;
    background: #fff;
    color: #000;
    padding: 10px 22px;
    margin-bottom: 0;
}
.game-tab-slider.nav-tabs .nav-link.active {
    background:#5F9E38;
    font-weight: bold;
    color: #fff;
}
.game-score-table .table {
    border: 1px solid #B0D9ED;
    background-color: #EBF8FF;
}
.game-score-table .table th {
    background: #1B2E5F;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 15px;
}
.game-score-table .table td {
    background-color: #EBF8FF;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    padding: 8px 15px;
}
.game-score-table .table td strong {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.game-score-table {
    margin-top: 45px;
}
.game-score-table h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.player-abc li {
    color: #000;
    font-size: 24px;
}
.player-abc li span {
    font-weight: 700;
}
.player-abc.for-disc-dots {
    list-style: disc;
    padding-left: 40px;
}
.game-score-table .play-info {
    margin-bottom: 30px;
    margin-top: 40px;
}
.commingsoon {
    text-align: center;
    padding: 100px 0 150px;
}
.commingsoon h4 {
    font-size: 52px;
    font-family: 'Roboto';
    font-weight: 700;
}
.close-btn {
    display: none;
}
.about-game-tabs .dropdown .btn.btn-secondary.dropdown-toggle {
    display: none;
}
.student-banner-text {
    font-size: 21px;
    max-width: 950px;
    margin: 0 auto;
}
.student-banner-text span {
    font-size: 21px;
    font-weight: 700;
    color: #D3393F;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
}
.student-banner-text span:nth-child(2n+2) {
    color: #5F9E38;
}
.membership-banner-text {
    font-size: 21px;
    max-width: 1060px;
    margin: 0 auto;
}
.how-student-works {
    display: flex;
    margin-top: 30px;
    gap: 20px;
}
.how-student-works li {
    flex: 1;
}
.how-student-works h4 {
    font-size: 32px;
    margin: 15px 0;
}
@media (max-width: 1023px) {
    .how-student-works h4 {
        font-size: 22px;
    }
    .how-student-works img {
        max-width: 60px;
    }
}
@media (max-width: 767px) {
    .how-student-works {
        flex-flow: column;
    }
}
.inner_section_text {
    font-size: 21px;
}
.limited_offer {
    margin-top: 50px;
    margin-bottom: 50px;
}
.grow_while_sharing {
    margin-top: 50px;
}
.limited_offer img,
.grow_while_sharing img {
    max-width: 100%;
    height: auto;
}
.inner_section_head {
    color: #5F9E38;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
}
.inner_section_subhead {
    color: #000;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
}
.inner_section_bluehead {
    font-size:36px;
    color: #3E518E;
    font-weight: 500;
}

.get-started-cta {
    background: #D3393F;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
    border-radius: 30px;
}
.get-started-cta h2 {
    font-size: 40px;
    color:#fff;
}
.get-started-cta p {
    font-size: 21px;
    margin-bottom: 0;
    color:#fff;
}
.getcta_right {
    display: flex;
    gap: 10px;
}
.high-schl .custom-heading.blc-clr {
    text-transform: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .getcta_right {
        flex-flow: column;
    }
}
@media (max-width: 1023px) {
    .inner_section_text {
        font-size: 18px;
    }
    .inner_section_head {
        margin-top: 20px;
    }
    .inner_section_head,
    .inner_section_subhead {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .get-started-cta {
        flex-flow: column;
        text-align: center;
        padding: 20px;
    }
    .getcta_right {
        margin-top: 30px;
    }
    
    .get-started-cta h2 {
        font-size: 26px;
    }
    .get-started-cta p {
        font-size: 15px;
    }
}
.accordion {
    margin-bottom: 50px;
}
.accordion .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
}
.accordion-button.collapsed {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    background-color: #EEE;
    box-shadow:none;
}
.accordion-button:not(.collapsed) {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    background-color: #EBF8FF;
    box-shadow:none;
}
.accordion-collapse {
    background-color: #EBF8FF;
}
.accordion-body {
    font-size: 21px;
}
.getcta_right.trip-plan {
    flex-wrap: wrap;
}
.getcta_right.trip-plan a {
    width:auto;
    text-align: center;
}
.about-game-main.become-fan .wallet-service.trip-golf-service {
    justify-content: space-around;
}

.list-group-item.list-group-item-action.active {
    background-color: #5F9E38 !important;
    font-weight: bold;
    color: #fff;
    border-color: #5F9E38;
}
.auth .list-group .list-group-item {
    padding: 12px 15px;
    background-color: #F7F5F6;
}
.auth .list-group .list-group-item i {
    font-size: 20px;
}
.auth .list-group .list-group-item.text-danger {
    color: #000 !important;
}
.user-profile-cstm {
    width: 200px;
    height: 200px;
    margin: 0;
    overflow: hidden;
    border-radius: 100px;
    border: 1px solid #DDD;
}
.profile-main .col-md-9 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    align-content: center;
}
.profile-main .col-md-9 h5 {
    margin: 0 0 0;
}
.profile-main .col-md-9 p {
    width: 100%;
    margin-bottom: 0;
}
.common-acnt .needs-validation .card-body label {
    display: block;
}
.common-acnt .card-body .form-control {
    border-radius: 10px;
    border: 1px solid #3A34321A;
    height: 48px;
    font-size: 14px;
    line-height: 34px;
    box-shadow: none;
    outline: none;
}
.common-acnt .card.shadow {
    background: #F7F5F6;
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
    border: 1px solid #dee2e6 !important;
}
.common-acnt .card-footer .btn.btn-success {
    background: #5F9E38;
    font-weight: bold;
    color: #fff;
    border-color: #5F9E38;
    border-radius: 50px;
}
.common-acnt .card-footer .btn.btn-secondary {
    border-radius: 50px;
}
.common-acnt .card-footer {
    background: transparent;
    padding-right: 0;
}
.header-account .btn.dropdown-toggle {
    font-weight: 500;
}
.common-acnt .card.shadow select {
    border-radius: 10px;
    border: 1px solid #3A34321A;
    height: 48px;
    font-size: 14px;
    line-height: 34px;
    box-shadow: none;
    outline: none;
    display: inline-block;
    width: auto;
}
.common-acnt .needs-validation .card.shadow select {
    width: 100%;
}

.membership-plan {
    display: flex;
}
.membership-plan ul {
    background: #3E518E;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 10px;
    margin: 0;
    border-radius: 30px;
    z-index: 9;
}
.membership-plan ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #fff;
}
.membership-plan ul li:last-child {
    border-bottom: none;
}
.membership-plan ul li span {
    font-size: 24px;
    font-weight: 600;
}
.membership-plan ul li p {
    margin: 0;
    font-size: 20px;
    line-height: normal;
}
.membership-plan ul li p.active-plan {
    background: #5F9E38;
    width: 100%;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
}
.card .card-body .badge.bg-success {
    background-color: #5F9E38 !important;
}
.card-body.my_plan {
    display: flex;
    gap: 15px 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.membership-plan {
    display: flex;
    width: 32%;
    position: relative;
    padding-top: 75px;
}
.membership-plan ul li p.plan-price {
    font-size: 40px;
    font-weight: bold;
    border-radius: 15px;
    border: 3px dashed #fff;
    display: block;
    padding: 5px 15px 5px 35px;
    width: 100%;
    line-height: 60px;
}
.card-body.my_plan .membership-plan:last-child ul {
    background: #5F9E38;
}
.card-body.my_plan .membership-plan:last-child ul li p.active-plan {
    background: #fff;
    color: #5F9E38;
}
.btn.btn-sm.btn-secondary.edit-plan-pro {
    width: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #5F9E38;
    border-color: #5F9E38;
    font-weight: 500;
    font-size: 15px;
}
.header-account .dropdown-menu .dropdown-item:focus, .header-account .dropdown-menu .dropdown-item:hover, .header-account .dropdown-menu .dropdown-item:active {
    background: #5F9E38;
    color: #fff;
}
.web-my-membership .card-body.my_plan {
    padding: 0;
}
.Success-main {
    border: 1px solid #5F9E38;
    background: #5F9E38;
    padding: 40px 20px;
    max-width: 550px;
    margin: auto;
    color: #fff;
    border-radius: 40px;
}
.Success-main .memplan-mapimg {
    margin-bottom: 40px;
}
.memplan-bottom .form-floating label {
    font-size: 16px;
}
.memplan-bottom .form-floating > .form-select {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

/*27-june*/
.golf-batting {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 0 30px;
}
.golf-batting a {
    background: rgb(235, 248, 255, 0.8 );
    border-radius: 55px;
    padding: 10px 25px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    pointer-events: none;
}
.golf-batting a img {
    margin-right: 5px;
}
.cate-main {
    padding: 50px 0 20px;
}
.top-views {
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}
.about-shot {
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    align-content: center;
    margin-top: 40px;
    gap: 0 3%;
    flex-wrap: wrap;
}
.why-ply-quota {
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 30px;
}
.why-ply-quota h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
}
 .why-ply-quota ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.why-ply-quota ul li {
    background: #EBF8FF;
    border-radius: 10px;
    padding: 20px 15px;
    width: 100%;
}
.why-ply-quota ul li p {
    font-size: 18px;
    margin-bottom: 0;
}
ul.about-shot.quota-score li {
    width: 17%;
}
.about-shot li {
    text-align: center;
    width: 30.333%;
}
.about-shot li span {
    width: 120px;
    height: 120px;
    background: #1B2E5F;
    color: #fff;
    display: block;
    border-radius: 100px;
    text-align: center;
    line-height: 120px;
    margin: auto auto 10px;
    font-size: 32px;
    font-weight: 700;
}
.about-shot li h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.about-shot li p {
    font-size: 18px;
    font-weight: 400;
}
.struc-freat {
    display: flex;
    gap: 0 30px;
    margin-bottom: 30px;
}
.bet-struc {
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 30px;
    width: 50%;
}
.bet-struc h3 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.bet-struc ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.bet-struc ul li {
    background: #EBF8FF;
    border-radius: 10px;
    padding: 20px 15px;
    width: 100%;
}
.bet-struc ul li h3 {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500;

}
.bet-struc ul li p {
    font-size: 18px;
    margin-bottom: 0;
}
.score-exam {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 30px;
}
.score-exam img {
    max-width: 100%;
    height: auto;
}
.score-exam h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}
.score-exam p {
    font-size: 21px;
    text-align: center;
}
.score-label {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
    margin-right: 10px;
}
.player-view {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    gap: 0 15px;
    margin-top: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 40px;
}
.player-view li {
    border-radius: 10px;
    padding: 15px;
    background: #EBF8FF;
    width: 33%;
    text-align: center;
}
.player-view li h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.player-view li span {
    font-size: 18px;
    font-weight: 500;
}
.player-view li.highlight-bet {
    background: #1B2E5F;
    color: #fff;
}
.player-view li.highlight-bet h4 {
    color: #fff;
}
.player-view.btm-part {
    border-bottom: none;
    padding-bottom: 0;
}
.bet-struc h2 img {
    /*vertical-align: top;
    margin-top: 7px;*/
    margin-right: 6px;
}
.table.scenario-tbl td:first-child, .table.scenario-tbl th:first-child {
    text-align: left;
}
.table.scenario-tbl {
    margin-bottom: 0;
}
.scenario {
    font-size: 18px;
    color: #000;
}
.head-plyr {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.comon-plyr.highlght-plyr {
    background: #EBF8FF;
    padding: 15px;
    margin-top: 20px;
}
.table.scenario-tbl td, .table.scenario-tbl th {
    border: 1px solid #E5E7EB;
    width: 9%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 12px;
    vertical-align: middle;
}
.table.scenario-tbl th {
    background: #EBF8FF;
}
.comon-plyr.highlght-plyr .head-plyr {
    font-weight: 700;
}
.comon-plyr.highlght-plyr .table.scenario-tbl th {
    background: #1B2E5F;
    color: #fff;
}
.tombstone-game .student-banner-text {
    margin-bottom: 10px;
}
.about-shot.tombstone li {
    text-align: center;
    width: 22.333%;
}
.about-shot.tombstone li h2 {
    font-size: 28px;
}
.about-shot.tombstone li p {
    font-size: 20px;
}
.about-shot.tombstone {
    gap: 20px 30px;
}
.about-shot.tombstone li span img {
    max-width: 50px;
}
ul.about-shot.blue-stone-box {
    gap:15px 15px;
}
ul.about-shot.blue-stone-box li {
    background: #1b2e5f;
    border-radius:10px;
    padding: 30px;
    width: 24%;
    min-height:180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
ul.about-shot.tombstone.blue-stone-box.quota-green-box li {
    width: 19%;
}
ul.about-shot.blue-stone-box.bestball-blue-box li {
    width: 32%;
}
ul.about-shot.blue-stone-box li h2 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
ul.about-shot.blue-stone-box li p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
}
.bet-struc.how-it-work {
    width: 100%;
}
.how-it-work ul li span {
    width: 80px;
    height: 80px;
    background: #1B2E5F;
    color: #fff;
    display: block;
    border-radius: 100px;
    line-height: 80px;
    margin: auto auto 10px 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.bet-struc.how-it-work ul {
    display: flex;
    gap: 15px 15px;
    position: relative;
}
.bet-struc.how-it-work > ul::after {
    height: 100%;
    width: auto;
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    border: 1px dashed #b3b3b3;
    z-index: 1;
}
.bet-struc.how-it-work ul li {
    width: 100%;
    background: transparent;
    text-align: left;
    position: relative;
    padding-left: 100px;
    padding-bottom: 0;
}
.bet-struc.how-it-work ul li p {
    padding-left: 24px;
}
.bet-struc.how-it-work h2 {
    text-align: center;
}
.how-it-work ul li span img {
    max-width: 40px;
}
.bet-struc.how-it-work ul .bullet-list {
    list-style: disc;
    padding-left:43px;
    font-size: 20px;
    color: #000;
    gap: 10px 0;
    list-style: disc;
}
.bet-struc.how-it-work ul .bullet-list li {
    padding: 0;
    width: 100%;
    font-size: 18px;
}
.bet-struc.how-it-work ul .bullet-list li > p {
    padding-left: 0;
}
.bet-struc.how-it-work ul li h3 {
    text-align: left;
}
.tombs .score-label {
    margin-top: 0;
}
.result-tbl {
    background: #1B2E5F;
    color: #fff;
    text-align: center;
    border-radius: 0;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.result-tbl ul {
    display: flex;
    justify-content: center;
    gap: 0 100px;
    padding: 20px 0;
    border-bottom: 1px solid #0073B0;
    margin-bottom: 30px;
}
.result-tbl ul li {
    width: 20%;
}
.result-tbl ul li h2 {
    font-size: 36px;
}
.result-tbl ul li span {
    font-size: 22px;
}
.veriation-main {
    margin-bottom: 50px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.veriation-main h2 {
    font-size: 36px;
    font-weight: 700;
}
.veriation-main .player-view li {
    border:none;
    text-align: left;
    padding: 30px;
}
.advantg.bullet-list {
    padding: 10px 0 0 44px;
    border:none;
    margin-top: 20px;
}
.advantg.bullet-list li {
    padding-bottom: 10px;
}
.advantg.bullet-list h4 {
    font-size: 22px;
    font-weight: 400;
}
.veriation-main.it-used .player-view li {
    border:none;
    width: 50%;
    padding: 30px;
    text-align: left;
}
.advantg.bullet-list.key-t {
    color: #000;
    font-size: 20px;
    padding: 10px 0 0 44px;
    border:none;
}

.scramble-score h2 {
    font-weight: 700;
    font-size: 36px;
}
.scramble-score > h2 {
    margin-bottom: 20px;
}
.scramble-score .scramble-list li h2 {
    font-weight: 500;
    font-size: 20px;
}
.scramble-list {
    display: flex;
    gap: 5px 30px;
    flex-wrap: wrap;
    background: #EBF8FF;
    box-shadow: none;
    border: none;
    padding: 20px 20px 20px 30px;
    border-radius: 10px;
}
.scramble-list > li {
    width: 100%;
}
.scramble-score .scramble-list li h2 {
    font-weight: 500;
    font-size: 22px;
}
.scramble-play h5 {
    background: #f9fafb;
    padding: 25px 25px;
    margin-top: 20px;
}
.scramble-play .bet-struc {
    width: 100%;
}
.scramble-play .bet-struc > h2 {
    text-align: center;
}
.scramble-play .bet-struc ul li {
    background: transparent;
    border-radius: 10px;
    padding: 15px 25px;
    width: 100%;
}
.scramble-play .bet-struc ul li li {
    padding: 0;
}
.final-score {
    background: #f0fdf4;
    padding: 20px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.scramble-play {
    margin-bottom: 50px;
}
.team-final {
    background: #f0fdf4;
    padding: 20px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.team-final p {
    margin: 0;
    font-size: 20px;
}
.play-scmble .advantg.bullet-list li {
    padding-bottom: 25px;
}
.play-scmble .advantg.bullet-list h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.play-scmble .advantg.bullet-list.key-t span {
    font-size: 18px;
}
.scramble-play ul.bullet-list {
    padding-left: 40px;
    list-style: disc;
}
.scramble-score .scramble-list li p {
    font-size: 18px;
}

.key-high {
    margin-bottom: 30px;
    background: #ebf8ff;
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.key-high h2 {
    text-align: center;
    margin: 10px 0 30px;
    font-weight: 500;
    font-size: 30px;
}
.key-high ul {
    display: flex;
    gap: 0 20px;
}
.key-high ul li {
    text-align: center;
    width: 25%;
    background: #fff;
    padding: 10px 10px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.cate-main .top-views.strock-play p {
    text-align: center;
}
.top-views.strock-play ul.about-shot.blue-stone-box.bestball-blue-box li ul li {
    text-align: left;
    width: 100%;
    padding: 10px 0;
    min-height: auto;
    color: #fff;
    position: relative;
    padding-left: 20px;
}
.top-views.strock-play ul.about-shot.blue-stone-box.bestball-blue-box li ul li::before {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 19px;
    content: "";
}
.top-views.strock-play ul.about-shot.blue-stone-box li h2 {
    text-align: left;
}
.veriation-main.stroke-p h6 {
    line-height: normal;
    font-size: 18px;
}
.veriation-main.stroke-p ul {
    list-style: disc;
    padding-left: 15px;
    margin-top: 15px;
}
.veriation-main.stroke-p ul li h4 {
    font-size: 18px;
    margin-bottom: 12px;
}
.struc-freat.id-st .veriation-main {
    width: 50%;
    margin: 0;
}
.struc-freat.id-st .why-ply-quota {
    width: 50%;
}
.struc-freat.id-st .veriation-main .player-view.btm-part {
    flex-wrap: wrap;
    gap: 15px 0;
    margin-top: 15px;
}
.struc-freat.id-st .veriation-main .player-view.btm-part li {
    width: 100%;
    padding: 20px 15px;
}
.struc-freat.id-st .veriation-main .player-view.btm-part li h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: normal;
}
.struc-freat.id-st .veriation-main h2 {
    font-size: 32px;
}
.struc-freat.id-st .why-ply-quota ul li p {
    line-height: normal;
}

.nav-section .dropdown-submenu {
  position: relative;
}

.nav-section .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.nav-section .dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.nav-section .dropdown-menu {
    padding: 0;
    overflow: hidden;
    border: 1px solid #EBF8FF;
}
.nav-section .header-account .dropdown-menu {
    left: inherit;
    right: 0;
}
.nav-section .dropdown-menu .dropdown-item {
    min-width: 180px;
    background: #fff;
    color: #000;
    padding: 8px 10px;
}
.nav-section .dropdown-menu .dropdown-item:hover,
.nav-section .dropdown-menu .dropdown-item:active {
    background: #EBF8FF;
    color: #000;
}
.nav-section .dropdown-menu .dropdown-item::after {
    position: absolute;
    right: 10px;
    top: 15px;
}
.nav-section .dropdown-submenu .dropdown-menu .dropdown-item {
    font-size: 15px;
}

.privacy-policy-main, .terms-conditions-main, .blog-main {
    padding-top: 30px;
}

.behind-head {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}
.bet-struc.how-it-work ul.how-matchplay li {
    padding: 0;
}
.bet-struc.how-it-work ul.how-matchplay:after {
    display: none;
}
.bet-struc.how-it-work ul.how-matchplay {
    padding-left: 20px;
    gap: 0;
}
.bet-struc.how-it-work.how-play h3 {
    text-align: left;
    padding-left: 20px;
}
.bet-struc.how-it-work ul.how-matchplay li h2 {
    padding-left: 0;
}
.bet-struc ul.m-p-score li h2 {
    font-size: 21px;
    margin-bottom: 5px;
}
.bet-struc ul.m-p-score li p {
    font-size: 18px;
    margin-bottom: 5px;
}
.bet-struc ul.m-p-score li span {
    font-size: 18px;
}
.struc-freat.mtch-ply .bet-struc {
    box-shadow: none;
}
.about-shot.mtch-ply li span {
    font-size: 20px;
}
.player-view.match-player-view.rmv-bdr {
    border-bottom: none;
    padding-bottom: 0;
}
ul.about-shot.blue-stone-box.bestball-blue-box.b-b-cstm li {
    width: 24%;
}

.membership .subscription-plan {
    padding-top: 60px;
    padding-bottom: 40px;
}
.about-shot.skin-gms li {
    width: 22%;
}
.plyr-slct {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
}
.our-app {
    font-size: 21px;
}
.inner_section_head.faqs-head {
    text-align: center;
    font-size: 50px;
    margin-bottom: 5px;
}
.player-view.new-tbl li {
    background: #1B2E5F;
    color: #fff;
}
.player-view.new-tbl li h4 {
    color: #fff;
}
.player-view.new-tbl li h4:last-child {margin-bottom: 0}
@media (min-width: 768px) {
    .all-features-main.table-responsive {
        overflow: inherit;
    }
}
.feature-list {
    display: flex;
    background: #3E518E;
    padding: 6px 20px;
    align-items: center;
    z-index: 2;
    position: sticky;
    top: -1px;
}
.feature-list span {
    width: 20%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
    text-align: center;
}
.feature-list span.all-ftr {
    width: 60%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.all-features-main .accordion-header .accordion-button:after {
    background: url(/assets/website-images/accordion-arrow.svg) no-repeat;
    content: "";
    width: 24px;
    height: 24px;
}
.all-features-main {
    margin-top: 20px;
    margin-bottom: 40px;
}
.all-features-main .accordion {
    border: 1px solid #B0D9ED;
}
.all-features-main .accordion .accordion-item {
    margin-bottom: 0;
    border-bottom: 1px solid #B0D9ED;
    border-radius: 0;
}
.all-features-main .accordion .accordion-button.collapsed {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    background-color: #F6FBFF;
    padding: 13px 25px;
}
.all-features-main .accordion .accordion-button:not(.collapsed) {
    font-size: 20px;
    font-weight: 600;
    padding: 13px 25px;
}
.all-features-main .accordion .accordion-collapse .accordion-body {
    font-size: 14px;
    padding: 0 20px 20px 30px;
}
.all-features-main .accordion .accordion-item .accordion-collapse {
    background-color: #fff;
    border-top: 1px solid #B0D9ED;
}
.all-features-main .accordion .accordion-header .accordion-button {
    width: 60%;
    background: transparent;
    border: none;
    padding: 13px 25px 13px 30px;
}
.all-features-main .accordion .accordion-header span {
    width: 20%;
    text-align: center;
}
.all-features-main .accordion .accordion-item {
    border-bottom: 1px solid #B0D9ED;
    padding: 0 20px;
}
.all-features {
    margin-bottom: 40px;
}
.all-features-main .accordion .accordion-item .accordion-collapse {
    border: none;
}
.all-features-main .accordion {
    border: 1px solid #B0D9ED;
    padding: 0;
    margin: 0;
}
.all-features-main .accordion .accordion-item.accordion-mid-heading {
    background-color:#B0D9ED;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.all-features-main .accordion .accordion-header {
    display: flex;
    border: none;
}
.all-features-main .accordion .accordion-body {
    padding: 0 20px 20px 30px; 
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    width: 60%;
}
.all-features-main .accordion .accordion-header .accordion-button::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 16px;
    transform: rotate(180deg);
    background-size: 20px;
}
.all-features-main .accordion .accordion-header .accordion-button.collapsed::after {
    transform: rotate(90deg);
}
.all-features-main .accordion .accordion-item:last-child {
    border-bottom: none;
}
.subcrip-trial {
    background: rgb(235, 248, 255);
    border-radius: 15px;
    padding: 30px;    
}
.subcrip-trial p {
    font-size: 18px;
}
.subcrip-trial p:last-child {
    margin-bottom: 0;
}
.subcrip-trial h3 {
    font-size: 32px;
    font-weight: 700;
}
.about-shot.bst-ball li {
    text-align: center;
    width: 22.333%;
}
.subcrip-trial .trial_notice {
  margin-bottom: 15px;
  background: #B0D9ED;
  padding: 10px 15px;
  color: #000;
  border-radius: 10px;
}

.struc-freat.stbl_frd ul li h2 {
    margin: 0;
}
.struc-freat.stbl_frd .rght-struc ul li {
    padding: 12px 15px;
}
.bet-struc ul li ul {
    list-style: disc;
    padding-left: 20px;
    gap: 2px 0;
}
.bet-struc ul li ul li {
    padding: 0;
    font-weight: 700;
}
.all-features-main .accordion .accordion-item.accur .accordion-collapse {
    display: block;
}
.all-features-main .accordion .accordion-item.accur .accordion-collapse .accordion-item {
    padding: 0;
}
.all-features-main .accordion .accordion-item.accur .accordion-collapse .accordion-item .accordion-button.collapsed {
    padding: 13px 30px;
}
.all-features-main .accordion .accordion-item.accur .accordion-collapse#collapseOne_accurate {
    display: none;
}
.all-features-main .accordion .accur .accordion-collapse .accordion-body .accordion-header .accordion-button::after {
    display: none;
}
.accordion-item.accur .accordion-header {
    display: none;
}
.all-features-main .accordion .accur .accordion-collapse .accordion-body .accordion-header {
    background-color: #F6FBFF;
}
.all-features-main .accordion .accur .accordion-collapse .accordion-body .accordion-header span {
    width: 248px;
}
.all-features-main .accordion .accordion-header .accordion-button span {
    width: auto;
}
@media (max-width: 567px) {
    .all-features-main .accordion .accordion-header .accordion-button {
        width: 100%;
    }
    .feature-list span,
    .all-features-main .accordion .accordion-header span {
        width: 50%;
    }
    .all-features-main .accordion .accordion-item {
        padding: 0 20px 10px;
    }
    .limited_offer img,
    .grow_while_sharing img,
    .tab-content.cstm-tabing img {
        max-width: 290px;
        width: 100%;
        margin: 0 auto;
    }
}
.login-box .card-body {
    background: #fff url(/assets/website-images/login-bg.svg) no-repeat top center;
    background-size: auto;
    background-size: 100% auto;
    border: 1px solid #B0D9ED;
    border-radius: 20px;
}
.login-box .card-body .text-primary {
    font-size: 30px;
    color: #000 !important;
    font-weight: 500;
}
.login-box .card-body form .form-control {
    height: 51px;
    background: #EBF8FF;
    border-color: #B0D9ED;
    border-radius: 5px;
    color: #000;
}
.login-box .card-body form .mb-3, .login-box .card-body form .mb-1 {
    margin-bottom: 10px !important;
}
.login-box .card-body form a {
    font-size: 14px;
    font-weight: 500;
    color: #D3393F;
    text-decoration: none;
}
.login-box .card-body form .btn.btn-primary {
    border-radius: 5px;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 18px;
    padding: 11px 50px;
}
.login-with {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBF8FF;
    border-radius: 5px;
    padding: 10px;
    gap: 0 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.login-box .card-body form .login-with a {
    width: auto !important;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 !important;
}
.login-with h4 {
    font-size: 14px;
    color: #000;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.break-wrd strong {
    display: block;
}
.mplan-discount-details p {
    margin: 0;
}
.login-with button {
    border: none;
    background: transparent;
}
.about-game-main.become-fan .ad-system.frst-top {
    margin-top: 20px;
}
.struc-freat.why-go { 
    width: 100%;
    margin-top: 50px;
}
.struc-freat.why-go .bet-struc {
    width: 100%;
}
.struc-freat.why-go .bet-struc ul li {
    padding: 10px 20px;
    width: 100%;
}
.struc-freat.why-go .bet-struc ul.m-p-score li h2 {
    font-weight: 400;
}
.struc-freat.why-go .bet-struc h3 img {
    margin-top: 2px;
    margin-right: 2px;
}
.type-golf .bet-struc ul li {
    padding: 9px 20px;
}
.type-golf .bet-struc ul li h3 {
    font-weight: 700;
    margin-bottom: 10px;
}
.type-golf .bet-struc ul li p {
    margin-bottom: 0;
}
.refer-earn {
    position: relative;
    background: #fff url(/assets/website-images/refer-earn-bg.png) no-repeat top center;
    background-size: auto;
    background-size: 100% auto;
}
.custom-heading.refer-head {
    font-size: 80px;
    color: #D3393F;
}
.refer-earn-list {
    display: flex;
    gap: 0 25px;
    justify-content: center;
    margin-top: 80px;
}
.refer-earn-list li {
    background: #EBF8FF;
    border: 3px solid #B0D9ED;
    border-radius: 20px;
    text-align: center;
    padding: 80px 50px 30px;
    position: relative;
}
.refer-earn-list li figure {
    width: 150px;
    height: 150px;
    background: #1B2E5F;
    border: 5px solid #B0D9ED;
    border-radius: 100%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: normal;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -70px;
}
.refer-earn .refer-earn-list h3 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5F9E38;
    margin-top: 10px;
}
.refer-earn .refer-earn-list p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.about-game-main.contact_page {
    background: #fff url(/assets/website-images/refer-earn-bg.png) no-repeat top center;
    background-size: 100% auto;
}
.email-phn {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    max-width: 215px;
}
.email-phn a {
    background: #FFFFFF1A;
    border-radius: 6px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.email-phn a img {
    margin-right: 10px;
}
.footer-logo img {
    max-width: 130px;
    height: auto;
}

@media (max-width: 1023px) {
    .accordion-button.collapsed,
    .accordion-button:not(.collapsed),
    .accordion-body {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .student-banner.banner-section.mini-banner {
        height: 350px;
        background-position: center;
    }
    .student-banner.banner-section .banner-content span {
        font-size: inherit;
    }
    .why-ply-quota h2 {
        font-size: 24px;
    }
    .why-ply-quota ul li p {
        font-size: 16px;
    }
    .scramble-score > h2 {
        margin-bottom:10px;
    }
    ul.about-shot.quota-score li,ul.about-shot.blue-stone-box li {
        width:100%!important;
    }
    .bet-struc.how-it-work ul .bullet-list {
        padding-left:30px;
    }
    .newsletter_header .newssubscribe-image img {
        max-width: 40px;
    }
    .newsletter_header .newssubscribe-image:after, .newsletter_header .newssubscribe-image:before {
        width: 50px;
        height: 50px;
        margin-left: -33px;
        margin-top: -26px;
    }
}

@media (min-width:1920px) { 
    .shot-banner {
        background-size: cover;
    }
}

@media (min-width:1340px) { 
.container {
    max-width: 1310px;
}
}

@media (max-width:1199px) { 
.container, .container-md, .container-sm {
    max-width: 100%;
}
.shot-content {
    right: 20px;
}
ul.about-shot.blue-stone-box li {
    padding: 15px;
    width: 30%;
}
.about-game-main .col-sm-6 img {
    max-width: 100%;
}
.content-abt-view p {
    font-size: 18px;
    line-height: 25px;
}
.content-abt-view h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.content-abt-view.rightcontent {
    padding-left: 0;
}
}

@media (min-width:1300px) and (max-width:1670px) { 
.player-managment::before {
    left: -222px;
}
.automation-list li {
    width: 21%;
}

.banner-content h2 {
    font-size: 48px;
}
.ad-system-main::after {
    background-position: inherit;
}
.content-section {
    font-size: 95px;
}
.content-section {
    font-size: 95px;
}
.refer-earn .top-content p.custom-sub-head {
    font-size: 21px;
}
.footer-main #myBtn {
    right: 40px;
    bottom: 90px;
}
.banner-content {
    max-width: 1100px;
}
}

@media (min-width: 1200px) {
    ul.about-shot.tombstone.blue-stone-box.skin-blue-box li {
        width: 19%;
    }
}

@media (min-width:1200px) and (max-width:1339px) {
.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0 12px;
}
ul.about-shot.blue-stone-box {
    gap: 10px 10px;
}
.banner-content h2 {
    font-size: 48px;
}
.newsletter_header .newssubscribe-image img {
    max-width: 40px;
}
.newsletter_header .newssubscribe-image:after, .newsletter_header .newssubscribe-image:before {
    width: 50px;
    height: 50px;
    margin-left: -33px;
    margin-top: -26px;
}
.custom-sub-head br {
    display: none;
}
.testimonials-section.our-story .featured-right {
    width: 55%;
}
.our-story .feaured-list .common-list li {
    margin: 10px 0;
}
.custom-sub-head.blc-clr {
    font-size: 18px;
}
.green-head {
    font-size: 32px;
}
.custom-heading {
    font-size: 40px;
}
.content-section {
    font-size: 88px;
}
.refer-box h4 {
    font-size: 22px;
}
.refer-content p {
    font-size: 15px;
}
.owl-carousel.owl-theme.logo-slider.owl-loaded.owl-drag .owl-stage {
    padding: 50px 0;
}
.footer-main .right-ad img {
    max-width: 170px;
}
.ad-system .left-ad p {
    font-size: 18px;
}
.ad-system .left-ad p br {
    display: none;
}
.refer-box figure img {
    max-width: 100%;
    height: 328px;
}
.refer-content {
    padding-left: 25px;
    padding-right: 15px;
}
.refer-box .refer-content img {
    max-width: 40px;
}
.refer-box.col2 .refer-content {
    padding-left: 50px;
    padding-right: 10px;
}
.refer-box.col3 .refer-content {
    padding-left: 50px;
    padding-right: 10px;
}
.refer-earn .top-content p.custom-sub-head {
    font-size: 20px;
}
h3.text-center.more-rfr-ern {
    font-size: 44px;
    margin: 20px 0 20px;
}

.user-profile-cstm {
    width: 170px;
    height: 170px;
}

.banner-content {
    max-width: 1000px;
}

.smart-watch-section {
    padding-top: 150px;
}
}

@media (min-width:1024px) and (max-width:1299px) { 
.player-managment::before {
    left: -350px;
}
.footer-main .ad-system .left-ad h2 {
    font-size: 34px;
    line-height: 50px;
}
.custom-sub-head br {
    display: none;
}
.footer-main .left-ad {
    padding-left: 30px;
}
.automation-list li img {
    max-width: 100%;
}
.automation-list li {
    width: 22%;
}
.green-map::before {
    height: 609px;
}
.main-map .map-img img {
    max-width: 100%;
}
.map-watch-small {
    bottom: -110px;
}
.map-watch {
    bottom: -140px;
}
.random-left {
    width: 60%;
}
.random-right {
    width: 40%;
}
.random-devise {
    top: 70px;
}
.social-player .random-main .random-right br {
    display: none;
}
.social-player .random-main .random-right {
    width: 40%;
}
.social-player.randomize-section .owl-nav {
    left: 300px;
}
.notifctn-slider .owl-nav .owl-next {
    right: 80px;
}
.notifctn-slider .owl-nav .owl-prev {
    left: 80px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px !important;
    padding: 0 10px !important;
}
.contact-us {
    font-size: 18px !important;
}

.l-r-space {
    padding: 0 30px;
}
}
@media (min-width:768px) and (max-width:1199px) { 
.player-content .player-image img {
    max-width: 80%;
}
.newsletter_header .newssubscribe-image img {
    max-width: 40px;
}
.newsletter_header .newssubscribe-image:after, .newsletter_header .newssubscribe-image:before {
    width: 50px;
    height: 50px;
    margin-left: -33px;
    margin-top: -26px;
}
ul.about-shot.blue-stone-box {
    gap: 8px 8px;
}
.custom-sub-head br {
    display: none;
}
.manag-list li br {
    display: none;
}
.key-high ul {
    gap: 20px;
    flex-wrap: wrap;
}
.key-high ul li {
    width: calc(50% - 20px);
}
.manag-list li {
    width: 48%;
}
.club-right img {
    max-width: 70%;
}
.why-ply-quota h2 {
    font-size: 28px;
}
.watch-img1 {
    left: 5px;
    bottom: 34px;
}
.subscription-plan br {
    display: none;
}
.leaderboard-box .manage-img img.watch-img2 {
    max-width: 70%;
    margin-top: 50px;
}
.leaderboard-box .manage-img img.watch-img3 {
    max-width: 60%;
}
.notifctn-slider {
    background-size: 100%;
    background-position: center 100px;
}
.notifctn-slider .owl-nav .owl-prev {
    left: 30px;
}
.notifctn-slider .owl-nav .owl-next {
    right: 30px;
}
.notifctn-type li br {
    display: none;
}
.shot-content {
    max-width: 260px;
}
.shot-content br {
    display: none;
}
.green-map::before {
    height: 539px;
}
.randomize-section .owl-nav {
    left: 250px;
}
.random-right h2 {
    font-size: 32px;
}
.random-right p {
    font-size: 16px;
}
.random-right p br {
    display: none;
}
.owl-carousel .owl-item .random-left img {
    width: 80%;
}
.social-player .random-main .random-left img {
    width: 70%;
}
.social-player .random-main .random-left img.social-watch {
    right: 260px;
    bottom: -381px;
    max-width: 40%;
}
.social-player .random-devise {
    right: -90px;
    top: -100px;
}
.randomize-section.social-player {
    background-position: right;
}
.mony-automation::after {
    background-position: top center;
    background-size: 100%;
    top: -280px;
}
.ad-system-main p br {
    display: none;
}
.ad-system-main .ad-system .left-ad, .ad-system-main .ad-system .right-ad {
    width: 50%;
}
.ad-system-main .ad-system .right-ad img {
    max-width: 100%;
}
.ad-system-main.unique-booking .ad-system .right-ad img {
    max-width: 75%;
    margin: 100px -90px;
    padding-left: 100px;
}
.footer-main .right-ad img {
    max-width: 50%;
}
.footer-main .left-ad br {
    display: none;
}
.ad-system-main.unique-booking {
    overflow: hidden;
}
.main-map .map-content img {
    max-width: 50%;
}
.map-watch {
    bottom: -160px;
}
.map-watch-small {
    bottom: -160px;
}
.refer-box h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}
.refer-content p {
    font-size: 15px;
}
.owl-carousel.owl-theme.logo-slider.owl-loaded.owl-drag .owl-stage {
    padding: 50px 0;
}

.footer-main .right-ad img {
    max-width: 150px;
}
.ad-system .left-ad p {
    font-size: 18px;
}
.ad-system .left-ad p br {
    display: none;
}
.refer-box figure img {
    max-width: 100%;
    height: 328px;
}
.refer-content {
    padding-left: 30px;
    padding-right: 25px;
    top: 60px;
}
.refer-box .refer-content img {
    max-width: 30px;
    margin-bottom: 5px;
}
.refer-box.col2 .refer-content {
    padding-left: 50px;
    padding-right: 12px;
}
.refer-box.col3 .refer-content {
    padding-left: 55px;
    padding-right: 12px;
}
.refer-earn .top-content p.custom-sub-head {
    font-size: 18px;
}
h3.text-center.more-rfr-ern {
    font-size: 40px;
    margin: 20px 0 20px;
}
.content-section {
    font-size: 76px;
}
.refer-earn h2 {
    line-height: 36px;
    margin-bottom: 10px;
}
.custom-sub-head {
    font-size: 18px;
}
.custom-heading {
    font-size: 40px;
}
.featured-center img {
    max-width: 100%;
}
.our-story .feaured-list .common-list li h4 {
    min-height: auto;
    font-size: 16px;
}
.our-story .feaured-list .common-list li h4 strong {
    font-size: 18px;
}
.our-story .feaured-list .common-list li h4:before {
    display:none;
}
.our-story .feaured-list .common-list li {
    margin: 8px 0;
    padding: 8px 10px;
}
.our-story .right-list.common-list li .bullet-img {
    margin-left: -48px;
    max-width: 38px;
}
.our-story .common-list li figure {
    width: 325px;
    top: 15px;
}
.testimonials-section.our-story .featured-center figure img {
    max-width: 325px;
}
.our-story .common-list li figure img {
    max-width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 12px;
}
.header-top .logo {
    width: 15%;
}
.header-top .logo img {
    max-width: 150px;
}
.banner-content h2 {
    font-size: 42px;
}
.banner-content span {
    font-size: 26px;
    line-height: 32px;
}
.offers-part li h4 {
    font-size: 18px;
    line-height: 20px;
}
.offers-part li img {
    top: 12px;
    max-width: 30px;
}
.offers-part li h4 span {
    font-size: 14px;
}
.banner-btn {
    margin-bottom: 20px;
    margin-top: 20px;
    gap: 0 15px;
}
.green-head {
    font-size: 28px;
}
.custom-heading {
    font-size: 40px;
}
.custom-sub-head {
    font-size: 18px;
}
.ad-system .left-ad h2 {
    font-size: 32px;
}
.ad-system .left-ad p {
    font-size: 18px;
}
.footer-main .ad-system .left-ad h2 {
    font-size: 40px;
    line-height: 40px;
}
.copyright p {
    font-size: 12px;
}
.green-map .main-map .map-content h3 {
    font-size: 40px;
    margin-bottom: 10px;
}
.key-features .custom-heading.blc-clr {
    font-size: 40px;
}
.testimonials-section.our-story h2.custom-heading {
    margin-bottom: 10px;
}
.main-map .map-img img {
    max-width: 70%;
}
.main-map .map-content img {
    max-width: 40%;
}
.contact-us {
    font-size: 16px;
}
.ad-system {
    padding: 0 20px;
}
.shot-banner h2.custom-heading.blc-clr, .shot-banner p.custom-sub-head.blc-clr {
    padding: 0 20px;
}
.ad-system-main .custom-sub-head.blc-clr.wow.fadeInUp {
    padding: 0 20px;
}
.main-map .map-content {
    padding-left: 15px;
}
.subscription-plan {
    padding-top: 50px;
    padding-bottom: 100px;
}
.refer-earn {
    padding: 40px 0 40px;
}
.Membership-table ul li:hover {
    margin-top: 0;
}
.footer-main #myBtn img {
    max-width: 35px;
}
.footer-main #myBtn {
    bottom: 70px;
}
.green-map .main-map .map-content p {
    font-size: 20px;
}
.Membership-table ul li {
    padding: 22px 15px;
    width: 30%;
}
.Membership-table ul li span {
    font-size: 18px;
}
.Membership-table ul li strong {
    font-size: 30px;
}
.Membership-table ul li strong span {
    font-size: 18px;
}
.btn.btn-primary.select-btn {
    font-size: 20px;
    padding: 14px 30px;
}
.Membership-table ul li.additional .btn.btn-primary.select-btn {
    font-size: 20px;
    padding: 14px 30px;
}
.Membership-table ul li.additional h2 {
    font-size: 28px;
    line-height: 30px;
}
.Membership-table ul li.additional strong {
    font-size: 32px;
    line-height: 40px;
}
.Membership-table ul li.additional span {
    font-size: 18px;
}
.Membership-table ul {
    gap: 0 30px;
    flex-wrap: wrap;
}
.Membership-table ul li .greenmap-img img {
    max-width: 100%;
}
.shot-banner {
    overflow: hidden;
}
.membership-table .plan-table .table thead th .btn.btn-primary {
    padding: 10px 20px;
    font-size: 20px;
}
.membership-table .plan-table .table thead th h4 {
    font-size: 24px;
}
.membership-table .plan-table .table tbody tr td:first-child {
    font-size: 20px;
}
.user-profile-cstm {
    width: 160px;
    height: 160px;
}
.auth .list-group .list-group-item {
    padding: 8px 12px;
    font-size: 14px;
}
.common-acnt table th, .common-acnt table td {
    font-size: 14px;
}
.header-inner-banner-section h2 {
    font-size: 36px;
}
.student-banner-text {
    font-size: 18px;
    margin-bottom: 20px;
}
.golf-batting {
    gap: 0 30px;
}
.about-shot li h2 {
    font-size: 20px;
}
.about-shot li p {
    font-size: 16px;
}
.about-shot {
    margin-top: 20px;
}
.about-shot li span {
    font-size: 26px;
}
.bet-struc h3 {
    font-size: 25px;
}
.bet-struc ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.player-view li h4 {
    font-size: 20px;
}
.player-view li span {
    font-size: 15px;
}
.score-label {
    font-size: 20px;
}
.bet-struc ul li p {
    font-size: 16px;
}
.bet-struc ul.m-p-score li h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.inner_section_head.faqs-head {
    font-size: 40px;
}
.score-exam img {
    max-width: 100%;
}
.feature-list span {
    font-size: 16px;
}
.score-exam img {
    max-width: 100%;
}

.ball-bullet-list li {
    font-size: 18px;
    background-size: 24px auto;
}
.subcrip-trial p {
    font-size: 20px;
}
.subcrip-trial h3 {
    font-size: 28px;
}
.mplan-discount-details {
    font-size: 14px;
}
.all-features-main .accordion .accordion-button.collapsed {
    font-size: 18px;
}
.all-features-main .accordion .accordion-button:not(.collapsed) {
    font-size: 18px;
}
.feature-list span.all-ftr {
    font-size: 22px;
}
.banner-content {
    max-width: 800px;
    margin-bottom: 0 !important;
}
.about-game-main.become-fan .ad-system .left-ad {
    width: 50%;
}
.about-game-main.become-fan .ad-system .right-ad {
    width: 50%;
}
.about-game-main.become-fan .ad-system .right-ad img {
    max-width: 100%;
}
.l-r-space {
    padding: 0 30px;
}
.container.grow_while_sharing {
    padding: 0 20px;
}
.about-student .about-game-main .container, .wallet .about-game-main .container {
    padding: 0 20px;
}
.hiw-right h3 {
    font-size: 32px;
}
.about-tournament #myTabContent {
    padding: 0 15px;
}
.about-leagues .about-game-main .container {
    padding: 0 20px;
}
.golf-tip-wind .game-content-area {
    padding: 0 15px;
}
.golf-tip-stretches .game-content-area .container {
    padding: 0 20px;
}
.custom-heading.refer-head {
    font-size: 60px;
}
.refer-earn .refer-earn-list h3 {
    font-size: 23px;
}
.refer-earn-list li {
    padding: 80px 20px 20px;
}
.refer-earn .refer-earn-list p {
    font-size: 18px;
}
.all-features-main .accordion .accordion-header .accordion-button span {
    width: 100px;
}
}

@media (min-width:768px) and (max-width:991px) {
.player-managment:before {
    left: -470px;
}
.custom-sub-head br {
    display: none;
}
.manag-list li h4 {
    font-size: 16px;
}
.manag-list li p {
    font-size: 14px;
}
.manag-list {
    gap: 0 20px;
}
.manag-list li {
    width: 47%;
}
.player-content .employer-content h2 {
    font-size: 32px;
    line-height: normal;
}
.player-content .employer-content h2 br {
    display: none;
}
.video-path {
    width: 100%;
    height: 450px;
}
.club-left {
    padding-right: 40px;
}
.club-managment-banner h2 {
    font-size: 32px;
}
.club-managment-banner p {
    font-size: 16px;
}
.club-managment-banner p br {
    display: none;
}
.custom-heading {
    font-size: 32px;
}
.custom-sub-head {
    font-size: 16px;
}
.custom-sub-head br{
    display: none;
}
.notifctn-slider .owl-carousel .owl-item img {
    width: 70%;
}
.notifctn-slider .owl-nav .owl-prev {
    left: 20px;
}
.notifctn-slider .owl-nav .owl-next {
    right: 20px;
}
.notifctn-type li p br {
    display: none;
}
.notifctn-type {
    margin-top: 20px;
}
.notifctn-type li {
    margin-bottom: 0;
}
.main-map .map-img img {
    max-width: 100%;
}
.automation-list li {
    width: 22%;
}
.automation-list {
    gap: 0 40px;
}
.automation-list li img {
    max-width: 100%;
}
.ad-system-main.unique-booking .right-ad:before {
    background-size: 380px;
    right: 130px;
    background-position: 40px 30px;
}
.footer-main .ad-system .left-ad h2 {
    font-size: 32px;
    line-height: normal;
}
.social-player.randomize-section .owl-nav {
    left: 160px;
}

.random-main .random-right {
    width: 50%;
    padding-left: 60px;
}
.random-main .random-left {
    width: 50%;
}
.random-devise {
    top: 90px;
    right: -130px;
}
.owl-carousel .owl-item .random-left .random-devise img {
    width: 60%;
}
.randomize-section .owl-nav {
    left: 60px;
    bottom: 180px;
}
.owl-carousel .owl-item .random-left img {
    width: 100%;
}
.banner-content h2 {
    font-size: 36px;
}
.banner-content span {
    font-size: 20px;
    line-height: 28px;
}
.brand-logo img {
    max-width: 70%;
    margin: auto;
}
.leaderboard-box .manage-img img.watch-img2 {
    max-width: 70%;
    margin-top: 80px;
    margin-left: 90px;
}
.leaderboard-box.r-t-l .manage-img .watch-img2 {
    margin-left: 20px;
}
.green-map::before {
    height: 100%;
}
.plan-table .table thead th p {
    font-size: 14px;
}
.watch-img3 {
    top: 20px;
}

.header-top .logo {
    width: 10%;
}
.register-signin {
    margin-left: 10px;
}
.contact-us {
    font-size: 14px;
    padding: 6px 8px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0 7px;
}
.main-map .map-img img {
    max-width: 70%;
    margin-right: 40px;
}
.content-section {
    font-size: 56px;
    -webkit-text-stroke: 3px #D3393F;
    text-shadow: 0 3px 3px #00000040;
}
.icon-msg figure img {
    max-width: 40px;
}
.icon-msg h4 {
    font-size: 17px;
    line-height: normal;
}
.footer ul.footer-content li {
    font-size: 14px;
    line-height: 25px;
}
.footer ul.footer-content li::before {
    top: 9px;
}
.footer h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.footer input {
    font-size: 13px;
    line-height: normal;
    width: 100%;
    padding: 12px 12px;
}
button.subscribe {
    height: 38px;
    margin-top: 15px;
    font-size: 14px;
}
.footer-logo {
    text-align: center;
}
.footer-main .ad-system .left-ad h2 {
    font-size: 26px;
}
.footer-main .left-ad .banner-btn .register img, .footer-main .left-ad .banner-btn .facebook img {
    max-width: 100%;
}
.Membership-table ul {
    gap: 0 30px;
}
.Membership-table ul li h2 {
    font-size: 24px;
    margin: 0 0 15px;
}
.btn.btn-primary.select-btn {
    font-size: 16px;
    padding: 12px 40px;
}
.Membership-table ul li strong {
    font-size: 30px;
}
.Membership-table ul li strong span {
    font-size: 18px;
}
.Membership-table ul li span {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
}
h3.text-center.more-rfr-ern {
    font-size: 32px;
}
.our-story .feaured-list .common-list li h4 {
    font-size: 16px;
}
.our-story .feaured-list .common-list li {
    margin-bottom: 4px;
    margin-top: 4px;
}
.refer-colm {
    margin-top: 20px;
}
.refer-content {
    padding-left: 25px;
    padding-right: 20px;
    top: 19px;
    width: 200px;
    margin-left: 30px;
}
.refer-box figure img {
    height: 200px;
}
.refer-box.col2 .refer-content {
    padding-left: 42px;
    padding-right: 12px;
}
.refer-box.col3 .refer-content {
    padding-left: 45px;
    padding-right: 12px;
}
.refer-box.col2 .refer-content figure {
    margin-bottom: 0;
}
.refer-box .refer-content img {
    max-width: 24px;
    margin-bottom: 5px;
}
.refer-box h4 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;
}
.refer-content p {
    font-size: 12px;
    line-height: 16px;
}
.bill-switch {
    gap: 0 20px;
    margin: 40px 0 0;
}
.Membership-table {
    margin-top: 80px;
}
.ad-system {
    padding: 0 20px;
}
.testimonials-section.our-story .featured-center figure img {
    max-width: 244px;
}
.feaured-list {
    padding: 0 20px 30px;
}
.featured-center {
    width: 170px;
    flex: 0 0 170px;
}
.our-story .common-list li figure {
    width: 170px;
    left: 21px;
    top: 0;
}
.our-dtls li {
    padding: 15px 10px 15px 65px;
}
.img-abt-content {
    left: 12px;
    max-width: 40px;
}
.our-dtls li a {
    font-size: 16px;
}
.banner-section.banner-for-contact, .banner-section.mini-banner, .banner-section.banner-for-wallet, .banner-section.banner-for-becomefan, .banner-section.banner-for-member {
    height:370px;
}
.q-mark-img {
    top: -80px;
    right: -120px;
    max-width: 70px;
}
.wallet-service {
    margin-top: 30px;
}
.wallet-service {
    gap: 20px 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.wallet-service li {
    width: 48%;
}
.hiw-left img {
    max-width: 280px;
}
.hiw-right h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.how-itworks {
    gap: 0 25px;
}
.our-wallet .wallet-service h4 {
    font-size: 20px;
}
.our-wallet .wallet-service p {
    font-size: 16px;
}
.our-wallet h3 {
    font-size: 28px;
}
.wallet-service li img {
    max-width: 60px;
}
.second-head {
    font-size: 24px;
    line-height: 26px;
}
.about-game-main.become-fan .wallet-service li {
    width: 31%;
}
.fan-community h2 {
    font-size: 36px;
}
.fan-community p {
    font-size: 20px;
    font-weight: 500;
}
.fan-community {
    height: 351px;
}
.features-listing li {
    width: 30%;
    padding: 15px;
}
.features-listing li h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.membership-table .plan-table .table thead th .btn.btn-primary {
    padding: 8px 10px;
    font-size: 18px;
}
.membership-table .plan-table .table thead th h4 {
    font-size: 20px;
}
.membership-table .plan-table .table tbody tr td:first-child {
    font-size: 16px;
    padding: 12px;
}
.membership-table .plan-table .table thead th {
    padding-top: 15px;
    padding-bottom: 15px;
}
.membership-plan {
    width: 48%;
}
.card-body.my_plan {
    padding: 0;
}
.user-profile-cstm {
    width: 140px;
    height: 140px;
}
.about-shot.tombstone li {
    width: 21.733%;
}
.about-shot.tombstone li h2 {
    font-size: 19px;
}
.about-shot.tombstone li p {
    font-size: 15px;
}
.feature-list span {
    font-size: 14px;
}
.feature-list span.all-ftr {
    font-size: 18px;
}
.our-story .feaured-list .common-list li h4 strong {
    font-size: 18px;
}
.get-started-cta h2 {
    font-size: 32px;
}
.get-started-cta p {
    font-size: 15px;
}
.getcta_right.trip-plan img {
    max-width: 150px;
}
.membership-banner-text {
    font-size: 18px;
}
.golf-tip-stretches .game-content-area .col-md-auto {
    flex: 1 0 0%;
    width: 50%;
}
.struc-freat.type-golf .bet-struc h3, .struc-freat.why-go .bet-struc h3 {
    font-size: 20px;
}
.struc-freat.type-golf .bet-struc h3 img, .struc-freat.why-go .bet-struc h3 img {
    max-width: 24px;
}
.struc-freat.type-golf .bet-struc ul li h3, .struc-freat.why-go .bet-struc ul li h3 {
    font-size: 18px;
}
.struc-freat.type-golf .bet-struc ul li p {
    font-size: 16px;
}

.email-phn a {
    padding: 5px 8px;
    font-size: 13px;
}
.email-phn a img {
    margin-right: 5px;
    max-width: 15px;
}

.smart-watch-section {
    padding-top: 80px;
}
.nav-section .dropdown-menu .dropdown-item {
    padding: 4px 10px;
    font-size: 14px;
}
/*navbar-custom*/
.nav-section .navbar-collapse {
       position: fixed;
    right: -100%;
    top: 0;
    background: #273a78;
    width: 50%;
    max-width: 100%;
    height: 100vh;
    padding: 20px 0;
    z-index: 99;
    opacity: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    display: block;
}
.nav-section .navbar-collapse.show {
    right: 0;
    opacity: 1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.close-btn {
       position: absolute;
       top: 0;
       background: #273a78;
       padding: 0 4px;
       left: -27px;
       height: 28px;
       width: 28px;
       text-align: center;
       cursor: pointer;
       display: block;
}
.close-btn img {
       max-width: 14px;
}
.nav-section .navbar-nav .nav-item {
       padding: 0;
}
.navbar-light .navbar-nav .nav-link {
       font-size: 15px;
       border-bottom: 1px solid #fff;
       color: #fff;
       padding: 10px 15px;
}
.navbar-light .navbar-toggler {
       color: transparent;
       border-color: transparent;
       border: none;
       padding-right: 0;
}
.nav-section {
       padding: 6px 0;
       margin-top: 0;
}
.navbar-light .navbar-toggler img {
       max-width: 36px;
}
body.show {
    overflow: hidden;
}
header {
    z-index: 999;
}
.header-account {
    right: 50px;
    top: 0px;
}
.navbar-nav .dropdown-menu {
    width: 90%;
    margin: 10px 5px 5px 10px;
}
/*navbar-custom*/
}

@media (min-width: 992px) and (max-width: 1199px) {
.banner-section.mini-banner {
    height: 420px;
}
.featured-center img {
    max-width: 220px;
}
.about-game-main.become-fan .wallet-service li {
    width: 31%;
}
.smart-watch-section {
    padding-top: 100px;
}
.our-story .common-list li figure {
    top: 10px;
    width: 220px;
}
}

@media (max-width: 991px) {
    .game-tab-slider.nav-tabs .nav-link {font-size: 16px;padding: 8px 12px;}
    .tab-content.cstm-tabing .content-abt-view h1 { font-size:30px;margin-bottom: 10px;}
    .content-abt-view .second-title { font-size: 24px;}
    .tab-content.cstm-tabing .content-abt-view h2 { font-size:24px;margin-bottom: 10px;}
    .scoring-system > li {background-size: 30px auto;font-size: 18px;padding-left: 40px;margin-bottom: 10px;min-height: 36px;background-position: 0 -1px;}
    .tab-content.cstm-tabing .content-abt-view p { font-size:16px;}
    .custom-sub-head{padding:0 20px;}
    .game-content-area { font-size: 16px;}
    .game-content-area h2 { font-size:20px;margin-bottom: 10px;margin-top: 0;}
    .site-table th, .site-table td { font-size: 16px;}
    .number-style-games .nsgame_title { font-size: 24px;}
    .membership-table .plan-table .table thead th {font-size: 14px;}
    .membership-table .plan-table .table thead th h3 { font-size: 18px;}
    .number-style-games .site-table th, .number-style-games .site-table td {font-size: 14px;}

    .about-game-tabs .dropdown .btn.btn-secondary.dropdown-toggle {
        display: block;
        background: #5F9E38;
        border-color: #5F9E38;
        border-radius: 50px;
        font-size: 20px;
        padding: 10px 12px;
        font-weight: 500;
        margin: auto auto 25px;
        width: 100%;
    }
    .about-game-tabs .dropdown {
        padding: 0 12px;
        margin-bottom: 15px;
    }
    .about-game-main .about-game-tabs #myTab {
        display: none;
    }
    .banner-section.banner-for-contact .student-banner-text br {
        display: none;
    }
    .banner-section.banner-for-contact .student-banner-text {
        padding: 0 30px;
    }
}

@media (max-width:767px) {
.header-top a img {
    max-width: 100px;
}
.custom-sub-head br {
    display: none;
}
.green-map::before {
    height: 100%;
    background-position: top;
}
.banner-section {
    background-image: url(/assets/website-images/golf_banner_image_mobile.jpg);
    background-size: 100% auto;
    background-color: #647213;
    position: relative;
    padding-bottom: 120%;
    height: auto;
}
.banner-section:after {
    position: absolute;
}
.banner-content {
    bottom:0;
    z-index: 9;
    padding: 0 15px;
}
.banner-content h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
}
.banner-content span {
    font-size: 15px;
}
.banner-content span br {
    display: none;
}
.banner-content .banner-btn img {
    max-width: 120px;
}
.banner-content .banner-btn {
    margin-bottom: 17px;
    margin-top: 15px;
    gap: 0 10px;
}
.player-managment {
    margin: 40px auto auto;
}
.player-content .player-image {
    width: 100%;
    display: flex;
    z-index: 9;
    margin-top: 44px;
    justify-content: center;
    text-align: center;
}
.player-managment::before {
    left: -522px;
    background-size: 800px;
    top: -40px;
}
.player-content .employer-content {
    width: 100%;
}
.player-content .player-image img {
    max-width: 80%;
    margin: auto;
}
.player-content .employer-content h2 {
    font-size: 24px;
    line-height: 34px;
}
.player-content .employer-content h2 br {
    display: none;
}
.player-content .employer-content span {
    font-size: 16px;
}
.player-content .employer-content {
    margin-top: 30px;
}
.manag-list li h4 {
    font-size: 16px;
}
.manag-list li h4 br, .manag-list li p br {
    display: none;
}
.manag-list li p {
    font-size: 14px;
}
.player-content {
    flex-wrap: wrap;
    padding-top: 0;
}
.testimonials-section.our-story {
    padding: 40px 0 40px;
    overflow-x: hidden;
}
.video-path {
    width: 100%;
    height: 300px;
}
.video-content h2 {
    font-size: 24px;
    line-height: 34px;
}
.video-content span {
    font-size: 16px;
}
.video-main {
    height: 550px;
    margin-top: 20px;
}
.video-content {
    margin-top: 20px;
}
.btn.btn-primary {
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    z-index: 9;
}
.club-managment-banner {
    margin-top: 0;
}
.heading-sticky {
    position: relative;
}
.club-managment-banner h2 {
    font-size: 24px;
    line-height: 34px;
}
.club-managment-banner p {
    font-size: 16px;
}
.club-managment-banner p br, .club-managment-banner h2 br {
    display: none;
}
.club-managment-banner {
    padding-top: 30px;
}
.club-content {
    flex-wrap: wrap;
    margin-top: 30px;
}
.club-left {
    text-align: left;
    width: 100%;
    padding-right: 0;
}
.club-managment-banner .club-left h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.club-managment-banner .club-left p {
    font-size: 15px;
}
.club-right {
    width: 100%;
}
.watch-img1 {
    left: 25px;
    bottom: 34px;
    max-width: 120px;
}
.watch-img2 {
    margin-top: 60px;
    max-width: 230px;
}
.watch-img3 {
    left: 40px;
    top: 0;
    max-width: 300px;
}
.smart-watch {
    padding-top: 30px;
    margin-top: 30px;
}
.custom-heading {
    font-size: 28px;
    line-height: 34px;
}
.custom-sub-head {
    font-size: 16px;
}
.custom-heading br, .custom-sub-head br {
    display: none;
} 
.brand-logo img {
    max-width: 40%;
    margin: auto;
}
.subscription-plan {
    padding-top: 20px;
    padding-bottom: 20px;
}
.plan-table .table tbody tr td {
    padding: 15px 15px;
    font-size: 14px;
    vertical-align: middle;
}
.plan-table .table {
    min-width: 600px;
}
.leader-manage {
    padding-top: 30px;
    padding-bottom: 30px;
}
.leaderboard-box:last-child {
    margin-bottom: 0;
}
.leaderboard-box {
    flex-wrap: wrap;
    padding: 20px 30px 0;
}
.leaderboard-box .manage-content h2 {
    font-size: 18px;
}
.leaderboard-box .manage-content {
    width: 100%;
}
.leaderboard-box .manage-img {
    width: 100%;
}
.leaderboard-box .manage-img .watch-img2 {
    margin-top: 0;
    margin-left: 30px;
    max-width: 210px;
}
.leaderboard-box .manage-img .watch-img3 {
    bottom: 0;
    right: 20px;
    max-width: 170px;
}
.leaderboard-box.r-t-l {
    flex-direction: column-reverse;
}
.leaderboard-box.r-t-l .manage-img .watch-img1 {
    left: auto;
    right: -20px;
}
.leaderboard-box.r-t-l .manage-img .watch-img2 {
    margin-left: 0;
}
.leaderboard-box.r-t-l .manage-img .watch-img3 {
    right: 90px;
}
.leaderboard-box.r-t-l .manage-img .watch-img2 {
    margin-left: -10px;
}
.leaderboard-box .manage-content p {
    font-size: 15px;
    margin-top: 0;
}
.main-map .map-content {
    width: 100%;
    text-align: center;
    position: inherit;
    padding-bottom: 40px;
    padding-left: 15px;
}
.green-map .main-map {
    position: inherit;
}
.main-map .map-img {
    width: 100%;
    text-align: center;
}
.main-map .map-img img {
    max-width: 200px;
    margin: auto;
}
.map-watch-small {
    position: relative;
    max-width: 130px;
}
.map-watch {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 180px;
}
.main-map {
    flex-wrap: wrap;
}
.green-map {
    padding-top: 80px;
    padding-bottom: 20px;
}
.notifctn-persnztn {
    margin-top: 20px;
    padding-top: 30px;
    background-position: right;
  background-size: 2700px;
  height: 1100px;
}
.notifctn-type li p br {
    display: none;
}
.notifctn-type li {
    margin-bottom: 10px;
}
.notifctn-type {
    margin-top: 20px;
}
.notifctn-slider {
    background-size: 100%;
    background-position: center 60px;
}
.notifctn-slider .owl-carousel .owl-item img {
    max-width: 200px;
}
.notifctn-slider .owl-nav .owl-next {
    right: 30px;
}
.notifctn-slider .owl-nav .owl-prev {
    left: 30px;
}
.shot-content {
    text-align: center;
    left: 0;
    margin: auto;
    font-size: 14px;
    right: 0;
}
.shot-banner {
    background-position: center;
    background-size: 1200px;
    height: auto;
    padding-top: 0;
}
.random-main {
    flex-wrap: wrap;
    padding: 20px 20px 20px 0;
}
.random-devise {
    position: absolute;
    right: -20px;
    top: -20px;
    max-width: 120px;
}
.random-right {
    padding-left: 20px;
}
.randomize-section .owl-nav {
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 10px;
}
.randomize-section {
    padding: 30px 0;
}
.random-slider .item {
    padding-bottom: 20px;
}
.social-player .random-main .random-right {
    width: 100%;
}
.social-player .random-main .random-left img.social-watch {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 130px;
}
.social-player .random-devise {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
}
.social-player .random-main .random-left img {
    width: auto;
    max-width: 160px;
}
.social-player .random-main .random-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.randomize-section.social-player {
    background-position: right;
    background-size: 2000px;
    height: 915px;
    position: relative;
    margin-top: 0;
    padding-top: 20px;
}
.social-player.randomize-section .owl-nav {
    bottom: 320px;
    left: 0;
    right: 0;
    text-align: center;
}
.automation-list {
    gap: 0;
    flex-wrap: wrap;
}
.automation-list li {
    width: 50%;
}
.automation-list li img {
    max-width: 100%;
}
.automation-list li.top-view::after, .automation-list li.bottom-view::after {
    display: none;
}
.automation-list li:nth-child(2n+2) {
    margin-top: 40px;
}
.mony-automation {
    padding: 10px 0 20px;
}
.ad-system-main .ad-system {
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.ad-system .left-ad h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.right-ad img {
    max-width: 100%;
}
.ad-system .left-ad p {
    font-size: 14px;
    line-height: normal;
}
.ad-system-main .ad-system.frst-top {
    flex-direction: column-reverse;
}
.ad-system-main {
    padding: 40px 0 20px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.ad-system-main .ad-system .right-ad {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
}
.ad-system-main.unique-booking {
    padding: 20px 0 20px;
}
.ad-system-main.unique-booking .left-ad {
    width: 100%;
}
.ad-system-main.unique-booking .right-ad {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.ad-system-main.unique-booking .right-ad img {
    margin: 70px -60px;
    z-index: 1;
    max-width: 210px;
}
.ad-system-main.unique-booking .right-ad::before {
    background-position: center;
    background-size: 340px;
    height: 380px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 340px;
    margin: auto;
    margin: auto;
}
.footer-main {
    padding-top: 130px;
    margin-top: 30px;
}
.footer-main .left-ad {
    text-align: left;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
}
.footer-main .ad-system .left-ad h2 {
    font-size: 22px;
    line-height: 26px;
}
.footer-main .left-ad .banner-btn img {
    max-width: 120px;
}
.footer-main .ad-system {
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.copyright p {
    font-size: 12px;
    text-align: center;
}
.footer-main .left-ad .banner-btn {
    gap: 0 10px;
    margin-top: 15px;
}
.manag-list {
    gap: 0 13px;
}
.manag-list li {
    width: 48%;
    margin-bottom: 25px;
}
.contact-us {
    font-size: 16px;
    padding: 7px 10px;
}
.social-player .random-slider .item {
    padding-bottom: 340px;
    padding-top: 0;
}

.green-head {
    font-size: 24px;
}
.key-features .custom-heading.blc-clr {
    font-size: 28px;
}
.testimonials-section.our-story .featured-center {
    width: 100%;
    text-align: center;
}
.testimonials-section.our-story .featured-right {
    width: 100%;
}
.feaured-list {
    gap: 20px 0;
    padding: 10px 10px;
    flex-wrap: wrap;
}
.green-map .main-map .map-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.green-map .main-map .map-content p {
    font-size: 16px;
    margin-bottom: 0;
}
h3.text-center.more-rfr-ern {
    font-size: 20px;
    margin: 10px 0 10px;
    line-height: normal;
}
.refer-earn {
    padding: 40px 0 20px;
}
.bill-switch span {
    font-size: 18px;
}
.bill-switch {
    gap: 0 15px;
    margin: 30px 0 0;
}
.Membership-table {
    margin-top: 70px;
}
.Membership-table ul {
    gap: 20px 0;
    flex-wrap: wrap;
    height: auto;
}
.Membership-table ul li span {
    margin-bottom: 15px;
    font-size: 16px;
}
.Membership-table ul li h2 {
    font-size: 24px;
    margin: 0 0 15px;
}
.Membership-table ul li strong {
    font-size: 26px;
}
.Membership-table ul li strong span {
    margin: 0px 0 0 5px;
    font-size: 16px;
}
.Membership-table ul li {
    padding: 20px 20px;
    width: 100%;
}
.golf-shot img {
    height: 380px;
}
.video-main {
    height: auto;
}
.main-map .map-content img {
    max-width: 120px;
    margin: auto;
}
.golf-content {
    top: 20px;
    padding: 0 10px;
}
.refer-earn h2.custom-heading {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 18px;
}
.refer-earn .top-content p.custom-sub-head {
    font-size: 16px;
}
.content-section {
    font-size: 30px;
    -webkit-text-stroke: 2px #D3393F;
    text-shadow: 0 2px 6px #00000040;
}
.refer-colm {
    flex-wrap: wrap;
    overflow: hidden;
}
.refer-box {
    width: 100%;
    text-align: center;
}
.refer-box figure img {
    max-width: 100%;
    height: auto;
}
.refer-box .refer-content img {
    max-width: 40px;
    height: auto;
}
.refer-content {
    top: 40px;
    padding-left: 20px;
    padding-right: 12px;
    margin-left: auto;
    text-align: left;
}
.refer-box.col2 .refer-content {
    padding-left: 50px;
    padding-right: 12px;
}
.refer-box.col3 .refer-content {
    padding-left: 50px;
    padding-right: 12px;
}
.refer-box h4 {
    font-size: 20px;
    line-height: normal;
}
.refer-content p {
    font-size: 14px;
    line-height: normal;
}
.golf-shot img {
    height: 280px;
}
.our-story .feaured-list .common-list li h4 {
    font-size: 16px;
}
.our-story .right-list.common-list li .bullet-img {
    margin-left: -50px;
    margin-top: -3px;
    max-width: 40px;
}
.footer-main .right-ad img {
    max-width: 130px;
}
.footer-main .right-ad {
    width: 100%;
    justify-content: center;
}
.footer-logo {
    text-align: center;
    margin: 0 0 20px;
}
.footer h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.footer ul.footer-content li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 12px;
}
.footer ul.footer-content li::before {
    top: 7px;
}
.icon-msg h4 {
    font-size: 18px;
    line-height: normal;
}
.icon-msg figure img {
    max-width: 50px;
}
.offers-part {
    margin: auto auto 15px;
    gap: 0 5px;
}
.offers-part li {
    padding: 6px 5px 6px 35px;
}
.offers-part li img {
    left: 6px;
    top: 8px;
    max-width: 24px;
}
.offers-part li h4 {
    font-size: 15px;
    margin: 0;
    line-height: normal;
}
.offers-part li h4 span {
    font-size: 12px;
}
.pagescroll-arrow img {
    max-width: 30px;
}
.testimonials-section.our-story .featured-center figure img {
    max-width: 100%;
}
.feaured-list .featured-center {
    text-align: center;
    width: 100%;
}
.feaured-list .featured-center img {
    max-width: 150px;
}
.our-story .feaured-list .common-list li {
    margin-bottom: 12px;
    padding: 10px;
    display: flex;
    flex-flow: row-reverse;
    gap: 15px;
    align-items: center;
}
.our-story .feaured-list .common-list li h4 strong {
    font-size: 18px;
}
.our-story .feaured-list .common-list li h4::before {
    display: none;
}
.featured-right {
    width: 100%;
}
.common-list li figure {
    position: static;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    max-width: 60px;
}
.common-list li figure img {
    width: 100%;
    max-width: 60px;
}
.Membership-table ul li:hover {
    margin-top: 0;
}

.testimonials-section.our-story .featured-center figure img {
    max-width: 200px;
}
.shot_selection {
    top: 1px;
    left: 5%;
    height: 100%;
}
.copyright .icon ul img {
    max-width: 16px;
    max-height: 16px;
}
.copyright {
    margin-top: 30px;
    padding: 12px 0;
}
.copyright .icon ul {
    justify-content: center;
    gap: 0 10px;
    margin: 5px 0 0;
}
.icon-msg {
    gap: 0 12px;
    margin-bottom: 10px;
}
.refer-box figure img {
    max-width: 100%;

}

.content-abt-view h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.content-abt-view p {
    font-size: 16px;
    line-height: 20px;
}
.banner-section.mini-banner {
    background-position: right;
    height: 300px;
}
.row.reverse-view {
    flex-direction: column-reverse;
}

.contact-from .btn.btn-primary {
    font-size: 16px;
    margin: 0;
    padding: 8px 20px;
}
.our-dtls {
    display: flex;
    justify-content: center;
    max-width: 1024px;
    margin: 20px auto auto;
    gap: 15px 0;
    padding-bottom: 120px;
    flex-wrap: wrap;
}
.our-dtls {
    gap: 15px 0;
    padding-bottom: 60px;
}
.our-dtls li {
    width: 100%;
    padding: 20px 10px 20px 85px;
}
.img-abt-content {
    left: 15px;
    top: 15px;
    max-width: 50px;
}
.our-dtls li a {
    font-size: 16px;
    display: block;
    width: 100%;
}
.banner-section.banner-for-contact, 
.banner-section.mini-banner, 
.banner-section.banner-for-wallet, 
.banner-section.banner-for-becomefan, 
.banner-section.banner-for-member {
    height: 240px;
}
.wallet-service li img {
    max-width: 60px;
}
.our-wallet h3 {
    font-size: 28px;
}
.wallet-service {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px 0;
}
.wallet-service li {
    width: 100%;
}
.our-wallet .wallet-service h4 {
    font-size: 22px;
}
.our-wallet .wallet-service p {
    font-size: 18px;
}
.wallet-service {
    margin-bottom: 0;
}
.how-itworks {
    gap: 20px 0;
    max-width: 100%;
    margin: 30px auto;
    flex-wrap: wrap;
}
.limited_offer .col-sm-4,
.grow_while_sharing .col-sm-4,
.tab-content.cstm-tabing .col-sm-4 {
    text-align: center;
}
.inner_section_head img {
    max-width: 50px;    
}
.how-itworks .hiw-left img {
    max-width: 200px;
}
.hiw-right h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
.second-head {
    font-size: 22px;
    margin: auto auto 10px;
    line-height: 29px;
}
.about-game-main.become-fan .wallet-service li {
    width: 100%;
}
.fan-community h2 {
    font-size: 28px;
}
.fan-community p {
    font-size: 16px;
}
.fan-community {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.fan-community p br {
    display: none;
}
.features-listing li {
    width: 100%;
    padding: 15px;
}
.features-listing {
    gap: 20px 30px;
    margin-top: 30px;
}
.features-listing li h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.q-mark-img {
    top: -50px;
    right: 0;
    max-width: 40px;
}
.membership-table .plan-table .table thead th .btn.btn-primary {
    padding: 8px 8px;
    font-size: 15px;
}
.membership-table .plan-table .table thead th h4 {
    font-size: 18px;
}
.membership-table .plan-table .table tbody tr td:first-child {
    font-size: 16px;
}
.membership-table .plan-table .table thead th img {
    max-width: 70px;
}
.contact-from .col-sm-6, .contact-from .col-sm-12 {
    margin-bottom: 15px;
}

.membership-table .plan-table .table tbody tr td img {
    max-width: 20px;
}
.memplan-box-back {font-size: 16px;}
.memplan-title {font-size: 26px;}
.memplan-text {font-size:16px;}
.mplan-box-main {padding: 20px 15px 15px;}
.ball-bullet-list li { background-size: 28px auto; padding-left: 35px; font-size: 17px;}
.memplan-bottom .mplan-price-details { font-size: 20px;}

/*navbar-custom*/
.nav-section .navbar-collapse {
       position: fixed;
    right: -100%;
    top: 0;
    background: #273a78;
    width: 80%;
    max-width: 100%;
    height: 100vh;
    padding: 20px 0;
    z-index: 99;
    opacity: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    display: block;
}
.nav-section .navbar-collapse.show {
    right: 0;
    opacity: 1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.close-btn {
       position: absolute;
       top: 0;
       background: #273a78;
       padding: 0 4px;
       left: -27px;
       height: 28px;
       width: 28px;
       text-align: center;
       cursor: pointer;
       display: block;
}
.close-btn img {
       max-width: 14px;
}
.nav-section .navbar-nav .nav-item {
       padding: 0;
}
.navbar-light .navbar-nav .nav-link {
       font-size: 15px;
       border-bottom: 1px solid #fff;
       color: #fff;
       padding: 10px 15px;
}
.navbar-light .navbar-toggler {
       color: transparent;
       border-color: transparent;
       border: none;
       padding-right: 0;
}
.nav-section {
       padding: 6px 0;
}
.navbar-light .navbar-toggler img {
       max-width: 36px;
}
body.show {
    overflow: hidden;
}
header {
    z-index: 999;
}
/*navbar-custom*/

.number-style-games .nsgame_title {
    padding-left: 0;
    font-size: 17px;
    position: relative;
    margin-left: 0;
}
.number-style-games .nsgame_title span {
    margin-right: 0;
    position: absolute;
    left: 4px;
    top: -5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
#myBtn img {
    max-width: 40px;
}
#myBtn {
    bottom: 5px;
    right: 5px;
}

.about-game-tabs .game-tab-slider {
    margin-bottom: 20px;
}
.membership-table .memswitch-savebedge {
    font-size: 10px;
    padding: 4px 6px;
}

.about-game-tabs .dropdown .dropdown-menu {
    width: 93%;
    min-width: 93%;
}

.login-box {
    width: 100% !important;
    margin: 160px 15px 0 !important;
}
.membership-plan {
    width: 100%;
}
.card-body.my_plan {
    padding: 0;
}
.user-profile-cstm {
    width: 160px;
    height: 160px;
    margin: auto auto 15px;
}
.common-acnt .card.shadow .card-body {
    padding: 0;
}
.web-account .common-acnt .card.shadow .card-body {
    padding: 20px 0 0;
}
.web-account-edit .common-acnt .card.shadow .card-body {
    padding: 0 10px;
}
.header-inner-banner-section h2 {
    font-size: 32px;
}
.common-acnt .card.shadow .card-body table {
    min-width: 700px;
}
.common-acnt .card.shadow .card-body .align-items-center.mb-3 div {
    width: 100%;
    text-align: left !important;
}
.common-acnt .card.shadow .card-body .align-items-center.mb-3 {
    flex-wrap: wrap;
}

.common-acnt table th, .common-acnt table td {
    font-size: 14px;
}
.navbar-nav .dropdown-menu {
    width: 90%;
    margin: 10px 5px 5px 10px;
}
.memplan-heattop-text {
    font-size: 17px;
}
.memplan-bottom .form-floating label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
}
.inner_section_text {
    font-size: 16px;
}
.inner_section_head, .inner_section_subhead {
    font-size: 21px;
}

.banner-section.mini-banner.all-games-page {
    height: 370px;
}
.student-banner-text {
    font-size: 16px;
    margin-bottom: 15px;
}
.student-banner-text br {
    display: none;
}
.golf-batting a {
    padding: 8px 10px;
    font-size: 14px;
}
.golf-batting a img {
    max-width: 16px;
}
.all-games-page .banner-content {
    bottom: 0;
    margin-bottom: 0!important;
}
.about-shot {
    margin-top: 20px;
    gap: 20px 0;
    flex-wrap: wrap;
}
.about-shot li span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
}
.about-shot li {
    width: 100%;
}
.about-shot li h2 {
    font-size: 26px;
}
.about-shot li p {
    font-size: 16px;
}
.struc-freat {
    gap: 20px 0;
    flex-wrap: wrap;
}
.bet-struc {
    padding: 20px;
    width: 100%;
}
.bet-struc h3 {
    font-size: 24px;
}
.bet-struc h3 img {
    margin-top: 0px;
    margin-right: 5px;
}
.bet-struc ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.bet-struc ul li p {
    font-size: 16px;
    margin-bottom: 0;
}
.score-exam h3 {
    font-size: 26px;
}
.score-exam p {
    font-size: 16px;
}
.score-label {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-right: 10px;
    display: block;
}
.player-view {
    margin-top: 20px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 12px 0;
}
.player-view li h4 {
    font-size: 22px;
}
.player-view li span {
    font-size: 16px;
}
.scenario {
    font-size: 16px;
}
.comon-plyr {
    margin-top: 20px;
}
.head-plyr {
    font-size: 20px;
    margin-bottom: 10px;
}
.player-view li {
    width: 100%;
}
.golf-batting {
    gap: 0 10px;
}

.top-views {
    padding: 15px;
    margin-bottom: 20px;
}
.custom-sub-head.blc-clr {
    padding: 0;
}
.about-shot.tombstone {
    gap: 15px 15px;
}
.about-shot.tombstone li {
    text-align: center;
    width: 100%;
}
.about-shot li span img {
    max-width: 42px;
}
.about-shot.tombstone li h2 {
    font-size: 18px;
}
.about-shot.tombstone li p {
    font-size: 16px;
}
.bet-struc.how-it-work ul li {
    padding-left: 75px;
    padding-bottom: 0;
}
.how-it-work ul li span {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.how-it-work ul li span img {
    max-width: 30px;
}
.bet-struc.how-it-work ul .bullet-list li {
    font-size: 16px;
}
.bet-struc.how-it-work > ul::after {
    left: 30px;
}
.bet-struc ul li {
    padding: 15px 15px;
}
.bet-struc ul li h2 {
    font-size: 18px;
    line-height: normal;
}


.score-exam {
    padding: 20px;
}
.result-tbl {
    padding: 15px;
}
.result-tbl ul {
    gap: 30px 0;
    padding: 20px 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.result-tbl ul li {
    width: 100%;
}
.result-tbl ul li h2 {
    font-size: 24px;
}
.result-tbl ul li span {
    font-size: 16px;
}
.result-tbl h2 {
    font-size: 18px;
}
.result-tbl h2 img {
    max-width: 40px;
}
.veriation-main h2 {
    font-size: 24px;
}
.veriation-main {
    margin-bottom: 30px;
    padding:20px;
}
.veriation-main .player-view.btm-part {
    margin-top: 0;
}
.veriation-main .player-view li {
    padding: 20px;
}
.veriation-main .player-view li h4 {
    font-size: 18px;
}
.advantg.bullet-list {
    padding: 20px 20px 20px 30px;
    margin-top: 0;
}
.advantg.bullet-list h4 {
    font-size: 15px;
}
.veriation-main.it-used .player-view li {
    width: 100%;
    padding: 20px;
}
.advantg.bullet-list.key-t {
    padding-left: 30px;
}

.scramble-score h2 {
    font-size: 24px;
}
.scramble-list {
    padding: 15px 15px 15px 20px;
}
.scramble-score .scramble-list li h2 {
    font-size: 20px;
}
.scramble-score .scramble-list li p {
    font-size: 15px;
}
.scramble-play h5 {
    padding: 15px 15px;
    margin-top: 10px;
}
.scramble-play .bet-struc ul li h2 {
    font-weight: 500;
}
.scramble-play ul.bullet-list {
    padding-left: 20px;
    gap: 8px 0;
}
.final-score {
    padding: 20px 5px;
    font-size: 17px;
    margin-top: 20px;
}
.play-scmble .advantg.bullet-list h4 {
    font-size: 20px;
}
.play-scmble .advantg.bullet-list li {
    padding-bottom: 15px;
}
.play-scmble .advantg.bullet-list.key-t span {
    font-size: 16px;
}

.key-high ul {
    gap: 12px 0;
    flex-wrap: wrap;
}
.key-high ul li {
    width: 100%;
}
.struc-freat.id-st .veriation-main {
    width: 100%;
}
.struc-freat.id-st .why-ply-quota {
    width: 100%;
}
.struc-freat.id-st .veriation-main h2 {
    font-size: 24px;
}
.all-games-page .banner-content.cube-bnr {
    margin-bottom: 10px !important;
}

.nav-section .dropdown-submenu .dropdown-menu {
    margin-left: 15px;
}
.nav-section .dropdown-submenu .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding-left: 10px;
}
.banner-section.banner-for-member .banner-content {
    margin-bottom:0 !important;
}

.banner-section.banner-for-contact {
    height: 350px !important;
}


.inner_section_head.faqs-head {
    font-size: 32px;
}
.score-exam img {
    max-width: 100%;
}
.player-view li h4 {
    font-size: 18px;
}
.player-view.new-tbl li {
    padding: 10px;
}

.bet-struc ul.m-p-score li h2 {
    font-size: 18px;
}
.about-shot.skin-gms li {
    width: 100%;
}
.about-shot li h2 {
    font-size: 20px;
}
.about-shot.mtch-ply li span {
    font-size: 14px;
}

.all-features-main .accordion .accordion-collapse .accordion-body .accordion-body {
    padding: 0 20px 10px;
    width: 100%;
}
.all-features-main .accordion .accordion-collapse .accordion-body .accordion-item {
    padding: 0 20px;
}
.all-features-main .accordion .accordion-collapse .accordion-body .accordion-header .accordion-button {
    padding: 13px 10px 13px 20px;
    font-size: 16px;
}
.all-features-main .accordion .accordion-button.collapsed {
    font-size: 18px;
    padding: 13px 15px;
}
.feature-list span.all-ftr {
    font-size: 20px;
}
.feature-list span {
    font-size: 16px;
}
.tblree {
    min-width: 550px;
}
.subcrip-trial h3 {
    font-size: 24px;
}
.subcrip-trial p {
    font-size: 16px;
}
.all-features-main .accordion {
    margin-bottom: 10px;
}
.subcrip-trial {
    margin-top: 20px;
}
.banner-section.banner-for-member {
    height: 320px;
}
.about-shot.bst-ball li {
    text-align: center;
    width: 100%;
}

.all-features-main .accordion .accordion-header .accordion-button {
    padding: 13px 15px 13px 15px;
    font-size: 16px;
}
.all-features-main .accordion .accordion-header .accordion-button::after {
    left: -15px;
}
.all-features-main .accordion .accordion-collapse .accordion-body {
    padding: 10px 15px 20px;
    width: 100%;
}

.subscription-plan .membership-plans .mplan-box-main {
    padding-bottom: 80px;
}
.subscription-plan .membership-plans .memplan-action {
    bottom: 25px;
}

.subscription-plan .membership-plans .mplan-box-main {
    height: auto;
}
.getcta_right a img {
    max-width: 120px;
}
.our-wallet {
    margin: 20px auto auto;
}
.become-a-fan .banner-section.mini-banner.all-games-page {
    background-position: center;
}
.membership-banner-text {
    font-size: 15px;
    margin: 0 auto 20px;
    line-height: normal;
}
.about-leagues .limited_offer {
    margin-top: 0;
}
ul.bullet-list li {
    font-size: 16px;
}

.smart-watch-section {
    padding-top: 150px;
}
.video-main {
    background-position: center 20px;
}
.login-box img {
    max-width: 180px;
}

.about-game-main.become-fan .ad-system {
    flex-wrap: wrap;
}
.about-game-main.become-fan .ad-system.frst-top {
    flex-direction: column-reverse;
}
.struc-freat.type-golf .bet-struc h2, .struc-freat.why-go .bet-struc h2 {
    font-size: 21px;
}
.struc-freat.type-golf .bet-struc ul li h2, .struc-freat.why-go .bet-struc ul li h2 {
    font-size: 18px;
}
.struc-freat.type-golf .bet-struc h2 img, .struc-freat.why-go .bet-struc h2 img {
    max-width: 22px;
}
.struc-freat.type-golf .bet-struc ul li p {
    font-size: 16px;
}

.l-r-space {
    padding: 0 15px !important;
}
.footer-main .container {
    padding: 0 20px;
}

.about-student .about-game-main .container, .wallet .about-game-main .container {
    padding: 0 20px;
}
.about-tournament #myTabContent {
    padding: 0 15px;
}
.about-leagues .about-game-main .container {
    padding: 0 20px;
}
.golf-tip-wind .game-content-area {
    padding: 0 15px;
}
.golf-tip-stretches .game-content-area .container {
    padding: 0 20px;
}

.custom-heading.refer-head {
    font-size: 29px;
    line-height: normal;
}
.refer-earn-list {
    gap: 70px 25px;
    margin-top: 80px;
    flex-wrap: wrap;
}
.refer-earn-list li {
    padding: 40px 20px 20px;
    width: 100%;
}
.refer-earn-list li figure {
    width: 100px;
    height: 100px;
    font-size: 18px;
    top: -50px;
    border: 3px solid #B0D9ED;
}
.refer-earn-list li figure img {
    max-width: 40px;
    margin: 0 auto;
}
.refer-earn .refer-earn-list h3 {
    font-size: 24px;
}
.refer-earn .refer-earn-list p {
    font-size: 16px;
}

.email-phn {
    margin: auto auto 20px;
}
.footer-logo {
    margin: auto auto 20px;
}
.smart-watch-section h2.custom-heading {
    color: #000;
    margin: 0 auto 20px;
}
.smart-watch-section .custom-sub-head {
    color: #000;
}
.mplan-price-box .price {
    font-size: 48px;
}
.memplan-total-features {
    font-size: 18px;
}
.memplan-action button, .memplan-action a {
    font-size: 20px;
}
.all-features .all-features-main {
    overflow: inherit;
}
.all-features .all-features-main .tblree {
    min-width: auto;
}
.feature-list span.all-ftr {
    display: none;
}
.all-features-main .accordion .accordion-header {
    flex-wrap: wrap;
}
.mplan-box-main:hover {
    top: -15px;
}
.green-map .main-map img.heat-map-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: auto;
    z-index: 999;
    margin-left: -170px;
}
.nav-section .dropdown-menu .dropdown-item {
    padding: 4px 10px;
    font-size: 14px;
}
.number-style-games::before {
    display: none;
}
.number-style-games .nsgame_title span {
    margin-right: 15px;
    position: relative;
    left: auto;
    top: auto;
    width: 40px;
    height: 40px;
    font-size: 16px;
    min-width: 40px;
}
.number-style-games {
    padding-left: 0;
}
}
.header-account a {white-space: nowrap;}
@media (min-width:992px) {
    .header-mobileonly-menu,
    .mobile-header-profile {
        display: none !important;
    }
}
@media (max-width:991px) {
    .header-desktoponly-menu {
        display: none !important;
    }
    .mobile-header-profile {
        display: flex;
        background: #fff;
        padding: 10px 15px;
        gap:10px;
        align-items: center;
    }
    .mhp-image {
        width: 60px;
        border-radius: 50%;
        overflow: hidden;
    }
    .mhp-image img {max-width:100%;height:auto;}
    .navbar-nav .dropdown-toggle::after { float: right; margin-top: 10px;}
    .mhp-name {font-size:20px;font-weight: bold;}
}
#newsletterModal {
    text-align: center;
}
#newsletterModal .btn-close {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 15px;
}
#newsletterModal .form-control {
  height: 51px;
  background: #EBF8FF;
  border-color: #B0D9ED;
  border-radius: 5px;
  color: #000;
  text-align: center;
}
#newsletterModal .modal-content {
    border-radius: 20px;
}
.newssubscribe-image {
    padding: 20px;
    position: relative;
}
.newssubscribe-image img{
    position: relative;
    z-index: 2;    
}
.newssubscribe-image:after {
    position: absolute;
    z-index: 1;
    content: '';
    background: #EBF8FF;
    width: 180px;
    height: 180px;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -90px;
    border-radius: 50%;
    animation: blowbg 1.5s infinite;
    animation-direction: center;
    transform: scale(1);
}
.newssubscribe-image:before {
    position: absolute;
    z-index: 1;
    content: '';
    background: #EBF8FF;
    width: 180px;
    height: 180px;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -90px;
    border-radius: 50%;
    animation: blowbg 1.5s infinite;
    animation-delay: 0.3s;
    animation-direction: center;
    transform: scale(1);
}
@keyframes blowbg {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .membership-plans {
        gap: 10px;
    }
    .mplan-box-main {
        padding: 20px 8px 30px;
    }
    .memplan-title {
        font-size: 21px;
    }
    .memplan-total-features {
        font-size: 14px;
        padding: 13px 0;
        margin: 0 -8px 18px;
    }
    .mplan-price-box .price {
        font-size: 42px;
    }
    .memplan-action button, .memplan-action a {
        font-size: 18px;
    }
    .memplan-radio-options {
        margin: 0 -8px 18px;
        padding: 7px 5px 6px;
        gap: 8px;
    }
    .radio-option-item label {
        font-size: 12px;
    }
    .radio-option-item input:checked + label:before,.radio-option-item label:before {
        width: 15px;
        height: 16px;
    }
    .memplan-toptext {
        min-height: 50px;
    }
}
@media (min-width:1280px) and (max-width:1439px) {
    .memplan-toptext {
        min-height: 50px;
    }
    .membership-plans {
        gap: 10px;
    }
    .mplan-box-main {
        padding: 20px 8px 30px;
    }
    .memplan-title {
        font-size: 24px;
    }
    .memplan-total-features {
        font-size: 18px;
        padding: 11px 0;
        margin: 0 -8px 18px;
    }
    .mplan-price-box .price {
        font-size:58px;
    }
    .memplan-action button, .memplan-action a {
        font-size: 24px;
    }
    .memplan-radio-options {
        margin: 0 -8px 18px;
        padding: 7px 5px 6px;
        gap: 8px;
    }
}
@media (min-width:1440px) and (max-width:1680px) {
    .mplan-price-box .price {
        font-size: 72px;
    }
}

.wbox-blue-content {
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 30px;
    flex: 1;
}
.wbox-blue-content h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.wbox-blue-content h2 img {
    vertical-align: middle;
    margin-right: 10px;
}
.wbox-blue-content ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.wbox-blue-content ul li {
    background: #EBF8FF;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
}
.wbox-blue-content ul li h3 {
    font-size: 21px;
    margin: 0;
    font-weight: 500;
}
.wbox-blue-content ul li p {
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
    line-height: 1.2;
}
.winner-result {
    background-color: #1B2E5F;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 15px;
}
.winner-result p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}
.winner-result p:last-child {
    margin-bottom: 0;
}
@media (max-width:1023px) {
    .struc-freat {
        flex-flow: column;
        gap: 30px;
    }
    .winner-result p {
        font-size: 16px;
    }
    .wbox-blue-content {
        padding: 20px 15px;
    }
    .wbox-blue-content h2 {
      font-size: 24px;
    }
    .wbox-blue-content ul li h3 {
      font-size: 18px;
    }
    .wbox-blue-content ul li p {
      font-size: 15px;
    }
}
