/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2025 | 17:55:15 */
.cosscheckbox legend {
    color: #Fff !important;
    font-size: 22px !important;
    font-weight: 300 !important;
}

.similerradio legend {
    color: #Fff !important;
    font-size: 22px !important;
    font-weight: 300 !important;
}
.conradio legend {
    color: #Fff !important;
    font-size: 22px !important;
    font-weight: 300 !important;
}


.cstmhtml h2 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    font-family: Bai Jamjuree;
	padding-top:20px;
}

.cstmhtml h3 {
    font-size: 18px;
    font-family: Bai Jamjuree;
    color: #02D0CC;
    margin-top: -8px;
    font-weight: 200;
/*     width: 500px; */
    padding-bottom: 25px;
	line-height:1.3em;
}

.cstmhtml11 h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 200;
    padding-top: 20px;
    margin-bottom: -5px;
}
.acceptcheck legend {
    display: none !important;
}

div#field_1_44 h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
}


/* CHECKBOX----------------- */
.cosscheckbox .gfield_checkbox,
.gfield_radio{
    display: flex;
    gap: 20px;
}
.gchoice {
    gap: 15px;
    display: flex;
    align-items: center;
	margin-top:7px;
}
@media only screen and (max-width: 767px) {
div#input_1_10 {
    flex-direction: column;
	gap: 15px;
}




}