

@font-face {
  font-family: 'Swiss721BT';
  src: url('../fonts/Swiss721BT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Swiss721BT-Black';
  src: url('../fonts/swis721-blkoul-bt-black.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
main{
    min-height: calc(100vh - 137px);
}
.btn{
	font-size: 20px;
	font-weight: 600;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 10px;
}
.btn_flat{
    border-radius: 0 ! important;
}
.btn_lg{
    padding: 20px 25px;
}
.btn_lightprimary{
    color: #d0001d !important;
    background-color: #ffe1e1 !important;
}
.btn_primary{   
    color: #ffffff !important;
    background-color: #be2525 !important;
    font-weight: 600;
}
.btn_primary_outline{
    color: #be2525 !important;
    border: 1px solid #be2525 !important;
    font-weight: 600;
}
.btn_green{
    color: #ffffff !important;
    background-color: #6aa370 !important;   
}
.space-py-100{
    padding-top:100px;
    padding-bottom:100px;
}
.space-pt-100{
    padding-top:100px;
}
.space-pb-100{
    padding-bottom:100px;
}
.space-my-100{
    margin-top:100px;
    margin-bottom:100px;
}
.space-mt-100{
    margin-top:100px;
}
.space-mb-100{
    margin-bottom:100px;
}
.codex_header{
    padding:15px 0;   
    background-color:#000000;
}
.codex_header .brand_logo img{
    max-width:255px;
    width:100%;
}
.hero_se{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero_se .herosec_detail{
    height:calc(100vh - 95px);
    width: 100%;
    display:flex;
    align-items:center;
}
.hero_se h2 {
    color: #ffffff;
    font-size: 85px;
    font-weight: 600;
    margin-bottom:20px;
    font-family: 'Swiss721BT-Black', sans-serif;
}
.hero_se p {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom:50px;
}
.whowee_are h2{
    color: #7b1612;
}
.whowee_are p{
        font-size:24px;
}
.whowee_are .detail_list li{
    font-size:24px;
}
.whowee_are h3{
    color: #737373;
    font-weight: 600;
}
.whowee_are .ourhub_card{
    background-color: #fae2e2;
    padding: 20px;
}

.whowee_are .table_whowearea th,
.whowee_are .table_whowearea td{
    font-weight:500;
    padding:10px 10px;
}
.whowee_are .table_whowearea th{
    border-bottom:1px solid #ffffff;
}
.howto_join{
    background-color:#c9c9c9;
    padding:20px;
}
.howto_join h3{
    color: #7b1612;
}
.howto_join p{
    font-size: 22px;
}
.joinlogo_list{
    list-style: none;
    gap:30px;
}
.joinlogo_list img{
    height:80px;
}
.apply_form sup{
    color:red;
}
.apply_form .form_control{
    border-radius: 7px;
    background-color: #f5f5f5;
    border: 1px solid #737373;
    width: 100%;
    padding: 10px;
    outline:none;
    display: block;
}
.apply_form h3{
    color:#7b1612;
}
.sub_footer{
    background-color:#000000;
    padding:10px 0;
    color:#ffffff;
    text-align:center;
}
/*Trail modal */
.trail_modal .modal-body{
    padding: 30px;
}
.trail_modal .trial_list{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-left: 0;
    list-style: none;
}
.trail_modal .trial_list li{
    
    border-radius: 15px;
    border: 1px solid #000000;
    width: 100%;
    max-width: calc(25% - 20px);
    text-align: center;
}
.trail_modal .trial_list li a{
    color: #000000;
    text-decoration: none;
    padding: 15px;
    display: block;
}
.trail_modal p{
    margin-bottom: 0;
}
.trail_modal .trial_list li p{
    font-size: 14px;
}
.trail_modal strong{
    display: block;
}
.trail_modal .btn{
    margin: auto;
    margin-top: 40px;
    display: block;
    width: fit-content;
}

.classes_booked{            
    padding-top: 80px;      
    min-height: calc(100vh - 137px);      
}
.classes_booked h2{                
    color: #a22d29;
    font-size: 45px;
    margin-bottom: 15px;
}
.classes_booked p{
    font-size: 34px;
}
.program_detailtable{
    padding: 10px 15px;
}
.program_detailtable table tr th:first-child,
.program_detailtable table tr td:first-child{
    padding-left: 0;
}
.program_detailtable table tr th{
    padding-top: 0 !important;
    font-size: 17px;
    letter-spacing: 0.03em;
}
.program_detailtable table tr td{
    padding-bottom: 0 !important;
    font-size: 17.5px;
    letter-spacing: 0.03em;
}

.mycart_table{
    border: none;
}
.mycart_table th,
.mycart_table td{
    padding: 10px 12px;
    font-size: 18px;
}
.mycart_table th{
    background-color: #bfbfbf;    
}
.mycart_table tfoot{
    border-top: 2px solid #000000;
}
.mycart_table tfoot td{
    vertical-align: top;
}
.grandtotal_pay .grandtotal_group{
    margin-bottom: 15px;
}
.grandtotal_pay .btn_confirm{
    width: 260px;
}
.grandtotal_pay .custom_radio{

}
.grandtotal_pay .custom_radio .customradio_check{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: text-bottom;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    display: none;
}
.grandtotal_pay .custom_radio [type="radio"]:checked ~ .customradio_check{
    background-color: #be2525 !important;
    border-color: #be2525 !important;
}
.grandtotal_pay .paylbl_text{
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}
.grandtotal_title{
    /*border-bottom: 1px solid #000000;
    width: 300px;
    padding-bottom: 20px;
    margin-bottom: 10px;*/
    font-size: 20px;
}
.payment_popover{
    background-color: #eeeeee;
    padding: 20px;
    position: relative;
    width: 260px;
    margin-top: 20px;
}
.payment_popover::before {
  content: "";
    position: absolute;
    top: -14px;
    left: 55px;
    border-width: 0 15px 15px 15px;
    border-style: solid;
    border-color: transparent transparent #eeeeee transparent;
}

.payment_popover .popover_list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 15px;
}
.shopping_cart .btn_clearcart{
    padding: 0;
    color: #000000 !important;
    background-color: transparent !important;
    text-decoration: underline;
    font-weight: 500;
}

@media (max-width:1399px){
    .whowee_are p {
        font-size: 18px;
    }
    .whowee_are .detail_list li {
        font-size: 18px;
    }
    .howto_join p {
        font-size: 19px;
    }
}
@media (max-width:1199px){
	.space-py-100{
	    padding-top:80px;
	    padding-bottom:80px;
	}
	.space-pt-100{
	    padding-top:80px;
	}
	.space-pb-100{
	    padding-bottom:80px;
	}
	.space-my-100{
	    margin-top:80px;
	    margin-bottom:80px;
	}
	.space-mt-100{
	    margin-top:80px;
	}
	.space-mb-100{
	    margin-bottom:80px;
	}
	.hero_se .herosec_detail{
		padding: 80px 0;
		height: auto;
	}
    .hero_se h2{
        font-size:72px;
    }
    .hero_se p{
        font-size:22px;
    }
}

@media (max-width:991px){
    .trail_modal .trial_list li{
        max-width: calc(50% - 15px);
    }
}

@media (max-width:767px){
	.btn{
		font-size: 16px;
		padding: 13px 15px;
	}
	.space-py-100{
	    padding-top:50px;
	    padding-bottom:50px;
	}
	.space-pt-100{
	    padding-top:50px;
	}
	.space-pb-100{
	    padding-bottom:50px;
	}
	.space-my-100{
	    margin-top:50px;
	    margin-bottom:50px;
	}
	.space-mt-100{
	    margin-top:50px;
	}
	.space-mb-100{
	    margin-bottom:50px;
	}
	.hero_se .herosec_detail{
		padding: 60px 0;
	}
	.hero_se h2 {
         font-size: 52px; 
    }
     .hero_se p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .joinlogo_list img {
	    height: 74px;
	}
    .trail_modal .modal-body{
        padding: 20px;
    }
    .trail_modal .trial_list{
        gap:15px;
    }
    .classes_booked{
        padding-top: 40px;
    }
    .classes_booked h2{
        font-size: 24px;
    }
    .classes_booked p {
        font-size: 18px;
    }
   .is-invalid {
        border: 2px solid red !important;
    }
    .grandtotal_title{
        white-space: nowrap;
        width: auto;
        padding-bottom: 0;
        font-size: 16px;
        border: none;
    }
    .grandtotal_pay .paylbl_text {
        font-size: 16px;
    }
    .grandtotal_pay .grandtotal_group{
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .grandtotal_pay .custom_radio .customradio_check{
        width: 15px;
        height: 15px;
        margin-right: 5px;
        vertical-align: middle;
    }
    .payment_popover{
        width: 210px;
        padding: 12px;
    }
    .payment_popover .popover_list{
        padding: 12px;
    }
    .payment_popover .popover_list li{
        font-size: 16px;
    }
    .grandtotal_pay .btn_confirm {
        width: 100%;
    }
    
}