/* Minification failed. Returning unminified contents.
(365,1): run-time error CSS1019: Unexpected token, found '}'
(1173,31): run-time error CSS1046: Expect comma, found '214'
(1173,38): run-time error CSS1046: Expect comma, found '/'
(1745,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1746,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2133,1): run-time error CSS1019: Unexpected token, found '}'
(3281,41): run-time error CSS1046: Expect comma, found '0'
(3281,45): run-time error CSS1046: Expect comma, found '/'
(3282,33): run-time error CSS1046: Expect comma, found '0'
(3282,37): run-time error CSS1046: Expect comma, found '/'
(4247,43): run-time error CSS1046: Expect comma, found '0'
(4247,47): run-time error CSS1046: Expect comma, found '/'
(4247,69): run-time error CSS1046: Expect comma, found '255'
(4247,77): run-time error CSS1046: Expect comma, found '/'
(4914,43): run-time error CSS1046: Expect comma, found '0'
(4914,47): run-time error CSS1046: Expect comma, found '/'
(4914,69): run-time error CSS1046: Expect comma, found '255'
(4914,77): run-time error CSS1046: Expect comma, found '/'
(5258,43): run-time error CSS1046: Expect comma, found '0'
(5258,47): run-time error CSS1046: Expect comma, found '/'
(5258,69): run-time error CSS1046: Expect comma, found '255'
(5258,77): run-time error CSS1046: Expect comma, found '/'
 */
﻿@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
/*@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&amp;display=swap");*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Playfair+Display:400,400i,700,700i,900,900i&display=swap');
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background: #f9f9f9;
    color: #2f3146;
    font-family: "Jost", sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: 'PT Sans', sans-serif;
}

@font-face {
    font-family: 'Signature';
    src: url('../fonts/JustSignatureRegularea59.eot?lsn0el');
    src: url('../fonts/JustSignatureRegularea59.eot?lsn0el#iefix') format('embedded-opentype'), url('../fonts/JustSignatureRegularea59.ttf?lsn0el') format('truetype'), url('../fonts/JustSignatureRegularea59.woff?lsn0el') format('woff'), url('../fonts/JustSignatureRegularea59.svg?lsn0el#Signature') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

::-moz-selection {
    color: #fff;
    background-color: #6b59d3;
}

::selection {
    color: #fff;
    background-color: #6b59d3;
}

::-moz-selection {
    color: #fff;
    background-color: #6b59d3;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}


/*.help_img {
    height: 42px;
    width: 53px;
    padding: 2px
}*/


/* New css apply for center page */


.fixed-top {
    border-bottom: 1px solid #ccc !important;
}

.mian_wrapper {
    width: 100%
}

.Sign {
    border: 1px solid #343a40 !important;
}

.sidebar {
    position: relative;
    width: 20%;
    overflow: hidden;
    background-color: black;
    float: left;
}

#h1{
    background-color:red !important;
}

.steps-area {
    overflow: hidden;
    position: fixed;
    width: 20%;
    bottom: 0px;
    left: 0;
}

.step_form {
    position: relative;
    width: 80%;
    float: right;
    padding: 0rem 1rem 1rem 1rem;
}

.help_list {
    padding-top: 6px;
    padding-right: 10px;
}

.PaymentMove {
    display: flex;
    justify-content: flex-end;
}
/* New css apply fo center page*/
button {
    cursor: pointer;
}

    .form-control:focus,
    button:visited,
    button.active,
    button:hover,
    button:focus,
    input:visited,
    input.active,
    input:hover,
    input:focus,
    textarea:hover,
    textarea:focus,
    a:hover,
    a:focus,
    a:visited,
    a.active,
    select,
    select:hover,
    select:focus,
    select:visited {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        color: inherit;
    }

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.relative-position {
    position: relative;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Jost", sans-serif;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-200 {
    padding-bottom: 200px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.wrapper {
    /*margin: 1px auto;*/
    position: relative;
    padding-top: 72px;
}

.update_requierd_filed {
    color: #363434;
    font-weight: 600;
    font-size: 14px;
}

#forgetuser,
#forgetbtn {
    color: #2540a5;
    font-size: medium;
}


.mtop-1 {
    margin: 13px 0px 6px 0px !important;
    align-items: center;
}


.main {
    position: relative;
    /*margin-top: 72px;*/
    padding: 0px 0px 0px 0px;
}


/*.steps-area-fixed {
    position: fixed;
    width: 25% !important;
}*/

.dropdown-item:active {
    color: #495057;
    text-decoration: none;
    background-color: #007bff;
}


/*.main:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0px 0px;
        background: #f6fbf4;
        opacity: 0.90;
    }*/

header {
    position: relative;
    background: #ffffff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0 !important;
    z-index: 999 !important;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #3e3e3e;
    text-decoration: none;
    background-color: #007bff;
}

.fix-top {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
}

.logo_img {
    height: 52px;
    /* padding-left: 20px; */
}

.profile_list {
    list-style: none;
}

    .profile_list li {
        padding-top: 5px;
        padding-left: 5px;
    }

.dropdown-toggle {
    color: #000;
    font-size: 18px !important;
}

.navbar-link {
    color: #000;
    font-size: 16px !important;
}

.dropdown-menu {
    width: 244px;
    padding-left: 10px;
}

.header_bg {
    background-color: #fff;
    box-shadow: 3px 1px 5px #3e3e3ea8;
    border-bottom: 1px solid #ccc;
}

.center {
    text-align: end;
}

.register {
    text-decoration: underline;
    cursor: pointer;
}


/*.steps-area-fixed {
    position: fixed;
    width: 24%;*/


}

.steps-area-fixed .multisteps-form__progress {
    padding-top: 30px;
}

.steps-area-fixed .steps {
    top: 40px;
}

.panel_div {
    padding-left: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    border-radius: 4px;
    border: solid 1px rgba(42, 58, 141, 0.18);
    background-color: white;
    margin-top: 16px;
}

.steps-area-fixed + .multisteps-form__form {
}

.step_manager {
    margin-top: 33px;
    padding: 10px 20px;
}

#sample-form {
    padding: 0px 10px;
}

/*#navbarNav {
    padding-left: 233px;
}*/
.boxed-version {
    max-width: 1400px;
    margin: auto;
    position: relative;
}

    .boxed-version .wizard-forms {
        zoom: 0.8;
    }

.form-content {
    /*padding-right: 2%;
        padding-left: 60px;*/
    width: 100%;
}

.boxed-version .actions {
    right: 0;
}

.wizard-forms {
    padding: 0px 0px;
}

.register {
    text-decoration: underline;
    color: #2540a5 !important;
    font-weight: 500;
    font-size: 21px;
}

/*.js-btn-prev {
    background: #f71717 !important;
    color: #fff;
}*/
.dark-version.dark-version {
    background-color: #1a1a1a;
    color: #fff;
}

    .dark-version.dark-version label,
    .dark-version.dark-version p,
    .dark-version.dark-version span {
        color: #fff !important;
    }

    .dark-version.dark-version button,
    .dark-version.dark-version input,
    .dark-version.dark-version optgroup,
    .dark-version.dark-version select,
    .dark-version.dark-version textarea {
        background-color: #1a1a1a !important;
    }

.conditional {
    display: none;
    margin-top: 30px;
    margin-bottom: 15px;
}

.plan-text h3,
p,
li {
    color: #2f3146;
}

.step_panel {
    position: relative;
    width: 75%;
}

/*.steps-area {
    overflow: hidden;
    background-image: url(../img/side-img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}*/
.steps-area .steps {
    top: -22px;
    z-index: 9;
    left: 40%;
    position: absolute;
}

    .steps-area .steps li {
        margin-bottom: 25px;
        position: relative;
    }

        .steps-area .steps li:before {
            content: "";
            top: -8px;
            left: -8px;
            width: 55px;
            height: 55px;
            position: absolute;
            border-radius: 100%;
            border: 2px solid #6b59d300;
            z-index: 3;
        }

        .steps-area .steps li span {
            width: 40px;
            color: #fff;
            height: 40px;
            font-size: 16px;
            font-weight: 700;
            line-height: 40px;
            border-radius: 50%;
            background: #bcbdbd;
            position: relative;
            text-align: center;
            display: inline-block;
            z-index: -1;
        }

            .steps-area .steps li span:before {
                content: "";
                width: 2px;
                height: 60px;
                background: #b8b9b9;
                position: absolute;
                right: 18px;
                top: 40px;
            }

            .steps-area .steps li span:after {
                content: "";
                width: 2px;
                height: 0;
                background: #ffc107;
                position: absolute;
                right: 18px;
                top: 40px;
                -webkit-transition: all 0.6s ease;
                -o-transition: all 0.6s ease;
                transition: all 0.6s ease;
            }

        .steps-area .steps li.last span:before,
        .steps-area .steps li.last span:after {
            display: none;
        }

        .steps-area .steps li.js-active span {
            background: #ffc107;
        }

            .steps-area .steps li.js-active span:after {
                height: 63px;
            }

        .steps-area .steps li.js-active:before {
            content: "";
            top: -8px;
            left: -8px;
            width: 55px;
            height: 55px;
            position: absolute;
            border-radius: 100%;
            border: 2px solid #ffc107;
        }

        .steps-area .steps li.current span {
            background: #ffc107;
        }

            .steps-area .steps li.current span:after {
                height: 50px;
            }

.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0px;
}

.form-header {
    text-align: center;
}

.info_btn {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0px !important
}

.file {
    height: auto;
}
#mobile_hide{
    display:none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 16px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

.form-label {
    display: block;
}

.Category_Name {
    display: block;
    font-size: 26px;
}

input[type=date],
select {
    height: 45px !important;
}

.form-row .form-holder {
    width: 50%;
    margin-right: 30px;
}

    .form-row .form-holder:last-child {
        margin-right: 0;
    }

    .form-row .form-holder.w-100 {
        width: 100%;
        margin-right: 0;
    }

.form-row .select {
    width: 50%;
    margin-right: 30px;
}

    .form-row .select .form-holder {
        width: 100%;
        margin-right: 0;
    }

.form-holder {
    position: relative;
}

    .form-holder i {
        position: absolute;
        bottom: 7px;
        right: 0;
        font-size: 17px;
    }

#nav-tabContent .active {
    background-color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ffc107 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.form-control {
    height: auto;
    border: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    /*color: #666;*/
}

#nodata_height {
    min-height: 300px;
}

.services-box-item {
    cursor: pointer;
}

.form-control:focus {
    border-color: #e9e0cf;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control:-moz-placeholder {
    color: #999;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999;
}

    select.form-control option[value=""][disabled] {
        display: none;
    }

.actions {
    bottom: 0;
    position: relative;
    float: right;
    margin-bottom: 1px;
    /* bottom: 0;
  right: 15%;
  position: relative;
  float: right;
  margin-bottom: 20px; */
}

    .actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.next {
    margin: 0px 0px !important;
    display: inline-block;
    font-weight: bold;
    cursor: pointer
}

.backbtn {
    margin: 0px 5px !important;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}



/*.actions li span,
    .actions li button {
        height: 45px;
        width: 105px;
        color: #fff;
        display: block;
        font-size: 22px;
        font-weight: 500;
        border-radius: 5px;
        line-height: 45px;
        text-align: center;
        background-color: #28a745;
        border: 0;
        cursor: pointer;
        border: 0;
        cursor: pointer;
        margin-left: 10px;
    }*/

/*.actions li:first-child span {
       
        color: #fff;
    }*/
.actions li[aria-disabled=true] span {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: none;
}

.checkbox-tick label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
}

    .checkbox-tick label.male {
        margin-right: 26px;
    }

.checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    .checkbox-tick input:checked ~ .checkmark {
        background: #999;
    }

        .checkbox-tick input:checked ~ .checkmark:after {
            display: block;
        }

.checkbox-tick .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #999;
    border-radius: 50%;
    font-family: Material-Design-Iconic-Font;
    color: #fff;
    font-size: 11px;
}

    .checkbox-tick .checkmark:after {
        top: 0;
        left: 2px;
        position: absolute;
        display: none;
        content: "";
    }

.checkbox-circle {
    position: relative;
    padding-left: 23px;
    margin-top: 41px;
    width: 63%;
}

    .checkbox-circle.mt-24 {
        margin-top: 24px;
    }

    .checkbox-circle label {
        cursor: pointer;
        color: #999;
        font-size: 13px;
        line-height: 1.9;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .checkbox-circle label a {
            color: #6d7f52;
        }

            .checkbox-circle label a:hover {
                color: #89b843;
            }

    .checkbox-circle input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox-circle input:checked ~ .checkmark:after {
            display: block;
        }

    .checkbox-circle .checkmark {
        position: absolute;
        top: 6px;
        left: 0;
        height: 13px;
        width: 13px;
        border-radius: 50%;
        border: 1px solid #999;
    }

        .checkbox-circle .checkmark:after {
            content: "";
            top: 2px;
            left: 2px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #999;
            position: absolute;
            display: none;
        }

.date-picker {
    margin-bottom: 3rem;
}

    .date-picker span {
        border-radius: 0;
        position: absolute;
        top: 16px;
        right: 15px;
        display: block;
        min-width: 120px;
        text-align: center;
        background: #ececec;
        padding: 6px;
        color: #828282;
        cursor: pointer;
    }

.datepicker td,
.datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.payment_list .Paysimeple {
    height: 45px;
    width: 144px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 37px;
    text-align: center;
    background-color: #28a745 !important;
    border: 0;
    cursor: pointer;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
}

.Paysimple {
    cursor: pointer;
    font-weight: bold
}
/*#step_category-mt {
    margin-top: 25px;
}*/
.payment_list .Paypal {
    /*height: 45px;
    width: 144px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
    background-color: #0097D7;
    border: 0;
    cursor: pointer;
    border: 0;*/
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold
}


.reqcolor {
    color: #f70f0f;
    font-size: 20px;
    font-weight: bolder;
}
/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
    padding-top: 120px;
    height: 100%;
}

.multisteps-form__progress-btn {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    z-index: 1;
}

    .multisteps-form__progress-btn span {
        color: #fff;
    }

.no_datashow {
    background-color: #fff;
    border: 1px solid #ffd800;
    margin-top: 10px;
}

.multisteps-form__progress-btn i {
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
    margin-right: 15px;
    line-height: 50px;
    position: relative;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -1;
}

.multisteps-form__progress-btn.js-active {
    color: #fff;
}

    .multisteps-form__progress-btn.js-active span {
        color: #fff;
    }

    .multisteps-form__progress-btn.js-active i {
        color: #fff;
        border-color: #fff;
    }

    .multisteps-form__progress-btn.js-active:after {
        background-color: #fff;
    }

.multisteps-form__form {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    
}

.multisteps-form__panel.js-active {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    padding: 1px;
}

.multisteps-form__panel[data-animation=scaleOut] {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

    .multisteps-form__panel[data-animation=scaleOut].js-active {
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

/* .multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
} */

/* .multisteps-form__panel[data-animation=slideHorz].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
       -o-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
          transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
} */

/* .multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
} */

/* .multisteps-form__panel[data-animation=slideVert].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  top: 0;
} */

/* .multisteps-form__panel[data-animation=fadeIn].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
} */

/* .multisteps-form__panel[data-animation=scaleIn] {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
} */

/* .multisteps-form__panel[data-animation=scaleIn].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
} */
.table_align {
    text-align: left !important;
    font-size: 16px;
}

.req_sign {
    color: #fc0e0e;
    font-size: 18px;
    font-weight: bolder;
}

.active {
    border: 1px solid #ffc107 !important;
    /*background-color: #ffc107 !important;*/
    background-color: rgb(253 214 98 / 40%) !important;
    /*background-color: #ede8ae24 !important*/
}

.step-inner-content {
    /*padding-bottom: 115px;*/
    border-bottom: 2px solid #dfdfdf;
}

/*.form-content {
    width: 96%;
}*/
.text-size {
    font-size: 20px;
    font-weight: 500;
}

.para-size {
    color: #5f5f63;
    font-size: 18px;
    text-align: left;
}

.form-content .bottom-line {
    /* border-bottom: 2px solid #ffc107; */
}

.add_student_pop {
    padding: 10px 50px;
    border: 1px solid #ccc;
}

    .add_student_pop .form-group {
        margin-bottom: 0.50rem;
    }

.form-content h2 {
    font-size: 42px;
    font-weight: 700;
    padding: 20px 0px 10px 0px;
}

.form-content p {
    color: #5f5f63;
    font-size: 15px;
    /*text-align:left*/
}

.selectpicker {
    border: 1px solid #ffc107;
}

select {
    border: 1px solid #ffc107;
}

.step-box {
    /*margin-top: 10px;
    min-height: 79vh;*/
    min-height: 39.65vw;
}

.step-box_inner {
    width: 100%;
    border-radius: 4px;
    border: solid 1px rgba(42, 58, 141, 0.18);
    padding-bottom: 10px;
    margin-left: 0px;
}

.step-box_header {
    background-color: #fff;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 5px;
    color: #2f3146;
    border-top: 2px solid #ffc107;
    border-bottom: 0.2px solid #ccc;
}

.step-box_inner p {
    margin-bottom: 10px;
}

.pt_1 {
    margin-top: 10px;
}

.step-box-content {
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #e1e1e1;
    padding: 45px 15px 20px 15px;
    display: block;
    height: 430px;
    /* text-align: center;
    border: 1px solid #eee;
    padding: 25px 15px;
    border-radius: 5px;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s; */
}

.center_img {
    border-radius: 5px;
}

.box_height {
    height: 514px;
}

.font-88{
    font-size:88px;
}

.step-box-content input {
    opacity: 0;
}

.step-box-content span {
    display: block;
}

.step-box-content .step-box-icon {
    margin-bottom: 5px;
}

.step-box-content .step-box-text {
    font-size: 20px;
    font-weight: 500;
}

.step-box-content input {
    opacity: 0;
}

.step-box-content span {
    display: block;
}

.step-box-content .step-box-icon {
    margin-bottom: 5px;
}

.step-box-content .step-box-text {
    font-size: 20px;
    font-weight: 500;
}

.service-check-option span {
    top: 15px;
    right: 15px;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #f9f9f9;
    border: 2px solid #e1e1e1;
}

    .service-check-option span:after {
        left: 3px;
        top: 3px;
        content: "";
        width: 17px;
        height: 17px;
        display: none;
        position: absolute;
        border-radius: 100%;
        background-color: #ffc107;
    }

.box {
    display: none;
    width: 100%;
}

/* summary section  */
.your-order_heading {
    font-size: 16px;
    color: #495057;
    float: left;
}

/*  summary Section */
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 15px;
    font-weight: bold;
}

.step-box-content.active .service-check-option span:after {
    display: block;
}

.step-box-content.active .service-check-option span:after {
    display: block;
}

.step-progress {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
}

    .step-progress span {
        font-size: 16px;
        color: #2f3146;
    }

    .step-progress .progress {
        margin-top: 2px;
        background-color: #fff;
        border: 2px solid #ededed;
        width: 100%;
        border-radius: 10px;
    }

        .step-progress .progress .progress-bar {
            background-color: #ffc107;
            width: 20%;
            border-radius: 10px;
        }

.form-inner-area input {
    width: 100%;
    height: 45px;
    padding-left: 30px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 2px solid #ededed;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-radius: 5px;
}

    .form-inner-area input:focus {
        -webkit-box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
        box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
        border: 2px solid #ffc107;
    }

.gender-selection {
    margin-top: 35px;
}

    .gender-selection h3 {
        color: #5f5f63;
        font-size: 23px;
        font-weight: 700;
        padding-bottom: 6px;
    }

    .gender-selection label {
        font-size: 19px;
        font-weight: 600;
        margin-right: 40px;
        display: inline-block;
    }

.upload-documents {
    margin-top: 30px;
}

    .upload-documents h3 {
        color: #5f5f63;
        font-size: 23px;
        font-weight: 700;
        padding-bottom: 15px;
    }

    .upload-documents .upload-araa {
        width: 100%;
        padding: 25px 35px;
        display: inline-block;
        border: 2px solid #ededed;
    }

    .upload-documents .upload-icon {
        margin-right: 30px;
    }

        .upload-documents .upload-icon i {
            font-size: 60px;
            color: #d4d4d4;
        }

    .upload-documents .upload-text {
        float: left;
        margin-top: 8px;
        max-width: 250px;
        display: inline-block;
    }

        .upload-documents .upload-text span {
            font-size: 16px;
            color: #929292;
        }

    .upload-documents .upload-option {
        width: 245px;
        height: 45px;
        float: right;
        margin-top: 8px;
        line-height: 45px;
        border-radius: 4px;
        display: inline-block;
        background-color: #1dbe72;
    }

        .upload-documents .upload-option label {
            color: #fff;
            font-weight: 500;
        }

.step-inner-content {
    border-bottom: none;
    padding-bottom: 0px;
    width: 100%;
}

    .step-inner-content p {
        margin-bottom: 5px;
    }

.services-select-option {
    margin-top: 30px;
}

    .services-select-option li {
        width: 100%;
        min-height: 65px;
        color: #959595;
        font-size: 17px;
        position: relative;
        padding-left: 80px;
        border-radius: 4px;
        margin-bottom: 20px;
        cursor: pointer;
        border: 2px solid #ededed;
    }

        .services-select-option li input {
            opacity: 0;
        }

        .services-select-option li label {
            display: block;
            margin-bottom: 0;
            padding: 18px 0;
        }

        .services-select-option li:after {
            content: "";
            width: 23px;
            height: 23px;
            position: absolute;
            left: 35px;
            top: 20px;
            border-radius: 100%;
            border: 2px solid #ededed;
        }

        .services-select-option li:before {
            content: "";
            top: 26px;
            left: 41px;
            font-size: 12px;
            line-height: 1;
            font-weight: 900;
            display: none;
            color: #ffc107;
            font-family: "Font Awesome 5 Free";
            position: absolute;
        }

        .services-select-option li.active {
            border: 2px solid #ffc107;
        }

            .services-select-option li.active:after {
                border: 2px solid #ffc107
            }

            .services-select-option li.active:before {
                display: block;
            }

.language-select p {
    color: #636363;
    font-size: 18px;
    padding-bottom: 20px;
}

.language-select select {
    border: 2px solid #ededed;
    height: 60px;
    width: 100%;
    padding: 0px 30px;
}

.comment-box {
    padding-top: 35px;
}

    .comment-box p {
        color: #000000;
        font-size: 18px;
        padding-bottom: 20px;
    }

    .comment-box textarea {
        width: 100%;
        height: 140px;
        border: 2px solid #ededed;
        padding: 20px 30px;
    }

.step-inner-content {
    border-bottom: none;
}

.step-content-area {
    padding-top: 55px;
}

.budget-area {
    margin-bottom: 25px;
}

    .budget-area p {
        color: #5f5f63;
        font-size: 23px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .budget-area select {
        width: 100%;
        height: 60px;
        border: 2px solid #ededed;
        padding: 0px 30px;
    }

    .budget-area .opti-list ul {
        margin-top: 10px;
    }

    .budget-area .opti-list li {
        position: relative;
        display: inline-block;
        margin-right: 25px;
        font-size: 19px;
        color: #5f5f63;
        padding: 20px 20px 20px 60px;
        width: 33%;
        font-weight: 600;
        cursor: pointer;
        border: 2px solid #ededed;
    }

        .budget-area .opti-list li:last-child {
            margin-right: 0;
        }

        .budget-area .opti-list li input {
            opacity: 0;
            position: absolute;
            left: 15px;
            top: 20px;
            width: 28px;
            height: 28px;
        }

        .budget-area .opti-list li:after {
            content: "";
            position: absolute;
            height: 28px;
            left: 15px;
            top: 20px;
            width: 28px;
            border: 2px solid #ededed;
        }

        .budget-area .opti-list li:before {
            content: "";
            top: 28px;
            left: 24px;
            font-size: 12px;
            line-height: 1;
            font-weight: 900;
            display: none;
            color: #fff;
            z-index: 1;
            font-family: "Font Awesome 5 Free";
            position: absolute;
        }

        .budget-area .opti-list li.active {
            border: 2px solid #6b59d3;
            -webkit-box-shadow: 0 0 15px 5px #6b58d317;
            box-shadow: 0 0 15px 5px #6b58d317;
        }

            .budget-area .opti-list li.active:after {
                border: 2px solid #6b59d3;
                background-color: #6b59d3;
            }

            .budget-area .opti-list li.active:before {
                display: block;
            }

.step-inner-content {
    border-bottom: none;
}

.step-content-field {
    margin-top: 30px;
}

    .step-content-field .date-picker {
        position: relative;
    }

        .step-content-field .date-picker input {
            height: 60px;
            width: 100%;
            padding-left: 120px;
            padding-right: 10px;
            border: 2px solid #ededed;
        }

        .step-content-field .date-picker:before {
            top: 15px;
            left: 25px;
            content: "";
            font-size: 20px;
            color: #959595;
            font-weight: 900;
            position: absolute;
            font-family: "Font Awesome 5 Free";
        }

        .step-content-field .date-picker:after {
            content: "";
            top: 24px;
            left: 80px;
            height: 20px;
            width: 2px;
            position: absolute;
            background-color: #e0e0e0;
        }

.plan-area {
    padding: 40px 0px;
    min-height: 40vh
}

/* blink css*/
.blinkbtn {
    animation: glowing 1300ms infinite;
}

@keyframes glowing {
    0% {
        background-color: #28a745;
        box-shadow: 0 0 5px #cce5ff;
        color: #fff;
    }

    50% {
        background-color: #28a745;
        box-shadow: 0 0 20px #2c347b;
        color: #fff;
    }

    100% {
        background-color: #28a745;
        box-shadow: 0 0 5px #2c347b;
        color: #fff;
    }
}

/*.nextblink {
    animation: glowing1 1300ms infinite;
}*/

/*@keyframes glowing1 {
    0% {
        background-color: #28a745;
        box-shadow: 0 0 5px #cce5ff;
        color: #fff;
    }

    50% {
        background-color: #28a745;
        box-shadow: 0 0 20px #2c347b;
        color: #fff;
    }

    100% {
        background-color: #28a745;
        box-shadow: 0 0 5px #2c347b;
        color: #fff;
    }
}*/

/*.blinkbtn1 {
    animation: glowing 1300ms infinite;
}*/
.plan-icon-text {
    padding: 20px 10px 5px 5px;
    position: relative;
    border: 0px solid #99999985;
    width: 100%;
    /* float: left; */
    margin-right: 4%;
    /*margin-bottom: 30px;*/
    border-radius: 5px;
    color: #fff;
}

.plan-area .active {
    background-color: #fff !important;
}

.Schedule_btn {
    color: #1313f1 !important;
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
}

    .Schedule_btn:hover {
        text-decoration: underline !important;
    }

.display_std {
    display: block;
}

.plan-text {
    padding-left: 0.90rem;
    color: #2f3146;
    font-weight: 600;
}

.class_img {
    /* border: 1px solid #ccc; */
    padding: 0.1em;
    border-radius: 10px;
    height: 150px;
}

.class_img_details {
    /* border: 1px solid #ccc; */
    padding: 0.1em;
    border-radius: 10px;
    height: 200px;
}

.plan-icon-text input {
    opacity: 0;
}

.plan-icon-text:last-of-type {
    margin-right: 0;
}

/* .plan-icon-text:before {
  top: 15px;
  left: 20px;
  display: none;
  color: #ffc107;
  font-size: 30px;
  font-weight: 900;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
} */
.plan-icon-text.active:before {
    display: block;
}

.plan-icon-text .plan-icon {
    padding-bottom: 20px;
    min-width: 300px;
    max-width: 350px;
}

.plan-text p {
    text-align: left !important;
}

.plan-icon-text .plan-icon i {
    font-size: 44px;
    color: #6b59d3;
}

.plan-icon-text .plan-text h3 {
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 10px;
}

.plan-icon-text .plan-text p {
    font-size: 18px;
}

.plan-text_info {
    text-align: justify;
}

/*  New Radio Button */

/* .switch-field {
    display: flex;
    margin-bottom: 0px;
    overflow: hidden;
    padding-left: 14px;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 11px 72px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
    cursor: pointer;
}
.switch-field input:checked+label {
    background-color: #ccc;
    box-shadow: none;
    color: #fff;
}
.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
} */

/*  New Radio Button end here */

/* ==========================================================================
wizard 4
========================================================================== */
#slider-service {
    padding-right: 10px;
    padding-left: 10px;
}

.service-checkbox {
    display: none;
}

.w-service-box {
    width: 270px;
    height: auto;
    float: left;
    margin: 5px;
    padding: 4px 0px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.w-service-box-ext {
    width: 270px;
    height: auto;
    float: left;
    /*margin: 5px;
    padding: 4px 0px;*/
    /*margin-bottom: 30px;*/
    background-color: #fdfafa;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.category_box_item {
    height: 290px !important;
    width: 100% !important;
    background-color: #fff;
    margin: 2px;
    padding: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #2c39a4;
    border-radius: 4px;
}

.camp_box_item {
    height: 235px !important;
    width: 100% !important;
    background-color: #fff;
    margin: 2px;
    padding: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #2c39a4;
    border-radius: 4px;
}

.edit_student {
    position: absolute;
    left: 10px;
    top: 2px;
}

.edit_student_btn i {
    color: #2c39a4;
    font-size: 24px;
    ;
}

.select-session1 {
    font-size: 16px;
    display: block;
    color: #5756a2;
    text-decoration: none;
    font-weight: lighter;
}

.select-session {
    font-size: 16px;
    display: block;
    color: #5756a2;
    text-decoration: underline;
    font-weight: lighter;
}

.text-size_category {
    display: block;
}

.img_height_category {
    height: 175px;
    /* width: 100%; */
}

.img_height_camp {
    height: 120px;
    width: 100%;
}

.help_btn {
    font-weight: bold;
}

.mtop-1 {
    margin: 4px 0px 6px 0px !important;
    align-items: center;
}

.btn_section {
    padding-top: 10px;
}

.help_btn {
    cursor: pointer;
}

/* Center css for checkbox */


.w-service-box-center {
    width: 100%;
    height: 550px;
   
    float: left;
    margin: 5px;
    padding: 4px 0px;
    margin-bottom: 30px;
    /*background-color: #fff;*/
    /*border: 1px solid #2c39a4;*/
    border-radius: 4px;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #e1e1e1;
    padding: 46px 15px 20px 15px;
}


    .w-service-box-center .tooltip-info:before {
        position: absolute;
        content: "";
        height: 30px;
        width: 30px;
        top: 10px;
        right: 15px;
        display: none;
        border-radius: 100%;
        background-color: #ffc107;
    }

.seat_color {
    color: #15b45c;
}

.w-service-box-center .tooltip-info:after {
    position: absolute;
    content: "\f00c";
    top: 13px;
    color: #fff;
    right: 20px;
    font-weight: 900;
    display: none;
    display: none;
    font-family: "Font Awesome 5 Free";
}

.w-service-box-center .service-text {
    color: #5756a2;
    font-size: 20px;
    font-weight: 500;
}

.text_size {
    font-size: 24px !important;
}

.w-service-box-center .option-seclect {
    bottom: 0px;
    left: -2px;
    width: 101.1%;
    padding: 5px;
    font-size: 16px;
    display: none;
    font-weight: 500;
    position: absolute;
    background-color: #ffc107;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

}

.w-service-box-center .option-seclect span {
    color: #fff;
}

.service-checkbox:checked ~ .w-service-box-center .tooltip-info:before,
.service-checkbox:checked ~ .w-service-box-center .tooltip-info:after {
    display: block;
}

.service-checkbox:checked ~ .w-service-box-center {
    border: 1px solid #ffc107;
}

    .service-checkbox:checked ~ .w-service-box-center .option-seclect {
        display: block;
        color: #fff;
    }

/* center css for checkbox*/


.w-service-box .tooltip-info:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    top: 15px;
    right: 22px;
    display: none;
    border-radius: 100%;
    background-color: #ffc107;
}

.seat_color {
    color: #15b45c;
}

.w-service-box .tooltip-info:after {
    position: absolute;
    content: "\f00c";
    top: 18px;
    color: #fff;
    right: 26px;
    font-weight: 900;
    display: none;
    display: none;
    font-family: "Font Awesome 5 Free";
}

.w-service-box .service-text {
    color: #5756a2;
    font-size: 20px;
    font-weight: 500;
}

.text_size {
    font-size: 24px !important;
}

.w-service-box .option-seclect {
    bottom: -35px;
    left: -2px;
    width: 101.1%;
    padding: 5px;
    font-size: 16px;
    display: none;
    font-weight: 500;
    position: absolute;
    background-color: #ffc107;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.w-service-box-ext .option-seclect {
    bottom: 0px;
    left: -2px;
    width: 102.1%;
    padding: 2.5px;
    font-size: 13px;
    display: none;
    font-weight: 500;
    position: absolute;
    background-color: #ffc107;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.w-service-box .option-seclect span {
    color: #fff;
}

.service-checkbox:checked ~ .w-service-box .tooltip-info:before,
.service-checkbox:checked ~ .w-service-box .tooltip-info:after {
    display: block;
}

.service-checkbox:checked ~ .w-service-box {
    border: 1px solid #ffc107;
}

.service-checkbox:checked ~ .w-service-box-ext .option-seclect {
    display: block;
    color: #fff;
}

.service-checkbox:checked ~ .w-service-box .option-seclect {
    display: block;
    color: #fff;
}

.slick-dots li.slick-active {
    width: 35px;
    height: 10px;
    background: #2c39a4;
    border-radius: 5px;
}

.slick-dots li {
    width: 15px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin: 0 8px;
    border-radius: 5px;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .slick-dots button {
        font-size: 0;
        visibility: hidden;
    }

.left_sidebar_img {
    height: 100vh;
}

.step-box_heading {
    background-color: #1dbe72;
}

/*  radio button  */

/* radio button css start here*/
.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .125);
    font-weight: normal;
    background-color: #fff;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 2.25em;
        margin-top: 1px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
    background-color: #fff;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #008000;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #008000;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d50c0d;
}

.mandt {
    color: #d50c0d;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    /*background-color: #ffc107;*/
    color: #666;
}

/*.close {
    color: #fff;
}


    .close:hover {
        color: #fff;
    }*/
#steps-area_login {
    /*height: 80vh;*/
}

#steps-area_enroll {
    /*height:80vh;*/
}

#steps-area_ordersum {
    /*height:80vh;*/
}

.text_align {
    text-align: right
}

.payment_list {
    margin: 20px 10px 10px 0px;
}

/*.nav-item {
    padding-left: 118px;
}*/
.navbar-toggler {
    padding: 0.35rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 0.25rem;
    /*margin-left: 210px;*/
    color: #fff;
}

.frequently-accordion {
    background-color: #fff;
    margin: 0px 0px;
    padding: 10px 30px;
}

#forgetbtn,
#forgetuser {
    font-size: 15px;
    text-decoration: underline !important;
    /*color: #2540a5 !important*/
}

.register_btn {
    font-size: 15px !important;
}

/*  */

/*---------------------------------------------------- */

/*wizard area*/

/*----------------------------------------------------*/

/* ==================================================
* 01 - media screen and (max-width: 1440px)
* 02 - media screen and (max-width: 1280px)
* 03 - media screen and (max-width: 1199px)
* 04 - media screen and (max-width: 991px)
* 05 - media screen and (max-width: 767px)
* 06 - media screen and (max-width: 680px)
* 07 - media screen and (max-width: 580px)
* 08 - media screen and (max-width: 480px)
* 09 - media screen and (max-width: 380px)
* 10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1280px) {
    .form-content h2 {
        font-size: 40px;
    }

    .form-content p {
        font-size: 20px;
    }

    .budget-area .opti-list li {
        margin-right: 15px;
    }

        .budget-area .opti-list li:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 1199px) {
    .steps-area-fixed {
        position: static;
        width: 100% !important;
    }

    .steps-area .steps {
        left: 0;
        width: 100%;
        text-align: center;
    }

    .steps-area-fixed + .multisteps-form__form {
        margin-left: 0;
    }

    .steps-area,
    .multisteps-form__form {
        width: 100%;
        max-width: 100%;
    }

    .image-holder {
        width: 100%;
        height: 250px;
        display: block;
        overflow: hidden;
    }

        .image-holder img {
            height: auto;
            width: 100%;
        }
    /*.form-content {
        width: 100%;
        padding-right: 80px;
    }*/
    .inner {
        display: inline-block;
        width: 100%;
    }

    .steps li {
        display: inline-block;
        margin-right: 5px
        /*margin-right: 80px;*/
    }

        .steps li span:before {
            display: none;
        }

        .steps li.js-active span:after {
            width: 100px;
            height: 2px !important;
            right: -100px;
            top: 20px;
        }

    .actions {
        padding: 30px 0px 50px;
        position: static;
        margin-right: 80px;
        float: right;
    }

    .form-content h2 {
        padding: 50px 0px 20px 0px;
    }

    .actions ul {
        display: block;
    }

        .actions ul li {
            display: inline-block;
        }
}

@media screen and (max-width: 991px) {
    .pb-100,
    .pb-200 {
        padding-bottom: 30px;
    }

    .wizard {
        max-width: 100%;
    }

    .image-holder img {
        height: 521px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .actions {
        position: static;
        padding-right: 10px;
    }

    .steps {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .steps li {
        display: inline-block;
        margin-right: 30px;
        margin-left: 30px;
    }

    .form-content h2 {
        font-size: 26px;
    }

    .form-content p {
        font-size: 15px;
    }

    .step-box-content {
        margin-bottom: 30px;
    }

    .step-box-content {
        margin-bottom: 30px;
    }

    .step-progress {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .form-content .step-no {
        display: block;
        margin-bottom: 30px;
    }

    .upload-documents .upload-option {
        float: none;
    }

    .budget-area .opti-list li {
        margin-bottom: 20px;
    }

    .plan-icon-text {
        margin-bottom: 20px;
    }

    .plan-icon-text {
        width: 100%;
    }
    /*.step-inner-content {
        padding-bottom: 50px;
    }*/
    .budget-area .opti-list li {
        font-size: 14px;
    }

    .actions {
        position: static;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
        /*float: none;*/
        padding: 0;
    }

    .w-service-box {
        /*width: 325px;*/
        height: 220px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        background-color: #fff;
        border: 1px solid #2c39a4;
        border-radius: 4px;
        cursor: pointer;
    }

    .blinkbtn {
        height: 44px;
        line-height: 14px;
    }

    .actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .actions li span {
        font-size: 12px;
    }

    .step-progress {
        display: inline-block;
        width: 100%;
    }

    .float-right {
        float: none !important
    }

    .plan-icon-text {
        padding: 10px 3px 5px 5px;
        position: relative;
        border: 2px solid #99999985;
        width: 100%;
        /* float: left; */
        margin-right: 4%;
        margin-bottom: 30px;
        border-radius: 5px;
    }

        .plan-icon-text .plan-text h3 {
            font-size: 16px;
        }

    .plan-text {
        padding-left: 0rem;
        overflow: hidden;
    }

    .plan-icon {
        display: none;
    }
    /*.plan-area {
        padding: 40px 5px;
    }*/
    .step-box_header h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 580px) {
    .steps li {
        margin-right: 0px;
        margin-left: 0px;
    }
    /*.steps li.js-active span:after {
            width: 70px;
            height: 2px !important;
            right: -70px;
            top: 19px;
        }*/
    .form-content {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .blinkbtn {
        height: 44px;
        line-height: 14px;
    }
}

@media screen and (max-width: 460px) {
    .steps li {
        margin-right: 5px;
        margin-left: 4px;
    }

        .steps li:first-child.js-active span:after {
            width: 60px;
            right: -32px;
        }

        .steps li:last-child.js-active span:after {
            width: 60px;
            right: 5px;
        }

    .steps-area .steps li.js-active:before {
        content: "";
        top: -5px;
        left: -5px;
        width: 50px;
        height: 50px;
        position: absolute;
        border-radius: 100%;
        border: 1px solid #ffc107;
    }

    .steps-area .steps {
        top: 5px;
        z-index: 9;
        right: 0px;
        position: absolute;
    }
}

/*---------------------------------------------------- */

/* New Radio button css*/
.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* max-width: 970px;
  padding: 85px 50px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background: #fff; */
    border-radius: 20px;
    /* -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
  box-shadow: 0px 8px 10px 0px #d8dfeb;
  -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .plans .plan input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

    .plans .plan {
        cursor: pointer;
        width: 100%;
    }

        .plans .plan .plan-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #e1e2e7;
            border-radius: 5px;
            -webkit-transition: -webkit-box-shadow 0.4s;
            transition: -webkit-box-shadow 0.4s;
            -o-transition: box-shadow 0.4s;
            transition: box-shadow 0.4s;
            transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
            position: relative;
            word-break: break-word;
        }

        .plans .plan .plan-details span {
            margin-bottom: 10px;
            display: block;
            font-size: 20px;
            line-height: 40px;
            color: #252f42;
            margin-left: 50px;
        }

.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #ffc107;
    left: 20px;
    top: 23px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #ffc107;
    box-shadow: 0px 0px 0px 2px #ffc107;
}

.plans .plan input[type="radio"] + .plan-content:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 20px;
    top: 23px;
    border-radius: 100%;
    border: 2px solid #e1e1e1;
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 1px solid #ffc107 !important;
    background-color: #ede8ae24 !important;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
    .plans {
        margin: 0px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 5px;
    }

        .plans .plan {
            width: 100%;
        }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 32%;
        left: 28px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (min-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

    .inspiration a {
        color: #666;
    }

@media screen and (max-width: 767px) {
    /* inspiration */
    .inspiration {
        display: none;
    }
}

/*thank you*/
.thank-you-wrapper {
    margin: 40px 0px;
    max-width: 1080px;
    position: relative;
    -webkit-box-shadow: 0px 5px 79px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 79px 0px rgba(0, 0, 0, 0.29);
}

    .thank-you-wrapper .thank-you-close {
        position: absolute;
        right: -20px;
        top: -20px;
        width: 48px;
        height: 48px;
        font-size: 19px;
        font-weight: 700;
        line-height: 40px;
        border-radius: 100%;
        background-color: #fff;
        cursor: pointer;
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        -webkit-box-shadow: 0px 5px 59px 0px rgba(0, 0, 0, 0.56);
        box-shadow: 0px 5px 59px 0px rgba(0, 0, 0, 0.56);
    }

        .thank-you-wrapper .thank-you-close:hover {
            color: #fff;
            background-color: #5756a2;
        }

    .thank-you-wrapper.thank-wrapper-style-one {
        padding: 30px 0px 206px;
    }

        .thank-you-wrapper.thank-wrapper-style-one .thank-txt {
            margin: 0 auto;
            max-width: 755px;
        }

            .thank-you-wrapper.thank-wrapper-style-one .thank-txt .thank-icon {
                margin-bottom: 20px;
            }

            .thank-you-wrapper.thank-wrapper-style-one .thank-txt h1 {
                font-size: 50px;
                color: #5756a2;
                font-weight: 700;
                padding-bottom: 15px;
            }

            .thank-you-wrapper.thank-wrapper-style-one .thank-txt p {
                font-size: 27px;
                color: #5756a2;
                padding-bottom: 20px;
            }

.thankyou_image_right_sign {
    height: 100px;
}

.thankyou_user_image {
    height: 200px;
}

.thank-you-wrapper.thank-wrapper-style-one .thank-txt a {
    /*color: #fff;*/
    height: 60px;
    width: 220px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-decoration: underline
    /*background-color: #5756a2;*/
}

.thank-you-wrapper.thank-wrapper-style-one .th-bottom-vector {
    left: 25px;
    bottom: 20px;
}

.thank-you-wrapper.thank-wrapper-style-two .thank-txt {
    padding: 80px 0px 50px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4161b1), to(#4956ad));
    background-image: -webkit-linear-gradient(bottom, #4161b1 0%, #4956ad 100%);
    background-image: -o-linear-gradient(bottom, #4161b1 0%, #4956ad 100%);
    background-image: linear-gradient(0deg, #4161b1 0%, #4956ad 100%);
}

    .thank-you-wrapper.thank-wrapper-style-two .thank-txt .text-area-thank {
        max-width: 715px;
        margin: 0 auto;
    }

        .thank-you-wrapper.thank-wrapper-style-two .thank-txt .text-area-thank h1 {
            color: #fff;
            font-size: 50px;
            font-weight: 700;
            padding-bottom: 15px;
        }

        .thank-you-wrapper.thank-wrapper-style-two .thank-txt .text-area-thank p {
            color: #fff;
            font-size: 33px;
        }

.thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 {
    margin: 0 auto;
    max-width: 720px;
    padding: 85px 0px 65px;
}

    .thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 a {
        color: #61b348;
        font-size: 33px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 p {
        font-size: 33px;
        color: #5756a2;
    }

    .thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 .okey-btn {
        width: 100%;
        height: 90px;
        margin-top: 60px;
        line-height: 90px;
        border-radius: 3px;
        background-color: #5756a2;
    }

        .thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 .okey-btn a {
            color: #fff;
            font-size: 25px;
            font-weight: 500;
            text-decoration: none;
        }

.thank-you-wrapper.thank-wrapper-style-three {
    background-size: cover;
    padding-bottom: 100px;
    /*background-image: url(../img/thbg3.png);*/
    background-image: url(../img/thbg3.png);
}

    .thank-you-wrapper.thank-wrapper-style-three .thank-icon {
        margin-top: 30px;
    }

    .thank-you-wrapper.thank-wrapper-style-three .thank-you-close {
        top: 15px;
        right: 5px;
        color: #fff;
        font-size: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

.thank-you-wrapper.thank-wrapper-style-four {
    padding-bottom: 20px;
}

    .thank-you-wrapper.thank-wrapper-style-four .thank-txt-part2 {
        position: relative;
        padding-top: 5px;
    }

        .thank-you-wrapper.thank-wrapper-style-four .thank-txt-part2:before {
            left: 0;
            right: 0;
            top: -40px;
            content: '';
            height: 75px;
            width: 120px;
            margin: 0 auto;
            position: absolute;
            /*background-image: url(../img/tra.png);*/
            background-image: url(../img/tra.png);
        }

        .thank-you-wrapper.thank-wrapper-style-four .thank-txt-part2 .okey-btn {
            margin-bottom: 30px;
        }

        .thank-you-wrapper.thank-wrapper-style-four .thank-txt-part2 span {
            font-size: 26px;
            font-weight: 600;
            color: #5756a2;
            margin-right: 60px;
        }

/*.plan-area {
    padding: 0px 15px;
}

.clas_img {
    height: 110px;
}

.step-box-content {
    height: auto !important;
    padding: 10px !important;
}*/



/* new css*/

.floating-label-group .form-control {
    height: auto !important
}

.floating-label-group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 8px;
}

.floating-label {
    font-size: 16px;
    color: #2f3146;
    position: absolute;
    pointer-events: none;
    top: 3px;
    left: 12px;
    font-weight: bold;
    transition: all 0.1s ease;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: -22px;
    bottom: 0px;
    left: 1px;
    font-size: 15px;
    opacity: 1;
    color: #2f3146;
    font-weight: bold;
}

#bthPaySimple, #bthPayPal {
    width: 100%;
}

/*  Attendee  styles start here */
@media (min-width: 992px) {
    .mdal_lg_width {
        max-width: 75% !important;
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-ext {
    /*margin-bottom: 20px;
    background-color: #fff;*/
    /*border: 1px solid transparent;*/
    border-radius: 4px;
    /*-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);*/
}

.panel-primary {
    border-color: #ccc;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    padding-left: 17px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.panel-body {
    padding: 10px;
}

.panel_padding {
    padding: 10px 30px;
}

.week_month {
    display: block;
}

.nav-link1 {
    display: inline-block;
    font-weight: bolder;
    text-decoration: underline !important;
    cursor: pointer;
    color: #0b4b8f !important;
}

.nav-link:hover {
    display: inline-block;
    /*font-weight: bolder;
    text-decoration: underline;*/
}

.select-session > a {
    font-weight: bold;
}

.week_month li {
    height: 115px;
    color: #2f3146;
    margin: 0 2px;
    font-size: 15px;
    width: 100%;
    line-height: 40px;
    font-weight: bolder;
    padding: 13px 10px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: #000000a1 !important;
}

.badge-selection {
    margin: 0 auto;
    max-width: 1090px;
}

    .badge-selection label {
        margin-right: 30px;
    }

    .badge-selection input,
    .badge-selection .wizard-form-field select,
    .wizard-form-field .badge-selection select {
        height: 25px;
        width: 25px;
    }

    .badge-selection h3 {
        margin-bottom: 20px;
    }

    .badge-selection span,
    .badge-selection h3 {
        font-size: 20px;
        font-weight: 500;
        color: #5756a2;
    }

    .badge-selection span {
        top: -5px;
        margin-left: 5px;
        position: relative;
    }

.wizard-topper {
    position: absolute;
    top: -375px;
    right: 5%;
}

    .wizard-topper .wizard-progress {
        width: 550px;
        float: right;
    }

        .wizard-topper .wizard-progress .progress {
            height: 27px;
            padding: 2px;
            position: relative;
            border-radius: 80px;
            border: 2px solid #e3e3e3;
            background-color: transparent;
        }

            .wizard-topper .wizard-progress .progress .progress-bar {
                top: 2px;
                left: 2px;
                width: 30%;
                height: 18px;
                position: absolute;
                border-radius: 80px;
                background-color: #5756a2;
            }

.wizard-content-item {
    margin: 0 auto;
    max-width: 855px;
    padding-top: 90px;
    padding-bottom: 68px;
}

    .wizard-content-item h2 {
        font-size: 43px;
        color: #5756a2;
        font-weight: 700;
    }

    .wizard-content-item p {
        color: #5756a2;
        font-size: 33px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 20px;
    }

.wizard-form-field {
    margin: 0 auto;
    max-width: 1095px;
}

    .wizard-form-field input,
    .wizard-form-field select {
        width: 100%;
        height: 80px;
        border: none;
        overflow: visible;
        padding-left: 40px;
        border-radius: 3px;
        margin-bottom: 28px;
        -webkit-transition: 0.3s all ease-out;
        -o-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
        background-color: #ddeef9;
        border: 2px solid #ddeef9;
    }

        .wizard-form-field input:focus,
        .wizard-form-field select:focus {
            border: 2px solid #5756a2;
            background-color: transparent;
        }

    .wizard-form-field select {
        height: 80px !important;
    }

    .wizard-form-field .wizard-form-input input::-webkit-input-placeholder,
    .wizard-form-field .wizard-form-input select::-webkit-input-placeholder {
        font-size: 20px;
        font-weight: 500;
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
    }

.wizard-footer {
    min-height: 350px;
}

.wizard-imgbg {
    left: -20px;
    bottom: 30px;
    position: absolute;
}

.wizard-option-list {
    margin: 0 auto;
    max-width: 920px;
}

    .wizard-option-list ul {
        margin: 0px -15px;
    }

    .wizard-option-list li {
        width: 50%;
        float: left;
        padding: 15px;
        position: relative;
    }

        .wizard-option-list li:before {
            content: "";
            top: 41px;
            left: 35px;
            position: absolute;
            font-size: 1.4em;
            font-weight: 500;
            font-family: "Font Awesome 5 Free";
        }

        .wizard-option-list li:after {
            top: 45px;
            right: 35px;
            content: "";
            position: absolute;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
        }

        .wizard-option-list li .option-item-list select {
            width: 100%;
            height: 83px;
            color: #5756a2;
            font-size: 20px;
            font-weight: 500;
            padding-left: 60px;
            border: 2px solid #c3e8ff;
            background-color: #ddeef9;
            -webkit-appearance: none;
        }

.session_checkbox {
    padding-right: 25px;
}

.wizard-option-list li.active:before {
    color: #5756a2;
}

.wizard-option-list li.active .option-item-list select {
    border: 2px solid #5756a2;
}

.wizard-option-list li.no-arrow:after {
    display: none;
}

.wizard-option-list li.no-arrow:before {
    display: none;
}

.wizard-option-list .nationality-list:before {
    top: 42px;
    content: "";
    font-size: 20px;
}

.wizard-option-list .upload-araa {
    width: 100%;
    height: 80px;
    margin: 20px 0px 35px;
    display: inline-block;
    border: 2px solid #c3e8ff;
}

    .wizard-option-list .upload-araa .upload-text span {
        display: inline-block;
        padding: 23px 30px;
        color: #5756a2;
        font-size: 20px;
        font-weight: 500;
    }

    .wizard-option-list .upload-araa .upload-option {
        border: 2px solid #c3e8ff;
        padding: 10px 20px;
        position: relative;
        top: 12px;
        right: 12px;
    }

        .wizard-option-list .upload-araa .upload-option label {
            margin-bottom: 0;
            color: #5756a2;
            font-size: 20px;
            font-weight: 500;
        }

.wizard-option-list .taxable-area {
    padding-bottom: 30px;
}

    .wizard-option-list .taxable-area label {
        margin-bottom: 0;
    }

    .wizard-option-list .taxable-area .tax-check {
        display: none;
    }

    .wizard-option-list .taxable-area .checkbo-box-border {
        position: relative;
    }

        .wizard-option-list .taxable-area .checkbo-box-border:before {
            top: 6px;
            left: 10px;
            color: #5756a2;
            content: "";
            font-size: 16px;
            font-weight: 900;
            display: none;
            position: absolute;
            font-family: "Font Awesome 5 Free";
        }

        .wizard-option-list .taxable-area .checkbo-box-border:after {
            position: absolute;
            content: "";
            height: 38px;
            width: 38px;
            top: 0px;
            left: 0px;
            border: 2px solid #c3e9ff;
        }

    .wizard-option-list .taxable-area .tax-check:checked ~ .checkbo-box-border:before {
        display: block;
    }

.wizard-option-list .texable-option {
    top: 10px;
    color: #5756a2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 50px;
    position: relative;
}

.wizard-identity-box {
    -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
}

    .wizard-identity-box .wizard-identity-icon img {
        padding-top: 50px;
    }

.wizard-identity {
    margin: 0 auto;
    max-width: 850px;
}

    .wizard-identity .wizard-identity-box {
        height: 310px;
    }

    .wizard-identity .identity-upload {
        padding-top: 70px;
    }

        .wizard-identity .identity-upload i {
            color: #7e7e8e;
            font-size: 55px;
            margin-bottom: 10px;
        }

    .wizard-identity .upload-option label {
        font-size: 25px;
        font-weight: 600;
        color: #5756a2;
        margin-bottom: 0;
    }

    .wizard-identity .upload-option span {
        display: block;
        color: #7e7e8e;
    }

.progress .progress-bar {
    width: 90%;
}

.identity-check {
    display: none;
}

.identity-option {
    max-width: 100%;
}

    .identity-option ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .identity-option li {
        /* width: 100%; */
        height: 100px;
        color: #2f3146;
        margin: 0 2px;
        font-size: 16px;
        line-height: 50px;
        font-weight: 600;
        position: relative;
        padding-left: 42px;
        margin-bottom: 20px;
        display: inline-block;
        border: 1px solid #ccc;
    }


        .identity-option li .identity-label {
            display: block;
        }

        .identity-option li .checkmark-border {
            position: absolute;
            top: 10px;
            left: 0;
        }

            .identity-option li .checkmark-border:before {
                content: "";
                position: absolute;
                height: 24px;
                width: 24px;
                border-radius: 100%;
                left: 8px;
                top: 4px;
                background-color: #fff;
                border: 1px solid #ccc;
            }

            .identity-option li .checkmark-border:after {
                content: "";
                position: absolute;
                height: 18px;
                width: 18px;
                display: none;
                border-radius: 100%;
                left: 11px;
                top: 6px;
                background-color: #ffc107;
            }

        .identity-option li .identity-check:checked ~ .checkmark-border:after {
            display: block;
        }

.wizard-submit-file-content {
    margin: 0 auto;
    max-width: 1005px;
}

.n-summary {
    height: 80px;
    padding-left: 30px;
    line-height: 80px;
    background-color: #ddeef9;
}

    .n-summary span {
        color: #5756a2;
        font-size: 20px;
        font-weight: 500;
    }

    .n-summary label {
        float: right;
        padding-top: 10px;
        margin-bottom: 0;
        margin-right: 20px;
    }

        .n-summary label span {
            position: relative;
            font-weight: 400;
            font-size: 18px;
            top: -7px;
        }

    .n-summary input,
    .n-summary .wizard-form-field select,
    .wizard-form-field .n-summary select {
        height: 30px;
        width: 30px;
        border: 2px solid #c3e8ff;
    }

.n-activity {
    height: 80px;
    padding-left: 30px;
    line-height: 80px;
    position: relative;
    background-color: #ddeef9;
    border: 2px solid transparent;
}

    .n-activity.checked {
        border: 2px solid #5756a2;
        background: transparent;
    }

    .n-activity label {
        margin-bottom: 0;
        width: 100%;
    }

        .n-activity label .net-check {
            display: none;
        }

        .n-activity label .net-check-border {
            position: absolute;
            top: 0;
            right: 0;
        }

            .n-activity label .net-check-border:before {
                content: "";
                top: 0px;
                right: 32px;
                font-family: "Font Awesome 5 Free";
                display: none;
                font-weight: 600;
                position: absolute;
            }

            .n-activity label .net-check-border:after {
                top: 18px;
                right: 20px;
                content: "";
                position: absolute;
                height: 40px;
                width: 40px;
                border: 2px solid #5756a2;
            }

        .n-activity label .net-check:checked ~ .net-check-border:before {
            display: block;
        }

    .n-activity .n-title {
        color: #5756a2;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
    }

.n-checked {
    height: 130px;
    padding-left: 30px;
    padding-top: 30px;
    background-color: #ddeef9;
}

    .n-checked span {
        display: block;
        color: #5756a2;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .n-checked label span {
        display: inline-block;
        color: #6ea1c2;
        font-size: 18px;
    }

.n-select-option {
    margin-top: 20px;
    position: relative;
}

    .n-select-option select {
        width: 100%;
        height: 83px;
        color: #5756a2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 30px;
        border: 2px solid #c3e8ff;
        background-color: #ddeef9;
        -webkit-appearance: none;
    }

    .n-select-option:after {
        top: 25px;
        right: 35px;
        font-size: 20px;
        content: "";
        position: absolute;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
    }


/*  new style css */

.wizard-sub-text {
    color: #474747;
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.duration-option {
    display: block;
    margin-bottom: 30px;
}

.duration-option {
    position: relative;
    margin-bottom: 0;
}

.duration-box .title {
    color: #474747;
    display: block;
    font-size: 65px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}

.duration-box span {
    line-height: 2;
    color: #474747;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}


/*  New Css start here */

.wizard-sub-text {
    color: #474747;
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.duration-option {
    position: relative;
    margin-bottom: 0;
}

    .duration-option .d-checkbox {
        display: none;
    }

    .duration-option .checkbox-circle-tick {
        position: absolute;
        top: 15px;
        right: 45px;
    }

        .duration-option .checkbox-circle-tick ~ check:before {
            content: "";
            width: 30px;
            height: 30px;
            border-radius: 100%;
            position: absolute;
            border: 2px solid #b4d4e4;
        }


    /* .duration-option .checkbox-circle-tick:after {
  top: 5px;
  left: 5px;
  content: "";
  width: 20px;
  height: 20px;
  display: none;
  border-radius: 100%;
  position: absolute;
  background-color: #5756a2;
} */

    .duration-option .d-checkbox:checked ~ .duration-box {
        border: 2px solid #5756a2;
        -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
    }

    .duration-option .d-checkbox:checked ~ .checkbox-circle-tick:after {
        display: block;
    }

    .duration-option .d-checkbox:checked ~ .checkbox-circle-tick:before {
        border-color: #5756a2;
    }

.duration-box {
    display: block;
    width: 100%;
    height: 115px;
    padding-top: 5px;
    padding-top: 5px;
    padding: 10px 10px 20px 10px;
    position: relative;
    border: 2px solid #ccc;
    /*box-shadow: -2px 4px 2px #ccc;*/
    border-radius: 5px;
}

.help_align {
    float: right;
}

.border_0 {
    border: 0px solid #fff !important;
}

.duration-box .title {
    color: #474747;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
}

.duration-box span {
    line-height: 2;
    color: #474747;
    font-size: 13px;
    font-weight: 500 !important;
    text-transform: capitalize;
    padding: 0px 5px;
}

.sessions_date {
    font-weight: 200 !important;
}

.sessions_amount {
    font-weight: 600 !important;
}

.whcolor {
    color: #fff !important;
}

.bg_gey {
    background-color: #ccc !important;
}

.bg_warning {
    background-color: #f8d7da !important;
}

.bg_success {
    background-color: #d4edda !important;
}

.alert_border {
    border: 1px solid #ccc;
    height: auto;
}


/* .duration-option .d-checkbox:checked~.duration-box  */


/* input[type="check"]:disabled~.duration-box {
    background: red !important;
} */

.modal-header {
    padding: 1rem 1rem 0rem 1rem !important;
}

.justify-content-around1 {
    justify-content: flex-start;
}

.session_box1 {
    width: 90%;
}

.session_box {
    margin-bottom: 10px;
}

.month_icon {
    font-size: 26px;
    display: block;
}

.month_name {
    font-size: medium;
}

.duration-option {
    position: relative;
    margin-bottom: 0;
    margin-right: 1.2em;
}

    .duration-option .d-checkbox {
        display: none;
    }

    .duration-option .checkbox-circle-tick {
        position: absolute;
        top: 18px;
        right: 54px;
    }

.w_200 {
    width: 200px;
}

.w_200_ext {
    width: 170px;
}

.sessions_date {
    display: block;
}

.duration-option .checkbox-circle-tick:before {
    /*position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #ffc107;
    background-color: #ffc107;
    z-index: 1;*/
}

.duration-option .checkbox-circle-tick:after {
    /*top: 5px;
    left: 5px;
    content: "";
    width: 20px;
    height: 20px;
    display: none;
    border-radius: 100%;
    position: absolute;
    background-color: #ffc107;
    z-index: 1;*/
    z-index: 1;
    position: absolute;
    content: "\f00c";
    top: -2px;
    color: #fff;
    right: -41px;
    font-weight: 900;
    width: 23px;
    height: 24px;
    text-align: center;
    display: none;
    border-radius: 50%;
    display: none;
    background-color: #ffc107;
    font-family: "Font Awesome 5 Free";
}

.duration-option .d-checkbox:checked ~ .duration-box {
    border: 2px solid #ffc107;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
    background-color: #fff3cd;
}

.duration-option .d-checkbox:checked ~ .checkbox-circle-tick:after {
    display: block;
}

.duration-option .d-checkbox:checked ~ .checkbox-circle-tick:before {
    border-color: #ffc107;
}

.select .form-control {
    color: #2f3146;
}

.payment_section {
    padding: 0px 10px;
}


/*  New radio button style */

.switch-field {
    /* display: flex;
  margin-bottom: 36px;
  overflow: hidden; */
    display: flex;
    margin-bottom: 0px;
    overflow: hidden;
    padding-left: 14px;
    flex-wrap: wrap;
    align-content: center;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 11px 72px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 10%);
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #fff3cd;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }

/* Attendee style End here*/




.service-checkbox:checked ~ .w-service-box-selected {
    border: 1px solid #28a745;
}

.w-service-box-selected .tooltip-info:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    top: 15px;
    right: 22px;
    display: none;
    border-radius: 100%;
    background-color: #28a745;
}

.w-service-box-selected .option-seclected {
    bottom: -35px;
    left: -2px;
    width: 101.1%;
    padding: 5px;
    font-size: 16px;
    display: none;
    font-weight: 500;
    position: absolute;
    background-color: #28a745 !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.alert {
    position: relative;
    padding: 0.4rem 0.7rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: small !important;
}


.camp_info {
    text-decoration: underline;
    color: #004085;
    cursor: pointer;
}

    .camp_info:hover {
        text-decoration: underline;
        color: #004085;
        cursor: pointer;
    }

.button {
    display: inline-block;
    background: #4285f4;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

    .button:hover {
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translate(0px, -10px) scale(1.2);
        transform: translate(0px, -10px) scale(1.2);
    }

.button2 {
    display: inline-block;
    background: #4285f4;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

    .button2:hover {
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translate(0px, -10px) scale(1.2);
        transform: translate(0px, -10px) scale(1.2);
    }

.btn-orange-moon {
    background: #fc4a1a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}

.btn-rounded {
    border-radius: 35px;
}

.btn-ultra-voilet {
    background: #654ea3; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eaafc8, #654ea3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eaafc8, #654ea3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff !important;
    border: 3px solid #eee;
}

.btn-dark-moon {
    background: #141E30; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #243B55, #141E30); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff !important;
    border: 3px solid #eee;
}

.btn-light-moon {
    background: #FFEFBA; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff !important;
    border: 3px solid #eee;
}

.btn-funky-moon {
    background: #A770EF; /* fallback for old browsers */
    background: -webkit-linear-gradient(145deg, #FDB99B, #CF8BF3, #A770EF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(145deg, #FDB99B, #CF8BF3, #A770EF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff !important;
    border: 3px solid #eee;
}

.btn-pink-moon {
    background: #ec008c; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fc6767, #ec008c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fc6767, #ec008c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff !important;
    border: 3px solid #eee;
}

    .btn-pink-moon:hover {
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translate(0px, -10px) scale(1.2);
        transform: translate(0px, -10px) scale(1.2);
    }

.btn-ultra-voilet:hover {
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, -10px) scale(1.2);
    transform: translate(0px, -10px) scale(1.2);
}

/* Smartphones (portrait and landscape) ----------- */







/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .scroll_mobilebtn {
        display: flex;
        padding: 10px;
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 109 !important;
        width: 100%;
        background-color: white;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


        .scroll_mobilebtn .help_hide_mv {
            display: none !important;
        }


    #hide_mobile{
        display:none;
    } 
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (max-width : 1224px) {
    .main {
        min-height: 100vh;
    }

    .steps-area {
        overflow: hidden;
        position: fixed;
        width: 18%;
        bottom: 0px;
        left: 0;
        ;
    }

    .step-progress {
        display: inline-block;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
    }

    .steps-area .steps {
        top: -50px;
        z-index: 9;
        right: 80px;
        position: absolute;
    }

    .image-holder img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100vh;
        -o-object-position: 83%;
        object-position: 83%;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0 !important;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0.25rem;
    }
}



@media (min-device-width: 768px) and (max-device-width : 991px) {
    .sidebar {
        position: relative !important;
        width: 100%;
        overflow: hidden;
        background-color: black;
        float: none;
    }


    .steps-area {
        background-size: cover !important;
    }

    .steps-area {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 175px;
    }

    .steps li {
        display: inline-block;
        margin-right: 30px;
    }


    .steps-area {
        overflow: hidden;
        /*position: fixed;*/
        width: 100%;
        /*bottom: 0px;*/
        left: 0;
    }


    .step_form {
        position: relative;
        width: 100%;
        float: none;
        padding: 10px;
    }
}


@media (min-device-width: 992px) and (max-device-width : 1165px) {
    .sidebar {
        position: relative !important;
        width: 100%;
        overflow: hidden;
        background-color: black;
        float: none;
    }


    .steps-area {
        background-size: cover !important;
    }

    .steps-area {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 175px;
    }

    .steps li {
        display: inline-block;
        margin-right: 30px;
    }


    .steps-area {
        overflow: hidden;
        /*position: fixed;*/
        width: 100%;
        /*bottom: 0px;*/
        left: 0;
    }


    .step_form {
        position: relative;
        width: 100%;
        float: none;
        padding: 10px;
    }
}



/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}






@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

    .sidebar {
        position: relative;
        width: 10%;
        overflow: hidden;
        background-color: black;
        float: left;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: -104px;
    }

    .steps-area {
        overflow: hidden;
        position: fixed;
        width: 10%;
        top: 0px;
        left: 0;
        overflow: hidden;
        background-color: beige;
    }

    .side_bar_img {
        height: 100vh;
        width: 100%;
    }

    .step_form {
        width: 90%;
    }

    .payment_lable {
        display: inline-block;
        margin-bottom: .5rem;
        font-size: 12px;
        font-weight: 600;
    }


    .nav-link1{
        display: contents !important;
        font-weight: bolder;
    }

    .font-sz {
        font-size: 15px !important;
    }

    .dropdown-toggle {
        color: #000;
        font-size: 14px !important;
    }


    .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0px 0px;
    }
}



/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1)  {

    .multisteps-form__form {
        position: relative;
        width: 100%;
        padding-top: 0px !important;
    }

    .steps-area {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 130px;
    }

    .multisteps-form__progress {
        padding-top: 89px;
        height: 100%;
    }

    .camp_box_item {
        height: 260px !important;
        width: 100% !important;
        background-color: #fff;
        margin: 2px;
        padding: 5px;
        margin-bottom: 30px;
        background-color: #fff;
        border: 1px solid #2c39a4;
        border-radius: 4px;
    }

    .text_size {
        font-size: 18px !important;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }



    .form-content {
        width: 100%;
        padding-right: 0px !important;
    }

    .mtop-1 {
        margin: 0px 0px 0px 0px !important;
        align-items: center;
    }

    .actions {
        padding: 0px;
        position: static;
        margin-right: 0px;
        float: none;
    }


    .w-service-box-center {
        width: 100%;
        height: 509px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        /* background-color: #fff; */
        /* border: 1px solid #2c39a4; */
        border-radius: 4px;
        cursor: pointer;
        border-radius: 8px;
        border: 2px solid #e1e1e1;
        padding: 46px 15px 20px 15px;
    }
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px)  {
    .scroll_mobilebtn {
        display: flex;
        padding: 10px;
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 100 !important;
        width: 100%;
        background-color: white;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #mobile_hide {
        display: none !important;
    }

    .step-box_header h3 {
        font-size: 17px;
    }


    .blinkbtn {
        height: 36px;
        line-height: 14px;
    }
    


    .switch-field label {
        font-size: 14px;
        line-height: 1;
        width: 94%;
        text-align: center;
        padding: 11px 72px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 10%);
        transition: all 0.1s ease-in-out;
    }




    .alert_border {
        height: auto !important;
    }

    #bthPaySimple, #bthPayPal {
        width: 100%;
        margin-top: 5px;
    }

    .justify-content-around1 {
        justify-content: center !important;
    }

    #d-flex1 {
        display: flex !important;
        align-content: center !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
    }

    .week_month li {
        height: 50px;
        color: #2f3146;
        margin: 0 2px;
        font-size: 15px;
        width: 100%;
        line-height: 40px;
        font-weight: bolder;
        padding: 3px 10px;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #d1ecf1;
        border-color: #bee5eb;
    }

    .month_icon {
        font-size: 26px;
        display: inline-block;
    }



    .scroll_mobilebtn .help_hide_mv {
        display: none !important;
    }

    .actions ul li:first-child {
        padding-left: 0px;
        padding-right: 3px;
    }


    .img_height_category {
        height: 155px;
    }



    .btn_section {
        display: none;
    }

    /*#d-flex {
        display: flex !important;
        align-content: center !important;
        flex-wrap: wrap !important;
        justify-content: space-around !important;
    }*/


    .duration-option {
        position: relative;
        margin-bottom: 0;
        margin-right: 1.5em ;
    }


    .justify-content-around1 {
        justify-content: center;
    }

    .category_box_item {
        height: 260px !important;
    }

    .w-service-box-center {
        width: auto;
        height: 545px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        border-radius: 4px;
        cursor: pointer;
        border-radius: 8px;
        border: 2px solid #e1e1e1;
        padding: 46px 15px 20px 15px;
    }




    .w-service-box {
        width: 300px;
        height: 340px;
        float: left;
        margin: 5px;
        /*padding: 4px 0px;*/
        margin-bottom: 30px;
        background-color: #fff;
        border: 1px solid #2c39a4;
        border-radius: 4px;
        cursor: pointer;
    }



    #divPopupTimeOut {
        background-color: #fff;
        z-index: 999999999999999999 !important;
        position: absolute;
        top: 0;
        left: 5%;
        height: 212px;
        border: 1px solid #ccc;
        width: auto !important;
        padding: 30px 10px;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #ccc;
    }

    .mian_wrapper {
        width: 100%
    }

    .actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between !important;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .actions ul li {
            padding: 1px 0px;
        }

    .backbtn {
        margin: 0px 0px !important;
    }

    .next {
        margin: 0px 3px !important;
        
    }

   

    .help_list {
        padding-top: 0px;
        padding-right: 0px;
    }

    .steps li {
        margin-right: 0px;
        margin-left: 2px;
    }

    .sidebar {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: black;
        float: none;
    }

    .steps-area {
        overflow: hidden;
        position: relative;
        width: 20%;
    }

    .step_form {
        position: relative;
        width: 100%;
        float: none;
        padding: 10px;
    }

    .navbar-toggler {
        padding: 0.35rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #ffc107;
        border: 1px solid #ffc107;
        border-radius: 0.25rem;
        /*margin-left: 160px;*/
        color: #fff;
        display: inline;
    }

    .step-progress {
        margin-left: 0;
        margin-bottom: 0px;
    }

    .steps-area .steps li.current span:after {
        height: 0px;
    }

    .steps-area {
        width: 100%;
        max-width: 100%;
        height: 150px;
    }


    #steps-area_login {
        /*height: 150px !important;*/
    }

    .position-relative {
        position: relative !important;
        margin: 0 0px 30px 0px;
    }

    .mobile_pr {
        padding-right: 35px;
    }


    .w-service-box .option-seclect {
        bottom: 0px;
    }

    .category_box_item {
        height: 240px !important;
    }



    .info_btn {
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 0px !important;
    }


    #steps-area_enroll {
        /*height: 150px;*/
    }



    #steps-area_ordersum {
        /*height: 150px;*/
    }

    .text_align {
        text-align: left;
    }

    .payment_list li span {
        font-size: 0.60em;
    }

    .steps-area {
        background-size: cover !important;
    }

    .w-service-box .option-seclect {
        padding: 1px;
    }

    .para-size {
        color: #5f5f63;
        font-size: 16px;
        text-align: left;
    }

    .steps li.js-active span:after {
        width: 70px;
        height: 2px !important;
        right: -53px;
        top: 19px;
    }




    
}



@media only screen and (orientation: landscape) and (min-device-width : 481px) and (max-device-width : 767px) {
    .scroll_mobilebtn {
        display: flex;
        padding: 10px;
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 100 !important;
        width: 100%;
        background-color: white;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        flex-wrap: wrap;
    }

    #mobile_hide {
        display: none !important;
    }

    .step-box_header h3 {
        font-size: 17px;
    }


    .switch-field label {
        font-size: 14px;
        line-height: 1;
        width: 94%;
        text-align: center;
        padding: 11px 72px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 10%);
        transition: all 0.1s ease-in-out;
    }




    .alert_border {
        height: auto !important;
    }

    #bthPaySimple, #bthPayPal {
        width: 100%;
        margin-top: 5px;
    }

    .justify-content-around1 {
        justify-content: center !important;
    }

    #d-flex1 {
        display: flex !important;
        align-content: center !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
    }

    .week_month li {
        height: 50px;
        color: #2f3146;
        margin: 0 2px;
        font-size: 15px;
        width: 100%;
        line-height: 40px;
        font-weight: bolder;
        padding: 3px 10px;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #d1ecf1;
        border-color: #bee5eb;
    }

    .month_icon {
        font-size: 26px;
        display: inline-block;
    }



    .scroll_mobilebtn .help_hide_mv {
        display: none !important;
    }

    .actions ul li:first-child {
        padding-left: 0px;
        padding-right: 3px;
    }


    .img_height_category {
        height: 155px;
    }



    .btn_section {
        display: none;
    }

    /*#d-flex {
        display: flex !important;
        align-content: center !important;
        flex-wrap: wrap !important;
        justify-content: space-around !important;
    }*/


    .justify-content-around1 {
        justify-content: center;
    }

    .category_box_item {
        height: 260px !important;
    }

    .w-service-box-center {
        width: auto;
        height: 400px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        border-radius: 4px;
        cursor: pointer;
        border-radius: 8px;
        border: 2px solid #e1e1e1;
        padding: 46px 15px 20px 15px;
    }




    .w-service-box {
        width: 300px;
        height: 320px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        background-color: #fff;
        border: 1px solid #2c39a4;
        border-radius: 4px;
        cursor: pointer;
    }



    #divPopupTimeOut {
        background-color: #fff;
        z-index: 999999999999999999 !important;
        position: absolute;
        top: 0;
        left: 5%;
        height: 212px;
        border: 1px solid #ccc;
        width: auto !important;
        padding: 30px 10px;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #ccc;
    }

    .mian_wrapper {
        width: 100%
    }

    .actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between !important;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .actions ul li {
            padding: 1px 0px;
        }

    .backbtn {
        margin: 0px 0px !important;
    }

    .next {
        margin: 0px 3px !important;
    }

    .help_list {
        padding-top: 0px;
        padding-right: 0px;
    }

    .steps li {
        margin-right: 0px;
        margin-left: 2px;
    }

    .sidebar {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: black;
        float: none;
    }

    .steps-area {
        overflow: hidden;
        position: relative;
        width: 20%;
    }

    .step_form {
        position: relative;
        width: 100%;
        float: none;
        padding: 10px;
    }

    .navbar-toggler {
        padding: 0.35rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #ffc107;
        border: 1px solid #ffc107;
        border-radius: 0.25rem;
        /*margin-left: 160px;*/
        color: #fff;
        display: inline;
    }

    .step-progress {
        margin-left: 0;
        margin-bottom: 0px;
    }

    .steps-area .steps li.current span:after {
        height: 0px;
    }

    .steps-area {
        width: 100%;
        max-width: 100%;
        height: 150px;
    }


    #steps-area_login {
        /*height: 150px !important;*/
    }

    .position-relative {
        position: relative !important;
        margin: 0 0px 30px 0px;
    }

    .mobile_pr {
        padding-right: 35px;
    }


    .w-service-box .option-seclect {
        bottom: 0px;
    }

    .category_box_item {
        height: 240px !important;
    }



    .info_btn {
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 0px !important;
    }


    #steps-area_enroll {
        /*height: 150px;*/
    }



    #steps-area_ordersum {
        /*height: 150px;*/
    }

    .text_align {
        text-align: left;
    }

    .payment_list li span {
        font-size: 0.60em;
    }

    .steps-area {
        background-size: cover !important;
    }

    .w-service-box .option-seclect {
        padding: 1px;
    }

    .para-size {
        color: #5f5f63;
        font-size: 16px;
        text-align: left;
    }

    .steps li.js-active span:after {
        width: 70px;
        height: 2px !important;
        right: -53px;
        top: 19px;
    }
}

@media (orientation: portrait) {
    body {
        flex-direction: column;
    }
}

