*
{
  margin: 0;
  padding: 0;
}
body
{
  margin: 0;
  padding: 0;
  --theme: #395A54;
  --base: #BDB7AF;
  --secondary: #E6E7DD;
  --hash: #F8F9F9;
  --black: #231F20;
  --transition: .3s ease-in-out 0s;
  /*background: #F9F9F9 !important;*/
  overflow-x: hidden;
  background: #E6E7DD !important;
  --gradient: linear-gradient(to bottom, #b62029, #2a2d74);
}
p,h1,h2,h3,h4,h5,h6
{
  margin-bottom: 0 !important;
}
a 
{
  text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eye Quirky Demo';
    src: url('fonts/EyeQuirkyDemo.woff2') format('woff2'),
        url('fonts/EyeQuirkyDemo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.nav_menu ul li a.active{
 
     color: #c19a6b !important;

    
}



.cart-icon {
    display: inline-block;
}

.cart-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;

    min-width: 18px;
    height: 18px;

    background: #395a54;
    color: #fff;

    font-size: 11px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;
    line-height: 1;
    z-index: 2;
}

.appoinment_menu_btn button, .appoinment_menu_btn a {
    padding: 23px 25px;
    border-radius: 0;
    border: none;
    background: var(--secondary);
    color: var(--theme);
    font-size: 16px;
    line-height: 16px;
    min-height: 64.08px;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.appoinment_menu_btn a:hover, .appoinment_menu_btn a:focus, .appoinment_menu_btn a:active {
    background: var(--secondary);
    color: var(--theme);
    text-decoration: none;
}

.font_reg 
{
  font-family: 'Poppins';
  font-weight: normal;
}
.font_med 
{
  font-family: 'Poppins';
  font-weight: 500;
}
.font_semi
{
  font-family: 'Poppins';
  font-weight: 600;
}
.font_bold
{
  font-family: 'Poppins';
  font-weight: bold;
}
.heading
{
    font-family: 'Eye Quirky Demo';
    font-weight: normal;
}



.login_slide_sec button
{
    background: var(--secondary);
    padding: 16px 24px;
    color: var(--theme);
    border-radius: 11px;
    border: none;
    font-size: 16px;
    line-height: 16px;
}

@media screen and (min-width: 1400px)
{
  .container
  {
    max-width: 1240px !important;
  }
}

ul
{
  margin: 0 !important;
  padding: 0 !important;
}
ul li  
{
  list-style-type: none !important;
}
.fnt_color
{
    color: var(--color) !important;
}

nav 
{
/*    padding: 22px 0;*/
}
.nav_container
{
   
/*    border: 2px solid rgb(255 255 255 / 18%);*/
}


.experience_section, .partner, .about, .long_banner, .service,
.gina, .highlated, .vison_block, .faq, .testimonial, .batch, 
.enquiry, .blog, .promotion, footer
{
    overflow: hidden;
}


.navigation
{
    transition: var(--transition);
}
nav.navigation.stricky-fixed .nav_container .menu_nav ul.nav_list li a
{
/*    color: #000;*/
}
/*nav.navigation.stricky-fixed
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 10px #7878781f;
}
nav.navigation.stricky-fixed
{
    padding: 12px 0;
}
.menu*/_nav ul.nav_list li {
    display: inline-block;
    position: static;
}
.menu_nav ul.nav_list li a {
    display: block;
    /* color: #fff; */
    color: var(--color);
    font-weight: 500;
    padding: 0 18px;
    transition: .4s;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    overflow: hidden;
}
.menu_nav ul.nav_list li.active_link a
{
    color: var(--theme) !important;
}
.menu_nav ul.nav_list li a:hover
{
    color: var(--theme) !important;
}
.appl_btn {
    border-radius: 70px !important;
    overflow: hidden;
    border: none !important;
    padding: 11px 30px !important;
    background: var(--theme) !important;
    color: #fff !important;
    font-size: 15px !important;
    position: relative;
    transition: .3s;
    height: 53px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}
.appl_btn::before,
.nav_arrow::before,
.readmore_sec a::before,
.form_submit a::before,
.socila_media li a::before,
.apply_head_btn::before
{
    transition-duration: 800ms;
    position: absolute;
    width: 210%;
    height: 290%;
    content: "";
    top: 162%;
    left: 50%;
    background: var(--blue);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}
.jb_apply:hover .appl_btn:before,
.jb_apply:hover .nav_arrow::before,
.readmore_sec a:hover::before,
.form_submit a:hover::before,
.socila_media li a:hover::before,
.apply_head_btn:hover::before {
    top: -96%;
}
.form_submit a,
.apply_head_btn
{
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.apply_head_btn:hover
{
    border-color: var(--blue);
}
.apply_head_btn:hover,
.form_submit a:hover 
{
    color: #fff;
}

.nav_arrow
{
    border-radius: 70px !important;
    overflow: hidden;
    border: none !important;
    background: var(--theme) !important;
    color: #fff !important;
    font-size: 15px !important;
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 53px;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
}
.jb_apply .d-flex
{
    column-gap: 8px;
}
.nav_arrow i 
{
    font-size: 22px;    
}
.header_video
{
    border-radius: 27px;
    overflow: hidden;
}
.header
{
    position: relative;
    height: 1024px;
    overflow: hidden;
}
.header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.header_left h1 
{
    font-size: 60px;
    line-height: 76px;
    color: var(--heading);
    max-width: 545px;
    padding-bottom: 20px;
}   
.header_left p 
{
    font-size: 20px;
    line-height: 36px;
    max-width: 490px;
}
.header_button
{
    margin-top: 46px;
}
.apply_head_btn
{
    font-size: 20px;
    line-height: 26px;
    color: var(--theme);
    border: 2px solid var(--theme);
    border-radius: 160px;
    transition: var(--transition);
    padding: 17px 62px;
    height: 64px;
    background: transparent;
}
.play_icon
{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(182, 32, 41, .2);
    transition: .3s;
    cursor: pointer;
}
.watch_video p 
{
    font-size: 20px;
    line-height: 20px;
    color: var(--theme);
}
.header_button > .d-flex
{
    column-gap: 20px;
}
.watch_video > .d-flex
{
    column-gap: 12px;
}
.header
{
    position: relative;
    z-index: 1;
}
.header_pattern
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.d_center
{
    display: flex;
    align-items: center;
}

.header_video
{
    position: relative;
    height: 90vh;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 48px;
}
.header_video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}


.font_heading
{
    font-size: 50px;
    line-height: 62px;
}


.banner_left_content h1 
{
    font-size: 90px;
    line-height:75px;
    color: #fff;
}
.banner_left_content p 
{
    font-size: 21px;
    line-height: 39px;
    max-width: 480px;
    color: #fff;
    opacity: .7;
}
.top_left_block span 
{
    color: #fff;
}
.navigation
{
    position: absolute;
    width: 100%;
    z-index: 9;
}
.clm-47
{
    column-gap: 47px;
}
.clm-10
{
    column-gap: 10px;
}
.clm-16
{
    column-gap: 17px;
}
.top_login_link,
.top_left_block span
{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}
.top_login_link:hover  
{
    color: var(--secondary);
}
.location_btn
{
    background: var(--theme);
    padding: 16px 24px;
    color: #fff;
    border-radius: 11px;
    border: none;
    font-size: 16px;
    line-height: 16px;
}
.black
{
    color: var(--black);
}
.hash 
{
    color: var(--hash);
}
.top-nav
{
    border-bottom: 1px solid rgba(255, 255, 255, .23);
    padding: 20px 0;
    transition: var(--transition);
}
.nav_menu > ul  
{
    display: flex;
    align-items: center;
    column-gap: 53px;
}
.nav_menu ul li a 
{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    padding: 24px 0;
}
.bottom_nav
{
/*    padding: 20px 0;*/
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .23);
}
.appoinment_menu_btn button
{
    padding: 23px 25px;
    border-radius: 0;
    border: none;
    background: var(--secondary);
    color: var(--theme);
    font-size: 16px;
    line-height: 16px;
    min-height: 64.08px;
    transition: var(--transition);
    display: inline-block;
}
.appoinment_menu_btn button:hover 
{
    background: var(--theme);
    color: var(--secondary);
}
.appoinment_menu_btn
{
    position: absolute;
    right: 0;
    top: 0;
}

.banner_button button
{
    border: 1.5px solid #fff;
    padding: 21px 30px;
    font-size: 16px;
    line-height: 16px;
    min-width: 197px;
    min-height: 60px;
    border-radius: 170px;
    display: inline-block;
}
.service_btn
{
    background: transparent;
    color: #fff;
}
.book_btn
{
    background: #D9D9D9;
    color: var(--theme);
}
.clm-20
{
    column-gap: 20px;
}
.banner_button
{
    margin-top: 30px;
}
.header_appoinment
{
    width: 490px;
    height: 480px;
    background: #fff;
    position: absolute;
    bottom: 150px;
    right: 150px;
    z-index: 1;
    border-radius: 20px;
     overflow: hidden;
}
.appoinment_header
{
    text-align: center;
    padding: 21px 0;
    background: var(--theme);
}
.appoinment_header h3 
{
    color: #fff;
    font-size: 46px;
    line-height: 46px;
}
.apoinment_body
{
    padding: 23px 38px 33px;
}
.apoinment_body form input,
.apoinment_body form select
{
    font-size: 15px;
    line-height: 15px;
    color: #7F7F7F;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    padding: 10px 0;
}
.apoinment_body form .form-row
{
    margin-bottom: 29px;
}
.form-control:focus,
.form-select:focus {
    color: #7F7F7F !important;
    background-color: transparent !important;
    border-color: var(--theme) !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.apply_btn
{
    width: 100%;
/*    padding: 20px;*/
    background: var(--theme);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border: none;
    transition: var(--transition);
}

footer
{
    padding: 70px 0 38px;
    position: relative;
}
footer .pattern
{
    position: absolute;
}
footer .pattern.p1
{
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
        mix-blend-mode: multiply;
}
footer .pattern.p2
{
    bottom: -12%;
    left: -14%;
        mix-blend-mode: multiply;
}
.label
{
    font-size: 18px;
    line-height: 15px;
    padding-bottom: 15px;
}
.dtl_label
{
    font-size: 22px;
    line-height: 15px;
}
.top_footer_block .d-flex 
{
    column-gap: 10px;
}
.top_footer
{
    padding-bottom: 52px;
/*    margin-bottom: 57px;*/
}
.top_footer .container
{
/*   */
}
.middle_footer
{
    padding-top: 57px;
    border-top: 1px solid #D9D9D9;
    padding-bottom: 52px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 28px;
}
.footer_content p 
{
    font-size: 16px;
    line-height: 32px;
    max-width: 370px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.socila_media li a
{
    width: 45px;
    height: 45px;
    background: var(--theme);
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: var(--transition);
    justify-content: center;
}
.socila_media li a:hover  
{
    background: var(--black);
}
.socila_media
{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.footer_social
{
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.footer_heading
{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.footer_heading::after 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 2px;
    background: var(--theme);
}
.footer_menu li a 
{
    font-size: 16px;
    line-height: 16px;
    color: var(--black);
    transition: var(--transition);
    padding-left: 17px;
}
.footer_menu li a:hover 
{
    color: var(--theme);
}
.footer_menu li
{
    position: relative;
    margin-bottom: 20px;
}
.footer_menu li::before 
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #D1D1D1;
    border-radius: 50%;

}
.wrking_clmn
{
    padding-left: 18px;
}
.hours_list li  
{
    padding-bottom: 20px;
    font-size: 16px;
}
.hours_list li:last-child
{
    padding-bottom: 0;
}
.qr_name
{
    font-size: 25px;
    line-height: 25px;
}
.qr_para
{
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    padding-top: 7px;
}
.qr_code .d-flex 
{
    column-gap: 13px;
}
.qr_image 
{
    width: 110px;
    height: 110px;
    flex: none;
}
.qr_code
{
    padding-top: 34px;
}
.second_row p 
{
    font-size: 16px;
    line-height: 16px;
}
.second_row a 
{
    text-transform: capitalize;
    font-weight: 500;
    color: var(--black);
}
.text_right
{
    text-align: right;
}

.cmn_heading
{
    font-size: 82px;
    line-height: 72px;
    color: var(--black);
}
.abt_right .cmn_heading
{
    padding-bottom: 11px;
}
.para_desc
{
    font-size: 16px;
    line-height: 32px;
    color: var(--black);
}
.about_list
{
    padding-top: 34px !important;
}
.about_list li  
{
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 27px;
}
.about_list li  span 
{
    padding-right: 10px;
}
.about_list li:last-child
{
    padding-bottom: 0;
}
.read_more button 
{
    font-size: 18px;
    line-height: 26px;
    color: var(--secondary);
    border: none;
    border-radius: 160px;
    background: var(--theme);
    padding: 16px 40px;
}
.read_more
{
    margin-top: 46px;
}
.abt_right
{
    padding-left: 37px;
}
.d_center
{
    display: flex;
    align-items: center;
}
.about
{
    padding: 116px 0 100px; 
}
.service
{
    padding: 88px 0 113px;
    background: var(--theme);
}
.tagline
{
    color: var(--secondary);
    font-size: 20px;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}
.line
{
    width: 56px;
    height: 1.5px;
    background: var(--secondary);
    display: inline-block;
    position: relative;
}
.line::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 6.5px;
    height: 6.5px;
    background: var(--secondary);
    border-radius: 50%;
}
.tagline_name
{
    padding-left: 10px;
}
.service .service_heading h3
{
    color: #fff;
}
.service_heading_right
{
    padding-left: 22px;
}
.service_heading_right p 
{
    color: #fff;
}
.pagination_cutom button,
.pagination_cutom-recent button
{
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .25);
    border-radius: 50%;
    color: #fff;
    border: none;
    transition: var(--transition);
}
.custom-prev
{
    margin-right: 10px;
}
.service .pagination_cutom
{
    padding-top: 23px;
}
.service_row
{
    padding-top: 69px;
}
.service_body
{
    padding-top: 30px;
}
.service_body h3 
{
    color: var(--secondary);
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 21px;
    text-transform: capitalize;
}
.service_body p 
{
    color: var(--secondary);
}
.read_more_link
{
    position: relative;
    display: inline-block;
    padding-top: 35px;
    transition: var(--transition);
}
.read_more_link a 
{
    color: var(--secondary);
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 13px;
    display: inline-block;
    transition: var(--transition);
}
.read_more_link a:hover  
{
    color: var(--secondary);
}
.read_more_link::after
{
    width: 0%;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    transition: var(--transition);
    left: 0;
    background: var(--secondary);
}
.read_more_link:hover
{
    margin-left: 8px;  
}
.read_more_link:hover::after
{
    width: 100%;
}
.service_image
{
    border-top-left-radius: 150px;
    overflow: hidden;
}
.service_image img
{
    transition: var(--transition);
}
.service_image img 
{
    width: 100%;
}
.slick-slide 
{
    padding: 0 12px;
}
.center_heading
{
    max-width: 460px;
    margin: auto;
}
.package .tagline
{
    color: var(--theme);
    justify-content: center;
}
.package .line,
.FAQs .line
{
    background: var(--theme);
}
.package .line::after,
.FAQs .line::after
{
    background: var(--theme)
}
.package h3 
{
    text-align: center;
}
.package
{
    padding: 80px 0 106px;
}
.package_thr_line
{
    display: flex;
    justify-content: space-between;
}
.package_card
{
    position: relative;
    overflow: hidden;
}
.package_card img
{
    width: 100%;
    transition: var(--transition);
}
.package_card_detail
{
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 33px 25px 28px;
}
.package_card_detail h4
{
    font-size: 25px;
    line-height: 25px;
    color: var(--black);
    padding-bottom: 10px;
}
.st_label
{
    font-size: 14px;
    line-height: 14px;
    color: #A3A3A3;
}
.price
{
    padding-left: 7px;
    padding-right: 8px;
    font-size: 16px;
    line-height: 16px;
    color: var(--black);
}
del 
{
     font-size: 16px;
    line-height: 16px;
    color: #A3A3A3;
}
.price_sec
{
    padding-bottom: 13px;
}
.rev_count p span 
{
    color: #A3A3A3;
    font-size: 14px;
    line-height: 14px;
}
.rev_count p,
.hrs_text
{
    font-size: 16px;
    line-height: 16px;
}
.review_sec > .d-flex
{
    column-gap: 5px;
}
.star_list .d-flex
{
    column-gap: 7px;
}
.book_btn
{
    margin-top: 21px;
}
.book_btn button 
{
    min-height: 50px;
}
.package_slider {
    margin-right: -40% !important;
}
.package_row
{
    padding-top: 40px;
}
.custom-dots li {
    list-style-type: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 30px;
}
.custom-dots li.active {
    background: var(--theme);
}
.custom-dots {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    padding-top: 38px !important;
}

.highlated
{
    padding: 76px 0 96px;
    position: relative;
    background: url('../images/highlated.png');
    background-size: cover;
}
.hov_visible
{
    display: none;
}
.highlated_box:hover .high_image img 
{
    transition: var(--transition);
}
.highlated_box:hover .high_image .hov_visible
{
    display: block;
     transition: var(--transition);
}
.highlated_box:hover .high_image .def_image
{
    display: none;
     transition: var(--transition);
}
.highlated_box
{
    padding: 17px 18px 21px 21px;
    background: var(--secondary);
    border-radius: 13px;
    transition: var(--transition);
}
.high_content .heading_high
{
    font-size: 20px;
    line-height: 26px;
    color: var(--black);
    padding-bottom: 6px;
    transition: var(--transition);
}
.hight_desc 
{
    font-size: 16px;
    line-height: 28px;
    color: #939393;
    transition: var(--transition);
}
.high_image
{
    width: 78px;
    height: 108px;
    background: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex: none;
    transition: var(--transition);
}
.highlated_box .d-flex,
.highlated_item .d-flex
{
    column-gap: 18px;
}
.highlated_box:hover 
{
    background: var(--theme);
}
.highlated_box:hover .high_image
{
    background: var(--secondary);
}
.highlated_box:hover .high_content p
{
    color: #fff;
}
.highlated_item
{
    margin-bottom: 23px;
}
.highlated_block
{
    padding-top: 32px;
}
.highlated_item:last-child
{
    margin-bottom: 0;
}
.counter_sec
{
    padding: 91px 0;
    background: url('../images/counter.png');
    background-size: cover;
}
.counter_box h4
{
    color: #fff;
     font-size: 60px;
     padding-bottom: 7px;
    line-height: 60px;
}
.counter_box p
{
    color: #fff;
     font-size: 21px;
    line-height: 35px;
}
.package_ad
{
    padding: 90px 0;
}
.package_ad .center_heading
{
    padding-bottom: 30px;
}
.package_ad .pagination_cutoms button
{
    background: transparent !important;
    border: none !important;
}
.package_ad_carousel
{
    position: relative;
}
.package_ad .pagination_cutoms
{
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 100%;
}
.custom-nexts
{
    right: 25px;
    position: absolute;
}
.custom-prevs
{
    left: 25px;
    position: absolute;
}
.custom-nexts i,
.custom-prevs i  
{
    font-size: 32px;
}
.testimonial
{
    padding: 80px 0 73px;
    background: url('../images/testimonial.png');
    position: relative;
    z-index: -1;
    background-size: cover;
}
.testimonial::after 
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 66%);
    width: 100%;
    height: 100%;
    z-index: -2;
}
.testimonial .center_heading
{
    max-width: 610px;
    text-align: center;
}
.testimonial .tagline
{
    justify-content: center;
}
.testimonial .center_heading h3 
{
    color: #fff;
}
.auth_image
{
    width: 56px;
    height: 56px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.auth_image p 
{
    font-size: 20px;
    line-height: 20px;
    color: var(--theme);
    transition: var(--transition);
}
.author_name h6 
{
    font-size: 20px;
    line-height: 20px;
    color: var(--secondary);
    padding-bottom: 5px;
    transition: var(--transition);
}
.author_name p 
{
    font-size: 16px;
    line-height: 16px;
    transition: var(--transition);
    color: #fff;
}
.testimonial_author .d-flex
{
    column-gap: 12px;
}
.testimonial_author
{
    padding-bottom: 22px;
}
.testimonial_contnet p 
{
    color: #fff;
    font-size: 16px;
    line-height: 28px;  
    transition: var(--transition);
}
.test-review 
{
    padding-top: 29px;
    color: #fff;
    transition: var(--transition);

}
.test-review .d-flex
{
    column-gap: 5px;
}
.testimonial_box
{
    padding: 30px 30px 39px 32px;
    border: 1px solid var(--secondary);
    border-radius: 15px;
    transition: var(--transition);
    position: relative;
}
.quote
{
    position: absolute;
    top: 20px;
    right: 20px;
}
.testimonial_box:hover 
{
    background: var(--secondary);
}
.testimonial_box:hover  .auth_image
{
    background: var(--theme);
    
}
.testimonial_box:hover  .auth_image p 
{
    color: #fff;
}
.testimonial_box:hover .author_name p 
{
    color: #939393;
}
.testimonial_box:hover .author_name h6,
.testimonial_box:hover .testimonial_contnet p,
.testimonial_box:hover .test-review 
{
    color: var(--black);
}

.testimonial .owl-dots button 
{
    width: 13px;
    height: 13px;
    background: #fff !important;
    border-radius: 50%;
    margin: 0 7px;
}
.testimonial .owl-dots button.active
{
    background: var(--theme) !important;
}
.testimonial .owl-dots
{
    line-height: 0;
    margin: auto;
    text-align: center;
    padding-top: 37px;
}

.FAQs .center_heading
{
    max-width: 590px;
    text-align: center;
}
.FAQs .tagline_name
{
    color: var(--theme);
}
.FAQs .tagline
{
    justify-content: center;
}
.FAQs
{
    position: relative;
    padding: 90px 0 87px;
}
.FAQs .accordion-button::after
{
    display: none;
}
.FAQs .accordion-button
{
    padding: 0 0 0 22px;
    color: var(--black);
}
.custom-icon
{
    width: 63px;
    height: 63px;
    background: var(--theme);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.FAQs .accordion-item
{
    margin-bottom: 22px;
}
.FAQs .accordion-item:last-child
{
    margin-bottom: 0;
}
.FAQs .accordion-button:not(.collapsed)
{
    font-weight: 500;
    color: var(--black);
    border: none !important;
    box-shadow: none !important;
    background: var(--hash);
    color: var(--theme);
}
.accordion-button:focus
{
    border: none !important;
    box-shadow: none !important;
}
.enquiry_section {
    position: relative;
    overflow: hidden;
    background: var(--theme);
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.enq_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.enq_image img 
{
    width: 100%;
}
.heading_cont p 
{
    font-size: 45px;
    line-height: 64px;
    color: #fff;
}
.heading_cont
{
    padding-bottom: 22px;
}
.form_submit button
{
    background: var(--secondary);
    color: var(--theme);
    height: 60px;
}
.enquery_detail input,
.enquery_detail select
{
    background: #fff;
    border-radius: 0 !important;
    border: none;
    height: 60px;
    
    color: var(--black)
}
::placeholder
{
    color: #B7B7B7 !important;
}
.enquery_detail select
{
    color: #B7B7B7 !important;
}
.enquery_detail input:focus,
.enquery_detail select:focus
{
    background: var(--hash) !important;
}
.contact_address_section
{
    padding: 50px 0 58px;
}
.input-group
{
    position: relative;
}
.icon_date
{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    line-height: 0;
    z-index: 9;
}
.contact_address_section .form-row
{
    margin-bottom: 21px;
}
.icon_date i 
{
    color: #D9D9D9;
    font-size: 20px;
}
.icon_date i::before
{
    line-height: 0;
}
.contact_address_section
{
    padding-left: 38px;
}
.newsletter
{
    padding: 76px 0 100px;
    position: relative;
}
.newsletter .center_heading
{
    max-width: 890px;
    text-align: center;
}
.newsletter .line,
.newsletter .line::after
{
    background: var(--theme);
}
.newsletter .tagline_name
{
    color: var(--theme);
}

.subscribe_btn a 
{
    color: var(--theme);
}
.news_letter_frm
{
    max-width: 706px;
    margin: auto;
}
.news_letter_frm input 
{
    background: transparent !important;
    padding: 12px 40px 12px 66px;
    border: 1px solid #D1D1D1;
    border-radius: 14px;
    height: 73px;
    position: relative;
}
.form_group
{
    position: relative;
}
.email_icon
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    line-height: 0;
}
.subscribe_btn
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    padding-left: 33px;
}
.subscribe_btn::before
{
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background: #D1D1D1;   
}
.newsletter .patterns
{
    position: absolute;
}
.newsletter .patterns.np1
{
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
}
.newsletter .patterns.np2
{
    top: 50%;
    left: -14%;
    transform: translateY(-50%) rotate(45deg);
    mix-blend-mode: multiply;
}
.news_letter_frm
{
    margin-top: 20px;
}
.gallery_image
{
    position: relative;
}
.gallery_image img
{
    width: 100%;
}
.gallery_overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: var(--transition);
    opacity: 0;
/*    content: '';*/
}
.gallery_zoom
{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    transition: var(--transition);
}

.gallery_zoom i 
{
    color: #fff;
    font-size: 22px;
}
.gallery_image:hover .gallery_overlay
{
    opacity: 1;
}
.home_gallery .slick-slide
{
    padding: 0 !important;
}

.inner_header
{
    min-height: 500px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.navigation
{
    top: 0;
}
.inner_brad_crumbs ul 
{
    display: flex;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
    padding-top: 10px !important;
}
.inner_brad_crumbs ul li a 
{
    color: #fff;
    font-size: 18px;
    line-height: 18px;
} 
.inner_brad_crumbs ul li i 
{
    color: var(--secondary);
    opacity: .5;
}
.inner_header_content
{
    padding-top: 80px;
}
.service_tb_block
{
    background: var(--secondary);
    padding: 15px 25px;
}
.service_tb_block .serv_tb_image img 
{
    transition: var(--transition);
    width: 50px;
}
.service_tb_block .serv_tb_image
{
    flex: none;
}
.black-icon
{
   display: none;
}
.service_tb_block
{
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    transition: var(--transition);
}
.service_tb_container .d-flex
{
    column-gap: 0px;
}
.service_tb_container
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.active_tab
{
    background: var(--theme);
}
.active_tab .black-icon,
.service_tb_block:hover .black-icon
{
    display: block;
}
.active_tab .color-icon,
.service_tb_block:hover .color-icon
{
    display: none;
}
.active_tab
{
    color: var(--secondary);
}
.service_tb_block:hover 

{
    background: var(--theme);
    color: var(--secondary);
}
.service_tb_block:hover .color-icon
{

}

.inner_wrapper
{
    padding-top: 80px;
    padding-bottom: 80px;
}
.inner_newsletter
{
    background: var(--theme);
}
.inner_newsletter .cmn_heading
{
    color: #fff;
}
.inner_newsletter .tagline_name
{
    color: var(--secondary);
}
.inner_newsletter .line,
.inner_newsletter .line::after  
{
    background: var(--secondary) !important;
}
.inner_newsletter .subscribe_btn a
{
    color: #fff;
}
.inner_newsletter  .arrow_icon svg path  
{
    fill: #fff;
}
.services_grid
{
    padding-top: 50px;
}
.inner_service_body
{
    padding-top: 30px;
    text-align: left;
}
.inner_service_body h3 
{
    color: var(--theme);
    padding-bottom: 15px;
}
.inner_service_body .package_thr_line
{
    padding-top: 18px;
    margin-top: 25px;
    border-top: 1px solid #d2d2d2;
}
.inner_service_image
{
    position: relative;
    overflow: hidden;
}
.inner_service_image img 
{
    transition: var(--transition);
}
.inner_service_image:hover img 
{
    transform: scale(1.1);
}
.service_grid
{
    background: #fff;
}
.inner_service_body
{
    padding: 35px 30px;
}
.service_grid
{
    margin-bottom: 30px;
}
.labe_special
{
    position: absolute;
    top: 20px;
    left: 0px;
    background: var(--theme);
    color: var(--secondary);
    padding: 5px 15px;
    border-radius: 0px;
}


.swiper-container {
  width: 100%;
  max-width: 100%;
}
.swiper-container.slider {
  height: 80vh;
}
.swiper-container.slider-thumbnail {
  height: 20vh;
  margin-top: 15px;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-thumbnail .swiper-slide img 
{
    width: 100%;
}
.swiper-container.slider-thumbnail .swiper-wrapper
{
    display: flex;
    column-gap: 15px;
}
.sev_flexs
{
    column-gap: 15px;
}
.sev_flexs .rev_count
{
    padding-left: 10px;
}
.service_name h2 
{
    padding-bottom: 5px;
}
.service_heading
{
    padding-bottom: 25px;
}
.service_price div
{
    text-align: right;
}
.service_price div .price
{
    padding: 0 !important;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px !important;
}
.service_price div del  
{
    font-size: 20px;
    line-height: 20px;
}
.service_detail_container
{
    padding-top: 50px;
}
.sp_bold
{
    font-weight: 600;
}
.service_dtl_left ul li .d-flex
{
    column-gap: 10px;
}
.service_dtl_left ul li 
{
    padding-bottom: 25px;
}
.service_dtl_left ul li .d-flex i,
.sp_bold
{
    color: var(--theme);
}
.service_dtl_left ul li  
{
    line-height: 30px;
}
.testimoinial_slider 
{
    padding-top: 40px;
}
.for_apnmrt
{
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.side-widget
{
    padding: 30px;
    margin-bottom: 30px;
}
.service_right_tab
{
    margin-left: 30px;
}
.frm-head
{
    padding-bottom: 20px;
}
.for_apnmrt form .form-row
{
    margin-bottom: 15px;
}
.for_apnmrt form input,
.for_apnmrt form select
{
    border: 1px solid #D9D9D9;
/*    border-top: 0;*/
/*    border-left: 0;*/
/*    border-right: 0;*/
    padding: 20px 20px;
    border-radius: 10px !important;
    color: #7F7F7F;
    background: var(--hash);
}
.for_apnmrt form select::after,
.for_apnmrt form select::before
{
    display: none !important;
}
.for_apnmrt .form_submit
{
    margin-top: 25px;
}
.for_apnmrt .form_submit button
{
    background: var(--theme) !important;
    color: var(--secondary) !important;
    border-radius: 10px;
}
.for_apnmrt .form_submit button:hover
{
    background: var(--black) !important;
}
.inner_testimonial_det::after
{
    display: none !important;
}
.inner_testimonial_det .testimonial_box
{
    background: var(--hash);
}
.inner_testimonial_det .author_name h6,
.inner_testimonial_det .author_name P 
{
    color: var(--black);
}
.inner_testimonial_det .testimonial_contnet P,
.inner_testimonial_det .test-review 
{
    color: var(--black);
}
.inner_testimonial_det .center_heading .tagline 
{
    color: var(--theme);
}
.inner_testimonial_det .center_heading  .line,
.inner_testimonial_det .center_heading  .line::after
{
    background: var(--theme);
}
.inner_testimonial_det .center_heading h3 
{
    color: var(--black);
}
.enquiry_block .d-flex
{
    flex-direction: column;
    row-gap: 30px;
    justify-content: center;
    align-items: center;
}
.enquiry_block
{
    background: url('../images/serv3.png');
    position: relative;
    background-size: cover;
    z-index: 1;
    border-radius: 20px;
    padding: 50px !important;
    overflow: hidden;
}
.enquiry_block::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(57, 90, 84, .9), rgba(57, 90, 84, .9));
    z-index: -1;
}
.enq_call_head h3 
{
    text-align: center;
    color: #fff;
}
.call_num_details p 
{
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
}
.call_num_details h6
{
    color: var(--secondary);
    text-align: center;
    font-size: 28px;
    line-height: 28px;
}
.service_split
{
    background: #fff;
    border-radius: 20px;
}
.image_sp
{
    width: 30px;
}
.serv_splt_head .d-flex 
{
    column-gap: 6px;
}
.serv_splt_head
{
    background: linear-gradient(to right, rgba(57, 90, 84, .9), rgba(57, 90, 84, .0));
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.split_side_service
{
    padding: 15px 0;
}
.split_links ul li:last-child
{
    padding-bottom: 0;
}
.split_links ul 
{
    padding-top: 25px !important;
}
.split_links ul li
{
    padding-bottom: 15px;
    opacity: .5;
    transition: var(--transition);
}
.split_links ul li:hover  
{
    opacity: 1 !important;
}
.side_active
{
    opacity: 1 !important;
}
.split_links ul li a 
{
    color: var(--black);
}
.split_links ul li a i 
{
    color: var(--theme);
    padding-right: 8px;
}
.service_recomd
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.service_recomd .heading_cont p
{
    color: var(--black);
}
.service_recomd .heading_cont
{   
    padding-bottom: 0 !important;
}
#faq_cont_acc
{
    padding-top: 40px;
}

.service_recomd .side-pagination_cutom button {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    color: var(--theme);
    border: none;
    border: 1px solid var(--theme);
    margin: 0 3px;
    transition: var(--transition);
}
.service_recomd .side-pagination_cutom button:hover 
{
    background: var(--theme);
    color: var(--secondary);
}
.recomend_heading
{
    padding-bottom: 23px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 40px;
}
.swiper-button-next, .swiper-button-prev
{
    color: #fff !important;
}
.book_btn button:hover 
{
    background: var(--black);
}
.cart_nav
{
    position: relative;
    background: var(--theme);
}

.bread_crumbs {
  padding: 12px 0;
/*  background: #f1f1f1;*/
    border-bottom: 1px solid #D9D9D9;
}

.bread_crumbs ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-right: 8px;
  color: var(--color);
  font-size: 20px;
  text-transform: capitalize;
}

.bread_crumbs ul li {
  font-size: 17px;
}

.bread_crumbs ul li a {
  text-decoration: none;
  color: var(--color);
}
.cart_detail
{
    padding-top: 30px;
}
.price_cart
{
/*    padding-top: 20px;*/
}

.quantity-control {
  display: flex;
  align-items: center;
/*  justify-content: space-between;*/
  width: fit-content;
/*  margin: 0 auto;*/
  background: var(--secondary);
  border: 1px solid var(--theme);
  border-radius: 10px;
  padding: 12px 8px;
/*  margin-top: 4rem;*/
}

.quantity-btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}
.quantity-btn svg {
  width: 15px;
  height: 15px;
}
.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pri_quant .d-flex  
{
    column-gap: 10px;
}
.pri_quant 
{
    padding-top: 25px;
}
.cart_item .d-flex
{
    column-gap: 25px;
}
.cart_item
{
    padding: 25px;
/*    background: #fff;*/
    border: 1px solid #d9d9d9;
}
.cart_left
{
    background: #fff;
    padding: 25px;
}
.cart_image
{
    flex: none;
    width: 200px;
}
.cart_item_detail h3 
{
    color: var(--theme);
}

.cart_item
{
    position: relative;
}
.delete_icon
{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: var(--theme);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_flex
{
    flex-direction: column;
    row-gap: 30px;
}

.billing-details h5 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0 16px !important;
    color: var(--black);
    border-bottom: 1px solid #eaeaec;
    padding-bottom: 10px;
}
.price-list-row {
    margin-bottom: 16px;
    line-height: 14px;
    font-size: 14px;
}
.price-list-val {
    float: right;
}

.cart_widget {
    padding: 20px;
    background: #fff;
/*    border-bottom: 13px solid #fff;*/
}
.price-list-row.btop h4 {
    font-size: 16px !important;
}
.place-order {
    display: block;
    padding: 10px;
    width: 100%;
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #fff;
    font-size: 17px;
    background: var(--theme);
    margin-top: 20px;
    transition: .3s;
    text-align: center;
}
.place-order:hover
{
    background: var(--black);
    color: #fff;
}
.cart_right_side
{
    margin-left: 20px;
}
.button_place button 
{
    display: block;
    width: 100%;
    background: var(--theme);
    border: none;
    padding: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
}
.button_place .paylink svg  
{
    width: 60px;
}
.gpay i 
{
    font-size: 40px;
    color: #fff;
}
.paylink
{
    background: #00d66f !important;
}
.gpay
{
    background: var(--black) !important;
}

.checkout_heading
{
/*    background: var(--theme);*/
}
.chekout_login_tab
{
    padding: 20px;
    background: #fff;
/*    margin-bottom: 15px;*/
    text-align: center;
}
.chekout_login_tab a 
{
    color: var(--theme);
    font-weight: 600;
}
.chekout_login_tab a:hover 
{
    color: var(--theme);
}
.express_flex button 
{
    width: 50%;
    display: block;
    background: var(--theme);
    border: none;
    padding: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
}
.express_flex .paylink svg {
    width: 60px;
}
.express_flex .d-flex
{
    column-gap: 15px;
}
.express_checkout h4 
{
    text-align: center;
    padding-bottom: 8px;
}
.express_checkout
{
    padding: 25px;
    background: #fff;
}

.or {
    position: relative;
    text-align: center;
    z-index: 9;
    margin-top: 20px;
/*    background: #fff;*/
}
.or::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 1px;
    background: #c6c6c6;
    z-index: -1;
}
.or p {
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    color: #484848;
    background: #fff;
    padding: 0 7px;
}

.billing_form_details form input,
.billing_form_details form select,
.billing_form_details form textarea
{
    border: 1px solid transparent;
    /* border-top: 0; */
    /* border-left: 0; */
    /* border-right: 0; */
    padding: 13px 20px;
    border-radius: 0px !important;
    color: #7F7F7F;
    background: #f1f1f1;
}
.billing_form_details
{
    padding: 25px 35px;
    background: #fff;
}
.billing_form_details form .form-row
{
    margin-bottom: 20px;
}
.checkout_btn button
{
    background: var(--theme);
    color: #fff;
}
.checkout_btn button:hover 
{
    background: var(--black);
}

.card-input {
    padding: 10px 14px;
    border: 1px solid #d8d8d8 !important;
    margin-bottom: 20px;
    border-radius: 5px;
}
.card-input-col {
    position: relative;
}
.card-input-col label {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 6px;
}
.card-input-col input {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.card-frm-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.card-number-flex {
    column-gap: 15px;
}
.card-number-flex .width_sec
{
    width: 33.33%;
}
.update_profile {
    padding: 10px 20px;
    border: none !important;
    color: #fff !important;
    background: var(--theme);
    text-transform: uppercase;
    border: 2px solid var(--theme) !important;
    transition: .3s;
    margin-top: 15px;
    display: inline-block;
    /* min-width: 160px; */
    width: 100%;
    text-align: center;
}
.update_profile:hover  
{
    background: var(--black);
}
.cards-image img {
    width: 45px;
    margin-right: 10px;
}
.cart_hed
{
    min-height: 350px;
}
.cart_hed .inner_header_content {
    padding-top: 180px;
}

.checkout-header {
    background: var(--theme);
    padding: 15px 0;
}

.login_container
{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('../images/bg_login.jpg');
    background-size: cover;
    background-position: center;
        position: fixed;
}
.remember-container input[type="checkbox"],
 .remember-container1 input[type="checkbox"]{
  display: none;
}

.remember-container label,
.remember-container1 label {
  cursor: pointer;
  display: block;
  font-size: 15px;
}

.remember-container input[type="checkbox"] + label span.check_mark_icon,
.remember-container1 input[type="checkbox"] + label span.check_mark_icon
{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 5px 0 0;
  background: #fff;
  border: 2px solid #ced4da;
  cursor: pointer;
  vertical-align: middle;
  float: left;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
}

.remember-container input[type="checkbox"]:checked + label span.check_mark_icon,
.remember-container1 input[type="checkbox"]:checked + label span.check_mark_icon {
   background: var(--theme) no-repeat center;
   border: 2px solid var(--theme);
  background-size: 12px 12px;
  border-radius: 0 !important;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.forgot_password
{
  margin-top: 0 !important;
  padding-top: 10px;
}
.forgot-container a:hover 
{
  color: var(--theme) !important;
}

.login_detail
{
    width: 30%;
    background: #fff;
    height: 100vh;
    padding: 0px 50px;
    position: relative;
}
.login_detail .main_flex
{
    flex-direction: column;
    flex: none;
    width: 100%;
}
.log-header
{
/*    position: fixed;*/
/*    top: 0;*/
    padding: 20px 0;
/*    border-bottom: 1px solid #ececec;*/
    width: 100%;
}
.logo_login
{
    text-align: center;
    width: 100%;
/*    padding-bottom: 40px;*/
/*    padding-top: 40px;*/
}
.logo_login img  
{
    max-width: 70%;
}
.log-header a 
{
    color: var(--black);
    transition: var(--transition);
}
.log-header a:hover 
{
    color: var(--theme);
}
.log-header a i 
{
    color: var(--theme);
}
.login_wrapper form label  
{
    font-size: 14px;
    padding-bottom: 8px;
}
.login_wrapper form input
{
    padding: 13px 20px;
    border-radius: 8px !important;
    color: #7F7F7F;
    background: transparent;
    border: 1px solid #d4d4d4;
}
.login_wrapper form .form-row 
{
    margin-top: 25px;
}
.forgot-container a  
{
    color: var(--black);
    font-size: 14px;
}
.forgot_password label 
{
    padding-bottom: 0 !important;
}
.login-form-btn
{
    width: 100%;
    background: var(--theme);
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 8px;
    transition: var(--transition);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.login-form-btn:hover  
{
    background: var(--black);
}
.reg_link
{
    color: var(--theme);
}
.reg_link:hover  
{
    color: var(--black);
}
.dnt_Accnt
{
    padding-top: 10px;
    font-size: 14px;
}

.social_media_login-form ul li a {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 1px solid #eaeaec;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.social_media_login-form ul li a svg {
    width: 20px;
    height: 20px;
}
.social_media_login-form
{
    padding-top: 15px;
}
.social_media_login-form ul 
{
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
.login_wrapper h3 
{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.ver_center
{
    display: flex;
    vertical-align: middle;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.social_media_login-form ul li a:hover  
{
    background: var(--theme);
}
.social_media_login-form ul li a svg  path
{
    fill: var(--theme);
}
.social_media_login-form ul li a:hover svg  path
{
    fill: #fff;
}
.d_cent
{
    flex: none;
}
.back a 
{
    color: var(--black);
    transition: var(--transition);
}
.back a i 
{
    padding-right: 5px;
}
.back a:hover 
{
    color: var(--theme);
}
.back
{
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--secondary);
    padding: 5px 15px;
    border-radius: 0px;
    width: 100%;
    text-align: center;
}




.hero_wrap 
{
    position: relative;
    overflow: hidden;
}
.hero_mask 
{
    z-index: -1 !important;
}
.hero_mask 
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.bg_dark
{
    background-color: rgba(0, 0, 0, .5); !important;
}
.hero_bg
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero_back
{
    z-index:  -2 !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}
.hero_bg_scroll
{
    background-attachment: scroll !important;  
}
.w_100 
{
    width: 100%;
}
.hero_content
{
    position: relative;
    z-index: 2;
}
.my-auto
{
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.login_wrapper
{
    padding: 50px;
    background: #fff;
    border-radius: 25px;
}
.cmn_flex
{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.content_reg_left h2 
{
    color: #fff;
    padding-top: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
}
.content_reg_left
{
    max-width: 80%;
    margin: 0 auto;
}
.heading_log
{
    text-align: center;

}
.heading_log h2 
{
    padding-bottom: 5px;
}
.heading_log p  
{
    color: #7F7F7F;
}
.left_log_social .footer_social
{
    display: block !important;
}
.left_log_social .footer_social p 
{
    display: block !important;
    text-align: center;
    padding-bottom: 8px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.inner_testimonial_det .owl-dots button
{
    background: var(--secondary) !important;
}
.exit_logout_btn {
    margin-top: 20px;
    display: flex;
    column-gap: 10px;
}
.exit_logout_btn button {
    /* border: 2px solid var(--theme) !important; */
    border: none !important;
    width: 100%;
    display: block;
    transition: .3s;
    height: 45px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
}
.exit_logout_btn button:hover 
{
    background: var(--black);
    color: var(--secondary);
}
.yes_btn {
    background: var(--theme);
    color: #fff;
    margin-bottom: 0px;
}
.no_btn {
    background: var(--secondary);
    color: #000;
}
.success_ful_body .d-flex
{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.exit_logout_btn
{
    width: 100%;
}
#success_popup .modal-content
{
    padding: 30px;
    text-align: center;
}
.suc_content
{
    padding-top: 30px;
}
.btn-close
{
    position: absolute;
    top: 15px;
    right: 15px;
}

.account_left_menus ul li {
    transition: .3s;
    background: #efefef;
    border-radius: 15px;
    margin-bottom: 15px;
}
.dashborad-menu a  
{
    color: var(--black);
    transition: .3s;
    padding: 1rem 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -0.0625rem;
    column-gap: 10px;
    justify-content: space-between;
}
.dashborad-menu a:hover 
{
    font-weight: 500 !important;
    color: var(--theme);
}
.dashbord_left {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.account_left_col
{
    padding: 50px;
    background: #fff;
    border-radius: 30px;
}
.profile_author p 
{
    text-align: center;
    padding: 1px 0;
}
.icon_acc
{
    width: 56px;
    height: 56px;
    background: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
        font-size: 20px;
    line-height: 20px;
    color: var(--secondary);
    transition: var(--transition);
    margin: auto;
}
.account_widget.profile_author
{
    padding: 35px 15px;
    background:  #efefef;
    border-radius: 15px;
}
.auth_dtl_sec
{
    padding-top: 15px;
}
.account_left_menus,
.accnt_lock
{
    padding-top: 35px;
}

.delete_account_btn {
    margin-bottom: 15px;
    background: transparent;
    color: var(--theme);
    width: 100%;
    display: block;
    transition: .3s;
    height: 45px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid var(--theme) !important;
    min-height: 56px;
    border-radius: 15px;
}
.dashboard-logout button.logout_btn
{
    background: var(--theme);
    color: #fff;
    width: 100%;
    display: block;
    transition: .3s;
    height: 45px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid var(--theme) !important;
    min-height: 56px;
    border-radius: 15px;
}
.dashboard-logout button:hover  
{
    background: var(--black);
    border-color: var(--black) !important;
    color: var(--secondary);
}
.account_left_menus ul li:last-child
{
    margin-bottom: 0;
}
.active_prfl,
.account_left_menus ul li:hover
{
    background: var(--secondary) !important;
}

.account_right_box
{
    background: #fff;
    border-radius: 30px;
    padding: 35px;
}
.acc_blck_head
{
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.acc_blck_head h5
{
/*    padding-bottom: 3px;*/
}
.acc_blck_head p 
{
    font-size: 14px;
    color: #979797;
}
.acc_form
{
    padding: 0px 0 35px;
}
.account_right_box form input,
.account_right_box form select
{
    border: 1px solid #D9D9D9;
    padding: 15px 20px;
    border-radius: 10px !important;
    color: #7F7F7F;
    font-size: 14px;
}
.account_right_box form label  
{
    padding-bottom: 5px;
    font-size: 14px;
}
.acc_form form .form-row
{
    margin-bottom: 15px;
}
.update_button button
{
    width: auto !important;
    padding: 15px 30px;
    border-radius: 10px;
    background: var(--theme);
    color: #fff;
    display: block;
    transition: .3s;
    text-align: center;
    border: none !important;
    text-transform: uppercase;
    min-width: 200px;
}
.update_button .cancel_btn
{
    background: var(--secondary) !important;
    color: var(--black);
}
.update_button 
{
    display: flex;
    column-gap: 15px;
}
.update_button
{
    margin-top: 18px;
}
.update_button button:hover 
{
    background: var(--black);
}

.ac_nws
{
    padding: 0px 0px 25px;
}
.remember-container1 span
{
    margin-right: 8px !important;
}

.item--address-block 
{
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    background: #efefef;
    border-radius: 20px;
    border: 1px solid #eaeaec;
}
.ind-flex {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}
.name-address .name-address-title {
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}
.address--brand--text .product-detail h5 {
    font-size: 16px;
    padding: 0px 0 10px 0;
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.address--brand--text .product-detail .product-features p {
    padding: 0 0 10px 0 !important;
    font-size: 16px;
    line-height: 16px;
}
.default-selection {
    padding-top: 15px;
}
.gender-blck input[type="radio"]
{
  display: none;
}
.gender-blck input[type="radio"]:checked,
.gender-blck input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.gender-blck [type="radio"]:checked + label,
.gender-blck [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.gender-blck [type="radio"]:checked + label:before,
.gender-blck [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--theme);
    border-radius: 100%;
    background: #fff;
}
.gender-blck [type="radio"]:checked + label:after,
.gender-blck [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--theme);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gender-blck [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.gender-blck [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gender-frm-space
{
  column-gap: 15px;
}

.address--footer-cart {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.address--footer-cart .address-footer-list {
    row-gap: 10px;
}

.address--footer_list-block i {
    width: 40px;
    height: 40px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    color: var(--theme);
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    opacity: 1;
    transition: var(--transition);
    justify-content: center;
}
.address--footer_list-block i:hover  
{
    background: var(--theme);
    color: var(--secondary);
}

.add_Address_btn {
    display: inline-block !important;
    width: auto !important;
    border: 1px solid #6b0a10 !important;
    border-radius: 10px !important;
    padding: 14px 20px !important;
    color: var(--color) !important;
    overflow: hidden;
    cursor: pointer;
    transition: .2s;
}
.add_address_row .accordion-button:not(.collapsed)
{
    background: var(--theme) !important;
    color: var(--secondary) !important;
    border-color: var(--theme) !important;
}
.address_collapse_container {
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-top: 20px;
    background: #efefef;
}

.product-detail-button button {
    display: inline-block !important;
    width: auto !important;
    border: 1px solid var(--theme) !important;
    border-radius: 10px !important;
    padding: 14px 20px !important;
    color: var(--color) !important;
    overflow: hidden;
    cursor: pointer;
    transition: .2s;
}
.prf_btn 
{
    column-gap: 12px;
}

.saved-cards-block {
    border-radius: 20px;
    cursor: pointer;
    padding: 20px 30px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    background: linear-gradient(58deg, rgba(230, 231, 221, 1.0), rgba(255, 255, 255, 1.0));
    border: 2px solid var(--secondary);
}
.card-type-image_Card {
    top: 15px;
    right: 15px;
    position: absolute;
}
.title_card .crd-no {
    font-size: 25px;
    line-height: 25px;
    color: var(--theme);
}
.card_hld {
    padding-top: 20px;
}
.card_det_flex p {
    font-size: 14px;
    line-height: 14px;
    color: var(--color);
    padding-bottom: 6px;
}
.card_det_flex h4 {
    font-size: 18px;
    line-height: 18px;
    color: var(--color);
}
.card-check {
    padding-top: 22px;
}
.card-check .center {
    column-gap: 10px;
}
.card-check .center
{
  column-gap: 10px;
}
.card-check .center input[type="checkbox"] {
  position: relative;
  width: 40px;
  height: 20px;
  -webkit-appearance: none;
  background: var(--secondary);
  outline: none;
  border-radius: 20px;
  /*box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2);*/
  transition: 0.7s;
  cursor: pointer;
}

.card-check .center input:checked[type="checkbox"] {
  background: var(--theme);
}

.card-check .center input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: .5s;
}

.card-check .center input:checked[type="checkbox"]:before {
  left: 20px;
}
.edit_delet_btn  a  
{
    color: var(--theme);
}
.card-check .center label 
{
    font-size: 14px;
}
.form-grp {
    position: relative;
}
.prf-frm-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    opacity: .2;
}
.prfl-forgot a
{
    color: var(--black);
}
.prfl-forgot a:hover  
{
    color: var(--theme);
}
.prfl-forgot 
{
    padding-top: 8px !important;
}

.exit_content .exit-content_heading p {
    font-size: 15px;
    color: var(--black);
    text-align: center;
    padding-top: 8px;
}
.exit-popup-container {
    padding: 40px 20px 20px;
}
.center_image img 
{
    width: 80px;

}
.center_image
{
    padding-bottom: 20px;
}
.exit-content_heading
{
    text-align: center;
}

.error_heading
{
    font-size: 160px;
    line-height: 160px;
    color: var(--theme);
    padding-bottom: 8px;
}
.error_para
{
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 8px;
    color: var(--black);
}
.go_home
{
    display: inline-block !important;
    width: auto !important;
    border: 1px solid var(--theme) !important;
    border-radius: 10px !important;
    padding: 14px 20px !important;
    color: var(--color) !important;
    overflow: hidden;
    cursor: pointer;
    background: var(--secondary);
    transition: .2s;
    margin-top: 25px;
}
.go_home:hover 
{
    background: var(--theme);
    color: var(--secondary) !important;
}

.about_block h2 
{
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 15px;   
}
.abt_common_para
{
    max-width: 70%;
    margin: auto;
}
.abt_common_para p 
{
    text-align: center;
}
.about_block_image
{
    padding: 50px 0;
    
    overflow: hidden;
}
.about_block_image img  
{
    width: 100%;
    border-radius: 50px;
}
.vison_heading
{
    padding-bottom: 12px;
}
.inner_about
{
    padding: 65px 0 30px;
}
.back_page 
{
    color: var(--black);
}
.back_page i  
{
    padding-right: 5px;
}
.back_page:hover  
{
    color: var(--theme);
}
.login-form-btn 
{
    width: 100%;
    display: block;
    text-align: center;
}
.login-form-btn:hover 
{
    color: var(--secondary);
}

.recent_post_card img
{
    width: 100%;
}
.recent_post_card
{
    position: relative;
    border-radius: 25px;
    overflow: hidden;
/*    z-index: 1;*/
}
.recent_post_card::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    z-index: -1;*/
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.date_contain
{
    position: absolute;
    top: 25px;
    right:25px;
    z-index: 2;
}
.rec_heading
{
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;

}
.rec_heading h5 
{
    color: var(--secondary);
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 10px;
}
.fl_col_left
{
    max-width: 75%;
}
.rec_heading .d-flex
{
    column-gap: 50px;
}
.rec_heading p  
{
    color: #fff;
}
.fl_col button
{
    border: 1.5px solid #fff;
    padding: 21px 30px;
    font-size: 16px;
    line-height: 16px;
    min-width: 197px;
    min-height: 60px;
    border-radius: 170px;
    display: inline-block;
    transition: var(--transition);
}
.date_contain .date_block 
{
    background: linear-gradient(135deg, rgb(255 255 255 / 46%), rgba(34, 47, 91, 0.08));
    color: #fff;
    border: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
}
.date_contain .date_block i 
{
    padding-right: 2px;
}
.date_contain .d-flex 
{
    column-gap: 10px;
}
.heading_recent h3 
{
    font-size: 40px;
    line-height: 40px;
}
.d_right
{
    justify-content: end;
}
.recent_post_box .slick-slide
{
    padding: 0 !important;
}
.pagination_cutom-recent button:hover  
{
    background: var(--theme);
}
.blog_contain
{
    padding-top: 50px;
}
.blog_header
{
    position: relative;
    overflow: hidden;
}
.blog_header::before  
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    content: '';
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.blog_header img 
{
    transition: var(--transition);
}
.blog_post
{
    cursor: pointer;
    padding: 0 15px;
}
.blog_post:hover .blog_header img 
{
    transform: scale(1.1);
}
.blog_contain_row
{
    padding-top: 40px;
}
.blog_body
{
    padding: 30px 0 45px;
}
.blog_body h3 
{
    font-size: 27px;
    line-height: 40px;
    padding-bottom: 15px;
    color: var(--theme);
}
.bg_read_more_link
{
    position: relative;
    display: inline-block;
    padding-top: 25px;
    transition: var(--transition);
}
.bg_read_more_link a 
{
    color: var(--theme);
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 13px;
    text-transform: uppercase;
    display: inline-block;
}
.bg_read_more_link::after
{
    width: 0%;
    transition: var(--transition);
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--theme);
}
.bg_read_more_link:hover::after
{
    width: 100%;
}
.bg_read_more_link a:hover
{
    color: var(--theme);
}
.bg_read_more_link:hover
{
    margin-left: 8px;  
}
.read_more_link:hover
{
    margin-left: 8px;  
}
.read_more_link:hover::after
{
    width: 100%;
}

.pagination_custom
{
    margin: auto;
    text-align: center;
}
.pagination_custom .page-item
{
    padding: 0 !important;
}
.pagination_custom .page-item .page-link
{
    width: 45px !important;
    height: 45px !important;
    background: transparent !important;
    padding: 0 !important;
    border: 1px solid var(--theme) !important;
    display: flex;
    color: var(--theme);
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 50%;
}
.pagination_custom .page-item .page-link:hover 
{
     background: var(--theme) !important;
     color: var(--secondary);
}
.page-link:focus
{
    box-shadow: none !important;
}
.blog_inner_image
{
    padding: 35px 0;
}
.blog_main_description .para_desc 
{
    padding: 20px 0;
}

.blg_para_list h5 
{
    padding-bottom: 15px;
}
.blg_para_list h6 
{
    text-transform: uppercase;
    color: var(--theme);
}
.blog_column
{
    padding: 30px 0;
}
.blog_column .blog_right h3
{
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 37px;
}
.blog_column .blog_right ul li 
{
    padding-bottom: 8px;
}

.blog_column .blog_right ul li i  
{
    opacity: .5;
    padding-right: 5px;
}
.blog_main_description .date_contain
{
    position: relative;
    left: 0;
    top: 0;
}
.blog_main_description .date_contain .date_block
{
    background: none !important;
    padding: 0  10px !important;
    color: var(--black);
}
.blog_main_description .date_contain .date_block i 
{
    color: var(--theme);
}
.blog_inner_recent .center_heading
{
    position: relative;
    background: var(--secondary) !important;
    padding: 8px 15px;
    text-align: center;
    max-width: 100%;
    z-index: 1;
}
.blog_inner_recent .center_heading h2 
{ 
    background: var(--secondary) !important;
    display: inline-block;
    padding: 8px 15px;

}
.blog_inner_recent .center_heading::before 
{
    content: '';
    width: 100%;
    height: 1px;
    background: #bcbcbc;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.blg_recent .blog_body h3
{
    font-size: 23px;
    line-height: 30px;
}
.blg_recent .blog_post
{
    padding: 0;
}

.blg_recent .blog_post .date_contain
{
    display: none;
}
.blg_recent.blog_contain_row
{
    padding-top: 20px;
}
.blg_recent .blog_post .blog_body 
{
    padding-bottom: 0 !important;
}
.blog_inner_recent
{
    padding-top: 30px;
}
.contain {
    display: flex;
    flex-wrap: wrap;
}
.column-split {
    width: 50%;
}
.space_grid {
    margin: 6px;
}
.grid-column img {
    width: 100%;
}
.column-split .grid-column {
    width: 50%;
}
.column-split img 
{
    width: 100%;
}
.three_column .grid-column
{
    width: 33.33%;
}
.gd_clmn
{
    position: relative;
}
.overlay_content
{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: var(--transition);
    opacity: 0;
}
.gd_clmn:hover .overlay_content
{
    opacity: 1;
}
.overlay_content .overlay_zm_icon
{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme);
    color: var(--secondary);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.contact_colmn
{
    text-align: center;
}
.contact_colmn .cont_sm_title
{
    padding-bottom: 10px;
    color: var(--theme);
    padding-top: 22px;
}
.image_icon img  
{
    width: 20px;
    height: 20px;
    text-align: center;
    margin: auto;
}
.address_heading .d-flex 
{
    column-gap: 8px;
}
.address_naming
{
    padding-top: 8px;
}
.cont_sm_title h4 
{
    font-size: 20px;
    line-height: 20px;
}
.address_heading
{
    padding-bottom: 4px;
}
.address_listing
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D1D1D1;
}
.address_listing:last-child
{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.map iframe 
{
    width: 100%;
    height: 550px;
}








































/* Sub menu */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #222;
  display: none;
  min-width: 180px;
}

.sub-menu li a {
  padding: 10px;
}

/* Third level */
.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

/* Hover for desktop */
.nav_menu li:hover > .sub-menu {
  display: block;
}

/* Mobile */
.menu-toggle {
  display: none;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    display: none;
    width: 100%;
  }

  .menu li {
    width: 100%;
  }

  .sub-menu {
    position: static;
    display: none;
    width: 100%;
  }

  .menu-toggle {
    display: block;
  }
}















.nav_menu li  
{
    position: relative;
}
.sub-menu
{
/*    display: block !important;*/
}
.nav_menu li:hover  .sub-menu
{
    display: block;
}
.frm_input
{
    border: 1px solid #D9D9D9 !important;
    padding: 17px 20px !important;
    border-radius: 10px !important ;
    color: #7F7F7F;
    background: var(--hash) !important;
}
.contact_middle_row form label 
{
    font-size: 15px;
    color: var(--black);
    padding-bottom: 10px;
}
.contact_middle_row  form .form-row
{
    margin-bottom: 0 !important;
}
.contact_middle_row .col-md-6,
.contact_middle_row .col-md-12
{
    padding-bottom: 0;
}

.contact_middle_row .for_apnmrt
{
    padding: 50px 80px;
    background: #fff;
    border-radius: 20px;
}
.contact_middle_row .form_submit
{
    text-align: center;
}
.contact_middle_row .form_submit button {
    background: var(--theme) !important;
    color: var(--secondary) !important;
    border-radius: 10px;
    width: auto !important;
    padding: 15px 30px !important;
}
.contact_middle_row .frm-head
{
    position: relative;
    margin-bottom: 25px;
}
.contact_middle_row .frm-head::after
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 3px;
    background: var(--secondary);
    content: '';
}

.image_left_log {
    position: relative;
    height: 100%;
}
.bg_log {
    background: url(../images/serv3.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.left_content {
    position: absolute;
    border: 0;
    bottom: 40px;
    left: 40px;
}
.para_font_reg
{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.image_left_log::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}
.left_content h2 
{
    color: #fff;
    padding-bottom: 5px;
}

.pos_rel
{
    position: relative;
}
.close_pop
{
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 99;
}
.btn-close
{
    background: transparent !importantx ;
}
.apnmt_pop_right_col  label
{
    font-size: 15px;
    padding-bottom: 5px;
}
.apnmt_pop_right_col
{
    padding: 50px 50px 50px;
}
.pop_up_btn
{
    background: var(--theme) !important;
    color: var(--secondary) !important;
    border-radius: 10px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    transition: var(--transition);
}
.pop_up_btn:hover 
{
    background: var(--black) !important;
}
.apnmt_pop_right_col .frm_input
{
    font-size: 16px !important;
}
.btn-close:focus
{
    box-shadow: none !important;
}
.amp
{
    font-size: 65px;
}
.mst-19 {
    margin-top: 19px;
    font-size: 16px;
    line-height: 28px;
}
.font-18 {
    font-size: 20px !important;
    padding-bottom: 8px;
}
.p-bulletss .d-flex {
    column-gap: 10px;
    align-items: center;
}
.mst-17 {
    margin-top: 17px;
    font-size: 16px;
    line-height: 28px;
}
.par_icon i {
    color: var(--theme);
    font-size: 7px;
}
.pst-30 {
    padding-top: 30px;
}
.par_icon
{
    line-height: 0;
}
.p-bulletss .d-flex
{
    padding-bottom: 5px;
}
.terms_wrap .flex-column
{
/*    width: 40%;*/
    flex: none !important;
}
.terms_wrap .nav-pills .nav-link
{
    padding: 20px 25px !important;
    min-width: 320px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: center;
    border-radius: 20px !important;
    border: 1px solid var(--theme);
    font-size: 16px;
    line-height: 16px;
    color: var(--theme);
    margin-bottom: 15px;
}
.nav-pills .nav-link.active
{
    background: var(--theme) !important;
}
.tab-content
{
    padding-left: 20px !important;
}
.terms_wrap .nav-pills .nav-link i
{
    width: 25px;
    height: 25px;
    background: #395a54;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 13px;
    color: #e6e7dd;
}
.terms_wrap .nav-pills .nav-link.active i
{
    background: var(--secondary);
    color: var(--theme);
}
.FAQs_inner #faq_cont_acc
{
    padding-top: 0 !important;
}
.FAQs_inner .accordion-button::after
{
    display: none;
}
.FAQs_inner .accordion-button
{
    padding: 0 0px 0 20px !important;
}
.tab-content
{
    width: 100%;
}
.FAQs_inner .accordion-body
{
    background: #f6f6f6;
}
.accordion-button:not(.collapsed)
{
    box-shadow: none !important;
    background: var(--theme) !important;
    color: var(--secondary) !important;
}
.FAQs_inner .accordion-item
{
    margin-bottom: 10px;
}



.nav_menu li 
{
    position: relative;
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--theme);
    min-width: 200px;
/*    display: none;*/
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.25s ease;
}
.submenu .submenu {
    left: 100%;
    top: 0;
    background: var(--secondary);
}
.submenu .submenu li a  
{
    color: var(--black);
    text-transform: capitalize;
}
.submenu .submenu li
{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.submenu li:hover
{
    background: #294d46 !important;
    color: var(--secondary) !important;
}
.submenu .submenu li:hover a
{
    color: #fff !important;
}
.submenu li 
{
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.submenu li:last-child
{
    border-bottom: 0;
}
.submenu li a 
{
    padding: 0 !important;
    display: block !important;
}
.submenu li a i  
{
    float: right;
}
@media (min-width: 769px) {
  .has-sub:hover > .submenu {
/*    display: block;*/
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.cursor
{
    cursor: pointer;
}
.sliding_menu
{
    position: fixed;
    top: -100%;
    width: 100%;
    background: var(--theme);
    left: 0;
    z-index: 1005;
    padding-bottom: 50px;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.slide_m_open
{
    opacity: 1;
    top: 0;
    visibility: visible; 
}
.first_column
{
    width: 30%;
}
.sec_column
{
    width: 30%;
}
.third_column
{
    width: 60%;
}

.top_close
{
    /* padding: 20px 0; */
    text-align: center;
/*    margin: auto;*/
}
.top_logo_slide
{
    margin-bottom: 30px;
}
.top_close i 
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: rgba(255, 255, 255, .5);
    transition: var(--transition);
    cursor: pointer;
    font-size: 18px;
}
.top_close i:hover 
{
    background: #fff;
    border-color: #fff;
    color: var(--theme) !important;
}
.slide_column ul li a 
{
    color: #fff;
    font-size: 22px;
    padding-bottom: 25px;
    display: block;
    transition: var(--transition);

}
.slide_column ul li a i 
{
    opacity: .5;
    padding-right: 8px;
    transition: var(--transition);

}
.slide_column 
{
/*    border-right: 1px solid rgba(255, 255, 255, .1);*/
    padding: 0 0px;
}
.sliding_menu .d-flex 
{
    column-gap: 25px;
}
.inner_slide_menu li a 
{
    font-size: 16px !important;
    transition: var(--transition);
}
.slide_col_inner h4 
{
    color: var(--secondary);
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}
.inner_slide_menu ul  
{
    /* padding-left: 15px !important; */
    padding-top: 20px !important;
}
.inner_slide_menu ul li a i  
{
    padding-right: 8px;
    opacity: .5;
    transition: var(--transition);
}
.inner_slide_menu h4 
{
    color: var(--secondary);
    position: relative;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.slide_col_inner h4
{
    position: relative;
}

.slide_col_inner h4::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1.5px;
    background: var(--secondary);
    opacity: .2;
}
.slide_column ul li a:hover 
{
    color: var(--secondary);
}
.slide_column ul li a:hover i 
{
    opacity: 1;
    color: var(--secondary);
}
.top_logo_slide
{
    padding: 15px  0 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.overlay_bg
{
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.open_overlay_bg
{
    opacity: 1;
    visibility: visible;
}
.no-scroll
{
    overflow: hidden;
}
.stricky-fixed
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 10px #7878781f;
    background: var(--black);
    border-bottom:  none !important;
}

/* Loader wrapper */
#loader {
  position: fixed;
  inset: 0;
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Logo animation */
.logo-loader {
  width: 300px;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.5;
  }
}

/* Hide content initially */
#content {
  display: none;
  padding: 40px;
}

.transparent_bg
{
    background: transparent;
    color: #fff;
}
.banner_button button
{
    transition: var(--transition);
}
.banner_button button:hover
{
    background: var(--black) !important;
    border-color: var(--black) !important;
    color: var(--secondary) !important;
}


.banner_section
{
    height: 100vh;
}
#loader
{
    display: none;
}
.package, .counter_sec, .newsletter, .home_gallery
{
    overflow-x: hidden;
}
.login_slide_sec button
{
    background: var(--secondary);
    padding: 16px 24px;
    color: var(--theme);
    border-radius: 11px;
    border: none;
    font-size: 16px;
    line-height: 16px;
}
.swiper-slide img,
.inner_service_image img
{
    width: 100%;
}
.image, .cl-image
{
    overflow: hidden;
    position: relative;
}
.contact_middle_row
{
    margin-top: 30px;
}
.address--brand--text
{
    padding-right: 50px;
}
.product-detail-button button
{
    margin-right: 8px;
}



