p.price {
    color: #B79A52;
    font-size: 32px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
p.price span {
        font-weight: 400;
    color: #DEDDDD;
    text-decoration: line-through;
    margin-right: 12px;
}
.inner-banner-heading ul li {
    background-image: url(./img/double-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: top 6px left;
    padding-left: 30px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    list-style: none;
}
h1 {
    font-size: 36px;
}
.inner-banner-heading ul {
    padding: 0px;
    margin: 30px 0px;
}
.tabs-iv {
    border-top: 2px solid #707070;
}
.tabs-iv ul#pills-tab {
    justify-content: space-between;
}
.tabs-iv li.nav-item {
    width: 100%;
    max-width: 215px;
}
.tabs-iv .nav-pills .nav-link {
    width: 100%;
    background: #F8F8F8;
    color: #000;
    padding: 19px 0px;
    border-radius: 54px;
    font-weight: 700;
    font-size: 14px;
}
.tabs-iv .nav-pills .nav-link:hover{
     background: #B79A52;
     transition: .5s linear;
    color: #fff;
}
.tabs-iv .nav-pills .nav-link.active{
    background: #B79A52;
    color: #fff;
}
.tabs-iv .inner-iv-content {
    background: #F8F8F8;
    border-radius: 15px;
    padding: 30px 30px 20px;
        margin-top: 40px;
}
.tabs-iv .inner-iv-content h2 {
    font-size: 30px;
}
.tabs-iv .inner-iv-content ul.custom-col-ul {
    column-count: 4;
}
.tabs-iv .inner-iv-content ul.custom-col-ul-2 {
    column-count: 2;
}
.tabs-iv .inner-iv-content ul li {
    margin-bottom: 10px;
}
.tabs-iv .inner-iv-content .faq-part .accordion-item {
    background: transparent;
} 
.tabs-iv .inner-iv-content .faq-part button.accordion-button {
    background: transparent;
}
.tabs-iv .faq-part .accordion-item {
    max-width: 100%;
}
.case-study-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}

.case-study-slider .slidess {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.case-study-slider .slides {
  padding: 20px;
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
}

.case-study-slider .dotss {
  text-align: center;
  margin-top: 20px;
}

.case-study-slider .dots {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.case-study-slider .dots.active {
  background-color: #B79A52;
}
.case_box {
  text-align: center;
  min-height: auto;
  border-radius: 15px;
  background: #fff;
}
 .case_box {
    max-width: 614px;
    text-align: center;
}
.case_box img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.rating-star {
    max-width: 118px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.case_study {
  padding: 20px 0 80px;
  margin-top: 0px;
  text-align: center;
}
.card-content {
  max-width: 348px;
  margin: 0 auto;
}
section.top-rated-box {
    background: #000000;
    margin-top: 60px;
    padding: 70px 0px;
    text-align: center;
}
section.top-rated-box a.btn.btn-light:hover {
    background: #000;
    color: #fff;
}
.slider-container {
    display: flex
;
    transition: transform 0.4s ease;
    cursor: grab;
}
.slide {
    min-width: 100%;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}
.testimonial-slider {
    width: 100%;
    max-width: 720px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.navigation-dots {
    display: flex
;
    justify-content: center;
    margin-top: 15px;
}
.navigation-dots .dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}
.navigation-dots .dot.active {
    background: #A19BE0;
}
section.top-rated-box a.btn {
    width: 100%;
    max-width: 250px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
section.top-rated-box a.btn.btn-light {
  max-width: 150px;
}
.case_box .desc_ {
    min-height: 156px;
}
.slidess {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.faq-flex{
    max-width: 508px;
}
.faq-part .accordion-body a {
    font-weight: 700;
    color: #000;
}
.faq-part .accordion-body a:hover {
    color: #b79a52;
}
.faq-part .accordion-item button.accordion-button {
    align-items: flex-start;
    gap: 10px;
}
@media (max-width: 991.5px) {
.col-md-6{
    width: 100%;
}
.top-rated-box .col-md-5, .top-rated-box .col-md-7{
    width: 100%;
}
.inner-banner-img {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.inner-banner-heading {
    text-align: center;
}
.inner-banner-heading ul li {
    padding-left: 0px;
    padding-top: 15px;
    background-position: top center;
    margin-top: 20px;
}
.inner-banner-heading .d-grid {
    justify-content: center;
}
    .tabs-iv li.nav-item {
        max-width: 48%;
        margin-bottom: 30px;
    }
.tabs-iv .inner-iv-content ul.custom-col-ul {
    column-count: 4;
}
.tabs-iv .inner-iv-content ul.custom-col-ul-2 {
    column-count: 2;
}
section.top-rated-box h2{
    text-align: center !important;
}
}

@media (max-width: 767.5px) {
    a.btn.btn-primary.px-5.py-3 {
        padding: 20px 40px !important;
    }
        a.btn.btn-outline-dark {
        padding: 20px 35px !important;
    }
    h1 {
        font-size: 2.063rem !important;
        line-height: 2.7rem;
    }
    p.price {
    font-size: 1.5rem !important;
}
.inner-banner-heading ul li{
     font-size: 1.1rem !important;
}
section.top-rated-box {
   
    padding: 45px 0px;
    
}
.faq-flex div:first-child {
    min-height: 39px;
    flex: 0 0 60%;
}
.faq-flex div:second-child {
    min-height: 39px;
    flex: 0 0 40%;
}
.faq-flex div {
    font-size: .8rem;
}
}
@media (max-width: 575.5px) {
    h1 {
        font-size: 1.75rem !important;
        line-height: 2.1rem;
    }
    .tabs-iv .inner-iv-content ul.custom-col-ul,   .tabs-iv .inner-iv-content ul.custom-col-ul-2 {
    column-count:1;
}
section.top-rated-box a.btn.btn-outline-light  {
        margin-top: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
        section.top-rated-box a.btn {
        margin-left: auto !important;
        margin-right: auto !important;
    }
        .case_box .desc_ {
        min-height: 208px;
    }
    .case_box {
    padding: 20px;
}
.case_box {
    box-shadow: none;
}
.case-study-slider .slides {
    padding: 20px 6px;
}
.tabs-iv .inner-iv-content {
   
    padding: 30px 20px 20px;
  
}
}

@media (max-width: 500.5px) {
    .case_box .desc_ {
        min-height: 286px;
    }
}