﻿body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

.form-group {
    margin: 0 0 10px;
}

.hidden{
    display: none;
}

.margin20 {
    padding-top: 32px;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
}

a, a:visited, a:focus, a:active {
    color: #000;
}

    a:hover {
        color: #292929;
        text-decoration: none;
    }

.font18 {
    font-size: 18px;
}

.pmrgn0 {
    margin: 0 !important;
}

.liner {
    background: #488bbf;
    height: 15px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}


.text-align-r {
    text-align: right;
}

.sucmsg {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin: 15px 0;
    color: #019701;
}


.loading {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #fff;
    text-align: center;
}

.bgclr {
    height: 100%;
    width: 100%;
    opacity: 1.5;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #eaeaeab0;
    z-index: 9999;
}

.preloader-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .preloader-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #488bbf;
        border-radius: 50%;
        animation: preloader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #488bbf transparent transparent transparent;
    }

        .preloader-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .preloader-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .preloader-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes preloader-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*------------------
    Spacer
*--------------------*/
.spacer5 {
    padding-top: 1px;
}

.spacer10 {
    padding-top: 10px;
}

.spacer15 {
    padding-top: 15px;
}

.spacer20 {
    padding-top: 20px;
}

.spacer50 {
    padding-top: 50px;
}

/*--------------------
    Top Header
---------------------*/

.topheader {
    background: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #488bbf;
}

.toplnk {
    text-align: right;
    padding-top: 40px;
}

    .toplnk div {
        display: inline-block;
        padding: 0 10px;
    }

    .toplnk a {
        background: #488bbf;
        color: #fff;
        padding: 2px 12px;
        font-weight: 600;
        border: 2px solid #488bbf;
    }

        .toplnk a:hover {
            background: #fff;
            color: #488bbf;
            border: 2px solid #488bbf;
        }

.logo-center-block {
    max-width: 400px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/*---------------
    Main Pricing Div
*/
.main {
    margin: 2pc 0;
}

.mheader {
    font-size: 30px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0;
    line-height: 37px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}

    .mheader::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 130px;
        background-color: #488bbf;
        left: calc(50% - 65px);
    }

    .mheader::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        height: 8px;
        width: 8px;
        background-color: #488bbf;
        left: calc(50% - 4px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.priceplanbox {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: none;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #ececec;
	padding-bottom: 0;
	margin: 0;
}

    .priceplanbox:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

.planheaderbox {
	background: #488bbf;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
	position: relative;
	border: 1px solid #488bbf;
	min-height: 130px;
}

    .planheaderbox:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .planheaderbox::before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #488bbf;
        border-width: 15px;
        margin-left: -15px;
    }

.pheader {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0;
	margin-bottom: 0;
	display: block;
	border-bottom: 0;
	padding: 0;
	line-height: 1;
}

.pheader.pheader1 {
	margin-top: 37px;
	font-size: 28px;
}

.pprice {
	font-size: 22px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 1;
	margin: 10px 0 0px;
}

.pricedetails {
	padding: 1pc 0 0;
	text-align: center;
	min-height: auto;
}

    .pricedetails ul {
        list-style:none;
        padding: 0 0 0 0px;
    }

        .pricedetails ul li {
            font-weight: 400;
            font-size: 14px;
            color: #282828;
            margin: 0 0;
            letter-spacing: 0;
            padding: 10px 5px;
            border-bottom: 1px solid #ececec;
            line-height: 1.5;
        }

            .pricedetails ul li:last-child {
                border-bottom: 0;
                padding-bottom: 6px;
            }

.pricedetails1 {
	text-align: center;
	padding: 5px;
	border: 1px solid #eee;
	border-bottom: 0;
	border-top: 0;
}

    .pricedetails1 p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
    }

    .pricedetails1 hr {
        width: 70%;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .pricedetails1 img {
        max-width: 20px;
    }

.isin {
    line-height: 0;
	font-size: 22px;
    color: #488bbf;
}

.isnotin {
	line-height: 0;
	font-size: 22px;
	color: #bf0404;
}

.divbtn {
    border-top: 1px solid #eee;
}

.plus {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    line-height: 16px;
    margin-top: 19px;
    letter-spacing: 0;
    text-align: center;
}

.pricebtn p {
    margin: 0;
}

.orderbtn-top, .orderbtn-top:hover {
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	border: 1px solid #fff;
	padding: 3px 14px;
	border-radius: 0;
	display: inline-block;
	margin: 0px 0 0px;
	color: #488bbf !important;
}

.orderbtn {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	/* color: #333; */
	border: 1px solid #488bbf;
	padding: 5px 21px;
	border-radius: 0;
	display: inline-block;
	background: #488bbf;
	color: #fff !important;
	margin: 0;
}

    .orderbtn:hover {
        color: #fff;
        background-color: #488bbf;
    }

.emaildiv {
    text-align: center;
    font-size: 16px;
}

.cslink {
    color: #215982;
    font-weight: 600;
}


.minpght{
    min-height: 600px;
}

.conttxt {
    text-align: left;
    margin: 0;
    color: red;
}

    .conttxt a, .conttxt a:hover {
        color: red;
        text-decoration: underline;
    }

/*-----------------------
    Footer
-------------------------*/
.footer {
    margin: 0pc 0 0;
    background: #488bbf;
    color: #fff;
    padding: 13px 0 0;
    font-size: 12px;
    text-align: center;
}

/*---------------------------
    Inner Page
-----------------------------*/
/* Style for a disabled radio button */
.btnpack:disabled {
    cursor: pointer;
    opacity: 1;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    border-radius: 50%;
    -webkit-appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0px;
}

.btnpack:checked {
    background-color: #488bbf;
}

.tblframe {
    width: auto;
}

    .tblframe td, .tblframe th {
        padding: 10px 15px;
        border: 1px solid #ddd;
    }

        .tblframe th:first-child {
            text-align: left;
        }

.notetxt {
    margin: 10px 0 0;
}

    .notetxt p {
        margin: 0;
        line-height: 1.5;
    }

.multiline {
    width: 100% !important; /* Set an initial width */
    overflow: auto; /* Enable scrolling when content exceeds the textbox size */
}

.price-range-field {
    max-width: 100px;
    margin-bottom: 15px;
}

.mspendtxt {
    font-size: 16px;
    margin-bottom: 20px;
}

td.pricecol {
    padding: 0 20px !important;
    min-width: 180px;
}

td.minwidth105 {
    min-width: 105px;
}

.pdtbl {
    border: 1px solid #000;
    width: 100%;
}

    .pdtbl caption {
        color: #000;
        font-size: 16px;
        text-align: center;
        border: 1px solid #000;
        border-bottom: 0;
        background: #eaeaea;
        padding: 3px 0;
        font-weight: bold;
    }

    .pdtbl td, .pdtbl th {
        padding: 2px;
        border: 1px solid;
    }

    .pdtbl th {
        background: #f2f0f0;
    }

    .pdtbl p {
        margin: 2px 0;
    }

        .pdtbl p.price {
            color: #d12f2f;
            font-weight: 600;
        }

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

.btn-green {
    background-color: #057705 !important;
    border-color: #057705 !important;
    color: #fff !important;
}

.btn-red {
    background-color: #ce0000 !important;
    color: #fff !important;
    border-color: #ce0000 !important;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.loading {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #f6f6f6;
    text-align: center;
}

.bgclr {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 1.5;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
}

.fresult {
    border: 1px solid #ededed;
    padding: 10px;
}

@media print {
    body * {
        visibility: hidden;
    }

    #pntImg, #subhid {
        display: none;
        visibility: hidden;
    }

    #Img1 * {
        visibility: visible;
    }

    html, body {
        height: 100vh;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
}

.cplan, .cplan:hover {
    text-decoration: underline;
    color: #000;
}

    .cplan .fa {
        padding-right: 3px;
    }

.pmheader {
    font-size: 25px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

    .pmheader::before, .pmheader::after {
        display: inline-block;
        content: "";
        border-top: 2px solid #488bbf;
        width: 24%;
        transform: translateY(-1rem);
        margin: 0 5px;
    }

.planheader {
    text-align: left;
    color: #488bbf;
    font-weight: 600;
    font-size: 25px;
    text-decoration: underline;
}

.nolpdg {
    padding-left: 0;
}

.norpdg {
    padding-right: 0;
}

.redclr {
    color: red;
}

.oform {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    margin: 0;
}

    .oform .form-control {
        color: #000;
        background-color: #EAEAEA;
    }

        .oform .form-control[disabled], .oform .form-control[readonly], .oform fieldset[disabled] .form-control {
            background-color: #f6f6f6;
            opacity: 1;
            color: #555;
            cursor: not-allowed;
        }


.BtnSubmit {
    background: #488bbf;
    padding: 2px 25px;
    border: 2px solid #488bbf;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 0px 0;
}

    .BtnSubmit:hover {
        background: #fff;
        border: 2px solid #488bbf;
        color: #488bbf;
    }

.tcap {
    background-color: #488bbf;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin-bottom: 2px;
}

.prmochead {
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
}

.addons {
    /*font-size: 13px;*/
    margin: 15px 0;
}

    .addons table {
        border: 1px solid #ddd;
    }

    .addons td, .addons th {
        padding: 10px 15px;
        border: 1px solid #ddd;
    }

    .addons th {
        /*border-top: 0;*/
        text-align: center;
    }

        .addons th:first-child {
            text-align: left;
        }

.row-eq-height {
    display: flex;
    align-items: center;
}

.headerdiv {
    background: #488bbf;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

    .headerdiv h3 {
        margin: 0;
        padding: 0;
        font-size: 20px;
    }

.innerbdr {
    border: 1px solid #dddddd;
    padding: 10px;
}

.totladiv table {
    width: 100%;
}

.textmsg{
    color:red;
}

.pricebtn {
	margin-top: 15px;
}

/*------------------------
    Responsive
*/
@media(max-width:1200px) {
    .pheader {
        font-size: 20px;
    }

    .pricedetails1 p {
        font-size: 12px;
    }

    .pprice {
        font-size: 21px;
    }

    .planheaderbox {
        min-height: 120px;
    }

    .pricedetails {
        padding: 10px 0 0;
    }

    .orderbtn {
        margin-top: 10px;
    }
}


@media(max-width:991px) {
    .pricedetails1 p {
        font-size: 12px;
    }

    .pheader {
        font-size: 15px;
    }

    .pprice {
        font-size: 13px;
    }

    .pmheader {
        font-size: 22px;
    }

    .priceplanbox {
        margin-bottom: 20px;
    }

    .pricedetails {
        padding: 20px;
        min-height: 187px;
    }

    .planheaderbox {
        padding: 10px 5px;
    }
}

@media(max-width:767px) {
    .rmrg0-xs {
        margin: 0;
    }

    .logo-center-block {
        margin-left: auto;
        max-width: 100%;
    }

    .toplnk {
        text-align: center;
        padding: 10px 0 0;
    }

    .main .col-xs-12 {
        width: 50%;
    }

    .priceplanbox {
        padding-bottom: 0;
    }

    .planheaderbox {
        padding: 10px;
    }

    .pricedetails {
        padding: 10px;
        min-height: 162px;
    }

        .pricedetails ul li {
            font-size: 14px;
            margin-top: 6px;
        }

    .pprice {
        font-size: 27px;
        line-height: 35px;
        margin: 10px 0;
    }

    .pheader {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .pricebtn {
        margin-top: 0;
        padding-bottom: 1pc;
    }

    .noborder {
        padding: 0 !important;
        border: 0 !important;
    }

    .pricedetails ul.pseo li:first-child{
        border: 0 !important;
    }
}

@media(max-width:534px) {
    .sucmsg {
        font-size: 15px;
        margin: 15px 0;
    }

    .innerbdr {
        padding: 10px 0;
    }

    .outerbdr .control-label {
        font-size: 12px;
    }

    .BtnSubmit {
        padding: 3px 11px;
        font-size: 15px;
    }

    .orderbtn {
        font-size: 15px;
        padding: 3px 11px;
    }

    .headerdiv h3 {
        font-size: 18px;
    }

    .textmsg {
       font-size: 12px;
    }

    .tcap {
        font-size: 18px;
    }

    .addons td, .addons th {
        padding: 2px 5px;
        font-size: 13px;
    }

    .main .col-xs-12 {
        width: 100%;
    }

    .pricedetails {
        padding: 10px;
    }

    .footer {
        font-size: 10px;
    }
}
