				.clear_mobile{
					clear: both;
				}
				.clear_mobile{
					display: none;
				}
				element.style {
					opacity: 1;
				}
				.service_col {
					margin-bottom: 20px;
					opacity: 0;
					transition: opacity 0.25s ease-in-out;
					height: 500px;
				}
				.shortcut_container {
					width: 80%;
					padding-right: 0px;
					padding-left: 0px;
					padding-bottom: 30px;
					margin-right: auto;
					margin-left: auto;
				}
				.one_third_col {
					width: 31.33%;
					margin: 0 1%;
				}
				.col123 {
					float: left;
				}
				.service_container{
					width: 100%;
					position: relative;
					color: #333333;
					text-align: left;
				}
				.service_container{
					width: 100%;
					position: relative;
					color: #333333;
					text-align: left;
				}
				.service_container>span{
					width: 100%;
					display: block;
					position: relative;
					z-index: 0;
					border:solid 0.2px #ffffff;
					padding:20px 10px;
					-webkit-transition:all 0.5s ease-in-out;
					-moz-transition:all 0.5s ease-in-out;
					-ms-transition:all 0.5s ease-in-out;
					-o-transition:all 0.5s ease-in-out;
					transition:all 0.5s ease-in-out;
				}
				.service_container>span:before{
					content: "";
					position: absolute;
					right: 25px;
					top: 35px;
					z-index: 0;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					transition: all 0.25s ease-in-out;
				}
				.service_name{
					font-weight:800;
					font-size:1.6rem;
					text-align:center;
					color:#ff0000;
				}
				span.service_name{
					background:#cccccc;
				}
				.service_pricing{
					font-weight:800;
					font-size:2.6rem;
					text-align:center;
				}
				span.service_pricing{
					background:#e5e5e5;
				}
				.service_container:hover .service_name{
					background-color:#ff0000;
					color: #ffffff;
				}
				.service_container:hover .service_list li{
					background-color:#f0f0cc;
					border: solid 0.2px #cccccc;
				}
				.service_container:hover .service_pricing{
					background-color:#ffffff;
					border: solid 0.2px #cccccc;
				}
				.service_list{
					background:#dddddd;
					margin-top: 20px;
					box-sizing: border-box; 
					z-index: 0; 
					margin: 0px;
					padding: 0px; 
					max-height: 0px; 
					overflow: visible; 
					position: absolute; 
					width: 100%; 
					z-index: 0;
					list-style: none; 
					transition: all 500ms ease-in-out;
					font-family: 'Open Sans', sans-serif;
					font-weight: 300;
				}
				ul.service_list{
					margin-left:0px;
				}
				.service_list li span{
					font-weight: 800;
					font-size: 14px;
				}
				ul.service_list li{
					padding:3px 15px;
					border: solid 0.2px #eeeeee;
					list-style-type: none;
					font-size: 14px;
					font-weight: 400;
					list-style-type: none;
				}
				.service_container input {
					background-color: orange;
					font-size: 14px;
					padding: 1px 6px;
					border:solid 1px #4d4e53;
					border-radius:10px 10px 10px 10px;
				}
			
			
			@media screen and (max-width:1020px){
				.clear_mobile{
						display: block;
				}
				.service_col {
					margin-bottom: 20px;
					opacity: 0;
					transition: opacity 0.25s ease-in-out;
					height: 460px;
				}
				.one_third_col {
					width: 99%;
					margin: 0 1%;
				}
			}
			.language-dropdown {
			  display: inline-block;
			  position: absolute;
			  font-size: 14px;
			  margin-top: 15px;
			  margin-left: 20px;
			  z-index: 99999;
			}
			.language-dropdown button {
			border-color: #eeeeee;
			box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
			font-weight: 600;
			}
			.language-dropdown-content {
			  display: none;
			  position: absolute;
			  width: 100%;
			  overflow: auto;
			  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.8);
			  font-size: 12px;
			  background: #ffffff;
			  z-index: 99999;
			}
			.language-dropdown:hover .language-dropdown-content {
			  display: block;
			  z-index: 99999;
			}
			.language-dropdown-content a {
			  display: block;
			  color: #000000;
			  padding: 5px;
			  text-decoration: none;
			  font-size: 12px;
			  font-weight:350;
			  z-index: 99999;
			}
			.language-dropdown-content a:hover {
			  color: #FFFFFF;
			  background-color: #00A4BD;
			  z-index: 99999;
			}