﻿
@import url('https://fonts.googleapis.com/css?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans&display=swap');

* {
    box-sizing: border-box;
}

.pre-head {
    width: 100%;
    background-color: aliceblue;
}

.amtrupee {
    padding-left: 20px;
    background-image: url('/Quick Links/PortalImages/Rupee.png');
    background-repeat: no-repeat;
    background-position: 4px;
    background-size: 1.9%;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin: 0;
    margin-bottom: 0px;
    font-family: 'Caveat', cursive !important;
}

#qrcode img {
    width: 120px !important;
    height: 120px !important;
}


h5 {
    font-size: 26px;
}

body {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 1.2em;
    background-image: url('../newimages/gplay.png');
    font-weight: 100 !important;
}

a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
}

p {
    font-size: 19px;
    color: #75849a;
    line-height: 1.6;
    font-weight: 100;
}

.dropdown-menu {
    background-color: #51d6fd !important;
    border: none !important;
}

    .dropdown-menu a:hover {
        color: #888 !important;
    }

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.ReceiptLogo {
    display: none;
}

form {
    min-height: 80vh;
}

.cmrf-section {
    height: 500px;
    padding: 50px 0;
    display: block;
    background-image: url("../newimages/bondbg.png");
    background-position: right 30% top;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f3f7f9;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.cmrf-section-text h2 {
    font-size: 70px;
    margin-bottom: 35px;
}

    .cmrf-section-text h2 span {
        color: #fd7b1f;
    }

.cmrf-section-text h4 {
    color: #75849a;
    font-size: 22px;
}

.cmrf-section-col a {
    transition: all .8s;
}

    .cmrf-section-col a:hover {
        color: yellow;
    }

.cmrf-section-col {
    margin-top: 50px;
    display: block;
}

.cmrf-section .laptop-image {
    width: 100%;
    max-width: none;
    position: relative;
    left: 80px;
}

.cmrf-section .laptop-image {
    left: 0;
    position: relative;
}

.site-btn {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 50px;
    min-width: 170px;
    text-align: center;
    border: 2px solid #7ad4cc;
    cursor: pointer;
    color: #fff;
}

    .site-btn.sb-gradients {
        padding: 17px 32px;
        border: none;
        color: #fff;
    }

/* About */
.about-section {
    background-color: #fff;
    margin-bottom: 20px;
}

    .about-section h2, .service-section h2, .count-section h2, .contact-us h2 {
        font-size: 48px;
        margin-bottom: 25px;
    }

    .about-section h5 {
        margin-bottom: 20px;
    }

    .about-section p {
        font-size: 18px;
    }

.site-btn.sb-gradients.sbg-line::after {
    position: absolute;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 50px;
}

.site-btn.sb-gradients.sbg-line {
    color: #20509e;
    z-index: 1;
}

.gradient-bg, .site-btn.sb-gradients {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cb60b3+0,c146a1+50,a80077+51,db36a4+100;Pink+Gloss */
    background: #cb60b3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* wave */

/* services */
.spad_2 {
    padding-top: 20px;
    padding-bottom: 0px;
}

.count-section h2 {
    color: #fff !important;
}

.count-section p {
    font-size: 15.7px;
    color: #fff;
    line-height: 1.6;
}


@media print {
    .ReceiptLogo {
        display: block;
        text-align: center !important;
    }
}

@media only screen and (max-width:768px) {
    .login-outer {
        padding: 20px !important;
    }

    .Cont_dtl {
        margin-bottom: 30px;
    }

    h5 {
        font-size: 26px;
        marign: 0 !important;
        padding: 0 !important;
    }

    .Cont_dtl {
        font-size: 18px !important;
        marign: 0 !important;
        padding: 0 !important;
        border-bottom: dotted 1px #ddd;
    }

    .CM_img {
        display: none;
    }

    .cmrf-section-text h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }

        .cmrf-section-text h2 span {
            color: #fd7b1f;
            display: block;
        }

    .mpo-logo {
        display: none;
    }

    .cmrf-section {
        padding-top: 20px;
    }

    .site-btn {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .spad_2 {
        padding-top: 0px !important;
    }

    .about-section {
        text-align: center;
        margin-bottom: 20px;
    }

    .table-4 td {
        width: 100%;
        display: block;
    }

    .left-col-login, .right-col-login {
        display: block;
        width: 100% !important;
        float: none;
    }

    .login-bg {
        height: auto !important;
    }

    .left-col-login h2 {
        display: none;
    }

    .button-signup-hidden {
        display: block !important;
    }

    .hidden {
        display: none;
    }
}
/*sticky header position*/
.logo-container {
    height: 80px;
    background: #fff;
    background-image: url('../newimages/always-grey.png');
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.navbar-light .navbar-brand {
    display: none;
}

.sticky.is-sticky .navbar-brand {
    display: block;
}

.navbar-brand img {
    margin: 0 5px 0 0;
}

nav {
    background: #51d6fd;
}

.nav-item a {
    color: #fff !important;
}

    .nav-item a:hover {
        color: #849BA2 !important;
    }

.form-head {
    margin: 0 0 10px 0;
    padding: 10px;
}

.mpo-logo {
      padding-top: 20px;
    height: 66px;
}
}
/* Login css */

.form-signin h2 {
    padding-bottom: 20px;
    text-align: center;
}

.form-signin .forgot-password {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
}

.icon-contact i {
    text-align: center;
    font-size: 50px;
    margin-bottom: 10px;
    display: block;
}

.contact-us {
    text-align: center;
    color: #333;
    font-weight: 600;
    background-color: #e7f2f5;
}

.contact-us-content {
    padding-top: 30px;
}

.contact-us .widget-title {
    padding-bottom: 20px;
}

.footer-bottom {
    padding: 10px 0;
    text-align: center;
    background-color: #05728f;
    color: #fff;
}
