/* -------------------- Header -------------- */
.OLTSpLink:visited,.OLTSpLink:hover,.OLTSpLink:active,.OLTSpLink:focus
{
	color:#df3e8d;
	text-decoration:underline;
}
a
{
    color: #df3e8d;
}
a:focus
{
 	outline: none;
 	border:none;
}
header
{
	width:100%;
	height:620px;
	background:url(../images/bg10.jpg?v=03272024) no-repeat center center scroll;
	background-size: cover;
	background-color:#f7f2f2;
	overflow:hidden;
	font-family: Helvetics, Arial,sans-serif;
}
.hdr_text
{
	color: #fff;
	text-shadow: rgb(0, 0, 0) 1px 1px 0px;
	padding-left:100px;
	font-weight: 200;
}
.hdr_subtext
{
	color: #fff;
	padding-left:100px;
	font-weight: 200;
}
.hdr_lgn_btn
{
	padding:8px 15px 10px 30px;
	border-radius: 50px;
	border:none;
	color: #6c236b;
	font-weight: bold;
	font-size: 20px;
	background-color: #fff;
	box-shadow: 2px 2px 4px #b3b3b3 inset;
	margin-top:10px;	
}
.hdr_lgn_btn:hover, .hdr_start_btn:hover
{
	opacity:0.6;
}
.hdr_start_btn
{
	padding:15px 30px;
	border-radius: 50px;
	border:none;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background-color: #6c236b;
	margin-top:10px;
}
.hdr_lgn_round
{
	width:45px;
	height:45px;
	background-color:#6c236b;
	border-radius:50%;
	box-shadow: 4px 2px 6px #888888;
}
.return-text
{
	font-size:24px;
	font-weight:bold;
}
.app-text
{
	font-size:22px;
}
.img-girl
{
	position:absolute;
	bottom:0;
	right:-2%;
	width:310px;
	aspect-ratio:2/2;
	object-fit:contain;
	z-index:1;
}
/*------------------------------OLT Product selector box start --------------------------*/
.OLT_PS_Box {
    display: flex;
    position: relative;
    outline: 0;
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 #d4d7dc;
    background-color: #fff; //#ebfafa; //#F9F0FE;
    height: 130px;
    line-height: 1;
    font-size: 13px;
    //line-height: 16px;
    user-select: none;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    transition: background-color .1s ease-out;
    //margin-bottom: 0;
    width:300px;
    height:390px;
}
.OLT_PS_checkbox_control
{
	float:left;
	margin: 0 9px;
	line-height: 2.42857143;
}

.OLT_PS_Box {
    font-size: 13px;
}

.OLT_PS_body {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    width: 100%;
}


.OLT_PS_body .OLT_PS_icon {
    width: 100%;
    max-width: 50px;
    margin-bottom: 8px;
    margin-top: 28px;
    max-height: 50px;
}

.OLT_PS_Box:hover {
    box-shadow: 0 2px 28px 0 #d4d7dc;
}


.OLT_PS_Box .OLT_PS_BoxSpan {
    //margin: auto 0;
    width: 100%;
    margin-top:5px;
    font-size:20px;
    font-weight:600;
}

.OLT_PS_caption {
    //margin-top: 8px;
    line-height: 20px;
    text-align: center;
    display: block;
    font-size: 16px;
    height: 30px;
}


/*------------------------------OLT Product selector box end --------------------------*/

/* Mobile Menu Push */
.pushmenu
{
	/*this is the nav*/
	background: #fff;
	font-family: Arial, Helvetics, sans-serif;
	width: 240px;
	height: 100%;
	overflow:scroll;
	top: 58px;
	z-index: 1500;
	position:fixed;
}
.pushmenu a
{
	display: block; /* drops the nav vertically*/
	color: #000;
	text-decoration: none;
}
.pushmenu-left
{
	left: -240px;
}
.pushmenu-left.pushmenu-open
{
	left: 0;
}
.pushmenu-push
{
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.pushmenu-push-toright
{
	left: 240px;
}
.pushmenu, .pushmenu-push
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav_list
{
	cursor: pointer;
	height: 30px;
	width: 30px;
}
nav ul
{
	list-style-type:none;
	padding:0px;
}
nav ul li
{
	font-size: 16px;
	border-bottom: 1px solid #f1f1f1;
}

nav ul li a
{
	padding:15px;
}
.menu_close
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	z-index: 20;
	background-color: #000000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.loader
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: url('images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}

#nav-icon4
{
	width: 30px;
	height: auto;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon4 span
{
	display: block;
	position: absolute;
	height: 4px;
	border-radius:5px;
	width: 100%;
	background: #6c236b;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1)
{
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(2)
{
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3)
{
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open_menu span:nth-child(1)
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -1px;
	left: 5px;
}

#nav-icon4.open_menu span:nth-child(2)
{
	width: 0%;
	opacity: 0;
}

#nav-icon4.open_menu span:nth-child(3)
{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
	left: 5px;
}
.section-heading
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 32px;
	line-height: 1.42857143;
	color: #444;
	font-variant:small-caps;	
}
.section-sub-heading
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 1.42857143;
	color: #666;
}
.section-sub-heading1
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 1.42857143;
	color: #666;
}
.section-sub-heading1:hover
{
	color: #6c236b;
}
.section-content
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #777;
}

/* --- Benefits Section --- */
.benefits_section
{
	padding:40px 0px 60px 0px;
}
.benefits_img
{
	max-height:150px;
	max-width:150px;
}
/* ----------- Benefits Section start --------- */
#benefits
{
	display:none;
}
.nbs-flexisel-container
{
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul
{
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
}
.nbs-flexisel-inner
{
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item
{
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img
{
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
    max-height:150px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right
{
    width: 50px;
    height: 92px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}
.nbs-flexisel-nav-left
{
    left: 0px;
}
.nbs-flexisel-nav-right
{
    right: 0px;
}
hr.one
{
	border-color: rgb(255, 87, 83);
	border-width: 3px;
	max-width: 100px;
}
hr.two
{
	border-color: #fff;
	border-width: 3px;
	max-width: 100px;
}

/* ----------- Benefits Section End --------- */

/* --- Slogan Section Start --- */

.slogan_section
{
	height:50px;
	background-color:#042C59;
	color:#fff;
	font-size:22px;
}

/* --- Slogan Section End --- */

/* --- Offers Section starts --- */

.offer_section
{
	background-color:#f1f1f1;
	min-height:300px;
	padding:30px 0px 0px 0px;
}
.li_image
{
	list-style-image: url("../images/bullet.png");
}
.list_content
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
    	font-size: 15px;
    	font-weight:normal;
}
.li_padd
{
    padding-bottom: 10px;
}
.offer_padd
{
	padding-left:75px;
}

/* --- Offers Section Ends --- */

/* ----- Sticky Top Icon ----- */
.scrollToTop
{
	position:fixed;
	bottom:10px;
	right:20px;
	display:none;
	opacity:0.6;
	z-index:1;
}
.scrollToTop:hover
{
	text-decoration:none;
	opacity:1;
}

/* ------ Sticky top end ----- */
.lgn-btn
{
	display:none;
	position:fixed;
	z-index:1;
	left:0px;
	height:100px;
	width:30px;
	padding-top:45px;
	box-shadow: 2px 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 0px 5px rgba(0,0,0,0.5);/*FF 3.5+*/
	-webkit-text-shadow: 2px 0px 5px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#020000)";/*IE 8*/
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#020000);/*IE 5.5-7*/
	border-radius:0px 10px 10px 0px;
	background-color:#5bc0de;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border-left:none;
}
.start-btn
{
	display:none;
	position:fixed;
	z-index:1;
	left:0px;
	height:115px;
	width:30px;
	padding-top:68px;
	box-shadow: 2px 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 0px 5px rgba(0,0,0,0.5);/*FF 3.5+*/
	-webkit-text-shadow: 2px 0px 5px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#020000)";/*IE 8*/
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#020000);/*IE 5.5-7*/
	border-radius:0px 10px 10px 0px;
	background-color:#5cb85c;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border-left:none;
}
.lgn-btn-other,.start-btn-other
{
	display:block;
}
.start-btn:hover
{
	background-color:#449D44;
	cursor:pointer;
}
.lgn-btn:hover
{
	background-color:#31B0D5;
	cursor:pointer;
}
.vertical_text
{
	transform: rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}
.menu_padd
{
	padding-bottom:3px;
}

/* ----------------- Header Part End ----------- */

/* ---------------- Trust Section -------------- */

.trust_section
{
	background-color:#fff;
	//margin:-45px;
	//padding:0px;
	padding-bottom:5px;
	height:70px;
	border-bottom:2px solid #f1f1f1;
	overflow:hidden;

}
.trust_sec_item
{
	margin-right:10px;
	width:100px;
}

/* ---------------- Trust Section End-------------- */


/* ----------------- Desktop Menu ------------------ */

.menu-desktop
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.menu-desktop ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu-desktop ul li
{
	display: block;
	position: relative;
	float: left;
}
.menu-desktop ul li a
{
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	white-space: nowrap;
}
.menu-desktop ul li a:hover
{
	border-top:2px solid #6c236b;
}
.navbar-custom .menu-desktop a
{
	color: 	#6c236b;
}
.navbar-scrolled .menu-desktop a
{
	font-weight:normal;
	color: 	#6c236b;
}

.navbar-custom
{
	-webkit-transition: background .6s ease-in-out;
	-moz-transition: background .6s ease-in-out;
    	transition: background .6s ease-in-out;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding: 30px 0px 5px 0px;
    	font-size: 18px;
    	color:#6c236b;
    	font-weight:normal;
    	background-color:#ffffff;
    	box-shadow:1px 1px 10px rgba(0,0,0,0.8);
    	border-bottom: 2px solid #6C236B;
}
.navbar-scrolled
{
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
    	transition: background .3s ease-in-out;
	background-color:#ffffff;
	padding: 10px 0px 5px 0px;
	box-shadow:1px 1px 10px rgba(0,0,0,0.8);
	border-bottom: 2px solid #6C236B;
}
.navbar-scrolled #nav-icon4 span
{
	background: #6c236b;
}


/* ----------------- End of Desktop Menu --------------- */

/* --- Value Added Offer Section --- */

.value_section
{

	min-height:450px;
	background:url(../images/building1.jpg);
	color:#fff;
	padding:50px 0px;
}
.value_section p
{
	font-size:18px;

}
.btn_transparent
{
	padding:10px 42px;
	font-size:16px;
	border:3px solid #fff;
	background:rgba(256,256,256,0.2);
}
.btn_text
{
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.btn_transparent:hover
{
	color:#fff;
	background:rgba(256,256,256,0.5);
}


/* --- Value Added Offer Section End --- */

/* --- Freefile Offer Section --- */

.highlight_section
{
	padding:60px 0px;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;	
}
.highlight_section img
{
	height:50px;
	width:50px;
}
.highlight_thumb
{
	padding:20px 5px;
}
.highlight_image
{
	float:left;
	height:75px;
	width:60px;
}
.freefile_section
{
	padding:50px 0px;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.btn_freefile
{
	padding:10px 42px;
	font-size:16px;
	border:3px solid #6c236b;

}
.btn_freefile_text
{
	text-transform:uppercase;
	font-weight:400;
	color:#6c236b;
	cursor:pointer;
	font-weight:bold;
}
.btn_freefile:hover
{
	color:#fff;
	background-color:#6c236b;
}
/* --- Freefile Offer Section End --- */

/* ----------- Footer Section Starts ------------ */

.footer_section
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding:20px 0px;
	background: #FFFFFF url(../images/2.jpg?v=03272024) fixed 0 0;
	color:#888;
	overflow:hidden;
}
.foot_address
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#222;
}
.copyright_text
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
.copyright_section
{
	background-color:#f1f1f1;
	overflow:hidden;
}
.footer_sec_col,.footer_sec_col_img
{
	border-left:1px solid #999;
	padding-left:15px;
	color:#000;
}
.foot_col_head,.foot_col_head1
{
	font-weight:bold;
}
.sub_footer
{
	font-weight:normal;
}
.footer_section ul
{
	list-style-type:none;
}
.footer_sec_col ul
{
	padding:0px;
}
.footer_section a
{
	color:#333;
	font-size:12px;
}
.footer_section ul li a:hover
{
	font-weight:bold;
}

/* -------------- Footer End --------------- */

/* -------------- Inner Page CSS -------------- */

.inner_page_wrapper
{
	background-color:#f1f1f1;
	width:100%;
}
.inner_page_container
{
	margin-top:30px;
	background-color:#ffffff;
}
.page_table_width
{
	width:90%;
}
.rwd_padd_top_55
{
	display:block;
	height:85px; /* this is the height of your header */
   	margin-top:-85px; /* this is again negative value of the height of your header */
   	visibility:hidden;
}
.hdr_qualify
{
	font-size:12px;
	color:#EDEFFB;
	padding-left:60px;
}

/* -------------- Inner Page CSS End--------------- */

/* --- Vertical Navigation Menu --- */
.quicklinks
{
	margin-left:-25px;
}
.quicklinks ul
{
	list-style-type:none;
	padding:0px;
	display:block;
	box-shadow: 3px 0px 5px -5px rgba(0,0,0,0.5), -3px 0 5px -5px rgba(0,0,0,0.5);
}
.quicklinks ul li a
{
	text-decoration:none;
	display: block;
    	padding: 8px 16px;
}
.quicklinks ul li
{
	height:auto;	
}
.quicklinks ul li.sub
{
	border:1px solid #e6e6e6;
}
.sub
{
	background:url(../images/nav_sub_bg1.png);
}
.quicklinks li.sub:hover
{
	background:url(../images/nav_sub_bg.png);
	font-weight:bold;
}

.links_head
{
	background:url(../images/nav_head_bg.png);
	border-radius:5px 5px 0px 0px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	border-bottom:2px solid #f1f1f1;
	color:#fff;
}
.sub_end
{
	border-radius:0px 0px 5px 5px;
}
.quicklinks_padd
{
	height:40px;
	padding:6px;
}
.quicklinks_img
{
	padding:10px;
}
.oltamended-text
{
	font-weight:bold;
	text_decoration:underline;
}

.newscss
{
	padding:0px 5px;
}
.newsarrow
{
	cursor:pointer;
}
.head_font
{
	font-size:34px;
}
.hdr_btn
{
	padding-left:0px;
}

/* --- Vertical Navigation Menu End --- */

/* For Media Queries */
@media (min-width: 992px) and (max-width: 1200px)
{
	.hdr_text
	{
		padding-left:0px;
	}
	.offer_section
	{
		padding:30px 0px 30px 0px;
	}
	.offer_padd
	{
		padding-left:50px;
	}
	.img-girl
	{
		right:-8%;
		width: 250px;	
	}
	.return-text
	{
		font-size:22px;
	}
	.app-text
	{
		font-size:19px;
	}
	
	}
	header
	{
		width:100%;
		height:620px;
		background:url(../images/bg11.jpg?v=03272024) no-repeat center center scroll;
		background-color:#f7f2f2;
		color:#fff;
	}
	.OLT_PS_Box 
	{
	    width:250px;
	    height:420px;
	}
	.inner_page_container
	{
		margin-top:20px;
		background-color:#ffffff;
	}
	.hdr_btn
	{
		//text-align:center;
		padding-left:0px;
	}
	/*  Footer Section */
	.footer_sec_col_img
	{
		border:none;
		text-align:center;
	}
	/* - Footer Section End - */

	/* - Mobile Menu - */

	.open div
	{
		background-color:#f1f1f1;
		font-weight:bold;
	}
	span.icon
	{
		float:right;
		background:url(../images/menu_right.gif) no-repeat;
	}
	.open span.icon
	{
		background:url(../images/menu_down.gif) no-repeat;
	}
	.navbar-custom
	{
		padding: 10px 0px 5px 0px;
	}
	.navbar-scrolled
	{
		padding: 10px 0px 5px 0px;
	}

	/* -- Mobile Menu End -- */

	.rwd_padd_top_55
	{
		display:block;
		height:65px; /* this is the height of your header */
	   	margin-top:-65px; /* this is again negative value of the height of your header */
	   	visibility:hidden;
	}
	.offer_section
	{
		padding:30px 0px 30px 0px;
	}
	.offer_padd
	{
		padding-left:30px;
	}

	.btn_transparent,.btn_freefile
	{
		padding:10px 32px;
		font-size:14px;
	}
	.btn_text,.btn_freefile_text
	{
		text-transform:uppercase;
		font-weight:400;
		cursor:pointer;
		font-weight:bold;
	}
	.hdr_qualify
	{
		padding-left:60px;
	}
}

@media (max-width: 767px)
{
	.highlight_thumb
	{
		padding:10px 100px;
	}
	header
	{
		width:100%;
		height:620px;
		background:url(../images/bg11.jpg?v=03272024) no-repeat center center scroll;
		background-color:#f7f2f2;
		color:#fff;
	}
	.hdr_text
	{
		text-align:center;
		padding-left:0px;
	}
	.hdr_btn
	{
		//text-align:center;
		padding-left:0px;
	}
	/* - Footer Section - */
	
	.footer_section ul ul
	{
		display:none;
	}
	.footer_sec_col
	{
		border:none;
	}
	.footer_sec_col_img
	{
		border:none;
		padding-top:10px;
		text-align:center;
	}
	.footer_sec_col ul
	{
		padding:5px;
		padding-left:10px;
	}
	span.icon_foot
	{
		float:right;
		background:url(../images/menu_right.gif) no-repeat;
	}
	.open_foot span.icon_foot
	{
		background:url(../images/menu_down.gif) no-repeat;
	}

	/* - Footer Section End - */

	.scrollToTop
	{
		bottom:5px;
		right:10px;
	}

	/* - Mobile Menu - */

	.navbar-custom
	{
		padding: 10px 0px 5px 0px;
	}
	.navbar-scrolled
	{
		padding: 10px 0px 5px 0px;
	}
	.open > a
	{
		font-weight:bold;
		background-color:#f1f1f1;
	}
	span.icon
	{
		float:right;
		background:url(../images/menu_right.gif) no-repeat;
	}
	.open span.icon
	{
		background:url(../images/menu_down.gif) no-repeat;
	}
	.rwd_padd_top_55
	{
		display:block;
		height:65px; /* this is the height of your header */
	   	margin-top:-65px; /* this is again negative value of the height of your header */
	   	visibility:hidden;
	}
	.offer_padd
	{
		padding-left:10px;
	}
	.btn_transparent,.btn_freefile
	{
		padding:10px 32px;
		font-size:14px;
	}
	.btn_text,.btn_freefile_text
	{
		text-transform:uppercase;
		font-weight:400;
		cursor:pointer;
		font-weight:bold;
	}
	.value_sec_col
	{
		padding:20px 0px;
	}
	.offer_section
	{
		padding:30px 0px 30px 0px;
	}
	.hdr_start_btn
	{
		//padding:5px 40px;
	}
	.hdr_lgn_btn
	{
		//padding:5px 45px;
	}
	.hdr_qualify
	{
		padding-left:60px;
		padding-top:20px;
	}

}
@media (max-width: 620px)
{
	header
	{
		width:100%;
		height:600px;
		background:url(../images/bg11.jpg?v=03272024) no-repeat center center scroll;
		background-color:#f7f2f2;

	}
	.hdr_text
	{
		font-size:36px;
	}
	.hdr_btn
	{
		//text-align:center;
	}
	.highlight_thumb
	{
		padding:10px 50px;
	}
}
@media (max-width: 479px)
{
	header
	{
		width:100%;
		height:650px;
		background:url(../images/bg11.jpg?v=03272024) no-repeat center center scroll;
		background-color:#f7f2f2;
		color:#fff;
	}

	.hdr_btn
	{
		//text-align:center;
	}
	.hdr_lgn_btn
	{
		//padding:7px 35px;
	}
	.hdr_start_btn
	{
		//padding:7px 25px;
	}
	.page_table_width
	{
		width:100%;
	}
	.offer_padd
	{
		padding-left:10px;
	}
	.offer_section
	{
		padding:30px 0px 30px 0px;
	}
	.head_font
	{
		font-size:24px;
	}
	.highlight_thumb
	{
		padding:10px 20px;
	}
	.hdr_qualify
	{
		font-size:9px;
		padding-left:20px;
	}
	.slogan_section
	{
		font-size:18px;
	}
	.hdr_text
	{
		font-size:30px;
	}
}

.olt-amount {
    color: #042c59;
    //font-size: 14px;
    //font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
    line-height: 16px;
    text-decoration: line-through;
}
/* ----------------- HIGHLIGHT Section ------------------*/

.highlight_section1
{
	overflow:hidden;
	padding:40px 0px 60px 0px;
	background: #FFFFFF url(../images/2.jpg?v=03272024) fixed 0 0;
}
.highlight_box
{
	padding:60px 20px 0px 20px;
	color:#555;
}

/* ----------------- HIGHLIGHT Section End------------------*/
.corona_section
{
	height:130px;
	border-top:2px solid silver;
	border-bottom:2px solid silver;
	background-color: #042C59;
	//margin-top:-50px;	
}
.corona_section h1
{
	color:#fff;
}

.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;

    overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 80px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 600 !important;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}