/*******************
 02 TYPOGRAPHY
********************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif; 
}
a {
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.ti{
    vertical-align: middle;
}
.text_primary{
    color: #95362f !important;
}
.text_success{
    color: #0a6c37 !important;
}
.bg_primary{
    background-color: #95362f !important;
}
.space-py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.space-pt-100{
    padding-top: 100px;
}
.space-pb-100{
    padding-bottom: 100px;
}
.space-py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.space-pt-50{
    padding-top: 50px;
}
.space-pb-50{
    padding-bottom: 50px;
}


.btn{
    padding: 10px 16px;
    border-radius: 12px;
    line-height: 1;
}
.btn.btn_lg{
    font-size: 18px;
    padding: 15px 25px;
}
.btn_primary{
    color: #fff !important;
    background-color: #95362f !important;
}
.btn_darksuccess{
    color: #fff !important;
    background-color: #0a6c37 !important;
}
.btn_success{
    color:  #fff !important;
    background-color: #05391d !important;
}

.title{
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px;
}
.title_text{
    font-size: 30px;
    font-weight: 800;
    line-height: 0.8;
    margin-bottom: 25px;
}
.common_dis{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.common_text{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.dots_style1 .slick-dots li button{
    padding: 0;
}
.dots_style1 .slick-dots li button:before{
    width: auto;
    height: auto;
    font-size: 20px;
    color: #fff;
}
.dots_style1 .slick-dots li.slick-active button:before{
    color: #fff;
}

.dots_style2 .slick-dots li button{
    padding: 0;
}
.dots_style2 .slick-dots li button:before{
    width: auto;
    height: auto;
    font-size: 20px;
    color: #849e90;
}
.dots_style2 .slick-dots li.slick-active button:before{
    color: #05391d;
} 
.book_trail{
    width: 100%;   
    background-color: #7a1a1a;
    background-image: repeating-linear-gradient(
        -45deg,
        #9b2c2c,
        #9b2c2c 40px,
        #7a1a1a 40px,
        #7a1a1a 190px
    );
}
.book_trail2{
    width: 100%;   
    background-color: #0a6c37;
    background-image: repeating-linear-gradient(
        -45deg,
        #05391d,
        #05391d 40px,
        #0a6c37 40px,
        #0a6c37 190px
    );
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}
/*******************
 Authentication
********************/
/*.authentication{
    padding: 30px;
    border-radius: 15px;
    background-color: #ffffff;
}
*/
.auth_main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 90px);
}
.authentication_box{
    background-color: #eeeeee;
    border-radius: 12px;
    padding: 24px;
    max-width: 480px;
    width: 100%;
}


.main_login .user_login .form-group .form-label{
    font-size: 16px;
    font-weight: 500;
}
.main_login .user_login .form-group .form-label span{
    color: ff0000;
}
.main_login .user_login .form-group .form-control{
    background: #ffffff;
    height: 50px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;

}
.main_login .user_login .form-group .forgot_password{
    color: #1e61ad;
    font-size: 16px;
    font-weight: 500;
}
/*******************
 Header
********************/
.codex_header{
  padding: 15px 0;  
  background-color: #ffffff;
  z-index: 3;
}

.codex_header .profile_block .icon_wrap img{
    width: 100%;
    max-width: 35px;
}
.codex_header.sticky {
    position: fixed;
    top: 0;
    z-index: 2;
    top: 0;
    width: 100%;
    -webkit-animation: fadeInDown 1s ease;
              animation: fadeInDown 1s ease;
    box-shadow: 0 0 10px 0 rgba(4, 34, 40, 0.1);
}
.codex_header .codex_brand img{
    height: 60px;
}
.codex_header .menu-list a {
    font-weight: 500;
    font-size: 15px;
}

.codex_header .menu-list a i {
    font-size: 15px;
}

.codex_header .menu-list a i::before {
    font-weight: 500 !important;
}

.codex_header .menu-list > li {
    position: relative;
}

.codex_header .menu-list > li > a {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

.codex_header .menu-list > li > a i {
    margin-left: 10px;
}

/* Menu Action */
.menu-action {
    margin-left: 20px;
    display: none;
    position: relative;
    width: 28px;
    height: 30px;
}

.menu-action span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: .2s;
    transition: background-color 0.3s;
    width: 28px;
    height: 4px;
    background-color: currentColor;
    display: block;
    opacity: 1;
}

.menu-action span::before,
.menu-action span::after {
    position: absolute;
    content: '';
    width: 28px;
    height: 4px;
    background-color: currentColor;
    display: block;
    opacity: 1;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0;
}

.menu-action span::before {
    margin-top: -8px;
}

.menu-action span::after {
    margin-top: 8px;
}

/* Toggle Active */
.menu-action.toggle-active span {
    background-color: transparent;
    transition: 0.3s background-color;
}

.menu-action.toggle-active span::before,
.menu-action.toggle-active span::after {
    margin-top: 0;
    transition-delay: 0, 0.2s;
}

.menu-action.toggle-active span::before {
    transform: rotate(45deg);
}

.menu-action.toggle-active span::after {
    transform: rotate(-45deg);
}


.hero_sec{  
    background-image: url(../images/home/hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.about_hero{
    background-image: url(../images/aboutus/aboutbg.jpg);
    background-position: 100% 26%;
}
.age_groups_hero{
    background-image: url(../images/age-groups/agegroups_bg.jpg);
    background-position: 100% 50%;
}
.booktrialehero_hero{
    background-image: url(../images/booktraile/booktraile_hero.jpg);   
    background-position: 100% 26%;
}
.paytrialehero_hero{
    background-image: url(../images/paytraile/pay_traile.jpg);
}
.bookdetailshero_hero{
    background-image: url(../images/booktraile/bookdetails_hero.jpg);   
    background-position: 100% 26%;
}
.boys_hero{
    background-image: url(../images/home/boys_bg.jpg);
    background-position: 100% 50%;
}
.girls_hero{
    background-image: url(../images/home/girls_bg.jpg);
    background-position: 100% 20%;
}
.mens_hero{
    background-image: url(../images/home/mens_bg.jpg);
    background-position: 100% 50%;
}
.womens_hero{
    background-image: url(../images/home/womens_bg.jpg);
    background-position: 100% 20%;
}
.gothia_hero{
    background-image: url(../images/gothia/gothiabg.jpg);
    background-position: 100% 26%;
}
.team_hero{
    background-image: url(../images/team/teambg.jpg);
    background-position: 100% 26%;
}
.regents_hero{
    background-image: url(../images/home/regentsbg.jpg);
    background-position: 100% 26%;
}

.hero_sec .hero_contain{
    padding-top: 80px;
    padding-bottom: 80px;
    height: 670px;
    display: flex;
    align-items: center;
}
.hero_sec h4{
    color: #fff;
    font-size: 70px;
    font-weight: 600;
}
.hero_sec p{
    color: #fff;
    font-size: 20px;
}
.category_grid{
    text-align: center;
}
.category_grid img{
    height: 70px;
    margin: auto;
}
.counter_num{
    background-color: #95362f;
    overflow: hidden;
    border-radius: 25px;
}
.counter_grid{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px;
}
.counter_grid h3{
    color: #ffbb03;
    font-size: 42px;
    font-weight: 700;
    margin-right: 10px;
}
.counter_grid p{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
}

.about_us{
    position: relative;
}
.about_us::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 64%;
    background: #006837;
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.shap_primary::before{
    background: #7a1a1a;
}
.about_us .about_list{
    display: flex;
    gap:15px;
}
.about_us .about_list li{
    border: 1px solid #b01e21;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    display: inline-block;
    max-width: 150px;
    width: 100%;
    min-width: 150px;
}
.about_us .about_list li img{
    height: 50px;
    margin-bottom: 10px;
}
.our_Gothia{
    background-color: #007b3a;
    position: relative;
    overflow: hidden;
}
.our_Gothia .icon-wrap{
    width: 150px;
}
/*******************
 Book a Traile
********************/
.why_not{
    position: relative;
    z-index: 2;
    background-color: #003b1f;
}
.why_not:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #007b3a;
    clip-path: polygon(0 0, 60% 0, 20% 100%, 0% 100%);
    z-index: -1;
}
.regent_way{
    position: relative;
}
.regent_way .regent-box{
    background-color: #0a6c37;
    padding: 18px;
    border-radius: 12px;
    height: 100%;
}
.regent_way .regent-box h4{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}
.regent_way .regent-box p{
    font-size: 16px;
    font-weight: 500;
    color: #f0d329;
}

.passionate_about{
    position: relative;
    z-index: 2;
    background-color: #003b1f;
}
.passionate_about:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #007b3a;
    clip-path: polygon(0 0, 60% 0, 20% 100%, 0% 100%);
    z-index: -1;
}
.passionate_about .img_wrap{
    border-radius: 30px;
    background-color: #0177aa;
    overflow: hidden;
    padding: 60px 30px;
}   
.passionate_about .img_wrap img{
    width: 145px;
    margin: auto;
    display: block;
}

.whyshap_primary{
    background-color: #95362f;
}
.whyshap_primary:before{
    background: #7a1a1a;
}

/*******************
 Start Subscribe
********************/
section.subscribe_sec .flex_box{ 
    display: flex;        
}
section.subscribe_sec .subscribe_view{
    display: flex;
    width: 60%;
    padding:40px 100px;
    box-sizing: border-box;
    background-color: #e7ebeb;
}
section.subscribe_sec .input_group{
    display: flex;
    align-items:center;
}
section.subscribe_sec .input_group input{
    background-color: #fff;
    width: 100%;
    border:none;
    padding:12px 15px;
    box-sizing:border-box;
}
section.subscribe_sec a.subc_btn,
section.subscribe_sec a.subc_btn:hover{
    display: inline-block;
    background-color: #fff !important;
    text-align: center;
    padding: 10px 20px;
    font-size: calc(14px + (14 - 14) * ((100vw - 320px) / (1920 - 320)));        
    font-weight: 700;
    text-decoration: none;
    border-radius: 25px;
    border:1px solid #7ae7d8;
    margin-left: 10px;        
}
section.subscribe_sec .social_view{
    width: 40%;  
    background-color:#e2f8db;
    display: flex;
    justify-content: center;     
    align-items:center; 
    text-align:center;
}
section.subscribe_sec .social_view ul.social_ul{
    display: flex;
    align-items:center;
    margin: 0;
    padding: 0;
    list-style:none;
}
section.subscribe_sec .social_view ul.social_ul li + li{
    margin-left: 15px;
}
section.subscribe_sec .social_view ul.social_ul li a{
    display: inline-flex;
    align-items:center;
    justify-content: center;
    width: 45px;
    min-width:45px;
    height:45px;
    background-color: #fff;
    border-radius: 50%;
}
section.subscribe_sec .social_view ul.social_ul li a i{
    font-size: 20px !important;
    color: #444444;
}

/*******************
 Book Traile
********************/
.custom_inlinedatepicker .ui-widget.ui-widget-content{
     box-shadow: 0 4px 12px rgba(0,0,0,0.1);
     border: none;
     width: fit-content;
     padding: 15px;
}
.custom_inlinedatepicker .ui-state-default, .ui-widget-content .ui-state-default{
    width: 38px;
    height: 38px;
    border: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 38px;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-header{
    background-color: #fff;
    border: none;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev span{
    position: relative;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next span::before{
    content: "\f105";
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev span,
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next span {
    display: none
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev::before,
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next::before {   
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 22px;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev,
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next,
.custom_inlinedatepicker  .ui-datepicker .ui-state-highlight{
    color: #95362f;
    background-color: #95362f36;
    border-color: #95362f36;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    opacity: 1;
    top: 0;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev:hover,
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next:hover,
.ui-state-active, .ui-widget-content .ui-state-active{
    color: #fff;
    background-color: #95362f;
}

.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev{
    left: 0;   
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next{
    right: 0;
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-prev::before {
     content: ""
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-next::before {
    content: ""
}
.custom_inlinedatepicker .ui-datepicker .ui-datepicker-title{       
    width: 120px;
    margin: auto;
}
.booking_trailelist li{
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
/*.booking_trailelist li img{
    position: absolute;
    top: 0;
    left: 0;
}
.booking_trailelist li:not(first-child){
    margin-top: 30px;
}*/
.booking_trailelist li span{
    display: block;
}
.booking_trailelist .icon-img img{
    width: 100%;
    max-width: 30px;
}
.booking_classlist{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.booking_classlist li{
    width: 100%;
    max-width: 50%;
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.booking_classlist .icon-img img{
    width: 100%;
    max-width: 30px;
}
.booking_classlist li span{
    display: block;
}
.card{
    background-color: #eeeeee;
    border: none;
    border-radius: 12px;
}
.card .card-body{
    padding: 25px;
}
.theme_table thead th{
    background-color: #cac8c8;
}
.theme_table td{
    background-color: transparent;
}
.paytraile_table .img_wrap{
    width: 100px;
    height: 100px;

}
.paytraile_table .img_wrap img{ 
    width: 100%;
}
.paytraile_table td{
    /* color: #95362f; */
}
.payment-options{
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: fit-content;
    text-align: right;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    margin-left: auto;
    gap: 10px;
}
.payment-options .radio_popover {
    background-color: #ffffff;
    padding: 20px;
    max-width: 270px;
    margin-left: auto;
    margin-top: 35px;
}
.payment-options .radio_popover .instal-card {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    border: 1px solid #777777;
    padding: 15px;
    text-align: right;
    border-radius: 10px;
    position: relative;
}
.payment-options .radio_popover .instal-card::before {
    position: absolute;
    top: -37px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 17px solid #ffffff;
}
.payment-options .radio_popover .instal-card li {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
}
.payment-options .form-check-input{
    width: 20px;
    height: 20px;
    padding: 0;
}

/*******************
 Register
********************/
.register_form .form-control{
    border-radius: 15px;
    padding: 10px 15px;
    border-color: #9b2c2c;
}

/*******************
 Footer
********************/
.codex_footer{
    background-color: #f3f3f3;
}
.codex_footer .w3llogo{
    width: 30px;
}
.footer_list a{
    font-size: 17px;
}




/*******************
 Age Groups Page
********************/

.way_children{
    position: relative;
}
.way_children::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 64%;
    background: #006837;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 35% 100%);
    z-index: -1;
}
.children_details{
    background-color: #0a6c37;
    position: relative;
}
.children_details::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 69%;
    background: #05391d;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}
.children_details .children_list{
    position: relative;
    z-index: 1;
}
.children_box .img-wrap{
    border: 1px solid #b01e21;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.children_box .img-wrap img{
    height: 120px;
}
.children_box p{
    height: 189px;
}

/*******************
 Boys Details Page
********************/

.boys_details{
    position: relative;
}
.boys_details::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #006837;
    clip-path: polygon(92% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.boys_contact{
    position: relative;
    z-index: 2;
    background-color: #003b1f;
}
.boys_contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007b3a;
    clip-path: polygon(0 0, 60% 0, 35% 100%, 0% 100%);
    z-index: -1;
}

/*******************
 Boys Details Page
********************/

.girls_details{
    position: relative;
}
.girls_details::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #006837;
    clip-path: polygon(92% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.girls_contact{
    position: relative;
    z-index: 2;
    background-color: #003b1f;
}
.girls_contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007b3a;
    clip-path: polygon(0 0, 60% 0, 35% 100%, 0% 100%);
    z-index: -1;
}


/*******************
 Gothia Page
********************/
.gothia{
    position: relative;
}
.gothia::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 64%;
    background: #75241e;
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.our_gothia{
    position: relative;
    z-index: 2;
    background-color: #95362f;
}
.our_gothia:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #75241e;
    clip-path: polygon(0 0, 60% 0, 20% 100%, 0% 100%);
    z-index: -1;
}
/*******************
 Meet team Page
********************/
.park_way{
    position: relative;
    background-image: url(../images/team/park_way.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.park_way:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003b1f;
    opacity: 0.8;
}
.park_way .park_detail{
    position: relative;
    z-index: 1;
}

.meetclub_grid{
    border-radius: 5px;
    position: relative;
    margin: 0px 15px;
}
.meetclub_grid .img-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.meetclub_grid .meetclub-contact {
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 15px;
    border-radius: 10px;
    background-color: #95362f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}
.meetclub_grid .meetclub-contact .arrow-btn {
    background-color: rgba(112,79,230,.1);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: relative;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*******************
 Modal Start
********************/
.modal_details .modal-body{
    background-color: #95362f;
    position: relative;
}


.errRed{
    border-color: red!important;
}
.errRedioRed{
    color: red!important;
}
.delete_btn{
    color: #ffffff;
    background-color: #c90d0d;
    text-decoration: none;
    float: inline-end;
    padding: 8px 18px;
    border-radius: 7px;
    margin-top: -30px;
}

.member_card{
    background-color: #eeeeee;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}
.member_card .card_title{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 22px;
}
.text-danger{
  color: red;
}
.member_card .form-control{
  background-color: transparent;
  border: 1px solid #a4a4a4;
  outline: none;
  width: 100%;
  padding: 8px 10px;
}
.form_group{
  display: flex;
  align-items: center;
}

.age_group{
  display: flex;
  align-items: center;
}
.member_card .datebirth_control{
  width: 105px;
}
.member_card .form_group .age_lbl{
  min-width:50px;
  padding-left: 10px;
}
.form_group .form_label{
  min-width: 110px;
  font-size: 14px;
}

.member_card .form_select{
  background-color: transparent;
  border: 1px solid #a4a4a4;
  outline: none;
  width: 100%;
  padding: 8px 10px;
}
.member_card .btn{
  margin-top: 40px;
}
.memberdetail_page{
    padding-left: 60px;
    padding-right: 60px;  
}
.uploadmemberphoto_card ul{
  margin-left: 15px; 
}
.uploadmemberphoto_card ul li{
  font-size: 12px;
  margin-bottom: 0;
  list-style: disc;
}
.uploadmemberphoto_card .avtar_detail{
  gap:10px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.uploadmemberphoto_card .avtar_photo{
  max-width: 110px;
  height: 130px;
  width: 100%;
}
.uploadmemberphoto_card .avtar_photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uploadmemberphoto_card .uploade_photo_detail{
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
}
.uploadmemberphoto_card .uploade_photo_detail p{
  font-size: 12px;
  max-width: 160px;
  margin-left: 15px;
}

.uploadmemberphoto_card .file-upload {
  display: flex;
  align-items: center; 
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff; 
  margin-top: 40px;
}

.uploadmemberphoto_card .file-upload label {
  background: #f0f2f5;
  padding: 8px 16px;
  cursor: pointer;
  border-right: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  flex-shrink: 0;
}

.uploadmemberphoto_card .file-upload input[type="file"] {
  display: none;
}
.uploadmemberphoto_card .file-upload span {
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uploadmemberphoto_card .document_photo{
  max-width: 90%;
  width: 100%;
  height: 321px;
  margin-top: 15px;

}
.uploadmemberphoto_card .document_photo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}


.theme_modal .btn_close{
    position: absolute;
    top: 15px;
    right: 15px;
}

/*******************
 Product Detail  Start
********************/

.productdetail_hero{      
    background-image: url("../images/product-detail/product-detailhero.jpg");        
    background-position: 100% 26%;
}  
.product-gallery {
  width: 100%;
}
.thumb-slider {
    width:100px;        
    display: inline-block;
    margin-right: 15px;
}
/*.thumb-slider .slick-slide:nth-child(n+2){
  margin-top: 20px;
}*/
.thumb-slider .slick-slide {
  margin: 8px 0; /* space between slides */
}
.thumb-slider img {
    width: 100%;
    cursor: pointer;
}
.main-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumb-slider .img_wrap{
    background-color: #f4f4f4;
    padding: 5px;
}
.main-slider .img_wrap{
  background-color: #f4f4f4;
  padding: 20px;
  height: 540px;
}
.main-slider{    
  width: calc(100% - 120px);
  display: inline-block;
}
.main-slider .slick-prev,.main-slider .slick-next{
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
}
.main-slider .slick-prev::before,
.main-slider .slick-next::before{
  font-family: "tabler-icons" !important;
}
.main-slider .slick-prev{
  right: 30px;
}
.main-slider .slick-next{
  right: 15px;
}
.chart_list{
    display: flex;
    gap: 15px;
}
.chart_list li{
    border: 1px solid #cacacb;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;

}
.btn_add{
    padding: 15px;
    background-color: #000000;
    border-radius: 30px;
    display: block;
    color: #ffffff;
}
.btn_favourite{
    padding: 15px;
    border: 1px solid #000000;
    border-radius: 30px;
    display: block;
    color: #000000;
}

.parkproduct_grid{
    border-radius: 5px;
    position: relative;
    margin: 0px 15px;
}
.parkproduct_grid .img-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    overflow: hidden;
    padding: 30px;
    background-color: #f4f4f4;
}

/*******************
 Shop Page  Start
********************/
.shop_section .sort-bar{
    border: 1px solid #d5d5d5;
}
.shop_section .sort-bar .form-select{
    border-radius: 0px;
    border: none;
    border-right: 1px solid #d5d5d5;
    padding: 10px;
}
.shop_section ul.gridfilter-list li a {
    padding: 10px 10px;
    border-radius: 5px;
    display: inline-block;
}
.shop_section ul.gridfilter-list li a i {
    font-size: 18px;
    vertical-align: middle;
}

.shop_section ul.gridfilter-list li a:focus {
    color: #95362f; 
}

.shop_section ul.gridfilter-list li.active a {
    color: #95362f; 
}

.shop_section .product-grid{
    border-radius: 5px;
    position: relative;
    margin: 0px 15px;
}
.shop_section .product-grid .img-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    overflow: hidden;
    padding: 30px;
    background-color: #f4f4f4;
}
.shop_section .product-grid .product-detail{
    width: 100%;
    margin-top: 15px;
}
.shop_section .list-view-page [class^="col"] {
    flex: 50%;
    width: 50%;
    max-width: 50%;
}

.shop_section .list-view-page [class^="col"] .product-grid {
    display: flex;
    text-align: left;
    gap: 24px;
}

.shop_section .list-view-page [class^="col"] .product-grid .img-wrap {
    max-width: 50%;
    width: 100%;
}

.shop_section .list-view-page [class^="col"] .product-grid .img-wrap img {
    width: auto;
}
.shop_section .list-view-page [class^="col"] .product-grid .product-detail{
    width: 100%;
    margin-top: 0px;
}
.shop_section .page-nav-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.shop_section .page-nav-wrap ul li {                              
    width: 40px;
    height: 40px;               
    text-align: center;               
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop_section .page-nav-wrap ul li .active {
    background-color: #95362f;
    color: #ffffff !important;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.filter-sidebar .accordion .accordion-item .accordion-button{
    padding: 15px 0px !important;
}
.filter-sidebar .accordion .accordion-item .accordion-body{
    padding: 15px 0px !important;
}
.filter-sidebar .accordion .accordion-item .accordion-button:not(.collapsed) {
     color: #000000 !important; 
     background-color: transparent !important; 
    box-shadow: none !important;
}
.filter-sidebar .accordion .accordion-item .accordion-button:focus{
    box-shadow: none !important;
}


/*Trail modal */
.trail_modal .modal-body{
    padding: 30px;
}
.trail_modal .trail_list{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-left: 0;
    list-style: none;
}
.trail_modal .trail_list li{
    border-radius: 15px;
    border: 1px solid #000000;
    width: 100%;
    max-width: calc(25% - 20px);
    text-align: center;
}
.trail_modal .trail_list li a{
    color: #000000;
    text-decoration: none;
    padding: 15px;
    display: block;
    font-size: 16px;
}
.trail_modal p{
    margin-bottom: 0;
}
.trail_modal .trail_list li p{
    font-size: 14px;
}
.trail_modal strong{
    display: block;
    font-weight: 600;
}
.trail_modal span{
    display: block;
    font-weight: 400;
}
.trail_modal .btn{
    margin: auto;
    margin-top: 40px;
    display: block;
    width: fit-content;
}