/* @import url("responsive.css"); */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{
    /* box-sizing:border-box; */
    padding:0;
    /* margin:0; */
}
body{
    /* font-family: "Poppins", sans-serif; */
    color: #143642;
}

a, a:hover, a:active{
    text-decoration: none;
    color: inherit;
    box-shadow: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    /* margin-bottom: 0; */
}
.green{
    color: #5ACC81;
}
.bg-yellow{
    background-color: #FFC011;
}
.text-yellow{
    color: #FFC011;
}
.sec_title{
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #000;
    font-family: 'Inter', sans-serif;
}
.filter_white{
    filter: brightness(0) invert(1);
}
.border-6{
    border-width: 6px !important;
}
.border-7{
    border-width: 7px !important;
}
.border-8{
    border-width: 8px !important;
}





/* header section css  */
.mobile_menu_wrap li a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
}
.mobile_menu_wrap li i{
    color: #FF9124;
}
.search_box input{
    background-color: #F2F2F2 !important;
    color: #757575;
    border: none;
    /* border-radius: 4px; */
    padding: 10px 65px 10px 15px;
}
.search_btn{
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #00A3E0;
    color: #fff;
    border: none;
}
.menu_sec{
    background-color: #0E131F;
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
}
.logo_sec img{
    width: 200px;
}
.menu_sec .main_nav .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    margin-top: 0;
    padding: 18px 10px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
.menu_sec .main_nav .nav-link:hover{
    background-color: #F77B08;
    color: #fff;
}
.menu_sec .dropdown-menu{
    border-radius: 0 0 5px 5px;
    min-width: 200px;
}
.menu_sec .dropdown-menu .dropdown-item{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.cartbtn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00456D;
    border-radius: 10px;
    position: relative;
}
.cartbtn i{
    position: relative;
    font-size: 24px;
    color: #fff;
    right: 3px;
    top: 3px;
}
.cartbtn span{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: #FFC700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.header_contact .contact_icon{
    width: 45px;
    height: 45px;
}
.header_contact .contact_text h6{
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Raleway", sans-serif;
}
.header_contact .contact_text h6 span{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.menu_btn{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    padding: 10px 60px;
    text-transform: capitalize;
    text-align: center;
    background-color: #fff;
    color: #0E131F;
    transition: all 0.4s ease-in-out;
}
/* --------------------------------- */


/* Pulse Button css  */
.pulse-button {
  /* Button default styles, customize them to match your button */
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #3498db;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  
  /* Apply the pulse animation */
  animation: pulse 1s infinite;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* --------------------------------- */




/* hero section css  */
.home_top_wrap{
    background-image: linear-gradient(353.36deg, #FFFFFF 11.48%, #F9F9F9 35.68%, #DFF1F1 95.13%);
}
.category_box .category_heading{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: "Sora", sans-serif;
    color: #143642;
    border-bottom: 4px solid #CCE0E0;
    padding: 20px;
}
.category_box .category_list{
    padding: 20px;
}
.category_box .category_list li{
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Sora", sans-serif;
    color: #143642;
    padding: 0 8px;
}
.category_box .category_list li img{
    width: 20px;
    height: 20px;
}
.category_box .category_list li + li{
    border-top: 2px solid #CCE0E0;
    padding-top: 15px;
}
.category_box .category_list li p{
    margin-left: 0;
    transition: all 0.4s ease-in-out;
}
.category_box .category_list li:hover {
    color: #F77B08;
}
.category_box .category_list li:hover p{
    margin-left: 10px;
}
.hero_box{
    background-image: linear-gradient(268.83deg, #FA4D55 0.95%, #FF9095 33.79%, #F9464E 92.28%);
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 1;
}
.hero_box .hero_shape{
    position: absolute;
    top: -3.5rem;
    left: -3rem;
    scale: 0.8;
    z-index: -1;
}
.hero_text h1{
    font-size: 44px;
    line-height: 54px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'Sora', sans-serif;
}
.hero_text h4{
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Sora", sans-serif;
}
.hero_text p{
    color: #555555;
}
.hero_btn{
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #D91D25;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 50px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
.hero_btn:hover, .hero_btn:focus{
    background-color: #1B1B1B;
    border-color: #1B1B1B;
    color: #fff;
}
/* --------------------------------- */



/* Mobile Category Sec */
.cat_heading h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Sora', sans-serif;
    color: #143642;
}
.cat_btn{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
    color: #006D6D;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cat_option{
    display: inline-block;
    position: relative;
    color: #006D6D;
    border: 1px solid #006D6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Sora', sans-serif;
    padding: 10px 20px;
    border-radius: 12px;
}
/* --------------------------------- */



/* Service Sec */
.service_icon{
    width: 50px;
    height: auto;
}
.service_text h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Sora', sans-serif;
    text-transform: uppercase;
}
.service_text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Sora', sans-serif;
}
/* --------------------------------- */


/* Featured sec */
.featured_wrap{
    border-radius: 80px;
    border: 8px solid #fff;
    box-shadow: 6px 4px 13px 4px rgba(0, 0, 0, 0.25);
}
.featured_box{
    min-height: 400px;
}
.featured_box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured_box.feature1{
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
}
.featured_box.feature2{
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
}
.featured_box.feature3{
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}
.featured_box.feature4{
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
}
.featured_box.feature1::after{
    background-image: linear-gradient(10.2deg, #288173 11.64%, rgba(125, 215, 201, 0) 66.64%);
}
.featured_box.feature2::after{
    background-image: linear-gradient(13.21deg, #0159B4 16.31%, rgba(59, 158, 169, 0) 39.05%);
}
.featured_box.feature3::after{
    background-image: linear-gradient(13.28deg, #243FCF 28.74%, rgba(36, 63, 207, 0) 36.17%);
}
.featured_box.feature4::after{
    background-image: linear-gradient(13.93deg, #748C44 28.18%, rgba(175, 204, 124, 0) 45.67%)
}
.feature_text h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0;
}
.feature_text h4{
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 12px;
}
.feature_text p{
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Raleway', sans-serif;
}
.featured_box .flex-row .feature_text{
    flex: 1;
}
.featured_box .flex-row .btn_wrap{
    flex: 1;
}
.cart_btn{
    position: relative;
    display: inline-block;
    background-color: #F77B08;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-transform: capitalize;
    padding: 12px 35px;
    border-radius: 50rem;
    transition: all 0.4s ease-in-out;
}
.cart_btn:hover{
    background-color: #000;
    color: #fff;
}
.learn_btn{
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-transform: capitalize;
    padding: 12px 35px;
    border-radius: 50rem;
    transition: all 0.4s ease-in-out;
}
.learn_btn:hover{
    background-color: #F77B08;
    color: #fff;
}
.featured_box .cart_btn, .featured_box .learn_btn{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex: 1;
}
/* --------------------------------- */



/* Product slider css  */
.product_sec2{
    background-color: #EDEDF1;
}
.prod_heading{
    background-image: linear-gradient(180deg, #4BA896 0%, #009074 100%);
    height: 90%;
}
.product_sec2 .prod_heading{
    background-image: linear-gradient(180deg, #36A1C1 0%, #007FA5 100%);
}
.prod_heading h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}
.prod_btn{
    position: relative;
    display: inline-block;
    background-color: #FFBB25;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 18px 20px;
    transition: all 0.4s ease-in-out;
}
.prod_btn:hover{
    background-color: #fff;
    color: #000;
}
.prod_wrap {
    background-color: #F5F6FA;
}
.prod_box{
    /* background-image: linear-gradient(0deg, #C3E4E4, #C3E4E4); */
    background-color: #dcedef;
    border-radius: 15px;
}
.prod_box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 85%;
    background-color: #F5F6FA;
    border-radius: 0 0 100% 100%;
    z-index: -1;
}
.prod_box .prod_img{
    height: 190px;
}
.prod_box h4, .prod_box .prod_price{
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #555555;
    font-family: 'Raleway', sans-serif;
}
.prod_box h4{
    min-height: 55px;
}
.prod_box .prod_price{
    font-size: 20px;
    color: #38618C;
    font-family: 'Roboto', sans-serif;
}
.learn_text_btn{
    position: relative;
    display: inline-block;
    color: #143642;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.learn_text_btn:hover{
    color: #000;
    text-decoration: underline;
}
/* --------------------------------- */



/* Headphone Sec CSS */
.headphone_sec{
    padding: 60px 0;
}
.headphone_wrap h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}
.headphone_wrap p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}
.headphone_list_wrap{
    margin-bottom: 40px;
}
.headphone_icon{
    width: 55px;
    height: 55px;
}
.headphone_list_heading h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
}
.headphone_list_heading p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}
.headphone_wrap .cart_btn, 
.headphone_wrap .learn_btn {
    font-size: 20px;
    padding: 15px 60px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.headphone_wrap .learn_btn{
    background-color: #006D6D;
    color: #fff;
}
.headphone_wrap .learn_btn:hover{
    background-color: #000;
    color: #fff;
}
.headphone_img_wrap img{
    border: 8px solid #0F8B8D;
}
.headphone_img_wrap::after{
    content: '';
    position: absolute;
    top: -2.5rem;
    left: -2.5rem;
    width: 200px;
    height: 200px;
    background-image: url(../images/headphone_shape.png);
    background-repeat: no-repeat;
    z-index: -1;
}
/* --------------------------------- */



/* CTA Sec CSS */
.cta_wrap{
    background: linear-gradient(90deg, #F07402 0%, #FF970A 100%);
    border: 8px solid #fba53c;
}
.cta_img_wrap h2{
    display: inline-block;
    font-size: 65px;
    font-weight: 900;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    -webkit-text-stroke: 1px #C47100;
    text-shadow: 1px 1px 8px #A35E00;
}
.cta_img_wrap::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 315px;
    height: 300px;
    background-image: url(../images/reward_cta.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.cta_text_wrap h2{
    font-size: 24px;
    font-weight: 900;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    -webkit-text-stroke: 1px #C47100;
}
.cta_text_wrap h4{
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.cta_text_wrap p{
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.cta_btn{
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #006D6D;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 60px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50rem;
    transition: all 0.4s ease-in-out;
}
.cta_btn:hover{
    background-color: #006D6D;
    color: #fff;
}
/* --------------------------------- */



/* Featured Prod Sec CSS */
.featured_prod_sec{
    background-color: #F5F6FA;
}
.featured_prod_sec .sec_title{
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1;
    font-family: 'Raleway', sans-serif !important;
    color: #143642;
}
.featured_prod_badge{
    background-color: #F5F6FA;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    color: #143642;
}
.featured_prod_wrap .featured_img{
    width: 30%;
}
.featured_prod_wrap .featured_text{
    width: 70%;
}
.featured_main_box .featured_prod_wrap .featured_img{
    width: 50%;
}
.featured_main_box .featured_prod_wrap .featured_text{
    width: 50%;
}
.featured_prod_wrap .featured_text h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}
.featured_main_box .featured_prod_wrap .featured_text h4{
    font-size: 25px;
}
.featured_prod_wrap .featured_text p{
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    font-family: 'Raleway', sans-serif;
}
.featured_main_box .featured_prod_wrap .featured_text p{
    font-size: 16px;
    line-height: 25px;
}
.featured_prod_wrap .featured_text .featured_price{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #084C61;
}
.featured_main_box .featured_prod_wrap .featured_text .featured_price{
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
    font-family: 'Roboto', sans-serif;
    color: #CD7700;
}
.featured_prod_box .btn_wrap .learn_btn{
    background-color: #006D6D;
    color: #fff;
}
.featured_prod_box .btn_wrap .cart_btn, .featured_prod_box .btn_wrap .learn_btn{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 50px;
}
.featured_prod_wrap .unit_count{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    color: #0F8B8D;
}
.featured_prod_wrap .unit_count::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: #0F8B8D;
    border-radius: 100%;
}
.featured_main_box {
    border: 4px solid #0F8B8D;
}
/* --------------------------------- */



/* More products Sec CSS */
.more_prod_img{
    width: 110px;
    height: 130px;
    background-color: #F5F6FA;
}
.more_prod_text{
    width: calc(100% - 110px);
}
.more_prod_text p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Sora', sans-serif;
    color: #143642;
}
.more_prod_text h5{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    font-family: 'Raleway', sans-serif;
    color: #143642;
}
.more_prod_btn{
    position: relative;
    display: inline-block;
    background-color: #F77B08;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    padding: 8px 15px;
    border-radius: 50rem;
    transition: all 0.4s ease-in-out;
}
.more_prod_btn:hover{
    background-color: #006D6D;
    color: #fff;
}
/* --------------------------------- */



/* Footer Sec CSS */
.footer_sec{
    position: relative;
    padding: 0 0 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #084C61;
}
.footer_sec h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #F8CD6D;
}
.footer_links{
    border-right: 2px solid #1B667E;
}
.footer_links .list-inline-item:not(:last-child){
    margin-right: 1rem !important;
}
.footer_links li + li{
    margin-top: 15px;
}
.footer_links a{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    transition: all 0.4s ease-in-out;
}
.footer_links a:hover{
    color: #ff9124;
}
.footer_sec p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}
.footer_sec p + p{
    margin-top: 15px;
}
.footer_card{
    flex: 1;
}
.footer_card img{
    width: 220px;
}
.copyright_sec p{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.footer_logo img{
    width: 200px;
}
/* --------------------------------- */







/* top rated product css  */

.top_rate_sec{
    padding: 0 0 60px;
    position: relative;
}
.tpr_head{
    background-color: #014770;
    /* padding: 15px 40px; */
    display: inline-block;
    border-bottom-right-radius: 30px;
}
.tpr_head h2{
    font-size: 49px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    padding: 31px;
    margin-bottom: 0px;
}
.tpr_content{
    border: 1px solid #000;
}
.tpr_inner{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    /* gap: 10px; */
    padding: 25px 15px 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.tpr_content .col-md-6:nth-child(even) .tpr_inner{
    border-right: 0px;
}
.tpr_content .col-md-6:nth-child(5) .tpr_inner, .tpr_content .col-md-6:nth-child(6) .tpr_inner{
    border-bottom: 0 ;
}
.tpr_inner .tpri_img{
    width: 43%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tpr_inner .tpri_img img{
    width: 100%;
    padding: 0px;
}
.tpr_inner .tpri_cntn{
    width: 55%;
}
.tpr_inner .tpri_cntn h3.tpr_pr_name{
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 18px;
    color: #000 !important;
}

.tpr_inner ul.tpr_pr_list li{
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.tpr_inner ul.tpr_pr_list li i{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #014770;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
}
.tpr_inner .tpri_cntn p.tpr_pr_des{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    line-height: 19px;
    height: 52px;
}
.tpr_inner .tpri_cntn .tpr_pr_prc{
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0px;
    margin-bottom: 0px !important;
}
.tpr_inner .tpri_cntn .tpr_pr_cart_btn{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    background-color: #ffc700;
    border-radius: 20px;
    padding: 8px 25px;
    transition: all 0.3s;
    font-family: "Montserrat", sans-serif;
    color: #000;
    border: none;
    cursor: pointer;
    margin-bottom: 7px;
}
.tpr_inner .tpri_cntn .tpr_pr_cart_btn:hover{
    background-color: #3ed20b;
    color: #fff;
}
.tpr_inner .tpri_cntn .tpr_pr_lm{
    display: block;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* --------------------------------- */

/* product carrousal css start */

.tec_carousal_sec{
    padding-bottom: 100px;
}
.tec_carousal_sec .sec_head h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 25px;
}
.tec_box{
    background-color: #B3C8D4;
    border-radius: 20px;
    padding: 10px 7px 10px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tec_img {
    width: 126px;
    height: 126px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 7px;
}
.tec_img a{
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.tec_img a img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.tec_name{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tec_name:hover{
    color: #ffff;
}
.tec_price{
    font-size: 12px;
    line-height: 25px;
    color: #000;
    font-weight: bold !important;
}
.tec_btn{
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #FFC700;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tec_btn:hover{
    color: #fff;
}
.tec_lm{
    display: block;
    font-size: 13px;
    text-decoration: underline;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tec_lm:hover{
    text-decoration: underline;
    color: #fff;
}


/* --------------------------------- */

/* tech gadget css start */

.tech_gad_sec{
    padding-bottom: 80px;
}
.tg_box{
    background-color: #B3C8D4;
    border-radius: 30px;
    padding: 10px 15px 5px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tg_img{
    width: 165px;
    height: 165px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 10px;
    display: flex;
  align-items: center;
  justify-content: center;
}
.tg_img a{
    display: inline-block;
    cursor: pointer;
}
.tg_img a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tg_name{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 26px;
    margin-bottom: 0!important;
}
.tg_name:hover{
    color: #ffff;
}
.tg_price{
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px;
}
.tg_btn{
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    background-color: #FFC700;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tg_btn:hover{
    color: #fff;
}
.tg_lm{
    display: block;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tg_lm:hover{
    text-decoration: underline;
    color: #fff;
}

/* --------------------------------- */

 /* reward section css */

.rewd_sec{
    padding-bottom: 30px;
}
 .rewd_sec .rewds_inner{
     border: 1px solid #000;
     border-radius: 30px;
     padding: 30px 20px;
     position: relative;
 }
 .rewdt_img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.rewdt_contn h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 12px;
}
.rewdt_contn .rewdt_para{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 35px;
}
.rewdt_contn h6{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;color: #000;
}
.rewdt_contn ul{
    padding-left: 10px;
}
.rewdt_contn ul li img{
    width: 20px;
    margin-right: 4px;
}
.rewdt_contn ul li{
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #000;
}
rewdt_contn .rewdt_extra{
    font-size: 20px;
}
.rewd_top {
    padding-bottom: 70px;
}
.rewdb_box {
    background: #EBEBEB;
    border: 1px solid #757575;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    text-align: center;
}
.rewdb_head {
    display: flex;
}
.rewd_img {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: 15px;
}
.rewd_img img{
    width: 80px;
}
.rewd_cntn h5{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: left;
    color: #000;
    font-family: roboto;
}
.rewd_cntn p{
    font-size: 14px;
    text-align: left;
    color: #000;
    margin-bottom: 0px;
    font-family: roboto;
}
.rewdb_head{
    margin-bottom: 10px;
}
.rewdb_body ul li img{
    width: 14px;
    margin-right: 10px;
}
.rewdb_body ul li{
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 400;
    text-align: left;
    color: #000;
}
.rewd_btn{
    display: inline-block;
    background-color: #FFC700;
    font-size: 14px;
    padding: 9px 48px;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    margin: 10px auto 0;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}
.rewd_btn:hover{
    color: #000;
}

.list-unstyled{
    margin-bottom: 0px !important;
}
 /* --------------------------------- */

 /* reward section css */

.main_footer{
    background: #E9E9E9;
    padding: 70px 0 40px;
}
.ft_head{
    font-size: 15px;
    font-weight: 700;
    color: #3E3E3E;
    text-decoration: underline;
    margin-bottom: 25px;
}
.ft_list ul li a{
    font-size: 14px;
    color: #3E3E3E;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 400;
}
/* .ft_list .ft_head{
    margin-bottom: 30px;
} */
.ft_disclose p{
    font-size: 13px;
    line-height: 21px;
    color: #3E3E3E;
}
.ft_contact .ft_logo img{
    width: 65%;
    margin-bottom: 20px;
}
.ft_cnt_box .ft_mail, .ft_cnt_box .ft_number {
    display: inline-block;
    width: 100%;
}
.ft_cnt_box i{
    color: #3E3E3E;
    font-size: 14px;
    margin-right: 12px;
}
.ft_mail, .ft_number{
    font-size: 14px;
    margin-bottom: 10px;
    color: #3E3E3E;
    font-weight: 500;
}
.ft_ad{
    margin-bottom: 20px;
    display: flex;
}
.ft_ad i{
    font-size: 14px;
    margin-right: 12px;
    position: relative;
    top: 3px;
}
.ft_ad h6{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #3E3E3E;
    margin-top: 0;
}
.ft_ad p{
    font-size: 14px;
    font-weight: 500;
    color: #3E3E3E;
    margin-bottom: 0;
}
.ft_text p{
    font-size: 12px;
    font-weight: 400;
    color: #3E3E3E;
}
.ft_top{
    padding-bottom: 50px;
}
.ft_btm{
    padding: 20px 0;
    background-color: #00456D;
}
.ft_btm p{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.tec_carousal_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.tec_carousal_inner .tg-carousel{
    overflow: hidden;
    border-radius: 65px;
}
.tec_carousal_inner .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-prev, .tec_carousal_inner .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-prev i, .tec_carousal_inner .owl-theme .custom-nav .owl-next i {
  font-size: 60px;
  color: #FFC700;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-prev {
  left: -40px;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-next {
  right: -40px;
}

.tpr_pr_list{margin-bottom:20px};
.tpr_pr_des{margin-bottom:18px}





  /* --------------------------------- */

  @media only screen and (max-width: 1400px){

    .tg_name {
    font-size: 13px;
}

  }

@media only screen and (max-width: 1200px){

    .tec_name {
    font-size: 12px;
}

.tec_price {
    font-size: 11px;
}

.tec_btn {
    font-size: 10px;
}

.tec_lm {
    font-size: 10px;
}

.tg_name {
    font-size: 14px;
}

.tg_btn {
    font-size: 11px;
}

.tg_lm {
    font-size: 14px;
}


}

@media only screen and (max-width: 768px){

 .tec_carousal_inner .tg-carousel {
    overflow: visible;
}

.tec_carousal_inner .owl-theme .custom-nav .owl-prev i, .tec_carousal_inner .owl-theme .custom-nav .owl-next i {
    font-size: 40px;
}

.tec_carousal_inner .owl-theme .custom-nav .owl-next {
    right: -25px;
}

.tec_carousal_inner .owl-theme .custom-nav .owl-prev {
    left: -26px;
}


}

@media only screen and (max-width: 992px){

    .tec_name {
    font-size: 12px;
}

.tec_price {
    font-size: 11px;
}

.tec_btn {
    font-size: 9px;
}

.tec_lm {
    font-size: 10px;
}

}

@media only screen and (max-width: 576px){

.tec_carousal_inner .owl-theme .custom-nav .owl-prev {
    left: -11px;
}

.tec_carousal_inner .owl-theme .custom-nav .owl-next {
    right: -11px;
}

}
.head_hmbg{
    background-color: #00456d;
    padding: 12px 0;
}
.head_hmbg .bred_style{
    margin-bottom: 0!important;
}
.head_hmbg .bred_style li a {
   color: #fff!important;
   display: inline-block;
   margin-right: 10px;
   position: relative;
}
.head_hmbg .bred_style li > a::after{
    content: ">";
    margin-left: 7px;

}
.head_hmbg .bred_style li{
    color: #ffc700;
    list-style-type: none;
    display: inline-block;
}

/* .pr_seach_box .container{
    border-bottom: 1px solid #00000029;
} */
small.total_item_count {
    font-size: 14px;
    padding: 10px;
    background: #000000;
    border-radius: 10px;
    color: #ffffff;
}
.plan.activeeee{
    border: 3px solid #ffce24;
    /* background: #fbf5dd; */
}
.pr_dl {
    display: flex;
    justify-content: center;
    align-items: center;
}
.delete-div a i{
    color: red;
}

.edd-member-term{
    background-color: #e3f2ff;
    padding: 38px 30px;
    border-radius: 0px;
    margin: 40px 0px;
    color: #000;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
}

.tpr_pr_list li img{
    padding-right: 4px;
    height: 21px;
    width: 25px;
}




@media screen and (max-width: 1399px){
    .menu_sec .main_nav .nav-link{
        font-size: 14px;
        padding: 18px 8px;
    }
    .menu_btn {
        font-size: 18px;
        padding: 10px 50px;
    }
    .category_box .category_heading{
        font-size: 16px;
    }
    .category_box .category_list {
        padding: 15px;
    }
    .category_box .category_list li{
        font-size: 15px;
        line-height: 35px;
    }
    .hero_box .hero_shape {
        top: -4.5rem;
        left: -4rem;
        scale: 0.7;
    }
    .hero_text h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .hero_text h4 {
        font-size: 22px;
    }
    .hero_btn {
        font-size: 18px;
    }
    .service_icon{
        width: 40px;
    }
    .service_text h4{
        font-size: 15px;
        line-height: 28px;
    }
    .service_text p{
        font-size: 13px;
    }
    .featured_wrap{
        border-radius: 70px;
        border: 6px solid #fff;
    }
    .featured_box{
        min-height: 350px;
        border-width: 3px !important;
    }
    .feature_text h5{
        font-size: 18px;
        line-height: 28px;
    }
    .feature_text h4{
        font-size: 25px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .feature_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .cart_btn, .learn_btn{
        font-size: 16px;
        padding: 12px 30px;
    }
    .prod_heading h3{
        font-size: 36px;
        line-height: 46px;
    }
    .prod_btn{
        font-size: 16px;
        padding: 18px 15px;
    }
    .headphone_wrap h2 {
        font-size: 40px;
    }
    .headphone_wrap p {
        font-size: 15px;
        line-height: 25px;
    }
    .headphone_icon {
        width: 50px;
        height: 50px;
    }
    .headphone_list_heading h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .headphone_list_wrap {
        margin-bottom: 20px;
    }
    .headphone_wrap .cart_btn, .headphone_wrap .learn_btn {
        font-size: 16px;
        padding: 12px 50px;
    }
    .headphone_img_wrap::after{
        top: -2rem;
        left: -2rem;
    }
    .cta_wrap{
        border: 6px solid #fba53c;
    }
    .cta_img_wrap h2{
        font-size: 50px;
    }
    .cta_img_wrap::after{
        width: 290px;
        height: 250px;
    }
    .cta_text_wrap h4{
        font-size: 28px;
    }
    .cta_text_wrap p{
        font-size: 16px;
        line-height: 26px;
    }
    .cta_btn{
        font-size: 16px;
        padding: 16px 45px;
    }
    .featured_prod_sec .sec_title{
        font-size: 38px !important;
    }
    .featured_prod_badge{
        font-size: 14px;
    }
    .featured_prod_wrap .featured_text h4{
        font-size: 18px;
    }
    .featured_main_box .featured_prod_wrap .featured_text h4{
        font-size: 22px;
    }
    .featured_prod_wrap .featured_text p{
        font-size: 13px;
        line-height: 22px;
    }
    .featured_main_box .featured_prod_wrap .featured_text p{
        font-size: 14px;
        line-height: 23px;
    }
    .featured_prod_wrap .featured_text .featured_price{
        font-size: 22px;
        line-height: 26px;
    }
    .featured_main_box .featured_prod_wrap .featured_text .featured_price{
        font-size: 38px;
        line-height: 40px;
    }
    .featured_prod_box .btn_wrap .cart_btn, .featured_prod_box .btn_wrap .learn_btn{
        font-size: 15px;
        padding: 10px 35px;
    }
    .featured_prod_wrap .unit_count{
        font-size: 14px;
    }
    .featured_prod_wrap .unit_count::after{
        left: -18px;
        width: 12px;
        height: 12px;
    }
    .more_prod_text p{
        font-size: 14px;
        line-height: 22px;
    }
    .more_prod_text h5{
        font-size: 14px;
        line-height: 22px;
    }
    .more_prod_btn{
        font-size: 14px;
        font-weight: 500;
    }
    .footer_links .list-inline-item:not(:last-child) {
        margin-right: 0.5rem !important;
    }
}


@media screen and (max-width: 1199px){
    .menu_sec .main_nav .nav-link{
        font-size: 13px;
        font-weight: 400;
        margin-right: 5px;
    }
    .menu_btn {
        font-size: 16px;
        padding: 10px 40px;
    }
    .category_box .category_heading {
        font-size: 15px;
        padding: 15px;
    }
    .category_box .category_list li {
        font-size: 14px;
        line-height: 30px;
    }
    .hero_text h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .hero_text h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .hero_btn {
        font-size: 16px;
    }
    .service_text h4{
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
    }
    .service_text p{
        font-size: 12px;
        font-weight: 300;
    }
    .featured_wrap {
        box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
    }
    .cart_btn, .learn_btn {
        font-size: 15px;
        padding: 12px 25px;
    }
    .prod_box .prod_img{
        height: 160px;
    }
    .prod_heading h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .prod_btn {
        font-size: 15px;
        padding: 16px 14px;
    }
    .learn_text_btn{
        font-size: 14px;
    }
    .headphone_wrap h2 {
        font-size: 36px;
    }
    .headphone_wrap p {
        font-size: 14px;
        line-height: 24px;
    }
    .headphone_icon {
        width: 45px;
        height: 45px;
    }
    .headphone_list_heading h4 {
        font-size: 17px;
        line-height: 27px;
    }
    .headphone_list_wrap {
        margin-bottom: 15px;
    }
    .headphone_wrap .cart_btn, .headphone_wrap .learn_btn {
        font-size: 15px;
        padding: 10px 40px;
    }
    .cta_img_wrap::after {
        width: 250px;
        height: 250px;
    }
    .featured_prod_wrap .featured_text .featured_price {
        font-size: 24px;
        line-height: 1;
    }
    .featured_main_box .featured_prod_wrap .featured_text .featured_price {
        font-size: 36px;
        line-height: 1;
    }
    .featured_prod_box .btn_wrap .cart_btn, .featured_prod_box .btn_wrap .learn_btn {
        padding: 10px 30px;
    }
    .footer_sec h5{
        font-size: 16px;
    }
    .footer_sec p, .footer_links a{
        font-size: 13px;
    }
    .footer_sec p + p, .footer_links li + li {
        margin-top: 10px;
    }
}


@media screen and (max-width: 991px){
    .topbar{
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    }
    .mobile_menu .btn-close{
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
    .home_top_wrap {
        background-image: linear-gradient(353.36deg, #ffffff 75.68%, #CFEBFF 95.13%);
    }
    .hero_box .hero_shape {
        top: -6rem;
        left: -5.5rem;
        scale: 0.5;
    }
    .hero_text h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .hero_text h4 {
        line-height: 1;
        font-size: 18px;
    }
    .hero_btn {
        font-size: 16px;
        padding: 12px 40px;
    }
    .featured_box{
        min-height: 300px;
    }
    .product_sec2{
        background-color: transparent;
    }
    .prod_heading{
        height: auto;
    }
    .prod_heading h3 {
        font-size: 30px;
        line-height: 40px;
        padding: 10px 0;
    }
    .prod_wrap{
        background-color: transparent;
    }
    .prod_box .prod_img{
        height: 190px;
    }
    .prod_btn {
        width: auto !important;
        padding: 16px 30px;;
    }
    .learn_text_btn{
        font-size: 14px;
    }
    .headphone_sec {
        padding: 40px 0;
    }
    .headphone_wrap h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .headphone_icon {
        width: 40px;
        height: 40px;
    }
    .headphone_list_heading h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .headphone_list_wrap {
        margin-bottom: 25px;
    }
    .headphone_wrap .cart_btn, .headphone_wrap .learn_btn {
        font-size: 14px;
        font-weight: 600;
    }
    .cta_wrap{
        border: 5px solid #fba53c;
    }
    .cta_img_wrap h2{
        font-size: 35px;
    }
    .cta_img_wrap::after{
        width: 210px;
        height: 210px;
    }
    .cta_text_wrap h4{
        font-size: 18px;
    }
    .cta_text_wrap p{
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }
    .cta_btn{
        font-size: 14px;
        padding: 14px 40px;
    }
    .featured_prod_sec .sec_title{
        font-size: 30px !important;
    }
    .featured_prod_badge{
        font-size: 12px;
    }
    .featured_prod_wrap .featured_text h4{
        font-size: 16px;
    }
    .featured_prod_wrap .featured_text .featured_price{
        font-size: 20px;
        line-height: 1;
    }
    .featured_main_box .featured_prod_wrap .featured_text .featured_price{
        font-size: 32px;
    }
    .featured_prod_box .btn_wrap .cart_btn, .featured_prod_box .btn_wrap .learn_btn{
        font-size: 14px;
        padding: 10px 15px;
    }
    .featured_main_box {
        border: 3px solid #0F8B8D;
    }
    .footer_links {
        border-right: none;
    }
    .footer_sec p + p, .footer_links li + li {
        margin-top: 5px;
    }
    .footer_sec p, .footer_links a {
        font-weight: 300;
        line-height: 20px;
    }
    .footer_links .list-inline-item:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .copyright_sec{
        background-color: #084C61;
    }
    .copyright_sec p {
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        color: #fff;
    }
}

@media screen and (max-width: 767px){
    .container{
        max-width: 100%;
    }
    .rounded-4{
        border-radius: 0.5rem !important;
    }
    .hero_box .hero_shape {
        top: -7rem;
        left: -6.5rem;
        scale: 0.4;
    }
    .hero_text h4 {
        font-size: 14px;
        line-height: 1;
    }
    .hero_text h1{
        font-size: 25px;
        font-weight: 700;
        line-height: 28px;
    }
    .hero_text .hero_btn{
        font-size: 14px;
        padding: 10px 30px;
    }
    .category_btn{
        width: 145px;
        height: 145px;
        font-size: 22px;
    }
    .featured_sec {
        background-color: #F5F6FA;
    }
    .featured_wrap {
        border-radius: 30px;
        border: 5px solid #fff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .featured_box{
        min-height: 200px;
    }
    .feature_text h5 {
        font-size: 15px;
        line-height: 25px;
    }
    .feature_text h4 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .prod_heading h3 {
        font-size: 25px;
        line-height: 32px;
        padding: 0;
    }
    .prod_btn {
        padding: 14px 25px;
    }
    .headphone_sec{
        background-color: #F5F6FA;
        padding: 15px 0 20px;
    }
    .headphone_main_wrap{
        background-color: #fff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 8px;
        border-radius: 25px;
    }
    .headphone_img_wrap img{
        border: none;
        border-radius: 20px !important;
    }
    .headphone_img_wrap::after{
        display: none;
    }
    .headphone_heading_mob h4{
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        font-family: 'Raleway', sans-serif;
        color: #006D6D;
    }
    .headphone_heading_mob h2{
        font-size: 20px;
        font-weight: 800;
        line-height: 22px;
        font-family: 'Raleway', sans-serif;
    }
    .headphone_wrap p {
        font-size: 15px;
        line-height: 22px;
        text-align: center;
    }
    .headphone_list_wrap {
        margin-bottom: 15px;
    }
    .headphone_icon {
        width: 30px;
        height: 30px;
    }
    .headphone_list_heading h4 {
        font-size: 15px;
        line-height: 25px;
    }
    .headphone_wrap .cart_btn, .headphone_wrap .learn_btn{
        flex: 1;
        box-shadow: none;
    }
    .cta_text_wrap h4 {
        font-size: 16px;
        font-weight: 600;
        text-shadow: none;
    }
    .cta_btn {
        font-size: 16px;
        padding: 12px 40px;
        letter-spacing: 1px;
    }
    .cta_img_wrap::after {
        width: 155px;
        height: 155px;
    }
    .featured_prod_sec .heading_sec{
        background-color: #fff;
        border-radius: 0 !important;
    }
    .featured_prod_sec .sec_title{
        font-size: 22px !important;
    }
    .featured_prod_box{
        border-radius: 20px !important;
    }
    .featured_prod_wrap .featured_img {
        width: 30% !important;
    }
    .featured_prod_wrap .featured_text {
        width: 70% !important;
    }
    .featured_prod_wrap .featured_text h4{
        font-size: 18px !important;
    }
    .featured_prod_wrap .featured_text .featured_price{
        font-size: 22px !important;
        color: #006D6D !important;
    }
    .featured_prod_box .btn_wrap .cart_btn, .featured_prod_box .btn_wrap .learn_btn{
        box-shadow: none;
        flex: 1;
    }
    .featured_main_box {
        border: 2px solid #0F8B8D;
    }
    .more_prod_text p, .more_prod_text h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .more_prod_img {
        width: 140px;
    }
    .more_prod_text .learn_text_btn {
        background-color: transparent;
        padding: 0;
        color: #143642;
        text-decoration: underline;
        text-underline-offset: 2px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
    }
    .footer_card img{
        width: 200px;
    }
}



.slick-next:before, .slick-prev:before{
                font-size: 18px !important;
            }
            @media screen and (max-width: 991px){
                .slick-next:before, .slick-prev:before{
                    font-size: 10px !important;
                }
            }


/*laptop view*/
@media screen and (min-width: 992px){
    .tpr_inner{height: 23rem;}
    .tpr_inner .tpri_cntn p.tpr_pr_des{height: 70px !important;}
    .rewdb_body{margin-top: -15px !important;}

    /* .tec_carousal_inner .owl-theme .custom-nav .owl-prev i, .tec_carousal_inner .owl-theme .custom-nav .owl-next i{
        top: 80%;position: relative;
    } */
    .navbar{padding:0px !important;}
    .jet-img{
        margin-top: 18px;
    }
    

}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .panel-footer .text-right{font-size: 11px;}
    .rewdt_contn h2{font-size: 22px !important;margin-bottom: 0px !important;}
    .rewdt_contn .rewdt_para{font-size: 16px !important;margin-bottom: 25px !important;}
    .rewdt_contn h6{font-size: 15px !important;}
    .rewdt_contn ul li{font-size: 12px !important;}
    .sec-cancel{width: 95%  !important;}
    .tpr_head h2{font-size: 30px !important;}
    /* .navbar{padding:0px !important;} */
    .rewdb_body ul li{
        margin-bottom: -32px;
    }
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar{padding:4px !important;}
    .rewdb_body ul li{
        margin-bottom: -24px;
    }
}



/*mobile view*/
@media screen and (max-width: 575px){
    .heading_sec {
        border-radius: 5px !important;
    }
    .sec_title{
        font-size: 20px;
        line-height: 30px;
    }
    .hero_box .hero_shape {
        top: -7.5rem;
        left: -7rem;
        scale: 0.3;
    }
    .hero_text h4 {
        font-size: 13px;
        line-height: 1;
    }
    .hero_text h1 {
        font-size: 17px;
        line-height: 20px;
    }
    .hero_text .hero_btn {
        font-size: 12px;
    }
    .cat_heading h3{
        font-size: 16px;
    }
    .cat_btn{
        font-size: 14px;
    }
    .cat_option{
        font-size: 14px;
        padding: 10px 15px;
    }
    .prod_heading h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .prod_btn {
        font-size: 14px;
        padding: 8px 20px;
    }
    .prod_box{
        display: flex;
        background-color: transparent;
        border-radius: 0;
    }
    .prod_box::after{
        display: none;
    }
    .prod_box .prod_img{
        width: 120px;
        height: 120px;
        background-color: #F5F6FA !important;
    }
    .prod_box h4 {
        min-height: auto;
        margin-bottom: 5px;
    }
    .learn_text_btn{
        background-color: #F77B08;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        padding: 8px 15px;
        border-radius: 50rem;
        width: 135px;
    }
    .learn_text_btn:hover{
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }



    .hero_cntn p{text-align: center;font-size: 20px;}
    .hero_head h1{font-size: 20px; line-height: 60px;}
    .tpr_head{margin-left: -1px;width: 84%;}
    .tpr_head h2{padding: 10px;font-size: 21px;}
    .tpr_content{border: none !important;}
    .tpr_inner{padding: 10px 0px !important;}
    .top_rate_sec .container{padding: 0px !important;}
    .tpr_inner .tpri_cntn h3.tpr_pr_name{font-size: 17px !important;}
    .tpr_inner .tpri_cntn p.tpr_pr_des{width: 99% !important;height: auto;margin-bottom: 0px !important;}
    .tpr_inner .tpri_cntn{width: 57% !important;}
    /* .tpr_pr_list li img{width: 8%;} */
    .tpr_pr_list{height: auto;}
    .rewdt_contn h2{font-size: 26px !important;}
    .rewdb_box{margin-left: auto;margin-right: auto;width: 80%;}
    .rewd_sec .rewds_inner{padding:0px !important;}
    .upper_hero .hero_head h1{font-size: 35px !important;}
    .cart-dropdown-item-wraper{left: 54% !important;width:300px !important;}
    .contact-box{padding: 0px !important;width:auto !important;margin: 0px !important;}
    .contact-form{padding:20px !important;}
    .contact-box h4{font-size: 16px !important;line-height: 29px !important;}
    .rewdb_body ul li{margin-bottom: -23px;}
  .table thead tr th{
      font-size: 13px;font-weight: normal;text-align: center;
  }
}
.cart-abc{
    margin-top: 0;
    margin-left: -5px;
    filter: brightness(0) invert(1);
    height: 40px;
    width: 40px;
}

h6.tg_price{
    font-weight: bold !important;
}
.rewd_btn{
    margin: 26px auto 0 !important;
}
.cart-mobile{
    display: inline-block;
    font-family: "Poppins", sans-serif;
    padding: 15px 19px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #014770;
    width: 100%;
}

.cart-mobile1{
    display: inline-block;
    font-family: "Poppins", sans-serif;
    padding: 15px 19px;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #ffc700;
    width: 100%;
}

/* .cart-table{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  @media (min-width: $breakpoint) {
    min-height: 320px;
  }
  &-wrapper {
    display: flex;
    flex-flow: column nowrap;
    @media (min-width: $breakpoint) {
      flex-flow: row nowrap;
    }
    height: 100vh;
    width: 100vw;
  }
}

.swiper-button {
  &-next,
  &-prev {
    color: #000;
  }
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;

  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;

  /* Slide content */
  .description,
  .title {
    display: block;
    opacity: 0;
    transition: 0.5s ease 0.5s;
  }
  &-active {
    .description,
    .title {
      opacity: 1;
    }
    .title {
      margin-bottom: 0.5rem;
      font-size: 24px;
      color: #000;
      transition: opacity 0.5s ease 0.5s;
    }
    .description {
      font-size: 16px;
      color: #777;
      transition: opacity 0.5s ease 0.75s;
    }
  }
}

.gallery-top {
  position: relative;
  width: 100%;
  height: 500px;
  @media (min-width: $breakpoint) {
    width: 80%;
    height: 100vh;
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;
  height: 120px;
  padding-top: 10px;
  @media (min-width: $breakpoint) {
    width: 20%;
    height: 100vh;
    padding: 0;
  }
  .swiper-wrapper {
    flex-direction: row;
    @media (min-width: $breakpoint) {
      flex-direction: column;
    }
  }
  .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    @media (min-width: $breakpoint) {
      flex-flow: column nowrap;
      width: 100%;
    }
    height: 100%;
    opacity: 0.75;
    cursor: pointer;
  }
  .swiper-slide-thumb-active {
    opacity: 1;
  }
}

$breakpoint: 480px;