@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "BrandonGrotesque-Medium";
	font-weight: 500;
	src: url("../fonts/BrandonGrotesque-Medium.eot") format("eot"),
		 url("../fonts/BrandonGrotesque-Medium.ttf") format("ttf"),
		 url("../fonts/BrandonGrotesque-Medium.woff") format("woff"),
		 url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2");
}
@font-face {
	font-family: "HelveticaNeue";
	font-weight: normal;
	src: url("../fonts/HelveticaNeue.eot") format("eot");
}
@font-face {
	font-family: "HelveticaNeue";
	font-weight: normal;
	src: url("../fonts/HelveticaNeue.ttf") format("ttf"),
		 url("../fonts/HelveticaNeue.woff") format("woff"),
		 url("../fonts/HelveticaNeue.woff2") format("woff2");
}
@font-face {
	font-family: "HelveticaNeue";
	font-weight: 300;
	src: url("../fonts/HelveticaNeue-Light.eot") format("eot");
}
@font-face {
	font-family: "HelveticaNeue";
	font-weight: 300;
	src: url("../fonts/HelveticaNeue-Light.ttf") format("ttf"),
		 url("../fonts/HelveticaNeue-Light.woff") format("woff"),
		 url("../fonts/HelveticaNeue-Light.woff2") format("woff2");
}
@font-face {
	font-family: "HelveticaNeue";
	font-weight: 500;
	src: url("../fonts/HelveticaNeue-Medium.eot") format("eot");
}
@font-face {
	font-family: "HelveticaNeue";
	font-weight: 500;
	src: url("../fonts/HelveticaNeue-Medium.ttf") format("ttf"),
		 url("../fonts/HelveticaNeue-Medium.woff") format("woff"),
		 url("../fonts/HelveticaNeue-Medium.woff2") format("woff2");
}
body {
	font-family: 'BrandonGrotesque-Medium', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.6px;
	color: #ffffff;
	margin: 0;
	padding: 0;
    background: transparent url("../images/background.jpg") no-repeat center 0px;
	background-size: 100% 100%;
	height: 100vh;
}
body.inner {
	font-family: "HelveticaNeue";
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	height: auto;
    background: none;
	background: #F0FCFC;
}
a {
	color: #18afc4;
	word-wrap: break-word;
}
a,a:hover,a:focus {
	outline: none;
	color: #18afc4;
	text-decoration: underline;
}
ol li, ul li {
    margin: 0 0 10px;
}
.bg-white {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    background: #ffffff;
}
.banner-content h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.6px;
	color: #ffffff;
	margin: 0 0 6px;
}
.banner-content h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 10px;
	letter-spacing: normal;
	color: rgba(255,255,255,0.8);
}
.wrapper {
	color: rgba(255,255,255,0.7);
}
.logo-wrap {
    padding: 52px 0 64px;
	/*padding: 32px 0 26px;*/
}

.logo img {
    max-width: 104px;
    /*max-width: 94px;*/
}
.logo-wrap .text-right a {
    display: inline-block;
}
.logo-wrap .text-right img {
   max-width: 118px;
   /*max-width: 98px;*/
   margin-top: -4px;
   display: inline-block;
}
.banner-content h5 {
	margin: 0 0 27px;
	/*margin: 0 0 15px;*/
}
.banner-content p {
	margin: 0 0 10px;
}
.banner-content h6 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.8);
    margin: 35px 0 13px;
	/*margin: 20px 0 13px;*/
}
.banner-content p {
	max-width: 550px;
}
.app-links img {
    display: inline-block;
    max-width: 154px;
	/*max-width: 130px;*/
    margin-right: 24px;
}
.banner-content ul {
    margin: 0;
    /*padding: 70px 0 62px;*/
	padding: 30px 0 62px;	
    list-style: none;
}
.banner-content ul li {
    display: inline-block;
    margin:  0 20px 0 0;
}
.banner-content ul li:last-child {
	margin-right: 0;
}
.banner-content ul li img {
    display: inline-block;
	/*width: 80px;
	height: auto;*/
	width: auto;
	max-height: 30px;
    
}
.banner-content ul li a {
    display: block;
}
/*.banner-content ul li:nth-child(3) img {
    width: 40px;
    height: auto;
}
.banner-content ul li:nth-child(4) img {
    width: 176px;
    height: 36px;
}
.banner-content ul li:nth-child(5) img {
    width: 110px;
    height: 27px;
    margin-top: 8px;
}*/
.footer-wrap {
	font-family: 'BrandonGrotesque-Medium', sans-serif;
    /*background-color: #edf5f6;*/
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #242424;
    padding: 0px;
}
.footer-wrap .container {
	max-width:100%;
}
.footer-wrap p {
	margin: 0;
}
.footer-wrap a {
	color: #242424;
	text-decoration: none;
}
.footer-links a {
  display: inline-block;
  /*margin-right: 52px;*/
  margin-right: 20px;
  font-size: 15px;
}
.footer-links a:last-child {
    margin-right: 0;
}
.footer-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;	
	/*font-size: 14px;*/
	display: inline-block;

}
.footer-wrap ul li {
    display: inline-block;
    /*margin-left: 43px;*/
}
.footer-wrap ul.footer-list1 li  {
	margin-left: 19px;
}
.footer-wrap ul li:first-child {
    margin-left: 0px;
}
.footer-wrap ul li a {
	display: inline-block;
}
.footer-wrap ul li a,
.footer-wrap ul li a:hover,
.footer-wrap ul li a:focus {
	color: #242424;
	text-decoration: none;
}
.footer-wrap ul.footer-list1 li img {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    margin-top: -4px;
}
.footer-wrap ul.footer-list1 li:last-child img {
	width: 20px;
    height: 15px;
}
.footer-wrap ul.footer-social li a img {
    width: 18px;
    height: 18px;
}
.footer-wrap ul.footer-social li {
	margin-bottom: 0px;
	margin-left: 10px;
}
/*.footer-wrap ul.footer-social li a i {
    color: #fff;
    font-size: 11px;
}
*/
ul.footer-social {
    margin-left: 27px;
}
.footer-row1 {
	background: #dcebed;	
	padding: 6px 15px 0;
}
/*.footer-row1 .container {
	border-bottom: 1px solid #dcebed;
}*/
.footer-row2 {	
	background: #ffffff;
	padding: 5px 15px;
}
.press-release-box {
	padding: 10px 0;
	background: #F0FCFC;
	/*background: #dcebed;	
	background: rgba(0, 0, 0, 0.4);*/
}
.press-release-box .slick-list {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	position: relative;
}
.press-release-box .slick-slide {
	float: none;
	height: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.press-release-box .slick-slide img {
	padding: 0;
	max-height: 27px;
	display: inline-block;
}
@media only screen and (min-width: 992px){
	.footer-wrap {
		position: fixed;
		left:0;
		bottom:0;
		z-index: 100;
		width:100%;
	}
	.banner-content ul {
		padding-bottom: 147px;
	}
	.wrapper {
		float: left;
		width: 100%;
	}
}
@media (min-width:768px) and (max-width:1201px) {
	.banner-content ul {
		padding-top: 58px;
	}
	.banner-content ul li {
		margin: 0 15px 14px 0;
	}	
	/*.footer-links a {
		margin-right: 15px;
	}*/
}
@media (min-width:992px) and (max-width:1040px) {
	.banner-content p {
		max-width: 500px;
	}	
}
@media (min-width:768px) and (max-width:991px) {
	body {
		height: 100%;
		font-size: 14px;
	}
	.logo-wrap {
		padding: 30px 0 20px;
	}
	.logo img {
		max-width: 90px;
	}
	.logo-wrap .text-right img {
		max-width: 84px;
		margin-top: -2px;
	}
	.app-links img {
		margin-right: 14px;
		max-width: 110px;
	}
	.banner-content ul {
		padding: 20px 0 20px;
	}
	.banner-content ul li {
		margin: 0 35px 12px 0;
	}
	.banner-content ul li img {
		width: 62px;
		height: auto;
	}
	/*.banner-content ul li:nth-child(3) img {
		width: 37px;
		height: auto;
	}
	.banner-content ul li:nth-child(4) img {
		width: 125px;
		height: auto;	
	}
	.banner-content ul li:nth-child(5) img {
		width: 80px;
		height: auto;
		margin-top: 6px;
	}*/
	.banner-content h1 {
		font-size: 27px;
	}
	.banner-content h5 {
		font-size: 18px;
		margin: 0 0 13px;
	}
	.banner-content p {
		max-width: 400px;
	}
	.banner-content h6 {
		font-size: 16px;
		margin: 18px 0 8px;
	}
	.footer-wrap ul li {
		margin-left: 15px;
	}
	.footer-wrap {
		font-size: 14px;
	}
	.footer-links a {
		margin-right: 12px;
	}
	.footer-wrap ul li:last-child img {
		width: 17px;
		height: 12px;
	}
	.footer-wrap ul li img {
		width: 14px;
		height: 14px;
	}
}
@media only screen and (max-width: 991px){
	.footer-links {
		text-align: center;
	}
	.footer-links a {
		margin: 0 10px;
	}
	.col-md-7.col-xs-12.text-right {
		padding: 12px 0 0;
		text-align: center;
	}
}
@media only screen and (max-width: 767px){
	.container {
		padding: 0px;
	}
	.padding {
		padding-left : 15px;
		padding-right: 15px;
	}
	body {
		color: #242424;
		font-size: 14px;
		background: #ffffff;
		letter-spacing: 0.2px;
	}
	.wrapper {
		padding-top: 81px;
		color: rgba(0,0,0,0.7);
		background: #ffffff;
	}
	.logo-wrap {
		padding: 20px 0px;
		margin: 0;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 99;
		background: #fff;
		box-shadow: 0px 0px 1.5px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 1.5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 1.5px rgba(0,0,0,0.2);
		-o-box-shadow: 0px 0px 1.5px rgba(0,0,0,0.2);
	}
	.logo img {
		max-width: 65px;
	}
	.logo-wrap .text-right img {
		max-width: 59px;
	}
	.row.banner-content {
		margin: 0;
	}
	.row.banner-content .col-sm-7 {
		padding: 0;
	}
	.banner-content h1 {
		font-size: 20px;
		font-weight: 500;
		line-height: 2.78;
		color: #242424;
		margin: 0;
		letter-spacing: 0.3px;
		background-color: #dcebed;
	}
	p.mobile-banner {
		margin: 0 0 14px;
	}
	.banner-content p {
		max-width: 100%;
		margin: 0 0 8px;
	}
	.banner-content h5 {
		font-size: 20px;
		letter-spacing: 0.2px;
		color: #242424;
		margin: 16px 0 15px;
	}
	.banner-content h6 {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.2px;
		color: #242424;
		margin: 16px 0 5px;
	}
	.app-links img {
		width: 107px;
		height: 33px;
		margin-right: 13px;
		max-width: 100%;
	}
	.banner-content ul {
		padding: 27px 15px 6px;
	}
	.banner-content ul li {
		display: inline-block;
		margin: 0 15px 30px 0;
	}
	.banner-content ul li:nth-child(4) img {
		width: 117px;
		height: auto;	
	}
	.banner-content ul li:nth-child(5) img {
		width: 73px;
		height: 18px;
		margin-top: 4px;
	}
	.footer-wrap {
		font-size: 14px;
		letter-spacing: 0.2px;
		color: #242424;
		padding: 0px;
		text-align: center;
	}
	/*.footer-wrap .row.visible-xs {
		margin: 0;
	}*/	
	.footer-row1 {
		padding: 11px 15px 11px;
	}
	.footer-row2 {
		padding: 10px 15px;
	}	
	.col-md-7.col-xs-12.text-right {
		padding: 0 15px;
	}
	.footer-wrap ul {
		font-size: 15px;
		padding: 12px 0 0;
		text-align: center;
	}
	ul.footer-social {
		margin-left: 0;
		padding: 0 0 10px;
	}
	.footer-wrap ul li {
		margin-left: 15px;
	}
	.footer-wrap ul li img {
		width: 12px;
		height: 13px;
		margin-right: 5px;
		margin-top: -3px;
	}
	.footer-wrap ul li:last-child img {
		width: 14px;
		height: 11px;
	}
}
@media only screen and (max-width: 490px){
	.banner-content ul {
		padding: 27px 15px 10px;
	}	
	.banner-content ul li {
		margin: 0 35px 20px 0;
	}
	.banner-content ul li img {
		width: 80px;
		height: auto;
	}
	/*.banner-content ul li:nth-child(3) img {
		width: 50px;
		height: auto;
	}
	.banner-content ul li:nth-child(4) img {
		width: 139px;
		height: auto;	
	}
	.banner-content ul li:nth-child(5) img {
		width: 73px;
		height: 18px;
		margin-top: 5px;
	}*/
}

@media only screen and (max-width: 440px){
	.banner-content h5 {
		max-width: 300px;
	}
	.footer-wrap ul.footer-list1 li {
		margin-left: 0;
		display: block;
		font-size: 15px;
	}
}
@media only screen and (max-width: 390px){
	.footer-links a {
		margin: 0 6px;
	}
}
@media only screen and (max-width: 370px){
	.banner-content ul li {
		margin-right: 18px;
	}
	
	/*.footer-wrap ul.footer-list1 li img {
		width: 14px;
		height: 14px;
		margin-right: 6px;
	}
	.footer-wrap ul.footer-list1 li:last-child img {
		width: 15px;
		height: 11px;
	}*/
}
.main_heading {
	font-size: 22px;
	color: #111111;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
	margin: 0;
}
.heading1 {
	font-size: 20px;
	color: #111111;
	font-weight: 500;
	line-height: 1.39;
	padding-bottom: 8px;
}
.heading2 {
	font-size: 18px;
	color: #111111;
	font-weight: 500;
	line-height: 1.39;
	padding-bottom: 8px;
}
/*@media (max-width: 1199px) {
	.footer-links a {
		font-size: 14px;
	}
}*/
@media (max-width: 991px) {
	.heading1 {
		font-size: 18px;
	}
	.heading2 {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.main_heading {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.main_heading {
		font-size: 17px;
	}
	.heading1 {
		font-size: 16px;
	}
	.heading2 {
		font-size: 15px;
	}
}
.list1 {
	padding-left: 0;
	list-style: none;
}
.list1 li {
	line-height: 1.5;
}
/*--------------------------Header--------------------------*/
header {
	padding: 15px 0 10px;
	background: #dcebed;
}
header .logo-wrap {
	padding: 0;
	background: none;
	position: static;
	box-shadow: none;
}
@media (min-width:768px){
	header .logo img {
		max-width: 86px;
	}
	header .logo-wrap .text-right img {
		max-width: 94px;
	}
}
@media (max-width: 991px) {
	header {
		padding: 30px 0;
	}
	header .logo img {
		width: 220px;
	}
}
@media (max-width: 767px) {
	header {
		padding: 20px 0;
	}
	header .logo img {
		width: 180px;
	}
}
@media (max-width: 575px) {
	header {
		padding: 15px 0;
		text-align: center;
	}
	header .logo img {
		width: 150px;
	}
}
/*-----------------------Main Content-----------------------*/
.heading-wrap {
    padding: 20px 0;
	box-shadow: 0 2px 4px 0 rgba(191, 184, 184, 0.5);
	-webkit-box-shadow: 0 2px 4px 0 rgba(191, 184, 184, 0.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(191, 184, 184, 0.5);
	-o-box-shadow: 0 2px 4px 0 rgba(191, 184, 184, 0.5);
}
.main-content {
	font-size: 14px;
	padding: 30px 0;
	margin-bottom: 68px;
}
.white-wrap {
    padding: 25px;
}
.main-content p:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
	.main-content {
		margin-bottom: 0px;
	}
}
@media (max-width: 767px) {
	.heading-wrap {
		padding: 17px 0;
	}
	/*.main-content {
		font-size: 15px;
	}*/
	.main-content .container {
		padding: 0 15px;
	}
}
/*@media (max-width: 575px) {
	.main-content {
		font-size: 14px;
	}
}*/
/*-----------------------Terms & Condition -----------------------*/
.terms-box ol, .terms-box ul {
    margin: 10px 0 20px;
    padding: 0 0 0 34px;
}
.terms-box ul {
    list-style-type: lower-roman;
}
.terms-box ol {
    padding-left: 20px;
    list-style-type: lower-alpha;
}
.terms-box ol li, .terms-box ul li {
    margin: 0 0 10px;
    padding-left: 5px;
}
/*----------------------- About Us -----------------------*/
.about-left img {
	min-height: 476px;
}
.about-right {
	max-height: 476px;
	overflow-y: scroll;
}
@media (max-width : 991px){
	.about-left {
		text-align: center;
		margin-bottom: 20px;
	}
	.about-left img {
		display: inline-block;
		min-height: 0px;
		max-height: 400px;
	}
	.about-right {
		max-height: 100%;
	}
}
/*----------------------- Faq -----------------------*/
.common-tab .panel {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    margin: 0 0 25px;
    -webkit-box-shadow: 0 0 12px 1px rgba(189, 189, 188, 0.23);
    box-shadow: 0 0 12px 1px rgba(189, 189, 188, 0.23);
}
.common-tab .panel:last-child {
    margin-bottom: 0;
}
.common-tab .panel-default>.panel-heading {
	color: #000000;
	letter-spacing: 0.5px;
	background-color: #ffffff;
	border: none;
	border-radius: 4px;
	padding: 13px 17px;
}
.common-tab .panel-title {
    margin: 0;
    font-size: 15px;
    color: inherit;
    font-weight: 500;
	line-height: normal;
	font-family: HelveticaNeue;
}
.common-tab .panel-title a {
	display: block;
	padding-right: 40px;
	position:relative;
	text-decoration: none !important;
}
.common-tab .panel-title a,
.common-tab .panel-title a:hover,
.common-tab .panel-title a:focus {
	color: #000000;
}
.common-tab .panel-title a:after {
    content: "";
	background: transparent url("../images/minus-icon.png") no-repeat 0 0;
	background-size: cover;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.common-tab .panel-title a.collapsed:after {
	background: transparent url("../images/plus-icon.png") no-repeat 0 0;
	background-size: cover;
}
.common-tab .panel-collapse {
    padding: 0 17px 15px;
}
.common-tab .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	letter-spacing: 0.33px;
	color: #000000;
	padding: 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	background-color: #dcebed;
}
@media only screen and (max-width:767px) {
	.common-tab .panel-group:last-child {
		margin-bottom: 0;
	}
	.common-tab .panel-title {
		font-size: 14px;
	}
	.common-tab .panel-title a {
		padding-right: 32px;
	}
	.common-tab .panel-title a:after {
		width: 17px;
		height: 17px;
	}
	.common-tab .panel-group .panel-heading+.panel-collapse>.panel-body {
		font-size: 13px;
	}
}