.text-uppecase{text-transform:uppercase;}
.text-undeline{text-decoration:underline;}
.font-weight500 p{font-weight:500;}
.font-weight800{font-weight:800 !important;}
.font-weight800 p, .font-weight800 del{font-weight:800;}
.font-weight300, .font-weight300 p{font-weight:300;}
.padding-bottom180{padding-bottom:180px;}
.color-white *{
	color:#fff;
}

.lh12{
	line-height:1.2;
}

.font-size14, .font-size14 p{
	font-size:14px;
	line-height:1.2;
}

.font-size24, .font-size24 p{
	font-size:24px;
	line-height:1.2;
}

.font-size22, .font-size22 p, .font-size22 p strong, .font-size22 p del, .font-size22 h5{
	font-size:22px;
	line-height: 1.5;
}

.clr-dark-title, .clr-dark-title p{
	color: #25292b;
}

.colr-p-dark, .colr-p-dark p{
	color:#4a5053;
}

.line-height13, .line-height13 p{
	line-height: 1.33 !important;
} 


.padding-top190{padding-top:190px;}
.padding-bottom130{padding-bottom:130px;}
.padding-bottom160{padding-bottom:160px;}
.padding-top150{padding-top:150px;}
.padding-bottom150{padding-bottom:150px;}
.padding-bottom40{padding-bottom:40px;}
.margin-bottom30{margin-bottom:30px;}
.margin-bottom40{margin-bottom:40px;}
.font-roboto-normal {
	font-weight: 400;
	font-family: roboto,sans-serif;
}
.color-lightBlue, .color-lightBlue p{
    color: #9ebecc;
}
.color-light-pink, .color-light-pink p {
	color: #ffdae8;
}
.colr-green{color:#00c07b;}
.color-dark, .color-dark p{color:#25292b;}
.font-montserrat, .font-montserrat p{
	font-family: 'Montserrat', sans-serif;
}
.banner-text-shadow{text-shadow: 0 1px 2px #ba5913;}

.lineheight-normal, .lineheight-normal *{line-height:normal !important;}
.color-green, .color-green * {color: #5ac755;}

/* header css Start*/
 .top-header{
    position:absolute;
     left:0;
     width:100%;
     top:0;
     z-index:9;
}
.top-header::before {
     background: #fff;
     content: "";
     position: absolute;
     opacity:0.2;
     top:0px;
     height:180px;
     width: 100%;
     left: 0;
     display: none;
    
     transition: 0.4s all;
     -webkit-transition: 0.4s all;
     background: -moz-linear-gradient(top, rgba(5,1,1,1) 0%, rgba(5,1,1,1) 1%, rgba(0,0,0,0) 100%);
     background: -webkit-linear-gradient(top, rgba(5,1,1,1) 0%,rgba(5,1,1,1) 1%,rgba(0,0,0,0) 100%);
     background: linear-gradient(to bottom, rgba(5,1,1,1) 0%,rgba(5,1,1,1) 1%,rgba(0,0,0,0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050101', endColorstr='#00000000',GradientType=0 );
}
/*.top-header.fixed-header::before{
    top:0px;
}
*/
 .fixed-header .site_logo{
    margin:13px 0 0px;
}
 .fixed-header .header-nav-main ul li a{
    color: #757f85;
}
 .fixed-header .main-nav.nav {
    margin: 12px 0 20px 0;
}
 .fixed-header .site_logo a{
    background-position: 0 -39px;
}
 .fixed-header .header-nav-main ul li.get-started a{
    border-color:#757f85;
}
 .header-inner{
    position:relative;
     display: inline-block;
     width: 100%;
     vertical-align:top;
}
 .site_logo {
    float: left;
     margin: 36px 0;
     max-width: 201px;
     transition-property: margin;
     transition-duration: 0.4s;
     transition-timing-function: ease-in-out;
     -webkit-transition-property: margin;
     -webkit-transition-duration: 0.4s;
     -webkit-transition-timing-function: ease-in-out;
}

 .site_logo a{
    background-image:url('../images/site-logo.png');
     background-repeat:no-repeat;
     background-position:0 0;
     display:inline-block;
     width:136px;
     height:36px;
     background-size:100% auto;
}
 .responsive-menu-open .site_logo a {
    background-position: 0 -37px;
}
 .responsive-button {
     position: absolute;
     right: 4px;
     top: 14px;
     background:none !important;
     border: none;
     padding: 0;
     display: none;
}

.responsive-button:focus {
    outline: none;
}

 .responsive-button span {
     width: 20px;
     background: #fff;
     height: 2px;
     display: inline-block;
     margin: 2px 0px;
     position: relative;
     transition: 0.3s all ease-in-out;
}

 .responsive-button span::before {
     width: 100%;
     background: inherit;
     height: 2px;
     content: "";
     display: block;
     margin: 0px;
     position: absolute;
     left: 0;
     top: -7px;
     transition: 0.2s all ease-in-out;
     -webkit-transition: 0.2s all ease-in-out;
}

 .responsive-button span::after {
     width: 100%;
     background: inherit;
     height: 2px;
     content: "";
     display: block;
     margin: 0px;
     position: absolute;
     left: 0;
     bottom: -7px;
     transition: 0.2s all ease-in-out;
     -webkit-transition: 0.2s all ease-in-out;
}

 .responsive-menu-open .responsive-button span::before, .responsive-menu-open .responsive-button span::after, .fixed-header .responsive-button span::before, .fixed-header .responsive-button span::after {
     background: #25292b;
}

 .main-nav.nav {
    margin:30px 0 0 0;
     transition-property: margin;
     transition-duration: 0.4s;
     transition-timing-function: ease-in-out;
     -webkit-transition-property: margin;
     -webkit-transition-duration: 0.4s;
     -webkit-transition-timing-function: ease-in-out;
     text-align:right;
     display: block;
}
 .header-nav-main {
     text-align: center;
}
 .header-nav-main ul{
    padding:0px;
     margin:0px;
}
 .header-nav-main ul li{
    display:inline-block;
     list-style:none;
	 margin:0px;
     padding:0px 0 14px 0;
	 position:relative;
}
 .header-nav-main ul li a{
    display:inline-block;
     font-size: 16px;
     color:#fff;
     font-weight:500;
     margin:0 18px 12px;
     text-decoration:none;
     transition: 0.3s all;
     -webkit-transition: 0.3s all;
     position:relative;
}
 .header-nav-main ul li a:after{
    position:absolute;
     left:0;
     bottom:-12px;
     width:0%;
     content:"";
     height:2px;
     background:#fff;
     transition:0.5s all;
     -webkit-transition:0.5s all;
}

 .header-nav-main ul li.get-started a:after{
    display:none;
}

 .header-nav-main ul li a:hover:after, .header-nav-main ul li a:focus:after{
    width:100%;
}

 .header-nav-main ul li.get-started a{
    width:135px;
     line-height:38px;
     border: solid 2px #ffffff;
     border-radius: 22px;
     -webkit-border-radius: 22px;
     text-align:center;
     margin: 0 30px;
}

 .header-nav-main ul li a:hover{
    text-decoration:none;
     color:#fff;
}
 .header-nav-main ul li.get-started a:hover{
    background:#fff;
     color:#009cd9;
}
 .header-nav-main ul li.login a{
    position:relative;
     padding-left: 30px;
     margin: 0;
}
 .header-nav-main ul li.login a::before {
     display: inline-block;
     content: "";
     background: url('../images/Login.svg') no-repeat;
     width: 22px;
     height: 22px;
     background-size: 100%;
     vertical-align: middle;
     position: absolute;
     left: 0;
     top: 0;
}

.header-nav-main ul li .sub-menu{
	position: absolute;
	top: 100%;
	left: 18px;
	min-width: 240px;
	text-align: left;
	padding: 19px 30px;
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(69, 81, 114, 0.2), 0 1px 3px 0 rgba(69, 81, 114, 0.15);
	-webkit-box-shadow: 0 10px 30px 0 rgba(69, 81, 114, 0.2), 0 1px 3px 0 rgba(69, 81, 114, 0.15);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin:0px 0 0 0;
	display:none;
}

.header-nav-main ul li .sub-menu li{display:block; margin:0px; padding:0px;}
.header-nav-main ul li .sub-menu li a{ font-size: 15px; color: #282f34; line-height: 2.4; margin:0px; padding:0px; font-weight: 400;}
.header-nav-main ul li .sub-menu li a:hover{color:#00a8eb;}

.header-nav-main .main-nav >  ul > li:hover .sub-menu{display:block;}
.header-nav-main ul li.menu-item-has-children a::after {display:none;}

.page-template-template-dark .top-header::before{
	display:none;
}
.page-template-template-dark .site_logo a{background-image:url("../images/logo-colour.svg");}
.page-template-template-dark .header-nav-main ul li a{color: #25292B;}
.page-template-template-dark .header-nav-main ul li a:hover{color: #00A8EB;}

.page-template-template-dark .header-nav-main ul li.get-started a{
	border: solid 2px #00A8EB;
	color:#00A8EB;
}

.page-template-template-dark .header-nav-main ul li.login a::before {
	background-image: url('../images/login-b.svg');
}

.header-nav-main ul li a::after {
	background: #00A8EB;
}

/* header css END*/
 .started-btn{
    min-width:240px;
     line-height:52px;
     padding:0 45px;
     display:inline-block;
     text-transform:none;
     border-radius:100px;
     -webkit-border-radius:100px;
     background:#00a8eb;
     color:#fff;
     font-size: 16px;
     font-weight:500;
     text-align:center;
     position:relative;
     top:0;
     box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
 .started-btn:hover, .started-btn:focus{
    color:#fff;
     text-decoration:none;
     background: #09baff;
     margin:0px 0 0 0px;
     top:0px;
     background: -moz-linear-gradient(top, #09baff 0%, #38ceff 100%);
     background: -webkit-linear-gradient(top, #09baff 0%,#38ceff 100%);
     background: linear-gradient(to bottom, #09baff 0%,#38ceff 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09baff', endColorstr='#38ceff',GradientType=0 );
}

.newsletter-form{
    position:relative;
     margin: 0 0 30px 0;
}
 .newsletter-form input{
    width:100%;
     height: 44px;
     background-color: #f2f7fc;
     color:#5a646c;
     border:none;
     padding:0 20px;
     font-size: 15px;
	 border-radius:22px;
	 -webkit-border-radius:22px;
}
.newsletter-form .submit-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	overflow: hidden;
	left: auto;
	margin: 0;
	height: 44px;
	background: #00a8eb;
	padding: 0;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}
.newsletter-form .submit-btn::before {
	position: absolute;
	right: 14px;
	top: 18px;
	content: "";
	background: url('../images/arrow-white.png') no-repeat;
	background-size: 100% auto;
	width: 13px;
	height: 8px;
	z-index: 9;
}
 .newsletter-form .submit-btn input{
    position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
     text-indent: 999px;
     z-index: 9;
     background: no-repeat;
}
.sub-name {
	position: relative;
	margin: 15px 0 0;
}
.newsletter-form .sub-name input {
	width: 76%;
	display: block;
	float: none;
	min-width: inherit;
}
 .submit-btn .ajax-loader{
    position:absolute;
     bottom:-10px;
     left:0;
}
.supportBanner{
	background: #8838ec;
	background: -moz-linear-gradient(left,  #8838ec 0%, #6038ec 100%);
	background: -webkit-linear-gradient(left,  #8838ec 0%,#6038ec 100%);
	background: linear-gradient(to right,  #8838ec 0%,#6038ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8838ec', endColorstr='#6038ec',GradientType=1 );
	min-height: 350px;
	padding: 120px 0 80px;
	display: flex;
	align-items: center;
	position: relative;
}
.supportBanner:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background:url('../images/circle-shapes.svg') no-repeat;
	background-position: -90px 120px;
}
.supportBanner .bannerContent h2{
	margin: 0px;
}
.backBtn {
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 0 0 35px;
}
.backBtn:before{
	content: "\e902";
	font-family: 'icomoon' !important;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}
.color-white .backBtn:hover{
	text-decoration: none;
	color: #fff;
}
.backBtn:hover:before{
	left: -4px;
}

.supportBanner.page-not-found{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supportBanner.page-not-found .errorPage{
    max-width: 1100px;
    padding: 100px 20px;
    color: #fff;    
}

.supportBanner.page-not-found .errorPage h2{
    position: relative;
    color: #fff;
    font-size: 190px;
    margin:0px 0 0;
    line-height: 1;
}

.supportBanner.page-not-found .errorPage p{
    position: relative;
    color: #fff;
    font-size: 50px;
    margin: 0;
}

@media only screen and (max-width:991px) {
	.padding-top190{padding-top:120px;}
	.padding-bottom160{padding-bottom:100px;}
	.padding-top150{padding-top:80px;}
	.padding-bottom130{padding-bottom:80px;}
	.padding-bottom150{padding-bottom:80px;}
	.package-main.green h4{font-size: 20px;}
	.responsive-button {display: block;}
	.header-nav-main .main-nav {
	     float: none;
	     display: none;
	     padding: 0 0 0px 0;
	     margin: 0px;
	     width: 100%;
	     clear: both;
	     margin: 12px 0 20px;
	}
	.site_logo {margin:13px 0 0 0;}
	.header-nav-main {text-align: left; overflow: visible;}
	.header-nav-main ul li {margin:15px 0 0px 0; display: block; text-align: left; padding:0px;}
	.header-nav-main ul li .sub-menu li{margin:15px 0 0px 0;}
	.header-nav-main ul li a {color: #757f85; margin: 0 3px; font-size:15px;}
	.header-nav-main ul li a:hover, .header-nav-main ul li a:focus {text-decoration: none; color: #009cd9;}
	.header-nav-main ul li .sub-menu{position:static; box-shadow:none; -webkit-box-shadow:none; padding: 0px 10px;}
	.header-nav-main ul li .sub-menu li a{line-height:normal; color:#757f85;}
	 .responsive-menu-open .top-header::before, .top-header.fixed-header::before {
	     height: 100%;
	     top: 0;
	     opacity: 1;
	     background: #fff;
	}
	.header-nav-main ul li.get-started a {
	     width: auto;
	     line-height: inherit;
	     border: none;
	     border-radius: 0;
	     -webkit-border-radius: 0;
	     text-align: left;
	     margin: 0 0px;
	}
	.header-nav-main ul li.login a::before {display:none;}
	.header-nav-main ul li.login a{padding-left: 0;}
	.responsive-menu-open .responsive-button span {background: none;}
	.responsive-menu-open .responsive-button span::before {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 0;}
	.responsive-menu-open .responsive-button span::after {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); bottom: 0;}

}


/* footer css */
 .site-footer{
    padding:102px 0 50px;
    position:relative;
	position: relative;
}

.site-footer:before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	max-width: 1140px;
	background: #e6eaee; 
	margin: 0px auto;
}

 .bg-social-media::after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     max-width: 1140px;
     background: #e6eaee;
     height: 1px;
     bottom: 0;
     margin: 0px auto;
     padding: 0 0;
     width: 100%;
}
 .footer-logo{
    margin:0 0 30px 0px;
}
 .downloads-links ul{
    padding:0px;
     margin:0px;
}
 .downloads-links ul li{
    list-style:none;
}
 .downloads-links ul li a {
     margin: 0 0 14px 0px;
     font-size: 14px;
     color: #82878b;
     display: block;
}
 .downloads-links ul li a i {
     margin: -4px 10px 0px 0px;
     vertical-align: top;
     display: inline-block;
}
 .downloads-links ul li a:hover{
    text-decoration:none;
     color:#00a8eb;
}
 .site-footer h4{
    font-size: 15px;
     font-weight: 500;
     margin:0 0 33px 0px;
}
 .site-footer ul{
    padding:0px;
     margin:0px;
}
 .site-footer .footer-nav ul li{
    display:block;
}

 .site-footer .footer-nav ul li a{
    font-size:14px;
     color: #7b878e;
     line-height: 2.14;
}

 .site-footer .footer-nav ul li a:hover{
    text-decoration:none;
     color:#00a8eb;
}

 .footer-social-links a{
    display:inline-block;
     margin:0 8px 0 0px;
}

 .footer-social-links a:hover{
    text-decoration:none;
     outline:none;
}

 .site-info p{
    font-size:14px;
     color: #b2b7bc;
}

 .site-info ul{
    padding:0;
     text-align:right;
}

 .site-info ul li{
    display:inline-block;
}

 .site-info ul li a{
    font-size:14px;
     color: #b2b7bc;
     border-left:1px solid #b2b7bc;
     margin:0 0 0 20px;
     padding: 0 0px 0 20px;
}

 .site-info ul li:first-child a{
    margin:0px;
     border:none;
     padding: 0;
}

 .site-info ul li a:hover{
     color: #00a8eb;
     text-decoration:none;
}

.support-search .searchWrapper {
	margin-top: -50px;
}

.searchWrapper {
    margin: 0px 0 40px 0;
    position: relative;
}

.searchWrapper input{
	width: 100%;
	height: 100px;
  	box-shadow: 0 10px 20px 0 rgba(112, 121, 127, 0.08);
  	-webkit-box-shadow: 0 10px 20px 0 rgba(112, 121, 127, 0.08);
  	border: none;
  	background-color: #ffffff;
  	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	font-size: 24px;
  	color: #7b878e;
  	font-weight: 400;
  	padding: 0 30px 0 80px;
}

.searchWrapper input:focus{
	outline: none;
}

.searchBtn{
	position: absolute;
	background:none !important;
	border: none;
	font-size:20px;
	color: #7b878e;
	left: 24px;
	top: 52%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.searchBtn .icon-search-btn {
    font-size: 28px;
}

.contactSupport{
	padding:18px 35px 18px 25px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border:1px solid #e2e6ef;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
}


.contactSupport:after{
	content: "\e903";
	font-family: 'icomoon' !important;
	font-size: 12px;
	color: #7b878e;
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.contactSupport .arrowLink{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.contactSupport .img{
	float: left;
	margin: 0 20px 0 0px;
}

.contactSupport h5{
	margin: 0px;
	font-size: 18px;
  	font-weight: 600;
  	margin: 0px 0 0px;
}

.contactSupport p{
  font-size: 16px;
  font-weight: normal;
  color: #757f85;
  margin: 0px;
}

.contactSupport .content{
	overflow: hidden;
}

.support-list{
	margin: 40px 0 0 0px;
}

.support-list .title{
	padding: 0px 0 20px 0px;
	margin: 0px;
	color: #25292b;
	border-bottom: 1px solid #e6eaee;
}

.support-list ul{
	padding: 0px;
	margin: 0px;
}

.support-list li{
	padding: 0px;
	margin: 20px 0 0 0;
	position: relative;
	font-size: 18px;
	line-height: 1.56;
	color: #25292b;
	vertical-align: top;
	list-style: none;
}

.support-list li a{
	position: relative;
	padding:0px 0 0 44px;
	color: inherit;
	font-size: inherit;
	display: inline-block;
	line-height: 1.56;
}

.support-list li a:before{
	content: "\e901";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'icomoon' !important;
	font-size:18px;
	color: #00a8eb;
}

.support-list li a:hover{
	text-decoration: none;
	color:#10adec;
}

.transparent-btn-blue{
	padding: 0 35px 0 0px;
	line-height: normal;
	color: #00a8eb;
	font-size: 14px;
	transition: .4s all;
	-webkit-transition: .4s all;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.transparent-btn-blue::after {
    position: relative;
    content: "\e902";
    font-family: 'icomoon' !important;
    margin: 0 0 0 0px;
    vertical-align: middle;
    transition: .4s all;
    -webkit-transition: .4s all;
    position: absolute;
    right: 0;
    top: 2px;
}

.transparent-btn-blue:hover{
	text-decoration: none;
	color: #00a8eb;
}

.transparent-btn-blue:hover::after {
    right: -5px;
}

.support-list .transparent-btn-blue{
	margin: 40px 0 0px;
}

.support-single{
	padding: 60px 0 120px;
}

.support-single .searchWrapper input{
	height: 60px;
	font-size: 20px;
	padding: 0 20px 0 55px;
	box-shadow: 0 6px 15px 0 rgba(116, 120, 122, 0.12);
	-webkit-box-shadow: 0 6px 15px 0 rgba(116, 120, 122, 0.12);
}

.support-single .searchBtn{
	left: 10px;
}

.support-single .searchBtn .icon-search-btn {
    font-size: 20px;
}

.iconList ul{
	margin: 0px;
	padding: 0px;
}

.iconList ul li{
	display: block;
	border-top: 2px solid #e6eaee;
}

.iconList ul li:first-child{
	border: none;
}

.iconList ul li a{
	list-style: none;
	font-size: 18px;
  	font-weight: 500;
  	color:#25292b;
  	padding:18px 0px 18px 34px;
  	position: relative;
  	display: block;
  	vertical-align: top;
}

.iconList ul li a .icon{
	position: absolute;
	left: 0;
	top: 18px;
}

.support-single-content ol, .support-single-content ul{
	padding: 0px;
	margin: 0px;
}

.support-single-content li{
	font-size: 18px;
	line-height: 1.56;
	color: #7b878e;
	margin: 0 0 16px 0px;
}

.support-single-content a{
	color:#8338ec;
	font-size: inherit;
	line-height: inherit;
}

.support-single-content a:hover{
	color:#6838ec;
}


@media only screen and (min-width:991px) {
	.support-single-content{padding-right: 50px;}
	.support-single-content p{font-size: 18px; line-height: 1.56;}
	.grid30.vc_row {margin: 0 -30px;}
	.grid30.vc_row .vc_column_container > .vc_column-inner {padding-left:30px;	padding-right:30px;}
	.grid30.row {margin: 0 -30px;}
	.grid30.row [class^="col-"], .grid30.row [class*=" col-"]  {padding-left:30px;	padding-right:30px;}
}

@media only screen and (max-width:991px) {
	.site-footer h4{
	    margin:30px 0 10px 0px;
	}
	 .site-info {
	     text-align: center;
	}
	 .site-info ul{
	    text-align: center;
	}
	 .site-footer {
	    padding: 80px 0 50px;
	}
}

.bannerContent {
    position: relative;
    /*z-index: 999;*/
}

@media only screen and (max-width:991px) {
	.searchBtn{
		left: 18px;
	}

	.searchBtn .icon-search-btn {
		font-size: 20px;
	}

	.searchWrapper input{
		font-size: 18px;
		padding: 0 30px 0 60px;
		font-size: 18px;
		height: 70px;
	}

	.support-search .searchWrapper {
    	margin-top: -36px;
	}

	.supportBanner{
		padding:100px 0 80px;
		min-height: 280px;
	}

	.contactSupport{
		padding: 16px 30px 16px 18px;
	}

	.contactSupport .img{
		max-width: 35px;
		margin: 0 16px 0 0px;
	}
	.support-list li{
		font-size: 16px;
	}
	.support-list li a{
		padding: 0px 0 0 32px;
	}
	.support-list li a:before {
		font-size: 16px;	
	}
	.contactSupport p{
		font-size: 14px;
	}
	.contactSupport:after{
		right: 18px;
	}
	.contactSupport {
    	padding: 16px 34px 16px 18px;
	}
	.support-single-content {
    	margin: 0 0 40px 0;
	}

	.support-single{
		padding: 60px 0 80px;
	}

	.support-single .searchBtn .icon-search-btn {
    	font-size: 18px;
	}
	.support-single .searchWrapper input{
		padding: 0 20px 0 48px;
	}

	.support-single .searchWrapper input{
		font-size: 18px;
	}

	.header-nav-main ul#menu-top-menu{
		padding-top: 1px;
	}

	.header-nav-main ul li a:after{
		display: none !important;
	}

	.support-single-content li{
    	font-size: 16px;
		line-height: 1.5;
		margin-left:20px;
    }
    .supportBanner.page-not-found .errorPage h2{
        font-size: 100px;
    }
    .supportBanner.page-not-found .errorPage p{
        font-size: 30px;
    }
    .supportBanner.page-not-found .errorPage{
        padding: 20px 20px 60px;
    }
}