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

html {
  scroll-behavior: smooth;
}

body {
  /* font-family: "Basis Grotesque Arabic Pro"; */
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}

.size18 {
  font-size: 18px;
}

.size22 {
  font-size: 22px;
}

.size14 {
  font-size: 14px;
}

.size16 {
  font-size: 16px;
}

.light {
  color: #000000;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  color: #002347;
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Basis Grotesque Arabic Pro"; */
  font-family: "Montserrat";
}

h1 {
  font-size: 50px !important;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #002347 !important;
}

h3 {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  color: #002347 !important;
}

h4 {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #002347 !important;
  line-height: 1.6 !important;
}

h5 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a,
button {
  /* -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
  text-decoration: none;
  color: inherit;
}

a:hover,
button:hover {
  text-decoration: none;
  outline: none;
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

input:focus {
  outline: none;
}

.p_50 {
  padding: 50px 0px;
}

.p_120 {
  padding: 80px 0px;
}

.p_140 {
  padding: 140px 0px;
}

.pl-0 {
  padding-left: 0;
}

/* ================================================= */

.exclusive_offer .ab_img {
  max-width: 45px !important;
  width: 100% !important;
  height: 100% !important;
}

.exclusive_offer .business-info {
  margin-left: 65px;
}

.exclusive_offer .hdr_insdiecont {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 6px;
}

.exclusive_offer .hdr_insdiecont .exclusive_pricing {
  width: 100%;
}

.exclusive_offer .exclusive_discount {
  margin-left: 10px;
}

.exclusive_offer .hdr_insdiecont .exclusive_pricing small {
  display: flex !important;
  align-items: center;
  gap: 6px;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.banner_sec {
  padding-top: 200px;
  padding-bottom: 100px;
  border-radius: 0px 0px 100px 100px;
}

.banner_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner_row .banner_text_col {
  width: 55%;
}

.banner_content_inner {
  width: 100%;
  max-width: 816px;
  margin-bottom: 96px;
}

.banner_image_col {
  width: 45%;
}

.banner_content_inner p {
  font-size: 18px;
  padding-right: 70px;
  font-weight: 600;
}

.banner_image {
  position: relative;
  right: -100px;
}

header .search-box i {
  top: 50%;
  right: 5px;
  background: #f9633b;
  color: #fff;
  border-radius: 960px;
  width: 60px;
  height: 37px;
  /* transition: all 0.3s ease-in-out;s */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

header ul.menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  gap: 0 40px;
}

header .menu li.menu-item.cat_menu_item {
  /* padding: 10px; */
  /* background-color: #ffffff3d; */
  border-radius: 50px;
  /* border: 1px solid #ffffff; */
  cursor: pointer;
}

header .menu > li.menu-item > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

header .menu > li.menu-item > a img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: text-bottom;
  width: 17px;
}

header .menu-item span.dropdown_toggle {
  color: #ffffff;
  font-size: 12px;
}

header .menu li.menu-item {
  position: relative;
  padding: 3.5px 16px;
  /* width: 152px; */
}

header .menu .dropdown_menu {
  padding: 0px;
  list-style: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 0px 0px 6px 6px;
  padding: 5px 0px;
}

header .dropdown_menu li a {
  display: flex;
  color: #000000;
  font-size: 14px;
  padding: 4px 15px;
  align-items: center;
  gap: 10px;
}

div#navbarSupportedContent {
  justify-content: space-between;
  margin-bottom: 5px;
}

.right_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.right_menu ul a:hover {
  color: #f9633b;
}

.header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  gap: 10px;
}

.Header_buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0px 16px;
}

.cta {
  border: 1px solid #ffffff;
  text-align: center;
  padding: 19px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  background-color: #06498b;
  border-color: #06498b;
  display: inline-block;
  color: #fff;
}

.cta.cta_orange {
  background-color: #f9633b;
  border-color: #f9633b;
}

.cta.cta_orange:hover {
  background-color: #003f7d;
  border-color: #003f7d;
}

.blog-sec.terms-sec .cta.cta_orange:hover {
  background: #06498b;
  border-color: #06498b;
}

.dark .cta:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #06498b;
}

.Header_buttons .cta {
  padding: 11px 28px;
  min-width: 123px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  border-width: 1px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .search-box input {
  font-size: 14px;
  height: 44px;
}

.cta.cta_white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  text-transform: capitalize;
}

.light .cta.cta_white {
  /* border-color: #000000; */
  color: white;
  background-color: #003f7d;
}

.cta.cta_white:hover {
  background-color: #f9633b;
  border-color: #f9633b;
  color: #ffffff;
}

.dark .cta.cta_trans {
  border-color: #ffffff;
}

.section_hed h2 {
  color: #002347 !important;
  margin: 0px;
  font-size: 24px !important;
  text-transform: capitalize;
}

.outer_slider .head {
  color: #002347;
}

.outer_slider {
  position: relative;
  z-index: 1;
}

.outer_slider::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 161px;
  height: 161px;
  background-image: url("../img/slider_bg_top.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.outer_slider::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 70px;
  width: 161px;
  height: 161px;
  background-image: url("../img/slider_bg_bottom.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.outer_slider {
  background-color: #06498b;
  padding-top: 0px;
}

.section_hed {
  margin-bottom: 20px;
}

.slider_h {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner_box_silder {
  padding: 38px 30px 38px 30px;
  background-color: #fff;
  border-radius: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.inn_ul li {
  list-style-type: none;
}

.inn_ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 6px;
  font-weight: 400;
}

.outer_slider .inn_ul li:first-child,
.outer_slider .rate_box {
  font-size: 14px;
  font-weight: 400;
}

.inn_sl_hed {
  display: flex;
  gap: 10px;
  align-items: end;
}

.sl_h {
  align-items: center;
}

.latest-reviews-slider .slick-track {
  display: flex;
}

.latest-reviews-slider .slick-track .review_card.slick-slide {
  height: auto;
  /* padding: 0px 15px; */
}

.latest-reviews-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.slider_img {
  max-width: 60px;
  width: 100%;
}

.inn_h .head {
  margin-bottom: 0;
  font-weight: 700;
}

.joh_box {
  display: flex;
  align-items: center;
  gap: 5px;
  border-top: 1px solid #f2f2f2;
  padding-top: 24px;
  margin-top: auto;
}

.joh_head {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}

.slider_content_sec {
  margin-top: 20px;
  margin-bottom: 30px;
}

.first_box {
  color: #06498b;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
}

.joh_box {
  background-image: url(../img/qute.png);
  background-repeat: no-repeat;
  background-position: right 0px top 70%;
}

.outer_slider .joh_pos {
  color: #828282;
  font-size: 14px;
}

.slick-prev,
.slick-next {
  height: 58px;
  width: 58px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  background-color: #f9633b;
  color: #fff;
  border: 1px solid #f9633b;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #f9633b; */
  border-radius: 50%;
  border: 1px solid 1px solid #002347;
  z-index: 9999;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -18px;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  content: "\f054";
}

.dark .slick-prev.slick-disabled:before,
.dark .slick-next.slick-disabled:before {
  border-color: rgba(255, 255, 255, 0.17);
  background-color: rgba(255, 255, 255, 0.11);
  opacity: 1;
}

.light .slick-prev.slick-disabled:before,
.light .slick-next.slick-disabled:before {
  border-color: rgba(6, 73, 139, 0.1);
  background-color: rgba(255, 255, 255, 1);
  color: #000000;
  opacity: 1;
  border: 1px solid rgba(6, 73, 139, 0.1);
}

.read_h_ot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_thumb {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

.read_sec_outer .read_text {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin: 0px 0px 5px;
  color: #000;
}

.read_content_in {
  padding: 20px 0px 0px;
}

.in_cont_box .more_read a {
  color: #002347;
  font-weight: 500;
  /* font-family: "Basis Grotesque Arabic Pro Md"; */
  font-family: "Montserrat";
}

.in_cont_box .more_read a:hover {
  color: #f9633b;
}

.blog_thumb {
  position: relative;
  display: block;
  padding-top: 70%;
}

.blog_thumb img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

/* .in_cont_box:hover img {
    transform: scale(1.1);
} */

.smart_search_inner {
  background-color: #f9633b;
  border-radius: 35px;
  padding: 90px 30px;
}

.smart_srch_content {
  width: 100%;
  max-width: 912px;
  margin: auto;
}

/* rupali css */

.h6_26 {
  font-size: 26px;
  font-weight: 700;
}

.p_80 {
  padding: 80px 0;
}

.orange-txt {
  color: #f9633b;
}

.grey-txt {
  color: #828282;
}

.right_tool_sec {
  background-color: #f9633b;
  position: relative;
  z-index: 1;
}

.right_tool_sec .back-image1 {
  position: absolute;
  top: 70px;
  left: 0;
}

.right_tool_sec .back-image2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: -1;
}

.right_tool_sec .tool-card-img {
  display: inline-block;
  background-color: #fff;
  border-radius: 12px;
  height: 72px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.right_tool_sec .tool-crd-bdy {
  padding-top: 35px;
}

.right_tool_sec .right-tool-pack {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* footer css */
footer {
  background-color: #06498b;
}

footer ul {
  padding: 0;
}

footer ul li a {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

/* footer ul li a::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 0;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	left: 0;
	right: 0;
	bottom: -4px;
} */

footer ul li a:hover::after {
  width: 100%;
}

footer ul li {
  list-style: none;
  padding: 8px 0;
}

.foot-row-lft {
  display: flex;
  gap: 50px;
  height: 100%;
  justify-content: space-between;
}

.foot-row-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #ffffff2e;
  height: 100%;
}

.foot-col h6 {
  font-size: 24px;
}

.foot-right-list li a {
  gap: 10px;
}

.foot-row {
  border-bottom: 1px solid #ffffff2e;
}

.foot-btm {
  padding-top: 30px;
  padding-bottom: 15px;
}

footer ul li a:hover {
  color: #f9633b;
}

/* custom select box css */
.ft-btm-rgt .select-menu {
  max-width: 330px;
  /* position: relative; */
}

.ft-btm-rgt .select-menu .select-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.ft-btm-rgt .select-menu .options .option {
  display: flex;
  cursor: pointer;
  padding: 8px 12px;
  align-items: center;
  background: #fff;
}

.ft-btm-rgt .select-menu .options .option .option-text {
  font-size: 14px;
  color: #000000;
}

.ft-btm-rgt .select-btn i {
  font-size: 12px;
  transition: 0.3s;
}

.ft-btm-rgt .select-menu.active .select-btn i {
  transform: rotate(180deg);
}

.ft-btm-rgt .select-menu.active .options {
  display: block;
  z-index: 10;
}

/* custom select box css ends */

/* section exclusive deals */
.xclusve-txt h6 {
  font-size: 24px;
  font-weight: 700;
}

.xclusve-pack {
  border: 1px solid #06498b17;
  padding: 20px;
  border-radius: 15px;
  padding-bottom: 30px;
}

.xclusve-img {
  background-color: #06498b0f;
  width: 100%;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.xclusve-wrp .slick-list {
  margin: 0 -15px;
  padding: 30px 0;
}

.xclusve-wrp .slick-track {
  display: flex;
}

.xclusve-wrp .slick-slide {
  margin: 0 15px;
}

.xclusve-wrp .line-through {
  text-decoration: line-through;
}

.xclusve-wrp .grey-txt {
  font-size: 20px;
}

.xclusve-wrp .orange-txt {
  font-weight: 700;
  font-size: 28px;
}

.xclusve-txt {
  padding-top: 20px;
}

/* 27/sep/24 */

textarea:focus-visible {
  outline: none;
}

.xclusve-pack,
.save-txt {
  position: relative;
}

.save-txt p {
  margin: 0;
  font-weight: 700;
}

.xclusve-pack .save {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(14px, 35px);
}

.save-txt {
  color: #fff;
  background-color: #06498b;
  border-radius: 5px 0px 0px 5px;
  padding: 10px 15px;
}

.save-img {
  position: absolute;
  top: 100%;
  right: 0;
}

.xclu-txt-btn {
  display: inline-block;
}

.xclu-txt-btn .cta {
  /* font-size: 18px;
	font-weight: 500; */
  padding: 13px 26px;
  background-color: #06498b;
  color: #fff;
  border: 1px solid transparent;
}

.xclu-txt-btn .cta_white {
  border: none;
}

/* in style css */
.xclusve-txt h6 {
  line-height: 1.2;
  margin-bottom: 13px;
}

/* smart_search_section */
.smrt-srch-inpt {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: end;
  padding: 28px;
}

.smrt-srch-inpt textarea {
  width: 100%;
  border: none;
  resize: none;
}

.input-btn img {
  height: 21px;
  width: 21px;
}

.input-btn {
  padding-left: 20px;
  border-left: 1px solid #0023471c;
}

.smart-p {
  margin-bottom: 40px;
}

.smart_search_inner {
  position: relative;
}

.back-image1 {
  position: absolute;
  left: 0;
  top: 75px;
}

.back-image2 {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

/* sectop top rate */
.top-rated-section .cta {
  border-color: #000;
  gap: 5px;
}

.top-rate-card {
  background-color: #fff;
}

.top-rate-card h6 {
  font-size: 20px;
}

.top-rate-card .first_box {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  padding: 0;
}

.top-rate-card .first_box a {
  text-decoration: underline;
}

.view-more-btn {
  padding-top: 10px;
}

.view-more-btn a {
  color: #06498b;
  font-weight: 500;
  font-size: 14px;
}

.top-pro-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-pro-btn .cta {
  padding: 16px 25px;
  border: none;
  font-weight: 600;
  border: 1px solid transparent;
  line-height: normal;
}

.top-pro-btn.tp_visit .cta {
  padding: 15px 22px;
  gap: 4px;
}

.top-pro-btn .cta:hover {
  background-color: #06498b;
  color: #fff;
}

.top-pro-btn .cta:hover i {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.wishlist {
  /* background-color: #06498b12; */
  border-radius: 100%;
  /* height: 40px; */
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-rate-innr {
  border: 1px solid #06498b17;
  border-radius: 15px;
  padding: 23px;
}

.top-rated-slider .slick-track .review_card.slick-slide {
  height: auto;
  padding: 0px 8px;
}

.top-rated-slider .slick-track {
  display: flex;
}

.top-rate-innr {
  height: 100%;
}

.top-rated-slider .slider_content_sec {
  height: 100%;
}

.tp-btm {
  gap: 10px;
  align-items: center;
}

.input-btn button {
  background: transparent;
  border: none;
  position: relative;
  z-index: 99;
}

.content_para {
  font-size: 16px;
}

.top-rate-innr .rate_box,
.top-rate-innr .content_para {
  font-size: 14px;
}

/* section most popular */
.popular-accordion-wrp .accordion-button {
  gap: 10px;
}

.popular-accordion-wrp .accor-img {
  height: 50px;
  width: 50px;
  background-color: #f9633b !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #f7f9fb;
}

.popular-accordion-wrp .accordion-button {
  font-size: 24px;
  color: #002347;
  font-weight: 600;
  padding: 30px;
}

.popular-accordion-wrp .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #002347;
  background-color: transparent;
}

.popular-accordion-wrp .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.popular-accordion-wrp .accordion-item {
  background-color: #fff;
  border-radius: 15px !important;
  border: 1px solid #06498b1a !important;
  margin-bottom: 30px;
  overflow: hidden;
  /* padding: 30px;
  padding-bottom: 0; */
}

.popular-accordion-wrp .accordion-body {
  padding: 30px;
}

.popular-accordion-wrp .accor-btn .cta {
  padding: 15px 35px;
  font-weight: 600;
}

.accor-txt-contnt h6 {
  font-size: 24px;
  font-weight: 600;
  color: #002347;
  line-height: 1.2;
}

.accor-txt-contnt {
  max-width: 500px;
  margin: auto;
}

.accor-btn {
  padding-top: 30px;
}

.accor-btn .cta_white {
  background-color: #06498b;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
}

.light .cta.cta_white:hover {
  background-color: #f9633b;
  color: #fff;
}

.popular-accordion-wrp .accordion-item:has(.accordion-button) {
  background-color: #06498b08;
}

.popular-accordion-wrp .accordion-item:has(.accordion-button.collapsed) {
  background-color: #fff;
}

.accor-bdy-btm {
  padding-top: 50px;
}

.accor-bdy-btm .tp-btm {
  font-size: 14px;
  gap: 40px;
}

.accor-bdy-btm .top-rate-card h6 {
  font-size: 23px;
}

.accor-bdy-btm .top-pro-btn .cta {
  gap: 5px;
}

.accor-bdy-btm .top-rate-innr .rate_box {
  font-size: 14px;
  font-weight: 400;
}

.top-rate-card {
  background-color: transparent;
}

/* .accor-bdy-btm .wishlist {
  height: 43px;
  width: 43px;
} */
.accor-bdy-btm .top-rate-innr {
  position: relative;
  box-shadow: 0px 34px 74px 0px #0023470f;
}

.best-value {
  position: absolute;
  background-image: url(../img/bestvalue-bg.png);
  background-repeat: no-repeat;
  width: 270px;
  padding: 10px;
  text-align: center;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  transform: translate(0%, -30%);
}

.best-value p {
  color: #fff;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.most-popular-wrp h3 {
  margin-bottom: 20px;
  line-height: 26px;
}

/* today */

.popular-accordion-wrp .accordion-button::after {
  background-image: url("../img/arrw-dwn.png");
  height: 13px;
  width: 24px;
}

.popular-accordion-wrp .accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrw-dwn.png");
  transform: rotate(-180deg);
}

.accor-bdy-row {
  align-items: end;
}

.center-card-pack .top-rate-innr {
  border: 1px solid #06498b;
}

.trst-brnd-wrp {
  position: relative;
  padding: 20px 0;
  padding-left: 10px;
  border-bottom: 1px solid #c0bdb252;
}

.brnd-wrp-lft {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  height: 100%;
  width: 420px;
  display: flex;
  align-items: center;
}

.brnd-p-txt {
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.brnd-p-txt::after {
  position: absolute;
  content: "";
  height: 64px;
  width: 1px;
  background-color: #c0bdb252;
  top: 0;
  right: -38px;
  transform: translateY(-10px);
}

.marq-innr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trst-brnd-wrp .slick-track {
  display: flex;
  align-items: center;
}

.smart-combined {
  position: relative;
}

.combined-section-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.banner_sec {
  position: relative;
}

.bubble-wrp {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 130px;
  overflow: hidden;
}

.banner_content {
  position: relative;
}

/* search bar css */
.search-bar-wrp {
  padding-top: 60px;
}

.search-box {
  flex: 0 0 60%;
}

.search-box {
  position: relative;
  width: 100%;
  border: 1px solid #06498b1a;
  border-radius: 50px;
  /* margin-top: 29px; */
}

.search-box input {
  width: 100%;
  padding: 10px 24px;
  box-sizing: border-box;
  border-radius: 190px;
  font-size: 12px;
  border: 0.5px solid #ffffff;
}

.search-box i {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: #f9633b;
  /* padding: 11px 22px; */
  padding: 12px 22px 12px 22px;
  border-radius: 110px;
}

/* help center page css */
.hlp-you-img {
  height: 72px;
  width: 72px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.hlp-you-box {
  border: 1px solid #06498b24;
  border-radius: 15px;
  padding: 48px 34px;
}

.hlp-you-box:hover {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 15px rgba(41, 56, 95, 0.15);
  border: 1px solid #fff;
  /* background-color: #06498b; */
  /* color: #fff; */
}

/*
.hlp-you-box:hover h3 {
	color: #fff;
} */

.hlp-you-cntnt p {
  color: #06498b;
  font-size: 14px;
}

.hlp-you-cntnt h6 {
  margin: 10px 0;
  margin-top: 19px;
  font-weight: 700;
}

.hlp-crd-row {
  gap: 40px 0px;
}

.mb_30 {
  margin-bottom: 30px;
}

/* .faq-hd {
	max-width: 820px;
	margin: auto;
} */

.faq-accor .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.faq-accor .accordion-button,
.faq-accor .accordion-button:not(.collapsed) {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.faq-accor .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.faq-accor .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #06498b26 !important;
  border-radius: 15px !important;
  overflow: hidden;
  padding: 0px;
}

.faq-accor .accordion-button {
  padding: 30px;
}

.faq-accor .accordion-body {
  padding: 30px;
  padding-top: 0px;
  font-size: 18px;
  max-width: 90%;
}

.faq-accor .accordion-button::after,
.faq-accor .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: #fff;
  content: "\2b";
  font-family: "fontAwesome";
  background-color: #f9633b;
  height: 37px;
  width: 37px;
  font-size: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0s;
  padding-top: 2px;
}

div#accordionExample .accordion-item h2 button {
  padding: 17.5px 20px;
}

.faq-accor .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "fontAwesome";
}

.faq-hd p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}

/*
global classes */
.big-bld {
  font-weight: 700;
}

.dark .cta i {
  color: #fff;
}

.dark .cta:hover i {
  color: #06498b;
}

.lyt-text {
  color: #828282;
  font-size: 15px;
}

.blue-text {
  color: #002347 !important;
}

.bg-blue {
  background: #06498b;
}

.bg-orng {
  background: #f9633b;
}

.sml_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.07px;
  text-align: left;
}

.big_text {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.82px;
  text-align: left;
  color: #000000;
}

.header_inner {
  background: #003f7d;
  position: relative;
}

.header_inner .header_row .search-box {
  flex: 0 0 65%;
}

.header_inner .header_row .search-box input {
  width: 100%;
  padding: 20px 35px;
  box-sizing: border-box;
  border-radius: 190px;
  font-size: 16px;
  border: 0.5px solid #ffffff;
}

.header_inner .header_row .search-box i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #f9633b;
  padding: 13px 30px;
  border-radius: 110px;
}

/* inner banner css start here */
.inner_banner_sec .inner_banr_content .breadcrumb .breadcrumb-item {
  font-size: 15px;
  font-weight: 300;
  line-height: 21.95px;
  text-align: left;
  color: #000000;
}

.inner_banner_sec {
  padding: 15px 0px;
  padding-top: 140px;
}

.inner_banner_sec .inner_banr_content .breadcrumb {
  margin-bottom: 0;
}

.inner_banner_sec .inner_banr_content .breadcrumb .breadcrumb-item.active {
  color: #06498b;
  font-weight: 500;
}

.asn_dv {
  background: #06498b08;
  padding: 15px 0px;
}

.asn_dv_contnt .frst_rw {
  justify-content: space-between;
  align-items: flex-end;
  /* margin-bottom: 10px; */
}

.ans_lft {
  display: flex;
  align-items: center;
  gap: 0px 20px;
}

.asn_dv .ans_ryt .site_vsit {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.asn_dv .ans_ryt .site_vsit .shr_icn {
  background: #06498b24;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  /* color: #06498b; */
  /* font-size: 28px; */
}

.asn_dv .ans_ryt .site_vsit ul {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 0;
}

.rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.rating .rating_str span i.fa.fa-star {
  color: #ff9d28;
}

.rating span {
  font-weight: 400;
  line-height: normal;
}

.asn-rating h6 {
  font-weight: 700;
}

.main_feture .feture_box {
  height: 100%;
  padding: 30px 33px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #06498b1a;
}

.lcl_text {
  background: #06498b08;
  border-radius: 7px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lcl_text p {
  font-size: 13px !important;
  margin-bottom: 0;
  color: #002347;
  font-weight: 300 !important;
}

.main_feture .lft_check_box ul li {
  gap: 7px;
}

.main_feture .feture_box ul {
  margin: 0;
  padding: 0;
}

.lft_check_box ul li p {
  margin-bottom: 0;
}

.lft_check_box ul li:not(:last-child) {
  margin-bottom: 14px;
}

.tp_box ul li {
  gap: 15px;
  margin-bottom: 10px;
}

.blu_drk_box {
  background: #06498b;
  padding: 45px 80px;
  border-radius: 15px;
}

.tp_box {
  padding: 30px;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #06498b17;
}

.main_feture .feture_box .grn_check_big {
  text-align: center;
}

.main_feture .feture_box p {
  text-align: center;
  font-weight: 500;
  color: #000;
}

.cta.clm_btn {
  padding: 11px 30px;
  /* border-radius: 190px; */
}

.feture_box.str_prc_box h3 {
  text-align: center;
}

.main_feture .lft_check_box {
  position: relative;
  border: 1px solid #06498b;
}

.main_feture .lft_check_box::after {
  position: absolute;
  content: "";
  /* background-image: url("../img/top_blu.svg"); */
  background-image: url("../img/Key\ Features.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  left: 50%;
  top: -6px;
  z-index: 1;
  height: 28px;
  transform: translateX(-50%);
}

.main_feture .lft_check_box::after {
  position: absolute;
  content: var(--product-badge-label);
  width: 206px;
  left: 50%;
  top: -6px;
  z-index: 1;
  height: 28px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  align-items: center;
  user-select: text;
}

/* .lft_check_box .badge-label { */
.badge-label {
  position: absolute;
  background-image: url("../img/Key\ Features.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  left: 50%;
  top: -6px;
  z-index: 1;
  height: 28px;
  transform: translateX(-50%);
  color: #fff;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  user-select: text;
  pointer-events: auto;
}

.main_feture .feture_box .ryt_rating-str {
  font-weight: 500;
  flex: 0 0 12%;
}

.main_feture .feture_box .ryt_rating-str i {
  color: #ff9d28;
  margin-right: 2px;
}

.main_feture .feture_box li {
  margin-bottom: 15px;
  gap: 15px;
}

.main_feture .fre_trail h6 {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.tp_box h6 {
  margin-bottom: 20px;
}

.cpa_sec .blu_drk_box .blu_text h6 {
  margin-bottom: 18px;
}

.cpa_sec .blu_drk_box .blu_text p {
  font-weight: 500;
}

.cpa_rw2 .tp_box h6 {
  margin-top: 24px;
}

.cpa_rw2 .tp_box {
  padding: 30px 60px;
  background: #06498b08;
  border: 1px solid #06498b1a;
}

/* rview section css start  */
.review_sec .review_text p:first-child {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px !important;
}

.review_sec h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #003f7d;
}

.review_sec .review_detl {
  padding: 40px;
  border: 1px solid #06498b08;
  border-radius: 25px;
  margin-bottom: 30px;
  background-color: #fff;
}

.review_sec .review_detl:hover,
.review_sec .review_detl:hover {
  box-shadow: 0px 20px 30px 0px #0000000f;
  /* box-shadow: -8px -10px 26px 0px #0000000a; */
}

.review_sec .review_detl .reviw_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.btm-bttn {
  margin-top: 50px;
  text-align: center;
}

.about_asn {
  position: relative;
}

.about_asn .fre_trail.feture_box.size22 {
  background: #ffffff;
  border-color: #fff;
}

.about_asn .fre_trail.feture_box.size22 h6 {
  text-align: center;
  color: #06498b;
}

.about_asn .dtl_text {
  max-width: 1367px;
}

.asn_dv.asv_orng {
  background: #f9633b;
  border-radius: 15px;
  padding: 30px 40px;
}

.asn_dv.asv_orng .ans_ryt .site_vsit .shr_icn {
  background: #ffffff24;
  color: #fff;
}

.asn_dv.asv_orng .rating span {
  color: #fff;
}

.trl_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px 50px;
}

.trl_info .fre_trail.feture_box {
  flex: 0 0 18%;
}

.csd_sec .xclusve-pack.csd_box {
  border-radius: 15px;
  border: 1px solid #06498b24;
  padding: 0;
  box-shadow: -40px -46px 60px 0px #06498b05;
  box-shadow: 74px 0px 36px 0px #06498b05;
}

.csd_sec .xclusve-pack.csd_box p {
  margin-bottom: 0;
  padding: 20px;
  color: #002347;
}

.hd_text {
  margin-bottom: 20px !important;
}

.main_feture .feture_box .progress-bar {
  display: inline-block;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #21ac21;
  border-radius: 25px;
  height: 10px;
  max-width: 70%;
}

/* .main_feture .feture_box .progress-bar::-webkit-progress-value {
  background: #21ac21;
}

.main_feture .feture_box .progress-bar::-moz-progress-bar {
  background: #21ac21;
}

.main_feture .feture_box .progress-bar::-ms-fill {
  background: #21ac21;
} */
.main_feture .feture_box .prgs_br output {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  width: 18%;
}

/* crm section css */
.crm_sec .crm_review_box {
  margin-top: 50px;
}

.faq-section_1 .faq-accor {
  width: 100%;
}

.crm_sec .crm_hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  align-items: center;
}

.crm_sec .crm_review_box .nav.nav-tabs {
  border: 1px solid #0125554d;
  border-radius: 130px;
  padding: 10px;
  gap: 20px;
  max-width: 780px;
  margin: 0;
}

.is-asana-rgt .slick-list {
  height: 100% !important;
}

.crm_sec .crm_review_box .nav.nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.24px;
  text-align: left;
  color: #000;
  border-radius: 130px;
  border: none;
  display: inline-block;
  max-width: 100%;
  padding: 15px 40px;
}

.crm_sec .crm_review_box .nav.nav-tabs .nav-link:hover {
  background: #fd5602;
  color: #fff;
}

.crm_sec .crm_review_box .nav.nav-tabs .nav-link.active {
  background: #fd5602;
  color: #fff;
}

.crm_sec .crm_review_box .nav.nav-tabs .nav-link:focus {
  outline: none;
}

.review_sec .review_detl:last-child {
  margin-bottom: 0px;
  padding-bottom: 44px;
  border-bottom: 1px solid #06498b1a;
}

.rating_postion .main_rating {
  display: flex;
  align-items: center;
}

.rating_postion .main_rating .rate_pst {
  flex: 0 0 25%;
}

.main_rating .rate_pst p {
  margin-bottom: 0;
}

.rating_postion {
  margin-top: 40px;
}

.comn_rtng p {
  margin-bottom: 0;
}

.crm_sec .crm_hd .crm-ryt .selct_box {
  display: block;
  margin-top: 100%;
}

.crm_sec .crm_hd .crm-ryt .selct_box select {
  border: none;
  max-width: 60%;
}

.crm_sec .crm_hd .crm-ryt .selct_box select:focus {
  outline: none;
}

.crm_sec .crm_review_box .btm-bttn {
  margin: 50px 0px;
}

/* rupali css */

/* css section whatis */

.integrtion-lst {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 40px;
}

.integrtion-lst li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
}

.asana-integration h6 {
  color: #000;
  font-weight: 700;
}

.read-more-txt {
  color: #06498b;
  font-size: 14px;
  font-weight: 500;
}

.asana-integration {
  padding: 36px 0;
  margin-top: 20px;
  border-bottom: 1px solid #06498b1f;
  border-top: 1px solid #06498b1f;
}

.is-asan-slider .slider-for {
  margin-bottom: 20px;
}

.asan-slider-inr {
  position: relative;
}

/* .asan-slider-inr::after {
  position: absolute;
  content: "";
  background-image: url("../img/video-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0000003d;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  border-radius: 15px;
} */

/*
new one 27/sep/24 */

/* .csd_sec {
  background: #06498b05;
} */
.accor-btn.acr_wht .cta.cta_white:hover {
  background: #fff;
  color: #f9633b;
}

.accor-btn.acr_wht .cta.cta_white:hover i {
  color: #f9633b;
}

.accor-btn.acr_wht {
  padding-top: 0;
}

.accor-btn.acr_wht .cta.cta_orange:hover .right-arw img {
  filter: brightness(0) invert(0);
}

.main_feture .feture_box .accor-btn {
  padding-top: 0;
  text-align: center;
}

.main_feture .feture_box .accor-btn .cta {
  padding: 10px 30px;
}

.is-asana-lft .is_text {
  max-width: 100%;
  padding-right: 12px;
  font-weight: 400;
}

/*subscribe section css */
.subs_sec .email_box input {
  border: 1px solid #06498b1a;
  padding: 20px 36px;
  width: 100%;
  height: 100%;
  color: #828282;
  font-weight: 400;
  border-radius: 110px;
}

.subs_sec .subs_content {
  max-width: 100%;
  text-align: center;
}

.subs_sec .mail_field {
  display: flex;
  max-width: 1050px;
  margin: auto;
  text-align: center;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.subs_sec .mail_field .email_box {
  width: 100%;
}

.subs_sec .subs_content p {
  margin-bottom: 0;
}

.subs_sec .mail_field {
  margin-top: 20px;
  margin-bottom: 10px;
}

.accor-btn.sbs_bttn {
  padding-top: 0;
}

/*
video section */

.csd_sec.vid_sec .vide-box .csd-img {
  position: relative;
}

.vid_titile {
  background: #06498b;
  padding: 10px;
  border-radius: 15px 15px 0px 0px;
  color: #fff;
}

.csd_sec .xclusve-pack.csd_box .lyt_blu-bg p {
  padding: 0;
  color: #fff;
}

.csd_sec .xclusve-pack.csd_box .vid_ftr p {
  padding: 0;
  color: #000;
}

.csd_sec.vid_sec .vide-box .csd-img .lyt_blu-bg {
  position: absolute;
  bottom: 0;
  background: #06498b33;
  width: 100%;
  padding: 5px 20px;
}

.csd_sec.vid_sec .vide-box .vid_ftr {
  padding: 10px 20px;
}

/*  category page inr-bnr css start  */

/* .banner_sec.help-cntr-bnr.inr-bnr .banner_row .banner_text_col {
    width: 60%;
} */

.banner_row .banner_image_col {
  width: 40%;
}

/* .sfwr_sec .sfwr_img {
    display: inline-flex;
    width: 100%;
    border-radius: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
    max-width: 80px;
} */
.sfwr_sec .sfwr_img {
  display: inline-flex;
  width: 100% !important;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  max-width: 45%;
}

.sfwr_sec .sfwr_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px;
}

.sfwr_sec .sfwr_hd {
  display: flex;
  /* align-items: center; */
  gap: 15px;
  margin-bottom: 15px;
}

.sfwr_sec .sfwr_box {
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #06498b1a;
}

.sfwr_sec .sfwr_content h2 {
  text-align: center;
  margin-bottom: 30px;
}

.sfwr_text ul li {
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  color: #828282;
}

.sfwr_sec .sfwr_name h6 {
  margin-bottom: 0;
}

.review_sec .review_detl .ans_lft .asn-rating h6 {
  margin-bottom: 2px;
  color: #002347 !important;
}

/* inr-bnr css end */

/* contact us page css start  */
.contact_sec .contact_content {
  max-width: 783px;
  margin: auto;
  padding: 90px 120px;
  border: 1px solid #06498b26;
  box-shadow: 0px 30px 40px 0px #06498b1a;
  border-radius: 25px;
}

.contact_sec form .form-control {
  border: 1px solid #06498b24;
  font-size: 14px;
  font-weight: 300;
  line-height: 18.07px;
  text-align: left;
  color: #828282;
  padding: 20px;
  border-radius: 5px;
}

.snd_bttn {
  text-align: center;
  margin-top: 50px;
}

.top-pro-btn.snd_bttn .cta {
  font-weight: 500;
}

.login_form .form-group {
  margin-bottom: 20px;
}

/* contact us page css end */

/* wwr page css end */

.form-group .text-danger {
  position: absolute;
  top: 100%;
  left: 0%;
  color: #f77268 !important;
  font-weight: 500;
}

.form-group span.error {
  position: absolute;
  top: 100%;
}

.banner_content_inner.bnr_inr_contnt {
  max-width: 100%;
}

.ms_dv .accor-txt-contnt {
  max-width: 520px;
  margin: unset;
  padding-left: 30px;
}

.ms_dv .mst_wrp {
  border: 1px solid #06498b1a;
  background: #06498b08;
  border-radius: 15px;
  padding: 35px;
}

.ms_dv .mst_wrp .objec-img {
  background: #06498b1a;
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 23px;
}

.ms_dv .mst_wrp .objec_box {
  border: 1px solid #06498b1a;
  border-radius: 15px;
  padding: 30px 37px;
  text-align: center;
  height: 100%;
}

.new_objectives {
  margin-top: 30px;
}

.ms_dv .mst_wrp .objec_box:hover {
  border: 1px solid #06498b;
  box-shadow: -40px -46px 60px 0px #06498b05;
}

.ms_dv .mst_wrp .objec_box:hover h6 {
  color: #f9633b;
}

.ms_dv .mst_wrp .objec_box:hover .objec-img svg path {
  fill: #f9633b;
}

.ms_dv .mst_wrp .objec_box:hover .objec-img {
  background: #06498b;
}

/* wwr page css end */
.succes_sec .hd_text {
  max-width: 915px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.succes_sec .succes_infp {
  margin-top: auto !important;
  max-width: 626px;
  margin: auto;
  text-align: center;
  margin-top: 0px !important;
}

.succes_sec .succes_infp .succes_text h6 {
  color: #002347 !important;
  margin-bottom: 10px;
  font-weight: 600 !important;
}

.succes_sec .succes_infp .succs_grp {
  margin-top: 30px;
}

.succes_sec .succes_rw > div {
  margin-bottom: 70px;
}

.portf_sec .succes_content {
  max-width: 1086px;
  margin: auto;
  text-align: center;
}

.portf_sec .succes_content p {
  max-width: 901px;
  margin: auto;
  text-align: center;
}

.portf_sec {
  background: #06498b08;
}

/* rupali 01-10-2024 */
/* header dropdowns css */

.dropdown_menu--animated {
  display: none !important;
}

.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}

.dropdown_menu-6 {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

@-moz-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@-o-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

/* 27/09-2024 */
/* top rated page css */
select:focus {
  outline: none;
}

.hd-innr-txt {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  justify-content: space-between;
}

.hd-innr-txt a {
  font-weight: 400;
  color: #ffffff;
}

.hd-innr-txt {
  background-color: #ffffff26;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 7px 15px;
  border-radius: 7px;
  max-width: 1475px;
}

.cmmnt-img {
  height: 20px;
  min-width: 20px;
}

.top-auto-hd {
  padding-top: 20px;
  padding-bottom: 70px;
}

.auto-btm-hd .search-box {
  max-width: 338px;
}

.auto-btm-hd .search-box input {
  padding: 23px 26px;
  border-color: #06498b1a;
}

.auto-btm-hd .search-box i {
  padding: 14px 28px;
}

.auto-choice-rgt .select-box select {
  padding: 15px;
  border: none;
  border-radius: 6px;
  color: #828282;
  background: #fff;
  width: 97%;
}

.top-rate-srch-box input {
  padding: 19px 35px;
}

.top-rate-srch-box .search-box i {
  padding: 16px 30px;
}

.hd-share i {
  background-color: #ffffff26;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}

.h6_20 {
  font-size: 16px;
  font-weight: 700;
  color: #06498b;
  margin-bottom: 10px;
}

.top-auto-choice {
  padding-top: 25px;
}

.pricing-options {
  padding: 15px 0;
  border-top: 1px solid #06498b1a;
}

.pricing-options ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #828282;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.show-more-txt a {
  font-size: 16px;
  font-weight: 500;
}

.star-div li {
  padding: 0 !important;
}

.rating-pck-txt {
  padding-bottom: 10px;
}

.rating-pck-txt label,
.rating-pack span {
  color: #828282;
  font-size: 14px;
}

.by-price-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lft-vlue,
.right-vlue {
  border: 1px solid #06498b1a;
  border-radius: 5px;
  padding: 7px 16px;
  color: #828282;
}

/* price range css */

.range-wrapper {
  position: relative;
}

.range-container {
  position: relative;
  width: 100%;
  height: 50px;
}

.range-wrapper input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.range-slider-track {
  background: #06498b;
  width: 100%;
  height: 4px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.range-wrapper input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

.range-wrapper input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

.range-wrapper input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}

.range-wrapper input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  background-color: #06498b;
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
}

.range-wrapper input[type="range"]::-moz-range-thumb,
.range-wrapper input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #06498b;
  pointer-events: auto;
  border: none;
}

.range-wrapper input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #06498b;
}

.range-wrapper .values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: auto;
  /* padding: 10px 0; */
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.range-txt {
  border: 1px solid #06498b1a;
  border-radius: 5px;
  color: #828282;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 400;
}

/* custon checkbox  */
.pricing-options ul li input,
.rating-pck-txt input,
.blue-chkbox input {
  display: none;
  cursor: pointer;
}

.pricing-options ul li label,
.rating-pck-txt label,
.blue-chkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
.pricing-options ul li label:before,
.rating-pck-txt label::before,
.blue-chkbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #06498b1a;
  padding: 10px;
  height: 22px;
  width: 22px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
}

.pricing-options input:checked + label:after,
.rating-pck-txt .pricing-options input:checked + label:after,
.blue-chkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #06498b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* custom checkbox ends */
.choice_img img {
  height: 60px;
  max-width: 60px;
}

.auto-choice-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auto-choice-btn .cta_orange {
  padding: 13px 45px;
}

.auto-choice-btn .cta_orange:hover {
  background-color: #06498b;
  color: #ffffff;
  border-color: #06498b;
}

.text-choice a {
  font-size: 18px;
  font-weight: 400;
}

.key-fea-lst li {
  gap: 4px;
  width: 50%;
}

.key-fea-lst {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 0;
  max-width: 630px;
}

.choice-key-features h6,
.starting-price h6 {
  font-size: 22px;
  font-weight: 700;
}

.choice-key-features h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.choice-key-features {
  padding-bottom: 20px;
}

.starting-price {
  padding-top: 20px;
}

.starting-price span {
  font-size: 28px;
  font-weight: 700;
  color: #f9633b;
}

.text-choice a {
  font-size: 18px;
  font-weight: 500;
  color: #002347;
}

.automotive-card {
  position: relative;
  border: 1px solid #06498b1a;
  border-radius: 14px;
  padding: 30px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 34px 74px 0px #0023470f;
  padding-bottom: 50px;
}

.text-choice {
  padding-top: 15px;
}

.blue-chkbox {
  position: absolute;
  right: 0;
  bottom: 31px;
  background-color: #ebf0f6;
  border-radius: 70px 0 0 70px;
  padding: 16px 35px;
  color: #002347;
}

.blue-chkbox label::before {
  border: 1.5px solid #06498b1a;
}

.blue-chkbox input:checked + label:after {
  top: 6px;
  height: 11px;
  width: 4px;
}

.auto-bg {
  position: relative;
}

.auto-bg::after {
  position: absolute;
  content: var(--badge-label);
  background-image: url("../img/Key\ Features.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  left: 50%;
  top: -6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  z-index: 1;
  height: 28px;
  transform: translateX(-50%);
}

.recommend {
  position: absolute;
  left: 0;
  bottom: 30px;
  border-radius: 0px 70px 70px 0px;
  padding: 16px 18px;
  background-color: #21ac21;
  color: #fff;
  font-weight: 700;
}

.recommend p {
  gap: 10px;
}

.blue-chkbox:has(input:checked) {
  background-color: #06498b;
  color: #fff;
}

.blue-chkbox:has(input:checked) label::before {
  background: #f9633b;
}

.blue-chkbox:has(input:checked) label::after {
  border-color: #fff;
}

.auto-choice-lft {
  position: sticky;
  top: 0;
  width: 40%;
  height: 100%;
  border-right: 1px solid #06498b1a;
  padding-right: 10px;
}

.auto-choice-row {
  gap: 0;
  justify-content: space-between;
}

.automotive-pagination .page-link {
  border: 1px solid #06498b1a;
  border-radius: 100% !important;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  height: 58px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.automotive-pagination .page-item.active .page-link {
  background-color: #06498b;
  color: #fff;
  border-color: #06498b;
}

.automotive-pagination .pagination {
  gap: 10px;
}

.pagi-btn .page-link {
  background-color: #06498b1a;
}

.pagi-btn:not(.disabled) .page-link {
  background-color: #f9633b;
  color: #fff;
}

.automotive-pagination .pagination .disabled .page-link {
  background-color: #06498b1a;
  color: #002347;
}

.automotive-pagination {
  padding-top: 68px;
  padding-left: 55px;
}

.subs_sec {
  background-color: #06498b08;
  position: relative;
}

.sub_img {
  position: absolute;
}

.sub_img {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
}

.grey-border {
  border-bottom: 1px solid #06498b1a;
}

/* 30-09-2024 */
.txt-end {
  justify-content: end;
}

/* css */
.reviews_block .inn_sl_hed {
  align-items: center;
}

.foot-row h6 {
  font-weight: 700;
}

.banner_text_col .search-box input {
  padding: 15px 24px;
  font-size: 15px !important;
}

.form-control:focus {
  box-shadow: none;
}

.sfwr_name h6 {
  font-size: 26px;
}

/* .snd_bttn .cta {
  padding: 20px 54px;
} */

.hd-share-flex {
  gap: 20px;
}

.fw_700 {
  font-weight: 700;
}

.rating-pck-txt:has(input:checked) label::before,
.pricing-options ul li:has(input:checked) label::before {
  background: #06498b;
}

.rating-pck-txt:has(input:checked) label::after,
.pricing-options:has(input:checked) label::after {
  border-color: #fff;
}

.auto-bg {
  background: #06498b08;
}

.key-feature-price {
  justify-content: space-between;
  gap: 0px;
  padding-bottom: 30px;
  padding-right: 35px;
}

.automotive-card .inn_sl_hed {
  align-items: center;
}

.automotive-card .inn_h {
  gap: 5px;
  margin-bottom: 5px;
}

.top-automotive-sec {
  padding-top: 50px;
  padding-bottom: 200px;
}

/* 1 oct 24 */
.ms_dv .mst_wrp .objec_box:hover {
  background: #fff;
}

.succes_sec {
  padding-top: 0 !important;
}

.objec_content p {
  margin-bottom: 0;
}

/* login page */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.input-box.active-grey .input-1 {
  border: 1px solid #dadce0;
}

.input-box.active-grey .input-label {
  color: #80868b;
  top: -8px;
  background: #fff;
  font-size: 11px;
  transition: 250ms;
}

.input-box.active-grey .input-label svg {
  position: relative;
  width: 11px;
  height: 11px;
  top: 2px;
  transition: 250ms;
}

.input-box {
  /* position: relative; */
  /* margin: 10px 0; */
}

.contact_content .form-group .input-box span {
  position: absolute;
  top: 100%;
  left: 0;
}

.input-box .input-label {
  position: absolute;
  color: #80868b;
  font-size: 16px;
  font-weight: 400;
  max-width: calc(100% - (2 * 8px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 8px;
  top: 13px;
  padding: 0 8px;
  transition: 250ms;
  user-select: none;
  pointer-events: none;
}

.input-box .input-label svg {
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
  transition: 250ms;
}

.input-box .input-1 {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  color: #202124;
  border: 1px solid #dadce0;
  padding: 13px 15px;
  background-color: transparent;
  transition: 250ms;
}

.input-box .input-1:focus {
  outline: none;
  /* border: 2px solid #1a73e8; */
  transition: 250ms;
}

.input-box.error .input-label {
  color: #f44336;
  background: #fff;
  font-size: 11px;
  transition: 250ms;
}

/* .input-box.error .input-1 {
    border: 2px solid #f44336;
} */

.input-box.error .input-1 {
  border: 1px solid #f44336;
  border-radius: 0px;
}

.input-box.focus .input-label,
.input-box.active .input-label {
  /* color: #1a73e8; */
  top: -8px;
  background: #fff;
  font-size: 11px;
  transition: 250ms;
}

.input-box.focus .input-label svg,
.input-box.active .input-label svg {
  position: relative;
  width: 11px;
  height: 11px;
  top: 2px;
  transition: 250ms;
}

.input-box.active .input-1 {
  /* border: 2px solid #1a73e8; */
}

.btn {
  background: #fff;
  color: #333;
  cursor: pointer;
  border: none;
  white-space: normal;
  letter-spacing: 0.25px;
  font-weight: 400;
  /* font-size: 14px; */
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  line-height: 20px;
  min-width: 88px;
  transition: 250ms;
}

.btn:hover {
  background: #ddd;
  transition: 250ms;
}

.btn:focus {
  outline: none;
}

.btn-primary {
  background: #1a73e8;
  color: #fff;
  transition: 250ms;
}

.btn-primary:hover {
  background: #287ae6;
  box-shadow: 0 1px 1px 0 rgba(66, 133, 244, 0.45),
    0 1px 3px 1px rgba(66, 133, 244, 0.3);
  transition: 250ms;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.login_form .form-group {
  position: relative;
}

.login_form .form-group .eye-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #002347;
}

.login_form form .form-control {
  padding: 20px;
  border-radius: 10px;
}

.form-row {
  display: flex;
  justify-content: space-between;
}

.form-row .frgt_btn .small {
  display: block;
  text-align: right;
}

.login_form button {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 130px;
}

.scl_login .login_link {
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #1877f2;
  padding: 15px 20px;
  border-radius: 140px;
  display: block;
}

.or-separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  /* Space around the separator */
}

.or-separator::before,
.or-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #01255526;
  /* Line style */
  margin: 0 10px;
  /* Space between line and 'or' */
}

.or-separator span {
  font-weight: 400;
  text-align: center;
  color: #000;
}

.scl_login {
  /* margin-bottom: 30px; */
}

.prvc_lnk {
  border-top: 1px solid #01255526;
  padding-top: 27px;
  margin-top: 27px;
}

header.drk_header {
  position: relative;
  padding: 30px 0px;
  padding-bottom: 50px;
}

.new-accnt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.66px;
  text-align: left;
  color: #828282;
}

.new-accnt {
  color: #000000;
  font-weight: 400;
}

.new-accnt .sk_blu {
  color: #06498b;
}

/* .login_form .contact_content {
	max-width: 924px !important;
	padding: 90px 120px !important;
} */
.login_form .contact_content {
  max-width: 620px !important;
  padding: 50px 60px !important;
}

/* chatwth_sec css */

.chatwth_sec {
  position: relative;
}

.chatwth_sec .back-image1 {
  top: 75%;
}

.chatwth_sec .back-image2 {
  top: 80px;
  right: 0;
}

.xclusve-deal {
  overflow-x: hidden;
}

/* css 03-10-2024 */
.page-link:focus {
  box-shadow: none;
}

.top-auto-bnr .hd-share {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff26;
  border-radius: 100%;
}

.xclusve-wrp .slick-prev {
  left: -80px;
}

.xclusve-wrp .slick-next {
  right: -80px;
}

.main_feture .lft_check_box {
  border: 1px solid #06498b;
  box-shadow: 0px 34px 74px 0px #0023470f;
}

.cpa_content .blu_drk_box {
  margin: 40px 0;
}

.xclusve-deal {
  padding-top: 100px;
  background-color: #06498b08;
}

.about_asn {
  background-color: #06498b08;
}

.about_asn_content .hd_content h2,
.about_asn_content .hd_content h6 {
  color: #000;
}

.about_asn_content .asn_dv.asv_blue {
  background-color: #06498b;
}

.asn_dv_contnt h6 {
  color: #fff;
}

.accor-btn .cta {
  gap: 5px;
}

.accor-btn .cta_orange:hover,
.trial-avil .accor-btn .cta:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
}

.trial-avil .asn-rating p {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

.asan-text-para p {
  font-size: 18px;
}

.asan-text-para h6 {
  margin-bottom: 15px;
}

.asan-text-para:empty {
  padding-bottom: 0px;
}

.asan-text-para {
  padding-bottom: 20px;
}

.crm_review_box .nav {
  margin-bottom: 40px;
}

.progress-bar {
  border-radius: 160px;
  height: 10px;
  border: 1px solid #21ac21;
}

.poplr-progress .prgs_br {
  align-items: center;
  gap: 20px;
}

.poplr-progress .progress-bar {
  width: 235px;
}

.progress-bar::-webkit-progress-value {
  background: #21ac21;
}

.progress-bar::-moz-progress-bar {
  background: #21ac21;
}

.progress-bar::-ms-fill {
  background: #21ac21;
}

.altr-mid-hd {
  align-items: center;
  gap: 10px;
}

.h_80 {
  height: 70px;
}

.b_btm {
  border-bottom: 1px solid #06498b1a;
}

.populr-alternative {
  background-color: #06498b08;
  padding: 26px 0;
}

.altr-mid-div {
  background-color: #fff;
  padding: 35px;
  padding-bottom: 30px;
}

.altr-mid-hd {
  height: 100px;
  margin-bottom: 20px;
}

.populr-alter-wrp h3 {
  margin-bottom: 35px;
}

.p_lft {
  padding-left: 60px;
}

.altr-lft-div ul li {
  font-size: 18px;
  color: #002347;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.altr-mid-div > div,
.poplr-progress ul li,
.poplr-visit-btn,
.altr-rgt-div > div {
  display: flex;
  align-items: center;
}

.poplr-visit-btn {
  height: 70px;
}

.poplr-progress ul {
  width: 100%;
}

.poplr-visit-btn .cta {
  width: 100%;
  justify-content: center;
  gap: 5px;
  font-size: 19px;
  padding: 13px 0;
}

.poplr-span-txt p {
  font-size: 20px;
  font-weight: 400;
}

.poplr-span-txt p span {
  font-size: 32px;
  font-weight: 700;
  color: #06498b;
}

.altr-rgt-div .progress-bar {
  /* border: none; */
  border-color: #a9a9a9;
}

.altr-rgt-div .progress-bar::-webkit-progress-value {
  background: #a9a9a9;
}

.altr-rgt-div .progress-bar::-moz-progress-bar {
  background: #a9a9a9;
}

.altr-rgt-div .progress-bar::-ms-fill {
  background: #a9a9a9;
}

.altr-rgt-div .poplr-span-txt,
.altr-rgt-div .poplr-span-txt p span,
.altr-rgt-div .tp-btm,
.altr-rgt-div .poplr-vrsion-trial ul li,
.altr-rgt-div .poplr-progress output {
  color: #a9a9a9;
}

.altr-rgt-div .tp-btm img {
  filter: grayscale(1);
}

.altr-wrp-inr-txt {
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 20px;
  align-items: start;
}

.altr-mid-div,
.altr-rgt-div {
  width: 35%;
  padding: 20px;
}

.altr-lft-div {
  width: 23%;
}

.poplr-vrsion-trial ul li {
  display: flex;
  gap: 5px;
  align-items: center;
}

.poplr-vrsion-trial ul {
  gap: 10px;
}

.altr-mid-div {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0px 22px 32px 0px #0000000f;
}

.software-like {
  background-color: #06498b;
}

.sftware-alternative-pck {
  width: 340px;
  padding: 30px;
  border: 1px solid #ffffff33;
}

/* .sftware-alternative-pck:not(:last-child) {
  border-right: 1px solid #ffffff33;
} */

.sftware-alternative {
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  box-shadow: -40px -46px 60px 0px #06498b05;
  justify-content: center;
  box-shadow: 0px 34px 74px 0px #0023470f;
  max-width: max-content;
}

.sftware-alternative-pck .asn-rating h6 {
  font-size: 18px;
}

.p_top_btm_sftwre {
  padding: 25px 0;
  border-bottom: 1px solid #ffffff33;
}

.start-from {
  border: none;
}

.overall-rate-sftwre h6 {
  font-size: 18px;
}

.ovr-progrs-div p {
  font-size: 13px;
  min-width: 116px;
}

.ovr-progrs-div .prgs_br {
  gap: 10px;
}

.over-rate-progress .progress-bar {
  width: 100px;
  height: 7px;
  border-color: #fff;
}

.over-rate-progress .progress-bar::-webkit-progress-value {
  background: #fff;
}

.over-rate-progress .progress-bar::-moz-progress-bar {
  background: #fff;
}

.over-rate-progress .progress-bar::-ms-fill {
  background: #fff;
}

.ovr-progrs-div {
  justify-content: space-between;
}

.start-from h6,
.pricing-model h6 {
  font-size: 14px;
}

.start-from p {
  font-size: 14px;
}

.start-from p span {
  font-weight: 600;
  font-size: 16px;
}

.sftwre-alt-btn .cta {
  gap: 10px;
}

.pricing-model {
  border: none;
}

.sftwre-asana-hd {
  margin-bottom: 40px;
}

/* 3-oct-24 */
.alrd_btn {
  margin-top: 20px;
}

.arw_lnk {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #f9633b;
  display: inline-block;
  max-width: 100%;
}

.arw_lnk:hover {
  color: #fff;
}

.arw_lnk .arw_orng {
  transform: rotate(-45deg);
  display: inline-block;
}

p.alrd_pra_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}

.myswtr_sec .msft_text {
  max-width: 620px;
  padding-left: 26px;
}

.myswtr_sec .msft_text .msft_list ul li {
  margin-bottom: 10px;
}

.myswtr_sec .msft_text h6 {
  margin-bottom: 10px;
  color: #000;
}

.myswtr_sec .ms_rw {
  align-items: center;
}

.chatwth_sec .cht_left {
  max-width: 910px;
}

.chatwth_sec .cht_left .cht_info:not(:last-child) {
  border-bottom: 1px solid #ffffff47;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* adip section css start here */
.adip_sec .adip_hd {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 10px;
}

.adip_sec .adip_ryt {
  background: #fafbfd;
  border-radius: 0px 70px 70px 0px;
  height: 100%;
  position: relative;
}

.adp_rw .adip_box {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.adip_sec .adip_box {
  max-width: 472px;
  margin: auto;
  text-align: center;
}

.adip_sec .adip_content {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.adp_txt p {
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.adip_sec .adip_ryt .adp_txt {
  margin-bottom: 25px;
}

.adip_sec .sld_btm {
  text-align: center;
  margin-top: 60px;
}

.adip_sec .slide-count {
  border: 1px solid #06498b26;
  padding: 20px 60px;
  max-width: 100%;
  display: inline-block;
  margin: auto;
  text-align: center;
  border-radius: 80px;
}

.adip_sec .adip_box p {
  margin-bottom: 0;
}

.adip_sec .adip_box .str_img {
  margin-top: 30px;
}

.wtch_imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* adip section css end here */
.our_busn {
  background: #06498b05;
  margin-bottom: 60px;
}

.our_busn .our_busn_box .or_busn_bg {
  width: 90px;
  box-shadow: 37px 0px 70px 0px #06498b0f;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  margin-bottom: 20px;
}

.our_busn_box .our_btm_text {
  max-width: 344px;
  margin: auto;
  text-align: center;
}

.our_busn .our_busn_content {
  max-width: 1326px;
  margin: auto;
  text-align: center;
}

.our_busn .mid_rw {
  margin-top: 50px;
}

.our_busn .our_busn_content .accor-btn {
  padding-top: 0;
}

.our_busn_box .our_btm_text h6 {
  color: #06498b;
}

.our_busn .our_busn_box .or_busn_bg h4 {
  color: #06498b !important;
}

.adip_sec button.slick-arrow {
  position: absolute;
  top: calc(100% + 95px);
}

.adip_sec button.slick-next.slick-arrow {
  left: 58%;
}

.adip_sec button.slick-prev.slick-arrow {
  left: 38%;
}

.adip_sec .slick-prev:before,
.adip_sec .slick-next:before {
  background: none;
  border: none;
  color: #06498b;
}

.adip_sec .slick-arrow.slick-disabled {
  color: #fff;
  opacity: 0;
}

/* pvc page css  */

.pvc_sec h2 {
  color: #002347;
}

.pvc_sec .pvc_textbx {
  margin-bottom: 35px;
}

.pvc_sec .pvc_textbx h6 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 12px;
}

.pvc_sec .pvc_textbx .pvc_text p {
  color: #000000;
  font-weight: 400;
}

.pvc_sec .pvc_mn {
  max-width: 1385px;
}

.pvc_sec .pvc_list {
  max-width: 303px;
}

.pvc_sec .pvc_textbx .pvc_list li {
  line-height: 1.6;
}

.banner_sec.lg_Bnr {
  padding-top: 285px;
  padding-bottom: 200px !important;
  position: relative;
  z-index: -1;
}

.login_form .contact_content {
  /* margin-top: -200px; */
  margin-top: -271px;
  background: #fff;
}

/* pvc page css end  */
/* expert page css */
.read_sec_outer.expert_sec .read_content_in {
  padding: 20px 0px 0px;
}

.read_sec_outer.expert_sec .read_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #000;
}

.read_sec_outer.expert_sec .read_text a {
  color: #000000;
}

.read_sec_outer.expert_sec .hd_text p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.read_sec_outer.expert_sec .hd_text h2 {
  text-align: center;
}

.wmail_sec h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
  max-width: 1094px;
}

.wmail_sec .mail_ovr h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30.98px;
  text-align: left;
  margin-bottom: 15px;
}

.wmail_sec .metl-stp {
  background: #06498b1a;
  padding: 26px 36px;
  border-left: 6px solid #06498b;
  margin-bottom: 40px;
}

.wmail_sec .metl-stp p {
  font-weight: 400;
}

.wmail_sec .mail_acknd ul li a {
  color: #1877f2;
}

.wmail_sec .mail_acknd ul li {
  margin-bottom: 10px;
}

/* expert page css */

/* css product page */
.prgs_br {
  display: flex;
  align-items: center;
}

.crm-review-innr .inn_sl_hed {
  align-items: center;
}

.sales-crm-pack .prgs_br {
  gap: 20px;
}

.crm-review-innr_2 .sales-crm-pack {
  border: 1px solid #06498b29;
  height: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
}

.crm-review-innr_2 .prgs_br {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: space-between;
}

.crm-review-innr_2 .sales-crm-pack .fre_trail .accor-btn a.cta.cta_white {
  font-size: 14px;
  padding: 11px 30px;
}

.crm-review-innr_2 .prgs_br .progress-bar {
  width: 70px;
}

.crm-pack-lft {
  border-radius: 25px;
  background-color: #06498b08;
}

.sales-crm-pack .fre_trail {
  text-align: center;
}

.sales-crm-pack .cta {
  padding: 11px 70px;
}

.sales-crm-pack .blue-text {
  padding: 15px 0;
  line-height: 1.2;
}

.sales-crm-pack ul li {
  padding-bottom: 10px;
  gap: 0px;
}

.blck_txt {
  color: #000;
}

.crm_hd h2 {
  color: #06498b;
}

.sales-crm-pack .choice_img img {
  height: 130px;
  max-width: 130px;
}

.sales-crm-pack .inn_sl_hed {
  gap: 30px;
}

.sales-crm-pack .inn_h {
  font-size: 20px;
  gap: 10px;
}

.sales-crm-pack .inn_h h6 {
  font-size: 28px;
}

/* .sales-crm-pack .inn_ul,
.sales-crm-pack .rate_box {
    font-size: 22px;
} */

.sales-crm-pack .progress-bar {
  width: 150px;
}

.crm_review_box nav {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.crm_review_box nav select {
  background-color: transparent;
  border: none;
}

.feture_box .prgs_br {
  gap: 20px;
}

.bg-white {
  background-color: #fff;
}

header .container-fluid.top_hd_spacing {
  padding-bottom: 20px;
}

.asana-integration h6 {
  margin-bottom: 20px;
}

.crm_sec.p_120 {
  padding-bottom: 140px;
}

.fre_trail h6 {
  line-height: 1.2;
}

.altr-rgt-div .poplr-vrsion-trial ul li img {
  filter: grayscale(1);
}

.feture_box .size22 {
  margin-bottom: 15px;
  color: #002347;
  font-weight: 600 !important;
}

/* shivani product comparison and expert guide */

/* 4-oct-24 */
.wmail_sec {
  padding-top: 0 !important;
}

.wmail_sec .metl-stp p {
  margin-bottom: 0;
}

.blu_lnk {
  color: #1877f2;
}

.wmail_sec .rnd_text .round_img {
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.mail_ovr .metl_rw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mail_ovr .metl_rw .lft_dta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mail_ovr .metl_rw .lft_dta .thms_icn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mail_ovr .metl_rw .lft_dta .thms_icn span {
  display: inline-flex;
  background: #06498b;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
}

.mail_ovr .metl_rw .lft_dta .thms_icn span i {
  font-size: 25px;
}

.mail_ovr .metl_rw .ryt_bttn a {
  display: inline-block;
  padding: 12px 20px;
  max-width: 100%;
  background: #f9633b;
  color: #fff;
  font-weight: 400;
}

.mail_ovr .metl_rw .ryt_bttn a img {
  margin-right: 20px;
}

.shre_scl_icn .scl_lnks ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  width: 38px;
  height: 38px;
  border-radius: 100%;
}

.shre_scl_icn .scl_lnks ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.shre_scl_icn {
  display: flex;
  align-items: center;
  gap: 28px;
}

.shre_scl_icn .shr-title h6 {
  margin-bottom: 0;
}

.shre_scl_icn .scl_lnks ul {
  margin-bottom: 0;
}

.mlt_sp {
  margin-bottom: 25px !important;
}

.metl-stp.mtp_gry {
  color: #656f79;
}

.wmail_sec .metl-stp.mtl-btm {
  border-left: none;
}

.wmail_sec .wmail_content {
  max-width: 1400px;
  margin: auto;
}

.smart-combined.smrt_nw {
  padding-bottom: 0 !important;
}

.mail_ovr .mail_acknd {
  margin-bottom: 30px;
}

.cntc_lnks li {
  margin-bottom: 5px;
  list-style-type: disc;
}

/* product comparison css start */

.subs_sec.comprsn_chrt .mail_field {
  max-width: 1200px !important;
  gap: 15px;
}

.subs_sec.comprsn_chrt .mail_field .accor-btn.sbs_bttn .cta.cta_white {
  padding: 22px 45px;
  white-space: nowrap;
}

.subs_sec.comprsn_chrt p {
  text-align: left;
}

.subs_sec.comprsn_chrt .subs_content {
  max-width: 1200px;
  margin: auto;
}

.subs_sec.comprsn_chrt .subs_content span {
  color: #f9633b;
}

.prc_dv .prc_bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prc_dv {
  max-width: 1073px;
  padding: 60px 93px;
  background: #06498b;
  border-radius: 25px;
  margin-bottom: 30px;
}

.prc_dv .prc_bx .prc_contnt {
  flex: 0 0 50%;
}

.prc_dv .prc_bx .prc_contnt .sli_img {
  text-align: center;
}

.prc_dv .prc_bx .prc_contnt .inn_h {
  justify-content: center;
  margin-bottom: 20px;
}

.prc_dv .prc_bx .prc_contnt p {
  text-align: center;
  color: #fff;
}

.prc_dv .prc_bx .prc_contnt .auto-choice-btn {
  text-align: center;
  margin-top: 45px;
}

.prc_dv .prc_bx .prc_contnt .auto-choice-btn .cta.cta_orange {
  padding: 16px 32px;
  display: block;
  max-width: 350px;
  text-align: center;
  margin: auto;
}

.prc_dv .prc_bx .prc_contnt .inn_h h6.head {
  font-size: 30px;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  color: #ffffff;
}

.prc_dv .prc_bx .prc_contnt .inn_h i {
  color: #fff;
}

.prc_dv .prc_bx .prc_contnt p span {
  display: inline-block;
  font-size: 37px;
  font-weight: 400;
  line-height: 47.77px;
  text-align: center;
}

.prc_dv .hd_text h2 {
  text-align: center;
  color: #fff;
}

.prc_contnt:first-child {
  border-right: 1px dashed #ffffff67;
}

.asn_dv.xeo_dv {
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pdc_box .pdc_choice .auto-choice-hd {
  display: block;
  text-align: center;
}

.pdc_box .pdc_choice .auto-choice-hd .inn_sl_hed {
  display: block;
  text-align: center;
}

.pdc_box {
  display: flex;
  box-shadow: 0px 44px 74px 0px #0023470a;
  padding: 45px 40px;
  border-radius: 15px;
}

.pdc_box .pdc_choice {
  flex: 0 0 40%;
  position: relative;
}

.pdc_box .ct_icn {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  color: #828282;
}

.product_comp_sec .pdc_ryt {
  border: 1px dashed #06498b;
  height: 99%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdc_box .pdc_choice .auto-choice-hd .sl_h {
  text-align: center;
}

.pdc_box .pdc_choice .auto-choice-hd .sl_h .inn_h {
  justify-content: center;
  gap: 10px;
}

.pdc_box .pdc_choice .auto-choice-hd .tp-btm {
  justify-content: center;
}

.pdc_box .pdc_choice .auto-choice-hd .auto-choice-btn {
  margin-top: 20px;
}

.pdc_box .pdc_choice .auto-choice-hd .inn_sl_hed .sli_img.choice_img {
  margin-bottom: 18px;
}

.product_comp_sec .main_feture {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.product_comp_sec .main_feture .feture_box {
  width: 100%;
}

.xrro_dv {
  border: 1px solid #06498b1a;
  padding: 25px 40px;
  border-radius: 25px;
}

.product_comp_sec .crm_sec .crm_review_box nav {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.product_comp_sec .crm_sec .crm_review_box nav .nav.nav-tabs {
  margin-bottom: 0;
  flex: 0 0 70%;
}

.product_comp_sec .crm_sec .crm_review_box nav .selct_box {
  flex: 0 0 30%;
}

.pro-row-gp:not(:last-child) {
  margin-bottom: 30px;
}

.cmpari_inner {
  border-bottom: 1px solid #06498b1a;
}

section.product_comp_sec {
  padding-top: 70px;
}

.versus-box p {
  align-items: center;
  justify-content: center;
  border: 1px dashed #06498b4d;
  border-radius: 100%;
  font-size: 26px;
  font-weight: 700;
  color: #002347;
  height: 64px;
  width: 64px;
}

.versus-box p::before,
.versus-box p::after {
  content: "";
  position: absolute;
  height: 36%;
  width: 1px;
  border: 1px dashed #06498b4d;
}

.versus-box p::before {
  top: 0;
}

.versus-box p::after {
  bottom: 0;
}

.versus-box {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cpa_bg {
  background-color: #06498b08;
  border-radius: 15px;
  border: 1px solid #06498b1a;
  padding: 30px;
}

.cpa_bg_div.p_left {
  padding-left: 20px;
}

.tp_box.cpa_tp_box {
  border: none;
}

.cpa_bg_div {
  width: 50%;
}

.cpa_bg_div:not(:last-child),
.xrro_bordr {
  border-right: 1px dashed #06498b42;
}

.cpa_bg_div .tp_box {
  padding: 0;
}

.prc_dv .slider_img {
  max-width: 88px;
  width: 100%;
}

.compari_crm_pck .inn_sl_hed {
  align-items: self-start;
}

.compari_crm_pck {
  padding: 50px 40px;
}

.compari_crm_pck .sftwre-alt-btn {
  padding-top: 30px;
}

.compari_crm_pck .cta {
  padding: 11px 20px;
}

.compari_crm_pck .inn_ul,
.compari_crm_pck .rate_box {
  font-size: 20px;
}

.compari_review .selct_box {
  text-align: right;
}

.compari-img-txt {
  align-items: center;
  gap: 15px;
}

.compari-txt h6 {
  font-size: 18px;
  margin-bottom: 1px;
}

.compari-txt p {
  font-size: 12px;
  color: #828282;
}

.compari_card_top .compari_p {
  padding-top: 15px;
}

.btn-see-full {
  color: #002347;
  font-weight: 600;
}

.compari_pck_innr {
  border: 1px solid #06498b1a;
  border-radius: 15px;
  padding: 30px;
  margin: 5px;
}

.compari_btm {
  padding-top: 40px;
}

.compari_tabi {
  width: 56%;
  margin-left: auto;
  justify-content: space-between;
  display: flex;
  color: #002347;
  padding-top: 50px;
}

.compari_tabi i {
  font-size: 13px;
}

.view-review {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.view-review .cta {
  padding: 14px 36px;
}

.subs_sec.comprsn_chrt .email_box input {
  padding: 24px 36px;
}

/* slider expand remove */

.asan-slider .slick-list.draggable {
  max-width: 100%;
}

.asan-slider .slick-list.draggable .slick-track {
  overflow: hidden;
  display: flex;
}

.asan-slider {
  display: flex;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.slider-for.slick-initialized.slick-slide {
  display: block;
}

.asan-slider.asan-slider-btm .slick-list.draggable {
  width: 100%;
}

.asan-slider.asan-slider-btm .slick-list.draggable .slick-track {
  width: 100% !important;
  justify-content: space-between;
  gap: 10px;
  height: 100% !important;
}

.p_left {
  padding-left: 10px;
}

.prc_dv .prc_bx .prc_contnt .inn_h i {
  color: #fff !important;
}

.prc_dv .prc_bx .prc_contnt .inn_h {
  gap: 5px;
}

/*
.header_row.head_srch .search-box i {
	padding: 9px 30px;
} */

.poplr-visit-btn .cta_orange:hover,
.ryt-rvw-btn .cta_orange:hover,
.compari_crm_pck .sftwre-alt-btn a:hover {
  background-color: #06498b;
  color: #fff;
  border: 1px solid transparent;
}

.prc_dv .prc_bx .prc_contnt .auto-choice-btn a:hover {
  background-color: #fff;
  color: #000;
}

/* 7-oct-24 */
.banner_content_inner p {
  margin-bottom: 19px;
}

.search-bar-wrp .search-box input[type="text"]::placeholder {
  color: #828282;
}

.most-populr-sec .accor-txt-contnt {
  margin: unset !important;
  padding-left: 35px;
}

.inn_sl_hed.mst_hdn {
  align-items: center;
}

.inn_sl_hed.mst_hdn .sl_h {
  flex: 0 0 80%;
}

.inn_sl_hed.mst_hdn .inn_h {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inn_h .sl_main {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 3px;
}

.inn_sl_hed.mst_hdn .tp-btm {
  gap: 10px;
}

.xclusve-deal.light .xclusve-wrp button.slick-arrow.slick-disabled {
  background: #ffffff;
  border: 1px solid #06498b1a !important;
}

.xclusve-deal.light .xclusve-wrp button.slick-arrow {
  background: #002347 !important;
  color: #fff !important;
  border-radius: 100%;
}

.xclusve-deal.light .xclusve-wrp button.slick-arrow:hover {
  background: #f9633b !important;
  color: #fff;
}

.xclusve-deal.light .slick-prev.slick-disabled:before,
.xclusve-deal.light .slick-next.slick-disabled:before {
  background: #ffffff;
  color: #000000;
  border-color: #fff !important;
}

.xclusve-slider .slick-list.draggable {
  display: flex;
}

.xclusve-slider .slick-list.draggable .xclusve-pack.slick-slide {
  height: 100%;
}

.top-rated-section.light .top-rated-slider button.slick-arrow {
  background: #002347;
  border-radius: 100%;
  color: #fff;
}

.top-rated-section.light .top-rated-slider button.slick-arrow:hover {
  background: #f9633b;
}

.top-rated-section.light .top-rated-slider button.slick-arrow.slick-disabled {
  border: 1px solid #06498b1a;
  background: #fff;
  color: #000000;
}

.top-rated-section.light
  .top-rated-slider
  button.slick-arrow.slick-disabled:hover {
  background: rgb(249, 99, 59);
  border-color: rgb(249, 99, 59);
}

.top-rated-section.light .top-rated-slider .slick-prev:before,
.slick-next:before {
  color: #fff;
  border-radius: 100%;
}

.top-rated-section.light .top-rated-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: #000;
}

.outer_slider .latest-reviews-slider button.slick-arrow {
  background: #ffffff1c;
  border-radius: 100%;
  color: #fff;
}

.outer_slider .latest-reviews-slider button.slick-arrow.slick-disabled {
  background: #ffffff1c;
  border: 1px solid #ffffff2b;
}

.outer_slider.dark .latest-reviews-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: #000;
}

.top_header .navbar {
  padding: 0;
}

.mobile-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}

ul.right_mnu_list li a {
  font-size: 15px;
  font-weight: 500;
}

.accor-bdy-btm .top-pro-box {
  justify-content: center;
}

.xclusve-deal {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.xclusve-slider .xclusve-pack {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.xclusve-slider .xclusve-pack .xclusve-txt {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.xclusve-slider .xclusve-pack .xclusve-txt .xclu-txt-btn {
  margin-top: auto;
}

.read_sec_outer {
  overflow-x: hidden;
}

.right_tool_sec {
  overflow: hidden;
}

.in_cont_box .read_para p {
  margin-bottom: 3px;
}

.auto-choice-rgt .select-box {
  max-width: 200px;
  margin-left: auto;
}

.auto-choice-rgt .select-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
  border: 1px solid #06498b1a;
  border-radius: 6px;
  position: relative;
}

#auto-products {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/dwn-arw.svg");
  background-repeat: no-repeat;
  background-position: right;
  margin-right: 14px;
  line-height: normal;
  font-size: 14px;
}

.show-more-txt a:hover {
  color: #06498b;
}

/* .auto-choice-lft .search-box input {
  border-radius: 110px;
  padding: 17px 26px;
} */

.auto-choice-lft .search-box {
  margin-bottom: 21px;
}

.shre_scl_icn a:hover {
  color: #000;
}

.pricing-options label {
  display: flex;
}

.header_row.head-trms {
  padding-top: 0;
}

.read_sec_outer {
  overflow: hidden;
}

.cons-ul li span {
  min-width: 20px;
}

/* 15/oct/24 */

.trusted-brands .trst-brnd-wrp {
  border: none;
}

.trusted-brands > .container {
  border-bottom: 1px solid #c0bdb252;
}

.xclusve-deal {
  background-color: #fff;
}

.top-rated-slider .review_card .wishlist {
  width: 36px;
  height: 36px;
}

.top-rated-slider .review_card .wishlist:hover i {
  filter: brightness(0) invert(1);
}

.top-rated-slider .review_card .wishlist i {
  font-size: 17px;
}

.wishlist:hover i {
  /* color: #fff !important; */
}

.read_sec_outer .read_para {
  max-width: 400px;
}

.right_tool_sec .tool-crd-bdy p {
  max-width: 400px;
  margin: auto;
  text-align: center;
}

footer .footer-wrp .foot-col {
  margin-left: 50px;
}

.asn_main_sec .an_lkd {
  display: flex;
  align-items: center;
}

.asn_main_sec .an_lkd p.wishlist {
  margin-bottom: 0;
}

.asn_main_sec .an_lkd p.wishlist a i {
  color: #06498b;
}

.asn_main_sec ul.pro-detail-bar-lst li span {
  color: #000;
}

.vid_sec {
  background: #06498b08;
}

.vid_sec h2 {
  color: #06498b;
}

.about_asn h6 {
  color: #000000;
}

.software-like .sftwre-asana-hd p {
  font-size: 20px;
}

.sft_btm a.cta {
  border-color: #ffffff;
}

.sft_btm {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

.selct_box {
  color: #000000;
}

.about_asn_content .asn_dv.asv_blue h6 {
  color: #fff;
}

.csd_sec.vid_sec .vide-box .csd-img .lyt_blu-bg p:last-child {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.49px;
}

.csd_sec.vid_sec .vide-box .csd-img::after {
  position: absolute;
  content: "";
  background-image: url(../img/vid-pl.png);
  width: 50px;
  height: 50px;
  left: 50%;
  top: 40%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%);
}

.auto-choice-row .auto-choice-lft {
  flex: 0 0 25%;
}

.auto-choice-row .text-choice {
  max-width: 731px;
}

.auto-choice-row .auto-choice-rgt {
  flex: 0 0 71%;
}

.auto-choice-row .text-choice p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}

.key-fea-lst {
  gap: 10px 0;
}

.subs_sec.comprsn_chrt.new_subsc .subs_content {
  max-width: 992px;
  margin: auto;
}

.subs_sec.comprsn_chrt.new_subsc .subs_content p {
  padding-left: 20px;
}

.most-populr-sec.ms_dv .hd_text {
  max-width: 948px;
  margin: auto;
  text-align: center;
  margin-bottom: 80px;
}

.Header_buttons .cta.cta_trans {
  background-color: transparent;
}

.top_header .right_menu ul {
  gap: 50px;
}

.wishlist img {
  height: 17px;
}

.Header_buttons .cta.cta_trans:hover {
  color: #06498b;
  background-color: #fff;
  border-color: #fff;
}

.sfwr_text ul li a:hover {
  color: #828282;
}

.poplr-progress progress::-webkit-progress-bar,
.feture_box progress::-webkit-progress-bar {
  background-color: white;
}

.main_feature_lg {
  width: 100%;
  max-width: 415px;
}

.main_feature_sm {
  width: 100%;
  max-width: 260px;
}

.sftware-alternative-pck progress::-webkit-progress-bar,
.sftware-alternative-pck .progress-bar {
  background-color: transparent;
}

.popular-accordion-wrp
  .accordion-item:has(.accordion-button.collapsed):last-child {
  margin: 0;
}

.vid_sec .csd_box:hover .vid_ftr {
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.drk_header .header_row {
  padding-top: 0;
}

.eye-icon i {
  color: #6b6b6b;
}

.top-pro-btn.alrd_btn .cta {
  padding: 20px 43px;
}

.adip_box .adip_sec .adip_box p {
  margin-bottom: 0;
}

.adp_txt .size20 {
  font-size: 20px;
}

.faq-section .faq-accor .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}

.accor-btn.mange-btn .cta {
  padding: 21px 56px;
  font-weight: 500;
}

.pt-120 {
  padding-top: 120px;
}

.sftware-alternative-pck .asn-img {
  height: 63px;
  width: 63px;
}

.sftwre-alt-btn .cta:hover svg path {
  fill: #06498b;
  stroke: #06498b;
  transition: all 0.3s ease-in-out;
}

.auto-choice-rgt .automotive-card:first-child {
  border: 1px solid #06498b !important;
}

.auto-choice-btn a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.auto-choice-rgt .automotive-card:nth-child(2),
.auto-choice-rgt .automotive-card:nth-child(3),
.auto-choice-rgt .automotive-card:nth-child(4) {
  border: 1px solid #06498b;
}

.auto-choice-rgt .automotive-card:hover {
  background: #06498b08;
}

.expert-p {
  font-weight: 400;
}

.shr-title-hd h6 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}

.right_menu li a {
  font-weight: 600;
  font-size: 14px;
}

.auto-choice-btn.fit-btn .cta {
  width: fit-content;
  margin: auto;
}

.black-hding h6 {
  color: #000;
}

.ad_lnk {
  font-size: 18px;
  font-weight: 500;
  color: #06498b;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 7px;
}

i.white-heart {
  font-size: 22px;
}

.fw_500 {
  font-weight: 500;
}

.tp_font ul li .lyt-text {
  font-size: 20px;
}

#rating-select {
  width: 130px;
}

.sBtn-text {
  line-height: normal;
}

.popular-accordion-wrp .accordion-body {
  position: relative;
}

.popular-accordion-wrp .accordion-body::before {
  position: absolute;
  content: "";
  background-color: #06498b1f;
  height: 1px;
  width: 95%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.revw-width a {
  min-width: 230px;
}

.xclu-m {
  margin-bottom: 30px;
}

/* .outer_slider a {
	padding: 15px 38px;
} */

.right-tool-btn .cta {
  padding: 21px 60px;
}

/* 12nov2024 //////////////////////////////////////////// */
header .sec_head {
  position: fixed;
  width: 100%;
  background-color: #003f7d;
}

header .search_logo {
  display: flex !important;
  align-items: center;
  padding: 5px 0px;
  /* flex: 0 0 199px; */
}

header .logo_col img {
  max-width: 160px;
  width: 100%;
}

header .search_logo .search-box {
  visibility: hidden;
  /* Hide by default */
  transition: visibility 0.6s ease;
  /* Optional smooth transition */
}

.ft-btm-lft p {
  margin-bottom: 0;
}

/* .hlp-you-box:hover .hlp-you-img {
	background-color: #06498b;
} */

/* .hlp-you-box:hover img {
	filter: brightness(0) invert(1);
} */

/* 14nov2024  */

.search-box i:hover {
  background-color: #06498b;
  color: #fff;
}

.right-arw i {
  padding: 0px 0px 0px 5px;
}

.heart-container {
  position: relative;
  font-size: 20px;
}

.heart-container::after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";

  position: absolute;
  top: -12px;
  right: -10px;
  color: #06498b;
  font-size: 18px;
}

.heart-container:hover::after {
  color: #06498b;
  font-weight: 900;
}

.ot_wishlet {
  display: flex;
  align-items: center;
}

.view-more-btn a:hover {
  color: #f9633b;
}

.most_hed {
  margin-bottom: 30px;
}

/* 15nov2024////////////////////////// */
/* header .search-box input {
    padding: 13px;
} */
/* .inner_box_silder
 .sl_main {
    justify-content: space-between;
} */

/* 20nov2024///////////////////////////////////// */

.pvc_sec {
  padding-top: 150px !important;
}

.ft-btm-lft {
  font-size: 14px;
  font-weight: 400;
}

.sharing_icons {
  display: flex;
  gap: 3px;
}

.sharing_ul {
  line-height: 0px;
}

.sharing_icons .sharing_ul a {
  width: 28px;
  height: 28px;
  padding: 3px;
  background-color: rgb(237, 238, 241);
  border-radius: 50px;
  display: inline-block;
}

.inner_banner_sec .inner_banr_content {
  line-height: 0;
  display: flex;
  align-items: center;
}

.sharing_ul a:hover svg path {
  fill: rgb(249 99 59);
}

.sharing_ul a svg path {
  color: rgb(0 63 125);
  font-size: 16px;
  font-weight: 400;
}

/* 25nov2024//////////////////////////////////// */

.rating-on::before {
  font-size: 14px;
  font-weight: 400;
  content: "\f155";
  color: #fe9d27;
}

.tab_star_li {
  display: flex;
  font-family: "Dashicons";
  gap: 1px;
}

.rating-on {
  display: inline-block;
  color: #ddd;
  position: relative;
  cursor: pointer;
}

.right_tool_sec .otr_rgtool {
  padding-bottom: 30px;
}

.in_cont_box:hover {
  box-shadow: 0px 20px 56px 0px #00000012;
}

.in_cont_box {
  padding: 16px;
  border-radius: 10px;
  display: inline-block;
}

.auto-choice-hd .rate_box {
  font-size: 14px;
  font-weight: 400;
}

.automotive-card .blue-chkbox:hover {
  background: #003f7d;
  color: #fff;
}

.automotive-card .blue-chkbox:hover label::before {
  border: 1px solid #fff;
}

.faq-inner {
  justify-content: space-between;
  display: flex;
}

.faq-inner h3 {
  color: #002347 !important;
}

.faq-section .faq-hd {
  width: 28%;
}

.faq-accor {
  width: 70%;
}

.read_sec_outer a:hover {
  color: currentcolor;
  text-decoration: none;
}

.sharing_ul .fb_icon svg path {
  color: rgb(0 63 125);
}

.sharing_ul .fb_icon svg {
  color: rgb(0 63 125);
  fill: rgb(30, 44, 79);
  width: 100%;
  height: 100%;
  max-width: 10px !important;
  margin: auto;
}

.sharing_icons .sharing_ul a:hover {
  background-color: rgb(0 63 125);
}

.sharing_ul a:hover svg path {
  fill: #fff;
}

ul.dropdown_menu.dropdown_menu--animated.dropdown_menu-6.mob-drp-contnt.show {
  display: block !important;
  height: auto;
  padding: 0;
  background-color: #0000006b;
}

.sec_head:has(
    .menu-item.cat_menu_item.dropdown.dropdown-6.mobile-drop.menu-active
  )::after {
  content: "";
  height: 100vh;
  width: 100%;
  background-color: #00000073;
  top: 130px;
  left: 0px;
  position: fixed;
  z-index: -1;
}

ul.dropdown_menu.dropdown_menu--animated.dropdown_menu-6.mob-drp-contnt.show
  .dropdown-ul-inner
  .oter_dropul {
  padding: 40px;
  background-color: #fff;
}

ul.dropdown_menu.dropdown_menu--animated.dropdown_menu-6.mob-drp-contnt.show
  .dropdown-ul-inner
  .oter_dropul
  .dropdown_content
  .hdr_insdiecont {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.search-input.search_box .trending-category-btn {
  font-size: 12px;
  font-weight: 600;
}

.top_header.dark {
  position: relative;
}

.top_header.dark .navbar {
  position: unset;
}

.top_header.dark .menu li,
.top_header.dark .menu li.menu-item {
  position: unset;
}

header .menu .dropdown_menu {
  right: 0;
  padding: 30px 60px 30px 60px;
}

.top_header.dark .menu li .dropdown_menu-6 {
  animation: none;
}

.top_header.dark .menu-active span.dropdown_toggle {
  transform: rotate(180deg);
}

.dropdown-ul-inner li {
  width: 25%;
}

.login_box.size18 {
  font-size: 16px;
}

/* new changes */
.left_menu > .menu > .menu-item.cat_menu_item {
  border-radius: 8px;
}

.left_menu > .menu > .menu-item:hover {
  background-color: #ffffff45;
  border-radius: 8px;
}

.left_menu > .menu > .menu-item.menu-active {
  border-radius: 8px;
  background-color: #ffffff;
}

.left_menu > .menu > .menu-item.menu-active > a,
.menu-item.menu-active .dropdown_toggle i {
  color: #002345;
}

.foot-right-list {
  display: flex;
  align-items: center;
  gap: 5px;
}

.foot-right-list li a:hover {
  background-color: #ffffff30;
}

.foot-right-list li a {
  display: inline-flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.foot-right-list li a img {
  height: 30px !important;
  width: 25px !important;
  object-fit: contain;
}

.ft-btm-rgt .select-menu .options {
  background-color: #fff;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 70px;
  margin: 0;
  padding: 50px;
  height: 100%;
  width: 100% !important;
  z-index: 5;
  display: none;
  padding-top: 40px;
}

.ft-btm-rgt .select-menu .options .footer-langs-container {
  display: flex !important;
  flex-wrap: wrap;
}

.ft-btm-rgt .select-menu .options li {
  color: #000;
  width: 20%;
}

footer {
  position: relative;
  z-index: 99;
}

footer .options {
  display: flex;
}

footer::after {
  position: absolute;
  content: "";
  height: 90%;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url("https://localio.com/public/icons/footer_bg.svg");
  right: 0;
  background-position: bottom right;
  background-size: contain;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
  right: 100px;
}

button.reset {
  background-color: #003f7d;
  color: white;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #000;
}

.range-inputs {
  position: relative;
  margin-top: 20px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #00000047;
}

input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background-color: rgb(0 63 125);
  cursor: pointer;
  margin-top: -6px;
  pointer-events: auto;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  /* -webkit-appearance: none; */
  height: 14px;
  width: 14px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgb(0 63 125);
  pointer-events: auto;
  border: none;
}

input[type="range"]::-ms-thumb {
  appearance: none;
  height: 14px;
  width: 14px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgb(0 63 125);
  pointer-events: auto;
}

/* 10aprl2025 start  */

.dropdown-ul-inner .oter_dropul .hdr_dropul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: normal;
}

.dropdown-ul-inner .oter_dropul .hdr_dropul li {
  width: 31%;
  border-radius: 8px;
}

.dropdown-ul-inner .oter_dropul .inside_dropdown_cont .header_drop_inpt {
  display: flex;
  align-items: center;
  border: 1px solid #002347;
  border-radius: 50px;
  padding: 4px 5px;
}

.dropdown-ul-inner
  .oter_dropul
  .inside_dropdown_cont
  .header_drop_inpt
  .inside_text
  input {
  border: 0;
  outline: 0;
  padding: 6px;
  border-radius: 50px;
  width: 100%;
}

.dropdown-ul-inner
  .oter_dropul
  .inside_dropdown_cont
  .header_drop_inpt
  .drop_serach_btn {
  border-radius: 50px;
  width: 20%;
  background-color: #fd5602;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}

.dropdown-ul-inner
  .oter_dropul
  .inside_dropdown_cont
  .header_drop_inpt
  .inside_text {
  width: 80%;
}

/* 10aprl2025 end  */

/* btn class */
.btn-primary {
  color: #fff;
  background-color: #003f7d;
  border-color: #003f7d;
}

.alert-info {
  color: #000;
  background-color: #ffffff;
}

header .dropdown_menu li a:hover {
  color: #002345;
}

header .dropdown_menu li a .ab_img {
  display: inline-block;
  width: 20px;
}

.auto-choice-rgt {
  z-index: 1;
}

.price-input .currency {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  display: block;
  padding-left: 5px;
}

.price-input {
  position: relative;
  width: 40%;
}

.price-input input {
  padding-left: 20px;
  text-align: right;
}

/* 11 April 2025 */

.scl_login .login_link {
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 16px 26px !important;
  width: fit-content;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_box .login_link {
  display: inline-block;
  /* margin: auto; */
}

.l_goin1 {
  /* margin-left: 148px; */
  text-align: right;
}

.l_goin2 {
  /* margin-right: 168px; */
  text-align: left;
}

.form-row .frgt_btn .small {
  display: block;
  text-align: right;
  color: #06498b;
  font-weight: 500;
}

.sharing_icons .sharing_ul a {
  background-color: rgb(0 63 125);
  color: #fff;
}

.sharing_ul .svg svg {
  color: #fff;
  fill: #ffff;
}

.sharing_ul .svg svg path {
  fill: #fff;
}

.sharing_icons .sharing_ul a:hover {
  background-color: #fff;
  color: rgb(0 63 125);
}

/* .sharing_icons .sharing_ul a:hover .svg svg{
    fill: rgb(0 63 125);
}
     .sharing_icons .sharing_ul a:hover .svg svg path{
    fill: rgb(0 63 125);
} */

/* who we are */
/* .banner_row .banner_image_col {

    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
}

 .banner_row .banner_image_col .fr_css.bubble-wrp {
    margin-top: 30px;
}  */

/* 9aprl2025 start  */
.knwlge-lft,
.knwlge-rgt {
  border: 1px solid #e0dfe0;
  border-radius: 30px;
  padding: 30px;
}

.como_sec .knolwdge_page_inr .knwlge-lft .knwlge-hd {
  display: flex;
  justify-content: space-between;
}

.como_sec .knolwdge_page_inr .knwlge-lft .knwlge-cntnt {
  margin-top: 30px;
}

.como_sec .knolwdge_page_inr .knwlge-lft .knwlge-cntnt .knw_aflx {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  border-radius: 6px;
}

.como_sec .knolwdge_page_inr .knwlge-lft .knwlge-cntnt .list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.como_sec .knolwdge_page_inr .knwlge-rgt .knwlge-rgt-cntnt .list-unstyled {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.como_sec
  .knolwdge_page_inr
  .knwlge-rgt
  .knwlge-rgt-cntnt
  .list-unstyled
  .fw-bold {
  padding: 10px;
  border-radius: 6px;
  display: block;
}

.como_sec
  .knolwdge_page_inr
  .knwlge-rgt
  .knwlge-rgt-cntnt
  .list-unstyled
  .fw-bold:hover {
  background-color: #003f7d;
  color: #fff;
}

.como_sec .knolwdge_page_inr .knwlge-lft .knwlge-cntnt .knw_aflx:hover {
  background-color: #003f7d;
  color: #fff;
}

.como_secotr .knowledge_page2 .knwlege-detail-lft .knwlge-cntnt {
  margin-top: 20px;
}

.como_sec
  .knolwdge_page_inr
  .knwlge-rgt
  .knwlge-rgt-cntnt
  .list-unstyled
  .fw-bold.active {
  background-color: #003f7d;
  color: #fff;
}

/* 9aprl2025 end  */

button.cta.cta_white.register_btn {
  margin-top: -20px;
}

.row.g-3 {
  margin-bottom: -17px !important;
}

.contact_sec {
  padding: 50px 0px !important;
}

.xclusve-slider button.slick-prev.slick-arrow.slick-disabled:hover::before {
  background: #f9633b !important;
  border-color: #f9633b !important;
  color: #fff !important;
}

.xclusve-deal.light
  .xclusve-wrp
  button.slick-arrow.slick-disabled:hover::before {
  background: #f9633b !important;
  border-color: #f9633b !important;
  color: #fff !important;
}

/* .outer_slider.dark .latest-reviews-slider .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
    color: #fff;
    background: #FA6338;
}
.outer_slider .latest-reviews-slider button.slick-arrow.slick-disabled::before{
    color: #fff;
    background: #FA6338;
} */

/* .range-input {
    position: absolute;
    width: 100%;
    pointer-events: none; /* prevent interaction unless styled otherwise */
/* -webkit-appearance: none;
    background: transparent;
}

.range-input::-webkit-slider-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    background: #06498b;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}

.range-input::-webkit-slider-runnable-track {
    height: 5px;
    background: #ddd;
    border-radius: 5px;
} */

.price-slider-container #priceRangeSlider {
  height: 5px;
  width: 100%;
}

.price-slider-container #priceRangeSlider .noUi-connects {
  background-color: #06498b1a;
}

.price-slider-container #priceRangeSlider .noUi-connects .noUi-connect {
  background-color: #003f7d;
}

.price-slider-container #priceRangeSlider .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #003f7d;
  box-shadow: unset;
  border: none;
  right: -15px;
}

.price-slider-container #priceRangeSlider .noUi-handle::before,
.price-slider-container #priceRangeSlider .noUi-handle::after {
  display: none;
}

/*second */
.price-slider-container #priceRangeSlider2 {
  height: 5px;
  width: 95%;
}

.price-slider-container #priceRangeSlider2 .noUi-connects {
  background-color: #06498b1a;
}

.price-slider-container #priceRangeSlider2 .noUi-connects .noUi-connect {
  background-color: #003f7d;
}

.price-slider-container #priceRangeSlider2 .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #003f7d;
  box-shadow: unset;
  border: none;
  right: -15px;
}

.price-slider-container #priceRangeSlider2 .noUi-handle::before,
.price-slider-container #priceRangeSlider2 .noUi-handle::after {
  display: none;
}

.xclusve-deal .xclusve-wrp .xclusve-pack .xclu-txt-btn a.cta_white {
  background-color: #f9633b;
}

.xclusve-deal .xclusve-wrp .xclusve-pack .xclu-txt-btn a.cta_white:hover {
  background-color: #06498b;
}

.ft-btm-rgt .select-menu .select-btn:hover,
.ft-btm-rgt .select-menu .select-btn:hover i {
  color: #f9633b !important;
}

/* 23-April-2025 */
.login_form .contact_content .login_box a:hover {
  background: #003f7de8 !important;
}

/*
.popular-accordion-wrp .accor-btn .cta {
  padding: 15px 25px;
} */

.asn_dv .ans_ryt .site_vsit .shr_icn:hover {
  background-color: #06498b;
}

.asn_dv .ans_ryt .site_vsit .shr_icn:hover img.hover-icon {
  filter: brightness(0) invert(1);
}

.sftwre-alt-btn .cta:hover svg path {
  transition: none !important;
}

.ft-btm-rgt .select-menu .select-btn i {
  transition: none !important;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.4s;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.4s;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fixed-div {
  -webkit-animation: fadeIn 0.75s ease-out forwards;
  animation: fadeIn 0.75s ease-out forwards;
  background-color: #e6ecf3;
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 10px 10px rgb(0 63 125 / 4%);
}

header .sec_head {
  z-index: 99;
}

.crm_sec .ryt-rvw-btn a.cta.cta_orange:hover {
  background-color: #f9633b;
  border-color: #f9633b;
}

.crm_sec .ryt-rvw-btn a.cta.cta_orange {
  background: #06498b;
  border-color: #06498b;
}

.sales-crm-pack .fre_trail .accor-btn a.cta.cta_white {
  background-color: #f9633b;
  border-color: #f9633b;
}

.sales-crm-pack .fre_trail .accor-btn a.cta.cta_white:hover {
  background: #06498b;
  border-color: #06498b;
}

section.blog-sec.terms-sec {
  padding-bottom: 80px;
  padding-top: 200px;
}

/* active btn css */
.nav-link.active {
  width: auto;
  border-radius: 130px;
  padding: 15px 40px;
  margin: 0;
  border: 1px solid #000000;
  font-weight: 600;
}

.blog-sec .tab-content .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}

.blog-sec .accordion-button,
.tab-content .accordion-button:not(.collapsed) {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.tab-content .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

@media only screen and (max-width: 1599px) {
  .tab-content .accordion-button::after,
  .tab-content .accordion-button:not(.collapsed)::after {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
  .asn_dv .Tab-outerlnk #table-of-content ul {
  display: flex;
  align-items: center;
  justify-content: start !important;
  gap: 10px;
  margin: 0;
  overflow-x: scroll !important;
  overflow-y: hidden;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.asn_dv .Tab-outerlnk #table-of-content ul::-webkit-scrollbar {
  height: 4px;
}

.asn_dv .Tab-outerlnk #table-of-content ul::-webkit-scrollbar-track {
  background: #f7f9fb;
  cursor: pointer;
  border-radius: 10px;
}

.asn_dv .Tab-outerlnk #table-of-content ul::-webkit-scrollbar-thumb {
  background: #f9633b;
  cursor: pointer;
  border-radius: 10px;
}

.asn_dv .Tab-outerlnk #table-of-content ul::-webkit-scrollbar-thumb:hover {
  background: #d94e2b;
}
}

.tab-content .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "fontAwesome";
}

.tab-content .accordion-button::after {
  background-image: none;
  color: #fff;
  content: "\2b";
  font-family: "fontAwesome";
  background-color: #f9633b;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0s;
  padding-top: 2px;
}

.tab-content .accordion-button,
.tab-content .accordion-button:not(.collapsed) {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.tab-content .accordion-button:not(.collapsed)::after {
  content: "\2212";
  background-image: none;
  color: #fff;
  font-family: "fontAwesome";
  background-color: #f9633b;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0s;
  padding-top: 2px;
}

.tab-content .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.tab-content .accordion-item {
  margin-bottom: 20px;
  margin-bottom: 30px;
  border: 1px solid #06498b26 !important;
  border-radius: 15px !important;
  overflow: hidden;
  padding: 0px;
}

/* .mb-3 {
    margin-bottom: 1rem !important;
    margin-left: 400px;
} */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f9633b;
  border-color: #f9633b;
}

.nav-item .nav-link {
  width: auto;
  border-radius: 130px;
  padding: 15px 40px;
  margin: 0;
  /* border: 1px solid #000000; */
  font-weight: 600;
  /* color: #fff; */
  margin-right: 12px;
  background-color: #003f7d;
  color: #fff;
  /* Optional: change text color for better contrast */
  border-color: #003f7d;
}

.nav-item .nav-link:hover {
  background: #f9633b;
}

.nav-link:focus,
.nav-link:hover {
  color: #000;
}

.nav-link:focus {
  color: #000;
}

/* 29-april-2025 */

.dropdown_content ul.hdr_dropul li.dropdown_item-1.mb-3 {
  /* margin-left: 0; */
}

.nav-link:hover {
  background-color: #f9633b;
  color: #fff;
  /* Optional: change text color for better contrast */
  border-color: #f9633b;
}

.view-all {
  background-color: #f9633b;
  color: white;
  border-color: #f9633b;
  width: auto;
  border-radius: 130px;
  padding: 15px 33px;
  margin: 176px;
  /* border: 1px solid #000000; */
  font-weight: 600;
  /* color: #fff; */
}

.view-all:hover {
  background-color: #003f7d;
  color: white;
  border-color: #003f7d;
}

ul#pills-tab {
  /* margin-left: 356px; */
  justify-content: center;
  align-items: center;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.como_secotr2.p_120 {
  padding-top: 0px !important;
}

/* review-page css */
.banner_row.review-bnnr {
  display: flex;
}

.banner-image-col {
  width: 40%;
}

.review-section li {
  list-style: none;
}

.progress-list-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profres-value p {
  margin: 0;
}

.progress-box,
.star-div-ol {
  display: flex;
}

.star-div-ol,
.progress-list {
  padding: 0;
}

.review-cntnt-hd-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-crd-hd {
  display: flex;
  width: fit-content;
  gap: 20px;
  align-items: center;
}

.star-list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.review-section h2 {
  font-size: 38px !important;
  color: #002347;
}

.review-btn a {
  white-space: nowrap;
  padding: 15px 29px;
}

.review-section {
  padding: 130px 0;
}

.card-img img,
.card-img {
  min-width: 60px;
}

.crd-img-txt h6 {
  font-size: 20px !important;
  font-weight: 700;
  color: #002347;
  margin: 0;
}

.crd-img-txt p {
  font-size: 14px;
  margin: 0 !important;
}

.crd-stars {
  margin: 10px 0;
  gap: 10px;
  position: relative;
  width: fit-content;
}

.crd-stars span {
  position: absolute;
  right: -28px;
  bottom: -2px;
}

.translaton-txt a {
  font-size: 14px;
  color: #06498b;
  font-weight: 500;
}

.review-card {
  border: 1px solid #06498b17;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.crd-stars {
  display: flex;
  align-items: baseline;
}

.progress-box {
  width: 100%;
  max-width: 145px;
  background-color: #06498b14;
  border-radius: 10px;
  overflow: hidden;
  height: 10px;
}

.progress-fill {
  height: 100%;
  width: 80%;
  background-color: #06498b;
  transition: width 0.3s ease-in-out;
}

.review-star-box {
  border: 1px solid #06498b33;
  border-radius: 15px;
  padding: 20px 15px;
}

.progress-list {
  margin: 0;
}

.progress-list li {
  padding-bottom: 15px;
  line-height: 1;
}

.pagination-wrap .page-link {
  border: 1px solid #06498b1a !important;
  border-radius: 100% !important;
  color: #6e7485;
  padding: 0;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item.active .page-link {
  background-color: #06498b;
}

.pagination-wrap .pagination {
  justify-content: center;
  gap: 10px;
  padding-top: 40px;
}

.page-item.next .vector-aarrw svg {
  transform: rotate(180deg);
}

.vector-aarrw {
  display: flex;
}

.review-txt p {
  line-height: 1.5;
}

@media (max-width: 1599px) {
  .review-btn a {
    white-space: nowrap;
    padding: 12px 21px;
    font-size: 14px;
  }

  .review-section h2 {
    font-size: 29px !important;
  }

  .review-section {
    padding: 100px 0;
  }
}

@media (max-width: 1199px) {
  .review-section h2 {
    font-size: 28px !important;
    line-height: 1.2;
  }

  .review-cntnt-hd-top {
    align-items: start;
  }

  .pagination-wrap .pagination {
    padding-top: 20px;
  }

  .progress-list-item {
    gap: 10px;
  }

  .progress-box {
    max-width: 120px;
    height: 8px;
  }

  .review-star-box {
    padding: 18px 10px;
  }

  .review-bnnr .banner_content_inner p {
    font-size: 15px;
  }

  .banner_sec.help-cntr-bnr.inr-bnr .banner_row .banner_text_col {
    width: 50%;
  }

  .banner-image-col {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .row.review-row {
    gap: 30px;
  }

  .progress-list-item {
    gap: 20px;
  }

  .progress-box {
    max-width: 140px;
  }

  .star-div-ol {
    gap: 2px;
  }

  .review-section h2 {
    font-size: 29px !important;
  }

  .banner_sec.help-cntr-bnr.inr-bnr .banner_row .banner_text_col {
    width: 100%;
  }

  .banner-image-col {
    width: 100%;
  }

  .review-bnnr .banner_content_inner {
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .review-section {
    padding: 80px 0;
  }

  .review-bnnr.banner_row {
    gap: 0;
  }
}

@media (max-width: 575px) {
  .review-cntnt-hd-top {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding-bottom: 10px;
  }

  .review-section h2 {
    font-size: 20px !important;
  }

  .star-div {
    min-width: 99px;
  }

  .progress-list-item {
    gap: 10px;
  }

  .review-btn a {
    white-space: nowrap;
    padding: 10px 23px;
    font-size: 12px;
  }

  .review-card {
    padding: 15px;
    margin-bottom: 20px;
  }

  .crd-img-txt h6 {
    font-size: 16px !important;
  }

  .review-bnnr .banner_content_inner p {
    font-size: 13px;
  }

  .faq-inner {
    flex-direction: column;
  }

  .faq-inner .faq-hd {
    width: 100%;
  }

  .faq-inner .faq-accor {
    width: 100%;
  }

  .faq-inner .faq-accor #accordionExample {
    text-align: center;
  }

  .faq-inner .faq-accor #accordionExample a.view-all {
    margin: 0 !important;
  }
}

/* date - 22may   2025 */

.reviews_block
  .latest-reviews-slider.reviews_slider
  .review_card.light.slick-slide {
  border-radius: 20px;
  margin: 0px 0px;
}

.inner_box_silder .inn_sl_hed {
  gap: 6px;
  position: relative;
}

.wishlist > div a {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
}

.inner_box_silder .joh_box {
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.reviews_block
  .latest-reviews-slider.reviews_slider
  .review_card.light.slick-slide {
  padding: 0px;
}

/* date 23 may */
.star-rating .star-item {
  transition: transform 0.2s ease, color 0.2s ease;
}

.star-rating .star-item:hover {
  transform: scale(1.2);
  color: #ffc107 !important;
  /* Highlight color on hover */
}

/* Highlight all stars before hovered one */
.star-rating .star-item {
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

.star-rating .star-item.filled {
  opacity: 1;
}

/* Hover effect */
.star-rating:hover .star-item {
  opacity: 0.3;
}

.star-rating:hover .star-item:hover,
.star-rating:hover .star-item:hover ~ .star-item {
  opacity: 0.3;
  /* right of hovered star dimmed */
}

.star-rating:hover .star-item:hover ~ .star-item {
  opacity: 0.3;
}

.star-rating:hover .star-item:hover,
.star-rating:hover .star-item:nth-child(-n + var(--hover-value)) {
  opacity: 1;
}

/* Hover left stars stay filled */
.star-rating:hover .star-item:hover,
.star-rating:hover .star-item:nth-child(-n + 5):hover {
  opacity: 1;
}

.star-rating .star-item.js-hovered {
  color: #ffc107 !important;
  opacity: 1 !important;
}

/* date - 23 may 2025 */

.knowledge_page2 .knowledge_page_container > div .border_box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-direction: row-reverse; */
  width: 100%;
}

.knowledge_page2
  .knowledge_page_container
  > div
  .border_box
  ul
  li
  a
  .linkContainer
  > div {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

.knowledge_page2 .knowledge_page_container > div .border_box ul li {
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.knowledge_page2 .knowledge_page_container > div .border_box ul li:hover {
  background-color: #f7f7f7;
}

.knowledge_page2 .knowledge_page_container a:hover {
  color: #000;
}

.accordion-bdy-wrp .accor-bdy-btm .accor-bdy-row .review_card:hover {
  box-shadow: 0px 30px 40px 0px #06498b1a;
}

.outer_slider
  .reviews_block
  .latest-reviews-slider.reviews_slider
  .review_card.light.slick-slide {
  border: none;
}

.outer_slider
  .reviews_block
  .latest-reviews-slider.reviews_slider
  .review_card.light.slick-slide:hover {
  box-shadow: 0px 30px 40px 0px #06498b;
}

.top-automotive-sec .auto-choice-lft .filter-section h3 {
  font-size: 20px;
}

.asn_main_sec ul.pro-detail-bar-lst li span {
  width: 60px;
}

.feture_box .prgs_br {
  width: 260px;
}

/* Front/user/category_details File  */
.star-rating li {
  display: inline-block;
  margin-right: 5px;
}

.star-rating i {
  font-size: 24px;
}

/* Frontend/user/support/expert_guide.blade  */

.review-rating {
  display: flex;
  align-items: center;
}

.rating {
  display: flex;
}

.filled {
  color: gold;
}

.empty {
  color: lightgray;
}

.rating-value {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
}

.latest-reviews-slider button:hover::before {
  background-color: #f9633b;
}

.latest-reviews-slider button::before {
  background-color: #002347;
}

.cta.cta_white {
  background-color: #f9633b;
  border-color: #ffffff;
  color: white;
  text-transform: capitalize;
}

.cta.cta_white:hover {
  background-color: #002347;
  border-color: #ffffff;
  color: white;
  text-transform: capitalize;
}

/* Frontend/user/product/product_detail.blade */
.pricing_card {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.pricing_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pricing_header {
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}

.pricing_header h6 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

.pricing_amount {
  margin-bottom: 20px;
}

.pricing_amount h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

.pricing_amount h3 .big_text {
  font-size: 16px;
  opacity: 0.7;
  font-weight: 400;
}

.original_price {
  margin-top: 8px;
  color: #777;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.discount_badge {
  background-color: #ff5722;
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.additional_info {
  font-size: 14px;
  color: #777;
  margin-top: 8px;
}

.pricing_features {
  margin-bottom: 24px;
  flex-grow: 1;
}

.pricing_features ul li {
  margin-bottom: 10px;
}

.pricing_features ul li:last-child {
  margin-bottom: 0;
}

.grn_chk {
  margin-right: 2px;
  flex-shrink: 0;
}

.pricing_action {
  margin-top: auto;
}

.cta_white {
  background-color: #fff;
  border: 1px solid #0066ff;
  color: #0066ff;
}

.cta_white:hover {
  background-color: #f5f8ff;
}

.discount_timer {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  color: #ff5722;
  font-weight: 500;
}

/* Frontend/user/terms_condition/privacy_policy.blade */

#pvc_section {
  padding-top: 196px !important;
}

h6.t_condition {
  color: #003f7d;
}

h6.t_condition a:hover {
  color: #f9633b;
}

/* Frontend/Livewire/user/category-page.blade */

/* Toggle switch styling */
.toggle-bg {
  transition: background-color 0.2s;
}

.toggle-dot {
  transition: transform 0.3s;
}

input:checked ~ .toggle-bg {
  background-color: #4c51bf;
}

input:checked ~ .toggle-dot {
  transform: translateX(100%);
}

/* Active filters display */
.active-filter {
  background-color: #e9f3ff;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
}

.remove-filter {
  margin-left: 4px;
  color: #666;
}

.remove-filter:hover {
  color: #ff0000;
}

.automotive-card {
  transition: none;
}

.automotive-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Frontend/Livewire/category-search.blade */

/* Container Styling */
.dropdown-flex-container {
  display: flex;
  flex-wrap: wrap;
}

.trending-label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.trending-category-btn {
  background-color: #f2f2f2;
  border: none;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.trending-category-btn:hover {
  background-color: #f9633b;
  color: #fff;
}

/* Search Button Styling */
.drop_serach_btn {
  background-color: #f9633b;
  padding: 8px;
  border-radius: 4px;
}

.drop_serach_btn:hover {
  background-color: #002347;
}

.drop_serach_btn i {
  color: #fff;
}

.drop_serach_btn:hover i {
  color: #fff;
}

/* Dropdown Item Hover Effects */
.dropdown_item-1:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown_item-1:hover .hdr_insdiecont {
  color: #f9633b;
}

.dropdown_item-1:hover .header_img {
  transform: scale(1.1);
}

.header_img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hdr_insdiecont {
  font-size: 1.1rem;
  font-weight: 500;
}

.category-list {
  padding: 0;
}

.top_header.dark .menu li .dropdown_menu-6 {
  cursor: auto;
}

/* Frontend/Livewire/product-form.blade */

/* Fix Select2 styles */
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #dbdfea;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #ebeef2;
  border: 1px solid #dbdfea;
  margin-top: 4px;
  padding: 0 8px;
  border-radius: 3px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 5px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  min-width: 150px;
}

/* Fix CKEditor styles */
.ck.ck-content {
  min-height: 10rem;
}

/* Make file inputs better styled */
.form-control-file {
  padding: 0.375rem 0.75rem;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  width: 100%;
  line-height: 1.5;
}

/* Style the price inputs */
#price-container .input-group {
  margin-bottom: 0.75rem !important;
}

#price-container .form-control,
#price-container .form-select {
  border-radius: 0;
}

#price-container .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#price-container .btn-danger {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Frontend/Livewire/product-search.blade */

/* Container Styling */
.dropdown-flex-container {
  display: flex;
  flex-wrap: wrap;
}

/* Trending Category Button */
.trending-category-btn {
  background-color: #f2f2f2;
  border: none;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.trending-category-btn:hover {
  background-color: #f9633b;
  color: #fff;
}

/* Search Button Styling */
.drop_serach_btn {
  background-color: #f9633b;
  padding: 8px;
  border-radius: 4px;
}

.drop_serach_btn:hover {
  background-color: #002347;
}

.drop_serach_btn i {
  color: #fff;
  /* Changed from black to white */
}

.drop_serach_btn:hover i {
  color: #fff;
  /* Keep white on hover */
}

/* Dropdown Item Hover Effects */
.dropdown_item-1:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown_item-1:hover .hdr_insdiecont {
  color: #f9633b;
}

.dropdown_item-1:hover .header_img {
  transform: scale(1.1);
}

.header_img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hdr_insdiecont {
  font-size: 1.1rem;
  font-weight: 500;
}

.product-list {
  padding: 0;
}

.trending-label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

/* Frontend/Livewire/top-rated-product.blade */

.star-rating li {
  display: inline-block;
  margin-right: 5px;
}

.star-rating i {
  font-size: 24px;
}

/* Price Filter Slider Styles */
.price-slider-container {
  position: relative;
  padding-top: 20px;
  margin-bottom: 15px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  pointer-events: none;
  outline: none;
  margin: 0;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff9800;
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid white;
  box-shadow: 0 0 0 1px #ddd;
}

.slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff9800;
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid white;
  box-shadow: 0 0 0 1px #ddd;
}

.min-slider {
  z-index: 1;
}

.max-slider {
  z-index: 2;
}

.slider-track {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ddd;
}

.price-inputs {
  margin-top: 20px;
}

.price-input {
  position: relative;
  width: 45%;
}

.price-input .currency {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.price-input input {
  padding-left: 20px;
  text-align: right;
}

.price-separator {
  font-weight: 500;
  color: #666;
}

.quick-price-filters .btn-outline-secondary {
  border-color: #ddd;
  color: #666;
  font-size: 12px;
  transition: all 0.3s;
}

.quick-price-filters .btn-outline-secondary:hover,
.quick-price-filters .btn-outline-secondary.active {
  background-color: #ff9800;
  border-color: #ff9800;
  color: white;
}

.automotive-card {
  transition: none;
}

.automotive-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.custom-pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  gap: 8px;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #f8f9fa;
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: none !important;
  text-decoration: none;
}

.pagination-btn:hover {
  background-color: #e9ecef;
  color: #495057;
  transform: translateY(-1px);
}

.pagination-btn.active {
  background-color: #007bff;
  color: white;
  /* box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3); */
}

.pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-arrow {
  background-color: #f8f9fa;
  color: #6c757d;
}

.pagination-arrow:hover:not(.disabled) {
  background-color: #ff6b35;
  color: white;
}

.pagination-arrow.next {
  background-color: #ff6b35;
  color: white;
}

.pagination-arrow.next:hover {
  background-color: #e55a2b;
}

.pagination-dots {
  color: #6c757d;
  font-weight: bold;
  padding: 0 8px;
}

.subs_sec .subs_content {
  max-width: 1050px;
  text-align: center;
  margin: auto;
}

@media (max-width: 576px) {
  .custom-pagination-wrapper {
    gap: 4px;
  }

  .pagination-btn {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .latest_review_part_footer .reviews_block .inner_box_silder {
    margin: 0;
  }

  .reviews_block
    .latest-reviews-slider.reviews_slider
    .review_card.light.slick-slide {
    padding: 0px 15px;
  }

  .xclusve-wrp .slick-next,
  .top-rated-slider .slick-next,
  .reviews_block .slick-next {
    left: 60px;
    right: 0;
  }

  .latest_review_part_footer .inner_box_silder .inn_sl_hed {
    gap: 5px;
    align-items: flex-start;
  }
}

.error-border {
  border: 1px solid red !important;
}

.unq_btn {
  background-color: #fd5602;
  border: 1px solid #fd5602;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  border-radius: 130px;
  padding: 13px 38px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  max-width: fit-content;
}

.unq_btn:hover {
  background-color: #fff;
  color: #fd5602;
}

.pricing_plans_row .table_st_1 {
  width: 100%;
}

/* 29jul 2025 start  */

.asan-slider-btm img:focus-visible {
  outline: none !important;
  border: none !important;
}

.asan-slider.asan-slider-btm
  .slick-list.draggable
  .slick-track
  .slick-slide
  img {
  height: 100% !important;
}

.altr-lft-div {
  display: flex !important;
  align-items: center !important;
}

.altr-rgt-div {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* 29jul 2025 end  */

/* 30jul2025 start */

.right_bottom.col-lg-6.hd_str {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.inn_ul .rating-stars i {
  font-size: 15px;
}

/* 30jul2025 end */

/* 12 August 2025 */

.hd-innr-txt .inside_text a:hover {
  cursor: pointer;
}

.linkContainer {
  width: 100%;
}

.body_hiden {
  overflow: hidden;
}

/* 10sep start  */

.faq-section {
  background-color: #06498b08;
  padding: 40px 20px !important;
}

.como_secotr2 {
  padding: 80px 0;
}

.product_pricing_sec .section_title h3 {
  color: #002347 !important;
}

/* 10sep end  */

/* 11 sept */
.search-box input[type="text"]::placeholder {
  font-size: 17px !important;
}

.auto-choice-lft .search-box input {
  /* border-radius: 110px; */
  padding: 16px 26px 14px 24px !important;
}

/* 12sep start  */

.crm_sec {
  margin-top: 40px;
}

.innr_pr h5 {
  line-height: normal;
  font-weight: 400 !important;
}

.lcl_text .big-bld {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.worth-it {
  margin: 2px 0 20px 0;
}

.outer_slider .head_box h2 {
  color: #fff !important;
}

/* 12sep end  */

/* 18sep2025 start  */

.asn_dv .frst_re_2 p {
  font-weight: 400;
}

/* 18sep2025 end  */

/* 22sep2025 start  */

.con_table .row.pt-0.p_50 .col-lg-9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.con_table .row.pt-0.p_50 .col-lg-9 .inner_table_1 .row.sld_rw .col-lg-12 {
  padding: 0 !important;
}

.con_table .review_sec .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.con_table .pricing_plans_row .col-lg-4 {
  margin-bottom: 24px !important;
}

.con_table .review_sec h2 {
  text-align: left;
}

.con_table .product_pricing_sec {
  background-color: #06498b08;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  padding-bottom: 20px !important;
  padding-top: 30px !important;
}

/* 22sep2025 end  */

.product-page-body .sec_head {
  position: static !important;
}

/* 24sep start  */
.sftwre-like-innr .sftwre-asana-hd h2 {
  color: #fff !important;
}

.asn_main_sec .an_lkd h2 {
  padding: 0 !important;
}

.asn_main_sec .asn_dv_contnt .top-pro-btn.tp_visit {
  width: 100%;
  display: flex;
  justify-content: end;
}

.asn_main_sec .asn_dv .ans_ryt .site_vsit {
  flex-direction: column !important;
}

.asn_main_sec .asn_dv .ans_ryt .site_vsit .right_bottom {
  width: 100%;
}

.asn_main_sec .asn_dv .asn-rating .product-pricing {
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 18px;
}

.pvc_sec h5 {
  color: #002347 !important;
}

.works h2 {
  text-align: center;
  margin-bottom: 20px;
}

.few_clicks h2 {
  text-align: center;
}

/* 24sep end  */

/* 25sep 2025 start  */

.tikcrsotr .pros_ot .pr_pros .innr_pr .greenfonticon {
  width: 14px;
  height: 20px;
  color: #28a745;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.tikcrsotr .pros_ot .pr_pros .innr_pr h5 {
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
  /* font-weight: 600 !important; */
}

.tikcrsotr .cons_ot .pr_cons .innr_pr .redboxicon {
  width: 14px;
  height: 18px;
  color: #dc3545;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.tikcrsotr .cons_ot .pr_cons .innr_pr h5 {
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
}

.pros-cons .tikcrsotr {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.pros-cons .tikcrsotr .pros_ot {
  width: 50%;
  padding: 30px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 10px;
}

.pros-cons .tikcrsotr .cons_ot {
  width: 50%;
  padding: 30px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 10px;
}

.pros-cons .tikcrsotr .pros_ot h3 {
  font-weight: 600 !important;
  font-size: 20px !important;
}

.pros-cons .tikcrsotr .cons_ot h4 {
  font-weight: 600 !important;
  font-size: 20px !important;
  margin-bottom: 8px !important;
}

.asn_main_sec .an_lkd h1 {
  font-size: 28px !important;
  font-weight: 700;
  padding: 0 !important;
  margin-bottom: 4px !important;
  color: #002347 !important;
}

.populr-alternative .populr-alter-wrp h2 {
  padding-left: 20px !important;
  margin-bottom: 20px;
}

.con_table .product_pricing_sec .section_title h2 {
  text-align: left;
  padding-left: 10px !important;
}

.knowledge_page_container .border_box h5 {
  font-size: 24px;
}

.como_secotr2 .hlpcenter {
  text-align: center;
  margin-bottom: 30px;
}

/* 25sep 2025 end */

/* 26sep 2025 start  */
.right_tool_sec .right-tool-wrp h2 {
  color: #fff !important;
}

.right_tool_sec .right-tool-pack .tool-card .tool-crd-bdy h3 {
  color: #fff !important;
}

.asn_main_sec .asn_dv .ans_ryt .site_vsit .right_bottom .rate_box {
  font-size: 14px;
  font-weight: 400;
}

.feture_box ul li .lyt-text {
  color: #000;
  font-weight: 400;
}

.choice-business {
  background-color: #f7f9fb;
  padding: 24px 30px;
  border-radius: 0;
  margin-bottom: 30px;
}

.main_feture .feture_box .src_box h2 {
  margin: 10px 0px;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.como_sec.como_sec_2 h2 {
  text-align: center !important;
}

/* 26sep 2025 end  */

/* 30 september  */

.alert.alert-info p {
  font-size: 16px !important;
  text-align: left !important;
  color: #000000 !important;
}

.pros-cons p {
  font-weight: 400;
}

.pros-cons {
  background-color: #003f7d;
  padding-left: 40px;
  padding-right: 40px;
}

.pros-cons * {
  color: #fff !important;
}

.crm_sec .selct_box #sort-form #rating-select {
  cursor: pointer;
}

.como_sec.como_sec_2 h2 {
  text-align: left !important;
}

.expert-guide-banner .bubble-wrp {
  display: none;
}

.expert-guide-banner {
  padding-bottom: 0;
}

/* 30 sep  */

.expert-guide-banner {
  padding-top: 170px;
}

.expert-guide-banner .banner_content_inner {
  margin-bottom: 60px;
}

.filter-section h3 {
  color: #002347 !important;
  font-weight: 500 !important;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-section .form-check span {
  color: #000000;
}

.price-input .currency {
  color: #000000;
}

.filter-section .form-check .form-check-label {
  color: #000000;
  font-weight: 500;
}

/* 1 october  */

.crm_sec {
  background: #f7f9fb;
  padding: 30px;
}

/* new css today  */

.price-input .currency {
  color: #000000 !important;
}

.price-separator {
  color: #000000 !important;
}

.price-input input {
  color: #000000 !important;
}

.filter-section .accordion-body select.form-select {
  color: #000000 !important;
}

.alert-info {
  color: #000000;
  padding-left: 0;
}

.top-pro-btn.snd_bttn .cta {
  font-weight: 600;
}

.crm_sec .ryt-rvw-btn .cta_orange {
  padding: 15px 40px;
}

.crm_sec .selct_box #sort-form #rating-select option {
  background: #fff;
  color: #000000;
}

.crm_sec .selct_box #sort-form #rating-select {
  cursor: pointer;
  border: 1px solid #d9cdcd;
  border-radius: 4px;
  padding: 8px 14px;
}

.crm_sec #sort-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.crm_sec .selct_box #sort-form #rating-select {
  width: 170px;
}

.form-select:focus {
  box-shadow: unset;
}

section.reviews-section .swiper.myReviewSlider .swiper-button-next,
.swiper-button-prev {
  color: #fff;
  height: 45px;
  width: 45px;
  background-color: #002347;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
}

section.reviews-section .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}

/* 6oct start  */

.reviews-section .swiper.myReviewSlider .swiper-button-next {
  right: 0%;
}

.reviews-section .swiper.myReviewSlider .swiper-button-prev {
  left: -10px;
}

.swiper-wrapper {
  overflow: visible !important;
}

.swiper.myReviewSlider {
  overflow: visible !important;
}

.reviews-section {
  overflow: hidden !important;
}
.reviews-section .swiper.myReviewSlider .swiper-button-next::after {
  margin-left: 4px;
}
.reviews-section .swiper.myReviewSlider .swiper-button-prev:after {
  margin-right: 4px;
}
section.reviews-section .swiper.myReviewSlider .swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #f9633b;
}
/* 6oct end  */

/* 8oct2025 start */

.asn_dv .Tab-outerlnk #table-of-content {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.asn_dv .Tab-outerlnk {
  max-width: 100%;
  width: 100%;
  margin: 14px auto 0;
}
.asn_dv .Tab-outerlnk #table-of-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;

}
.asn_dv .Tab-outerlnk #table-of-content ul li a {
  font-weight: 600;
  font-size: 15px;
}

.asn_dv .Tab-outerlnk #table-of-content ul li a.active {
  position: relative;
}
.asn_dv .Tab-outerlnk #table-of-content ul li a.active:after {
  background-color: #06498b;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 100%;
}
.asn_main_sec.asn_main_sec_2 .fixed-div {
  height: 160px;
}
/* 8oct2025 end */

/* 9oct2025 start  */
.key-fea-lst p {
  font-weight: 500;
}
.filter-section .accordion-body {
  padding: 0;
}
.auto-choice-lft h3 {
  color: #002347 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.como_sec ul.list-unstyled a li div strong {
  font-weight: 500;
}
.knowledge_page_container .border_box .list-unstyled .linkContainer b {
  font-weight: 500;
  font-size: 16px;
}
.asn_dv .Tab-outerlnk #table-of-content ul li a {
  border-radius: 5px 5px 0 0;
  padding: 4px 10px !important;
}
.asn_dv .Tab-outerlnk #table-of-content ul li a.active {
  background-color: #06498b0d;
  color: #003f7d;
}
/* 9oct2025 end  */

/* 13oct2025 start */

.business-features {
  padding: 60px 0;
}
.business-features .feature-section {
  margin-top: 20px;
}
.business-features .feature-section .feature-card .feature-texts h6 {
  color: #002347;
  margin: 0;
  font-size: 18px;
}
.business-features .feature-section .feature-card .feature-texts .feature-content {
  font-weight: 500;
  font-size: 18px;
}
.business-features .feature-section .feature-card .feature-texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #f9633b1f, #f9633b7a);
  padding: 6px 10px;
  margin-bottom: 10px;
}
.business-features .feature-section .feature-card p {
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.business-integration-section .integration-items {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.business-integration-section .integration-items .integration-inboxs {
  border: 1px solid rgb(229, 229, 229);
  padding: 16px 24px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgb(218 228 238);
  width: 20%;
}
.business-integration-section .integration-items .integration-inboxs .integration-item img {
  max-width: 32px;
  width: 100%;
  max-height: 32px;
  height: 100%;
}
.business-integration-section .integration-items .integration-inboxs .integration-item {
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
}
.business-integration-section {
  padding: 10px 0 40px 0;
}
.business-integration-section p.text-secondary {
  font-weight: 500;
  font-size: 18px;
  color: #002347 !important;
}
  .asn_dv .Tab-outerlnk #table-of-content ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin: 0;
}
.worth-it h2 {
  text-transform: capitalize;
}
/* 13oct2025 end */
