@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(stellarnav.css);

:root {
    --font-calibri-serif: 'Calibri', serif; 
    --font-60: min(max(30px, calc(1.875rem + ((1vw - 3.2px) * 1.875))), 60px);
    --font-40: min(max(22px, calc(1.375rem + ((1vw - 3.2px) * 1.125))), 40px);
    --font-30: min(max(22px, calc(1.375rem + ((1vw - 3.2px) * 0.5))), 30px);
    --font-25: min(max(20px, calc(1.25rem + ((1vw - 3.2px) * 0.3125))), 25px);
    --font-22: min(max(18px, calc(1.125rem + ((1vw - 3.2px) * 0.25))), 22px);
    --font-20: min(max(18px, calc(1.125rem + ((1vw - 3.2px) * 0.125))), 20px);
    --font-18: min(max(15px, calc(0.9375rem + ((1vw - 3.2px) * 0.1875))), 18px);
    --font-16: min(max(15px, calc(0.9375rem + ((1vw - 3.2px) * 0.0625))), 16px);
    --font-15: min(max(14px, calc(0.875rem + ((1vw - 3.2px) * 0.0625))), 15px);
    --font-14: min(max(13.5px, calc(0.84375rem + ((1vw - 3.2px) * 0.0313))), 14px);
    --color-1: #0465a8;
    --color-2: #000000;
    --color-3: #ffffff;
    --color-4: #fed700;
    --color-5: #f5f5f5;
    --color-6: #f9f9f9;
    --color-7: #c6d8e3;
    --color-8: #0263a6;
    --color-9: #eaeaea;
    --color-10:#696969;
    --color-11:#0f6bc1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family:var(--font-calibri-serif);
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    max-width: 100%;
    width: 100%; 
}

summary {
    display: list-item;
}

body,
html {
    height: 100%;
}

html {
    font-size: 100%;
}

body {
    line-height: 1.4;
    overflow: hidden;
    overflow-y: scroll;
}

p {
    font-family:var(--font-calibri-serif);
    font-size: var(--font-16);
    color: var(--bs-dark);
    line-height: 1.6;
    margin-bottom: 1rem;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:var(--font-calibri-serif);
    color: var(--color-dark);
}

h1,
.h1 {
    font-size: var(--font-40);
}

h2,
.h2 {
    font-size: var(--font-30);
}

h3,
.h3 {
    font-size: var(--font-25);
}

h4,
.h4 {
    font-size: var(--font-22);
}

h5,
.h5 {
    font-size: var(--font-20);
}

h6,
.h6 {
    font-size: var(--font-18);
}

.topbar_main{ background: var(--color-1); padding: 8px 0px;}
.topbar {display: flex; justify-content: space-between;}
.top_left a{ color: var(--color-3); font-size: var(--font-15); font-weight: 500;display: flex;}
.top_left a img{ width: auto; margin-right: 5px;}
.top_left a:hover{color: #fed700;}
.top_right{display: flex;}
.top_right ul{list-style: none; display: flex; margin: 0;justify-content: center;align-items: center;}
.top_right li{ border-left: solid 1px #fff;line-height: 9px;padding: 0 12px;}
.top_right li:first-child{ border-left: none;}
.top_right li:last-child{ padding-right: 0px;}
.top_right li a{color: var(--color-3); font-size: var(--font-15); font-weight: 500;display: flex;align-items: center;}
.top_right li a img{ width: auto; margin-right: 5px;}
.top_right li a:hover{color: #fed700;}

.top_midright{display: flex;flex-wrap: wrap;justify-content: end;  padding: 10px 0;gap: 16px;margin-right: 15px;}
.top_midright a{ color: #333;}
.cart_top{ position: relative;}
.cart_top span{background: var(--color-4);border-radius: 50%;font-weight: 700; padding: 0px 2px; font-size: 14px; position: absolute; right: -15px;}
.menu_main{ background:var(--color-2);}

.logo {position: absolute; margin-top: -42px; z-index: 9999;}
.logo a img{ width: auto;}

.slider_main{ position: relative;}
.slider_main .capction_home{ position: absolute; top:0; left: 0; right: 0; bottom: 0; width: 70%; background: rgba(26, 36, 61, 0.5); clip-path: polygon(0 0, 93% 0%, 50% 100%, 0% 100%);  display: flex; align-items: center;
    }
.cop_main{padding:0px 0px 0 250px; width: 65%;}
.cop_title{ font-size: 43px; font-weight: 300; color:var(--color-3); text-align:left; letter-spacing: 0.1em;}
.cop_title span{ color: var(--color-4); font-weight: 600; text-transform: uppercase;}
.discover{ background: var(--color-3); color: var(--color-8); font-size: var(--font-14); text-transform: uppercase; font-weight: 400; padding: 6px 12px; margin-top: 15px; display: inline-block;}
.discover:hover{ background: var(--color-4); color: var(--color-2);}

.slider_main .owl-dots{ position: absolute; top: 60%; right: 20px;}
.slider_main .owl-dots button{background:var(--color-3); width: 15px; height: 15px; margin:8px 2px; border-radius: 50%; display: block;}
.slider_main .owl-dots button.active{background:var(--color-4); }

.pt-40 { padding-top: 40px; }
    
.pb-40 { padding-bottom: 40px;    }
   

 .categoryslider .owl-nav{/* position: absolute; bottom: -45px; right: 0px;*/}  
.categoryslider .owl-nav .owl-prev{font-size:var(--font-16) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 30px; margin: 1px; height: 30px; 
    color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: 50%; left: 0;} 

.categoryslider .owl-nav .owl-next{font-size:var(--font-16) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 30px; margin: 1px; height: 30px; 
        color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: 50%; right: 0;}
        
.best_brands_main{ border: solid 1px #ddd;padding: 15px; border-radius: 12px; text-align: center;}  
.best_brands_main ul{ column-count: 5; list-style: none; padding: 0; margin: 0; display: inline-block; width: 100%;}
.best_brands_main li{ border-right: solid 1px #ddd;}
.best_brands_main li:last-child{ border-right:none;}
.best_brands_text{ display: flex;gap: 15px;align-items: center; justify-content: center;}
.best_brands_text .best_brandright p{ margin: 0px; font-size: var(--font-18); text-align: left;}
.best_brands_text .best_brandright p span{ font-weight: 600; display: block;}

.productof_week{ text-align: center; margin-top: 20px; margin-bottom: 40px;}
.productof_week .title{}
.productof_week a{ color: var(--color-2); font-size: var(--font-18);}

.product_week_list{ }
.product_list_text{ background: var(--color-6); padding: 32px;}
.product_list_text .category_name{ color: #8d8d8d; font-size: var(--font-14); font-weight: 400;}
.product_list_text .product_title{ font-size: var(--font-18); color: var(--color-2); font-weight: 600; margin-bottom: 28px;}
.product_list_text .week_short_dec p{ font-size: var(--font-16); color:var(--color-10); font-weight: 400; line-height: 20px;}
.product_list_text .week_product_price{ font-size:34px;}
.product_week_slider .owl-item.center{ padding: 20px;}
.product_week_slider .owl-item.center .product_week_list{ background:var(--color-3);box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); border-radius: 30px; overflow: hidden; }
.product_week_slider .owl-item.center .product_week_list .product_list_text{ background: inherit;}

.product_week_slider .owl-nav .owl-prev{font-size:var(--font-22) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 40px; margin: 1px; height: 40px; 
    color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: 45%; left: 0;} 

.product_week_slider .owl-nav .owl-next{font-size:var(--font-22) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 40px; margin: 1px; height: 40px; 
        color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: 45%; right: 0;}

.what_your_act_main{ margin: 30px 0;}
.what_your_act_main h2{ text-align: center; font-size: var(--font-40); margin-bottom: 30px;}   
.what_active{position: relative;} 
.what_active a img{ width: 100%;transition: transform 0.3s ease;} 
.what_active a img:hover{transform: scale(1.1);}
.active_text{ position: absolute; bottom: 8px;  text-align:left; width: 100%; padding: 0 25px;}  
.active_text h3{ margin: 0px;color: var(--color-3); font-size: var(--font-25); font-weight: 600;}
.active_text p{ margin: 0px; color: var(--color-3); font-size: var(--font-18); font-weight: 500;}  

.newarrival_title{ text-align: center; margin-top: 20px; margin-bottom: 40px;}
.newarrival_title .title{font-size: var(--font-40); font-weight: 600;}
.newarrival_title a{ color: var(--color-2); font-size: var(--font-18);}

.newarrival_listmain{ background: url(../images/new_ariv_bg.png); background-repeat: repeat; display: flex; align-items: center; justify-content: center;}
.newarrival_left{ width: 50%;}
.newarrival_right{width: 50%; text-align:right; padding-right: 100px;}
.newarrival_right_title{ font-size:36px; color: var(--color-2); line-height: 40px; font-weight: 400; margin-bottom: 10px;}
.newarrival_right_title span{ display: block;}
.newarrival_right_dec p{ font-size: var(--font-22); color: var(--color-2); font-weight: 400;}
.buy_now{ border-radius: 50px; color: var(--color-3); background: var(--color-2); padding: 10px 22px; display: inline-block;}
.buy_now:hover{ background: var(--color-4); color: var(--color-2);}

.newarrival_slider .owl-dots{ position: absolute; bottom: 5%; left: 15%;}
.newarrival_slider .owl-dots button{background:var(--color-3); width: 15px; height: 15px; margin:8px 2px; border-radius: 50%;}
.newarrival_slider .owl-dots button.active{background:var(--color-4); }

.best_seller_sectitle{ text-align: center; margin-top: 20px; margin-bottom: 40px;}
.best_seller_sectitle .title{font-size: var(--font-40);}
.best_seller_sectitle a{ color: var(--color-2); font-size: var(--font-18);}

.best_seller_list{ }
.best_seller_list .product_list_text{ background: var(--color-6); padding: 15px;}
.best_seller_list .product_list_text .category_name{ color: #8d8d8d; font-size: var(--font-14); font-weight: 400;}
.best_seller_list .product_list_text .product_title{ font-size: var(--font-18); color: var(--color-2); font-weight: 600; margin-bottom: 28px;}
.best_seller_list .product_list_text .week_short_dec p{ font-size: var(--font-16); color:var(--color-10); font-weight: 400; line-height: 20px;}
.best_seller_list .product_list_text .week_product_price_main{ display: flex; justify-content: space-between; align-items: center;}
.best_seller_list .product_list_text .week_product_price_main .week_product_price{ font-size:23px; color:#6a6a6a;}
.best_seller_list .product_list_text .week_product_price_main .add_cart{ background: var(--color-4); padding: 4px 8px; border-radius: 50px; }
.best_seller_list .product_list_text .week_product_price_main .add_cart a{ color: var(--color-2);}
.best_seller_slider .owl-item.center{ padding: 20px;}
.best_seller_slider .owl-item.center .best_seller_list{ background:var(--color-3);box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); border-radius: 30px; overflow: hidden; }
.best_seller_slider .owl-item.center .best_seller_list .product_list_text{ background: inherit;}

.best_seller_slider .owl-nav .owl-prev{font-size:var(--font-22) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 40px; margin: 1px; height: 40px; 
    color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: 45%; left: 0;} 

.best_seller_slider .owl-nav .owl-next{font-size:var(--font-22) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 40px; margin: 1px; height: 40px; 
        color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: 45%; right: 0;}

.recommendation_seller_sectitle{ text-align: left;  border-bottom: solid 1px #ddd; margin-bottom: 15px;}
.recommendation_seller_sectitle .title{ font-size: var(--font-40);    border-bottom: solid 1px var(--color-4);    display: inline;}
.recommendation_seller_sectitle a{ color: var(--color-2); font-size: var(--font-18);}   

.recommendation_seller_list{ border-right: solid 1px #eaeaea;}
.recommendation_seller_list .product_list_text{ background: #fff; padding: 15px;}
.recommendation_seller_list .product_list_text .category_name{ color: #8d8d8d; font-size: var(--font-14); font-weight: 400;}
.recommendation_seller_list .product_list_text .product_title{ font-size: var(--font-18); color: var(--color-11); font-weight: 600; margin-bottom: 28px;}
.recommendation_seller_list .product_list_text .week_short_dec p{ font-size: var(--font-16); color:var(--color-10); font-weight: 400; line-height: 20px;}
.recommendation_seller_list .product_list_text .week_product_price_main{ display: flex; justify-content: space-between; align-items: center;}
.recommendation_seller_list .product_list_text .week_product_price_main .week_product_price{ font-size:23px; color:#6a6a6a;}
.recommendation_seller_list .product_list_text .week_product_price_main .add_cart{ background: #eaeaea; padding: 4px 8px; border-radius: 50px; }
.recommendation_seller_list .product_list_text .week_product_price_main .add_cart a{ color: var(--color-3);}
.recommendation_seller_list .owl-item.center{ padding: 20px;}
.recommendation_seller_slider .owl-item.center .recommendation_seller_list{ background:var(--color-3);box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); border-radius: 30px; overflow: hidden; }
.recommendation_seller_slider .owl-item.center .recommendation_seller_list .product_list_text{ background: inherit;}

.recommendation_seller_slider .owl-nav .owl-prev{font-size:var(--font-22) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 40px; margin: 1px; height: 40px; 
    color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: -20%; right: 4%;} 

.recommendation_seller_slider .owl-nav .owl-next{font-size:var(--font-22) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 40px; margin: 1px; height: 40px; 
        color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: -20%; right: 0;}

 .recommendation_seller_slider .owl-dots{ position: absolute; bottom: -10%; left: 50%;}
.recommendation_seller_slider .owl-dots button{background:#bcbcbc; width: 15px; height: 15px; margin:8px 2px; border-radius: 50%;}
.recommendation_seller_slider .owl-dots button.active{background:var(--color-4);width: 30px;border-radius: 50px; }    

.advertise_ban{ display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; margin-bottom: 30px;}
.advertise_banleft{ background:#eceef2;    width: 50%;}
.advertise_banright{background:#eceef2;    width: 50%;}

.news_signup_bg{ background:var(--color-8); padding: 20px 0;}
.news_sighup_main{ display: flex; align-items: center;}
.news_signup_text{ width: 50%; display: flex;gap: 15px;}
.news_signup_text p{ margin: 0px; font-size: var(--font-18); color: var(--color-3);}
.news_signup_text p span{ font-size: var(--font-25); font-weight: 600;}
.news_signup_text img{ width: auto;}
.news_signup_right{ width: 50%;}
.news_signup_right .form-control{-webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;}
.news_signup_right .btn-outline-secondary{ background: #333e48; color: var(--color-3);-webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;}

.bg_footer{ background: #f8f8f8;}  
.footer_logo img{ width: auto; max-width: auto;}  
.getwatch_main{ display: flex; gap: 15px; align-items: center; margin: 20px 0;}
.watch_text p{ margin: 0px; font-size: var(--font-18); font-weight: 400; color: var(--color-2);}
.watch_text a{ margin: 0px; font-size: var(--font-30); font-weight: 400; color: var(--color-2);}

.footer_add h5{ font-size: var(--font-18); color: var(--color-2); font-weight: 600; margin: 0px;}
.footer_add p{font-size: var(--font-16); color: var(--color-2); font-weight: 400; margin: 0px;}
.footer_add p a{font-size: var(--font-16); color: var(--color-2); font-weight: 400; margin: 0px;}
.footer_social{ margin: 25px 0;}
.footer_social a{ color: #7c7c7c; margin-right: 8px; font-size: 20px;}
.find_it_fast{}
.find_it_fast .title{font-size: var(--font-19); color: var(--color-2); font-weight: 600; margin: 0px 0 35px;}
.find_it_fast ul{ list-style: none; column-count: 2; padding: 0px;}
.find_it_fast li{ margin-bottom: 10px;}
.find_it_fast li a{font-size: var(--font-16); color: #4f4f4f; font-weight: 400;}
.find_it_fast li a:hover{color:var(--color-1);}

.custmer_care{}
.custmer_care .title{font-size: var(--font-19); color: var(--color-2); font-weight: 600; margin: 0px 0 35px;}
.custmer_care ul{ list-style: none; column-count: 1; padding: 0px;}
.custmer_care li{ margin-bottom: 10px;}
.custmer_care li a{font-size: var(--font-16); color: #4f4f4f; font-weight: 400;}
.copy_main{ background: #eaeaea; padding: 10px 0px;}
.copy_sect{ display: flex; justify-content:space-between;align-items: center;}
.copy_left p{ margin: 0px;font-size: var(--font-14); color:var(--color-2); font-weight: 400;}
.copy_left p a{color:var(--color-1);}
.copy_right img{ width: auto;}

#goToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    background-color: #a4a9ae;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    display: none; /* Hidden by default */
    cursor: pointer;
    z-index: 1000; /* Make sure it stays on top of other elements */
  }
  
  #goToTopBtn:hover {
    background-color: #0056b3;
  }

  /* product page start */
  .breadcrumb{}
  .breadcrumb li{}
  .breadcrumb li a{ color: var(--color-3);}
  .breadcrumb-item.active{ color: var(--color-4);}
  .breadcrumb-item+.breadcrumb-item::before{color: var(--color-4);}

  .categories {
    background: linear-gradient(to bottom, #0d72c2, #0263a6) !important;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.right_main_side{box-shadow: 5px 0px 14px rgba(0, 0, 0, 0.25); padding: 0 15px;}
 .product_item{ display: flex; margin-bottom: 20px;}
 .contain-img { width: 40%; margin-right: 4%; text-align: center;}
.contain-img p{ font-size: 11px;}
.product-item .description {text-align: left; width: 60%;}
.px-4{ padding-top: 1rem; padding-bottom: 1rem;}
.list-text{ padding: 0; margin: 0 0 0 15px;}
.list-text li{}
.list-text li p{ margin: 0px;}
.product { padding: 4px 7px; color: #fff; font-size: 11px; margin-top: 6%;}
.btn-primary {background: var(--color-8);}
.brandName {color: #0263a6;}

.filter{ background: linear-gradient(to bottom, #0d72c2, #0263a6) !important;
    color: #fff;
    border-radius: 5px;
    padding: 5px;}
.stocking_options{ margin-bottom: 15px;}
.stock_opction_title{color: #0263a6;  padding: 5px;  font-weight: 600;  margin-bottom: 10px; position: relative;}
.stock_opction_title::before{ content: ""; height: 4px;  width: 92px;  background: #0263a6;  position: absolute;  bottom: -1px;  border-radius: 50px;}
.toggle-filters{border: none; background: #0466ac; padding: 5px; color: #fff; border-radius: 4px; margin-bottom: 15px;}
.side_bar_categery .accordion-button{background: #157ac7;  color: #fff;  border-radius: 0px; padding: 5px;}
.side_bar_categery .accordion-body{background: #157ac7;padding: 0 4px;}
.sab_catagiry{ padding: 0px; margin: 0px; list-style: none;}
.sab_catagiry li{}
.sab_catagiry li a{ background: #2b5677; display: block; padding: 5px; color: #fff; border-bottom: solid 1px #326b97;}
.sab_catagiry li a:hover{ color: var(--color-4);}
.text-justfy{ text-align: justify;}
.office_bulding{ padding-top: 50px; position: relative;}
.office_bulding::before{     border: 2px solid #0d72c2;
    border-radius: 35px;
    content: "";
    height: 260px;
    left: -32px;
    position: absolute;
    top: -0px;
    width: 239px;
    z-index: -1;}

.office_bulding::after    {    background-color: #0d72c2;
        border-radius: 50%;
        bottom: -73px;
        content: "";
        height: 176px;
        position: absolute;
        right: 133px;
        width: 176px;
        z-index: -1;}
.office_bulding img{}
.mt-6{ margin-top: 60px;}
.our_services{    background: #f7f7f7;    padding: 15px;}
.our_services ul{list-style: none; padding: 0;}
.our_services li{ display: flex;  gap: 15px; align-items: center; margin-bottom: 10px;    font-size: 18px;    color: #000;}
.our_services li img{ max-width: 40px;background: #0465a8;  padding: 6px;  border-radius: 20px;}

.about_page p{ font-size:18px;}

.title_enquire{ color: var(--color-3); font-size: var(--font-30); font-weight: 600; margin-bottom: 15px;}
.single-contact-address-box{ display: flex; gap: 20px;}
    .single-contact-address-box .icon-holder span:before {
        color: #fff;
        display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased; font-size: 22px;
    }
    .flaticon-global:before { content: "\F3EA";   }   
    
    .flaticon-support:before {     content: "\F414";    } 
    .flaticon-shipping-and-delivery:before {       content: "\F73D";    } 
    .single-contact-address-box .icon-holder{ margin-bottom: 20px;}
    .single-contact-address-box h3{ font-weight: 700;}
    .single-contact-address-box p{color: #fff;}
    .single-contact-address-box p a{color: #fff;}
    .contact-social-links {

    }
   
   
    .contact-form {
        position: relative;
        display: block;
    }
    .title_contact{ margin-bottom: 20px; color: var(--color-11); font-size: var(--font-30);}
    .contact-form .inner-box { background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    margin-top: -50px;
    margin-bottom: -50px;
    padding: 30px 30px 30px 30px; border-radius: 20px;
    }
    .contact-form form {
        position: relative;
        display: block;
    }
    .contact-form form .input-box {
        position: relative;
        display: block;
    }
    .contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea {
        position: relative;
        display: block;
        background: #ffffff;
        border: 1px solid #d3cfcf;
        width: 100%;
        height: 55px;
        color: #7e7e7e;
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px;
        transition: all 500msease;
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-radius: 10px;
        border-top-left-radius: 0;
    }
    .contact_form {
        margin: 50px 0; background: var(--color-1); padding: 0 50px; border-radius: 20px;
    }
    .submit_but{    border-radius: 50px;
        color: var(--color-3);
        background: var(--color-2);
        padding: 10px 22px;
        display: inline-block; border: none;}
   .submit_but:hover{ background: var(--color-4); color: var(--color-2);}   
   
   .search_sec{ display: flex;}
   .search_but{ border: none; background: var(--color-1);  position: absolute; right: 0px; top: -6px; color: #fff; padding: 2px 5px; line-height: 14px;  border-radius: 15px;}
   .search-icon{ position: relative;}
   .search-box {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;z-index: 9999;
    padding: 15px; background: #fff;
  }
  
  .search-input {
    padding: 5px;
    width: 150px;
    border: 1px solid #ccc;
    font-size: 14px;
    -webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
  }
  
  .search_sub {
    margin-top: 0px;
    padding: 8px 10px;
    border: none;
    background-color: var(--color-1);
    color: white;
    cursor: pointer;
    font-size: 14px;
    -webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
  }
  
  .submit-btn:hover {
    background-color: #45a049;
  }
.search_list{ list-style: none; margin-top: 15px; border: solid 1px #ddd; padding: 0px; overflow: hidden; height: 200px; overflow-y: scroll;} 
.search_list li{ font-size: var(--font-15); color: var(--color-10); border-bottom: solid 1px #ddd; padding: 5px 12px;} 
.bg_linecard{ background: #f3f3f3;}
.linecard_title{ text-align: center; margin-top: 20px; margin-bottom: 40px;}
.linecard_title .title{font-size: var(--font-40); font-weight: 600;}
.linecard_title a{ color: var(--color-2); font-size: var(--font-18);}
.line_card_logo{ background: #fff; padding: 3px; box-shadow: 10px 10px 20px 5px rgba(221, 221, 221, 0.2);}
.linecard_slider .owl-nav .owl-prev{font-size:var(--font-22) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 30px; margin: 1px; height: 30px; 
    color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: 20%; left: -4%;} 

.linecard_slider .owl-nav .owl-next{font-size:var(--font-22) !important; background:var(--color-3) !important; box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); width: 30px; margin: 1px; height: 30px; 
        color:var(--color-2) !important; border-radius: 50%; margin: 0px 8px;position: absolute;  top: 20%; right: -4%;}