﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
    background-color: #e6e7e8;
    margin: 0;
    padding: 0;
    font-family: Georama;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.wrapper {
    width: 100%;
    height: auto;
}

.headerMaster {
    position: relative;
}

.header {
}

.logo1 {
}

    .logo1 img {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1030;
    }

.HdrMstrImg {
    width: 100%;
    height: auto;
    float: left;
}

    .HdrMstrImg .content {
        width: 100%;
        height: auto;
        float: left;
        padding: 90px 0;
    }


.contSec1 {
    text-align: center;
}

    .contSec1 .contSec1Inner {
        width: 400px;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

.secTitlText {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    color: #E31837;
    font-weight: 600;
    text-align: center;
    margin: 20px auto 20px;
}

.secTitlText {
    width: 100%;
    height: auto;
    float: left;
}

    .secTitlText span {
        width: 100%;
        height: auto;
        float: left;
        display: block;
    }

::placeholder {
    color: #999999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}

.form-group {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

    .form-group .form-control {
        width: 100%;
        margin: 0 0 20px 0;
        background: #E6E7E8;
        border: 2px solid #686868;
        border-radius: 14px;
        padding: 10px;
        height: auto;
        transition: box-shadow 0.2s;
    }

        .form-group .form-control:focus,
        .form-group .form-control:active {
            box-shadow: 2px 2px 4px #999999;
        }

.btnType1 {
    background: #E31837;
    border: 2px solid #E31837;
    border-radius: 14px;
    width: 100%;
    font-weight: 600;
    margin: 0 0 25px;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}
    .btnType1:hover,
    .btnType1:focus,
    .btnType1:active {
        background: #E31837;
        border: 2px solid #E31837;
        color: #ffffff;
    }

.btnType2 {
    background: transparent;
    border: 2px solid #4d4d4f;
    border-radius: 14px;
    width: 100%;
    font-weight: 600;
    margin: 0 0 25px;
    padding: 10px 15px;
    font-size: 14px;
}
.btnType2:hover,
.btnType2:focus,
.btnType2:active {
    background: transparent;
    border: 2px solid #4d4d4f;
}

.btnType3 {
    background: #231f20;
    border: 2px solid #231f20;
    border-radius: 14px;
    width: 100%;
    font-weight: 600;
    margin: 0 0 25px;
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    color: #ffffff;
}
    .btnType3:hover,
    .btnType3:focus,
    .btnType3:active {
        background: #231f20;
        border: 2px solid #231f20;
        color: #ffffff;
    }
    .btnType3:hover,
    .btnType3:focus,
    .btnType3:active {
        color: #ffffff;
    }

.btn {
    transition: box-shadow 0.2s;
}

    .btn:hover,
    .btn:focus,
    .btn:active {
        box-shadow: 2px 2px 4px #999999;
        text-decoration: underline;
    }

.width100Per {
    width: 100%;
}

.rdoLbl {
    width: 220px;
    text-align: center;
    margin: 10px auto 0;
    font-size: 15px;
    color: #4d4d4f;
}

    .rdoLbl input[type='radio'] {
        margin: 0 7px 0 0;
        width: 16px;
        height: 16px;
    }



.contSec2 {
    text-align: center;
}

    .contSec2 .imgCls {
        width: 100%;
        max-width: 400px;
        margin: 15px auto 5px;
    }

.Error {
    background-color: #CCCCCC;
    width: 100%;
    float: left;
    border-radius: 8px;
    font-size: 14px;
}
@media (min-width:768px) and (max-width:991px) {
    .contSec1 .contSec1Inner {
        width: 100%;
        padding: 0 5%;
    }

    .secTitlText {
        font-size: 26px;
    }

    .contSec2 .imgCls {
        max-width: 300px;
        margin: 55px auto 5px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .contSec1 .contSec1Inner {
        width: 400px;
        padding: 0;
    }

    .secTitlText {
        font-size: 26px;
    }

    .contSec2 .imgCls {
        max-width: 300px;
        margin: 55px auto 5px;
    }

    .adjWidth1 {
        width: 50%;
    }
}

@media (min-width:480px) and (max-width:575px) {
    .contSec1 .contSec1Inner {
        width: 100%;
        padding: 0 5%;
    }

    .secTitlText {
        font-size: 26px;
    }

    .contSec2 .imgCls {
        max-width: 60%;
        margin: 55px auto 5px;
    }

    .adjWidth1 {
        width: 50%;
    }
}

@media (min-width:320px) and (max-width:479px) {
    .HdrMstrImg .content {
        padding: 70px 0;
    }
    .contSec1 .contSec1Inner {
        width: 100%;
        padding: 0 5%;
    }

    .secTitlText {
        font-size: 26px;
    }

    .contSec2 .imgCls {
        max-width: 70%;
        margin: 55px auto 5px;
    }

    .adjWidth1 {
        width: 50%;
    }
    .logo1 img {
        width: 250px;
    }
}
