﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
@import url('https://fonts.googleapis.com/css?family=Karla:400,700');

html, body { width:100%;  overflow:hidden; }
body{
	padding:0;
	margin:0;
	font-size:15px;
	font-weight:normal;
	color:#000000;
	position: relative;
   overflow-x: hidden;
   background: #175367;
background: -moz-linear-gradient(top, #175367 0%, #020c10 96%, #020b0e 100%);
background: -webkit-linear-gradient(top, #175367 0%,#020c10 96%,#020b0e 100%);
background: linear-gradient(to bottom, #175367 0%,#020c10 96%,#020b0e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175367', endColorstr='#020b0e',GradientType=0 );
    overflow: hidden;
    height: 100%;
   font-family: 'Karla', sans-serif;
}
html{
	height:100%;
	width:100%;
        overflow: hidden;
    height: 100%;
       background: #175367;
background: -moz-linear-gradient(top, #175367 0%, #020c10 96%, #020b0e 100%);
background: -webkit-linear-gradient(top, #175367 0%,#020c10 96%,#020b0e 100%);
background: linear-gradient(to bottom, #175367 0%,#020c10 96%,#020b0e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175367', endColorstr='#020b0e',GradientType=0 );
font-family: 'Karla', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
font-family: 'Karla', sans-serif;
    letter-spacing: 0.3px;
}

.Trigger {
  cursor: pointer;
  position: relative;
height: 13px;
    width: 26px;
}

.centerer {
  position: absolute;
    top: 50%;
    right: 10px;
  transform: translate(-50%, -50%);
}

.Trigger-top {
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  -webkit-animation-name: topreverse;
  -moz-animation-name: topreverse;
  animation-name: topreverse;
  -webkit-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.Trigger-bottom {
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: 0;
  -webkit-animation-name: bottomreverse;
  -moz-animation-name: bottomreverse;
  animation-name: bottomreverse;
  -webkit-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.Trigger.is-active .Trigger-top {
  top: 45.8333333333%;
  -webkit-animation-name: top;
  -moz-animation-name: top;
  animation-name: top;
  -webkit-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.Trigger.is-active .Trigger-bottom {
  bottom: 45.8333333333%;
  -webkit-animation-name: bottom;
  -moz-animation-name: bottom;
  animation-name: bottom;
  -webkit-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes top {
  0% {
    top: 0%;
  }
  60% {
    top: 45.8333333333%;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes top {
  0% {
    top: 0%;
  }
  60% {
    top: 45.8333333333%;
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes top {
  0% {
    top: 0%;
  }
  60% {
    top: 45.8333333333%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes bottom {
  0% {
    bottom: 0%;
  }
  60% {
    bottom: 45.8333333333%;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes bottom {
  0% {
    bottom: 0%;
  }
  60% {
    bottom: 45.8333333333%;
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0%;
  }
  60% {
    bottom: 45.8333333333%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes topreverse {
  0% {
    -webkit-transform: rotate(45deg);
    top: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    top: 45.8333333333%;
  }
  100% {
    top: 0%;
  }
}
@-moz-keyframes topreverse {
  0% {
    -moz-transform: rotate(45deg);
    top: 45.8333333333%;
  }
  60% {
    -moz-transform: rotate(0deg);
    top: 45.8333333333%;
  }
  100% {
    top: 0%;
  }
}
@keyframes topreverse {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 45.8333333333%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes bottomreverse {
  0% {
    -webkit-transform: rotate(-45deg);
    bottom: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    bottom: 45.8333333333%;
  }
  100% {
    bottom: 0%;
  }
}
@-moz-keyframes bottomreverse {
  0% {
    -moz-transform: rotate(-45deg);
    bottom: 45.8333333333%;
  }
  60% {
    -moz-transform: rotate(0deg);
    bottom: 45.8333333333%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes bottomreverse {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 45.8333333333%;
  }
  100% {
    bottom: 0%;
  }
}
.no-animation {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

header{
background-color: #0e3441;
    position: fixed;
    height: 55px;
    width: 100%;
    z-index: 150;
}

main{
    height: 100%;
}

#mainc{
    padding: 0;
    position: relative;
    width:100%; 
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100% - 224px);
    top: 0;
    padding-top: 65px;

}

.conversation-messages {
    width: calc(100% - 40px);
    max-width: 400px;
    margin: 0 auto;
    transition: .8s all ease;
    padding-bottom:260px;
}
*, ::after, ::before {
    box-sizing: inherit;
}



.message {
    max-width: 285px;
    background: #366372;
    color: #fff;
    border: none;
    border-radius: 1.5em;
    padding: 1.1em 1em;
    display: inline-block;
    clear: both;
    transition: .5s all ease;
    line-height: 1.395;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transition-delay: .5s;
    z-index: 9999;
}
.message.question {
    border-bottom-left-radius: 0;
}
.message-wrapper {
    margin-bottom: 1rem;
        clear: both;
}

.message.response {
    border-bottom-right-radius: 0;
    background: #ffd443;
    color: #3b3b3b;
    margin-left: auto;
    text-align: left;
    float: right;
        margin-bottom: 1rem;
    transition-delay: 250ms;
}

.message .icon.edit, .user-input .icon.edit {
    float: right;
    width: 1.3rem;
    height: 1.3rem;
}

p:last-child {
    margin-bottom: 0;
}


.conversation-messages .user-input {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #0e3441;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    max-height: calc(100% - 80px);
    z-index: 1;
    transition: .5s all ease;
}


.conversation-messages .user-input .field-container {
      width: calc(100% - 25px);
    max-width: 400px;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.inline-fields {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-center {
    text-align: center;
}


.checkbox.inline-fields, .radio.inline-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conversation-messages .user-input .field-container .radio.inline-fields {
    -ms-flex-pack: center;
    justify-content: center;
}

.checkbox.inline-fields label, .radio.inline-fields label {
    float: none;
    display: inline-block;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    margin-left: 0;
}

.radio.fixed-height .radio-container {
    -ms-flex-positive: 0;
    flex-grow: 0;
}


.inpanb{
        position: relative;
    min-height: 1px;
    width:50%;
    float: left;
}
.panBut{
    width: calc((100% - 29px)/ 2);
background: linear-gradient(329deg, #ffd90a, #ffe661, #ffe55a, #f3d326);
background-size: 800% 800%;


-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;

    border: 0;
    color: #151515;
    height: 65px;
    padding: 0;
    margin: 0px 5px 10px;
    border-radius: 5px;
}

.logo img{
        width: 200px;
    margin-top: 16px;
    margin-left: 5px;
}

.singlebut{
    border-radius: 70px;
    width: 70%;
    padding: 0;
    margin: 0;
    height: 55px
}

.amountin{
    position: absolute;
    left: 5px;
    height: 40px;
    width: calc(100% - 30px);
    padding-left: 22px;
}
.in-wrapper{
    position: relative;
    padding: 0;
    margin: 0;
    width: 78%;
}
.in-wrapper span{
    left: 15px;
    position: absolute;
    z-index: 1;
    top: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #366372;
}
label{
        text-align: left;
    position: relative;
    width: 100%;
    color: #fff;
    padding-left: 6px;
}
.confirm{
        height: 50px;
    width: 50px;
    float: right;
    border-radius: 50px;
    border: 0;
    padding: 0;
    background-color: #ffd443;
    right: 8px;
    top: -3px;
    position: relative;
}

@-webkit-keyframes AnimationName {
    0%{background-position:9% 0%}
    50%{background-position:92% 100%}
    100%{background-position:9% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:9% 0%}
    50%{background-position:92% 100%}
    100%{background-position:9% 0%}
}
@keyframes AnimationName { 
    0%{background-position:9% 0%}
    50%{background-position:92% 100%}
    100%{background-position:9% 0%}
}
.exp {
  display: table;
  width: 100%;
  height: 100%;
}
.exp .checkbox {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

label {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  position: relative;
}
label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  transform-origin: center;
  border: 2px solid #fff;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  top: 13px;
  left: 9px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(305deg);
  top: 16px;
  left: 10px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}
label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label span {
  background-color: #fff;
  transform: scale(1.25);
}
input[type="checkbox"]:checked + label span:after {
  width: 10px;
  background: #1790b5;
  transition: width 150ms ease 100ms;
}
input[type="checkbox"]:checked + label span:before {
  width: 5px;
  background: #1790b5;
  transition: width 150ms ease 100ms;
}
input[type="checkbox"]:checked + label:hover span {
  background-color: #fff;
  transform: scale(1.25);
}
input[type="checkbox"]:checked + label:hover span:after {
  width: 10px;
  background: #1790b5;
  transition: width 150ms ease 100ms;
}
input[type="checkbox"]:checked + label:hover span:before {
  width: 5px;
  background: #1790b5;
  transition: width 150ms ease 100ms;
}
.inval{
        position: absolute;
    z-index: 2;
    background-color: #d05555;
    /* padding-left: 37px; */
    /* padding-right: 70px; */
    min-width: 200px;
    padding: 9px;
    top: -49px;
    left: 5px;
    /* border: 1px solid #ff3e3e; */
    color: #fff;
    font-size: 10px;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
        border-radius: 5px;

    opacity: 0;
}

    .arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #d05555;
      position: absolute!important;
    bottom: -9px!important;
    top: auto!important;
    left: calc(50% - 15px)!important;
}


.swing-in-top-fwd {
	animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}



.swing-out-top-bck {
	animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
}

@keyframes swing-out-top-bck {
  0% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
  100% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.greyout{
    opacity:0.3;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
body,
html {
  position: fixed;
  width: 100%;
  height:100%;
}

.conversation-messages .next-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}
a.next-section {
  font-size: 0;
    display: block;
    width: 5rem;
    height: 5rem;
    background: #ffd443;
    box-shadow: 0px 0px 7px 3px rgba(255, 255, 255, 0.41);
    border-radius: 100%;
    position: relative;


}
a.next-section::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #484848;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -8.5px;
    transform: rotate(45deg);
   
}

.nav-overlay{
 background:  -webkit-linear-gradient(-50deg, #0e3441, #030a0d);
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 1;
        z-index: 11;
}

.fullbg{
     background:  -webkit-linear-gradient(-50deg, #0e3441, #2a5c72);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index:10;
    opacity: 1;
    animation: Gradient 15s ease infinite;
}

.welcome{
    position: absolute;
    top: 20%;
    left: 20px;
    width: calc(100% - 40px);
}


.closem svg {
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
}
 .closem svg{
          height: 22px;
    width:28px;
    transform: rotate(45deg);
}

.welcome span{
    font-size: 25px;
    font-weight: bold;
    color: rgb(255,255,255);
    opacity: 0.6;
    line-height: initial;
    display:block;
        margin-bottom: 50px;
}

.md-input-focused input{
    border-color: #f1ca4d!important;
}


.welcome md-input-container.md-default-theme .md-input, md-input-container .md-input {
    color: rgba(0,0,0,0.87);
    border-color: rgba(255, 255, 255, 0.57);
}

.welcome md-input-container svg{
      height: 22px;
    position: absolute;
    left: 0;
    top:-1px;
    width:28px;
}


.nav-overlay-left{
    background: -webkit-linear-gradient(-50deg, #ffc517, #dfb022);
    width: 200%;
    height: 200%;
    border-radius: 200%;
    position: absolute;
    z-index: 0;
    right: -140%;
    image-rendering: -webkit-optimize-contrast; 
image-rendering: -webkit-crisp-edges; 
image-rendering: -moz-crisp-edges; 
image-rendering: -o-crisp-edges; 
image-rendering: pixelated; 
    opacity:0;
    -webkit-animation: inherit;
	        animation: inherit;
              visibility:hidden;
                  
}

.fade-in-left-nav {
	-webkit-animation: fade-in-left-nav 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left-nav 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-left-nav {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
     visibility: initial; 
   
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
       visibility: initial; 
  }
}
@keyframes fade-in-left-nav {
  0%{
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
       visibility: initial; 
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
       visibility: initial; 
  }
}

@-webkit-keyframes fade-out-left-nav {
    0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    width: 70%;
  }
   100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
 
  }
}
@keyframes fade-out-left-nav {
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    width: 70%;
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
    width: 0;
  }

}

.txt50{
        width: 50%;
    position: relative;
    float: left;
}

.txt50 label span{
        border: none;
    padding: 0;
    width: initial;
    height: initial;
    vertical-align: 0;
    color: red;
}


.txt50 input{
       height: 40px;
    width: calc(91% - 8px);
    text-transform:capitalize;
    padding-left: 8px;
    border: none;
}

.txtwindow{
    position:relative;
    float:left;
    width: calc(100% - 70px);
}

.icb{
        position: absolute;
    top: 17px;
    left: 21px;
}
.oi{
    line-height:initial;
}

.txt33{
        width: 33%;
    position: relative;
    float: left;
}

.txt33 label span{
        border: none;
    padding: 0;
    width: initial;
    height: initial;
    vertical-align: 0;
    color: red;
}


.txt33 input{
       height: 40px;
    width: calc(91% - 8px);
    text-transform:capitalize;
    padding-left: 8px;
    border: none;
    color: #000;
}
.emanual{
        position: relative;
    float: left;
    margin-top: 19px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
    color: #009fff;
}
.adddmantitle{
    font-size: 16px;
    width: 226px;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 30px;
}

.icone{
        right: 20px;
    position: absolute;
    top: 15px;
    color: #fff;
    font-weight: 100;
}

.valm{
        width: 100%;
    clear: both;
    margin-top: 15px;
    position: relative;
    float: left;
    padding-left: 20px;
    color: #f46161;
}

#terms{
   height: calc(100% - 100px);
    background-color:#fff;
    position: fixed;
    top: 0;
    z-index: 500;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: scroll;
        left: 0;
}

#terms h1 {
    font-size: 28px;
    font-weight: 700;
    color: #0b2c37;
}

#terms h3 {
    font-size: 18px;
    color: #0b2c37;
}


#policy{
   height: calc(100% - 100px);
    background-color:#fff;
    position: fixed;
    top: 0;
    z-index: 500;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: scroll;
        left: 0;
}

#policy h1 {
    font-size: 28px;
    font-weight: 700;
    color: #0b2c37;
}

#policy h3 {
    font-size: 18px;
    color: #0b2c37;
}

#policy .container{
    padding-left:0;
    padding-right:0;
}

.close {
  position: absolute;
    right: 20px;
    top: 22px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 1.3px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


.splash{
    position:absolute; 
    width:100%;
  
    height: calc(100% - 55px);
    top: 55px;
}
}

.splash h3{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: initial;
    text-align: center;
}

.splash p {
        max-width: 308px;
    text-align: center;
    color: #fff;
    margin: auto;
}


.sec{
    width:100%;
    float:left;
    position:relative;
    min-height:50px;
    background-color:#fff;
}


#rotate-device{
     height: 100vh;
    position: fixed;
    width: 100%;
    z-index:3000;
background: linear-gradient(-45deg, #175367, #175367, #000000, #424242 );
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
     display:none;
}

#rotate-device2{
     height: 100vh;
    position: fixed;
    width: 100%;
    z-index:3000;
background: linear-gradient(-45deg, #175367, #175367, #000000, #424242 );
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

.rpan2 svg{
    transform: rotate(-90deg);
}

.rpan{
        width: 100%;
    text-align: center;
    top: calc(50% - 50px);
    position: absolute;
    color: #fff;
   
}

.rpan p{
        font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.rpan i{
    font-size: 60px;
}

#start{
    position:fixed;
    width:100vw;
    height: 100%;
    z-index:2000;
background: linear-gradient(-45deg, #175367, #175367, #000000, #424242 );
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;

}

#quote{
    top: 35px;
    position: relative;
    padding: 15px;
}

#start img{
    width: 70%;
    position: absolute;
    top: 40%;
    left: 15%;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.ovo{
    background-image: url('../../Content/img/bg.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background-size: cover;
        opacity: 0.3;

}

.slide-out-bottom {
	-webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}

.calcBorder{
    border-radius: 20px;
    border: 1px solid #f1cc4d;
height: calc(100% - 75px);
    position: relative;
        padding: 15px;
    padding-bottom: 0;
    padding-top: 0;
}

.calcBorder h3{
        position: absolute;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
}

#quote{
        top: 55px;
    position: relative;
        width: calc(100% - 40px);
    padding: 20px;
    height: Calc(100% - 95px);
}


.bigButton{
        height: 40px;
    border-radius: 20px;
    background: transparent;
    border: solid 1px #f1ca4d;
 width: calc(100% - 40px);
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    left:20px;
        font-weight: bold;
}

md-slider.md-default-theme .md-track, md-slider .md-track {
    background-color: rgb(255, 255, 255);
}

md-slider.md-default-theme.md-warn .md-thumb:after, md-slider.md-warn .md-thumb:after {
    border-color: rgb(222, 189, 76);
    background-color: rgb(222, 189, 76);
}
md-slider.md-default-theme.md-warn .md-track.md-track-fill, md-slider.md-warn .md-track.md-track-fill {
    background-color: rgb(222, 189, 76);
}
.ng-animate { transition:0s ease-in!important;
       -webkit-transition:0s ease-in!important;
       animation: 0s ease-in!important;
       -webkit-animation: 0s ease-in!important; }

.no-animate {
  -webkit-transition: ease-in !important;
   transition: ease-in !important;
 }

md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border-bottom: none;
}

md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
  border-bottom:none;
    color:#fff;
}

.tico{
        color: #fff;
    border: 2px solid #f1ca4d;
    padding: 15px;
    border-radius: 69px;
    border-style: dotted;
}

.pricecircle{
    display: block;
    height: calc(100vw - 10vw);
    width: calc(100vw - 10vw);
    margin: auto;
    position: relative;
    color: #fff;
    border: 2px solid #f1ca4d;
    /* padding: 15px; */
    border-radius: 100vw;
    border-style: dotted;
    line-height: 50vw;
    font-size: 35px;
    text-align: center;
    max-width: 250px;
    max-height: 250px;
      -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 240s linear 0s infinite;
}

.spinner {
  animation: rotate 9.4s linear infinite;
  -webkit-animation: rotate 9.4s linear infinite;
  -moz-animation: rotate 9.4s linear infinite;
  width:55%;
  position: relative;
  max-width: 300px;
  max-height:300px;
}

.spinner-dot {
  width:274px;
  height:274px;
  position: relative;
  top: 0;
}


.spinner2 {
  animation: rotate2 9.4s linear infinite;
  -webkit-animation: rotate2 9.4s linear infinite;
  -moz-animation: rotate2 9.4s linear infinite;
  width:55%;
  position: relative;
  max-width: 300px;
  max-height:300px;
}


@keyframes rotate2 {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate2 {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate2 {
  to {
    transform: rotate(360deg);
  }
}


@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.path {
  stroke-dasharray: 168;
  stroke-dashoffset: 20;
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}


@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}


.fade-in-fwd {
	-webkit-animation: fade-in-fwd 1s cubic-bezier(0, 0, 0, 0.93) both;
	        animation: fade-in-fwd 1s cubic-bezier(0, 0, 0, 0.93) both;
}



@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
md-progress-linear {
    top: 55px;
    position: fixed;
    z-index: 3;
}
md-progress-linear.md-default-theme .md-bar, md-progress-linear .md-bar {
    background-color: rgb(252, 225, 78);
}

md-progress-linear.md-default-theme .md-container, md-progress-linear .md-container {
    background-color: rgb(9, 37, 47);
}

#signin{
        position: absolute;
    right: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #f2ce4e;
    border-radius: 14px;
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    top: 13px;
    text-decoration: none;
}
.bottombut{
    position: absolute;
    bottom: 30px;
    width:100%;
    text-align:center;
}

.vali{
    margin-top: 30px;
    position: relative;
    display: block;
    color: #fff;
}

.butlog {
    height: 50px;
    border-radius: 50px;
    width: 200px;
    border: none;
    color: #000;
    padding: 0;
    background: linear-gradient(329deg, #f8d82b, #ffe661);
}

.forgotp{
        color: #9daaae;
    position: relative;
    top: -20px;
    font-size: 12px;
    float: right;
    padding: 6px;
    padding-right: 0;
}

.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}

.rpan svg{
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
}

#stbut svg{
    width: 23px;
    top: 4px;
    position: relative;
}

md-progress-circular path{
    stroke:#ffffff;
    stroke-width:1px!important;
}

.plateholder{
    display: block;
    position: relative;
    width: 90%;
    max-width: 270px;
    background-color: #ecce4e;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 65px;
}

.plateholder input{
        height: 41px;
    top: 10px;
    position: relative;
    width: 92%;
    border: 2px solid rgb(20, 20, 20);
    border-radius: 10px;
    background: transparent;
        text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: arial;
    padding:0;
   line-height: normal!important;
}


#caminput input[type=image] {
display:none;
margin:10px;
}
#caminput input[type=image] + label {
display:inline-block;
margin:20px;
padding: 4px 32px;
background-color: #FFFFFF;
border:solid 1px #666F77;
border-radius: 6px;
color:#666F77;
}
#caminput input[type=image]:active + label {
background-image: none;
background-color:#2D6C7A;
color:#FFFFFF;
}

#fqpanel{
    position:relative;
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
        margin-top: 20px;
}

.fqpanel{
    position:relative;
    border: 1px solid #f1ca4d;
    border-radius:20px;
        height: 17vh;
    width:100%;
    margin-bottom:20px;
}
.lenderName{
        color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}

.fpactive{
    background-color:rgba(152, 132, 51, 0.3);
}

.lenderTerm{
            color: #fff;
    text-transform: uppercase;
    text-align: center;
        margin-bottom: 5px;
}
.bline{
    height: 50px;
    width: 1px;
    background-color: #aa9c4b;
    position: absolute;
    left: 50%;
}
.wind{
    width:50%;
    float:left;
    position:relative;
    text-align:center;
}
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.scrolling-wrapper .card {
  display: inline-block;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrolling-wrapper-flexbox .card {
  flex: 0 0 auto;
  margin-right: 3px;
}

.card {
    border-right: 1px solid #f1cc4d;
    padding: 5px;
    width: 80vw;
}

.card table{
    width:100%;
}

.card table tr td{
    width:50%;
    text-align:left;
    color:#fff;
      font-size: 12px;
    line-height: initial;
    padding-left: 10px;
}

.card table tr td:nth-child(2){
    text-align:right;
    font-weight:bold;
        padding-right: 10px;
            padding-left: 0px;
                color: #f1ca4d;
                width:35%;
}


.scrolling-wrapper, .scrolling-wrapper-flexbox {
  width: calc(100% - 20px);
  left: 20px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper::-webkit-scrollbar, .scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

.bbox{
    border: 1px solid #ecc94d;
    width: calc(100% - 85px);
    border-radius: 10px;
    margin: auto;
    display: inline-block;
    padding: 10px;
    font-size:18px;
}

.bboxt{
        width: 50%;
    float: left;
    color: #fff;
    text-align: left;
}

.bboxc{
        width: 50%;
    float: left;
    color: #fff;
    font-weight:bold;
}

.mpan{
    width: calc(100% - 40px);
    margin: auto;
    text-align: left;
}
.mpanhead{
background-color: #067eb1;
    border-radius: 10px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 45px;
    color: #fff;
    z-index: 1;
    position: relative;
    margin-top: 10px;
}
.line{
    position: relative;
    height: 1px;
    width: 70vw;
    background-color: #fff;
    margin: auto;
    top: -25px;
}

.mpancontent{
    
    border-radius: 10px;
    padding: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    top: -10px;
    position: relative;
    z-index: 0;
    color: #fff;
    background-color: rgba(0, 7, 22, 0.5);
}

.mpanhead i {
    right: 20px;
    font-size: 20px;
    position: absolute;
    top: calc(50% - 11px);
}
   .container .signature {
margin: 0 auto;
    cursor: pointer;

          }

          .container .signature canvas {
            margin: 0 auto;
            cursor: pointer;
           
    background-color: rgba(255,255,255,0.2);
            border-radius: 20px;
            height: 100%!important;
            width: 100%!important;
          }

          .container .buttons {
            position: relative;
            margin-bottom: 40px;
          }

          .container .sizes {
            position: absolute;
            bottom: 10px;
            right: 10px;
          }

          .container .sizes input {
            width: 4em;
            text-align: center;
          }

          .result {
            border: 1px solid blue;
            margin: 30px auto 0 auto;
            height: 220px;
            width: 568px;
          }


           .container .buttons button {
                  right: 22px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #f2ce4e;
    border-radius: 14px;
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    top: 13px;
    text-decoration: none;
    background: transparent;
          }

           .mdg svg path{
               stroke:#fff;
           }
           .df md-input-container label{
               color: #FFF!important;
    opacity: 0.5;
           }

                      .df md-input-container input{
               color: #FFF;
           }

                      .hgh{
                         width: calc(100% - 90px);
    margin: auto;
    position: relative;
    left: 40px;
    background: #154c5f;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: inline-block;
        margin-bottom: 20px;
                      }

.hgh label {

        position: absolute;
    padding: 0
}

.hgh input{
        position: relative;
    float: right;
    display: inline-table;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: right;
}

.errorval{
    background-color:#ff4c4c!important;
}