
body {
    font-family: 'Kanit', sans-serif;
    overflow-x: hidden;
    overflow: hidden;
    overflow: unset;
    font-size: 16px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    margin: 0;
    
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 1s cubic-bezier(0.745, 0.065, 0.17, 1);
    background-color: #000000;
}
.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.d-none {
    display: none !important;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
a {
    background-color: transparent;
    text-decoration: none;
    display: inline-flex;
    color: inherit;
}
* {
    box-sizing: border-box;
}
input:focus{
    outline: none;
}
picture {
    display: inline-block;
    width: 100%;
}

img {
    border: 0;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 100%;
}
.navbar .navBox .mob-header li.logo img {
    height: 40px;
}
.navbar .navBox .mainHeaderWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
}
.navbar .navBox .mainHeaderWrap .main-header-logo {
    width: 7%;
}
.sectionWrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    padding-top: 2rem;
}
.sectionWrap h1{
    font-size: 32px;
    line-height: 1;
    color: #D0343E;
    margin: 0;
}
.sectionWrap h4{
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}
.healthChekcupWrap{
    /* background: transparent linear-gradient(174deg, #310406 0%, #080808 92%, #262424 100%) 0% 0% no-repeat padding-box; */
    background: url("../images/bg.png"), transparent linear-gradient(174deg, #310406 0%, #080808 92%, #262424 100%) 0% 0% no-repeat padding-box ;
    margin-top: 63px;
    min-height: 100vh;
    padding-bottom: 100px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.healthChekcupWrap .healthChekcupFormBox{
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    column-gap: 100px;
    justify-content: center;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box{
    width: calc((100% / 2) - 100px);
}
/* .healthChekcupWrap .healthChekcupFormBox .form-feild-box:has(.dropDownWrap){
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} */
.healthChekcupWrap .healthChekcupFormBox .form-feild-box:nth-last-child(2){
    border-bottom: 0;
    width: calc(100% - 100px);
    margin: 0 auto;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box input{
    width: 100%;
    background: transparent;
    color: #BABABA;
    font-size: 1rem;
    border: 0;
    position: relative;
    z-index: 1;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
::placeholder{
    background: transparent;
    color: #BABABA;
    font-size: 1rem;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dateBox{
    position: relative;
    display: block;
    cursor: pointer;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dateBox:before{
    content: "";
    background: url("../images/date-icon.svg") no-repeat;
    width: 21px;
    height: 19px;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 0;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap{
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: unset !important;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap span{
    position: relative;
    justify-content: flex-start;
    align-items: center;
    padding: 0 40px 0px 0;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #BABABA;
    font-size: 1rem;
    line-height: 1;
    min-height: 24px;
    border: 0;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap span:before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #d0343e;
    border-left: 2px solid #d0343e;
    position: absolute;
    right: 10px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
    top: 4px;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap .dropDownBox:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #555555;
    position: absolute;
    top: -10px;
    right: 10px;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap .dropDownBox {
    right: 0;
    min-width: 150px;
    margin-top: 15px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #555555;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap .dropDownBox ul {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap .dropDownBox ul li {
    color: #BABABA;
    border-bottom: 1px solid rgba(248, 247, 247, 0.2);
    cursor: pointer;
    list-style-type: none;
    z-index: 9;
    padding: 5px 0;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap .dropDownBox ul li.disabledslot{
    filter: invert(1);
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap .dropDownBox ul li.disabledslot a{
    cursor: not-allowed;
	color:#00FFFF;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .dropDownWrap .dropDownBox ul li a {
    padding: 1rem;
    display: block;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .checkBoxWrap {
    color: #BABABA;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .checkBoxWrap label {
    color: #BABABA;
    font-size: 1rem;
    position: absolute;
    bottom: -30px;
    left: 0;
    padding: 10px 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    padding-left: 25px;
    padding-top: 10px;
    cursor: pointer;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .checkBoxWrap label a{
    color: #D0343E;
    padding-left: 5px;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .checkBoxWrap .checkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .checkBoxWrap .checkmark{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-color:transparent;
    border: 1px solid #d0343e;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .checkBoxWrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    width: 5px;
    height: 10px;
    border: solid #d0343e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px;
    border-width: 0 2px 2px 0;
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .checkBoxWrap .checkBox input:checked ~ .checkmark:after {
    display: block;
}

.BtnWrap{
    display: block;
    padding-top: 20px;
}
.BtnWrap button{
    background: #D0343E 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
}
/* date picker */
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909c;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td.ui-state-disabled a{
    color: #546e7a;
}
.ui-datepicker-calendar tbody td a:hover {
	background-color: #d0343e63;
    color: #FFFFFF;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #D0343E;
	color: #FFFFFF;
}
.ui-datepicker-today a.ui-state-default.ui-state-highlight{
    background-color: #D0343E;
	color: #FFFFFF;
    border: 1px solid #000;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #eceff1;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a > span {
	display: none;
}
.ui-datepicker-title {
	width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 0 auto;
    gap: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
}
select.ui-datepicker-month,
select.ui-datepicker-year{
    width: -webkit-fill-available;
    border: 0;
    height: 25px;
}
select:focus{
    outline: none;
}
.ui-datepicker-week-col {
	color: #78909c;
	font-weight: 400;
	font-size: 0.75rem;
}
label.error {
    color: #d0343e !important;
    font-weight: 100;
    font-size: medium;
}

.userdata {
    text-align: center!important;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}


/* date picker */

.GUIDELINESWrap{
    padding: 50px 50px;
    width: 75%;
    margin: 0 auto;
    background: #000;
}
.GUIDELINESWrap .titleHeading {
    font-size: 1.1rem;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 1rem;
}
.GUIDELINESWrap ul.outerUL {
    padding: 0 30px;
}
.GUIDELINESWrap ul.outerUL li {
    font-size: 1rem;
    color: #BABABA;
    font-weight: 500;
    list-style-type: disc;
    margin-bottom: 5px;
}
.GUIDELINESWrap ul.innerUL {
    padding: 5px 30px;
    padding-bottom: 0;
}
.GUIDELINESWrap ul.innerUL li {
    font-size: 1rem;
    color: #BABABA;
    font-weight: 500;
    list-style-type: circle;
    margin-bottom: 5px;
}
.GUIDELINESWrap .NoteWrap{
    font-size: 1rem;
    color: #BABABA;
    font-weight: 500;
    list-style-type: disc;
    margin-bottom: 5px;
}
.GUIDELINESWrap .NoteWrap span{
    font-size: 1.2rem;
    color: #D0343E;
    font-weight: bold;
    list-style-type: disc;
    margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1180px){
    .healthChekcupWrap .healthChekcupFormBox .form-feild-box{
        width: 100%;
    }
    .healthChekcupWrap .healthChekcupFormBox .form-feild-box:nth-last-child(2){
        width: 100%;
    }
}
@media (max-width: 767px){
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .navbar .navBox .mainHeaderWrap{
        min-height: 52px;
    }
    .navbar .navBox .mainHeaderWrap .main-header-logo {
        width: 20%;
    }
    .healthChekcupWrap .healthChekcupFormBox .form-feild-box{
        width: 100%;
    }
    .healthChekcupWrap{
        height: auto;
        margin-top: 55px;
    }
    .healthChekcupWrap{
        /* background: transparent linear-gradient(174deg, #310406 0%, #080808 92%, #262424 100%) 0% 0% no-repeat padding-box; */
        background: url("../images/mb-bg.png"), transparent linear-gradient(174deg, #310406 0%, #080808 92%, #262424 100%) 0% 0% no-repeat padding-box ;
        height: auto;
        padding-bottom: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .healthChekcupWrap .healthChekcupFormBox .form-feild-box:nth-last-child(2){
        width: 100%;
    }
    .userdata{
        width: 100%;
    }
    .BtnWrap{
        padding-top: 80px;
    }
    .GUIDELINESWrap{
        padding: 30px 20px;
        width: 100%;
    }
    .GUIDELINESWrap .titleHeading{
        text-align: center;
    }
    .GUIDELINESWrap ul.outerUL,
    .GUIDELINESWrap ul.innerUL{
        padding: 0 15px;
    }
}
.theader{
	margin-top:30px;
	width: 100%;
}
.theader th, .theader td {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
	color: white; /* Set text color to white */
}
.healthChekcupWrap .healthChekcupFormBox .form-feild-box .checkBoxWrap label#terms-error{
    top: 20px;
}

@media (max-width: 767px){
    .healthChekcupWrap .healthChekcupFormBox .form-feild-box .checkBoxWrap label#terms-error{
        top: 30px;
    }
}
.weekend {
	color: red !important;
}