#menuBox {background-color: black;}
.Head.Header__menu, .Header__menu:after, .Header__menu:before {background-color: black;}
#logo-resp {height: auto; min-height: auto;}
.Header__name {Font-size: 32px; font-weight: 400}
.commonStyle__zt3BrandBg {background-color: #1B7BA2}
.commonStyle__zt3Brand {color: #1B7BA2}
.SearchContainer__downArrow {border-top-color: #1B7BA2}
a#link_header {color: #000000}
.Button__footerBtn:hover {background: #1B7BA2}
.SearchContainer__globalSearch {border: 1px solid #1B7BA2;}
/*top header starts here*/
	.main_box {
		border-bottom: 1px solid #ebebeb;
		width: 100%;
		height: auto;
		background-color: #ffffff;
		overflow: auto;
	}
	.top_header {
		width: auto;
		max-width: 1200px;
		margin: 0 auto;
		overflow: auto;
	}
	.nav_menu_box {
		width: auto;
		max-width: 1200px;
		margin: 0 auto;
		overflow: auto;
	}
	.header_box {
		width: auto;
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
		overflow: auto;
	}
	.list_no_style {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.list_no_style li {
		float: left;
		margin: 8px 15px;
	}
	a.top_nav_links, a:visited.top_nav_links {
		color: #a3a3a3;
		text-decoration: none;
		font-weight: 700;
		font-size: 11px;
		transition: all 0.3s ease;
	}
	a.nav_menu_links, a:visited.nav_menu_links {
		color: #5a5a5a;
		text-decoration: none;
		font-weight: 400;
		font-size: 16px;
		transition: all 0.3s ease;
	}
	a.nav_menu_links:hover, a.top_nav_links:hover {
		color: #ff16a5;
	}
	.paddinTop15 {
		padding-top: 15px;
	}
	.header_background {
		background-color: #5e7489;
		background: url('https://www.lingapos.com/wp-content/uploads/2018/02/support-s-bg.jpg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.drop_from_top {
		top: 95px;
	}

/*Columns css starts here*/
	.column-4 {
    float: left;
    width: 31%;
    padding: 1%;
    height: auto;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout columns */
@media (max-width: 600px) {
    .column-4 {
        width: 98%;
    }
}
	/*Media quedies starts here*/
	@media only screen and (max-width: 485px) {
		.hide_max485 {
			display: none;
		}
	}
	@media only screen and (max-width: 1065px) {
		.box_border_2, .spot_box{
			display: none
		}
		.hide_max970 {
			display: none;
		}
		.mobile_center {
			width: 100%;
			max-width: 100% !important;
			text-align: center;
			margin-left: 0 !important;
		}
	}
	@media only screen and (min-width: 1065px) {
		.hide_min970 {
			display: none !important;
		}
	}
	@media only screen and (min-width: 688px) {
		.hide_min688 {
			display: none !important;
		}
		#HomePageLayout li.cpsecli:first-child {
			display: none;
		}
	}
	@media only screen and (max-width: 688px) {
		.hide_max688 {
			display: none !important;
		}
	}
