.kk_Group_Success {
				  text-align: center;
				}
				.kk_Group_Success h2 {
				  font-size: 2rem;
				}
				.kk_Group_Success h4 {
				  font-size: 1.5rem;
				  opacity: .8;
				}
				.tools-row {
					margin: 50px 0;
				}
				.remote-support {
					background-image: url(/cds/image$LG-with-wrench$20230510233932);
					background-repeat: no-repeat;
					background-position: right bottom;
					background-size: cover;
					padding: 20px 30px 30px;
					color: rgb(255, 255, 255);
				}
				.book-support {
					background-image: url(/cds/image$LG-with-form$20230510233752);
					background-repeat: no-repeat;
					background-position: right bottom;
					background-size: cover;
					padding: 20px 30px 30px;
					color: rgb(255, 255, 255);
				}
				.phone-support {
					background-image: url(/cds/image$LG-with-phone$20230510233900);
					background-repeat: no-repeat;
					background-position: right bottom;
					background-size: cover;
					padding: 20px 30px 30px;
					color: rgb(255, 255, 255);
				}

				.phone-support,.book-support,.remote-support {
					min-height: 440px;
				}
				.phone-support h2,
				.book-support h2,
				.remote-support h2,
				.phone-support h3,
				.book-support h3,
				.remote-support h3 {
					color: rgb(18, 204, 181);
				}
				.remote-support a.button,
				.book-support a.button,
				.phone-support a.button {
					display: inline-block;
					text-align: center;
					line-height: 1;
					cursor: pointer;
					-webkit-appearance: none;
					transition: background-color 0.25s ease-out, color 0.25s ease-out;
					vertical-align: middle;
					border-radius: 3px;
					padding: 0.85em 1em;
				white-space: unset;
					font-size: 1rem;
					background: rgb(18, 204, 181);
					border: solid 1px rgb(18, 204, 181);
					color: RGB(255, 255, 255);
					font-weight: bold;
					max-width: 190px;
					margin: 20px 0;
					word-wrap: normal;
				}

				.remote-support a.button:hover,
				.remote-support a.button.hollow:hover,
				.book-support a.button:hover,
				.phone-support a.button:hover {
					color: #fff;
					background: #000;
				}
				.remote-support a.button.hollow,
				.book-support a.button.hollow,
				.phone-support a.button.hollow {
					color: rgb(18, 204, 181);
					background: transparent;
					border: solid 1px rgb(18, 204, 181)
				}
				.remote-support a.button.link,
				.book-support a.button.link,
				.phone-support a.button.link {
					background: none;
					border: none;
					color: rgb(0, 97, 171);
					font-size: 1.4rem;
				}		
				.kk_RadioButtonGroupControl ul,
				.kk_AlternateRadioButtonsControl ul{
					list-style:none;
					display:block;
					padding:0;
					margin:0;
				}
				.kk_RadioButtonGroupControl li,
				.kk_AlternateRadioButtonsControl li{
					display:block;
					margin:0;
					padding:0;
				}

				.kk_RadioButtonGroupControl input,
				.kk_AlternateRadioButtonsControl input{
					display: none!important;
				}

				.kk_RadioButtonGroupControl label,
				.kk_AlternateRadioButtonsControl label {
					position:relative;
					line-height: 1.6;
					cursor:pointer;
					padding:8px 0 8px 25px;
				}
				.kk_RadioButtonGroupControl label::before,
				.kk_AlternateRadioButtonsControl label::before{
					content: '';
					display:block;
					cursor:pointer;
					position: absolute;
					left: 0;
					top: 12px;
					width: 16px ;
					height: 16px;
					border-radius: 50%;
					border:1px solid #cfd4d9;
					background-color:#ffffff;
					transition: all 0.2s ease;
				}
				.kk_RadioButtonGroupControl label:hover::before,
				.kk_AlternateRadioButtonsControl label:hover::before{border:1px solid #4892FE;}
				.kk_RadioButtonGroupControl input:checked + label::before,
				.kk_AlternateRadioButtonsControl input:checked + label::before{border:5px solid #4892FE;}
				.kk_RadioButtonGroupContainer.horizontal-radio-buttons ul li,
				.kk_AlternateRadioButtonsContainer.horizontal-radio-buttons ul li{
					display:inline-block;
					margin-right: 25px;
				}
				
/******************************************************
*
* 9.2. Date picker
*
*******************************************************/
#ui-datepicker-div{
    z-index:21!important;
}
table.ui-datepicker-calendar{
    table-layout: auto;
}
.ui-datepicker{
    display:none; /* hiding by default */
    padding:20px;
    background-color:#4892FE;
    box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.2);
}
.ui-datepicker-header{
    clear:both;
}
a.ui-datepicker-prev:not([href]),
a.ui-datepicker-next:not([href]){
    cursor:pointer;
    color:#fff;
    text-decoration:underline;
    padding-bottom:10px;
}
a.ui-datepicker-prev:not([href]):hover,
a.ui-datepicker-next:not([href]):hover{
    text-decoration:none;
    color:#fff;
}
.ui-datepicker-next{
    float:right;
}
.ui-datepicker-title{
    color:#fff;
    display:block;
    line-height:2;
}
.ui-datepicker table{
    background-color:transparent;
    margin-bottom:0;
}
.ui-datepicker table tr:nth-child(odd),
.ui-datepicker table tr:nth-child(even){
    background-color:transparent;
}
.ui-datepicker table thead{
    border-bottom:1px solid rgba(255, 255, 255,0.3);
}
.ui-datepicker table thead th{
    color:#fff;
    padding:12px;
}
.ui-datepicker table tr td {
    padding:0;
}
.ui-datepicker table tr td a{
    color:#fff;
    text-decoration:none;
    padding:12px;
    display: block;
    text-align: center;
}
.ui-datepicker table tr td a:hover{
    color:#fff;
    background:rgba(0, 0, 0,0.1);
}

/* Custom date picker */
.kk-date-day,
.kk-date-month,
.kk-date-year{
    display:inline-block;
    vertical-align:bottom;
}
.kk-date-day{
    width:70px;
    margin-right:10px;
}
.kk-date-month{
    width:120px;
    margin-right:10px;
}

.kk-date-year{
    width:calc(100% - 220px);
    min-width:130px;
}

.kk-date-year select,
.kk-date-year select[title]{
    width:80px;
}