/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar {
  background-color: #f2f2f2;
  padding: 0px 0;
  font-size: 18px;
}

.topbar .contact-info span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.topbar .contact-info a {
  line-height: 1;
  color: #000;
  transition: 0.3s;
  font-family: "Inter", sans-serif;
}

.topbar .contact-info a:hover {
  color: #24be66;
}

.topbar .contact-info i {
  color: #000;
  padding: 4px;
  font-size: 16px;
}

.topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

.topbar .social-links a {
  color: #000;
  padding: 4px 5px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 18px;
}

.topbar .social-links a:hover {
  color: #24be66;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}


@media (max-width: 767px) {
    .topbar {
        display: none !important;
    }
  
}

.mtp-80 {padding-top: 80px;}


/* ===============================================
    7.Section-Title  
------------------------*/

.section-title{ position: relative; }
.section-title h5{
    font-family: var(--oslim-font);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
}
.section-title h2.title{
    font-family: var(--oslim-font);
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0;
}
.section-title .title-desc{
    font-family: var(--oslim-font);
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 32px;
}
.section-title .title-header{ 
    position: relative; 
    padding-left: 29px; 
    margin-bottom: 29px;
}
.section-title.with-desc .title-header{ margin-bottom: 25px; }
.section-title .title-header:after{
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    width: 6px;
    top: 0%;
    height: 95%;
    left: 0;
    margin-left: 0;
}


/*Home-page-Top-Cont-Sec*/

.tp-con-sec {
  padding: 40px 0 0 0;
  background-color: #fff;
}

.tp-con-sec .tp-detels {
  padding: 0px 0;
  text-align: center;
}


.tp-con-sec .tp-detels h2 {
   font-size: 36px;
   color: #000;
   text-align: center;
   font-family: var(--oslim-font);
   font-weight: 700;
}

.tp-con-sec .tp-detels h3 {
   font-size: 30px;
   color: #000;
   text-align: center;
   font-family: var(--oslim-font);
   font-weight: 500;
}



.tp-con-sec .tp-detels p {
   font-size: 18px;
   color: #000;
   text-align: center;
   line-height: 25px;
   max-width: 65%;
   margin: 0px auto;
   font-family: var(--oslim-font);
   padding-top: 20px;
}



/* ===============================================
    12.featured-icon-box ( only contents )
------------------------*/
.ttm-row.multi-content-section{ padding: 50px 0; }


.featured-icon-box { position: relative;}
.featured-icon-box .ttm-icon{ margin-bottom: 0px; }
.featured-icon-box.top-icon .featured-content{ padding-top: 14px; }
.featured-icon-box .ttm-icon.ttm-icon_element-size-md{ height: 42px; width: 42px; line-height: 42px;}
.featured-icon-box .ttm-icon.ttm-icon_element-fill.ttm-icon_element-size-md{ height: 72px; width: 72px; line-height: 72px; }
.featured-icon-box.left-icon{ display: table; }
.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border),
.featured-icon-box.left-icon .featured-icon, 
.featured-icon-box.left-icon .featured-content{
    display: table-cell;
    vertical-align: middle; 
}
.featured-icon-box.left-icon.icon-align-top .featured-icon{ vertical-align: top; }
.featured-icon-box.left-icon .featured-content { padding-left: 12px; }
.featured-title h5{ font-size: 20px; line-height: 27px; margin-bottom: 10px; font-weight: 600; }
.featured-title h6 { font-size: 13px; line-height: 25px; margin-bottom: 0px; }

.featured-icon-box.iconalign-before-heading{ padding: 20px 0; }
.featured-icon-box.iconalign-before-heading .featured-content{ display: table; }
.featured-icon-box.iconalign-before-heading .ttm-icon.ttm-icon_element-size-md { height: auto; width: auto; }
.featured-icon-box.iconalign-before-heading .featured-content .featured-icon,
.featured-icon-box.iconalign-before-heading .featured-content .featured-title{ display: table-cell; vertical-align: middle; padding-left: 20px;}

body{ counter-reset: section; }
.featuredbox-number .ttm-num:before{ counter-increment: section; content: counter(section, decimal-leading-zero) " " ;} 

.featured-icon-box.style1{ padding: 41px 20px 31px; }

.featured-icon-box.style2 { padding: 0 25px 0 0; position: relative; }
.featured-icon-box.style2 .ttm-icon{ margin-bottom: 0; }
.featured-icon-box.style2 .featured-title h5{ font-size: 18px; line-height: 26px; margin-bottom: 0;}
.col-md-4:not(:last-child) .featured-icon-box.style2:after{
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f1f1f1;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.featured-icon-box.style3{ padding: 0 0 11px 0; }
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md{ height: 75px; width: 75px; margin-right: 10px; margin-top: 5px;}
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md i{ font-size: 30px; }

.featured-icon-box.style4{ border: 1px solid #f1f1f1; padding: 19px 20px; margin-bottom: 19px; display: block;}
.featured-icon-box.style4 .ttm-icon{ margin-bottom: 0; }
.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.featured-icon-box.style4 .featured-title h5{ font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 4px; }
.featured-icon-box.style4.left-icon .featured-content{ padding-left: 20px; }

.featured-icon-box.style6{ padding: 45px 40px 45px 80px; }

.featured-icon-box.style7{
    margin-top: -5px !important;
    margin-right: 70px !important;
    margin-left: 0px !important;
    border-left-width: 4px !important;
    padding-top: 32px !important;
    padding-left: 7px !important;
    background-color: rgba(255,255,255,0.03) !important;
    border-left-style: solid !important;
    padding-right: 60px;
}
.featured-icon-box.style8{
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 36px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    width: 100%;
}
.featured-icon-box.style8 .ttm-icon.ttm-icon_element-size-sm{height: 58px;width: 58px;line-height: 58px;}
.featured-icon-box.style8.left-icon .featured-content {
    padding-left: 24px;
}
.featured-icon-box.style9{
    border: 1px solid #ebeef0;
    padding: 33px 30px 30px 30px;
    height: 100%;
}
.featured-icon-box.style9 .featured-icon i{font-size: 62px;}
.featured-icon-box.style9 .featured-content{padding-top: 5px;}


/* ===============================================
    18.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle .toggle-title{
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    padding: 14px 20px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
}
.accordion .toggle-title a{ color: #fff;}
.accordion .toggle-title a i{ margin-right: 14px; }
.accordion .toggle.ttm-style-classic .toggle-title{ 
    border: 1px solid #f7f7f7;
    background-color: transparent;
    font-weight: 700;
}

.accordion .ttm-style-classic .toggle-title.active { border-color: #f0f0f0; background-color: #f8f8f8; }
.toggle-content p{ margin-bottom: 0; line-height:22px; color:#000; }
.toggle-content ul li{ list-style: disc; }
.accordion .ttm-style-classic .toggle-title >a,
.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey.active .toggle-title >a,
.accordion .ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
    color: #000;

}
.accordion .toggle-title:after.active , 
.accordion .toggle:not(.ttm-style-classic) .toggle-title:after.active{ color: #fff; }
.accordion .toggle:not(:first-child) .toggle-title{ margin-top: 10px; }
.accordion .toggle:not(:last-child):not(.active) .toggle-title{ margin-bottom: 10px; }

.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey .toggle-title{ border-color: #f0f0f0; background-color: #f8f8f8; }
.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey .toggle-title.active{ background-color: #f8f8f8; }
.accordion .toggle .toggle-title:after {
    position: absolute;
    font-family: "themify";
    right: 20px;
    top: 15px;
    content: "\e61a";
}
.accordion .toggle.active .toggle-title:after {
    content: "\e622";
    font-family: "themify";
}
.accordion .toggle-content {
    display: none;
    padding: 14px 20px;
    overflow: hidden;
}
.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after{
    position: absolute;
    font-family: "themify";
    content: "\e61a";
    right: 20px;
    font-size: 16px;
    top: 15px;
}
.accordion .toggle.ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
    font-family: "themify";
    content: "\e622";
}
.accordion .toggle.active .toggle-title:after { color: #fff; }
.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after{ color: #000; font-weight:900; font-size:11px; }

.accordion .ttm-style-classic.ttm-toggle-title-border .toggle-title{ background-color: transparent; border: 2px solid #e3e3e3; }
.accordion .toggle.ttm-style-classic.ttm-toggle-title-border .toggle-title{ padding: 18px 20px; }



/*--------------------------------------------------------------
Content Divider Css Style
----------------------------------------------------------------*/
.all-mtp {
  margin-top: 30px !important;
}
.contact-divider {
    background-color: #24be66;
    padding: 40px 0;
}

.contact-divider .contact-item {
  text-align: right;
}


.contact-divider .vl {
  width:1px;
  background-color:#FFF;
  height: 170px;
  }

.contact-divider .contact-item h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    font-family: var(--oslim-font);
}

.contact-divider .contact-item h3 span {
    color: #FFF;
    font-size: 40px;
    font-weight: 800;
    margin-top: 0;
    font-family: var(--oslim-font);
}

.contact-divider .contact-item h5 {
    color: #FFF;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--oslim-font);
}

.contact-divider .contact-item h5 span {
    color: #FFF;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 800;
    font-family: var(--oslim-font);
}


.contact-divider .contact-item p {
    font-size: 15px;
    text-transform: capitalize;
}

.contact-divider .contact-btn-item {
    text-align: left;
    margin-left: -70px;
}

.contact-divider .contact-btn-item h3 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.9px;
    margin-top: 0;
    padding-top: 0;
    font-family: var(--oslim-font);
    text-align: left;
}

.contact-divider .contact-btn-item .contact-btn.style-1 {
    background-color: #FFF;
    border-radius: 50px;
    color: #24be66;
    margin-bottom: 18px;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.contact-divider .contact-btn-item .contact-btn.style-1:hover {
    background-color: #fff;
    color: #000;
}

.particles-contact {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.contact-divider .particles-bg:before {
    background-color: rgba(9, 20, 38, 0.5);
    position: relative;
    z-index: -1;
}

.particles-contact #particles-js {
    background-color: transparent;
}


@media (max-width: 991px) {
    .contact-divider .vl {
        display: none !important;
    }

    .contact-divider .contact-btn-item {
        text-align: center;
        margin-left: 0;
    }

    .contact-divider .contact-btn-item h3 {
        text-align: center;
    }

    .contact-divider .contact-item {
    text-align: center;
    }
  
}



/* =========================================================
    PRICING PAGE
  ========================================================= */

  .pricing {
    padding: 50px 0px 50px 0px;
    background: #f2f2f2;
  }



  .pricing .info-box {
    color: #313030;
    padding-bottom: 20px;
  }

  .pricing .sec-titel {
    margin: 0px auto;
    }

    .pricing .sec-titel h2 {
    font-family: var(--oslim-font);
    font-size: 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding-bottom: 50px;
    }


  .pricing .info-box img {
    padding: 0px;
    float: left;
  }
  
  .pricing .info-box h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0px 0 0px 35px;
    font-family: var(--oslim-font);
    padding-bottom: 2px;
  }
  
  .pricing .info-box p {
    font-size: 16px;
    padding: 0;
    line-height: 16px;
    margin: 0 0 0 35px;
    font-family: var(--oslim-font);
  }
  

.pricing-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
}

.pricing-button .btn-01 {
  border:1px solid #CCC;
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--oslim-font);
  color: #0043A0;
  width: 250px;
  padding: 10px 10px;
  border-radius: 12px 12px 0px 0px;
  margin-bottom: 10px;

}

.pricing-button .btn-02 {
  border:1px solid #CCC;
  text-transform: uppercase;
  background-color: #0043A0;
  font-size: 18px;
  font-family: var(--oslim-font);
  color: #fff;
  width: 250px;
  padding: 10px 10px;
  border-radius: 12px 12px 0px 0px;
  margin-left: 10px;
  
}

/* pricing-table-with-toggle */

.plan-pricing {
  padding: 50px 0px;
  background: #fff;
}

.zplan {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  flex-wrap: wrap;
  color: #f4f4f4;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.07);
  margin-bottom: 20px;

}

.zplan-active {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 6px 6px -6px #000;

}

.plan-pricing .price-btn {
  position: relative;
  color: #fff;
  font-family: var(--oslim-font);
  background-color: #0073b5;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 30px 3px 30px;
  border-radius: 4px;
  display: inline-block;
  margin: 5px 0;
 
}

.plan-pricing .price-btn:hover{
  background-color: #24be66;

}

.plan-pricing .price-btn2 {
  position: relative;
  color: #fff;
  font-family: var(--oslim-font);
  background-color: #24be66;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 30px 3px 30px;
  border-radius: 4px;
  display: inline-block;
  margin: 5px 0;
  
}

.plan-pricing .price-btn2:hover{
  background-color: #24be66;

}

.zplan h1 {
  font-size: 24px;
  color: #000;
  font-family: var(--oslim-font);
  margin: 40px 0 10px 0 ;
}

.zplan p {
  font-size: 16px;
  color: #000;
  font-family: var(--oslim-font);
  margin-top: 0px;
  line-height: 23px;
  text-align: center;
  padding: 0px 30px;
}

.zplan-box {
  width: 100%;

}

.zplan-btn a {
  padding: 10px 30px;
  background-color: #1E5DBC;
  font-size: 24px;
  font-family: var(--oslim-font);
  display: block;
}

.text1 {
  color: #000;
  font-size: 20px;
  font-family: var(--oslim-font);
}

.text1 span {
  color: #000;
  font-size: 48px;
}

.text2 {
  color: #000;
  font-size: 20px;
  font-family: var(--oslim-font);
}

.text2 span {
  color: #000;
  font-size: 48px;
}

.list li {
  font-size: 16px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
  font-family: var(--oslim-font);
}

.first {
  margin-top: 40px;
  border-top: 1px solid #f4f4f4;
}

.list {
  width: 100%;
}

ol,
ul {
  padding: 0;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}


.zbtn  {
  padding: 5px 30px;
  text-decoration: none;
  font-size: 16px;
  margin: 15px 15px;
  border-radius:6px;
  color: #fff;
  transition: all 0.3s ease 0s;
  display: block;
  font-family: var(--oslim-font);
}

.zbtn:hover, .zbtn:focus {
  color: #fff;
}

.button1 {
  background-color: #1f00cc;
  /* box-shadow: 0 0 10px 0 #00cc99 inset, 0 0 20px 2px #00cc99; */
}

.button {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.4em;
  margin: 15px 15px;
  border-radius: 50px;
  color: #f4f4f4;
  transition: all 0.3s ease 0s;
  font-family: var(--oslim-font);
}

.button:hover {
  transform: scale(1.2);
}

.button2 {
  background-color: #ff007c;
  /* box-shadow: 0 0 10px 0 #ff007c inset, 0 0 20px 2px #ff007c; */
}

.button3 {
  background-color: #ffae42;
  /* box-shadow: 0 0 10px 0 #ffae42 inset, 0 0 20px 2px #ffae42; */
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #1E5DBC;
  -webkit-transition: 0.4s;

  /* box-shadow: 2px 6px 25px #1e2321; */
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: #1E5DBC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #fff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}


.bg-grey {
    background-color: #c7dfe0;
    padding: 60px 0px !important;

}


/*===========================================================================
        START EVENTS SECTION
=============================================================================*/

.search-sec {
    background-color: #CCC;
    padding: 110px 0 15px 0 ;
}

.search-sec h2 {
    font-family: var(--oslim-font);
    font-size:20px;
    color:#FFF;
    text-align: right;
    margin-top: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input_style {
    font-family: var(--oslim-font);
    font-size:12px;color:#333333;
    font-weight:normal;
    padding-left:10px; 
    width:100%; 
    height:30px; 
    border:#CCC 1px solid;
    border-radius: 4px;
}

.select_style {
    font-family: var(--oslim-font);
    font-size:12px;color:#333333;
    font-weight:normal;
    padding-left:10px; 
    width:100%; 
    height:30px; 
    border:#CCC 1px solid;
    border-radius: 4px;
    margin-top: 10px;
}


.input_btn {
    font-family: var(--oslim-font);
    font-size:13px;
    color:#FFFFFF; 
    width:100%; 
    height:30px; 
    background:#01AA19; 
    cursor:pointer; 
    border:none;
}



.top-srch-sec {
    background-color: #f2f2f2;
    padding: 40px 0 40px 0 ;
}



.srch-hdr-sec {
    width: 100%;
    background-color: #f8f8f8;
}

.srch-hdr-sec .hdr-dtels {
    padding: 20px 0 10px 0px;
}

.srch-hdr-sec .hdr-dtels h2 {
    font-family: var(--oslim-font);
    font-size:24px;
    color:#000; 
}



.srch-hdr-sec .lnk-detels {
    margin: 0px 0 10px 0;

}

.srch-hdr-sec .lnk-detels ul {
    list-style: none;
    padding-bottom: 20px;
    display: block;
}

.srch-hdr-sec .lnk-detels ul li {
    display: inline-block;
    font-family: var(--oslim-font);
    font-size:15px;
    color:#000;
    margin-left: 0px;
    background-color: #fff;
    border: 1px solid #CCC;
    padding: 0px 15px;
    position: relative; 
    left: 0px;
    font-weight: 500;
}


.srch-hdr-sec .ryt-lnk-detels {
    display: block;
    float: right;
}

.srch-hdr-sec .ryt-lnk-detels ul {
    list-style: none;
    padding-bottom: 20px;

}

.srch-hdr-sec .ryt-lnk-detels ul li {
    display: inline-block;
    font-family: var(--oslim-font);
    font-size:15px;
    color:#FFF;
    margin-left: 0px;
    background-color: #333;
    padding: 0px 15px;
    position: relative; 
    left: 0px;
    font-weight: 500;
}

.srch-hdr-sec .ryt-lnk-detels ul li i {
    margin-right: 5px;
    font-size:12px;
}


.srch-hdr-sec .ryt-lnk-detels ul li a {
    font-size:15px;
    color:#FFF;
}



.top-srch-sec .lft-panel {
    width: 100%;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 500px;
}

.top-srch-sec .ryt-panel {
    width: 100%;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 40px;
    margin-bottom: 20px;
}

.top-srch-sec .ryt-panel .ryt-details {
    font-family: var(--oslim-font);
}

.top-srch-sec .ryt-panel .ryt-details h3 {
    font-family: var(--oslim-font);
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.top-srch-sec .ryt-panel .ryt-details h2 {
    font-family: var(--oslim-font);
    font-size: 22px;
    color: #007cb6;
    font-weight: 700;
}


.top-srch-sec .ryt-panel .ryt-details h4 {
    font-family: var(--oslim-font);
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
}


.top-srch-sec .ryt-panel .para-dtel {
    font-family: var(--oslim-font);
}


.top-srch-sec .ryt-panel .para-dtel p {
    font-family: var(--oslim-font);
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-bottom: 0px;
    line-height: 22px;
}



.top-srch-sec .ryt-panel .categ-lst {
    padding: 0px;

}


.top-srch-sec .ryt-panel .categ-lst ul {
    padding: 0px 20px 0 0;
}

.top-srch-sec .ryt-panel .categ-lst li {
    font-family: var(--oslim-font);
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    list-style: none;
    display: inline-block;
    background-color: #f2f2f2;
    margin: 5px 10px 5px 0;
    padding: 3px 10px 0 10px;
    

}


.top-srch-sec .ryt-panel .btn-lst  {
     margin-top: 20px;
}

.top-srch-sec .ryt-panel .btn-lst ul  {
     padding: 0px 20px 0 0;
}

.top-srch-sec .ryt-panel .btn-lst li {
    margin: 5px 10px 5px 0;
    border-radius: 4px;
    display: inline-block;
}


.top-srch-sec .ryt-panel .btn-lst li a {
    font-family: var(--oslim-font);
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
    list-style: none;
    background-color: #24be66;
    padding: 3px 10px 0 10px;
    border-radius: 4px;
}




/*======================
    LEFT-SIDEBAR
========================*/
.sidebar {
  width: 100%;
  background-color: #FFF;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.25rem;
  font-family: var(--oslim-font);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.slist {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.slist li {
  cursor: pointer;
  font-size: 0.9rem;
  list-style: none;
}

.slist-title {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  font-family: var(--oslim-font);
  font-size: 16px;
  
}

.slist-title > * {
  pointer-events: none;
}

.slist-title .fa-chevron-down {
  margin-left: auto;
  font-size: 0.75rem;
}

.slist-title:hover,
.slist-title.active,
.slist.inner li:hover {
  background: #f5f5f5;
}

.slist.inner {
  height: 0;
  overflow: hidden;
  transition: height 200ms ease;
}

.slist.inner li {
  padding: 0px;
  padding-left: 2rem;
  font-family: var(--oslim-font);
  font-size: 14px;
}

.slist-title.active .fa-chevron-down {
  transform: rotate(180deg);
}



/*===========================================================================
        END  EVENTS SECTION
=============================================================================*/
