* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* 
@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1640px;
      border:1px solid #0000  ;  }
  }



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1655px;
    }

 

} */


.container-fluid {
	padding: 0px 80px !important;
}

body {
	padding: 0;
	margin: 0;
	font-family: "DM Sans", serif;
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

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

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

/*========== Font Face Start =============*/

/*========== Font Face End =============*/


.header {
	padding: 0px;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 88;
	transition: all 300ms ease-in-out;
	background-color: #fff;
	box-shadow: 0px 0px 16.17px 0px #EFF1F9A1;
}

.header.sticky {
	position: fixed;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	padding: 8px 0;
	/* backdrop-filter: blur(10px); */
	animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.header .header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
	margin: 0;
	align-items: center;

}

.navigation .stellarnav.light {
	background: transparent;
}

.navigation .stellarnav {
	width: auto;
}

.navigation .stellarnav ul>li {
	padding: 0;
	margin: 0 8px 0 0;
}

.navigation .stellarnav ul>li:last-child {
	margin-right: 0;
}


.navigation .stellarnav ul>li>a {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	font-family: "DM Sans", serif;
	text-transform: capitalize;
	color: #151861;
	padding: 0;
	margin: 0;
}

.navigation .stellarnav ul>li>a:hover {
	color: #90C960;
	border-bottom: 1px solid;
}

.navigation .stellarnav ul>li>a.active {
	color: #90C960;
	border-bottom: 1px solid;
}

.navigation .stellarnav ul>li>ul {
	padding: 10px;
	border-radius: 5px;
}

.navigation .stellarnav ul>li>ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.navigation .stellarnav ul>li>ul li a {
	font-size: 14px;
	padding: 8px 0;
	margin: 0;
	display: block;
	color: #151861 !important;
}

.navigation .stellarnav ul>li>ul li:first-child a {
	padding-top: 0;
}

.navigation .stellarnav ul>li>ul li:last-child a {
	padding-bottom: 0;
}

.navigation .stellarnav ul>li>ul li:last-child {
	border-bottom: none;
}

.header .logo {
	max-width: 217px;
	transition: all 300ms ease-in-out;
}

.header .logo img {
	max-width: 80%;
}

.header.sticky .logo {
	max-width: 190px;
	transition: all 300ms ease-in-out;
}

.header .header-wrap .rt-side {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}

.header .header-wrap .hd-right-side {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	padding: 0;
	margin: 0 0 0 11px;
}

.header .header-wrap .hd-right-side a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000594;
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	gap: 10px;
	border: 1px solid #000594;
	background: #fff;
	padding: 9px 24px;
	transition: all 300ms ease-in-out;
}

.header .header-wrap .hd-right-side a:last-child {
	background: #000594;
	color: #fff;
}

.header .header-wrap .hd-right-side a:hover {
	background: #000594;
	color: #fff;
}

.header .header-wrap .hd-right-side a:last-child:hover {
	color: #000594;
	background: #fff;
}


.banner {
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 0;
	height: 826px;
}

.banner-cerl {
	position: absolute;
	z-index: 9;
	top: 20%;
	left: 11%;
}

.banner-cer2 {
	position: absolute;
	z-index: 9;
	bottom: 1%;
	left: -1%;
}


/* .banner .item{
    position: relative;
}
.banner .item::before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(153deg, #442E2700 40%, #201511 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
} */


.banner .item>img {
	width: 100%;
	height: 826px;
	object-fit: cover;
}


.banner .desc {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	z-index: 111;
	transform: translateY(-50%);
}

.banner .desc .text {
	/* display: flex;
    justify-content: flex-end;
    align-items: flex-end; */
	padding: 0;
	margin: 0;
}

.banner .desc .text .text-wrap {
	max-width: 539px;
}

.banner .desc .text h1 {
	font-family: "DM Sans", serif;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	text-transform: capitalize;
	padding: 0;
	margin: 0 0 30px;
}

.banner .desc .text a {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000594;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 10px 30px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.banner .desc .text a:hover {
	color: #fff;
	background: #90C960;
	border-color: #90C960;
}


.owlcustom-nav {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	margin: 0;
}

.owlcustom-nav button {
	outline: none;
	box-shadow: none;
	border: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #9A9C94;
}

.owlcustom-nav button.owl-next {
	background: #8F6B5F;
}

#banner-slider .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.owl-dots .owl-dot {
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
}

.owl-dots .owl-dot span {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .47);
	transition: all 300ms ease-in-out;
}

.owl-dots .owl-dot.active span {
	background: #fff;
}


.sliderWrap .owl-dots {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 6px;
	margin: 20px 0px 0px;
}


.sliderWrap .owl-dots .owl-dot span {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #ccc;
	transition: all 300ms ease-in-out;
}

.sliderWrap .owl-dots .owl-dot.active span {
	background: #000594;
}


.header .header-wrap .navigation .menu-toggle {
	padding: 0;
	font-size: 0;
}

.header .header-wrap .navigation .menu-toggle .bars span {
	background: #000;
}

.stellarnav.mobile.light ul {
	background: #ECDFCE;
	z-index: 99;
}

.stellarnav.mobile.light li a {
	padding: 10px;
	border-bottom: 1px solid rgba(141, 141, 141, 0.15);
}

.stellarnav.light a.dd-toggle .icon-plus:after,
.stellarnav.light a.dd-toggle .icon-plus:before {
	border-color: #ffffff;
}

.becomeMember-sec {
	padding: 60px 0;
	margin: 0;
	position: relative;
}

.becomeMember-sec::after {
	content: '';
	max-width: 500px;
	width: 100%;
	height: 313px;
	background: url(../images/becomeMember-bg.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.becomeMember-sec .info {
	padding: 0;
	margin: 0;
}

.becomeMember-sec .info p {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -0.02em;
	padding: 0;
	margin: 0;
}

.becomeMember-sec .info h3 {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: -0.02em;
	color: #041C9D;
	padding: 0;
	margin: 0 0 20px;
}

.becomeMember-sec .info h3 span {
	color: #90C960;
}

.becomeMember-sec .info a {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 10px 30px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.becomeMember-sec .info a:hover {
	color: #000594;
	background: #fff;
}

.becomeSliderWrap {
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 0;
}

.becomeSliderWrap .sliderWrap {
	max-width: calc(100% - 85px);
}

.becomeSliderWrap .sliderWrap .sliderText p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #000000;
	padding: 0;
	margin: 0 0 10px;
	font-family: DM Sans;
}

.becomeSliderWrap .sliderWrap .sliderText span {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000000;
	padding: 0 0 0 38px;
	margin: 0;
	position: relative;
	display: inline-block;
}

.becomeSliderWrap .sliderWrap .sliderText span::after {
	content: '';
	width: 33px;
	height: 1px;
	/* background: #041C9D; */
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: auto 0;
}

.plan-sec {
	padding: 0px 0 40px;
	margin: 0;
	position: relative;
}

.plan-sec::after {
	content: '';
	max-width: 304px;
	width: 100%;
	height: 433px;
	background: url(../images/become-before-bg.png) no-repeat center bottom;
	position: absolute;
	top: -80px;
	left: 0;
	z-index: -1;
}

.plan-sec .plan-box {
	box-shadow: 0px 4px 23.6px -3px #00059433;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 20px;
	height: 320px !important;
}

.plan-sec .plan-box h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000594;
	padding: 0;
	margin: 0;
}

.plan-sec .plan-box h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	color: #90C960;
}

.plan-sec .plan-box h3 span {
	color: #000594;
}

.plan-sec .plan-box p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000594;
	padding: 0;
	margin: 16px 0px 0px;
}

.plan-sec .plan-box ul {
	padding: 0px;
	margin: 30px 0 0;
}


.plan-sec .plan-box ul li {
	list-style: disc;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: #000;
	padding: 0px 0px 15px 0px;
	margin: 0;
	position: relative;
}


.plan-sec .plan-box ul li::before {
	font: normal normal normal 8px/1 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;

	margin: -19px 10px 0px 0px;
	top: -3px;
}


.plan-sec .col-lg-3:nth-child(even) .plan-box {
	background: url(../images/plan-box-bg.png) no-repeat right bottom;
	background-size: 100% 100%;
}

.plan-sec .col-lg-3:nth-child(even) .plan-box h2,
.plan-sec .col-lg-3:nth-child(even) .plan-box h3 span,
.plan-sec .col-lg-3:nth-child(even) .plan-box p,
.plan-sec .col-lg-3:nth-child(even) .plan-box ul li {
	color: #fff;
}

.pennant-sec {
	padding: 40px 0px;
	margin: 0;
}

.pennant-sec h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #041C9D;
	padding: 0;
	margin: 0 0 30px;
}

.pennant-sec .pennantNavWrap {
	display: flex;
	justify-content: center;
	padding: 0;
	margin-bottom: 40px;
}

.pennant-sec .nav-tabs {
	justify-content: center;
	border-bottom: none;
	box-shadow: 0px 0px 23.6px -3px #00059433 inset;
	padding: 15px;
	border-radius: 20px;
}

.pennant-sec .pennantNavWrap {
	display: flex;
	justify-content: center;
}

.pennant-sec .nav-tabs .nav-item .nav-link {
	border: none;
	font-size: 20.08px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	color: #000000;
	padding: 14px 68px;
	background: transparent;
	margin-bottom: 0;
	border-radius: 10px;
	;
}

.pennant-sec .nav-tabs .nav-item .nav-link.active,
.pennant-sec .nav-tabs .nav-item .nav-link:hover {
	background: #90C960;
	color: #fff;

}

.pennantWrap .pennant-box {
	background: rgb(24 119 242 / 10%);
	border-radius: 14px;
	padding: 15px 0px 30px;
}

.pennantWrap .pennant-box .textBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 20px;
	margin: 0;
}

.pennantWrap .pennant-box .textBox p {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #000594;
	padding: 0;
	margin: 0;
}

.pennantWrap .pennant-box .textBox a,
.roundBtn {
	display: flex;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	transition: all 300ms ease-in-out;
}

.pennantWrap .pennant-box .textBox a:hover,
.roundBtn:hover {
	background: transparent;
	color: #000594;
}

.pennantWrap .pennant-box .img-box img {
	position: relative;
	width: 100%;
	padding: 0 20px;
	height: auto;
}

.about-sec {
	padding: 30px 0 60px;
	margin: 0;
}


.about-sec .aboutImg img {
	width: 100%;
	height: auto;
}


.about-part-left {
	padding: 0% 10% 0% 6%;
}

.about-sec .aboutInfo {
	padding: 0;
	margin: 0 0 30px;
}

.about-sec .aboutInfo h5 {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	color: #000594;
	letter-spacing: -0.02em;
	padding: 0;
	margin: 0 0 10px;
}

.about-sec .aboutInfo h2 {
	font-family: DM Sans;
	font-size: 57px;
	font-weight: 700;
	line-height: 61.9px;
	letter-spacing: -1.7000000476837158px;
	color: #1A1A1A;
	padding: 0;
	margin: 0 0 20px;
}

.about-sec .aboutInfo h6 {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	color: #000000;
	padding: 0;
	margin: 0 0 30px;
}

.about-sec .aboutInfo h6 span {
	color: #000594;
}

.about-sec .aboutInfo p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.2px;
	color: #000;
	padding: 0;
	margin: 0;
}

.about-sec .ourMission {
	background: linear-gradient(131.13deg, #0E50B1 3.07%, #000594 98.67%);
	border-radius: 15px;
	padding: 50px;
	position: relative;
}

.about-sec .ourMission .afterImg {
	position: absolute;
	right: 20px;
	top: 20px;
	max-width: 54px;
}

.about-sec .ourMission .ttl {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin: 0 0 20px;
}

.about-sec .ourMission .ttl h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.about-sec .ourMission p {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.tournament-sec {
	background: url(../images/tourment-bg.png) no-repeat left top;
	background-size: cover;
	padding: 40px 0 0px;
	margin: 0;
}

.tournament-sec .tham-img {
	padding: 0;
	margin: 0;
}

.tournament-sec .tham-img img {
	width: 100%;
	height: auto;
}

/* .tournament-sec .tournament-desc {
	max-width: 960px;
	position: relative;
	padding: 185px 0 0 30px;
} */

.tournament-sec .tournament-desc .upcoming-panel {
	background: #90C960;
	border-radius: 10px;
	padding: 33px 33px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: calc(100% + 60px);
	right: 0;
	top: 20px;
	margin: 0px;
}

.tournament-sec .tournament-desc .upcoming-panel .number {
	padding: 0 0 0 20px;
	margin: 0;
}

.tournament-sec .tournament-desc .upcoming-panel .number h2 {
	font-size: 100px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.tournament-sec .tournament-desc .upcoming-panel .text {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px 0 0;
	margin: 0;
	border-right: 1px solid #fff;
}

.tournament-sec .tournament-desc .upcoming-panel .text .textBox {
	width: 50%;
	padding: 0;
	margin: 0;
}

.tournament-sec .tournament-desc .upcoming-panel .text .textBox h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0;
	margin: 0;
}

.tournament-sec .tournament-desc .upcoming-panel .text .textBox p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.tournament-panelWrap {
	padding: 20px 10px 0px 10px;
}


.tournament-panel {
	display: flex;
	justify-content: space-between;
	padding: 0 0 25px;
	margin: 0px 0 15px;
	border-bottom: 1px solid rgb(160, 163, 165, .75);
}

.tournament-panel:last-child {
	border-bottom: none;
}

.tournament-panel .tourInfo {
	width: calc(100% - 170px);
	padding: 0 15px 0 0;
	margin: 0;
}

.tournament-panel .tourInfo h5 {
	font-size: 19px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #24252A;
	padding: 0;
	margin: 0 0 10px;
}

.tournament-panel .tourInfo h6 {
	font-size: 19px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.tournament-panel .tourInfo h6 i {
	color: #000594;
}


.tournament-panel .tourInfo p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.2px;
	padding: 0;
	margin: 0;
}

.showalltour {
	padding: 5px 0px 0px 10px;
}

.tournament-panel .tourDate {
	max-width: 170px;
}

.tournament-panel .tourDate .date {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000000;
	display: block;
	padding: 0;
	margin: 0 0 10px;
}

.tournament-panel .tourDate .date i {
	color: #000594;
	margin-right: 10px;
}

.tournament-panel .tourDate .touRegBtn {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #000594;
	text-transform: uppercase;
	display: block;
	padding: 0 0 0;
	margin: 0 0 10px;
}

.showalltour a {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 10px 30px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.showalltour a:hover {
	color: #000594;
	background: #fff;
}


.upcoming-event-sec {
	padding: 60px 0;
	margin: 0;
}

.upcoming-event-sec .upcoming-event-wrap {
	border-radius: 30px;
	background: #F3F7FF;
	padding: 40px 30px;
	position: relative;
}

.upcoming-event-sec-icon {
	position: absolute;
	right: 15px;
	top: 24px;
}


.upcoming-event-sec .upcoming-event-wrap h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: -0.02em;
	color: #041C9D;
	padding: 0;
	margin: 0 0 30px;
}

.eventBox {
	padding: 0;
	margin: 0;
}

.eventBox .tham {
	padding: 0;
	margin: 0;
}

.eventBox .tham img {
	border-radius: 14px;
	width: 100%;
	height: auto;
}

.eventBox .text {
	position: relative;
	padding: 30px 0 0;
}

.eventBox .text h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #24252A;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.eventBox .text h5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.eventBox .text h5 i {
	color: #000594;
}


.eventBox .text p {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 0px;
}


.eventBox .text .roundBtn {
	position: absolute;
	top: -15px;
	right: 25%;
}

.evlastBox {
	position: relative;
	padding: 0;
	margin: 0;
}

.evlastBox .tham {
	padding: 0;
	margin: 0;
}

.evlastBox .tham img {
	width: 100%;
	border-radius: 14px;
	height: 645px;
	object-fit: cover;
}

.evlastBox .textBox {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
	width: 100%;
}

.evlastBox .textBox h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0px;
	margin: 0 89px 10px 0px;
}

.evlastBox .textBox h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0;
	margin: 0 0 10px;
}

.evlastBox .textBox ul {
	padding: 0;
	margin: 0 0 8% 15px;
}

.evlastBox .textBox ul li {
	list-style: disc !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	padding: 4px 121px 0px 0px;
}

.evlastBox .textBox a {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #90C960;
	border: 1px solid #90C960;
	border-radius: 8px;
	padding: 10px 30px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 30px;
}

.evlastBox .textBox a:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.lou-sec {
	padding: 60px 0;
	margin: 0;
}

.lou-sec .lou-wrap {
	box-shadow: 0px 4px 23.6px -3px #00059433;
	border-radius: 20px;
	padding: 20px;
	/* background: url(../images/ho-ho-img.png) no-repeat right bottom; */
}

.lou-sec .lou-wrap .tham img {
	width: 100%;
}

.lou-sec .lou-wrap .textBox {
	max-width: 555px;
	margin: 20px 10px;
}

.lou-sec .lou-wrap .textBox p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.2px;
	padding: 0;
	margin: 0 0 8px;
}

.lou-sec .lou-wrap .textBox p span {
	font-weight: 700;
}

.lou-sec .lou-wrap .textBox h4 {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #041C9D;
	padding: 0;
	margin: 0px 0px 5px 0px;
}

.lou-sec .lou-wrap .textBox span {
	display: block;
	font-size: 19px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: -0.02em;
	padding: 0;
	margin: 0px 0px 2px 0px;
}

.hightlight-sec {
	padding: 60px 0;
	margin: 0;
}

.hightlight-sec h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: -0.02em;
	color: #041C9D;
	padding: 0;
	margin: 0 0 30px;
}

.hightlight-wrap .nav-tabs {
	border-bottom: none;
	margin-bottom: 0;
	justify-content: center;
	gap: 20px;
	padding: 0 0 40px;
}

.hightlight-wrap .nav-tabs .nav-item .nav-link {
	border: 1px solid #000594;
	border-radius: 27px;
	margin-bottom: 0;
	color: #24252A;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	padding: 10px 30px;
	text-transform: capitalize;
	transition: all 300ms ease-in-out;
}

.hightlight-wrap .nav-tabs .nav-item .nav-link.active,
.hightlight-wrap .nav-tabs .nav-item .nav-link:hover {
	background: linear-gradient(131.13deg, #0E50B1 3.07%, #000594 98.67%);
	color: #fff;
}

.merchandise-sec {
	padding: 0 0 60px;
	margin: 0;
}

.merchandise-sec .ttl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0 0 30px;
}

.merchandise-sec .ttl h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #041C9D;
	padding: 0;
	margin: 0;
}

.merchandise-sec .ttl a {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	background: #000594;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-transform: capitalize;
	border: 1px solid #000594;
	padding: 12px 36px;
	margin: 0;
	border-radius: 10px;
	transition: all 300ms ease-in-out;
}

.merchandise-sec .ttl a:hover {
	background: #fff;
	color: #000594;
}

.merchandise-box {
	padding: 0;
	margin: 0;
}

.merchandise-box .tham img {
	border-radius: 10px;
	width: 100%;
}

.merchandise-box .textBox {
	padding: 20px 0 0;
}

.merchandise-box .textBox h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #24252A;
	letter-spacing: -0.02em;
	padding: 0;
	margin: 0 0 15px;
	display: -webkit-box;
	height: 48px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.merchandise-box .textBox span {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	display: block;
	padding: 0;
	margin: 0 0 10px;
}

.merchandise-box .textBox a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #000594;
	padding: 0;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.merchandise-box .textBox a:hover {
	color: #90C960;
}

.news-sec {
	padding: 0 0 40px;
	margin: 0;
}

.news-sec .update-box {
	padding: 0;
	margin: 0;
}

.news-sec .update-box h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: #000;
	padding: 0;
	margin: 0px 0px 15px 0px;
}

.news-sec .update-box .date {
	display: block;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	color: #717579;
	padding: 0;
	margin: 0 0 10px;
}

.news-sec .update-box h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: -0.02em;
	color: #24252A;
	padding: 0;
	margin: 0 0 20px;
}

.news-sec .update-box .tham img {
	width: 100%;
	border-radius: 8px;
}

.news-sec .update-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #08080C;
	padding: 0;
	margin: 10px 0px 14px;
	letter-spacing: 0.2px;
}

.news-sec .update-box a {
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
	text-align: left;
	/* text-decoration-line: underline; */
	text-decoration-style: solid;
	color: #000594;
	/* display: inline-block; */
	transition: all 300ms ease-in-out;
}

.news-sec .update-box a:hover {
	color: #90C960;
}

.lastest-news-sec {
	padding: 0;
	margin: 0;
}

.lastest-news-sec .ttl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0 0 30px;
}

.lastest-news-sec .ttl h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	color: #242424;
	padding: 0;
	margin: 0px 0px 15px 0px;
	letter-spacing: -0.02em;
}

.lastest-news-sec .ttl a {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration-line: underline;
	text-decoration-style: solid;
	color: #000594;
	transition: all 300ms ease-in-out;
}

.lastest-news-sec .ttl a:hover {
	color: #90C960;
}

.lastest-news-sec .newsListWrap {
	padding: 0;
	margin: 0;
}

.lastest-news-sec .newsListWrap .newsPanel {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 20px;
	margin: 0px 0px 10px 0px;
	border-radius: 20px;
	box-shadow: 0px 4px 23.6px -3px #00059433;
}

.lastest-news-sec .newsListWrap .newsPanel .text {
	width: calc(100% - 140px);
	padding: 0 30px 0 0;
	margin: 0;
}

.lastest-news-sec .newsListWrap .newsPanel .text .pdate {
	display: block;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	color: #999999;
	padding: 0;
	margin: 0 0 5px;
}

.lastest-news-sec .newsListWrap .newsPanel .text h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	color: #242424;
	padding: 0;
	margin: 0 0 4px;
	letter-spacing: -0.02em;
}

.lastest-news-sec .newsListWrap .newsPanel .text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #08080C;
	padding: 0;
	margin: 0 0 6px;
}

.lastest-news-sec .newsListWrap .newsPanel .text a {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	/* text-decoration-line: underline; */
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	color: #000594;
	display: inline-block;
	transition: all 300ms ease-in-out;
}

.lastest-news-sec .newsListWrap .newsPanel .text a:hover {
	color: #90C960;
}


.lastest-news-sec .newsListWrap .newsPanel .tham {
	width: 140px;
}

.lastest-news-sec .newsListWrap .newsPanel .tham img {
	width: 100%;
	border-radius: 8px;
}

.flowus-sec {
	padding: 0px 0 40px;
	margin: 0;
}

.flowus-sec .flowus-wrap {
	background: #F3F7FF;
	border-radius: 33px;
	padding: 20px;
}

.flowus-sec .flowus-wrap .flowusImg {
	height: 100%;
}

.flowus-sec .flowus-wrap .flowusImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 13px;
}

.flowusImglast {
	position: relative;
}

.flowusImglast>img {
	width: 100%;
}

.flowusImglast .textBlock {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 40px;
}

.flowus-wrap .col-lg-9>.row {
	height: 100%;
}

.col-lg-20 {
	flex: 0 0 auto;
	width: 20%;
	padding: 0 0.5rem;
}

.flowusImglast .textBlock h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	color: #fff;
	max-width: 190px;
	padding: 0;
	margin: 0px 0px 20px 0px;
}

.flowusImglast .textBlock p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	padding: 0;
	margin: 0 0 30px;
}

.flowusImglast .textBlock ul {
	display: flex;
	gap: 15px;
	align-items: center;
}

.flowusImglast {
	height: 100%;
}

.flowusImglast img {
	/* width: 100%;
    height: 100%; */
	object-fit: cover;
}

.partners-sec {
	padding: 0 0 60px;
	margin: 0;
}

.partners-sec h2 {
	text-align: center;
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: -0.02em;
	color: #041C9D;
	padding: 0;
	margin: 0px;
}

.partnersLogoWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.partnersLogoWrap .plogo img {
	max-width: 100%;
}

.gowing-sec {
	padding: 0 0 40px;
	margin: 0;
}

.gowing-sec .gowingWrap {
	padding: 40px 70px;
	background: url(../images/growingBg.png) no-repeat left top;
	background-size: cover;
	border-radius: 30px;
}

.gowing-sec .gowingWrap .infoText {
	padding: 0 0 30px;
	margin: 0;
	max-width: 338px;
	border-bottom: 1px solid #fff;
}

.gowing-sec .gowingWrap .infoText h6 {
	font-size: 19px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: -0.02em;
	color: #FFF;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

.gowing-sec .gowingWrap .infoText h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0;
	margin: 0;
}

.gowing-sec .gowingWrap .infoText h3 span {
	color: #90C960;
}

.gowing-sec .gowingBox {
	padding: 30px 0 0;
	max-width: 400px;
}

.gowingWrap .col-lg-6:nth-child(1) .gowingBox {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}

.gowingWrap .col-lg-6:nth-child(2) .gowingBox {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}

.gowingWrap .col-lg-6:nth-child(2),
.gowingWrap .col-lg-6:nth-child(4) {
	border-left: 1px solid #fff;
}


.eqBox-spcleft {
	padding: 0% 0% 0% 10%;
}

.gowing-sec .gowingBox h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0;
	margin: 0 0 10px;
}

.gowing-sec .gowingBox p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.2px;
	color: #fff;
	padding: 0;
	margin: 0 0 24px;
}

.gowing-sec .gowingBox a {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #24252A;
	background: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 300ms ease-in-out;
}

.gowing-sec .gowingBox a:hover {
	background: #000594;
	color: #fff;
}


.footer {
	background: url(../images/footer-bg.jpg) no-repeat right top;
	background-size: cover;
	padding: 60px 0;
	margin: 0;
}

.footer .footerTop {
	padding: 0;
	margin: 0 0 60px;
}

.footer .footerTop .ft-desc {
	padding: 0;
	margin: 0;
	position: relative;
	max-width: 406px;
}

.footer .footerTop .ft-desc span {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	display: block;
	padding: 0;
	margin: 0 0 20px;
}

.footer .footerTop .ft-desc h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0;
	margin: 0;
}

.footer .footerTop .ft-desc .descImg {
	position: absolute;
	right: 0;
	top: 0;
}


.footerTop .form-item {
	position: relative;
	margin-bottom: 15px
}

.footerTop .form-item input {
	font-family: DM Sans;
	display: block;
	width: 100%;
	height: 40px;
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid rgb(255, 255, 2555, .50);
	transition: all .3s ease;
	padding: 0;
	box-shadow: none;
	outline: none;
}

.footerTop .form-item input:focus {
	border: none;
	border-bottom: 1px solid rgb(255, 255, 2555, 1);
	box-shadow: none;
	outline: none;
}

.footerTop .form-item label {
	font-family: DM Sans;
	position: absolute;
	cursor: text;
	z-index: 2;
	top: 0px;
	left: 0;
	font-size: 17px;
	font-weight: 500;
	/* background: #fff; */
	padding: 0;
	color: #999;
	transition: all .3s ease;
}

.footerTop .form-item input:focus+label,
.footerTop .form-item input:valid+label {
	font-size: 11px;
	top: -5px
}

.footerTop .form-item input:focus+label {
	color: rgba(255, 255, 255, .5)
}

.footerTop .btnWrap {
	display: flex;
	justify-content: flex-end;
}

.footerTop .btnWrap .btn {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	background: linear-gradient(131.13deg, #0E50B1 3.07%, #000594 98.67%);
	border-radius: 24px;
	color: #FFFFFF;
	padding: 16px 40px;
	border: none;
	box-shadow: none;
	outline: none;
}

.footerMid {
	padding: 0;
	margin: 0 0 60px;
}

.footerMid .ftBox h3 {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: left;
	color: #90C960;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 30px;
}

.footerMid .ftBox ul li {
	padding: 0;
	margin: 0 0 10px;
}

.footerMid .ftBox ul li a {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
/* 	text-transform: capitalize; */
	color: #fff;
	padding: 0;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.footerMid .ftBox ul li a:hover {
	color: #90C960;
}

.footerMid .ftBox ul li:last-child {
	margin-bottom: 0;
}

.ftcoppy-right .ftcoppy-rightWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ftcoppy-right .ftcoppy-rightWrap p {
	font-family: DM Sans;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: rgb(255, 255, 2555, .50);
	padding: 0;
	margin: 0;
}

.ftcoppy-right .ftcoppy-rightWrap ul {
	display: flex;
	gap: 15px;
}

.ftcoppy-right .ftcoppy-rightWrap ul li a {
	color: rgb(255, 255, 2555, 1);
	transition: all 300ms ease-in-out;
}

.ftcoppy-right .ftcoppy-rightWrap ul li a:hover {
	color: #90C960;
}


.inner-banner {
	position: relative;
	padding: 0;
	margin: 0;
}

.inner-banner:after {
	content: '';
	width: 100%;
	height: 58%;
	background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

.inner-banner img {
	width: 100%;
	height: auto;
}

.inner-banner .desc {
	position: absolute;
	z-index: 33;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.inner-banner .desc .text {
	text-align: center;
	padding: 0;
	margin: 0;
}

.inner-banner .desc .text h1 {
	font-family: DM Sans;
	font-size: 60px;
	line-height: 1;
	letter-spacing: 3.2px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0px;
}


.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background: linear-gradient(131.13deg, #0E50B1 3.07%, #000594 98.67%);
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	/* border: 1px solid #8F6B5F; */
	opacity: 0;
	visibility: hidden;
	font-size: 15px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.go-top svg {
	max-width: 16px;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}


/* =============testimonial===style============ */


/* =====================================M.M-CSS==13.1.25=======================================================*/
/* =====================================M.M-CSS=============================================================== */


/* =============about-page-style============ */

.inner-pages-banner-section {
	width: 100%;
	height: 400px;
	position: relative;
}

.inner-pages-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: relative;
}

.banner-inner-part {
	position: absolute;
	/* left: 50px; */
	text-align: left;
	top: 25%;
	width: 100%;
}


.banner-inner-part h2 {
	font-size: 35px;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.banner-inner-part h1 {
	font-size: 60px;
	font-weight: 600;
	line-height: 63px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 80%;
}

.banner-inner-part h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.about-top-part-left {
	width: 100%;
	padding: 0% 6% 0% 0%;
	height: 620px;
	border-radius: 15px;
	overflow: hidden;
}

.about-top-part-left img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}


.about-top-part-right {
	padding: 0px;
	margin: 0px;
}


.about-top-part-right h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-top-part-right h2 span {
	color: #000594;
}

.about-top-part-right h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 20px 0px;
}

.about-top-part-right p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.mission-row ul li,
.mission-row h4,
.mission-row h5 {
	color: #fff !important;
}

.mission-row {
	background: linear-gradient(131.13deg, #0E50B1 3.07%, #000594 98.67%);
	border-radius: 28px;
	/*margin: 60px 0px 0px;*/
	padding: 40px 40px;
}

.mission-row h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.mission-row h3 span {
	margin-right: 15px;
}

.mission-row p {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.mission-row-left {
	position: relative;
	border-right: 1px solid #fff;
	padding: 0% 4% 0% 0%;
	/* height: 275px; */
}

.mission-row-right {
	position: relative;
	padding: 0% 0% 0% 4%;
	height: 155px;
}

.mission-row-bg-icon {
	position: absolute;
	bottom: -11%;
	right: 6%;
}

.about-vmsa-section {
	background: url(../images/vmsa-sec-right.png) right no-repeat #fff;
	padding: 0px 0px 40px 0px;
	margin: 0px;
}

.about-vmsa-section h3 {
	font-size: 27px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.about-vmsa-section h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

/* ============accodian================================== */


.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
	transition: all 0.5s;
	border: 1px solid;
	border-radius: 50%;
	font-size: 20px;
	padding: 10px;
}

.about-accordion {
	margin: 0px;
}

.about-accordion .accordion-item {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
	border-top: none;
	border-right: none;
	border-left: none;
}

.about-accordion .accordion-button {
	font-size: 26px !important;
	font-weight: 700;
	line-height: 26px !important;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #111111 !important;
	padding: 0px;
	margin: 20px 0px 0px !important;
}

.about-accordion .accordion-button h2 {
	padding: 0px;
}

.about-accordion .accordion-body ul {
	padding-left: 15px;
	margin: 20px 25px;
}

.about-accordion .accordion-body li {
	list-style: none !important;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #000000;
	letter-spacing: -0.2px;
	margin-bottom: 10px;
	position: relative;
}

.about-accordion .accordion-body li::before {
	content: '';
	width: 26px;
	height: 26px;
	background: url(https://vmsa.wwddigital.com/wp-content/uploads/2025/07/Succesicon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -42px;
	top: 2px;
	bottom: 0px;
}


.about-accordion .accordion-body h3 {
	font-size: 19px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.about-accordion .accordion-body p {
	font-family: DM Sans;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 22px;
	color: #000000;
}

.about-accordion .accordion-button:not(.collapsed) {
	color: #111111;
	background-color: none !important;
	box-shadow: none;
	font-size: 30px;
	line-height: 40px;
}

.about-accordion .accordion-body {
	padding: 20px 0px;
	margin: 0px;
}

.accodian-inner-sec {
	padding: 0px;
	margin: 0px;
}

.accodian-inner-sec-left {
	padding: 0% 20% 0% 0%;
	margin: 0px;
}

.accodian-inner-sec-left p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
}


/* ============accodian================================== */


.meet-our-team {
	background: #F3F7FF;
	padding: 60px 0px;
	border-radius: 80px;
}

.meet-our-team h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 54px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.meet-our-team p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.meet-our-team-one {
	padding: 0px;
	margin: 0px;
}

.meet-our-team-one h3 {
	background: #041C9D;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 600;
	line-height: 26.38px;
	letter-spacing: -0.05em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	width: 20%;
	margin: 30px 0px;
}

.team-box {
	margin: 30px 0px;
	padding: 0px;
}

.team-box-img {
	width: 100%;
	height: auto;
}

.team-box-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
}

.team-box-text {
	margin: 20px 0px 0px;
	padding: 0px;
}

.team-box-text h4 {
	font-size: 26px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #111111;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.team-box-text p {
	font-size: 19px;
	font-weight: 500;
	line-height: 29px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #656C7B;
	padding: 0px;
	margin: 0px;
}

.team-box-socialicon {
	margin: 20px 0px 0px;
	padding: 0px;
}

.team-box-socialicon ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}

.team-box-socialicon ul li a {
	position: relative;
	transition: 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.team-box-socialicon ul li a:hover {
	transform: translateY(-3px);
	transition: 0.3s ease-in-out;
}


.our-testimonial-sec {
	background: #fff;
	padding: 60px 0px;
	margin: 0px;
}


.our-testimonial-sec h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.our-testimonial-sec h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: -0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.our-testimonial-sec-inner {
	margin: 40px 0px 0px;
	padding: 0px;
}

.testimonials-section-box {
	background: #fff;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	position: relative;
	padding: 50px 30px;
	margin: 64px 15px;
	border-radius: 20px 20px;
	height: 320px;
}

.testimonials-section-box-img {
	position: absolute;
	top: -8%;
	left: 8%;
}


.testimonials-section-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #252525;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	letter-spacing: 0.2px;
}

.testimonials-section-box-info-text h4 {
	font-size: 19px;
	font-weight: 700;
	line-height: 29px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #0E50B1;
	padding: 0px;
	margin: 0px;
}

.testimonials-section-box-info-text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #8799A3;
	padding: 0px;
	margin: 0px;
}


.testimonials-section-box-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}


.testimonials-section-box-info-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.our-testimonial-sec-inner .owl-nav {
	display: none;
}


.our-testimonial-sec-inner .owl-dots .owl-dot span {
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #ccc;
	transition: all 300ms ease-in-out;
}


.our-testimonial-sec-inner .owl-dots .owl-dot.active span {
	background: #000594;
}


.become-vmsa-today {
	background: #90C960;
	padding: 60px 0px;
	margin: 0px;
}


.become-vmsa-today-one {
	padding: 0px;
	margin: 0px;
}

.become-vmsa-today-one h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.register-butn {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 10px 40px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.register-butn:hover {
	color: #000594;
	background: #fff;
}


.become-vmsa-today-two {
	padding: 0px;
	margin: 0px;
}

.become-vmsa-today-two h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.become-vmsa-today-two p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.become-vmsa-today-three {
	padding: 0% 0% 0% 20%;
	margin: 0px;
}

.want-patner-right {
	float: right;
	margin: 40px 0px;
}

.footer-info {
	padding: 0px;
	margin: 0px;
	position: relative;
}


.footer-info p {
	font-family: DM Sans;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #ffff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.footer-info p a {
	color: #ffff;
}

.footer-info p a:hover {
	color: #000594;
}

.footer-info p span {
	margin-right: 15px;
}

.footer-info-social-icon {
	margin: 10px 0px;
	padding: 0px;
}

.footer-info-social-icon h4 {
	font-family: DM Sans;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.footer-info-social-icon ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}


.footer-info-social-icon ul li a {
	position: relative;

	transition: 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;

}

.footer-info-social-icon ul li a:hover {
	transform: translateY(-3px);
	transition: 0.3s ease-in-out;
}


/* =============about-page-style============ */

/* ========================================================= */


.inner-pages-section {
	padding: 60px 0px;
	margin: 0px;
}

.media-box {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 14px;
	cursor: pointer;
	margin: 0px 0px 40px 0px;
}

.media-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.media-play-icon {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 40%;
	margin: 0px auto;
	text-align: center;
}

.media-box h3 {


	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin: 10px 0px;
	padding: 0px;
	color: #24252A;

}


/* =============Media-pages-style-MM============ */

.inner-all-gallery-sec {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.inner-all-gallery-sec .pennantNavWrap {
	display: flex;
	justify-content: start;
	padding: 0;
	margin-bottom: 20px;
}


.inner-all-gallery-sec .nav-tabs {
	justify-content: start;
	border-bottom: none;
	box-shadow: 0px 0px 23.6px -3px #00059433 inset;
	padding: 15px;
	border-radius: 20px;
	width: 100%;
	background: #fff;
}


.inner-all-gallery-sec .pennantNavWrap {
	display: flex;
	justify-content: center;
}

.inner-all-gallery-sec .nav-tabs .nav-item .nav-link {
	border: none;
	font-size: 19.08px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	color: #000000;
	padding: 14px 68px;
	background: transparent;
	margin-bottom: 0;
	border-radius: 10px;
	;
}

.inner-all-gallery-sec .nav-tabs .nav-item .nav-link.active,
.inner-all-gallery-sec .nav-tabs .nav-item .nav-link:hover {
	background: #90C960;
	color: #fff;

}


.media-box-toppart {
	margin: 40px 0px;
}


.media-box-toppart .form-label {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #24252A;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.stroke-bg {
	position: relative;
	height: 100%;
	background: url(../images/stroke-bg.png) no-repeat #fff;
	background-size: auto;
	background-size: auto;
	margin-top: 0px;
}


.pdf-section-box {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.pdf-section-box h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #24252A;
	padding: 0px;
	margin: 0px;
}


.pdf-section-box h4 a {
	color: #24252A;
}


.pdf-section-box h4 a:hover {
	color: #000;
}

.pdf-section-box h4 span {
	margin-right: 10px;
}


/* =======================================Membership-CSS=====================================================*/

.membership-top-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/member-top-bg.png) no-repeat #fff;

	background-size: 100% auto;
	background-position: bottom;
}

.membership-top-section h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: -0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.membership-top-section h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: -0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0px 0px 50px 0px;
	margin: 0% 29%;
	width: auto;
}

.membership-plan-row {
	margin: 40px 0px;
}


.membership-plan-box {
	background: #fff;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	border-radius: 20px;
	padding: 0px;
	min-height: 325px;
	height: 355px;
	margin: 0px 0px 40px 0px;
	position: relative;
}


.membership-plan-box-topTag {
	position: absolute;
	top: -40px;
	background: #FAA021;
	border-radius: 15px 15px 0px 0px;
	padding: 10px 0px;
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	left: 0%;
	right: 0%;
	width: 60%;
	margin: 0px auto;
}


.membership-plan-box-top-part {
	padding: 30px 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: -25px;
	border-radius: 20px;
	height: 165px;
}

.membership-plan-box-top-part h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	width: 20%;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

.membership-plan-box-butm-part {
	padding: 25px 30px;
}

.membership-plan-box-butm-part h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.membership-plan-box-butm-part p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	margin: 0px;
	margin: 0px;
	display: flex;
	/* 	align-items: center; */
}


.membership-plan-box-butm-part p span {
	font-size: 15px;
	margin-right: 10px;
	display: flex;
	margin: 5px 10px 0px 0px;
}


.light-grey {
	background: #f4faf0;
}

.light-sky {
	background: #e8f2fe;
}


.unlock-membership {
	background: #F3F7FF;
	padding: 80px 80px;
	border-radius: 100px 100px;
}

.unlock-membership-left {
	padding: 0px;
	margin: 0px;
}


.unlock-membership-left h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.unlock-membership-left h2 {
	font-family: DM Sans;
	font-size: 57px;
	font-weight: 700;
	line-height: 61.9px;
	letter-spacing: -1.7000000476837158px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.unlock-membership-left p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0% 32% 0% 0%;
	margin: 30px 0px;
}

.cont-butn {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #90C960;
	border: 1px solid #90C960;
	border-radius: 8px;
	padding: 10px 30px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}


.cont-butn:hover {
	background-color: #000594;
	color: #fff;
}


.unlock-membership-right {
	padding: 0% 8% 0% 0%;
	margin: 0px;
	text-align: left;
	float: right;
}

.number-section-row {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 40px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.number-section-row-numBox {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 20px 0px;
}

.number-section-row-textBox h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.number-section-row-textBox p {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px;
	color: #000;
}

.register-frm-section-inner-left {
	padding: 0% 15% 0% 0%;
}

.register-frm-section {
	padding: 60px 0px;
	margin: 0px;
	background: #fff;
}

.register-frm-section-inner {
	background: #fff;
	padding: 30px 30px;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	border-radius: 20px;
	margin: 0px;
}


.register-frm-section-inner-left .nav-tabs {
	justify-content: start;
	border-bottom: none;
	box-shadow: 0px 0px 23.6px -3px #00059433 inset;
	padding: 10px;
	border-radius: 20px;
}

.register-frm-section-inner-left .nav-tabs .nav-item .nav-link {
	border: none;
	font-size: 20.08px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	color: #000000;
	padding: 14px 68px;
	background: transparent;
	margin-bottom: 0;
	border-radius: 10px;
}


.register-frm-section-inner-left .nav-tabs .nav-item .nav-link.active,
.pennant-sec .nav-tabs .nav-item .nav-link:hover {
	background: #90C960;
	color: #fff;
}


.faq-section {
	background-color: #F7F7FB;
	padding: 60px 0px;
	margin: 0px;
}


.faq-section h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.faq-section h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.faq-section-inner {
	padding: 40px 0px 0px;
	margin: 0px;
}


.faq-section-inner .nav-link {
	border: 1px solid #D9DBE9 !important;
	/* color: #000; */
	background: #fff !important;
	color: #6F6C90 !important;
	font-size: 19px !important;
	padding: 10px 40px !important;
	margin: 0px 0px 15px 0px;
	border-radius: 10px !important;
	font-weight: 600;
}

.faq-section-inner .nav-link:hover {
	background: linear-gradient(131.13deg, #0E50B1 3.07%, #000594 98.67%) !important;
	color: #fff !important;
}


.faq-section-inner .nav-pills .nav-link.active {
	background: linear-gradient(131.13deg, #0E50B1 3.07%, #000594 98.67%) !important;
	color: #fff !important;
}


.faq-section-inner .tab-content {
	width: 100%;
	padding: 0% 0% 0% 3%;
	border-radius: 22px;
}


.faq-section-inner .accordion-button h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #111111;
	padding: 0px;
	margin: 0px;
}


.faq-section-inner .accordion-button p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
}


.faq-section-inner h2.accordion-header {
	margin: 0px;
	padding: 0px;
}


.faq-section-inner .accordion-body p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 10px 0px;
	width: 80%;
}

/* =======================================Membership-CSS=====================================================*/


.tab-content .accordion-body {
	padding: 0px 24px;
}


.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background: none !important;
	box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125) !important;
}


/* =====================================M.M-CSS=============================================================== */
/* =====================================M.M-CSS=============================================================== */


/* =====================================Ashis-CSS=============================================================== */
/* =====================================Ashis-CSS=============================================================== */

/*14-01-2024-start*/


.event-list-title h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
}

.event-list-title h3 {
	font-size: 44px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: -1.7000000476837158px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.filter-box {
	background: #fff;
	width: auto;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	padding: 30px;
	border-radius: 20px;
}

.filter-box h5 {
	color: #000594;
	margin-bottom: 20px;
}

.serach-box {
	margin-top: 5px;
	position: relative;
}

.serach-box a {
	position: absolute;
	right: 10px;
	bottom: 6px;
}

.ent-fee {
	display: flex;
	/* Enable flexbox */
	justify-content: space-between;
	/* Space between items */
	list-style-type: none;
	/* Remove default list styling */
	padding: 0;
	/* Remove default padding */
	margin: 0;
	/* Remove default margin */
	margin-top: 10px;
	margin-bottom: 8px;
}

.ent-fee li {
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 600;
	line-height: 17px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.filter {
	position: relative;
}

.line {
	flex-grow: 1;
	/* Allow the line to grow and take available space */
	height: 6px;
	/* Set the height of the line */
	background-color: #2B67F6;
	/* Line color */
	margin: 0 20px;
	/* Add margin to the sides of the line */
}

.circle {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #2B67F6;
	border: 2px solid #fff;
}

.left-circle {
	position: absolute;
	top: -3px;
	left: 8px;
}

.right-circle {
	position: absolute;
	top: -3px;
	right: 8px;
}

/* .checkbox-container {
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	width: 250px;
	Set a width for the container 
}*/

.checkbox-container label {
	display: block;
	/* Make each label a block element */
	margin: 10px 0;
	/* Add some margin between checkboxes */
	cursor: pointer;
	/* Change cursor to pointer on hover */
}

.checkbox-container input[type="checkbox"] {
	margin-right: 10px;
	/* Space between checkbox and label text */
}

.events-box-img img {
	border-radius: 20px;
}

.events-box h5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.events-box h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin: 0px 0px 15px 0px;
}

.events-nav {
	margin-bottom: 16px;
}

.events-nav li {
	margin-top: 10px;
	font-size: 18px;
}

.events-nav li a {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.events-nav li span {
	color: #000594;
	margin-right: 10px;
}

.event-read-more {
	width: 39px;
	height: 39px;
	display: table;
	background: #000594;
	border-radius: 20px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	bottom: 40%;
	left: 90%;
}

.event-read-more i {
	color: #fff;
	position: absolute;
	top: 26%;
	left: 32%;
}

.events-box {
	box-shadow: 0px 4px 23.6px -3px #00059433;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}

.events-box p {
	max-width: 520px;
}


.asso-bann-nav {}

.asso-bann-nav li {
	display: inline-block;
	margin-right: 20px;
}

.asso-bann-nav li a {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000594;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 10px 30px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.asso-bann-nav li a:hover {
	color: #fff;
	background: #90C960;
	border-color: #90C960;
}

.asso-bann-nav li:nth-child(2) a {
	background: transparent;
	border: 2px solid #fff;
	color: #fff
}

.asso-bann-nav li:nth-child(2) a:hover {
	color: #fff;
	background: #90C960;
	border-color: #90C960;
}

.association-page .event-list-title h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.association-page-title {
	border-radius: 20px;
	padding: 50px;
	margin-bottom: 25px;
	position: relative;
	height: 100%;
	background: url(../images/asso-top-bg.png) no-repeat #F3F7FF;
	background-size: 100% auto;
}


.association-page-title h5 {
	margin: 0px 0px 10px 0px;
}


.association-page-title h3 {
	font-size: 44px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0% 20% 0% 0%;
}

.association-page-title h3 span {
	color: #90C960;
}

.affiliated-clubs {
	text-align: center;
	margin: 60px 0px 40px;
}

.affiliated-clubs h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: -0.02em;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.affiliated-clubs h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 20px;
}

.club-logo {
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.association-page .view-det-but {
	width: 39px;
	height: 39px;
	display: table;
	background: #000594;
	border-radius: 20px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.association-page .view-det-but i {
	color: #fff;
	position: absolute;
	top: 26%;
	left: 32%;
}

.clubs-ass-tab a {
	font-size: 20px;
	font-weight: 600;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
}

.clubs-ass-tab {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

/*14-01-2024-end*/

/*15-01-2024-*/


.partner-associations {
	margin: 0px;
	padding: 60px 0px;
}


.partner-associations h3 {
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.partner-associations h2 {
	font-family: DM Sans;
	font-size: 57px;
	font-weight: 700;
	line-height: 61.9px;
	letter-spacing: -1.7000000476837158px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding: 0px;
	margin: 0px 0px 20px 0px;


}

.partner-associations p {
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 0% 15% 0% 0%;
}


.partner-associations-inner {
	padding: 40px 0px;
	margin: 0px;
}

.partner-associations-box {
	padding: 0px;
	margin: 0px;
}

.partner-associations-box-logo {
	height: 200px;

}


.partner-associations-box h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
}


.partner-associations-box p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
	text-decoration-skip-ink: auto;
	color: #0E50B1;
	padding: 0px;
	margin: 0px;
}


.google-maap-section {
	margin: 0px;
	padding: 0px 0px 100px 0px;
}

.google-maap-section-inner {
	background: #fff;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	padding: 40px 40px;
	border-radius: 20px;

}


.google-maap {
	margin: 40px 0px 0px;
	border-radius: 20px;
	overflow: hidden;
}


.google-maap-text {
	padding: 0px;
	margin: 0px;
}


.google-maap-text h2 {
	font-family: DM Sans;
	font-size: 44px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.google-maap-text p {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}


.want-patner-left h3 {
	font-family: DM Sans;
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.want-patner-left p {
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


/***********************EVENT DETAILS PAGE START**C.A*************************/


.event-details-title h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
}

.event-details-title h3 {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
}


.event-details-title h4 {

	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -1.7000000476837158px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #4a4a4e;
	margin: 0px 0px 20px 0px;
}

.events-details-about h3 {
	font-family: DM Sans;
	font-size: 35px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 22px 0px;
}

.events-details-about p {
	font-family: DM Sans;
	margin: 0px 0px 40px 0px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 24px;
	color: #000000;
}

.events-detailsimg {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	/* height: 240px; */
	height: 400px;
	border-radius: 20px;
	overflow: hidden;
}

.events-detailsimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tab-pane p {
	font-family: DM Sans;
	margin: 5px 0 21px 0;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 28px;
	color: #000000;
}


.schedule-box {
	background: #fff;
	width: 100%;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	padding: 20px;
	border-radius: 20px;
}


.schedule-box #countdown {
	font-size: 16px;
	color: #333;
	text-align: left;
}


.schedule-box .time-unit {
	display: inline-block;
	text-align: center;
	width: 60px;
}

.schedule-box .time-unit h6 {
	width: auto;
	padding: 0px 0px;
	text-align: center;
	float: right;
	font-weight: 600;
}

.schedule-box .number {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	color: #000594;
	background: #efefef;
	padding: 2px 12px;
	border-radius: 4px;
}

.schedule-box .label {
	font-size: 10px;
	font-weight: 500;
	line-height: 20px;
	color: #000000;
}

.schedule-box .timing h4 {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.7px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 20px 10px;
}

.timing-date,
.timing-time {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: 0.3px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

.inner-all-gallery-sec .ev-details .nav-tabs .nav-item .nav-link {
	padding: 14px 20px;
}

button.btn.btn-schedule {
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 6px auto;
	padding: 8px;
	width: 95%;
	background: #90C960;
	color: #ffffff;
}


button.btn.btn-schedule:hover {
	background: #000594;
	color: #ffffff;
}


button.btn.btn-register {
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 6px auto;
	padding: 8px;
	width: 95%;
	background: #000594;
	color: #ffffff;
}

button.btn.btn-register:hover {
	background: #90C960;
	color: #ffffff;
}


button.btn.btn-register i.fa-solid.fa-arrow-right {
	float: right;
}

.register-section {
	background: url(../images/restriction-deadline.png) no-repeat;
	color: #ffffff;
	padding: 30px 30px;
	border-radius: 20px;
	overflow: hidden;
	margin: 30px 0px;
	background-size: 100% auto;
}

.btn-registration {
	font-family: DM Sans;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	margin: 26px 10px;
	padding: 10px 22px;

	background: #90c960;
	color: #ffffff;
	float: right;
}

.btn-registration i {
	margin-left: 20px;
}

.registration-image {
	padding: 0 0 0 20px;
}

.register-section h2 {
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	color: #ffffff;
	letter-spacing: -0.2px;
	padding: 0px;
	margin: 0px;
}

.register-section p {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: -0.4px;
}


.reg-background::after {
	content: url("images/register-button-background.png");
	position: absolute;
}

span.entry {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 700;
	line-height: 0px;
	color: #000594;
	letter-spacing: -0.4px;
}

span.optional {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #000000;
	letter-spacing: -0.4px;
}


.vectorIcon {
	color: #000594;
}


.row.event-schedule {
	background-color: #F3F7FF;
	padding: 40px 24px;
	margin: 20px 0px;
	border-radius: 20px;
}

.event-schedule h5 {
	font-family: DM Sans;
	font-size: 28px;
	font-weight: 600;
	line-height: 58px;
	color: #000594;
	padding: 0px 40px;
}


.event-schedule h4 {
	font-family: DM Sans;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	color: #000594;
	padding: 20px 0 4px 0;
}

.event-schedule h6 {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
	padding: 0% 10% 0% 0%;
}


.schedule-icon {
	display: flex;
	justify-content: flex-end;
	margin-top: -38px;
	margin-bottom: -98px;
}

.venue-information h6 {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	color: #000000;
	padding-bottom: 5px;
}

.venue-information {
	background: #fff;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	padding: 20px;
	border-radius: 20px;
	margin: 40px 4px 0px;
}

.venue-information h5 {
	font-family: DM Sans;
	font-size: 28px;
	font-weight: 500;
	line-height: 38px;
	color: #000594;
	letter-spacing: -0.9px;
	margin: 0px 0px 20px 0px;
}

.venue-information h6 {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	color: #000000;
}


.venue-map-right h4 {
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color: #000594;
	letter-spacing: 0px;
	padding: 0px 0px 10px 0px;
}

.venue-information p {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #000000;
	letter-spacing: 0px;
	padding: 0px 0px 20px 26px;
}


.venue-map-right h4 {
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	color: #000594;
	letter-spacing: 0px;
}

.venue-map-right p {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #000000;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
}


.venue-map-right ul {
	padding: 0px;
	margin: 0px;
}

.venue-map-right ul li {
	padding: 0px 0px 7px 0px;
	margin: 0px;
	font-size: 16px;
}

.venue-information span a {
	font-family: DM Sans;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	color: #0E50B1;
	letter-spacing: -1.2px;
	margin-right: 10px;
	text-decoration: underline;
}


.venue-information span a:hover {
	color: #000;
}

.venue-information ul,
ol,
li {
	list-style: disc;
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
	letter-spacing: -0.2px;
}

.event-details-prizes h4 {
	font-family: DM Sans;
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
	color: #000594;
	letter-spacing: -0.2px;
	text-align: center;
	margin: 0px 0px 40px 0px;
}


.event-details-prizes .inner-row {
	background: #F3F7FF;
	padding: 30px;
	border-radius: 46px;
	margin: 10px;
	min-height: 284px;
	height: 340px;
}

.event-details-prizes img {
	margin: 20px auto 50px auto;
}

.event-details-prizes h5 {
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #24252A;
	letter-spacing: -1.8px;
}

.event-details-prizes p {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #000000;
	letter-spacing: -0.8px;
}

.inner-row img {
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0px auto;
	text-align: center;
}

.ev-details ul,
ol,
li {
	list-style: none !important;
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
	letter-spacing: -0.2px;
}


.event-details-left {
	padding: 4% 5% 3% 0%;
}

.event-details-prizes {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}


.partners-sec-butn {
	margin: 50px auto 0px;
	text-align: center;
}

.partners-sec-butn a {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 10px 30px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}


.partners-sec-butn a:hover {
	color: #000594;
	background: #fff;
}


.participants-section {
	padding: 50px 0px;
	margin: 0px;
}


.participants-section h3 {
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.participants-section h2 {
	font-family: DM Sans;
	font-size: 57px;
	font-weight: 700;
	line-height: 61.9px;
	letter-spacing: -1.7000000476837158px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding: 0px;
	margin: 0px;

}

.participants-section-inner {
	margin: 40px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.participants-section-inner-box {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.participants-section-inner-box ul {
	padding: 0px 30px 0px 0px;
	margin: 0px;
}


.participants-section-inner-box ul li {
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #111111;
	border-bottom: 1px solid #A0A3A5;
	padding: 20px 5px;
	cursor: pointer;
}


.participants-section-inner-box ul li:hover {
	color: #000594;
}


.time-dt {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 10px;
	padding: 0px 20px 10px;
}


span.dateIcon,
span.timeIcon,
span.locationIcon {
	display: flex;
	align-items: center;
	margin: 13px 0px 0px 0px;
	color: #000594;
}


.textBox.event-detalis-evlastBox {
	padding: 80px 50px;
}


.textBox.event-detalis-evlastBox h5 {
	font-size: 44px;
	font-weight: 600;
	line-height: 53px;
	letter-spacing: -0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin: 0px 85px 10px 0px;
}


.textBox.event-detalis-evlastBox h3 {
	font-size: 26px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: -0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}


/***********************EVENT DETAILS PAGE END***************************/


.key-highlights-inner {
	padding: 0px;
	margin: 0px;
}


.key-highlights-inner h5 {
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #0a38a8;
	padding: 0px;
	margin: 0px 0px 14px 0px;
	position: relative;
}

.mission-row-left ul {
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.mission-row-right ul {
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.mission-row-right3 ul {
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.key-highlights-inner h5 span {
	font-weight: 700;
}

.accordion-body ul {
	padding-left: 14px;
}

.accordion-body ul ul {
	padding-left: 14px;
	padding-top: 12px;
}

.accordion-body li {
	list-style: disc !important;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
	letter-spacing: -0.2px;
	margin-bottom: 10px;
}

.accordion-body p,
.accodian-inner-sec-left p {
	margin-bottom: 10px;
}

.accordion-body li::marker {
	top: 0px;
}

.accodian-inner-sec-left li {
	list-style: disc !important;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
	letter-spacing: -0.2px;
	margin-bottom: 10px;
}

.key-highlights-inner h5::before {
	font: normal normal normal 8px/1 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #000;
	margin: -19px 10px 0px 0px;
	top: -3px;
	display: none;
}

.tournaments-card-title {
	margin-bottom: .5rem;
	font-weight: 700;
	margin-top: 30px;
	color: #0a38a8;
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	text-align: center;
}

.card-header h4 {
	font-weight: 600;
	font-size: 17px;
}

.card-footer {
	text-align: center;
}

.tournament-register-section {
	background: url(../images/tournament-blue-tag.png) no-repeat;
	color: #ffffff;
	padding: 38px 167px;
	border-radius: 40px;
	overflow: hidden;
	margin: 30px 0px 42px 0px;
	background-size: 100% 100%;
	line-height: 32px;
	min-height: 173px;
	font-size: 21px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}


.tournament-blue-tagBox h4 {
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.tournament-blue-tagBox h2 {
	font-family: DM Sans;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -1.7000000476837158px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0% 25% 0% 0%;
}

.tournament-blue-tagBox h2 span {
	color: #90C960;
}


.sponsor-donations-section {
	padding: 0px;
	margin: 0px;
}


.sponsor-donations-section h2 {
	font-family: DM Sans;
	font-size: 40px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0px;
	margin: 0px;
}

.sponsor-donations-section-inner {
	margin: 40px 0px;
	padding: 0px;
}

.sponsor-donations-carousel-box {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.sponsor-donations-carousel-box-img {
	padding: 20px 20px;
	background: #FAFAFB;
	border-radius: 10px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	height: 310px;
}

.sponsor-donations-carousel-box-img img {
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0px auto;
	text-align: center;
}


.sponsor-donations-carousel-box-text h4 {
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #24252A;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.sponsor-donations-carousel-box-text p {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #24252A;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.sponsor-donations-carousel-box-text a {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 0px;
}

.sponsor-donations-carousel-box-text a:hover {
	color: #90C960;
}

.sponsor-donations-section-inner .owl-nav {
	display: none;
}


.tournament-regulations-section-box {
	margin: 0px 0px 30px 0px;
}


.tournament-regulations-section-box h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.tournament-regulations-section-box p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-decoration-skip-ink: auto;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.tournament-regulations-section-box p a {
	text-decoration: underline;
	color: #0E50B1;
}


.tournament-regulations-section-box h5 {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
}


.tournament-regulations-section-box h6 {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 5px 0px 0px 26px;
}


.tournament-regulations-section-box h5 span {
	color: #000594;
	margin-right: 10px;
	font-size: 20px;
}


.tournament-regulations-section-box p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 15px 50px 0px 0px;
}

.tournament-regulations-section-box p a {
	color: #000;
	text-decoration: none;
}

.tournament-regulations-section-box p span {
	color: #000594;
	margin-right: 10px;
	font-size: 20px;
}


.textBox.tournament-evlastBox {
	padding: 80px 50px;
}


.textBox.tournament-evlastBox h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
}


.textBox.tournament-evlastBox h5 {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: -0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin: 0px 0px 50px 0px;
}


/* ===================index-page-modify==================================== */


.pennant-box .img-box img {
	height: 360px;
	width: auto;

}


/* ===================index-page-modify==================================== */


.association-club-row {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 45px;
}


.association-club-view a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}


.association-club-tittle h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 0px;
}

.association-club-addr p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0% 20% 0% 0%;
	margin: 0px;
}

.association-club-addr p a {
	color: #000;
}


.association-club-view p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 7px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	gap: 20px;
	vertical-align: middle;
}

.association-club-view p a {
	color: #000;
}


.association-club-view span {
	width: 38px;
	height: 38px;
	background: #000594;
	border-radius: 20px;
	text-align: center;
	position: relative;
	color: #fff;
	padding: 8px;
}


.association-club-number p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 7px;
	margin: 0px;
}


.association-club-number p a {
	color: #000;
}

.association-club-addr span {
	margin: 15px 0px;
}

.lou-sec .lou-wrap .textBox {
	max-width: 100%;
	margin: 20px 10px;
}

.calanderWrap img {
	width: 100%;
}

.tournament-sec .tournament-desc {
	max-width: 100%;
	position: relative;
	padding: 185px 0 0 20px;

}

/*=====================fm-design================================  */


.register-frm-inner {
	padding: 1px 30px 50px;
	margin: 0px;
}

.register-frm-inner h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1.7000000476837158px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding: 0px 0px 60px 0px;
	margin: 0px;
}

.register-frm-inner-row {
	margin: 0px 0px 35px 0px;
	padding: 0px;

}


.register-frm-inner-row .form-group {
	position: relative;
}


.register-frm-inner-row label {
	position: absolute;
	top: -15px;
	left: 10px;
	background: #fff;
	padding: 4px 10px;
	border: 0px solid;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #24252A;
}


.register-frm-inner-row .form-control {
	border: 1px solid #D9E5FF;
	padding: 10px 10px;
	margin: 0px;
	border-radius: 8px;
}


.register-frm-inner-row .form-select {
	border: 1px solid #D9E5FF;
	padding: 10px 10px;
	margin: 0px;
	border-radius: 8px;
}


.payment-opt h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #24252A;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.register-frm-inner .sponsor-butn {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 10px 30px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 40px 0px 0px;
}


.register-frm-inner .sponsor-butn:hover {
	color: #000594;
	background: #fff;
}


.online-registration-frm {
	background: #fff;
	padding: 30px 30px;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	border-radius: 20px;
	margin: 0px;
}


.online-registration-frm h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1.7000000476837158px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding: 0px 0px 60px 0px;
	margin: 0px;
}


.online-registration-frm .form-group {
	margin: 0px 0px 20px 0px;
}


.online-registration-frm .form-group label {
	font-size: 20px;
	padding: 0px 0px 10px 0px;
}


.online-registration-frm .form-group .form-select {
	border: 1px solid #D9E5FF;
	padding: 10px 10px;
	margin: 0px;
	border-radius: 8px;
}


.online-registration-frm .form-group .form-control {
	border: 1px solid #D9E5FF;
	padding: 10px 10px;
	margin: 0px;
	border-radius: 8px;
}


.online-registration-frm p {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
	margin: 20px 0px;
	padding: 0px;
}


.online-registration-frm p a {
	color: #000594;
}

.online-registration-frm p a:hover {
	text-decoration: underline;
}


.online-registration-frm .sponsor-butn {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 10px 30px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 40px 0px 0px;
}


.online-registration-frm .sponsor-butn:hover {
	color: #000594;
	background: #fff;
}


.register-frm-section-inner-left .pennantNavWrap {
	margin: 0px 0px 30px 0px;
}

/*=====================fm-design================================  */

#accordionExample {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
	padding: 0px 10px;
	box-shadow: #080F340F;
}

.accordion {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
	padding: 0px 10px;
	box-shadow: #080F340F;
}

.accordion-item {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}


.accordion-item {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
	margin: 0px 0px;
	border: 0px;
}


.about-vmsa-section #accordionExample {
	border: 0px;
}

.event-list-right-butn-row {
	margin: 60px auto 0px;
	text-align: center;
	display: block;
}


.event-list-right-butn {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	background: transparent;
	color: #24252A;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-transform: capitalize;
	border: 1px solid #000594;
	padding: 12px 36px;
	margin: 0;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

.event-list-right-butn:hover {
	background: #000594;
	color: #fff;
}


.association-club-row-right {
	padding: 0% 0% 0% 1%;
}


.search-container {
	padding: 0px;
	margin: 0px;
	position: relative;
}


.search-container .search-box {
	position: relative;
}


.search-box .form-control {
	border: 1px solid #D9E5FF;
	padding: 15px 25px;
}


.search-label {
	position: absolute;
	top: -24px;
	z-index: 99;
	padding: 10px 10px;
	background: #fff;
	left: 15px;
}

.form-inline.serach-box i {
	position: absolute;
	top: -28px;
	color: #344054;
	right: 10%;
}


.event-details-left.tournament-left {
	margin: 0px;
	padding: 4% 5% 0% 0%;
}


.newsletter-srch .form-control {
	border: 1px solid #D9E5FF;
	padding: 10px 25px;
	border-radius: 8px !important;
	position: relative;
}

.newsletter-srch .form-inline {
	position: relative;
}

.newsletter-srch .form-inline.serach-box i {
	position: absolute;
	top: -26px;
	color: #344054;
	right: 10%;
}


.newsletter-srch .form-inline.serach-box #dateInput {
	color: #1877F2;
}


.media-box.media-box-outer {
	border: 1px solid #cccccc24;
	padding: 20px 20px;
	text-align: center;
	box-shadow: 0px 4px 23.6px -3px #00059433;
}


.media-box.media-box-outer h3 {
	text-align: center;
	margin: 15px 0px 0px;
	padding: 0px;
	color: #000594;
}


.youtube-video {
	width: 100%;
	height: 250px;
}

.youtube-video img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.youtube-video .media-play-icon img {
	width: auto;
	height: auto;
}


.media-box.youtube-media-box h3 {
	position: absolute;
	bottom: 23px;
	background: #ffffffcf;
	width: 100%;
	text-align: center;
	padding: 8px 0px;
	color: #000594;
	margin: 0px auto;
}

.media-box .media-play-icon img {
	width: auto;
	height: auto;
}


.media-box.youtube-media-box {
	box-shadow: 0px 4px 23.6px -16px #00059461;
}


.regioneast-table .table thead tr {
	background: #4e53fd !important;
	font-size: 14px;
}


.regioneast-table tbody tr td {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: #f1f1ff;
	border-top: #d9daff 1px solid;
}

.table {
	text-align: center;
	margin-bottom: 0rem;
}

.table-hover>tbody>tr {
	background: #f1f1ff;
	border-top: #d9daff 1px solid
}

.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: #e0e0fb !important;
}

.titleh3 {
	font-family: DM Sans;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 30px !important;
	letter-spacing: 0;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #05096e !important;
	padding: 10px 18px !important;
	margin: 20px 0px 21px 0px !important;
	background: #f2f2ff70;
	border-bottom: #90c9608c 2px solid;
	border-radius: 6px;
}

.containertext .has-small-font-size {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.regioneast-table table td h6 {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	color: #000;
	font-size: 14px;
	line-height: 26px;
}

.containertext .has-small-font-size {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.inner-pages-section2 {
	padding: 30px 0px;
	margin: 0px;
}

.mission-row2 {
	margin: 0px 0px 60px !important;
}

.mission-row3 {
	/*margin: 60px 0px 0px;*/
	padding: 37px 3px;
}

.contcard {
	margin: 24px 0px;
	padding: 16px 16px;
	position: relative;
	background: #fafaff;
	border: #e4eaff 1px solid;
	border-radius: 8px;
}

.key-highlights-inner ul li {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 20x;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px 0px;
	margin: 0px 0px 10px 20px;
	list-style: circle !important;
}

.abouttop-cardimg {
	width: 100%;
	height: 240px;
	border-radius: 22px;
	overflow: hidden;
}

.abouttop-cardimg img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

td.tablecard01 {
	background: #a3aeff !important;
}

td.tablecard02 {
	background: #99ece9 !important;
}

td.tablecard03 {
	background: #aff3b6 !important;
}

td.tablecard04 {
	background: #f0fb5fa3 !important;
}

td.tablecard05 {
	background: #f8a8af !important
}

td.tablecard11 {
	background: #ff72a2 !important;
}

.regioneast-table .table tr td:first-child {
    text-align: left;
}
 
 
.regioneast-table .table tr td:nth-child(2) {
    text-align: left;
}

.vmsa-btns-wrapper {
	height: 100%;
	margin-top: 45px;
}

.codespace {
	height: 6px;
	background: transparent;
	margin: 31px 0px;
	position: relative;
	border-bottom: #e8e8e8 1px solid;
}

.sponsor-logo-wrap img {
	border-radius: 12px;
}

.fixtures-final-datelist {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	row-gap: 3px;
}

ul.fixtures-final-datelist li {
	list-style: inside !important;
}

.mission-row ul li {
	font-size: 16px;
	list-style: disc !important;
}

.vmsa-content-wrap {
	text-align: left;
	padding: 20px 42px;
}

.vmsa-content-wrap p {
	margin: 10px 0;
}

.vmsa-content-wrap ul {
	padding-left: 15px;

}

.vmsa-content-wrap li {
	list-style: disc !important;
	line-height: 25px;
	font-size: 16px;
	padding-right: 25px;
}

.pricing-type-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 35px;
}

.pricing-type-wrap h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 0px;
}

.number-section-row-textBox .btn {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000594;
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	gap: 10px;
	border: 1px solid #000594;
	background: #fff;
	padding: 9px 24px;
	transition: all 300msease-in-out;
	margin-top: 5px;
}

.number-section-row-textBox a.btn:hover {
	background: #000594;
	color: #fff;
}

/* .number-section-row-textBox .btn {
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
	color: #000594;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 2px solid #90c961;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top: 10px;
} */

.single-product .user-registration {
	margin: 50px 0px 37px 34% !important;
	padding: 20px 20px !important;
	max-width: 636px !important;
}

.single-product .input-text,
.single-product select {
	padding: 12px 12px !important;
	border: var(--wc-form-border-width) solid rgba(185, 180, 180, 0.8) !important;
	border-radius: 6px !important;
}

.single-product .value select {
	padding: 12px 12px !important;
	border: var(--wc-form-border-width) solid rgba(185, 180, 180, 0.8) !important;
	margin-bottom: 15px !important;
	border-radius: 6px !important;
}

.single-product .ur-field-item input {
	padding: 12px 12px !important;
	border: var(--wc-form-border-width) solid rgba(185, 180, 180, 0.8) !important;
	border-radius: 6px !important;
	width: 100%;
}

.single-product .user-registration ul {
	list-style: none;
	display: flex !important;
	align-items: center !important;
	justify-content: start !important;
	gap: 19px !important;
}

.single-product .user-registration li {
	display: flex !important;
	align-items: center !important;
	justify-content: start !important;
	gap: 6px !important;
}

.single-product .user-registration li input {
	width: auto !important;
}

.single-product bdi {
	color: #000594;
	font-weight: 600;
	text-align: left;
	float: unset;
	padding-right: 347px;
}

.single-product .single_variation_wrap .single_add_to_cart_button {
	background: #000594 !important;
	border-radius: 8px !important;
	padding: 14px !important;
	width: 128px !important;
	margin: 0px 215px 0px 0px !important;
	float: right !important;
}

.single-product .button {
	float: unset !important;
}

.single-product .single_variation_wrap {
	text-align: center !important;
}

.single-product .single_variation_wrap label {
	line-height: 24px !important;
	text-align: left !important;
}

.single-product .woocommerce-product-details__short-description {
	margin-bottom: 46px;
	text-align: center;
}

.single-product .product_title {
	text-align: center !important;
	font-weight: 600 !important;
	margin-bottom: 10px !important;
}


.tour-detailcard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	background: #f3f7ff !important;
	border-radius: 20px;
	border: 0px;
}

.tour-detailcard h6 {
	font-family: DM Sans;
	font-size: 17px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #000594;
	padding: 0px 0px;
	margin: 0px 0px 13px 0px;
	position: relative;
	text-transform: uppercase;
}

.tour-detailcard h5 {
	font-family: DM Sans;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	width: 90%;
	padding: 18px 26px;
	margin: 0px 0px 14px 0px;
	position: relative;
	background: #fff;
	border-radius: 20px;
}

.detailcardtop {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.detailcardtop ul {
	margin: 0px 0px;
	padding: 0px 12px;
	position: relative;
}

.detailcardtop li {
	margin: 1px 0px;
	padding: 15px 0px !important;
	position: relative;
	color: #000000;
	font-size: 17px;
	font-weight: 400;
	list-style: none;
	border-bottom: #C4C6C8 1px solid;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 9px;
}

.detailcardtop02 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.detailcardtop02 ul {
	margin: 0px 0px;
	padding: 15px 30px;
	position: relative;
}

.detailcardtop02 li {
	margin: 8px 0px;
	padding: 0px 0px !important;
	position: relative;
	color: #000000;
	font-size: 17px;
	font-weight: 400;
	list-style: disc !important;
	line-height: 22px;
}

.eventshighlightcard {
	margin: 38px 0px 8px 0px;
	padding: 10px 10px !important;
	background: #fff;
	width: 100%;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	padding: 20px;
	border-radius: 20px;
}

.highlightscard-title {
	background: #90C960;
	font-size: 25px;
	font-weight: 600;
	padding: 9px 26px;
	margin: 10px 0px 25px -39px;
	position: relative;
	border-radius: 13px;
	color: #fff;
	width: 440px;
	text-align: center;

}

.eventshighlightcard p {
	font-family: DM Sans;
	margin: 0px 0px 0px 15px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 26px;
	color: #000000;
}

.eventshighlightcard ul {
	margin: 0px 0px;
	padding: 0px 30px;
	position: relative;
}

.eventshighlightcard li {
	margin: 7px 0px;
	padding: 0px 0px !important;
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	list-style: disc !important;
	line-height: 22px;
}

.highlightcard-img {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.highlightcard-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tournamentcards {
	margin: 38px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	background: transparent;
	width: 100%;
	border: 0px;
}

.tournamentcards-img {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.tournamentcards-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tournamentcards-title {
	font-family: DM Sans;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding: 15px 26px;
	margin: 0px 0px 14px 0px;
	position: relative;
	background: #fff;
	border-radius: 20px;
	border: #d3e3df8a 1px solid;
}

.tournamentcards ul {
	margin: 0px 0px;
	padding: 0px 30px;
	position: relative;
}

.tournamentcards li {
	margin: 0px 0px 24px 0px;
	padding: 0px 0px !important;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: start;
	gap: 13px;
}

.tournamentcards li.last::after {
	display: none;
}

.tournamentcards li::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	color: #000;
	left: 23px;
	top: 45px;
	bottom: 0px;
	background: transparent;
	border: #000 dotted 1px;
	z-index: 1;
}

.tournamentcards-icon {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	background: #90C960;
	width: 50px;
	height: 50px;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 2;
}

.tournamentcards-text {
	margin: 0px 0px;
	padding: 12px 12px;
	position: relative;
	background: #D9E5FF4A;
	border-radius: 12px;
	width: 91%;
}

.tournamentcards-text ul {
	margin: 0px 0px;
	padding: 0px 9px;
	position: relative;
}

.tournamentcards-text li {
	margin: 7px 0px;
	padding: 0px 0px 0px 13px !important;
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	list-style: disc !important;
	line-height: 22px;
}

.tournamentcards-text li::after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	color: #000;
	left: 0px;
	top: 9px;
	border-radius: 50%;
	background: #000;
	border: #000 dotted 1px;
	z-index: 1;
}

.tournamentcards-text p {
	font-family: DM Sans;
	margin: 0px 15px 0px 15px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 26px;
	color: #000000;
}

.providediscountcard {
	margin: 0px 0px 25px 0px;
	padding: 37px 48px;
	position: relative;
	width: 100%;
	background: #F3F7FF;
	border-radius: 30px;
}

.discountarrow01 {
	position: absolute;
	right: 0px;
	top: 0px;
}

.providediscountcard h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0px 0px 14px 0px;
	width: 100%;
}

.providediscountcard p {
	font-family: DM Sans;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 29px;
	color: #000000;
	width: 68%;
}

.providediscountcard-title {
	font-family: DM Sans;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding: 15px 26px;
	margin: 0px 0px 14px 0px;
	position: relative;
	background: #fff;
	border-radius: 20px;
	border: #d3e3df8a 1px solid;
}

.earlybird-contain {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.earlybirdcard {
	background: #fff;
	width: 100%;
	box-shadow: 0px 4px 21.6px -3px #00059424;
	padding: 0px;
	border-radius: 20px;
	position: relative;
	min-height: 405px;
	margin-bottom: 26px
}

.earlybirdcard h6 {
	margin: 0px 0px 6px 0px !important;
	padding: 0px 20px 0px 20px;
	position: relative;
	font-size: 19px !important;
	line-height: 25px !important;
	font-weight: 600;
}

.earlybirdcard p {
	margin: 0px 0px 15px 0px !important;
	padding: 0px 20px 0px 20px;
	position: relative;
	font-size: 17px !important;
	line-height: 24px !important;
}

.earlybirdcard ul {
	margin: 0px 0px;
	padding: 0px 24px 15px 37px;
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	list-style: disc !important;
	line-height: 22px;
}

.earlybirdcard li {
	margin: 8px 0px;
	padding: 0px 0px !important;
	position: relative;
	color: #000000;
	font-size: 17px;
	font-weight: 400;
	list-style: disc !important;
	line-height: 23px;
}

.headtitle {
	padding: 15px 17px;
	margin: 0px 0px 15px 0px;
	position: relative;
	background: #1877F2;
	border-radius: 14px;
	font-family: DM Sans;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 83px;
}

.headtitle02 {
	background: #90C960;
}

.headbottom02 {
	background: #DFFBC863 !important;
}

.headbottom {
	padding: 12px 17px;
	left: 0px;
	position: absolute;
	background: #1877F20D;
	border-radius: 21px;
	font-family: DM Sans;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #393838;
	bottom: 0px;
	right: 0px;
	min-height: 50px;
}

.informationqueriecard p {
	font-family: DM Sans;
	margin: 0px 0px 23px 0px;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 23px;
	color: #000000;
}

.queriecard-contain {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}

.queriecard {
	background: #fff;
	width: 33.7%;
	box-shadow: 0px 4px 21.6px -3px #00059424;
	padding: 0px;
	border-radius: 20px;
	position: relative;
	min-height: 273px;
	margin-bottom: 29px;
}

.queriecardimg {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 204px;
	overflow: hidden;
	border-radius: 13px;
}

.queriecardimg img {
	width: 100%;
	/*	height: 100%;*/
	object-fit: cover;
}

.queriecard h6 {
	font-family: DM Sans;
	margin: 0px 0px 0px 0px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 29px;
	color: #000000;
	text-align: center;
	width: 100%;
}

.queriecard h6 a {
	color: #000000;
	text-decoration: none;
}

.queriecard h6 a:hover {
	color: #000000;
	text-decoration: underline;
}

.contbtn {
	padding: 11px 28px;
	background: #000594;
	position: relative;
	color: #fff;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
}

.contbtn:hover {
	color: #fff;
	background: #000594;
}

.sponsordonationcard {
	margin: 0px 0px;
	padding: 60px 0px 40px 0px;
	position: relative;
	width: 100%;
}

.sponsordonationcard h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 55px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0px;
	margin-bottom: 25px;
}

.sponsordonation-containe {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 39px;
}

.sponsorcard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.sponsorcard h5 {
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: #24252A;
	padding: 0px 0px;
	margin: 0px 0px 2px 0px;
	position: relative;
	text-transform: uppercase;
}

.sponsorcard h4 {
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #000000;
	padding: 0px 0px;
	margin: 0px 0px 6px 0px;
	position: relative;
}

.sponsorcard h6 {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #000594;
	padding: 0px 0px;
	margin: 0px 0px 13px 0px;
	position: relative;
	text-transform: uppercase;
}

.sponsorcard h6 a {
	color: #000594;
	text-decoration: none;
}

.sponsorcard h6 a:hover {
	color: #000594;
	text-decoration: underline;
}

.sponsorcardimg {
	margin: 0px 0px 20px 0px;
	padding: 23px 23px;
	position: relative;
	background: #fafafb;
	width: 100%;
	height: 280px;
	border-radius: 15px;
	overflow: hidden;
}

.sponsorcardimg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sponsorscard {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 23.6px -3px #00059433 inset;
	padding: 18px 29px;
	border-radius: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sponsorscard h2 {
	font-family: DM Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0;
	text-align: left;
	color: #1A1A1A;
	padding: 0px;
	margin: 0px 0px;
}

.sponsor-btn {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 16px 15px 16px 22px;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	position: relative;
	width: 208px;
	cursor: pointer;
}

.sponsor-btn:hover {
	color: #fff;
	background: #0e14ca;
	border: 1px solid #0e14ca;
	cursor: pointer;
}

.sponsorscard-content {
	margin: 30px 0px 6px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 39px;
}

.plogo-sponsorscard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	background: #fafafb;
	width: 100%;
	height: 176px;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plogo-sponsorscard img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tour-detailcardarrow {
	position: absolute;
	top: 52px;
	right: 15px;
	width: 89px;
}


.entriesreceivedtab {
	margin: 0px 0px;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 100%;
	background: #f3f7ff !important;
	border-radius: 20px;
	border: 0px;
}



.entriecard01 .table tbody tr:nth-child(even) td {
	padding-top: 0;
	padding-bottom: 0;
}

.entriecard01 .table tbody tr:nth-child(even) td span {
	background: #f9fbff;

}

.entriecard01 table {
	background: transparent !important;
}

.entriecard01 table thead tr th {
	background-color: #f3f7ff;
	padding: 0 0 15px;
	min-width: 33.333333%;
	border-bottom: none;
}

.entriecard01 table thead tr th span {
	display: block;
	background: #000594;
	padding: 16px 16px;
	text-align: left;
}

.entriecard01 table thead tr th:first-child span {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.entriecard01 table thead tr th:last-child span {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.entriecard01 table tbody tr td {
	background-color: #fff;
	padding: 0px 0;
	min-width: 33.333333%;
	border-top: #d9daff 0px solid;
}

.entriecard01 table tbody tr td span {
	display: block;
	background: #ffffff;
	padding: 8px 10px;
	text-align: left;
}

.entriecard01 table tbody tr:first-child td:first-child {
	border-top-left-radius: 10px;
}

.entriecard01 table tbody tr:first-child td:last-child {
	border-top-right-radius: 10px;
}

.entriecard01 table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.entriecard01 table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}


.entriecard01 table tbody tr td:first-child span {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.entriecard01 table tbody tr td:last-child span {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.entriecard01 table tbody tr td:first-child {
	padding-left: 6px;
}

.entriecard01 table tbody tr td:last-child {
	padding-right: 6px;
}

.entriesreceivedtab h3 {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #000594;
	padding: 0px 0px;
	margin: 0px 0px 13px 0px;
	position: relative;
	text-transform: uppercase;
}

.cntriescard-title {
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	width: 90%;
	padding: 13px 26px;
	margin: 0px 0px 30px 0px;
	position: relative;
	background: #fff;
	border-radius: 17px;
}

.results-container {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.resultscard-top {
	margin: 0px 0px 20px 0px;
	padding: 15px 23px;
	position: relative;
	width: 100%;
	background: #000594;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: start
}

.resultscard-top h2 {
	padding: 0px 0px;
	margin: 0px 0px;
	position: relative;
	width: 33.3%;
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	color: #fff;
}

.resultscard-top {
	margin: 0px 0px 20px 0px;
	padding: 15px 23px;
	position: relative;
	width: 100%;
	background: #000594;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: start
}

.resultscard-container {
	margin: 0px 0px 20px 0px;
	padding: 15px 15px;
	position: relative;
	width: 100%;
	background: #ffffff;
	border-radius: 20px;
}

.sectionscard01 {
	margin: 0px 0px;
	padding: 4px 4px;
	position: relative;
	width: 100%;
	background: #ffffff;
	display: flex;
	justify-content: start;
	gap: 16px;
}

.sectionscard-left {
	margin: 0px 0px;
	padding: 4px 14px;
	position: relative;
	width: 33.3%;
	background: transparent;
}

.sectionscard-right {
	margin: 0px 0px;
	padding: 4px 14px;
	position: relative;
	width: 66.6%;
	background: transparent;
}

.sectionscard01 h6 {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0;
	text-align: left;
	color: #000000;
	padding: 0px;
	margin: 13px 0px;
}

.sectionscardimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 154px;
	overflow: hidden;
	border-radius: 12px;
}

.sectionscardimg img {
	width: 100%;
	height: auto;
/*	object-fit: cover;*/
}

.winnercard {
	margin: 0px 0px;
	padding: 12px 8px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	border-bottom: #A0A3A596 1px solid;
}

.winnercard.last {
	border-bottom: #A0A3A596 0px solid;
}

.winnercard h3 {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0;
	text-align: left;
	color: #000000;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
	width: 50%;
}

.winnercard h4 {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0;
	text-align: left;
	color: #000000;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
	width: 50%;
}

.sectionscard02 {
	margin: 0px 0px;
	padding: 4px 4px;
	position: relative;
	width: 100%;
	background: #f3f7ff;
	border-radius: 10px;
}


.conditioninformation-sect {
	margin: 0px 0px;
	padding: 30px 0px 80px 0px;
	position: relative;
}

.condinformation {
	background: #fff;
	width: auto;
	box-shadow: 0px 4px 21.6px -3px #00059424;
	padding: 12px;
	border-radius: 20px;
	position: relative;
	min-height: 187px;
	margin-bottom: 26px;
}

.condinfoleft {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.condinfoimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 161px;
	overflow: hidden;
	border-radius: 13px;
}

.condinfoimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.condinfoimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.condinforight {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.condinforight h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 32px;
	font-weight: 600;
	line-height: 55px;
	color: #000000;
}

.condinfotext01 {
	margin: 0px 0px;
	padding: 6px 0px;
	position: relative;
	width: 100%;
	border-bottom: #A0A3A58C 1px solid;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 22px;
}

.condinfotext01 h6 {
	margin: 0px 0px;
	padding: 5px 22px 5px 0px;
	position: relative;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
	border-right: #A0A3A58C 1px solid;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
}

.condinfotext01 h6.last {
	border-right: #A0A3A5 0px solid;
}

.condinfotext02 {
	margin: 0px 0px;
	padding: 16px 16px 16px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.condinfotext02 h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	color: #1A1A1A;
}

.condinfotext02 h4 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #000594;
}

.condinfotext02 h4 a {
	color: #000594;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
	text-transform: uppercase;
}

.condinfotext02 h4 a:hover {
	color: #000594;
	text-decoration: none;
}

.form-btn-wrap {
	display: flex;
	justify-content: space-between;
}


.confirmdetail-sect {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.confirmdetail-sect h1 {
	margin: 87px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 30px;
	font-weight: 700;
	line-height: 55px;
	color: #65C117;
	;
}

.confirmdetail-sect h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 55px;
	color: #1A1A1A;
}

.confirmdetailform {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.detailform2 {
	display: flex;
	align-items: center;
	justify-content: end;
}

.detailform {
	margin: 37px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.detailform3 {
	margin: 20px 0px 24px 0px;
	padding: 0px 0px;
	position: relative;
}

.detailform3 .form-check-inline {
	margin-right: 0px;
}

.detailform3 .form-check-label {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}

.detailform3 .form-check-input {
	width: 21px;
	height: 21px;
	margin-top: 0px;
}

.detailform3 .form-check-input:checked {
	background-color: #000594;
	border-color: #000594;
}

.detailform label {
	position: absolute;
	font-size: 16px;
	color: #24252A;
	font-weight: 400;
	background: #fff;
	padding: 6px 12px;
	top: -20px;
	left: 18px;
}

.detailform .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #151861;
	background: transparent;
	background-clip: padding-box;
	border: 1px solid #D9E5FF;
	border-radius: 8px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.detailform input::placeholder {
	color: #151861;
}

.submbtn {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 16px 28px 16px 85px;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	position: relative;
	width: 292px;
}

.submbtn:hover {
	color: #fff;
	background: #0e14ca;
	border: 1px solid #0e14ca;
	cursor: pointer;
}

.continuebtn {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 14px 20px;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	position: relative;
	width: auto;
	cursor: pointer;
}

.continuebtn:hover {
	color: #fff;
	background: #0e14ca;
	border: 1px solid #0e14ca;
	cursor: pointer;
}

.submbackbtn {
  font-size: 18px; }

.availablplaycard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.playcardimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 13px;
}

.playcardimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.playcardimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.playcardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
}

.confirmdetail-sect h3 {
	margin: 0px 0px 34px 0px;
	padding: 0px 12%;
	position: relative;
	font-size: 40px;
	font-weight: 700;
	line-height: 46px;
	color: #1A1A1A;
}

.playcardbtn {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.yesbtn {
	padding: 11px 56px;
	background: #000594;
	position: relative;
	color: #fff;
	border-radius: 8px;
	font-size: 19px;
	font-weight: 600;
}

/* .yesbtn:hover{
	color: #fff;
	background: #0a10b9;
    } */
.yesbtn .form-check {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 1%;
	right: 1%;
}

.nobtn .form-check {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 1%;
	right: 1%;
}

.nobtn {
	padding: 11px 56px;
	background: #E8F2FE;
	position: relative;
	color: #000000;
	border-radius: 8px;
	font-size: 19px;
	font-weight: 600;
}

/* .nobtn:hover{
	color: #fff;
	background: #000594;
    } */
.playcardbtn02 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.socialeventcard-sect {
	margin: 47px 0px;
	padding: 0px 0px;
	position: relative;
}

.socialeventcard-left {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.socialeventcard-title {
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #1A1A1A;
	padding: 15px 26px;
	margin: 0px 0px 28px 0px;
	position: relative;
	background: #fff;
	border-radius: 20px;
	border: #d3e3df8a 1px solid;
}

.eventdetails {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px;
	position: relative;
}

.eventdetail-img {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 197px;
	overflow: hidden;
	border-radius: 13px;
}

.eventdetail-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.eventdetail-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.eventdetail-text {
	margin: 0px 0px;
	padding: 0px 0px 0px 23px;
	position: relative;
	width: 100%;
}

.eventdetail-text h6 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #24252A;
}

.eventdetail-text p {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
}

.socialeventcard-right {
	margin: 0px 0px;
	padding: 50px 30px 30px 30px;
	position: relative;
	background: #F3F7FF;
	border-radius: 35px;
}

.eventcard-text2 {
	border-bottom: 0px !important;
	margin-top: 44px !important;
}

.eventcard-text {
	margin: 0px 0px 4px 0px;
	padding: 10px 6px;
	position: relative;
	width: 100%;
	border-bottom: #A0A3A58C 1px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0px;
}

.eventcard-text h6 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
}

.eventcard-text h4 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #000000;
}

.eventcard-text h4 span {
	font-size: 25px;
}

.eventdetail-text .form-check-inline {
	display: inline-block;
	margin-right: 13px;
}

.eventdetail-text .form-check-label {
	gap: 9px;
	display: flex;
	align-items: center;
	justify-content: start;
	font-size: 18px;
	font-weight: 400;
}

.eventdetail-text .form-check-input {
	margin-top: 0px;
	background-color: #D9D9D9;
	border: 1px solid #D9D9D9;
}

.eventdetail-text .form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}


.playcardbtn-new {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
}

.playcardbtn-new section {
	flex-direction: row !important;
	padding: 0px 0px;
	margin: 0px;
	text-align: center;
	border-radius: .5em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;

	@media(min-width: 1300px) {
		flex-direction: column;
	}
}

.playcardbtn-new h1 {
	margin-bottom: 0;
	font-weight: bold;
}

.playcardbtn-new h2 {
	margin-bottom: 3rem;
	font-weight: 400;
}

.playcardbtn-new form {
	max-width: 40em;
	width: 100%;
	margin: auto auto 1em auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(1rem, 10rem));
	grid-gap: 1rem;
}

.playcardbtn-new fieldset {
	padding: 0;
	border: 0;
	width: 24%;
	position: relative;
	display: grid;
	grid-template-rows: 1fr;
}

.playcardbtn-new label {
	text-transform: unset;
	letter-spacing: .1rem;
	background: #E8F2FE;
	text-align: center;
	padding: 11px 22px;
	cursor: pointer;
	width: 100%;
	border-radius: .5rem;
	border: 1px solid #E8F2FE;
	position: relative;
	z-index: 1;
	font-size: 19px;
	font-weight: 500;
}

.playcardbtn-new label:hover {
	background: #000594;
	color: #fff;
}

.playcardbtn-new input[type="radio"] {
	visibility: hidden;
	position: absolute;
	cursor: pointer;
}

.playcardbtn-new input[type="radio"]:checked {
	~label {
		background: #000594;
		color: white;
		/* box-shadow: 0 0.2em 0.45em 0.1em rgba(0,0,0, 0.4); */
		/* transform: scale(1.25); */
		/* animation: checked 200ms 1; */
		border: 1px solid darken(#56b056, 10%);
		position: relative;
		z-index: 5;
	}

	~.animal {
		top: -2.75rem;
		transition: all 200ms ease-in-out;
		z-index: 0;

	}
}

@-webkit-keyframes checked {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.25);
	}
}


.playcardbtn-new .animal {
	margin: auto;
	grid-row: span 2 / 3;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	transition: all 200ms ease-in-out;
	font-size: 3rem;
	/* /Chrome needs a margin-left: -50% too for some reason. Working on that. */
}

.tourcard .modal-header {
	padding: 0;
	border-bottom: 0px solid #dee2e6;
}

.tourcard .modal-header .btn-close {
	top: -25px;
	position: absolute;
	right: -25px;
	z-index: 9;
	background-color: #ffffff;
	border-radius: 50%;
	padding: 11px;
}

.memberregcard {
	margin: 0px 0px;
	padding: 40px 30px 20px 30px;
	position: relative;
	background-image: linear-gradient(#0E50B1, #000594);
	border-radius: 25px;
	min-height: 217px;
}

.memberregcard-arrow {
	position: absolute;
	right: 0px;
	top: 0px;
}

.memberregcard h2 {
	font-family: DM Sans;
	font-size: 25px;
	font-weight: 300;
	line-height: 28px;
	text-align: left;
	color: #ffffff;
	padding: 0px 0px;
	margin: 0px 0px 12px 0px;
	position: relative;
	background: transparent;
}

.memberregcard h2 span {
	display: block;
}

.memberregcard h4 {
	font-family: DM Sans;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #ffffff;
	padding: 0px 0px 25px 0px;
	margin: 0px 0px;
	position: relative;
	background: transparent;
}

.memberregcard h4 a {
	color: #ffffff;
	text-decoration: none;
}

.memberregcard h4 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.clickhere-btn {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #90C960;
	border: 1px solid #90C960;
	border-radius: 9px;
	padding: 13px 22px;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	position: relative;
	width: 100%;
}

.clickhere-btn:hover {
	color: #fff;
	background: #72cb26;
	border: 1px solid #72cb26;
	cursor: pointer;
}

.memberregcard-text {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.memberregcard-text h3 {
	margin: 0px 0px 6px 0px;
	padding: 0px 0%;
	position: relative;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 46px;
	color: #1A1A1A;
}

.memberregcard-text p {
	font-family: DM Sans;
	margin: 0px 0px 23px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2px;
	line-height: 23px;
	color: rgb(0, 0, 0);
}

.blue-btn-wrap2 {
	padding: 8px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 12px;
}

.blue-btn-wrap2 .bluebtnyes {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #ffffff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 11px 35px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.blue-btn-wrap2 .bluebtnyes.bigbtn {
	font-size: 23px !important;
	padding: 16px 119px !important;
}

.blue-btn-wrap2 .bluebtnno {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000000;
	background: #E8F2FE;
	border: 1px solid #E8F2FE;
	border-radius: 8px;
	padding: 11px 35px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.masterstourn {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	position: relative;
}

.masterstourn h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 34px;
	text-align: left;
	color: #000594;
	margin: 15px 0px 7px 0px;
	text-transform: uppercase;
}

.masterstourn-link {
	margin: 0px 0px;
	padding: 9px 0px;
	position: relative;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	border-bottom: #A0A3A5 1px solid;
	display: flex;
	justify-content: start;
	gap: 9px;
}

.masterstourn-link.last {
	border-bottom: #A0A3A5 0px solid;
}

.masterstourn-link h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 17px;
	color: #000000;
	font-weight: 400;
	width: 65%;
	line-height: 23px;
}

.linkicon {
	width: auto;
}

.linkicon img {
	width: 12px;
	object-fit: contain;
}

.viewschedule-btn {
	padding: 13px 28px;
	background: #90C960;
	position: relative;
	color: #fff;
	border-radius: 8px;
	font-size: 19px;
	font-weight: 600;
	width: 100%;
	display: block;
	margin-bottom: 14px;
}

.viewschedule-btn:hover {
	background: #8FD952;
	color: #fff;
}

.container-fluid02 {
	padding: 0px 50px 0px 0px !important;
}

.viewschedulecard {
	margin: 26px 0px 12px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
}

.sponsor-btn02 {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border: 1px solid #000594;
	border-radius: 8px;
	padding: 16px 15px 16px 22px;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	position: relative;
	width: auto;
	cursor: pointer;
}

.sponsor-btn02:hover {
	color: #fff;
	background: #0e14ca;
	border: 1px solid #0e14ca;
	cursor: pointer;
}

.thanktop-section {
	margin: 60px 0px 16px 0px;
	padding: 40px 40px;
	position: relative;
	background: #000594;
	border-radius: 24px;
	text-align: center;
}

.thanktop-icon {
	margin: -88px auto 25px auto;
	padding: 0px 0px;
	position: relative;
	background: #90C960;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	color: #ffffff;
	border: #fff 6px solid;
	font-size: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.thanktop-section h1 {
	margin: 0px 0px 11px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
}

.thanktop-section p {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 25px;
}

.thankyouleft {
	margin: 0px 0px;
	padding: 18px 28px;
	position: relative;
	width: 100%;
	background: #f3f7ff !important;
	border-radius: 20px;
	border: 0px;
}

.thankyou-detailcardarrow {
	position: absolute;
	top: 52px;
	right: 15px;
	width: 89px;
}

.thankyouleft h6 {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #000594;
	padding: 0px 0px;
	margin: 0px 0px 13px 0px;
	position: relative;
	text-transform: uppercase;
}

.thankyouleft h5 {
	font-family: DM Sans;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	width: 90%;
	padding: 15px 26px;
	margin: 0px 0px 14px 0px;
	position: relative;
	background: #fff;
	border-radius: 17px;
}

.thankyouleft ul {
	margin: 0px 0px;
	padding: 0px 12px;
	position: relative;
}

.thankyouleft li {
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 10px 0px !important;
	position: relative;
	color: #000000;
	font-size: 17px;
	font-weight: 600;
	list-style: none;
	border-bottom: #C4C6C8 1px solid;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 6px;
}

.thankyouleft li.last {
	border-bottom: #C4C6C8 0px solid !important;
}

.thankyouleft li span {
	font-weight: 400;
}

.thankyouright {
	margin: 0px 0px;
	padding: 18px 28px;
	position: relative;
	width: 100%;
	background: #f3f7ff !important;
	border-radius: 20px;
	border: 0px;
}

.thankyouright h6 {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #000594;
	padding: 0px 0px;
	margin: 0px 0px 13px 0px;
	position: relative;
	text-transform: uppercase;
}

.thankyouright ul {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.thankyouright li {
	margin: 0px 0px 0px 0px;
	padding: 13px 7px 10px 7px !important;
	position: relative;
	color: #000000;
	font-size: 17px;
	font-weight: 400;
	list-style: none;
	border-bottom: #C4C6C8 1px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
}

.thankyouright li.last {
	border-bottom: #C4C6C8 0px solid !important;
}

.thankyouright li span {
	font-weight: 600;
	text-align: right;
}

.payment-text {
	font-size: 19px
}

.ty-whatsnext-contentwrap .eventshighlightcard {
	padding: 30px 31px !important;
}

.ty-whatsnext-contentwrap .eventshighlightcard p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #000000;
}

.ty-whatsnext-contentwrap .eventshighlightcard h2 {
	margin: 17px 0px;
	padding: 14px 23px;
	background: #F3F7FF;
	font-size: 24px;
	color: #041C9D;
	border-radius: 10px;
	font-weight: 600;
}

.ty-whatsnext-contentwrap .eventshighlightcard h4 {
	margin: 31px 0px;
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;
	color: #000000;
}

.ty-whatsnext-contentwrap .eventshighlightcard ul {
	margin: 0px 0px;
	padding: 0px 30px;
	position: relative;
}

.ty-whatsnext-contentwrap .eventshighlightcard li {
	margin: 15px 0px;
	padding: 0px 0px 0px 38px !important;
	position: relative;
	color: #000000;
	font-size: 17px;
	font-weight: 400;
	list-style: none !important;
	line-height: 30px;
}

.ty-whatsnext-contentwrap .eventshighlightcard li a {
	color: #000000;
	text-decoration: underline;
}

.ty-whatsnext-contentwrap .eventshighlightcard li a:hover {
	color: #000000;
	text-decoration: none;
}

.ty-whatsnext-contentwrap .eventshighlightcard li::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(https://vmsa.wwddigital.com/wp-content/uploads/2025/06/Success.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	top: 4px;
	bottom: 0px;
}

.downloadprofile-btn {
	margin: 0px 0px;
	padding: 20px 0px 40px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

.downloadpro {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border-radius: 10px;
	padding: 15px 42px;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	position: relative;
	width: auto;
	cursor: pointer;
}

.downloadpro:hover {
	color: #fff;
	background: #0e14ca;
	cursor: pointer;
}

.editpro {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #90C960;
	border-radius: 10px;
	padding: 15px 42px;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 38px;
	justify-content: space-between;
	position: relative;
	width: auto;
	cursor: pointer;
}

.editpro:hover {
	color: #ffffff;
	background: #77D22A;
	cursor: pointer;
}

.userprofilearrow {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
}

.userprofilearrow img {
	width: 100%;
}

.userprofile-secti {
	margin: 0px 0px;
	padding: 15px 29px 59px 29px;
	position: relative;
	background: #fff;
	width: 100%;
	min-height: 500px;
	border-radius: 20px;
	margin-bottom: 29px;
	box-shadow: 0px 4px 23.6px -3px #00059433;
}

/* .userprofile-secti::after{
	content: "";
	position: absolute;
    width: 100%;
	background: #000594;
	height: 300px;
    bottom: 0px;
	z-index: 999;
     } */
.userprofile_logo {
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
	width: 300px;
}

.userprofilearrow img {
	width: 100%;
}

.userprofiletop_card {
	margin: 0px auto;
	padding: 34px 0px;
	position: relative;
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 33px;
}

.userprofiletop_cardimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
}

.userprofiletop_cardimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.userprofiletop_cardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
}

.userprofiletop_cardtext h2 {
	padding: 3px 0px;
	margin: 0px 0px;
	position: relative;
	font-family: DM Sans;
	font-size: 44px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	width: auto;
	border-radius: 11px;
}

.userprofiletop_cardtext h5 {
	padding: 13px 0px 19px 0px;
	margin: 0px 0px;
	position: relative;
	font-family: DM Sans;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #151861;
	width: auto;
	border-radius: 17px;
}

.membersincecard {
	margin: 0px 0px;
	padding: 0px 0px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 12px;
}

.myprofiletab-secti {
	margin: 0px 0px 24px 0px;
	padding: 10px 25px 25px 25px;
	position: relative;
	width: 100%;
	background: #f3f7ff !important;
	border-radius: 20px;
	border: 0px;
	z-index: 9;
}

.myprofiletab-secti h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.02em;
	text-align: left;
	text-transform: uppercase;
	color: #000594;
	padding: 0px 0px 4px 5px;
	width: 100%;
}

.myprofiletab-secti h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0px 0px 14px 0px;
	width: 100%;
}

.myprofiletabcard {
	margin: 0px 0px;
	padding: 18px 23px;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 23.6px -3px #00059433;
}

.myprofiltext01 {
	margin: 0px 0px;
	padding: 6px 0px;
	position: relative;
	width: 100%;
	border-bottom: #A0A3A58C 1px solid;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 22px;
}

.myprofiltext01.last {
	border-bottom: #A0A3A58C 0px solid;
}

.myprofiltext01 h6 {
	margin: 0px 0px;
	padding: 8px 22px 8px 0px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #0D0F4A;
	border-right: #A0A3A58C 1px solid;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
	min-width: 28%;
}

.myprofiltext01 h6.last {
	border-right: #A0A3A58C 0px solid;
}

.myprofiltext01 h6 span {
	font-weight: 800;
	line-height: 20px;
	color: #0D0F4A;
}

.myprofiltext01 h5 {
	margin: 0px 0px;
	padding: 8px 22px 8px 0px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #0D0F4A;
	border-right: #A0A3A58C 1px solid;
	min-width: 38%;
}

.myprofiltext01 h5.last {
	border-right: #A0A3A58C 0px solid;
}

.myprofiltext01 h5 span {
	font-weight: 800;
	color: #0D0F4A;
	display: block;
}

.adaptabletext {
	margin-top: 13px;
}

.myprofiltext01 h4 {
	margin: 0px 0px;
	padding: 8px 22px 8px 0px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #0D0F4A;
	width: 100%;
}

.myprofiltext01 h4.last {
	border-right: #A0A3A58C 0px solid;
}

.myprofiltext01 h4 span {
	font-weight: 800;
	color: #0D0F4A;
	display: block;
	text-transform: capitalize;
}

.skillscard-secti {
	margin: 0px 0px;
	padding: 0px 0px 0px 17px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 11px;
	flex-wrap: wrap;
}

.killscard-img01 {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 47.9%;
	border-radius: 17px;
	overflow: hidden;
	height: 159px;
	border: #fff 3px solid;
}

.killscard-img01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.killscard-img01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.footersecti {
	margin: 0px 0px;
	padding: 305px 0px 62px 0px;
	width: 100%;
	background-image: url(https://vmsa.wwddigital.com/wp-content/uploads/2025/07/footersectibg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 110px;
}

.footersecti-text {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.footersecti-text h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
	width: auto;
}

.footersecti-text h5 a {
	color: #FFFFFF;
	text-decoration: none;
}

.footersecti-text h5 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footersecti-text h5 span {
	font-weight: 600;
	color: #ffffff;
}

.excitingmembership {
	margin: 0px 0px;
	padding: 41px 0px;
	position: relative;
	width: 100%;
}

.excitingmembershipbg {
	padding: 0px 0px;
	position: absolute;
	width: 100%;
	height: 349px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.excitingmembershipbg img {
	width: 100%;
}

.excitingmembership p {
	font-family: DM Sans;
	margin: 0px 0px 10px 0px !important;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-align: center;
	line-height: 28px;
	color: #000000;
	padding: 0px;
}

.excitingmembership h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #041C9D;
	padding: 0px 0px 33px 0px;
	width: 100%;
}

.standardmember {
	margin: 0px 0px;
	padding: 15px 15px;
	position: relative;
	width: 100%;
	background: #ffffff;
	border-radius: 20px;
	min-height: 500px;
	box-shadow: 0px 4px 21.6px -3px #00059424;
}

.standardmember_left {
	margin: 0px 0px;
	padding: 0px 0px 0px 32px;
	position: relative;
	width: 100%;
	/*min-height: 500px;*/
}

.standardmember_left h2 {
	font-size: 26px;
	position: relative;
	font-weight: 600;
	line-height: 36px;
	text-align: left;
	background: #DEECFF;
	color: #000594;
	padding: 18px 0px 22px 26px;
	width: 100%;
	border-radius: 10px;
	margin: 32px 0px 0px 0px;
}

.standardmember_left h2 span {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	background: #1877F2;
	color: #fff;
	padding: 11px 26px 11px 24px;
	position: absolute;
	right: 0px;
	top: 9px;
	border-radius: 39px 0px 0px 39px;
}

.standardmember_left ul {
	margin: 0px 0px;
	padding: 40px 0px 0px 40px;
	position: relative;
	width: 97%;
}

.standardmember_left li {
	font-family: DM Sans;
	margin: 0px 0px 21px 0px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	text-align: left;
	line-height: 22px;
	color: #000000;
	position: relative;
}

.standardmember_left li::before {
	content: '';
	width: 26px;
	height: 26px;
	background: url(https://vmsa.wwddigital.com/wp-content/uploads/2025/07/Succesicon.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	position: absolute;
	left: -42px;
	top: 2px;
	bottom: 0px;
}

.standardmember_right {
	margin: 0px 0px;
	padding: 15px 27px 29px 27px;
	position: relative;
	width: 100%;
	background: #F7F7FB;
	border-radius: 20px;
	min-height: 500px;
}

.standardmember_right h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.02em;
	text-align: left;
	text-transform: uppercase;
	color: #000594;
	padding: 0px 0px 24px 0px;
	width: 100%;
}

.regiform {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.regiform .form-group {
	margin-bottom: 33px;
	position: relative;
}

.regiform .form-group label {
	display: inline-block;
	font-size: 16px;
	color: #24252A;
	left: 28px;
	position: absolute;
	top: -15px;
}

.regiform .form-control {
	display: block;
	width: 100%;
	padding: 15px 17px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #D9E5FF;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	border-radius: 8px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.paymentmethod {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
}

.paymentmethod h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	text-align: left;
	color: #24252A;
	padding: 0px;
	margin: 0px 0px 14px 0px;
}

.paymentmethod .form-check-label {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.membernow-btn {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #000594;
	border-radius: 10px;
	padding: 18px 42px;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 38px;
	justify-content: space-between;
	position: relative;
	width: auto;
	cursor: pointer;
	border: 0px;
}

.membernow-btn:hover {
	color: #ffffff;
	background: #0a10c1;
	cursor: pointer;
}

.honorable-secti {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	min-height: 500px;
}

.honorabletext {
	margin: 25px auto 45px auto;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	background: #fff;
	box-shadow: 0px 0px 23.6px -3px #00059433 inset;
	padding: 18px 29px;
	border-radius: 140px;
	width: 377px;
	text-align: center;
}

.honorablmember-secti {
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	min-height: 568px;

}


.honorablmembercard {
	background: #fff;
	max-width: 350px;
	box-shadow: 0px 4px 21.6px -3px #00059424;
	padding: 0px;
	border-radius: 20px;
	position: relative;
	min-height: 405px;
	margin-bottom: 10px;
}

.home .honorablmembercard {
	/* background: #fff;
	max-width: 300px;
	box-shadow: 0px 4px 21.6px -3px #00059424;
	padding: 0px;
	border-radius: 20px; 
	position: relative;
	margin-bottom: 10px;*/
	min-height: 480px;
	max-width: 415px;
}

.honorablmembercard ul {
	margin: 0px 0px;
	/*   padding: 33px 0px 26px 66px; */
	padding: 10px 0px 10px 50px;
	position: relative;
	width: 93%;
}

.honorablmembercard li {
	font-family: DM Sans;
	margin: 0px 0px 14px 0px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	text-align: left;
	line-height: 22px;
	color: #000000;
	position: relative;
}

.honorablmembercard li::before {
	content: '';
	width: 26px;
	height: 26px;
	background: url(https://vmsa.wwddigital.com/wp-content/uploads/2025/07/Succesicon.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	position: absolute;
	left: -42px;
	top: 2px;
	bottom: 0px;
}

.headmembercard02 {
	background: #f4faef !important;
}

.headmembercard03 {
	background: #fff7e9 !important;
}

.headmembercard04 {
	background: #e8f1fe !important;
}

.headmembercard05 {
	background: #f4faef !important;
}

.headmembercard {
	margin: 0px 0px 15px 0px;
	padding: 15px 17px;
	position: relative;
	background: #e8f1fe;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 88px;
}

.headmembercard h3 {
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #000594;
	padding: 0px 0px;
	width: 100%;
}

.powermembership-secti {
	margin: 0px 0px;
	padding: 70px 0px;
	position: relative;
	width: 100%;
}

.powermembershipleft {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 63%;
}

.membershipicon04 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 147px;
}

.membershipicon04 img {
	width: 100%;
}

.powermembershipleft h6 {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-transform: uppercase;
	color: #000594;
	padding: 0px 0px 16px 0px;
	width: 100%;
}

.powermembershipleft h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #1A1A1A;
	padding: 0px 0px 24px 0px;
	width: 98%;
	text-transform: capitalize;
}

.powermembershipleft h2 span {
	display: block;
}

.powermembershipleft p {
	font-family: DM Sans;
	margin: 0px 0px 37px 0px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	text-align: left;
	line-height: 22px;
	color: #000000;
	position: relative;
}

.contbtn {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #90C960;
	border: 1px solid #90C960;
	border-radius: 8px;
	padding: 16px 15px 16px 22px;
	transition: all 300ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-around;
	position: relative;
	width: 80%;
	cursor: pointer;
}

.contbtn:hover {
	color: #fff;
	background: #85D244;
	border: 1px solid #85D244;
	cursor: pointer;
}

.powermembershipright {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.exclusivecard {
	margin: 0px 0px 23px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 29px;
}

.exclusivecard-icon {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 75px;
	height: 75px;
	font-size: 24px;
	font-weight: 600;
	color: #000594;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 2px 16.6px -4px #00059433;
}

.exclusivecard-text {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 80%;
}

.exclusivecard-text h5 {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #000594;
	padding: 0px 0px 2px 0px;
	width: 100%;
}

.exclusivecard-text h6 {
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #000000;
	padding: 0px 0px 6px 0px;
	width: 100%;
}

/* ============= Register Page Style 09/07/25 ============ */
.page-id-558 .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .form-row {
	position: relative;
	margin-top: 30px !important;
}

.page-id-558 .ur-label {
    background: #fff;
    padding: 0px 7px;
    position: absolute;
    font-size: 16px !important;
    color: #24252A !important;
    font-weight: 400 !important;
    top: -10px;
    left: 18px;
    z-index: 9;
    /* border: 1px solid; */
}

.page-id-558 .ur-field-item input {
	border-radius: 8px !important;
	border: #D9E5FF 1px solid !important;
	padding: 24px 48px !important;
	font-size: 16px !important;
	color: #151861 !important;
	font-weight: 500 !important;
}

.page-id-558 .ur-field-item select {
	border-radius: 8px !important;
	border: #D9E5FF 1px solid !important;
	padding: 6px 31px !important;
	font-size: 16px !important;
	color: #151861 !important;
	font-weight: 500 !important;
	height: 51px !important;
}

.page-id-558 .ur-form-row span.input-wrapper .ur-icon {
	background: #fff;
	padding: 6px 9px;
	position: absolute;
	top: 25px;
	left: 18px;
	z-index: 9;
	width: 20px;
}

.page-id-558 .ur-frontend-form .ur-button-container.split {
	display: flex !important;
	justify-content: end;
	gap: 0px;
	float: right;
	flex-wrap: unset;
	width: 350px !important;
	height: 50px;
	padding: 0px !important;
}

.page-id-558 .ur-frontend-form .ur-button-container.split .user-registration-multi-part-nav.user-registration-multi-part-nav-prev.btn.button {
	width: 150px;
	margin: 0px 15px 0px 0px !important;
	text-align: center !important;
	padding: 13px 37px !important;
}


.ur-frontend-form button,
.ur-frontend-form button[type="submit"],
.ur-frontend-form input[type="submit"] {
	padding: 13px 50px !important;
	margin: 0px !important;
	width: 150px;
	text-align: center;
}


.page-id-558 #stripe_gateway_field .ur-label {
	background: #fff;
	padding: 0px 0px !important;
	position: relative !important;
	font-size: 16px !important;
	color: #24252A !important;
	font-weight: 400 !important;
	top: unset !important;
	left: unset !important;
}

.page-id-558 #captcha_1741080575 .ur-label {
	background: #fff;
	padding: 0px 0px !important;
	position: relative !important;
	font-size: 16px !important;
	color: #24252A !important;
	font-weight: 400 !important;
	top: unset !important;
	left: unset !important;
	margin: 0px 0px 34px 0px;
}

.page-id-558 #textarea_1741078441 {
	border-radius: 8px !important;
	border: #D9E5FF 1px solid !important;
	padding: 6px 31px !important;
	font-size: 16px !important;
	color: #151861 !important;
	font-weight: 500 !important;
}

.page-id-558 #textarea_1741078441 {
	border-radius: 8px !important;
	border: #D9E5FF 1px solid !important;
	padding: 6px 31px !important;
	font-size: 16px !important;
	color: #151861 !important;
	font-weight: 500 !important;
}

.page-id-558 #textarea_1741078762_field {
	border-radius: 8px !important;
	border: #D9E5FF 1px solid !important;
	padding: 6px 31px !important;
	font-size: 16px !important;
	color: #151861 !important;
	font-weight: 500 !important;
}

.page-id-558 .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid textarea {
	border-bottom: 0px solid rgb(192.1952686567, 195.8151709634, 212.1047313433);

}

.page-id-558 #select_1741077948_field select {
	margin-bottom: -6px !important;
}


.page-id-558 .ur-tab-picker .ur-tab-button {
	padding: 10px 10px !important;
}

/* ============= Register Page Style End ============ */


.user-registration .user-registration-registration-title {
	font-family: DM Sans;
	font-size: 35px !important;
	font-weight: 600 !important;
	line-height: 35px !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000 !important;
	padding: 0px;
	margin: 22px 0px !important;
}


.user-registration-registration-description {
	font-family: DM Sans !important;
	margin: 0px 0px 0px 0px;
	font-size: 17px !important;
	font-weight: 400 !important;
	letter-spacing: 0.2px !important;
	line-height: 28px !important;
	color: #000000;
}


.ur-frontend-form .user-registration-multi-part-indicator.arrow .user-registration-multi-part--steps-list li {
	font-size: 18px !important;
	font-weight: 500;
}


#user-registration-form-2113 form .user-registration-multi-part-indicator.progress .user-registration-multi-part-indicator-progress,
#user-registration-form-2113 form .user-registration-multi-part-indicator.circle .user-registration-multi-part-indicator-title.active::before,
#user-registration-form-2113 form .user-registration-multi-part-indicator.circle .user-registration-multi-part-indicator-title.active::after,
#user-registration-form-2113 form .user-registration-multi-part-indicator.arrow .user-registration-multi-part-indicator-title.active {
	background-color: #000594 !important;
}

#user-registration-form-2113 form .user-registration-multi-part-indicator.arrow .user-registration-multi-part-indicator-title.active::before {
	border-left-color: #000594 !important;
}


#user-registration-form-2113 form .user-registration-multi-part-indicator.arrow .user-registration-multi-part-indicator-title.active::after {
	border-top-color: #000594 !important;
	border-bottom-color: #000594 !important;
}

.ur-tab-picker .ur-tab-button.ur-stripe-element-selected,
.ur-tab-picker .ur-tab-button:hover {
	background-color: #000594 !important;
	color: #fff;
}

.ur-tab-picker .ur-tab-button {
	font-size: 17px;
}

body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button {
	border: 0;
	padding: 10px 0px !important;
	color: #fff !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 24px !important;
	letter-spacing: .15px;
	margin-right: 0;
	transition: all .3s;
}

.ur-submit-button,
.user-registration-Button {
	width: 100%;
	background: #000493 !important;
	border-radius: 4px;
	border: 1px solid #475bb2;
	color: #fff;
}


.subscription-plan-wrap .ur-radio-label {
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
}

.ur-field-item.field-captcha {
	margin-top: 77px !important;
}

/* =============================== */


#select_1741078619 {
	margin-top: 0px !important;
	height: 50px !important;
}

#select_1741078472 {
	margin-top: 0px !important;
	height: 50px !important;
	margin-bottom: 8px !important;
}

#last_name_field {
	margin-top: 30px !important;
}

#select_1741078906 {
	height: 50px !important;
	margin-bottom: 10px !important;
}

#select_1741078906_field {
	margin-top: 33px !important;
}

#date_box_1741078705_field {
	margin-top: 30px !important;
}

#select_1756197935_field {
	margin-top: 35px !important;
}

.ur-flatpickr-field.regular-text.flatpickr-input {
	margin-top: 3px;
}

#select_1741080323_field {
	margin-top: 30px !important;
}

#select_1741080323 {
	height: 50px !important;
}

.ur-captcha-equation {
	margin-bottom: 7px;
}


.ur-captcha-equation {
    margin-bottom: 9px;
    background: #fff;
    padding: 0px 7px;
    position: absolute;
    left: 18px;
    top: -11px;
    margin: 0px;
}


/* ========================= */
/* =====contact-page=========/
/* ========================= */

.contactpage-left-wrap {
	padding: 20px 0px;
}

.titlecolorgreen {
	color: #90C960;
	font-weight: 600;
	font-family: DM Sans;
	font-size: 35px;
	font-weight: 600 !important;
	line-height: 17px;
	letter-spacing: 0;
	text-align: left;
}

.vmsa-contact-form-wrap .form-group {
	position: relative;
}


.vmsa-contact-form-wrap .form-control {
	border-radius: 8px !important;
	border: #D9E5FF 1px solid !important;
	padding: 12px 15px !important;
	font-size: 16px !important;
	color: #151861 !important;
	font-weight: 500 !important;
}


.vmsa-contact-form-wrap .form-label {
	background: #fff;
	padding: 7px 7px;
	position: absolute;
	font-size: 16px !important;
	color: #24252A !important;
	font-weight: 400 !important;
	top: 1px;
	left: 18px;
	z-index: 9;
}

.vmsa-contact-form-wrap .wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.w-100 {
	background: #000594;
	border: none;
	margin-top: 10px;
	border: 1px solid #000594;
	border-radius: 4px;
	padding: 9px 24px;
	font-size: 14px;
	font-weight: 600;
}

.vmsa-contact-form-wrap .wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.w-100:hover {
	border: 1px solid #000594;
	color: #000594;
	background: #fff;
}


.info-box {
	text-align: center !important;
	background: #fff;
	width: 100%;
	box-shadow: 0px 4px 23.6px -3px #00059433 !important;
	padding: 20px 0px !important;
	border-radius: 20px;
	height: 200px;
	padding: 20px 20px;
}


.info-box h3 {
	font-size: 20px;
	padding: 0px;
	margin: 15px 0px 10px;
	font-family: DM Sans;
	font-weight: 600;
	color: #000594;
}

.info-box p {
	font-family: DM Sans;
	margin: 0px 20px;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 20px;
	color: #000000;
}


.info-box p a {
	color: #000000;
}

.info-box p a:hover {
	color: #000594;
}


.contactpage-box-style {
	background: #fff;
	width: 100%;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	padding: 20px;
	border-radius: 20px;
	margin: 0px 0px 19px 0px;
	height: 170px;
}

.contactpage-box-style h5 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -2%;
	color: #000594;
	margin: 0px 0px 10px 0px;
}

.contactpage-box-style p strong {
	padding: 0px 0px 10px 0px;
}

.contactpage-box-style p {
	padding: 0px 0px 10px 0px;
}

.contactpage-box-style p a {
	color: #000;
}

.contactpage-box-style p a:hover {
	color: #000594;
}


/* .page-id-17 .col-md-6 h3 {  font-family: DM Sans;
  font-size: 35px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 0px;
  margin: 22px 0px; } */


.google-map {
	width: 100%;
	height: 380px;
	border-radius: 20px;
	overflow: hidden;
}

.contacts-details-list-wrap h2 {
	color: #0A3AA8;
	font-family: DM Sans;
	font-size: 35px;
	font-weight: 600 !important;
	line-height: 35px;
	letter-spacing: 0;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.contacts-details-list-wrap p {
	color: #000;
	font-weight: 600;
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 600 !important;
	line-height: 18px;
	letter-spacing: 0;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.contacts-details-list-wrap h3 {
	color: #90C960;
	font-weight: 600;
	font-family: DM Sans;
	font-size: 35px;
	font-weight: 600 !important;
	line-height: 35px;
	letter-spacing: 0;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;

}


/* ========================= */
/* =====contact-page=========/
/* ========================= */


/* ========================= */
/* =====login-page=========/
/* ========================= */


.user-registration-form-row {
	position: relative;
}

.user-registration-form-row label {
	background: #fff;
	padding: 7px 7px;
	position: absolute;
	font-size: 16px !important;
	color: #24252A !important;
	font-weight: 400 !important;
	top: -18px;
	left: 18px;
	z-index: 9;
}


.input-wrapper .user-registration-Input {
	border-radius: 8px !important;
	border: #D9E5FF 1px solid !important;
	padding: 12px 15px !important;
	font-size: 16px !important;
	color: #151861 !important;
	font-weight: 500 !important;
}

body.user-registration-page #user-registration:not(.user-registration-MyAccount) {
	padding: 20px 20px !important;
}


.ur-input-with-icon .form-control {
	border-radius: 8px !important;
	border: #D9E5FF 1px solid !important;
	padding: 25px 25px 25px 40px !important;
	font-size: 16px !important;
	color: #151861 !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}


.ur-input-with-icon .input-icon {
	margin: 1px 0px 0px 9px;
}

.page-id-628 h5 {
	font-family: DM Sans;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px !important;
	margin: 15px 0px !important;
	text-align: center;
}


.ur-lost-password-content-container {
	margin-bottom: 38px !important;
}


/*/* ========================= */
/* =====login-page=========/
/* ========================= */

.member-listing-newwrap p {
	margin-bottom: 5px !important;
	font-size: 16px !important;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 22px;
	font-family: DM Sans;
}

.member-listing-newwrap p b {
	margin: 0px !important;
	padding: 0px;
	position: relative;
	font-size: 19px !important;
	line-height: 25px !important;
	font-weight: 600;
}


.aboutImg {
	height: 545px;
}

.aboutImg img {
	height: auto;
}


.services .service-item p strong {
	color: #000594;
	margin-bottom: 20px;
	display: block;
	font-size: 19px;
	font-weight: 600;
}

.service-item p {
	margin: 0px;
	padding: 0px 0px;
	color: #000000;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;

}


.service-item p a {
	font-size: 17px;
	font-weight: 400;
	color: #90C960;
}

.membership-details-new-wrap p {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 0;
	font-family: DM Sans;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 23px;
	color: #000000;
	position: relative;
	margin: 20px 0px !important;
}

/* ================================= */
/* ========Tourament-list============*/
/* ================================= */


.tournament-banner {
	width: 100%;
	height: 400px;
	position: relative;
}

.tournament-banner img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	object-fit: cover;
}


.inner-pages-banner-section.tournament-banner .banner-inner-part {
	position: relative !important;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	height: 100%;
	left: 0px;
	top: 0px;
}

.tournament-banner h1 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	width: 100%;
}

.tournament-banner h5 {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.tournament-section-top {
	margin: 0px;
	padding: 60px 0px;
}

.tournament-section-top h6 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -2%;
	text-transform: uppercase;
	color: #000594;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.tournament-section-top h2 {
	font-family: DM Sans;
	font-weight: 700;
	font-style: Bold;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: -1.7px;
	text-transform: capitalize;
	color: #1A1A1A;
	padding: 0px 0px 40px 0px;
	margin: 0px;
}


.tournament-box {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	padding: 20px 20px;
	margin: 0px 0px 20px 0px;
}


.tournament-box-img {
	width: 230px;
	height: 180px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 20px;
	overflow: hidden;
}


.tournament-box-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 20px;
	overflow: hidden;
}


.tournament-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.tournament-box-text {
	display: flex;
	justify-content: space-between;
	padding: 0 0 25px;
	margin: 5px 20px 0px 90px;
}

.tournament-box-text .tourInfo {
	width: calc(100% - 170px);
	padding: 0 15px 0 0;
	margin: 0;
}

.tournament-box-text .tourInfo h4 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -2%;
	color: #24252A;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.tournament-box-text .tourInfo h5 {
	font-family: DM Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2%;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.tournament-box-text .tourInfo h6 {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -2%;
	color: #000000;
	padding: 0px 0px 21px 0px;
	margin: 0px;
}

.tournament-box-text .tourInfo h6 span {
	margin-right: 10px;
}


.tournament-box-text .tourInfo p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -2%;
	color: #000000;
	padding: 0px;
	margin: 0px;
	width: 90%;
}

.tournament-box-text .tourDate .date {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2%;
	color: #000000;
	display: block;
	padding: 0;
	margin: 0 0 10px;
}

.tournament-box-text .tourDate .date span img {
	margin: -2px 2px 0px 0px;
}

.tournament-box-text .tourDate .touRegBtn {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -2%;

	color: #000594;
	text-transform: uppercase;
	display: block;
	padding: 0 0 0;
	margin: 0 0 10px;
}


.tournament-box-text .roundBtn {
	display: flex;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #000594;
	border: 2px solid #000594;
	transition: all 300ms ease-in-out;
	margin-top: 61px;
}

.tournament-box-text .roundBtn:hover {
	background: transparent;
	color: #000594;
}


.tournament-section-midadd {
	background: #F3F7FF;
	border-radius: 63px;
	padding: 60px 0px;
	margin: 60px 0px;
}

.tournament-section-midadd-Left {
	padding: 0% 0% 0% 10%;
	border-right: 1px solid #000000;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
}

.tournament-section-midadd-Left-text {
	width: 60%;
	padding: 0px;
	margin: 0px;
}


.tournament-section-midadd-Left-text h3 {

	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: -1.7px;
	text-transform: capitalize;
	color: #1A1A1A;
	display: block;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.tournament-section-midadd-Left-text p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -2%;
	color: #000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.tournament-section-midadd-Left-img {
	width: 128px;
	height: 128px;
	margin: 15px 20px;
}

.register-butn.tournament-butn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 317px;
	padding: 15px 30px;
}

.tournament-section-midadd-right {
	padding: 0% 0% 0% 10%;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}


.tournament-section-midadd-right-text {
	width: 60%;
	padding: 0px;
	margin: 0px;
}


.tournament-section-midadd-right-text h3 {

	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: -1.7px;
	text-transform: capitalize;
	color: #1A1A1A;
	display: block;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.tournament-section-midadd-right-text p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -2%;
	color: #000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.tournament-section-midadd-right-img {
	width: 128px;
	height: 128px;
	margin: 15px 20px;
}

.tournament-section-midadd-right-butn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 317px;
	padding: 10px 30px;
}


.tournament-blue-section {
	padding: 0px;
	margin: 0;
}


.tournament-blue-section-inner {
	margin: 0px auto;
	padding: 60px 0px;
	text-align: center;
	background: url(../images/tournament-blue-bg.png) no-repeat top left;
	background-size: 100% 100%;
	height: 412px;
}


.tournament-blue-section-inner h6 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -2%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.tournament-blue-section-inner h2 {

	font-weight: 700;
	font-style: Bold;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: 0px;
	text-align: center;
/* 	text-transform: capitalize; */
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.tournament-blue-section-inner p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 10px 0px 0px;
}

.tournament-blue-section-info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.tournament-blue-section-info p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -2%;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.tournament-blue-section-info p span {
	margin-right: 5px;
}


.tournament-blue-section-butnRow {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 0px 0px 30px 0px;
}

.tournament-wht-butn {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 10px 35px;
	font-family: DM Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 26.38px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
}

.tournament-wht-butn:hover {
	background: #90C960;
	border: 1px solid #90C960;
	color: #fff;
}

.tournament-grn-butn {
	padding: 15px 0px;
	background: #90C960;
	position: relative;
	color: #fff;
	border-radius: 10px;
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 23.08px;
	line-height: 26.38px;
	letter-spacing: -5%;
	text-align: center;
	display: block;
	width: 332px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	gap: 30px;
}

.tournament-grn-butn:hover {
	background: #8FD952;
	color: #fff;
}


.quick-links-section {
	padding: 60px 0px;
	margin: 0px;
}


.quick-links-left {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.quick-links-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.quick-links-left:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.quick-links-right {
	margin: 0px;
	padding: 0% 0% 0% 4%;
}

.qick-links-textouter {
	justify-content: start;
	border-bottom: none;
	box-shadow: 0px 0px 23.6px -3px #00059433 inset;
	padding: 24px 20px;
	border-radius: 20px;
	width: 100%;
	background: #fff;
	margin: 0px 0px 20px 0px;
}

.qick-links-textouter h2 {

	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1.7px;
	text-transform: capitalize;
	color: #1A1A1A;
	margin: 0px;
	padding: 0px;
}

.qick-links-full-butn {
	background: #F3F7FF;
	border-radius: 14px;
	margin: 0px 0px 12px 0px;
	padding: 18px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -2%;
	color: #000;
}

.qick-links-full-butn:hover {
	background: #88BE5B;
	color: #fff;
}


/* ================================= */
/* ========Tourament-list============*/
/* ================================= */

/* ================================= */
/* ========13-08-25============*/
/* ================================= */

/* =============home-page-style============ */


.page-id-39 .becomeMember-sec .info p {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -0.02em;
	padding: 0;
	margin: 0px 0px 25px 0px;
}

.infoText p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #fff;
	padding: 0;
	margin: 0 0 24px;
}


.tournament-new-panelWrap .tournament-box-text {
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin: 0px 20px 0px 10px;
}


.tournament-new-panelWrap .tournament-box-text .tourInfo h6 {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}


.tournament-new-panelWrap .tournament-box-text .tourInfo p {
	width: 100%;
}


.tournament-new-panelWrap .tournament-box {
	padding: 20px 10px;
	margin: 0px 0px 10px 0px;
}


.lou-sec .lou-wrap .textBox {
	max-width: 100%;
	margin: 0px;
}


.lou-sec .lou-wrap .textBox h3 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -2%;
	color: #24252A;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


/* =============home-page-style============ */


/* =============about-page-style============ */


.accodian-inner-sec-right {
	width: 400px;
	height: 400px;
}

.accodian-inner-sec-right img {
	width: 100%;
	height: auto;
}


.inner-pages-banner-section img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.inner-pages-banner-section .banner-inner-part {
	position: relative !important;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	height: 100%;
	left: 0px;
	top: 0px;
}

.become-vmsa-today-one p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 80%;
}


.page-id-6 .accodian-inner-sec-left {
	padding: 0% 0% 0% 0%;
	margin: 0px;
}


/* =============about-page-style============ */


.full-width-page-wrap p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.tournament-section-top.full-width-page-wrap h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 20px 0px;
}


ul.wp-block-list {
	margin: 0px 45px;
	padding: 0;
	list-style: none;
	column-count: 4;
}

ul.wp-block-list li {
	font-size: 18px;
	line-height: 45px;
	position: relative;
}

ul.wp-block-list li::before {
	content: '';
	width: 26px;
	height: 26px;
	background: url(https://vmsa.wwddigital.com/wp-content/uploads/2025/07/Succesicon.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: 100% 100%;
	position: absolute;
	left: -42px;
	top: 12px;
	bottom: 0px;
}


.tournament-section-top.full-width-page-wrap .wp-block-image.size-full {
	border-radius: 20px;
	overflow: hidden;
}


.tournament-section-top.full-width-page-wrap .wp-block-heading {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000594;
	padding: 0px;
	margin: 20px 0px;
}


.has-fixed-layout {
	width: 50% !important;
}

.full-width-page-wrap p a {
	color: #000000;
}

.full-width-page-wrap p a:hover {
	color: #000594;
}


ul.members-name {
	margin: 0px 45px;
	padding: 0;
	list-style: none;
	column-count: 2;
}


ul.members-name li {
	font-size: 18px;
	line-height: 45px;
	position: relative;
}

ul.members-name li::before {
	content: '';
	width: 26px;
	height: 26px;
	background: url(https://vmsa.wwddigital.com/wp-content/uploads/2025/07/Succesicon.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: 100% 100%;
	position: absolute;
	left: -42px;
	top: 12px;
	bottom: 0px;
}


.pennantWrap .media-box {
	width: 100%;
	height: 300px;
	margin: 0px 0px 20px 0px;
}

.pennantWrap .media-box img {
	width: 100%;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
}

/* ================================= */
/* ========current-newsletter======= */
/* ================================= */


.tournament-section-top.full-width-page-wrap.current-newsletter h2 {
	color: #000;
	font-family: DM Sans;
	font-size: 35px;
	font-weight: 600 !important;
	line-height: 35px;
	letter-spacing: 0;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.tournament-section-top.full-width-page-wrap.current-newsletter h3 {
	color: #000;
	font-family: DM Sans;
	font-size: 27px;
	font-weight: 600 !important;
	line-height: 27px;
	letter-spacing: 0;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.tournament-section-top.full-width-page-wrap.current-newsletter h3 a {
	color: #90C960;
}


.tournament-section-top.full-width-page-wrap.current-newsletter h4 {
	color: #000;
	font-family: DM Sans;
	font-size: 28px;
	font-weight: 600 !important;
	line-height: 35px;
	letter-spacing: 0;
	text-align: left;
	margin: 15px 0px 30px;
	padding: 0px;
}

.tournament-section-top.full-width-page-wrap.current-newsletter .contactpage-box-style h5 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -2%;
	color: #000594;
	margin: 0px 0px 10px 0px;
}


.contactpage-box-style ul {
	padding: 0px;
	margin: 20px 0px;
}

.contactpage-box-style ul li {
	list-style: none !important;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #000000;
	letter-spacing: -0.2px;
	margin-bottom: 10px;
	position: relative;
	padding: 0px 6px 0px 30px;
}

.contactpage-box-style ul li a {
	color: #000000;
}

.contactpage-box-style ul li a:hover {
	color: #000594;
}


.contactpage-box-style ul li::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(https://vmsa.wwddigital.com/wp-content/uploads/2025/07/Succesicon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	top: 2px;
	bottom: 0px;
}

.tournament-section-top.full-width-page-wrap.current-newsletter .contactpage-box-style {
	background: #fff;
	width: 100%;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	padding: 20px;
	border-radius: 20px;
	margin: 0px 0px 19px 0px;
	height: 215px;
}


.tournament-section-top.full-width-page-wrap.current-newsletter .contactpage-box-style.previous-tour-results {
	height: 340px !important;
}

/* ================================= */
/* ========current-newsletter======= */
/* ================================= */

.page-id-2077 .ur-form-row .ur-form-grid p {
	margin-bottom: 25px !important;
}

.page-id-2077 p.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide.hide_show_password {
	margin-bottom: 30px !important;

}

.page-id-2077 .password-input-group .user-registration-Input {
	padding: 15px !important;
}


.page-id-10 .inner-pages-section {
	padding: 60px 0px 0px;
	margin: 0px;
}

.page-id-226 .inner-pages-section {
	padding: 60px 0px 0px;
	margin: 0px;
}

.page-id-257 .inner-pages-section {
	padding: 60px 0px 0px;
	margin: 0px;
}

/* #phone_1756198422 {
	margin-top: 7px !important;
} */

/* #phone_1741079135 {
	margin-top: 3px !important;
} */

#radio_1756199210_field ul.ur-radio-list {
	margin-top: 12px;
}

.communication-pref ul {
	display: flex;
	justify-content: start;
	gap: 35px;
	margin: 18px 0px 0px 0px !important;
	position: absolute !important;
}

#radio_1756210819_field .ur-label {
	margin: 0px;
	padding: 0px;
	font-weight: 600 !important;
	position: absolute;
	left: 0px;
}


.page-id-558 .ur-field-item.field-captcha {
	margin-top: 15px !important;
}

#input_box_1756198370_field {
	margin-top: 30px !important;
}


#input_box_1756198475_field {
	margin-top: 30px !important;
}


/* ==================================== */
/* ==========registration-error======== */

.user-registration-error {
	padding: 0px !important;
	display: flex;
	align-items: center;
	border-radius: 0px !important;
	border-left: 0px solid #ff4f55 !important;
	border-top: none;
	background: transparent !important;
}


body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label,
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label {
	margin-top: 0;
	margin-bottom: 12px;
	color: #222;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

.register .user-registration-error {
	padding: 0px !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
	margin-bottom: 0px !important;
}

.register .ur-field-item.field-phone {
	margin-top: 24px !important;
}

.field-checkbox ul {

	padding-top: 15px;
}

#check_box_1756716860_field label.ur-label {

	font-size: 20px !important;
	font-weight: 600 !important;
	padding: 0px !important;
	margin: 0px 0px 0px -17px !important;
}

/* ==================================== */
/* ==========registration-error======== */


/* ================================================ */
/* ============tournament2-New======================*/
/* ================================================ */


.stroke-sec-bg {
	position: relative;
	height: 100%;
	background: url(../images/trmnt-new-bg.png) no-repeat #fff;
	background-size: auto;
	background-size: auto;
	margin-top: 0px;
}


.tournament-new-inner {
	padding: 45px 0px 0px;
}

.tournament-new-pages-left {
	padding: 0% 5% 0% 0%;
}

.tournament-new-ful-img {
	padding: 20px 0px;
}

.tournament-new-ful-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.tournament-new-pages-header {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 40px;
}

.tournament-new-pages-header-img {
	padding: 0px;
	margin: 0px;
	width: 30%;
	height: auto;
}

.tournament-new-pages-header-text {
	padding: 0px;
	margin: 0px;
}

.tournament-new-pages-header-text h6 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -3%;
	color: #C30F15;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.tournament-new-pages-header-text h2 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 55px;
	line-height: 58px;
	letter-spacing: -3%;
	color: #000000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.img-row-section {
	margin: 20px 0px;
	padding: 0px;
}

.about-tournament-section {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.about-tournament-section h3 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 44px;
	line-height: 46px;
	letter-spacing: -2%;
	color: #000000;
	padding: 0px 0px 20px 0px;
	margin: 0px;

}


.about-tournament-section p {
	font-family: DM Sans;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 28px;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.about-tournament-section-inner-text {
	padding: 0px;
	margin: 0px 20% 20px 0px;
}

.about-tournament-section-inner-text h4 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -2%;
	color: #000000;
	padding: 0px 0px 18px 0px;
	margin: 0px;
}

.about-tournament-section-inner-text ul {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.about-tournament-section-inner-text ul li {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
	color: #000000;
	display: flex;
	position: relative;
	padding: 0px 0px 10px 0px;
}

.about-tournament-section-inner-text ul li::before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f058";
	height: auto;
	width: auto;
	position: absolute;
	margin-right: 10px;
	color: #C30F15;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.about-tournament-section-inner-img {
	width: 100%;
	height: 365px;
	border-radius: 10px;
	overflow: hidden;
}

.about-tournament-section-inner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-tournament-section-inner-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border: 1px solid #DB0F20;
}


.about-tournament-section-inner-text p {
	font-family: DM Sans;
	margin: 0px 0px 0px 0px;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 28px;

	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.enter-tournamnt-box {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 23.6px -3px #00059433;
	padding: 40px 20px;
	margin: 50px 0px 20px 0px;
	position: relative;
	min-height: 166px;
	word-wrap: break-word;
	height: 200px;
}

.enter-tournamnt-box-icon {
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -23px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	margin: 0px auto;
	font-weight: 700;
	font-style: Bold;
	letter-spacing: 0px;
	text-transform: capitalize;
	padding: 10px 0px;
}


.enter-tournamnt-box-text {
	text-align: center;
	margin: 20px 0px;
	padding: 0px;
}

.enter-tournamnt-box-text h5 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2%;
	text-align: center;
	color: #C30F15;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.enter-tournamnt-box-text p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -2%;
	text-align: center;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.enter-tournamnt-box-text p span a {
	color: #000000;
}

.enter-tournamnt-box-text p span a:hover {
	color: #C30F15;
}


.enter-tournamnt-box-img {
	padding: 0px;
	margin: 50px 0px;

	height: 202px;
	border-radius: 15px;
	overflow: hidden;

}

.enter-tournamnt-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.enter-tournamnt-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border: 1px solid #DB0F20;
}
.proudly-sponsored-sec {
	padding: 0px;
}

.proudly-sponsored-logo {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 50px;
	margin: 30px 0px 0px 30px;
}

.proudly-sponsored-logo img {
	width: 250px;
	height: auto;
}

.participate-sec {
	padding: 40px 0px 90px;
}

.participate-sec-img {
	width: 100%;
	height: 175px;
	border-radius: 13px;
	padding: 20px 0px 0px 20px;
}

.participate-sec-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.participate-sec-text {
	padding: 50px 20px 0px;
	margin: 0px;
}

.participate-sec-text h3 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -2%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


.participate-sec-text p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.participate-sec-text .showalltour {
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.participate-sec-text .showalltour a {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #C30F15;
	border: 1px solid #C30F15;
	border-radius: 8px;
	padding: 12px 35px;
	transition: all 300ms ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 45px;
	justify-content: space-between;
}

.participate-sec-text .showalltour a:hover {
	color: #C30F15;
	background: #fff;
}

.tournament-new-page-tabSection {
	margin: 40px 0px 0px 0px;
}

.tournament-new-page-tabSection .inner-all-gallery-sec .nav-tabs .nav-item .nav-link.active,
.inner-all-gallery-sec .nav-tabs .nav-item .nav-link:hover {
	background: #231F20;
	color: #fff;
}


.tournament-new-page-tabSection .tour-detailcard {
	margin: 0px 0px;
	padding: 10px 10px;
	position: relative;
	width: 100%;
	background: #fcf3f3 !important;
	border-radius: 20px;
	border: 0px;
}

.tournament-new-page-tabSection .tour-detailcard h6 {
	color: #000;
}


.detailcardtop li a {
	color: #000000;
}

.detailcardtop-psec {
	margin: 20px 0px 0px 40px;
}

.detailcardtop-psec p {

	margin: 5px 0 21px 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 28px;
	color: #000000;
	list-style: disc !important;
}


.tournament-fees-sec .earlybird-contain {
	margin: 30px 0px;
	padding: 0px 0px;
	position: relative;
	display: block;
}

.tournament-fees-sec .earlybirdcard {
	min-height: 290px;
	margin-bottom: 0px;
}

.headtitle-bg {
	background-color: #fcf3f3;
	height: 145px;
	margin-bottom: 20px;
}

.headtitle-bg .headtitle-headText {
	padding: 0px 15% 2% 15%;
	margin-bottom: 25px;
}

.headtitle-bg .headtitle-headText p {
	font-family: DM Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 18px;
	letter-spacing: -2%;
	text-align: center;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.headtitle-bg .headtitle {
	background: #000;
	min-height: 69px;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}


.opp-add-ons-sec {
	padding: 0px;
}

.opp-add-ons-sec .queriecard-contain {
	margin: 0px 0px;
	padding: 20px 0px;
	gap: 25px;
}

.opp-add-ons-sec .queriecardimg {
	height: 207px;
	background: #ccc;
	margin: 0px;
}

.opp-add-ons-sec .queriecardimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.opp-add-ons-sec .queriecardimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.opp-add-ons-sec .queriecard {
	min-height: 275px;
}

.opp-add-ons-sec .queriecard h6 {
	font-family: DM Sans;
	margin: 0px 0px 0px 0px;
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: -2%;
	text-align: left;
	width: 100%;
	color: #24252A;
	padding: 14px 35px 0px;
	margin: 0px;
}

.opp-add-ons-sec .queriecard h6 a:hover {
	color: #C30F15;
}


.add-ons-tournament-format {
	background: #fcf3f3;
	border-radius: 35px;
	position: relative;
}


.add-ons-tournament-format .powermembershipright-heading {
	background: #fff;
	border-radius: 20px;
	padding: 2px 30px;
	margin: 0px 0px 30px 0px;
	font-family: Plus Jakarta Sans;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;

	line-height: 61.9px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #1A1A1A;
}

.add-ons-tournament-format .powermembershipright {
	margin: 0px 0px 0px 0px;
	padding: 0px 45px 0px 0px;
	position: relative;
	width: 100%;
}

.add-ons-tournament-format .exclusivecard-icon {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 57px;
	height: 57px;
	font-size: 22px;
	font-weight: 600;
	color: #C30F15;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 2px 16.6px -4px #00059433;
	background: #fff;
}

.add-ons-tournament-format .exclusivecard-text h5 {
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;

	line-height: 30px;
	letter-spacing: -2%;
	text-align: left;
	color: #000;
	padding: 0px 0px 2px 0px;
	width: 100%;
}


.add-ons-tournament-format .exclusivecard {
	margin: 0px 0px 15px 15px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 22px;
}


.add-ons-tournament-format .powermembershipleft {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.add-ons-tournament-format .powermembershipleft img {
	width: 100%;
}


.add-ons-tournament-format .powermembership-secti {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.add-ons-tournament-format .powermembershipleft-inner {
	position: absolute;
	right: 0px;
}


.add-ons-tournament-format .powermembershipleft {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
}

.powermembershipleft-img {
	position: absolute;
	right: 0px;
	height: 100%;
}


.add-ons-tournament-format .powermembershipleft img {
	width: 100%;
	height: 100%;
}

.add-ons-tournament-format .powermembershipright {
	padding: 40px 40px;
	margin: 0px;
}


.trnt-faq-sec .faq-section {
	background-color: transparent;
	padding: 40px 0px;
	margin: 0px;
}


.trnt-faq-sec .faq-section-inner .nav-pills .nav-link.active {
	background: #C30F15 !important;
	color: #fff !important;
}

.trnt-faq-sec .faq-section-inner .nav-link:hover {
	background: #C30F15 !important;
	color: #fff !important;
}

.play-info-sec {
	margin: 40px 0px;
}


.play-info-sec-text {
	padding: 0% 31% 0% 0%;
	margin: 0px;
}


.play-info-sec-text ul {
	margin: 0px 0px;
	padding: 0px 30px;
	position: relative;
}


.play-info-sec-text ul li {
	margin: 10px 0px;
	padding: 0px 0px !important;
	position: relative;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	list-style: disc !important;
	line-height: 28px;
}

.play-info-sec-img { width: 100%; height: 100%; border-radius: 10px; overflow: hidden;}

.play-info-sec-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.play-info-sec-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}


.trnt-faq-sec .faq-section-inner .tab-content {
	padding: 0% 0% 0% 1%;
}


.accommodation-recommendations-sec {
	padding: 30px 0px 0px;
	margin: 0px;
}

.accommodation-recommendations-sec-inner {
	box-shadow: 0px 4px 23.6px -3px #00059433;
	background: #fff;
	border-radius: 15px;
	padding: 20px 20px;
	margin: 25px 0px 0px 0px;
}
.accommodation-recommendations-img {
	width: 100%;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
}

.trnt-faq-sec .faq-section-inner {
	padding: 25px 0px 0px;
	margin: 0px;
}


.accommodation-recommendations-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.accommodation-recommendations-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.accommodation-recommendations-text {
	padding: 0% 0% 0% 3%;
	margin: 0px;
}

.accommodation-recommendations-text h3 {
	font-family: Plus Jakarta Sans;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #1A1A1A;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


.accommodation-recommendations-text p {
	font-family: DM Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;

	line-height: 28px;
	letter-spacing: -2%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.accommodation-recommendations-text p span {
	margin-right: 10px;
}


.accommodation-recommendations-text h6 {
	font-family: DM Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;

	line-height: 28px;
	letter-spacing: -2%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.social-events-sec {
	padding: 40px 0px 0px;
	margin: 0px;
}

.social-events-sec-inner {
	margin: 25px 0px;
	padding: 0px;
}

.social-events-sec-img {
	width: 100%;
	height: 225px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px 0px 25px 0px;
}

.social-events-sec-img img {
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 100%;
}

.social-events-sec-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.social-events-sec-box {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 4px 23.6px -3px #00059433;
}

.social-events-sec-box-pink {
	background-color: #fcf3f3;
}

.social-events-sec-box-header {
	background: #000;
	min-height: 50px;
	font-family: DM Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -2%;
	color: #fff;
	border-radius: 15px;
	padding: 15px 20px;
}

.social-events-sec-box-pink h3 {
	font-family: DM Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 18px;
	letter-spacing: -2%;
	color: #000;
	padding: 15px 20px;
	margin: 0px;
}


.social-events-sec-box-wht-inner-text {
	padding: 15px 20px;
	margin: 0px;
}


.social-events-sec-box-wht-inner-text ul {
	column-count: 2;
	padding: 0px;
	margin: 0px;
}


.social-events-sec-box-wht-inner-text ul li {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
	color: #000000;
	display: flex;
	position: relative;
	padding: 0px 0px 7px 0px;
}


.social-events-sec-box-wht-inner-text ul li::before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f058";
	height: auto;
	width: auto;
	position: absolute;
	margin-right: 10px;
	color: #C30F15;
	position: relative;
	top: 5px;
	margin-right: 10px;
}


.social-events-in {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.social-events-sec-box-wht-inner-text p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -2%;
	color: #000000;
	display: flex;
	position: relative;
	padding: 0px 0px 14px 0px;
}

.social-events-in-dwn .social-events-sec-img {
	height: 300px;
	margin: 0px;
}

.social-events-in-dwn .social-events-sec-img img {
	height: 100%;
}

.social-events-in-dwn .social-events-sec-box {
	height: 100%;
}

.social-events-in-dwn .social-events-sec-box-wht-inner-text ul {
	column-count: 1;
	padding: 0px;
	margin: 0px;
}




.tournament-new-inner .schedule-box .number {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	color: #C30F15;
	background: #fcf3f3;
	padding: 8px 14px;
	border-radius: 4px;
}



.tournament-new-inner .masterstourn h3 { color: #231F20; }

.tournament-new-inner .viewschedule-btn { background: #231F20; }

.tournament-new-inner .sponsor-btn02 { background: #C30F15;
  border: 1px solid #C30F15; }




/* ================================================ */
/* ============tournament2-New======================*/
/* ================================================ */



.pennantNavWrap.ev-details ul li {
	padding: 0px 10px;
}


.ballarat-entertour-btn {
	border: 2px solid #c30f15;
	border-radius: 30px;
	padding: 5px 18px;
	margin: 15px 0px 0px 0px !important;
	display: inline-flex;
	color: #c30f15 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}


.ballarat-entertour-btn:hover { border: 2px solid #c30f15; background:#c30f15; color: #fff !important; }

.report-tab-newwrap ul {
	margin: 0px 0px;
	padding: 0px 70px 10px;
	position: relative;
	/* border: 1px solid; */
}

.report-tab-newwrap ul li {
	margin: 7px 0px;
	padding: 0px 0px !important;
	position: relative;
	color: #000000;
	font-size: 17px;
	font-weight: 400;
	list-style-type: none;
	line-height: 28px;
}


.report-tab-newwrap ul li::before {
	content: '';
	width: 26px;
	height: 26px;
	background: url(https://vmsa.wwddigital.com/wp-content/uploads/2025/07/Succesicon.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	position: absolute;
	left: -42px;
	top: 2px;
	bottom: 0px;
}

.entriecard01 p {
	padding: 0px 15px;
}


.current-newsletter-linkwrap {
	border: 2px solid #90c960;
	border-radius: 30px;
	padding: 8px 20px;
	font-size: 18px;
	margin: 6px 0px !important;
	display: inline-flex;
}

.current-newsletter-linkwrap:hover { border: 2px solid #90c960; color: #fff !important;  background:#90c960 ; }

#profileUpdateForm input[type="text"][disabled], #profileUpdateForm input[type="email"][disabled], #profileUpdateForm select[disabled], #tournamentForm input[type="text"][disabled], #tournamentForm input[type="email"][disabled], #tournamentForm select[disabled]{background-color:#e9ecef;}

.about-sec .aboutImg {
	height: 722px;
	border-radius: 15px;
	overflow: hidden;
}
 
.about-sec .aboutImg img {
	width: 100%;
	height: 100%;
}


.field-checkbox ul {
	padding-top: 24px !important;
}



/* ============================================== */

.faq-section-inner .accordion-body ul li {
	font-size: 17px !important;
}


.about-top-part-left {
	width: 100%;
	padding: 0% 6% 0% 0%;
	height: 650px;
	border-radius: 15px;
	overflow: hidden;
}

/* .about-top-part-left img {
	width: 100%;
	height: 650px;
	border-radius: 15px;
	object-fit: cover;
} */


.page-id-558 .user-registration.ur-frontend-form {
	background: #ffffff !important;
	border-radius: 8px !important;
	box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05) !important;
	padding: 60px !important;
}


.page-id-558 .ur-frontend-form .ur-button-container.split .user-registration-multi-part-nav.user-registration-multi-part-nav-prev.btn.button {
	width: 150px;
	margin: 0px 15px 0px 0px !important;
	text-align: center !important;
	padding: 13px 37px !important;
}

/* ============================================== */



a#ur_change_payment {
    padding: 15px 30px !important;
    font-size: 14px !important;
    background: #000594 !important;
    color: #fff !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

table.ur-payment-invoice-table {
    width: 100%;
}



.photogal-page-wrapper .media-box {
	width: 100%;
	height: 400px;
	margin: 0px 0px 40px 0px;
}

.photogal-page-wrapper .media-box img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	background: #ccc;
	border: 1px solid #cfd1d5;
}


.wpcf7 form .wpcf7-response-output { color: #fff;}




/* ============================= */
/* ========tournament-list===================== */

.page-id-2218 .tournament-blue-section-inner { position: relative; overflow: hidden;  }


.page-id-2218 .tournament-wmen {
	position: absolute;
	top: -8px;
	left: 100px;
}


.page-id-2218 .tournament-wmen img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.page-id-2218 .tournament-blue-section-info p { text-align: left; font-size: 18px;
    line-height: 28px; padding: 0px 60px 0px 0px;}


.page-id-2218 .tournament-blue-section-inner h6 { text-align: left;}

.page-id-2218 .tournament-blue-section-inner h2 { text-align: left;}

.page-id-2218 .tournament-blue-section-info { justify-content: start; margin: 0px 0px 20px 0px; }

.page-id-2218 .tournament-blue-section-inner .tournament-grn-butn { margin: 0px;}

.page-id-2218 .tournament-blue-section-inner { padding: 42px 0px; }



.sponsor-donations-carousel-box {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 1px 4px 23.6px 2px #00059433;
	width: 400px;
	height: 590px;
}

.sponsor-donations-carousel-box-text {
	padding: 0px 20px 30px;
}


.sponsor-donations-carousel-box-img {
	padding: 20px 20px;
	background: #FAFAFB;
	border-radius: 10px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	height: 400px;
	overflow: hidden;
}

.sponsor-donations-carousel-box-img img {
	width: auto !important;
	height: auto;
	object-fit: contain;
	margin: 0px auto;
	text-align: center;
}


.sponsor-donations-carousel-box-text h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	height: 60px;
}

.sponsor-donations-carousel-box-text .shop-now-butn {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #fff;
	background: #C30F15;
	border: 1px solid #C30F15;
	border-radius: 8px;
	padding: 8px 20px;
	margin: 10px 0px 0px 0px;
}



.sponsor-donations-carousel-box-text .shop-now-butn:hover {
  color: #C30F15;
  background: #fff; }


.sponsor-donations-carousel-box-text p { font-size: 18px;
  font-weight: 600;
  line-height: 18px; margin: 0px 0px 28px 0px; color: #000594;  }

.sponsor-donations-section-inner .owl-carousel .owl-stage-outer { padding: 20px 20px; }


.confirmdetailform .submbackbtn.sponsor-butn {
	margin-top: 35px;
}

.confirmdetailform .submbackbtn.sponsor-butn {
    margin-top: 36px;
}

/* =========tournament-list==================== */