﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.chkbx {
    outline: 0 !important;
    box-shadow: none !important;
    width: 1em !important;
    height: 1em !important;
}
    .chkbx:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.ddl option {
    font-family: Inter;
}
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*background-image: url("../img/mainbg3.jpg");*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-position: top;*/
    background-color: #030400;
}
header {
    position: sticky;
    top: 0;
    z-index: 10;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: normal;
    padding-top: 2%;
    padding-bottom: 20px;
    background-color:#030400;
    
}

.navbar-site .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.chead {
    top: 0;
    width: 100%;
    white-space: nowrap;
    height: 102px; /* Vertically center the text there */
    background-image: url("../img/header-withoutlogo.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cmitem {
    font-family: 'Karla Bold';
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.3s ease;
}

    .cmitem:hover {
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid orange;
        padding-bottom: 3px;
    }

.cmitemActive {
    color: orange;
    text-decoration: none;
    padding-bottom: 3px;
}

.climg {
    width: 268px;
    padding-top: 25px;
}

.welcome {
    color: #F8DD23;
    font-family: 'Oswald Bold';
    font-weight: normal;
    font-size: 46px;
    padding-top: 10%;
    padding-left: 2%;
}

.wdesc {
    color: #FFFFFF;
    font-family: 'Karla Regular';
    font-weight: normal;
    font-size: 22px;
}

.cdfbtns {
    padding-top: 11%;
}

.cguy {
    padding-top: 7%;
    font-size: 0px;
}

.htxt1 {
    color: #F8DD23;
    font-family: 'Oswald Regular';
    font-weight: normal;
    font-size: 21px;
    padding-top: 5%;
}

.htxt2 {
    color: #FFFFFF;
    font-family: 'Oswald Bold';
    font-weight: normal;
    font-size: 46px;
}

.htxt3 {
    color: #FFFFFF;
    font-family: 'Karla Regular';
    font-weight: normal;
    font-size: 20px;
}

.cdlimg {
    margin-top: 10px;
}

.tycdiv {
    padding-top: 1%;
    font-size: 0px;
}

.tycimg {
    padding-top: 25%;
    padding-bottom: 5%;
}

.checktyc {
    margin-top: -26px;
    margin-left: 5%;
}



/*.cfttitle {
    padding-left: 0px;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}*/




.col1 {
    border-right: 1px solid #A4A3A3;
}

.pgtitle {
    /*color: #FF7A00;
    font-family: 'Oswald Bold';
    font-weight: normal;
    font-size: 32px;
    padding: 20px 15px 15px 15px;
    margin: 0px;*/
    font-size: 38px;
    font-weight: 700;
    font-family: Roboto;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.subtitle {
    /*color: #FFFFFF;
    font-family: 'Oswald Bold';
    font-weight: normal;
    font-size: 24px;
    padding-top: 20px;*/
    font-size: 32px;
    font-weight: 600;
    font-family: Roboto;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.pgcontent {
    /*color: #FFFFFF;
    font-family: 'Karla Regular';
    font-weight: normal;
    font-size: 22px;
    padding: 0px 15px 0px 15px;
    background-color: #030400;*/
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto;
    color: #FFFFFF;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.abtn {
    cursor: pointer;
}

.lmdl {
    /*background-image: url('../img/menubg.png') !important;*/
    background-color: #030400;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    border: 1px solid #454444;
}
.modal-header {
    background-color: #C21028;
}

.cacc {
    color: #ffffff;
    text-align: left;
}

    .cacc:hover {
        color: #ffffff;
        text-decoration: none;
    }

.alert {
    padding: 10px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

.success {
    padding: 10px;
    background-color: #4CAF50; /* Green */
    color: white;
    margin-bottom: 15px;
}
/* The close button */
.closebtn {
    margin-left: 15px;
    color: white !important;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

.lonavigation {
    width: 100%;
    background-color: black;
}

.accnavigation {
    width: 100%;
    text-align: right;
    z-index: 1;
    position: relative;
}

.loimg {
    width: 25px;
    border-radius: 50px;
    float: left;
}

.accimg {
    vertical-align: top;
    padding-top: 3px;
}

.accspan {
    height: 43px;
    display: inline-block;
    background-color: black;
    padding-top: 7px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Karla Bold', sans-serif;
    font-size: 20px;
}

.maccbtn {
    margin-top: -43px !important;
}

.logout {
    font-size: .8em;
    font-family: 'Oswald Regular', sans-serif;
    position: relative;
    right: -18px;
    bottom: -4px;
    overflow: hidden;
    letter-spacing: 3px;
    opacity: 0;
    transition: opacity .45s;
    -webkit-transition: opacity .35s;
}

.lodiv {
    text-decoration: none;
    float: right;
    padding: 0px 35px 5px 10px;
    margin: 10px;
    color: white;
    width: 25px;
    background-color: black;
    transition: width .35s;
    -webkit-transition: width .35s;
    overflow: hidden
}

    .lodiv:hover {
        width: 25px;
        color: white;
    }

        .lodiv:hover .logout {
            opacity: .9;
        }

.lodiv {
    text-decoration: none;
}

.lobutton {
    color: white !important;
}

    .lobutton:hover {
        color: white !important;
    }

.jnButton {
    background-color: #C6262A;
    border-radius: 28px;
    border: 1px solid #D0451B;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: 'Karla Bold', sans-serif;
    font-size: 20px;
    padding: 12px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .jnButton:hover {
        background-color: #DA4948;
    }

    .jnButton:active {
        position: relative;
        top: 1px;
    }

.t20txt {
    color: #000000 !important;
    font-family: 'Karla Bold', sans-serif;
    font-size: 20px;
}

.mdlc {
    background-color: white;
    color: #000000;
}

.wmdl {
    max-width: 800px !important;
}
.mmdl {
    max-width: 700px !important;
}

.bbtn {
    width: 255px;
}

.navpadng {
    padding-top: 30px;
}
.cpseclose {
    margin-top: -2rem;
    margin-right: -2rem;
    background-color: transparent;
    border: 0px;
    outline: 0;
}

    .cpseclose:hover, .cpseclose:active, .cpseclose:focus {
        outline: 0;
    }

.closeimg {
    cursor: pointer;
    max-width: 40px;
    border: 0px;

    margin-top: 0rem;
    margin-right: 0rem;
    background-color: transparent;
    border: 0px;
    outline: 0;
}
    .closeimg:hover, .closeimg:active, .closeimg:focus {
        outline: 0;
    }
.mdllinks {
    font-family: Inter;
    color: #FF7A00;
}

    .mdllinks:hover, .mdllinks:active {
        color: #FF7A00;
    }

.mdlbtnimg {
    max-width: 100%;
    background-color: transparent;
    outline: 0;
}

.mdlbtn {
    outline: 0;
    border: 0px;
    background-color: transparent;
    margin-left: -8px;
    margin-right: -8px;
}

    .mdlbtn:hover, .mdlbtn:active, .mdlbtn:focus {
        outline: 0;
        border: 0px;
        background-color: transparent;
    }

.backlnk {
    color: #ffffff;
}

    .backlnk:hover, .backlnk:active {
        color: #ffffff;
    }

.pgform {
    max-width: 800px;
    padding-top: 15px;
    font-size: 20px;
}

.selectButton {
    background-color: #C6262A;
    border-radius: 10px;
    border: 1px solid #D0451B;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: 'Karla Bold', sans-serif;
    font-size: 18px;
    padding: 5px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .selectButton:hover {
        background-color: #DA4948;
        color: #ffffff !important;
    }

    .selectButton:active {
        position: relative;
        color: #ffffff !important;
        top: 1px;
    }

.pptopdiv {
    width: 488px;
}





.ppbtn {
    background-color: #C6262A;
    border-radius: 20px;
    border: 1px solid #D0451B;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Karla Bold', sans-serif;
    font-size: 18px;
    padding: 5px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .ppbtn:hover {
        background-color: #DA4948;
        color: #ffffff;
    }

.pnbtn {
    margin-left: 48px;
}

.scbtn {
    margin-left: 110px;
}

.ppful {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

    .ppful li:before {
        content: "\2714\0020";
        color: #00D100;
        font-size: 15px;
        font-weight: bold;
    }

    .ppful li {
        color: black;
        font-size: 13px;
        border-top: 1px solid #eaeaea;
        padding: 3px;
    }


.glow {
    box-shadow: 5px 5px 15px -5px #eaeaea;
}

.midrow {
    border-left: 2px solid #FFA500;
    border-right: 2px solid #FFA500;
    border-top: 0px solid #FFA500;
}

.botrow {
    border-left: 2px solid #FFA500;
    border-right: 2px solid #FFA500;
    border-bottom: 2px solid #FFA500;
}

.premium {
    color: #FFA500;
    font-family: 'Oswald Bold';
    font-weight: normal;
    font-size: 32px;
    margin-top: -50px;
}

.basic {
    text-align: center;
    padding-top: 15px;
    color: #FFA500;
    font-family: 'Oswald Bold';
    font-weight: normal;
    font-size: 32px;
}

.free {
    text-align: center;
    padding-bottom: 15px;
    color: black;
    font-family: 'Oswald Bold';
    font-weight: normal;
    font-size: 28px;
}

.pricedv {
    text-align: center;
    padding-bottom: 23px;
    color: black;
    font-family: 'Oswald Bold';
    font-weight: normal;
    font-size: 28px;
    line-height: 1.1;
}

.itvl {
    font-family: 'Oswald Regular';
    font-size: 20px;
}

.orsp {
    font-family: 'Oswald Regular';
    font-size: 15px;
    margin-top: 8px;
    position: absolute;
}

.pdgadj {
    padding-top: 18px;
}

.lconly {
    text-transform: lowercase;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.tbldiv {
    background-color: white;
    color: black;
    padding: 20px;
    font-size: 18px;
}
/*Text positioning with image start*/

/* Container holding the image and the text */
.img-container {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom left text */
.txt-bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.txt-top-left {
    position: absolute;
    top: 6%;
    left: 3%;
}

/* Top right text */
.txt-top-right {
    position: absolute;
    top: 6%;
    right: 3%;
}

/* Bottom right text */
.txt-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.txt-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Text positioning with image end*/

/*ADDED BY PREM START*/
.lgScreen {
    display: inline;
}

.smScreen {
    display: none;
}
.redRibbon {
    height: 40px;
    background: #C21028;
}

.menuContainer {
    background: #0F0D11;
}

.mentItem {
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}


.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
    padding-right:20px;
}

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #ff7900;
    }

.mica {
    cursor: pointer;
    color: #FFFFFF;
    padding-right: .5rem !important;
}
.mipipe {
    padding-top: 5px;
}
.misign {
    cursor: pointer;
    padding-right: .5rem !important;
    color: #FFFFFF;
}
.almis {
    align-items: center;
}
.footlogo{
    max-height:100px;
    padding-bottom:20px;
}
.blBtn {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #203b7e !important;
    border-color: #306cbc !important;
    color: #FFFFFF;
}

    .blBtn:hover {
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        background-color: #2c53b5 !important;
        border-color: #306cbc !important;
        color: #FFFFFF;
    }

    .blBtn:active {
        outline: none;
        border: none;
    }

    .blBtn:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }
/*ADDED BY PREM END*/
@media (min-width: 1751px) {
    .cdfbtns {
        padding-top: 31%;
    }
}

@media (min-width: 1501px) and (max-width: 1750px) {
    .cdfbtns {
        padding-top: 22%;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .navbar-dark .navbar-nav .nav-link {
        padding-right: 15px;
    }
    .chead {
        height: 100px;
    }

    .maccbtn {
        margin-top: -15px !important;
    }

    .climg {
        width: 201px;
        padding-top: 12px;
    }

    .cmitem {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 17px;
    }

    .navpadng {
        padding-top: 12px;
    }

    .cdfbtns {
        padding-top: 3%;
    }

    .bbtn {
        width: 225px;
    }

    /*.cfttitle {
        font-size: 14px;
    }*/

    /*.cftitems {
        font-size: 14px;
    }*/

    /*.cftel1 {
        font-size: 14px;
    }*/
}
@media (min-width: 992px) and (max-width: 1100px) {
    .mentItem{
        font-size:13px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding-right: 12px;
    }
}
    @media (min-width: 768px) and (max-width: 991px) {
        .almis {
            align-items: end;
        }
        .navbar-dark .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }
        
        .chead {
            height: 80px;
        }

        .accimg {
            width: 18px;
            padding-top: 2px;
        }

        .accspan {
            height: 35px;
            padding-top: 5px;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 18px;
        }

        .maccbtn {
            margin-top: -28px !important;
        }

        .climg {
            width: 150px;
            padding-top: 24px;
        }

        .cmitem {
            padding-left: 6px;
            padding-right: 6px;
            font-size: 13px;
        }

        .navpadng {
            padding-top: 24px;
        }

        .welcome {
            font-size: 36px;
            padding-top: 5%;
            padding-left: 0.5%;
        }

        .wdesc {
            font-size: 18px;
        }

        .cdfbtns {
            padding-top: 8%;
        }

        .bbtn {
            width: 200px;
        }

        .htxt1 {
            font-size: 16px;
            padding-top: 5%;
        }

        .htxt2 {
            font-size: 32px;
        }

        .htxt3 {
            font-size: 16px;
        }

        /*.cfttitle {
        font-size: 14px;
    }*/

        /*.cftitems {
        font-size: 14px;
    }*/

        /*.cftel1 {
        font-size: 14px;
    }*/

        .pgtitle {
            font-size: 32px;
        }

        .subtitle {
            font-size: 24px;
        }
    }

    @media (max-width: 767px) {
        .footlogo {
            max-height: 80px;
        }
        .almis {
            align-items: end;
        }
        .navbar-dark .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }
        .pdgadj {
            padding-top: 21px;
        }

        .premium {
            font-size: 26px;
            margin-top: -40px;
        }

        .basic {
            padding-top: 10px;
            font-size: 26px;
        }

        .free {
            padding-bottom: 15px;
            font-size: 24px;
        }

        .pricedv {
            text-align: center;
            padding-bottom: 23px;
            color: black;
            font-family: 'Oswald Bold';
            font-weight: normal;
            font-size: 24px;
            line-height: 1.1;
        }

        .itvl {
            font-family: 'Oswald Regular';
            font-size: 18px;
        }

        .orsp {
            font-family: 'Oswald Regular';
            font-size: 13px;
            margin-top: 8px;
            position: absolute;
        }

        .ppful li:before {
            content: "\2714\0020";
            color: #00D100;
            font-size: 13px;
            font-weight: bold;
        }

        .ppful li {
            color: black;
            font-size: 11px;
            border-top: 1px solid #eaeaea;
            padding: 3px;
        }

        .pptopdiv {
            width: 365px;
        }

        .ppbtn {
            background-color: #C6262A;
            border-radius: 20px;
            border: 1px solid #D0451B;
            display: inline-block;
            cursor: pointer;
            color: #ffffff;
            font-family: 'Karla Bold', sans-serif;
            font-size: 13px;
            padding: 5px 20px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #2f6627;
        }

        .pnbtn {
            margin-left: 30px;
        }

        .scbtn {
            margin-left: 65px;
        }

        .pgform {
            font-size: 16px;
        }

        .selectButton {
            font-size: 16px;
            padding: 4px 15px;
        }

        .accimg {
            width: 17px;
        }

        .accspan {
            height: 30px;
            padding-top: 3px;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 16px;
        }

        .maccbtn {
            margin-top: -28px !important;
        }

        .chead {
            height: 75px;
        }

        .climg {
            width: 201px;
            padding-top: 12px;
        }

        .collapse-site {
            margin-top: -18px;
            background-image: url('../img/menubg.png') !important;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            /*background-color: #150E28;*/
            z-index: 10;
        }

        .cmitem {
            line-height: 40px;
            font-size: 16px;
        }

        .welcome {
            font-size: 29px;
            padding-top: 5%;
            padding-left: 0.5%;
        }

        .wdesc {
            font-size: 14px;
        }

        .cdfbtns {
            padding-top: 10%;
        }

        .bbtn {
            width: 125px;
        }

        .htxt1 {
            font-size: 14px;
        }

        .htxt2 {
            font-size: 24px;
        }

        .htxt3 {
            font-size: 12px;
        }

        .cdlimg {
            width: 150px;
        }

        .checktyc {
            width: 150px;
            margin-top: -16px;
        }

        .col1 {
            border-right: 0px solid #A4A3A3;
        }

        /*.cfttitle {
        font-size: 14px;
    }*/

        /*.cftitems {
        font-size: 14px;
    }*/

        /*.cftel1 {
        font-size: 14px;
        padding-bottom: 10px;
    }*/

        .pgtitle {
            font-size: 28px;
        }

        .subtitle {
            font-size: 20px;
        }

        .pgcontent {
            font-size: 16px;
        }

        .jnButton {
            background-color: #C6262A;
            border-radius: 28px;
            border: 1px solid #D0451B;
            display: inline-block;
            cursor: pointer;
            color: #ffffff !important;
            font-family: 'Karla Bold', sans-serif;
            font-size: 16px;
            padding: 8px 16px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #2f6627;
        }

        .t20txt {
            color: #000000 !important;
            font-size: 16px;
        }

        .lgScreen {
            display: none;
        }

        .smScreen {
            display: inline;
        }
    }

    @media (min-width: 501px) and (max-width: 610px) {
        .cpseclose {
            margin-top: -1.5rem;
        }

        .closeimg {
            max-width: 30px;
        }

        .cdfbtns {
            padding-top: 8%;
        }

        .cgimg {
            width: 200px;
            padding-top: 0px;
        }

        .tycimg {
            padding-top: 5%;
            width: 200px;
        }
    }

    @media (max-width: 500px) {
        .cpseclose {
            margin-top: -1.5rem;
        }

        .closeimg {
            max-width: 30px;
        }

        .cdfbtns {
            padding-top: 5%;
        }

        .bbtn {
            width: 120px;
        }

        .cgimg {
            width: 200px;
            padding-top: 0px;
        }

        .tycimg {
            padding-top: 5%;
            width: 200px;
        }

        .dwline {
            padding-top: 20px;
        }
    }
