/* =============================================================
   home.css — complete stylesheet for wrapper.blade.php (Home page)
   ------------------------------------------------------------
   Self-contained: includes both Home-only rules AND any global
   rules from style.css that target classes/ids present in the
   Home template (or that target element selectors, :root
   variables, @font-face, @keyframes referenced by Home rules,
   etc.). Rules that only target other pages have been removed.
   ============================================================= */
.price_item .label_text span,
a.bordered:hover,
.woocommerce ul.products li.product .gt3_woocommerce_open_control_tag_bottom div a,
.woocommerce-cart .shipping-calculator-form .button:hover,
.woocommerce #payment .woocommerce-page #place_order,
.woocommerce #payment .woocommerce-page #place_order:hover,
.woocommerce .return-to-shop a.button.wc-backward:hover,
span.ui-slider-handle.ui-state-default.ui-corner-all.ui-state-hover,
body table.compare-list .add-to-cart td a:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info .button,
.woo_mini-count>span:not(:empty),
#review_form form#commentform input#submit:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.infinite-scroll-request>div,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type2 .gt3_module_button__container span.gt3_module_button__cover.back,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type3:after,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type4:hover .gt3_module_button__cover:after,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:before,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:after,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type6:hover:before,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type6:hover:after,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce div.product>.woocommerce-tabs ul.tabs li.active,
.woocommerce-Reviews #respond form#commentform input#submit,
.mc_form_inside #mc_signup_submit,
.mc4wp-form-fields input[type="submit"],
.woocommerce .woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message a.woocommerce-Button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info .button:hover,
.woocommerce-account form.woocommerce-EditAccountForm>p>.woocommerce-Button,
.elementor-toggle span.gt3_dropcaps {
  background-color: #6254e7;
}

html {
  overflow-y: auto;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  /* font-family: "Calibri", "Segoe UI", Roboto, Arial, sans-serif; */
  font-family: 'Google Sans Display', 'Google Sans', sans-serif;
  outline: none;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.text_center {
  text-align: center;
}

::-webkit-scrollbar,
::-webkit-scrollbar:horizontal {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

::-webkit-scrollbar-thumb {
  background-color: #222a35;
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 20px;
}

.top_nav_container {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: linear-gradient(to right, #05183b 0%, #04286d 80%);
  box-shadow: 0px 0px 6px 0px #e4e4e4;
}

.top_nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 15px 0px;
}

.burger_sidebar_content {
  display: flex;
}

.burger_sidebar_wrapper {
  display: flex;
  align-items: center;
}

.siq_new_top_section.siq_top_content {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  background: linear-gradient(110.33deg,
      rgba(5, 24, 59, 0.95) 37.88%,
      rgba(4, 40, 109, 0.6) 103.56%);
}

.siq_top_content .siq_top_section_slider {
  height: 750px;
}

.top_secion_bg_wrap {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 750px;
  z-index: -1;
}

.top_secion_bg_wrap img {
  width: 100%;
  height: 100%;
}

.siq_logo_text_nav {
  display: flex;
  align-items: center;
}

.siq_logo_text_nav .siq_logo_text {
  color: #fff;
  margin: 0 15px;
  font-size: 14px;
}

.siq_logo_text_nav .siq_logo_img {
  width: 30px;
  height: 30px;
}

.top_nav_wrapper .siq_demo_btn .free-_-demo {
  padding: 7px 20px;
  font-size: 13px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.siq_logo_text_nav .siq_logo_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.siq_demo_btn.animation_left {
  width: fit-content;
}

.swiper-slide-active .siq_demo_btn.animation_left {
  opacity: 0;
  animation: demo_btn 0.5s ease-in 1s 1 normal forwards;
}

.siq_demo_btn .free-_-demo {
  color: #093b64;
  font-weight: 700;
  font-size: 16px;
  background: #f5e71b;
  padding: 15px 30px;
  border-radius: 6px;
}

@keyframes demo_btn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes top_text {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top_section_content .animation_top {
  opacity: 0;
}

.swiper-slide-active .top_section_content .animation_top {
  animation: top_text 0.5s ease-in 0.5s 1 normal forwards;
}

.siq_swipe_icon {
  width: fit-content;
  position: absolute;
  bottom: 20px;
  display: none;
}

.new_top_section_content {
  max-width: 1400px;
  margin: auto;
  display: flex;
}

.top_section_content_wrap {
  margin: 100px auto;
  height: 600px !important;
}

.top_section_content_wrap .top_section_main_content {
  max-width: 1300px;
  height: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  padding: 0px 15px;
}

.top_section_content_wrap.swiper-slide-active .top_section_main_content {
  animation: top_content 1s ease-in 0.2s 1 normal forwards;
}

@keyframes top_content {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.siq_top_section_slider .swiper-pagination {
  left: 50% !important;
  bottom: 40px !important;
  transform: translateX(-50%);
  max-width: 1300px !important;
  text-align: left;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet {
  background: #d9d96799 !important;
  width: 60px;
  border-radius: 4px;
  height: 5px;
  opacity: 1;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  overflow: hidden;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #ffff00;
  width: 0%;
  animation: growBar 5s ease forwards;
}

@keyframes growBar {
  from {
    width: 0%;
  }

  to {
    width: 60px;
  }
}

.siq_hero_left_admin {
  width: 48%;
}

.siq_bg-imgs_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  display: none;
}

img.yellow_bg {
  position: absolute;
  right: 50px;
}

img.green_bg {
  position: absolute;
  z-index: 1;
  right: 30px;
}

img.blue_bg {
  position: absolute;
  z-index: 2;
  right: 10px;
}

img.dark_bg {
  position: absolute;
  z-index: 3;
  right: 0px;
}

.left_bar_wrap {
  position: fixed;
  left: 0;
  top: 22vh;
  z-index: 999;
  width: 34px;
  height: 50vh;
}

.left_bar_wrap {
  width: 90px;
  transition: width 0.4s ease;
}

.left_bar_wrap.close {
  width: 40px;
}

@keyframes side_bar_open {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.left_bar_content {
  width: 100%;
  height: 50vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 0px 6px 0px #e4e4e4;
  background: linear-gradient(to bottom, #05183b 0%, #04286d 80%);
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.left_bar_wrap.close .left_bar_content {
  opacity: 0;
  transform: translateX(-100%);
}

@keyframes side_bar_close {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}

.left_bar_wrap.open .side-arrow-btn {
  transform: translate(58px, -50%);
}

.left_bar_wrap.close .side-arrow-btn {
  transform: translate(-13px, -50%);
}

.left_bar_wrap .side-arrow-btn {
  background: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 7.5px 7px 7px 7px;
  cursor: pointer;
  border-radius: 8px;
  width: 30px;
  height: 30.7px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #04286d;
  transition: transform 0.3s ease;
}

.left_bar_wrap .single_item {
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin: 2px;
  transition: 0.4s;
  position: relative;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left_bar_wrap .single_item img {
  text-align: center;
  max-width: 20px;
  margin-bottom: 10px;
}

.left_bar_wrap .single_item span {
  display: block;
}

.left_bar_wrap .single_item span.single_hover {
  position: absolute;
  left: 180%;
  top: -16px;
  min-width: 250px;
  height: auto;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding: 10px 15px;
  z-index: 9;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 1px 5px #ada4a4;
  border: none;
  opacity: 0;
  visibility: hidden;
}

.left_bar_wrap .single_item span.single_hover:before {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #eaeaea;
  content: "";
}

.main_wrapper>.container {
  padding: 0;
}

.burger_sidebar-wrap {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9999;
  cursor: pointer;
}

.burger_sidebar_icon {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
}

body.siq_homepage .burger_sidebar_icon>span {
  left: 0;
}

.burger_sidebar_icon>span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: width 0.2s;
  border-top: 2px solid;
}

.burger_sidebar_icon>span.second {
  top: 8px;
}

.burger_sidebar_icon>span.third {
  top: 16px;
}

.burger_sidebar_icon:hover>span.second {
  width: 25px;
}

.burger_sidebar_icon:hover>span.third {
  width: 20px;
}

.offcanvas {
  background: #f9f9f9;
  padding: 10px;
}

.offcanvas-header .siq_text_logo>h5 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0;
}

.offcanvas-header>.siq_text_logo {
  display: flex;
  align-items: center;
}

.siq_text_logo>img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.offcanvas-body .siq_desc {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: normal;
}

.offcanvas-body .dropdown ul {
  width: 100%;
  border: 1px solid;
}

.offcanvas-body .dropdown ul li {
  padding: 0;
  line-height: normal;
}

.offcanvas-body .dropdown ul li::before {
  content: none;
}

.offcanvas-body .dropdown ul li a:hover {
  color: #fff !important;
  background: #1192ce !important;
}

.offcanvas-body .dropdown .btn-secondary {
  background-color: #04235e;
  border-radius: 15px;
  padding: 8px 20px;
  width: 100%;
  text-align: left;
  background-image: none;
  text-transform: none;
  height: auto;
  margin: 0;
}

.offcanvas-body .dropdown .btn-secondary:after {
  float: right;
  margin-top: 8px;
}

.offcanvas-body .dropdown .btn-secondary:hover {
  background-color: #1192ce;
}

.offcanvas-body .location {
  padding: 0px 10px;
}

.offcanvas-body .location h4 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.offcanvas-body .location .location_wrap {
  display: flex;
  align-items: center;
}

.map_point>i:before {
  font-size: 20px;
  color: #093b64;
}

.offcanvas-body .location .location_text {
  margin-left: 20px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: normal;
}

.siq_top-header {
  background: #222a35;
  display: flex;
  padding: 15px 50px 10px;
}

.siq_logo-section {
  display: flex;
  align-items: center;
  width: 50%;
}

.siq_rating-section {
  display: flex;
  justify-content: end;
  margin-top: 8px;
  width: 50%;
}

.wp_header-logo {
  display: flex;
  width: fit-content;
  position: relative;
  align-items: center;
  flex-direction: column;
}

.wp_header-logo>img {
  width: 32px;
  height: 25px;
}

.siq_logo-text {
  margin-left: 6px;
  font-size: 8px;
  font-weight: 600;
  color: #fff;
  margin-top: 8px;
}

.rating_imgs>img {
  width: auto;
  height: 25px;
  margin-right: 30px;
}

.siq_rating-section>.cbn_captera>img {
  margin: 0px;
}

.siq-menu-bars {
  margin-left: 30px;
}

.siq-menu-bars>i {
  color: #fff;
}

.left_bar_wrap .single_item:hover {
  transform: scale(1.1);
}

.left_bar_wrap .single_item:hover span.single_hover {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.top_section-wrap>.top_content-wrap {
  padding: 50px 0px 30px;
  display: flex;
  max-width: 1300px;
  margin: 0px auto;
  min-height: 710px;
  max-height: 710px;
}

.cb_top-content,
.imgs-wrap {
  width: 50%;
  position: relative;
  z-index: 99;
}

.cbn_logo {
  width: fit-content;
  margin: 40px 0 15px;
}

.cbn_logo .siq-logo {
  width: 80px;
  height: auto;
  display: block;
}

.cbn_logo .siq-logo img {
  width: 100%;
  height: auto;
}

.cb_higher-text {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  font-size: 16px;
}

.cbn_logo .siq_logo_text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 5px 0 0;
}

.yellow_line {
  position: relative;
  width: 100px;
  height: 30px;
  border: solid 3px #f5e71b;
  border-color: #f5e71b transparent transparent transparent;
  transform: rotate(-10deg);
  margin: 10px 0px;
  border-radius: 70% 80% 0% 0% / 100% 80% 18% 0%;
  margin-left: -10px;
}

.free_demo-button {
  margin: 40px 0px 30px;
}

.free_demo-button>a {
  color: #093b64;
  font-weight: 700;
  font-size: 18px !important;
  background: #f5e71b;
  padding: 15px 30px;
  border-radius: 10px;
}

.free_demo-button>a:hover,
.consultation_wrap .demo_btn:hover,
.demo_btn>a:hover {
  background: #1c9e74;
  color: #fff;
}

.review_ranking {
  display: flex;
  align-items: center;
  margin: 20px auto;
  padding: 10px 0px 20px;
}

.review_img>img {
  width: 100%;
  height: auto;
}

p.review_text {
  margin: 15px !important;
  font-size: 16px;
  color: #d9d9d9;
  font-style: italic;
}

.siq_splatter {
  position: absolute;
  top: -15px;
  left: 55px;
  z-index: -1;
}

.siq_splatter>img {
  width: 300px;
  height: 270px;
}

.girl_img {
  position: absolute;
  z-index: 9;
  right: -20px;
}

.girl_img>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.circle_img {
  position: absolute;
  top: 110px;
  right: -50px;
}

.circle_img>img {
  width: 550px;
  height: auto;
}

.siq_shopping-wrap {
  width: 100%;
  height: 100%;
}

.siq_shopping-wrap.social-icons_wrap {
  position: relative;
}

.social-icons_wrap>.social_platform,
.siq_shopping-wrap>.social_platform {
  position: absolute;
}

.siq_shopping-wrap img.girl_top {
  left: 125px;
  bottom: 20%;
}

.siq_shopping-wrap img.iphone {
  top: 200px;
  left: 150px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
  color: #fff !important;
}

#dv6_top_loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #ffff00;
  transition: width 0.4s ease;
  z-index: 99999;
}

.top_secion_bg_wrap {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 750px;
  z-index: -1;
}

.top_secion_bg_wrap img {
  width: 100%;
  height: 100%;
}

.siq_demo_btn.animation_left {
  width: fit-content;
}

.swiper-slide-active .siq_demo_btn.animation_left {
  opacity: 0;
  animation: demo_btn 0.5s ease-in 1s 1 normal forwards;
}

.siq_demo_btn .free-_-demo {
  color: #093b64;
  font-weight: 700;
  font-size: 16px;
  background: #f5e71b;
  padding: 15px 30px;
  border-radius: 6px;
}

.top_section_content .animation_top {
  opacity: 0;
}

.top_section_content_wrap {
  margin: 100px auto;
  height: 600px !important;
}

.siq_top_section_slider .swiper-pagination {
  left: 50% !important;
  bottom: 40px !important;
  transform: translateX(-50%);
  max-width: 1300px !important;
  text-align: left;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet {
  background: #d9d96799 !important;
  width: 60px;
  border-radius: 4px;
  height: 5px;
  opacity: 1;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  overflow: hidden;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #ffff00;
  width: 0%;
  animation: growBar 5s ease forwards;
}

.google_text_wrap {
  display: flex;
  align-items: center;
  width: fit-content;
}

.google_text_wrap .g_logo_img {
  width: 20px;
  height: 20px;
}

.google_text_wrap .g_logo_text {
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 15px;
  letter-spacing: 0.8px;
}

.top_section_content {
  width: 48%;
  position: relative;
}

.top_section_content.left_content {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 20px;
}

.top_heading_small {
  margin: 40px 0 20px;
  text-transform: uppercase;
  width: fit-content;
  font-size: 14px;
}

.top_section_content .top_main_heading {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
  line-height: 1.3;
}

.top_section_content .heading_desc {
  margin: 20px 0 50px;
  font-size: 17px;
  width: fit-content;
  text-transform: capitalize;
}

.top_section_content .siq_img_wrap {
  width: 500px;
  height: 430px;
  float: right;
}

.top_section_content.badges-content {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -40px;
}

.swiper-slide.big_slider_img .siq_img_wrap {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 28px;
    margin-bottom: 50px;
}

.top_section_content.right_content {
  opacity: 0;
}

.swiper-slide-active .top_section_content.right_content {
  animation: img_wrap 0.5s ease-in 0.5s 1 normal forwards;
}

.siq_img_wrap.imgs_with_link a:nth-child(1) {
  display: block;
}

.top_section_content .siq_img_wrap img {
  border-radius: 20px;
}

.top_section_content .siq_img_wrap img.google-partner-badge {
    width: 320px;
    height: 320px;
}

.top_section_content .imrg-badge {
    width: 360px;
    height: 142px;
}

.top_section_content .the-drum-badge {
    width: 360px;
    height: 142px;
    margin-top: 28px;
}

.top_section_content_wrap.swiper_slide_5 .siq_img_wrap img {
    border-radius: 0;
}

.siq_mobile_content {
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 100%;
}

.siq_mob_img_wrap {
  width: 220px;
  height: 430px;
  position: absolute;
  right: -80px;
  bottom: 90px;
  transform: translateX(-50%);
}

.siq_mob_img_wrap img {
  width: 100%;
  height: 100%;
}

.siq_mob_ellipse {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.siq_mob_ellipse.bigger {
  width: 630px;
  height: auto;
  bottom: 65px;
  left: -60px;
}

.siq_mob_ellipse.smaller {
  width: 550px;
  height: 550px;
  bottom: 96px;
  left: 10px;
  transform: translate(0px, -5px);
}

.siq_mob_ellipse.smaller img {
  width: 100%;
  height: 100%;
}

.siq_social_icon_wrap {
  position: absolute;
  opacity: 0.6;
  width: 70px;
  height: 70px;
}

.siq_social_icon_wrap.cbn_google_ads {
  top: 25px;
  left: -46px;
}

.siq_social_icon_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.siq_social_icon_wrap.fb_icon {
  left: -93px;
  top: 180px;
}

.slick-slider .slick-list.draggable .slick-track {
  display: flex;
}

.siq_social_icon_wrap.tiktok_icon {
  bottom: 200px;
  left: -58px;
}

.siq_brand_imgs_container {
  background: #fcec0a;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.siq_brand_imgs_container .siq_brand_img_icon {
  min-width: 200px;
  width: 100%;
  height: 100px;
}

.siq_brand_imgs_container .siq_brand_img_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.siq_section.brands_listing_container {
  background: linear-gradient(to bottom, #ffffff, #e9eaed);
}

.siq_section .siq_section_wrapper {
  max-width: 1300px;
  margin: 0px auto;
}

.top_title_text {
  font-size: 48px;
  padding: 15px 0px;
  font-weight: bold;
  color: #02183d;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto 0;
  max-width: 1100px;
  line-height: normal;
}

.top_title_desc {
  text-align: center;
  color: #02183d;
  font-weight: 400;
  font-size: 17px;
  padding: 10px 0 20px;
  line-height: 30px;
  max-width: 600px;
  margin: 0px auto;
}

.siq_section_wrapper.brand_target {
  margin-top: 100px;
}

.brand_prod_slider.swiper {
  height: 750px;
}

.brand_prod_content.prod_keywords {
  margin-top: 20px;
}

.brand_prod_slider.swiper .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 4px;
  background: #04286d;
}

.siq_section.product_visibility {
  background: linear-gradient(to top, #ffffff, #e9eaed);
}

.prod_visibility_graph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.google_tech_wrapper {
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.google_tech_text {
  background: #05193e;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0 0 8px 8px;
}

.google_tech_text span {
  font-size: 18px;
  margin-left: 16px;
}

/* siq_targeting_section_style_start */

.siq_section_wrapper.brand_target#brand_targetting {
    margin-top: 70px !important;
}

.siq_targeting_slide {
    display: grid !important;
    grid-template-columns: 50% 50% !important;
    justify-content: space-between !important;
}

.siq_targeting_slide .targ_left_content {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.siq_targeting_slide .mini_heading {
  background: transparent;
  border: 1px solid #185abc;
  color: #185abc;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 22px;
  text-transform: uppercase;
}

.siq_targeting_slide .main_heading {
    font-size: 44px;
    font-weight: 600;
    color: #02183d;
    margin: 20px 0 10px 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.siq_targeting_slide .sec_desc {
    font-size: 17px;
    max-width: 560px;
    color: #02183d;
    margin: 6px 0 25px 0;
}

.siq_targeting_slide .targ_feature_wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}

.targ_feature_wrap .feature_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature_item .feature_icon {
    width: 45px;
    height: 45px;
    background: #cdd2dc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.feature_item span {
    font-size: 16px;
    font-weight: 600;
}

.siq_targeting_slide .targ_demo_btn {
  border: 1px solid transparent;
  background: #1a73e8;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.siq_targeting_slide .targ_demo_btn:hover {
  background: #185abc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.siq_targeting_slide .targ_demo_btn:hover i {
    transform: translateX(5px);
}

.siq_targeting_slide .targ_demo_btn i {
    transition: transform 0.3s ease;
}

.siq_targeting_slide .targ_right_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.targ_right_content .targ_google_ad_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.targ_google_ad_wrap .ad_mobile_placeholder {
    position: absolute;
    top: 40px;
    width: 380px;
}

.targ_google_ad_wrap .ad_cards_wrap {
    display: flex;
    position: relative;
    z-index: 10;
    gap: 28px;
    margin-top: 15px;
}

.ad_cards_wrap .ad_card_item {
    background: white;
    border: 1px solid #7a7a7a;
    border-radius: 10px;
    width: 160px;
    position: relative;
    box-shadow: 2px 3px 10px -1px rgba(0, 0, 0, 0.2);
}

.ad_card_item .ad_prod_img {
    width: 100%;
    height: 150px;
    background: #f4f4f4;
    border-radius: 9px 9px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #CFCFCF;
}

.ad_card_item .ad_prod_img img {
    max-height: 95px;
}

.ad_card_item.siq_casio .ad_prod_img {
    background: linear-gradient(120deg, rgba(80, 175, 114, 1) 0%, rgba(22, 97, 50, 1) 100%);
}

.ad_card_item.siq_casio .ad_prod_img img {
    max-height: 115px;
}

.ad_card_item .ad_prod_title {
    color: #1000B0;
    font-size: 13px;
    padding: 8px 4px 8px 10px;
    font-weight: 600;
    line-height: 22px;
}

.ad_card_item .ad_price {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding-left: 10px;
}

.ad_card_item .ad_brand {
    color: #7a7a7a;
    font-size: 14px;
    padding: 4px 0px 4px 10px;
}

.ad_card_item .ad_ratinig {
    display: flex;
    gap: 6px;
    align-items: center;
    padding-left: 10px;
}

.ad_card_item .ad_ratinig img {
    height: 13px;
}

.ad_card_item .ad_ratinig span {
    font-size: 12px;
    color: #5D5D5D;
}

.ad_card_item .ad_prod_sponsor {
    color: #6256D3;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0 10px 10px;
}

.ad_card_item .ad_logo_top {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 65px;
    height: 65px;
    background: #119a45;
    border-radius: 100%;
    border: 1px solid #ffffff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 10px;
    font-weight: 600;
    opacity: 0;
}

.ad_card_item.siq_casio .ad_logo_top {
    font-size: 14px;
}

.ad_card_item .ad_logo_top b {
    font-size: 12px;
    margin-bottom: -8px;
}

.ad_card_item .ad_casio_logo {
    background: white;
    width: 70px;
    height: 23px;
    padding: 6px 8px 6px 8px;
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    opacity: 0;
}

.ad_card_item .ad_best_seller_tag {
    position: absolute;
    top: 6px;
    left: 6px;
    background: white;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 7px 2px 7px;
    opacity: 0;
}

.targ_google_ad_wrap .ad_cards_wrap::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 280px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
}

.targ_google_ad_wrap .ad_cards_wrap::after {
    content: "Casio";
    position: absolute;
    top: -65px;
    font-size: 14px;
    left: 137px;
    font-weight: 600;
    background: #f2f3f5;
    color: black;
}

.brands_view .ad_card_item .ad_logo_top {
    animation: brand_tags 0.5s ease-in 0s 1 normal forwards;
}

.brands_view .ad_card_item.comp_a .ad_logo_top {
    animation-delay: 1s;
}

.brands_view .ad_card_item.comp_b .ad_logo_top {
    animation-delay: 1.8s;
}

.brands_view .ad_card_item .ad_best_seller_tag {
    animation: best_seller 0.5s ease-in 2.6s 1 normal forwards;
}

.brands_view .ad_card_item .ad_casio_logo {
    animation: best_seller 0.5s ease-in 3.2s 1 normal forwards;
}

/* siq_targeting_section_style_end */


@media (max-width: 500px) {

  .top_section_content_wrap {
    margin: 70px auto;
  }

  .top_section_content_wrap .top_section_main_content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    width: calc(100% - 40px);
    margin: auto;
    padding: 0 8px;
  }

  .siq_demo_btn .free-_-demo {
    font-size: 13px;
    padding: 8px 24px;
    border-radius: 4px;
  }

  .top_section_content {
    width: 100%;
  }

  .google_text_wrap .g_logo_img {
    width: 16px;
    height: 16px;
  }

  .google_text_wrap .g_logo_img svg {
    height: 100%;
  }

  .google_text_wrap .g_logo_text {
    font-size: 11px;
  }

  .top_section_content.left_content {
    margin-top: 10px;
  }

  .top_heading_small {
    margin: 20px 0;
    font-size: 11px;
  }

  .top_section_content .top_main_heading {
    font-size: 24px;
    line-height: 1.5;
  }

  .top_section_content .heading_desc {
    margin: 15px 0 25px;
    font-size: 13px;
  }

  .top_section_content .siq_swipe_icon {
    display: none;
  }

  .top_section_content .siq_img_wrap {
    width: 270px;
    height: 300px;
  }

  .swiper-slide.big_slider_img .siq_img_wrap {
    width: 300px;
  }

  .siq_mobile_content {
    bottom: -70px;
  }

  .siq_mob_img_wrap {
    width: 143px;
    height: 240px;
    right: -50px;
    bottom: 80px;
  }

  .siq_mob_img_wrap img {
    object-fit: contain;
  }

  .top_section_content.right_content {
    margin-top: 30px;
  }

  .swiper-slide.big_slider_img .top_section_content.right_content {
    margin-top: 0px;
  }

  .siq_mob_ellipse.bigger {
    top: -130px;
    bottom: auto;
    left: 15px;
    width: 350px;
  }

  .siq_mob_ellipse svg {
    width: 100%;
    height: 100%;
  }

  .siq_mob_ellipse.smaller {
    top: -100px;
    left: 48px;
    width: 266px;
    height: 266px;
    opacity: 0.5;
  }

  .siq_social_icon_wrap {
    width: 40px;
    height: 40px;
  }

  .siq_social_icon_wrap.cbn_google_ads {
    top: -65px;
    left: 17px;
  }

  .siq_social_icon_wrap.fb_icon {
    left: -5px;
    top: 30px;
  }

  .siq_social_icon_wrap.tiktok_icon {
    bottom: auto;
    left: 19px;
    top: 118px;
  }

  .siq_social_icon_wrap svg {
    width: 100%;
    height: 100%;
  }

  .siq_swipe_icon svg {
    width: 38px;
    height: 38px;
  }

  .top_section_main_content .siq_swipe_icon {
    bottom: -36px;
    left: 15px;
    width: fit-content;
    display: flex !important;
    align-items: center;
    color: #fff;
    max-width: 28px;
  }

  .siq_top_section_slider>.swiper-pagination {
    max-width: calc(100% - 25px) !important;
  }

  .swiper-slide.big_slider_img .siq_img_wrap {
      align-items: start;
      margin-bottom: 10px;
      flex-direction: row-reverse;
  }

  .top_section_content.badges-content img {
    margin-top: 0;
  }

  .siq_img_wrap.imgs_with_link a:nth-child(1) {
    margin-bottom: 35px;
  }

  .top_section_content.badges-content,
  .swiper-slide.big_slider_img .siq_img_wrap.imgs_with_link {
      width: 100%;
  }

  .top_section_content .siq_img_wrap img.google-partner-badge {
      width: 160px;
      height: 160px;
  }

  .top_section_content.badges-content a {
      margin: 0 !important;
  }

  .top_section_content .imrg-badge, .top_section_content .the-drum-badge {
      width: 180px;
      height: auto;
  }

  .top_section_content .imrg-badge {
      margin-bottom: 15px;
  }

  .siq_top_section_slider>.swiper-pagination>.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }

  .siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 4px;
    animation: growBar 6s ease forwards;
  }

  @keyframes growBar {
    from {
      width: 0%;
    }

    to {
      width: 40px;
    }
  }

  .siq_brand_imgs_container {
    padding: 10px 0;
  }

  .siq_brand_imgs_container .siq_brand_img_icon {
    min-width: 100px;
    height: 60px;
  }

  .siq_section .siq_section_wrapper {
    max-width: calc(100% - 20px);
    margin: 15px auto;
  }

  .top_title_text {
    font-size: 18px;
    padding: 10px 0;
    width: calc(100% - 30px);
    margin: auto;
  }

  .top_title_desc {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
    font-weight: 700;
    width: calc(100% - 30px);
  }

  .brand_prod_content.prod_keywords {
    margin-top: 15px;
  }

  .brand_prod_slider.swiper {
    height: 670px;
  }

  .google_tech_wrapper {
    width: calc(100% - 15px);
    margin: auto;
  }

  .g_logo_img svg {
    width: 15px;
    height: 15px;
  }

  .google_tech_text span {
    font-size: 11px;
    margin-left: 10px;
  }

  /* siq_tageting_mob_style_start */

  .siq_targeting_slide {
    display: flex !important;
    flex-direction: column;
    padding-top: 15px;
    justify-content: start !important;
    gap: 30px;
  }

  .siq_targeting_slide .targ_left_content {
    align-items: center;
  }

  .siq_targeting_slide .mini_heading {
      font-size: 11px;
      padding: 7px 14px 6px;
      gap: 5px;
      line-height: 16px;
  }

  .siq_targeting_slide .main_heading {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }

  .siq_section_wrapper.brand_target#brand_targetting {
    margin-top: 30px !important;
  }

  .targ_right_content .targ_google_ad_wrap {
    height: 410px;
    width: 355px;
  }

  .siq_targeting_slide .sec_desc {
    font-size: 14px;
    max-width: 90%;
    text-align: center;
  }

  .siq_targeting_slide .targ_feature_wrap {
    gap: 12px;
  }

  .feature_item span {
    font-size: 16px;
  }

  .siq_targeting_slide .targ_feature_wrap,
  .siq_targeting_slide .sec_desc,
  .siq_targeting_slide .targ_demo_btn {
    display: none;
  }

  .targ_google_ad_wrap .ad_mobile_placeholder {
    top: 0px;
    width: 250px;
  }

  .ad_cards_wrap .ad_card_item {
    width: 110px;
  }

  .ad_card_item .ad_prod_img {
    height: 120px;
  }

  .ad_card_item.siq_casio .ad_prod_img img {
    max-height: 95px;
  }

  .ad_card_item .ad_prod_img img {
    max-height: 70px;
  }

  .ad_card_item .ad_prod_title {
    font-size: 8px;
    padding: 5px 4px 5px 5px;
    line-height: 15px;
  }

  .ad_card_item .ad_price {
    font-size: 11px;
    padding-left: 6px;
  }

  .ad_card_item .ad_brand {
    font-size: 11px;
    padding: 3px 0px 3px 6px;
  }

  .ad_card_item .ad_ratinig img {
    height: 9px;
  }

  .ad_card_item .ad_ratinig span {
    font-size: 9px;
  }

  .ad_card_item .ad_ratinig {
    padding-left: 6px;
  }

  .ad_card_item .ad_prod_sponsor {
    font-size: 10px;
    padding: 6px 0 8px 6px;
  }

  .ad_card_item .ad_logo_top {
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    font-size: 7px;
  }

  .ad_card_item.siq_casio .ad_logo_top {
    font-size: 11px;
  }

  .ad_card_item .ad_logo_top b {
    font-size: 8px;
    margin-bottom: -7px;
    line-height: 11px;
  }

  .ad_card_item .ad_casio_logo {
    width: 55px;
    height: 20px;
    padding: 6px;
    top: 92px;
  }

  .ad_card_item .ad_best_seller_tag {
    top: 5px;
    left: 5px;
    font-size: 8px;
    padding: 2px 5px 2px 5px;
  }

  .targ_google_ad_wrap .ad_cards_wrap::after {
    top: -48px;
    font-size: 11px;
    left: 85px;
    padding: 0 3px;
  }

  .targ_google_ad_wrap .ad_cards_wrap::before {
    width: 250px;
    height: 230px;
  }

  .targ_google_ad_wrap .ad_cards_wrap {
    gap: 20px;
    margin-top: 93px;
  }
  /* siq_tageting_mob_style_end */
}

.content-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.animation-grid-container {
  height: 100%;
  background-image: linear-gradient(133deg, #082a69, #05296d);
  position: fixed;
  width: 100%;
  z-index: 1000001;
  top: 0;
  left: 0px;
  overflow: hidden;
  animation: animation-fade-out 1.2s ease 1.2s 1 normal both;
}

.cbn-loading-container {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px;
}

.img-container {
  animation: logo_loading 0.8s ease 0.3s 1 normal both;
  width: 100%;
  height: auto;
}

.img-container>img {
  width: 100%;
  height: auto;
}

.cbn_loading_bg {
    width: 100%;
    height: 100%;
}

.cbn_loading_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.siq_chat_icon .wa_btn_icon {
    background: #16BE45;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease;
}

@media (max-width: 500px) {
  .img-container>img {
    width: 80px;
  }

  .ad_card_item .ad_prod_img {
      height: 120px;
  }

  .siq_chat_icon .wa_btn_icon {
      width: 50px;
      height: 50px;
  }

}

.cb_homepage {
  width: 100%;
  height: 100%;
}

.siq_section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0px;
}

.fb_icon>a>svg {
  width: 16px;
  height: 20px;
  fill: #3b5998;
}

.smarter_shopping_container.shopping_brands {
  margin: 0;
  background: #ffff00;
  padding-top: 60px;
}

.siq_prod_target {
  background: #fff !important;
  max-width: 285px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.siq_prod_target>.prod_num {
  background: #fced0a;
  padding: 22px 30px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.live_feed>.prod_num {
  color: #000;
}

.campaign_build {
  top: 55px;
  right: -40px;
}

.campaign_build>.prod_num {
  background: #4c9b4c;
}

.keyword_target {
  bottom: 100px;
  right: -50px;
}

.keyword_target>.prod_num {
  background: #1c9e74;
}

.prod_target {
  bottom: 50px;
  left: 60px;
}

.prod_target>.prod_num {
  background: #1192cd;
}

.real-time-target {
  top: 36%;
  left: -100px;
}

.real-time-target>.prod_num {
  background: #5598d4;
}

.siq_prod_target>.prod_detail {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  text-align: left;
}

.prod_detail>.cb_title {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 15px;
}

.prod_detail>.cb_desc {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.shopping_platform-wrap {
  position: relative;
  z-index: 99;
  height: 650px;
  width: 980px;
  margin: 40px auto 20px;
}

.shopping_prod {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 40px;
}

.shopping_prod>.desk-img {
  width: 600px;
  height: auto;
}

.shopping_prod>.mob-img {
  display: none;
}

.grey_dotted-img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

.grey_dotted-img>img {
  width: 650px;
  height: auto;
}

.prod_target_dtl {
  position: relative;
  z-index: 99;
  width: 750px;
  height: 100%;
  margin: 0 auto;
}

.smarter_shopping_container {
  z-index: 9;
  overflow: hidden;
  margin-top: 40px;
}

.smarter-shopping_wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.cb_keyword_wrap {
  display: flex;
  width: 1500px;
  margin: 0 auto;
}

.keywrods_slider>.swiper-wrapper {
  width: 1500px;
  height: 650px;
  margin: 0 auto;
}

.keywrods_slider>.swiper-wrapper .cb_keyword_wrap {
  display: flex;
}

.cb_keyword_wrap .siq-keywrod_detail,
.cb_keyword_wrap .siq_keyword-img {
  width: 50%;
}

.cb_keyword_wrap .siq-keywrod_detail {
  background: #04235e;
  padding: 0px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cb_keyword_wrap .siq_keyword-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

h4.cb_keywrod-text {
  color: #fff;
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 40px;
  font-weight: 700;
}

h4.cb_keywrod-text .convert_text {
  color: yellow;
}

p.converting_desc {
  color: #fff;
  font-size: 14px;
}

.Keyword_btn-wrap {
  position: relative;
}

.Keyword_btn-wrap .convertin_keywords {
  display: flex;
  padding-top: 50px;
  align-items: center;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.convertin_keywords .numbers {
  background: #fcfc01;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #fcfc01;
}

.convertin_keywords.tab_img>.numbers {
  background: none;
  color: #fff;
}

.convertin_keywords .convertin_text {
  background: #fcfc01;
  padding: 10px;
  border-radius: 6px;
  width: calc(100% - 50px);
  margin-left: 30px;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: bold;
}

.convertin_keywords.view .convertin_text {
  background: #5b9bd5;
}

.convertin_keywords.scale .convertin_text {
  background: #70ad47;
}

.cb_yellow-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 93px;
  left: 17px;
  z-index: 1;
}

.cb_yellow-dots .yellow_dots {
  background: yellow;
  width: 5px;
  height: 10px;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 500px) {
  /* .blog_related_content {
    margin: 0px 0px 40px;
  } */
}

@media (max-width: 500px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .siq_section.smarter_shopping_container {
    padding: 40px 0;
  }

  .cb_keyword_wrap {
    flex-direction: column;
  }

  .cb_keyword_wrap .siq-keywrod_detail,
  .cb_keyword_wrap .siq_keyword-img {
    width: 100%;
  }

  .cb_keyword_wrap .siq-keywrod_detail {
    padding: 20px;
  }

  h4.cb_keywrod-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  p.converting_desc {
    margin-bottom: 6px;
  }

  p.converting_desc,
  .convertin_keywords .numbers {
    font-size: 12px;
  }

  .Keyword_btn-wrap .convertin_keywords {
    padding-top: 25px;
  }

  .convertin_keywords .numbers {
    padding: 8px 12px;
    border-radius: 4px;
  }

  .convertin_keywords .convertin_text {
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
  }

  .cb_yellow-dots {
    top: 60px;
  }

  .cb_yellow-dots .yellow_dots {
    width: 4px;
    height: 5px;
  }

  .siq_section {
    padding: 10px 0px;
  }

  .smarter_shopping_container {
    margin-top: 0px;
  }

  .cbn-loading-container {
    max-width: 100px;
  }

  .cb_keyword_wrap .siq_keyword-img {
    height: 250px;
  }

  .cb_keyword_wrap .siq_keyword-img img {
    height: 280px;
  }

  .siq_prod_target {
    max-width: fit-content;
    padding: 8px 15px;
    border-radius: 20px;
  }

  .siq_prod_target>.prod_num {
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 6px;
  }

  .siq_prod_target>.prod_detail {
    margin-left: 8px;
  }

  .prod_detail>.cb_title {
    font-size: 9px;
    margin-bottom: 0px;
    letter-spacing: 0px;
  }

  .prod_detail>.cb_desc {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0px;
    display: none;
  }

  .shopping_platform-wrap {
    height: 315px;
    width: calc(100% - 50px);
  }

  .live_feed {
    top: 10%;
    left: -15px;
  }

  .campaign_build {
    top: 10px;
    right: 0;
  }

  .keyword_target {
    bottom: 90px;
    right: -15px;
  }

  .prod_target {
    bottom: 20px;
    left: 20%;
  }

  .real-time-target {
    top: 46%;
    left: -15px;
  }

  .shopping_prod {
    top: 30px;
  }

  .shopping_prod>.desk-img {
    display: none;
  }

  .shopping_prod>.mob-img {
    width: 100%;
    display: block;
  }

  .grey_dotted-img>img {
    width: calc(100% - 22px);
    height: auto;
  }
}

:root {
  --page-title-display: block;
}

.swiper-slide>img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-slide-active {
  z-index: 9;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background: no-repeat 50%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

@media (max-width: 360px) {
  .shopping_platform-wrap {
    height: 300px;
    width: calc(100% - 60px);
  }
}

@media (max-width: 500px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .siq_section.smarter_shopping_container {
    padding: 40px 0;
  }

  .cb_keyword_wrap {
    flex-direction: column;
  }

  .cb_keyword_wrap .siq-keywrod_detail,
  .cb_keyword_wrap .siq_keyword-img {
    width: 100%;
  }

  .cb_keyword_wrap .siq-keywrod_detail {
    padding: 20px;
  }

  h4.cb_keywrod-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  p.converting_desc {
    margin-bottom: 6px;
  }

  p.converting_desc,
  .convertin_keywords .numbers {
    font-size: 12px;
  }

  .Keyword_btn-wrap .convertin_keywords {
    padding-top: 25px;
  }

  .convertin_keywords .numbers {
    padding: 8px 12px;
    border-radius: 4px;
  }

  .convertin_keywords .convertin_text {
    margin-left: 20px;
    font-weight: 600;
    font-size: 12px;
  }

  .cb_yellow-dots {
    top: 60px;
  }

  .cb_yellow-dots .yellow_dots {
    width: 4px;
    height: 5px;
  }

  .siq_section {
    padding: 10px 0px;
  }

  .smarter_shopping_container {
    margin-top: 0px;
  }

  .cbn-loading-container {
    max-width: 100px;
  }

  .cb_keyword_wrap .siq_keyword-img {
    height: 250px;
  }

  .cb_keyword_wrap .siq_keyword-img img {
    height: 280px;
  }

  .siq_prod_target {
    max-width: fit-content;
    padding: 8px 15px;
    border-radius: 20px;
  }

  .prod_detail>.cb_desc {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0px;
    display: none;
  }

  .shopping_platform-wrap {
    height: 315px;
    width: calc(100% - 50px);
  }

  .live_feed {
    top: 10%;
    left: -15px;
  }

  .campaign_build {
    top: 10px;
    right: 0;
  }

  .keyword_target {
    bottom: 90px;
    right: -15px;
  }

  .prod_target {
    bottom: 20px;
    left: 20%;
  }

  .real-time-target {
    top: 46%;
    left: -15px;
  }

  .shopping_prod {
    top: 30px;
  }

  .shopping_prod>.desk-img {
    display: none;
  }

  .shopping_prod>.mob-img {
    width: 100%;
    display: block;
  }

  .grey_dotted-img>img {
    width: calc(100% - 22px);
    height: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b3663;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 43px;
}

h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 33px;
}

h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

a,
ol>li:before {
  color: #6254e7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #696687;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #696687;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #696687;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #696687;
}

blockquote {
  color: #3b3663;
}

blockquote cite {
  font-family: Nunito;
}

blockquote:before {
  background: #ff7426;
}

blockquote {
  font-family: Rubik;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
button:hover {
  border-bottom-color: rgba(98, 84, 231, 0.3);
  color: #696687;
}

button:hover {
  color: #6254e7;
}

input[type="submit"],
button {
  background-image: linear-gradient(96deg,
      #9289f1 0%,
      #6254e7 51%,
      #9289f1 100%);
}

:root {
  --min_price_title: "Min Price";
  --max_price_title: "Max Price";
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@font-face {
  font-family: "Theme_icon";
  src: url(/wp-content/themes/ewebot/fonts/flaticon.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url(/wp-content/themes/ewebot/fonts/fontawesome-webfont.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

img {
  vertical-align: top !important;
  outline: none !important;
  max-width: 100%;
  height: auto;
  user-select: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,
      rgba(6, 147, 227, 1) 0%,
      rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,
      rgb(122, 220, 180) 0%,
      rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,
      rgba(252, 185, 0, 1) 0%,
      rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,
      rgba(255, 105, 0, 1) 0%,
      rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,
      rgb(238, 238, 238) 0%,
      rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,
      rgb(74, 234, 220) 0%,
      rgb(151, 120, 209) 20%,
      rgb(207, 42, 186) 40%,
      rgb(238, 44, 130) 60%,
      rgb(251, 105, 98) 80%,
      rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,
      rgb(255, 206, 236) 0%,
      rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,
      rgb(254, 205, 165) 0%,
      rgb(254, 45, 45) 50%,
      rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,
      rgb(255, 203, 112) 0%,
      rgb(199, 81, 192) 50%,
      rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,
      rgb(255, 245, 203) 0%,
      rgb(182, 227, 212) 50%,
      rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,
      rgb(202, 248, 128) 0%,
      rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,
      rgb(2, 3, 129) 0%,
      rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 600px) {

  html,
  * html body {
    margin-top: 0 !important;
  }
}

.product_visibility .graph_prod_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 30px;
}

.product_visibility.graph_prod_container.graph_prod_wrap.prod_visibility_graph {
  width: 48% !important;
  position: relative;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.product_visibility .graph_prod_container .graph_prod_wrap img {
  border-radius: 15px;
}

.google_tech_text {
  background: #05193e;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 15px 15px;
}

.g_logo_img {
  width: 30px;
  height: 26px;
}

.graph_prod_container .graph_prod_wrap {
  width: 48%;
  position: relative;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.insdustry_sales_wrapper {
  width: 1300px;
  height: auto;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.insdustry_sales_wrapper .images_wrapper {
  width: 48%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
}

.images_wrapper .play_icon i {
  color: #fff;
  border-radius: 100%;
  font-size: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.images_wrapper .play_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
}

.images_wrapper.teams img {
  opacity: 0.5;
  height: 538px;
  object-fit: cover;
}

.featured_imgs_wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.featured_imgs_wrapper .ecom_event_imgs.left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event_img_wrap.ecom_award_img {
  width: 75%;
  margin: auto;
}

.featured_imgs_wrapper .ecom_event_imgs {
  width: 48%;
}

.event_img_wrap.girl_img_wrap,
.award_main_img_wrap,
.siq_new_icons {
  width: 100%;
  height: auto;
}

.event_img_wrap.girl_img_wrap img,
.award_main_img_wrap img,
.siq_new_icons img {
  width: 100%;
  height: 100%;
}

.siq_section.leading_industry {
  background: linear-gradient(to bottom, #05183b 0%, #04286d 80%);
  padding-top: 60px;
}

.siq_section.leading_industry .siq_section_wrapper {
  position: relative;
  z-index: 10;
}

.siq_section.leading_industry .bg_box_img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.siq_section.leading_industry .top_desc_text {
  width: fit-content;
  background: #f5e71b;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 20px;
}

.top_desc_text {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  margin: auto;
}

.siq_new_brands_wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.leading_industry p {
  color: #fff;
}

.insdustry_sales_wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.graph_prod_wrap.prod_visibility_graph {
  width: 48%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
}

.images_wrapper.teams {
  background: #000;
}

.siq_section.product_visibility .graph_prod_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 30px;
}

.product_visibility.graph_prod_wrap.prod_visibility_graph {
  width: 48% !important;
  position: relative;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.google_tech_text .g_logo_img {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod_visibility_graph .g_logo_img {
  width: 35px;
  height: auto;
}

.graph_prod_container .google_tech_text {
  background: #05193e;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 15px 15px;
}

.product_visibility .graph_prod_container .graph_prod_wrap {
  width: 48%;
  position: relative;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  p.top_title_text {
    font-size: 22px;
    padding: 0 0 10px;
    width: calc(100% - 45px);
    margin: auto;
    line-height: 32px;
  }

  p.top_title_desc {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
    width: 300px;
    font-weight: 100;
  }

  .top_title_desc {
    font-size: 28px;
    padding: 0 0 10px;
    width: calc(100% - 45px);
    margin: auto;
  }

  .insdustry_sales_wrapper {
    width: calc(100% - 30px);
    flex-direction: column;
    margin: 15px auto;
  }

  .images_wrapper {
    width: 100%;
    height: 340px;
    border-radius: 12px;
  }

  .insdustry_sales_wrapper .images_wrapper {
    width: 100%;
    height: 340px;
    border-radius: 12px;
  }

  .images_wrapper.graph {
    margin-bottom: 30px;
  }

  .images_wrapper.teams img {
    height: 100%;
  }

  .siq_section.leading_industry {
    padding-top: 40px;
  }

  .siq_section_wrapper .top_desc_text {
    font-size: 11px;
    padding: 10px;
    letter-spacing: 0.5px;
  }

  .siq_section.leading_industry .top_desc_text {
    padding: 7px 15px;
    margin-bottom: 18px;
  }

  .featured_imgs_wrapper {
    padding-top: 30px;
  }

  .siq_new_brands_wrapper {
    margin-top: 30px;
    gap: 10px;
    overflow: auto;
  }

  .siq_new_brands_wrapper .siq_new_icons img {
    width: 100%;
    height: 100%;
  }

  .siq_new_brands_wrapper .siq_new_icons {
    min-width: 110px;
    height: 41px;
  }

  .graph_prod_container {
    flex-direction: column;
    margin: 15px 0;
    padding-top: 10px;
  }

  .graph_prod_container .graph_prod_wrap {
    width: calc(100% - 15px) !important;
    border-radius: 10px;
  }

  .graph_prod_wrap.prod_visibility_graph {
    margin-bottom: 30px;
  }

  .prod_visibility_graph .g_logo_img {
    width: 22px;
  }

  .google_tech_text .g_logo_img svg {
    width: 15px !important;
    height: 15px !important;
  }

  .graph_prod_container .graph_prod_wrap img {
    border-radius: 10px;
  }

  .google_tech_text {
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }

  .google_tech_text .g_logo_img img {
    width: 15px;
    height: 15px;
  }

  .brand_target .top_title_text {
    font-size: 28px;
    padding: 0 0 10px;
    width: calc(100% - 45px);
    margin: auto;
  }

  .siq_top_section_slider .swiper-pagination {
    bottom: 20px !important;
  }

  .siq_section.brands_listing_container {
    padding-top: 40px;
  }
}

strong {
  font-weight: 600 !important;
}

@media screen and (max-width: 500px) {
  #brand_targetting .top_title_text>br {
    display: none;
  }

  .siq_section .siq_section_wrapper.brand_target {
    margin: 80px auto 10px;
  }

  .siq_section {
    padding: 40px 0px;
  }

  .siq_section.product_visibility .graph_prod_container {
    flex-direction: column;
    margin: 15px 0;
    padding-top: 10px;
  }

  .graph_prod_container .google_tech_text {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
  }

  .industry_sales_section .top_title_text>br {
    display: none;
  }

  hr {
    margin: 35px 0px !important;
  }
}

@media screen and (max-width: 400px) {
  .small_s_m_style .bigger {
    max-width: 310px;
    left: -10px;
    top: -112px;
  }

  .small_s_m_style .smaller {
    max-width: 287px !important;
    left: 15px;
    top: -86px !important;
  }

  .small_s_m_style .smaller img {
    max-width: 260px;
  }

  .small_s_m_style .siq_social_icon_wrap.google_ads_icon {
    left: -9px;
    top: -56px;
  }

  .small_s_m_style .siq_social_icon_wrap.fb_icon {
    left: -30px;
  }

  .small_s_m_style .siq_social_icon_wrap.tiktok_icon {
    left: 0px;
  }

  .small_s_m_style .siq_mob_img_wrap {
    width: 90px;
    right: -36px;
    top: -15px;
  }

  .right_content .on_small_screen .siq_img_wrap {
    width: 203px;
  }

  .siq_channels_wrapper .siq_channel_card {
    padding: 10px 8px;
  }

  .siq_card_logo {
    width: 25px;
  }

  .siq_channel_card .siq_card_title {
    font-size: 16px;
    margin: 12px 0 6px;
  }

  .siq_channel_card .siq_card_desc,
  .sub_pages_wrap .siq_channel_card .siq_card_desc {
    font-size: 8px;
  }

  .sub_pages_wrap .siq_channel_card .siq_card_title {
    font-size: 14px;
    margin: 14px 0 8px;
  }

  .top_section_content .siq_img_wrap {
      width: 230px;
  }

  .siq_mob_img_wrap {
      width: 140px;
      right: -75px;
  }

  .siq_social_icon_wrap {
    width: 32px;
    height: 32px;
  }

  .siq_social_icon_wrap.tiktok_icon {
      left: 32px;
      top: 105px;
  }

  .top_section_content .top_main_heading {
    font-size: 21px;
  }

  .siq_social_icon_wrap.cbn_google_ads {
    left: 13px;
  }

  .siq_social_icon_wrap.fb_icon {
    left: 0px;
  }

  .top_section_content .siq_img_wrap img.google-partner-badge {
      width: 150px;
      height: 150px;
      object-fit: contain;
  }

}

/* ConversionIQ and SeoIQ slider style  */

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

@media screen and (min-width: 501px) {
  .top_section_content.right_content.on_bigg_screen {
    display: block
  }

  .top_section_content.right_content.on_small_screen {
    display: none;
  }
}

@media screen and (max--width: 500px) {
  .top_section_content.right_content.on_bigg_screen {
    display: none;
  }

  .top_section_content.right_content.on_small_screen {
    display: block;
  }
}

@keyframes demo_btn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes top_text {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes top_content {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes growBar {
  from {
    width: 0%;
  }

  to {
    width: 60px;
  }
}

@keyframes img_wrap {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes animation-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes logo_loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* ---------- Original home.css content (appended last so overrides win) ---------- */

/* new Sections */

.siq_prod_visibility_section {
  background: linear-gradient(to bottom, #ffffff, #e9eaed);
}

.siq_prod_visibility_content {
  max-width: 1300px;
  margin: auto;
  padding-top: 110px;
  display: grid;
  grid-template-columns: 50% 46%;
  justify-content: space-between;
  align-items: center;
}

.prod_v_right_content {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.prod_v_right_content .mini_heading {
  font-size: 16px;
  background: transparent;
  color: #185abc;
  border: 1px solid #185abc;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 22px;
  text-transform: uppercase;
}

.prod_v_right_content .mini_heading svg path {
  stroke: #185abc;
}

.prod_v_right_content .main_heading {
    font-size: 44px;
    font-weight: 600;
    color: #02183d;
    margin: 20px 0 10px 0;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.prod_v_right_content .sec_desc {
  font-size: 17px;
  max-width: 540px;
  color: #02183d;
  margin: 5px 0 25px;
}

.prod_v_right_content .prod_v_features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.prod_v_features .pv_feature_item {
  position: relative;
  font-size: 16px;
  color: #000;
  padding-left: 30px;
}

.pv_feature_item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #cdd2dc;
  left: 0;
  top: 2px;
  border-radius: 100%;
}

.pv_feature_item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #002e87;
  left: 5px;
  top: 7px;
  border-radius: 100%;
}

.prod_v_right_content .prod_v_demo_btn {
    background: #1a73e8;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    width: fit-content;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.prod_v_right_content .prod_v_demo_btn:hover {
  background-color: #185abc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.prod_v_right_content .prod_v_demo_btn:hover i {
  transform: translateX(5px);
}

.prod_v_demo_btn i {
  transition: transform 0.3s ease;
}

.prod_v_left_content img {
  height: auto;
  width: 640px;
}

@media screen and (max-width: 500px) {
  .siq_prod_visibility_content {
    max-width: 100%;
    padding: 60px 20px 0 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 40px;
  }

  .prod_v_right_content {
    align-items: center;
  }

  .prod_v_right_content .mini_heading svg {
    width: 18px;
    height: 18px;
  }

  .prod_v_right_content .mini_heading {
    font-size: 11px;
    padding: 7px 14px 6px 14px;
    gap: 5px;
    line-height: normal;
  }

  .prod_v_right_content .main_heading {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }

  .prod_v_right_content .sec_desc {
    font-size: 14px;
    max-width: 90%;
    text-align: center;
  }

  .prod_v_features .pv_feature_item {
    font-size: 13px;
    padding-left: 25px;
  }

  .pv_feature_item::before {
    width: 18px;
    height: 18px;
    top: 2px;
  }

  .pv_feature_item::after {
    width: 8px;
    height: 8px;
    top: 7px;
  }

  .prod_v_right_content .prod_v_demo_btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .prod_v_left_content {
    display: flex;
    justify-content: center;
  }

  .prod_v_left_content img {
    width: 95%;
  }
}

section.siq_bidding_section {
  background: linear-gradient(to bottom, #05183b 0%, #04286d 80%);
  position: relative;
  padding: 110px 0;
}

.siq_bidding_section .box_bg_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bidding_section_wrap {
  display: grid;
  grid-template-columns: 45% 52%;
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 10;
}

.bidding_section_wrap .bid_left_content {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.bidding_section_wrap .bid_right_content {
    position: relative;
    display: flex;
    justify-content: end;
}

.bid_left_content .mini_heading {
  background: #fcec0a;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 20px;
  text-transform: uppercase;
}

.bid_left_content .main_heading {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  margin: 25px 0 10px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.bid_left_content .main_heading span {
  color: #1c9e75;
}

.bid_left_content .sec_desc {
  font-size: 17px;
  max-width: 560px;
  color: #fff;
  margin: 10px 0 40px;
}

.bid_left_content .bid_attr_wrap {
  display: flex;
  gap: 30px;
  align-items: end;
}

.bid_attr_wrap div .bid_attr_item {
  display: flex;
  flex-direction: column;
  background: #ffffff0f;
  border: 1px solid #ffffff2e;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  width: 210px;
  height: 90px;
}

.bid_left_content .bid_demo_btn {
  border: none;
  background: #fcec0a;
  padding: 10px 20px;
  border-radius: 8px;
  color: #000;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  font-weight: 600;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.bid_left_content .bid_demo_btn:hover i {
  transform: translateX(5px);
}

.bid_left_content .bid_demo_btn i {
  transition: transform 0.3s ease;
}

.bid_left_content .bidding_img {
  height: 270px;
}

.bid_attr_item div {
  font-size: 30px;
  font-weight: 600;
  color: #1c9e75;
}

.bid_attr_item span {
  color: #ffffffa1;
  font-size: 13px;
  letter-spacing: 0.8px;
}

.bid_attr_wrap div .bid_attr_item:first-child {
  margin-bottom: 15px;
}

.bid_right_content .bidding_graph {
  margin-bottom: -70px;
  width: 630px;
  height: auto;
}

.bid_right_content .google-partner-badge-img {
    width: 180px;
    position: absolute;
    left: 50px;
    top: -32px;
}

@media screen and (max-width: 500px) {
  section.siq_bidding_section {
    padding: 60px 0;
  }

  .bidding_section_wrap {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
    padding: 0 20px;
  }

  .bid_left_content .mini_heading {
    font-size: 11px;
    padding: 7px 14px 7px 10px;
    line-height: 18px;
    gap: 4px;
  }

  .bid_left_content .mini_heading svg {
    height: 18px;
    width: 18px;
  }

  .bidding_section_wrap .bid_left_content {
    align-items: center;
  }

  .bid_left_content .main_heading {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .bid_left_content .sec_desc {
    font-size: 13px;
    max-width: 90%;
    text-align: center;
    margin: 5px 0 30px 0;
    line-height: 22px;
  }

  .bid_left_content .bid_attr_wrap {
    gap: 25px;
    align-items: center;
    flex-direction: column;
  }

  .bid_attr_wrap div .bid_attr_item {
    width: 280px;
    height: 90px;
    align-items: center;
  }

  .bid_left_content .bid_demo_btn {
    padding: 8px 15px;
    font-size: 13px;
    gap: 8px;
    margin: 25px auto 30px auto;
  }

  .bid_left_content .bidding_img {
    height: 250px;
  }

  .bid_right_content .bidding_graph {
    display: none;
  }

  .bid_attr_item div {
    font-size: 26px;
  }

  .bid_attr_item span {
    font-size: 11px;
  }


}

.siq_ad_platform_section {
  max-width: 1300px;
  margin: auto;
  padding-top: 100px;
}

.ad_platform_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ad_platform_wrap .mini_heading {
  background: transparent;
  border: 1px solid #185abc;
  color: #185abc;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 8px;
  text-transform: uppercase;
}

.ad_platform_wrap .main_heading {
  font-size: 48px;
  font-weight: 600;
  color: #02183d;
  margin: 25px 0 10px 0;
  text-transform: uppercase;
  line-height: normal;
}

.ad_platform_wrap .sec_desc {
  font-size: 16px;
  max-width: 700px;
  text-align: center;
  color: #02183d;
}

.ad_platform_box_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}

.ad_platform_box_wrap .ad_plat_box_item {
  width: 375px;
  height: 430px;
  background: #fff;
  border: 1px solid #babababa;
  border-radius: 12px;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 20px;
}

.ad_plat_box_item .box_heading {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.ad_plat_box_item .plat_icons_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  background: #F2F2F2;
  border-radius: 12px;
  width: 100%;
  padding: 15px;
  margin: 18px 0 22px 0;
}

.plat_icons_wrap .plat_icon {
  padding: 15px;
  width: 66px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(139deg, #002873 0%, #3b69c033 100%) border-box;
}

.ad_plat_box_item .bottom_icon {
  font-size: 18px;
  width: 35px;
  height: 35px;
  color: #fff;
  background: #3ea7ae;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
}

.ad_plat_box_item .bottom_icon::before {
  content: "";
  position: absolute;
  width: 130px;
  border-top: 1px dashed #aaaaaa;
  left: -140px;
}

.ad_plat_box_item .bottom_icon::after {
  content: "";
  position: absolute;
  border-top: 1px dashed #aaaaaa;
  width: 130px;
  right: -140px;
}

.ad_plat_box_item .bottom_desc {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.bottom_desc i {
  font-size: 20px;
}

.plat_icon_circle_wrap {
  background: #f2f2f2;
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 234px;
  margin: 18px 0 22px 0;
}

.plat_icon_circle_wrap .siq_center_logo {
  width: 100px;
  height: 100px;
  background: #e8eaed;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  margin-bottom: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plat_icon_circle_wrap .siq_center_logo div {
  display: flex;
  padding: 10px;
  border: 1px solid #dce1ea;
  border-radius: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
}

.plat_icon_circle_wrap .siq_center_logo span {
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
  height: 60px;
  justify-content: center;
  background: radial-gradient(circle, #92b2cea3 0%, #FFFFFF 50%);
  position: relative;
  z-index: 10;
}

.siq_center_logo span img {
  width: 40px;
  margin-bottom: -3px;
}

.plat_icon_circle_wrap .circle_logo_item {
  position: absolute;
  width: 45px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 5px 0.5px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.circle_logo_item span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  border-radius: 4px;
  width: 25px;
}

.circle_logo_item.no_1 {
  top: 12px;
}

.circle_logo_item.no_2 {
  right: 55px;
  top: 40px;
}

.circle_logo_item.no_3 {
  right: 40px;
  top: 115px;
}

.circle_logo_item.no_4 {
  bottom: 15px;
  right: 90px;
}

.circle_logo_item.no_5 {
  left: 90px;
  bottom: 15px;
}

.circle_logo_item.no_6 {
  left: 40px;
  top: 115px;
}

.circle_logo_item.no_7 {
  top: 40px;
  left: 55px;
  padding: 11px;
}

/* .plat_icon_circle_wrap .circle_logo_item::before {
        content: "";
        position: absolute;
        border-top: 1px dashed #aaaaaaab;
    } */

.circle_logo_item.no_1::before {
  transform: rotate(90deg);
  bottom: -21px;
  width: 40px;
}

.circle_logo_item.no_2::before {
  transform: rotate(151deg);
  left: -49px;
  bottom: 0px;
  width: 50px;
}

.circle_logo_item.no_3::before {
  left: -61px;
  top: 10px;
  width: 60px;
  transform: rotate(15deg);
}

.circle_logo_item.no_4::before {
  width: 50px;
  transform: rotate(50deg);
  top: -22px;
  left: -22px;
}

.circle_logo_item.no_5::before {
  width: 50px;
  transform: rotate(129deg);
  top: -20px;
  right: -24px;
}

.circle_logo_item.no_6::before {
  right: -61px;
  top: 10px;
  width: 60px;
  transform: rotate(165deg);
}

.circle_logo_item.no_7::before {
  transform: rotate(29deg);
  right: -49px;
  bottom: 0px;
  width: 50px;
}

.circle_connect_svg {
  position: absolute;
  margin-left: -10px;
}

.circle_connect_svg svg line {
  stroke: #052563;
  stroke-opacity: 0.7;
}

.ad_plat_box_item .mobile_mockups_wrap {
  border-radius: 12px;
  background: #f2f2f2;
  min-height: 234px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  margin: 18px 0 22px 0;
}

.ad_plat_box_item .platf_logo_row {
  display: flex;
  align-items: center;
  gap: 14px;

}

.platf_logo_row span {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 0.5px rgba(0, 0, 0, 0.15);
  position: relative;
}

.platf_logo_row span::before {
  content: "";
  position: absolute;
  width: 12px;
  border-top: 1px dashed #aaaaaa;
  right: -13px;
  top: 50%;
}

.platf_logo_row span:last-child:before {
  border: none
}

.ad_platform_box_wrap .connect_arrow {
  position: relative;
}

.ad_platform_box_wrap .connect_arrow::before {
  content: "";
  position: absolute;
  width: 26px;
  border-top: 1px dashed #aaaaaa;
  right: -28px;
  top: calc(50% - 1px);
}

.ad_platform_box_wrap .connect_arrow::after {
  content: "";
  position: absolute;
  width: 30px;
  border-top: 1px dashed #aaaaaa;
  left: -27px;
  top: calc(50% - 1px);
}



.brand_prod_card.comp_a .product_img,
.brand_prod_card.comp_b .product_img {
  padding: 40px;
}

.brand_prod_card.you .product_img {
  background: linear-gradient(120deg,
      rgba(80, 175, 114, 1) 0%,
      rgba(22, 97, 50, 1) 100%);
}

.cb_prod_imgs>img {
  animation: productCircle 12s linear infinite;
}

@keyframes productCircle {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.brand_prod_card .best_seller_tag {
  color: #2e2e2e;
  background: #fff;
  width: fit-content;
  padding: 5px 8px;
  margin: 0;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 6px;
  z-index: 10;
  opacity: 0;
  font-size: 13px;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.1);
}

.brands_view .brand_prod_card .best_seller_tag {
  animation: best_seller 0.5s ease-in 3.2s 1 normal forwards;
}

@keyframes best_seller {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.brand_prod_card .brand_logo_2 {
  width: 90px;
  height: 32px;
  position: absolute;
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 55%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding-top: 2px;
  opacity: 0;
}

.brands_view .brand_prod_card .brand_logo_2 {
  animation: best_seller 0.5s ease-in 4.4s 1 normal forwards;
}

@keyframes brand_logo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 500px) {
  .siq_ad_platform_section {
    max-width: 100%;
    padding: 60px 20px 0 20px;
  }

  .ad_platform_wrap .mini_heading {
    font-size: 11px;
    padding: 7px 14px 6px;
  }

  .ad_platform_wrap .main_heading {
    font-size: 22px;
    text-align: center;
    line-height: 36px;
    max-width: 250px;
  }

  .ad_platform_wrap .sec_desc {
    font-size: 13px;
    max-width: 90%;
    line-height: 22px;
}

  .ad_platform_box_wrap {
    margin-top: 30px;
    flex-direction: column;
    gap: 25px;
  }

  .ad_plat_box_item .box_heading {
    font-size: 1px;
  }

  .ad_platform_box_wrap .ad_plat_box_item {
    width: 320px;
    height: 382px;
    padding: 18px 15px;
  }

  .plat_icons_wrap .plat_icon {
    padding: 12px;
    width: 55.5px;
    height: 55px;
  }

  .ad_plat_box_item .bottom_desc {
    font-size: 14px;
    margin-top: 15px;
  }

  .bottom_desc i {
    font-size: 14px;
  }

  .ad_plat_box_item .bottom_icon {
    font-size: 14px;
    width: 25px;
    height: 25px;
  }

  .ad_plat_box_item .bottom_icon::after {
    width: 112px;
    right: -122px;
  }

  .ad_plat_box_item .bottom_icon::before {
    width: 112px;
    left: -122px;
  }

  .ad_plat_box_item .plat_icons_wrap {
    margin: 12px 0 18px 0;
  }

  .plat_icon_circle_wrap .siq_center_logo {
    width: 90px;
    height: 90px;
  }

  .plat_icon_circle_wrap .siq_center_logo div {
    padding: 8px;
    height: 74px;
    min-width: 74px;
  }

  .plat_icon_circle_wrap .siq_center_logo span {
    width: 58px;
    height: 58px;
  }

  .siq_center_logo span img {
    width: 35px;
  }

  .circle_connect_svg {
    width: 180px;
    height: 160px;
    margin-top: -20px;
  }

  .circle_logo_item.no_3 {
    top: 105px;
  }

  .circle_logo_item.no_6 {
    top: 105px;
  }

  .circle_logo_item.no_4 {
    right: 85px;
  }

  .circle_logo_item.no_5 {
    left: 85px;
  }

  .plat_icon_circle_wrap {
    height: 218px;
    margin: 12px 0 18px 0;
  }

  .ad_plat_box_item .mobile_mockups_wrap {
    min-height: 218px;
    margin: 12px 0 18px 0;
  }

  .platf_logo_row span {
    width: 38px;
    height: 38px;
  }

  .ad_platform_box_wrap .connect_arrow {
    transform: rotate(90deg);
  }

  .ad_platform_box_wrap .connect_arrow::before {
    width: 20px;
    right: -22px;
  }

  .ad_platform_box_wrap .connect_arrow::after {
    width: 24px;
    left: -21px;
  }
}

@media (max-width: 500px) {
  .top-section_container {
    display: none;
  }

  .siq_new_blogs_wrap .blog_left_part .note_wrapper {
    margin: 18px 6px;
    padding: 10px 16px;
  }

  .siq_sticky_header {
    top: 54px !important;
  }

  .siq_sticky_header .sticky_header_text {
    font-size: 16px !important;
    padding: 12px !important;
  }

  .burger_sidebar_content .burger_sidebar_icon {
    height: 15px;
  }

  .top_nav_wrapper {
    padding: 15px 25px;
  }

  .siq_logo_text_nav .siq_logo_text {
    font-size: 11px;
  }

  .siq_logo_text_nav .siq_text_img {
    width: 70px;
    margin: 0 6px;
  }

  .siq_logo_text_nav .siq_logo_img {
    width: 20px;
    height: 20px;
  }

  .top_nav_wrapper .siq_demo_btn .free-_-demo {
    padding: 5px 16px;
    font-size: 11px;
    border-radius: 4px;
  }

  .top_section_content_wrap {
    margin: 70px auto;
  }

  .google_text_wrap .g_logo_img {
    width: 16px;
    height: 16px;
  }

  .google_text_wrap .g_logo_img svg {
    height: 100%;
  }

  .top_section_content.left_content {
    margin-top: 10px;
  }

  .top_section_content .siq_swipe_icon {
    display: none;
  }

  .siq_mob_img_wrap img {
    object-fit: contain;
  }

  .siq_mob_ellipse svg {
    width: 100%;
    height: 100%;
  }

  .top_section_content.right_content.on_small_screen {
    display: none;
  }

  .siq_social_icon_wrap svg {
    width: 100%;
    height: 100%;
  }

  .siq_swipe_icon svg {
    width: 38px;
    height: 38px;
  }

  .top_section_main_content .siq_swipe_icon .swipe_icon_text {
    margin-right: 15px;
    font-size: 14px;
  }

  .siq_top_section_slider>.swiper-pagination {
    max-width: calc(100% - 20px) !important;
  }

  .siq_top_section_slider>.swiper-pagination>.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }

  .siq_hero_left_admin {
    width: 100%;
  }

  .siq_top_left_desc {
    gap: 5px;
    padding: 8px 10px;
    margin: 0 auto 18px;
  }

  .siq_top_left_desc .yellow_dot {
    width: 8px;
    height: 8px;
  }

  .siq_top_desc_text {
    font-size: 10px;
  }

  .siq_top_left_heading {
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }

  .siq_bottom_desc_text,
  .siq_hero_desc_text {
    margin: 10px 0 15px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .siq_hero_features_wrap {
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .hero_feature_content {
    gap: 5px;
  }

  .hero_feature_content .feature_icon svg {
    width: 10px;
    height: 14px;
  }

  .hero_feature_content .feature_text {
    font-size: 8px;
  }

  .feed-management-bing-shopping-ads .siq_hero_container_new_hero {
    margin-top: 95px !important;
    gap: 25px;
  }

  .feed-management-bing-shopping-ads.bigcommerce .siq_hero_container_new_hero {
    margin-top: 80px !important;

  }

  .feed-management-bing-shopping-ads.magento .siq_hero_container_new_hero {
    margin-top: 110px !important;
  }

  .feed-management-bing-shopping-ads.woocommerce .siq_hero_container_new_hero {
    margin-top: 105px !important;

  }

  .feed-management-meta-shopping-ads .siq_hero_container_new_hero {
    margin-top: 90px !important;
    gap: 25px;
  }

  .feed-management-tiktok-shopping-ads .siq_hero_container_new_hero {
    margin-top: 90px !important;
    gap: 25px;
  }

  .feed-management-facebook-catalogue-ads .siq_hero_container_new_hero {
    margin-top: 110px !important;
    gap: 25px;
  }

  .feed-management-google-shopping-ads .siq_hero_container_new_hero {
    margin-top: 110px !important;
    gap: 25px;
  }

  .feed-management-chatgpt-shopping-ads .siq_hero_container_new_hero {
    margin-top: 120px !important;
    gap: 25px;
  }

  .siq_hero_features_wrap.siq_google_ads .hero_feature_content {
    padding: 5px 12px;
    border-radius: 6px;
  }

  .siq_hero_demo_btn {
    padding: 7px 14px;
    gap: 7px;
    font-size: 12px;
    margin: auto;
  }

  .siq_brand_imgs_container {
    padding: 10px 0;
  }

  .siq_brand_imgs_container .siq_brand_img_icon {
    min-width: 100px;
    height: 60px;
  }

  .siq_section .siq_section_wrapper {
    max-width: calc(100% - 20px);
    margin: 15px auto;
  }

  .top_title_text {
    font-size: 18px;
    padding: 10px 0;
    width: calc(100% - 30px);
    margin: auto;
  }

  .top_title_desc {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
    font-weight: 700;
    width: calc(100% - 30px);
  }

  .siq_logo_text_wrapper {
    width: 55px;
    height: 55px;
  }

  .siq_logo_text_wrapper .siq_logo_img {
    width: 18px;
    height: 18px;
    margin-top: -5px;
  }

  .siq_logo_text_wrapper .siq_logo_text {
    font-size: 8px;
  }

  .brand_listing_content {
    height: 250px;
    margin-top: 40px;
  }

  .animated_section_wrap .animated_img {
    width: 150px;
    height: 130px;
  }

  .brand_icons_img_wrap {
    width: 350px;
    height: auto;
  }

  .brand_icons_img_wrap>img {
    object-fit: contain;
  }

  .prod_ad_mob_wrapper.slick-slider .slick-track {
    margin-left: 80px;
  }

  .prod_ad_mob_wrapper.slick-slider {
    margin: 40px 0 50px;
  }

  .ad_social_icon.google_new_icon_ {
    width: 36px;
  }

  .ad_social_icon {
    padding: 6px;
    border-radius: 6px;
  }

  .ad_social_icon svg {
    height: 18px;
  }

  .ad_social_mob {
    margin-top: 12px;
  }

  .animated_img_wrapper {
    padding: 20px 0;
  }

  .animated_img_container {
    width: 160px;
    height: 140px;
  }

  .animated_img_icons.casio_watch {
    width: 40px;
    height: 50px;
  }

  .animated_img_icons.right_arrow {
    width: 15px;
  }

  .animated_img_icons.nike_shoe {
    width: 45px;
  }

  .animated_img_icons.left_arrow {
    width: 35px;
  }

  .animated_img_icons.push_chair {
    width: 55px;
  }

  .animated_img_icons.top_arrow {
    width: 40px;
  }

  .brand_prod_container {
    width: 100%;
    height: 450px;
    margin: 30px auto 0;
  }

  .brand_prod_mob_img {
    width: 100%;
  }

  .brand_prod_content.prod_keywords {
    margin-top: 15px;
  }

  .product_name {
    font-size: 12px;
    top: 17.5%;
    left: 27%;
  }

  .brand_prod_slider.swiper {
    height: 670px;
  }

  .brand_prod_card_wrap {
    width: 350px;
    bottom: 0;
  }

  .brand_prod_card_wrap .brand_prod_card {
    width: 105px;
  }

  .brand_prod_card .brand_logo_1 {
    width: 60px;
    height: 60px;
    font-size: 12px;
    right: -19%;
  }

  .brand_prod_card.comp_b .brand_logo_1 {
    right: -15%;
  }

  .brand_prod_card .brand_logo_1 span {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  .brand_prod_card .product_img {
    height: 130px;
  }

  .brand_prod_card.comp_a .product_img,
  .brand_prod_card.comp_b .product_img {
    padding: 30px;
  }

  .brand_prod_card .brand_logo_1 strong {
    margin: 0px 0 -5px;
  }

  .brand_prod_card.you .product_img {
    padding: 10px;
  }

  
  .prod_card_details {
    padding: 6px 8px;
  }

  .prod_card_details a {
    font-size: 12px;
    letter-spacing: 0.6px;
    padding: 6px 0;
  }

  .prod_card_details h4 {
    font-size: 13px;
  }

  .prod_card_details p {
    font-size: 12px;
  }

  .prod_card_details .rating {
    font-size: 10px;
    gap: 3px;
  }

  .prod_card_details .ad_name {
    font-size: 12px;
    padding: 2px 0px 8px;
  }

  .prod_card_details .rating img {
    width: 58px;
    height: 16px;
  }

  .prod_comparison_wrapper {
    width: calc(100% - 15px);
    padding-bottom: 10px;
  }

  .prod_content_card {
    padding: 10px 0;
    border-radius: 6px;
  }

  .prod_content_card .prod_card_img {
    width: 100px;
    height: 100px;
  }

  .prod_card_content {
    padding: 10px;
  }

  .prod_card_content .title {
    font-size: 11px;
  }

  .prod_card_content .desc {
    font-size: 11px;
  }

  .prod_card_content .value {
    font-size: 13px;
  }

  .prod_content_card .prod_comp_name {
    width: calc(100% - 20px);
    font-size: 12px;
    padding: 6px;
    border-radius: 4px;
  }

  .google_tech_wrapper {
    width: calc(100% - 15px);
    margin: auto;
  }

  .g_logo_img svg {
    width: 15px;
    height: 15px;
  }

  .siq_try_btn .try_icon svg {
    width: 11px;
  }

  /* Google_ads_page_responsive_start */

  .siq_page_main_wrapper {
    padding: 30px 0;
  }

  .siq_content_section,
  .siq_content_section.dir_reverse {
    max-width: calc(100% - 50px);
    flex-direction: column-reverse;
    margin: 40px autos;
    gap: 30px;
  }

  .siq_content_section .siq_content_wrapper {
    width: 100%;
  }

  .siq_content_wrapper .siq_top_desc {
    padding: 7px 14px 6px;
    gap: 8px;
    font-size: 11px;
    margin: 0 auto 16px;
  }

  .siq_content_wrapper .siq_top_title,
  .siq_diff_title {
    font-size: 26px;
    text-align: center;
  }

  .siq_content_wrapper .siq_title_desc {
    margin: 12px 0 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .retailers .g_ads_retails .ads_retail_text {
    margin: 10px 0;
  }

  .retailers .ads_retail_text .retail_icon svg,
  .siq_top_desc .icon svg {
    width: 14px;
    height: 14px;
  }

  .ads_retail_text .retail_text,
  .outcome_text_wrapper .outcome_title {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .retail_text_wrapper .retail_desc,
  .outcome_text_wrapper .outcome_text {
    font-size: 11px;
  }

  .g_ads_retails.grid_view {
    grid-template-columns: repeat(1, 1fr);
    margin: 20px 0 10px;
  }

  .ads_retail_text .retail_icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .siq_outcome_wrapper .outcome_icon {
    width: 30px;
    height: 30px;
  }

  .outcome_icon svg {
    width: 18px;
    height: 18px;
  }

  .ads_retail_text .retail_icon svg {
    width: 16px;
    height: 16px;
  }

  .g_ads_retails.grid_view .ads_retail_text,
  .steamlining .g_ads_retails .ads_retail_text {
    margin: 10px 0;
  }

  .g_ads_retails .ads_retail_text {
    margin: 15px 0;
  }

  .siq_try_btn {
    margin-top: 20px;
    padding: 8px 16px;
  }

  .siq_try_btn a .try_btn_text {
    font-size: 12px;
    margin-right: 6px;
  }

  .siq_content_section.steamlining {
    margin: 40px auto;
  }

  /* Google_ads_page_responsive_end */

  /* pricing_plan_responsive_start */

  .cbn_siq_section,
  .siq_section.siq_video {
    padding: 20px 0;
  }

  .cbn_siq_section .cbn_top_desc,
  .siq_section.siq_video p.contact_title_top {
    padding: 7px 14px 6px;
    gap: 8px;
    font-size: 11px;
    margin: 0 auto 16px;
  }

  .cbn_siq_wrap,
  .siq_video .siq_section_wrap {
    max-width: calc(100% - 50px);
  }

  .cbn_siq_section .cbn_top_title,
  .siq_page_content.text.siq_video_text h2.content_heading {
    font-size: 26px;
    line-height: 1.2;
    max-width: 350px;
  }

  .cbn_siq_section .cbn_title_desc {
    margin: 12px 0 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .powerful_capabilities_imgs {
    flex-direction: column;
    margin: 30px auto;
    gap: 30px;
  }

  .graph_analytics_wrap {
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
  }

  .graph_analytics_icon {
    width: 40px;
    height: 40px;
    margin: auto;
  }

  .pp_graph_title {
    font-size: 14px;
    text-align: center;
    margin: 15px 0 10px;
  }

  .pp_graph_desc {
    font-size: 12px;
    text-align: center;
    width: 70%;
    margin: auto;
  }

  .pricing_plan_cards_content {
    margin: 30px 0;
    flex-direction: column;
  }

  .cbn_pricing_card {
    width: 100%;
    border-radius: 10px;
    padding: 20px 15px;
  }

  .cbn_pricing_card .cbn_card_title {
    font-size: 18px;
    text-align: center;
  }

  .cbn_pricing_card .cbn_card_desc {
    font-size: 12px;
    height: 35px;
    text-align: center;
  }

  .price_card_dtl {
    margin: 5px 0;
    gap: 6px;
    align-items: baseline;
  }

  .price_card_dtl .card_icon {
    width: 12px;
    height: 12px;
  }

  .price_card_dtl .card_text {
    font-size: 11px;
  }

  .card_icon svg {
    width: 100%;
    height: 100%;
  }

  .cbn_pricing_card .pricing_card_btn {
    padding: 6px;
    font-size: 14px;
    border-radius: 6px;
  }

  .cbn_pricing_card .popular_tag {
    padding: 5px 20px;
  }

  .popular_tag .tag_icon svg {
    width: 14px;
    height: 14px;
  }

  .popular_tag .tag_text {
    font-size: 10px;
  }

  .cbn_pricing_card.popular {
    margin-top: 15px;
  }

  .siq_section.siq_video .siq_section_wrap .siq_page_content {
    margin: 20px 0;
  }

  .siq_video_content_wrap {
    flex-direction: column;
    text-align: center;
    border-radius: 10px !important;
  }

  .siq_video_icon {
    width: 40px;
    height: 40px;
    margin: auto;
  }

  .social_icons_content {
    width: 90px;
    height: 75px;
    border-radius: 8px;
  }

  .social_icons_content .cbn_social_icons {
    width: 26px;
    height: 26px;
  }

  .social_icons_content .icons_text {
    font-size: 8px;
    margin-top: 8px;
  }

  .platform_active .social_icons_wrap:before {
    width: 80px;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #8a8a8a 0 6px, transparent 6px 14px);
  }

  .cbn_social_platform_wrap {
    width: 100%;
    height: 400px;
    margin: 60px auto 0;
  }

  .social_icons_wrap.pp_shopify,
  .social_icons_wrap.pp_pinterest {
    top: 18%;
  }

  .social_icons_wrap.pp_facebook,
  .social_icons_wrap.pp_insta {
    bottom: 4%;
  }

  .social_icons_wrap.pp_google,
  .social_icons_wrap.pp_youtube {
    top: 48%;
  }

  .social_icons_wrap.pp_bing {
    top: 0;
  }

  .platform_active .social_icons_wrap.pp_shopify:before {
    transform: translate(-83px, 41px) rotate(135deg);
  }

  .platform_active .social_icons_wrap.pp_google:before {
    transform: translate(-90px, 0px) rotate(15deg);
  }

  .platform_active .social_icons_wrap.pp_facebook:before {
    transform: translate(-61px, -70px) rotate(55deg);
  }

  .platform_active .social_icons_wrap.pp_insta:before {
    transform: translate(32px, -70px) rotate(120deg);
  }

  .platform_active .social_icons_wrap.pp_youtube:before {
    transform: translate(67px, 0px) rotate(-15deg);
  }

  .platform_active .social_icons_wrap.pp_pinterest:before {
    transform: translate(50px, 40px) rotate(220deg);
  }

  .platform_active .social_icons_wrap.pp_bing:before {
    transform: translate(5px, 72px) rotate(270deg);
  }

  .cbn_social_platform_wrap .logo_with_animate {
    width: 100px;
    height: 100px;
    border: 0.5px solid #a6a6a6;
  }

  .cbn_social_platform_wrap .ripple_circle.ripple_outer {
    min-width: 125px;
    height: 125px;
    top: -12px;
    left: -13px;
  }

  .cbn_social_platform_wrap .ripple_circle.ripple_inner {
    min-width: 145px;
    height: 145px;
    top: -22px;
    left: -22px;
  }

  /* pricing_plan_responsive_end */



}

.cbn_siq_wp #termsfeed-com---nb {
  max-width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
}


.cbn_siq_wp .cc-nb-main-container {
  padding: 35px !important;
  text-align: center;
  width: 980px;
  background: #f2f2f2;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.cbn_siq_wp #termsfeed-com---nb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: -1;
  opacity: 0.5;
}

.cbn_siq_wp .cc-nb-main-container #cc-nb-text {
  font-weight: 600;
  font-size: 15px;
  margin: 0 auto 30px;
}

.cbn_siq_wp .cc-nb-main-container .cc-nb-buttons-container {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: calc(100% - 100px);
  margin: auto;
}

.cbn_siq_wp .cc-nb-main-container #cc-nb-title {
  font-weight: 700;
}

.cbn_siq_wp .cc-nb-main-container .cc-nb-buttons-container button {
  font-size: 16px;
  width: 350px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 0 !important;
}

.cbn_siq_wp .cc-nb-main-container .cc-nb-buttons-container .cc-nb-okagree {
  background: #04235e !important;
  margin-left: 40px !important;
}

.cbn_siq_wp .cc-nb-main-container .cc-nb-buttons-container .cc-nb-okagree:hover {
  background: #1192ce;
}

.cbn_siq_wp .cc-nb-main-container .cc-nb-buttons-container .cc-nb-reject {
  display: none;
}

.cbn_siq_wp .termsfeed-com---pc-dialog {
  width: 980px;
}

.cbn_siq_wp .cc-cp-foot-button .cc-cp-foot-save {
  background: #093b64;
  border: none;
  outline: none;
  border-radius: 6px;
  padding: 10px 20px;
  line-height: normal;
  opacity: 1;
  transition: all ease 0.1s;
}

.cbn_siq_wp .cc-cp-foot-button .cc-cp-foot-save:hover {
  background: #1192ce;
}

.cbn_siq_wp .termsfeed-com---pc-dialog .cc-pc-container {
  padding: 20px 30px !important;
  background: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}

.cbn_siq_wp .termsfeed-com---pc-dialog .cc-pc-container .cc-pc-head,
.cbn_siq_wp .termsfeed-com---pc-dialog .cc-cp-foot {
  border: none;
  background: #f9f9f9;
}

.cbn_siq_wp .termsfeed-com---pc-dialog .cc-pc-container .cc-pc-head select.cc-pc-head-lang-select {
  cursor: pointer;
  border-radius: 4px;
}

.cbn_siq_wp .cc-pc-container .cc-pc-head .cc-pc-head-close {
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  background: #efefef;
}

.cbn_siq_wp .cc-pc-container .cc-pc-head .cc-pc-head-close:hover {
  background: #093b64;
  color: #fff;
}

.cbn_siq_wp .cc-pc-container .cc-cp-body {
  background: #d7d7d7 !important;
  padding: 20px;
  margin: 10px auto 15px;
  border-radius: 6px;
}

.cbn_siq_wp .cc-pc-container .cc-cp-body .cc-cp-body-tabs {
  width: 100%;
  background: none;
  margin-right: 15px;
  max-width: 250px;
  min-width: 250px;
}

.cbn_siq_wp .cc-pc-container .cc-cp-body .cc-cp-body-tabs .cc-cp-body-tabs-item {
  background: transparent;
  border: none;
  border-radius: 4px;
  margin-bottom: 6px;
}

.cbn_siq_wp .cc-pc-container .cc-cp-body .cc-cp-body-tabs .cc-cp-body-tabs-item button {
  line-height: normal;
}

.cbn_siq_wp .cc-pc-container .cc-cp-body .cc-cp-body-tabs .cc-cp-body-tabs-item:nth-last-child(1) {
  margin: 0;
}

.cbn_siq_wp .cc-pc-container .cc-cp-body .cc-cp-body-content {
  border-radius: 6px;
}

.cbn_siq_wp .termsfeed-com---palette-light .cc-cp-body-tabs-item-link:focus,
.cbn_siq_wp .termsfeed-com---palette-light .cc-pc-head-lang select:focus {
  box-shadow: none;
}

.cbn_siq_wp .cc-pc-container .cc-cp-body .cc-cp-body-tabs .cc-cp-body-tabs-item:hover {
  background: #fbfbfb !important;
}

.cbn_siq_wp .cc-pc-container .cc-cp-body .cc-cp-body-tabs .cc-cp-body-tabs-item:hover button {
  color: #111;
}

.cbn_siq_wp .termsfeed-com---palette-light .cc-pc-head-close:active,
.cbn_siq_wp .termsfeed-com---palette-light .cc-pc-head-close:focus {
  border: 0px !important;
}

.obj_box_item h5 {
    color: #02183d !important;
}

@media (max-width: 360px) {
  .cb_prod-detail {
    left: 40px;
  }

  .shopping_platform-wrap {
    height: 300px;
    width: calc(100% - 60px);
  }
}

@media (max-width: 375px) {
  .cb_prod-detail {
    left: 50px;
    top: 196px;
  }

  .siq_prod-img {
    right: 40px;
    bottom: 80px;
  }

  img.siq_shopping {
    transform: translate(-16%, 0px);
    left: 16%;
  }

  .siq_section_wrap>.yellow_line {
    left: 0;
  }

  .imgs-wrap>.circle_img {
    width: calc(100% - 50px);
  }

  .siq_info>p {
    font-size: 9px !important;
  }
}

@media screen and (max-width: 500px) {

  .cbn_siq_wp .cc-nb-main-container {
    width: calc(92% - 6px);
    padding: 20px !important;
    bottom: 20px;
  }

  .left_bar_wrap.open {
    display: none;
  }

  .cbn_siq_wp .termsfeed-com---nb .cc-nb-title {
    font-size: 18px;
  }

  .cbn_siq_wp .cc-nb-main-container #cc-nb-text {
    font-weight: 500;
    font-size: 11px;
  }

  .cbn_siq_wp .cc-nb-main-container .cc-nb-buttons-container {
    width: 100%;
  }

  .cbn_siq_wp .cc-nb-main-container .cc-nb-buttons-container button {
    font-size: 10px;
    width: 155px;
    height: auto;
    padding: 10px 7px;
  }

  .cbn_siq_wp .cc-nb-main-container .cc-nb-buttons-container .cc-nb-okagree {
    margin-left: 15px !important;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-pc-container {
    padding: 10px 15px !important;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog {
    width: 92%;
    margin: 20px auto;
    overflow-y: scroll;
    height: calc(100vh - 50px);
    top: 47%;
    transform: translateY(-50%);
  }

  .cbn_siq_wp .cc-pc-container .cc-cp-body .cc-cp-body-tabs {
    min-width: auto;
    max-width: max-content;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-pc-head-title-text {
    font-size: 13px;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-pc-head-title-headline {
    font-size: 16px;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-pc-container .cc-pc-head select.cc-pc-head-lang-select {
    font-size: 12px;
    width: 100%;
  }

  .cbn_siq_wp .cc-pc-container .cc-pc-head .cc-pc-head-close {
    font-size: 12px;
    margin-left: 10px;
  }

  .cbn_siq_wp .cc-pc-container .cc-cp-body {
    padding: 10px;
    margin: 0 auto;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link {
    font-size: 11px;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-cp-body-content-entry-title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
    font-size: 12px;
  }

  .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text:nth-last-child(1) {
    margin-bottom: 0;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-cp-foot {
    flex-direction: column;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-cp-body-content-entry {
    padding: 15px 20px;
  }

  .cbn_siq_wp .termsfeed-com---pc-dialog .cc-cp-foot-byline {
    padding: 12px 0;
    font-size: 12px;
  }

  .cbn_siq_wp .cc-cp-foot-button .cc-cp-foot-save {
    font-size: 12px;
    margin: 0;
    padding: 8px 15px;
  }

  .wpda-footer-builder .elementor-widget-text-editor .elementor-widget-container {
    margin-bottom: 20px !important;
  }

  .wpda-footer-builder .elementor-widget-text-editor .elementor-widget-container h4 {
    font-size: 16px;
  }

  .siq_swipe_icon {
    display: none;
  }
}

/* new Sections */