/********** common setting **********/


@font-face {
font-family: "Times New Roman 700";
src: url("font/Times-New-Roman-Gras-700.ttf");
}

@font-face {
font-family: "Helvetica";
src: url("font/Helvetica/Helvetica-400.ttf");
}

@font-face {
font-family: "Calibri";
src: url("font/Calibri/Calibri-400.ttf");
}

.font-helvetica{
	font-family: "Helvetica-400";
	font-size: 30px;
	border: solid 0px #000;
	font-weight: 400;
}


.font-calibri{
	font-family: "Calibri";
	border: solid 0px #000;
}


body{
	background-color: #5E2A5F;
}

h2 {
    font-size: 2rem !important;
    font-weight: 700;
}



img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
    background-color: #5E2A5F;
}

.jumbotron-fluid{
    background-color: #5E2A5F;	
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #00FFAD;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #00e69c;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
    
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #00FFAD;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #00FFAD;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #00FFAD;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

.question{
	border: solid 0px #fff;
}

.container fieldset{
	color: #fff;
	border: solid 0px #fff;
	width: 600px;
	margin: auto;
	font-family: "Calibri";
	margin-top: -20px;
}

.container fieldset p{
	font-family: "Calibri";
}

fieldset label{
margin-left: 20px;
font-family: "Calibri";
border: solid 0px #fff;
}

fieldset label span{
font-family: "Calibri";
}

fieldset .btns{
border:solid 0px #000;
font-family: "Calibri";
}

fieldset .title{
margin-left: -20px;
font-family: "Calibri";
}

fieldset .btn{
line-height: normal;
font-family: "Calibri";
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}



#progressbar{
	color: #fff;
}




.container .h2-title{
	font-family: 'Times Neww Roman 700';
	font-weight: bold;
	font-style: normal;
	border: solid 0px red;
	font-size: 32px;
	line-height: normal;
}

.container .h3-title{
	font-family: 'Times Neww Roman 700';
	font-weight: bold;;
	font-style: normal;
	border: solid 0px red;
	font-size: 26px;
	line-height: 28px;
	text-align: left;
	margin-bottom: 20px;
}

.container .description{
	color: #000;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	font-size: 22px;
	color: #ccc;
	
}

.desktop-mobile{
	width: 400px;
	
}

.formVerify{
	border: solid 0px #000;
	width: 400px;
	margin: auto;
	height: auto;
}

@media only screen and (max-width: 512px) {
  	
  	.desktop-mobile{
	  	width: 90%;
  	}
	.container{
		width: 90%;
		margin: auto;
		padding: 0;
		border: solid 0px #fff;
	}
	
	.container fieldset{
		border: solid 0px #fff;
		width: 100%;
	}
	
	.jumbotron-fluid{
		width: 90%;
		margin: auto;
		border: solid 0px #000;
	}
	
	.formVerify{
	width: 90%;
	margin: auto;
	}	
  
}

