/************************************************* Header ********************************************************************/
#Header {} 
 /*******************Winner Css*****************/
 
 /* Style for the mobile screen container */
        .mobile-screen {
            position: relative;
            width: 360px; 
            height: 560px; 
            border: 16px black solid; 
            overflow: hidden; 
			border-radius: 20px;
			margin: auto;
			border-top: 50px black solid;
        }
		.Listings li {
  background: url(../images/tik-icon.png) no-repeat .1em .53em;
    background-size: auto;
  background-size: auto;
  background-size: 20px 20px;
  padding: 2px 0px 2px 30px;
  margin: 0px;
  list-style: none;
}
.Listings ul {padding:0px; margin:0px;}
.mobile-screen:hover img{-webkit-filter: brightness(150%) hue-rotate(0deg);
    filter: brightness(100%) hue-rotate(0deg); }
	.mask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1); /* Red color with 50% opacity */
    z-index: 2;
    pointer-events: none; /* Allows click-through to the image */
}

/* Add hover effect */
.mobile-screen:hover .mask::before {
    background-color: transparent; /* Darker red with 70% opacity on hover */
}

      
        .mobile-screen img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; 
            height: auto; 
            z-index: 1; 
        }

        
        .speaker {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-44%);
width: 89px;
height: 12px;
background-color: black;
border-radius: 65%;
z-index: 1;
}

.btn-small .btn-dark {
  border-color: #000 !important;
  background-color: #000;
  color: #fff;
  font-size: 21px;
  border-radius: 12px;
  padding: 14px 18px 14px 19px;
  text-transform: capitalize;
  font-weight: 500;
}

.col-6.fs-15 {
  font-size: 19px;
}
.league-button .btn-light {
  font-size: 17px;
  border-radius: 12px;
  padding: 18px 38px 22px 38px;
  text-transform: capitalize;
  font-weight: 500;
  min-width: 106px;
}
.color-red {
  color: #fb8700;
}
.bg-orange{background: #FB8700; color:#fff;}
/************************************************* Content ********************************************************************/
.MainBanner h1{text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);font-size: 70px;}

.MemberBox{font-size:32px;border-radius: 28px;}
.CheckList,.CheckList1{list-style-type:none; padding:0px; line-height:1.2;}
.CheckList li{background:url(../images/check.png) no-repeat 0.1em 0.43em; padding:3px 0 25px 40px; margin:0px;}
.CheckList1 li{background:url(../images/checkw.png) no-repeat 0.1em 0.43em; padding:3px 0 25px 40px; margin:0px;}
.testi .quotes::before {
  content: "";
  display: block;
  background: url('../images/left1.png') no-repeat;
  /* Additional styles for the before image */
  width: 50px; /* Adjust this based on the width of your image */
  height: 50px; /* Adjust this based on the height of your image */
}

.testi .quotes::after {
  content: "";
  display: block;
  background: url('../images/right1.png') no-repeat;
  /* Additional styles for the after image */
  width: 50px; /* Adjust this based on the width of your image */
  height: 50px; /* Adjust this based on the height of your image */
}

/* Additional styles to position the before and after images */
.testi .quotes::before {
  position: absolute;
  top: 0;
}
.testi .quotes::after {
	position: absolute;
	bottom:0;
}

/* Adjust the position of the before image */
.testi .quotes::before {
  left: 3x; /* Adjust this value to position the before image */
  top:28px
}

/* Adjust the position of the after image */
.testi .quotes::after {
  right: -13px; /* Adjust this value to position the after image */
  bottom:10px;
}

.BigImg{background:url(../images/img.png) no-repeat top center; background-size:cover; min-height:1232px; font-size:24px; line-height:32px;}
.btn.btn-light.mt-3 {
  padding: 20px !important;
  min-width: 154px !important;
	font-size: 20px !important;
}
.pmpro_actions_nav a {
  color: #fff !important;
}
.pmpro_content_message a{background-color: #fb8700 !important; color: #fff !important;}
#loginform input {
  display: inline-block;
  max-width: 100% !important;
  min-height: 1.5rem;
}
.pt-200{margin-top:112px;}

.border-light {
  background: #f6f6f6;
  
}
.quotes:before {
    content: url('../images/left.png') ;
	background-size: auto;
    left: 0px; /* Adjust as needed */
    top: 8%;
    transform: translateY(-50%);
	background-size: 20px 20px;
}

.quotes:after {
    content: url('../images/right.png') ;
	background-size: auto;
    right: 0px; /* Adjust as needed */
    top: 100%;
    transform: translateY(-50%);
	background-size: 20px 20px;
}
.quotes {
    position: relative;
    padding-left: 20px; /* Adjust as needed */
}

.quotes:before
{
    content: '';
    position: absolute;
    top: 0;
	
}
/******************Member ship css***********************/
.pmpro_btn.pmpro_btn-submit {
  background: #000;
  color: #fff;
  padding: 12px;
}
.pmpro_member_profile_edit-fields .input,.pmpro_checkout_box-password .input{
  min-height: 40px !important;
  width: 100% !important;
}
#pmpro_account-membership {
  background: #ececec;
  padding: 20px !important;
}
#pmpro_user_fields {
  background: #fb870029;
  padding: 20px;
}
#pmpro_account a {
  color: #fb9622 !important;
}
#pmpro_account-profile {
  background: #fbd4a7;
  padding: 20px !important;
}
.pmpro_table.pmpro_levels_table.pmpro_checkout thead {
  background: #000;
  color: #fff;
  padding: 20px !important;
}
.pmpro_table.pmpro_levels_table.pmpro_checkout .odd {
  background: #e2e2e2;
}
.pmpro_table.pmpro_levels_table.pmpro_checkout th {
  padding: 20px;
}
.pmpro_btn.pmpro_btn-select {
  background: #fba847;
  color: #fff;
  border-radius: 10px;
}
#user_login {
  padding: 8px;
  width: 100%;
}
#user_pass {
  width: 100%;
  padding: 8px;
}
.pmpro_table.pmpro_levels_table.pmpro_checkout {
  background: #f0f0f0;
  padding: 29px !important;
  
}
#wp-submit {
  padding: 14px;
  width: 122px;
  background: #000;
  color: #fff;
}
.header-back {
  padding: 5px 0px !important;
  box-shadow: 0px 5px 12px rgba(0,0,0,.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  background: #000 !important;
}
.pmpro_checkout-field.pmpro_captcha {
  display: none !important;
}
#pmpro_payment_information_fields {
  background: #fb870029;
  padding: 20px;
}
form.pmpro_form input{min-height: 40px !important;width: 400px;}
#pmpro_form .pmpro_checkout .pmpro_level_description_text {
  display: none;
}
#pmpro_form .pmpro_form_field .fs-36.fw-medium.text-center.mb-lg-5.mb-4.pb-xl-4 {
  width: 24%;
}
#pmpro_form .pmpro_form_field .fs-36.fw-medium.text-center.mb-lg-5.mb-4.pb-xl-4 {
  margin-bottom: 4px !important;
}

form.pmpro_form > div{
margin: 30px 0;
}
#pmpro_form .pmpro_checkout h3{
display: block;
font-size: 32px;
color: #fff;
background: rgba(26, 131, 190, 0.7);
padding: 15px;
}
.pmpro_checkout h3 span{
color: #fff;
margin: 10px;
}
hr{display: none;}

.pmpro_form_field{
margin: 20px 0;
}
form.pmpro_form .pmpro_form_field{
width: 45%;
margin-left: 1%;
display: inline-block;
height: 35px;
}
.pmpro_checkout .pmpro_form_field .pmpro_form_field label{
text-align: left;
	font-weight: 400;
margin-top: 15px;
}
form.pmpro_form .input{
font-size: 19px;
border-radius: 2px;
border:none;
border: 1px solid #ccc;
min-height: 40px !important;
}
form.pmpro_form .input:focus,
form.pmpro_form select{
outline: none;
}
form.pmpro_form .pmpro_submit{text-align: left;}
.pmpro_btn.pmpro_btn-submit-checkout {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  padding: 13px 29px;
  line-height: 17px;
  text-transform: uppercase;
  background: rgb(0, 0, 0);
  box-shadow: 0 3px 0 0 rgb(0, 0, 0);
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  outline: none;
}
.pmpro_btn.pmpro_btn-submit-checkout:hover{
background: rgb(26, 131, 190);
box-shadow: 0 3px 0 0 rgb(23, 115, 166);
}
form.pmpro_form select{
width: 45%;
display: inline-block;
border: none;
border: 1px solid #ccc;
box-shadow: none;
padding:10px;
	max-height: 40px !important;
	background: #fff;
}
.pmpro_checkout-field.pmpro_checkout-field-username{display: block !important;}
.pmpro_checkout-field.pmpro_payment-cvv{clear: right;}
#pmpro_billing_address_fields {
  background: #f2f2f2 !important;
  padding: 25px;
}
.pmpro_btn.pmpro_btn-plain.pmpro_btn-password-toggle {
  margin-top: 15px;
}
form.pmpro_form label, #loginform label {
  
	display: block !important;}
#loginform {
  color: #fff !important;
}
/*******************************************************/
/********** Footer ***************************************************************************************************/
#Footer{color:#fff; font-size:16px; line-height:26px;}
#Footer a{color:#fff;}#Footer a:hover,#Footer .list-inline a:hover{color:#FB8700;}
.CopyText{font-size:16px; line-height:1.2;}

#Footer .list-inline a{font-size:28px; margin:0px; color:#85F701;}
#Footer .list-inline a:hover{color:#fff;}
#Footer .list-inline-item:not(:last-child){margin-right:1px;}
 
.container-fluid {max-width:1760px;}

/*************************************************************************************************************/
@media (min-width:992px) {}
@media (min-width: 1920px){.container {max-width:1540px;}
.MainBanner .Homebnr .carousel-item img {height:767px; width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}
.btn-dark{min-width:306px;}
}

@media (min-width: 1600px) and (max-width: 1919.98px) {.container {max-width:1520px;} 
.gutter-lg {margin-left:-20px!important;margin-right:-20px!important;}
.gutter-lg div[class^="col"]{padding-left:20px!important;padding-right:20px!important;}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1359.98px) and (max-width: 1459.98px){}
/*@include media-breakpoint-between(1280) { ... }*/
@media (min-width: 1199.98px) and (max-width: 1359.98px){h1, .h1 {font-size:70px;}.CheckList,.CheckList1{padding:0px 0 0 20px;}}
@media (min-width: 991.98px) and (max-width: 1199.98px) {h1, .h1 {font-size:70px;}.CheckList,.CheckList1{padding:0px 0 0 20px;} .mobile-screen {
  position: relative;
  width: 100%;
  height: 500px;
 
}
.MainBanner h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 30px;
}
.padding-small {
  padding: 4px;
}
.sec-align.wp-block-columns{
		flex-wrap: wrap !important;
	}
	 .sec-align.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}}

/*@include media-breakpoint-between(md, xl) { ... }*/
@media (min-width: 768px) and (max-width: 991.98px) {h1, .h1 {font-size:70px;}.CheckList,.CheckList1{padding:0px 0 0 20px;}
.MemberBox{font-size:24px;border-radius:20px;}
.CheckList li{padding:3px 0 15px 40px;}.CheckList1 li{padding:3px 0 15px 40px;}
.fs-80{font-size:60px !important;}.fs-96{font-size:76px;}
.MemberBox .fs-36{font-size:30px !important;}.btn-dark{font-size:24px;padding:14px 34px 16px 34px;}
.BigImg{font-size:22px; line-height:28px;}
.pt-200 {
  margin-top: 60px;
}
.mobile-screen {
  position: relative;
  width: 100%;
  height: 400px;
 
}
.MainBanner h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 30px;
}
.padding-small {
  padding: 4px;
}
.sec-align.wp-block-columns{
		flex-wrap: wrap !important;
	}
	 .sec-align.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (max-width: 767.98px) {h1, .h1 {font-size:50px;}.CheckList,.CheckList1{padding:0px 0 0 30px;}
.MemberBox{font-size:24px;border-radius:20px;}
.CheckList li{padding:3px 0 15px 40px;}.CheckList1 li{padding:3px 0 15px 40px;}
.fs-80{font-size:60px !important;}.fs-96{font-size:76px;}
.MemberBox .fs-36{font-size:30px !important;}.btn-dark{font-size:24px;padding:14px 34px 16px 34px;}
.BigImg{font-size:20px; line-height:26px;}
.BigImg .border-end{border:none !important;}.btn-lg{font-size:20px;padding:16px 30px 18px 30px;}
form.pmpro_form .pmpro_form_field {
width: 100%;}
.pt-200 {
  margin-top: 0px;
}
.MainBanner h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 21px;
}
	.fnt-40{font-size:30px !important;}
	.has-text-align-center.m-auto.w-75 {
  width: 100% !important;
}
}

@media (max-width: 575.98px){
.MainBanner .Homebnr .carousel-item  img {
    height:180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
h1, .h1 {font-size:34px;letter-spacing:-1.36px;}.CheckList,.CheckList1{padding:0px 0 0 20px;}
	form.pmpro_form input{min-height: 40px !important;width: 100%;}
}

@media (max-width: 479px) {}
@media (max-width: 320px) {}