@font-face {
    font-family: 'Recoleta DEMO';
    src: url('Recoleta-RegularDEMO.woff2') format('woff2'),
        url('Recoleta-RegularDEMO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.theme-btn {
    background: #ffffff;
    text-decoration: none !important;
    padding: 8px 24px !important;
    display: inline-block !important;
    border-radius: 36px !important;
    font-weight: 500;
}
.hero-banner {
    background-image: url(../images/bg_home_banner.png);
    background-repeat: repeat;
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 80%, transparent);
    z-index: 9;
}
.light-purple-color {
    color: #7c6baf;
}
.dark-purple-color {
    color: #3e3068 !important;
}
.light-grey-bg-color {
    background-color: #f3f7fa;
}

.light-purple-bg-color {
    background-color: #7c6baf;
}
.dark-purple-bg-color {
    background-color: #3e3068 !important;
    background-image: url(../images/bg_home_banner.png);
}
.text-green{
    color:green;
}
img {
    max-width: 100%;
}

.page-title {
    font-family: 'Recoleta DEMO';
    font-size: 56px;
}
.support-btn, .login-btn {
    padding: 8px 24px !important;
    border-radius: 29px;
}
.header ul li:last-child {
    padding-right: 0 !important;
}
.page-parra {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
}
.section-title {
    font-family: 'Recoleta DEMO';
    font-size: 46px;
}


.domain-form input::placeholder {
    font-family: 'Recoleta DEMO';
}
.domain-form .form {
    position: relative;
}
.domain-form button {
    border: 0;
    position: absolute;
    right: 4.5%;
    margin: auto;
    height: 42px;
    top: 0;
    bottom: 0;
}
.domain-form input {
    border: 1px solid #ced4da;
    font-size: 40px;
    font-family: 'Recoleta DEMO';
    padding: 10px 220px 10px 30px;
    border-radius: 20px;
}
.plan-list li i {
    font-size: 20px;
    margin-right: 8px;
    color: #3e3068;
}
.plan-block.recommend-plan {
    background-color: #3e3068 !important;
}
.plan-block.recommend-plan .plan-title, .plan-block.recommend-plan li, .plan-block.recommend-plan p {
    color: #fff;
}
.plan-block.recommend-plan a {
    background-color: #7c6baf !important;
}


.plan-block.recommend-plan .plan-list li i {
    color: #7c6baf !important;
}
.accordion-item {
    background: transparent;
    border-bottom: 1px solid #ced4da;
}
.social-post-block {
    border: 1px solid #ced4da;
    border-radius: 20px;
}
.accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.accordion-button:not(.collapsed)::after {
    content: "-";
    background: no-repeat;
    transform: none;
}
.accordion-button::after {
    content: "+";
    background: none;
}
.accordion-header button {
    background: transparent;
    margin-top: 6px;
    padding: 12px 0px;
    outline: none !important;
    color: #000 !important;
}
.accordion-button:focus {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
.footer ul li a {
    text-decoration: none;
    color: #000;
    margin: 9px 0px;
    display: block;
}
.package-include-block {
    padding: 40px 35px;
    border-radius: 20px;
}
.section--inner-title {
    margin-top: 24px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}
.footer h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}
.header ul li a {
    color: #000;
    display: inline-block;
    font-weight: 500;
}
.header ul li {
    padding: 0px 14px !important;
}
.user-img {
    width: 34px;
    height: 34px;
    margin-right: 14px;
}
.user-name h4 {
    font-size: 18px;
    margin-bottom: 0px;
}
.user-name a {
    text-decoration: none;
    color: #9f9f9f;
}
.posting-date-time {
    color: #9f9f9f;
    text-decoration: none;
}
.wishlist i {
    color: #f91880;
}
.comment i {
    color: #1d9bf0;
}
.follow {
    font-weight: bold;
    color: #006fd6 !important;
    margin-left: 8px;
}
.user-data-share li a {
    color: rgb(83, 100, 113);
    font-weight: 500;
    padding: 0px 10px;
    text-decoration: none;
}
.user-data-share li a i {
    margin-right: 4px;
}
.user-data-share {
    border-top: 1px solid #ced4da;
    padding-top: 12px;
}
.services-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 1px solid;
    background-color: #3e3068 !important;
    border-radius: 100px;
    padding: 20px;
}
.newsletter {
    margin-bottom: -180px;
    text-align: center;
}
.newsletter-inner {
    box-shadow: 0px 3px 0px #d5d5d5;
    position: relative;
    padding-top: 30px;
    padding-bottom: 46px;
    border-radius: 200px;
    display: inline-block;
    padding-left: 100px;
    padding-right: 100px;
}
.newsletter-form input {
    border-radius: 8px;
    padding: 20px 132px 20px 20px;
    margin: 0 !important;
}
.newsletter-form button {
    border: 0;
    position: absolute;
    right: 4.5%;
    margin: auto;
    height: 42px;
    top: 0;
    bottom: 0;
}
.newsletter-form {
    position: relative;
}
.footer {
    padding-top: 190px !important;
}
.services-block {
    padding: 20px;
    border: 3px solid #3e3068;
    border-radius: 20px;
}
.ready-reply-btn {
    color: #006fd6 !important;
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid #ced4da;
    padding: 8px 10px;
    border-radius: 50px;
}
.white-bg-color {
    background-color: #fff !important;
}
.plan-block {
    padding: 30px 40px;
    border-radius: 20px;
}
.plan-title {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 30px;
}
.plan-block span {
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.plan-block p {
    font-size: 20px;
}
.plan-list li {
    padding-bottom: 12px;
    font-size: 18px;
}
.plan-list {
    margin-top: 40px;
    margin-bottom: 34px;
}






.brand-logo img {
    width: auto !important;
}
.blog-block a {
    text-decoration: none;
    color: #000;
}
.blog-block h3 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.blog-block-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}
.blog-block h3 {
    font-size: 22px;
    line-height: 30px;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: unset;
}
.products_box {
    border: 1px solid #7c6baf;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
}
.products_box h3 {
    font-size: 18px;
    font-weight: 400;
}
.products_box h2 {
    font-size: 29px;
    font-weight: 600;
    color: #7c6baf;
    
}
.products_box p{
    margin-bottom: 0px;
    color: #5E636E;
}
.products_box h4 {
    font-size: 18px;
    color: #5E636E;
}

.products_box button.btn.btn-primary {
    
        background-color: #3e3068;
    border: 0;
    border-radius: 45px;
    padding: 6px 20px;
}
.products_box button.btn.btn-primary.active {
    background-color: #7c6baf !important;

}form.search_selection {
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: #3e3068;
    margin-top: 25px;
}
form.search_selection input {
    border: 0;
    border-radius: 0px;
    font-size: 14px;
    padding: 14px 17px;
}
form.search_selection button {
    border: 0;
    background-color: #7c6baf;
    color: #fff;
    border-radius: 0;
    padding: 13px 18px;
}
div#nav-tab {
    border: 0;
}
div#nav-tab button {
    border: 0;
    border-bottom: 1px solid #fff;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    margin-right: 23px;
}
label.form-label {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0;
}
div#nav-tab button.active{
   border-bottom: 1px solid #7c6baf;
    color: #7c6baf;  
}
.payment-info {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 15px;
    position: sticky;
    top: 103px;
}
.payment-info h6 {
    margin-bottom: 10px;
    font-size: 20px;
}
.payment-info strong {
    font-size: 13px;
    font-weight: 700;
}
.common_btn.white_bg button {
    background-color: #7c6baf;
    border: 0;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    padding: 7px 20px;
}
.total_price {
    text-align: center;
}
.total_price span {
    display: block;
}
.total_price span.total_price {
    font-size: 25px;
    font-weight: 700;
}


 /* -----------------------------------------------
         ------------- New Request Form Modal -------------
         ------------------------------------------------*/
         #requestForm {
         text-align: center;
         position: relative;
         margin-top: 10px
         }
         #requestForm fieldset:not(:first-of-type) {
         display: none
         }
         #progressbar {
         margin-bottom: 30px;
         overflow: hidden;
         color: #8b97aa;
         }
         #progressbar .active {
         color: #000;
         }
 #progressbar li {
    list-style-type: none;
    font-size: 12px;
    /* width: 33.3%; */
    float: left;
    position: relative;
    padding-right: 18px;
}
#progressbar li:before {
    content: "/";
    display: block;
    position: absolute;
    background-color: transparent !important;
    color: #000 !important;
    right: 5px;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
}
          #progressbar li:last-child:before {
   display: none;
}
/*
         #progressbar li:after {
         content: '';
         width: 100%;
         height: 3px;
         background: #d2d9e4;
         position: absolute;
         left: 0;
         top: 13px;
         z-index: 1
         }
*/
/*
         #progressbar #step1:before {
         content: url(images/icon-check.png)
         }
         #progressbar #step2:before {
         content: url(images/icon-check.png)
         }
         #progressbar #step3:before {
         content: url(images/icon-check.png)
         }
         #progressbar #step4:before {
         content: url(images/icon-check.png)
         }
         #progressbar #step5:before {
         content: url(images/icon-check.png)
         }
*/
         #progressbar #confirm:before {
         content: "4"
         }
/*
         #progressbar li#step1::after {
         right: 0;
         left: auto;
         width: 50%;
         }
         #progressbar li#step3::after {
         left: 0;
         right: auto;
         width: 50%;
         }
         #progressbar #step1.green::before,
         #progressbar #step2.green::before,
         #progressbar #step3.green::before,
         #progressbar #step4.green::before {
         content: url(images/icon-check.png);
         display: flex;
         justify-content: center;
         }
*/
         #requestForm textarea.form-control-lg, .textarea_height {
         height: calc(1.5em + 1rem + 80px);
         }
         #progressbar li.active:before,
         #progressbar li.active:after {
         background: #005fff;
         color: #fff;
         }
          .blue{
              color: #005fff
          }
         #progressbar li.active {
         color: #000;
         }
         #progressbar li.active.green::before,
         #progressbar li.active.green::after {
         background: #25bd5e;
         color: #fff;
         }
         #progressbar li.active.green {
         color: #005fff;
         }
         .modal-header .close {
         font-size: 2rem;
         line-height: normal;
         color: #aaa;
         opacity: 1 !important;
         background: #e1e6ee !important;
         display: flex;
         height: 42px;
         width: 42px;
         border-radius: 50px;
         align-items: center;
         justify-content: center;
         right: 40px;
         top: 40px;
         z-index: 1;
         padding: 0;
         }
         .modal-header .close span {
         display: inline-block;
         line-height: 40px;
         width: 42px;
         height: 42px;
         }
         .modal .btn[disabled] {
         background: #e2e6ef;
         color: #8b97aa;
         border-color: #e2e6ef;
         }
         .modal .btn.btn-secondary {
         background: #dee7f9;
         color: #0d61ef;
         border-color: #dee7f9;
         }
         .modal .btn.btn-secondary:hover,
         .modal .btn.btn-secondary:focus {
         background: #cdd9f0;
         border-color: #cdd9f0;
         }
         .btn.btn-buy-now {
         background: #f07817;
         color: #fff;
         border-color: #f07817;
         }
         .btn.btn-buy-now:hover,
         .btn.btn-buy-now:focus {
         background: #e06c0f;
         border-color: #e06c0f;
         }
         #requestForm dt {
         font-size: 13px;
         font-weight: 800;
         }
         #requestForm dd {
         font-size: 16px;
         }
         input.previous.float-left {
         margin-left: 150px;
         }
         input.next.float-right {
         margin-right: 150px;
         }
         .label_input {
         font-size: 15px;
         font-weight: 600;
         margin: 0;
         }
         .modal-xl {
         max-width: 900px;
         margin: 50px auto;
         }
         .modal-content.light-bg {
         border: 0;
         }
         div#exampleModal {
         background-color: rgb(0 0 0 / 50%);
         }
         .pre_font_size {
         font-size: 12px;
         text-align: left;
         }
         select#CountyControlSelect1 {
         font-size: 16px;
         color: #8c8c8c;
         }
         .pay {
         background-color: #ef8d0d;
         border-color: #ef8d0d;
         }
         .pay_slide {
         border: 1px solid #dedee4;
         }
         .pre_font_Description {
         font-size: 14px;
         }
         h5.title_info {
         font-size: 17px;
         font-weight: bold;
         margin-bottom: 14px;
         }
         table.infomation {
         width: 100%;
         }
         table.infomation th,  table.infomation td {
         font-size: 13px;
         }
         table.infomation tr {
         vertical-align: baseline;
         }
         table.infomation th {
         text-align: right;
         font-weight: bold;
         }
         table.infomation td {
         color: #1d1e20;
         padding-left: 8px;
         }
         select#CountyControlSelect1 {
         -webkit-appearance: none;
         background-image: url(images/select_arrow.png);
         background-repeat: no-repeat;
         background-size: 10px;
         background-position: 94% 50%;
         color: black !important;
         }
         .object_reson {
         background-position: 97% 50% !important;
         }
         /***********/
         .input-group.flex-nowrap {
         height: calc(1.5em + 1rem + 10px);
         }
         span#addon-wrapping {
         border-radius: .3rem 0 0 .3rem;
         border-right: 0;
         color: #333333;
         }
         .pre_font_sze {
         font-size: 13px;
         text-align: left;
         color: #1d1e20;
         }
         .date_control {
         padding: 0 15px !important;
         }
         .check_sec label.form-check-label {
         font-size: 14px;
         color: #2b2b2b;
         font-weight: 700;
         }
         .pre_fonts_sze {
         font-size: 12px;
         text-align: left;
         color: #1d1e20;
         }
         .limit_info {
         text-align: left;
         font-size: 13px;
         color: rgb(26 27 29 / 80%);
         }
         .post_limint {
         position: absolute;
         bottom: -21px;
         }
/*
         .progress_snd li {
         width: 25% !important;
         }
         .progress_snd li#step3::after {
         width: 100% !important;
         }
         .progress_snd li#step4::after {
         left: 0;
         right: auto;
         width: 50%;
         }
*/
         .table_witdt td {
         width: 60%;
         }
         .table_witdt th {
         width: 40%;
         }

fieldset{
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 15px;
}
#progressbar {
    margin-bottom: 20px !important;
    overflow: hidden;
    color: #8b97aa;
    text-align: center;
    font-weight: 300;
    display: flex;
    justify-content: center;
}
.step_1 {
    margin-bottom: 35px;
}
.step_1 h2 {
    margin-bottom: 20px;
        font-family: 'Recoleta DEMO';
}
fieldset .products_box {
    border: 1px solid #b6d4fe !important;
    background-color: #f0f6ff;
    cursor: pointer;
}

fieldset .products_box.active {
    border: 1px solid #b6d4fe !important;
    background-color: #bbe8e8;
}

fieldset .products_box:hover {
    background-color: #bbe8e8;
}

fieldset .products_box h2 {
    margin-bottom: 0;
    font-size: 46px;
}
fieldset .products_box a {    color: #7c6baf;
    text-decoration: none;
}
input.next{
        padding: 8px 24px !important;
    border-radius: 29px;
        background-color: #7c6baf;
    border: 0px;
}
input.previous, input.pay, button.pay{
    padding: 8px 24px !important;
    border-radius: 29px;
    border: 0px;
}
.error{
    color:red;
}
.credit-card-field {
    border: 1.5px solid #7c6baf;
    background: #f7f5ff;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(124, 107, 175, 0.07);
    transition: border 0.2s, box-shadow 0.2s;
}
.credit-card-field:focus-within {
    border: 2px solid #3e3068;
    background: #f1edfa;
    box-shadow: 0 2px 12px rgba(124, 107, 175, 0.18);
}
.credit-card-label {
    font-size: 15px;
    font-weight: 600;
    color: #3e3068;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}
.credit-card-row {
    display: flex;
    gap: 18px;
}
.credit-card-row > .col-md-6 {
    flex: 1 1 0;
}
/*media query*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .page-title {
        font-size: 36px;
    }
    .section-title {
        font-size: 36px;
    }
    .domain-form input {
        font-size: 26px;
    }
    body {
        font-size: 14px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-title {
        font-size: 36px;
    }
    .section-title {
        font-size: 36px;
    }
    .domain-form input {
        font-size: 26px;
    }
    body {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .section-title {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
.header {
    position: sticky;
}
.domain-form input {
    font-size: 30px;
    padding: 10px 110px 10px 30px;
}
.footer {
    text-align: center;
    padding-top: 3rem!important;
}
.newsletter {
    margin-bottom: 60px;
}
.newsletter-inner {
    padding-bottom: 46px;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 30px;
}
.navbar-toggler-icon {
    background-image: url(../images/download.svg);
}
.navbar-toggler {
    padding: 0;
}
.support-btn, .login-btn {
    margin: 10px 0px;
}
.navbar-collapse {
    background-color: #fff;
}
.section-title {
    font-size: 32px;
}
.page-title {
    font-size: 36px;
}
}
@media (max-width: 575.98px) {
    .section-title {
        font-size: 28px;
    }
    .page-title {
        font-size: 32px;
    }
}
.auth-conatainer{
    margin-top: 100px !important;
      max-width: 500px;
      margin: auto;
      width: 100%;
}
.verification-field, .email-change-field, .verification_error{
    display: none;
}