:root {
    --primary_color: #ffd700;
    --secondary_color: #444444;
    --banner_color: #f5f5f5;
    --text_colour: black;
    --icon_grey: grey;
}
*{
    font-family: 'Lato', sans-serif;
}
h1{
    font-size: 54px;
    font-weight: 400;
}
h2{
    font-size: 34px;
    font-weight: 400;
}
h3{
    font-size: 28px;
    font-weight: 400;
}
h4{
    font-size: 20px;
    font-weight: 400;
}
h5{
    font-size: 18px;
    font-weight: 400;
}
h6{
    font-size: 16px;
    font-weight: 400;
}
a{
    font-size: 13px;
}
p{
    font-size: 14px;
}
.center{
    text-align: center;
}
.text-white{
    color: #FFFFFF;
}
.text-black{
    color: #000000;
}
.error-message{
    color: red;
}
.anchor {
    color: var(--text_colour);
    text-decoration: none;
}
.checked{
    color: var(--primary_color);
}
.container{
    overflow: hidden;
}
.container .custom_container{
    overflow: hidden;
    width:1200px;
}
.error-message {
    color: red;
}
/*-------------------- header --------------------------*/
.header .navbar-brand {
    height: 90px;
}
.header .navbar-collapse .main-menu {
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
    margin-left: -24em;
}
.header .navbar-collapse .main-menu > li {
    display: inline-block;
}
.header .navbar-collapse .main-menu > li > a {
    display: inline;
    padding: 35px 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text_colour);
    font-weight: bold;
}
.header img, svg {
    vertical-align: middle;
    width: 29%;
}
.header .header-right .st-list {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.header .header-right ul.st-list {
    list-style: none;
    padding-left: 80px;
    margin-bottom: 0;
}
.header .header-right .st-list .st-header-links {
    margin: 0;
    padding-right: 24px;
    border-right: 1px solid #dddddd;
}
.header .header-right .st-list li {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
}
.header .header-right .st-list li a {
    color: var(--text_colour);
    text-decoration: none;
}
.header .flag_logo {
    width: 21%;
}
.header .flag_logo .lang {
    padding-inline: 4px;
}
.header .flag_logo .lang img {
    border-radius: 50%;
}
/*-------------------- modal css -------------------------*/
.header .header-right .prefix {
    position: relative;
    bottom: 37px;
    left: 400px;
}
.header .header-right .form-check {
    display: block;
    padding-top: 14px;
}
.header .header-right .md-form .form-check a {
    padding-left: 211px;
}
/*------------------- banner ---------------------------*/
.banner {
    background-image: url(../images/banner_logo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    object-fit: cover;
    background-position: center;
}
.banner_heading{
    padding-top: 114px;
}
.custom_border {
    max-width: 75%;
    margin: auto;
    padding: 0;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: -4px 4px 30px #000;*/
    box-shadow: 0 2px 16px 6px rgba(0,0,0,.12);
}
.banner .border-right{
    border-left: 1px solid whitesmoke;
    background-color: white;
    padding: 9px;
    font-size: 1.125rem;
}
.banner .check_btn {
    margin: 12px;
    background-color: var(--primary_color);
    padding-top: 29px;
    text-align: center;
    margin-left: -117px;
    border-radius: 12px;
    border: none;
}
.banner .anchor_btn {
    background-color: var(--primary_color);
    padding: 13px;
    margin: 50px 373px;
    border-radius: 9px;
}
.banner .anchor_btn h5{
    margin-bottom: 0;
}
.banner .ban_icon {
    display: flex;
    height: 95px;
}
.banner .icon {
    display: flex;
    gap: 8px;
    padding: 24px 4px 0 18px;
    color: var(--icon_grey);
    font-size: 24px;
}
.banner .magnifying_icon {
    display: flex;
    gap: 8px;
    padding: 23px 4px 0 18px;
    color: var(--icon_grey);
    font-size: 24px;
}
.banner form.row {
    width: 100%;
    /*padding-inline: 200px;*/
}
.banner .text {
    padding: 6px;
    width: 100%;
}
.banner #datepicker {
    border: none;
    outline: none;
    padding: 22px;
}
.ui-state-default {
     border: none !important;
    background: #ffffff !important;
    font-weight: normal;
    color: #454545;
    padding: 7px !important;
}
.ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-active {
    border: 1px solid #000000 !important;
    background: #000000!important;
    color: #ffffff !important;
    border-radius: 50%;
    height: 33px;
    width: 79%;
}
.ui-widget-header {
    border: none !important;
    background: #ffffff !important;
    color: #333333;
    font-weight: 100 !important;
    padding: 17px !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    /*padding: 0.2em;*/
    text-align: center !important;
    text-decoration: none;
}
.ui-widget.ui-widget-content {
    border: none !important;
    width: 22%;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    border-radius: 12px!important;
}
.banner .cstm_text {
    position: relative;
    bottom: 13px;
}
.custom_select {
    background-image: none;
    width: 100%;
    border: none;
    padding: 0px;
    margin-block: -2px;
}
.form-select:focus {
    border-color: white;
    outline: 0;
    box-shadow: none;
}
/*---------------- slider home page--------------------*/
.slider{
    position: relative;
    padding: 100px;
}
.slider .swiper{
    position: unset;
}
.slider .swiper {
    width: 100%;
    height: 100%;
}
.slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 193px;
    object-fit: cover;
    object-position: center;
}
.slider .card {
    overflow: hidden;
    width: 300px;
    height: 365px;
}
.slider .card-icon {
    position: absolute;
    top: 30px;
    right: 10px;
}
.slider .fa, .pass_listing .fa{
    color: var(--banner_color);
}
.slider .card-img-heading {
    position: absolute;
    top: 29px;
    background-color: var(--primary_color);
    padding: 0px 15px;
}
.slider .card-img-heading >a {
    color: var(--text_colour);
    text-decoration: none;
}
.slider .st_sale_class {
    position: absolute;
    width: 80px;
    height: 48px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -30px;
    top: -15px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: red;
}
.slider a {
    color: var(--icon_grey);
    text-decoration: none;
}
.slider .icon {
    display: flex;
    gap: 7px;
    color: var(--icon_grey);
}
.slider .inner_icons {
    display: flex;
    gap: 7px;
    margin-left: -20px;
    color: var(--icon_grey);
}
.slider ul.icon-stars {
    display: flex;
    list-style: none;
}
.slider .time-icon {
    display: flex;
    gap: 4px;
}
.slider .fa-bolt{
    color: var(--primary_color);
}
.slider .pricecut {
    color: red;
    padding-left: 154px;
}
.slider .mySwiper [class^="swiper-button-"]::after{
    content: "";
}
/*adjust arrow size*/
.slider .mySwiper [class^="swiper-button-"]{
    width: 50px;
    height: 50px;
}
/*adjust arrow position*/
.slider .mySwiper .swiper-button-next {
    right: 35px;
    transform: scale(0.2);
}
.slider .mySwiper .swiper-button-prev{
    left: 35px;
    transform: scale(0.2);
}
/*-------------- Resort sec slider ----------------------*/
.pass_listing {
    padding-block: 40px;
}
.pass_listing .resort_card {
    height: 356px;
    margin-block: 14px;
}
.pass_listing .resort_card img {
    width: 100%;
    height: 214px;
    object-fit: cover;
    object-position: center;
}
.pass_listing .card-img-heading {
    position: absolute;
    top: 29px;
    background-color: var(--primary_color);
    padding: 0px 15px;
}
.pass_listing .heading {
    display: flex;
    gap: 9px;
    color: whitesmoke;
}
.pass_listing a {
    color: black;
    text-decoration: none;
}
.pass_listing .fa-heart {
    padding-top: 6px;
}
.pass_listing .icon {
    display: flex;
    gap: 7px;
}
.pass_listing ul.icon-stars {
    display: flex;
    list-style: none;
}
.pass_listing .inner_icons {
    display: flex;
    gap: 7px;
    margin-left: -20px;
    color: var(--icon_grey);
}
.pass_listing .time-icon {
    display: flex;
    gap: 6px;
}
.pass_listing .fa-bolt{
    color: var(--primary_color);
}
.pass_listing .seemore_btn {
    display: flex;
    justify-content: center;
    padding-block: 20px;
}
.pass_listing .card-icon {
    position: absolute;
    top: 30px;
    right: 10px;
}
.pass_listing .fav_btn {
    box-shadow: none;
}
/*---------------------- showcase  -------------------*/
/*.showcase {*/
    /*padding-bottom: 239px;*/
/*}*/
.showcase .showcase_img {
    width: 100%;
    height: 100%;
    /*transform: scale(0.2);*/
    object-fit: cover;
    background-position: center;
    padding-top: 50px;
}
.showcase .showcase_text {
    padding: 171px 40px;
}
.showcase .anchor_btn {
    background-color: var(--primary_color);
    padding: 12px;
    max-width: 40%;
    /*margin: 40px 454px 0px 0px;*/
    border-radius: 9px;
    margin-top: 30px;
}
/*-------------------- background sec  ------------------------*/
.bg_sec {
    background-color: var(--banner_color);
    padding: 29px;
}
.bg_sec .bg_img {
    display: flex;
}
.bg_sec h4 {
    padding: 20px;
}
.bg_sec .btn {
    background-color: var(--secondary_color);
    border: 1px solid var(--secondary_color);
    color: #ffffff;
}
.bg_sec .input-group>.form-control, .input-group>.form-select {
    height: 50px;
    margin: 0;
    box-shadow: none;
}
.bg_sec .follow_sec {
    display: flex;
    gap: 20px;
    justify-content: center;
}
/*---------------------- footer  -----------------------------*/
.footer {
    padding-top: 70px;
}
.footer .footer_text {
    padding-top: 40px;
}
.footer .footer_icon {
    padding-top: 7px;
    margin-top: 9px;
    padding-left: 12px;
    border-left: 3px solid dodgerblue;
    color: grey;
}
.footer .footer_icon .fa-brands{
    font-weight: 400;
    padding-inline: 7px;
}
.footer .footer_heading {
    border-bottom: 1px solid lightgrey;
}
.footer .footer_endsec {
    padding-top: 65px;
}
.footer .us_icon {
    display: flex;
    height: 20px;
    gap: 9px;
    justify-content: end;
    position: relative;
    bottom: 40px;
}
.footer a{
    color: var(--text_colour);
    text-decoration: none;
}
.footer .footer_icon p {
    margin-top: 0;
    margin-bottom: 0;
}
/*----------------------- sign up --------------------------*/
.signup_sec {
    padding: 70px;
}
.signup_sec .form-group {
    display: flex;
}
.signup_sec .form-control {
    display: block;
    width: 70%;
    padding: 6px;
}
.signup_sec .input-icon{
    position: absolute;
    left: 68%;
    margin: 14px;
    color: lightgray;
}
.signup_sec input {
    margin: 6px;
}
.signup_sec .box-shadow {
    background: white;
    box-shadow: 2px 2px 5px black;
    padding: 40px;
    padding-left: 300px;
}
.signup_sec .form-submit {
    width: 70%;
    background: darkgray;
}
.signup_sec .signup_bg{
    background-color: var(--primary_color);
    height: 100px;
    width: 100%;
}
.signup_sec .nav-item {
    display: flex;
    gap: 26px;
    list-style-type: none;
}
.signup_sec .nav-item a {
    color: black;
    text-decoration: none;
}
.signup_sec .nav-bar {
    padding: 35px;
}
.signup_sec .mt20{
    padding-left: 230px;
}
.signup_sec .fb-icon {
    display: flex;
    gap: 10px;
    padding-left: 230px;
}
/*---------------------- product page ---------------------------*/
.product{
    background-image: url('../images/product_banner.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.product .product_banner {
    padding-top: 171px;
}
.product_sec {
    padding-top: 80px;
    padding-bottom: 100px;
}
/*.product_sec .card {*/
    /*overflow: hidden;*/
    /*width: 17rem;*/
/*}*/
.product_sec .detail_price_card{
    overflow: hidden;
    width: 19rem;
    height: 537px;
}
.product_sec .testimonal_card{
    width: 19rem;
    margin-top: 14px;
}
.product_sec .product_card{
    overflow: hidden;
    width: 20rem;
}
.product_sec .product_card img{
    display: block;
    width: 100%;
    height: 193px;
    object-fit: cover;
    object-position: center;
}
.detail_sec .card_detail{
    width: 19rem;
}
.detail_sec .card_detail img{
    display: block;
    width: 100%;
    height: 193px;
    object-fit: cover;
    object-position: center;
}
.detail_sec .fav_btn {
    box-shadow: none;
}
.product_sec .card-icon {
    position: absolute;
    top: 30px;
    left: 234px;
}
.product_sec .fa{
    color: white;
}
.product_sec .card-img-heading {
    position: absolute;
    top: 29px;
    background-color: var(--primary_color);
    padding: 0px 15px;
}
.product_sec .card-img-heading >a {
    color: black;
    text-decoration: none;
}
.product_sec .st_sale_class {
    position: absolute;
    width: 80px;
    height: 48px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -30px;
    top: -15px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: red;
}
.product_sec a {
    color: black;
    text-decoration: none;
}
.product_sec .icon {
    display: flex;
    gap:  11px;
}
.product_sec ul.icon-stars {
    display: flex;
    list-style: none;
}
.product_sec .inner_icons {
    display: flex;
    gap: 7px;
    margin-left: -17px;
}
.product_sec .time-icon {
    display: flex;
    gap: 6px;
}
.product_sec .fa-bolt{
    color: var(--primary_color);
}
.product_sec .pricecut {
    color: red;
    padding-left: 178px;
}
.product_sec .text-div {
    display: flex;
    justify-content: space-between;
}
.product_sec .items {
    display: flex;
    gap: 17px;
    align-items: center;
    list-style: none;
    padding-right: 30px;
}
.product_sec .btn-secondary {
    color: black;
    background-color: white;
    border-color: white;
}
.product_sec .btn-secondary:hover {
    color: black;
    background-color: white;
    border-color: white;
}
.product_sec .dropdown-menu {
    padding: 1rem 1rem;
}
.product_sec #flip {
    padding: 5px;
    text-align: center;
    padding-left: 110px;
}
.product_sec #panel{
    padding: 5px;
    text-align: center;
    display: none;
}
.product_sec .product_btn {
    background-color: var(--primary_color);
    text-align: center;
    margin-top: 10px;
}
.product_sec .btn-warning {
    color: #000;
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}
.product_sec .product_list {
    background: white;
    box-shadow: 2px 2px 5px whitesmoke;
    padding: 25px;
}
.product_sec .accordion{
    padding-top: 20px;
}
.product_sec .accordion .acc-heading{
    border-left: 6px solid black;
    padding: 7px;
}
.product_sec .accordion .accordion-body label {
    display: inline;
}
.product_sec .card-top {
    padding-top: 20px;
}
.product_sec .cstm_check {
    width: 10%;
    height: 14px;
}
#datepick {
    border: none;
    outline: none;
}
.product_sec .accordion-body {
    line-height: 45px;
    padding: 1rem 1.25rem;
}
/*---------------------- product detail page-------------------*/
.product-detail{
    background-color: var(--primary_color);
}
.product-detail nav {
    padding-top: 14px;
}
.product_sec .prodetail_heading {
    display: flex;
    justify-content: space-between;
}
.product_sec .product_items {
    display: flex;
    list-style: none;
}
.product_sec .prodetail_icon {
    display: flex;
    gap: 10px;
}
  /* Hide the images by default */
.product_sec .mySlides {
    display: none;
}
  /* Add a pointer when hovering over the thumbnail images */
.product_sec .cursor {
    cursor: pointer;
}
  /* Next & previous buttons */
.product_sec .prev, .product_sec .next {
    display: flex;
    cursor: pointer;
    justify-content: right;
    position: absolute;
    top: 40%;
    left: 5%;
    width: auto;
    padding: 7px -4px;
    margin-top: -25px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
  /* Position the "next button" to the right */
.product_sec .next {
    right: 55px;
    border-radius: 3px 0 0 3px;
}
  /* Container for image text */
.product_sec .caption-container {
    text-align: center;
    background-color: #fff;
    padding: 5px 16px;
}
.product_sec .inner_row {
    justify-content: center;
}
.product_sec .row:after {
    content: "";
    display: table;
    clear: both;
}
  /* Six columns side by side */
.product_sec .column {
    float: left;
    width: 16.66%;
}
  /* Add a transparency effect for thumnbail images */
.product_sec .demo {
    opacity: 0.6;
    height: 100%;
}
.product_sec .active, .demo:hover {
    opacity: 1;
}
.product_sec .right_icon {
    display: flex;
    gap: 9px;
}
.product_sec .fa-check{
    color: green;
}
.product_sec .wrong_icon {
    display: flex;
    gap: 9px;
}
.product_sec .fa-xmark{
    color: orange;
}
/*.product_sec .inc_exc {*/
    /*display: flex;*/
    /*gap: 191px;*/
/*}*/
.product_sec .days_icon {
    display: flex;
    gap: 10px;
    padding-block: 20px;
    font-size: 25px;
}
.product_sec .tick{
    color: #000000;
}
.product_sec .loc {
    display: flex;
    justify-content: space-between;
}
.review_sec .review-box {
    margin-top: 20px;
    padding: 30px;
    border: 1px solid var(--light-grey-color, #EAEEF3);
    border-radius: 5px;
    color: var(--main-color, #1A2B48);
    font-weight: 500;
}
.review_sec .review-box .review-box-score {
    border-right: 1px solid #D7DCE3;
    padding: 91px;
}
.review_sec .review-box .review-box-score .review-score {
    line-height: 50px;
    font-size: 72px;
    font-weight: 500;
    color: black
}
.review_sec .review-box .review-box-score .review-score-text {
    font-weight: 400;
    font-size: 24px;
    color: black
}
.review_sec .review-box .review-box-score .review-score-base {
    margin-top: 10px;
    color: #768090;
    font-size: 14px;
}
.review_sec .review-box .review-sumary .item .label {
    width: 15%;
    text-align: right;
    margin-top: -8px;
    margin-right: 3%;
}
.review_sec .review-box .review-sumary .item .progress {
    width: 64%;
}
.review_sec .review-box .item .progress {
    position: relative;
    height: 8px;
    width: 100%;
    border-radius: 10px;
    box-shadow: none;
    background: #EEE;
    margin-bottom: 29px;
    overflow: inherit;
}
.review_sec .review-box .item .progress .percent {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    border-radius: 10px;
}
.review_sec .review-box .item .progress .percent.green {
    background: #2ECC71;
}
.review_sec .review-box .review-sumary .item .number {
    position: relative;
    width: 7%;
    margin-left: 3%;
    top: -8px;
}
.review_sec .review-sumary {
    padding-top: 71px;
}
.review_sec .review-sumary .item {
    display: flex;
    justify-content: center;
}
.product_sec .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 9px;
    background-color: black;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: white;
}
.product_sec .card-header .price {
    display: flex;
    gap: 10px;
    padding-top: 10px;
}
.product_sec .list-group-flush .list-group-item {
    padding: 4px 14px 0px;
}
.product_sec .counter {
    position: relative;
    top: -46px;
    left: 55px;
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_sec .counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: grey;
    appearance: none;
    outline: 0;
}
.product_sec .counter span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: grey;
    user-select: none;
}
.product_sec .book_btn {
    text-align: center;
    padding: 7px;
}
.product_sec .card .testimonal_card {
    margin-top: 25px;
}
.product_sec .testimolnal_imgpart {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    padding: 25px;
}
.product_sec .testimonal_img, .review_sec .testimonal_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.product_sec  .testimonal_img img, .review_sec .testimonal_img img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position:center;
}
.product_sec .testimonal_txt {
    position: relative;
    top: -55px;
    left: 85px;
}
.product_sec .testimonal_icon_star {
    display: flex;
    list-style: none;
    margin-top: -59px;
    padding-left: 79px;
}
.product_sec .testimonal_reviews {
    padding-left: 79px;
}
.review_sec .review_imgpart {
    display: flex;
    align-items: center;
    gap: 20px;
}
.review_sec .review_txt>p {
    margin: 0;
}
.review_sec .review_heading {
    padding-top: 20px;
}
.review_sec .review_icon {
    display: flex;
    justify-content: end;
    /*margin-left: -211px;*/
}
.review_sec .fa-thumbs-up{
    color: black;
}
.review_sec .review_rating {
    display: flex;
    gap: 5px;
    list-style: none;
    padding-bottom: 10px;
}
.review_sec .review_form{
    display: none;
    width: 60%;
    border: 1px solid #ccc;
    padding: 14px;
    background: #ececec;
}
.review_sec .review_box input {
    padding: 16px;
    font-size: 16px;
    margin-bottom: 9px;
}
.review_sec .box {
    background: white;
    padding: 14px;
    border-radius: 4px;
    margin: 18px 7px;
}
.review_sec .rating_stars {
    display: flex;
    list-style: none;
    padding-left: 2px;
}
/*--------------- holbox product detail inner page----------- */
.holbox_innerpage {
    background-image: url(../images/holbox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 490px;
}
.product_sec p.itinerary_text {
    border-left: 2px solid grey;
    padding-left: 20px;
}
/*--------------- cabo product detail inner page----------- */
.cabo_innerpage {
    background-image: url(../images/card4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 490px;
}
.product_sec p.itinerary_text {
    border-left: 2px solid grey;
    padding-left: 20px;
}
.breadcrumb a {
    /*background-color: #ffd700;*/
    color: var(--text_colour);
    text-decoration: none;
}
/*--------------- Cart page----------- */
.cart_sec {
    padding-bottom: 100px;
}
.cart_sec .cart-heading {
    padding-top: 50px;
}
.cart_sec .cart-img {
    display: flex;
    gap: 16px;
    padding-top: 50px;
}
.cart_sec .cart-icon {
    display: flex;
    gap: 14px;
    /* padding-inline: 22px; */
}
.cart_sec .card-body {
    flex: 1 1 auto;
    padding: 3rem 0rem;
    margin-left: -60px;
}
.cart_sec .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
}
.cart_sec .cart-list {
    display: flex;
    gap: 20px;
    list-style: none;
    padding-left: 6px;
}
.cart_sec .cart-price {
    padding-top: 50px;
}
.cart_sec .sub-total {
    padding: 30px 30px 0px 30px;
    display: flex;
    justify-content: space-between;
}
.cart_sec .total {
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
}
.cart_sec .cart_btn {
    text-align: center;
    padding: 20px;
}
.cart_sec .cart_btn .btn-lg {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
    padding: 0.5rem 5rem;
}
.cart_sec .cart_boxshadow {
    box-shadow: 2px 2px 5px whitesmoke;
    border: 1px solid #ced4da;
}
.cart_sec .coupon {
    display: flex;
    gap: 20px;
}
.cart_sec .coupon .btn-secondary {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}
.cart_sec .cart_cancel_icon {
    float: right;
}
.cart_sec a{
    color: #000000;
    text-decoration: none;
}
/*----------------- checkout page-------------------------- */
.checkout_sec {
    padding: 75px;
}
.checkout_sec .paypal_img {
    position: relative;
    bottom: 34px;
    left: 81px;
}
.checkout_sec .check_img {
    display: flex;
    justify-content: space-around;
    padding: 40px;
}
.checkout_sec .check_icon {
    display: flex;
    gap: 9px;
    position: relative;
    bottom: 79px;
    left: 41px;
}
.checkout_sec .check_text {
    padding-top: 17px;
}
.checkout_sec .check_list {
    list-style: none;
    display: flex;
    gap: 30px;
}
.checkout_sec .check_bg {
    background: var(--primary_color);
    display: flex;
    gap: 42px;
    margin: 36px;
    padding-top: 17px;
    padding-left: 11px;
}
.checkout_sec .check_pricecard {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-right: 25px;
}
.checkout_sec .check_card_bg {
    background: var(--primary_color);
    padding: 20px;
}
.checkout_sec .shadow-box {
    background: white;
    box-shadow: 2px 2px 5px #ced4da;
    border: 1px solid #ced4da;
}
.checkout_sec .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: grey;
    outline: 0;
    box-shadow: none;
}
.checkout_sec .custom_formcheck {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 1.125rem;
}
.checkout_sec .btn-warning{
    width: 14%;
}
/*----------------- about page-------------------------- */
.about{
    background-image: url("../images/product_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 200px;
}
.about .about_heading {
    padding-top: 50px;
    color: white;
}
.about_us {
    padding-top: 70px;
}
.about_us .aboutus_heading {
    padding-top: 50px;
}
.about_us h4 {
    padding-top: 30px;
}
.about_us .aboutus-img img {
    max-width: 100%;
    height: auto;
}
.about_us .cstm_btn {
    background-color: var(--primary_color);
    padding: 10px;
    border-radius: 9px;
    margin-top: 50px;
    max-width: 25%;
    text-align: center;
}
.cstm_btn {
    background-color: var(--primary_color);
    padding: 10px;
    border-radius: 9px;
    margin-top: 50px;
    max-width: 40%;
    text-align: center;
}
.about_us .about_text {
    padding-top: 14px;
}
.about_card {
    padding-top: 75px;
}
.about_card .flip-card {
    height: 160px;
    border: 5px solid black;
    perspective: 1000px;
}
/* This container is needed to position the front and back side */
.about_card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.about_card .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
/* Position the front and back side */
.about_card .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.about_card .flip-card-front {
    background-color: white;
    color: black;
    padding-top: 35px;
}
/* Style the back side */
.about_card .flip-card-back {
    background-color: black;
    color: white;
    transform: rotateY(180deg);
    padding-top: 35px;
}
.about_paragraph .par_heading {
    text-align: center;
    padding-top: 60px;
}
.about_paragraph .par_img {
    /*transform: scale(0.4);*/
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_paragraph .par_text {
    text-align: center;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_member {
    padding-bottom: 100px;
}
.about_member .team_heading {
    text-align: center;
    padding-bottom: 24px;
}
.about_member .member_img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.about_member .member_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_member .member_bio {
    text-align: center;
    padding-top: 20px;
}
/*--------------------- our program page -----------------------*/
.ourprogram{
    background-image: url("../images/ourprogram.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 650px;
}
.our_program {
    margin-top: 2em;
}
.ourprogram .our_heading h1 {
    font-size: 46px;
    font-weight: 400;
}
.ourprogram .our_heading {
    color: white;
    background-color: rgb(128 128 128 / 39%);
    margin-top: 300px;
    height: 60px;
}
.ourprogram .our_btn {
    background-color: var(--primary_color);
    padding: 10px 17px;
    border-radius: 9px;
    margin-top: 60px;
    margin-inline: 319px;
    text-align: center;
}
.ourprogram_description .description_img {
    width: 100%;
    height: 100%;
    /*transform: scale(0.7);*/
    object-fit: cover;
    background-position: center;
    padding-top: 40px;
}
.ourprogram_description .desciption {
    padding-top: 125px;
}
.our_slider {
    padding-bottom: 100px;
}
.our_slider .container-fluid{
    overflow-x: hidden;
}
.our_slider  .ourSwiper  .swiper-slide-next {
    width: 70% !important;
}
.our_slider  .ourSwiper .swiper-slide-next + .swiper-slide, .our_slider .ourSwiper .swiper-slide-active {
    width: 14% !important;
    height: 100%;
}
.our_slider .ourSwiper .swiper-slide-next + .swiper-slide .centered , .our_slider .ourSwiper .swiper-slide-active .centered {
    display: none;
}
.our_slider .ourSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 70%;
    object-fit: cover;
}
.our_slider .ourSwiper .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.our_slider .slider_btn {
    background-color: orangered;
    padding: 13px 0px 1px 0px;
    margin: 0px 150px 0px 150px;
}
.our_slider .ourSwiper .swiper-pagination-bullet {
    margin: 11px;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background: gray;
    opacity: .2;
}
.our_slider .ourSwiper .swiper-pagination-bullet-active {
    background-color: white;
    border: 2px solid black;
}
.our_slider .ourSwiper [class^="swiper-button-"]::after{
    content: "";
}
/*adjust arrow size*/
.our_slider .ourSwiper [class^="swiper-button-"]{
    width: 50px;
    height: 50px;
}
/*adjust arrow position*/
.our_slider .ourSwiper .swiper-button-next {
    right: 35px;
    transform: scale(0.2);
}
.our_slider .ourSwiper .swiper-button-prev{
    left: 35px;
    transform: scale(0.2);
}
/*--------------------- contact page -----------------------*/
.contact_sec {
    padding-bottom: 100px;
}
.contact_sec .cont_heading {
    padding-top: 40px;
}
.contact_sec .cont_img {
    transform: scale(0.7);
    overflow: hidden;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}
.contact_sec .cont_img .img-fluid {
    max-width: 100%;
    height: 600px;
}
.contact_sec .cont_img_heading {
    position: relative;
}
.contact_sec .cont_text {
    position: absolute;
    top: 140px;
    left: 112px;
    color: #000000;
}
.contact_sec .cont_info {
    position: absolute;
    bottom: 145px;
    left: 112px;
    color: #000000;
}
.contact_sec .cont_btn .btn-primary {
    color: black;
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}
.contact_sec form {
    padding-top: 30px;
}
.contact_sec .form-control {
    display: block;
    width: 85%;
}
.contact_sec .form-control:focus {
    color: #212529;
    background-color: #fff;
     border-color: grey;
    outline: 0;
     box-shadow: none;
}
.form-book-wrapper {
    border: 1px solid #D7DCE3;
    border-top: 5px solid #5191FA;
    border-radius: 0 0 4px 4px;
    background: #FFF;
}
.relative {
    position: relative;
}
.loader-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.7);
}
.form-book-wrapper .form-head {
     position: relative;
    padding: 17px 20px;
    background: #5191FA;
    font-size: 12px;
    color: #fff;
}
.form-book-wrapper .form-head .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.form-book-wrapper .form-head .price .label {
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    font-weight: 400;
    padding: 0 10px 0 0;
    position: relative;
    top: -7px;
}
.form-book-wrapper .form-group {
    margin-bottom: 0;
    border-top: 1px solid #D7DCE3;
}
.form-book-wrapper .form-date-search {
    position: relative;
    padding-left: 0px !important;
}
.form-book-wrapper .form-date-search .date-wrapper {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper {
    padding: 0;
    width: 100%;
}
.form-book-wrapper .form-guest-search .guest-wrapper {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #D7DCE3;
}
.form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper {
    width: 50%;
    padding: 0;
}
/*--------------------- privacy page -----------------------*/
.privacy {
    padding: 20px 0px 100px 0px;
}
.our_slider .testimonalSwiper {
    width: 100%;
    height: 100%;
}
.our_slider .testimonalSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_slider .testimonalSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.camps_sec .camps_img {
    width: 68%;
    height: 91%;
    margin: 0 auto;
}
.camps_sec .camps_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*---------------- subscription--------------------*/
.subscription_sec {
    padding: 70px;
}
.subscription_sec .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 7%;
}
.subscription_sec span {
    padding-left: 159px;
}
.subscription-form{
    padding: 70px;
}
/* step form */
.reg_form {
    position: relative;
    margin-top: 20px;
    /*background-color: #ffffff;*/
    margin: 100px auto;
    /*font-family: Raleway;*/
    padding: 15px;
    /*width: 33%;*/
    /*height: 67%;*/
}
.reg_form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    max-width:40%;
    margin: auto;
}
.reg_form fieldset:not(:first-of-type) {
    display: none
}
.reg_form [name="next"]{
    /*margin: 17px;*/
    background-color: var(--primary_color);
    /*padding-top: 34px;*/
    text-align: center;
    /*margin-left: 20px;*/
    /*border-radius: 10px;*/
    padding: 7px 0;
    font-size: 16px;
}
.reg_form .action-button {
    width: 100px;
    background: var(--primary_color);
    font-weight: bold;
    color: #000000;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 10px 10px 5px;
    float: right
}
.reg_form .action-button:hover,
.reg_form .action-button:focus {
    background-color: var(--primary_color);
}
.reg_form .action-button-previous {
    width: 100px;
    background: var(--secondary_color);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}
.reg_form .action-button-previous:hover,
.reg_form .action-button-previous:focus {
    background-color: var(--secondary_color);
}
.reg_form .form-card {
    padding: 12px;
}
.reg_form input {
    padding: 4px;
    width: 100%;
    font-size: 17px;
    /*font-family: Raleway;*/
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}
.reg_form .form-control:focus {
     border-color: #aaaaaa;
    outline: 0;
     box-shadow: none;
}
.reg_form .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    width: 9%;
}
/* Hide all steps by default: */
.tab {
    display: none;
}
.stepform_sec span {
    font-size: 13px;
}
.stepform_sec a {
    font-size: 13px;
    /*color: var(--text_colour);*/
    text-decoration: none;
}
.stepform_sec .center> p {
    margin: 0;
    font-size: 12px;
}
.manager_heading {
    padding: 14px 0px 7px 10px;
}
.manager_text {
    padding-bottom: 10px;
}
h1 {
    text-align: center;
}
a{
    color: #000000;
    text-decoration: none;
}
/*  having page  */
.having_heading p {
    border-bottom: 1px solid grey;
    padding: 10px;
}
/*  blog page  */
.blog {
    padding: 50px 0 50px 0;
}
.blog .blog_img img {
    width: 100%;
}
.blog .date {
    position: relative;
    top: 50px;
    left: 16px;
    border: 2px solid white;
    background: white;
    width: 100px;
    text-align: center;
}
.blog_text {
    padding-top: 14px;
}
.blog .blog_sideimg {
    width: 100%;
    /*display: flex;*/
    /*gap: 14px;*/
}
.blog .blog_sideimg img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog .blog_sidetext {
    padding: 10px;
}
.blog .des_text {
    padding-top: 20px;
}
.gap-2 {
    gap: 0.5rem!important;
    /*padding-top: 17px;*/
}
button {
    background-color: var(--primary_color);
    color: black;
}
/*  career page  */
.career_sec {
    padding: 20px;
}
.career_sec .career_jobs {
    padding-bottom: 20px;
}
.career_sec #careerForm {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 14px;
    background: #ececec;
}
.career_sec #careerForm1 {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 14px;
    background: #ececec;
}
.career_sec #careerForm2 {
     display: none;
     width: 100%;
     border: 1px solid #ccc;
     padding: 14px;
     background: #ececec;
}
.career_sec #careerForm3 {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 14px;
    background: #ececec;
}
.career_sec #careerForm4 {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 14px;
    background: #ececec;
}
.career_sec #careerForm5 {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 14px;
    background: #ececec;
}
.career_sec #careerForm6 {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 14px;
    background: #ececec;
}
.career_sec .input-group {
    padding-top: 10px;
}
.career_sec .btn-primary {
    color: black;
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}
/*paypal and bank step form*/
.form {
    display: none;
}
.form.active {
    display: block;
}
.payment_form {
    padding: 10px 0px;
}
.stepform_sec .form-switch {
    height: 20px;
}
.career_sec .career_jobs .card .card-text {   min-height: 76px;  line-height: 22px;}
.career_sec .career_jobs .card .card-text .morecontent span  { display: none;}
.career_sec .career_jobs .card .card-text .morelink {    display: block;   color:var(--primary_color);    font-size: 16px; margin-top: 10px;}
.career_sec .career_jobs .card .card-text .morecontent span  { display: none;}
.career_sec .career_jobs .card .card-body {min-height: 215px;}
.career_sec .career_jobs .card .card_img {  height: 250px;}
.career_sec .career_jobs .card .card_img img {object-fit: cover;object-position: center;height: 100%;width: 100%;}
.career_form_page form { margin-top: 20px;}
.career_form_page form .form-group {margin-bottom: 20px;}
.career_form_page form .form-control {   font-family: 'Lato', sans-serif;}
.career_form_page form .kwt-file { width: 100%; }
.career_form_page form .kwt-file__drop-area { position: relative; display: flex; align-items: center; width: 100%; padding: 10px; background-color: #ffffff;     border-radius: 0.25rem;     border: 1px solid #ced4da; transition: 0.3s; }
.career_form_page form .kwt-file__choose-file { flex-shrink: 0; background-color: var(--primary_color); border-radius: 100%; margin-right: 10px; color: #ffffff; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
.career_form_page form .kwt-file__choose-file.kwt-file_btn-text { border-radius: 4px; width: auto; height: auto; padding: 10px 20px; font-size: 14px; }
.career_form_page form .kwt-file__choose-file svg { width: 24px; height: 24px; display: block; }
.career_form_page form .kwt-file__msg { color: var(--primary_color); font-size: 16px; font-weight: 400; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 20px; } .kwt-file__input { position: absolute; left: 0; top: 0; height: 100%; width: 100%; cursor: pointer; opacity: 0; } .kwt-file__input:focus { outline: none; }
.career_form_page form .kwt-file__delete { display: none; position: absolute; right: 10px; width: 18px; height: 18px; cursor: pointer; }
.career_form_page form .kwt-file__delete:before { content: ""; position: absolute; left: 0; transition: 0.3s; top: 0; z-index: 1; width: 100%; height: 100%; background-size: cover; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e"); } .kwt-file__delete:after { content: ""; position: absolute; opacity: 0; left: 50%; top: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%) scale(0); background-color: var(--primary_color); border-radius: 50%; transition: 0.3s; }
.career_form_page form .kwt-file__delete:hover:after { transform: translate(-50%, -50%) scale(2.2); opacity: 0.1; }
.custom_border .text label { display: block;}
.custom_border .text span.select2 { width: 100% !important; max-width: 100%; padding-top: 17px; }
.custom_border .text span.select2 .selection { width: 100%; display: block;}
.custom_border .text span.select2 .select2-selection {height: 38px;border: 0;}
.Page_home .select2-container {
    left: 0 !important;
    width: 100%;
    max-width: 50.7%;
    margin: auto;
    right: 22px;
}
.Page_home .select2-container .select2-dropdown {
    width: 100% !important;
    top: 6px;
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 20%);
    padding: 14px;
    border-radius: 9px;
}
.Page_home .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.Page_home .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-results .select2-results__option {
    padding: 6px;
    font-size: 14px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
     background-color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
     color: #000000;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    padding: 6px !important;
    width: 100%;
    box-sizing: border-box;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding:0px;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: capitalize;
    width: 16.6%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 17px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    height: 40px;
    width: 40px;
    line-height: 39px;
    display: block;
    font-size: 20px;
    color: #333;
    background: white;
    border-radius: 40px;
    margin: auto;
    position: relative;
    z-index: 9;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -126px;
    top: 19px;
    z-index: 1;
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: var(--primary_color);
    color: #000000;
}
.form-check-input:checked {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}
