#compare-panel{
    width: 100%;
    background-color: var(--white);
    padding: 30px;
    position: fixed;
    bottom: -160px;
    box-shadow: 0px -5px 10px 0px rgba(114, 114, 255, 0.2);
    z-index: 9999;
    opacity: 0;
    transition: .5s ease-in-out;
    left:0;
}
#compare-panel.show{
    bottom: 0;
    opacity: 1;
}
.comp-img{
    position: relative;
}
.comp-close-icon{
    position: absolute;
    top: -10px;
    right: -7px;
}
.comp-close-icon a{
    color: var(--black);
    font-size: 18px;
    transition: .3s ease-in-out;
}
.comp-close-icon a:hover{
    color: var(--blue);
}
.comp-img-wrap{
    width: 90px;
    height: 90px;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comp-img-wrap img{
    width: 70px;
    height: auto;
}
.comp-btn{
    gap: 25px;
    display: flex;
    align-items: center;
}
.comp-compare a{
    border-radius: 50px;
    padding: 12px 50px;
    text-decoration: none;
    color: var(--white);
    background-color: var(--blue);
    display: inline-block;
    transition: .3s ease-in-out;
}
.comp-compare a:hover{
    background-color: var(--blue3);
}
.comp-clear a{
    text-decoration: none;
    color: var(--blue);
    display: inline-block;
    transition: .3s ease-in-out;
}
.comp-clear a:hover{
    color: var(--blue2);
}
#compare-panel .comp-compare a.disabled {
  pointer-events: none;
  opacity: 0.6;
}
#banner{
    background-color: var(--white);
    padding: 12px 0;
}
#banner h1{
    color: var(--blue3);
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600;
}
#banner h5{
    padding: 0 100px;
    font-size: 18px;
    line-height: 1.4;
    color: #585858;
}

#bread ol li a{
    font-weight: 600;
    text-decoration: none;
    color: #c2c2c2;
    font-size: 14px;
    transition: .3s ease-in-out;
}
#bread ol li a:hover{
    color: var(--blue);
}
#bread .breadcrumb-item.active{
    color: #c2c2c2 !important;
    font-size: 14px;
}
#bread .breadcrumb{
    align-items: center;
}
#bread .breadcrumb-item+.breadcrumb-item::before{
    color: #c2c2c2;
}

.form-control-borderless {
    border: none;
}
#pro{
    background-color: transparent;
}
/*form{*/
/*    width: 100%;*/
/*    border-radius: 20px !important;*/
/*}*/
form .s-btn{
    background-color: var(--blue) !important;
    color: var(--white);
}
form .s-btn:hover{
    background-color: var(--blue3) !important;
    color: var(--white);
}
.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.form-control{
    font-size: 15px;
    padding-right: 0;
}
.f-icon i{
    color: var(--blue) !important;
}
.bord{
    border-left: 1px solid #e1e1e1;
}
.bg-color{
    background-color: var(--white);
    border-radius: 15px;
    padding: 20px 20px !important;
    box-shadow: 0px 2px 15px 0px rgba(114, 114, 255, 0.2);
    transition: .3s ease-in-out;
}

#profile p{
    font-size: 14px;
    font-weight: 400;
    color: #585858;
}
#profile p a{
    text-decoration: none;
    font-weight: 600;
    color: var(--blue);
    font-size: 16px;
    transition: .3s ease-in-out;
}
#profile p a:hover{
    color: var(--blue2);
}
.p-name a h1{
    transition: .3s ease-in-out;
}
.p-name a:hover h1{
    color: var(--blue2) !important;
}
#profile{
    z-index: 99999999;
}
#search{
    padding-top: 110px;
}
#p-bg img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#profile a{
    text-decoration: none;
}
#profile h1{
    font-size: 25px;
    color: var(--black);
    font-weight: 700;
    transition: .4s ease-in-out;
}
#profile .ratings span{
    color: #edc74b;
    font-size: 15px;
    margin: 0 2px;
}
#profile .rp{
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
}
#profile .rp span{
    color: #585858;
    font-size: 16px;
    font-weight: 500;
}
#profile h2{
    font-size: 30px;
}
#profile .p-tagline{
    margin-top: 5px;
    font-size: 14px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 15px;
}
#profile .p-others a{
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    transition: .3s ease-in-out;
}
#profile .p-others a:hover{
    color: var(--blue2);
}
#profile .p-others i{
    color: var(--blue);
    font-size: 18px;
    margin-right: 10px;
}
#profile .p-btn{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
#profile .p-btn i{
    margin-left: 10px;
}
#profile .p-left a{
    display: block;
    padding: 12px 15px;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 7px;
    border: 1px solid var(--blue);
}
#profile .p-right a{
    display: block;
    padding: 12px 15px;
    background-color: transparent;
    color: var(--blue);
    border-radius: 7px;
    border: 1px solid var(--blue);
}
#profile .p-re a{
    background-color: var(--blue3);
    border-color: var(--blue3);
    color: var(--white);
}
#profile .p-btn a{
    transition: .3s ease-in-out;
}
#profile .p-btn a:hover{
    color: var(--white);
    border-color: var(--blue2);
    background-color: var(--blue2);
}
.page-item{
    margin: 0 5px;
}
.page-item .active{
    background-color: var(--blue3);
    border-color: var(--blue3);
}
.page-item .active:hover{
    background-color: var(--blue3);
    border-color: var(--blue3);
}
.page-link{
    width: 60px;
    height: 60px;
    display: flex;
    color: var(--blue);
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    justify-content: center;
    padding: 15px;
    font-weight: 600;
    transition: .3s ease-in-out;
}
.page-link:hover{
    background-color: var(--blue);
    color: var(--white);
}
#profile .f-wrapper div{
    background-color: var(--white);
    font-size: 13px;
    padding: 4px 6px;
    color: #585858;
    margin-bottom: 5px;
}
#profile .p-wrap{
    font-size: 15px;
    color: #585858;
}
#profile .list-link:hover .bg-color{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
#profile .list-link:hover h1{
    color: var(--blue);
}
.f-text h4{
    font-size: 15px;
    color: var(--black);
    font-weight: 700;
    transition: .3s ease-in-out;
}
.f-text p{
    font-size: 12px !important;
    color: #585858;
}
.f-item-wrap a{
    text-decoration: none;
}
.f-item-wrap a:hover h5{
    color: var(--blue);
}
.featured{
    border-radius: 15px;
    background-color: var(--white);
    border: 1px solid #efefef;
    box-shadow: 0px 5px 10px 0px rgba(114, 114, 255, 0.2);
}
.featuredd{
    border-radius: 15px;
    color: var(--white);
    background-color: var(--blue);
}
.featuredd h4{
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}
.feature-item{
    position: sticky;
    top: 140px;
}
.f-img{
    width: 55px;
    height: 55px;
    padding: 10px;
    background-color: var(--white);
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    border: 1px solid #d2d2d2;
    justify-content: center;
}
.f-img img{
    padding: 5px;
}
.f-text h5 i{
    color: var(--blue);
    font-size: 14px;
}
.bg2 a:hover h2{
    color: var(--blue);
}
.bg2 a  h2{
    transition: .3s ease-in-out;
}
#profile .p-name h2{
    font-weight: 600;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.sf-btn a{
    text-decoration: none;
    color: var(--white);
    background-color: var(--black);
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 50px;
    transition: .3s ease-in-out;
}
.sf-btn a:hover{
    text-decoration: none;
    color: var(--blue);
    background-color: var(--white);
}
.f-item-wrap ul li{
    list-style: none;
    margin-bottom: 3px;
}
.f-item-wrap ul li a{
    text-decoration: none;
    color: #585858;
    font-size: 14px;
    font-weight: 500;
    transition: .3s ease-in-out
}
.f-item-wrap ul li a i{
    color: var(--blue);
    transition: .3s ease-in-out;
}
.f-item-wrap ul li a:hover{
    color: var(--blue);
}
.f-item-wrap ul li a:hover i{
    margin-right: 15px !important;
}
.sub-item a{
    font-size: 13px;
    font-weight: 500;
    background-color: var(--white);
    color: var(--black);
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    transition: .3s ease-in-out;
}
.sub-item a:hover{
    background-color: var(--blue);
    color: var(--white);
    border-color: (--blue);
}
.sub-item a:hover p{
    color: var(--white) !important;
    border-color: (--white);
}
.text-bot{
    display: none;
}
#sub-2{
    display: none;
}
.close{
    cursor: pointer;
    color: #656565;
    transition: .3s ease-in-out;
}
.close:hover{
    color: var(--black);
}
.close i{
    font-size: 28px;
}
.book-btn button{
    width: 45px;
    height: 45px;
    background-color: var(--white);
     border: 1px solid #cecece;
    font-size: 14px;
    border-radius: 7px;
    color: #757575;
    font-weight: 500;
    transition: .3s ease-in-out;
}
.upvote i{
    font-size: 16px;
}
.book-btn button span{
    font-size: 11px;
}
.book-btn button:hover{
    background-color: #efefef;
}
.form-check-label{
    font-weight: 500;
    font-size: 14px;
    color: var(--blue);
}
.create{
    background-color: transparent;
    border: none;
    color: var(--blue);
    font-size: 14px;
    font-weight: 500;
}
.create i{
    font-size: 17px;
}
.i-color
{
    color: var(--blue);
}
#profile .p-name i{
    color: var(--blue);
    font-size: 17px;
}
#tops .c-logos {
    width: 80px !important;
    height: 80px !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}
#profile .c-logos img{
    max-height: 64px;
    max-width: 64px;
}
#tops .c-logos img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}
.close{
    position: absolute;
    right: 20px;
    top: 20px;
}
.clamp-wrapper {
  max-width: 900px;
}

.clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  white-space: pre-line;
}
.clamp-text p {
  margin: 0 0 10px;
}
.clamp-text .para {
  display: block;
  margin-bottom: 10px; /* ðŸ‘ˆ control spacing here */
}

.clamp-text:empty {
  display: none;
}

#readLessBtn {
    color: blue;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    white-space: nowrap;
  }
  #readLessBtn:hover{
    text-decoration: underline;
  }

  #toggleBtn {
    color: blue;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    white-space: nowrap;
  }
  #toggleBtn:hover{
    text-decoration: underline;
  }
  
  #sub.collapsed {
  max-height: 160px;
}

/* Expanded state */
#sub.expanded {
  max-height: 2000px; /* big enough to fit all content */
}
     @media only screen and (max-width: 991px) {
     .side-cat-wrap{
         display: none;
     }
    }
    @media only screen and (max-width: 850px) {
        .heading h1{
            font-size: 28px;
        }
        .heading p{
            font-size: 14px !important;
        }
        
    }
     @media only screen and (max-width: 768px){
        #banner .ban-text{
            position: relative;
            width: 100%;
            top: 0;
            padding: 30px 0;
            left: 0;
            transform: translateY(0) translateX(0);
        }
        #banner{
            padding: 15px 0;
            height: auto;
        }
        #banner .ban-text h1{
            font-size: 35px;
        }
        #banner .ban-text p{
            font-size: 18px;
        }
         #info{
          margin-top: 0;
      }
      #banner .search{
          width: 100% !important;
      }
     }
     @media (min-width: 800px) {
        #sub {
          max-height: none !important;
          overflow: visible !important;
        }
        #toggleSub {
          display: none !important;
        }
    }
    @media only screen and (max-width: 800px) {
        #sub2{
            display: none !important;
        }
    }
     @media only screen and (max-width: 660px) {
     #profile .p-name h2{
        font-size: 19px !important;
    }
    #profile p{
           font-size: 14px;
       }
    }
    @media only screen and (max-width: 500px) {
       #info .i-wrap h2{
           font-size: 35px;
       }
       #info .i-wrap p{
           font-size: 13px;
       }
       #info .i-wrap{
           height: 100%;
       }
       .book-btn{
           display: none !important;
       }
       .drop{
           box-shadow: none !important;
       }
       .compare{
           display: none;
       }
       #tops .nav-link{
           font-size: 14px;
           padding: 8px 6px;
       }
       #tops .nav-link i{
           font-size: 14px;
       }
       #country .c-list span{
           font-size: 15px;
           font-weight: 600;
       }
    }
@media only screen and (max-width: 660px) {
    #pro .c-logos{
     width: 50px !important;
     height: 50px !important;
     border-radius: 50%;
    }
    #pro .c-logos img{
     width: 35px !important;
     height: 35px !important;
    }
}
 @media only screen and (max-width: 550px) {
    .text-bot{
        display: block;
    }
    .text-top{
        display: none;
    }
    #pro .rp{
        font-size: 12px;
    }
    #pro .rp span{
        font-size: 12px;
    }
}
@media only screen and (max-width: 500px) {
    .book-btn {
        display: none !important;
    }
    #info .i-wrap h2{
           font-size: 35px;
       }
       #info .i-wrap p{
           font-size: 13px;
       }
       #info .i-wrap{
           height: 100%;
       }
       .book-btn{
           display: none !important;
       }
       .drop{
           box-shadow: none !important;
       }
       #tops .nav-link{
           font-size: 14px;
           padding: 8px 6px;
       }
       #tops .nav-link i{
           font-size: 14px;
       }
       #country .c-list span{
           font-size: 15px;
           font-weight: 600;
       }
        #tops p{
           font-size: 14px;
       }
}