@CHARSET "ISO-8859-1";
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
html, body
{
	font-family: 'Martel Sans', sans-serif !important;
	overflow-x: hidden;
	padding-right: 0 !important;
}
.navbar-nav > li > a.mainBtn {
	background-color: #0099e5;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0 0;
}
.navbar-nav > li > a.mainBtn:hover {
  background-color: #444444;
  color: #fff;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    width: 35%;
    min-width: 200px;
    background: #fbfbfb;
    padding: 25px;
	border-radius: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.col-centered:hover
{
	box-shadow: 0px 0px 8px #0099e5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.errTxt { color: red; font-size: 18px;}
.msg { font-size: 18px; }
.table-custom {
	width:100%;
	border-collapse: separate;
	border-spacing: 20px 15px;
}
.table-custom  td{
	text-align: right;
	font-size: 15px;
}
.table-custom  td.inps{
	text-align: left;
	width: 60%;
}
.table-custom  td.mid{
	text-align: center;
}
.table-custom  td.lft{
	text-align: left;
}
.formHead {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
.upFileSize {
	font-size:13px;
}
.banner {
	background-color: #0099e5;
}
.bannerText {
	padding: 20px 0;
	display: block;
	clear: both;
}

.bannerText h1{
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 50px;
}
.banner-btn {
	background-color: #197fb3;
	color: #fff;
	border: 3px solid #fff;
	font-weight: bold;
	padding: 10px;
	font-size: 16px;
	display: block;
	margin:0 auto;
	border-radius: 3px;
	text-align: center;
	width: 150px;
}
.banner-btn:hover {
	color: #fff;
	background-color: #00588c;
}
ul.lowLPmenu { padding: 0; list-style-type: none;}
ul.lowLPmenu li {
	font-size: 14px;
	text-align: left;
	padding: 10px 0;
	cursor: pointer;
	margin: 5px 0;
	border-width: 0 0 1px;
	border-color: #0099e5;
	border-style: solid;
	font-weight: bold;
}
ul.lowLPmenu li:hover, ul.lowLPmenu li.active {
	color: #0099e5;
	border-color: #0099e5;
	/* background-color: #0099e5; */
}
.lowLPdivs>div {
	display: none;
	border: 1px solid #0099e5;
	padding: 20px;
}
.lpul li{
	padding: 5px 0;
}
.img-list {
	padding: 0;
	list-style-type:  none;
	display: block;
	overflow: hidden;
}
.img-list li {
	float: left;
	width: 200px;
	margin: 0 48px;
	text-align: center;
}
.lowdivHead {
	font-size: 20px;
	font-weight: bold;
}


ul.copyrtBotm {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}
ul.copyrtBotm li {
	float: right;
}
ul.copyrtBotm li a{
	margin: 0 10px;
}
.foot-btn {
	border:none;
	background: transparent;
	color: #fff;
}
.foot-btn:hover {
	text-decoration: underline;
}

/* dashboard */
ul.dashLPmenu { padding: 0; list-style-type: none;}
ul.dashLPmenu li {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	cursor: pointer;
	margin: 5px 0;
	border-width: 0 0 1px;
	border-color: #0099e5;
	border-style: solid;
	font-weight: bold;
}
ul.dashLPmenu li:hover, ul.dashLPmenu li.active {
	color: #0099e5;
	border-color: #0099e5;
	/* background-color: #0099e5; */
}
.dashLPdivs>div {
	display: none;
	border: 1px solid #aaa;
	padding: 20px;
	overflow-x: scroll;
}
.lpul li {
    padding: 5px 0;
    text-align: justify;
}
.img-list {
	padding: 0;
	list-style-type:  none;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.img-list li {
	float: left;
	width: 200px;
	margin: 0 45px;
	text-align: center;
}
.dashdivHead h1{
	font-size: 20px;
	font-weight: bold;
}

.refrtbl {
	margin: 20px 0 0;
	font-size: 15px;
	font-weight: normal;
}
.refrtbl th {
	font-weight: bold;
}
.refrtbl td {
	vertical-align: middle !important;
}

.msg {
	text-align: center;
	/* font-size: 18px; */
	font-size:22px;
}	/* {
	text-align:center;
	color: #ff0707;
	font-size:22px;
} */
.chngpasshldr {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.frmerr {
	display: none;
	color: red;
	font-size: 14px;
}
/* DASHBOARD */

ul.referHlp {
	list-style-type: none;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 0 0 20px;
}
ul.referHlp li {
	float: left;
}
ul.referHlp li>a {
	padding: 10px;
	display: block;
	font-weight: bold;
	font-size: 15px;
	border-color: #0099e5;
	border-style: solid;
	border-width: 0 0 1px 0;
	background-color: #fff;
	color: #0099e5;
	position: relative;
}
ul.referHlp li>a:hover, ul.referHlp li>a.active {
	background-color: #0099e5;
	color: #fff;
}
ul.referHlp li>a:after {
	content:'';
	/* width:60px; */
	height:30px; 
	width: 2px;
	background: #0099e5; 
	position:absolute; 
	bottom: 6px;
	right: 0px;
}
div.lowLPdivs {
	margin-top: -1px;
}
.refer_topnav {
	font-weight: bold;
}
.lowLPdivs b {
	font-weight: bold;
}
.lpul {
	list-style-type: inherit;
	padding: 0 0 0 25px;
}
.lfsupcont {
	/* margin: 15px 0 35px; */
	font-size: 11px;
}
.lfscnthead {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.lfsc-para {
	margin: 5px 0;
}
p.pending,p.successful,p.discarded {
	font-size:0;
}
p.successful::before {
	content: "successful";
	color: #fff;
	background-color: green;
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
	
}
p.discarded::before {
	content: "discarded";
	color: #fff;
	background-color: red;
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
}
p.pending::before {
	content: "pending";
	color: #fff;
	background-color: orange;
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
}

p.active,p.inactive {
	font-size: 0;
}
p.active::before {
	content: "successful";
	color: #fff;
	background-color: green;
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
	
}
p.inactive::before {
	content: "discarded";
	color: #fff;
	background-color: red;
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
}

div.point {
	display: inline;
	padding: 10px;
	border-radius: 50%;
	background-color: #0099e5;
	color: #fff;
}
div.pointHolder {
	font-weight: bold;
	font-size: 17px;
	float: right;
}
div.or {
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

.panel-title > a {
    background-color: whitesmoke;
    /* border: 1px solid #00a3de; */
    display: block;
    padding: 12px 12px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.hdng {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.resp-tabs-container {
    margin-bottom: 20px;
}
.logo {
    width: 100%;
    margin: 18px 0;
}

.site-footer {
    margin-top: 100px;
    background-color: #0c809f;
    color: white;
    padding: 10px 0;
}
a:hover, a:focus
{
	text-decoration: none !important;
}
.piselct {
    display: block;
    list-style-type: none;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 548px;
    /* width: 460px; */ 
    /* width: 41%; */
}
.piselct li:hover, .piselct li.active {
    border-bottom: 3px solid #0099e5;
    color: #0099e5;
}
.piselct li {
    border-bottom: 1px solid #0099e5;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
}

.piselct li > span {
	margin: 0 0 0 10px;
}
.piselct li > span::before {
	content: '|';
}


.rdeem-selct {
    display: block;
    list-style-type: none;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 265px;
}
.rdeem-selct li:hover, .rdeem-selct li.active {
    border-bottom: 3px solid #0099e5;
    color: #0099e5;
}
.rdeem-selct li {
    border-bottom: 1px solid #0099e5;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
}

.rdeem-selct li > span {
	margin: 0 0 0 10px;
}
.rdeem-selct li > span::before {
	content: '|';
}
#rdcont > div {
	display:none;
}



.panel-title > a .signPlus{
	width: 15px;
	height: 15px;
	background-image: url("../images/plus_minus.png");
	background-position: -8px -4px;
	background-size: 30px;
	float: right;
}

.panel-title > a .minus{
	background-position: -8px -19px;
}

table.refrtbl td.mid, table.refrtbl th.mid {
	text-align: center;
}
.usrEmail {
	padding: 10px;
	margin: 10px 0;
	font-size: 16px;
	border: 1px solid #aaa;
}

/* .redeem-holder {
	border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #ccc;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    height: 295px;
} */
.redeem-holder 
{
  position: relative;
  border: 1px solid #aaa;
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    height: 295px;
	
	background:#fff;
}
.redeem-holder :before, .redeem-holder :after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow:  0 14px 9px 0 #999;
  -moz-box-shadow:  0 14px 9px 0 #999;
  box-shadow:  0 14px 9px 0 #999;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.redeem-holder :after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.redeem-point {
	font-size: 15px;
	color: #000;
}
.redeem-prod {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}

.redeem-head {
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
}

.contact-modal {
	overflow: hidden;
}

.forgot-hldr{
	display: block;
	overflow: hidden;
}
.forgot-hldr > a {
	float: left;
}

.carousel-indicators li {
	background: #0099e5;
	border-color: #0099e5;
}
.carousel-indicators li.active {
	background: #49e2ff;
	border-color: #49e2ff;
}

/* .contdetails {
	float:left; 
	margin:14px 0 10px 10px;
	font-weight:bold;
} */
/* .contdetails {
    float: right;
    margin: 14px 0 10px 10px;
    font-weight: normal;
} */

.contdetails {
    float: right;
    margin: 0;
    font-weight: normal;
    color: #515151;
    font-size: 14px;
    background: #fbfbfb;
    padding: 7px 15px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    text-align: right;
}
.contdetails::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 41px solid #fbfbfb;
    border-left: 74px solid white;
    position: absolute;
    left: 0;
    height: 30px;
    overflow: hidden;
    top: 0;
}
.contdetails::before
{
    content: "";
    width: 100%;
    background: #fbfbfb;
    position: absolute;
    right: -100%;
    height: 37px;
    top: 0;
    overflow: hidden;
}

.rp_num {
	font-size: 14px;
}

.rp_no {
	width: 50px;
}

#mceu_29-0, #mceu_60-0 {
	color: transparent;
}

.mrg-btm {
	margin-bottom: 15px !important;
}

.formTxtLeft label {
	font-weight: bold;
	font-size: 14px;
}
.uphldr {
	text-align: left;
	margin: 0 auto;
	width: 135px;
}
.uphldr label {
	font-weight: bold;
	font-size: 14px;
}
.emailHldr label {
	font-weight: bold;
	font-size: 14px;
}
.emailHldr {
	width: 30%;
	margin: 0 auto;
}

.title-section {
	margin-top: 25px;
}

.numbered {
	list-style-type: decimal;
	padding-left: 20px;;
}

.panel-body p {
	margin: 5px 0;
}
.tree {
	position: relative;
}
.usertree {
	list-style-type: none;
	
}
a.hasChld {
	border: 1px solid #0099e5;
	cursor: pointer;
	padding: 10px;
	display: block;
}
a:hover
{
	text-decoration:none !important;
}
ul.usersubtree {
	color: #333333;
	margin: 0 0 0 20px;
	font-size: 15px;
	/* border-left: 1px solid #0099e5; */
	/* display: none; */
}
ul.usersubtree li > a {
	padding: 5px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #0099e5;
	display: inline-block;
}

ul.usersubtree li {
	
}

span.user-full {
	position: relative;
	cursor: pointer;
	margin: 0 0 0 10px;
}
span.user-full:hover ul {
	display: block;
}
span.user-full ul {
	display: none;
	list-style-type: none;
	position: absolute;
	border: 1px solid #0099e5;
	top: 0;
	left: 10px;
	z-index: 1;
}
span.user-full li {
	background-color: #0099e5;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

div.refStat {
	background-color: #0099e5;
    border: medium none;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
}
form.statDescFrm {
	position: absolute;
	left:-138px;
	top: 0;
	display: none;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #0099e5;
	padding: 10px;
}

div.refStat:hover form.statDescFrm {
	display: block;
}
.statDesc {
    max-height: 60px;
    overflow-y: auto;
    word-break: break-all;
}
.addAgent {
    border: 1px solid #000;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px 10px;
}
.addAgent input, .addAgent select {
    margin-right: 10px;
    padding: 4px;
}
.chngTree {
	margin: 20px 0;
}
.chngTree label {
	font-weight: bold;
	font-size:16px;
	margin-left: 10px;
}
.chngTree input {
	padding:5px 10px;
}

@media (max-width: 500px) {
	.formTxtLeft{
	text-align: left;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	}
	.navbar-toggle 
	{
		z-index:9999;
	}
	/* .piselct {
		width: 100%;
	}
	.piselct li {
		display: block;
		text-align: center;
		clear: both;
		width: 100%;
	}
	.piselct li > span {
		margin: 0;
	}
	.piselct li > span::before {
		content: '';
	} */
	
	/* .uphldr {
		width:100%;
	} */
	
	/* .emailHldr {
	width: 100%;
	margin: 0 auto;
	} */
	.copyrtBotm {
		width: 100%;
		text-align: center;
	}
	.copyrtBotm li {
		width: 100%;
	}
	.copyrgt {
		width:100%;
		display: block;
		text-align: center;
	}
	
	.module-contact {
	margin-bottom: 10px;
	border-bottom: 1px solid #777777;
	padding-bottom: 10px;
	}
	.navbar-nav > li > a {
    padding-top: 15px !important;
}
	.navbar-nav > li > a:hover{
    padding-top: 15px !important;
}

.nivo-caption {
    min-height: 70px !important;
}
	.navbar-toggle:focus {
    background-color: #4e4d4d !important;
}
.navbar-default .navbar-toggle {
    border-color: #5d5a5a !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #464343 !important;
}
.lfscnthead1 {
    font-weight: 500;
    font-size: 26px !important;
}
	
}
@media (min-width: 501px) and (max-width: 767px) {
	.formTxtLeft{
	text-align: left;
	margin: 0 auto;
	width: 70%;
	text-align: left;
	}
		.navbar-nav > li > a {
    padding-top: 15px !important;
}
	.navbar-nav > li > a:hover{
    padding-top: 15px !important;
}
.nivo-caption {
    min-height: 70px !important;
}
.navbar-toggle:focus {
    background-color: #4e4d4d !important;
}
.navbar-default .navbar-toggle {
    border-color: #5d5a5a !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #464343 !important;
}
.lfscnthead1 {
    font-weight: 500;
    font-size: 26px !important;
}
	/* .emailHldr {
	width: 100%;
	margin: 0 auto;
	} */
	.navbar-toggle 
	{
		z-index:9999;
	}
	.copyrtBotm {
		width: 100%;
		text-align: center;
	}
	.copyrtBotm li {
		width: 100%;
	}
	.copyrgt {
		width:100%;
		display: block;
		text-align: center;
	}
	
	.module-contact {
	margin-bottom: 10px;
	border-bottom: 1px solid #777777;
	padding-bottom: 10px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.formTxtLeft{
	text-align: left;
	margin: 0 auto;
	width: 60%;
	}
	
	.content-pop {
	width: 800px;
	}
	.about img
	{
		width:80%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.formTxtLeft{
	text-align: left;
	margin: 0 auto;
	width: 20%;
	}
	
	.content-pop {
	width: 800px;
	}
	.about img
	{
		width:80%;
	}
}
@media (min-width: 1200px) {
	.formTxtLeft{
	text-align: left;
	margin: 0 auto;
	width: 35%;
	}
	
	/* .cpyHldr {
		text-align: center;
		margin: 0 auto;
		width: 70%;
	} */
	.cpyHldr {
    text-align: center;
    margin: 0 auto;
    width: 75%;
    margin-top: 3%;
}

	.content-pop {
	width: 800px;
	}
	
}

/*NIVO 01.12.2016*/

.navbar {
    margin-bottom: 0 !important;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-header {
    float: inherit;
    width: 100%;
}
.logo
{
	width:100%;
}

.logo img
{
	width:90%;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 10px;
    color: #303030 !important;
    font-weight: 600;
    font-size: 13px;
	border-bottom:2px solid #fff;
	margin-bottom:5px;
	text-transform: uppercase;
}
.navbar-nav > li > a:hover{
    padding-top: 0;
    padding-bottom: 10px;
    color: #1C6BB0 !important;
    font-weight: 600;
    font-size: 13px;
	border-bottom:2px solid #fff;
	margin-bottom:5px;
}
.navbar-nav > li > a.active{
    padding-top: 0;
    padding-bottom: 10px;
    color: #1C6BB0 !important;
    font-weight: 600;
    font-size: 13px;
	border-bottom:2px solid #fff;
	margin-bottom:5px;
}

.navbar-default .navbar-nav > li{
    border-bottom:2px solid #fff;
	transition:none;
}
 .navbar-default .navbar-nav > li :hover{
    border-bottom:2px solid #1C6BB0;
	transition:none;
}
.nav > li > a :last-child{
    padding: 0 0 !important;
}
.about {
    text-align: center;
    cursor: pointer;
    color: #333;
    font-size: 13px;
    background: #fbfbfb;
    padding: 25px;
	border-radius: 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	    min-height: 200px !important;
}
.about:hover
{
	box-shadow: 0px 0px 8px #0099e5;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}  
.about img {
    width: 60%;
    border-radius: 15px;
	margin-bottom: 25px;
	margin-top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}
.about:hover img {
   margin-top: -5px;
   transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}
.lfscnthead1 {
    font-weight: 500;
    font-size: 35px !important;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5%;
}
.abt
{
	margin-bottom:3%;
}
.abt p
{
	margin-top:0;
	font-size: 14px;
}
.redeem
{
	width:100%;
	
}
.redeem img
{
	width:100%;
	
}

/*========================================================================*/
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border: none;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 165px;
    margin-right: 0;
    margin-bottom: 3px;
    background-color: transparent;
border-radius: 0px;
color: black;
border: 1px solid #1e3868;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
	    background-color: #1e3868;
color: white;

border:none;
}

.left-tab-process .tab-content{
	background-color:#f0f0f0;
	    margin-left: 175px;}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.book-process-ltab{
	max-width:131px;}
	
.left-tab-process .tab-pane{
    padding: 13px 11px;
    min-height: 276px;
}

.left-tab-process h4{
	color:#536779;}
	
.term-fa{
margin-right: 7px;
    font-size: 11px;
    margin-left: -18px;
    color: #2EA72F;}
    
.tac-content{
    background-color:#ccc;}
	.tabs-left
	{
		background: #f0f0f0;
		border: 1px solid #1e3868;
	}

 
  /*==================================================
 * left tab
 * ===============================================*/
 
 
 

    
	
  /*==================================================
 * left tab
 * ===============================================*/
 
  @media (max-width:767px){
    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    width: 100%;
    margin-right: 0;
    padding: 5px 8px;
    font-size: 12px;
    margin-bottom: 3px;
    background-color: #536779;
    border-radius: 0px;
    color: white;
}


.emailHldr {
    width: 100%;
    margin: 0 auto;
}


.left-tab-process .tab-pane {
    padding: 13px 11px;
    min-height: 335px;
}

.left-tab-process .tab-content {
    background-color: #F1F1F1;
    margin-left: 95px;
}

}
 @media screen and (min-device-width:320px) and (max-device-width:767px)
{
	.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    width: 100%;
}

.tabs-left > .nav-tabs {
    width: 100% !important;
}
.book-process-ltab {
    max-width: 100%;
}

.left-tab-process .tab-content {
    margin-left: 0;
}



}
 
   /*==================================================
 * left tab
 * ===============================================*/
.faqHeader {
    font-size: 27px;
    margin: 20px;
}
.bold {
    font-weight: bold;
    margin-left: 0;
    padding: 0;
	color:#000;
}
#accordion
{
	color:#000;
	font-size: 16px;	
}
.panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f078"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
/*    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); */
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
/*    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); */
    color: #454444;
}

/*============= Tooltip ===============*/

.red-color{background-color: #F44336;color: #fff;padding-bottom: 60px;text-align: center; padding-top: 10px;}
.light-blue{background-color: #00BCD4;padding-bottom: 60px;text-align: center; padding-top: 10px;}
.yelo-color{background-color: #ffc107;color: #fff;padding-bottom: 60px;text-align: center; padding-top: 10px;}
.megenta-color{background-color: #009688;padding-bottom: 60px;text-align: center; padding-top: 10px;}
.margin{margin-top:100px;}

/*///////////////Right Tooltip w/ Left Arrow////////////////*/
.tooltip-col {
    position: relative;
    display: inline-block;
   
    cursor:pointer;
    text-align:center;
}

.tooltiptext {
    visibility: hidden;
    width: 150px;
    height:50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: -13px;
    left: 110%;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip-col:hover .tooltiptext {
    visibility: visible;
}


/*///////////////Left Tooltip w/ Right Arrow////////////////*/ 

.tooltiptext2 {
    visibility: hidden;
    width: 150px;
    height:50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: -13px;
    right: 120px;
}

.tooltiptext2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.tooltip-col:hover .tooltiptext2 {
    visibility: visible;
}

/*///////////////Bottom Tooltip w/ Top Arrow////////////////*/ 

.tooltiptext3 {
    visibility: hidden;
    width: 150px;
    height: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 30px;
    right: -19px;
}

.tooltiptext3::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 61px;   
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltip-col:hover .tooltiptext3 {
    visibility: visible;
}


/*///////////////Top Tooltip w/ Bottom Arrow////////////////*/ 

.tooltiptext4 {
    background-color: black;
    border-radius: 0;
    bottom: 28px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    height: auto;
    left: 0;
    line-height: normal;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 150px;
    z-index: 1;
}
.tooltiptext4::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    border-width: 10px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip-col:hover .tooltiptext4 {
    visibility: visible;
}
textarea
{
	resize:none;
}

.checkbox-inline {
    width: 30%;
    margin-left: 0 !important;
}

.sel_all_b {
    border: 0;
    background-color: #0099e5;
    color: #fff;
    border-radius: 2px;
}

.sel_all_b:active {
	background-color: #3276b1;
} 

.tabs h2
{
	font-size:18px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.resp-tab-content b {
    font-weight: bold;
    color: #117590;
} 

@media screen and (min-device-width:320px) and (max-device-width:767px) {

	.logo {
		width: 100%;
		margin: 7px 0;
	}
.logo img {
    width: 80%;
}
.contdetails::after, .contdetails::before
{
	display: none;
}
.contdetails {
    float: right;
    margin: 0;
    font-weight: normal;
    color: #515151;
    background: #fbfbfb;
    padding: 7px 7px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.resp-vtabs .resp-tabs-container
{
	padding: 0 !important;
}
.panel-title > a {
    margin-top: 20px;
}
}
@media screen and (min-device-width:768px) and (max-device-width:1024px) {
.contdetails {
    float: right;
    margin: 0;
    font-weight: normal;
    color: #515151;
    font-size: 11px;
    background: #fbfbfb;
    padding: 7px 15px;
    margin-bottom: 11px;
    position: relative;
    width: 100%;
    text-align: right;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 10px;
    color: #303030 !important;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0 10px;
}
.logo img {
    width: 100%;
}
.logo {
    margin: 18px 0;
}

}

