ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

.font14{font-size:14px !important;}
.white{color:#fff;}

.tabs-container {
	margin-top: -72px;
	float: left;
}

.rewardsDash .tabs-container {
	margin-top: -75px;
	float: left;
}

.sectionOne .tabs-container {
	margin-top: 0px;
	min-height: 443px
}

.tabs-list {
	box-shadow: none;
    display: flex;
}
.tabs-container .tab {
	margin: 0;
	padding: 20px 30px;
	background-color: rgba(244, 244, 244, 1);
	cursor: pointer;
}

.tabs-container .tab.active {
	background-color: #ffffff;
}

.tabtext {
	float: left;
	width: auto;
}

.tabtext span {
	clear: both;
	display: block;
}

.tabplan {
	font-size: 18px;
	color: #231F20;
	line-height: 26px;
}

.tabs-container .tabOam {
    padding: 16px 2px 5px;
}

.tabs-container .tab:first-child {
	box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.117647058823529);
}

.tabplan {
    font-family: EffraLight, Arial, Verdana, Helvetica, sans-serif;
}

.tab-details {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.gasimgmargin {
    margin: 0;
}

.gas-tab .tabtext {
	margin-left: 15px;
}

.plan-heading {
	white-space: normal;
	font-family: 'EffraMedium';
	font-size: 1.125em;
	text-align: left;
	color: #231f20;
	word-break: break-word;
}

.mobile {
	display: none;
}

.loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#ElectricLoader, #GasLoader {
    display: none;
}

#elecErrorContainer, #gasErrorContainer {
	text-align: center;
    padding-top: 60px;
    height: 239px;
    font-size: 20px;
}

.tabtext span {
    text-align: initial !important;
    display: block !important;
}

.tabOam.active .tabtext{
	font-weight: 600;
}

.electricy-tab .tabtext {
	margin-left: 5px;
}

.gas-tab .tabtext {
	margin-left: 5px;
}

.tabs-container {
    margin-top: 0px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 960px) and (orientation: landscape) { 
	.tab-details {
	    flex-direction: row;
	}
}

@media only screen and (min-width: 0px) and (max-width: 960px) {
	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.tabplan {
		font-size: 18px;
		line-height: 1.375em;
	}

	.tabs-container .tab {
		padding: 16px 2px;
	}

	.gas-tab .tabtext {
		margin-left: 6px;
		width: calc(100% - 30px);
	}

	.tabs-container {
		margin: 0;
	}

	.container.row.mobile {
		padding: 0;
	}
    
    .modal::-webkit-scrollbar {
	    -webkit-appearance: none;
	    width: 7px;
	}

	.modal::-webkit-scrollbar-thumb {
	    border-radius: 4px;
	    background-color: rgba(0,0,0,.5);
	    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	}
	
}

@media only screen and (min-width: 320px) {
	.row .col-62-sm {
		width: 50%;
	}
}