body {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
    background-color: #eeeb63;
    margin: 0;
    padding: 0;
}
/** fonts **/
.font-ubuntu {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.font-19 {
    font-size: 19px;
}
.font-27 {
    font-size: 27px;
}
/** text Styles **/
.text-yellow {
    color: #f0eb57;
}
.text-white {
    color: #FFF;
}
.text-bold {
    font-weight: 700;
}
.text-medium {
    font-weight: 500;
}
iframe {
	width: 100% !important;
}
/** Top Part **/
.top-part {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../../LUMATEK_background_Calculator.jpg");
    background-size: cover;
    background-position: center;
    color: #FFF;
    padding: 60px 0 40px 0;
    min-height: 60vh;
    position: relative;
}
.top-part .logoimg {
    max-height: 300px !important;
    width: auto !important;
}

.top-part .row:first-child {
    margin-bottom: 20px;
}
/** Input area Part **/
.input-area-part {
    background-color: #eeeb63;
    padding: 60px 0;
    min-height: 40vh;
    margin-bottom: -100px !important;
}
.input-area-part .container .height-adjust {
    /* min-height: 25vh;
    max-height: 25vh; */
    align-items: center;
}
.form-control {
    border-radius: 15px;
    border: 1px solid #666 !important;
    padding: 15px 20px;
    font-size: 18px;
    background-color: #f5f5f5;
    color: #000;
    text-align: center;
    font-weight: normal;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000 !important;
    background-color: white;
}
.button {
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #333;
    font-weight: normal;
    background-color: #eeeb63;
    border: none;
    border-radius: 15px;
    border: 1px solid #666;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 50px;
    margin-top: 20px !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button:hover {
    background-color: #f0f0a0;
    transform: translateY(2px);
    box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.button:active {
    background-color: #e0e050;
    transform: translateY(4px);
    box-shadow: 0px 0px rgba(0, 0, 0, 0.2);
}
.error {
    font-size: .5em;
    color: #dc3545;
    font-size: 0.6em;
    margin-top: 3px;
}
.middle-part {
    background-color: #eeeb63;
    padding: 40px 0;
}
.table_header_ww {
    font-size: 15px;
}
.middle-part table thead td {
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.middle-part table td {
    font-size: 14px;
}
.middle-part table td,
.middle-part table tr {
    border-color: #000;
}
.middle-part table tr:nth-child(2) td {
    border-right: 0 none;
    border-left: 0 none;
}
/* .middle-part table {
      border-left: solid 1px #000;
      border-top: solid 1px #000;
  }
  .middle-part table td {
      border-right: solid 1px #000;
      border-bottom: solid 1px #000;
  }
*/
.bottom-part {
    text-align: center;
    padding-top: 50px;
    background-color: #000;
    color: white;
    padding: 50px 0;
}
.bottom-form_part {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 50PX;
    background-size: cover;
}
.bottom-form-part {
    display: flex;
    justify-content: center;
}
.triangle_img {
    width: 13%;
    padding-top: 20px;
    padding-bottom: 10px;
}
.bottom-con-part {
    padding-top: 30px;
}
.bottom-textarea {
    width: col-8;
    margin-top: 10px !important;
}
.bottom-text-part b {
    color: #f1ec47;
    font-weight: bold;
    font-size: 18px;
}
.bottom-text-part p {
    color: white;
    font-size: 12px;
}
.bottom-content-text-area {
    text-align: left;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.bottom-part .form-control {
    border-radius: 0;
    border: 2px solid #000;
    margin-bottom: 10px;
}
.bottom-part .button {
    border: 2px solid #000;
    border-radius: 0;
}

.newsletter-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: white;
    margin-right: 10px;
}

.newsletter-label {
    color: white;
    font-size: 14px;
    margin: 0;
}

.send-button {
	background-color: #eeeb63 !important;
	color: #333 !important;
	border: 1px solid #666 !important;
	border-radius: 50px !important;
	padding: 12px 30px !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	min-width: 100px !important;
	height: 50px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	margin-top: 0 !important;
}

.send-button:hover {
    background-color: #f0f0a0;
}

.contact-section {
	background-color: #000;
	padding: 0 30px 30px 30px;
	border-radius: 8px;
	height: 100%;
	align-items: flex-start !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
}

.definitions-section {
	background-color: #000;
	padding: 10px;
	border-radius: 8px;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
}

.bottom-top-text {
    color: #eeeb63 !important;
    font-size: 18px !important;
    text-align: left !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    display: block !important;
    margin-top: 0 !important;
}

.newsletter-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    background-color: white;
    margin-right: 10px;
    border-radius: 15px !important;
}

.input_area {
    background-color: #f5f5f5 !important;
    border: 1px solid #666 !important;
    border-radius: 15px !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    color: #333 !important;
    text-align: left !important;
}

/* Specific centering for country and enquiry fields */
.input_area[placeholder="country"],
.input_area[placeholder="nature of enquiry"] {
    text-align: center !important;
}

/* Force left alignment for all form fields */
.contact-section .form-control.input_area {
    text-align: left !important;
}

.contact-section textarea.form-control {
    text-align: left !important;
}

.bottom-text-part b {
    color: #eeeb63 !important; /* Yellow for terms */
    font-weight: bold !important;
    font-size: 16px !important;
}

.bottom-text-part p {
    color: white !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
/** Media queries **/
@media (min-width: 992px) and (max-width: 1199px) {
    .middle_first_part>div>div>b {
        font-size: 16px;
    }
    .middle-part table td {
        font-size: 12px;
    }
}
@media (min-width: 1260px) and (max-width: 1430px) {
    .table_header_ww {
        margin: 0 auto 15px auto;
        max-width: 80%;
    }
}




@media (max-width: 575px) {
    .top-part {
        font-size: 13px;
        padding: 30px 0;
        min-height: 50vh;
    }

    .font-27 {
        font-size: 13px;
        margin-top: 10px;
    }

    .input-area-part {
        margin-top: -10px;
        min-height: 20vh;
    }
    .input-area-part .form-inline .font-ubuntu {
        margin-top: .5rem;
        font-size: 14px;
    }
    .form-control {
        padding: .275rem .25rem;
    }
    .button{
        height: 40px;
    }
}
@media (min-width: 576px) {
    .top-part {
        padding: 50px 0;
    }
}


@media (min-width: 1200px) {
	.top-part .logoimg {
		max-height: 300px !important;
		width: auto !important;
		margin: 0 auto;
	}
}

.top-part .mt-3 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

.paragraphs-container {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
}

.paragraphs-container .mt-3 {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: white;
}

.paragraph-text {
    text-align: left !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: white;
}

.paragraph-indent {
    margin-left: 20px;
}

.top-part .paragraph-text {
    text-align: left !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: white;
}
@media screen and (max-width:320px) and (orientation:portrait){body{font-size:16px;padding:0 10px}.top-part{padding:20px 0;min-height:40vh;background-position:top}.font-27{font-size:14px}.form-control{font-size:14px;padding:8px 12px}.button{font-size:14px;height:40px}.middle-part{padding:20px 0}.middle-part table td{font-size:12px}.table_header_ww{font-size:13px}.paragraph-text{font-size:13px}}
@media screen and (min-width:673px) and (max-width:750px) and (orientation:portrait){body{font-size:18px;padding:0 30px}.top-part{padding:40px 0;background-size:cover}.form-control{font-size:16px;padding:12px 16px}.button{font-size:16px;height:48px}.middle-part{padding:40px 0}.middle-part table td{font-size:14px}.table_header_ww{font-size:14px}.paragraph-text{font-size:15px}}