﻿@charset "utf-8";
/*2021/6/21  Y*/


h1 {
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    margin: 15px 1vw 18px;
    font-family: 'Abhaya Libre', serif;
    font-weight: bold;
    text-align: center;
}

.i35-wrap {
    margin: 10px auto 0;
    max-width: 800px;
    vertical-align: top;
    border: 1px solid rgb(219, 219, 219);
    box-shadow: rgb(164 160 157) 1px 1px 9px -3px;
    background-color: #F5F5F5;
}
.i35-title {
    display: flex;
    border-bottom: 2px solid #3498DB;
    height: 50px;
    line-height: 40px;
}
.i35-title li.active {
    color: #fff;
    background-color: #3498DB;
}
.i35-title li {
    text-align: center;
    flex: 1 1 1px;
    cursor: pointer;
    padding: 10px 30px;
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: bold;
}
.i35-con {
    padding: 5px;
    background: #fff;
}
.formCon{
	max-width: 100%;
    background: #2980B9;
    padding: 3.5vw;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 6px #2980b9;
}
.formDiv{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-bottom: 15px;
}
.formTitle{
	font-size: 18px; 
	font-weight: bold; 
	color: #fff;
	margin-top: 5px;
	text-align: left;
}
.formDiv label {
    font-size: 16px;
    color: #fff;
    /*float: left;*/
   display: block;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.formText,
.formTextarea,
.formSelect{
    width: 100%;
    color: #000;
    outline: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
    font-family: 'Abhaya Libre', serif;
    background: #eee;
    border-radius: 3px;
}
.formTextarea{
	height: 70px;
}
.redPoint{
	font-size: 16px; 
	font-weight: bold; 
	color: #f61515;
}
.formSubmit {
    color: #000;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 600;
    background: #ffdc39;
    text-transform: uppercase;
    font-family: 'Abhaya Libre', serif;
    border-radius: 3px;
    margin-top: 20px;
}
.copy-wthree {
    margin: 15px 0;
}
.copy-wthree p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.8;
    margin: 0 3vw;
    text-align: center;
}

/*--responsive--*/

@media(max-width:1920px) {
    h1;
{
    font-size: 3.5vw;
}
}
@media(max-width:1024px) {
    h1;
{
    font-size: 4.5vw;
}
}
@media(max-width:800px) {
    h1;
{
    font-size: 5vw;
}
}
@media(max-width:568px) {
}

@media(max-width:480px) {
    h1;
{
    font-size: 2.5em;
}
.w3ls-contact form {
    padding: 7.5vw;
}

.mr_agilemain, .gender_w3 {
    display: block;
}

.w3_gender:first-child {
    margin-bottom: 1.5em;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    margin-left: 1em;
}

}

@media(max-width:440px) {
    h1;

{
    font-size: 2.3em;
}

.parent {
    display: block;
}

}

@media(max-width:320px) {
    h1;

{
    font-size: 1.8em;
}

.w3ls-contact form {
    padding: 25px 20px;
}

}

/*--//responsive--*/
