.border-none{
    border: none !important;
}
.banner-section{
    padding-top: 55px;
}
.prescriptionBox{
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 6px !important;
    height: 100% !important;
    transition: all ease-out .3s;
}
.prescriptionBox:hover{
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
.prescriptionBody{
    background: #13a89e08;
}
.prescriptionHeading{
    font-weight: 600;
    color: #145d89;
}
.prescriptionText{
    font-size: 13px;
    color: #666;
}
.prescriptionBoxImg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.prescriptionBoxImg img{
    width: 125px;
    display: flex;
    height: 130px;
}
.category-item-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    padding: 0 20px;
}
.category-image{
    position: relative;
    overflow: hidden;
}
.category-image a{
    box-shadow: none;
    text-decoration: none;
}
.category-image a img{
    border-radius: 6px;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.category-image a img:hover{
    opacity: .8;
}
.category-data{
    margin-top: 10px;
}
.category-data a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.category-data a:hover{
    color: #1c8687;
}
.product-category-section{
    padding: 20px;
}
.heading-wrapper{
    text-align: left;
}
.heading-wrapper-inner{
    position: relative;
    display: flex;
    flex-direction: column;
}
.heading-wrapper .heading-wrapper-inner h2{
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}
.search-bar{
    min-width: 304px;
    width: calc(100% - 586px);
    align-items: center;
    display: flex;
}
.block-search{
    height: 48px;
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    line-height: normal;
    width: 100%;
    border: 1px solid #b7bebe;
}
.search-bar .block-search .location{
    position: relative;
    width: 160px;
    height: auto;
    margin: 13px 0;
    display: inline-block;
    padding: 0px 0 0px 16px;
    font-family: LatoSemiBold;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: rgba(11, 18, 25, 0.5);
    float: left;
    border-right: 1px solid rgba(11, 18, 25, 0.2);
}
.search-bar .block-search .location .delivery_location{
    display: inline-block;
    line-height: 22px;
}
.auto-search{
    min-width: 50%;
    width: calc(100% - 160px);
    height: 48px;
    float: left;
    position: relative;
    display: block;
}
.search-section{
    display: inline-block;
    margin: 0;
    float: left;
    width: 100%;
}
.search-complete{
    position: relative;
    display: block;
    direction: ltr;
}
.search-complete input{
    margin: 0px;
    padding: 0px 64px 0px 12px;
    height: 48px;
    border: 0px;
    width: 100%;
    background: transparent;
    font-size: 14px;
    position: relative;
    vertical-align: top;
}
.search-complete input:focus-visible{
    outline: none;
}
.product-list-section{
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}
.product-inner{
    padding: 18px;
}
.product-block{
    position: relative;
    background-color: #fff;
    transition: all ease-out .3s;
    display: flex;
    border-radius: 6px;
    flex-direction: column;
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgb(233, 233, 233);
    box-shadow: none;
    padding: 10px;
}
.product-block:hover{
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
.product-transition{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-image{
    border-radius: 5px;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding-top: 10px;
}
.product-item:hover .product-transition>.product-image{
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.product-item:hover .product-transition>.product-item-list .product-title h3{
    text-decoration: underline;
}
.product-subtitle{
    font-size: 12px;
    color: #7a7a7a;
    padding-top: 6px;
    font-family: sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-by{
    font-size: 12px;
    color: #145d89;
    padding-top: 8px;
    padding-bottom: 5px;
    font-weight: 600;
    font-family: 'Roboto';
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-item-list{
    position: relative;
}
.product-title h3:hover{
    cursor: pointer;
    text-decoration: underline;
}
.product-image img{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 190px;
    object-fit: contain;
}
.group-label>span {
    border-radius: 4px;
    font-size: 10px;
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    background-color: #145d89;
}
.group-label{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.group-label .instock{
    display: none;
    background-color: #145d89;
}
.product-title h3{
    line-height: 1.2;
    font-weight: 600;
    font-size: 15px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.price{
    padding-top: 5px;
}
.price .buy-price{
    font-size: 15px;
    font-weight: bold;
}
.price .sell-price{
    font-size: 12px;
    font-weight: 400;
    color: #a0a0a0;
    text-decoration: line-through;
}
.view_to_cart{
    display: none;
}
.product-cart,
.view_to_cart{
    padding-top: 12px;
}
.add_to_cart,
.view_to_cart{
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: none;
    padding-left: 12px;
    padding-right: 12px;
}
.add_to_cart:hover{
    color: #fff;
    box-shadow: none;
}
.shop-action {
    text-align: center;
}
.shop-action .add_to_cart i{
    font-size: 16px;
    padding-right: 8px;
}
.shop-list{
    position: absolute;
    top: 0;
    right: 0;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.shop-list{
    transition: all .35s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.wishlist{
    background: #ededed;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #1ab6ac;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.wishlist:hover{
    background: #1ab6ac;
    color: #fff;
}
.addtocart{
    background: #ededed;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #6c757d;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.addtocart:hover{
    background: #1ab6ac;
    color: #fff;
}
.share-product{
    font-size: 15px;
    width: 30px;
    height: 30px;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ababab;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.share-product:hover{
    background: #1ab6ac;
    color: #fff;
}
.star-rating{
    background: #fff;
    display: inline-flex;
    border: 1px solid #ebebeb;
    padding: 5px 8px;
    border-radius: 24px;
    font-size: 11px;
    position: absolute;
    top: -30px;
    right: 0;
}
.star-rating span{
    font-weight: bold;
    color: #1d1d1d;
}
.star-rating span i{
    padding-right: 5px;
    color: #13a89e;
}
.add-double-banner{
    background: #13a89e1a;
}
.featured-brands-section .item{
    padding: 10px;
}
.trending-today-section{
    background: #e9ecef94;
    padding-bottom: 20px;
}
.multiple-banner img{
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    transition: all ease-out .3s;
}
.multiple-banner img:hover{
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
.featured-brands-section .owl-theme img,
.trending-today-section .owl-theme img{
    width:100%;
    height: 100%;
}
.related-packages-section .owl-carousel .owl-nav, 
.health-risks-section .owl-carousel .owl-nav, 
.trending-now-section .owl-carousel .owl-nav, 
.featured-brands-section .owl-carousel .owl-nav, 
.trending-today-section .owl-carousel .owl-nav, 
.product-category-section .owl-carousel .owl-nav{
    position: absolute;
    top: -50px;
    right: 10px;
}
.related-packages-section .owl-carousel button,
.health-risks-section .owl-carousel button,
.trending-now-section .owl-carousel button,
.featured-brands-section .owl-carousel button,
.trending-today-section .owl-carousel button,
.product-category-section .owl-carousel button{
    font-size: 20px !important;
    height: 35px;
    width: 35px;
}
.related-packages-section .owl-carousel button:hover,
.health-risks-section .owl-carousel button:hover,
.trending-now-section .owl-carousel button:hover,
.featured-brands-section .owl-carousel button:hover,
.trending-today-section .owl-carousel button:hover,
.product-category-section .owl-carousel button:hover{
    background: #13a89e;
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease;
}
.related-packages-section .owl-carousel .owl-prev,
.health-risks-section .owl-carousel .owl-prev,
.trending-now-section .owl-carousel .owl-prev,
.featured-brands-section .owl-carousel .owl-prev,
.trending-today-section .owl-carousel .owl-prev,
.product-category-section .owl-carousel .owl-prev{
    margin-right: 10px;
}
.brands-item{
    transition: all .3s ease 0s;
}
.brands-item:hover{
    transform: scale(1.05);
}
.horizontal-item .product-image{
    width: 15rem;
}
.horizontal-item .product-image img{
    width: 70px;
    height: 110px;
}
.horizontal-item .product-title h3{
    margin-top: 0;
}
.horizontal-item .product-transition{
    margin-bottom: 0;
}
.horizontal-item .shop-action{
    text-align: left;
}
.horizontal-item .star-rating{
    top: 6px;
    position: relative;
    left: 0;
}
.horizontal-item .shop-list{
    bottom: -50px;
    z-index: 1;
}
/* Responsive design custom css */
@media only screen and (max-width:480px){
    .related-packages-section .owl-carousel .owl-prev,
    .related-packages-section .owl-carousel .owl-next,
    .health-risks-section .owl-carousel .owl-prev,
    .health-risks-section .owl-carousel .owl-next,
    .trending-now-section .owl-carousel .owl-prev,
    .trending-now-section .owl-carousel .owl-next,
    .featured-brands-section .owl-carousel .owl-prev,
    .featured-brands-section .owl-carousel .owl-next,
    .trending-today-section .owl-carousel .owl-prev,
    .trending-today-section .owl-carousel .owl-next,
    .product-category-section .owl-carousel .owl-prev,
    .product-category-section .owl-carousel .owl-next{
        width:30px; height:30px; 
        font-size:14px !important; 
        top:45%; 
        box-shadow:0px 0px 0px 0px #000;
    }
    .related-packages-section .owl-carousel .owl-prev,
    .health-risks-section .owl-carousel .owl-prev,
    .trending-now-section .owl-carousel .owl-prev,
    .featured-brands-section .owl-carousel .owl-prev,
    .trending-today-section .owl-carousel .owl-prev,
    .product-category-section .owl-carousel .owl-prev{
        left:0px;
    }
    .related-packages-section .owl-carousel .owl-next,
    .health-risks-section .owl-carousel .owl-next,
    .trending-now-section .owl-carousel .owl-next,
    .featured-brands-section .owl-carousel .owl-next,
    .trending-today-section .owl-carousel .owl-next,
    .product-category-section .owl-carousel .owl-next{
        right:0px;
    }
}
.package-list-section .heading-wrapper-inner h2{
    margin: 10px 0 20px;
}
.lab-categories-tabs{
    display: flex;
}
.lab-categories-name{
    border: 1px solid #13a89e;
    margin-right: 25px;
    padding: 8px 10px;
    border-radius: 40px;
    font-size: 13px;
    min-width: 85px;
    text-align: center;
    cursor: pointer;
    transition: all ease-out .3s;
}
.categories-active{
    background: #13a89e;
    color: #fff;
    border: 1px solid #666;
}
.lab-content{
    padding: 10px;
    position: relative;
}
.lab-content h3{
    font-size: 20px;
    font-weight: 600;
}
.lab-content p{
    font-size: 12px;
    line-height: 16px;
    font-family: system-ui;
    color: #5f5f60;
    padding-top: 7px;
    padding-bottom: 10px;
}
.lab-content span{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-right: 4px;
}
.lab-content del{
    font-size: 13px;
    font-weight: 300;
}
.button-wrap{
    padding-top: 20px;
    width: 100%;
    display: flex;
}
.new-package-card{
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    position: relative;
}
.lab-package-discount{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    width: 6.5rem;
    height: 2rem;
    background: #145d89;
    border-radius: 6px;
    position: absolute;
    left: -15px;
    top: 10px;
    transform: rotate(-30deg);
    transition: transform 0.25s cubic-bezier(.29,-0.54,.81,.95);
    line-height: 1;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    font-size: 14px;
    font-weight: 600;
}
.new-package-card:hover{
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
.new-package-card:hover .lab-package-discount {
    transform: rotate(0deg);
  }
.new-package-card:hover .lab-content h3{
    text-decoration: underline;
    cursor: pointer;
}
.lab-package-image{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}
.lab-action .shop-list{
    right: 10px;
    top: 10px;
}
.discount-pac{
    padding-left: 7px;
    font-size: 12px !important;
    font-family: 'Roboto';
    font-style: italic;
    color: #145d89 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.bg-lab-image{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: .2;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
}
.bg-lab-image img{
    filter: opacity(0.5);
}
.lab-image{
    width: 175px;
    height: 125px;
}
.lab-image img{
    width: 175px;
    height: 125px;
    object-fit: contain;
}
.package-item-full{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px;
}
.package-item-link{
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    text-align: center;
    padding-top: 100px;
}
.package-item-round{
    background: #eff9ffb5;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
}
.package-item-image{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border: 2px solid #e8e8e8;
    background: #fff;
}
.package-item-image img{
    width: 100%;
    height: 100%;
    transform: scale(1.001);
    transition: transform .6s cubic-bezier(.34,.78,.45,.98);
}
.package-item-content{
    padding: 120px 0 20px;
}
.package-item-title{
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #145d89;
}
.package-item-full:hover .package-item-title{
    color: #3687b9;
}
.package-item-full:hover .package-item-image img{
    transform: scale(1.4);
}
.selling-package-img img{
    width: 100%;
    height: 30rem;
    object-fit: cover;
}
.selling-package-inner{
    position: relative;
}
.selling-package-content{
    position: absolute;
    display: flex;
    left: 16%;
    transform: translateY(50%);
}
.selling-package-head h1{
    font-size: 50px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #145d89;
    text-shadow: 1px 1px #32c5ff;
}
.selling-package-head h2{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    color: #db6447;
    padding-bottom: 6px;
}
.selling-package-head p{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #13a89e;
    padding-top: 5px;
}
.selling-package-buy{
    padding-top: 2rem;
}
.selling-package-price{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f8182e;
    padding-top: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.selling-package-section{
    background-image: url(../../images/lab-onepage-banner.png);
    height: 30rem !important;
    position: relative;
    background-size: cover;
    background-repeat: round;
}
.breadcrumbs{
    margin-top: 75px;
}
.breadcrumbs .breadcrumb .breadcrumb-item a{
    text-decoration: none;
}
.categories-product{
    margin-top: 30px;
    margin-bottom: 25px;
}
.package-page-sidebar .package-header h3{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #13a89e;
}
.sort-by select{
    width: 250px;
    height: 40px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    font-size: 15px;
    color: #898989;
}
.categories-list{
    padding: 0px 15px;
    border: 1px solid #dadada;
    margin-top: 25px;
    border-radius: 4px;
}
.categories-list ul {
    padding: 5px 0;
    list-style: none;
}
  
.categories-list li {
    padding: 10px 0px;
    background: #fff;
    position: relative;
    list-style-type: none;
    font-weight: 600;
}
  
.categories-list li:last-child{
    border: none;
}
  
.categories-list p{
    color: #666;
}

.categories-list a {
    display: block !important;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #145d89;
}
  
.categories-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #e82c88;
}
  
.categories-list .icon-show,
.categories-list .icon-close {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 12px;
}
  
.categories-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}
  
.categories-list .icon-show {
    display: none;
}
  
.categories-list a.collapsed {
    color: #145d89;
    transition: 0.3s;
}
  
.categories-list a.collapsed:hover {
    color: #1678b5;
}
  
.categories-list a.collapsed .icon-show {
    display: inline-block;
    transform: rotate(275deg);
}
  .collapsIcon.disable{
    pointer-events: none;
  }
  
.categories-list a.collapsed .icon-close {
    display: none;
}
.categories-list .subMenu{
    margin-left: 10px;
}
.categories-list .subMenu a{
    font-size: 12px;
    color: #9c9c9c;
    transition: all ease-out .3s;
}
.categories-list .subMenu a:hover{
    color: #666;
    font-weight: 600;
}
.categories-list .subMenu a i{
    font-size: 15px;
    margin-right: 8px;
}
@media (max-width: 1200px) {
    .categories-list {
        padding: 0;
    }
}
.filter-brands{
    margin-top: 15px;
    padding-left: 20px;
}
.filter-brands ul li a{
    font-size: 15px;
    color: #666;
    text-decoration: none;
}
.filter-brands ul li a:hover{
    text-decoration: underline;
    color: #13A89F;
}
.filter-brands ul li{
    line-height: 25px;
    list-style-type: disc;
}
.pagination-wrapper .page {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 3rem;
    margin: 1rem;
  }
  
  .page__numbers,
  .page__btn,
  .page__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
  }
  
  .page__dots {
    width: 2.6rem;
    height: 2.6rem;
    color: #23adade1;
    cursor: initial;
  }
  
  .page__numbers {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 20px;
  }
  
  .page__numbers:hover {
    color: #23adad;
  }
  
  .page__numbers.active {
    color: #ffffff;
    background: #23adad;
    font-weight: 600;
    border: 1px solid #23adad;
  }
  
  .page__btn {
    font-size: 22px;
    color: #666;
  }
  .page__btn:first-child{
    margin-right: 8px;
  }
  .page__btn:last-child{
    margin-left: 10px;
  }
  
  .page__btn.active {
    color: #23adade1;
    pointer-events: initial;
  }
  
  .page__btn:hover {
    color: #23adad !important;
    cursor: pointer !important;
  }

.rzslider .rz-pointer{
    background-color: #1587cb !important;
}
.rzslider .rz-selection{
    background-color: #1587cb !important;
}
.rzslider .rz-pointer:focus-visible {
    outline: none;
}
.rzslider .rz-pointer{
    width: 20px !important;
    height: 20px !important;
    top: -8px !important;
    z-index: 1 !important;
}
.rzslider .rz-pointer:after{
    top: 6px !important;
    left: 6.5px !important;
}
.product-view-section{
    margin-top: 50px;
}
.thumbnail-image {
    position: relative;
    width: 100%;
    height: 400px;
    float: left;
    border: 1px solid #dedede;
    border-radius: 4px;
    overflow: hidden;
}
.thumbnail-image:hover{
    cursor: crosshair;
}
.packge-details {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.package_Details_box{
    border-radius: 16px;
    box-shadow: 1px 1px 10px hsla(0, 0%, 56%, .25);
    padding: 20px;
}
.package_selling_img img{
    width: 20px;
}
.package_selling_text{
    color: #1ea098;
    font-size: 14px;
    font-weight: 600;
}
.package_selling_length{
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 500;
}
.packege_title{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    padding-top: 15px;
    font-weight: 600;
    color: #333;
}
.package-description{
    font-size: 13px;
    font-weight: 500;
    color: #808080;
    line-height: 17px;
    padding-top: 8px;
}
.package-features{
    margin-top: 20px;
}
.features-images{
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.features-text{
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #145d89;
    padding-left: 15px;
}
.features-text div{
    font-weight: 600;
}
.features-text h5{
    font-size: 15px;
    font-weight: 5;
    margin-bottom: 5px;
    color: #666;
    font-weight: 500;
}
.book_price .buy_price{
    font-size: 35px;
    font-weight: 600;
    color: #6c757d;
}
.book_price .sell_price{
    font-size: 16px;
    opacity: .6;
    padding-left: 10px;
}
.book_price .discount_pack{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background: #145d89;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    margin-left: 5px;
}
.book_price{
    margin-top: 30px;
}
.package_Details_box .add_to_cart,
.package_Details_box .view_to_cart{
    width: 10rem;
}
.step-card{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 6%), 0 1px 8px rgb(40 128 148 / 21%), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
}
.step{
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
}
.step-card h5{
    font-size: 17px;
    font-weight: 600;
    color: #145d89;
    margin-top: 16px;
}
.step-card p{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
}
.faq{
    padding-left: 20px;
    margin-top: -20px;
}
.faq .faq-list ul {
    padding: 0;
    list-style: none;
  }
  
  .faq .faq-list li {
    padding: 15px 0px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #dad6d6;
    border-radius: 0;
    list-style-type: decimal;
    font-weight: 600;
  }
  
  .faq .faq-list li:last-child{
    border: none;
  }
  
  .faq-list p{
    color: #666;
  }
  
  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #145d89;
  }
  
  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #e82c88;
  }
  
  .faq .faq-list .icon-show,
  .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 12px;
  }
  
  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  
  .faq .faq-list .icon-show {
    display: none;
  }
  
  .faq .faq-list a.collapsed {
    color: #145d89;
    transition: 0.3s;
  }
  
  .faq .faq-list a.collapsed:hover {
    color: #1678b5;
  }
  
  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }
  
  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }
  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }

  .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    min-height: 340px;
    z-index: 1;
    position: relative;
  }
  #customerSay .remote-bedges{
    top: 0px;
    right: 0;
    height: 50px;
    width: 50px;
    background: #145d89;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 60px;
    position: absolute;
  }
  #customerSay .remote-bedges i{
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    margin-top: 9px;
    margin-left: 9px;
  }
  #customerSay .shadow-effect p {
    font-family: inherit;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: #666;
  }
  .testimonial-name {
    margin: -18px auto 0;
    display: table;
    width: auto;
    background: #1caf9a;
    padding: 10px 24px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    font-size: 12px;
  }
  #customerSay .item {
    text-align: center;
    padding: 25px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #customerSay .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
  }
  #customerSay.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
    height: 90px;
    width: 90px;
    border: 2px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 0px 4px #1caf9a;
    padding: 3px;
  }
  #customerSay.owl-carousel .owl-dots .owl-dot.active span,
  #customerSay.owl-carousel .owl-dots .owl-dot:hover span {
    background: #145d89;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
  }
  #customerSay.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #customerSay.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
  }
  #customerSay.owl-carousel .owl-dots .owl-dot span {
    background: #145d89;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 10px;
  }
  #customerSay.owl-carousel .owl-dots .owl-dot.active span{
    width: 30px;
  }
  sup{
    color: #145d89;
  }

  .checkout-section{
    margin-top: 50px;
  }
  .card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 2px 3px #e4e8f0;
    box-shadow: 0 2px 3px #e4e8f0;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff0f2;
    border-radius: 1rem;
}
.activity-checkout {
    list-style: none;
}
.activity-checkout .checkout-icon {
    position: absolute;
    top: -4px;
    left: -24px;
}
.activity-checkout .checkout-item {
    position: relative;
    padding-bottom: 24px;
    padding-left: 35px;
    border-left: 2px solid #f5f6f8;
}
.activity-checkout .checkout-item:first-child {
    border-color: #13a89e;
}
.activity-checkout .checkout-item:first-child:after {
    background-color: #13a89e;
}

.activity-checkout .checkout-item:last-child {
    border-color: transparent;
}
.activity-checkout .checkout-item.crypto-activity {
    margin-left: 50px;
}
.activity-checkout .checkout-item .crypto-date {
    position: absolute;
    top: 3px;
    left: -65px;
}
.avatar-xs {
    height: 1rem;
    width: 1rem;
}
.avatar-sm {
    height: 2rem;
    width: 2rem;
}
.avatar {
    height: 3rem;
    width: 3rem;
}
.avatar-md {
    height: 4rem;
    width: 4rem;
}
.avatar-lg {
    height: 5rem;
    width: 5rem;
}
.avatar-xl {
    height: 6rem;
    width: 6rem;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #13a89e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.avatar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 8px;
}
.avatar-group .avatar-group-item {
    margin-left: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.card-radio {
    background-color: #fff;
    border: 2px solid #c3c3c3;
    border-radius: .75rem;
    padding: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.card-radio:hover {
    cursor: pointer;
}
.card-radio-label {
    display: block;
}
.card-radio-input {
    display: none;
}
.card-radio-input:checked+.card-radio {
    border-color: #13a89e!important;
    box-shadow: 0 3px 6px rgb(166 166 166 / 22%), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.font-size-16 {
    font-size: 16px!important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    padding-top: 4px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.47rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #545965;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.75rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.edit-btn {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.edit-btn i{
    margin-right: 8px;
    font-size: 13px;
}
.ribbon {
    position: absolute;
    right: -26px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 1px 22px;
    font-size: 13px;
    font-weight: 500
}
.checkout-info{
    font-size: 16px;
    font-weight: 600;
}
.checkout-order-summary .table tr td{
    vertical-align: middle;
}
.checkout-order-summary .table thead{
    background: #dedede;
}
.package_name{
    font-weight: 600;
}
.card-radio i{
    color: #8e8e8e;
}
.confirm-order{
    width: 200px;
}
.first-line::first-letter {
	color: #13a89e;
	font-size: xx-large;
}