*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/* Fonts started here */
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Fonts ended here */

html{
	font-family: 'Century Gothic';
	font-size: 10px;
	font-weight: normal;
	color: #42424d;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: bold;
    color: #27292e;
}

body{
    font-size: 1.6rem;
}

/* Extra style */
a{
    color: #58b4f7;
}
a:hover{
    color: #51abed;
}
a,button,input[type="submit"]{
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	cursor: pointer;
}

input:focus, input:hover, input:active, .form-control:focus, textarea:focus, .form-select:focus{
    outline: none;
    box-shadow: none;
}

ul,li{
    list-style: none;
    margin:  0;
    padding: 0;
}

.button {
    border: none;
    border-radius: 3px;
    padding: 1.3rem 10rem 1.8rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 1rem;
}

.button:focus{
    outline: none;
}

.button.button-sm{
    padding: 1.3rem;
}

.button.button-md{
    padding: 1.3rem 5rem 1.8rem;
}

.button:hover{
    transform: scale(0.97);
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
}

.button-darkblue{
    background-color: #58b4f7;
    color: #fff;
}

.button-grey{
    background-color: #7c7ea3;
    color: #fff;
}

.button-green {
    background-color: #6ad65e;
    color: #fff;
}

.button-red {
    background-color: #ee504f;
    color: #fff;
}

.button-blue {
    background-color: #c8cef0;
    color: #fff;
}

.btn-blue {
    background-color: #58b4f7;
	color: #ffffff;
}

.btn-green {
    background-color: #6ad65e;
	color: #ffffff;
}

.button:disabled {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.50;
    pointer-events: none;
}

.font-30{
    font-size: 3rem;
}

/* Header */
.header .brand-wrapper {
    max-width: 34rem;
}

.header .brand-wrapper img {
    width: 100%;
    filter: drop-shadow(0px 4px 2px #fff);
}

.header {
    box-shadow: 0 3px 8px -4px rgba(0,166,225,0.2);
    background-color: #fff;
    position: relative;
}

.header .brand-wrapper a {
    z-index: 1;
    position: relative;
    display: inline-block;
    top: 14px;
}

.header .logo-bg {
    position: absolute;
    max-width: 20rem;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
}


/* Body Section */
main.main {
    margin: 9rem 0;
}


/* Signautre Section  */
.signature-request .signature-user-image .image-wrapper {
    border: 2px solid #fff;
    width: 15.4rem;
    box-shadow: 0 3px 8px 0 rgba(0,166,255,0.08);
    margin-bottom: 2.4rem;
    margin-left: auto;
    margin-right: auto;
}

.signature-request .signature-user-image .image-wrapper img {
    width: 100%;
}


/* Signautre box  */
.signature-box-wrapper {
    max-width: 80.5rem;
    margin: 8rem auto 0;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 8px 0 rgba(0,166,255,0.08);
}

.signature-box-wrapper .signature-box-heading {
    width: 30%;
    background-color: #58b4f7;
    border-radius: 10px 0 0 10px;
}

.signature-box-wrapper .signature-box-content {
    width: 70%;
    border: 1px solid #dcdef5;
    border-left: 0;
    border-radius: 0 10px 10px 0;
}

.signature-box-wrapper ul li {
    padding: 2.3rem 3rem;
    font-weight: bold;
}

.signature-box-wrapper .signature-box-heading li {
    color: #fff;
}

.signature-box-wrapper .signature-box-content li {
    border-bottom: 1px solid #dcdef5;
}

.signature-box-wrapper .signature-box-content li:last-child {
    border: none;
}

/* Action button style */
.signature-request .button-action-wrapper {
    max-width: 80.5rem;
    margin: 5rem auto 0;
    position: relative;
}

.signature-request .button-action-wrapper:after, 
.signature-request .button-action-wrapper:before {
    content: '';
    width: 30%;
    height: 1px;
    position: absolute;
    top: 2.5rem;
    z-index: -1;
}

.signature-request .button-action-wrapper:before {
    left: 0;
    background-image: linear-gradient( to right, #fff 0%, #d1d5f2 46%, #d1d5f2 100% );
}

.signature-request .button-action-wrapper:after {
    right: 0;
    background-image: linear-gradient( to right, #d1d5f2 0%, #D1D5F1 46%, #fff 100% );
}


/* Setp Navigation */
.step-navigation {
    margin-bottom: 10rem;
}

.step-navigation ul li {
    text-align: center;
    position: relative;
    padding: 0 5rem;
    width: 100%;
}

.step-navigation ul li:last-child:after{
    display: none;
}

.step-navigation ul li:after {
    content: '';
    height: 1px;
    width: 10rem;
    position: absolute;
    top: 2rem;
    left: calc(100% - 5rem);
    background: -moz-linear-gradient(left,  hsla(0,0%,100%,0) 0%, hsla(233,38%,84%,1) 50%, hsla(0,0%,100%,0) 100%);
    background: -webkit-linear-gradient(left,  hsla(0,0%,100%,0) 0%,hsla(233,38%,84%,1) 50%,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(to right,  hsla(0,0%,100%,0) 0%,hsla(233,38%,84%,1) 50%,hsla(0,0%,100%,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.step-navigation ul li .couter-box {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 0.4rem;
    background-color: #c8cef0;
    line-height: 3.6rem;
    margin: 0 auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.step-navigation ul li .couter-box span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    color: #fff;
    font-weight: 700;
    display: inherit;
}

.step-navigation ul li h6 {
    margin-top: 3rem;
    font-size: 1.6rem;
    color: #7c7ea3;
}

.step-navigation ul li.active .couter-box {
    background-color: #58b4f7;
}

.step-navigation ul li.active h6 {
    color: #58b4f7;
}


/* Step 1*/
.step-heading-wrapper {
    padding-left: 6rem;
    position: relative;
    min-height: 4rem;
    margin-bottom: 6rem;
}

.step-heading-wrapper .heading-counter {
    background-color: #58b4f7;
    position: absolute;
    padding: 0.8rem 1.5rem;
    color: #fff;
    border-radius: 1rem;
    left: 0;
    font-weight: 700;
}

.step-heading-wrapper h3 {
    font-size: 3rem;
    padding-left: 8px;
    margin-bottom: 1rem;
}

.step-heading-wrapper p {
    font-weight: 600;
    margin: 0;
}

.steps-form-wrapper .checkbox-wrapper input {
    position: absolute;
    left: 0;
    top: 3px;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    opacity: 0;
}

.steps-form-wrapper .checkbox-wrapper {
    padding-left: 3rem;
    position: relative;
}

.steps-form-wrapper .checkbox-wrapper label:before {
    content: '';
    width: 2rem;
    height: 2rem;
    display: block;
    font-family: "Font Awesome 5 Pro";
    line-height: 100%;
    font-size: 1.5rem;
    padding: 0.2rem;
    border: 1px solid #c5c8e5;
    color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: -1;
}

.steps-form-wrapper .checkbox-wrapper input:checked + label:before{
    content: "\f00c";
    border-color: #58b4f7;
    background-color: #58b4f7;
}

.steps-form-wrapper .checkbox-wrapper label {
    font-size: 1.8rem;
    font-weight: 400;
}

.steps-form-wrapper .checkbox-wrapper label a {
    color: #58b4f7;
    font-weight: 500;
}

.steps-form-wrapper .field-row {
    margin-bottom: 2.5rem;
}

.popup-area.warning{
    padding-bottom: 5rem;
}

.popup-area.warning .popup-wrapper p {
    font-size: 1.8rem;
    font-weight: 400;
    margin-right: 2rem;
    margin-bottom: 0;
}

.popup-area.warning .popup-wrapper .button{
    margin-bottom: 0;
}

.popup-area.warning .popup-wrapper:before {
    content: '';
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: -1rem;
    width: 2rem;
    background: #ee504f;
}

.popup-area.warning .popup-wrapper {
    position: relative;
    padding-left: 5rem;
    max-width: 60rem;
}

/* Popup style */
.popup-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    background: rgba(240, 242, 255, 0.84);
    z-index: 9;
}

.popup-wrapper {
    max-width: 100rem;
    background-color: #fff;
    width: 80%;
    padding: 2rem;
    box-shadow: 2px 2px 2px 0 rgba(0,166,225,0.08);
}


/* Step 2 */
.document-wrapper {
    width: 80%;
    max-width: 89rem;
    margin: 0 auto 3rem;
    height: 120rem;
    background-color: #e6ebfa;
    border: 1px solid #e6e8f2;
    border-radius: 0.6rem;
    position: relative;
}

.document-wrapper input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.document-holder {
    height: 100%;
    padding: 2rem;
}

.document-holder .placeholder h2 {
    font-size: 6rem;
    color: #a4b2d6;
}

.document-holder .placeholder span {
    font-size: 2.4rem;
    color: #a4b2d6;
    letter-spacing: 0.8rem;
}

.document-holder .placeholder {
    text-align: center;
    background-image: url('../images/document-placeholder.png');
    background-size: contain;
    background-position: center;
}

.document-holder #document,
.document-holder #document.show + .placeholder {
    display: none;
}

.document-holder #document.show {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.document-upload .field-row {
    margin-bottom: 5rem;
}

.Section1 p, .Section1 h2, .Section1 h1, .Section1 p span, .Section1 p span font {
     float: left;
     width: 100%;
}

/* Step 3 */
.input-wrapper input {
    width: 100%;
    height: 5rem;
    background-color: #ebf0ff;
    border: 1px solid #c8d7fa;
    border-radius: 0.4rem;
    padding: 1rem;
}

.input-wrapper input:focus {
    background: #fff;
}

/* Step 4 */
.scan-sign-wrapper {
    background: #ebf0ff;
    border: 1px solid #c8d7fa;
    padding: 5rem;
    border-radius: 0.6rem;
}

.scan-sign-wrapper .draw-sign {
    width: 70%;
    background: #fff;
    padding: 5rem;
    border: inherit;
    border-radius: inherit;
    margin-right: 2.5rem;
    text-align: center;
}

.scan-sign-wrapper .draw-sign p {
    margin: 0;
    color: #7c7ea3;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.scan-sign-wrapper .draw-sign .sign-area {
    height: 95%;
}

.scan-bar {
    background: #2f94ea;
    width: 30%;
    padding: 4rem;
    border-radius: inherit;
    border: inherit;
}

.scan-bar img {
    margin: 0 auto;
    display: table;
}

.scan-bar p {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}


/* Exceed limit */
.exceeded-connection-time,
.signed-successfully {
    text-align: center;
    border: 1px solid #c8d7fa;
    border-radius: 0.6rem;
    box-shadow: 0 6px 18px 0 rgba(30,48,138, 0.08);
    padding: 6rem 14rem;
}

.exceeded-connection-time img,
.signed-successfully img {
    max-width: 8rem;
}

.exceeded-connection-time h3,
.signed-successfully h3 {
    font-size: 3rem;
    color: #ee504f;
    margin: 3rem 0 1.5rem;
}
 
.exceeded-connection-time h6,
.signed-successfully h6 {
    font-size: 1.8rem;
    color: #7c7ea3;
    font-weight: 600;
}

.exceeded-connection-time .button,
.signed-successfully .button-darkblue {
    margin-top: 3rem;
}

.signed-successfully h3 {
    color: #6ad65e;
}

.signed-successfully .button-darkblue {
    padding: 1.5rem;
    border-radius: 0.4rem;
    display: inline-block;
    margin-bottom: 4rem;
    word-break: break-word;
}

.signed-successfully .button-darkblue span {
    border: 1px dashed #fff;
    font-weight: 700;
    font-size: 2.6rem;
    padding: 1rem 2.5rem;
    display: inherit;
    border-radius: inherit;
}

.signed-successfully a {
    font-weight: 600;
    font-size: 1.8rem;
}

/*.scroll-sect{
    width: 14px;
    height: 110px;
    filter: drop-shadow(2px 3.464px 7px rgba(30,48,138,0.14));
    background-color: #fff;
    position: absolute;
    right: 55px;
}*/

.d-flex{
    display: flex;
}

.field {
    display: flex;
    flex-flow: column-reverse;
}
.signed-successfully .button-darkblue span font {
    word-break: break-all;
}