/*=== Header area start ===*/

body {	
    font-family: 'UrbaneRounded-DemiBold';
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

@font-face {
    font-family: 'UrbaneRounded-DemiBold';
    src: url('fonts/UrbaneRounded-DemiBold.ttf');
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.ttf');
}

p {
    font-family: 'Helvetica';
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.header-area {
    background-image: url(images/01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0 0px;
}

.header-item {
    display: flex;
    justify-content: space-between;
}

.header-item-inner img {
    max-width: 200px;
}

.header-item h5 {
    font-size: 28px;
    font-weight: 600;
    color: #43536b;
    margin: 40px 0 10px;
}

.header-item h2 {
    font-size: 48px;
    font-weight: 600;
    color: #F7F7F9;
    margin: 0 0 40px;
}

.header-item a {
    font-size: 18px;
    font-weight: 600;
    color: #373E48;
    width: 225px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #85EFFE;
    border-radius: 10px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-item a:hover {
    opacity: .8;
}

.header-item-inner2 img {
    max-width: 350px;
}

/*=== secure area start ===*/

.secure-area {
    padding: 60px 0;
    background: #43536b;
}

.inner-container h2 {
    font-size: 38px;
    font-weight: 600;
    color: #f7f7f9;
    margin: 0 0 5px;
    text-align: center;
}

.inner-container h6 {
    font-size: 22px;
    font-weight: 600;
    color: #F6B102;
    margin: 0 0 70px;
    text-align: center;
}

.secure-item {
    display: flex;
    margin-bottom: 40px;
}

.secure-item-inner {
    flex: 0 0 105px;
}

.secure-item img {
    max-width: 75%;
}

/*.secure-item2 img {
    max-width: 63px;
}

.secure-item3 img {
    max-width: 77px;
}

.secure-item4 img {
    max-width: 67px;
}*/

.secure-item h2 {
    font-size: 32px;
    font-weight: 600;
    color: #F7F7F9;
    margin: 0 0 25px;
}

.secure-item p {
    font-size: 18px;
    font-weight: 400;
    color: #F7F7F9;
    margin: 0;
}

/*=== feature area start ===*/

.feature-area {
    padding: 55px 0 80px;
    background: #333d4c;
}

.feature-item h2 {
    font-size: 24px;
    font-weight: 600;
    color: #F6B102;
    line-height: 30px;
    margin: 0 0 45px;
    text-align: center;
}

.feature-item form {
    max-width: 580px;
    margin: 0 auto;
}

.feature-item input {
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 700;
    color: #797979;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: #ffffff;
    border: none;
    border-radius: 5px;
    margin-bottom: 25px;
}

.form-group {
    display: block;
    margin-bottom: 25px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    font-family: 'Helvetica';
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    padding-left: 45px;
}

.form-group label span {
    //display: block;
}

.form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
    background: #e9e9e9;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    left: 13px;
    top: 0;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 20.5px;
    width: 5px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.feature-item a {
    font-size: 18px;
    font-weight: 600;
    color: #373E48;
    width: 225px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #85EFFE;
    border-radius: 10px;
    margin: 15px auto 0;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.feature-item a:hover {
    opacity: .8;
}

/*=== footer area start ===*/

.footer-area {
    padding: 45px 0 25px;
    background: #43536b;
}

.footer-item {
    display: flex;
    justify-content: space-between;
}

.footer-item p {
    font-size: 14px;
    font-weight: 400;
    color: #F7F7F9;
    margin: 0;
}

.footer-item h6 {
    font-family: 'Helvetica';
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 30px;
}

.footer-item h6 a {
    color: #fff;
    text-decoration: underline;
}

.footer-item ul {
    text-align: right;
}

.footer-item ul li {
    display: inline-block;
}

.footer-item ul li a {
    font-size: 30px;
    color: #43536b;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #333d4c;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item ul li a:hover {
    opacity: .8;
}