@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Poppins";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Poppins";
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
li {
  font-family: "Poppins";
  font-style: normal;
}
a {
  text-decoration: none !important;
}
.container {
  padding-left: 90px !important;
  padding-right: 90px !important;
  max-width: 100% !important;
}
.container-fluid {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 100% !important;
}

/*-------<< Header Section CSS Start Here>>-------*/
/*.navbar {
  height: 72px;
}*/
.navbar .navbar-brand img {
  height: 50px;
}
.navbar.fixed-top.navbar-expand-lg.bg-body-tertiary {
    background: #f7f7f9;
  padding: 15px 0;
  box-shadow: 0 2px 4px 0 #fcddec;

}
.navbar .header_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-left: 20px;
}
.navbar .nav-link {
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px !important;
  padding-left: 40px !important;
}
.navbar .header_btns .login_btn {
  border-radius: 4px;
  border: 1px solid #d3844a;
  color: #d3844a;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 11px 26px;
  font-feature-settings: "salt" on, "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 16px;
}
.request_demo_btn {
  border-radius: 4px;
  background: #be7b2e;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 46px;
}

.request_demo_btn:hover {
  color: #fff !important;
}

/*-------<< Header Section CSS End Here>>-------*/
/*-------<<  Header Bottom Contact Section CSS Start Here>>-------*/
#nav_contact_sec {
  backdrop-filter: blur(13px);
  margin-top: 50px;
}

#nav_contact_sec .nav_contacts {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#nav_contact_sec .nav_contacts .fa {
  color: #e6ecfd;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 11px;
  margin-right: 5px;
}
#nav_contact_sec .nav_contacts a {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.143px;
  margin: 0px 17px;
}
#nav_contact_sec .nav_contacts a img {
  height: 26px;
  margin-right: 5px;
}
/*-------<<  Header Bottom Contact Section CSS End Here>>-------*/

/*-------<<  Hero Banner Section CSS Start Here>>-------*/

#banner_sec {
  background: url(../../assets/img/hero_banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 667px;
}
#banner_sec .banner_text {
  padding-top: 72px;
  padding-bottom: 47px;
}
#banner_sec .banner_text h5 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin: 0px;
}
#banner_sec .banner_text h5 span {
  font-weight: 700;
}
#banner_sec .banner_text h2 {
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 58px;
  font-weight: 700;
  line-height: 66px;
  margin: 22px 0px;
}
#banner_sec .banner_text h2 span {
  color: #fac422;
}
#banner_sec .banner_text p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.search_box {
  position: relative;
}
.search_box .search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.search_box .search .dropdown-menu.show {
  transform: translate(0.8889px, 72.2222px) !important;
}
.search_box .btn_action {
  border: none !important;
  border-radius: 40px 0px 0px 40px;
  background: #f5f8fe;
  padding-left: 26px;
  padding-right: 6px;
}
.search_box .form-control {
  border-radius: 0px 40px 40px 0px !important;
  border: 1px solid #fff !important;
  background: #fff;
  box-shadow: 0px 8px 25px 0px rgba(13, 10, 44, 0.06) !important;
  height: 70px;
  padding-left: 20px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.search_box .form-control::placeholder {
  color: #212121;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 50px;
}
.search_box .search input:focus {
  box-shadow: none;
  border: 2px solid blue;
}

.search_box .search .fa-search {
  position: absolute;
  top: 30%;
  left: 16px;
  width: 24px;
  height: 24px;
}

.search_box .search .search_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  padding: 16px 43px 17px 44px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
  border-radius: 40px !important;
  background: #0b4ccb;
  box-shadow: 0px 3px 12px 0px rgba(74, 58, 255, 0.18);
  z-index: 9;
}
.search_box .input-group {
  height: 70px;
  border-radius: 40px;
  border: 1px solid #fff;
  box-shadow: 0px 8px 25px 0px rgba(13, 10, 44, 0.06);
  background: #f5f8fe;
}
.search_box button {
  border: none !important;
  background: #f5f8fe;
  padding-right: 20px;
}
.search_tag {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-self: center;
  gap: 17px;
}

.search_tag a {
  padding: 10px 13px 10px 15px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(13px);
}

#scroll_search {
  padding-top: 18px;
  padding-bottom: 26px;
  background: #0b4ccb;
  display: none;
}
#scroll_search.fixed {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky_search_box {
  border-radius: 40px;
  background: #fff;
  padding: 21px 30px 44px 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 35px;
}
.sticky_search_box .search_data {
}
.sticky_search_box .row:hover {
  border-radius: 4px;
  background: #f5f8fe;
}
.sticky_search_box .search_title h3 {
  color: #17181a;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.17px;
  margin: 0px;
}
.sticky_search_box .search_data p {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
}
.text_blue {
  color: #5d5fef !important;
  font-weight: 600 !important;
}

.sticky_search_box .search_title h4 {
  color: #0b4ccb;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.17px;
  margin: 0px;
}

.sticky_search_box .search_data .text_gray {
  color: #4f4f4f;
  font-weight: 600;
}

/*-------<<  Hero Banner Section CSS End Here>>-------*/

/*-------<<  Our Journey Section CSS End Here>>-------*/

#our_journey_sec {
  background: #f5f8fe;
  padding: 57px 0px 47px 0px;
  align-items: center;
}

#our_journey_sec .our_journey_text h2 {
  color: #222223;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin: 0px;
}
#our_journey_sec .our_journey_text p {
  color: #1c1c1c;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 17px;
}
#our_journey_sec .our_journey_box {
  padding-left: 30px;
}
#our_journey_sec .our_journey_box img {
  height: 35px;
}
#our_journey_sec .our_journey_box h4 {
  color: #17181a;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.2px;
  margin-top: 30px;
  margin-bottom: 18px;
}
#our_journey_sec .our_journey_box p {
  color: #7d7d7d;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.187%;
  margin: 0px;
}
/*-------<<  Our Journey Section CSS End Here>>-------*/

/*-------<<  Home Page About us Section CSS Start Here>>-------*/

#home_about_sec {
  background: #fff;
  padding: 50px 0px;
}

#home_about_sec .home_about_text h5 {
  color: #37393f;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  position: relative;
}
#home_about_sec .home_about_text h5::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 5px;
  background: #ffd91d;
  width: 14px;
  height: 14px;
}
#home_about_sec .home_about_text h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 121%;
  margin-top: 16px;
  margin-bottom: 22px;
}
#home_about_sec .home_about_text h2 span {
  color: #0b4ccb;
}

#home_about_sec .home_about_text p {
  color: #4f4f4f;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.4px;
}
#home_about_sec .home_about_img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#home_about_sec .home_about_img img {
  border-radius: 8px;
  background: url(<path-to-image>), lightgray 50% / cover no-repeat;
}
/*-------<<  Home Page About us Section CSS End Here>>-------*/

/*-------<<  Home Page Service Section CSS End Here>>-------*/

#home_service_sec {
}

#home_service_sec .bg_light_blue {
  background: #f5f8fe;
  padding: 45px 0px;
}
#home_service_sec .home_service_text h4 {
  color: #000;
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  margin: 0px;
}

#home_service_sec .home_service_text p {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
  margin-top: 10px;
}

.home_service_img img {
  height: 386px;
}

.learn_more_btn {
  border: 1px solid #0b4ccb;
  background: #fefefe;
  color: #0b4ccb;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.325px;
  padding: 13px 22px 13px 26px;
}

.learn_more_btn::after {
  content: "\f178";
  display: inline-block;
  padding-left: 17px;
  vertical-align: middle;
  font-weight: 900;
  font-family: FontAwesome;
  font-size: 18px;
}
#home_service_sec .bg_white {
  background: #fff;
  padding: 45px;
}
/*-------<<  Home Page Service Section CSS End Here>>-------*/

/*-------<<  Home Page Reasons Section CSS End Here>>-------*/

#reasons_sec {
  background: #f5f8fe;
  padding: 50px 0px;
}
#reasons_sec .title h3 {
  color: #000;
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  text-align: center;
}

#reasons_sec .title h3 span {
  color: #0b4ccb;
}
#reasons_sec .reasons_box {
  padding: 20px 29px;
  border-radius: 15px;
  border: 1px solid #eaeaea;
  background: #fff;
  height: 100%;
}
.reasons_box:hover {
    box-shadow: 0px 0px 15px silver;
    transition: 0.9s ease-out;
}
#reasons_sec .reasons_box img {
  height: 64px;
  margin-bottom: 24px;
  border-radius: 15px;
  background: #fff4e2;
  height: 64px;
}
#reasons_sec .reasons_box h4 {
  color: #18191f;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0px;
}
#reasons_sec .reasons_box p {
  color: #828282;
  font-size: 14.999px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.469px;
  margin-top: 12px;
  /* margin-bottom: 0px; */
}

/*-------<<  Home Page Reasons Section CSS End Here>>-------*/
/*-------<<  Subscribe Section CSS Start Here>>-------*/
#subscribe_sec {
  background: #fff;
  padding: 25px 0px;
}
#subscribe_sec .subscribe_bg {
  background: url(../../assets/img/subs_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 59px;
  height: 401.074px;
}
#subscribe_sec .subscribe_bg h2 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}
#subscribe_sec .subscribe_bg p {
  color: rgba(255, 255, 255, 0.83);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 0.16px;
  margin-bottom: 35px;
}

#subscribe_sec .subscribe_box {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
#subscribe_sec .form-control {
  border-radius: 40px;
  background: #fff;
  border: none !important;
  box-shadow: 0px 8px 25px 0px rgba(13, 10, 44, 0.06) !important;
  height: 65px;
  padding-left: 20px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#subscribe_sec .form-control::placeholder {
  color: #969aa0;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 30.6px */
  letter-spacing: -0.17px;
}

#subscribe_sec .subscribe_box .subscribe_btn {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  padding: 18px 39px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border: none !important;
  border-radius: 40px;
  background: #e15c19;
  box-shadow: 0px 3px 12px 0px rgba(74, 58, 255, 0.18);
  z-index: 9;
}
/*-------<<  Subscribe Section CSS End Here>>-------*/

/*-------<<  Faq Section CSS Start Here>>-------*/

#faq_sec {
  background: #f5f8fe;
  padding: 50px 0px;
}
#faq_sec .faq-heading {
  margin-bottom: 55px;
}
#faq_sec .faq-heading h3 {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  text-align: center;
}
#faq_sec .faq-heading h3 span {
  color: #0b4ccb;
}
#faq_sec button.accordion-button.collapsed {
  border-radius: 10px !important;
  border: 1px solid #eaeaea;
  background: #fff;

  color: #1e255e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 50px;
}
#faq_sec .accordion-item {
  border: none;
  margin-bottom: 26px;
}
#faq_sec .accordion-button:not(.collapsed) {
  border-radius: 10px;
  border: 1px solid #0b4ccb;
  border-bottom: none;
  background: #fff !important;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #fff;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  padding: 38px 50px 0px;
}
#faq_sec .accordion-flush .accordion-collapse {
  border-width: 0;
  background: #fff;
  color: #4f4f4f !important;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.2px;
  border-bottom-left-radius: 30px !important;
  border-top: none !important;
  border-bottom-right-radius: 30px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  color: #ffffff;
}
#faq_sec .accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/img/faq_close_icon.png") !important;
  width: 40px;
  height: 40px;
  background-size: cover;
}
#faq_sec .accordion-button::after {
  width: 40px;
  height: 40px;
  content: "";
  background-image: url("../../assets/img/faq_open_icon.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
}
#faq_sec .accordion-body {
  padding: 5px 50px 38px;
  border: 1px solid #0b4ccb;
  border-top: none;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  background: #fff;
}

#faq_sec .accordion-item {
  background: transparent;
}

#faq_sec .accordion-button:focus {
  box-shadow: none;
}
#faq_sec {
  padding-bottom: 91px;
}
/*-------<<  Faq Section CSS End Here>>-------*/

/*-------<<  Price Section CSS Start Here>>-------*/

#pricing_offer_sec {
  padding: 50px 0px;
  background: #fbfbfb;
}

#pricing_offer_sec h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #212121;
  position: relative;
}

#pricing_offer_sec h2::after {
  content: "";
  position: absolute;
  background-color: #de3e38;
  border-radius: 2px;
  bottom: -8px;
  left: 50%;
  width: 145px;
  height: 4px;
  transform: translateX(-50%);
}

#pricing_offer_sec .packages.active {
  background: #e04943 !important;
  box-shadow: 0px 12px 26px #ff9b97;
  border-radius: 12px !important;
  color: #fff !important;
  margin: 0px;
}

#pricing_offer_sec .packages.active h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

#pricing_offer_sec .packages.active h4 {
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: -0.005em;
  color: #fff;
}

#pricing_offer_sec .packages.active h4 span {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  vertical-align: middle;
  margin: 0px;
}

#pricing_offer_sec .packages.active p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

#pricing_offer_sec .packages.active .price_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  gap: 4px;
  margin-top: 24px;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 6px 5px rgba(36, 36, 36, 0.25);
  border-radius: 8px;
}

#pricing_offer_sec .packages.active .price_btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #de3e38;
}

#pricing_offer_sec .packages.active .price_list h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin-left: 35px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 0px;
  position: relative;
}

#pricing_offer_sec .packages.active .price_list h6 {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin-left: 35px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
}

#pricing_offer_sec .packages {
  padding: 40px 24px;
  margin: 10px;
  width: auto;
  padding-bottom: 1.5em;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  text-align: start;
  flex-wrap: wrap;
  color: #f4f4f4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 1px 2.4px rgba(154, 154, 154, 0.25);
  border-radius: 8px;
  margin: 0px 5px;
  transition: 0.3s ease-in;
}
#pricing_offer_sec .packages:hover {
  transform: scale(1.01);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#pricing_offer_sec .packages h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #212121;
}

#pricing_offer_sec .packages h4 {
  font-weight: 600;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: -0.005em;
  color: #212121;
}

#pricing_offer_sec .packages h4 span {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #4b5768;
  vertical-align: middle;
  margin: 0px;
}

#pricing_offer_sec .packages p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #64748b;
}

#pricing_offer_sec .packages .price_btn {
  border: 1.5px solid #de3e38;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  gap: 4px;
  margin-top: 20px;
  margin-bottom: 40px;
}

#pricing_offer_sec .packages .price_btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #de3e38;
}

#pricing_offer_sec .top_bar .toggle-btn {
  display: flex;
  align-items: center;
  margin-bottom: 66px;
  justify-content: center;
  gap: 20px;
}

#pricing_offer_sec .top_bar .toggle-btn .yearly_offer {
  position: relative;
}

#pricing_offer_sec .top_bar .toggle-btn .yearly_offer img {
  width: 185px;
  height: 87.32px;
  position: absolute;
  top: -5px;
  right: -175px;
}

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

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

#pricing_offer_sec .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 9, 33, 0.32);
  border-radius: 12px;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

#pricing_offer_sec .slider:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#pricing_offer_sec .switch input:checked + .slider {
  background-color: #00bb1e;
}
#pricing_offer_sec .switch input:checked + .slider1 {
  background-color: #e04943;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
#pricing_offer_sec input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

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

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

#pricing_offer_sec .toggle-btn .switch_btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
}

#pricing_offer_sec .packages .price_list h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  margin-left: 35px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 0px;
  position: relative;
}

#pricing_offer_sec .packages .price_list h5::after {
  content: "";
  background: url("../../assets/img/priceing_ok.png");
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: -5px;
  left: -40px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

#pricing_offer_sec .packages .price_list h6 {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #a0abbb;
  margin-left: 35px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
}

#pricing_offer_sec .packages .price_list h6::after {
  content: "";
  background: url("../../assets/img/priceing_cros.png");
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: -5px;
  left: -40px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

#news_logo_sec {
  padding: 40px 0px;
}
#news_logo_sec .news_logos {
  border-top: 1px solid #c0ccda;
  border-bottom: 1px solid #c0ccda;
}

#news_logo_sec .news_img_box {
  margin: 30px;
}

#news_logo_sec .news_logos img {
  margin: 30px;
}

#news_logo_sec p {
  width: 90px;
}

/*-------<<  Price Section CSS End Here>>-------*/

/*-------<<  Client Logo Section CSS Start Here>>-------*/
#brand_trust_sec {
  background: #fef9f9;
  padding: 50px 0px;
}

#brand_trust_sec h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
  position: relative;
}

#brand_trust_sec h2::after {
  content: "";
  position: absolute;
  background-color: #de3e38;
  border-radius: 2px;
  bottom: -3px;
  left: 0%;
  width: 64px;
  height: 4px;
}

#brand_trust_sec .nav-pills .nav-link.active,
#brand_trust_sec .nav-pills .show > .nav-link {
  background: #ff5150;
  border-radius: 6px;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
}

#brand_trust_sec .nav-pills .nav-link {
  border: 1px solid #ffc6c6;
  border-radius: 6px;
  margin-right: 56px;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: #ff5150;
  transition: 0.5s;
}

#brand_trust_sec .nav-pills .nav-link:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#brand_trust_sec h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  margin-top: 40px;
}

#brand_trust_sec p {
  font-size: 16px;
  line-height: 30px;
  color: #525252;
}

#brand_trust_sec .text-center {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
#brand_trust_sec .tab_imgs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}

#brand_trust_sec .brand_icon a img {
  height: 60px;
  transition: 0.2s ease-out;
}
#brand_trust_sec .brand_icon a img:hover {
  transform: scale(1.05);
}
/*-------<<  Client Logo Section CSS End Here>>-------*/

/*-------<<  Fun Fact Section CSS Start Here>>-------*/

#fun_fact_sec {
  background: #f5f8fe;
  padding: 40px 0px;
}
#fun_fact_sec .fun_fact_box {
  padding: 15px 0px;
}
#fun_fact_sec .fun_fact_icon {
  width: 72px;
  height: 72px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  transition: background-color 500ms linear;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
}
#fun_fact_sec .fun_fact_icon img {
  height: 43px;
  position: relative;
  z-index: 999;
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
#fun_fact_sec .fun_fact_box:hover .fun_fact_icon {
  background: #0b4ccb;
}
#fun_fact_sec .fun_fact_box:hover .fun_fact_icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(67deg) brightness(97%) contrast(105%);
}
#fun_fact_sec .fun_fact_box h4 {
  color: #0b4ccb;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 13px;
}
#fun_fact_sec .fun_fact_box p {
  color: #37393f;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0px;
}
#fun_fact_sec .border-end {
  border-right: 1px solid rgba(55, 57, 63, 0.1) !important;
}

/*-------<<  Fun Fact Section CSS End Here>>-------*/
.owl-carousel {
  display: block !important;
}

#testimonial_sec {
  background: url(../../assets/img/testimonial_bg.png);
  padding: 120px 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#testimonial_sec .testimonial_text_box {
  position: relative;
}
#testimonial_sec .testimonial_text_box p {
  color: #4f4f4f;
  font-feature-settings: "salt" on, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}
#testimonial_sec .testimonial_text_box p::before {
  content: "";
  background: url(../../assets/img/testimonial_text_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 25px;
  position: absolute;
  top: -10%;
  left: -4%;
}
#sync1 .owl-item.active {
  position: relative;
}

/* .owl-item.active.current {
  position: relative;
} */
#sync2 .owl-item.active.current .item:after {
  position: absolute;
  content: "";
  background: url(../../assets/img/triangle_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 14px;
  top: 0px;
  right: 40%;
}
#testimonial_sec .owl-small .item {
  padding-top: 35px 0px;
}
#testimonial_sec .owl-big {
  .item {
    border-radius: 10px;
    background: #fff;
    padding: 40px 32px 32px 92px;
    margin-bottom: 0px;
  }

  & #testimonial_sec .owl-theme {
    position: relative;

    #testimonial_sec .owl-next,
    #testimonial_sec .owl-prev {
      position: absolute;
      top: 50%;
      width: 22px;
      height: 40px;
      margin-top: -20px;
    }

    #testimonial_sec .owl-prev {
      left: 10px;
    }

    #testimonial_sec .owl-next {
      right: 10px;
    }
  }
}

#testimonial_sec .owl-small {
  .item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
  }

  .item h5 {
    color: #fff;
    font-feature-settings: "salt" on, "liga" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0px;
  }
  .item p {
    color: #fff;
    font-feature-settings: "salt" on, "liga" off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
  }

  .item .name_desig {
    display: none;
  }
  .owl-item.active.current .name_desig {
    display: block;
  }
  /* .current {
    .item {
      background: red;
    }
  } */
}

/*-------<<  Footer Section CSS Start Here>>-------*/

#footer_sec {
  padding: 60px 0px 80px 0px;
  background:#d3844a;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

#footer_sec .footer_details img {
  height: 38px;
}
#footer_sec .footer_details p {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0px;
}

#footer_sec .footer_details .footer_social_sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}
#footer_sec .footer_details .footer_social_sec .fa {
  color: #fff;
}

#footer_sec h4 {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 40px;
}
#footer_sec ul {
  list-style: none !important;
  padding: 0px;
}
#footer_sec .footer_link ul li {
  margin-top: 18px;
}
#footer_sec .footer_link ul li a {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}
#footer_sec .contsct_us_sec ul li {
  margin-top: 22px;
}
#footer_sec .contsct_us_sec ul li a {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0px;
}
.copyrignt_sec {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(13px);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.copyrignt_sec .copyrignt_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.copyrignt_sec .copyrignt_text p,
.copyrignt_sec .copyrignt_text p a {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
}

.copyrignt_sec .copyrignt_text p a {
  text-decoration-line: underline !important;
}
/*-------<<  Footer Section CSS End Here>>-------*/

/*-------<<  Search Select Section CSS Start Here>>-------*/
#search_result_select_sec {
  background: url(../../assets/img/search_select_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
}

#search_result_select_sec .select_box {
  border-radius: 8px;
  border: 1px solid #edeff2;
  background: #fafafa;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  width: 100%;
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.5px;
  position: relative;
}
#search_result_select_sec .dropdown-toggle::after{
  position: absolute;
  content: "";
  background: url(../img/angle-down-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 10px;
  top: 15px;
  width: 30px;
  height: 30px;
  border: none;
}
#search_result_select_sec ul.dropdown-menu.show {
    width: 100%;
}
#search_result_select_sec .select_box img {
    height: 40px;
    margin-right: 10px;
}
#search_result_select_sec .select_box .form-select {
  border: none !important;
  background-color: #fafafa !important;
}
.form-select:focus {
  border-color: none !important;
  box-shadow: none !important;
}
#search_result_select_sec .select_box .form-select {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 166.667% */
  letter-spacing: 0.5px;
}

#search_result_select_sec .search_btn {
  position: relative;
}
#search_result_select_sec .search_icon {
  position: absolute;
  z-index: 2;
  top: 21px;
  left: 18px;
  color: #fff;
}
#search_result_select_sec .search_btn .form-control {
  height: 60px;
  color: #fff !important;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding-left: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
#search_result_select_sec .search_btn .form-control::placeholder {
  color: #fff !important;
}
#search_result_sec {
  background: #e1f5fe;
  padding: 15px 0px;
}
#search_result_sec .search_notification {
  border-radius: 8px;
  border: 1px solid #edeff2;
  background: #fff;
  padding: 15px 20px;
}

#search_result_sec .search_notification .cite_text_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #edeff2;
}
#search_result_sec .cite_button {
  color: #0b4ccb;
  text-align: center;
  font-feature-settings: "salt" on, "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 6px;
  background: #f5f8fe;
  padding: 10px 11px;
}
#search_result_sec .visual_btn_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
#search_result_sec .bell_icon {
  border-radius: 100px;
  background: #f5f8fe;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#search_result_sec .bell_icon .fa {
  color: #0b4ccbb2;
}
#search_result_sec .bell_icon .red-circle {
    position: absolute;
    background: #FF0000;
    top: -2px;
    right: 8px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

#search_result_sec .notification_box {
  border-radius: 4px;
  background: rgba(190, 123, 46, 0.06);
  margin: 15px 0px;
  padding: 15px 20px;
}
#search_result_sec .notification_box h3 {
  color: #1e293b;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.2px;
}
#search_result_sec .notification_box h4 {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
#search_result_sec .notification_box h4 span {
  color: #a098ae;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
#search_result_sec hr {
  border-top: 1px solid #e6e6e6 !important;
  opacity: initial !important;
}

#search_result_sec .notification_box p {
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
#search_result_sec .notification_box h5 {
  color: #219653;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.2px;
}
#search_result_sec .notification_box h5 span {
  color: #1e293b;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
#search_result_sec .search_detais {
  border-radius: 8px;
  border: 1px solid #edeff2;
  background: #fff;
  padding: 15px 20px;
}
#search_result_sec .search_detais .search_detail_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#search_result_sec .search_detais .search_detail_btn {
  border-radius: 6px;
  background: #6fcf97;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 7px;
}
#search_result_sec .search_detais .search_detail_btn h2 {
  color: #fafafa;
  text-align: center;
  font-feature-settings: "salt" on, "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0px;
}
#search_result_sec .search_detais .search_detail_btn .search_number {
  border-radius: 4px;
  background: #fff;
  padding: 7px 14px;
}
#search_result_sec .search_detais .search_detail_btn .search_number h3 {
  color: #6fcf97;
  text-align: center;
  font-feature-settings: "salt" on, "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0px;
}
#search_result_sec .search_detais .search_detais_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#search_result_sec .search_detais .search_act {
  border-radius: 6px;
  background: #f5f8fe;
  padding: 14px 28px;
  color: #0b4ccb;
  text-align: center;
  font-feature-settings: "salt" on, "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
#search_result_sec .search_detais .exp_excel_btn {
  border-radius: 6px;
  background: rgba(235, 87, 87, 0.05);
  color: #eb5757;
  text-align: center;
  font-feature-settings: "salt" on, "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding: 15px 28px;
}
#search_result_sec .search_detais .search_detais_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search_result_sec .search_detais .search_detais_box {
  border-radius: 4px;
  background: #f5f8fe;
  padding: 15px 20px;
  margin-top: 15px;
}
#search_result_sec .search_detais h3 {
  color: #5d5fef;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.2px;
  margin: 0px;
}
#search_result_sec .search_detais h4 {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}
#search_result_sec .search_detais h4 span {
  color: #a098ae;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}
#search_result_sec .search_detais .search_filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
#search_result_sec .search_detais p {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin: 0px;
}
#search_result_sec .search_detais p span {
  color: #5d5fef;
}
#search_result_sec .legal_term {
  margin-bottom: 25px;
}
#search_result_sec .legal_term .legal_title {
  border-radius: 6px;
  background: #f5f8fe;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
#search_result_sec .legal_term .legal_title img {
  height: 20px;
}

#search_result_sec .legal_term .legal_title h3 {
  color: #0b4ccb;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
#search_result_sec .legal_term p {
  color: #212121;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin: 0px;
}
#search_result_sec .legal_term h6 span {
  font-weight: 700;
}
#search_result_sec .legal_term h6 {
  color: #212121;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
#search_tab_allbtn {
  background: url(../../assets/img/search_select_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
}

#search_tab_allbtn .search_tab_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}
#search_tab_allbtn .search_tab_translate {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15) !important;
  padding: 7px 12px;
}
#search_tab_allbtn .search_tab_translate .form-select::after {
  background: #fff url(../../assets/img/launguage_dropdown.png);
  background-repeat: no-repeat;
  width: 8px;
height: 5px;
position: absolute;
top: 10px;
right: 10px;
}


#search_tab_allbtn .search_tab_translate .form-select {
  border-radius: 4px;
  background-color: #2f67d3 !important;
  border: none !important;
  color: #fff;
  text-align: center;
  font-feature-settings: "salt" on, "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.3px;
background: url(../../assets/img/launguage_dropdown.png);
background-repeat: no-repeat;
background-position: right 0.75rem center !important;
}
#search_tab_allbtn .search_tab_otbtn {
  text-align: center;
}
#search_tab_allbtn .search_tab_otbtn .fa {
  color: #fff !important;
  margin-bottom: 4px;
}
#search_tab_allbtn .search_tab_otbtn h5 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}



/*-------<<  Search Select Section CSS End Here>>-------*/

/*------- About Us Page Css Start -------*/
#about-section{
  background: #d3844a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 238px;
}
.about-banner-head{
  text-align: center;
  margin-top: 46px;
}
.about-banner-head span{
  color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 112.5% */
letter-spacing: 3.84px;
text-transform: uppercase;
}
.about-banner-head span.bold{
font-weight: 700;
}
.about-banner-head h1{
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 58px;
font-style: normal;
font-weight: 700;
line-height: 66px; /* 113.793% */
margin-top: 22px;
}
#about-section-inner{
  padding: 60px 0px 70px;
}
.about-text-side span.title{
    color: #1C1F35;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3px 9px;
    background: rgba(232, 232, 232, 0.50);
    border-left: 6px solid #FFB629;
}
.about-text-side h2{
margin-top: 18px;
color: #1C1F35;
font-family: Poppins;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.about-text-side p{
color: #4F4F4F;
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 176.471% */
letter-spacing: 0.4px;
margin-bottom: 0px;
}
#about-tab{
  margin-bottom: 65px;
}
#about-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
height: 54px;
padding: 15px 0px 16px 0px;
border-radius: 4px;
border: 1px solid #007AFF;
background: #0B4CCB;
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 23px; /* 143.75% */
}
#about-tab .nav-pills .nav-link{
height: 54px;
padding: 15px 0px 16px 0px;
border-radius: 4px;
background: #F5F8FE;
color: #4F4F4F;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 143.75% */
margin-bottom: 10px;
}
#about-tab .tab-content p{
color: var(--Gray-2, #4F4F4F);
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 176.471% */
letter-spacing: 0.4px;
}
/*------- About Us Page Css End -------*/

/*------- Login Page Css Start -------*/
#login-banner{
  position: relative;
}
#login-banner:after{
  position: absolute;
    content: "";
    background: url(../img/login-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 430px;
    left: 0px;
    top: -105px;
    z-index: -9;
}
.login-card {
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 82px 40px -14px rgba(100, 100, 100, 0.08);
    padding: 36px 37px 50px;
    margin-top: 55px;
    text-align: center;
}
.login-card h1{
color: #212121;
text-align: center;
font-family: Poppins;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 117.647% */
}
.login-card span.musturad{
color: #BE7B2E;
}
.login-card span.blue{
color: #0B4CCB;
}
.login-card p{
  color: #1C1C1C;
text-align: center;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 160% */
}
.form-floating {
    position: relative;
    width: 390px;
    margin-inline: auto;
}
.form-floating.register{
    width: 100%;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: #f5f8fe !important;
    border-radius: var(--bs-border-radius);
}
.login-card .form-control{
  border-radius: 8px;
background: #F5F8FE;
border: none;
color: #212121;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 28.16px; /* 176% */
letter-spacing: 0.4px;
}
.login-card .form-control:focus {
    border-color: none;
    box-shadow: none;
    border: 2px solid #0B4CCB;
    background: #f5f8fe;
}
.login-card .btn.trial{
width: 390px;
height: 55px;
border-radius: 8px;
background: #BE7B2E;
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 22.53px; /* 150.2% */
margin-top: 22px;
margin-bottom: 24px;
}
.login-card span.link{
color: #212121;
text-align: center;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.login-card span a{
color:  #7879F1 !important;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: 1px;
text-decoration-line: underline;
}
/*------- Login Page Css End -------*/
/*------- Privacy Policy Page css start -------*/
#policy-section{
  padding: 35px 0px 60px;
}
.about-banner-head h2{
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 48.4px */
margin-bottom: 0px;
}
.about-banner-head p{
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 152.941% */
margin-top: 24px;
}
.policy-content p{
color: #18191F;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
}
.policy-content span.bold{
font-weight: 700;
}
.policy-content a{
color: #5956E9;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 28px;
}
.Policy-content-part{

}
.Policy-content-part h4{
color: #18191F;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 137.5% */
letter-spacing: 0.2px;
}
/*------- Privacy Policy Page css end -------*/
/*------- Error Page Css Start -------*/
#error-section{
  background: url("../img/error-backgorund.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100vh;
}
.error-content{
margin-top: 64px;
text-align: center;
}
.error-content h1{
color: #0B4CCB;
text-align: center;
font-family: Poppins;
font-size: 205px;
font-weight: 700;
margin-bottom: 0px;
}
.error-content h1 span{
color: #BE7B2E;
}
.error-content p{
color: #212121;
text-align: center;
font-family: Poppins;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 37.4px */
margin-bottom: 0px;
}
/*------- Error Page Css End -------*/
/*------- Media Query Start -------*/
@media screen and (max-width:992px){
  .container{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #nav_contact_sec .nav_contacts {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.login-card {
    padding: 36px 25px 50px;
    margin-top: 30px;
}
.login-card h1 {
    font-size: 23px;
    line-height: 30px;
}
.login-card p {
    font-size: 14px;
}
  .form-floating {
    width: 100%;
}
.login-card .btn.trial{
  width: 100%;
}
#about-section {
    height: 100%;
}
#about-section-inner {
    padding: 60px 0px 35px;
}
.about-banner-head {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}
.about-banner-head h1 {
    font-size: 38px;
    margin-top: 0px;
}
.about-img-side {
    margin-bottom: 20px;
}
.about-text-side h2 {
    margin-top: 10px;
    font-size: 28px;
}
#about-tab {
    margin-bottom: 0px;
}
.subscribe_text {
    padding: 15px;
}
#subscribe_sec .subscribe_bg {
    background: url(../../assets/img/subs_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-top: 20px;
    height: 100%;
    padding-bottom: 30px;
}
#subscribe_sec .subscribe_bg h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
#subscribe_sec .subscribe_bg p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
#subscribe_sec .subscribe_box .subscribe_btn {
    top: 9px;
    right: 9px;
    padding: 16px 25px;
    font-size: 16px;
}
#faq_sec .faq-heading {
    margin-bottom: 30px;
}
#faq_sec {
    background: #f5f8fe;
    padding: 30px 0px 30px !important;
}
#faq_sec .faq-heading h3 {
    font-size: 35px;
}
#faq_sec .accordion-button:not(.collapsed) {
    font-size: 17px;
    padding: 38px 25px 0px;
}
#faq_sec .accordion-button:not(.collapsed)::after {
    background-image: url(../../assets/img/faq_close_icon.png) !important;
    width: 40px;
    height: 40px;
    background-size: cover;
}
#faq_sec .accordion-flush .accordion-collapse {
    font-size: 14px;
    line-height: 25px;
}
#faq_sec .accordion-body {
    padding: 5px 25px 38px;
}
#faq_sec button.accordion-button.collapsed {
    font-size: 17px;
    padding: 23px 25px;
}
#faq_sec .accordion-button::after {
    width: 40px;
    height: 40px;
}
#testimonial_sec {
    padding: 35px 0px;
}
#testimonial_sec .owl-big
.item {
    border-radius: 10px;
    background: #fff;
    padding: 40px 32px;
    margin-bottom: 0px;
}
#testimonial_sec .testimonial_text_box p {
    font-size: 16px;
    line-height: 28px;
}
.owl-theme .owl-nav {
    display: none;
}
#news_logo_sec .news_logos img {
    margin: 0px;
}
#footer_sec {
    padding: 50px 0px;
}
.footer_details {
    margin-bottom: 35px;
}
#footer_sec h4 {
    margin-bottom: 15px;
}
#footer_sec .footer_link ul li {
    margin-top: 10px;
}
#footer_sec .contsct_us_sec ul li {
    margin-top: 10px;
}
#footer_sec .row{
  display: block !important;
}
.contsct_us_sec {
    margin-bottom: 80px;
}
.copyrignt_sec .copyrignt_text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    flex-wrap: wrap;
}
.copyrignt_sec .copyrignt_text p, .copyrignt_sec .copyrignt_text p a {
    text-align: center;
    font-size: 16px;
}
#pricing_offer_sec .packages {
    margin-bottom: 25px !important;
    height: auto;
}
#home_about_sec .home_about_img {
    margin-top: 30px;
}
#banner_sec {
    background: url(../../assets/img/hero_banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding-bottom: 40px;
}
#scroll_search {
    display: none !important;
}
#our_journey_sec .our_journey_box {
    padding-left: 0px;
    margin-bottom: 25px;
}
#our_journey_sec .our_journey_box h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.home_service_img img {
  display: none;
}
#pricing_offer_sec .top_bar .toggle-btn .yearly_offer img{
  display: none;
}
#pricing_offer_sec .top_bar .toggle-btn {
    margin-bottom: 35px;
}
#search_result_select_sec .select_box {
    margin-bottom: 15px;
}
#search_result_sec .search_detais .search_detais_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#search_result_sec .search_detais .search_detais_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
#search_result_sec .search_detais {
    margin-top: 15px;
}
#search_tab_allbtn .search_tab_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.modal-body {
    background: #f9e8de !important;
}
.modal-body .btn.free-trail{
  width: 100% !important;
}
.modal-body h2 {
    font-size: 20px !important;
}
}
/*------- Media Query End -------*/
.modal-content{
  border-radius: 30px !important;
  border: none !important;
}
.modal-body{
    background: url(../img/login-modal-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 310px;
    background-position: center;
    border-radius: 30px;
}
.modal-body h2{
color: #1C1F35;
font-family: Poppins;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 50px;
margin-bottom: 25px;
}
.modal-body button.btn-close {
    position: absolute;
    right: 35px;
}
.modal-body .btn.free-trail{
width: 360px;
height: 55px;
border-radius: 8px;
background: #0B4CCB;
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22.53px; /* 125.167% */
letter-spacing: 0.3px;
margin-bottom: 33px;
}
.modal-body p{
color: #212121;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
 margin-bottom: 0px;
}
.modal-body p a{
color: #0B4CCB;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1px;
text-decoration-line: underline;
}

/* ========================Blog Pages Css Start Form Here======================== */
/* Blog page section css start */
#blog-page-section{
  background: #F7FAFD;
  padding: 80px 0px;
}
#blog-page-section .report-detail-right{
  margin-top: 0px;
}
#blog-page-section .blog-card{
  margin-bottom: 30px;
}
#blog-page-section .blog-card-inner{
  border: 2px solid #EEE;
  background: #FFF;
  padding: 25px 25px 15px;
}
#blog-page-section .blog-card-inner span.date{
color: rgba(35, 35, 35, 0.50);
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 25px; 
}
#blog-page-section .blog-card-inner h3{
color: #181E23;
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 27px;
letter-spacing: 0.33px;
margin-top: 15px;
margin-bottom: 20px;
}
#blog-page-section .blog-card-inner h3 a{
  text-decoration: none;
  color: #181E23;
}
#blog-page-section .blog-card-inner span{
  color: #000;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 25px; 
}
#blog-page-section .blog-card-inner a.more{
color: #505050;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 25px;
text-decoration: none;
position: relative;
transition: 0.3s ease-out;
z-index: 1;
}
#blog-page-section .blog-card-inner a.more:after {
    position: absolute;
    content: "";
    background: rgba(255, 182, 0, 0.15);
    width: 26px;
    height: 26px;
    left: -10px;
    top: -5px;
    border-radius: 50%;
    z-index: -1;
}
.blog-card-inner a.more:hover {
    border-radius: 23px;
    background: rgba(255, 182, 0, 0.15);
    width: 100%;
    display: block;
    padding: 4px 9px;
}
.blog-card-inner a.more:hover:after{
  display: none;
}
.categories-panel{
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 30px 40px;
margin-bottom: 30px;
}
.categories-inner h3{
color: #181E23;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 141.176% */
position: relative;
padding-bottom: 8px;
margin-bottom: 45px;
}
.categories-inner h3:after{
position: absolute;
content: "";
width: 100%;
height: 0.5px;
background: #181E23;
bottom: 0px;
left: 0px;
}
.wp-block-categories-list{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding: 0;
}
.wp-block-categories-list .cat-item{
    list-style: none;
}
.wp-block-categories-list .cat-item a{
width: auto;
height: 44px;
border-radius: 10px;
background: #F4F4F4;
color: #181E23;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 10px; /* 71.429% */
letter-spacing: 0.21px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
padding: 15px;
}
.wp-block-categories-list .cat-item a:hover{
    background: #be7b2e;
    color: #ffffff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.21px;
}
.categories-main{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
a.categories-links{
width: 31%;
height: 44px;
border-radius: 10px;
background: #F4F4F4;
color: #181E23;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 10px; /* 71.429% */
letter-spacing: 0.21px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
a.categories-links:hover{
    background: #be7b2e;
    color: #ffffff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.21px;
}
.recent{
  margin-top: 20px;
}
.recent h3{
color: #181E23;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 141.176% */
padding-bottom: 8px;
margin-bottom: 32px;
position: relative;
}
.recent h3:after{
position: absolute;
content: "";
width: 100%;
height: 0.5px;
background: #181E23;
bottom: 0px;
left: 0px;
}

.breadcrumb-item a{ color:#fff;}
.wp-block-latest-posts li{
  align-items: start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;    
  width: 100%;
}
.wp-block-latest-posts li:after{
  position: absolute;
  content: "";
  background: rgba(24, 30, 35, 0.50);
  width: 100%;
  height: 0.5px;
  right: 0px;
  bottom: -12px;
}
.wp-block-latest-posts li a {
  color: #181E23;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.recent-post{
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.recent-post:after{
  position: absolute;
  content: "";
  background: rgba(24, 30, 35, 0.50);
  width: 240px;
  height: 0.5px;
  right: 0px;
  bottom: 0px;
}
.recent-post .w-20{
  width: 35%;
}
.recent-post .w-80{
  width: 75%;
}
.recent-post h6{
color: #181E23;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 171.429% */
margin-bottom: 0px;
}
.recent-post p{
color: #181E23;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.categories-panel .btn.more{
    width: 155px;
    height: 44px;
    border-radius: 54px;
    background: #0b4ccb;
    color: #ffffff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 40px;
}
.blog-details{
  margin-bottom: 140px;
}
.blog-details h1{
color: #011E41;
font-family: Inter;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 60px;
letter-spacing: 0.765px;
margin-bottom: 25px;
}
.blog-details h1 span{
color: #be7b2e;
}
.blog-details h2{
color: #011E41;
font-family: Inter;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 60px;
letter-spacing: 0.765px;
margin-bottom: 25px;
}
.blog-details h2 span{
color: #be7b2e;
}

.avatar{
  border-radius: 50%;
}
#blog-page-section .blog-card-inner span a{
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.author{
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.author span{
color: rgba(35, 35, 35, 0.50);
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 166.667% */
}
.author span a {
  color: rgba(35, 35, 35, 0.50);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.author a {
  color: rgba(35, 35, 35, 0.50);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.author a:hover{
  color: rgb(190, 123, 46);  
}
.author span a:hover{
  color: rgb(190, 123, 46);  
}
.author .br-right{
  position: relative;
}
.author .br-right:after{
    position: absolute;
    content: "";
    background: rgba(35, 35, 35, 0.50);
    width: 1px;
    height: 13px;
    right: -16px;
    top: 9px;
}
.blog-details h3{
color: #3A3A37;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 125% */
letter-spacing: 0.36px;
}
.blog-details p{
color: #3A3A37;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
letter-spacing: 0.27px;
}
.blog-details h4{
color: #3A3A37;
font-family: Inter;
font-size: 18px;
font-style: italic;
font-weight: 600;
line-height: 30px; /* 166.667% */
letter-spacing: 0.27px;
margin-top: 30px;
}
.blog-details h4 span{
  color: #CE2828;
}
/* Blog page section css end */
/* About banner section css start */
#about-banner-section{
  background: url("../img/about-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 425px;
}
.about-text{
  margin-top: 107px;
}
.about-text span.line{
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  position: relative;
}
.about-text span.line:after{
  position: absolute;
  content: "";
  width: 75px;
  height: 2px;
  background: #FFB600;
  left: 0px;
  bottom:-3px;
}
.about-text span.line:before{
  position: absolute;
  content: "";
  border-right: 1px solid #fff;
  height: 18px;
  top: 6px;
  right: -8px;
}
.about-text span{
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
}
.about-text h1{
  color: #FFF;
  font-family: Inter;
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 116.981% */
  letter-spacing: 0.795px;
  margin-top: 17px;
  margin-bottom: 0px;
}
.about-text h1 span{
  color: #FFB600;
  font-family: Inter;
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 116.981% */
  letter-spacing: 0.795px;
}
/* About banner section css end */
.report-detail-comments{
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 26px 22px;
}
.report-detail-comments h3{
  color: #181E23;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  letter-spacing: 0.33px;
  padding-bottom: 8px;
  margin-bottom: 40px;
  position: relative;
}
.report-detail-comments h3:after{
  position: absolute;
  content: "";
  width: 57px;
  height: 1.5px;
  background: #FFB600;
  left: 0px;
  bottom: 0px;
}
.report-detail-comments-inner{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.report-detail-comments-inner:after{
  position: absolute;
  content: "";
  background: rgba(24, 30, 35, 0.50);
  width: 100%;
  height: 0.5px;
  left: 0px;
  bottom: 0px;
}
.report-detail-comments-inner p{
  color: #181E23;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.report-detail-comments-inner a{
  text-decoration: none;
  color: #181E23;
}
.comment-inner{
  display: flex;
  align-items: start;
}
.comment-inner p{
  color: rgba(24, 30, 35, 0.50);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  margin-bottom: 0px;
}
.report-detail-card{
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 25px 35px 35px;
  margin-bottom: 30px;
}
.report-detail-card p{
  color: #181E23;
  text-align: center;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.255px;
  margin-top: 29px;
  margin-bottom: 40px;
}
.report-detail-card .btn.report{
    background: #0b4ccb;
    width: 182px;
    height: 47px;
    color: #ffffff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 30px;
    padding-top: 12px;
}
.custom-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 73px;
  margin-top: 40px;
}
.custom-pagination ul.pagination{
  margin-bottom: 0px;
}
.pagination{
  --bs-pagination-border-width: none;
}
.page-item.disabled a.page-link{
  color: rgba(19, 31, 43, 0.50);
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}
.page-item.active a.page-link{
  border-radius: 5px;
  background: #be7b2e;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
}
.page-item a.page-link{
  color: rgba(19, 31, 43, 0.50);
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  margin-left: 10px;
}
.page-item.next a.page-link{
  color: #131F2B;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}
li.page-item {
  margin-left: 10px;
}
.page-link:hover{
  border-radius: 5px;
}
.author-bio-section {
  border: 1px solid #be7b2e !important;    
  margin-top: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 35px 35px;
  border-radius: 10px;
}
.author-bio-section .author-image img {
  width: 100% !important;
  margin-right: 15px;
  display: block;
  height: 100%;
  border-radius: 50%;
}
.author-bio-section .authorbox-social-icons{
    display: none;
}
/* ========================Blog Pages Css End Form Here======================== */

/*------ Media Query End------*/
.saswp-faq-block-section {
    margin-bottom: 40px;
    margin-top: 20px;
}
.saswp-faq-block-section ol{
	padding-left: 0px;
}
.saswp-faq-block-section li {
    border-bottom: 2px dashed #be7b2e;
    margin-bottom: 20px;
}
.saswp-faq-block-section h3 {
    font-size: 21px;
    font-weight: 500;
    font-family: 'Inter';
    color: #be7b2e;
}