@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.eot');
    src: url('../fonts/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Satoshi-Light.woff') format('woff'),
        url('../fonts/Satoshi-Light.ttf') format('truetype'),
        url('../fonts/Satoshi-Light.svg#Satoshi-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.eot');
    src: url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Satoshi-Regular.woff') format('woff'),
        url('../fonts/Satoshi-Regular.ttf') format('truetype'),
        url('../fonts/Satoshi-Regular.svg#Satoshi-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.eot');
    src: url('../fonts/Satoshi-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Black.woff2') format('woff2'),
        url('../fonts/Satoshi-Black.woff') format('woff'),
        url('../fonts/Satoshi-Black.ttf') format('truetype'),
        url('../fonts/Satoshi-Black.svg#Satoshi-Black') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.eot');
    src: url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff'),
        url('../fonts/Satoshi-Medium.ttf') format('truetype'),
        url('../fonts/Satoshi-Medium.svg#Satoshi-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.eot');
    src: url('../fonts/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff'),
        url('../fonts/Satoshi-Bold.ttf') format('truetype'),
        url('../fonts/Satoshi-Bold.svg#Satoshi-Bold') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
    overflow-x: hidden;
    color: var(--Primary-Color);
    font-family: var(--font-family-Satoshi);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* letter-spacing: -0.32px; */
}

:root {
  --black: #000000;
  --white: #ffffff;
  --header-bg: #EDF4FB;
  --Primary-Color: #282C32;
  --secondary-color: #113E6D;
  --gray-color: #828282;
  --title:#282C32;
  --font-family-Urbanist:  "Urbanist", sans-serif;
  --font-family-Satoshi: "Satoshi";
  --header-menu-color:  #0B2A4A;
}

/*.text-gray{ color: #667085;}*/

p {
  line-height: 28px;
}

.contact-list a{
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

img {
  max-width: 100%;
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
    color: var(--Primary-Color);
}

button,
select {
  outline: none !important;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.1;
  font-family: var(--font-family-manrope);
}


.user-auth a {
  transition: all 500ms ease 0s;
}

img {
  max-width: 100%;
}

.header {
  z-index: 91;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 19px 0;
  background-color: var(--header-bg);
  width: 100%;
  transition: all 0.3s ease 0s;
  /* border-bottom: 1px solid #E2E5E8; */
}

h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -1.28px;
    text-transform: capitalize;
}

.header.sticky {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  background: var(--white);
}

.header .btn {
  box-shadow: none !important;
  outline: none !important;
}

.header-right .offcanvas-body {
  padding: 0px;
  overflow-y: visible;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: flex-end;
}

.logo a {
  outline: none !important;
}


.offcanvas {
  border-right: none;
}

.header-right .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navbar-nav .nav-item {
  padding: 0px 16px;
}

.navbar-nav a {
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 0px;
  color: var(--header-menu-color);
  font-family: var(--font-family-Satoshi);
  font-weight: 700;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-transform: capitalize;
}

.mobile-nav {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}

.bar1,
.bar2,
.bar3 {
  background-color: var(--Primary-Color);
  cursor: pointer;
  height: 2px;
  margin: 7px 0px;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
  display: block;
  position: absolute;
}

.bar1 {
  top: 0px;
}

.bar2 {
  top: 8px;
  width: 20px;
}

.bar3 {
  top: 16px;
}

.open-menu .bar1 {
  top: 6px;
  transform: rotate(45deg);
}

.open-menu .bar2 {
  display: none;
}

.open-menu .bar3 {
  top: 6px;
  transform: rotate(-45deg);
}

.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}

.navbar-nav .nav-item .dropdown-menu {
  padding: 10px;
  box-shadow: rgba(11, 15, 25, 0.05) 0px 0.275rem 1.25rem, rgba(11, 15, 25, 0.03) 0px 0.25rem 0.5625rem;
  border-color: rgb(255, 255, 255);
  border-radius: 0px;
  padding: 8px !important;
  border: 0;
  top: 100%;
  transform: inherit !important;
  inset: inherit !important;
}

.navbar-nav .nav-item .dropdown-menu li:not(:last-child) {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.10); */
}

.navbar-nav .nav-item .dropdown-menu li a {
  color: var(--Primary-Color);
  display: block;
  /* font-size: 1rem; */
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}

.menu-item li a {
  font-size: 14px;
  color: var(--Primary-Color);
  padding: 5px 0px;
  display: block;
}

/* .menu-item li a:hover {
  color: rgb(26, 8, 83);
} */

.header-right{/* flex: 1; */}

.user-auth+.user-auth{ margin-left: 10px;}


@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0px);
  }
}

@media screen and (min-width: 992px) {
  .offcanvas {
    position: static;
    z-index: auto;
    display: block;
    width: 100%;
    height: auto;
    border: 0px;
    visibility: visible;
    transition: none 0s ease 0s;
    transform: inherit;
    background-color: transparent;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 188px;
    display: block;
    /* top: 15px !important; */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .navbar-nav .nav-item:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  }

}

.navbar-nav li .nav-link {
  text-decoration: none;
  display: block;
}

.navbar-nav li.active a, .navbar-nav li a:hover{ color: var(--secondary-color);}
.navbar-nav a:hover, .navbar-nav a:active {
  color: var(--secondary-color);
}


@media screen and (max-width: 767px) {
  .navbar-nav {
    display: block;
  }

  .navbar-nav a {
    color: rgb(255, 255, 255);
  }
}


.btn-search {
    position: relative;
    padding: 10px 16px 13px;
    overflow: hidden;
    box-shadow: none;
    font-size: 20px;
    display: inline-block;
    background: #D5D9DD;
    text-align: center;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    z-index: 1;
    border: 0;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-auth {
    margin-left: 16px;
}

.btn-search svg {
    display: block;
}

.main {
    margin-top: 82px;
}

.container {
    max-width: 1222px;
    padding: 0 20px;
}

.input-group input.form-control {
    width: 320px;
    background: transparent;
    border-radius: 100px !important;
    border: 1px solid var(--header-menu-color);
    padding: 11px 55px 11px 15px;
    font-family: var(--font-family-Satoshi);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--header-menu-color);
}

.input-group button.btn-footer {
    background: transparent;
    position: absolute;
    right: 0;
    border: none;
    padding: 8px 15px;
}


/*********footer*******/

footer.footer {
    background: var(--secondary-color);
    padding-top: 40px;
}

footer .footer-box a {
    font-family: var(--font-family-Satoshi);
    font-weight: 500;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: var(--white);
}

.logo-top-box .back-top-top {
    font-weight: 500;
    line-height: 100%;
}

.logo-top-box .back-top-top svg {
    width: 35px;
    height: 35px;
    background: var(--white);
    padding: 12px;
    border-radius: 100px;
}

footer.footer .menu-logobox {
    margin-bottom: 55px;
}

footer.footer .social-box-tc ul.social-box li a {
    box-shadow: 0px 0px 10px 0px #F8F8F8;
    background: var(--white);
    width: 38px;
    height: 38px;
    border-radius: 100px;
}

.footer .footer-t-p p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--white);
    margin-bottom: 20px;
}

footer.footer .footer-t-p ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--white);
}

footer.footer .bottom-footer {
    margin-top: 56px;
    border: 1px solid #DEDEDE30;
    padding: 20px 0;
    text-align: center;
}

footer.footer .bottom-footer a {
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 25.12px;
    letter-spacing: 0;
    text-transform: capitalize;
}


/*********banner*********/


.banner-sec {
    width: 100%;
    height: 100%;
    background: url(../images/banner-img.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 140px 0 200px;
    position: relative;
    background-size: cover;
}

.banner-sec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(271.26deg, rgba(25, 95, 167, 0) 37.82%, #0B2A4A 68.73%, #0B2A4A 80.68%);
    z-index: 0;
}

.banner-sec .inner-banner {
    position: relative;
    max-width: 570px;
}

.banner-sec  h1 {
    color: var(--white);
    margin-bottom: 22px;
}

.banner-sec  p {
    color: var(--white);
}

/***********tabs mobile accordion sec**********/

/* @media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
} */

/*******************************/



.management-software-sec {
    padding: 40px 0;
    overflow: hidden;
}

h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -1.28px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.heading-text {
    margin-bottom: 30px;
}

.heading-text p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--gray-color);
}

.tabs-heading-box {
    padding-right: 120px;
    position: relative;
}

.tabs-heading-box .drop-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.btn-theme {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 100px;
    padding: 10px 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 13.79px;
    letter-spacing: 0;
    text-align: center;
    font-family: var(--font-family-Satoshi);
    /* display: inline-block; */
    min-height: 40px;
}

.fill-btn, .btn-fill {
    background: var(--secondary-color);
    color: var(--white) !important;
}

.tabs-heading-box .drop-btn .btn-theme {
    padding: 7px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 500;
}

.tabs-heading-box .drop-btn .btn-theme::after {
    display: none;
}

.tabs-heading-box ul.nav-tabs {
    border: none;
}

.tabs-heading-box ul.nav-tabs button {
    border: 1px solid var(--secondary-color) !important;
    color: var(--secondary-color) !important;
    padding: 10px 20px;
    font-family: var(--font-family-Satoshi);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 8px;
}

.tabs-heading-box ul.nav-tabs {
    gap: 20px !important;
}

.tabs-heading-box ul.nav-tabs button.active {
    background: #EDF4FB;
}

.tabs-management-sec .tab-content {
    margin-top: 40px;
}

.tabs-management-sec .tab-content .tab-pane {
    border: none;
    padding: 0;
    margin: 0;
}

.tabs-management-sec .tab-content .accordion-body {
    padding: 0 0 20px;
}

.tabs-management-sec .card-box-rating {
    box-shadow: 0px 0px 8.62px 0px #0000001A;
    padding: 19px;
    border-radius: 15px;
    height: 100%;
}

.tabs-management-sec .card-box-rating .card-head {
    margin-bottom: 16px;
}

.tabs-management-sec .card-box-rating .card-head .icons-box {
    width: 75px;
}

.tabs-management-sec .card-box-rating .card-head .text-box {
    width: calc(100% - 91px);
}

.tabs-management-sec .card-box-rating  h3 {
    font-family: var(--font-family-Satoshi);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    color: var(--Primary-Color);
}

.tabs-management-sec .card-box-rating p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.32px;
    color: #666666;
}

.tabs-management-sec .card-box-rating .rating-chceck-box span {
    font-weight: 700;
    font-size: 14px;
    line-height: 19.99px;
    letter-spacing: 0;
    color: #2F2A2A;
}

.tabs-management-sec .card-box-rating .rating-chceck-box .rating {
    margin-right: 40px;
}

.tabs-management-sec .card-box-rating  .best-for {
    margin: 15px 0;
}

.tabs-management-sec .card-box-rating .best-for p {
    margin: 0;
}

.tabs-management-sec .card-box-rating .accordion-box {
    margin-bottom: 30px;
}

.tabs-management-sec .card-box-rating .accordion-box button.accordion-button {
    background: transparent;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.32px;
    padding: 10px 0;
    color: #282C32;
    box-shadow: none !important;
}

.tabs-management-sec .card-box-rating .accordion-box .accordion-item {
    border: none;
}

.tabs-management-sec .card-box-rating .accordion-box button.accordion-button::after {
    display: none;
}

.tabs-management-sec .card-box-rating .accordion-box .accordion-item:not(:last-child) {
    border-bottom: 1px solid #E7E7E7 !important;
}

.tabs-heading-box .drop-btn ul.dropdown-menu {
    box-shadow: 1px 3px 3px 0px #00000040;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
}

.tabs-heading-box .drop-btn ul li div {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    padding: 8px;
    border-radius: 4px;
    background: #F3F3F3;
    margin-bottom: 8px;
}

.tabs-heading-box .drop-btn input[type="checkbox"] {
    border: 1px solid #4B4B4B;
    border-radius: 100px !important;
    width: 14px;
    height: 14px;
}

/*
.tabs-heading-box .drop-btn ul li input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.tabs-heading-box .drop-btn ul li .custom-check:has(input[type="checkbox"]:checked) {
    background: #113E6D;
    color: var(--white);
}

.tabs-heading-box .drop-btn ul li .custom-check input[type="checkbox"]:checked {
    background: url(../images/checkbox.svg);
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
}
*/




.tabs-heading-box .drop-btn ul li input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.tabs-heading-box .drop-btn ul li .custom-check:has(input[type="checkbox"]:checked) {
    background: #113E6D;
    color: var(--white);
}

.tabs-heading-box .drop-btn ul li .custom-check input[type="checkbox"]:checked:before {
    background: url(../images/checkbox.svg);
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
}


.tabs-heading-box .drop-btn ul li div {
    position: relative;
    padding-left: 30px;
}

.tabs-heading-box .drop-btn ul li input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    border: none;
}

.tabs-heading-box .drop-btn ul li input[type="checkbox"]:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: absolute;
    left: -21px;
    border: 1px solid #4B4B4B;
    border-radius: 100px !important;
    top: 8px;
}


/******************/


.h-h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -1.28px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--title);
}
.block-header { margin-bottom: 32px;}
.block-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.32px;
    color: #828282;
}

.asideBar .nav-item .nav-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    padding: 30px 40px 30px 23px;
    display: block;
    color: var(--black);
    width: 100%;
    border: 0;
    border-left: 4px solid transparent;
    text-align: left;
    border-bottom: 1px solid #E7E7E7;
    border-radius: 8px;
}

.asideBar .nav-item { margin-bottom: 0px;}
.asideBar .nav-item .nav-link.active{
  background-color: #EDF4FB;
  border-left-color: #113E6D;
}

.asideBar ul li:last-child .nav-link{border-bottom: 0px !important;}

.sec-buyer-guide h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sec-accordion-custom {
    height: 100%;
}

.sec-buyer-guide .accordion-item {
    height: 100%;
}

.sec-buyer-guide .accordion-item { box-shadow: 0px 0px 10px 0px #0000001A; border: 0;border-radius: 8px;}


.card-white {
    box-shadow: 0px 0px 10px 0px #0000001A;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}

.tech-card h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #113E6D;
}

.tech-card p {
    font-size: 16px;
    line-height: 23.2px;
    color: #2F2A2A;
    margin-bottom: 15px;
}


.tech-card .tool{ margin-bottom: 15px; padding-bottom: 15px;}
.tool .icon-box {
    flex: 0 0 auto;
    width: 35px;
}
.tech-card .tool-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 4px;
}

.tech-card .rating {
    display: flex !important;
    align-items: center;
}

.tool-foot {
    border-top: 1px solid #C8C8C8;
    padding-top: 15px;
    margin-top: auto;
}

.tool .me-auto .d-flex {
    gap: 10px;
}

.tool-foot .recommend{ font-size: 14px; line-height: 13.79px; font-weight: 700;}
.slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: row-reverse;
}
.productSwiper .swiper-button-next, .productSwiper .swiper-button-prev {
    position: static;
}

.productSwiper .swiper-slide{ padding: 10px; height: auto;}
.productSwiper .swiper-button-next, .productSwiper .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    background: #0B2A4A;
    color: #fff;
    border-radius: 4px;
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 26px;
}

/*@media screen and (max-width: 991px) {
    #security-companyTabContent>.tab-pane {
        display: block;
        opacity: 1;
    }
}*/

@media screen and (max-width: 991px) {
    .sec-buyer-guide .accordion-button {
        background: var(--bs-white);
        padding: 15px;
        box-shadow: none !important;
        border-radius: 10px !important;
    }
    .sec-buyer-guide .accordion-item{ margin-bottom: 12px;}
    .sec-buyer-guide .accordion-button::after{ margin-left: 20px;}
}

@media screen and (max-width: 767px) {
.h-h2 { font-size: 28px;line-height: 100%;}
.tech-card h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
}  
.tech-card .tool{ flex-direction: column; gap: 15px;}
.tech-card .tool .ms-auto {margin-left: 0px !important;}
.productSwiper .swiper-button-next, .productSwiper .swiper-button-prev {
    margin-top: 15px;
}
}


.legal-tech .btn-theme {
    padding: 12px 20px;
}

.sec-buyer-guide {
    padding: 60px 0;
}


/****************/

.accordion-faq-sec {
    padding-bottom: 60px;
}
.accordion-faq-sec button.accordion-button {
    padding: 25px;
    font-family: var(--font-family-Satoshi);
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    color: #282C32;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.accordion-faq-sec  .accordion-item {
    border: 1px solid #113E6D;
    margin-bottom: 21px;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-faq-sec button.accordion-button::after {
    display: none;
}

.accordion-faq-sec button.accordion-button .icons {
    position: absolute;
    right: 24px;
    top: 23px;
}

.accordion-faq-sec button.accordion-button .plus-btn {
    display: none;
}

.accordion-faq-sec button.accordion-button .minus-btn {
    display: block;
}

.accordion-faq-sec button.accordion-button.collapsed .plus-btn {
    display: block;
}

.accordion-faq-sec button.accordion-button.collapsed .minus-btn {
    display: none;
}

.accordion-faq-sec  .accordion-body {
    padding: 0;
}

.accordion-faq-sec .accordion-body .FAQ-txet {
    padding: 0 25px 25px;
}

.accordion-faq-sec .accordion-body .FAQ-txet p {
    margin: 0;
}



/***review page********/


.inner-page-banner {
    background: #EEF6FF;
    padding-top: 70px;
}

.inner-page-banner .text-box h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #282C32;
    margin-top: 12px;
}

.inner-page-banner .top-review {
    position: absolute;
    left: 0;
    top: 20%;
    background: var(--white);
    padding: 6px 10px;
    border-radius: 8px;
    z-index: 1;
    animation: moveLeftRight 3s infinite ease-in-out;
}

@keyframes moveLeftRight {
  0% {
    transform: translate(20px, 10px);
  }
  50% {
    transform: translate(10px, 20px);
  }
  100% {
    transform: translate(20px, 10px);
  }
}


.right-banner-review-box {
    position: absolute;
    right: 0;
    bottom: 30%;
    text-align: center;
    background: linear-gradient(175.2deg, #83BBFD -24.01%, #FFFFFF 143.81%);
    box-shadow: 1.5px 1.5px 6px 0px #41414114;
    border-radius: 8px;
    padding-top: 24px;
    overflow: hidden;
    z-index: 2;
    animation: bounceMedium 3s infinite ease-in-out;
}


@keyframes bounceMedium {
  0%,
  100% {
    transform: translate(15px, 15px) scale(1);
  }
  40% {
    transform: translate(15px, 15px) scale(1.06);
  }
  65% {
    transform: translate(15px, 15px) scale(1);
  }
}



.reviews-img-list {
    position: absolute;
    bottom: 15%;
    left: 0;
    background: linear-gradient(95.38deg, #83BBFD 5.41%, #FFFFFF 95.03%);
    padding: 6px 10px;
    border-radius: 8px;
    z-index: 1;
    animation: slideLeftRight 3s infinite ease-in-out;
}

@keyframes slideLeftRight {
  0% {
    transform: translate(30px, 20px);
  }
  50% {
    transform: translate(15px, 10px);
  }
  100% {
    transform: translate(30px, 20px);
  }
}


.inner-page-banner .banner-main-img img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

ul.list-img-count li:not(:first-child) {margin-left: -10px;}

ul.list-img-count li {
    box-shadow: 0px 4.5px 4.5px 0px #00000014;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2373D2;
    color: #fff;
}

ul.list-img-count li img {
    display: block;
    width: 100%;
    height: 100%;
}

ul.review-rating-box li svg {
    display: block;
}

.right-banner-review-box img {
    display: block;
    margin: 0 auto -16px;
}

.right-banner-review-box .text-review-right {
    background: var(--white);
    padding: 26px 16px 16px;
}

.right-banner-review-box .text-review-right h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.right-banner-review-box  ul.review-rating-box li svg {
    width: 14px;
}

.inner-page-banner h1 {
    letter-spacing: -1.28px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}

.banner-main-img {
    z-index: 1;
}

/*******animation*******/

.img-box {
  position: relative;
}

.img-box::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(120, 200, 255, 0.25);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: pulseCircle 2.8s infinite ease-out;
}

.img-box::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(120, 200, 255, 0.15);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: pulseCircle 2.8s infinite ease-out;
  animation-delay: 1.4s;
}


/* Pulse animation */
@keyframes pulseCircle {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.9;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/*********************/

.rating-left h1 {
  font-size: 64px;
  margin: 0;
}


.stars {
  color: #ff9900;
  font-size: 22px;
  margin-bottom: 10px;
}


.rating-right {
  flex: 1;
}

.rating-right .row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 14px;
}

.rating-right input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background: #e6e6e6;
  outline: none;
  pointer-events: none;
  transition: all 1s ease-in-out;
}

.rating-right input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 50px;
  background: linear-gradient(
    to right,
    #1bb978 0%,
    #1bb978 var(--val, 50%),
    #e6e6e6 var(--val, 50%),
    #e6e6e6 100%
  );
  transition: all 1s ease-in-out;
}

.rating-right input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.rating-right input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 50px;
  background: #e6e6e6;
}

.rating-right input[type="range"]::-moz-range-progress {
  background: #1bb978;
  height: 6px;
  transition: all 0.5s ease;
}

.rating-right input.danger::-moz-range-progress {
  background: #e53935;
}

.rating-right input.danger::-webkit-slider-runnable-track {
  background: linear-gradient(
    to right,
    #e53935 0%,
    #e53935 var(--val, 10%),
    #e6e6e6 var(--val, 10%),
    #e6e6e6 100%
  );
}

.smokeball-reviews-sec {
    padding: 65px 0;
}

.smokeball-reviews-sec .btn-theme {
    padding: 12px 25px;
}

span.review-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}

.review-overall-box {
    border: 5px solid #FFFFFF;
    box-shadow: 0px 0px 4px 4px #C3C3C329;
    border-radius: 10px;
    padding: 45px 70px;
}

.review-overall-box h2 {
    font-size: 64px;
    margin: 0;
    line-height: 100%;
}

.status {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #282C32;
    padding: 10px 0;
    margin: 0;
}

.reviews {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #282C32;
    display: block;
    padding-top: 10px;
}

.rating-right .rating span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    width: 70px;
    color: #282C32;
}

.rating-right .rating {
    margin: 12px 0;
}



/********************/

.review-summary-sec {
    padding: 35px 0 60px;
}

.review-summary-sec .review-summary-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.review-summary-sec .review-summary-img {
    height: 100%;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.review-summary-details .sub-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1.28px;
    vertical-align: middle;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.review-summary-details h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: -1.28px;
    text-transform: capitalize;
    max-width: 545px;
    margin-bottom: 10px;
}

.review-prop-sec h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.99px;
    letter-spacing: 0;
    color: #2F2A2A;
    margin-bottom: 7px;
}

.review-prop-sec p {
    line-height: 24px;
}

.review-prop-sec .dot-box {
    width: 10px;
}

.review-prop-sec  .text {
    width: calc(100% - 15px);
}

.review-prop-sec .text h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}

.review-prop-sec .text span {
    font-weight: 400;
    font-size: 19px;
    line-height: 130%;
    letter-spacing: 0;
    display: block;
    margin-top: 6px;
}






.company-details-sec {
    background: #F6F6F6;
    padding: 70px 0;
    margin-top: 45px;
}

.company-details-sec h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 40px;
}

.company-details-sec h2:before {
    content: "";
    width: 92px;
    height: 3px;
    position: absolute;
    bottom: -19px;
    left: 0;
    background: #1C6FD1;
    border-radius: 15px;
}

.company-details-sec .content-company {
    box-shadow: 4px 4px 4px 0px #BBBBBB40;
    background: var(--white);
    padding: 26px;
    border-radius: 10px;
}

.company-details-sec .content-company p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.32px;
    color: #828282;
}

.company-details-sec .company-details-box {
    background: #1C6FD1;
    border-radius: 10px;
    padding: 26px 26px;
}

.company-details-sec .company-details-box h2 {
    color: var(--white);
}

.company-details-sec .company-details-box h2:before {
    background: var(--white);
}

.company-details-sec .company-details-box ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--white);
    padding-bottom: 10px;
    border-bottom: 0.5px solid #FFFFFF4A;
    margin-bottom: 10px;
    align-items: center;
    gap: 14px;
}

.company-details-sec .company-details-box ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 7px;
}

.company-details-sec .company-details-box .icons {
    width: 32px;
    height: 32px;
    background: var(--white);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main.main.searchpage {
    min-height: 500px !important;
}



.search-suggestions{
position:absolute;
top:100%;
left:0;
width:100%;
background:#fff;
border:1px solid #ddd;
z-index:999;
display:none;
}

.search-suggestions li{
padding:10px;
cursor:pointer;
list-style:none;
}

.search-suggestions li.active,
.search-suggestions li:hover{
background:#f2f2f2;
}


.trm-breadcrumbs{
    margin-bottom:15px;
    font-size:14px;
}
.trm-breadcrumbs span{
    font-weight:600;
}
