@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
.topheader
{min-height: 700px;
    background-color: #293a48;
    background-image: url(../img/topheader.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
position: relative;
}
.topheader:after
{
content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 28px;}
.pageheadermodel
{
    color: #fff;
    font-size: 9rem;
    margin-top: 100px;
    font-weight: 700;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.77);
}
.pagesubheadermodel
{    color: #FF5722;
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;}
.pagedescriptionmodel
{     color: #ccc;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 0;
   }
.updownanimation{
    height: 60px;
    margin: 20px auto 0;
    width: 60px;
    background: url(../img/tap.png);
    background-size: 60px;
    background-size: cover;
    animation-delay: 2s;
    animation: Move-UD linear 5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: Move-UD linear 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: Move-UD linear 5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: Move-UD linear 5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: Move-UD linear 5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
        text-align: center;
    color: #fff;

}
@keyframes Move-UD{
  0% {
    transform:  translate(1px,-1px)  ;
  }

  50% {
    transform:  translate(1px,-15px)  ;
  }
    100% {
    transform:  translate(1px,-1px)  ;
  }
}

@-moz-keyframes Move-UD{
  0% {
    -moz-transform:  translate(1px,-1px)  ;
  }
  50% {
    -moz-transform:  translate(1px,-15px)  ;
  }
     100% {
    -moz-transform:  translate(1px,-1px)  ;
  }
}

@-webkit-keyframes Move-UD {
  0% {
    -webkit-transform:  translate(1px,-1px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,-15px)  ;
  }
     100% {
    -webkit-transform:  translate(1px,-1px)  ;
  }
}

@-o-keyframes Move-UD {
  0% {
    -o-transform:  translate(1px,-1px)  ;
  }
  50% {
    -o-transform:  translate(1px,-15px)  ;
  }
     100% {
    -o-transform:  translate(1px,-1px)  ;
  }
}

@-ms-keyframes Move-UD {
  0% {
    -ms-transform:  translate(1px,-1px)  ;
  }
  50% {
    -ms-transform:  translate(1px,-15px)  ;
  }
    100% {
    -ms-transform:  translate(1px,-1px)  ;
  }
}
.formwrapper
{
    background-color: #293a48;
    background-image: url(../img/formbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
}
.wizard {
    margin: 20px auto;
    background: transparent;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
          border-bottom-color: rgba(255, 235, 59, 0);
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 67%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #C0B283;
    border: 2px solid #C0B283;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#fff;
}
.wizard li.active span.round-tab {
  background: #C0B283;
    border: 2px solid #C0B283;

}
.wizard li.active span.round-tab i{
      color: #ffffff;
}
.wizard .nav>li.disabled>a:focus, .wizard .nav>li.disabled>a:hover {
    color: #14202e;
    text-decoration: none;
    cursor: not-allowed;
    background-color: #ffffff!important;
    border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(221, 221, 221, 0);
}
span.round-tab:hover {
   color: #fff;
    border: 2px solid #C0B283;
}

.wizard .nav-tabs > li {
    width: 33.3%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ffffff!important;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
  padding-top: 50px;
    /* background: rgba(18, 34, 47, 0.69); */
    /* min-height: 700px; */
    padding: 50px 15px 20px;
    max-width: 925px;
    background: #ffffff!important;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #ffffff!important;
}
/*position: relative;*/


.wizard .tab-pane .form-group
{}
.wizard .tab-pane .form-group label{    color: #383838!important;
    font-weight: 400;
    font-size: 16px;}
.wizard .tab-pane .form-group .form-control{
        background: transparent;
    border: 2px solid #e5e5e5!important;
    border-radius: 0;
    color: #383838!important;
    height: 43px;
    font-size: 17px;
    letter-spacing: 0.7px;
    border-radius: 4px;
}

.wizard .tab-pane .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #383838;
}
.wizard .tab-pane .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #383838;
}
.wizard .tab-pane .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
 color: #383838;
}
.wizard .tab-pane .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #383838;
}
.wizard .tab-pane .form-group .form-control:hover, .wizard .tab-pane .form-group .form-control:focus
{background: rgba(212, 212, 205, 0.2);
    border: 1px solid #fff;
    }
.wizard .nav-tabs>li>a:hover {
    border-color: transparent transparent transparent;
}
.wizard h3 {
    margin-top: 0;
}
.wizard  .list-inline {
    padding-left: 0;
    list-style: none;
    display: table;
    width: 100%;
    background: #ffffff!important;
    padding: 15px 10px;
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
    margin-top: 30px;
}
.wizard .tab-content {

}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}





.btn-glyphicon { padding:8px; background:#ffffff!important; margin-right:4px!important; }
.icon-btn {     padding: 3px 15px 5px 5px !important;
    border-radius: 50px!important;
    font-size: 17px !important;}
.icon-btn.rightside {     padding: 2px 0px 5px 15px !important;
    font-size: 17px !important;
    border-radius: 50px!important;}

.photowraper
{   height: 200px;
    width: 100%;
    margin-bottom: 20px;
    }
.photowraper>img
{   height: 100%;
    object-fit: contain;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    background: rgba(255, 255, 255, 0.12);}
.photowraper>div {
    display: none;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 76px);
    font-size: 1.5em;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 3px #FFF, 0 0 5px #FFF;
    pointer-events: none;
}
.photowraper:hover {
    cursor: pointer;
}
.custominputfile
{}
.custominputfile .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.custominputfile .inputfile + label {
       font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    width: 100%;
    display: block;
    height: 43px;
    padding: 10px;
    background: transparent;
    border: 1px solid #a5a5a5;
}
.custominputfile .inputfile:focus + label,
.custominputfile .inputfile + label:hover {
       background: rgba(212, 212, 205, 0.2);
    border: 1px solid #fff;
}
.custominputfile .inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.custominputfile .inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.custominputfile .inputfile + label * {
	pointer-events: none;
}

/*media query for tablet*/
@media(max-width:768px)
    {
       .topheader {
        min-height: 424px;
    background-position: top right;
        }
        .pageheadermodel {
            font-size: 5rem;}
        .pagesubheadermodel {
            font-size: 24px;}
        .pagedescriptionmodel {
            font-size: 15px;}
        .topheader:after {
            bottom: -5px;}
}

/*media query for iphones*/
@media(max-width:490px)
    {
        .pageheadermodel {
    font-size: 4rem;
    margin-top: 31px;
}
        .pagesubheadermodel {
    font-size: 20px;
}
        .topheader {
    min-height: 354px;
    background-position: top right;
}
        .updownanimation {
    height: 40px;
            width: 40px;background-size:40px;}

        .custominputfile .inputfile + label {
    height: 36px;
    padding: 5px;
        }
.wizard .tab-pane .form-group .form-control {
    height: 36px;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 3px 7px;
}
        .wizard .tab-pane {
    padding: 50px 9px 20px;
        }
        .icon-btn.rightside {
    padding: 1px 0px 4px 7px !important;
    font-size: 10px !important;
    border-radius: 50px!important;
}
}


/*custom Radio Button*/
.customradiobtn
{position: relative;}
.customradiobtn input[type=radio]{
  position: absolute;
    visibility: hidden;}
.customradiobtn label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 10px 23px 11px 55px;
    margin: 10px auto;
    height: 43px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    margin: 0;

}
.customradiobtn:hover label{
	color: #FFFFFF;
}
 .customradiobtn .check{
      display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 8px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
 .customradiobtn:hover .check {
  border: 5px solid #aaaaaa;
}
.customradiobtn .check::before {
     display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.customradiobtn input[type=radio]:checked ~ .check {
  border: 5px solid #383838;
}
.customradiobtn input[type=radio]:checked ~ .check::before{
  background: #383838;
}

.customradiobtn input[type=radio]:checked ~ label{
  color: #09b7d2;
}
.wizard .tab-pane .form-group label.onlylabel
{
    color: #eee;
    font-weight: 550!important;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
}
/*custom Radio Button*/

.connecting-line1 {
    top: 47%;
    background: #C0B283;
}
.connecting-line2 {
    top: 57%;
    background: #C0B283;
}
.w-inner {
    width: 70%;
    margin: 0 auto;
}
.btn-n-s:hover, .btn-n-s:active, .btn-n-s:focus {
    background-color: #C0B283;
    border-color: #C0B283;
}
.text-success {
    color: #C0B283;
}