/* ==========================================================================
Global Styles
========================================================================== */

.container {
    height: 100%;
    max-width: 1160px;
}

ul li,
ul {
    margin: 0;
    padding: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

select::-ms-expand {
    display: none;
}

p {
    padding: 0;
    margin: 0;
}

a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}

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


/*==========================================================================
    Heading Tags
==========================================================================*/

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

#booking-form ul {
    padding-left: 0;
    width: 100%;
}

#booking-form li {
    list-style: none;

}
#booking-form li:before {
  width: 0;
background: transparent;
}

#booking-form input,
#booking-form textarea,
#booking-form select {
    font-size: 16px;
    padding: 0 8px;
    width: 100%;
    color: #000000;
    height: 45px;
    border: 1px solid rgb(211, 211, 211);
    margin-bottom: 10px;
}

#booking-form select {
    background: url('../images/Polygon.png') no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 10px;
    background-position: 97% 50%;
}

#booking-form textarea {
    height: 120px;
    line-height: 1.5;
    padding: 15px 28px;
}

#booking-form input:focus,
#booking-form textarea:focus,
#booking-form select:focus {
    outline: 0;
    border: 1px solid rgb(211, 211, 211);
    background-color: transparent;
}

#booking-form label {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
#booking-form .policy label {
  font-size: 12px;
    color: #bfbfbf;
}


/* Buttons */

#booking-form .next-btn:hover,
#booking-form .submit-btn:hover {
    color: #fff;
}


/* Progress Bar */

.progress-wrap {
    margin: auto;
    display: table;
}

.line-progress-bar {
    display: flex;
    margin: auto;
    width: 100%;
}

.line {
    height: 1px;
    width: 250px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(217, 217, 217);
    position: absolute;
    margin-top: 8px;
}


/*  Tab */

.tab-pane {
    display: none;
}
.tab-content>.tab-pane:first-child {
    display: block;
}


/* Error */

span.error {
    font-size: 12px;
    font-family: "Assistant", arial, sans-serif;
    color: #D6041D;
    text-transform: none;
    display: block;
    margin-bottom: 10px;
}

header {
    border-bottom: 1px solid #000000;
}

.header_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.header_area p,
.header_area a {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.header_area a {
    color: #187d1d;
}

.demo {
    text-align: right;
}
.next_btn.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.form_sec {
    padding: 0px 0;
}
section.form_sec.hub_multi_form_api {
    max-width: 100%;
}
.form_sec h3 {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none;
}

.form_sec h6 {
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

footer {
    background-color: #000;
    padding: 20px 0;
    color: #fff;
}

#step1,
#step2A {
    min-height: 300px;
    height: 100%;
}

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

.inner_footer ul li {
    display: inline-flex;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.inner_footer ul li:after {
    content: "|";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.inner_footer ul li a {
    color: #fff;
}

.inner_footer ul li:last-child:after {
    display: none;
}

.card_bx {
    width: 100%;
    background-color: #ffffff;
    border: 0px solid #ebebeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    /* height: 320px; */
border-radius: 20px;
overflow: hidden;
}

.card_bx img {
    height: auto;
    max-height:200px!important;
    object-fit: cover;
    border-radius: 20px;
}

.profile_info ul li {
    width: 215px;
}

.card-input-element {
    display: none;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked+.card-input:after {
    background-image: url(../images/select.png);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: 12px;
    right: 12px;
    position: absolute;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
}


/*
.card-input-element:checked+.card-input {
    box-shadow: 0 0 1px 1px #2ecc71;
} */

.parent_player_next, .hide {
	display:none;
}

.card_bx h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin-top: 20px;
    padding: 0px 20px 20px 10px;
}

#step1 ul {
    display: flex !important;
    flex-direction: row;
}

#step1 ul li {
    flex-wrap: wrap !important;
    flex: 0 0 49% !important;
}

.players_form {
      padding: 0px;
      border: 0px solid #ebebeb;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 45px;
    display: inline-block;
    margin-bottom: 0px !important;
    width: 100%;
    height: 45px;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    width: 13px;
    height: 13px;
    border: 1px solid #187d1d;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #187d1d;
    position: absolute;
    top: 34%;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio_border {
  border: 1px solid rgb(211, 211, 211);
    height: 45px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 45px;
}

.players_form select {
    text-align: left !important;
    position: relative !important;
    font-size: 16px !important;
}

#previous1,
#previous2,
#previousparent,
#previousplayer,
#previous3 {
    color: #187d1d;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
        float: left;
}

#previous1 i,
#previous2 i,
#previousparent i,
#previousplayer i,
#previous3 i {
    font-size: 13px;
    font-weight: 900;
}
.error_field{
	display:none;
	color: red;
}
.submit_btn {
    width: 240px;
    height: 45px;
    border-radius: 25px;
    background-color: #81cdf0;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    font-family: 'Lexend Deca';
    text-transform: capitalize;
    font-size: 16px!important;
}
div#msg_response {
    color: red;
    text-align: center;
    margin: 10px 0;
}
div#msg_response .success_msg{
    color: #187d1d;
}
.players_form input.submit_btn {
    background: #187d1d;
    color: #fff !important;
    width: 200px!important;
    margin: 0 auto!important;
    border-radius: 4px;
    font-family: 'Lexend Deca';
    text-transform: none;
    font-size: 16px!important;
    border: none!important;
    left: -32px!important;
    position: relative;
}
.page-id-185 .top_menu img {
    display: none;
}
.error_txt, .error_submit_text, .email_error_txt{
    color: red;
    text-align: center;
    margin: 20px 0;
}
#booking-form input[type="submit"]:focus {
    background: #187d1d;
}
@media (max-width:820px) {
    .card_bx img {
        height: 220px;
        object-fit: cover;
		/* margin-bottom: -70px; */
    }
    .card_bx {
        /* height: 220px; */
            overflow: hidden;
    }
    .form_sec h3 {
        font-size: 25px;
    }
    .card_bx h4 {
        font-size: 15px;
    color: #000;
    }
    .form_sec {
        padding: 0px 0;
        height: auto;
    }
    .thankyou-wrapper a {
        font: 15px Arial, Helvetica, sans-serif !important;
        width: 160px !important;
    }
    .thankyou-wrapper p {
        font: 15px Arial, Helvetica, sans-serif !important;
    }
}

@media (max-width:600px) {
    #step1 ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #step1 ul li {
        flex: 0 0 45% !important;
    }
    .inner_footer,
    .header_area {
        display: block;
    }
    .inner_footer ul li {
        font-size: 15px;
    }
}

@media (max-width:450px) {
    #step1 ul li {
        flex: 0 0 48% !important;
        margin-right: 0;
    }
}
.next_btn {
	text-align: center;
	background: #187d1d;
	width: 100%;
	max-width: 129px;
	margin: 0 auto;
	color: #fff;
	padding: 8px 10px;
	border-radius: 4px;
	font-family: 'Lexend Deca';
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.card_bx.card-input.active_bg {
  background: #f3f3f3;
;
}
.card_bx.card-input.active_bg h4 {
  color: #000;
}
@media (min-width:990px) and (max-width:1400px) {
/* .card_bx {
    height: 270px;
} */
}
@media (min-width:820px) and (max-width:990px) {

}
