@import "https://fonts.googleapis.com/css?family=Lato";
body {
    font-family: "Lato",sans-serif;
    margin: 0 auto;
	padding: 0 !important;
    background-color:#4F2D7F;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
html, body {
    height: 100%;
    margin: 0 auto;
}
.pad-none {
    padding: 0;
}
header {
    height: 100%;
}
.mar-none {
    margin: 0;
}
.mar-top-3per {
    margin-top: 3%;
}
.mar-bottom-max {
    margin-bottom: 20px;
}
/* from the scrach GT 23/1/2019 */
.main-banner-container{
	/* display: flex; */
	/* justify-content: center; */
	transform: translate(-50%,-50%); 
    position: absolute; 
     top: 45%; 
    left: 50%; 
	
}
.prototype-container{
	padding:0 10%;
}
.gt-portal-link-status:focus,..gt-portal-link-distable-status:hover{
	color: #4F2D7F;
}
.gt-portal-link-status:hover,.gt-portal-link-distable-status:hover{
	color: #4F2D7F;
}
.gt-portal-link-status{
	background: #fff;
	padding: 8px 15px;
	/* max-width: 100%; */
	color: #4F2D7F;
	cursor: pointer;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	text-decoration: none !important;
	margin-bottom: 25px;
	border-radius: 5px;
	box-shadow: 0px 3px 11px #4F2D7F;
	border: 1px solid 4F2D7F;
}
.gt-portal-link-distable-status{
	background: #fff;
    padding: 8px 15px;
    /* max-width: 100%; */
    color: #4F2D7F;
    cursor: pointer;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: none !important;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0px 3px 11px #4F2D7F;
    border: 1px solid 4F2D7F;
    cursor: no-drop;
    opacity: 0.4;
}
.logo img{
	width: 485px;
	text-align: center;
	margin: 10px auto;
}
.gt-main-header{
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	line-height: 30px;
	font-size: 16pt;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	margin-bottom: 20px;
}
.gt-sub-main-header{
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	line-height: 30px;
	font-size: 16pt;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 20px;
}
.gt-footer-section{
	padding:10px 0;
	background-color:transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:1;
}
.gt-footer-section h4{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
	
}
/* chartboard css*/

/****09-04-2019***/
.prototype-size.pad-none {

    max-width: 50%;
    margin: 0 auto;
    position: relative;
    top: 80px;

}
.container.gt-sec-container {
    position: relative;
    top: 100px;
}
.gt-app-header {
    padding: 0 30px 30px;
    color: #fff;
    text-transform: uppercase;
}
.gt-app-header:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    max-width: 80%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #fff;
	width:100%;
}


/********media query start***************/
/* MOBILE VIEW */
@media (max-width: 767px) {
.logo img {
    width: 230px;
    margin: 10px auto;
}
.gt-main-header {
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    line-height: 30px;
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}

.main-banner-container {
    /* display: flex; */
    /* justify-content: center; */
    transform: unset;
    position: unset;
    top: 0;
    left: 0;
}
.gt-footer-section{position: unset;}
.gt-footer-section h4{
	line-height: 18px;
    font-size: 10pt;
    padding: 0 25px;
}

}
/* TAB VIEW */
@media (min-width: 768px) and (max-width: 991px) {
	.gt-app-header::after {
		max-width: 65% !important;
	}

}
/* LANDSCAP TAB */
@media (min-width: 991px) and (max-width: 1024px) {
	.gt-app-header::after {
		max-width: 70%;
	}
}
/* SMALL MEDIUM DEVICE */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* SMALL LG DEVICE */
@media (max-width: 1200px) {
}

/* Tab DEVICE */
@media (max-width: 991px) {
	.main-banner-container {
    display: unset;
    justify-content: unset;
    transform: unset;
   position: relative;
	top: -50px;
    left: 0;
	}
	footer {
    height: 50px;
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    top: 100px;

}
.prototype-size.pad-none {
    max-width: 100%;
}
	
}
/* SMALL LG DEVICE */
@media (max-width: 767px) {
	.gt-app-header::after {
		max-width: 60% !important;
	}
}
@media (max-width: 560px) {
	.gt-app-header::after {
		max-width: 50% !important;
	}
}
@media (max-width: 420px) {
	.gt-app-header::after {
		max-width: 35% !important;
	}
}