.leftpanel {width: 960px;float: left;}
				.rightpanel {float: right;width: 300px;}
				
				.oi-helpline-heading {font-size: 22px;color: #000;font-weight: 600;padding: 0 0 10px 0;margin: 0;text-transform: uppercase;}
				.oi-helpline-desc {font-size: 16px;color: #000;font-weight: normal;padding: 0 0 10px 0;margin: 0;}
				.oi-helpline-wrap {border: 1px solid #d5d5d5;padding: 20px;background: #fff;margin: 0 0 20px 0;}
				.oi-helpline-filter {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
				.oi-helpline-selectbox {-webkit-box-flex: 2;-moz-box-flex: 2;-webkit-flex: 2;-ms-flex: 2;flex: 2;}
				.oi-helpline-selectbox {position: relative;margin-right: 20px;border: solid thin #c4c3c3;background: #edebeb;border-radius: 5px;color: #6d6d6d;font-size: 16px;}
				.servicescol {margin-right: 0;}
				.oi-helpline-selectbox i {position: absolute;right: 7px;top: 7px;color: #6d6d6d;font-size: 32px;}
				.oi-helpline-selectbox span,.oi-helpline-selectbox input {display: block;padding: 0 10px;border-radius: 2px;line-height: 45px;height: 45px;font-size: 14px;}
				.dropdown-list {overflow-y: auto;width: 100%;position: absolute;top: 102%;left: -1px;right: 0;background: #fff;border: 1px solid rgba(0,0,0,0.2);border-top: none;border-bottom: none;list-style: none;-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;-ms-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;transition: all 0.1s ease-out;max-height: 0;z-index: 200000 !important;overflow-x: hidden;}
				.oi-helpline-selectbox.active .dropdown-list.is-open {max-height: 237px;}
				.oi-helpline-selectbox.active  .dropdown-box i {-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
				
				.oi-helpline-selectbox  .dropdown-box span {position: relative;}
				.oi-helpline-selectbox  .dropdown-box span:after {content: "";position: absolute;top: 12px;right: 12px;margin: auto;width: 10px;height: 10px;border-right: solid 2px #6d6d6d;border-bottom: solid 2px #6d6d6d;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;-ms-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;transition: all 0.1s ease-out;}
				.oi-helpline-selectbox.active  .dropdown-box span:after {top: 16px;-webkit-transform: rotate(225deg);-moz-transform: rotate(225deg);-ms-transform: rotate(225deg);transform: rotate(225deg);}
				
				.dropdown-list li {display: block;text-decoration: none;padding: 8px 3%;transition: all 0.3s ease-out;border-bottom: 1px solid #e6e8ea;color: #333;font-size: 14px;}
				.dropdown-list li a {color: #333;display: block;}
				.dropdown-list li:hover  {background: #dedede;font-weight: bold;}
				.oi-helpline-filter:after {content: '';display: table;clear: both;}
				.oi-helpline-othercity-list {}
				.oi-helpline-othercity-list ul {display: flex;justify-content: left;flex-wrap: wrap;}
				.oi-helpline-othercity-list ul li {border: 1px solid #c3c3c3;border-radius: 5px;background: #fff;font-size: 16px;color: #06c;flex-grow: 0;flex-shrink: 1;flex-basis: calc(33% - 14px);box-shadow: 0 0 8px 0 rgba(0,0,0,.2);list-style-type: none;margin: 0 20px 10px 0;text-align: center;}
				.oi-helpline-othercity-list ul li:nth-child(3n) {margin-right: 0;}
				.oi-helpline-othercity-list ul li a {padding: 10px;display: block;}
				
				.oi-helpline-servicelist-container {display: none;margin: 20px 0 0 0;}
				.oi-helpline-subheading {font-size: 18px;color: #000;font-weight: 600;padding: 10px 0;margin: 0;text-transform: uppercase;}
				.oi-helpline-services-table {border: 1px solid #d5d5d5;border-collapse: collapse;width: 100%;table-layout: fixed;}
				.oi-helpline-services-table th {padding: 10px;background: #f4f3f3;font-size: 16px;color: #000;font-weight: bold;text-align: center;text-transform: uppercase;border-bottom: 1px solid #d5d5d5;border-right: 1px solid #d5d5d5;border-top: 1px solid #d5d5d5;}
				.oi-helpline-services-table td {font-size: 16px;color: #000;padding: 10px 20px;border-right: 1px solid #d5d5d5;}
				.oi-helpline-services-table tr:nth-child(odd) {background: #f4f3f3;}
				.oi-helpline-services-table tr:nth-child(even) {background: #ffffff;}