body {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 25px;
	color: #ffffff;
}
h1.h1_class_1 {
	font-size: 25px;
	color: #000000;
}
h2 {
	size: 16px;
}
h2.h2_class_1 {
	size: 16px;
	color: #ffffff;
}
h3 {
	size: 15px;
	cursor: pointer;
}
h3.h3_class_1 {
	size: 15px;
	text-align: center;
}
h3.h3_class_2 {
	size: 14px;
	text-align: center;
	color: #000000;
}
h3.menu_item {
	size: 15px;
	cursor: pointer;
}
h3.menu_item:hover {
	background: #195176;
	color: #ffffff;
	font-weight: bolder;
}
h4 {
	size: 15px;
	color: #ffffff;
	font-weight: bolder;
}
h4.loading_div {
	position: fixed;
    size: 15px;
    top: 50vh;
    left: 0px;
    color: #ffffff;
    font-weight: bolder;
    right: 0px;
}
h5 {
	size: 15px;
	color: #000000;
	font-weight: bolder;
}
p {
	size: 13px;
	color: #8e8e8e;
}
p.p_class_1 {
	size: 15px;
	color: #ffffff;
}
p.p_class_2 {
	font-size: 12px;
	color: #8e8e8e;
}
p.p_class_3 {
	size: 15px;
	color: #8E8E8E;
	text-align: right;
}
p.p_class_4 {
	size: 15px;
	color: #8E8E8E;
	text-align: center;
}
p.p_class_5 {
	size: 15px;
	color: #0DB02A;
	text-align: center;
}
p.p_class_6 {
	font-size: 10px;
	color: #8e8e8e;
	text-align: justify;
	margin: 5px;
}
p.p_class_7 {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin: 5px;
}
p.p_class_8 {
	font-size: 10px;
	color: #ffffff;
	margin: 0px;
}
a {
	color: #000000;
}
a.a_class_1 {
	position: fixed;
    background: #37a1dc;
    height: auto;
    color: #ffffff;
    width: auto;
    bottom: 20px;
    text-decoration: none;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
    right: 20px;
    border-radius: 10px;
}
a.a_class_2 {
    color: #ffffff;
	text-decoration: none;
}
ul {
	padding: 20px;
}
li {
	color: #999999;
}
.title_underline_class_1 {
	height: 5px;
    width: 100px;
    background: #c2ff05;
    border-radius: 5px;
}
.a4-sheet {
	background: #ffffff;
	position: absolute;
	width: 80%;
	height: 80%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	border-radius: 5px;
	padding: 30px;
}
.video_class_1 {
	width: 100%;
    height: inherit;
    /* object-fit: cover; */
}
.video_class_2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.video_class_3 {
    width: 60%;
    border-radius: 10px;
}
.video_container_class_1 {
	text-align: center;
}
.container {
	width: 100%;
	height: auto;
}
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	background: #ffffff;
	z-index: 10;
}
.menu {
	position: absolute;
	top: 15px;
	left: 20px;
	cursor: pointer;
}
.logo {
	position: absolute;
    left: 60px;
	top: 0px;
	height: 45px;
	width: 120px;
    cursor: pointer;
}
.quotes_logo {
	position: absolute;
    right: 5px;
	top: 5px;
	height: 45px;
	width: 120px;
}
table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.table-wrapper {
	background: #fff;
	padding: 16px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.responsive-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.responsive-table td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	font-size: 14px;
	word-break: break-word;
}
.button-container {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.table-button {
	padding: 8px 14px;
	font-size: 14px;
	border: none;
	border-radius: 6px;
	background-color: #007bff;
	color: white;
	cursor: pointer;
	transition: background 0.2s;
}

.table-button:hover {
	background-color: #0056b3;
}
th, td {
	padding: 12px 18px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 8px;
}

th {
	background: #f1f1f1;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 8px;
}

tr:nth-child(even) {
	background: #fafafa;
}
.section_container_class_1 {
	position: relative;
	background: #ffffff;
	width: 100%;
	height: 50vh;
	padding-top: 0px;
	padding-bottom: 200px;
}
.section_container_class_2 {
	background: #ffffff;
	width: 100%;
	height: 40vh;
	padding-top: 0px;
	padding-bottom: 0px;
}
.section_container_class_3 {
	background: #ffffff;
	width: 100%;
	height: 40vh;
	padding-top: 0px;
	padding-bottom: 200px;
}
.section_container_class_4 {
	position: relative;
    background: #8e8e8e;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.fixed_container_class_1 {
	position: fixed;
	background: #ffffff;
	width: 100%;
	height: 40vh;
	top: 0px;
	left: 0px;
}
.fixed_container_class_2 {
	position: fixed;
	background: #ffffff;
	width: 100%;
	height: 60vh;
	bottom: 0px;
	left: 0px;
}
.fixed_container_class_3 {
	position: absolute;
	background: #ffffff;
	width: 90%;
	height: 20px;
	bottom: 5px;
	justify-items: left;
}
.sub_container_class_1 {
	position: absolute;
	width: 90%;
	/* height: 100%; */
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.sub_container_class_2 {
	position: absolute;
	width: 90%;
	height: 100%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
}
.sub_container_class_3 {
	position: absolute;
	width: 80%;
	/* height: 100%; */
	left: 0px;
	right: 0px;
	margin: 0px auto;
	display: none;
}
.sub_container_class_4 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.sub_container_class_5 {
	position: absolute;
	width: 90%;
	height: 50vh;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.phone_container_class_1 {
	position: absolute;
    border-radius: 5px;
    height: 40px;
    padding-left: 2px;
    padding-right: 2px;
    width: auto;
    top: 4px;
    right: 5px;
    cursor: pointer;
    border-style: solid;
    border-color: #8e8e8e;
    border-width: thin;
}
.progress_bar_container_class_1 {
	position: absolute;
    text-align: center;
    width: 80%;
    height: 10px;
    display: inline-flex;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.progress_bar_step {
	width: calc(100% / 5);
	height: 5px;
	border-radius: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
.phone_container_class_1:hover {
	background: #0DB02A;
}
.map_class_1 {
	height: 50vh;
	width: 100%;
}
.modal_class_1 {
	position: fixed;
	top: 0px;
	background: #ffffff;
	width: 100%;
	height: 100vh;
	display: none;
	z-index: 20;
}
.menu_class_1 {
	position: fixed;
	top: 0px;
	background: #ffffff;
	width: 100%;
	height: 100vh;
	display: none;
	z-index: 20;
}
.loading_modal_class_1 {
	position: fixed;
	top: 0px;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	text-align: center;
	z-index: 20;
	display: none;
}
.loading_modal_class_2 {
	position: fixed;
	top: 0px;
	background: #ffffff;
	width: 100%;
	height: 100vh;
	text-align: center;
	z-index: 20;
	display: none;
}
.footer {
	background: #000000;
	text-align: center;
	color: #ffffff;
	width: 100%;
	height: 100px;
	z-index: 10;
}
.text_selector_class_1 {
	text-align: center;
	color: #8e8e8e;
	width: 80%;
	height: auto;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	cursor: pointer;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.text_selector_class_2 {
	text-align: center;
	color: #8e8e8e;
	width: 80%;
	height: auto;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	cursor: pointer;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.close_button_class_1 {
	position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}
.button_container_class_1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
}
.button_container_class_2 {
	background: #ffffff;
	position: fixed;
    width: 100%;
    text-align: center;
	bottom: 0px;
}
.button_class_1 {
	background: #37a1dc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 5px;
    color: #FFFFFF;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}
.button_class_2 {
	background: #0DB02A;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 5px;
    color: #FFFFFF;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}
.button_class_3 {
	background: #FF0000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 5px;
    color: #FFFFFF;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}
.button_class_4 {
	position: absolute;
	background: #37a1dc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    color: #FFFFFF;
    font-size: 18px;
	font-weight: bolder;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
	left: 0px;
	bottom: 20%;
}
.button_class_5 {
	position: relative;
    background: #1877F2;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 5px;
    color: #FFFFFF;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.button_class_6 {
	background: #37a1dc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
	left: 0px;
	right: 0px;
    margin: 0px auto;
    color: #FFFFFF;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}
.form_class_1 {
	position: absolute;
    background: #ffffff;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    color: #ffffff;
    width: 90%;
    text-align: center;
}
.input_class_1 {
    height: 40px;
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666;
    font-size: 20px;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    outline: none;
}
.input_class_2 {
    height: 20px;
    width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
    text-align: left;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    outline: none;
}
.wrapper_container_class_1 {
	position: absolute;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
}
.image_class_1 {
	height: 100%;
	width: 100%;
}
.image_class_2 {
    position: absolute;
    width: 40px;
    top: 5px;
    right: 20px;
	z-index: 10;
}
.image_class_3 {
	height: 100%;
	width: 100%;
}
.image_class_4 {
	position: absolute;
	width: 30%;
	bottom: 0px;
	right: 0px;
}
.image_class_5 {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}
.image_class_6 {
	width: 100%;
}
.image_class_7 {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}
.image_class_8 {
	height: 60%;
	width: 60%;
}
.image_class_9 {
    position: absolute;
    width: 300px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.image_class_10 {
    position: absolute;
    right: 0px;
    bottom: 10%;
	width: 50%;
}
.image_class_11 {
    position: absolute;
    right: 0px;
    bottom: 10%;
	width: 100%;
}
.image_class_12 {
	padding: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.image_class_13 {
	position: absolute;
	padding: 10px;
	width: 40px;
	height: 40px;
	right: 0px;
	z-index: 10;
	cursor: pointer;
}
.image_class_14 {
	position: absolute;
	padding: 10px;
	top: 50px;
	width: 40px;
	height: 40px;
	right: 0px;
	z-index: 10;
	cursor: pointer;
}
.image_class_15 {
	position: absolute;
	padding: 10px;
	top: 100px;
	width: 40px;
	height: 40px;
	right: 0px;
	z-index: 10;
	cursor: pointer;
}
.image_class_5:hover {
	opacity: 0.3;
}
.image_container_class_1 {
	position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background: #ffffff;
    height: 100px;
    width: 130px;
    border-radius: 10px;
}
.image_container_class_2 {
	position: absolute;
    top: 200px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    background: #ffffff;
    height: 150px;
    width: 150px;
    border-radius: 10px;
}
._id_container {
	position: absolute;
    background: #ffffff;
    top: 5px;
	left: 5px;
	color: #ffffff;
    font-size: 7px;
    height: 20px;
	width: 100px;
	border: none;
}
.iframe_class_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.iframe_class_2 {
    position: absolute;
    left: 0px;
    width: 80%;
    right: 0px;
    margin: 0px auto;
}
.iframe_class_3 {
    position: absolute;
    left: 0px;
    width: 80%;
    right: 0px;
    margin: 0px auto;
}
.load-bar {
    position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 10px;
    background-color: #fdba2c;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0px;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #da4733;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #3b78e7;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #fdba2c;
    animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}
@media screen  and (min-width:600px) {
	.section_container_class_1 {
		height: 100vh;
		padding: 0px;
	}
	.section_container_class_3 {
		height: 80vh;
	}
	.map_class_1 {
		height: 100vh;
	}
	.iframe_class_2 {
		height: 60%;
	}
	.iframe_class_3 {
		height: 330px;
	}	
	h1.h1_class_1 {
		font-size: 30px;
	}
	p.p_class_2 {
		font-size: 18px;
	}
	.image_class_1 {
		height: 200%;
	}
	.image_class_3 {
		position: absolute;
		z-index: 0;
		height: 100%;
		width: 50%;
		bottom: 0px;
		right: 0px;
	}
	.image_class_6 {
		position: absolute;
		right: 0px;
		top: 100px;
		width: 60%;
	}
	.image_class_10 {
		position: absolute;
		right: 20px;
		bottom: 20%;
		width: 40%;
	}
	.sub_container_class_1 {
		width: 60%;
	}
	.sub_container_class_3 {
		width: 25%;
	}
	.sub_container_class_5 {
		position: absolute;
		width: 60%;
		height: 100vh;
		left: 0px;
		right: 0px;
		margin: 0px auto;
	}
	.progress_bar_container_class_1 {
		width: 30%;
	}
	.video_class_2 {
		width: 500px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: 0px auto;
	}
	.button_class_4 {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 5px;
		font-size: 30px;
	}
	.video_class_1 {
		position: absolute;
		width: 70%;
		left: 0px;
		right: 0px;
		margin: 0px auto;
	}
	.a4-sheet {
		width: 450px;
	}
	.footer {
		position: fixed;
		bottom: 0px;
		height: 50px;
	}
	p.p_class_8 {
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	}
	.image_container_class_1 {
		right: 60px;
		height: 150px;
		width: 180px;
	}
	.image_container_class_2 {
		right: 60px;
		height: 200px;
		width: 200px;
		top: 400px;
	}
	.responsive-table td {
		font-size: 12px;
		padding: 6px;
	}
	.table-button {
		flex: 1 1 100%;
	}
}



