/* ********************************************* Start Common Css ******************************************************* */ 
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
select, input, textarea { -webkit-appearance:none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
.clear { clear:both; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1.625em; }
h1 { font-size:30px; }
h2 { font-size:33px; line-height:36px; }
h3 { font-size:30px; line-height:34px; }
h4 { font-size:20px; }
h5 { font-size:16px; }
h6 { font-size:14px; }
p { margin: 0; }
ul,li,ol{list-style:none; margin:0; padding:0;}
dl { margin: 0 1.625em; }
dt { font-weight: bold; }
dd { margin-bottom: 1.625em; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
blockquote { font-style: italic; font-weight: normal; margin: 0 3em; }
blockquote em, blockquote i, blockquote cite { font-style: normal; }
blockquote cite { color: #666; font-weight: 300; letter-spacing: 0.05em; text-transform: uppercase; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img, img { border: 0; display: inline-block;vertical-align: middle; outline:none;}
a { color: #1982d1; text-decoration: none; cursor: pointer;}
a:focus, a:active, a:hover { text-decoration: none; }
:focus {outline: 0; }
table {border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
/* ********************************************* End Common Css ******************************************************* */ 

/***************fonts css*******************/

@font-face {
    font-family: 'Mothercare';
    src: url('../fonts/MothercareThin-Regular.eot');
    src: url('../fonts/MothercareThin-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MothercareThin-Regular.woff2') format('woff2'),
        url('../fonts/MothercareThin-Regular.woff') format('woff'),
        url('../fonts/MothercareThin-Regular.ttf') format('truetype'),
        url('../fonts/MothercareThin-Regular.svg#MothercareThin-Regular') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mothercare';
    src: url('../fonts/Mothercare-Regular.eot');
    src: url('../fonts/Mothercare-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mothercare-Regular.woff2') format('woff2'),
        url('../fonts/Mothercare-Regular.woff') format('woff'),
        url('../fonts/Mothercare-Regular.ttf') format('truetype'),
        url('../fonts/Mothercare-Regular.svg#Mothercare-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Boogaloo';
    src: url('../fonts/Boogaloo-Regular.eot');
    src: url('../fonts/Boogaloo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Boogaloo-Regular.woff2') format('woff2'),
        url('../fonts/Boogaloo-Regular.woff') format('woff'),
        url('../fonts/Boogaloo-Regular.ttf') format('truetype'),
        url('../fonts/Boogaloo-Regular.svg#Boogaloo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/***************fonts css end*******************/
body {margin: 0; padding: 0;font-family: 'Mothercare';font-weight: normal;}
#page-wrapper { float: left; width: 100%; }
.wrapper { margin: 0 auto; max-width: 1200px; width: 100%;}
section, .column{float:left; width:100%; position:relative;}
.text-center{display:inline-block; width:100%; text-align:center;}
.img-responsive{display:block; width:100%; max-width:100%;}
.blockele{display:block; width:100%;}
.container{
    max-width: 1100px;
    width: 100%;
}
nav.menu {
    float: left;
}
.uploadfile {
    background: #002169;
    color: #fff;
    border: 0;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 100;
    box-shadow: 0 0 10px #7d7b7b;
    cursor: pointer;
}

.uploadfile:hover
{
    color: #fff !important;
}

.black_overlay
{
  display:none;
  text-align:center;
  padding-top:20%;
  color:#fff;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:0.49;
  filter: alpha(opacity=80);
}

.contact a {
    float: left;
    color: #002168;
    font-size: 16px;
}
nav.menu ul ul{
    display: none;
    position: absolute;
    left: 0;
    top: 95px;
    background: #002168;
    width: 100%;
    z-index: 999;
    padding: 8px 15px 0;
    border-top: 3px solid #0082ca;
    min-width: 200px;
}
.navbar-nav>li:hover ul {
    display: block;
}

nav.menu ul ul a {
    color: #f2b242;
    font-weight: 100;
    border-bottom: 1px solid #f2b242;
    padding: 0 0 5px;
    display: block;
    width: 100%;
}
nav.menu ul ul li:last-child a {
    border: 0;
}

nav.menu ul ul li {
    float: left;
    width: 100%;
}

nav.menu ul ul li {
    margin: 0 0 7px;
}
.nav>li>a{
    margin: 63px 21px 0;
    padding-top: 0;
    background: none !important;
    padding-left: 0;
    padding-right: 0;
}
#h-menu{
    display: none;
}
.contact a.helpline {
    background-color: #f2b100;
    padding: 50px 10px 6px 53px;
    background-image: url(../images/call.png);
    background-repeat: no-repeat;
    background-position: 9px 55px;
    margin: 0;
}
#banner{
    background: url('../images/banner.jpg') no-repeat;
    background-size: 100%;
    padding: 73px 0;
}
#banner h1 {
    color: #002168;
    font-size: 65px;
    letter-spacing: 2px;
}

#banner h1 span {
    position: relative;
    color: #fff;
    
}
#banner h1 span img{
    background: url(../images/cap.png) no-repeat;
    position: absolute;
    top: -40px;
    right: -26px;
}
.p-lr {
    float: left;
    width: 100%;
    margin: 8px 0 0;
}

.p-lr span {
    float: left;
    position: relative;
    color: #002169;
    z-index: 1;
    margin: 0 20px 0 0;
    padding: 9px 20px 7px;
}

.p-lr span:after {
    background: #f2b100;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}
.p-lr span img {
    margin: 0 10px 0 0;
}
#area {
    background: #032a6e url('../images/FormPage.jpg') repeat;
    padding: 70px 0;
}

#area h3 {
    color: #f2b100;
    margin: 0 0 30px;
    font-weight: 100;
}

#area h3 img {
    margin: 0 20px 0 0px;
}

#area ul {
    width: 80%;
}

#area ul li {
    color: #fff;
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 20px;
    font-weight: 100;
    font-size: 16px;
}

#area ul li:after {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 20px;
}

#area ul li a {
    color: #f2b100;
}
.files {
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    position: absolute;
    right: -110px;
    transform: rotate(-90deg);
    top: 175px;
}

.files {
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    position: absolute;
    right: -110px;
    transform: rotate(-90deg);
    top: 175px;
}

#application {
    background: #ccc;
    margin: 40px 0 0 0;
}



.shape {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}





.radio_sec [type="radio"]:checked,
.radio_sec [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio_sec [type="radio"]:checked + label,
.radio_sec [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #535353;
    font-size: 14px;
}
.radio_sec [type="radio"]:checked + label:before,
.radio_sec [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #aebfea;
    border-radius: 100%;
    background: #fff;
}
.radio_sec [type="radio"]:checked + label:after,
.radio_sec [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0c2971;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio_sec [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio_sec [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-area {
    float: left;
    width: 100%;
    background: #fff;
    z-index: 11;
    position: relative;
    padding: 30px;
    border-radius: 26px;
    margin: 78px 0;
    box-shadow: 0 0 8px #000;
}
.form-area h3 {
    font-size: 36px;
    color: #f79e1b;
    font-weight: 100;
    margin: 0 0 30px;
}

.form-area h4 {
    font-size: 18px;
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #000;
    color: #f79e1b;
}

.inputs input[type="text"] {
    width: 100%;
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #a8c0cd;
    padding: 9px 8px;
    color: #535353;
    font-size: 14px;
}

.inputs {
    margin: 0 0 12px;
}
textarea{
    resize: none;
    background: #f2f2f2;
    border-radius: 4px;
    min-height: 86px;
    border: 1px solid #a8c0cd;
    padding: 8px;
    font-size: 14px;
}
.form-area h5 {
    color: #535353;
    margin: 0 0 16px;
}

.radio_sec li {
    float: left;
    margin: 0 28px 0 0;
}

.overall {
    margin: 30px 0 0;
    font-size: 14px;
    color: #535353;
}

.overall select {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 6px;
    font-size: 14px;
    color: #535353;
    -webkit-appearance: auto;
    border: 1px solid #a8c0cd;
}

.note label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 100;
    line-height: 21px;
  }
  
  .note label:before {
    content:'';
    -webkit-appearance: none;
    background-color: white;
    border: 2px solid #0079bf00;
    box-shadow: 0 0 10px #e0e0e0;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
  }
  
  .note input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .common-area {
    margin-bottom: 34px;
}
.m-t0 {
    margin: 0 0 11px;
}
.radio_sec.blk li span {
    position: absolute;
    top: 29px;
    left: -20px;
    font-size: 16px;
    white-space: nowrap;
    min-width: 58px;
    text-align: center;
}

.radio_sec.blk li {
    min-width: 73px;
    margin-top: -15px;
    margin-bottom: 70px;
    text-align: center;
}
.left-sec {
    float: left;
    width: 70%;
    color: #535353;
}

.content-part .btns {
    float: right;
    width: 30%;
    text-align: right;
}
.content-part {
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}
.content-part a{
    text-decoration: underline;
}
.content-part:last-child{
    border:0;
}
.btns button {
    background: #f3362c;
    border: 1px solid #7d7676;
    color: #fff;
    padding: 7px 4px;
    border-radius: 4px;
    box-shadow: 0 0 5px #b5b5b5;
}
.note {
    padding: 24px;
    background: #ebebeb;
    border-radius: 8px;
}
select, input, textarea{
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.note li {float: left;width: 100%;margin: 0 0 10px;}

.note li input{
    -webkit-appearance: none;
    -moz-appearance: none;
}
.note li span {
    padding: 0;
    position: relative;
    float: right;
    width: calc(100% - 35px);
}
.lang-tab {
    position: absolute;
    top: -46px;
    right: 55px;
    z-index: 0;
}
.lang-tab a {
    background: #fcfcfc;
    padding: 8px 10px;
    margin: 0 0 0 10px;
    border-radius: 6px 6px 0 0;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    color: #0b2870;
    font-size: 16px;
}
.lang-tab a.active {
    background: #efaf00;
}
.submit-btn {
    margin: 33px 0 0;
}

.submit-btn input[type="submit"] {
    background: #f79e1b;
    color: #fff;
    border: 0;
    padding: 11px 40px;
    border-radius: 5px;
    font-weight: 100;
    box-shadow: 0 0 10px #7d7b7b;
    cursor:pointer;
}

#footer {
    padding:0;
}

#footer h5 {
    color: #002168;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 18px;
}

#footer span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 100;
    width: 167px;
    TEXT-ALIGN: CENTER;
}

.right-sec{
    text-align: right;
}

#footer p {
    position: absolute;
    font-weight: 100;
    right: 0;
    font-size: 12px;
    color: #0082ca;
    bottom: 4px;
}

.left-sec-id{
    float: left;
    width: 30%;
    color: #535353;
    margin-left: -1%;
}

.content-part .btns-front {
    float: right;
    width: 30%;
    text-align: right;
    margin-right: 1.2%;
}

@media only screen and (max-width:1099px){
    #banner h1{
        font-size: 35px;
    }
    #banner h1 span{
        display: block;
    }
    #banner {
        padding: 69px 0;
    }
    #banner h1 span img {
        right: 0;
        left: 226px;
    }
}

@media only screen and (max-width:1023px){
    .navbar-brand>img{
        width: 160px;
    }

    .responsive-margin-20
    {
        margin-bottom: 20px; 
    }
    #banner{
        background-size: cover;
    }   
    #area {
        padding: 40px 0;
    }
    #area ul {
        width: 100%;
        float: left;
        margin: 0 0 30px;
    }
    #area h3 {
        font-size: 24px;
    }
    #footer .col-md-6 {
        text-align: center;
        margin: 0 0 20px;
    }
    .files{
        display:none;
    }
}

@media only screen and (max-width:767px){
    nav.menu ul ul{
        position: relative;
    top: -3px;
    background: none;
    z-index: 1;
    padding: 8px 0 0 40px;
    border-top: 0;
    }
    section#header {
        margin: 42px 0 20px;
    }
    .contact a.helpline {
        padding: 6px 10px 6px 0;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 12px;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .contact a.helpline span.blockele {
        display: inline;
        margin: 0 5px 0 0px;
    }
    #header a.navbar-brand {
        padding: 0 15px;
    }
    nav.menu{
        display: none;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 20;
    width: 100%;
    background: #042b6e;
    }
    .p-lr span:last-child {
        margin: 0;
    }
    .p-lr span {
        margin: 0 2px 0 0;
        padding: 7px 8px 5px;
    }
    #h-menu {
        display: block;
        position: absolute;
        top: 14px;
        right: 20px;
        color: #fff;
        background: #042b6e;
        padding: 4px 10px;
    }
    .nav>li {
        position: relative;
        float: left;
        width: 100%;
    }
    .nav>li>a {
        margin: 4px 21px 0;
        color: #fff;
        font-weight: 100;
    }
    .btns button{
        padding: 7px 4px;
    }
    .common-area{
        margin-bottom: 0;
    }
    .note {
        padding: 14px;
    }
    .radio_sec.blk li {
        min-width: 70px;
    }
    .form-area h4{
        padding: 14px 0;
    }
    .form-area{
        padding: 30px 13px;
    }
}




