﻿body, html {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-size: 12px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.header {
    width: calc(100vw - 30px);
    margin: 0px auto;
    height: 80px;
    border-bottom: solid 1px #efefef;
}

    .header .content {
        max-width: 1000px;
        width: 90vw;
        margin: 0 auto;
    }



.base-container {
    width: calc(100vw - 50px);
    margin: 0px auto;
}

    .base-container .content {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }





.footer {
    width: calc(100vw - 30px);
    height: 80px;
    display: block;
    clear: both;
}

    .footer .content {
        max-width: 1000px;
        width: 85vw;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
    }

        .footer .content .container {
            max-width: 1000px;
        }

    .footer ul.social-icons {
        text-align: center;
        padding-left: 0px;
    }

        .footer ul.social-icons li {
            list-style: none;
            width: auto;
            display: inline-block;
        }

            .footer ul.social-icons li a {
                color: #00335c !important;
                text-decoration: none;
                color: #ededed;
            }

    .footer ul.social-links {
        text-align: center;
        padding-left: 0px;
    }

        .footer ul.social-links li {
            display: inline-block;
            padding: 2px 5px;
        }

            .footer ul.social-links li a {
                text-decoration: none;
                color: #00456b;
                font-size: 16px;
                font-weight: 400;
            }

    .footer .social-links li:first-child {
        border: medium none;
        padding-left: 0;
    }

    .footer .social-links li {
        border-left: 1px solid #636363;
    }




.call {
    display: inline-block;
    float: right !important;
    right: 0px;
    text-align: right;
    color: #ee8d40;
    padding: 13px 0px;
    font-size: 24px;
    font-weight: 700;
}

.logo {
    background: url(../images/logo.png) left no-repeat;
    height: 82px;
    width: 250px;
    display: inline-block;
    background-size: 100%;
}
.logoWebsite {
    padding-top: 16px;
    height: 82px;
    width: 250px;
    display: inline-block;
    background-size: 100%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    color: #666;
}


/*Common properties*/

.margin-all {
    margin: 20px;
}

.margin-left {
    margin-left: 20px;
}

.margin-right {
    margin-right: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}


.padding-all {
    padding: 20px;
}

.padding-left {
    padding-left: 20px;
}

.padding-right {
    padding-right: 20px;
}

.padding-top {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

h2 {
    font-size: 32px;
    color: #00456a;
    font-weight: 400;
    margin: 10px 0px;
}

h3 {
    font-size: 24px;
    color: #666;
    font-weight: 400;
}


.field {
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
}

    .field input[type='text'], .field input[type='number'] {
        width: 195px;
        padding: 10px;
        font-size: 14px;
        border: solid 1px #a9a9a9;
    }

    .field .input select {
        width: 90%;
        padding: 10px;
        font-size: 16px;
        border: solid 1px #a9a9a9;
        height: 44px;
    }

.button {
    background: #FFA200;
    width: auto;
    padding: 15px 20px;
    color: #000;
    box-shadow: 0px 4px 8px 0px #C1BCBF;
    display: inline;
    border-radius: 10px;
    font-size: 18px;
    border: 0px;
}

.button1 {
    background: #FFA200;
    width: auto;
    padding: 15px 20px;
    color: #000;
    box-shadow: 0px 4px 8px 0px #C1BCBF;
    display: inline;
    border-radius: 10px;
    font-size: 18px;
}

.accountdetails {
    padding: 10px 0px;
}

    .accountdetails .field {
        margin-bottom: 40px;
        font-size: 18px;
        clear: both;
        margin-left: 20px;
    }

        .accountdetails .field .label {
            width: 30%;
            padding: 0px;
            font-size: 16px;
            line-height: 40px;
            padding-left: 20px;
            color: #666;
            font-weight: 400;
            text-align: left;
        }

        .accountdetails .field .input {
            width: 40%;
            padding: 0px;
            line-height: 40px;
            font-size: 16px;
        }

        .accountdetails .field .label, .accountdetails .field .input {
            float: left;
        }

.payment {
    padding: 10px 0px;
    color: #666;
}

    .payment .field {
        margin-bottom: 20px;
        font-size: 18px;
        color: #666;
    }

    .payment .label {
        width: 94%;
        padding: 0px 10px;
        margin: 0 6%;
        font-size: 16px;
        color: #666;
        font-weight: 400;
    }

    .payment .field .input {
        width: 95%;
        padding: 5px 10px;
        font-size: 16px;
        margin: 0 3%;
    }

    .payment .col-12 .field .label {
        width: 95%;
        padding: 5px 10px;
        font-size: 16px;
        margin: 0 3%;
    }

    .payment .col-6 .field .input {
        width: 80%;
        padding: 5px 10px;
        font-size: 16px;
        margin: 0 0% 0% 6%;
    }

    .payment .field .input input[type='text'], .field input[type='number'] {
        width: 90%;
        border: solid 1px #a9a9a9;
    }

.conf-by {
    clear: both;
    margin-left: 5%;
    font-size: 16px;
}

.txt-s {
    font-size: 12px;
}

.txt-m {
    font-size: 18px;
}

.txt-l {
    font-size: 28px;
}

.txt-xl {
    font-size: 30px;
}

.clear {
    clear: both;
}

.title {
    width: 90%;
    padding: 10px;
    background: #efefef;
    color: #00456b;
    font-size: 18PX;
    margin: 0 3%;
}


/* Grid System*/

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    display: inline-block;
}

table {
    margin: 40px 0px;
    width: 500px;
}

    table tr td {
        padding: 7px;
        width: 45%;
        font-size: 14px;
        border-top: solid 1px #ccc;
    }


    table tr:nth-child(odd) {
        background: #f7f7f7;
    }

    table tr:hover {
        background: silver;
        cursor: pointer;
    }

button.secondary {
    background: #00456b;
    color: #fff;
    text-transform: uppercase;
    border: none 0px #fff;
    padding: 5px 10px;
    font-size: 14px;
}



/**************** Media Query ****************/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 94vw;
        display: block;
    }

    .payment .col-6 .field .input {
        width: 95%;
        padding: 5px 10px;
        font-size: 16px;
        margin: 0 0% 0% 3%;
    }

    .payment .label {
        width: 94%;
        padding: 0px 10px;
        margin: 0 3%;
    }


    .accountdetails .field .label {
        width: 40%;
    }
}




@media screen and (max-width:1366px) {
}


@media screen and (max-width:1280px) {
}


@media screen and (max-width:1200px) {
}


@media screen and (max-width:1024px) {
}


@media screen and (max-width:1023px) {
}


@media screen and (max-width:800px) {
}

@media screen and (max-width:768px) {
    .header {
        width: 90vw;
    }

    .logo {
        width: 48%;
        font-size: 140%;
    }

    .call {
        padding-right: 3%;
        width: 30%;
        font-size: 92%;
    }

    .accountdetails .field .input, .accountdetails .field .label {
        padding-left: 1%;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 0 10px 1%;
    }

    .accountdetails .field .input {
        width: 55%;
        color: #000;
    }
    .logo1 {
        width: 48% !important;
        font-size: 140%;
    }
}


@media screen and (max-width:767px) {
}


@media screen and (max-width:480px) and (min-width:640px) {
    .base-container {
        width: calc(100vw - 10px);
    }
}

@media screen and (max-width:480px) {
    .base-container {
        width: calc(100vw - 10px);
    }
}

@media screen and (max-width:375px) {
    .base-container {
        width: calc(100vw - 10px);
    }


    .accountdetails .field .label {
        width: 45%;
    }


    .logo {
        background-size: 95%;
    }

    .call {
        font-size: 80%;
        padding: 22px 0px;
    }


    table {
        width: 100%;
    }

    h2 {
        font-size: 20px;
    }
    .logo1 {
        background-size: 95%;
    }
}




.iframepayment {
    height: 880px;
}


@media only screen and (max-width: 767px) and (min-width: 320px) {
    .iframepayment {
        height: 1390px;
    }
}

#loading_message {
    display:;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    overflow: none;
    /*margin: auto;*/
    /*margin-left:20%;
margin-top:20%;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('../images/loading-image.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.8;
}

.popup-hdr {
    font-size: 18Px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.btnConfirm {
    background: #36a629;
    width: auto;
    color: #fff;
    box-shadow: 0px 0px 0px 0px #C1BCBF;
    display: inline;
    border-radius: 0px;
    font-size: 18px;
    padding: 6px;
}

.fma-text-box {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 4px;
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    background: none;
    color: black;
}

#wrapper {
    text-align: center;
}
#header {
    text-align: center;
}

.accountdetails .field .label {
    width: 48%;
    text-align: right;
    padding: 0% 1%;
}

.accountdetails .field .input {
    width: 48%;
    text-align: left;
    padding: 0% 1%;
    font-weight: 500;
}

.accountdetails .field {
    margin-bottom: 0px;
    font-size: 18px;
    clear: both;
    margin-left: 20px;
    height: 40px;
}

@media only screen and (max-width: 700px) and (min-width: 220px) {
    .accountdetails .field .label {
        width: 140px;
        text-align: left;
    }

    .accountdetails .field .input {
        width: 50%;
    }
    .accountdetails .fieldonetwo .field.one .label{
    width: auto;
    }
     .accountdetails .field.one .label{
width: 145px;
    }
     .accountdetails .field.two .label{
width: 145px;
    }
     .accountdetails .field.one .input {
        width: auto;
    }
}
@media only screen and (max-width: 350px) and (min-width: 220px) {
    .accountdetails .field .label {
        font-size: 13px;
        width: 100px;
        margin: 0px;
        padding: 0px;
    }
    .accountdetails .field.one .label{
        width:auto;
    }
    .accountdetails .field.two .label{
        width:auto;
    }
    .accountdetails .field .input {
        margin: 0px;
        font-size: 12px;
    }
    .accountdetails .field {
        margin-left: 8px;
    }
     .accountdetails .field.two .input {
        width: auto;
    }
}


/*img.orange_tool {
    margin: 14px 5px;
}*/

.fa-info-circle {
    color: #f58220;
}

/*.accountdetails .field .label .orange_tool:hover {
    background-color: orange !important;
    border-radius: 6px;
    color: white !important;
}*/

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 210px;
        background-color: #cccccc;
        color: #222;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        bottom: 122%;
        left: 50%;
        margin-left: -100px;
        z-index: 1030;
        font-size: 13px;
        line-height: 1.4;
        filter: alpha(opacity=0);
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
.logo1 {
    height: 82px;
    width: 250px;
    display: inline-block;
    background-size: 100%;
}


.quickpay-footer{
    background-color:#f2f2f2; 
    clear:both; 
    margin-top:32px;
}
    .quickpay-footer .footer {
        height: inherit;
        width: inherit;
        padding: 24px;
    }
    .quickpay-footer .social-icons{
        margin:0 0 24px 0;
    }
    .quickpay-footer .social-links {
        margin: 0 0 16px 0;
    }
        .quickpay-footer .footer ul.social-links li a {
            text-decoration: underline;
            font-size: 16px; 
            font-weight: 600;
            line-height: 20px; 
        }
    .quickpay-footer .footer ul.social-links li{
        border-left:1px solid #bbbbbb;
    }
    .quickpay-footer .footer ul.social-links li:first-child {
        border-left: none;
    }
    .quickpay-footer .footer #copyRight {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color:#333333;
    }