@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');
body { font-size:18px; color: #000;font-family: "Lato", "Arial", "Helvetica", sans-serif; margin:0; padding:0; font-weight:400; line-height: 29px; background: #fff;}
a { text-decoration: none; transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear;-webkit-transition: all 300ms linear;  }
a:focus { outline:none; text-decoration:none;}
a:hover, a:active { outline: 0; text-decoration:none;}
p { margin:0 0 20px 0; }
ol, ul {margin: 0; padding: 0; list-style: none;}
table{border-collapse:collapse;border-spacing:0}

.col-md-8.col-sm-8.col-xs-12.main-wrapp-top {
    flex: 0 0 83%;
    max-width: 83%;
}

.main-wrap {
    margin-top: -38px;
}

.plan-wrapper {
    padding: 0px 0 50px 0;
}
.plan-wrapper h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
}
ul.plan-box-main {
    font-size: 0;
}
ul.plan-box-main li {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    width: 50%;
    padding: 0 30px;
    vertical-align: text-top;
}
.plan-box {
    background: #59734e;
    border-radius: 30px;
    padding: 20px 40px;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 538px;
}
li.ShowCancelButtonForfirst-case:first-child .plan-box ul {
    min-height: 306px;
}
li.ShowCancelButtonForPV:first-child .plan-box ul {
    min-height: 320px;
}
li.ShowCancelButtonForsecond-case:last-child .plan-box ul {
    min-height: 295px;
}
li.ShowCancelButtonForthird-case:last-child .plan-box ul {
    min-height: 322px;
}
/*ul.plan-box-main li:first-child .plan-box:first-child ul {
    min-height: 205px;
}*/
/*ul.plan-box-main li:first-child .plan-box:first-child ul {
    min-height: 205px;
}*/
/*ul.plan-box-main li.ShowUndoCancelButton:first-child .plan-box ul {
    min-height: 199px !important;
}
ul.plan-box-main li.ShowUpgradeButton:first-child .plan-box ul {
    min-height: 199px !important;
}
li.ShowUndoCancelButton .plan-box ul {
    min-height: 300px !important
}
li.ShowUndoCancelButton .plan-box ul {
    min-height: 270px !important;
}*/
li.ShowUpgradeButton:first-child .plan-box ul {
    min-height: 238px;
}

.billing-info-wrap form.inline {
    display: inline-block;
    padding-right: 10px;
}
.plan-box img{
    position: absolute;
    top: -10px;
    left: -120px;
    z-index: -1;
}
.plan-box h3 {
    font-size: 30px;
    position: relative;
    padding:0px 0 40px 0;
    text-align:left;
    /*line-height: 40px;*/
}
.plan-box h3 span {
    display: block;
    font-size: 20px;
    color: #302d24;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
}
.plan-box p {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
}
.plan-box p a {
        color: #fff;
        font-style: italic;
}
.plan-box ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 25px;
    }
.plan-box ul li {
    display: block;
    position: relative;
    padding: 0 0 0 25px !important;
    text-align:left;
    width: 100%;
}
ul.plan-box-main li:first-child {
    padding-left: 0;
}
ul.plan-box-main li:last-child {
    padding-right: 0;
}
.plan-box ul li::after {
    position: absolute;
    left: -5px;
    top: 7px;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 15px;
    width: 15px;
}
.plan-box .btn-group.btn-group-toggle {

}
.plan-box .btn-group.btn-group-toggle label.btn.btn-secondary:focus {
    box-shadow: none;
}
    .plan-box .btn-group.btn-group-toggle label.btn.btn-secondary {
        min-width: 160px;
        padding: 11px;
        font-size: 18px;
        color: #6c757d;
        background-color: #fff;
        border-color: #6c757d;
        border: 1px solid #fff;
        font-weight: normal;
    }
        .plan-box .btn-group.btn-group-toggle label.btn.btn-secondary:first-child {
            /*border-radius: 25px 0px 0px 25px;*/
            border-radius: 25px;
            margin-right: 5px;
        }
        .plan-box .btn-group.btn-group-toggle label.btn.btn-secondary:last-child {
            /*border-radius: 0px 25px 25px 0px;*/
            border-radius: 25px;
            margin-left: 5px;
        }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle
{
    color: #000 !important;
    background-color: #a3bc9d!important;
    border-color: #a3bc9d!important;
    font-weight: 600;
}
ul.plan-box-main li:last-child .plan-box .btn-group.btn-group-toggle label.btn.btn-secondary {
    border-radius: 25px;
}
.upgrade-account input[type=submit] {
    min-width: 220px;
    padding: 12px 0;
    border-radius: 25px;
    background-color: #59734e;
    border: 3px solid #fff;
    font-size: 18px;
}
.upgrade-account input[type=submit]:hover {
        color: #59734e;
        background: #fff;
        border-color: #59734e;
    }
.upgrade-account {
    padding-bottom: 25px;
    padding-top: 25px;
}
.upgrade-account input[type=submit]:focus {
        outline: none;
        box-shadow: none;
    }
.btn.focus, .btn:focus{
    outline: none;
    box-shadow: none;
}
.billing-info-wrap {
    padding: 50px 30px;
    color: #59734e;
    font-size:16px;
}
.billing-info-wrap label {
    display: block;
}
.billing-info-wrap label span {
    color: #302d24;
    font-weight: bold;
}
.billing-info-wrap p {
    margin-bottom: 5px;
}
.card-info {
    margin-bottom: 35px;
}
.billing-info-wrap input[type=submit] {
    display: block;
    min-width: 260px;
    padding: 12px 0;
    background: #59734e;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    margin: 5px 0;
    border: 3px solid #59734e;
    font-size: 16px;
    text-transform: capitalize;
}
.billing-info-wrap input[type=submit]:hover {
        background: #fff;
        color: #59734e;
       
 }
.billing-info-wrap input[type=submit]:focus{
    outline:none;
}
.billing-info-wrap h3 {
    font-size: 24px;
}
.form-control {
    box-shadow: none !important;
    font-size: 18px !important;
    line-height: 50px !important;
    padding: 2px 12px 1px !important;
    width: 100% !important;
    -webkit-appearance: none !important;
}
.btn-warning {
    color: #e5e0bf !important;
    background-color: rgba(10, 10, 10, 0.5) !important;
    border-color: #e5e0bf !important;
    font: 300 22px/26px "Oswald", "Arial", "Helvetica", sans-serif;
    padding: 11px 5px 9px 8px;
    border-width: 2px;
}
.users-list{ font-size:16px !important;}
.list-group.hidden-xs a#bootstrap-overrides {
    font-size: 16px;
    padding: 10px 15px;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.upgrade-account.cancel{min-height:76px;}
.upgrade-account.cancel a.cancel-account{font-size: 18px; color:#fff; text-decoration:underline;}
.upgrade-account.undo{min-height:107px;}
#header .top-holder{
    /*padding:24px 0;*/
}
.creataccount.header {font-size: 16px;font-family: "Lato", "Arial", "Helvetica", sans-serif;}
.creataccount.header h1 {font-size: 60px;font-weight: 300;margin-top: 10px;font-family: "Oswald", "Arial", "Helvetica", sans-serif;}
div#mainMessageContainer_Message {
    font-size: 18px;
}
.plan-wrapper.for-create-new .plan-wrapper-inner ul.plan-box-main li:first-child .plan-box ul {
    min-height: 247px;
}
div#upgradeAlertModal {
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    margin-top: 30px;
}
    div#upgradeAlertModal .modal-dialog {
        position: relative;
        top: 52px;
        left: 378px;
    }
    div#upgradeAlertModal .modal-header {
        padding: 15px;
        min-height: 16.25px;
        display: flow-root !important;
        border-bottom: 1px solid #e5e5e5;
    }
    div#upgradeAlertModal .modal-content {
        border-radius: 6px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    }
div#upgradeAlertModal .close {
    font-size: 24px;
    
}
    div#upgradeAlertModal h4 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-weight: 300;
        line-height: 1.1;
    }
    div#upgradeAlertModal .modal-header .close {
        margin-top: -2px !important;
    }

    div#upgradeAlertModal .modal-body {
        padding: 15px;
    }

    div#upgradeAlertModal .modal-footer {
        padding: 15px;
        display: block;
        border-top: 2px solid #e5e5e5;
    }
    div#upgradeAlertModal a#btn_upgradeaccount{
        border-width: 2px;
        font: 300 22px/26px "Oswald", "Arial", "Helvetica", sans-serif;
        padding: 12px 21px;
        border-color: #ccc;
    }
    div#upgradeAlertModal button.btn.btn-default {
        border-width: 2px;
        font: 300 22px/26px "Oswald", "Arial", "Helvetica", sans-serif;
        padding: 12px 21px;
        border-color: #ccc;
    }

.box-heading {
    font-size: 35px;
    font-weight: 800;
    color: #59734e;
    padding-bottom: 15px;
    text-align: left;
    padding-top: 10px;
}


    @media (min-width: 576px) {
        .modal-dialog {
            width: 600px !important;
        }
    }

    div #termsModal {
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    margin-top: 0px;
}
    div#termsModal .modal-content {
        border-radius: 6px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    }
    div#termsModal .modal-dialog {
        position: relative;
        top: 0;
        left: 0;
        margin: 10px auto;
        transform: none;
    }
    div#termsModal .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    div#termsModal h4 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-weight: 300;
        line-height: 1.1;
    }
   @media screen and (min-width:768px){
        div#termsModal .modal-dialog {
            margin:30px auto
        }
    }
div#termsModal ol.terms {
    list-style-type: decimal;
    padding-inline-start: 40px;
}
    div#termsModal .modal-footer {
        padding: 15px;
        border-top: 2px solid #e5e5e5;
    }
    div#termsModal button.btn.btn-default {
        border-width: 2px;
        font: 300 22px/26px "Oswald", "Arial", "Helvetica", sans-serif;
        padding: 12px 21px;
        border-color: #ccc;
    }

.modal-backdrop.in {
    opacity: 0.5 !important;
    filter: alpha(opacity=50);
}
div#mainMessageContainer_Message {
    margin-top: 5px;
}
.users-list li{
    line-height:1;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    line-height:1.1
}
.plan-box h3 p, .plan-box h3 span {
    font-weight: 500;
    margin-top:10px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
    ul .plan-box-main li {
        padding: 0 15px;
    }
    .plan-box .btn-group .btn {
        width: 100%;
    }

    .plan-box .btn-group {
        flex-wrap: wrap;
    }
    .plan-box .btn-group .btn + .btn {
        margin-top: 15px;
    }
    .col-sm-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-8.col-sm-8.col-xs-12.main-wrapp-top li {
        padding: 0 15px;
    }

    .col-md-8.col-sm-8.col-xs-12.main-wrapp-top li:last-child {
        padding-right: 0;
    }

    .col-md-8.col-sm-8.col-xs-12.main-wrapp-top li:first-child {
        padding-left: 0;
    }

    .col-md-8.col-sm-8.col-xs-12.main-wrapp-top li .plan-box {
        padding: 20px;
    }
}

@media screen and (max-width:991px){
    .create-btn {
        margin-left: 25px;
        padding: 0 !important;
        border: 0;
    }
    .create-btn {
        margin-left: 25px;
        padding: 0 !important;
        border: 0;
    }
    .dropdown {
        position: relative;
        z-index: 111;
    }
}
@media screen and (max-width:767px){
    .create-btn {
        display: inline-block !important;
        vertical-align: middle;
        margin-left: 0;
    }
    .btn {
        font-size: 11px;
        line-height: 16px;
        padding: 4px 10px;
    }
    #footer .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .navbar-toggle .text {
        color: #e5e0bf;
    }
    .plan-box .btn-group.btn-group-toggle {
        flex-wrap: wrap;
    }
    .plan-box .btn-group.btn-group-toggle .btn {
        width: 100%;
    }
    .plan-box .btn-group.btn-group-toggle .btn + .btn {
        margin-top: 15px;
    }
   .plan-box .btn-group.btn-group-toggle label.btn.btn-secondary:first-child{
       margin-right:0
   }
    ul.plan-box-main li {
        padding: 0 15px;
    }
    .plan-box h3{
        font-size:24px;
    }
    .plan-box h3 span{
        font-size:16px;
    }
    .plan-box {
        padding: 20px;
    }
    .popover-content .nav-footer a {
        font-size: 16px;
    }

    .nav-footer li {
        line-height: 1;
    }
    .col-md-8.col-sm-8.col-xs-12.main-wrapp-top {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .popover-content div[class^='col-'] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #header .align-right .btn.btn-warning {
        background: transparent;
    }
    div#termsModal .modal-dialog {
        margin: 10px auto;
        max-width: calc(100% - 20px);
    }
}

@media screen and (max-width:600px){
    .creataccount.header h1 {
        font-size: 35px;
    }

    ul.plan-box-main li {
        width: 100%;
        padding: 0;
    }
    .plan-box h3 {
        font-size: 28px;
    }
    .plan-box p {
        margin-top: 10px;
    }
    .main-wrap {
        margin-top: 0;
    }
}
@media screen and (max-width:350px){
    .plan-box h3{
        font-size:24px;
    }
}