:focus-visible {outline: none;}
.container {@media (max-width: 768px) {padding-left: 25px; padding-right: 25px;};}
.form-create .form-detail .item { margin-top: 15px; }

/* New Css 30/01/2024 */

@font-face {
    font-family: neuefrutigerworld_w02;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url("../library/fonts/NeueFrutigerWorldW02-Book.woff2") format("woff2"),

}
@font-face {
    font-family: neuefrutigerworld_w02;
    font-style: normal;
    font-weight: 500 950;
    font-display: swap;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url("../library/fonts/NeueFrutigerWorldW02-Bold.woff2") format("woff2"),
}
@font-face {
    font-family: neuefrutigerworld_w02;
    font-style: normal;
    font-weight: 100 300;
    font-display: swap;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url("../library/fonts/NeueFrutigerWorldW02-Light.woff2") format("woff2"),
}

a {
    color: #0066a1;
}

body {
	color: #050505;
	font-size: 15px;
	font-family: tahoma, arial, helvetica, sans-serif;
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.symbol {
    font-size: 20px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    top: -7px;
    position: relative;
    color: #0066a1;
}

/* Header */
	.section-header {
	    background-color: #1474a4;
	    height: 48px;
	    display: block;
	    margin-bottom: 25px;
	    padding: 0 11px;
	}
	.section-header .logo {
		position: relative;
    	max-width: 960px;
    	margin: 0 auto;
	}
	.section-header .logo::before {
	    content: '';
	    position: absolute;
	    top: 0;
	    width: 98px;
	    height: 51px;
	    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .5));
	    background: linear-gradient(to right,#1d4c84 0,#1474a4 100%);
	}
	.section-header .logo::after {
	    position: absolute;
	    left: 0;
	    top: -2px;
	    width: 98px;
	    height: 51px;
	    content: '';
	    background: url('../images/Philips_Shape_white.png') no-repeat center center;
	    background-size: 107px;
	}
/* End */

/* Footer */
	.section-footer {
	    font-size: 15px;
	    text-align: center;
	    background: #0096ee linear-gradient(
	    	to bottom right, #003655 0, #0066a1 50%, #0096ee 100%
	    ) repeat-x;
	}
	.section-footer .m-footer {
	    margin: 0 auto;
	    max-width: 960px;
	    position: relative;
	}
	.section-footer .top-footer {
		padding: 70px 14px;
	}
	.section-footer .top-footer .logo-mobile {
	    display: none;
	}
	.section-footer .top-footer .footer-right i {
		width: 15px;
    	text-align: center;
	}
	.section-footer .top-footer .footer-right a {
	    text-decoration: none;
	}
	.section-footer .top-footer .footer-right,
	.section-footer .top-footer .footer-social {
		padding-top: 50px;
	}
	.section-footer .top-footer .text-connect {
		text-align: left;
	}
	.section-footer .top-footer .footer-social ul li {
	    float: left;
	    list-style: none;
	    background: white;
	    width: 25px;
	    height: 25px;
	    border-radius: 50%;
	    margin-right: 12px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.section-footer .top-footer .footer-social ul li a {
	    color: #0066a1;
	}
	.section-footer .center-footer ul li {
	    width: auto;
	    display: inline-block;
	    float: none;
	    padding-left: 0;
	}
	.section-footer .center-footer ul li a {
	    color: white;
	    text-decoration: none;
	}
	.section-footer .center-footer ul li a span {
		line-height: 15px;
    	display: table-cell;
	    border-left: 1px solid #ccced8;
    	padding: 0 2px 0 6px;
    }
    .section-footer .center-footer ul li:first-child a span {
    	border-left: none;
    }
	.section-footer .bottom-footer {
		padding-bottom: 33px;
		color: #b3c8e6;
	}
/* End */

/* Form */
	.form-create {
	    background: #d9dae4;
	    padding: 30px 31px;
	    margin: 0 0 74px;
	    display: inline-block;
	    width: 100%;
	}
	.form-philips {
		margin: 0 auto;
	    max-width: 960px;
	    box-sizing: border-box;
	}
	.form-heading .p-heading-book {
		letter-spacing: -0.2px;
	    font-size: 21px;
	    line-height: 26px;
	    color: #050505;
	    font-weight: 400;
	}
	.form-heading .p-heading-light {
		letter-spacing: -0.5px;
	    font-size: 34px;
	    line-height: 40px;
	    color: #0066a1;
	    font-weight: 300;
	    margin-bottom: 13px;
	}
	.form-create .form-action {
	    text-align: center;
	    margin: 80px auto 30px;
	}
	.form-action .btn-submit {
	    border: 1px solid transparent;
	    color: #fff;
	    font-size: 14px;
	    border-radius: 0;
	    min-width: 336px;
	    background-color: #0066a1;
	}
	.form-create .form-control:focus {
		box-shadow: none;
	}
	.form-create .text-red {
	    color: #782434;
	}
	.form-create .error-label {
		font-size: 14px;
		color: #782434;
		margin-top: 5px;
	}
	.form-create .form-check-label {
		width: 55%;
	}
	.form-create .form-consent .form-check-label {
		width: 100%;
	}
	.form-create .form-file-label a {
		color: black;
		display: inline-block;
	}
	.form-create label {
		margin-bottom: 2px;
	}
	.form-create input[type="text"],
	.form-create input[type="number"],
    .form-create select {
	    border: 1px solid #b9bbc7;
	    border-radius: 2px;
	    line-height: 22px;
	    height: 46px;
	    font-size: 15px;
        -webkit-appearance: revert;
        -moz-appearance: revert;
        appearance: revert;
	}
	.form-create input[type="file"],
	.form-create input[type="checkbox"] {
	    border-radius: 2px;
	    border: 1px solid #b9bbc7;
	}
	.form-create table {
	    font-size: 15px;
		border: 1px solid #b9bbc7;
	}
	.form-create .select2-selection--single {
		height: 46px !important;
    	border-radius: 2px !important;
    	border: 1px solid #b9bbc7 !important;
	}
	.form-create .select2-selection__rendered {
		line-height: 46px !important;
	}
	.form-create .select2-selection__arrow {
		top: 10px !important;
		right: 11px !important;
	}
	.form-create .input-group-text {
		border-radius: 0px;
		background-color: #0066a1;
		color: #ffffff;
		padding: 9px;
	}
	.form-create .form-products .label {
		background: #989aa5;
		font-weight: bold;
		padding: 5px 12px;
		border: 1px solid gray;
		border-bottom: 0;
	}
	.form-create .form-products .select2-selection--single {
		border-radius: 0 !important;
		border: 1px solid gray !important;
	}
/* End */

/* Files */
	.form-create .form-file-label .files {
		display: none;
	}
	.form-create .form-file-label .file__value {
	    position: relative;
		background-color: white;
	    border-radius: 3px;
	    margin-bottom: 10px;
	    padding: 8px 10px;
	    width: 55%;
	}
	.form-create .form-file-label .file__value--text {
		display: grid;
    	grid-template-columns: 8fr 1fr;
	}
	.form-create .form-file-label .file__value i {
		color: indianred;
	    display: flex;
	    justify-content: flex-end;
	    align-items: center;
	    cursor: pointer;
	}
	.form-create .form-file-label .file__remove {
		display: block;
		width: 20px;
		height: 20px;
		border: 1px solid #000;
	}
/* End */

/* End */

@media screen and (min-width: 701px) {
	body {
		font-family: neuefrutigerworld_w02, tahoma, arial, helvetica, sans-serif;
	}
}

@media screen and (max-width: 768px) {
	.form-philips .form-heading {
		padding: 0 31px;
	}
	.form-create .form-check {
		display: grid;
    	grid-template-columns: 90% 1fr;
    	position: relative;
	}
	.form-create .form-check-label,
	.form-create .form-file-label .file__value {
		width: 100%;
	}
	.form-check .form-check-input {
		position: absolute;
    	right: 0;
	}
}

@media screen and (max-width: 480px) {
	.section-footer .top-footer .logo-desktop {
	    display: none;
	}
	.section-footer .top-footer .logo-mobile {
	    display: block;
	}
	.section-footer .top-footer .footer-right {
		text-align: center !important;
	}
	.section-footer .top-footer .text-connect {
		text-align: center;
	}
	.section-footer .top-footer ul {
		display: flex;
    	justify-content: center;
	}
}
