/*! elementor - v3.10.2 - 29-01-2023 */
.dialog-widget-content{
    background-color:#fff;
    position:absolute;
    border-radius:3px;
    box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);
    overflow:hidden
}
.dialog-message{
    font-size:12px;
    line-height:1.5;
    box-sizing:border-box;
}
.dialog-type-lightbox{
    position:fixed;
    height:100%;
    width:100%;
    bottom:0;
    left:0;
    background-color:rgba(0,0,0,.8);
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.dialog-type-lightbox .dialog-widget-content{
    margin:auto;
    width:375px
}
.dialog-type-lightbox .dialog-header{
    font-size:15px;
    color:#495157;
    padding:30px 0 10px;
    font-weight:500
}
.dialog-type-lightbox .dialog-message{
    padding:0 30px 30px;
    min-height:50px
}
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{
    text-align:center
}
.dialog-type-lightbox .dialog-buttons-wrapper{
    border-top:1px solid #e6e9ec;
    text-align:center
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{
    font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
    width:50%;
    border:none;
    background:none;
    color:#6d7882;
    font-size:15px;
    cursor:pointer;
    padding:13px 0;
    outline:0
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{
    background-color:#f4f6f7
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{
    color:#b01b1b
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{
    color:#39b54a
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{
    background-color:rgba(230,233,236,.5)
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{
    border:0
}
.dialog-close-button{
    cursor:pointer;
    position:absolute;
    margin-top:15px;
    right:15px;
    font-size:15px;
    line-height:1
}
.dialog-close-button:not(:hover){
    opacity:.4
}
.dialog-alert-widget .dialog-buttons-wrapper>button{
    width:100%
}
.dialog-confirm-widget .dialog-button:first-child{
    border-right:1px solid #e6e9ec
}
#elementor-change-exit-preference-dialog .dialog-message a{
    cursor:pointer
}
#elementor-change-exit-preference-dialog .dialog-message>div{
    margin-bottom:10px
}
#elementor-change-exit-preference-dialog .dialog-ok{
    color:#39b54a
}
#e-experiments-dependency-dialog .dialog-confirm-header{
    font-weight:600
}
#e-experiments-dependency-dialog .dialog-ok,#e-kit-elements-defaults-create-dialog .dialog-ok{
    color:#39b54a
}
#e-kit-elements-defaults-create-dialog label{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:20px
}
.dialog-prevent-scroll{
    overflow:hidden;
    max-height:100vh
}

/*siq-popup_style_start*/
.cb_general_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    animation: cb_popup 0.7s ease 3s 1 normal forwards;
}
@keyframes cb_popup {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.cb_popup_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgb(255 255 255 / 75%);
}
.cb_popup_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    height: auto;
    z-index: 999;
}
.cb_popup_close_wrap {
    position: absolute;
    right: 12px;
    top: 12px;
}
.siq_popup_close i {
    color: yellow;
    font-size: 30px;
}
.cbn_popup_content {
    padding: 40px;
    background: #093b64;
    border-radius: 10px;
    text-align: center;
}
.cb_siq_logo {
    width: 90px;
    height: auto;
    margin: auto;
}
.cb_siq_logo img {
    width: 100%;
    height: 100%;
}
p.cb_logo_text {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.cb_popup_text_wrap {
    margin-top: 50px;
}

.cb_popup_text_wrap p {
    color: yellow;
    font-size: 14px;
    font-weight: 600;
}
.cb_popup_text_wrap h4 {
    color: #fff;
    font-size: 40px;
    max-width: 400px;
    line-height: 50px;
    font-weight: 700;
    margin: 20px auto;
}
.arrow_icon {
    width: 50px;
    height: auto;
    margin: 30px auto;
}
.arrow_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.demo_btn_wrap {
    width: fit-content;
    margin: 0px auto;
}
.demo_btn_wrap a {
    background: yellow;
    color: #000;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.demo_btn_wrap a:hover {
    background: #1c9e74;
    color: #fff;
}
.demo_btn_wrap a i {
    margin-left: 15px;
}
/*siq-popup_style_end*/

/*siq-homepage_new*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    outline: none;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    max-width: 100%;
} 
body {
    position: relative;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none !important;
    cursor: pointer;
}
.dnone {
    display: none !important;
}
.text_center {
    text-align: center;
}
.cbn_siq_wp #termsfeed-com---nb {
    max-width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
}
.about_us_top * {
    color: #000;
}
.about_us_top .elementor-element-174e077 > .elementor-element-populated {
    background-color: #fff !important;
    border-radius: 20px 0 0 20px;
}
.about_us_top .elementor-element-174e077 > .elementor-element-populated > .elementor-widget-wrap {
    padding: 30px 60px !important;
}
.abt_us_btn .elementor-widget-container {
    margin: 27px 0px 0px 0px !important;
}
.abt_us_btn > .elementor-widget-container a {
    border-radius: 6px !important;
}
.about_us_top .elementor-element-174e077 > .elementor-element-populated {
    background: none;
}
.about_us_top .elementor-element-1b58a79 .elementor-image {
    border-radius: 0 20px 20px 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: #093b64;
    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 .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;
}
.elementor-text-editor h5 .abt_text {
    color: green;
}
.about_us_top .elementor-widget-container > .elementor-heading-title {
    color: #000 !important;
}
.about_us_top .elementor-widget-container .elementor-text-editor > h5 {
    font-size: 14px;
    font-weight: 700;
}
.about_us_top .cb_progress-title > .elementor-widget-container span {
    color: #093b64 !important;
    font-weight: 500 !important;
}
::-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;
}
.content-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.siq_animation-logo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10001;
    background: #fff;
    text-align: center;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    animation-duration: 1.2s;
    animation-name: fadeOut;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.siq_animation-logo > img {
    margin-top: -40px;
    width: 800px;
}
.animation-grid-container {
    height: 100%;
    background-color: #093B64;
    position: fixed;
    width: 100%;
    z-index: 100001;
    top: 0;
    left: 0px;
    overflow: hidden;
    animation: animation-fade-out 1.2s ease 1.2s 1 normal both;
}
@keyframes animation-fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}
.cbn-loading-container {
    width: 100%;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 45px;
    max-width: 150px;
}
h1.animation-grid-text {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 15px;
    color: #fff;
    animation: text_loading 0.8s ease 0.6s 1 normal both;
}
@keyframes text_loading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.img-container {
    animation: logo_loading 0.8s ease 0.3s 1 normal both;
    width: 100%;
    height: auto;
}
.img-container > img {
    width: 100%;
    height: auto;
}
@keyframes logo_loading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@media (max-width: 500px) {
    .siq_marketing_img_wrap {
        margin: 10px auto;
    }
    .siq_marketing_img_wrap .swiper-container.thumbnail-slider {
        padding-bottom: 30px;
    }
    .siq_marketing_img_wrap .thumbnail-slider .swiper-wrapper {
        padding: 10px;
    }
    .siq_marketing_img_wrap .swiper-container.thumbnail-slider .swiper-slide {
        padding: 10px !important;
        border-radius: 6px !important;
        width: 90px;
    }
    .siq_marketing_img_wrap .swiper-container.thumbnail-slider .swiper-slide.second,
    .siq_marketing_img_wrap .swiper-container.thumbnail-slider .swiper-slide.forth {
        width: 70px;
    }
    .siq_marketing_img_wrap .swiper-container.main-slider {
        width: 65%;
        padding: 30px 0;
    }
    .siq_marketing_img_wrap .main-slider .swiper-slide.swiper-slide-active {
        padding: 10px !important;
    }
    .img-container > img {
        width: 80px;
    }
    h1.animation-grid-text {
        font-size: 14px;
        margin-top: 10px;
    }
    .discount_wrap .title_top > .text_arrow {
        width: 20px;
        margin: 0px 3px;
    }
}
.cb_homepage {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.top-section_container {
    position: relative;
    overflow: hidden;
}
.swiper.seo-tabs-dtl {
    background-color: #222a35;
    padding: 25px !important;
    border-radius: 20px;
}
.top_section_slider.swiper {
    width: 100%;
    height: 710px;
    overflow: visible;
}
.top_section-wrap {
    background: #07355c;
    position: relative;
    overflow: hidden;
}
.top_section-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(14, 131, 186, 0) 0, rgba(14, 131, 186, 0.2) 20%, rgba(14, 131, 186, 0.5) 60%, rgba(14, 131, 186, 0));
    -webkit-animation: shimmer 0.5s infinite;
    animation: shimmer 1.5s infinite;
    z-index: 0;
    width: 35%;
}
@keyframes shimmer {
    100% {
      transform: translateX(100%);
      opacity: 0;
    }
}
.top_section-wrap.swiper-slide {
    overflow: visible;
    min-height: 710px;
}
.swiper-slide .top_content-wrap > .imgs-wrap {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.swiper-slide-active .top_content-wrap > .imgs-wrap {
    opacity: 1;
}
.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;
    background: #222a35;
    height: 55vh;
    width: 90px !important;
    display: flex;
    flex-direction: column;
    z-index: 999;
    justify-content: space-around;
    padding: 20px;
    border-radius: 0px 4px 4px 0px;
    box-shadow: 0px 0px 10px 0px #f5ec53;
}
.left_bar_wrap .single_item {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 2px;
    transition: 0.4s;
    position: relative;
    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;
}
.burger_sidebar_icon > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    transition: width .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: #083b66;
    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;
}
h2.main_heading {
    color: #fff;
    font-size: 48px;
    line-height: 68px;
    font-weight: 800;
    padding-top: 15px;
}
h2.main_heading.mobile {
    display: none;
}
p.desc_text {
    color: #B3B3B3;
    font-size: 18px;
    margin: 20px 0px;
    padding: 10px 0px;
}
.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;
}
.siq_shopping-wrap img.headphone {
    right: 200px;
    top: 50px;
}
.siq_shopping-wrap img.lipstick {
    top: 40%;
    right: -70px;
}
.siq_shopping-wrap img.watch {
    right: -70px;
    bottom: 120px;
}
.slide_3 .imgs-wrap > .girl_img {
    top: 165px;
    right: -95px;
    width: 100%;
    height: 630px;
}
.shopping_ads > img.google_watch {
    width: 200px;
    transform: rotate(-10deg);
    position: absolute;
    top: 80px;
    left: 100px;
}
.social-icons_wrap > span > img {
    background: #fff;
    border-radius: 100%;
    padding: 10px;
    width: 70px;
    height: 70px;
    overflow: visible;
    object-fit: contain;
}
.social-icons_wrap > span.youtube_icon {
    top: 200px;
    left: 150px;
}
.social-icons_wrap > span.adwords_icon {
    left: 130px;
    bottom: 25%;
}
.social-icons_wrap > span.tiktok_icon {
    right: -70px;
    bottom: 120px;
}
.social-icons_wrap > span.facebook_icon {
    right: 200px;
    top: 70px;
}
.social-icons_wrap > span.bing_icon {
    top: 40%;
    right: -70px;
}
.slide_1 .imgs-wrap > .girl_img {
    right: -140px;
    top: 160px;
    width: 100%;
    height: 660px;
}
.slide_2 .girl_img,
.girl_img.cb_new_img {
    right: -100px;
    top: 170px;
    width: 100%;
    height: 660px;
}
.siq_shopping-wrap.shopping_ads {
    position: relative;
    z-index: 99;
}
.shopping_ads .product_market {
    background: #fff !important;
    max-width: fit-content;
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
}
.shopping_ads .prod_bidding {
    bottom: 120px;
    left: 35px;
}
.product_market .prod_title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
}
.product_market .prod_desc {
    font-size: 14px;
    font-weight: 700;
}
.shopping_ads .g_rating {
    display: flex;
    align-items: center;
    right: -160px;
    bottom: 145px;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
}
.img_google > img {
    width: 35px;
    height: auto;
}
.product_market.prod_targeting {
    right: -140px;
    top: 190px;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
}
.prod_bars > img {
    width: 50px;
    margin-right: 10px;
}
.prod_bars > span {
    width: 8px;
    display: block;
    border-radius: 10px;
    margin: 0px 5px;
}
.prod_bars > .blue_line {
    background: #1192ce;
    height: 40px;
}
.prod_bars > .cb_yellow-line {
    background: #F5E71B;
    height: 55px;
}
.prod_bars > .dark_line {
    background: #222A35;
    height: 65px;
}
.prod_targeting .prod_bars {
    display: flex;
    align-items: end;
}
.prod_targeting .prod_title {
    margin-bottom: 15px;
}
.product_market.prod_sales {
    max-width: max-content;
    left: 35px;
}
.product_market.prod_sales > img {
    width: 120px;
}
span.prod_dtl {
    margin-left: 10px;
}
span.prod_dtl .prod_ratig {
    display: flex;
    align-items: center;
}
span.prod_dtl .prod_ratig > .prod_title {
    margin: 0px;
}
span.prod_dtl .prod_ratig > img {
    height: 12px;
    margin-left: 4px;
}
span.prod_dtl > .prod_desc {
    font-size: 16px;
}
.shopping_ads > img.traffic {
    width: 180px;
    right: 0;
}
.shopping_ads > img.google_sales {
    width: 65px;
    background: #fff;
    padding: 15px;
    border-radius: 100px;
    top: 170px;
    left: 180px;
    overflow: visible;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
}
.shopping_ads > img {
    position: absolute;
}
.shopping_ads > img.facebook_sales {
    top: 47%;
    left: 110px;
}
.shopping_ads > img.tiktok_sales {
    bottom: 140px;
    left: 165px;
}
.top_section_slider .swiper-pagination {
    width: 100%;
    padding: 20px 0px;
    top: 640px;
}
.top_section_slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 10px;
    background: #fff;
    width: 10px;
    height: 10px;
}
.siq_details-wrap {
    background: #222A35;
    padding: 25px;
    position: relative;
}
.siq_details {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}
.siq_info > h4 {
    font-size: 44px;
    color: #fff;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
}
.siq_info > p {
    font-size: 16px;
    margin: 10px 0 0;
    color: #fff;
}
.siq_details > .products, .siq_details > .active_user {
    margin-left: 40px;
    border-left: 3px solid #fff;
    padding-left: 40px;
}
.siq_section.siq_about_us {
    padding-top: 0;
}
.siq_section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 0px;
}
.siq_section.siq-ads-container {
    background: #093b64;
    padding: 25px 0px 30px;
}
.siq_section.big_img_container {
    padding-bottom: 0;
}
.siq_section.our_case_top {
    padding: 0px 0 60px;
}
.siq_section_content {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #C4C8CF 0%, #B7BEC6 100%);
    justify-content: space-between;
}
.siq_section_content .cb_content_wrap {
    width: 50%;
}
.cb_content_wrap.text > h4 {
    font-size: 40px;
    color: #000;
    line-height: 1.2em;
    max-width: 500px;
}
.cb_content_wrap.text > p {
    font-size: 20px;
    color: #000;
    margin-top: 25px;
    max-width: 680px;
}
.siq_big_img_wrap {
    width: 100%;
    height: auto;
    max-width: 1300px;
    margin: auto;
}
.siq_big_img_wrap > img {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    border-radius: 6px;
}
.siq_brands_logos_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1300px;
    margin: 0 auto;
}
.siq_brand_logo {
    width: 300px;
    height: auto;
}
.siq_brand_logo > img {
    width: 100%;
    height: auto;
}
.siq_brands-wrap, .siq_brands-logo {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0px auto;
    padding: 0px;
}
.siq_brands-wrap .left_side, .siq_brands-wrap .right_side {
    width: 50%;
    margin: 0px 10px;
}
.siq_brands-wrap .left_side .top_img {
    display: flex;
    justify-content: space-between;
}
.siq_brands-wrap > .left_side .bottom_img {
    margin-top: 15px;
}
.siq_brands-wrap .card-factory_img > img {
    width: 100%;
    height: 300px;
}
.siq_brands-wrap > .right_side > div {
    text-align: center;
}
.siq_brands-wrap img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.siq_brands-wrap > .right_side img {
    width: 100%;
}
.siq_brands-wrap > .right_side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 15px;
}
.siq_brands-wrap > .right_side > .durex_img > img, 
.siq_brands-wrap > .right_side > .trotters_img > img {
    height: 275px;
}
.siq_brands-wrap > .right_side > .finish_img > img, 
.siq_brands-wrap > .right_side > .revamp_img > img {
    height: 305px;
}
.siq_brands-dtl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    border-radius: 20px;
    background: #222A35;
    border: 5px solid #C2EFFF;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
}
.brands_logo > img {
    width: 200px;
    height: auto;
}
.siq_brands-dtl > .card_factory > img {
    max-width: 250px !important;
    height: 80px;
    width: 100%;
}
.siq_brands-dtl > .hoover-img > img {
    width: 105px;
}
.siq_brands-dtl > .durex_img > img {
    width: 180px;
}
.siq_brands-dtl > .finish_img > img {
    width: 140px;
}
.siq_section_wrap {
    max-width: 1300px;
    margin: 40px auto;
    position: relative;
}
h4.title_top {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    width: calc(100% - 400px);
    margin: 0 auto;
    color: #000;
}
.siq_section_wrap > p.desc_text {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
}
.siq_section_wrap > .yellow_line {
    position: absolute;
    top: -20px;
    left: 16%;
    width: 200px;
    transform: rotate(-15deg);
}
.siq_3-cards, .siq_2-cards {
    display: flex;
    justify-content: center;
    padding: 30px;
    position: relative;
    z-index: 9;
}
.siq_cards {
    padding: 30px 15px;
    border-radius: 10px;
    width: 300px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 0px 30px;
    border: 3px solid #B3B3B3;
    background: #FFF;
}
.siq_cards > svg {
    padding: 10px;
    border-radius: 20px;
    background: #222A35;
}
.siq_cards > svg path {
    fill: #fff;
}
h5.card_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}
p.card_text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    max-width: 260px;
}
.siq_cards-wrap {
    background: #222A35;
    padding: 20px 0px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    max-width: 1280px;
    border-radius: 10px;
}
.siq_cards-wrap > img {
    position: absolute;
}
img.circle-top {
    top: -200px;
    left: -200px;
    width: 500;
}
img.circle-right {
    bottom: -90px;
    right: -400px;
    width: 600px;
}
img.circle-bottom {
    bottom: -235px;
    left: 23%;
    width: 650px;
}
.siq_section.optimise_products-container {
    background: #ecf0fd;
    padding-top: 60px;
}
.optimise_products-container > .bg_img {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.optimise_products-wrap {
    position: relative;
    z-index: 1;
}
.optimise_products-wrap .title_top, .perform_wrap .title_top {
    margin: 20px auto;
}
.optimise_products-wrap .title_top {
    width: 900px;
}
.optimise_products-wrap .desc_top {
    width: 800px;
}
.perform_wrap .desc_top {
    width: 620px;
}
.desc_top {
    font-weight: 600;
    line-height: 30px;
    padding: 10px;
    font-size: 18px;
    margin: auto;
    color: #555;
}
.product-details {
    display: flex;
    justify-content: center;
    width: 1500px;
    margin: 50px auto;
}
.keyword_details-mob {
    display: none;
}
.gogole_img-wrap {
    position: relative;
}
.siq-google_img {
    position: relative;
}
.siq-google_img > img {
    width: 350px;
    height: auto;
}
p.search-bar_text {
    position: absolute;
    top: 175px;
    left: 90px;
    font-size: 12px;
    font-weight: 500;
}
.cb_prod-detail > p {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}
.cb_prod-detail .blue_text {
    color: #1967d2;
}
.cb_prod-detail {
    width: fit-content;
    position: absolute;
    top: 270px;
    left: 20px;
}
.cb_prod-detail > .cb_prod-img {
    width: 50px;
    height: auto;
    margin: 10px auto;
}
.siq_prod-img {
    position: absolute;
    bottom: 50px;
    right: 0;
}
.siq_prod-img > img {
    width: 270px;
    height: auto;
}
.cb_left-wrap, .cb_right-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.product-details .keyword_wrap {
    display: flex;
    align-items: center;
}
.product-details .insights > .keyword_text-wrap {
    color: #fff;
    background: #063b64 !important;
}
.product-details .keyword_wrap > .keyword_text-wrap {
    width: 300px;
    height: auto;
    background: #FCFCFC;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.keyword_text-wrap > h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.keyword_text-wrap > p {
    font-size: 14px;
    line-height: 22px;
}
.dots_wrap {
    display: flex;
    margin: 0px 15px;
}
.dots_wrap > span {
    background: #222A35;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0px 5px;
    border-radius: 10px;
}
.siq_section.campaigns_container {
    background: #f9f9f9;
    padding: 50px 0px 20px;
}
.campaigns_wrap > .yellow_line {
    top: -30px;
    left: 8%;
}
.converting_img-wrap {
    max-width: 930px;
    margin: 40px auto 0px;
    position: relative;
}
.keywords_imgs {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
.keywords_imgs > .cb-keyword_img > img {
    width: auto;
    height: 150px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.75;
}
.keywords_imgs > .keyword_sku > img {
    width: 180px;
}
.keywords_imgs > .keyword_instant > img {
    width: 200px;
}
.keywords-detail {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.keywords_imgs > .cb-keyword_img {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.keywords_imgs > .cb-keyword_img > .cb-keyword_text {
    max-width: 210px;
    line-height: 26px;
    background: #F5E71B;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 30px;
}
.keywords_imgs > .cb-keyword_img > .instantly-text {
    max-width: 170px;
}
.keywords_imgs > .cb-keyword_img > .sales_text {
    width: 100px;
}
.bonus_text {
    margin: 20px auto;
    padding-top: 10px;
}
.bonus_text > p.desc_text {
    color: #80878E;
    padding: 0px;
    line-height: 40px;
}
.img-lines-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    padding: 20px 0px 10px;
    max-width: 750px;
    padding-left: 50px;
}
.img-lines-wrap > .keywrod_circle {
    background: #093B64;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
}
.img-lines-wrap > .keyword_lines {
    background: #093B64;
    width: 20px;
    height: 6px;
    display: block;
}
.smarter_feed-wrap > .feed_img {
    margin: 40px auto;
    text-align: center;
}
.smarter_feed-wrap > .feed_img > img {
    width: 750px;
}
.siq_section.case_studies-container {
    background: #093b64;
    padding-top: 60px;
}
.case_studies-wrap .yellow_line {
    left: 10%;
}
.case_studies-wrap .title_top {
    color: #fff;
}
.siq_marketing-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 1180px;
    margin: 20px auto;
    flex-direction: column;
}
.marketing_brands {
    width: 100%;
    padding: 20px;
    display: flex;
    position: relative;
    justify-content: space-between;
    background: #fff;
}
.cb_brand-name {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.3;
    background: #093b64;
}
.cb_brand-name.active, .cb_brand-name:hover {
    background: #fff;
    opacity: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.cb_brand-name > i {
    display: none;
}
.cb_brand-name > i:before {
    font-size: 22px;
    margin-right: 10px;
}
.cb_brand-name > .brand_img > img {
    width: 200px;
    height: auto;
}
.brand_img.second > img {
    width: 135px;
}
.brand_img.forth > img {
    width: 125px;
}
.grey_circle-img {
    position: absolute;
    right: 0;
    top: -40px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.grey_circle-img > img {
    width: 100%;
    height: auto;
}
.smarter-shopping_wrap .smarter-desc {
    font-weight: 400;
    line-height: 30px;
    max-width: 610px;
    margin: 0px auto;
}
.smarter-desc .google-text {
    font-weight: bold;
}
.siq_goals-wrap .card_imgs > img {
    width: 75px;
    height: auto;
}
.siq_section_wrap.case_studies-wrap {
    position: relative;
    z-index: 9;
}
.marketing-details {
    width: calc(100% - 50px);
    position: relative;
    z-index: 9;
    margin-top: 30px;
}
.logos-section {
    display: flex;
    width: calc(100% - 50px);
    margin: 0 auto;
}
.logos-section > .siq_logo-detail, .logos-section > .rating_logos-detail {
    display: flex;
    align-items: center;
}
.logos-section > .siq_logo-detail {
    width: 70%;
}
.logos-section > .rating_logos-detail {
    width: fit-content;
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px;
}
.siq_logo-detail > .siq_logo {
    width: 60px;
    height: auto;
}
.siq_logo-detail .siq_text {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
}
.rating_logos-detail {
    justify-content: flex-end;
}
.rating_logos-detail > img {
    width: 75px;
    height: auto;
}
.rating_logos-detail .capterra_rating {
    width: 100px;
    margin-left: 30px;
}
.other_brands {
    display: none;
    position: relative;
    max-width: 1080px;
    margin: auto;
}
.other_brands.active {
    display: block;
}
a.open_link_btn {
    position: absolute;
    background: #d7d7d76b;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: auto;
}
a.open_link_btn > span {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-44%, -50%);
    background: #093b64;
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
a.open_link_btn > span:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    color: #093b64;
}
.marketing_review > .review_img {
    width: 100%;
    height: auto;
}
section.elementor-section.cb_our-services {
    padding: 50px 0;
}
.free-demo_container {
    display: flex;
    align-items: center;
}
.siq_case_studies .siq_section_wrap {
    margin-bottom: 20px;
}
.free-demo_container .demo_wrap {
    max-width: 800px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 400px;
    margin: 100px auto;
    border-radius: 20px;
    padding: 60px;
}
.demo_wrap .cb_logo-img {
    margin: 30px auto 50px;
}
.cb_logo-img > img {
    width: 80px;
    height: auto;
}
.demo_wrap h2.demo_text {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 20px auto 50px;
    width: 100%;
}
.demo_wrap .book_now {
    max-width: fit-content;
    margin: 30px auto;
}
.book_now .btn_book-now:hover {
    background: #1a73e8;
}
.book_now .btn_book-now {
    background: #093b64;
    margin: auto;
    padding: 10px 24px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
.free_demo_desc {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    margin-top: 30px;
}
body div#viewdv_b233_view_1 {
    z-index: -1 !important;
}
.wpda-footer-builder, .siq_footer-container  {
    background-color: #093b64;
}
.wpda-footer-builder section.elementor-section {
    background-color: #093b64 !important;
}
.siq_footer-container > div {
    max-width: 1300px;
    margin: 0px auto;
}
.fb_icon > a > svg {
    width: 16px;
    height: 20px;
    fill: #3b5998;
}
.link-icon > a > svg {
    width: 18px;
    fill: #007bb6;
}
.siq_footer-text {
    color: #fff;
    font-size: 14px;
    padding-top: 30px;
}
.siq_links-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.siq_links-wrap > .siq-footer-btns {
    width: 225px;
    color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.siq-footer-btns > .footer_links {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}
.siq-footer-btns h4.footer_title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 30px;
    color: #fff;
}
p.footer_text {
    font-size: 16px;
    line-height: 26px;
}
.social_icons {
    display: flex;
    margin-top: 20px;
}
.social_icons > .fb_icon {
    margin-right: 20px;
}
.siq-footer-btns > .footer_links:hover {
    color: #1192ce;
}
.social_icons a > svg:hover {
    fill: #3b3663;
}
.smarter_shopping_container.shopping_brands {
    margin: 0;
    background: #fff;
    padding-bottom: 0;
}
.shopping_brands > .smarter-shopping_wrap .smarter-desc {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0 20px;
}
.smarter-shopping_wrap > .desc_top {
    font-size: 16px;
}
.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: #008cff;
    padding: 22px 30px;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.siq_section.cb_award-container {
    position: relative;
    background: #ecf0fd;
}
.siq_awards_section_wrap {
    max-width: 1500px;
    margin: 0px auto;
}
.siq_awards_section_wrap .award_left_side {
    width: 80%;
}
.cb_awards_img_wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 720px;
}
h4.award_section_heading {
    font-size: 46px;
    padding: 25px 0px 15px;
    font-weight: 800;
    color: #000;
    margin: 10px auto;
    max-width: 1300px;
    text-align: center;
    line-height: normal;
}
p.award_section_desc {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}
.siq_ecom_award {
    width: 250px;
    margin: 30px auto;
}
.siq_ecom_award img {
    width: 100%;
    height: auto;
}
.awards_section_imgs {
    position: relative;
    z-index: 9;
    margin-left: 100px;
}
.siq_award_img img, .award_right_side .award_section_right_img img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.siq_award_img.first {
    width: 700px;
    height: fit-content;
}
.siq_award_img.second {
    position: absolute;
    width: 550px;
    height: auto;
    right: 150px;
    top: -80px;
}
.award_right_side {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 400px;
}
.award_right_side .award_section_right_img {
    width: 100%;
    height: auto;
}
.campaign_build > .prod_num {
    color: #000;
}
.campaign_build {
    top: 55px;
    right: -40px;
}
.campaign_build > .prod_num {
    background: #ffff00;
}
.keyword_target {
    bottom: 100px;
    right: -50px;
}
.keyword_target > .prod_num {
    background: #52af30;
}
.prod_target {
    bottom: 50px;
    left: 60px;
}
.prod_target > .prod_num {
    background: #073c65;
}
.real-time-target {
    top: 36%;
    left: -100px;
}
.real-time-target > .prod_num {
    background: #4c9b4c;
}
.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;
}
.prod_detail > .cb_desc {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
.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;
}
.grey_lines-img {
    position: absolute;
    left: 40px;
    right: 0;
    top: -90px;
}
.grey_lines-img > img {
    width: 900px;
    height: 715px;
}
.shopping_details, .prod_target_dtl {
    position: relative;
    z-index: 99;
    width: 750px;
    height: 100%;
    margin: 0 auto;
}
.shopping_details > img {
    position: absolute;
}
.shopping_details > .cb_feeds {
    left: -120px;
    top: 200px;
}
.shopping_details > .cb_key-target {
    bottom: 0px;
    left: -160px;
}
.shopping_details > .cb_prod-target {
    bottom: 40px;
    right: -120px;
}
.shopping_details > .cb_camp-builer {
    top: -40px;
    left: 110px;
}
.shopping_details > .cb_real-target {
    top: 20px;
    right: -130px;
}
.smarter_shopping_container {
    z-index: 9;
    overflow: hidden;
    margin-top: 40px;
}
.consultation_wrap.siq_consultation_demo {
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 6px, rgba(0, 0, 0, 0.8) 0px 3px 6px;
}
.consultation_wrap {
    width: 1140px;
    margin: 0px auto;
    padding: 30px 50px;
    padding-bottom: 65px;
    position: relative;
    background: #093b64;
    border-radius: 15px;
    overflow: hidden;
}
.girl_img-laptop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: auto;
}
.girl_img-laptop > img {
    width: 100%;
    height: auto;
}
.girl_img-laptop img.mob_img {
    display: none;
}
.img_yellow {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 0;
}
.consultation_wrap .top_text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    margin: 20px auto;
}
.consultation_wrap > .demo_text {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    margin: 20px 0px;
    padding-bottom: 20px;
    font-weight: bold;
}
.demo_text .demo_time {
    color: #0B416D;
}
.consultation_wrap .demo_btn {
    background: #f5e71b;
    padding: 15px 40px;
    font-weight: 800;
    border-radius: 6px;
    color: #000;
}
.smarter_shopping_container .siq_bg-imgs_wrap {
    z-index: -1;
}
.smarter_shopping_container .siq_bg-imgs_wrap > img {
    height: 300px;
}
.smarter_shopping_container .siq_bg-imgs_wrap > .yellow_bg {
    transform: rotate(0deg);
    right: -10px;
    top: -10px;
}
.smarter_shopping_container .siq_bg-imgs_wrap > .green_bg {
    transform: rotate(-5deg);
    right: -30px;
    top: -30px;
}
.smarter_shopping_container .siq_bg-imgs_wrap > .blue_bg {
    transform: rotate(-10deg);
    right: -40px;
    top: -40px;
}
.smarter_shopping_container .siq_bg-imgs_wrap > .dark_bg {
    transform: rotate(-15deg);
    right: -50px;
    top: -50px;
}
.smarter-shopping_wrap {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.smarter-shopping_wrap .blue_circle-img {
    position: absolute;
    right: 70px;
    top: 0;
    z-index: -1;
}
.smarter-shopping_wrap > .title_text {
    font-size: 40px;
    line-height: 50px;
    padding: 15px 0px;
    font-weight: bold;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
}
.smarter-desc {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    padding-bottom: 30px;
    color: #fff;
}
.smarter-desc > .not-text {
    color: #093B64;
    font-weight: 800;
}
.smarter-desc > .grey_text {
    color: #bfbfbf;
}
.achieve_goals-wrap {
    width: 100%;
    margin: auto;
}
h4.achieve_title {
    margin: 20px 0px;
    font-size: 20px;
    letter-spacing: 0;
}
.siq_goals-wrap {
    padding-top: 20px;
}
.siq_3-goals, .siq_2-goals {
    display: flex;
    justify-content: center;
}
.siq_goals-wrap .siq_goals {
    max-width: 300px;
    padding: 20px;
    margin: 0px 30px;
}
.card_imgs > svg {
    width: 80px;
    height: 80px;
}
.siq_goals .card_title {
    width: 100%;
    font-size: 20px;
    color: #fff;
}
.siq_goals .card_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    letter-spacing: 0px;
    color: #fff;
}
.side_imgs-wrap {
    position: absolute;
    top: 30%;
    left: 10%;
    display: flex;
    flex-direction: column;
}
.side_imgs-wrap > .cb-imgs {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 30px 0px;
}
.siq_brands_detail {
    width: 1500px;
    margin: 40px auto 0px;
    display: flex;
    padding: 40px 0px;
    justify-content: space-between;
    align-items: flex-end;
}
.siq_brands_detail > .feed_img {
    width: 48%;
    position: relative;
    text-align: center;
}
.siq_brands_detail > .feed_img > .siq_brands {
    width: 550px;
}
img.girl_brand-img {
    position: absolute;
    top: -60px;
    left: 44%;
    width: 100px;
    z-index: -1;
}
.brand_agencies {
    width: 48%;
}
.brand_agencies > .brands_text {
    background: #f5e71b;
    padding: 50px 80px;
    border-radius: 20px;
    text-align: center;
}
.brand_agencies > .agencies {
    background: #70ad47;
    margin-top: 50px;
    color: #fff;
}
.brand_agencies > .brands_text > h4 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.brand_agencies > .brands_text > p {
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 0.25;
    color: #000;
}
.brands_text.agencies > h4, .brands_text.agencies > p  {
    color: #fff;
}
.cb_keyword_wrap {
    display: flex;
    width: 1500px;
    margin: 0 auto;
}
.converting_keyword-container .keywrods_slider > .swiper-wrapper {
    width: 1500px;
    height: 625px;
    margin: 0 auto;
}
.converting_keyword-container .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: #222A35;
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.siq_keyword-img > img {
    width: 100%;
    height: 625px;
    object-fit: cover;
}
h4.cb_keywrod-text {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 700;
}
h4.cb_keywrod-text .convert_text {
    color: yellow;
}
p.converting_desc {
    color: #fff;
}
.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: 14px;
    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: 14px;
    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;
}
.siq_section.working_container {
    background: #f9f9f9;
}
.siq_working-wrap {
    width: 1500px;
    margin: 0 auto;
}
h4.working_title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}
.siq_working-detail {
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
}
.siq_working-box {
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    width: 32%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.siq_working-box > .box_img {
    text-align: center;
}
.siq_working-box > .box_img > img {
    width: 70px;
    padding-bottom: 20px;
    display: none;
}
h6.siq_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
p.siq_text {
    font-weight: 500;
    line-height: 28px;
    color: #000;
    text-align: center;
    margin: 0;
}
.big_text-container {
    background: #002060;
    height: 500px;
}
.big_text-container.bg_yellow {
    background: #fced0a;
}
.bg_yellow .big_text-wrap .big_text {
    color: #000;
    float: right;
}
.big_text-container.bg_green {
    background: #00b050;
}
.bg_cb-blue .big_text-wrap .big_text {
    float: right;
}
.big_text-container .big_text-wrap {
    width: 1500px;
    margin: 100px auto;
    padding-top: 25px;
}
.big_text-wrap .big_text {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.siq_working-wrap > .img_section {
    text-align: center;
}
.siq_section.next-level .img_section > img {
    width: 620px;
}
.siq_section.cb_incremental .img_section > img {
    width: 500px;
}
.siq_section.cb_builds .img_section > img,
.siq_section.cb_legacy .img_section > img {
    width: 600px;
}
.siq_working-wrap > .text_section, .siq_working-wrap > .img_section {
    width: 50%;
}
.siq_section.next-level {
    background: #F3F6FB;
}
.siq_section.cb_incremental {
    background: #E3F3FB;
}
.siq_section.cb_builds {
    background: #F3FBFF;
}
.siq_section.cb_legacy {
    background: #F7F3FF;
}
.cb-shopping_ads > .siq_working-wrap {
    display: flex;
    align-items: center;
}
.text_section > h4 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0px;
}
.text_section > h4 > span {
    color: #2B73DF;
}
.next-level .text_section, .cb_builds .text_section {
    padding-left: 130px;
}
.arrow_img {
    position: absolute;
    transform: translate(-50%, 0%);
    z-index: 9;
}
.arrow_img.first_arrow {
    bottom: -30px;
    left: 44%;
}
.arrow_img.first_arrow > img {
    width: 200px;
}
.arrow_img.second_arrow {
    left: 53%;
    bottom: -40px;
}
.arrow_img.second_arrow > img {
    width: 160px;
}
.arrow_img.third_arrow {
    left: 44%;
    bottom: -110px;
}
.arrow_img.third_arrow > img {
    width: 170px;
}
.siq_section.performance-container {
    background: #fbec0c;
}
.performance-container .perform_wrap {
    background: #fff;
    width: 1140px;
    margin: 30px auto;
    border-radius: 50px;
    padding: 40px;
    position: relative;
}
.perform_img {
    width: 50%;
    margin-top: 80px;
}
.perform_img > img {
    width: 400px;
}
img.cube_img {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100px;
}
.perform_section {
    display: flex;
}
.perform_bars-wrap {
    padding: 20px;
    margin-top: 50px;
    width: 50%;
}
.perform_bars-wrap .perform_bar {
    padding: 10px;
    margin-bottom: 15px;
}
.perform_bar .grey_bar {
    background: #e6e6e7;
    width: 100%;
    height: 18px;
    border-radius: 6px;
    margin-top: 10px;
}
.grey_bar .yellow_bar {
    background: #fbec0c;
    height: 18px;
    border-radius: 6px;
    position: relative;
    transition: width 1s ease-in-out;
}
.yellow_bar:before {
    content: '';
    position: absolute;
    box-shadow: 11px 11px 24px 0 #fbec0c;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.perform_bar .bar_title {
    font-size: 18px;
    color: #000;
}
span.progress_perc {
    position: absolute;
    right: 0;
    bottom: 28px;
    color: #000;
}
.siq_section.discount_container {
    background: #f9f9f9;
}
.discount_wrap {
    width: 1300px;
    margin: 40px auto 0;
}
.disc_logo {
    margin: 20px auto;
    width: 80px;
    height: auto;
}
.disc_logo > img {
    width: 100%;
    height: auto;
}
p.desc_small {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}
.discount_wrap .title_top {
    margin: 25px auto;
    width: 880px;
}
.title_top .text_arrow {
    width: 40px;
    height: auto;
    margin: -6px 6px 0px;
}
.title_top .green_text {
    color: #00b730;
}
.discount_wrap .desc_top {
    width: 870px;
    font-size: 16px;
    padding: 0;
}
.competitor_prod_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.prod_img_dtl {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-top: 20px;
    background: #fff;
    min-width: 32%;
}
.prod_img_dtl .prod_img {
    width: 360px;
    height: 300px;
    margin: auto;
}
.prod_img_dtl .prod_img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod_title_details {
    padding: 30px;
    margin: 10px 0 30px;
}
.prod_title_details .siq_prod_title {
    font-weight: 700;
}
.prod_title_details .siq_prod_desc {
    margin-bottom: 10px;
    font-size: 18px;
    color: #555;
}
.prod_title_details .prod_price {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.prod_img_dtl.our .prod_title_details .siq_prod_title {
    color: #00b730;
}
.prod_img_dtl .competitior_name {
    background: #093b64;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 0 0 10px 10px;
}
.disc_imgs-wrap {
    padding: 60px;
    display: flex;
    justify-content: center;
}
.disc_img .disc_title {
    background: #093b64;
    width: calc(100% - 50px);
    margin: 20px auto;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}
.disc_img > img {
    height: 440px;
    width: auto;
}
.siq_section.objective_container {
    background: #222A35;
}
.objective_wrap .title_top {
    color: #fff;
    padding-top: 10px;
}
.objective-box-wrap {
    width: 1040px;
    margin: 0 auto;
    display: flex;
    padding: 50px;
}
.objective_cards {
    width: 25%;
    padding: 40px 0px;
    margin: 0px 15px;
    border: 1px dotted #4ca999;
}
.object_img > img {
    width: 40px;
}
.object_text {
    margin-top: 40px;
    color: #fff;
}
.free-_-demo_section {
    width: 910px;
    margin: 20px auto;
    padding: 50px 30px;
    border: 3px solid #202f69;
    display: flex;
    align-items: center;
}
.free_demo-text {
    width: 70%;
}
.free_demo-text > h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
span.green_txt {
    color: #229f77;
}
p.demo_desc {
    color: #fff;
    margin-top: 15px;
}
.demo_btn {
    width: 30%;
}
.demo_btn .btn_demo {
    padding: 25px 50px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    border-radius: 6px;
    background: #f5ec53;
}
.cb_brands_detail {
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0 60px;
}
.cb_brands_detail .siq_img_wrap {
    display: flex;
    align-items: center;
    border-radius: 17px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 6px, rgba(0, 0, 0, 0.8) 0px 3px 6px;
    position: relative;
    overflow: hidden;
}
.siq_img_wrap.brands {
    border: 1px solid #1C5A67;
}
.siq_img_wrap.agency {
    border: 1px solid #28A745;
}
.siq_img_wrap .box_text {
    margin: 0px 20px;
    width: 330px;
}
.siq_img_wrap .box_text > h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.siq_img_wrap .box_text > p {
    font-size: 18px;
    font-weight: 600;
}
.siq_brand_arrow {
    position: absolute;
    bottom: -15px;
    left: 32%;
}
.cb_brands_detail .cb_yellow-dots {
    position: initial;
    flex-direction: row;
    justify-content: space-between;
    width: 370px;
}
.cb_brands_detail .cb_yellow-dots .yellow_dots {
    width: 20px;
    height: 7px;
    margin-top: 0;
    background: #f5e71b;
}
.box_img-wrap {
    display: flex;
}
.siq_img_wrap .cb_brand-box {
    width: 240px;
    height: auto;
}
.siq_img_wrap .cb_brand-box > img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.box_img-wrap .box_text {
    padding: 30px;
    color: #fff;
}
.box_img-wrap .box_text > h2 {
    font-size: 50px;
    font-weight: 800;
    padding: 20px 0px;
    margin: 0px;
}
.box_img-wrap .box_text > p {
    max-width: 265px;
}
.box_img-wrap .cb_brand-box {
    background: #f5e71b;
}
.box_img-wrap.brands .box_text {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #093b64;
    text-align: right;
}
.box_img-wrap.agencies > .box_text {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #28a745;
    text-align: left;
}
.border-bottom_clr {
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    transform: rotate(220deg);
    border-radius: 60px;
}
.siq_img_wrap.brands .border-bottom_clr {
    border-right: 100px solid #1C5A67;
}
.siq_img_wrap.agency .border-bottom_clr {
    border-right: 100px solid #28a745;
}
/*innovation_page-style-start*/
.innovation_demo_wrap.row {
    margin: 0px !important;
}
.innovation_demo_wrap > .demo_bg {
    background: url(/wp-content/uploads/2023/custom-imgs/demo-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f9f9f9;
    height: calc(100% - 140px);
}
.siq-logo-details > img {
    width: 70px;
    height: auto;
    margin: auto;
}
.siq-logo-details > h4 {
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
}
.siq-logo-details > h4 > span {
    color: #0d6f9d;
    margin-left: 2px;
}
.top_content > .main_text {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
}
.top_content > img {
    width: 100px;
}
.top_content > .second_text {
    font-size: 40px;
    font-weight: bold;
    color: #093b64;
    letter-spacing: 0px;
}
.bottom_content {
    background: #0a3b64;
    height: 140px;
}
.bottom_content > .book-desc_text {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
}
.checkmark-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkmark-circle {
  stroke: #00cc00;
  stroke-width: 2;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  fill: none;
  animation: drawCircle 0.8s ease-in-out forwards;
  animation-delay: 1s;
}
.checkmark-check {
  stroke: #00cc00;
  stroke-width: 2;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: drawCheck 0.8s ease-in-out forwards;
  animation-delay: 1s;
  fill: none;
}
.cb_case_study_slider > .isotope_item .wrapper .lightbox {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
}
.cb_case_study_slider > .isotope_item .wrapper .img {
    border-radius: 6px 6px 0 0;
}
.isotope-filter.cb_slider_tabs {
    display: none !important;
}
.cb_case_study_slider > .isotope_item .wrapper .text_wrap {
    padding: 15px !important;
    min-height: 123px !important;
}
.cb_case_study_slider > .isotope_item .wrapper .text_wrap .categories span,
.content_text .content_title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.cb_case_study_slider > .isotope_item .wrapper .text_wrap .title,
.content_text .content_category {
    font-size: 16px;
    color: #7d7d7d !important;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cb_case_study_slider > .isotope_item .wrapper .text_wrap .title:hover,
.content_text .content_category:hover {
    color: #093b64 !important;
}
section.main_content.siq_case_studies {
    margin: auto;
    max-width: 1300px;
}
section.main_content {
    margin-bottom: 50px;
}
.content_images_container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding-bottom: 20px;
}
.content_images_wrap {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    border-radius: 6px;
}
.content_images_wrap .content_img {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.content_images_wrap .content_img img {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s;
}
.content_images_container .content_text {
    padding: 15px;
}
.content_images_wrap:hover .content_img img {
    transform: scale(1.1);
}

@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}
.elementor-image.cb_increase_sales {
    width: calc(100% - 100px);
    margin: auto;
    padding-top: 50px;
}
/*About-us-our-team-style-start*/
.siq_award_container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 0;
}
.siq_awards_wrap {
    max-width: 1280px;
    margin: 40px auto;
}
h4.secion_heading {
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    width: 1080px;
}
.ecomd_award_logo {
    text-align: center;
    margin: 30px auto;
    width: 250px;
    height: auto;
}
.ecomd_award_logo img {
    width: 100%;
    height: 100%;
}
.siq_awards_imgs {
    position: relative;
}
.siq_awards_imgs .award_imgs {
    display: flex;
    justify-content: space-between;
}
.award_imgs .img_right_side {
    width: 350px;
    height: 300px;
}
.award_imgs img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) !important;
    border-radius: 10px !important;
}
.award_imgs .img_center {
    width: 550px;
    height: 300px;
}
.award_imgs.second {
    margin-top: 20px;
}
.about_us_top .elementor-row:before {
    content: '';
    background: url(/wp-content/uploads/2023/custom-imgs/cbn_building_bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section.about_us_top .elementor-row {
    padding: 50px;
}
.about_us_top .elementor-row:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 0;
}

section.about_us_top .elementor-row .elementor-column {
    z-index: 9;
}
section.siq_creative_section_container.elementor-section {
    background: transparent !important;
    padding-top: 30px !important;
}
body .cb_mobile-view {
    z-index: 9 !important;
}
.siq_creative_section h4.heading_title {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 0px;
}
.siq_creative_section .sub_heading_title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.siq_creative_section .desc_text_section {
    color: #fff;
    font-weight: 500;
}
.siq_creative_section_container {
    background: transparent !important;
    padding-top: 30px !important;
}
.siq_creative_section_container:before {
    content: '';
    background: url(/wp-content/uploads/2023/custom-imgs/cb_post_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -207px;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: 100% 100%;
}
.siq_creative_section_container .elementor-widget-image .elementor-widget-container .abt_girl_shopping {
    width: 580px;
    height: auto;
}
.siq_creative_section_container .elementor-widget-image .elementor-widget-container .abt_girl_shopping > img {
    width: 100%;
    height: 100%;
}
.siq_creative_section_container .cb_creative-boxes {
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: calc(100% - 50px) !important;
    border-radius: 10px !important;
    margin-bottom: 20px !important;
}
.siq_creative_section_container .cb_creative-boxes .gt3_pie_chart_wrapper .element_typography {
    font-size: 18px !important;
}
.siq_creative_section_container .cb_creative-boxes .cb_percantage-box {
    width: 24% !important;
}
.siq_creative_section_container .cb_creative-boxes .cb_percantage-box .elementor-widget-container {
    margin: 0px 0px 0px 20px !important;
}
.siq_creative_section_container .cb_creative-boxes .gt3_pie_chart_wrapper .gt3_elementor_pie_chart {
    min-height: 90px !important;
    max-height: 90px !important;
}
.siq_creative_section_container .cb_creative-boxes .gt3_pie_chart_wrapper {
    width: 90px;
    height: 90px;
}
.siq_creative_section_container .cb_creative-boxes .gt3_pie_chart_wrapper .element_typography {
    font-size: 18px !important;
}
.gt3-core-imagebox-description.creative_desc {
    color: #000 !important;
    font-size: 14px !important;
    letter-spacing: 0.3px;
}
.siq_creative_section_container .cb_creative-boxes .cb_percentage-text {
    width: 75%;
}
.siq_creative_section_container .cb_creative-boxes .cb_percentage-text .gt3-core-imagebox-title {
    color: #044989 !important;
    font-weight: 700 !important;
}
.siq_creative_section_container .elementor-element-c548cc0 {
    margin-top: 20px;
}
.elementor-text-editor > .siq_graph_sec_desc {
    max-width: 870px;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    line-height: 30px;
    text-align: center;
}
.elementor-widget-wrap.siq_graph_img .elementor-widget-container {
    background-color: transparent !important;
}
.elementor-widget-wrap.siq_graph_img .elementor-widget-container .elementor-image {
    width: 980px;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
section.siq_graph_container {
    padding: 50px 0;
    background-color: #ECF0FD;
    background-image: url("/wp-content/uploads/2022/07/4-48067_transparent-waves-design-hammock.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.siq_graph_wrap {
    max-width: 1300px;
    margin: auto;
    text-align: center;
}
.siq_graph_wrap h2.heading_title {
    color: #000;
    font-size: 36px;
    margin-bottom: 20px;
}
.siq_graph_wrap .siq_graph_sec_desc {
    max-width: 870px;
    margin: auto;
    font-weight: 600;
    color: #555;
    line-height: 30px;
}
.graph_img_wrap {
    width: 1280px;
    margin: 50px auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.graph_img_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
p.graph_bottom_text {
    font-size: 24px;
    font-weight: 800;
    color: #000;
}
/*About-us-our-team-style-end*/

/*portfolio-pages-style-start*/
.cb_siq_jan_25 section#main_content {
    padding: 30px 0 50px;
}
.cb_siq_web_25 .content-container {
    padding-top: 70px;
}
.cb_siq_web_25 .portfolio_wrapper .img_wrap {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cb_siq_web_25 .elementor-widget-gt3-core-portfolio .img {
    border-radius: 6px;
}
.cb_siq_jan_25 section#main_content .container {
    width: 1280px;
    padding: 0;
}
.cb_siq_jan_25 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px;
}
.cb_siq_jan_25 .container h1 {
    color: #000;
    text-align: center;
}
.elementor-container .img_container {
    margin: 30px auto;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
}
.elementor-container .img_container img,
.elementor-widget-container .content_img_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.elementor-widget-container .content_img_wrap {
    border-radius: 6px;
    width: 100%;
    height: auto;
    margin: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cb_siq_element .elementor-widget-wrap {
    padding: 0 !important;
}
.cb_siq_element .elementor-widget-wrap .elementor-text-editor p {
    font-weight: 500;
    line-height: 30px;
}
.cb_siq_element .elementor-widget-wrap .elementor-text-editor ul li {
    color: #000;
    font-weight: 500;
    line-height: 24px;
}
.cb_siq_element .elementor-widget-wrap .gt3_meta_label_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
}
.cb_siq_element .gt3_meta_value {
    color: #000 !important;
    font-size: 16px !important;
    margin: 5px 0;
}
.elementor-column.cb_siq_content {
    width: 905px !important;
}
.elementor-column.cb_siq_projects.cb_siq_content {
    width: 305px !important;
}
.cb_siq_seperator {
    width: 50px;
}
.type_tags .siq_marketing {
    margin-right: 10px;
}
.elementor-widget-container ul {
    list-style: disc;
}
/*portfolio-pages-style-end*/

/*Feed-audit-style-start*/

.request_feed .siq_section_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.request_feed .siq_section_wrap .siq_page_content {
    width: calc(50% - 50px);
}
.siq_feed .siq_section_wrap {
    margin: 40px auto;
}
.siq_section_wrap .contact_title_top {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #212529;
}
.siq_feed .siq_section_wrap h2.content_heading {
    font-size: 40px;
    font-weight: 700;
}
.siq_section_wrap .content_heading {
    color: #000;
    margin-bottom: 10px;
    font-weight: 800;
    line-height: 40px;
}
.save_permanent .siq_page_content.img {
    text-align: center;
    height: 600px;
}
.save_permanent .siq_page_content.img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.siq_section_wrap .content_desc {
    color: #000;
    line-height: 1.6;
    font-size: 17px;
}
.siq_section.siq_video {
    background-color: #093b64;
}
.siq_video .siq_page_content.text * {
    color: #fff;
}
h4.siq_video_heading {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 10px;
    line-height: 1.4;
}
.siq_video_wrapper {
    position: relative;
    cursor: pointer;
    border: 8px solid #d9d9d9;
    border-radius: 6px;
    height: 498px;
    overflow: hidden;
}
.siq_video_wrapper #siq_video_thumbnail {
    height: 100%;
    width: 100%;
    position: relative;
}
.siq_video_wrapper #siq_video_thumbnail svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
}
.siq_video_wrapper #siq_video_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.siq_video_wrapper #siq_video_thumbnail svg path {
    fill: #2247CC;
}
.siq_section.siq_video p.contact_title_top {
    margin-bottom: 20px;
}
.siq_section.siq_video .siq_section_wrap .siq_page_content {
    position: relative;
}
.siq_section.free_demo_wrap {
    background-color: #ECF0FD;
}
.siq_section.faqs_content {
    background: #fafafa;
}
.siq_section.faqs_content .siq_section_wrap {
    margin: 0 auto;
}
.siq_faqs_wrap {
    margin-top: 30px;
}
.siq_faqs_wrap .siq_ques_wrap {
    margin-bottom: 30px;
}
.siq_ques_wrap .siq_quest {
    background: #093b64;
    padding: 6px 15px;
    color: #fff;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    cursor: pointer;
}
.siq_ques_wrap.show i.fa-plus {
    display: none !important;
}
.siq_ques_wrap.show i.fa-minus {
    display: block !important;
}
.siq_ques_wrap .siq_ans {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 6px;
    padding: 15px 20px;
    border-radius: 0 0 6px 6px;
    font-weight: 600;
    line-height: 1.7;
    display: none;
}
.siq_ques_wrap.show .siq_ans {
    display: block !important;
}
.siq_google_css .siq_section .siq_section_wrap {
    margin: 40px auto;
}
.siq_section.targeting_tech {
    background-color: #ecf0fd;
    background-image: url("/wp-content/uploads/2022/07/4-48067_transparent-waves-design-hammock.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.siq_live_tab_btns_wrap {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}
.siq_live_tab_btn {
    padding: 8px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-width: 100px;
    text-align: center;
    margin: 0px 10px;
    border-radius: 6px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.siq_live_tab_btn.active, .siq_live_tab_btn:hover {
    background: #093b64;
    color: #fff;
}
.siq_section.live_tabs .contact_title_top {
    color: #446e44;
    font-weight: 600;
}
.siq_live_tab_main_content {
    padding-top: 30px;
}
.siq_tab_content_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.animated_bars .siq_bars_text {
    animation: progressBar 1.7s ease-in-out;
}
@keyframes progressBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.siq_bars .siq_bar_title {
    margin-left: 4px;
    color: #093b64;
    font-weight: 700;
    font-size: 14px;
}
.siq_bar_wrapper {
    margin-top: 5px;
    background: #d9d9d9;
    display: block;
    height: 10px;
    width: 100%;
    border-radius: 20px;
    position: relative;
}
.siq_bars_text {
    position: absolute;
    top: 0;
    height: 10px;
    width: 100%;
    border-radius: 20px;
    background-color: #093b64;
}
.siq_bar_perc {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #229f77;
    margin-right: 4px;
}
.siq_tab_content_data {
    width: 48%;
}
.siq_tab_content_data h4 {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
}
.siq_tab_content_data h4 span {
    color: rgb(34, 159, 119);
    font-weight: 700;
}
.siq_tab_content_data .siq_tab_desc {
    font-weight: 500;
}
.siq_tab_content_data ul {
    list-style-type: circle;
    margin-bottom: 0;
}
.siq_tab_content_data ul li {
    margin-bottom: 15px;
    font-weight: 500;
}

.siq_section_wrap .siq_logo_top {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}
.siq_section_wrap .siq_logo_top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.targeting_tech .siq_section_wrap .contact_title_top {
    margin-bottom: 30px;
}
.targeting_tech .siq_section_wrap .content_heading,
.siq_section_wrap.cbn_wrapper .content_heading {
    font-size: 40px;
    font-weight: 800;
    margin: 0 auto 30px;
    max-width: 780px;
    line-height: 1.4;
}
.siq_section_wrap.cbn_wrapper .content_heading {
    max-width: max-content;
}
.reduce_cost_instant .siq_section_wrap .content_heading {
    max-width: 900px;
}
.siq_section.reduce_cost {
    background-color: #ECF0FD;
    background-image: url("/wp-content/uploads/2022/07/4-48067_transparent-waves-design-hammock.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.siq_section_wrap.flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.siq_section_wrap.flex_wrap .siq_page_content {
    width: 48%;
}
.siq_section_wrap.keyword_prod {
    padding-top: 30px;
}
.siq_section_wrap.keyword_prod .siq_page_content.img {
    height: 650px;
    text-align: center;
}
.siq_section_wrap.keyword_prod .siq_page_content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.siq_keywrod_text_wrap {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #fff;
}
.siq_keywrod_text_wrap .siq_keyword_title {
    color: #093b64;
    font-weight: 700;
}
.siq_keywrod_text_wrap .siq_keyword_desc {
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
}
.siq_keywrod_text_wrap.active {
    background: #093b64;
}
.siq_keywrod_text_wrap.active * {
    color: #fff;
}
.ad_campaign .content_desc {
    max-width: 640px;
    margin: auto;
}
.siq_section.ad_campaign {
    text-align: center;
}
.shopping_ads .siq_section_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.shopping_ads .siq_section_wrap .siq_page_content {
    width: 48%;
}
.shopping_ads_features h6 {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 7px;
    color: #093b64;
}
.siq_section_wrap.siq_demo_bg {
    background-image: url(https://www.shoppingiq.com/wp-content/uploads/2023/custom-imgs/siq_demo_wrap_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1300px;
    height: 400px;
    margin: auto;
    padding: 170px 110px;
}
.free_demo_wrap .siq_demo_bg .content_heading {
    color: #fff;
}
.free_demo_wrap .siq_demo_bg .content_heading span {
    color: #229f77;
}
.free_demo_wrap .siq_demo_bg .contact_title_top {
    color: #fff;
    margin: 20px 0;
}
.free_demo_wrap .siq_demo_bg .button_wrap {
    width: fit-content;
    margin-top: 30px;
}
.free_demo_wrap .siq_demo_bg .button_wrap a {
    color: #000;
    background: #f5ec53;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 600;
}
.free_demo_wrap .siq_demo_bg .button_wrap a:hover {
    background: #229f77;
    color: #ffff;
}
.shopping_ads_features .desc {
    color: #717171;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.siq_page_content .button_wrap {
    width: fit-content;
    margin-top: 30px;
}
.siq_page_content .button_wrap > a {
    background: #093b64;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
}
.siq_page_content .button_wrap > a:hover {
    background: #1192ce;
}
.audit_feed .siq_page_content.text {
    text-align: center;
}
.siq_section.audit_feed {
    background: #ecf0fd;
    padding-top: 20px;
}
.siq_section.audit_feed .siq_section_wrap {
    margin: 40px auto;
}
.audit_feed_details {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.audit_feed_section {
    width: 23%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 15px;
    border-radius: 6px;
    background: #fff;
}
.audit_feed_section .section_img {
    width: 120px;
    height: 120px;
    margin: auto;
}
.audit_feed_section .section_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.audit_feed_section h4 {
    margin-top: 25px;
    color: #000;
    line-height: normal;
}
.audit_feed_section p {
    margin-top: 15px;
    color: #000;
    font-size: 16px;
}
.audit_feed_section.active {
    background: #093b64;
}
.audit_feed_section.active h4, .audit_feed_section.active p {
    color: #fff;
}
.siq_section.request_feed,
.siq_section.save_permanent {
    background: #f9f9f9;
}
section.feed_audit .cb_heading_title {
    margin-bottom: 10px;
}
section.feed_audit .siq_desc_text {
    max-width: 100%;
}
section.siq_contact_form_container.feed_audit {
    background-color: #fff;
}
section.feed_audit .siq_content_wrap {
    max-width: 1280px;
}
/*Feed-audit-style-end*/

/*Pricing-plan-page-style-start*/
section.cb_siq_offers {
    padding: 100px 0;
}
section.cb_siq_offers .elementor-container .elementor-column-wrap {
    max-width: 1300px;
    flex-direction: column;
    margin: auto;
}
.cb_heading_title {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
}
.siq_desc_text {
    max-width: 870px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin: auto;
}
.siq_audit_cards_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.siq_audit_cards_wrap .siq_audit_card_content {
    width: 24%;
    border: 1px solid #f2f2f2;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin: 0px 10px;
}
.siq_audit_card_content .siq_card_title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.siq_audit_card_content .siq_card_desc {
    font-size: 16px;
    min-height: 90px;
}
.siq_card_desc .siq_card_price {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    color: #000;
}
.siq_card_desc .siq_card_price .value {
    font-weight: 800;
    font-size: 20px;
}
.siq_audit_card_content .siq_card_btn {
    display: block;
    border: 1px solid #093b64;
    border-radius: 6px;
    padding: 5px;
    color: #093b64;
    font-weight: 600;
    margin-bottom: 20px;
}
.siq_card_bottom_section > p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.siq_audit_card_content.active {
    background-color: #093b64;
    border: 1px transparent;
    color: #fff;
}
.siq_audit_card_content.active .siq_card_title,
.siq_audit_card_content.active .siq_card_price,
.siq_audit_card_content.active .siq_card_bottom_title {
    color: #fff;
}
.siq_audit_card_content.active .siq_card_btn {
    color: #fff;
    border: 1px solid;
}
.siq_card_bottom_section > .siq_card_bottom_title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.elementor-section.siq_video_wrap {
    background-color: #093b64 !important;
}
.elementor-section.siq_video_wrap .elementor-element-a2b7309 .elementor-widget-container {
    border-color: transparent !important;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.siq_video_text .elementor-text-editor p {
    font-size: 18px;
    color: #fff;
    line-height: 30px !important;
}
.siq_video_text .elementor-widget-container h2 {
    font-size: 30px !important;
    line-height: 50px !important;
    color: #fff !important;
}
.elementor-707 .elementor-element.elementor-element-3f83bfc .elementor-custom-embed-play svg {
    fill: #093b64 !important;
}
.elementor-widget-container h2.siq_video_titles {
    margin-bottom: 20px;
}
section.elementor-section.siq_consultation_section {
    box-shadow: none !important;
}
section.elementor-section.siq_consultation_section > .elementor-container {
    max-width: 800px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 400px !important;
    margin: 100px auto;
    border-radius: 20px;
    padding: 100px;
}
.siq_page_content ul.content_ul {
    list-style: disc;
    color: #000;
}
.siq_page_content ul.content_ul > li {
    line-height: 30px;
    font-size: 16px;
}
/*Pricing-plan-page-style-end*/

/*Contact-us-page-style-start*/
.siq_contact_page_detail {
    padding: 80px 0;
    background: #fafafa;
}
.siq_contact_page_text_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.siq_content_wrap {
    max-width: 1440px;
    margin: 0 auto;
}
.siq_contact_page_text_wrap .contact_page_content {
    width: 48%;
}
.siq_contact_form_container {
    background-color: #fff;
    padding: 80px 0;
}
.contact_form_wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
}
.contact_form_wrapper .contact_form_section {
    padding: 50px 35px;
}
.contact_form_section.left {
    width: 35%;
    background-color: #093b64;
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.contact_details .title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact_details .desc {
    margin-bottom: 60px;
}
.contact_details .contact_row {
    padding-top: 10px;
    display: flex;
}
.contact_details .contact_row.email {
    align-items: center;
}
.contact_details .contact_row .text {
    margin-left: 10px;
    font-size: 15px;
}
.contact_row .icon > i {
    font-size: 15px;
}
.contact_details.social {
    margin-top: 20px;
    display: flex;
}
.contact_details.social .social_icons {
    color: #fff;
    margin: 0 12px 0 0;
    width: 45px;
    height: 45px;
    background: #fff;
    padding: 8px;
    border-radius: 100%;
}
.contact_form_section .round_pattern {
    position: absolute;
    border-radius: 100%;
}
.big_round_box {
    width: 200px;
    height: 200px;
    background: #fff;
    opacity: 0.2;
    bottom: -85px;
    right: -50px;
}
.small_round_box {
    background: #FFF9F9;
    width: 120px;
    height: 120px;
    opacity: 0.25;
    bottom: 30px;
    right: 58px;
}
.contact_form_section.right {
    width: calc(100% - 35%);
}
.contact_form_data .contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact_form_data .contact-form .form-group {
    flex: 1 1 calc(50% - 20px);
}
.contact_form_data .contact-form .form-group.full-width {
    flex: 1 1 100%;
}
.form-group label {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact_form_data .contact-form input,
.contact_form_data .contact-form textarea {
    width: calc(100% - 40px);
    font-size: 15px;
    resize: none;
    border: 0;
    outline: none;
    color: #000;
    background: #f9f9f9;
    padding: 5px 10px;
    border-radius: 4px;
}
.contact_form_data .contact-form textarea {
    height: auto;
}
.contact-form .form-group button.btn {
    background: #093b64;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: none;
}
.contact-form .form-group button.btn:hover {
    background: #1192ce;
}
.contact_form_section .cb_privacy {
    color: #093b64;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.contact_form_section .cb_privacy:hover {
    color: #1192ce;
}
.free_guide .siq_content_wrap .img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px 20px;
    border-radius: 10px;
}
.text_above_title {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}
/*Contact-us-page-style-end*/

/*SEO_IQ-page-style-start*/
.elementor-section-wrap.cb_seo_iq_content {
    max-width: 1300px;
    margin: auto;
}
.cb_seo_iq_content .cb_seo_iq {
    padding: 40px 0;
}
.seo_iq_wrap .top_head_text {
    font-size: 15px;
    font-weight: 500;
}
.seo_iq_wrap .top_head_title {
    max-width: 750px;
    margin: auto;
    padding-top: 10px;
    line-height: 1.5;
    font-weight: 800;
}
.seo_iq_container {
    padding: 50px 0;
}
.seo_iq_container .seo_iq_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.seo_iq_wrapper .seo_iq_content {
    width: 48%;
}
.seo_iq_content.img {
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    height: auto;
}
section.content_submit .seo_iq_content.img {
    height: 400px;
}
.seo_iq_content.img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.seo_iq_content.text {
    padding: 10px 40px 0;
}
.seo_iq_content .content_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}
.seo_iq_content .content_desc {
    font-size: 18px;;
    font-weight: 500;
}
.seo_iq_content .content_btn_wrap {
    margin-top: 40px;
}
.content_btn_wrap .content_btn {
    background: #093b64;
    color: #fff;
    padding: 8px 20px;
    font-weight: 700;
    border-radius: 6px;
}
.content_btn_wrap .content_btn:hover {
    background: #1192ce;
}
.seo_iq_container.flex_row .seo_iq_wrapper {
    flex-direction: row-reverse;
}
.target_keywords .seo_iq_content.img img {
    margin-left: -40px;
}
section.elementor-section.siq_pricing_plan {
    border-radius: 20px;
}
.content_feature_details .features_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.content_feature_details ul {
    padding: 0;
}
.main_wrapper .content_feature_details ul li {
    line-height: normal;
    margin-bottom: 12px;
    font-weight: 500;
}
.seo_iq_content .content_desc > span {
    font-weight: 700;
}
/*SEO_IQ-page-style-end*/

/*Blog-page-style-start*/
.site_wrapper.black_friday_content {
    margin-top: 30px;
}
.black_friday_content .blog_img_content {
    height: 500px;
    width: fit-content;
    margin: auto;
}
.black_friday_content .blog_img_content img {
    box-shadow: none !important;
    object-fit: contain !important;
}
.gt3_post_media_block.first_blog > .blog_post_media img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
h1.blog_main_title_heading {
    line-height: 1.2;
    font-weight: 800;
    font-size: 40px;
}
.vehicle_ad_blog_img {
    margin: 50px auto;
    width: 100%;
    height: auto;
}
.vehicle_ad_blog_img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.blog_text_wrap {
    padding-top: 20px;
}
.blog_text_points .blog_points_title {
    font-size: 24px;
    font-weight: 700 !important;
    margin-top: 20px;
}
.blog_text_points .blog_ul_title {
    font-size: 21px;
    font-weight: 700;
}
h4.blog_text_heading {
    padding-top: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7;
}
.elementor-text-editor h4.cb_blogs_title {
    font-size: 24px;
    font-weight: 700 !important;
    margin-top: 20px;
    line-height: 1.75;
    margin-bottom: 1rem;
}
body.post-template-default.cbn_blog_pages .main_wrapper .container {
    max-width: 1140px;
    width: 100% !important;
}
.siq_row.sidebar_right {
    max-width: 1080px;
    margin: auto;
}
.seo_iq_content.text p:nth-last-child(1) {
    margin-bottom: 0;
}
.blog_text_content > p.cb_blog_text,
.blog_text_wrap > p.blog_img_desc {
    font-size: 18px;
    font-weight: 500;
}
h4.blog_text_heading.conclusion {
    margin: 0;
    margin-top: 20px;
}
.blog_points_ul {
    padding-left: 25px;
}
.blog_text_points .blog_points_ul li.blog_points_li.margin-bottom {
    margin-bottom: 15px;
}
.blog_points_li, .blog_text_desc  {
    font-size: 18px;
    font-weight: 500;
}
.blog_points_li span, .blog_text_desc span {
    font-weight: 700;
}
.single #main_content>.blog_post_preview { 
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 50px !important;
}
.blog_img_desc {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.blog_text_points:nth-last-child(1) .blog_points_ul {
    margin-bottom: 5px;
}
.blog_table_wrap {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin: 50px 0;
    position: relative;
    overflow: hidden;
}
.blog_table_bg.mob {
    display: none;
}
.blog_table_bg {
    position: absolute;
    top: -200px;
    left: 0;
    opacity: 0.1;
    z-index: -1;
}
.blog_graph_wrap {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin: 50px 0;
}
.blog_table_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table_head_logo.siq {
    display: flex;
    align-items: center;
}
.table_head_logo.siq .siq_logo {
    width: 60px;
    height: auto;
}
.table_head_logo.siq .siq_logo img {
    width: 100%;
    height: 100%;
}
.siq_logo_text_wrap {
    margin-left: 5px;
    line-height: 15px;
}
.siq_logo_text_wrap .siq_logo_text {
    font-size: 16px;
    font-weight: 700;
}
.siq_logo_text_wrap .yellow_line {
    margin-bottom: -30px;
}
.blog_img_wrap {
    margin-top: 30px;
}
.blog_table_heading {
    margin: 25px 0;
    text-align: center;
}
.blog_table_heading h2 {
    font-size: 40px;
    font-weight: 800;
}
.blog_table_heading h2 span {
    color: #1192ce;
}
body.post-template-default.cbn_blog_pages .main_wrapper .container .content-container {
    margin-top: 0;
    color: #000 !important;
}
.blog_table_heading_row {
    display: flex;
    border-bottom: 1px solid #376ea1;
}
.blog_img_container {
    margin-top: 70px;
}
.google_shopping_ad .blog_img_content {
    width: 100%;
    height: auto;
}
.blog_img_container .blog_img_content img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog_table_data_row {
    display: flex;
    align-items: center;
}
.blog_table_data {
    border: 1px solid #376ea1;
    position: relative;
}
.blog_table_data tr th.years {
    min-width: 90px;
    max-width: 90px;
}
.blog_table_data tr th {
    background-color: #093B64;
    color: #fff;
}
.blog_table_data tbody tr {
    border-bottom: 1px dashed #376ea1 !important;
    border: 0;
}
.blog_table_data tbody tr:nth-last-child(1) {
    border: 0px !important;
}
.blog_table_data tr th, .blog_table_data tr td {
    text-align: center;
    padding: 10px;
}
.blog_table_data tr th.perc, .blog_table_data tr td.perc {
    min-width: 180px;
    border-left: 1px solid #376ea1;
    border-right: 1px solid #376ea1;
}
th.perc.mob {
    display: none;
}
.blog_table_data thead tr {
    border-bottom: 1px solid #376ea1 !important;
    border: 0;
}
.blog_table_data tr th {
    background: #093b64;
    color: #fff;
}
.blog_table_data tr td.years span {
    background: yellow;
    padding: 4px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0;
}

/*Blog-page-style-end*/

/*mobile-style-start*/

@media (max-width: 500px) {
    .cb_siq_web_25 .content-container {
        padding-top: 45px;
    }
    .cb_siq_web_25 > .container {
        width: 100%;
    }
    .cb_siq_web_25 > .container > .row {
        margin: 0;
    }
    .contact_details.social .social_icons {
        margin: 0 10px 0 0;
        width: 30px;
        height: 30px;
        padding: 4px;
    }
    .left_bar_wrap, .siq_splatter {
        display: none;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .cbn_siq_wp .cc-nb-main-container {
        width: calc(92% - 6px);
        padding: 20px !important;
        bottom: 20px;
    }
    .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;
    }
    .elementor-widget-nav-menu .elementor-nav-menu--main > ul > li > a {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 26px !important;
        padding: 0 !important;
    }
    .wpda-footer-builder .elementor-element-3519ec4 .elementor-widget-text-editor > .elementor-widget-container {
        margin: 0 0 20px 0 !important;
    }
    .wpda-footer-builder .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner {
        height: 10px;
    }
    .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
        padding: 10px 15px;
    }
    .elementor-4674 .elementor-element.elementor-element-f531e36 {
        padding: 0 !important;
    }
    .wpda-footer-builder.elementor-4674 .elementor-element.elementor-element-47fe9b9 {
        font-size: 13px !important;
        width: calc(100% - 20px);
        margin: auto;
    }
    .wpda-footer-builder .elementor-element-3519ec4 .elementor-widget-text-editor > .elementor-widget-container .elementor-text-editor p {
        font-size: 14px !important;
    }
    .siq_section_content {
        flex-direction: column;
    }
    .siq_section.our_case_top {
        padding: 0px 0 25px;
    }
    .siq_section_content .cb_content_wrap {
        width: 100%;
    }
    .siq_section_content .cb_content_wrap.text {
        padding: 30px 20px;
    }
    .cb_content_wrap.text > h4 {
        font-size: 22px;
    }
    .cb_content_wrap.text > p {
        font-size: 14px;
        margin-top: 15px;
    }
    .cb_case_study_slider > .isotope_item .wrapper .img {
        border-radius: 4px 4px 0 0;
    }
    .cb_case_study_slider > .isotope_item .wrapper .text_wrap {
        min-height: 85px !important;
    }
    .cb_case_study_slider > .isotope_item .wrapper .text_wrap .categories span,
    .content_text .content_title {
        font-size: 16px;
        font-weight: 600;
    }
    .cb_case_study_slider > .isotope_item .wrapper .text_wrap .title,
    .content_text .content_category {
        font-size: 12px;
        line-height: normal;
        margin-top: 10px;
    }
    .elementor-widget-container .cb_case_study_slider > .isotope_item {
        padding-bottom: 20px !important;
    }
    .cb_case_study_slider > .isotope_item .wrapper .lightbox {
        border-radius: 4px !important;
    }
    .isotope-filter.cb_slider_tabs > a {
        font-size: 14px;
        margin-right: 15px;
    }
    .content_images_container {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }

    /*SEO-IQ-style-start*/
    .elementor-section-wrap.cb_seo_iq_content {
        max-width: calc(100% - 40px);
    }
    .cb_seo_iq_content .cb_seo_iq {
        padding: 25px 0;
    }
    .seo_iq_wrap .top_head_text {
        font-size: 12px;
    }
    .seo_iq_wrap .top_head_title {
        padding: 0;
        font-size: 20px;
        font-weight: 700;
    }
    .seo_iq_container {
        padding: 30px 0 20px;
    }
    .seo_iq_container > .seo_iq_wrapper {
        flex-direction: column !important;
        width: calc(100% - 20px);
        margin: auto;
    }
    .seo_iq_container > .seo_iq_wrapper > .seo_iq_content {
        width: 100%;
        height: auto;
    }
    .seo_iq_container > .seo_iq_wrapper > .seo_iq_content.text {
        margin-top: 25px;
        padding: 0px;
    }
    .target_keywords .seo_iq_content.img img {
        margin-left: -25px;
    }
    .seo_iq_content .content_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .seo_iq_content .content_desc {
        font-size: 14px;
    }
    .seo_iq_content .content_btn_wrap {
        margin-top: 25px;
    }
    .content_btn_wrap .content_btn {
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    .seo_iq_content.img {
        padding: 10px;
        border-radius: 6px;
    }
    .content_feature_details .features_title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .main_wrapper .content_feature_details ul li {
        font-size: 13px;
    }
    .elementor-widget-container.plan_title {
        margin: -5px 0 0 !important;
    }

    /*SEO-IQ-style-start*/
    
    /*Popup-style-start*/

    .cb_popup_wrap {
        max-width: calc(100% - 40px);
    }
    .cb_popup_close_wrap {
        right: 8px;
        top: 8px;
    }
    .siq_popup_close i {
        font-size: 20px;
    }
    .cbn_popup_content {
        padding: 30px;
        border-radius: 6px;
    }
    .cb_siq_logo {
        width: 60px;
    }
    p.cb_logo_text {
        font-size: 9px;
        margin-top: 2px;
    }
    .cb_popup_text_wrap {
        margin-top: 30px;
    }
    .cb_popup_text_wrap p {
        font-size: 11px;
    }
    .cb_popup_text_wrap h4 {
        font-size: 28px;
        line-height: 36px;
        margin: 10px auto;
    }
    .arrow_icon {
        width: 30px;
        margin: 20px auto;
    }
    .demo_btn_wrap a {
        font-size: 12px;
        padding: 7px 15px;
    }

    /*Popup-style-end*/

    /*Contact-us-pages-style-start*/
    .siq_contact_page_detail {
        padding: 40px 0;
    }
    .siq_contact_page_text_wrap {
        flex-direction: column;
    }
    .siq_content_wrap.contact_us {
        flex-direction: column-reverse;
    }
    .contact_form_section .cb_privacy {
        font-size: 12px;
        line-height: normal;
        display: block;
        margin-top: 20px;
    }
    .siq_contact_page_text_wrap .contact_page_content {
        width: calc(100% - 30px);
        text-align: center;
        margin-bottom: 20px;
    }
    .cb_heading_title {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .siq_desc_text {
        font-size: 12px;
        line-height: 20px;
        max-width: calc(100% - 50px);
    }
    .free_guide .siq_content_wrap .img {
        padding: 20px 10px;
        margin-bottom: 0;
    }
    .siq_contact_form_container {
        padding: 30px 0;
    }
    .siq_content_wrap {
        max-width: 100%;
    }
    .text_above_title {
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .contact_form_wrapper {
        border-radius: 6px;
        margin: 30px auto 0;
        width: calc(100% - 30px);
        flex-direction: column;
    }
    .contact_form_section.left {
        border-radius: 6px 6px 0 0;
        width: 100%;
    }
    .contact_form_section.right {
        width: 100%;
    }
    .contact_details .title {
        font-size: 16x;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .contact_details .desc {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .contact_details .contact_row {
        padding: 0;
        margin-bottom: 5px;
    }
    .contact_row .icon > i {
        font-size: 11px;
    }
    .contact_details .contact_row .text {
        margin-left: 7px;
        font-size: 10px;
    }
    .contact_details .contact_row {
        align-items: baseline !important;
    }
    .big_round_box {
        width: 130px;
        height: 130px;
        bottom: -50px;
        right: -50px;
    }
    .small_round_box {
        width: 70px;
        height: 70px;
        bottom: 15px;
        right: 35px;
    }
    .contact_form_data .contact-form input, .contact_form_data .contact-form textarea {
        width: calc(100% - 10px);
        font-size: 10px;
        height: auto;
        margin: 0px 0px 5px;
        line-height: normal;
    }
    .form-group label {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 2px;
    }
    .contact-form .form-group button.btn {
        font-size: 11px;
        height: auto;
        margin-bottom: 0;
    }
    .contact_form_wrapper .contact_form_section {
        padding: 25px 15px;
    }

    /*Contact-us-pages-style-end*/

    /*Pricing-plan-style-start*/
    section.cb_siq_offers {
        padding: 30px 0;
    }
    .siq_audit_cards_wrap {
        margin-top: 20px;
        flex-direction: column;
        padding: 0px 25px;
    }
    .siq_audit_cards_wrap .siq_audit_card_content {
        width: 100%;
        margin: 15px 0;
        padding: 15px;
    }
    .siq_audit_card_content .siq_card_title {
        font-size: 16px;
        line-height: 22px;
    }
    .siq_audit_card_content .siq_card_desc {
        font-size: 12px;
        min-height: 65px;
    }
    .siq_audit_card_content .siq_card_btn {
        font-size: 14px;
        padding: 2px;
        margin-bottom: 10px;
    }
    .siq_card_bottom_section > p {
        font-size: 12px;
        margin-bottom: 8px;
        font-weight: 600;
    }
    .siq_card_bottom_section > .siq_card_bottom_title {
        font-size: 16px;
    }
    .siq_card_desc .siq_card_price {
        margin-top: 10px;
        font-size: 12px;
    }
    .siq_card_desc .siq_card_price .value {
        font-size: 14px;
    }
    section.elementor-section.siq_video_wrap {
        padding: 20px !important;
    }
    section.elementor-section.siq_video_wrap .elementor-widget-wrap {
        padding: 0 !important;;
    }
    .siq_video_text .elementor-text-editor p {
        font-size: 12px;
        line-height: 22px !important;
        margin-bottom: 5px;
    }
    .siq_video_text .elementor-widget-container h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    /*Pricing-plan-style-end*/

    /*Blog-pages-style-start*/
    body.cbn_blog_pages .site_wrapper {
        margin-top: 30px;
    }
    body.cbn_blog_pages .site_wrapper .row {
        margin: 0;
    }
    body.elementor-page.cbn_blog_pages .site_wrapper .row > .content-container.span9 {
        margin: 0 !important;
        padding: 0 !important;
    }
    body.cbn_blog_pages .blog_post_preview .blog_content > .blog_post_media > a > img {
        margin: 0;
        width: 100%;
    }
    body.cbn_blog_pages #main_content > .blog_post_preview {
        padding: 0 10px;
        margin-bottom: 40px;
    }
    .single #main_content>.blog_post_preview {
        padding-bottom: 40px !important;
        padding: 0px 10px;
    }
    body.cbn_blog_pages .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0;
        width: calc(100% - 20px);
        margin: auto;
    }
    .elementor-text-editor h1.blog_main_title_heading {
        margin: 30px 0px 20px !important;
        font-size: 20px;
        line-height: normal;
        font-weight: 700;
    }
    body.cbn_blog_pages .post_block_info {
        margin: 20px auto 0 !important;
        width: calc(100% - 20px);
    }
    body.cbn_blog_pages .post_block_info .single_post_tags {
        font-size: 12px;
        line-height: 24px;
    }
    .blog_content h3,
    .blog_content h3 strong {
        font-size: 16px;
        font-weight: 700;
    }
    .blog_text_wrap {
        padding-top: 12px;
    }
    h4.blog_text_heading {
        padding-top: 6px;
        font-weight: 700 !important;
        line-height: 24px;
        font-size: 18px !important;
    }
    .blog_points_ul {
        padding-left: 18px;
    }
    .blog_text_points .blog_points_title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .blog_text_points .blog_ul_title {
        font-size: 16px;
        margin: 12px 0 10px;
    }
    h4.blog_text_heading.conclusion {
        padding: 0;
        margin-top: 10px;
    }
    .vehicle_ad_blog_img {
        margin: 30px auto;
    }
    .blog_points_li, .blog_text_desc {
        line-height: 20px !important;
    }
    .cb_blog_text_content .blog_text_desc {
        font-size: 13px !important;
        margin-bottom: 10px;
        font-weight: normal !important;
    }
    .elementor-text-editor h4.cb_blogs_title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    body.post-template-default.cb_blog_cpc .container ul li,
    .blog_text_content > p.cb_blog_text, .elementor-widget-container .blog_img_desc,
    .blog_text_points .blog_text_desc, .blog_table_container .blog_img_desc {
        font-size: 13px !important;
        line-height: 20px !important;
        margin-bottom: 10px;
        font-weight: normal !important;
    }
    .siq_logo_text_wrap {
        line-height: 10px;
    }
    .siq_logo_text_wrap .siq_logo_text {
        font-weight: 600;
        font-size: 11px;
    }
    .siq_logo_text_wrap .yellow_line {
        display: block;
        margin-left: 0 !important;
    }
    .table_head_logo.siq .siq_logo {
        width: 35px;
    }
    .blog_table_data .blog_table_bg.mob {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        display: block;
    }
    .blog_table_bg {
        display: none;
    }
    .blog_table_wrap {
        padding: 10px;
        margin: 30px 0;
        border-radius: 4px;
    }
    .blog_graph_wrap {
        margin: 30px 0;
    }
    .google .siq_logo {
        width: 50px;
    }
    .blog_img_container {
        margin-top: 30px;
    }
    .blog_img_container .blog_img_content {
        width: 92%;
        margin: auto;
    }
    .blog_table_heading h2 {
        font-size: 15px;
        line-height: normal;
        margin-top: 25px !important;
    }
    .blog_table_heading {
        margin: 18px 0;
    }
    .blog_table_data tr th, .blog_table_data tr td {
        font-size: 12px;
        line-height: 18px;
        padding: 5px;
    }
    .blog_table_data tr th.years {
        min-width: 50px;
        max-width: 50px;
    }
    .blog_table_data tr th.perc, .blog_table_data tr td.perc {
        min-width: 92px;
    }
    .blog_table_data tr th.perc.desktop {
        display: none;
    }
    .blog_table_data tr th.perc.mob {
        display: block !important;
    }
    .siq_logo_text_wrap .yellow_line {
        width: 50px;
        height: 15px;
    }


    /*Blog-pages-style-start*/

    /*About-us-our-team-style-start*/
    section.about_us_top .elementor-row {
        padding: 20px;
    }
    .elementor-text-editor h4.cb_heading {
        font-size: 16px !important;
    }
    .elementor-text-editor > .cb_desc_text {
        font-size: 12px !important;
    }
    .about_us_top .elementor-widget-container > .elementor-heading-title {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-top: 6px;
    }
    .about_us_top .elementor-element-174e077 > .elementor-element-populated > .elementor-widget-wrap {
        padding: 10px 20px 20px !important;
    }
    .about_us_top .cb_progress-title > .elementor-widget-container span {
        font-size: 12px !important;
    }
    body .cb_mobile-view .working_columns {
        height: fit-content !important;
    }
    .about_us_top .elementor-widget-container .elementor-text-editor > h5 {
        font-size: 10px;
        font-weight: 600;
    }
    .about_us_top .elementor-element-174e077 > .elementor-element-populated {
        border-radius: 6px 6px 0 0;
    }
    .about_us_top .elementor-element-1b58a79 .elementor-image {
        border-radius: 0 0 6px 6px;
    }
    .siq_award_container {
        padding: 20px 0;
        margin-top: 10px;
    }
    .siq_awards_wrap {
        max-width: 100%;
        margin: 10px auto 5px;
        width: calc(100% - 20px);
    }
    h4.secion_heading {
        font-size: 20px;
        line-height: 30px;
        width: calc(100% - 40px);
    }
    .ecomd_award_logo {
        margin: 20px auto;
        width: 150px;
    }
    .siq_awards_imgs .award_imgs {
        flex-direction: column;
    }
    .award_imgs .img_right_side, .award_imgs .img_center {
        width: calc(100% - 50px);
        height: 180px;
        margin: auto;
    }
    .siq_awards_imgs .award_imgs > div {
        margin-bottom: 10px;
    }
    .award_imgs.second {
        margin: 0;
    }
    .award_imgs img {
        border-radius: 6px !important;
    }
    .elementor-widget-wrap.siq_graph_img {
        padding-top: 0 !important;
    }
    .elementor-text-editor > .siq_graph_sec_desc {
        max-width: calc(100% - 30px);
        font-size: 13px;
        margin-top: 10px;
        line-height: 22px;
    }
    .elementor-widget-wrap.siq_graph_img .elementor-widget-container .elementor-image {
        width: calc(100% - 20px);
    }
    .black_friday_content .blog_img_content {
        height: 300px;
        width: 100%;
    }
    .blog_post_preview .blog_content > .first_blog .blog_post_media {
        width: 100%;
        height: auto;
    }
    
    .blog_post_preview .blog_content > .first_blog .blog_post_media > a > img {
        width: 100%;
        height: 100%;
    }
    section.siq_graph_container {
        padding: 25px 20px;
    }
    .siq_graph_wrap h2.heading_title {
        font-size: 20px;
        line-height: 1em;
    }
    .siq_graph_wrap .siq_graph_sec_desc {
        font-size: 13px;
        line-height: 20px;
    }
    .graph_img_wrap {
        margin: 30px auto;
    }
    p.graph_bottom_text {
        font-size: 15px;
        margin: 0;
    }
    /*About-us-our-team-style-end*/
    .gt3_module_blog.items1 .first_blog .blog_post_media img {
        height: auto;
    }
    .blog_post_preview {
        margin-bottom: 30px;
    }
    .burger_sidebar-wrap {
        top: 20px;
        right: 20px;
    }
    .burger_sidebar-wrap .offcanvas {
        width: 100% !important;
    }
    .burger_sidebar_icon {
        width: 25px;
        height: 20px;
    }
    .burger_sidebar_icon > span.second {
        top: 7px;
    }
    .burger_sidebar_icon > span.third {
        top: 14px;
    }
    .siq_text_logo > img {
        width: 35px;
    }
    .offcanvas .offcanvas-header {
        padding: 10px !important;
    }   
    .offcanvas-header .siq_text_logo > h5, .offcanvas-body .location > h4 {
        font-size: 16px;
    }
    .offcanvas-body .siq_desc {
        font-size: 12px;
    }
    .offcanvas-body > .dropdown > .btn-secondary {
        border-radius: 10px;
        padding: 6px 15px;
        font-size: 12px;
    }
    .offcanvas-body > .dropdown > ul > li > a {
        font-size: 12px;
    }
    .offcanvas-body .location > .location_wrap {
        margin-top: 10px !important;
    }
    .map_point > i:before {
        font-size: 16px;
    }
    .offcanvas-body .location .location_text {
        font-size: 12px;
        line-height: 20px;
    }
    .offcanvas-body .location {
        margin-top: 30px !important;
    }
    .top_section-wrap > .top_content-wrap {
        flex-direction: column;
        padding: 20px 0 0;
        overflow: hidden;
        justify-content: center;
    }
    .cb_top-content {
        text-align: center;
    }
    .cb_top-content, .imgs-wrap {
        width: 100%;
    }
    .cbn_logo {
        width: 100%;
        margin: 20px 0 10px;
    }
    .cbn_logo .siq-logo {
        width: 60px;
        height: auto;
        margin: auto;
    }
    .cbn_logo .siq_logo_text {
        font-size: 11px;
        letter-spacing: 0.5px;
        margin: 4px 0 0;
    }
    .cb_higher-text {
        font-size: 12px;
    }
    h2.main_heading {
        font-size: 28px;
        line-height: normal;
        padding-top: 10px;
        margin: 0 auto;
        width: calc(100% - 20px);
    }
    h2.main_heading.mobile {
        display: block !important;
    }
    h2.main_heading.desktop {
        display: none !important;
    }
    .yellow_line {
        width: 60px;
        height: 20px;
        border: solid 3px #F5E71B;
        border-color: #F5E71B transparent transparent transparent;
        margin-left: 42% !important;
        margin: 5px 0px;
        display: none;
    }
    .cb_top-content > p.desc_text {
        width: 215px;
    }
    p.desc_text {
        font-size: 14px;
        padding: 0;
        margin: 25px auto;
        line-height: 22px;
    }
    .review_img {
        display: flex;
    }
    .free_demo-wrap, .free_demo-button {
        margin: 25px auto;
    }
    .free_demo-button > a {
        font-size: 14px !important;
        padding: 10px 30px;
        border-radius: 6px;
    }
    .review_ranking {
        justify-content: center;
        padding: 10px 0;
        margin: 0;
    }
    .review_img > img {
        width: 100px;
    }
    p.review_text {
        font-size: 12px;
        margin: 0px !important;
        margin-left: 10px !important;
    }
    .siq_bg-imgs_wrap > .dark_bg {
        width: 50px;
        height: 80px;
    }
    .siq_bg-imgs_wrap > .blue_bg {
        right: -10px;
        width: 100px;
        height: 100px;
    }
    .siq_bg-imgs_wrap > .green_bg {
        right: 0;
        width: 110px;
        height: 120px;
    }
    .siq_bg-imgs_wrap > .yellow_bg {
        right: 15px;
        top: -6px;
        width: 130px;
        height: 130px;
    }
    .siq_details-wrap {
        padding: 10px;
    }
    .siq_details {
        width: 100%;
        justify-content: center;
    }
    .siq_info {
        text-align: center;
    }
    .siq_info > h4 {
        font-size: 18px;
        line-height: normal;
    }
    .siq_info > p {
        font-size: 10px;
        margin: 5px 0 0;
    }
    .girl_img {
        bottom: -60px;
        right: 0;
        position: relative;
        text-align: center;
    }
    .slide_1 .imgs-wrap > .girl_img {
        right: -15px;
        bottom: 0;
        top: 20px;
        height: 300px;
    }
    .slide_2 .girl_img,
    .girl_img.cb_new_img {
        right: 0;
        bottom: 0;
        top: 25px;
        min-height: 290px;
        max-height: 303px;
    }
    .top_section_slider.swiper {
        overflow: hidden;
        height: 730px;
    }
    .top-section_container > .top_section_slider.swiper > .swiper-pagination {
        bottom: 0 !important;
        background: #222A35;
        padding: 10px 15px;
        top: auto;
    }
    .top_section_slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0px 8px;
        width: 8px;
        height: 8px;
    }
    .social-icons_wrap > span > img {
        width: 35px;
        height: 35px;
        padding: 6px;
    }
    .slide_3 .imgs-wrap > .girl_img {
        top: 25px;
        right: 5px;
        height: 290px;
    }
    .siq_shopping-wrap.social-icons_wrap{
        position: initial;
    }
    .social-icons_wrap > span.youtube_icon {
        top: 35px;
        left: 65px;
    }
    .social-icons_wrap > span.facebook_icon {
        top: -20px;
    }
    .social-icons_wrap > span.bing_icon {
        top: 28%;
        right: 40px;
    }
    .social-icons_wrap > span.tiktok_icon {
        right: 25px;
        bottom: 60px;
    }
    .social-icons_wrap > span.adwords_icon {
        left: 20px;
        padding: 0;
        bottom: 30%;
    }
    .shopping_ads > img.google_watch {
        width: 80px;
        position: absolute;
        top: -330px;
        left: 55px;
    }
    .shopping_ads > img.google_sales {
        right: 40px;
        width: 40px;
        bottom: 210px;
        top: auto;
        left: 60px;
        padding: 10px;
    }
    .shopping_ads > img.facebook_sales {
        top: auto;
        bottom: 100px;
        width: 50px;
        left: 12px;
    }
    .shopping_ads > img.tiktok_sales {
        bottom: 30px;
        width: 50px;
        left: 65px;
    }
    .prod_bars > .blue_line {
        height: 20px;
    }
    .prod_bars > .cb_yellow-line {
        height: 30px;
    }
    .prod_bars > .dark_line {
        height: 40px;
    }
    .prod_bars > img {
        width: 30px;
        margin-right: 6px;
    }
    .prod_targeting .prod_title {
        margin-bottom: 7px;
    }
    .prod_bars > span {
        width: 6px;
        margin: 0px 4px;
    }
    .product_market.prod_targeting {
        right: 25px;
        top: -260px;
        padding: 8px;
    }
    .product_market .prod_title {
        font-size: 8px;
    }
    .product_market .prod_desc {
        font-size: 9px;
        font-weight: 600;
    }
    .shopping_ads .prod_bidding {
        left: 15px;
        max-width: 125px;
        bottom: 130px;
        padding: 8px 10px;
    }
    .top_section-wrap {
        overflow: hidden;
    }
    .shopping_ads .g_rating {
        right: 20px;
        bottom: 120px;
        padding: 6px;
        border-radius: 6px 8px;
        top: auto;
    }
    .img_google > img {
        width: 15px;
    }
    span.prod_dtl > .prod_desc {
        font-size: 10px;
    }
    span.prod_dtl .prod_ratig > img {
        height: 8px;
    }
    span.prod_dtl {
        margin-left: 7px;
    }
    .circle_img {
        right: auto;
        transform: translate(-50%, 0px);
        left: 50%;
        width: 350px;
        top: 0;
    }
    .circle_img > img {
        width: 100%;
    }
    .siq_shopping-wrap img.girl_top {
        left: 20px;
        bottom: 15%;
        width: 60px;
    }
    .siq_shopping-wrap img.iphone {
        top: 35px;
        left: 45px;
        width: 45px;
    }
    .siq_shopping-wrap img.headphone {
        top: -26px;
        width: 30px;
        right: 42%;
        transform: translateX(-50%);
    }
    .siq_shopping-wrap img.lipstick {
        top: 22%;
        right: 30px;
        width: 40px;
    }
    .siq_shopping-wrap img.watch {
        right: 25px;
        bottom: 35px;
        width: 35px;
    }
    .siq_brands-dtl {
        flex-direction: column;
        border: 2px solid #C2EFFF;
        padding: 10px;
    }
    .siq_brands-dtl .brands_logo {
        margin: 20px 0px;
    }
    .siq_brands-dtl .brands_logo > img {
        max-width: 170px;
        height: auto;
    }
    .smarter-shopping_wrap > .title_text {
        font-size: 20px;
        padding: 10px 0px;
        line-height: 30px;
    }
    .smarter-desc {
        font-size: 14px;
        margin: 0px 40px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .smarter_shopping_container {
        background: #292929;
    }
    .smarter-shopping_wrap .smarter-desc {
        margin: 0px 10px;
    }
    .grey_circle-img {
        top: 115px;
    }
    .grey_circle-img > img {
        height: auto;
    }
    .siq_goals-wrap .card_imgs > img {
        width: 45px;
    }
    .card_imgs > svg {
        width: 50px;
        height: 50px;
    }
    .siq_goals .card_title {
        font-size: 16px;
    }
    h4.achieve_title {
        margin: 10px 0px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .siq_3-goals, .siq_2-goals {
        flex-direction: column;
    }
    .siq_goals-wrap .siq_goals {
        max-width: 100%;
        padding: 10px;
    }
    .siq_goals .card_text {
        font-size: 12px;
        margin: 10px auto;
        max-width: 100%;
    }
    .consultation_wrap {
        width: calc(100% - 40px);
        border-radius: 10px;
        padding: 15px 13px;
    }
    .consultation_wrap .top_text {
        font-size: 11px;
        margin: 10px 0;
        line-height: normal;
        max-width: 50%;
        letter-spacing: 0.3;
    }
    .consultation_wrap > .demo_text {
        font-size: 18px;
        line-height: normal;
        margin: 10px auto;
        padding-bottom: 0;
    }
    .consultation_wrap .demo_btn {
        padding: 10px;
        font-size: 12px;
        letter-spacing: 0;
        font-weight: 600;
    }
    .siq_brands_detail > .feed_img, .brand_agencies {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .siq_brands_detail {
        width: 100%;
        flex-direction: column-reverse;
        padding: 10px 0px;
        margin: 20px auto 0px;
    }
    .cb_brands_detail {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .cb_brands_detail .siq_img_wrap {
        width: calc(100% - 40px);
        justify-content: space-between;
        border-radius: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border: none;
    }
    .consultation_wrap.siq_consultation_demo {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .siq_img_wrap.brands {
        margin-bottom: 30px;
    }
    .siq_img_wrap .cb_brand-box {
        width: 160px;
    }
    .siq_img_wrap .box_text {
        margin: 0px 15px;
        width: 50%;
    }
    .siq_img_wrap .box_text > h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .siq_img_wrap .box_text > p {
        font-size: 11px;
        font-weight: 500;
    }
    .siq_brand_arrow {
        display: none;
    }
    .siq_section.cb_brands-container {
        padding: 20px 0;
        margin-bottom: 10px;
    }
    .siq_img_wrap.brands .border-bottom_clr {
        border-right: 55px solid #1C5A67;
    }
    .siq_img_wrap.agency .border-bottom_clr {
        border-right: 55px solid #28a745;
    }
    .border-bottom_clr {
        right: -40px;
        bottom: -50px;
        transform: rotate(230deg);
    }
    .box_img-wrap.brands {
        margin-left: 30px;
    }
    .box_img-wrap.brands .box_text {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .box_img-wrap.agencies {
        margin-right: 30px;
    }
    .box_img-wrap.agencies > .box_text {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .box_img-wrap .box_text {
        padding: 10px;
    }
    .brand_agencies > .brands_text {
        padding: 30px;
        border-radius: 10px;
        margin: 0px;
    }
    .brand_agencies > .brands_text > h4 {
        font-size: 30px;
    }
    .brand_agencies > .brands_text > p {
        font-size: 13px;
    }
    .brand_agencies > .agencies {
        margin-top: 30px;
    }
    .siq_brands_detail > .feed_img {
        margin-top: 80px;
    }
    .siq_brands_detail > .feed_img > .siq_brands {
        width: 100%;
    }
    .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: 30px 20px;
    }
    h4.cb_keywrod-text {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    p.converting_desc, .convertin_keywords .numbers {
        font-size: 12px;
    }
    .Keyword_btn-wrap .convertin_keywords {
        padding-top: 30px;
    }
    .convertin_keywords .convertin_text {
        margin-left: 20px;
        font-weight: 600;
        font-size: 13px;
    }
    .cb_yellow-dots {
        top: 65px;
    }
    .cb_yellow-dots .yellow_dots {
        width: 4px;
        height: 7px;
    }
    .siq_working-wrap {
        width: calc(100% - 30px);
    }
    h4.working_title {
        font-size: 18px;
        margin: 10px auto;
    }
    .siq_working-detail {
        flex-direction: column;
        margin: 20px auto;
    }
    .siq_working-box {
        width: 100%;
        padding: 15px;
        border-radius: 6px;
        margin-bottom: 25px;
    }
    .siq_working-box.green_box {
        margin: 0;
    }
    h6.siq_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        letter-spacing: 0px;
    }
    p.siq_text {
        font-weight: 400;
        line-height: 20px;
        font-size: 11px;
        letter-spacing: 0;
    }
    .big_text-container {
        height: 200px;
    }
    .big_text-container .big_text-wrap {
        width: calc(100% - 25px);
        margin: 50px auto;
        padding: 0;
    }
    .big_text-wrap .big_text {
        color: #fff;
        font-size: 24px;
        line-height: 34px;
    }
    img.girl_brand-img {
        top: -40px;
        left: 42%;
        width: 65px;
    }
    .siq_details > .products, .siq_details > .active_user {
        margin-left: 30px;
        border-left: 1px solid #fff;
        padding-left: 30px;
    }
    .siq_section_wrap {
        max-width: calc(100% - 20px);
        margin-top: 20px auto;
    }
    .siq_section_wrap > .yellow_line {
        position: absolute;
        top: -15px;
        left: 4%;
        width: 80px;
        transform: rotate(-15deg);
        margin: 0 !important;
    }
    .siq_google_css .siq_section .siq_section_wrap {
        margin: 20px auto;
    }
    .targeting_tech .siq_section_wrap .content_heading, 
    .siq_section_wrap.cbn_wrapper .content_heading {
        font-size: 20px;
        font-weight: 700;
        max-width: calc(100% - 50px);
        line-height: normal;
        margin: 0 auto 15px;
    }
    .reduce_cost_instant .siq_section_wrap .content_heading {
        max-width: calc(100% - 50px);
    }
    .siq_section_wrap.flex_wrap.keyword_prod {
        margin: 0 auto;
        max-width: 100%;
    }
    .siq_section_wrap.keyword_prod {
        padding-top: 10px;
    }
    .siq_section_wrap.keyword_prod .siq_page_content.img {
        height: 400px;
    }
    .siq_section_wrap.flex_wrap {
        flex-direction: column;
    }
    .siq_section_wrap.flex_wrap .siq_page_content {
        width: calc(100% - 20px);
    }
    .save_permanent .siq_page_content.img {
        height: 400px;
        margin-top: 20px;
    }
    .siq_section.faqs_content .siq_section_wrap {
        width: calc(100% - 40px);
    }
    .siq_section_wrap.siq_demo_bg {
        width: 100%;
        height: 140px;
        padding: 45px 25px;
        background-size: 100% 100%;
        margin-top: 0 !important;
    }
    .siq_section_wrap.siq_demo_bg h2 {
        margin-bottom: 0;
        font-size: 14px;
    }
    .siq_section_wrap.siq_demo_bg .contact_title_top {
        margin: 8px 0;
    }
    p.siq_content_desc {
        font-size: 12px;
    }
    h4.siq_video_heading {
        font-size: 16px;
        margin: 20px 0 8px;
    }
    .siq_video p.siq_content_desc {
        font-size: 12px;
    }
    .siq_section.siq_video p.contact_title_top {
        margin-bottom: 15px;
    }
    .free_demo_wrap .siq_demo_bg .button_wrap {
        margin: 0;
    }
    .free_demo_wrap .siq_demo_bg .button_wrap a {
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 10px;
    }
    .siq_brands_logos_section {
        width: 100%;
        padding: 0px 10px;
    }
    .siq_video_wrapper #siq_video_thumbnail svg {
        width: 50px;
        height: 50px;
    }
    .siq_brand_logo {
        width: auto;
    }
    .siq_section {
        padding: 20px 0px 10px;
    }
    .siq_ques_wrap .siq_quest .ques_text {
        font-size: 14px;
    }
    .siq_ques_wrap .siq_quest i.fas {
        font-size: 10px;
    }
    .siq_ques_wrap .siq_ans {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 1.5;
    }
    .siq_faqs_wrap .siq_ques_wrap {
        margin-bottom: 15px;
    }
    .siq_section.case_studies-container {
        padding-top: 20px;
    }
    .siq_section.optimise_products-container {
        padding-top: 40px;
    }
    .siq_section.converting_keyword-container {
        height: 700px;
        padding-top: 0px;
    }
    .siq_section.consultation_container {
        margin-top: 10px;
    }
    h4.title_top {
        font-size: 18px;
        line-height: 32px;
        width: calc(100% - 30px) !important;
        margin: 0px auto;
        letter-spacing: 0;
    }
    .siq_section_wrap > p.desc_text {
        font-size: 12px;
        line-height: 24px;
        padding: 10px;
        margin: 10px 0px;
    }
    .siq_brands-wrap {
        max-width: calc(100% - 20px);
        padding: 10px 10px 0px;
        flex-direction: column;
    }
    .product-details {
        width: calc(100% - 30px);
        flex-direction: column;
        padding: 0;
    }
    .dots_wrap {
        display: none;
    }
    .siq_brands-wrap .left_side, .siq_brands-wrap .right_side {
        width: 100%;
        margin: 10px 0px;
    }
    .campaigns_wrap > .yellow_line {
        top: -20px;
        left: 0%;
    }
    .smarter_feed-wrap > .feed_img > img {
        width: 100%;
    }
    .free-demo_container .demo_wrap {
        max-width: calc(100% - 30px);
        min-height: 200px;
        margin: 40px auto;
        padding: 30px;
        border-radius: 10px;
    }
    .demo_wrap .cb_logo-img {
        margin: 10px auto 25px;
    }
    .cb_logo-img > img {
        width: 40px;
    }
    .demo_wrap h2.demo_text {
        font-size: 18px;
        line-height: 28px;
        margin: 20px auto;
        padding-top: 10px;
    }
    .demo_wrap .book_now {
        padding-top: 10px;
    }
    .book_now .btn_book-now {
        font-size: 12px;
        padding: 10px 20px;
    }
    .free_demo_desc {
        font-size: 12px;
        font-weight: 400;
    }
    .siq_footer-container > div {
        max-width: 100%;
    }
    .siq_links-wrap {
        flex-direction: column;
        padding: 0 10px;
    }
    .siq_links-wrap > .siq-footer-btns {
        width: calc(100% - 20px);
        padding: 5px 10px 10px;
    }
    .siq-footer-btns h4.footer_title {
        margin-bottom: 15px;
        font-size: 16px;
    }
    p.footer_text {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .social_icons {
        margin-top: 10px;
    }
    .siq-footer-btns > .footer_links {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 18px;
    }
    .siq_footer-text {
        padding: 20px 10px 10px;
        line-height: 26px;
        font-size: 12px;
    }
    .case_studies-wrap .yellow_line {
        left: 0;
    }
    .siq_marketing-wrap {
        margin: 20px auto;
        width: 100%;
    }
    .marketing_brands {
        width: calc(100% - 50px);
        padding: 10px 0px;
    }
    .cb_brand-name {
        padding: 10px 12px;
        border-radius: 6px;
        margin: 0px 5px;
    }
    .cb_brand-name > i:before {
        font-size: 14px;
        margin-right: 5px;
    }
    .cb_brand-name > .brand_img > img {
        width: 60px;
        height: auto;
    }
    .brand_img.second > img, .brand_img.forth > img {
        width: 40px;
    }
    .marketing-details {
        width: calc(100% - 25px);
        margin-top: 15px;
    }
    a.open_link_btn {
        border-radius: 10px;
    }
    a.open_link_btn > span {
        font-size: 12px;
        padding: 6px 10px;
        top: 50%;
    }
    .logos-section {
        width: calc(100% - 20px);
    }
    .siq_logo-detail > .siq_logo {
        width: 35px;
    }
    .siq_logo-detail .siq_text {
        font-size: 14px;
        margin-left: 10px;
    }
    .blue_circle-img img {
        width: 100%;
    }
    .siq_section.performance-container {
        background: none;
    }
    .perform_wrap .cube_img {
        display: none;
    }
    .performance-container .perform_wrap, .discount_container .discount_wrap {
        width: calc(100% - 20px);
        margin: 20px auto 10px;
        padding: 0;
    }
    .optimise_products-wrap {
        width: calc(100% - 20px);
        margin: auto;
    }
    .optimise_products-wrap .title_top, .perform_wrap .title_top {
        margin: 10px auto;
    }
    .perform_section {
        flex-direction: column;
    }
    .perform_section > .perform_img, .perform_section > .perform_bars-wrap {
        width: 100%;
        margin-top: 30px;
    }
    .perform_img > img {
        width: 80%;
        margin-right: 30px;
    }
    .perform_bars-wrap .perform_bar, span.progress_perc {
        padding: 0px;
    }
    .perform_bar .bar_title, span.progress_perc {
        font-size: 14px;
    }
    .perform_bar .grey_bar, .grey_bar .yellow_bar {
        height: 14px;
    }
    .disc_logo {
        margin: 10px auto;
        width: 55px;
    }
    .disc_img .disc_title {
        width: calc(100% - 15px);
        font-size: 11px;
        margin: 12px auto;
    }
    .competitor_prod_wrap {
        margin: 25px 0;
    }
    .prod_img_dtl {
        padding-top: 10px;
        max-width: 32%;
    }
    .prod_img_dtl .prod_img {
        width: 110px;
        height: 100px;
        margin: auto;
    }
    .prod_title_details {
        padding: 10px;
        margin: 0;
        text-align: center;
    }
    .prod_title_details .siq_prod_title {
        font-size: 12px;
    }
    .prod_title_details .siq_prod_desc {
        margin-bottom: 6px;
        font-size: 10px;
        font-weight: 400;
    }
    .prod_title_details .prod_price {
        margin: 0;
        font-size: 14px;
    }
    .prod_img_dtl .competitior_name {
        padding: 7px;
        font-size: 12px;
    }
    .disc_imgs-wrap {
        padding: 20px;
    }
    .disc_img > img {
        height: 180px;
    }
    .objective-box-wrap {
        width: 100%;
        padding: 20px;
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .objective_cards {
        width: 100%;
        margin: 0;
        padding: 25px 0px;
    }
    .object_img > img {
        width: 30px;
    }
    .object_text {
        font-size: 12px;
        line-height: 22px;
        margin-top: 20px;
    }
    .free-_-demo_section {
        width: calc(100% - 30px);
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
    .free_demo-text > h2 {
        font-size: 20px;
        line-height: 30px;
    }
    p.demo_desc {
        margin-top: 10px;
        font-size: 12px;
        line-height: 24px;
    }
    .free_demo-text, .demo_btn {
        width: 100%;
    }
    .demo_btn {
        text-align: center;
        padding: 20px 0px;
        margin-top: 20px;
    }
    .demo_btn .btn_demo {
        padding: 10px 20px;
        font-size: 14px;
    }
    .schedule-btn {
        padding: 10px 0px;
    }
    .girl_img-laptop {
        width: 100%;
        height: 100%;
    }
    .girl_img-laptop img.mob_img {
        display: block !important;
        object-fit: contain;
    }
    .converting_keyword-container .keywrods_slider > .swiper-wrapper {
        height: 100%;
    }
    .img_yellow, .girl_img-laptop .desk_img {
        display: none;
    }
    .siq_section_wrap.case_studies-wrap {
        margin-top: 10px;
    }
    p.desc_small {
        font-size: 12px;
        font-weight: 500;
    }
    .smarter_shopping_container {
        margin-top: 0px;
    }
    .discount_wrap .title_top {
        margin: 15px auto;
    }
    .siq_section.siq-ads-container {
        padding: 30px 20px;
    }
    .tabs-img > .tabs-name {
        font-size: 9px;
        line-height: normal;
    }
    .seo-tabs-dtl .swiper-button-next, .seo-tabs-dtl .swiper-button-prev {
        display: none !important;
    }
    .swiper.seo-tabs-dtl {
        padding: 15px !important;
        border-radius: 10px;
    }
    .elementor-4031 .elementor-element.elementor-element-f7397ba>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0 0 25px !important;
    }
    .elementor-4031 .elementor-element.elementor-element-b202700>.elementor-element-populated {
        margin: 0 0 0 25px !important;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 25px;
    }
    .header_section > .elementor-container > .elementor-row > .elementor-column .wpda-builder-logo_container > a > img {
        height: 25px !important;
    }
    .elementor-4031 .elementor-element.elementor-element-d845ad1 {
        padding: 0 15px !important;
    }
    .elementor-4031 .elementor-element.elementor-element-b202700.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
        justify-content: center !important;
        padding: 0 !important;
    }
    .elementor-4031 .elementor-element.elementor-element-dec25d0.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
        justify-content: center !important;
    }
    #Request-_demo > .elementor-widget-container > a {
        padding: 6px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }
    .elementor-widget-container .seo-tabs.active span.tabs-img:before {
        background-size: 90px 3px;
        z-index: 9;
        transform: translate(0px, 0px);
        left: 0 !important;
        top: 75px;
    }
    section.elementor-section.conv_iq_slider {
        padding: 0px 30px 20px !important;
    }
    .elementor-widget-container .tabs-img {
        height: 80px !important;
    }
    .elementor-widget-container .conv_iq .seo-tabs.active span.tabs-img:before {
        transform: translate(0px, 0px);
        left: 0 !important;
        top: 70px;
    }
    .elementor-22989 .elementor-element.elementor-element-f1566bf {
        padding: 18px 15px !important;
    }
    .siq_working-box > .box_img > img {
        width: 45px;
        padding-bottom: 15px;
    }
    .box_img-wrap .box_text > h2 {
        font-size: 32px;
        font-weight: 700;
        padding: 10px 0px;
    }
    .box_img-wrap .box_text > p {
        font-size: 14px;
        margin: 0;
    }
    .cb_brand-box > img {
        height: 145px;
    }
    .cb_brands_detail .cb_yellow-dots {
        flex-direction: column;
        align-items: center;
        height: 100px;
    }
    .cb_brands_detail .cb_yellow-dots .yellow_dots {
        height: 10px;
        width: 5px;
    }
    .yellow_dots.mob_dot {
        display: none;
    }
    .cb-shopping_ads > .siq_working-wrap {
        flex-direction: column;
    }
    .next-level .text_section, .cb_builds .text_section {
        padding-left: 0px;
    }
    .siq_working-wrap > .text_section {
        width: 100%;
    }
    .siq_working-wrap > .img_section {
        width: calc(100% - 50px);
    }
    .siq_section .img_section > img {
        width: 260px !important;
    }
    .siq_feed .siq_section_wrap {
        margin: 20px auto;
    }
    .siq_feed .siq_section_wrap .siq_page_content {
        margin: 30px 0 0;
    }
    .siq_feed .siq_section_wrap .siq_page_content.img {
        margin: 0;
    }
    .siq_section_wrap .siq_logo_top {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px;
    }
    .targeting_tech .siq_section_wrap .contact_title_top {
        margin-bottom: 10px;
    }
    .siq_feed .siq_section_wrap h2.content_heading,
    .targeting_tech .siq_section_wrap .content_heading,
    .reduce_cost_instant .siq_section_wrap .content_heading {
        font-size: 20px;
    }
    .siq_keyword_prod {
        flex-direction: column;
        padding-top: 0;
    }
    .siq_keyword_prod .siq_keyword_content.img {
        height: 300px;
        margin-bottom: 25px;
    }
    .siq_keywrod_text_wrap {
        padding: 15px;
        border-radius: 4px;
        margin-bottom: 15px;
    }
    .siq_keywrod_text_wrap .siq_keyword_title {
        font-size: 16px;
        font-weight: 700;
    }
    .siq_keywrod_text_wrap .siq_keyword_desc {
        margin-top: 8px;
        font-size: 12px;
    }
    .siq_section.targeting_tech {
        padding: 10px;
    }
    .siq_keyword_prod .siq_keyword_content {
        width: 100%;
    }
    .siq_live_tab_btns_wrap {
        margin: 15px 0;
    }
    .siq_live_tab_btn {
        padding: 5px 22px;
        min-width: auto;
        margin: 0px 5px;
        font-size: 12px;
    }
    .siq_tab_content_wrap {
        flex-direction: column-reverse;
    }
    .siq_tab_content_data {
        width: calc(100% - 20px);
    }
    .siq_live_tab_main_content {
        padding-top: 15px;
    }
    .siq_tab_content_data h4 {
        margin: 0 0 15px;
        font-size: 20px;
    }
    .siq_tab_content_data .siq_tab_desc {
        font-size: 12px;
    }
    .siq_tab_content_data ul {
        padding-left: 20px;
    }
    .siq_tab_content_data ul li {
        margin-bottom: 10px;
        font-size: 11px;
    }
    .siq_tab_content_data.img {
        margin-bottom: 20px;
    }
    .siq_big_img_wrap {
        width: calc(100% - 40px);
    }
    .siq_bars .siq_bar_title {
        font-size: 11px;
        font-weight: 600;
    }
    .siq_bars_text, .siq_bar_wrapper {
        height: 7px;
    }
    .siq_bar_perc {
        margin-top: 5px;
        font-size: 11px;
    }

    .text_section > h4 {
        font-size: 24px;
        text-align: center;
        width: calc(100% - 20px);
        margin: 20px auto;
    }
    .cb_incremental > .siq_working-wrap, .cb_legacy > .siq_working-wrap {
        flex-direction: column-reverse;
    }
    .arrow_img {
        display: none;
    }
    .cbn-loading-container {
        max-width: 100px;
    }
    .siq_keyword-img > img {
        height: 300px;
    }
    .smarter-shopping_wrap > .desc_top {
        font-size: 11px;
        line-height: 20px;
        padding: 5px;
    }
    .shopping_brands > .smarter-shopping_wrap .smarter-desc {
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
        font-weight: 700;
    }
    h4.award_section_heading {
        font-size: 18px;
        margin-bottom: 5px;
    }
    p.award_section_desc {
        font-size: 14px;
        line-height: normal;
    }
    .siq_ecom_award {
        width: 150px;
        margin: 20px auto;
    }
    .cb_awards_img_wrap {
        min-height: 230px;
    }
    .awards_section_imgs {
        margin-left: 20px;
    }
    .siq_award_img.first {
        width: 220px;
    }
    .siq_award_img img, 
    .award_right_side .award_section_right_img img {
        border-radius: 10px;
    }
    .siq_award_img.second {
        width: 145px;
        right: 70px;
        top: -30px;
    }
    .award_right_side {
        position: absolute;
        right: 20px;
        width: 120px;
    }
    .siq_prod_target {
        max-width: fit-content;
        padding: 8px 15px;
        border-radius: 20px;
    }
    .siq_prod_target > .prod_num {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 6px;
    }
    .siq_prod_target > .prod_detail {
        margin-left: 10px;
    }
    .prod_detail > .cb_title {
        font-size: 10px;
        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;
    }
    .shopping_details {
        width: 100%;
    }
    .shopping_details > img {
        width: 100px;
    }
    .shopping_details > .cb_feeds {
        left: -5px;
        top: 60px;
    }
    .shopping_details > .cb_key-target {
        bottom: 10px;
        left: -5px;
    }
    .shopping_details > .cb_prod-target {
        bottom: 0;
        right: 0;
    }
    .shopping_details > .cb_camp-builer {
        top: -30px;
        left: 100px;
    }
    .shopping_details > .cb_real-target {
        top: 20px;
        right: 0;
    }
    .grey_dotted-img > img {
        width: calc(100% - 22px);
        height: auto;
    }
    .grey_lines-img {
        top: -55px;
        right: 10px;
    }
    .grey_lines-img > img {
        width: 100%;
        height: 300px;
    }
    section.siq_creative_section_container.elementor-section {
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }
    .siq_creative_section_container:before {
        transform: rotate(58deg);
        top: -97px;
    }
    .siq_creative_section_container .elementor-widget-image .elementor-widget-container .abt_girl_shopping {
        width: fit-content;
        height: 300px;
    }
    .siq_creative_section_container .elementor-widget-image .elementor-widget-container .abt_girl_shopping > img {
        transform: rotate(-2deg);
    }
    .siq_creative_section h4.heading_title {
        font-size: 20px;
        line-height: 50px;
    }
    .siq_creative_section .sub_heading_title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .siq_creative_section .desc_text_section {
        font-size: 12px;
    }
    .siq_creative_section_container .cb_creative-boxes {
        width: 100% !important;
        border-radius: 6px !important;
        margin-bottom: 10px !important;
    }
    .siq_creative_section_container .cb_creative-boxes .cb_percentage-text .gt3-core-imagebox-title {
        font-size: 16px !important;
    }
    .gt3-core-imagebox-description.creative_desc {
        font-size: 12px !important;
        line-height: normal !important;
    }
    .siq_creative_section_container .cb_creative-boxes .cb_percantage-box .elementor-widget-container {
        margin: 0px !important;
    }
    .siq_creative_section_container .cb_creative-boxes .gt3_pie_chart_wrapper .gt3_elementor_pie_chart {
        min-height: 80px !important;
        max-height: 80px !important;
    }
    .cb_creative-boxes .elementor-row .elementor-column-wrap .elementor-widget-wrap {
        justify-content: flex-start !important;
    }
    .cb_creative-boxes .elementor-row .elementor-column-wrap .elementor-widget-wrap .gt3-core-imagebox-content {
        text-align: left !important;
    }
    .siq_creative_section_container .cb_creative-boxes .gt3_pie_chart_wrapper {
        width: 72px;
        height: 72px;
    }
}

/*mobile-style-end*/

@media (max-width: 500px) {
    .innovation_demo_wrap > .demo_bg {
        height: calc(100% - 100px);
    }
    .top_content > .main_text {
        font-size: 24px;
    }
    .top_content > .second_text {
        font-size: 26px;
    }
    .siq-logo-details > h4 {
        font-size: 16px;
    }
    .top_content > img {
        width: 80px;
    }
    .bottom_content > .book-desc_text {
        font-size: 16px;
    }
    .bottom_content {
        height: 100px;
    }
    .checkmark-icon {
        width: 60px;
    }

    /*portfolio-pages-style-start*/

    .cb_siq_jan_25 section#main_content {
        padding: 10px 0 20px;
        margin: 0px 20px;
    }
    .cb_siq_jan_25 .container h1 {
        padding-top: 25px;
        font-size: 22px;
        line-height: 30px;
    }
    .elementor-container .img_container {
        margin: 20px auto;
    }
    .cb_siq_element .elementor-widget-wrap .elementor-text-editor p {
        font-size: 14px;
        line-height: 1.6;
        font-weight: normal;
    }
    .cb_siq_element .elementor-widget-wrap .elementor-text-editor ul li {
        font-size: 12px;
        line-height: normal;
    }
    .cb_siq_element .elementor-widget-wrap .gt3_meta_label_title {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .cb_siq_element .gt3_meta_value {
        font-size: 12px !important;
        margin: 0;
    }
    .elementor-column.cb_siq_projects {
        margin-top: 20px;
    }
    .cb_siq_element .elementor-widget-wrap .gt3_sharing_label_title {
        font-size: 12px !important;
        margin-right: 15px !important;
    } 
    .cb_siq_element .elementor-widget-wrap .gt3_sharing_links_block a i {
        font-size: 14px !important;
    }
    .cb_siq_element .elementor-widget-wrap .gt3_sharing_links_block a {
        margin-right: 15px !important;
    }
    .cb_siq_element .elementor-widget-wrap .elementor-widget-gt3-core-sharing > .elementor-widget-container {
        margin: 0 !important;
    }
    .cb_siq_seperator {
        display: none;
    }

    /*portfolio-pages-style-end*/

    /*feed-auidt-style-start*/
    .shopping_ads .siq_section_wrap {
        flex-direction: column-reverse;
    }
    .shopping_ads .siq_section_wrap .siq_page_content {
        width: calc(100% - 30px);
        margin-bottom: 10px;
    }
    .shopping_ads_features h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .shopping_ads_features .desc {
        font-size: 14px;
        line-height: normal;
    }

    /*feed-auidt-style-end*/
}
/*innovation_page-style-start*/

@media (max-width: 500px) {
    .product-details {
        max-width: calc(100% - 30px);
        flex-direction: column;
        padding-top: 15px;
        margin: 20px auto;
    }
    .optimise_products-wrap .desc_top, .perform_wrap .desc_top, .discount_wrap .desc_top  {
        width: calc(100% - 12px);
        font-size: 11px;
        font-weight: normal;
        line-height: 20px;
    }
    section.main_content.siq_case_studies {
        max-width: calc(100% - 30px);
    }
    .elementor-image.cb_increase_sales {
        padding: 0 !important;
    }
    section.elementor-section.siq_graph {
        padding: 20px 0 0 0 !important;
    }
    section.elementor-section.siq_graph h2.elementor-heading-title {
        font-size: 20px !important;
        line-height: 1em;
    }

    .siq-google_img {
        text-align: center;
    }
    .siq-google_img > img {
        width: 270px;
        height: auto;
    }
    .siq_prod-img {
        bottom: 80px;
        right: 60px;
    }
    .siq_prod-img > img {
        width: 170px;
    }
    .cb_prod-detail > .cb_prod-img {
        margin: 7px auto;
    }
    p.search-bar_text {
        top: 135px;
        left: 30%;
        font-size: 11px;
    }
    .cb_prod-detail {
        top: 196px;
        left: 80px;
    }
    .cb_prod-detail > p {
        font-size: 10px;
        line-height: 18px;
    }
    .keyword_details-mob .keyword_wrap {
        justify-content: center;
        margin-top: 25px;
    }
    .product-details .keyword_wrap > .keyword_text-wrap {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .keyword_text-wrap > h4 {
        font-size: 12px;
        line-height: 18px;
    }
    .keyword_text-wrap > p {
        font-size: 11px;
        line-height: 18px;
    }
    .cb_left-wrap, .cb_right-wrap {
        display: none;
    }
    .keyword_details-mob {
        display: block;
    }
    .converting_img-wrap {
        max-width: 100%;
        margin: 0;
    }
    .keywords_imgs {
        flex-direction: column;
        margin: 0px;
    }
    .keywords_imgs > .cb-keyword_img {
        margin-top: 30px;
    }
    .keywords_imgs > .cb-keyword_img > img {
        height: 100px;
    }
    .keywords_imgs > .cb-keyword_img > .cb-keyword_text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 22px;
        max-width: 160px;
        padding: 8px;
    }
    .keywords_imgs > .cb-keyword_img > .instantly-text {
        max-width: 130px;
    }
    .keywords_imgs > .cb-keyword_img > .sales_text {
        width: 80px;
    }
    .bonus_text > p.desc_text {
        line-height: 24px;
    }
    .siq_cards-wrap {
        max-width: 100%;
        margin: 20px auto;
        padding: 15px 0px;
        border-radius: 0;
    }
    .siq_3-cards, .siq_2-cards {
        flex-direction: column;
        padding: 0px;
    }
    .siq_cards {
        margin: 10px auto;
        padding: 20px 10px;
        width: calc(100% - 70px);
        height: auto;
        border: 2px solid #B3B3B3;
    }
    .siq_cards > svg {
        border-radius: 10px;
        width: 25px;
        height: auto;
    }
    h5.card_title {
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }
    p.card_text {
        font-size: 12px;
        margin-top: 10px;
        line-height: 20px;
    }
    img.circle-top {
        top: -20px;
        left: -100px;
        width: 200px;
    }
    img.circle-bottom {
        left: 40px;
        width: 300px;
        transform: translate(0px, -50%);
        top: 45%;
    }
    img.circle-right {
        bottom: -20px;
        right: -100px;
        width: 200px;
    }
    .siq_brands-wrap .left_side .top_img > div {
        width: 48%;
    }
    .siq_brands-wrap img {
        width: 100%;
        height: 130px;
    }
    .siq_brands-wrap > .right_side > .durex_img > img, .siq_brands-wrap > .right_side > .trotters_img > img {
        height: 100%;
    }
    .siq_brands-wrap > .right_side > .finish_img > img, .siq_brands-wrap > .right_side > .revamp_img > img {
        height: 130px;
    }
    .siq_brands-wrap .card-factory_img > img {
        height: 180px;
    }
    .siq_brands-wrap .left_side, .siq_brands-wrap .right_side {
        margin: 0px 5px;
        grid-gap: 15px;
    }
    .campaigns_wrap > .yellow_line {
        top: -20px;
        left: 0%;
    }
    .smarter_feed-wrap > .feed_img > img {
        width: 100%;
    }
    .request_feed .siq_section_wrap {
        flex-direction: column-reverse;
    }
    .request_feed .siq_section_wrap .siq_page_content {
        width: calc(100% - 15px);
    }
    .audit_feed .siq_page_content.text {
        margin: 20px 0 0;
    }
    .siq_page_content.text {
        margin: 30px 0 20px;
    }
    .siq_section_wrap .contact_title_top {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .siq_page_content .button_wrap {
        margin-top: 15px;
    }
    .siq_section_wrap .content_heading {
        font-size: 20px;
        line-height: normal;
    }
    .siq_section_wrap .content_desc {
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }
    .siq_page_content .button_wrap > a {
        font-size: 11px;
        padding: 8px 15px;
    }
    .audit_feed_details {
        padding-top: 20px;
        flex-direction: column;
    }
    .audit_feed_details .audit_feed_section {
        width: calc(100% - 10px);
        margin: 0 auto 15px;
        padding: 15px 10px;
    }
    .audit_feed_section .section_img {
        width: 60px;
        height: 60px;
    }
    .audit_feed_section h4 {
        margin-top: 10px;
        font-size: 16px;
    }
    .audit_feed_section p {
        font-size: 12px;
        margin-top: 8px;
    }
    .siq_section.audit_feed {
        padding: 10px 0;
    }
    .siq_section.audit_feed .siq_section_wrap {
        margin: 0px auto 10px;
    }
    section.siq_contact_form_container.feed_audit .siq_page_content.text {
        width: calc(100% - 40px);
        margin: auto;
    }

}

@media (min-width:1024px){
    body.admin-bar .dialog-lightbox-widget{
        height:calc(100vh - 32px)
    }
}
@media (max-width:1024px){
    body.admin-bar .dialog-type-lightbox{
        position:sticky;
        height:100vh
    }
}
.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{
    padding-bottom:42.8571%
}
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{
    padding-bottom:56.25%
}
.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{
    padding-bottom:75%
}
.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{
    padding-bottom:66.6666%
}
.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{
    padding-bottom:100%
}
.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{
    padding-bottom:177.8%
}
.elementor-fit-aspect-ratio{
    position:relative;
    height:0
}
.elementor-fit-aspect-ratio iframe{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    border:0;
    background-color:#000
}
.elementor-fit-aspect-ratio video{
    width:100%
}
.flatpickr-calendar{
    width:280px
}
.flatpickr-calendar .flatpickr-current-month span.cur-month{
    font-weight:300
}
.flatpickr-calendar .dayContainer{
    width:280px;
    min-width:280px;
    max-width:280px
}
.flatpickr-calendar .flatpickr-days{
    width:280px
}
.flatpickr-calendar .flatpickr-day{
    max-width:37px;
    height:37px;
    line-height:37px
}
.elementor-templates-modal .dialog-widget-content{
    font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;
    background-color:#f1f3f5;
    width:100%
}
@media (max-width:1439px){
    .elementor-templates-modal .dialog-widget-content{
        max-width:990px
    }
}
@media (min-width:1440px){
    .elementor-templates-modal .dialog-widget-content{
        max-width:1200px
    }
}
.elementor-templates-modal .dialog-header{
    padding:0;
    background-color:#fff;
    box-shadow:0 0 8px rgba(0,0,0,.1);
    position:relative;
    z-index:1
}
.elementor-templates-modal .dialog-buttons-wrapper{
    background-color:#fff;
    border:none;
    display:none;
    justify-content:flex-end;
    padding:5px;
    box-shadow:0 0 8px rgba(0,0,0,.1);
    position:relative
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{
    height:40px;
    margin-left:5px
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{
    padding:12px 36px;
    color:#fff;
    width:auto;
    font-size:15px
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{
    background-color:#39b54a
}
.elementor-templates-modal .dialog-message{
    height:750px;
    max-height:85vh;
    overflow-y:scroll;
    padding-top:25px
}
.elementor-templates-modal .dialog-content{
    height:100%
}
.elementor-templates-modal .dialog-loading{
    display:none
}
.elementor-templates-modal__header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:50px
}
.elementor-templates-modal__header__logo{
    line-height:1;
    text-transform:uppercase;
    font-weight:700;
    cursor:pointer
}
.elementor-templates-modal__header__logo-area{
    text-align:left;
    padding-left:15px
}
.elementor-templates-modal__header__logo-area>*{
    display:flex;
    align-items:center
}
.elementor-templates-modal__header__logo__icon-wrapper{
    margin-right:10px;
    font-size:12px
}
.elementor-templates-modal__header__logo__title{
    padding-top:2px
}
.elementor-templates-modal__header__items-area{
    display:flex;
    flex-direction:row-reverse
}
.elementor-templates-modal__header__item{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:content-box
}
.elementor-templates-modal__header__item>i{
    font-size:20px;
    transition:all .3s;
    cursor:pointer
}
.elementor-templates-modal__header__item>i:not(:hover){
    color:#a4afb7
}
.elementor-templates-modal__header__close--normal{
    width:47px;
    border-left:1px solid #e6e9ec
}
.elementor-templates-modal__header__close--normal i{
    font-size:18px
}
.elementor-templates-modal__header__close--skip{
    padding:10px 10px 10px 20px;
    margin-right:10px;
    color:#fff;
    background-color:#a4afb7;
    font-size:11px;
    font-weight:400;
    line-height:1;
    text-transform:uppercase;
    border-radius:2px;
    cursor:pointer
}
.elementor-templates-modal__header__close--skip>i{
    font-size:inherit;
    padding-left:10px;
    margin-left:15px;
    border-left:1px solid
}
.elementor-templates-modal__header__close--skip>i:not(:hover){
    color:#fff
}
.elementor-templates-modal__sidebar{
    flex-shrink:0;
    width:25%;
    background-color:hsla(0,0%,100%,.3)
}
.elementor-templates-modal__content{
    flex-grow:1;
    box-shadow:inset 0 0 13px rgba(0,0,0,.05)
}
#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section{
    border-top:1px solid #464b50;
    margin-top:6px
}
.elementor-hidden{
    display:none
}
.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{
    position:absolute;
    top:-10000em;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
.elementor-clearfix:after{
    content:"";
    display:block;
    clear:both;
    width:0;
    height:0
}
.e-logo-wrapper{
    background:#93003c;
    display:inline-block;
    padding:.75em;
    border-radius:50%;
    line-height:1
}
.e-logo-wrapper i{
    color:#fff;
    font-size:1em
}
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok{
    color:#39b54a
}
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel{
    color:#b01b1b
}
.elementor{
    -webkit-hyphens:manual;
    hyphens:manual
}
.elementor *,.elementor :after,.elementor :before{
    box-sizing:border-box
}
.elementor a{
    box-shadow:none;
    text-decoration:none
}
.cb_book-now a {
    color: #fff !important;
}
.elementor hr{
    margin:0;
    background-color:transparent
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{
    margin:0
}
.elementor embed,.elementor iframe,.elementor object,.elementor video{
    max-width:100%;
    width:100%;
    margin:0;
    line-height:1;
    border:none
}
.elementor .elementor-custom-embed{
    line-height:0
}
.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{
    height:100%;
    width:100%;
    top:0;
    left:0;
    position:absolute;
    overflow:hidden;
    z-index:0;
    direction:ltr
}
.elementor .elementor-background-video-container{
    transition:opacity 1s;
    pointer-events:none
}
.elementor .elementor-background-video-container.elementor-loading{
    opacity:0
}
.elementor .elementor-background-video-embed{
    max-width:none
}
.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.elementor .elementor-background-video{
    max-width:none
}
.elementor .elementor-html5-video{
    -o-object-fit:cover;
    object-fit:cover
}
.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{
    height:100%;
    width:100%;
    top:0;
    left:0;
    position:absolute
}
.elementor .elementor-background-slideshow{
    z-index:0
}
.elementor .elementor-background-slideshow__slide__image{
    width:100%;
    height:100%;
    background-position:50%;
    background-size:cover
}
.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{
    position:absolute
}
.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{
    position:fixed
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{
    max-width:100%
}
@media (max-width:1024px){
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{
        max-width:100%
    }
}
@media (max-width:767px){
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{
        max-width:100%
    }
}
.elementor-element{
    --flex-direction:initial;
    --flex-wrap:initial;
    --justify-content:initial;
    --align-items:initial;
    --align-content:initial;
    --gap:initial;
    --flex-basis:initial;
    --flex-grow:initial;
    --flex-shrink:initial;
    --order:initial;
    --align-self:initial;
    flex-basis:var(--flex-basis);
    flex-grow:var(--flex-grow);
    flex-shrink:var(--flex-shrink);
    order:var(--order);
    align-self:var(--align-self)
}
.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{
    z-index:1
}
.elementor-element:where(.e-con-full,.elementor-widget){
    flex-direction:var(--flex-direction);
    flex-wrap:var(--flex-wrap);
    justify-content:var(--justify-content);
    align-items:var(--align-items);
    align-content:var(--align-content);
    gap:var(--gap)
}
.elementor-invisible{
    visibility:hidden
}
.elementor-align-center{
    text-align:center
}
.elementor-align-center .elementor-button{
    width:auto
}
.elementor-align-right{
    text-align:right
}
.elementor-align-right .elementor-button{
    width:auto
}
.elementor-align-left{
    text-align:left
}
.elementor-align-left .elementor-button{
    width:auto
}
.elementor-align-justify .elementor-button{
    width:100%
}
.elementor-custom-embed-play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.elementor-custom-embed-play i{
    font-size:100px;
    color:#fff;
    text-shadow:1px 0 6px rgba(0,0,0,.3)
}
.elementor-custom-embed-play svg{
    height:100px;
    width:100px;
    fill:#fff;
    filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))
}
.elementor-custom-embed-play i,.elementor-custom-embed-play svg{
    opacity:.8;
    transition:all .5s
}
.elementor-custom-embed-play.elementor-playing i{
    font-family:eicons
}
.elementor-custom-embed-play.elementor-playing i:before{
    content:"\e8fb"
}
.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{
    animation:eicon-spin 2s linear infinite
}
.elementor-tag{
    display:inline-flex
}
.elementor-ken-burns{
    transition-property:transform;
    transition-duration:10s;
    transition-timing-function:linear
}
.elementor-ken-burns--out{
    transform:scale(1.3)
}
.elementor-ken-burns--active{
    transition-duration:20s
}
.elementor-ken-burns--active.elementor-ken-burns--out{
    transform:scale(1)
}
.elementor-ken-burns--active.elementor-ken-burns--in{
    transform:scale(1.3)
}
@media (max-width:1024px){
    .elementor-tablet-align-center{
        text-align:center
    }
    .elementor-tablet-align-center .elementor-button{
        width:auto
    }
    .elementor-tablet-align-right{
        text-align:right
    }
    .elementor-tablet-align-right .elementor-button{
        width:auto
    }
    .elementor-tablet-align-left{
        text-align:left
    }
    .elementor-tablet-align-left .elementor-button{
        width:auto
    }
    .elementor-tablet-align-justify .elementor-button{
        width:100%
    }
}
@media (max-width:767px){
    .elementor-mobile-align-center{
        text-align:center
    }
    .elementor-mobile-align-center .elementor-button{
        width:auto
    }
    .elementor-mobile-align-right{
        text-align:right
    }
    .elementor-mobile-align-right .elementor-button{
        width:auto
    }
    .elementor-mobile-align-left{
        text-align:left
    }
    .elementor-mobile-align-left .elementor-button{
        width:auto
    }
    .elementor-mobile-align-justify .elementor-button{
        width:100%
    }
}
:root{
    --page-title-display:block
}
.elementor-page-title,h1.entry-title{
    display:var(--page-title-display)
}
@keyframes eicon-spin{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(359deg)
    }
}
.eicon-animation-spin{
    animation:eicon-spin 2s linear infinite
}
.elementor-section{
    position:relative
}
.elementor-section .elementor-container{
    display:flex;
    margin-right:auto;
    margin-left:auto;
    position:relative
}
@media (max-width:1024px){
    .elementor-section .elementor-container{
        flex-wrap:wrap
    }
}
.elementor-section.elementor-section-boxed>.elementor-container{
    max-width:1140px
}
.elementor-section.elementor-section-stretched{
    position:relative;
    width:100%
}
.elementor-section.elementor-section-items-top>.elementor-container{
    align-items:flex-start
}
.elementor-section.elementor-section-items-middle>.elementor-container{
    align-items:center
}
.elementor-section.elementor-section-items-bottom>.elementor-container{
    align-items:flex-end
}
@media (min-width:768px){
    .elementor-section.elementor-section-height-full{
        height:100vh
    }
    .elementor-section.elementor-section-height-full>.elementor-container{
        height:100%
    }
}
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{
    align-items:flex-start
}
.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{
    align-items:center
}
.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{
    align-items:flex-end
}
.elementor-row {
    width: 100% !important;
    display: flex;
    margin: 0px !important;
}

.conv_iq .seo-tabs.active span.tabs-img:before {
    left: 50% !important;
    transform: translate(-50%, 0);
}
.seo-tabs.active span.tabs-img:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2023/09/Vector-87.png);
    background-repeat: no-repeat;
    background-size: 140px 100px;
    z-index: 9;
    left: 50% !important;
    transform: translate(-50%, 0);
    top: 115px;
    right: 0;
    bottom: 0;
    border-bottom: 0 !important;
}
.tabs-img>i {
    margin-bottom: 14px;
    font-size: 44px;
    color: #b3b3b3 !important;
}
.tabs-name {
    font-size: 15px;
    font-family: nunito;
    font-weight: 600;
    color: #b3b3b3 !important;
    letter-spacing: .5px;
    max-width: 150px;
    text-align: center;
}
.seo-tabs.active span.tabs-name {
    color: #fcec0a !important;
}
@media (max-width:1024px){
    .elementor-row{
        flex-wrap:wrap
    }
}
.elementor-widget-wrap{
    position:relative;
    width:100%;
    flex-wrap:wrap;
    align-content:flex-start
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{
    display:flex
}
.elementor-widget-wrap>.elementor-element{
    width:100%
}
.elementor-widget-wrap.e-swiper-container{
    width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}
.elementor-widget{
    position:relative
}
.elementor-widget:not(:last-child){
    margin-bottom:20px
}
.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{
    margin-bottom:0
}
.elementor-column{
    position:relative;
    min-height:1px;
    display:flex
}
.elementor-column-wrap{
    width:100%;
    position:relative;
    display:flex
}
.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{
    padding:5px
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding:10px
}
.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{
    padding:15px
}
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{
    padding:20px
}
.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{
    padding:30px
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{
    padding:0
}
@media (min-width:768px){
    .elementor-column.elementor-col-10,.elementor-column[data-col="10"]{
        width:10%
    }
    .elementor-column.elementor-col-11,.elementor-column[data-col="11"]{
        width:11.111%
    }
    .elementor-column.elementor-col-12,.elementor-column[data-col="12"]{
        width:12.5%
    }
    .elementor-column.elementor-col-14,.elementor-column[data-col="14"]{
        width:14.285%
    }
    .elementor-column.elementor-col-16,.elementor-column[data-col="16"]{
        width:16.666%
    }
    .elementor-column.elementor-col-20,.elementor-column[data-col="20"]{
        width:20%
    }
    .elementor-column.elementor-col-25,.elementor-column[data-col="25"]{
        width:25%
    }
    .elementor-column.elementor-col-30,.elementor-column[data-col="30"]{
        width:30%
    }
    .elementor-column.elementor-col-33,.elementor-column[data-col="33"]{
        width:33.333%
    }
    .elementor-column.elementor-col-40,.elementor-column[data-col="40"]{
        width:40%
    }
    .elementor-column.elementor-col-50,.elementor-column[data-col="50"]{
        width:50%
    }
    .elementor-column.elementor-col-60,.elementor-column[data-col="60"]{
        width:60%
    }
    .elementor-column.elementor-col-66,.elementor-column[data-col="66"]{
        width:66.666%
    }
    .elementor-column.elementor-col-70,.elementor-column[data-col="70"]{
        width:70%
    }
    .elementor-column.elementor-col-75,.elementor-column[data-col="75"]{
        width:75%
    }
    .elementor-column.elementor-col-80,.elementor-column[data-col="80"]{
        width:80%
    }
    .elementor-column.elementor-col-83,.elementor-column[data-col="83"]{
        width:83.333%
    }
    .elementor-column.elementor-col-90,.elementor-column[data-col="90"]{
        width:90%
    }
    .elementor-column.elementor-col-100,.elementor-column[data-col="100"]{
        width:100%
    }
}
@media (max-width:479px){
    .elementor-column.elementor-xs-10{
        width:10%
    }
    .elementor-column.elementor-xs-11{
        width:11.111%
    }
    .elementor-column.elementor-xs-12{
        width:12.5%
    }
    .elementor-column.elementor-xs-14{
        width:14.285%
    }
    .elementor-column.elementor-xs-16{
        width:16.666%
    }
    .elementor-column.elementor-xs-20{
        width:20%
    }
    .elementor-column.elementor-xs-25{
        width:25%
    }
    .elementor-column.elementor-xs-30{
        width:30%
    }
    .elementor-column.elementor-xs-33{
        width:33.333%
    }
    .elementor-column.elementor-xs-40{
        width:40%
    }
    .elementor-column.elementor-xs-50{
        width:50%
    }
    .elementor-column.elementor-xs-60{
        width:60%
    }
    .elementor-column.elementor-xs-66{
        width:66.666%
    }
    .elementor-column.elementor-xs-70{
        width:70%
    }
    .elementor-column.elementor-xs-75{
        width:75%
    }
    .elementor-column.elementor-xs-80{
        width:80%
    }
    .elementor-column.elementor-xs-83{
        width:83.333%
    }
    .elementor-column.elementor-xs-90{
        width:90%
    }
    .elementor-column.elementor-xs-100{
        width:100%
    }
}
@media (max-width:767px){
    .elementor-column.elementor-sm-10{
        width:10%
    }
    .elementor-column.elementor-sm-11{
        width:11.111%
    }
    .elementor-column.elementor-sm-12{
        width:12.5%
    }
    .elementor-column.elementor-sm-14{
        width:14.285%
    }
    .elementor-column.elementor-sm-16{
        width:16.666%
    }
    .elementor-column.elementor-sm-20{
        width:20%
    }
    .elementor-column.elementor-sm-25{
        width:25%
    }
    .elementor-column.elementor-sm-30{
        width:30%
    }
    .elementor-column.elementor-sm-33{
        width:33.333%
    }
    .elementor-column.elementor-sm-40{
        width:40%
    }
    .elementor-column.elementor-sm-50{
        width:50%
    }
    .elementor-column.elementor-sm-60{
        width:60%
    }
    .elementor-column.elementor-sm-66{
        width:66.666%
    }
    .elementor-column.elementor-sm-70{
        width:70%
    }
    .elementor-column.elementor-sm-75{
        width:75%
    }
    .elementor-column.elementor-sm-80{
        width:80%
    }
    .elementor-column.elementor-sm-83{
        width:83.333%
    }
    .elementor-column.elementor-sm-90{
        width:90%
    }
    .elementor-column.elementor-sm-100{
        width:100%
    }
}
@media (min-width:768px) and (max-width:1024px){
    .elementor-column.elementor-md-10{
        width:10%
    }
    .elementor-column.elementor-md-11{
        width:11.111%
    }
    .elementor-column.elementor-md-12{
        width:12.5%
    }
    .elementor-column.elementor-md-14{
        width:14.285%
    }
    .elementor-column.elementor-md-16{
        width:16.666%
    }
    .elementor-column.elementor-md-20{
        width:20%
    }
    .elementor-column.elementor-md-25{
        width:25%
    }
    .elementor-column.elementor-md-30{
        width:30%
    }
    .elementor-column.elementor-md-33{
        width:33.333%
    }
    .elementor-column.elementor-md-40{
        width:40%
    }
    .elementor-column.elementor-md-50{
        width:50%
    }
    .elementor-column.elementor-md-60{
        width:60%
    }
    .elementor-column.elementor-md-66{
        width:66.666%
    }
    .elementor-column.elementor-md-70{
        width:70%
    }
    .elementor-column.elementor-md-75{
        width:75%
    }
    .elementor-column.elementor-md-80{
        width:80%
    }
    .elementor-column.elementor-md-83{
        width:83.333%
    }
    .elementor-column.elementor-md-90{
        width:90%
    }
    .elementor-column.elementor-md-100{
        width:100%
    }
}
@media (min-width:768px) and (max-width:1024px){
    .elementor-reverse-tablet>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10){
        order:1
    }
}
@media (max-width:767px){
    .elementor-reverse-mobile>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(10){
        order:1
    }
    .elementor-column{
        width:100%
    }
}
ul.elementor-icon-list-items.elementor-inline-items{
    display:flex;
    flex-wrap:wrap
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{
    word-break:break-word
}
.elementor-grid{
    display:grid;
    grid-column-gap:var(--grid-column-gap);
    grid-row-gap:var(--grid-row-gap)
}
.elementor-grid .elementor-grid-item{
    min-width:0
}
.elementor-grid-0 .elementor-grid{
    display:inline-block;
    width:100%;
    word-spacing:var(--grid-column-gap);
    margin-bottom:calc(-1 * var(--grid-row-gap))
}
.elementor-grid-0 .elementor-grid .elementor-grid-item{
    display:inline-block;
    margin-bottom:var(--grid-row-gap);
    word-break:break-word
}
.elementor-grid-1 .elementor-grid{
    grid-template-columns:repeat(1,1fr)
}
.elementor-grid-2 .elementor-grid{
    grid-template-columns:repeat(2,1fr)
}
.elementor-grid-3 .elementor-grid{
    grid-template-columns:repeat(3,1fr)
}
.elementor-grid-4 .elementor-grid{
    grid-template-columns:repeat(4,1fr)
}
.elementor-grid-5 .elementor-grid{
    grid-template-columns:repeat(5,1fr)
}
.elementor-grid-6 .elementor-grid{
    grid-template-columns:repeat(6,1fr)
}
.elementor-grid-7 .elementor-grid{
    grid-template-columns:repeat(7,1fr)
}
.elementor-grid-8 .elementor-grid{
    grid-template-columns:repeat(8,1fr)
}
.elementor-grid-9 .elementor-grid{
    grid-template-columns:repeat(9,1fr)
}
.elementor-grid-10 .elementor-grid{
    grid-template-columns:repeat(10,1fr)
}
.elementor-grid-11 .elementor-grid{
    grid-template-columns:repeat(11,1fr)
}
.elementor-grid-12 .elementor-grid{
    grid-template-columns:repeat(12,1fr)
}
@media (max-width:1024px){
    .elementor-grid-tablet-0 .elementor-grid{
        display:inline-block;
        width:100%;
        word-spacing:var(--grid-column-gap);
        margin-bottom:calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{
        display:inline-block;
        margin-bottom:var(--grid-row-gap);
        word-break:break-word
    }
    .elementor-grid-tablet-1 .elementor-grid{
        grid-template-columns:repeat(1,1fr)
    }
    .elementor-grid-tablet-2 .elementor-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .elementor-grid-tablet-3 .elementor-grid{
        grid-template-columns:repeat(3,1fr)
    }
    .elementor-grid-tablet-4 .elementor-grid{
        grid-template-columns:repeat(4,1fr)
    }
    .elementor-grid-tablet-5 .elementor-grid{
        grid-template-columns:repeat(5,1fr)
    }
    .elementor-grid-tablet-6 .elementor-grid{
        grid-template-columns:repeat(6,1fr)
    }
    .elementor-grid-tablet-7 .elementor-grid{
        grid-template-columns:repeat(7,1fr)
    }
    .elementor-grid-tablet-8 .elementor-grid{
        grid-template-columns:repeat(8,1fr)
    }
    .elementor-grid-tablet-9 .elementor-grid{
        grid-template-columns:repeat(9,1fr)
    }
    .elementor-grid-tablet-10 .elementor-grid{
        grid-template-columns:repeat(10,1fr)
    }
    .elementor-grid-tablet-11 .elementor-grid{
        grid-template-columns:repeat(11,1fr)
    }
    .elementor-grid-tablet-12 .elementor-grid{
        grid-template-columns:repeat(12,1fr)
    }
}

@media (max-width:767px){
    .elementor-grid-mobile-0 .elementor-grid{
        display:inline-block;
        width:100%;
        word-spacing:var(--grid-column-gap);
        margin-bottom:calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{
        display:inline-block;
        margin-bottom:var(--grid-row-gap);
        word-break:break-word
    }
    .elementor-grid-mobile-1 .elementor-grid{
        grid-template-columns:repeat(1,1fr)
    }
    .elementor-grid-mobile-2 .elementor-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .elementor-grid-mobile-3 .elementor-grid{
        grid-template-columns:repeat(3,1fr)
    }
    .elementor-grid-mobile-4 .elementor-grid{
        grid-template-columns:repeat(4,1fr)
    }
    .elementor-grid-mobile-5 .elementor-grid{
        grid-template-columns:repeat(5,1fr)
    }
    .elementor-grid-mobile-6 .elementor-grid{
        grid-template-columns:repeat(6,1fr)
    }
    .elementor-grid-mobile-7 .elementor-grid{
        grid-template-columns:repeat(7,1fr)
    }
    .elementor-grid-mobile-8 .elementor-grid{
        grid-template-columns:repeat(8,1fr)
    }
    .elementor-grid-mobile-9 .elementor-grid{
        grid-template-columns:repeat(9,1fr)
    }
    .elementor-grid-mobile-10 .elementor-grid{
        grid-template-columns:repeat(10,1fr)
    }
    .elementor-grid-mobile-11 .elementor-grid{
        grid-template-columns:repeat(11,1fr)
    }
    .elementor-grid-mobile-12 .elementor-grid{
        grid-template-columns:repeat(12,1fr)
    }
}
@media (min-width:1025px){
    #elementor-device-mode:after{
        content:"desktop"
    }
}
@media (max-width:1024px){
    #elementor-device-mode:after{
        content:"tablet"
    }
}
@media (max-width:767px){
    #elementor-device-mode:after{
        content:"mobile"
    }
}
.e-con{
    --border-radius:0;
    --display:flex;
    --flex-direction:column;
    --flex-basis:auto;
    --flex-grow:0;
    --flex-shrink:1;
    --container-widget-width:100%;
    --container-widget-height:initial;
    --container-widget-flex-grow:0;
    --container-widget-align-self:initial;
    --content-width:Min(100%,var(--container-max-width,1140px));
    --width:100%;
    --min-height:initial;
    --height:auto;
    --text-align:initial;
    --margin-top:0;
    --margin-right:0;
    --margin-bottom:0;
    --margin-left:0;
    --padding-top:var(--container-default-padding-top,10px);
    --padding-right:var(--container-default-padding-right,10px);
    --padding-bottom:var(--container-default-padding-bottom,10px);
    --padding-left:var(--container-default-padding-left,10px);
    --position:relative;
    --z-index:revert;
    --overflow:visible;
    --gap:var(--widgets-spacing,20px);
    --overlay-mix-blend-mode:initial;
    --overlay-opacity:1;
    --overlay-transition:0.3s;
    position:var(--position);
    flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    width:var(--width);
    min-width:0;
    min-height:var(--min-height);
    height:var(--height);
    border-radius:var(--border-radius);
    margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding-left:var(--padding-left);
    padding-right:var(--padding-right);
    z-index:var(--z-index);
    overflow:var(--overflow);
    transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)
}
.e-con-full,.e-con>.e-con-inner{
    flex-direction:var(--flex-direction);
    text-align:var(--text-align);
    padding-top:var(--padding-top);
    padding-bottom:var(--padding-bottom)
}
.e-con,.e-con>.e-con-inner{
    display:var(--display)
}
.e-con-boxed{
    flex-direction:column;
    text-align:initial;
    flex-wrap:nowrap;
    justify-content:normal;
    align-items:normal;
    align-content:normal;
    gap:initial
}
.e-con>.e-con-inner{
    flex-wrap:var(--flex-wrap);
    justify-content:var(--justify-content);
    align-items:var(--align-items);
    align-content:var(--align-content);
    gap:var(--gap);
    width:100%;
    max-width:var(--content-width);
    margin:0 auto;
    padding-inline:0;
    height:100%;
    flex-basis:auto;
    flex-grow:1;
    flex-shrink:1;
    align-self:auto
}
:is(.elementor-section-wrap,[data-elementor-id])>.e-con{
    --margin-right:auto;
    --margin-left:auto;
    max-width:min(100%,var(--width))
}
.e-con .elementor-widget.elementor-widget{
    margin-bottom:0
}
.e-con:before,.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-background-video-container:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before{
    content:var(--background-overlay);
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    mix-blend-mode:var(--overlay-mix-blend-mode);
    opacity:var(--overlay-opacity);
    transition:var(--overlay-transition,.3s);
    border-radius:var(--border-radius)
}
.e-con:before{
    transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)
}
.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-video-container:before{
    z-index:1
}
.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.elementor-background-slideshow:before{
    z-index:2
}
.e-con .elementor-widget{
    min-width:0
}
.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{
    width:100%
}
.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{
    height:100%
}
.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{
    max-width:100%
}
@media (max-width:767px){
    .e-con{
        --width:100%;
        --flex-wrap:wrap
    }
}
.elementor-form-fields-wrapper{
    display:flex;
    flex-wrap:wrap
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{
    flex-basis:100%;
    max-width:100%
}
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{
    flex-grow:1
}
.elementor-field-group{
    flex-wrap:wrap;
    align-items:center
}
.elementor-field-group.elementor-field-type-submit{
    align-items:flex-end
}
.elementor-field-group .elementor-field-textual{
    width:100%;
    max-width:100%;
    border:1px solid #818a91;
    background-color:transparent;
    color:#373a3c;
    vertical-align:middle;
    flex-grow:1
}
.elementor-field-group .elementor-field-textual:focus{
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);
    outline:0
}
.elementor-field-group .elementor-field-textual::-moz-placeholder{
    color:inherit;
    font-family:inherit;
    opacity:.6
}
.elementor-field-group .elementor-field-textual::placeholder{
    color:inherit;
    font-family:inherit;
    opacity:.6
}
.elementor-field-group .elementor-select-wrapper{
    display:flex;
    position:relative;
    width:100%
}
.elementor-field-group .elementor-select-wrapper select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    color:inherit;
    font-size:inherit;
    font-family:inherit;
    font-weight:inherit;
    font-style:inherit;
    text-transform:inherit;
    letter-spacing:inherit;
    line-height:inherit;
    flex-basis:100%;
    padding-right:20px
}
.elementor-field-group .elementor-select-wrapper:before{
    content:"\e92a";
    font-family:eicons;
    font-size:15px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:10px;
    pointer-events:none;
    text-shadow:0 0 3px rgba(0,0,0,.3)
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{
    content:""
}
.elementor-field-subgroup{
    display:flex;
    flex-wrap:wrap
}
.elementor-field-subgroup .elementor-field-option label{
    display:inline-block
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{
    padding-right:10px
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{
    flex-basis:100%
}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{
    display:inline
}
.elementor-field-label{
    cursor:pointer
}
.elementor-mark-required .elementor-field-label:after{
    content:"*";
    color:red;
    padding-left:.2em
}
.elementor-field-textual{
    line-height:1.4;
    font-size:15px;
    min-height:40px;
    padding:5px 14px;
    border-radius:3px
}
.elementor-field-textual.elementor-size-xs{
    font-size:13px;
    min-height:33px;
    padding:4px 12px;
    border-radius:2px
}
.elementor-field-textual.elementor-size-md{
    font-size:16px;
    min-height:47px;
    padding:6px 16px;
    border-radius:4px
}
.elementor-field-textual.elementor-size-lg{
    font-size:18px;
    min-height:59px;
    padding:7px 20px;
    border-radius:5px
}
.elementor-field-textual.elementor-size-xl{
    font-size:20px;
    min-height:72px;
    padding:8px 24px;
    border-radius:6px
}
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
    flex-basis:100%
}
.elementor-button-align-stretch .e-form__buttons__wrapper{
    flex-basis:50%;
    flex-grow:1
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button{
    flex-basis:100%
}
.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{
    justify-content:center
}
.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{
    justify-content:flex-start
}
.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{
    justify-content:flex-end
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
    flex-basis:auto
}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{
    flex-grow:0
}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{
    flex-basis:auto
}
@media screen and (max-width:1024px){
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
        flex-basis:100%
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper{
        flex-basis:50%;
        flex-grow:1
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{
        flex-basis:100%
    }
    .elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{
        justify-content:center
    }
    .elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{
        justify-content:flex-start
    }
    .elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{
        justify-content:flex-end
    }
    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
        flex-basis:auto
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{
        flex-grow:0
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{
        flex-basis:auto
    }
}
@media screen and (max-width:767px){
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
        flex-basis:100%
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper{
        flex-basis:50%;
        flex-grow:1
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{
        flex-basis:100%
    }
    .elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{
        justify-content:center
    }
    .elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{
        justify-content:flex-start
    }
    .elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{
        justify-content:flex-end
    }
    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
        flex-basis:auto
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{
        flex-grow:0
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{
        flex-basis:auto
    }
}
.elementor-error .elementor-field{
    border-color:#d9534f
}
.elementor-error .help-inline{
    color:#d9534f;
    font-size:.9em
}
.elementor-message{
    margin:10px 0;
    font-size:1em;
    line-height:1
}
.elementor-message:before{
    content:"\e90e";
    display:inline-block;
    font-family:eicons;
    font-weight:400;
    font-style:normal;
    vertical-align:middle;
    margin-right:5px
}
.elementor-message.elementor-message-danger{
    color:#d9534f
}
.elementor-message.elementor-message-danger:before{
    content:"\e87f"
}
.elementor-message.form-message-success{
    color:#5cb85c
}
.elementor-form .elementor-button{
    padding-top:0;
    padding-bottom:0;
    border:none
}
.elementor-form .elementor-button>span{
    display:flex;
    justify-content:center
}
.elementor-form .elementor-button.elementor-size-xs{
    min-height:33px
}
.elementor-form .elementor-button.elementor-size-sm{
    min-height:40px
}
.elementor-form .elementor-button.elementor-size-md{
    min-height:47px
}
.elementor-form .elementor-button.elementor-size-lg{
    min-height:59px
}
.elementor-form .elementor-button.elementor-size-xl{
    min-height:72px
}
.elementor-element .elementor-widget-container{
    transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}
.elementor-button{
    display:inline-block;
    line-height:1;
    background-color:#818a91;
    font-size:15px;
    padding:12px 24px;
    border-radius:3px;
    color:#fff;
    fill:#fff;
    text-align:center;
    transition:all .3s
}
.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{
    color:#fff
}
.elementor-button-content-wrapper{
    display:flex;
    justify-content:center
}
.elementor-button-icon{
    flex-grow:0;
    order:5
}
.elementor-button-icon svg{
    width:1em;
    height:auto
}
.elementor-button-icon .e-font-icon-svg{
    height:1em
}
.elementor-button-text{
    flex-grow:1;
    order:10;
    display:inline-block
}
.elementor-button.elementor-size-xs{
    font-size:13px;
    padding:10px 20px;
    border-radius:2px
}
.elementor-button.elementor-size-md{
    font-size:16px;
    padding:15px 30px;
    border-radius:4px
}
.elementor-button.elementor-size-lg{
    font-size:18px;
    padding:20px 40px;
    border-radius:5px
}
.elementor-button.elementor-size-xl{
    font-size:20px;
    padding:25px 50px;
    border-radius:6px
}
.elementor-button .elementor-align-icon-right{
    margin-left:5px;
    order:15
}
.elementor-button .elementor-align-icon-left{
    margin-right:5px;
    order:5
}
.elementor-button span{
    text-decoration:inherit
}
.elementor-element.elementor-button-info .elementor-button{
    background-color:#5bc0de
}
.elementor-element.elementor-button-success .elementor-button{
    background-color:#5cb85c
}
.elementor-element.elementor-button-warning .elementor-button{
    background-color:#f0ad4e
}
.elementor-element.elementor-button-danger .elementor-button{
    background-color:#d9534f
}
.elementor-widget-button .elementor-button .elementor-button-info{
    background-color:#5bc0de
}
.elementor-widget-button .elementor-button .elementor-button-success{
    background-color:#5cb85c
}
.elementor-widget-button .elementor-button .elementor-button-warning{
    background-color:#f0ad4e
}
.elementor-widget-button .elementor-button .elementor-button-danger{
    background-color:#d9534f
}
.elementor-tab-title a{
    color:inherit
}
.elementor-view-stacked .elementor-icon{
    padding:.5em;
    background-color:#818a91;
    color:#fff;
    fill:#fff
}
.elementor-view-framed .elementor-icon{
    padding:.5em;
    color:#818a91;
    border:3px solid #818a91;
    background-color:transparent
}
.elementor-icon{
    display:inline-block;
    line-height:1;
    transition:all .3s;
    color:#818a91;
    font-size:50px;
    text-align:center
}
.elementor-icon:hover{
    color:#818a91
}
.elementor-icon i,.elementor-icon svg{
    width:1em;
    height:1em;
    position:relative;
    display:block
}
.elementor-icon i:before,.elementor-icon svg:before{
    position:absolute;
    left:50%;
    transform:translateX(-50%)
}
.elementor-icon i.fad{
    width:auto
}
.elementor-shape-circle .elementor-icon{
    border-radius:50%
}
.e-transform .elementor-widget-container{
    transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)
}
.e-con.e-transform{
    transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
    transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

/* swiper_slider_web_section */
.siq_marketing_img_wrap .swiper-container.thumbnail-slider {
    padding-top: 10px;
    width: 100%;
}
.siq_marketing_img_wrap .main-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.2) !important;
    margin: 0 !important;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.siq_marketing_img_wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 1500px;
    margin: 20px auto;
    flex-direction: column;
    overflow: hidden;
}
.siq_marketing_img_wrap .swiper-container {
    width: 60%;
    height: auto;
    margin: auto;
    padding: 60px 0px;
    overflow: visible;
}
.siq_marketing_img_wrap .thumbnail-slider .swiper-wrapper {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    position: relative;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    transform: none !important;
}
.siq_marketing_img_wrap .swiper-container.thumbnail-slider .swiper-slide {
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    background: #093b64;
    margin: 0 !important;
}
.siq_marketing_img_wrap .swiper-container.thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.main-slider .swiper-slide {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}
.main-slider .swiper-slide-prev,
.main-slider .swiper-slide-next {
    transform: scale(0.9);
    opacity: 0.5;
}
.thumbnail-slider {
    width: 80%;
    height: 100px;
    margin: 20px auto;
}
.thumbnail-slider .swiper-slide {
    width: 200px;
    height: auto;
    opacity: 0.4;
    cursor: pointer;
}
.thumbnail-slider .swiper-slide.second {
    width: 135px;
}
.thumbnail-slider .swiper-slide.forth {
    width: 125px;
}
.thumbnail-slider .swiper-slide img {
    object-fit: contain;
}
.thumbnail-slider .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.swiper-slide-active {
    z-index: 9;
}
/* swiper_slider_web_section_end */
.swiper-container{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    z-index:1
}
.swiper-container .swiper-slide figure{
    line-height:0
}
.swiper-container .elementor-lightbox-content-source{
    display:none
}
.swiper-container-no-flexbox .swiper-slide{
    float:left
}
.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-container-android .swiper-slide,.swiper-wrapper{
    transform:translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper{
    flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper{
    transition-timing-function:ease-out;
    margin:0 auto
}
.swiper-slide{
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
    height:auto
}
.swiper-container-autoheight .swiper-wrapper{
    align-items:flex-start;
    transition-property:transform,height
}
.swiper-container .swiper-notification{
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
}
.swiper-wp8-horizontal{
    touch-action:pan-y
}
.swiper-wp8-vertical{
    touch-action:pan-x
}
.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:.35;
    cursor:auto;
    pointer-events:none
}
.swiper-button-prev,.swiper-container-rtl .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='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-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{
    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'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{
    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='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next,.swiper-container-rtl .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='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-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{
    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'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{
    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='%23fff'/%3E%3C/svg%3E")
}
.swiper-pagination{
    position:absolute;
    text-align:center;
    transition:.3s;
    transform:translateZ(0);
    z-index:10
}
.swiper-pagination.swiper-pagination-hidden{
    opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:5px;
    left:0;
    width:100%
}
.swiper-pagination-bullet{
    width:6px;
    height:6px;
    display:inline-block;
    border-radius:50%;
    background:#000;
    opacity:.2
}
.swiper-pagination-fraction{
    color:#000
}
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-white .swiper-pagination-bullet{
    background:#fff
}
.swiper-pagination-bullet-active{
    opacity:1
}
.swiper-pagination-white .swiper-pagination-bullet-active{
    background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active{
    background:#000
}
.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
}
.swiper-pagination-progressbar{
    background:rgba(0,0,0,.25);
    position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#000;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform:scale(0);
    transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar{
    width:100%;
    height:4px;
    left:0;
    top:0
}
.swiper-container-vertical>.swiper-pagination-progressbar{
    width:4px;
    height:100%;
    left:0;
    top:0
}
.swiper-pagination-progressbar.swiper-pagination-white{
    background:hsla(0,0%,100%,.5)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{
    background:#fff
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{
    background:#000
}
.swiper-container-3d{
    perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
    transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left{
    background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-right{
    background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-top{
    background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom{
    background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{
    -ms-perspective:1200px
}
.swiper-container-cube,.swiper-container-flip{
    overflow:visible
}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{
    pointer-events:none;
    z-index:1
}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{
    pointer-events:none
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
    pointer-events:auto
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
    z-index:0;
    backface-visibility:hidden
}
.swiper-container-cube .swiper-slide{
    visibility:hidden;
    transform-origin:0 0;
    width:100%;
    height:100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide{
    transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
    pointer-events:auto;
    visibility:visible
}
.swiper-container-cube .swiper-cube-shadow{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    filter:blur(50px);
    z-index:0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
    transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide{
    pointer-events:none;
    transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide{
    pointer-events:none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
    pointer-events:auto
}
.swiper-zoom-container{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
    max-width:100%;
    max-height:100%;
    -o-object-fit:contain;
    object-fit:contain
}
.swiper-scrollbar{
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar{
    position:absolute;
    left:1%;
    bottom:3px;
    z-index:50;
    height:5px;
    width:98%
}
.swiper-container-vertical>.swiper-scrollbar{
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%
}
.swiper-scrollbar-drag{
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
}
.swiper-scrollbar-cursor-drag{
    cursor:move
}
.elementor-pagination-position-outside .swiper-container{
    padding-bottom:30px
}
.elementor-pagination-position-outside .elementor-swiper-button{
    top:calc(50% - 30px / 2)
}
.elementor-swiper{
    position:relative
}
.elementor-main-swiper{
    position:static
}
.elementor-arrows-position-outside .swiper-container{
    width:calc(100% - 60px)
}
.elementor-arrows-position-outside .elementor-swiper-button-prev{
    left:0
}
.elementor-arrows-position-outside .elementor-swiper-button-next{
    right:0
}
.swiper-image-stretch .swiper-slide .swiper-slide-image{
    width:100%
}
.elementor-swiper-button{
    position:absolute;
    display:inline-flex;
    z-index:1;
    cursor:pointer;
    font-size:25px;
    color:hsla(0,0%,93.3%,.9);
    top:50%;
    transform:translateY(-50%)
}
.elementor-swiper-button svg{
    fill:hsla(0,0%,93.3%,.9);
    height:1em;
    width:1em
}
.elementor-swiper-button-prev{
    left:10px
}
.elementor-swiper-button-next{
    right:10px
}
.elementor-swiper-button.swiper-button-disabled{
    opacity:.3
}
.swiper-container-cube .elementor-swiper-button{
    transform:translate3d(0,-50%,1px)
}
.swiper-lazy-preloader{
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    transform-origin:50%;
    animation:swiper-preloader-spin 1s steps(12) infinite
}
.swiper-lazy-preloader:after{
    display:block;
    content:"";
    width:100%;
    height:100%;
    background-size:100%;
    background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}
.swiper-lazy-preloader-white:after{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@keyframes swiper-preloader-spin{
    to{
        transform:rotate(1turn)
    }
}
.elementor-lightbox{
    --lightbox-ui-color:hsla(0,0%,93.3%,0.9);
    --lightbox-ui-color-hover:#fff;
    --lightbox-text-color:var(--lightbox-ui-color);
    --lightbox-header-icons-size:20px;
    --lightbox-navigation-icons-size:25px
}
.elementor-lightbox .dialog-header{
    display:none
}
.elementor-lightbox .dialog-widget-content{
    background:none;
    box-shadow:none;
    width:100%;
    height:100%
}
.elementor-lightbox .dialog-message{
    animation-duration:.3s
}
.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){
    height:100%
}
.elementor-lightbox .dialog-message.dialog-lightbox-message{
    padding:0
}
.elementor-lightbox .dialog-lightbox-close-button{
    cursor:pointer;
    position:absolute;
    font-size:var(--lightbox-header-icons-size);
    right:.75em;
    margin-top:13px;
    padding:.25em;
    z-index:2;
    line-height:1;
    display:flex
}
.elementor-lightbox .dialog-lightbox-close-button svg{
    height:1em;
    width:1em
}
.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{
    color:var(--lightbox-ui-color);
    transition:all .3s;
    opacity:1
}
.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg{
    fill:var(--lightbox-ui-color)
}
.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{
    color:var(--lightbox-ui-color-hover)
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg{
    fill:var(--lightbox-ui-color-hover)
}
.elementor-lightbox .swiper-container{
    height:100%
}
.elementor-lightbox .elementor-lightbox-item{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    padding:70px;
    box-sizing:border-box;
    height:100%;
    margin:auto
}
@media (max-width:767px){
    .elementor-lightbox .elementor-lightbox-item{
        padding:70px 0
    }
}
.elementor-lightbox .elementor-lightbox-image{
    max-height:100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{
    opacity:1;
    filter:none;
    border:none
}
.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{
    box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    border-radius:2px
}
.elementor-lightbox .elementor-video-container{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
@media (min-width:1025px){
    .elementor-lightbox .elementor-video-container{
        width:75%
    }
}
@media (max-width:1024px){
    .elementor-lightbox .elementor-video-container{
        width:100%
    }
}
@media (min-width:768px) and (max-width:1024px){
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{
        width:70%
    }
}
.elementor-lightbox .elementor-swiper-button:focus{
    outline-width:1px
}
.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{
    height:100%;
    display:flex;
    align-items:center;
    width:15%;
    justify-content:center;
    font-size:var(--lightbox-navigation-icons-size)
}
.elementor-lightbox .elementor-swiper-button-prev{
    left:0
}
.elementor-lightbox .elementor-swiper-button-next{
    right:0
}
@media (max-width:767px){
    .elementor-lightbox .elementor-swiper-button:focus{
        outline:none
    }
    .elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{
        width:20%
    }
    .elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{
        padding:10px;
        background-color:rgba(0,0,0,.5)
    }
    .elementor-lightbox .elementor-swiper-button-prev{
        left:0;
        justify-content:flex-start
    }
    .elementor-lightbox .elementor-swiper-button-next{
        right:0;
        justify-content:flex-end
    }
}
.elementor-slideshow__counter{
    color:currentColor;
    font-size:.75em;
    width:-moz-max-content;
    width:max-content
}
.elementor-slideshow__footer,.elementor-slideshow__header{
    position:absolute;
    left:0;
    width:100%;
    padding:15px 20px;
    transition:.3s
}
.elementor-slideshow__footer{
    color:var(--lightbox-text-color)
}
.elementor-slideshow__header{
    color:var(--lightbox-ui-color);
    display:flex;
    flex-direction:row-reverse;
    font-size:var(--lightbox-header-icons-size);
    padding-left:1em;
    padding-right:2.6em;
    top:0;
    align-items:center;
    z-index:10
}
.elementor-slideshow__header>i,.elementor-slideshow__header>svg{
    cursor:pointer;
    padding:.25em;
    margin:0 .35em
}
.elementor-slideshow__header>i{
    font-size:inherit
}
.elementor-slideshow__header>i:hover{
    color:var(--lightbox-ui-color-hover)
}
.elementor-slideshow__header>svg{
    box-sizing:content-box;
    fill:var(--lightbox-ui-color);
    height:1em;
    width:1em
}
.elementor-slideshow__header>svg:hover{
    fill:var(--lightbox-ui-color-hover)
}
.elementor-slideshow__header .elementor-slideshow__counter{
    margin-right:auto
}
.elementor-slideshow__header .elementor-icon-share{
    z-index:5
}
.elementor-slideshow__share-menu{
    background-color:transparent;
    width:0;
    height:0;
    position:absolute;
    overflow:hidden;
    transition:background-color .4s
}
.elementor-slideshow__share-menu .elementor-slideshow__share-links a{
    color:#2c2c2c
}
.elementor-slideshow__share-links{
    display:block;
    position:absolute;
    min-width:200px;
    right:2.8em;
    top:3em;
    background-color:#fff;
    border-radius:3px;
    padding:14px 20px;
    transform:scale(0);
    opacity:0;
    transform-origin:90% 10%;
    transition:all .25s .1s;
    box-shadow:0 4px 15px rgba(0,0,0,.3)
}
.elementor-slideshow__share-links a{
    text-align:left;
    color:#55595c;
    font-size:12px;
    line-height:2.5;
    display:block;
    opacity:0;
    transition:opacity .5s .1s
}
.elementor-slideshow__share-links a:hover{
    color:#000
}
.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg{
    margin-right:.75em
}
.elementor-slideshow__share-links a i{
    font-size:1.25em
}
.elementor-slideshow__share-links a svg{
    height:1.25em;
    width:1.25em
}
.elementor-slideshow__share-links:before{
    content:"";
    display:block;
    position:absolute;
    top:1px;
    right:.5em;
    border:.45em solid transparent;
    border-bottom-color:#fff;
    transform:translateY(-100%) scaleX(.7)
}
.elementor-slideshow__footer{
    bottom:0;
    z-index:5;
    position:fixed
}
.elementor-slideshow__description,.elementor-slideshow__title{
    margin:0
}
.elementor-slideshow__title{
    font-size:16px;
    font-weight:700
}
.elementor-slideshow__description{
    font-size:14px
}
.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{
    opacity:0;
    pointer-events:none
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{
    opacity:0
}
.elementor-slideshow--fullscreen-mode .elementor-video-container{
    width:100%
}
.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{
    background-color:rgba(0,0,0,.5)
}
.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{
    opacity:0;
    pointer-events:none
}
.elementor-slideshow--share-mode .elementor-slideshow__share-menu{
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    opacity:1;
    cursor:default;
    background-color:rgba(0,0,0,.5)
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links{
    transform:scale(1)
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{
    opacity:1
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{
    color:#1da1f2
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{
    color:#3b5998
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{
    color:#bd081c
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{
    color:#a4afb7
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter{
    fill:#1da1f2
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook{
    fill:#3b5998
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest{
    fill:#bd081c
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold{
    fill:#a4afb7
}
.elementor-slideshow--share-mode .eicon-share-arrow{
    z-index:2
}
.animated{
    animation-duration:1.25s
}
.animated.animated-slow{
    animation-duration:2s
}
.animated.animated-fast{
    animation-duration:.75s
}
.animated.infinite{
    animation-iteration-count:infinite
}
.animated.reverse{
    animation-direction:reverse;
    animation-fill-mode:forwards
}
@media (prefers-reduced-motion:reduce){
    .animated{
        animation:none
    }
}
.elementor-shape{
    overflow:hidden;
    position:absolute;
    left:0;
    width:100%;
    line-height:0;
    direction:ltr
}
.elementor-shape-top{
    top:-1px
}
.elementor-shape-top:not([data-negative=false]) svg{
    z-index:-1
}
.elementor-shape-bottom{
    bottom:-1px
}
.elementor-shape-bottom:not([data-negative=true]) svg{
    z-index:-1
}
.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{
    transform:rotate(180deg)
}
.elementor-shape svg{
    display:block;
    width:calc(100% + 1.3px);
    position:relative;
    left:50%;
    transform:translateX(-50%)
}
.elementor-shape .elementor-shape-fill{
    fill:#fff;
    transform-origin:center;
    transform:rotateY(0deg)
}
#wp-admin-bar-elementor_edit_page>.ab-item:before{
    content:"\e813";
    font-family:eicons;
    top:3px;
    font-size:18px
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{
    display:flex;
    width:200px
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    width:100%
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{
    background:#55595c;
    font-size:11px;
    line-height:9px;
    margin-top:6px;
    padding:4px 8px;
    border-radius:3px
}
#wp-admin-bar-elementor_inspector>.ab-item:before{
    content:"\f348";
    top:2px
}
#wpadminbar *{
    font-style:normal
}
.page-template-elementor_canvas.elementor-page:before{
    display:none
}
.elementor-post__thumbnail__link{
    transition:none
}
#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{
    padding:0
}
.e--ua-appleWebkit.rtl{
    --flex-right:flex-start
}
.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{
    --justify-content:var(--flex-right,flex-end)
}
.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{
    --justify-content:center
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{
    width:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:var(--justify-content,space-between);
    margin-left:calc(-.5 * var(--grid-column-gap));
    margin-right:calc(-.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{
    margin-left:calc(.5 * var(--grid-column-gap));
    margin-right:calc(.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{
    display:inline-block
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{
    margin-left:0;
    margin-right:0
}
@media (max-width:1024px){
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{
        --justify-content:var(--flex-right,flex-end)
    }
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{
        --justify-content:center
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{
        width:auto;
        display:flex;
        flex-wrap:wrap;
        justify-content:var(--justify-content,space-between);
        margin-left:calc(-.5 * var(--grid-column-gap));
        margin-right:calc(-.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{
        margin-left:calc(.5 * var(--grid-column-gap));
        margin-right:calc(.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{
        display:inline-block
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{
        margin-left:0;
        margin-right:0
    }
}
@media (max-width:767px){
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{
        --justify-content:var(--flex-right,flex-end)
    }
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{
        --justify-content:center
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{
        width:auto;
        display:flex;
        flex-wrap:wrap;
        justify-content:var(--justify-content,space-between);
        margin-left:calc(-.5 * var(--grid-column-gap));
        margin-right:calc(-.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{
        margin-left:calc(.5 * var(--grid-column-gap));
        margin-right:calc(.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{
        display:inline-block
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{
        margin-left:0;
        margin-right:0
    }
}
@media (max-width:767px){
    .elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{
        display:none
    }
}

@media (min-width:768px) and (max-width:1024px){
    .elementor .elementor-hidden-tablet{
        display:none
    }
}
@media (min-width:1025px) and (max-width:99999px){
    .elementor .elementor-hidden-desktop{
        display:none
    }
}
.elementor-widget-text-path{
    font-size:20px;
    text-align:var(--alignment,left)
}
.elementor-widget-text-path svg{
    width:var(--width);
    max-width:100%;
    height:auto;
    overflow:visible;
    word-spacing:var(--word-spacing);
    transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))
}
.elementor-widget-text-path svg path{
    vector-effect:non-scaling-stroke;
    fill:var(--path-fill,transparent);
    stroke:var(--stroke-color,transparent);
    stroke-width:var(--stroke-width,1px);
    transition:var(--stroke-transition) stroke,var(--stroke-transition) fill
}
.elementor-widget-text-path svg:hover path{
    --path-fill:var(--path-fill-hover);
    --stroke-color:var(--stroke-color-hover);
    --stroke-width:var(--stroke-width-hover)
}
.elementor-widget-text-path svg text{
    --fill:var(--text-color);
    fill:var(--fill);
    direction:var(--direction,ltr);
    transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill
}
.elementor-widget-text-path svg text:hover{
    --color:var(--text-color-hover,var(--text-color));
    --fill:var(--color);
    color:var(--color)
}
.elementor-widget-n-tabs{
    --n-tabs-color-accent-fallback:#61ce70;
    --n-tabs-color-secondary-fallback:#54595f;
    --n-tabs-default-padding-block:15px;
    --n-tabs-default-padding-inline:35px;
    --n-tabs-overflow-x:hidden;
    --n-tabs-overflow-y:auto;
    --n-tabs-background-color:transparent;
    --n-tabs-display:flex;
    --n-tabs-direction:column;
    --n-tabs-gap:10px;
    --n-tabs-heading-display:flex;
    --n-tabs-heading-direction:row;
    --n-tabs-heading-grow:initial;
    --n-tabs-heading-justify-content:center;
    --n-tabs-heading-width:initial;
    --n-tabs-height:initial;
    --n-tabs-border-width:1px;
    --n-tabs-border-color:#d4d4d4;
    --n-tabs-content-padding:initial;
    --n-tabs-content-border-radius:initial;
    --n-tabs-title-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover:#fff;
    --n-tabs-title-color-active:#fff;
    --n-tabs-title-background-color:#f1f3f5;
    --n-tabs-title-background-color-hover:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width:initial;
    --n-tabs-title-height:initial;
    --n-tabs-title-font-size:1rem;
    --n-tabs-title-justify-content-toggle:initial;
    --n-tabs-title-align-items-toggle:center;
    --n-tabs-title-justify-content:center;
    --n-tabs-title-align-items:center;
    --n-tabs-title-direction:row;
    --n-tabs-title-gap:10px;
    --n-tabs-title-padding-top:var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-right:var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-bottom:var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left:var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius:initial;
    --n-tabs-title-transition:0.3s;
    --n-tabs-icon-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover:var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active:#fff;
    --n-tabs-icon-gap:5px;
    max-width:100%
}
.elementor-widget-n-tabs .e-n-tabs{
    display:var(--n-tabs-display);
    flex-direction:var(--n-tabs-direction);
    gap:var(--n-tabs-gap);
    text-align:left;
    height:var(--n-tabs-height);
    overflow-x:var(--n-tabs-overflow-x);
    overflow-y:var(--n-tabs-overflow-y)
}
.elementor-widget-n-tabs .e-n-tabs-heading{
    display:var(--n-tabs-heading-display);
    flex-basis:var(--n-tabs-heading-width);
    flex-direction:var(--n-tabs-heading-direction);
    flex-shrink:0;
    justify-content:var(--n-tabs-heading-justify-content);
    gap:var(--n-tabs-title-gap)
}
.elementor-widget-n-tabs .e-n-tabs-content{
    flex-grow:1;
    padding:var(--n-tabs-content-padding);
    border-radius:var(--n-tabs-content-border-radius)
}
.elementor-widget-n-tabs .e-n-tab-title{
    display:flex;
    align-items:var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));
    flex-direction:var(--n-tabs-title-direction);
    justify-content:var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));
    gap:var(--n-tabs-icon-gap);
    border-width:var(--n-tabs-border-width);
    position:relative;
    cursor:pointer;
    outline:none;
    padding:var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
    border-radius:var(--n-tabs-title-border-radius);
    height:var(--n-tabs-title-height);
    width:var(--n-tabs-title-width);
    transition:background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)
}
.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg{
    transition:color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)
}
.elementor-widget-n-tabs .e-n-tab-title-text{
    display:flex;
    align-items:center;
    font-size:var(--n-tabs-title-font-size)
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{
    display:flex;
    align-items:center;
    flex-direction:column;
    order:var(--n-tabs-icon-order);
    overflow:hidden
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i{
    font-size:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{
    width:var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
    height:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty{
    display:none
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active){
    background-color:var(--n-tabs-title-background-color)
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a{
    color:var(--n-tabs-title-color)
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i{
    color:var(--n-tabs-icon-color)
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg{
    fill:var(--n-tabs-icon-color)
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child{
    transform:translateY(-100vh);
    height:0;
    opacity:0
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover,.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover a{
    color:var(--n-tabs-title-color-hover)
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon i{
    color:var(--n-tabs-icon-color-hover)
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon svg{
    fill:var(--n-tabs-icon-color-hover)
}
.elementor-widget-n-tabs .e-n-tab-title.e-active,.elementor-widget-n-tabs .e-n-tab-title.e-active a{
    color:var(--n-tabs-title-color-active)
}
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i{
    color:var(--n-tabs-icon-color-active)
}
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg{
    fill:var(--n-tabs-icon-color-active)
}
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child{
    transform:translateY(-100vh);
    height:0;
    opacity:0
}
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover{
    transform:none;
    animation:initial
}
.elementor-widget-n-tabs .e-con,.elementor-widget-n-tabs .e-n-tabs-content{
    border-width:1px;
    border:var(--n-tabs-border-width) none var(--n-tabs-border-color)
}
.elementor-widget-n-tabs .e-con .e-collapse:not(:first-child),.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child){
    margin-top:var(--n-tabs-title-gap)
}
.elementor-widget-n-tabs .e-con .e-collapse.e-active,.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active{
    margin-bottom:var(--n-tabs-gap)
}
.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){
    display:none
}
:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title):hover{
    background-color:var(--n-tabs-title-background-color-hover);
    background-image:none
}
:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active{
    background-color:var(--n-tabs-title-background-color-active);
    background-image:none
}
@media (min-width:768px){
    .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{
        display:none
    }
}
@media (max-width:767px){
    .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{
        display:none
    }
}
@media (min-width:1025px){
    .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{
        display:none
    }
}
@media (max-width:1024px){
    .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{
        display:none
    }
}
@media (min-width:1025px){
    .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{
        display:none
    }
}

@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 (max-width: 360px) {
    .cb_prod-detail {
        left: 40px;
    }
    .shopping_platform-wrap {
        height: 300px;
        width: calc(100% - 60px);
    }

}
