/********************************************************
1. body start
 *******************************************************/

body {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

html {
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
    color:#fff;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mulish', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
}
img {
    max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
p {
    margin: 0px;
    word-break: break-word;
}
.container {
    max-width: 1170px;
}
.st_blue_color {
       color: #00afff;
}
::-webkit-scrollbar {
    width: 14px;
}
/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #79f5ae 0%, #19d2ed 51%, #79f5ae 100%);
    width: 4px;
}
/********************************************************
1. body end
 *******************************************************/
.st_timer_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #14b686;
    padding: 0 80px;
    position: relative;
    z-index: 3;
}
.st_timer_flex {
    display: flex;
    align-items: center;
}
.st_price_head h4 {
    color: #ffffff;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 700;
}
.st_get_btn a {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    border-bottom: solid 1px #ffffff;
    font-weight: 700;
    line-height: normal;
}
.st_timer {
    margin-bottom: -10px;
}
.st_timer ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 70px;
    background-color: #ffffff;
    margin-right: 15px;
    border-radius: 0 0 10px 10px;
    font-size: 26px;
    font-weight: 900;
    position: relative;
}
.st_timer ul li:after {
    position: absolute;
    content: "";
    top: 22px;
    right: -12px;
    background-image: url(../images/dots.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 17px;
}
.st_timer ul li:last-child:after {
    display: none;
}
/* Header css */
.st_banner_wrapper {
    position: relative;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 80px;
    z-index: 2;
}
.st_banner_wrapper:after {
    position: absolute;
    content: "";
    background-image: url(../images/after_shape1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: 6s installation infinite alternate;
}
.st_banner_left_image {
    position: absolute;
    left: -6%;
    bottom: 23%;
}
.st_banner_wrapper > .container {
    max-width: 100%;
}
.st_banner_section {
    text-align: center;
}
.st_logo {
    margin-bottom: 30px;
}
.st_banner_content > h2 {
    padding: 36px 140px;
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    background-image: url(../images/banner_heading.png);
    background-repeat: no-repeat;
    background-position: center;
}
.st_banner_content > h1 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin: 29px 0 32px;
    line-height: 1.4;
}
.st_banner_content > h1 span {
    color: #ffc028;
    border-bottom: solid 3px;
    font-weight: 900;
}
.st_banner_content > h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.st_video_wrapper {
    margin: 30px 0 0px;
    text-align: center;
}
.st_video {
    position: relative;
    max-width: 1000px;
    margin: auto;
}
.st_video > img {
    
}

.st_unlock > h1 {
    font-size: 58px;
    font-weight: 900;
    color: #170036;
}

.container.container_costum {
    max-width: 1170px;
    padding-top: 90px;
}
.st_heading_ugoo > h1 {
    font-size: 58px;
    color: #170036;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.st_ugoo_flex {
    text-align: center;
}
.st_ugoo_img img {
    width: 173px;
    height: 176px;
    object-fit: contain;
}
.st_ugoo_text {
    text-align: center;
}
.st_ugoo_text > h2 {
    font-size: 32px;
    color: #322052;
    font-weight: 900;
    margin: 30px 0 20px;
}
.st_ugoo_text > ul > li {
    display: inline-block;
}
.st_ugoo_text > ul > li > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 155px;
    height: 50px;
    background-color: #03a9f4;
    border-radius: 100px;
    margin-right: 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
.st_ugoo_text > ul > li > a:hover {
    background-color: #322052;
}
.st_ugoo_text > ul > li:last-child a:hover {
    background-color: #322052;
    margin-right: 0;
}
.st_ugoo_text > ul > li:last-child a {
    background-color: #1877f2;
    margin-right: 0;
}
.st_ugoo_text > ul > li > a > img {
    margin-right: 10px;
}
.st_pera9_text {
    margin-top: -40px;
}
.st_pera9_text > p {
    color: #6a6671;
    font-size: 22px;
    margin-top: 30px;
    font-weight: 500;
}
/* Header css */

/* Section 2 css */
.st_section_wrapper2 {
    background-image: url(../images/background_shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 100px;
    position: relative;
    z-index: 2;
}
/* .st_section_wrapper2:after {
    position: absolute;
    content: "";
    background-image: url(../images/after_shape2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: pulse 6s ease-in-out infinite alternate;
} */
.st-grid-img-box {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #def8f0;
    border-radius: 50px;
    padding: 15px;
    margin: 0 auto;
}
.st_section_wrapper2 .row {
    justify-content: center;
}
.st_grid_section {
    margin-bottom: 47px;
    position: relative;
    transition: 0.3s all;
    z-index: 1;
}
img.check_shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    z-index: -1;transition: 0.3s all;
}
.st_grid_section:hover img.check_shape {
    bottom: 0;
    transition: 0.3s all;
}
.st_grid_box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 50px 0px rgba(61, 53, 106, 0.1);
    text-align: center;
    padding: 50px 30px 15px;
    min-height: 315px;
}
.st_grid_box > h4 {
    font-size: 20px;
    color: #222;
    font-weight: 800;
    margin-top: 15px;
    line-height: 1.5;
}
.st_grid_box > P{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
.st_section2_text {
    text-align: center;
    margin-top: 55px;
}
.st_section2_text h4 {
    font-size: 20px;
    color: #433462;
    font-weight: 700;
}
.st_section2_text h2 {
    font-size: 32px;
    color: #433462;
    font-weight: 900;
    margin: 20px 0;
}
.st_section2_text h1 {
    font-size: 34px;
    color: #14b284;
    font-weight: 900;
}
.st_section2_text h1 span {
    font-size: 46px;
    margin-left: 10px;
    color: #ffa000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}
.st_get_storify_btn a {
    padding: 40px 80px 60px 115px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    background-image: url(../images/get_btn.png);
    background-repeat: no-repeat;
    background-position: center;
}
.st_section2_text h5 {
    font-size: 18px;
    color: #433462;
    font-weight: 700;
    margin: 20px 0 20px;
}
.ai-tr-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(to right, #79f5ae 0%, #19d2ed 51%, #79f5ae 100%);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ai-tr-number > h3{
    font-size: 36px;
    color: #fff;
    font-weight: 900;
}
.ai-tr-head {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #0D63E51A;
    border-radius: 120px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px 95px;
    width: fit-content;
    max-width: fit-content;
}
 .ai-tr-head::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 12px;
    left: 40px;
    bottom: -12px;
    z-index: -1;
    background: linear-gradient(to right, #79f5ae 0%, #19d2ed 51%, #79f5ae 100%);
    border-radius: 0 0 120px 120px;
}
.ai-tr-head .ai-tr-imageone {
    position: absolute;
    left: -20px;
    top: -15px;
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px 0px #0D63E54D;
}
 .ai-tr-head h4 {
    font-size: 25px;
    font-weight: 700;
    color: #232236;
}
.st_strugg_re2 {
    max-width: 460px;
    width: 100%;
    margin-left: auto;
}

.st_get_instant_btn {
    margin: 30px 0 0;
}
.st_get_instant_btn > a {
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 180, 0) 0%, rgb(255, 150, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 180, 0) 0%, rgb(255, 150, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 180, 0) 0%, rgb(255, 150, 0) 100%);
    max-width: 520px;
    width: 100%;
    height: 90px;
    padding: 0 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    animation: shadow-pulse 2s infinite;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(255 176 0 / 30%)
    }
    100% {
        box-shadow: 0 0 0 25px rgb(255 153 0 / 0%);
    }
}
@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
}
/* Section 2 css */

/* Section 3 css */
.st_section_wrapper3 {
    background-image: url(../images/banner3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 2;
}
.st_section_wrapper3:after {
    position: absolute;
    content: "";
    background-image: url(../images/after_shape3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: 6s installation infinite alternate;
}
@keyframes installation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.st_angle_icon a {
    display: inline-flex;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.st_angle_icon a img {
    animation: top_btm 0.8s infinite alternate;
    position: absolute;
}
.st_angle_bottom a {
    display: inline-flex;
    justify-content: center;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
.st_angle_bottom a img {
    animation: top_btm 0.8s infinite alternate;
    position: absolute;
}
@keyframes top_btm {
    0% {
        top: 30px;
    }
    100% {
        top: 40px;
    }
}
.st_section_wrapper3 .st_heading h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 900;
    background-image: url(../images/text-shap.png);
    background-size: auto;
    padding: 30px 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}
.st_strugg_text {
    border-radius: 20px;
    max-width: 460px;
    width: 100%;
    position: relative;
    padding: 40px 30px 30px 50px;
    display: flex;
    align-items: center;
}
.st_strugg_text.st_strugg_re2 {
    margin-left: auto;
}
img.voicer {
    position: absolute;
    top: -38px;
    right: 8px;
}
img.one {
    position: absolute;
    top: -23px;
    left: -18px;
}
.st_strugg_text p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.st_strugg_vid {
    margin: 50px 0;
}
.st_strugg_vid img{
    max-height: 380px;
    text-align: center;
}
.st_strugg_vid-2{
    text-align: center;
}
/* Section 3 css */

/* Section 4 css */
.st_section_wrapper4 {
    background-color: #ffffff;
    padding: 100px 0;
    position: relative;
    z-index: 2;
    background-image: url(../images/about-shap.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/* .st_section_wrapper4:after {
    position: absolute;
    content: "";
    background-image: url(../images/after_shape11.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: pulse 6s ease-in-out infinite alternate;
} */
.st_section_wrapper4 .st_heading h1 {
    font-size: 52px;
    color: #433462;
    font-weight: 900;
    background-image: url(../images/shape_title4.png);
    background-size: auto;
    padding: 32px 20px 45px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}
.st_marketers_text {
    border: solid 2px rgb(246, 213, 255);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: -23.285px 28.754px 40px 0px rgba(198, 0, 255, 0.06);
    min-height: 286px;
    padding: 40px 30px;
    margin-top: 25px;
    position: relative;
    background-image: url(../images/quote_large.png);
    background-repeat: no-repeat;
    background-position: bottom 65px center;
}
img.st_quote1 {
    position: absolute;
    top: -15px;
    right: 45px;
}
.st_place_box4 {
    display: flex;
    align-items: center;
}
.st_place_box4 img {
    width: 70px;
    flex: none;
    margin-right: 20px;
    border-radius: 100px;
}
.st_place_box4 h5 {
    color: #433462;
    font-weight: 800;
    font-size: 20px;
}
.st_marketers_text p {
    color: #433462;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}
.st_marketers_space {
    margin-top: 123px;
}
.st_marketers_space .st_marketers_text {
    border: solid 2px rgb(255, 202, 213);
    box-shadow: -23.285px 28.754px 40px 0px rgba(255, 0, 54, 0.06);
}

.st_marketers_space3 .st_marketers_text {
    margin-top: -25px;
    border: solid 2px rgb(255, 223, 185);
    box-shadow: -23.285px 28.754px 40px 0px rgba(255, 138, 0, 0.06);
}


.st_marketers_space4 .st_marketers_text {
    margin-top: 75px;
    border: solid 2px rgb(196, 199, 255);
    box-shadow: -23.285px 28.754px 40px 0px rgba(0, 12, 255, 0.06);
}

  

.st_click_here {
    margin: 50px 0;
    text-align: center;
}
.st_click_here > a {
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 180, 0) 0%, rgb(255, 150, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 180, 0) 0%, rgb(255, 150, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 180, 0) 0%, rgb(255, 150, 0) 100%);
    display: inline-block;
    max-width: 520px;
    width: 100%;
    padding: 18px 30px;
    animation: shadow-pulse 2s infinite;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(255 176 0 / 30%)
    }
    100% {
        box-shadow: 0 0 0 25px rgb(255 153 0 / 0%);
    }
}
.st_click_here > a > h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.st_click_here > a > span {
    color: #ffffff;
    font-size: 16px;
}
.st_warning {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    max-width: 870px;
    margin: auto;
}
.st_warning > span {
    width: 70px;
    height: 60px;
    background-color: #ff365c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    flex: none;
}
.st_warning > span > svg {
    fill: #ffffff;
    width: 28px;
}
.st_warning > p {
    font-size: 20px;
    text-align: left;
    color: #170036;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.st-about{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.st-about-text h5{
    font-size: 30px;
    font-weight: 800;
    color: #222;
}
.st-about-text p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}
 

/* Section 4 css */
/* section 5 css start  */
.st_section_wrap_5{
    background-image: url(../images/banner3.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.st_section_wrap_5::before{
    background-image: url(../images/after_shape1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.st-footer-heading{
    text-align: center;
}
.st-footer-heading h5{
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    max-width: 550px;
    width: 100%;
    margin: 15px auto;
}
.ai-logo-section {
    margin-top: 35px;
}
.ai-logo-section p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
}
.ai-logo-section h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    background: linear-gradient(to right, #79f5ae 0%, #19d2ed 51%, #79f5ae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.st-btn.st-btn-1{
    box-shadow: 0px 0px 60px 0px #4be4cc26;
    font-size: 22px;
    font-weight: 800;
    display: block;
    border-radius: 100px;
    margin: 40px auto 30px;
    transition: all 0.3s ease-in-out;
    text-transform: none;
    animation-name: stretch;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
@keyframes stretch {
    0% {
      transform: scale(1);

    }
    50% {
        transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
}
.st-btn.st-btn-1:hover{
    transform: translateY(-10px);
    text-transform: none;
    color:#fff;
}

/* section 5 css end */


/* accordian css start */

.st-question-accordian .accordion-item {
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #ffffff;
	border: none;

}

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

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

.accordion-item:first-of-type .accordion-button {
	border-radius: 0px;
	background: transparent;
	color: #212529;
}

.st-question-accordian button.accordion-button.collapsed {
	border-radius: 10px;
}

.st-question-accordian button.accordion-button {

	border-radius: 10px;
	padding-left: 80px;

	font-size: 24px;
	color: #433462;
	font-weight: 800;
}

.st-question-accordian .accordion-item {
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #fbf8fd;
	border: 1px solid #e9dfef;
}

.st-question-accordian button.accordion-button span {
	padding-right: 18px;
	width: 70px;
	position: absolute;
	left: 20px;
}

.st-question-accordian button.accordion-button span.st-cls1 {
	width: 81px;
}

.st-question-accordian .accordion-body p {
	font-size: 18px;
	font-weight: 500;
	color: var(--ligst-gray);
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 10px;
}

.st-question-accordian .accordion-button:not(.collapsed)::after {
	background-image: url("../images/plus.png");
	height: 14px;
	width: 14px;
	background-size: contain;
	position: absolute;
	top: 33px;
	right: 10px;
}

.st-question-accordian .accordion-header {
	margin-bottom: 0;
	padding-right: 10px;
}

.st-question-accordian .accordion-button::after {
	background-image: url("../images/plus.png");
	height: 14px;
	width: 14px;
	background-size: contain;
	position: absolute;
	top: 27px;
	right: 10px;
}

.accordion-button:not(.collapsed) {
	padding-top: 30px;
}

.st-question-accordian button.accordion-button.collapsed {
	border-radius: 10px;
}


.st-question-accordian button.accordion-button.collapsed {
	border-radius: 10px;
	background-color: #fbf8fd;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 80px;
}

.st-question-accordian .accordion-body {
	padding: 15px 30px 15px 30px;
	border-radius: 10px;
	background-color: #f2e9f7;

	margin: 0px 20px 10px;
}

.st-question-accordian .accordion-body p {
	font-size: 20px;
	color: #433462;
	font-weight: 600;
}

.st-question-inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.st_angle_bottom.st_angle_bottom32 a {
	bottom: 120px;
}

/* section 32 css */
.st-section33 {
	background-image: url(../images/footer-bottom.png);
	background-repeat: no-repeat;
	padding: 110px 0px 80px;
	text-align: center;
	background-size: cover;
	background-position: center;
}


/* Section footer css */
.st_section_wrapper29 {
	background-color: #30363c;
	text-align: center;
	padding: 10px;
}

.st-copywrite-right {
	text-align: right;
}

.st_mini_footer>p {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
}

.st-copywrite-right ul li {
	display: inline-block;
}

.st-copywrite-right ul li a {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
}

/* Section footer css */

/***** loader ******/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
}

.loader img {
	width: 120px;
}

/***** loader ******/

/* bottom to top css */

.st_top_icon a {
	display: flex;
	background: linear-gradient(135deg, #19d2ed 51%, #79f5ae 100%);
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
	animation: 6s installation infinite alternate;
}

@keyframes pulse {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(0.9);
	}
}

@keyframes installation {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}
}

.st_top_icon a svg {
	fill: #ffffff;
	transform: rotate(270deg);
}

.st_top_icon a:hover {
	cursor: poMulish;
	box-shadow: 0 0 0 25px #2a2f48 inset;
}

.st_top_icon a:active {
	background-color: #555;
}

.st_top_icon a.show {
	opacity: 1;
	visibility: visible;
}

/* bottom to top */
/* new css start */
.st-dual-btn{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.st-btn{
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(to right, #79f5ae 0%, #19d2ed 51%, #79f5ae 100%);
    /* filter: drop-shadow(21.665px 28.751px 14.5px rgba(121, 29, 247, 0.1)); */
    padding: 12px 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    min-width: 130px;
    letter-spacing: 2px;
    font-weight: 800;
}
.st-btn:hover{
    transform: translateY(-5px);
}
.st-dual-btn .st-btn-2{
    background:#363636 ;
}

/* new css end */
/* responsive css */
@media(max-width:1400px) {
	.st-section30-inner-bg-shape {
		height: auto;
		width: 100%;
		top: 0;
	}

	.st-section30-inner {
		width: 100%;
		max-width: 100%;
		position: relative;
		z-index: 1;
		left: 0;
		right: 0;
		top: 0;
	}

	.st-section30 {
		padding: 50px 0px 115px;
	}
}

@media(max-width:1199px) {
    .st_timer_box {
        padding: 0 15px;
    }
    .st_price_head h4 {
        margin-right: 10px;
        font-size: 16px;
    }
    .st_get_btn a {
        font-size: 16px;
    }
    .st_timer ul li:after {
        display: none;
    }
	.st-section29-conetent {
		max-width: 100%;
		border: 3px solid #129570;
		border-radius: 10px;
		background-image: none;
		background-color: #ffffff;
	}

	.st-section26-box.st-section28-box {
		background-color: #f9fffd;
		border: 3px solid #119570;
		border-radius: 10px;
		max-width: 100%;
		background-image: none;
		padding: 40px;
	}

	.st-section26-box {
		background-color: #f9fffd;
		border: 3px solid #119570;
		border-radius: 10px;
		max-width: 100%;
		background-image: none;
		padding: 40px;
	}

	.st-section25-box-left {
		background-image: none;
		background-color: #14b284;
		height: 100%;
		border-radius: 10px;
	}

	.st-section25-box-left .st-section25-content {
		max-width: 100%;
	}

	.st-section25-content p {
		padding: 20px 40px 20px 70px;
		background-color: #ffffff;
	}

	.st-section25-content p span {
		position: absolute;
		left: 20px;
	}

	.st-section25-box-heading {
		padding: 20px 0px 10px;
	}

	.st-section25-box-left .st-section25-content p:nth-child(2) {
		background-color: #e7f7f2;
	}

	.st-section25-box-left .st-section25-content p:nth-child(4) {
		background-color: #e7f7f2;
	}

	.st-section25-box-left .st-section25-content p:nth-child(6) {
		background-color: #e7f7f2;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.st-section25-box-left.st-section25-box-right {
		background-color: #ff3149;
		background-image: none;
		height: auto;
	}

	.st-section25-box-left.st-section25-box-right p:nth-child(2) {
		background-color: #ffeaec;
	}

	.st-section25-box-left.st-section25-box-right p:nth-child(4) {
		background-color: #ffeaec;
	}

	.st-section25-box-left.st-section25-box-right p:nth-child(6) {
		background-color: #ffeaec;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.st-section25-box-left.st-section25-box-right .st-section25-content p {
		padding: 20px 40px 20px 70px !important;
	}

	.st_feature_table {

		height: 870px;
	}
}

@media(max-width:991px) {
    
	.st-section25-box-left.st-section25-box-right {

		margin-top: 30px;
	}

	.st-section25-box-left {

		width: 100%;
		max-width: 560px;
		margin: 0 auto;
	}

	.st_feature_table {
		height: 640px;

		background-position: center;
	}
    .st_banner_content > h2{
        background-size: cover;
        padding: 30px 30px;
    }
 

@media(max-width:767px) {
    .st-about{
        grid-template-columns: 1fr;
    }
	.st_feature_table {
		height: 530px;
	}

	.st_section_24_heading h1 {
		font-size: 40px;
		padding: 0px 0px 52px;
	}

	.st-section25-heading h2 {
		font-size: 40px;
	}

	.st-section26-heading>h2 {
		font-size: 50px;
	}

	.st-section26-heading>h3 {
		font-size: 40px !important;
		padding-bottom: 0px !important;
	}

	.st-section27 {
		background-color: #212529;
		background-image: none;
		padding: 50px 0px 120px;
	}

	.st_angle_bottom.st_angle_bottom27 {
		padding-bottom: 60px;
	}

	.st_angle_bottom.st_angle_bottom27 a {
		bottom: 130px;
	}

	.st-section27-heading h2 {
		font-size: 40px;
	}

	.st-section33 {
		background-color: #212529;
		background-image: none;
		padding: 80px 0px;
	}

	.st_angle_bottom.st_angle_bottom33 a {
		bottom: 130px;
	}

	.st-section32 {
		padding: 48px 0px 140px;
	}

	.st-section31 {
		background-color: #212529;
		background-image: none;
	}

	.st-product-creator-flex {
		display: block;
	}

	.st-section31-profile-box {
		width: 100%;
		margin-bottom: 30px;
	}

	.st-section30-heading h2 {
		font-size: 40px;
	}

	.st-section30 {
		padding: 50px 0px 145px;
	}

	.st_angle_bottom.st_angle_bottom31 a {
		bottom: 120px;
	}

	.st_angle_bottom.st_angle_bottom32 a {
		bottom: 140px;
	}

	.st-section31 {
		padding: 80px 10px 130px;
	}

	.st-section29 {
		background-color: #212529;
		background-image: none;
		padding: 80px 0px 145px;
	}

	.st-section29-heading h2 {
		font-size: 40px;
	}

	.st-section28 {
		padding: 60px 0px 140px;
	}

	.st_angle_bottom.st_angle_bottom29 a {
		bottom: 120px;
	}

	.st-section26-heading.st-section28-heading>h2 {
		font-size: 50px;
	}

	.st-section25 {
		background-color: #212529;
		background-image: none;
		padding: 80px 0 160px;
	}

	.st_angle_bottom.st_angle_bottom26 a {
		bottom: 130px;
	}

	.st-feature-botom {
		padding-bottom: 130px;
	}

	.st_angle_bottom.st_angle_bottom25 a {
		bottom: 110px;
	}

	.st-section31-heading h2 {
		font-size: 40px;
	}

	.st-section32-heading h2 {
		font-size: 40px;
	}
    .st_strugg_vid{
        text-align: center;
    }
    .st_strugg_re2{
        margin: 0 auto;
        order: 2;
    }
    .st_strugg_r{
        margin: 0 auto;
        max-width: 460px;
        width: 100%;
    }
    .st-block-img{
        order: 1;
    }
    .st-block-text{
        order: 2;
    }
}

@media(max-width:580px) {
	.st_table-desktop-none {
		display: block;
	}

	.st_feature_table {
		display: none;
	}

	.st-section25-box-left .st-section25-content p:nth-child(2) br {
		display: none;
	}

	.st-section33 {
		padding: 40px 0px;
	}

	.st-section33-inner img {
		width: 100%;
		max-width: 210px;
		margin: 0 auto;
	}

	.st-feature-box-1 p {
		padding: 20px 20px;
	}

	.st-feature-box-1 p.st-bggray {

		padding: 20px 20px;
	}

	.st-feature-box-2 p {
		font-size: 22px;
	}

	.st-feature-box-3 p {
		font-size: 22px;
	}
    .st_banner_content > h1 {
        font-size: 22px;
    }
    .st_banner_content > h2{
        font-size: 16px;
    }
    .ai-tr-head .ai-tr-imageone {
        position: absolute;
        left: 0;
        top: -10px;
        width: 85px;
        height: 85px;
    }
    .ai-tr-head h4 {
        font-size: 17px;
        font-weight: 700;
        color: #232236;
    }
    .ai-tr-head {
        padding-left: 95px;
    }
    .ai-tr-number {
        width: 65px;
        height: 65px;
    }
    .st_section_wrapper3 .st_heading h1 {
        background-size: cover;
        font-size: 16px;
    }
    .ai-logo-section h2{
        font-size: 30px;
    }
    .st_section_wrap_5::before{
        background-size: cover;
        background-position: center;
    }
    .st-btn {
        font-size: 13px;
    }
}

@media(max-width:480px) {
	.st_section_24_heading h1 {
		font-size: 30px;
		padding: 0px 0px 30px;
	}

	.st_section_24 {
		padding: 40px 0 0;
	}

	.st-feature-botom h2 {
		font-size: 30px;
	}

	.st_angle_bottom.st_angle_bottom25 a {
		bottom: 110px;
	}

	.st-feature-botom {
		padding-bottom: 100px;
	}

	.st-section25 {
		padding: 40px 0 120px;
	}

	.st-section25-box-heading h2 {
		font-size: 30px;
	}

	.st_angle_bottom.st_angle_bottom26 a {
		bottom: 110px;
	}

	.st-section26-heading>h2 {
		font-size: 30px;
		max-width: 340px;
	}

	.st-section26-heading>h3 {
		font-size: 30px !important;
	}

	.st-section26-box {
		padding: 20px;
	}

	.st-section26-box p {
		font-size: 18px;
	}

	.st-feature-botom h2 {
		font-size: 22px;
	}

	.st_angle_bottom.st_angle_bottom27 {
		padding-bottom: 0;
	}

	.st_angle_bottom.st_angle_bottom27 a {
		bottom: 130px;
	}

	.st-section26 {
		padding: 59px 0px 60px;
	}

	.st-section27-heading h2 {
		font-size: 30px;
	}

	.st-section27-inner-row {
		padding: 30px 0px 0px;
	}

	.st-section26-heading.st-section28-heading>h2 {
		font-size: 30px;
	}

	.st-section29-conetent {
		padding: 120px 20px 0;
	}

	.st-section29-conetent p {
		font-size: 18px;
		padding-bottom: 20px;
	}

	.st-section29 {
		padding: 40px 0px 120px;
	}

	.st_angle_bottom.st_angle_bottom30 a {
		bottom: 110px;
	}

	.st-section30-heading h2 {
		font-size: 30px;
	}

	.st-section31-heading h2 {
		font-size: 30px;
	}

	.st-section31 {
		padding: 40px 10px 100px;
	}

	.st_angle_bottom.st_angle_bottom32 a {
		bottom: 120px;
	}

	.st-section32-heading h2 {
		font-size: 30px;
	}

	.st-section29-heading h2 {
		font-size: 30px;
	}

	.st-section25-heading h2 {
		font-size: 30px;
	}

	.st-section31-profile-box h2 {
		font-size: 24px;
	}

	.st-question-accordian button.accordion-button {
		font-size: 18px;
	}
}

@media(max-width:380px) {
	.st_section_24_heading h1 {
		font-size: 22px;
	}

	.st-section26-heading>h2 {
		font-size: 25px;
	}

	.st-section26-heading>h3 {
		font-size: 22px !important;
	}

	.st_angle_bottom.st_angle_bottom27 a {
		bottom: 110px;
	}

	.st-section26 {
		padding: 59px 0px 50px;
	}

	.st_angle_bottom.st_angle_bottom28 a {
		bottom: 120px;
	}

	.st-section27 {

		padding: 50px 0px 90px;
	}

	.st-section26-heading.st-section28-heading>h2 {
		font-size: 25px;
	}

	.st-section28 {
		padding: 40px 0px 100px;
	}

	.st-section30-inner {
		padding: 60px 20px;
	}

	.st_angle_bottom.st_angle_bottom29 a {
		bottom: 110px;
	}

	.st-section30 {
		padding: 40px 0px 105px;
	}

	.st_angle_bottom.st_angle_bottom31 a {
		bottom: 100px;
	}
}


/* responsive css */