body {
  color: #555555;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 8px;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  color: #222222;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 36px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn,
button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}
.btn:active, .btn:focus,
button:active,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea {
  resize: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.container {
padding-right: var(--bs-gutter-x, 15px);
padding-left: var(--bs-gutter-x, 15px);
}
@media only screen and (min-width: 1200px) {
.container {
   max-width: 1360px;
}
}
.row {
  --bs-gutter-x: 30px;
}

/* header css */
/* top-bar */

.topbar{
padding: 4px 4px;
}

.search-icon{
position: absolute;
width: 56px;
top: 0px;
left: 23%;
}

.search-bars{
width: 298px;
border-radius: 30px;
padding: 8px;
border: transparent;
height: 30px;
margin-top: 6px;
}

.join-btn{
border-radius: 30px;
padding: 8px 26px;
color: white;
border: 1px solid white;
}

.sign-btn{
color: white;
margin-left: 14px;
}

.all-icons{
display: inline-flex;
gap: 36px;
}

.header-name{
color: white;
margin-top: 8px;
text-decoration: none;
}

.header-name:hover{
color: white;
}

.header-sign{
margin-top: 8px;
}

/* header-second */

.header-primary{
background-color: white;
padding: 26px;
}

.primary-btn{
border-radius: 30px;
  background-color: #00c07c;
  padding: 6px 38px;
  color: white;
}

.header-li{
color: #262566 !important; 
text-decoration: none !important;
font-weight: 500 !important;
}

/* main-section */

.main-section{
background-color: #f7fbfc;
position: relative;
}

.main-section-1 h1{
color: #262566;
font-weight: 700;
}

/* .clutch-img-1{
position: absolute;
left: 84%;
} */

.main-section-1{
margin-top: 16% !important;
margin-bottom: 16% !important;
}

.unplash-img {
position: absolute;
  z-index: 1;
  top: 14%;
  left: 60%;
}

.unplash-imgs img{
z-index: 9999;
position: absolute;
top: 4%;
left: 54%;
}

/* .clutch-img-2 img{
position: absolute;
width: 16%;
left: 1%;
top: 72%;
} */

.clutch-img{
width: auto;
}

.all-section{
display: flex;
}

/* search */

.input-inset{
font-size: 16px;
line-height: 1.5;
background: #FFFFFF;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'><path fill='%23838D99' d='M13.98 12.57a2 2 0 0 1 1.93.52l2.5 2.5a2 2 0 0 1-2.82 2.82l-2.5-2.5a2 2 0 0 1-.52-1.93l-1.38-1.37a7 7 0 1 1 1.42-1.42l1.37 1.38zm-3.37-2.03a5 5 0 1 0-7.08-7.08 5 5 0 0 0 7.08 7.08z'></path></svg>");
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 20px 20px;
border: 1px solid #C5CBD5;
box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.20);
border-radius: 8px;
padding: .5em 1em .5em 2.5em;
} 

.input-inset::placeholder{
color: #838D99;
}

.input-inset:focus {
outline: none;
border: 1px solid #84A2FA;
}


/* location-select */

.location-select{
font-size: 16px;
border: 1px solid #C5CBD5;
box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.20);
border-radius: 8px;
padding: .5em 1em .5em 2.5em;
width: 188px;
}

.location-select::placeholder{
color: #838D99;
}

.location-select:focus {
outline: none;
border: 1px solid #84A2FA;
}

.dot-css{
position: relative;
left: 12%;
color: #262566;
}

.starte-btn{
color: white;
background: #50c27c;
padding: 8px 26px;
border-radius: 10px;
margin-left: 14px;
}


/* partner-project */

.partner-h2{
text-align: center;
color: #262566;
}

.partner-p{
text-align: center;
}

.partner-section{
display: flex;
gap: 20px;
margin-bottom: 14px;
padding: 18px;
}

.partner-section img{
border-radius: 10px;
padding: 10px;
background-color: #00c07c;
}

.partner-section h3{
margin-top: 12px;
  font-weight: 600;
  font-size: 24px;
}

.partner-points{
margin-left: 14%;
}

.partner-project-content{
margin-top: 80px;
margin-bottom: 80px;
}

.partner-project-1{
margin-bottom: 40px;
margin-top: 40px !important;
}

.partner-space{
margin-bottom: 40px;
}

.partner-span{
margin-left: 8px;
text-decoration: none;
color: #212529;
}


/* business-step */

.business-step{
background-color: #262566;
padding:0 50px 60px 50px ;
margin-top: 80px;
/* margin-bottom: 80px; */
}

.busines-top-content{
margin-top: 60px;
margin-bottom: 60px;
}

.business-step-box{
border-radius: 20px;
background-color: white;
padding: 20px;
}

.business-heading{
border-radius: 30px;
background-color: #00c07c;
padding: 12px 22px;
/* position: relative;
top: -32px;
width: 342px;
left: -20px; */
color: white;
margin-bottom: 30px;
}

.business-heading p{
font-size: 20px;
  font-weight: 500;
}

.business-p{
color: white;
width: 70%;
margin-left: auto;
margin-right: auto;
}

.business-h3{
font-size: 26px;
margin-bottom: 16px;
font-weight: 600;
color: #262566;
}

.busines-img{
margin-left: 16%;
}

.busines-img-1{
height: 240px;
  margin-left: 2%;
}


@media (max-width:2560px) {
.frame-busines-1{
  position: absolute;
  left: 70%;
  bottom: -31%;
}

.frame-busines-2{
  position: absolute;
  left: 18%;
  bottom: -66%;
}
.clutch-img-1 {
  position: absolute;
  left: 74%;
  width: 10%;
}
.clutch-img-2 img {
position: absolute;
width: 8%;
left: 16%;
top: 54%;
}
.search-icon {
position: absolute;
width: 56px;
top: -2px;
left: 34%;
}
.all-icon-1{
  color: #00c07c;
  margin-top: 8px;
}
.all-icon-2{
  color: #00c07c;
  margin-top: 8px;
}
}

@media (max-width:1440px) {
  .all-icon-1{
    color: #00c07c;
    margin-top: 8px;
  }
  .all-icon-2{
    color: #00c07c;
    margin-top: 8px;
  }
.frame-busines-1 {
  position: absolute;
  left: 86%;
  width: 8%;
  bottom: -124%;
}

.frame-busines-2 {
position: absolute;
left: 4%;
width: 8%;
bottom: auto;
top: 276%;
}
.clutch-img-1 {
position: absolute;
left: 87%;
width: 10%;
top: 6%;
}
.clutch-img-2 img {
position: absolute;
width: 10%;
left: -6%;
top: 54%;
}
.search-icon {
position: absolute;
width: 56px;
top: -2px;
left: 22%;
}
}


/* b2b-buying */

.b2b-buying{
background-color: #f7fbfc;
padding: 50px;
box-shadow: 0px 15px 10px -15px #e8e4e4;
}

.b2b-buying-2{
text-align: right;
}

.b2b-buying-2 img{
margin-bottom: 10px;
}

.b2b-buying-2 h2{
color: #262566;
margin-bottom: 18px;
}

.b2b-buying-btn{
margin-top: 28px;
}

.b2b-buying-btn a{
border:1px solid #00c07c;
border-radius: 10px;
padding: 12px 30px;
color: white;
background-color: #00c07c;
text-decoration: none;
margin-top: 30px;
}

h2{
font-size: 36px !important;
font-weight: 700 !important;
color: #262566;
}


/* our feature */
.our-feature{
margin-top: 80px;
margin-bottom: 80px;
}

.our-feature-box{
display: flex;
gap: 20px;
padding: 0px 20px;
}

.our-feature-content h3{
font-weight: 600;
color: #262566;
font-size: 20px;
margin-bottom: 0px;
}

.feature-box{
text-align: center;
margin-bottom: 40px;
}

.feature-box{
width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.feature-boxs-1{
background-color: #f7fbfc;
margin-bottom: 0%;
margin-right: 4%;
}

.feature-box-1{
background-color: #f7fbfc;
margin-bottom: 2%;
}

.our-feature-icon img{
margin-top: 58%;
}

/* connect-client */

.connect-client{
background-color: #00c07c;
padding: 18px 80px;
color: white;
}

.connect-client-btn{
margin-top: 10px;
margin-bottom: 20px;
}

.connect-client-btn a{
border: 1px solid white;
padding: 10px 26px;
color: white;
border-radius: 10px;
text-decoration: none;
}

.connect-client-1{
position: relative;
top: 8%;
z-index: 9999;
}

.connect-client-2{
margin-left: 16%;
position: relative;
  top: -10%;
}

/* customer-say */

.customer-say{
margin-top: 80px;
/* margin-bottom: 80px; */
}

.customer-say-box{
background-color: #f7fbfc;
border-radius: 10px;
padding: 10px 20px;
}

.customer-say-icon{
display: flex;
gap: 26px;
margin-bottom: 20px;
}

.customer-say-icon img{
width: 10%;
}

.customer-say-icon p{
color: #262566;
font-size: 22px;
font-weight: 600;
margin-top: auto;
margin-bottom: auto;
}

.customer-say-content{
display: flex;
gap: 26px;
}

.customer-say-p{
margin-bottom: 8%;
}

.customer-detail p{
margin-bottom: 0;
font-weight: 600;
color: #262566;
font-size: 18px;
}

.customer-say-btn a{
border:1px solid #00c07c;
border-radius: 10px;
padding: 12px 30px;
color: white;
background-color: #00c07c;
text-decoration: none;
margin-top: 8%;
margin-bottom: 80px;
}

.customer-say-btn {
margin-top: 8%;
margin-bottom: 80px;
}

.customer-say-heading{
text-align: center;
margin-bottom: 40px;
}

.customer-say-heading p{
width: 70%;
margin-left: auto;
margin-right: auto;
}

/* faq */

.faq{
margin-top: 40px;
margin-bottom: 0px;
}

.accordion-item-h3{
position: relative;
  display: block;
  text-align: left;
  width: 100%;
  /* padding: 1em 0; */
  color: #262566;
  font-size: 1.15rem;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
}

.accordion{
margin-top: 40px !important;
/* margin-bottom: 40px !important; */
}

.accordion-item{
border: 1px solid #edf3f4 !important;
background-color: #f7fbfc !important;
padding: 10px 20px;
border-radius: 10px;
margin-bottom: 2%;
}

.accordion .accordion-item {
border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
border-bottom: 1px solid #03b5d2;
}

.accordion button {
position: relative;
display: block;
text-align: left;
width: 100%;
/* padding: 1em 0; */
color: #262566;
font-size: 1.15rem;
font-weight: 600;
border: none;
background: none;
outline: none;
}

.accordion button:hover,
.accordion button:focus {
cursor: pointer;
color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
cursor: pointer;
color: #03b5d2;
border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
display: inline-block;
position: absolute;
top: 2px;
right: 0;
width: 22px;
height: 22px;
/* border: 1px solid; */
border-radius: 22px;
}

.accordion button .icon::before {
display: block;
position: absolute;
content: '';
top: 9px;
left: 5px;
width: 10px;
height: 2px;
background: currentColor;
}
.accordion button .icon::after {
display: block;
position: absolute;
content: '';
top: 5px;
left: 9px;
width: 2px;
height: 10px;
background: currentColor;
}

.accordion button[aria-expanded='true'] {
color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
opacity: 1;
max-height: 9em;
transition: all 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content {
opacity: 0;
max-height: 0;
overflow: hidden;
transition: opacity 200ms linear, max-height 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content p {
font-size: 1rem;
font-weight: 300;
margin: 2em 0;
}


/* advertise */

.advertise{
background: #f7fbfc;
padding: 50px 50px 10px 50px;
box-shadow: 0px 15px 10px -15px #e8e4e4;
}

.advertise-h2{
margin-bottom: 1%;
}

.advertise-p{
margin-bottom: 2%;
}

.advertise-content{
margin-bottom: 2%;
}

.advertise-content p{
color: #262566;
font-weight: 600;
font-size: 18px;
margin-bottom: 10px;
}

.advertise-list{
display: flex;
gap: 10px;
margin-top: 10px;
}

.advertise-list img{
width: 6px;
  height: 10px;
  margin-top: 10px;
}

.advertise-btn a{
border:1px solid #00c07c;
border-radius: 10px;
padding: 12px 30px;
color: white;
background-color: #00c07c;
text-decoration: none;
margin-left: auto;
}

.advertise-click{
margin-top: 4% !important;
margin-bottom: 4% !important;
}


/* footer */


footer{
background-color: #2f2e5e;
color: #bcbcde;
padding: 50px;
}

.footer-points{
display: flex;
gap: 12px;
}

.footer-img img{
width: 8px;
height: 8px;
margin-top: -4px;
}

.footer-box h3{
font-weight: 600;
font-size: 18px;
color: white !important;
}

.footer-logo{
margin-bottom: 6%;
}

.footer-bottom-content {
display: flex;
justify-content: space-between;
}

.footer-bottom-content a{
color: #bcbcde;
text-decoration: none;
font-weight: 400;
}

.footer-bottom{
background-color: #262566;
padding: 10px;
}

.footer-p{
font-weight: 500;
text-decoration: none;
color: #bcbcde;
}

/* multiple-seller */

.multiple-seller{
background-color: #00c07c;
border-radius: 20px;
padding: 40px;
margin-top: 80px;
height: 260px;
margin-bottom: 120px;
}

.multiple-seller-1{
background-color: #f7fbfc;
padding: 40px;
border-radius: 20px;
box-shadow: 0px 15px 10px -15px #bfbbbb;
}

.multiple-seller-h3{
text-align: center;
color: #262566;
font-size: 30px ;
font-weight: 600;
margin-bottom: 20px;
}

.service-name{
border: 1px solid #c1d3cd;
  background-color: #f0f9f6;
  border-radius: 8px;
  padding: 8px 28px;
  width: 32%;
}

.mobile-number{
border: 1px solid #c1d3cd;
  background-color: #f0f9f6;
  border-radius: 8px;
  padding: 8px 28px;
  width: 35%;
}

.submit-btn{
margin-top: 8px;
}

.submit-btn a{
text-decoration: none;
  background: #00c07c;
  color: white;
  padding: 10px 28px;
  border-radius: 10px;
}

.multiple-seller-1 h2{
margin-bottom: 30px;
}

.multiple-seller-box{
display: flex;
justify-content: space-evenly;
margin-top: 40px;
margin-bottom: 40px;
}

.multiple-seller-box1{
margin-left: auto;
margin-right: auto;
}

.multiple-seller-img{
margin-right: 10px;
}



/* seacrch-business-partner */


/* .seacrch-business-partner{
margin-bottom: 80px;
} */

.seacrch-business{
margin-bottom: 40px;
text-align: center;
}

.seacrch-business-img{
width: 170px !important;
height: 80px !important;
padding: 0px 26px !important;
margin-bottom: 18px;
}

.wrapper{
padding: 70px 0;
overflow-x: hidden;
}


.my-slider{
padding: 0 70px;
}
.slick-initialized .slick-slide{
/* background-color: #b32532;
color: #FFF;
height: 200px;
margin: 0 15px 0 0; */
display: flex;
align-items: center;
justify-content: center;
}



.slick-next, .slick-prev{
z-index: 5;
}
.slick-next{
right: 0px !important;
}
.slick-prev{
left: 0px !important;
}
.slick-next:before, .slick-prev:before{
color: black !important;
font-size: 26px;
}

.seller-form{
display: flex;
justify-content: space-between;
}






/* catagory-listing */

/* top-company */

.top-company{
  background-image: url(file:///C:/xampp/htdocs/clutchcopy/img/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size:100% 100%;
}

.company-name{
  padding:6px 50px;
}

.top-company-name h1{
  color: #262566;
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 14px;
}

.top-company-name button{
  color: #00c07c;
  font-size: 18px;
  font-weight: 600;
}



/* sub-type-company */

.sub-type{
  display: flex;
  justify-content: space-between;
  background-color: #dfefe9;
  margin-top: 30px;
  margin-bottom: 16px;
  padding-left: 0;
}

.sub-type li{
  padding: 10px 16px;
}

.sub-type li>a{
  color: black;
  text-decoration: none;
  font-weight: 600;
}


/* company-sub-detail */

.company-sub-detail{
  margin-top: 16px;
  margin-bottom: 40px;
}
.company-sub{
  border: 1px solid #e3ebed;
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
  width: 20% !important;
  height: 48px;
}

.glass{
  margin-top: 6px;
  margin-right: 22px;
}

/* .dropdown {
  width: 220px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.dropdown .form {
  display: flex;
  margin-top: 10px;
  margin-bottom: 16px;
}
.dropdown .form input {
  width: 200px;
}
.dropdown .form .button {
  width: 50px;
}
.dropdown .form .button .fa-chevron-down {
  transform: rotate(0deg);
  transition: all 0.6s;
}
.dropdown .form .button .fa-chevron-down.active {
  transform: rotate(180deg);
}
.dropdown .form input, .dropdown .form button {
  border: none;
  padding: 10px 5px;
  background-color: black;
  color: black;
  cursor: pointer;
  border: 1px solid #e3ebed;
  border-radius: 6px;
}
.dropdown .form input:focus, .dropdown .form button:focus {
  outline: none;
}
.dropdown .dropdownList {
  display: none;
  background-color: white;
  width:290px;
  box-shadow: 0 4px 4px 0 hsla(0, 0%, 9%, .1);
    color: #4a5255;
    overflow: hidden;
    border: 1px solid #e3ebed;
    border-radius: 10px;
}
.dropdown .dropdownList li {
  padding: 20px;
}

.dropdown .dropdownList li:hover {
  background-color: #f7fbfc;
  transition: all 0.5s ease;
} */


/* company-detail */

.website-price{
  display: flex;
  gap: 20px;
}

.company-detail-1{
  display: flex;
  gap: 20px;
}

.website-name{
  display: flex;
  gap: 34px;
}

.website-rating{
  display: flex;
  gap: 24px;
  margin-top: -4px;
  margin-bottom: 10px;
}

.web-premier{
  margin-top: auto;
 margin-bottom: auto;
 color: #00c07c;
 font-weight: 500;
}

.web-rating img{
  width: 94px;
  margin-top:10px;
}

.web-point{
  font-size: 26px;
  font-weight: 500;
}

.web-reviews{
  font-weight: 600;
  font-size: 20px;
  color: #262566;
}

.company-details img{
  border: 1px solid #e3ebed;
    height: 42%;
    border-radius: 10px;
    padding: 6px;
}

.company-details {
  margin-top: 2%;
}

.comp-color{
  background-color:  #f7fbfc;
  border: 1px solid  #f7fbfc;
  border-radius: 10px;
  padding: 20px;
}

.btn-profile a{
  border-radius: 10px;
  border: 1px solid #262566;
  color: white;
  background-color: #262566;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.btn-website a{
  border-radius: 10px;
  border: 1px solid #00c07c;
  color: white;
  background-color: #00c07c;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}


.comp-btn{
  margin-top: 10%;
}

.comp-sponsor{
  text-align: end;
  margin-right: 6%;
}

.comp-sponsor-1 img {
  margin-left: 10px;
}


/* pie-chart */

.pie-1, .pie-3 {
  width: 120px;
  height: 120px;
}

svg {
  transform: rotate(-90deg);
  background: #bdc6ce;
  border-radius: 50%;
}
.slice-1 {
  fill: #bdc6ce;
  stroke: #7d7dff;
  stroke-width: 32;
  stroke-dasharray: 33 100;
}
.slice-2 {
  fill: transparent;
  stroke-width: 32;
  stroke: #f0d000;
  stroke-dasharray: 16 100;
}
.pie-3 {
  background: conic-gradient(#6DCDAA 20%, #3094ab 0 32%, #3ebccd 0 45%, #4ca97c 0 66%, #4e89e7 0);
  border-radius: 50%;
}

.pie-points {
  padding-left: 0;
}

.pie-points li{
  display: flex;
}


.pie-points li>img{
  height: 5px;
  margin-top: 7%;
  margin-right: 8px;
}


.point-details{
  margin-top: 4% !important;
}

.comp-points{
  background-color: #dfefe9;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}

.comp-points-2{
  display: flex;
  gap: 12px;
}

.comp-points-2 img{
  width: 8%;
    height: 10%;
    margin-top: 6px;
}

.comp-points-2 span{
  font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
}


/* company-details-1 */

/* divide-line */

/* body {
  min-height: 100%;
  width: 100%;
  display: table;
  padding: 0;
} */
.vertical-divider {
  /* position: absolute; */
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
}
.vertical-divider .center-element {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
/* .center-element img {
  border: 1px solid #d9d9e3;
  border-radius: 50%;
  padding: 8px;
} */
.vertical-divider .center-element:before, .vertical-divider .center-element:after {
  position: absolute;
  content: "";
  width: 1px;
  left: 50%;
  border-left: 1px solid #d9d9e3;
}
.vertical-divider .center-element:before {
  bottom: 50%;
  top: 0;
  margin-bottom: 20px;
}
.vertical-divider .center-element:after {
  top: 50%;
  bottom: 0;
  margin-top: 20px;
}




/* responsive */
@media (max-width: 1280px) {

  .top-mention-star img {
    height: 14px !important;
    margin-top: 0px !important;
}

  .review-highlights-content span{
    font-size: 14px;
  }

  .review-highlights-content div p {
    font-size: 18px !important;
}

  .toggle-content p {
    margin: 15px 0 15px 0 !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

td {
  font-size: 14px;
}

.portoflio-1-content p{
  font-size: 14px;
}
.verification-1 p {
  font-size: 14px;
}

.veri-learn a {
  padding: 12px 18px !important;
  font-size: 12px;
}

.award {
  padding: 9px 18px 6px 18px !important;
  font-size: 12px !important;
}

.portoflio-1-content span>p{
  font-size: 14px;
}

  .toggled-on .toggle-content {
    margin-top: 0px !important;
    padding: 10px !important;
    border-radius: 10px;
}

  .toggle-title i {
    font-size: 20px !important;
}

  .toggled-off {
    margin-top: -12px !important;
  }

  .rating-people{
    font-size: 12px;
    margin-top: -3px;
  }

  .top-mention-star {
    margin-bottom: 30px;
}

  .top-mention-rating-p1{
    font-size: 14px;
  }

  .top-mention-rating-p2{
    font-size: 12px;
  }

  .top-points {
    gap: 10px;
    font-size: 14px;
    padding-left: 0;
}

  .review-highlights-content div p {
    font-size: 18px;
}

  .tech-heading-like{
    font-size: 12px;
  }

  .about-btn a {
    padding: 12px 24px !important;
  }

  .review-p{
    font-size: 14px;
  }

  .about-btn {
    font-size: 12px;
}

  .shortlist-gap {
    font-size: 12px;
}

  .listing-btn-1 a {
    font-size: 12px !important;
}

.listing-btn-2 a {
  font-size: 12px !important;
}

  a.button {
    font-size: 12px;
  }

  .content-ps {
    font-size: 14px !important;
    margin-top: 14px !important;
  }

  .no-people-content span {
    font-size: 28px !important;
 }

 .no-people-content p {
  font-size: 16px !important;
}

  .req-btn a {
    font-size: 16px !important;
  }

  h3{
    font-size: 16px !important;
  }

  .requir-details-p{
    font-size: 14px;
  }
  .requir-details{
    font-size: 10px;
  }
  h2 {
    font-size: 24px !important;
}
  .category-list a {
    font-size: 16px !important;
  }
  .category-listed a{
      font-size: 16px !important;
  }
  .topbar{
    padding: 2px;
    }
  .all-icon-1{
    color: #00c07c;
    margin-top: 4px;
    font-size: 12px;
  }
  .all-icon-2{
    color: #00c07c;
    margin-top: 4px;
    font-size: 12px;
  }
  .header-sign {
    margin-top: 3px;
    font-size: 12px !important;
  }
  .join-btn {
    padding: 4px 14px !important;
    font-size: 12px !important;
  }
  .header-name {
    margin-top: 4px;
    font-size: 12px;
  }
  .search-bars {
    padding: 8px 20px;
    height: 20px;
    margin-top: 4px;
    font-size: 10px;
  }
.partner-section h3 {
  margin-top: 12px;
  font-weight: 600;
  font-size: 22px;
}
.clutch-img-2 img {
  position: absolute;
  width: 10%;
  left: -4%;
  top: 64%;
}
.main-section-1 {
margin-top: 6% !important;
margin-bottom: 4% !important;
}
/* .business-heading {
    width: 294px;
} */
.all-icons {
  gap: 22px;
}
.search-icon {
  position: absolute;
  width: 46px;
  top: -9px;
}
.header-li {
font-size: 12px !important;
margin-top: 6px;
}
.primary-btn {
padding: 6px 20px;
font-size: 12px;
}
.search-icon {
left: 26%;
}
.busines-img {
margin-left: 6%;
}
/* .busines-img-1 {
height: 196px;
margin-left: 2%;
} */
.business-h5 {
font-size: 22px;
}
.advertise-list img {
height: 8px;
}
.footer-bottom-content a {
font-size: 12px;
}
.partner-section p {
font-size: 18px;
}
.starte-btn {
margin-left:auto;
margin-right: auto;
margin-top: 6%;
}
.all-section {
display: flex;
flex-wrap: wrap;
}
.unplash-img {
width: 30%;
}
.unplash-imgs img {
width: 14%;
}
.connect-client-1 {
width: 32%;
}
.connect-client-2 {
width: 82%;
}

}

@media (max-width:1024px) {
.all-icons {
  gap: 32px;
}
.header-li {
font-size: 12px;
}
.primary-btn {
padding: 6px 20px;
}
.search-icon {
left: 28%;
}
.busines-img {
margin-left: 6%;
}
.busines-img-1 {
height: 196px;
margin-left: 2%;
}
.business-h5 {
font-size: 22px;
}
/* .business-heading {
width: 232px;
} */
.advertise-list img {
height: 8px;
}
.footer-bottom-content a {
font-size: 12px;
}
.partner-section p {
font-size: 18px;
}
.starte-btn {
margin-left:0;
margin-right: auto;
margin-top: 6%;
}
.all-section {
display: flex;
flex-wrap: wrap;
}
.unplash-img {
width: 30%;
}
.unplash-imgs img {
width: 14%;
}
.connect-client-1 {
width: 32%;
}
.connect-client-2 {
width: 82%;
}

}

@media (max-width:991px) {
.join-btn {
  padding: 8px 16px;
  font-size: 10px;
}
.sign-btn {
margin-left: 6px;
}
.all-icons {
gap: 16px;
}
.search-icon {
left: 26%;
}
.header-name {
font-size: 14px;
}
.header-class{
justify-content: space-between;
}
.primary-btn{
margin-left: 34%;
}
.main-section-1 {
margin-top: 8% !important;
}

.seller-form{
display: flex;
justify-content: space-between;
}

}

@media (max-width:768px) {
.location-select {
  width: 158px;
}
.input-inset{
width: 160px;
}
.main-section-1 h1 {
font-size: 22px;
}
p{
font-size: 10px;
}
h2 {
font-size: 22px !important;
}
.multiple-seller-img {
margin-right: 10px;
width: 18px;
}
.seller-form {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.service-name {
padding: 8px 12px;
width: 46%;
}
.mobile-number {
padding: 8px 15px;
width: 46%;
}

.multiple-btns{
margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.partner-points {
margin-left: 0%;
}
.partner-span {
font-size: 12px;
}
.partner-section img {
width: 22%;
}
.partner-section h3 {
margin-top: 12px;
font-weight: 600;
font-size: 11px;
}
.business-h3 {
font-size: 14px;
}
.busines-img-1 {
height: 126px;
}
.our-feature-content span{
font-size: 10px;
}
.our-feature-content h3 {
font-size: 14px;
}
.customer-say-icon p {
font-size: 16px;
}
.customer-detail p {
font-size: 14px;
}

.customer-detail span{
font-size: 10px;
}

.accordion-item-h3 {
font-size: 12px;
}

.advertise-list span{
font-size: 10px;
}

.advertise-list img {
width: 6px;
height: 6px;
margin-top: 6px;
}

.advertise-content p {
font-size: 14px;
}

.seacrch-business-img {
width: 140px !important;
height: 58px !important;
}

.footer-p {
font-size: 10px;
}

.footer-img img {
width: 6px;
height: 6px;
margin-top: -14px;
}

.footer-box h3 {
font-size: 14px;
}

.footer-logo {
width: 50%;
}
.footer-bottom-content a {
font-size: 8px;
}

.business-heading  {
padding: 6px 14px;
margin-bottom: 18px;
}

.business-heading p {
font-size: 10px;
}

}


.web-price-1{
  font-size: 12px;
}

.company-details-1{
    width: 100%;
    height: 164px !important;
}
.web-rating-1 img {
  width: 142px;
  margin-top: 10px;
}

.web-reviews-1{
  width: 100%;
  margin-top: 6px;
  font-weight: 600;
  font-size: 18px;
  color: #262566;
}

.btn-1{
  margin-top: 36px;
}



body {
  --c1: #6b6bd6;
  --c2: #e74f4f;
  --c3: #fc921f;
  --c4: #149ece;
}


.charts {
  display: flex;
  place-content: center;
  flex-flow: wrap;
  gap: 2rem;
}

.pie {
  flex: 0 0 112px;
  max-width: 270px;
  aspect-ratio: 1;
  border-radius: 5%;
  /* border: 1px solid; */

  background-image: conic-gradient(
    from 30deg,
    var(--c1) 40%,
    var(--c2) 0 65%,
    var(--c3) 0 85%,
    var(--c4) 0
  );
}

.pie p{
  margin-top: 26px;
  font-size: 16px;
}

.donut {
  background-image: radial-gradient(white 40%, transparent 0 70%, white 0),
    conic-gradient(
      from 30deg,
      var(--c1) 40%,
      var(--c2) 0 65%,
      var(--c3) 0 85%,
      var(--c4) 0
    );
}
.pie-points-img{
  height: 5px;
    margin-top: 5% !important;
    margin-right: 8px;
}

.button-left{
  position: relative;
  top: 100px;
}

/* compare-agencies */

.compare-agencies{
  margin-top: 60px;
}

.compare-agencies-p{
  margin-bottom: 80px !important;
}

.faqed{
  margin-top: 40px;
  margin-bottom: 40px;
}


/* Similar-Categories */

.Similar-Categories{
  background-color:#F7FBFC;
  padding-top: 40px;
  padding-bottom: 60px;
}

.similar-h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
}

.similar-h2{
  margin-bottom: 30px !important;
}

.similar-points ul>li{
  margin-bottom: 6px;
  color: #2F2E5D;
}

.similar-btn{
  margin-top: 32px;
    margin-bottom: 20px;
}

.similar-btn a{
  border:1px solid #00c07c;
border-radius: 10px;
padding: 12px 30px;
color: white;
background-color: #00c07c;
text-decoration: none;
margin-left: auto;
}

.clutch-img-design{
  position: absolute;
  width: 10%;
  left: 90%;
}

.clutch-img-design-2{
  position: absolute;
    width: 10%;
    z-index: -1;
}

.listing-btn-1 a{
  border:1px solid #00c07c;
  border-radius: 10px;
  padding: 12px 30px;
  color: white;
  background-color: #262566;
  text-decoration: none;
  /* margin-left: auto; */
}

.listing-btn-2 a{
  border:1px solid #00c07c;
  border-radius: 10px;
  padding: 12px 30px;
  color: white;
  background-color: #00c07c;
  text-decoration: none;
  /* margin-left: auto; */
}

.listing-primer{
  background-color: #EDE4CD;
  padding: 5px 12px;
  gap: 12px;
}

.shortlist-gap{
  gap: 10px;
}

.listing-primers-p{
  font-size: 12px;
}

.listing-primer-p{
  font-size: 10px;
}

.listing-logo{
  height: 40px;
}

.listing-sect-1{
  gap: 16px;
}

.detail-border{
  border: 1px solid #bdc6ce;
}

.current{
	font-weight: bold;
}

.category-list{
  color: black;
  background-color: #DFEFE9;
  padding: 12px 20px;
  width: 100%;
  border-left: 8px solid #00c07c;
  margin-bottom: 10px;
}

.category-list a{
  text-decoration: none;
  color: #2F2E5D;
  font-size: 22px;
  font-weight: 400;
}

.category-listed{
  margin-bottom: 10px;
}

.category-listed a{
  text-decoration: none;
    color: #2F2E5D;
    font-size: 22px;
    font-weight: 400;
  padding: 12px 20px;
}

.listing-page-1{
  margin-bottom: 20px;
}

.req-btn a{
  color: #00c07c;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}


/* sifting-section */

.button-wrap{
  display: flex;
  justify-content: space-around;
}

a.button {
  /* display:inline-block; */
  width:25%;
  /* height:50px; */
  background-color:#DFEFE9;
  color:#2F2E5D;
  line-height:50px;
  text-align:center;
  text-decoration: none;
}

a.active {
  background-color:#00c07c;
}

.content {
  margin-top:30px;
}

div[class*="content-"] { 
  display:none;
}

div.active { 
  display:block;
}

.requirement-company{
  padding: 10px;
}

/* no-people */

.no-people{
  border: 1px solid #bdc6ce;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  margin-top: 40px;
  margin-bottom: 40px;
}

.people-rating{
  display: flex;
}

.people-rating div{
  padding-top: 24px;
  padding-left: 8px;
}

.no-people-content{
  padding: 14px 0px 6px 14px;
}

.no-people-content p{
  margin-bottom: 6px;
  color: #262566;
  font-size: 22px;
}

.no-people-content span{
  font-size: 36px;
  font-weight: 500;
}

.content-ps{
  color: #00C07C !important;
  font-weight: 600;
  font-size: 18px !important;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 0 !important;
}



/* section-dropdown */



.card {
  color: #333;
  margin: 15rem auto;
  border: transparent !important;
}


.title {
  text-align: center;
  font-size: 5rem;
  padding: 1rem;
}

/* .acc-container {
  padding: 4rem 2rem;
} */
.acc-btn {
  width: 100%;
  padding: 0.6rem 2rem;
  font-size: 1.6rem;
  cursor: pointer;
  background: inherit;
  border: none;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
}
.acc-btn:after {
  content: "+";
  color: #fa8d0c;
  float: right;
  transition: all 0.3s linear;
}
.acc-btn.is-open:after {
  content: "-";
  color: #fa8d0c;
  float: right;
  transform: rotate(180deg);
}
.acc-btn:hover, .acc-btn.is-open {
  color: #262566;
  font-weight: bold;
}

.acc-content {
  max-height: 0;
  color: rgba(0,0,0,0.75);
  font-size: 1.5rem;
  margin: 0 2rem;
  /* padding: 12px; */
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.credit {
  text-align: center;
  padding: 1rem;
}
.credit a {
  text-decoration: wavy underline;
  color: dodgerblue;
}

/* about search review */

.about-btn{
  margin-top: 24%;
}

.about-btn a{
  border:1px solid #00c07c;
  border-radius: 10px;
  padding: 12px 30px;
  color: white;
  background-color: #00c07c;
  text-decoration: none;
}

.about-search-review{
  padding: 14px;
  border: 1px solid #bdc6ce;
}

/* Techgropse-Review */

.Techgropse-Review{
  margin-top: 30px;
  margin-bottom: 30px;
}

.tech-section-1{
  border: 1px solid #bdc6ce;
  padding: 12px;
}

.tech-heading{
  display: flex;
  justify-content: space-between;
}

.top-mentioned-1{
  padding: 12px;
}

.top-points{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
}

.top-points li{
  display: flex;
  gap: 6px;
  background-color: #E3EBED;
  border-radius: 10px;
  padding: 10px;
}

.top-mention-rating{
  border: 1px solid #bdc6ce;
  padding: 12px;
  text-align: center;
}

.top-mention-rating p>strong{
  font-size: 32px;
}


/* tooglecontent */

.toggled-on .toggle-content {
  display: block;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px; 
}

/* .toggle-content {
  box-shadow: inset 0px 0px 10px #0c0b41; 
} */

.toggle-content div{
  display: flex;
  justify-content: space-between;
}

.toggle-content p {
  margin: 15px 0 15px 0; 
}

.toggled-on .fa-angle-down {
  display: none; 
}

.toggle-title {
  cursor: pointer;
  position: relative;
  padding-left: 50px; 
/* background-color: #aeaeae; */
color: #00C07C;
}

.toggle-title i {
  position: absolute;
  left: 0;
  font-size: 1.5em; 
}

.toggled-off .toggle-content {
  display: none; 
}

.toggled-off .fa-angle-up {
  display: none; 
}

.toggled-off{
  margin-top: 30px;
  color: #00C07C;
}

.toggled-on{
  margin-top: 30px;
}

.top-mention-star{
  display: flex;
  justify-content: space-between;
}

.top-mention-star img{
  height: 30px;
  margin-top: 6px;
}


/* Review Highlights */

.review-highlights-content{
  border: 1px solid #bdc6ce;
  border-radius: 10px;
  padding: 14px;
  width: 400px;
}

.review-gaps{
  display: flex;
  gap: 40px;
}

.review-highlights-content div{
   border-bottom:1px solid #bdc6ce ;
}

.review-highlights-content div p{
  color: #262566;
  font-size: 24px;
  font-weight: 700;
}

/* portoflio-content */

  .portoflio-content{
    padding: 14px;
  }

  .Portfolio-ul{
    padding-left: 0px !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .Portfolio-ul li{
    display: flex;
    gap: 16px;
    margin-bottom: 6px;
  }

  .Portfolio-ul li img{
    width: 8px;
    height: 8px;
    margin-top: 10px;
  }

  .Portfolio-ul li p{
    font-size: 14px;
  }

  .Portfolio-bottom h3{
    font-size: 20px;
    margin-top: 4px;
  }

  .Portfolio-bottom{
    border: 1px solid #bdc6ce;
    padding: 10px;
    background: #F9FAFB;
    text-align: center;
    border-top: transparent;
  }

  .portoflio-1{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .portoflio-1-content{
    margin-bottom: 26px;
  }

  .award{
    background-color: #262566;
    color: white;
    padding: 4px 18px 4px 18px;
    border-radius: 10px;
  }

  .portoflio-2-content{
    border: 1px solid #bdc6ce;
    padding: 32px !important;
   margin-top: 30px !important;
   margin-bottom: 30px !important;
  }

  .about-btn a{
    border:1px solid #00c07c;
    border-radius: 10px;
    padding: 12px 30px;
    color: white;
    background-color: #00c07c;
    text-decoration: none;
  }

  .verification-1{
    border: 1px solid #bdc6ce;
    padding: 20px;
    display: flex;
  }

  .verification-1 p{
    width: 80%;
  }

  .veri-learn{
    width: 20%;
    text-align: center;
  }

  .veri-learn a{
    border:1px solid #00c07c;
    border-radius: 10px;
    padding: 12px 30px;
    color: white;
    background-color: #00c07c;
    text-decoration: none;
  }

  .verif-review-rating{
    border: 1px solid #bdc6ce;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .verif-section{
    padding: 0px 14px;
  }

  .verif-section-1{
    padding: 16px 0px;
  }

  .verif-section-p{
    font-size: 20px;
    font-weight: 500;
  }

  .verif-num{
    font-size: 40px;
    color: #00C07C;
  }

  .verif-num-per{
    padding-left: 12px;
    padding-top: 30px;
  }

  .verif-search{
    font-size: 26px;
    font-weight: 500;
  }

  td{
    border: 1px solid #bdc6ce !important;
  padding: 12px !important;
  width: 50%;
  }
  



  /* category dropdown */
  .dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px 44px 12px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
  }
  
  .dd-button:hover {
    background-color: #eeeeee;
  }
  
  
  .my-nav {
   display: flex;
   padding-left: 0;
  }
  
  .my-nav > li {
    display: block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  
  /* @media (min-width: 40em) {
    .my-nav > li {
      display: inline-block;
    }
  } */
 
  .dropdown > summary {
    cursor: pointer;
    color: black;
  }
  .dropdown {
    display: inline-block;
    position: relative;
  }
  
  .dropdown > ul {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0.25em;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 100%;
    position: absolute;
    z-index: 999;
    padding: 10px 10px;
  }
  .dropdown > ul >li{
    margin-bottom: 10px;
  }
  .dropdown > ul >li > a{
    color: black;
    text-decoration: none;
  }
  



  .dropdown-container {
    position: relative;
      width: 100%;
 }
  .dropdown-container .dropdown-toggle {
    color: #000;
    /* background-color: #fff; */
    font-size: 17px;
    /* padding: 18px 20px; */
    /* box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5); */
    /* border-radius: 10px; */
    /* font-weight: 600; */
    cursor: pointer;
    position: relative;
    transition: all ease-in-out 0.3s;
 }
  .dropdown-container .dropdown-toggle label {
    cursor: pointer;
    width: 100%;
 }
  .dropdown-container .dropdown-menu {
    max-width: 660px;
    width: 660px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    margin-top: 17px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background-color: #fff;
    z-index: 999999;
    overflow: scroll;
    height: 400px;
 }
  .dropdown-container .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
 }
  .dropdown-container .dropdown-menu a {
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 14px;
    padding: 16px 20px;
    font-weight: 600;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.3s;
 }
  .dropdown-menu, .dropdown-toggle {
    position: relative;
 }

 .dropdown-open .dropdown-toggle::before {
    content: "";
    /* position: absolute; */
    /* right: -14px; */
    /* color: #262566; */
    /* top: 50%; */
    /* transform: translateY(-50%) rotate(45deg); */
    /* border: 3px solid; */
    /* border-top-color: rgba(0, 0, 0, 0); */
    /* border-left-color: rgba(0, 0, 0, 0); */
    /* margin-top: -2.5px; */
    /* background-color: rgba(0, 0, 0, 0); */
    /* transition: all ease-in-out 0.2s; */
    color: #262566;
    top: 50%;
    border: 2px solid;
    display: block;
    height: 4px;
    position: absolute;
    top: calc(100% - 4px);
    width: 100%;
    margin-top: 6px;
 }
  .dropdown-menu {
    z-index: 10;
    position: relative;
 }
  /* .dropdown-menu::before {
    z-index: -1;
    transform: rotate(-135deg);
    top: -4px;
    border-color: #fff;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
 } */
  .dropdown-open .dropdown-menu.dropdown-active {
    display: block;
 }
  
  /* .dropdown-container.dropdown-open .dropdown-toggle:before {
    transform: rotate(-135deg);
 } */
  .dropdown-bordered .dropdown-toggle {
    border: 2px solid #000;
    border-radius: 10px;
 }
  .dropdown-bordered .dropdown-toggle:hover, .dropdown-bordered .dropdown-toggle:active, .dropdown-bordered .dropdown-toggle:focus {
    background-color: #0979ce;
    color: #fff;
    border-color: #fff;
 }
  .dropdown-bordered .dropdown-menu {
    border: 2px solid #000;
    border-radius: 10px;
 }
  .dropdown-bordered .dropdown-menu::before {
    border-color: #000;
 }
  .dropdown-bordered .dropdown-menu a {
    box-shadow: none;
    border-bottom: 2px solid #000;
 }
  .dropdown-bordered .dropdown-menu li:last-child a {
    border-bottom: 0;
 }
  .dropdown-gradient .dropdown-toggle, .dropdown-gradient .dropdown-menu, .dropdown-gradient a {
    background: #ff3131;
    background: -moz-linear-gradient(262deg, rgba(255, 49, 49, 1) 11%, rgba(84, 0, 255, 1) 100%);
    background: -webkit-linear-gradient(262deg, rgba(255, 49, 49, 1) 11%, rgba(84, 0, 255, 1) 100%);
    background: linear-gradient(262deg, rgba(255, 49, 49, 1) 11%, rgba(84, 0, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1);
    color: #fff;
 }
  .dropdown-gradient .dropdown-toggle::before {
    color: #fff;
 }
  .dropdown-gradient .dropdown-menu a {
    background: none;
    box-shadow: none;
    color: #fff;
 }
  .dropdown-gradient .dropdown-menu a:hover, .dropdown-gradient .dropdown-menu a:active, .dropdown-gradient .dropdown-menu a:focus {
    background: #ff3131;
    background: -moz-linear-gradient(66deg, rgba(255, 49, 49, 1) 11%, rgba(84, 0, 255, 1) 100%);
    background: -webkit-linear-gradient(66deg, rgba(255, 49, 49, 1) 11%, rgba(84, 0, 255, 1) 100%);
    background: linear-gradient(66deg, rgba(255, 49, 49, 1) 11%, rgba(84, 0, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1);
 }
  .dropdown-gradient .dropdown-menu::before {
    box-shadow: none;
    border-color: #ff3131;
 }
  .dropdown-solid .dropdown-toggle, .dropdown-solid .dropdown-menu {
    background-color: #0979ce;
    color: #fff;
 }
  .dropdown-solid .dropdown-menu a {
    color: #fff;
 }
  .dropdown-solid .dropdown-menu a:hover, .dropdown-solid .dropdown-menu a:active, .dropdown-solid .dropdown-menu a:focus {
    background-color: #fff;
    color: #000;
 }
  .dropdown-solid .dropdown-menu::before {
    border-color: #0979ce;
 }
 .dropdown-toggle::after{
   display: none !important;
 }

 .header-subservice:hover {
  background-color: #edf4f7;
  border-left: 8px solid #1b7499;
  color: #17313b;
  text-decoration: none;
}
  
.dropdown-heading{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
}


/* category-filter */
.nav-mobile {
  background: #446cb3;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  list-style-type: none;
  box-shadow: 0 5px 5px -5px #333;
}
.nav-mobile:after {
  content: "";
  display: table;
  clear: both;
}
.nav-mobile svg {
  height: 30px;
    width: 32px;
  padding: 9px;
}
.nav-mobile svg path {
  fill: #fff;
}
.nav-mobile svg.icon-close {
  display: none;
  padding: 8px;
    z-index: 8;
    position: fixed;
    left: 320px;
    top: 4px;
}
.nav-mobile li {
  width: 100%;
  height: 45px;
  line-height: 46px;
  text-align: center;
  float: left;
}
.nav-mobile li a {
  display: block;
  color: #333;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.nav-mobile .menu-button {
  position: absolute;
  top: 0;
  left: -36px;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  display: block;
}
.nav-mobile .menu-button:after {
  opacity: 0;
    top: 0px;
    content: "";
    width: 100%;
    display: block;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    pointer-events: none;
    transition: opacity 0.2scubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
    left: -2%;
    z-index: 1;
}
.nav-mobile #menu-toggle {
  display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
  display: block;
}
.nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
  display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.nav-mobile .menu-container {
  width: 65px;
  float: left;
  cursor: pointer;
  position: absolute;
}
.nav-mobile .menu-container .menu-sidebar {
  box-shadow: 5px 0 5px -5px #333;
  display: block;
  width: 24vw;
  bottom: 0;
    background: white;
    color: #333;
    position: fixed;
    transform: translateX(-405px);
    transition: transform 0.3scubic-bezier(0, 0, 0.3, 1);
    top: 0px;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    max-width: 400px;
    left: 0%;
    padding-top: 4%;
}
.nav-mobile .menu-container .menu-sidebar .arrow {
  position: absolute;
  line-height: 50px;
  font-size: 32px;
  color: #555;
  top: 0;
  z-index: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow.left {
  left: 25px;
}
.nav-mobile .menu-container .menu-sidebar .arrow.right {
  right: 25px;
}
.nav-mobile .menu-container .menu-sidebar li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.nav-mobile .menu-container .menu-sidebar li:hover {
  background: #eee;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background: white;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  border-left: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  max-width: 400px;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
  overflow: hidden;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
  padding-left: 50px;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
  display: none;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
  width: 65vw;
  visibility: visible;
  z-index: 1;
  transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
}


.filter-container {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.sg-accordion .sg-accordion-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 20px;
}

/* .sg-accordion .sg-accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
} */

.sg-accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  /* padding: 1em 0; */
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.sg-accordion button:hover,
.sg-accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.sg-accordion button:hover::after,
.sg-accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

/* .sg-accordion button .sg-accordion-title {
  padding: 1em 1.5em 1em 0;
} */

.sg-accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 22px;
  height: 22px;
  /* border: 1px solid; */
  border-radius: 22px;
}

.sg-accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.sg-accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

/* .sg-accordion button[aria-expanded='true'] {
  color: #03b5d2;
} */
.sg-accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.sg-accordion button[aria-expanded='true'] + .sg-accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  /* line-height: 24px; */
  /* text-align: left; */
}
.sg-accordion .sg-accordion-content {
  opacity: 0;
  max-height: 0;
  overflow-y: scroll;
  scrollbar-width: thin;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.sg-accordion .sg-accordion-content p {
  font-size: 16px;
  font-weight: 300;
  margin: 0em 0;
}

/* search-in-category-filter */
.search-containered {
  width: 268px;
  display: block;
  margin: 0 auto;
}
input#search-bared {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 6px;
  font-size: 1rem;
  border: 1px solid #d0cfce;
  outline: none;
  border-radius: 20px;
}
input#search-bared:focus {
  border: 1px solid #008abf;
  transition: 0.35s ease;
  color: #008abf;
}
input#search-bared:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bared:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bared:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-iconed {
  position: relative;
  float: right;
  width: 56px;
    height: 54px;
    top: -50px;
    left: 10px;
}

.learn-more-p{
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
}

.add-detail-p{
  font-size: 14px;
    margin-top: 14px;
}

.responsive-map{
  overflow: hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .responsive-map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }

  /* location  */

  .location-list{
    padding: 10px;
    font-size: 18px;
  }
