﻿@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,300,400,500,600,700|Prompt:200,300,400,500,600,700');

body {
    font-family: 'IBM Plex Sans', sans-serif !important;
    color: #5F5F5F !important;
}

.mainform input, .mainform select, textarea {
    margin: 10px 0;
    padding: 13px;
    width: 100%;
    border-radius: 3px;
    background-color: rgba(33, 21, 81, 0.03) !important;
    border: 1px solid rgba(33, 21, 81, 0.12);
    font-size: 18px;
    color: #211551;
}

.mainform label {
    margin: 21px 0;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #211551;
}

.mainform .newplansignup {
    background-color: #00B49D !important;
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 20px !important;
    display: block;
    margin: 20px auto !important;
    transition: ease-in .100s all;
    width: 165px !important;
    border-radius: 25px !important;
    border: 3px solid #00B49D !important;
}

.newplansignup1 {
    background: #FF6600 !important;
    font-style: normal;
    border: 0px !important;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 20px !important;
    display: inline-block;
    margin: 0 auto !important;
    transition: ease-in .100s all;
    border-radius: 3px !important;
}

.enrollform .newplansignup {
    width: 230px !important;
}

.enrollformmain {
    box-shadow: 0px 30px 90px rgba(33, 21, 81, 0.1) !important;
    padding: 20px 15px;
    clear: both;
    margin-top: 60px;
    background: #fff;
}

#addd {
    position: absolute;
    background: #f9f9f9;
    height: 330px;
    overflow-y: scroll;
    z-index: 1111;
    padding: 13px;
    margin-top: -10px;
    width: calc(100% - 30px);
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0px;
}

.utilname {
    text-align: center;
    background: #09507F !important;
    color: #fff;
    font-weight: bold;
    margin: 30px 0 20px;
}

.planlist {
    margin: 18px 0;
}

.mainformdiv {
    box-shadow: 0px 30px 90px rgba(33, 21, 81, 0.1) !important;
    padding: 20px 15px;
}

.planbox {
    box-shadow: 0px 30px 90px rgba(33, 21, 81, 0.1) !important;
    padding: 25px 15px;
    min-height: 241px;
}


.utilname label {
    margin: 0;
}

.newplansignup:hover, .mainplandiv .newplansignup2:hover {
    text-decoration: none;
    color: #87c674;
    background: transparent !important;
    border-color: #87c674 !important;
    animation: button-hover .2s ease-in;
    border: 3px solid #87c674 !important;
}

.newplansignup1:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: transparent !important;
}


.mainform.enrollform .labelselected label {
    font-weight: 600;
    margin: 0;
}

.sidedivplan {
    margin-top: 50px;
    padding-right: 0 !important;
}


.labelselected {
    box-shadow: 0px 30px 90px rgba(33, 21, 81, 0.1) !important;
    padding: 26px 15px 26px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    clear: both;
    margin-top: 60px;
    background: #fff;
    text-align: center;
    font-weight: bold;
}



.mainform.enrollform label {
    margin: 19px 0 0;
    display: block;
}

.enrollform input[type=checkbox] {
    width: 20px;
    display: block;
    margin-top: 20px;
}

.clearboth {
    clear: both;
}

.pageheading {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #09507F !important;
    margin-bottom: 30px;
}


.planbox {
    background: #fff;
    border-radius: 0px;
    position: relative;
    padding: 35px 15px;
    text-align: center;
    box-shadow: 0px 30px 90px rgba(33, 21, 81, 0.1) !important;
    margin: 10px 0;
}

.planname {
    font-family: Prompt;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #211551 !important;
    word-wrap: break-word;
    max-height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.planicon {
    height: 111px;
    width: 112px;
    display: inline-block;
    overflow: hidden;
    background-image: url("sun1.svg");
}

.planicon {
    margin: 18px 0 !important;
}

    .planicon span {
        height: 109px;
        width: 67px;
        display: inline-block;
        padding-top: 65px;
        font-family: Prompt;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        color: #211551;
        margin: 0;
        display: block;
    }

.planprice {
    font-family: Prompt;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 56px;
    color: #412F8A !important;
    line-height: 65px;
}

    .planprice span {
        font-family: IBM Plex Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 23px;
        color: #412F8A;
    }

.fixdescp {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #1A1A1A;
    opacity: 0.5;
}

.planduration {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #211551 !important;
    font-weight: 600;
    margin: 20px 0 !important;
}

.plandescription {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #1A1A1A !important;
}

.planfiles {
    margin: 13px 0 !important;
}

    .planfiles a {
        font-family: IBM Plex Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        cursor: pointer !important;
        text-decoration-line: underline;
        display: table;
        margin: auto !important;
        color: #1A1A1A;
        transition: ease-in .100s all;
        opacity: 0.5;
    }

        .planfiles a:hover {
            color: #412F8A;
            text-decoration: none;
            opacity: 1;
        }

.mainplandiv .newplansignup2 {
    background: #FF6600 !important;
    border-radius: 4px !important;
    font-family: Prompt;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 20px !important;
    cursor: pointer;
    display: inline-block;
    border: 0;
    margin: 20px 0;
    transition: ease-in .100s all;
}

.mainplandiv .planlist:nth-child(3n+1) {
    clear: left;
}

.detaildiv {
    background: white;
    position: absolute;
    bottom: 78px;
    right: -54px;
    height: 201px;
    height: auto;
    width: 450px;
    z-index: 1;
    box-shadow: 0 0px 10px rgba(69,69,69,.6) !important;
    border-radius: 7px;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.detailheading {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.detaildiv .marbtm12, .marbtm12 {
    margin-bottom: 12px !important;
}

.avpricepop {
    padding-top: 21px;
    display: block;
}

.font13 {
    font-size: 13px;
    text-align: left;
    padding: 2px 0 !important;
}

.orangetext {
    color: #412F8A;
    font-weight: 600;
    font-size: 14px;
}

.font13 .orangetext {
    text-align: center;
    display: inline-block;
    width: 50px;
}

.pad0detail {
    padding-left: 0px !important;
}

.detaildiv::after {
    top: 100%;
    left: 45%;
    background: #fff;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #ffffff;
    border-width: 10px;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -1px 3px 4px -3px rgba(69,69,69,.6);
    margin-left: 0;
}

.enrollform h3 {
    font-family: Prompt;
    font-style: normal;
    font-weight: 600;
    margin-top: 55px;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(33, 21, 81, .15);
    color: #211551 !important;
    padding-bottom: 13px;
    margin-bottom: 25px;
}

.yourplan {
    font-family: Prompt;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #211551 !important;
    opacity: 0.5;
    display: block;
    margin-bottom: -2px;
}

.approductsbtn {
    cursor: pointer;
    font-family: Prompt;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid rgba(33,21,81,0.25);
    box-sizing: border-box;
    border-radius: 4px;
    color: #412F8A;
    transition: ease-in .100s all;
    padding: 10px 13px;
    text-decoration: none;
    display: inline-block;
    margin: 21px 0px 16px;
}

    .approductsbtn:hover, .approductsbtn:focus {
        text-decoration: none;
        color: #FFFFFF;
        background: #412F8A;
    }



.sidedivplan .detaildiv {
    right: -14px;
}

    .sidedivplan .detaildiv::after {
        top: 100%;
        left: 64%;
    }

.footerdiv {
    background-color: #211551;
    color: #fff;
}

.copyrighttext {
    text-align: center;
    padding: 10px 0;
}

.leftfooter {
    text-align: left;
}

.rightfooter {
    text-align: right;
}

.copyrighttext a {
    text-decoration: underline;
    color: #fff;
}

    .copyrighttext a:hover {
        color: #fff;
    }

.body-content {
    position: relative;
    min-height: 100vh;
}

.contentdiv {
    padding-bottom: 40px; /* Footer height */
}

.footerdiv {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; /* Footer height */
}

.DescriptionList label {
    position: relative;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    display: block;
}

    .DescriptionList label::before {
        content: "a";
        position: absolute;
        top: 8px;
        left: -15px;
        font-family: fontawesome;
        font-weight: normal;
        background: #211551;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        font-size: 0px;
    }

.DescriptionList {
    padding-right: 15px !important;
    width: 90%;
    text-align: left;
    padding-left: 70px;
    text-transform: capitalize;
    display: block;
}


.sidedivplan .DescriptionList label {
    position: relative;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    display: block;
    margin: 0px !important;
    font-size: 15px;
    color: inherit;
}

.sidedivplan .DescriptionList {
    padding-left: 56px;
}


.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#myModal .modal-header {
    background: #412F8A !important;
    padding: 10px !important;
    color: #fff !important;
    border-radius: 0 !important;
}

    #myModal .modal-header .close {
        margin-top: 0;
        color: #fff !important;
        opacity: 0.8;
        box-shadow: none !important;
        background: none !important;
    }

.mainform #selet_tdsp.newplansignup {
    display: block !important;
    margin: 18px auto !important;
    float: none !important;
}

#tdspcombo {
    margin-top: 20px;
}

.mainform select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -ms-appearance: none !important;
    background-image: url("down-arrow-1.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 96% !important;
    background-size: 11px !important;
}

.modal-backdrop.fade.in {
    background: #fff !important;
    opacity: 0.8;
}
/*.mainform select#URL_ {

    background-image: none !important;

}*/

#result {
    margin-top: 30px;
}


.enrollform [type="checkbox"]:checked ~ label::before,
.enrollform [type="checkbox"]:not(:checked) ~ label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(33, 21, 81, 0.15);
    border-radius: 4px;
    background: rgba(33, 21, 81, 0.03);
}

.enrollform input[type="checkbox"] {
    display: none;
}

.enrollform [type="checkbox"]:checked ~ label::after,
.enrollform [type="checkbox"]:checked ~ label::after,
.enrollform [type="checkbox"]:not(:checked) ~ label::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    background: transparent;
    width: 7px;
    height: 12px;
    border-radius: 0px;
    border: solid #fff;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
}

.enrollform [type="checkbox"]:checked ~ label::before {
    border: 1px solid #412F8A;
    background: #412F8A;
}



.enrollform [type="checkbox"]:checked ~ label,
.enrollform [type="checkbox"]:not(:checked) ~ label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}

.formlbl {
    font-family: IBM Plex Sans !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #1A1A1A !important;
}



/*
.enrollform [type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.enrollform [type="radio"]:checked + label::after, 
.enrollform [type="radio"]:checked + label::after, 
.enrollform [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 25px;
    border: #412F8A 5px solid !important;
    height: 25px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.enrollform [type="radio"]:checked + label::before {
    border: 1px solid #85939d;
}
.enrollform [type="radio"]:checked + label::before,.enrollform  [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    border: 1px solid #696969;
    border-radius: 100%;
    background: #fff;
}
.enrollform[type="radio"]:checked + label,.enrollform [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 38px;
    padding-top: 1px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}*/

.enrollform [type="radio"]:checked, .enrollform [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .enrollform [type="radio"]:checked + label, .enrollform [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 38px;
        padding-top: 1px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-weight: 400;
    }


        .enrollform [type="radio"]:checked + label::before, .enrollform [type="radio"]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: -17px;
            width: 25px;
            height: 25px;
            border: 1px solid #696969;
            border-radius: 100%;
            background: #fff;
        }

        .enrollform [type="radio"]:checked + label::before {
            border: 1px solid #85939d;
        }


        .enrollform [type="radio"]:checked + label::after, .enrollform [type="radio"]:checked + label::after {
            content: '';
            width: 25px;
            border: #412F8A 5px solid !important;
            height: 25px;
            background: #fff;
            position: absolute;
            top: -17px;
            left: 0px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .enrollform [type="radio"]:checked + label::after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.martop12 {
    margin-top: 12px;
}
