
header{
	background:#fff;
	min-height:100px;
	padding:19px 0;
}
.banner{
	background:#e5e5e5;
}
.bannerContainer{
	display:table;
}
.bannerLeft{
	padding-right:30px;
	width: 69%;
}
.bannerLeft,.bannerRight{
	display: table-cell;
    vertical-align: middle;
}
.bannerRight-heading{
	font-size:1.5em;
	margin:0 0 27px;
	text-align:center;
}
.content-area{
	padding:25px 0;
	/* min-height:600px; */
	background:#333333;
}
.tabsBlock{
  display: block;
}
.tab_container {
  float: left;
  width: 100%;
  transition:width 6s;
}

.tab_content {
  padding-top:30px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}
.tab_drawer_heading-add{
	position:relative;
}
.tab_drawer_heading-add:before{
	content:"+";
	position:absolute;
	right:10px;
	font-size:24px;
}
.tab_drawer_heading-add.active:before{content:"-";
	position:absolute;
	font-size:24px;
	right:10px;}
.card {
    position: relative;
    background:#019f9d;
	margin:0 15px 30px;
	    min-height: 200px;
	overflow:hidden;  
	    display: block;
    
  
}
.card:hover:before{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.card-block {
    padding: 20px;
	    position: absolute;
    bottom: 0;
}

.card:before{
	content:'';
	position:absolute;
	right: 20px;
	top:20px;
	-webkit-transition: all .6s ease-in-out;
	 -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


.card-line{
	position:absolute;	
	background:red;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, transform 2s;
}
.card-line.top-line{
    height: 5px;
    width: 0;
    top: 0;
	left:0;
}
.card:hover .card-line.top-line{
	width:100%;	
}
.card-line.right-line{
	right: 0;
    width: 5px;
    height: 0;
	top:0;	
}
.card:hover .card-line.right-line{
	height:100%;		
}
.card-line.bottom-line{
	height: 5px;
    width: 0;
    bottom: 0;
	right:0;
}
.card:hover .card-line.bottom-line{
	width:100%;	
}
.card-line.left-line{
    left: 0;
    width: 5px;
    height: 0;
	bottom:0;

}
.card:hover .card-line.left-line{
	height:100%;		
}

.card:hover{background:#fff;}
/* .card:hover .card-title{color:#02a2c4;} */
.card:hover .card-title{color: #0050C2;}

.card-clr1 .card-line{background:#02a2c4;}
.card-icon1:before{background:url(../../images/icon-1.png) no-repeat;width:73px;height:73px;}
.card-icon1:hover:before{background:url(../../images/icon-hv-1.png) no-repeat;}


.card-clr2 .card-line{background:#019f9d}
.card-icon2:before{background:url(../../images/icon-2.png) no-repeat;width:71px;height:71px;}
.card-icon2:hover:before{background:url(../../images/icon-hv-2.png) no-repeat;}

.card-clr3 .card-line{background:#e89d0c}
.card-icon3:before{background:url(../../images/icon-3.png) no-repeat;width:68px;height:68px;}
.card-icon3:hover:before{background:url(../../images/icon-hv-3.png) no-repeat;}

.card-clr4 .card-line{background:#eb2ab7}
.card-icon4:before{background:url(../../images/icon-4.png) no-repeat;width:74px;height:68px;}
.card-icon4:hover:before{background:url(../../images/icon-hv-4.png) no-repeat;}

.card-clr5 .card-line{background:#1993f0}
.card-icon5:before{background:url(../../images/icon-5.png) no-repeat;width:49px;height:71px;}
.card-icon5:hover:before{background:url(../../images/icon-hv-5.png) no-repeat;}

.card-clr6 .card-line{background:#875a02}
.card-icon6:before{background:url(../../images/icon-6.png) no-repeat;width:71px;height:71px;}
.card-icon6:hover:before{background:url(../../images/icon-hv-6.png) no-repeat;}

.card-clr7 .card-line{background:#070a90}
.card-icon7:before{background:url(../../images/icon-7.png) no-repeat;width:56px;height:60px;}
.card-icon7:hover:before{background:url(../../images/icon-hv-7.png) no-repeat;}

.card-clr8 .card-line{background:#07903e}
.card-icon8:before{background:url(../../images/icon-8.png) no-repeat;width:81px;height:81px;}
.card-icon8:hover:before{background:url(../../images/icon-hv-8.png) no-repeat;}

.card-clr9 .card-line{background:#90071d}
.card-icon9:before{background:url(../../images/icon-9.png) no-repeat;width:67px;height:67px;}
.card-icon9:hover:before{background:url(../../images/icon-hv-9.png) no-repeat;}

.card-clr10 .card-line{background:#024ef9}
.card-icon10:before{background:url(../../images/icon-10.png) no-repeat;width:55px;height:59px;}
.card-icon10:hover:before{background:url(../../images/icon-hv-10.png) no-repeat;}

.card-clr11 .card-line{background:#6456ea}
.card-icon11:before{background:url(../../images/icon-11.png) no-repeat;width:61px;height:61px;}
.card-icon11:hover:before{background:url(../../images/icon-hv-11.png) no-repeat;}

.card-clr12 .card-line{background:#c4a202}
.card-icon12:before{background:url(../../images/icon-12.png) no-repeat;width:75px;height:58px;}
.card-icon12:hover:before{background:url(../../images/icon-hv-12.png) no-repeat;}

.card-clr13 .card-line{background:#006D83}
.card-icon13:before{background:url(../../images/icon-13.png) no-repeat;width:82px;height:77px;}
.card-icon13:hover:before{background:url(../../images/icon-hv-13.png) no-repeat;}

.card-clr14 .card-line{background:#0000FF}
.card-icon14:before{background:url(../../images/icon-14.png) no-repeat;width:57px;height:75px;}
.card-icon14:hover:before{background:url(../../images/icon-hv-14.png) no-repeat;}

.card-clr15 .card-line{background:#800000}
.card-icon15:before{background:url(../../images/icon-15.png) no-repeat;width:88px;height:75px;}
.card-icon15:hover:before{background:url(../../images/icon-hv-15.png) no-repeat;}

.card-clr16 .card-line{background:#1B3E7A}
.card-icon16:before{background:url(../../images/icon-16.png) no-repeat;width:118px;height:63px;}
.card-icon16:hover:before{background:url(../../images/icon-hv-16.png) no-repeat;}

.card-clr17 .card-line{background:#B27C34}
.card-icon17:before{background:url(../../images/icon-17.png) no-repeat;width:94px;height:78px;}
.card-icon17:hover:before{background:url(../../images/icon-hv-17.png) no-repeat;}

.card-clr18 .card-line{background:#3F003F}
.card-icon18:hover .link-inner{border-bottom:1px solid #02A2C4}
.card-icon18:before{background:url(../../images/icon-18.png) no-repeat;width:65px;height:60px;}
.card-icon18:hover:before{background:url(../../images/icon-hv-18.png) no-repeat;}

.card-clr19 .card-line{background:#80FF00}
.card-icon19:before{background:url(../../images/icon-19.png) no-repeat;width:58px;height:54px;}
.card-icon19:hover:before{background:url(../../images/icon-hv-19.png) no-repeat;}

.card-clr20 .card-line{background:#008000}
.card-icon20:before{background:url(../../images/icon-20.png) no-repeat;width:42px;height:69px;}
.card-icon20:hover:before{background:url(../../images/icon-hv-20.png) no-repeat;}

.card-clr21 .card-line{background:#FF7701}
.card-icon21:before{background:url(../../images/icon-21.png) no-repeat;width:87px;height:50px;}
.card-icon21:hover:before{background:url(../../images/icon-hv-21.png) no-repeat;}

.card-clr22 .card-line{background:#B8164F}
.card-icon22:before{background:url(../../images/icon-22.png) no-repeat;width:65px;height:57px;}
.card-icon22:hover:before{background:url(../../images/icon-hv-22.png) no-repeat;}

.card-clr23 .card-line{background:#800080}
.card-icon23:before{background:url(../../images/icon-23.png) no-repeat;width:77px;height:55px;}
.card-icon23:hover:before{background:url(../../images/icon-hv-23.png) no-repeat;}

.card-clr24 .card-line{background:#FFFF00}
.card-icon24:before{background:url(../../images/icon-24.png) no-repeat;width:58px;height:58px;}
.card-icon24:hover:before{background:url(../../images/icon-hv-24.png) no-repeat;}

.card-clr25 .card-line{background:#FF803F}
.card-icon25:hover .link-inner{border-bottom:1px solid #02A2C4}
.card-icon25:before{background:url(../../images/icon-25.png) no-repeat;width:61px;height:61px;}
.card-icon25:hover:before{background:url(../../images/icon-hv-25.png) no-repeat;}

.card-clr26 .card-line{background:#5482B6}
.card-icon26:before{background:url(../../images/icon-26.png) no-repeat;width:53px;height:68px;}
.card-icon26:hover:before{background:url(../../images/icon-hv-26.png) no-repeat;}

.card-clr27 .card-line{background:#23527c}
.card-icon27:before{background:url(../../images/icon-27.png) no-repeat;width:50px;height:64px;}
.card-icon27:hover:before{background:url(../../images/icon-hv-27.png) no-repeat;}

.card-clr28 .card-line{background:#139140}
.card-icon28:before{background:url(../../images/icon-28.png) no-repeat;width:95px;height:156px;}
.card-icon28:hover:before{background:url(../../images/icon-hv-28.png) no-repeat;}

.card-clr29 .card-line{background:#139140}
.card-icon29:before{background:url(../../images/icon-29.png) no-repeat;width:80px;height:75px;}
.card-icon29:hover:before{background:url(../../images/icon-hv-29.png) no-repeat;}

.card-clr30 .card-line{background:#139140}
.card-icon30:before{background:url(../../images/icon-30.png) no-repeat;width:65px;height:66px;}
.card-icon30:hover:before{background:url(../../images/icon-hv-30.png) no-repeat;}

.card-clr31 .card-line{background:#139140}
.card-icon31:before{background:url(../../images/icon-31.png) no-repeat;width:55px;height:59px;}
.card-icon31:hover:before{background:url(../../images/icon-hv-31.png) no-repeat;}

.card-clr32 .card-line{background:#139140}
.card-icon32:before{background:url(../../images/icon-32.png) no-repeat;width:89px;height:60px;}
.card-icon32:hover:before{background:url(../../images/icon-hv-32.png) no-repeat;}

.card-title {
    margin-bottom: 0px;
    line-height: 1.1;
	font-size:1.3em;
	color:#fff;
}
.link-inner{border-bottom:1px solid #fff;display: inline-block;margin-bottom: 5px;}
/* .link-inner:hover{border-bottom:1px solid #02A2C4} */
 @media screen and (max-width: 1199px) {
		.bannerContainer{display:block;}
		.bannerLeft,.bannerRight{display: table;width: 100%;margin: 10px 0;text-align: center;}
		.bannerLeft{padding-right:0px;}
		
		}
 @media screen and (max-width: 991px) {
		.tabs li:hover, .tabs li.active {
			min-height: 117px;
 }}
 @media screen and (max-width: 481px) {
		.tabs li:hover, .tabs li.active {
			min-height:141px;
 }}
@media screen and (max-width: 530px) {
	.tabs li,.tab_drawer_heading{
		font-size:15px!important;
		}
}
@media screen and (max-width: 480px) {
	.bg-green .f-left{
		display:block;
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	.bg-green .f-right{
		display:block;
		width:100%;
		text-align:center;
	}
  .tabs {
    display: none;
  }
  .side-tab{display:block;}
  .tab_drawer_heading {
   /*  background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    user-select: none; */
	background-color: transparent;
    color: #019f9d;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    user-select: none;
  }
  .d_active {
   /*  background-color: #666;	
    color: #fff; */
	background-color: #fff;
    color: #666;
  }
  .sub-heading{float:left;}
  .tab_drawer_heading-add:before {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 0px;
}
}

.tabs {
  margin: 44px 0 0;
  padding: 0;
  float: left;
  list-style: none;
	    min-height: 70px;
  border-bottom: 1px solid #019f9d;
  width: 100%;
}

.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0 21px 15px;
      line-height: 24px;
	  color:#019f9d;
font-size:1.125em;
  border-bottom: 3px solid transparent;
    text-align: center;
  
  overflow: hidden;
  position: relative;
  width: 25%;
      padding-top: 15px;
}


.tabs li:hover,.tabs li.active {
  /*   border-bottom: 3px solid #fff;
  color: #fff; */
      border-bottom: 3px solid #fff;
    color: #333333;
    background: #fff;
    padding-top: 15px;
}
/* 20160915 */
.side-tab .block-tabs{display:block;width:100%;font-size:1em;padding: 10px 0;text-align: left;border-bottom:1px solid #fff;color:#39AC9C;}
  .side-tab .block-tabs:hover, .side-tab .block-tabs.active{border-bottom:1px solid #fff;color: #fff;}  
	.tabs-drop ul {text-align:left}
	.tabs-drop ul  li a{color:#39AC9C;font-size:1em;line-height: 24px;text-decoration:none;}
	.tabs-drop.active ul {display:block;margin-top:0;}
	.sub-heading{color:#39AC9C; padding: 0;line-height: 24px;font-size:1.111em ;margin:0;text-align:left;}
	.side-tab .block-tabs.active .sub-heading{color:#fff;}
	.side-tab .block-tabs{border-bottom: 1px solid #fff;}
	.sub-heading{display:table;width:100%;}
	
	.sub-heading span{display:table-cell;vertical-align: middle;color:#39AC9C}
	.tabs-drop.active .sub-heading span{color:#fff;}
	.block-tab.last{border-bottom:none;}
	.block-tab.last:hover{border-bottom:none;}
	.inner-tab{margin:0;padding: 0;float: left;list-style: none;min-height: 70px;border-bottom: 0px solid transparent;width: 100%;}
.inner-tab{display:none}	
.inner-tab.active{display:block}	
.inner-tab li{border-bottom:1px solid #39AC9C !important}
.inner-tab li.block-tab.last{    border-bottom: 1px solid transparent!important;}

.sub-heading.main-block{border-bottom: 1px solid #39AC9C;padding-bottom:15px; color: #fff;}
.clr-white{color:#F2F2F2;}
.side-tab{margin-top:25px;}
.tab_container p{padding:10px 0; line-height:20px;font-size:14px;color:#E5E5E5;}
.large-head{color:#fff; padding: 0;line-height: 24px;margin:0;text-align:left;
    font-size: 24px;font-family:'Slabo27px-Regular'}
	.bb{border-bottom: 1px solid #39AC9C;display: block;
    float: left;
    padding: 25px 0;}
	.eq-space{padding:20px 0;float:left;}
	.sub-heading.d_active{color:#fff;}
.breadcrumb-item a::after {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    color: #818a91;
    content: "/";
}
.clr-white .tab-content{padding-bottom:25px;}
.clr-white .tab-content-sub{padding-bottom:25px;}
.tabs-drop.first .sub-heading span{color:#fff}
.breadcrumb{margin:0;padding:0;}/* updated */
.breadcrumb-item {list-style-type:none;display:inline-block;margin:5px 0;clear:both}
.breadcrumb-item a{text-decoration:none;color:#00AAA7}
.large-head:before{content:"";background:url(../../images/sprite.png) no-repeat;background-position: -357px -6px;
	width: 35px;display:block;margin-bottom: 10px;	height: 22px;}
	.tab_content p{line-height:23px;margin-bottom: 20px;font-size: 14px;color: #ccc;font-family:"helvetica-light";}
	.tab_content-sub p{line-height:23px;margin-bottom: 20px;font-size: 14px;color: #ccc;font-family:"helvetica-light";}
	.tab_content p strong{color:#fff;}
	.tab_content-sub p strong{color:#fff;}
	.bb img{border:1px solid #fff;border-radius:50%;}
	.tab-content{padding-top: 35px;}
	.tab-content-sub{padding-top: 35px;}
	.sprite{background:url(../../images/sprite.png) no-repeat;display:inline-block;vertical-align:middle;margin-right:10px;}
	.icon-search{background-position:-90px -8px;width: 21px;height: 21px;}
	.icon-key{background-position:-147px -50px;width: 20px;height: 20px;}
	.icon-close-tab{background-position:-146px -143px;	width: 23px;	height: 23px;}
	.icon-money{background-position:-255px -143px;width: 25px;	height: 23px;}
	.icon-sand-clock{background-position:-44px -143px;width: 26px;height: 26px;}
	.icon-target{background-position:-44px -97px;width: 26px;height: 26px;}
	.icon-home{background-position:-255px -50px;width: 22px;height: 24px;}
	.icon-coins{background-position:-146px -97px;width: 28px;height: 28px;}
	.icon-balance{background-position:-255px -97px;	width: 28px;height: 28px;}
	.icon-exchange{background-position:-44px -50px;	width: 25px;	height: 27px;}
	.icon-gold{background-position:-146px -8px;width: 34px;	height: 26px;}
	.icon-funds{background-position:-256px -7px;	width: 29px;	height: 29px;}
	.double-arrow{background-position:-357px -50px;	width: 15px;height: 15px;margin-right: 0;background-repeat:no-repeat; display:none}
	/* .first  .double-arrow{display:block} */
	.side-tab .block-tabs.last{border-bottom:none!important}
	.side-tab{border-bottom:none;}
	.tabs-drop.active .icon-key{background-position:-201px -50px;}
	.tabs-drop.active .icon-close-tab{background-position:-201px -143px;}
	.tabs-drop.active .icon-money{background-position:-307px -143px;}
	.tabs-drop.active .icon-sand-clock{background-position:-90px -143px;}
	.tabs-drop.active .icon-target{background-position:-90px -97px;}
	.tabs-drop.active .icon-home{background-position:-307px -50px;}
	.tabs-drop.active .icon-coins{background-position:-201px -97px;}
	.tabs-drop.active .icon-balance{background-position:-307px -97px;}
	.tabs-drop.active .icon-exchange{background-position:-90px -50px;}
	.tabs-drop.active .icon-funds{background-position:-307px -8px;}
	.tabs-drop.active .icon-gold{background-position:-201px -7px;}
	.main-tab.active .double-arrow{background-position:-357px -97px;	width: 15px;height: 15px;background-repeat:no-repeat; display:block;}
	.w15{width:15%;}
	.mt0{margin-top:0;}
	
/* 20160915 */
#currtab1:before{content: "";position: absolute;width: 1px;right: 0;height: 75px;background: #6F6D6F;top:20px}
#currtab1:after{content: "";position: absolute;width: 1px;right: 1px;height: 75px;background: #040204;top:20px}
#currtab2:before{content: "";position: absolute;width: 1px;right: 0;height: 75px;background: #6F6D6F;top:20px}
#currtab2:after{content: "";position: absolute;width: 1px;right: 1px;height: 75px;background: #040204;top:20px}
#currtab3:before{content: "";position: absolute;width: 1px;right: 0;height: 75px;background: #6F6D6F;top:20px}
#currtab3:after{content: "";position: absolute;width: 1px;right: 1px;height: 75px;background: #040204;top:20px}
#currtab1:hover:before, #currtab1:hover:after,#currtab2:hover:before, #currtab2:hover:after, #currtab3:hover:before, #currtab3:hover:after{content:none;}
#currtab1.active:before, #currtab1.active:after,#currtab2.active:before, #currtab2.active:after, #currtab3:active.before, #currtab3.active:after{content:none;}
/* #currtab2:hover:before, #currtab2:hover:after, #currtab3:hover:before, #currtab3:hover:after,#currtab1:hover:after{content:none;}
#currtab2.active:before, #currtab2.active:after, #currtab3.active:before, #currtab3.active:after,#currtab1.active:after{content:none;} */
/* #currtab2:hover:after, #currtab3:hover:after, #currtab1:hover:after{content:none;}
 #currtab2.active:after, #currtab3.active:after, #currtab1.active:after{content:none;}  */
.card:hover .card-title {
    color: rgba(32, 78, 164, 0.9);
    font-weight: 600;
}
.color-green-head{background: #03a09e;    /* width: 100px; */    position: absolute;    top: 0;    color: #fff;    right: 0;    top: -19px;border-radius:4px;}
.color-green-head .submit-btn-head {    color: #fff;    text-decoration: none;}
.color-green-head  ul{    padding: 0;    float: left;}
.color-green-head  ul li{list-style: none;    display: inline-block;    float: left;    padding: 10px 20px;    line-height: 4px;    position: relative;    top: 5px;}
.color-green-head  ul li:first-child:before{content: "";position: absolute;width: 1px;right: 0;height: 20px;background: #6F6D6F;top:0px}
.color-green-head  ul li:first-child:after{ content: "";position: absolute;width: 1px;right: 1px;height: 20px;    background: rgba(4, 2, 4, 0.61);top:0px}
        .tabs #currtab1.active:before,.tabs #currtab1.active:after{content:none}
        .tabs #currtab2.active:before,.tabs #currtab2.active:after{content:none}
		.tabs #currtab3.active:before,.tabs #currtab3.active:after{content:none}
		.tabs #currtab4.active:before,.tabs #currtab4.active:after{content:none}
		
		.follow-us {
			text-align: center;
			margin-left: 0;
			padding-left: 0;
		}
		.follow-us li {
			list-style-type: none;
			display: inline-block;
			padding: 20px 10px;
			float: none;
		}
		.follow-us li a{
			display:block
		}
		.follow-us li a img{
			width:40px;
		}
		.social-follow{display:block;padding-top:100px;width:100%;}
	@media screen and (max-width: 991px) {
			.follow-us li {
				padding: 20px 5px;
			}
		}
@media screen and (max-width: 768px) {
	.social-follow {
				display: block;
				padding-top: 30px;
				width: 100%;
				text-align: center;
				float: left;
			}
		.tabs {
				display: none;
			}
			.tab_drawer_heading {
				/*  background-color: #ccc;
					color: #fff;
					border-top: 1px solid #333;
					margin: 0;
					padding: 5px 20px;
					display: block;
					cursor: pointer;
				user-select: none; */
				background-color: transparent;
				color: #019f9d;
				border-top: 1px solid #333;
				margin: 0;
				padding: 5px 20px;
				display: block;
				cursor: pointer;
				user-select: none;
			}
			.d_active {
				/*  background-color: #666;	
				color: #fff; */
				background-color: #fff;
				color: #666;
			}
			.sub-heading{float:left;}
		
		
		.tabs {
			margin: 44px 0 0;
			padding: 0;
			float: left;
			list-style: none;
			min-height: 70px;
			border-bottom: 1px solid #019f9d;
			width: 100%;
		}
		
		.tabs li {
			float: left;
			margin: 0;
			cursor: pointer;
			padding: 0 21px 15px;
			line-height: 24px;
			color:#019f9d;
			font-size:1.125em;
			border-bottom: 3px solid transparent;
			text-align: center;
			
			overflow: hidden;
			position: relative;
			width: 25%;
			padding-top: 15px;
		}
		
	
		.tabs li:hover,.tabs li.active {
			/*   border-bottom: 3px solid #fff;
			color: #fff; */
			border-bottom: 3px solid #fff;
			color: #333333;
			background: #fff;
			padding-top: 15px;
		}
		.tab_drawer_heading.active{
		    background-color: #fff;
    color: #019f9d;
		
	}
	.tab_drawer_heading-add:before{
		top:0;
		right:7px;
		}
		.tab_drawer_heading.active.tab_drawer_heading-add:before{
			top:0;
			}
			.tab_drawer_heading,.d_active.tab_drawer_heading {
				
				background-color: transparent;
				color: #019f9d;
				border-top: 1px solid #333;
				margin: 0;
				padding: 5px 20px;
				display: block;
				cursor: pointer;
				user-select: none;
			}
			.tab_drawer_heading.active{
				background-color: #fff;
				color: #019f9d;
				}
			.d_active.tab_drawer_heading.active{
				/*  background-color: #666;	
				color: #fff; */
				background-color: #fff;
				color: #666;
			}
		
	}
@media screen and (max-width: 991px) {
	.tabs li:hover, .tabs li.active ,.tabs li{
		min-height: 117px;
		padding-bottom: 0!important;
	}
}	




@media screen and (max-width: 620px) {
	.card-title {
		font-size: 1.1em;
	}	
	.tabs li, .tab_drawer_heading {
    font-size: 15px!important;
	}
	}
	
@media screen and (max-width: 580px) {
	.follow-us li {
		list-style-type: none;
		display: inline-block;
		padding: 10px 15px;
		float: none;
	}
}
@media screen and (max-width: 560px){

   .tabs li:hover, .tabs li.active, .tabs li {
    min-height: 140px;
    padding-bottom: 0!important;
		}
	}



@media screen and (max-width: 480px) {
	 #form1 label  {width:20%}
	 #form1.amc-form.mf-form .inline-blocks .custom-combobox, #form1.amc-form.mf-form .inline-blocks input,.ui-widget.ui-widget-content {
    width: 200px!important;
}

 .color-green-head {
    background: #03a09e;
    /* width: 100px; */
    position: relative;
    top: 0;
    color: #fff;
    right: 0;
    top: 10px;
    border-radius: 4px;
}
.color-green-head ul {
    padding: 1px 0 5px;
    float: left;
    background: #03a09e;
    width: 100%;
}
.color-green-head ul li {
    list-style: none;
    display: inline-block;
    float: left;
    padding: 14px 20px;
    line-height: 4px;
    position: relative;
    top: 5px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    float: none;
}
.color-green-head  ul li:first-child:after,.color-green-head  ul li:first-child:before	{
	    height: 25px;
}
.inputSearch{
	float:none;margin:10px auto;
}
.tab_drawer_heading.active{
		    background-color: #fff;
    color: #019f9d;
		 
	}
	.tab_drawer_heading-add:before{
		top:0;
		right:7px;
		}
		.tab_drawer_heading.active.tab_drawer_heading-add:before{
			top:0;
			}
	 }
	 @media screen and (max-width: 420px) {
	.follow-us li {
		padding: 10px 30px;
		
	}
	
}