.fnt500
{
   font-weight: 500;
}
.fnt400
{
     font-weight: 400;
}
.fnt600
{
    font-weight: 600;
}
.fnt700
{
    font-weight: 700;
}
.fnt800
{
    font-weight: 800;
}
.fnt900
{
    font-weight: 900;
}
.clrprimary
{
    color: #0A141E;
}
.clrsecondary
{
    color: #673AB7;
}
a.clrsecondary:hover
{
     color: #673AB7;
}
.clrwhite
{
    color: #fff;
}
.clrAFB2B8
{
    color: #AFB2B8;
}
.clr515860
{
    color: #515860;
}
.fnt13
{
    font-size: 13px;
}
.fnt14
{
    font-size: 14px;
}
.fnt16
{
    font-size: 16px;
}
.fnt18
{
    font-size: 18px;
}
.fnt48
{
    font-size: 48px;
}
.fnt24
{
    font-size: 24px;
}
.fnt30
{
    font-size: 30px;
}
.fnt20
{
    font-size: 20px;
}




img, svg {
   height: auto;
   max-width: 100%;
}



body
{
font-size: 18px;
color:#0A141E;
font-family: 'Montserrat', sans-serif;
 font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#smooth-content
{
     padding-top: 101px;
}
.admin-bar #smooth-content {
padding-top: 133px;
}


header
{
    padding: 24px 0px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10;
}

.admin-bar header {
	top: 32px;
}

ul.top-switcher {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.top-switcher li {
	display: inline-block;
}

ul.top-switcher li a {
	padding: 9px 14px;
    background-color: transparent;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #0A141E;
}

ul.top-switcher li:first-child a {
	color: #0A141E;
	background-color: #f1f1f1;
}

ul.top-switcher li a:hover {
	background-color: #0A141E;
    color: #fff;
}

.template-member ul.top-switcher li a {
	    color: #fff;
}

.template-member ul.top-switcher li:first-child a {
	background-color: transparent;
}

.template-member ul.top-switcher li:last-child a {
	color: #0A141E;
	background-color: #fff;
}

.template-member ul.top-switcher li a:hover {
    background-color: #59329E;
    color: #fff;
}

ul.top-ctas {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.top-ctas li {
	display: inline-block;
}

ul.top-ctas-mobile li {
		display: block;
		text-align: center;
	}


ul.top-ctas li a {
	padding: 10px 16px;
    font-size: 14px;
	border-radius: 8px;
    background-color: #fff;
    font-style: normal;
    font-weight: 600;
    color: #0A141E;
}

ul.top-ctas li a:hover,
ul.top-ctas li:last-child a {
	background-color: #0A141E;
	color: #fff;
}

ul.top-ctas li:last-child a:hover {
    background-color: #673AB7;
    color: #fff;
}

.navbar-nav .nav-link{
    font-size: 14px;
    font-weight: 500;
    color: #0A141E;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
}

.btn-secondary
{
    padding: 16px 28px;
    border-radius: 8px;

border: 1px solid  #DEDFE4;
background-color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 600;
color: #0A141E;
}
.btn-primary
{
padding: 16px 28px;
    border-radius: 8px;

border: 1px solid  #0A141E;
background-color: #0A141E;
font-size: 16px;
font-style: normal;
font-weight: 600;
color: #fff;
}

.btn-primary:hover {
    background-color: #673AB7;
    border-color: #673AB7;
    color: #fff;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-primary, .btn-primary:focus
{
    box-shadow: none;
     background-color: #673AB7;
    border-color: #673AB7;
    color: #fff;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #673AB7;
    border-color: #673AB7;
    color: #fff;
}

.btn-secondary:hover
{
    background-color: #0A141E;
    border-color: #0A141E;
    color: #fff;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus
{
    box-shadow: none;
     background-color: #0A141E;
    border-color: #0A141E;
    color: #fff;
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
   background-color: #0A141E;
    border-color: #0A141E;
    color: #fff;
}

.nav-actions {
	position: relative;
	margin-left: 16px;
	padding-left: 12px;
}

.nav-actions:before {
	content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 30px;
    width: 1px;
    background: #eee;
}

.nav-link:focus, .nav-link:hover {
    color: #673AB7;
}
.current-menu-item .nav-link
{
     color: #673AB7;
}
.footer_link .current-menu-item a
{
     color: #673AB7;
}
.generate_ai
{
    border-radius: 100px;
border: 0.5px solid #DEDFE4;

background:  #F5F5F5;
display: inline-flex;
color: #673AB7;
font-size: 14px;
font-weight: 500;
padding: 5px 10px 5px 5px;
justify-content: center;
align-items: center;
gap: 10px;
}

.generate_ai img {
	width: 28px;
}

.page_title
{
font-weight: 700;
font-size: 80px;
line-height: 90px;
		    max-width: 980px;
    margin: 0 auto;

}
.mt-48
{
    margin-top: 48px;
}



.home_hero
{
	padding: 70px 0 90px;
}

.top-section-ctas {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
}

.top-section-ctas .btn-secondary:focus,
.top-section-ctas .btn-secondary:hover
{
	color:#fff;
     border: 1px solid #673AB7;
	    background-color: #673AB7;
}

.desktop_inner_boxes
{
   position: absolute;
    width: 100%;
    top: 0px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
   display: flex;
    
      gap: 50px;
        height: calc(100% - 10px);



}

.desktop_inner_boxes div
{
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}
.desktop_inner_boxes div img
{
    box-shadow: 0px 2.643px 16px 0px rgba(10, 20, 30, 0.06), 0px 20px 80px 6px rgba(103, 58, 183, 0.14);
    border-radius: 14.352px;

}
.desktop_inner_boxes div img:last-child
{
 border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.desktop_inner_boxes div:nth-child(1) img:first-child {
  position: relative;
  transform: rotate(-4.967deg);
      top: -25px;

}
.desktop_inner_boxes div:nth-child(2) img:first-child {
  position: relative;
transform: rotate(-2.183deg);


}
.desktop_inner_boxes div:nth-child(3) img:first-child {
  position: relative;
transform: rotate(6.001deg);
    top: -70px;



}
.logo_slider img {
   
    width: auto!important;
}
.owl-carousel .owl-stage
{
    display: flex;
    align-items: center;
}
.owl-carousel .owl-item
{
    display: flex;
    justify-content: center;
}

.my-120
{
    margin: 120px 0px;
}
.what_onepulse
{
    border-radius: 20px;
background:  #0A141E;
padding: 80px 0px;
color: #fff;
}
.what_onepulse .box
{
    border-radius: 20px;
background:  #F5F5F5;
padding: 24px;
color: #0A141E;
}
.mt-64
{
    margin-top: 64px;
}
.what_onepulse .box2
{
    background-color: #222B34;
    color: #fff;
}
.what_onepulse .box3
{
    background-color: #673AB7;
    color: #fff;
}
.how_work .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;

}

.how_work .point {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}


.how_work .how_work_image
{
border-radius: 20px;
background: linear-gradient(332deg, #EFEBF7 -6.78%, #F1EFF6 4.97%, #F3F1F6 25.65%, #F5F4F5 79.37%, #F5F5F5 99.6%);
height: 600px;
padding: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how_work .how_work_inner
{
  padding-left: 50px;
}
/*.how_work .how_work_inner:before
{
       content: '';
    width: 1px;
    background: #DEDFE4;
    position: absolute;
    left: 14px;
    height: calc(100% - 8px);
    top: 8px;
}
.how_work .how_work_inner:after
{
       content: '';
    border-radius: 100px;
    border: 10px solid #673AB7;
 
    position: absolute;
    padding: 6px;
    left: 0px;
    top: 8px;
    background-color: #fff;

}*/
.how_work .how_work_image .image
{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.explore_feature
{
    position: absolute;
    bottom: 50px;
    left: 0px;
    margin: 0px auto;
        text-align: center;
    right: 0px;

}

.our_compuniey
{
    padding: 120px 0px;
    color: #fff;
    border-radius: 20px;
background: #0A141E;
}

.our_compuniey .box
{
    padding: 40px 24px;
    border-radius: 20px;
border: 1px solid  #515860;
background: #222B34;
}

.our_compuniey .box_last
{
    padding: 24px;
    padding-bottom: 0px;
    overflow: hidden;
    position: relative;
}
.our_compuniey .box_last .back1
{
    position: absolute;
    bottom: 0px;
}
.our_compuniey .box_last .back2
{
   position: absolute;
    bottom: 0%;
    right: -35%;
}

.our_compuniey .mobile_img_main
{
    margin-top: 90px;
}

.our_compuniey .mobile_img
{
    width: 320px;
    margin: 0px auto;
}


.z-index-1
{
    z-index: 1;
}

.our_compuniey .small_image
{
    position: absolute;
}
.our_compuniey .small_image.img1
{
   bottom: 263px;
    width: 90px;
    left: 56px;
}
.our_compuniey .small_image.img2
{
  bottom: 50px;
    width: 120px;
    left: 100px;
}

.our_compuniey .small_image.img3
{
     bottom: 216px;
    width: 120px;
    left: 250px;
}

.our_compuniey .small_image.img4
{
        bottom: 25px;

    left: 223px;
}

.our_compuniey .small_image.img5
{
           bottom: 250px;
    width: 120px;
    right: 278px;
}


.our_compuniey .small_image.img6
{
            bottom: 255px;
    right: 122px;
}

.our_compuniey .small_image.img7
{
            bottom: 113px;
    width: 120px;
    right: 40px;
}

.our_compuniey .small_image.img8 {
       bottom: 26px;
    width: 90px;
    right: 165px;
}
.price_box
{
height: 100%;
position: relative;
	    word-break: break-word;

}

.price_box .reccond_price
{
    border-radius: 20px 20px 0px 0px;
    background: #673AB7;
    color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(10, 20, 30, 0.05);
    position: absolute;
    width: 100%;
    left: 0px;
    top: -38px;
 	text-align: center;
    padding: 8px 24px;
    z-index: 1;
    height: 64px;
	 font-size: 15px;
	font-weight: 600;
}

.price_box .reccond_price a {
	color: #fff;
	text-decoration: none;
}

.price_box .reccond_price a:focus,
.price_box .reccond_price a:hover {
	color: #fff;
	text-decoration: underline;
}

.price_box .reccond_price img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.price_box .price_box_content { 
	position: relative;
	z-index: 2;
	border-radius: 20px;
	border: 1px solid  #DEDFE4;
	background: #FFF;
	box-shadow: 0px 2px 2px 0px rgba(10, 20, 30, 0.05);
	padding: 24px;
	height: 100%;
}

.price_box .fnt48 {
	line-height: 52px;
}

.price_source .pay_box
{
border-radius: 8px;
border: 0.5px solid  #DEDFE4;
background:  #F5F5F5;
padding: 16px;
display: flex;
align-items: center;
    justify-content: center;

}

.price_source .pricing_title {
	font-weight: 600;
    margin-bottom: 4px;
}

.price_source .pricing_subtitle {
    color: #515860;
	min-height: 64px;
}

.price_source .pricing_outer {
    min-height: 60px;
}

.price_source .pricing_outer_flex {
    display: flex;
}

.price_source .pricing_price {
	font-size: 32px;
	line-height: 42px;
	min-width: 90px;
}

.price_source .pricing_price_label {
	color: #515860;
	    font-size: 15px;
	max-width: 170px;
}

.price_source .pricing_cost {
	position: relative;
	padding: 12px 16px;
	border-radius: 12px;
	background: #F5F5F5;
	color: #515860;
		font-size: 15px;
	margin-top: 24px;
	min-height: 69px;
}

.price_source .pricing_cost.with_icon {
	padding: 12px 16px 12px 44px;
}

.price_source .pricing_cost.with_icon:before {
	content: " ";
	position: absolute;
	top: 12px;
    left: 15px;
    background-image: url(../image/people.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.price_source .pricing_cost span {
	font-weight: 600;
	color: #0A141E;
}

.calculator-section {
	text-align: center;
	margin: 60px 0 0px;
}

.calculator-section p,
.calculator-section a {
	font-size: 14px;
}

.calculator-section p {
	margin: 0 0 6px;
		font-weight: 500;
}


.calculator-section a {
	color: #0A141E;
	font-weight: 600;
}

.calculator-section a:focus,
.calculator-section a:hover {
	color: #0A141E;
	text-decoration: none;
}

.compare-plans-section {
	padding-top: 120px;
}

.compare-plans-title {
	font-weight: 700;
	font-size: 28px;
	margin: 0 0 84px;
	text-align: center;
}

.table-compare-plans-top {
	margin-bottom: 24px;
}

.table-compare-plans-top-mobile>div,
.table-compare-plans-top>div {
	display: flex;
	flex-wrap: wrap;	
}

.table-compare-plans-top-mobile>div>div,
.table-compare-plans-top>div>div {
	  flex: 25%;
	max-width: 25%;
}

.table-compare-plans-top-mobile>div>div {
	text-align: center;
	font-weight: 600;
}

.table-compare-plans-top-mobile>div>div:not(:first-child),
.table-compare-plans-top>div>div:not(:first-child) {
	padding: 0 12px;
}

.table-compare-plans>div {
	display: flex;
	flex-wrap: wrap;
    padding: 16px 0;
    font-size: 15px;
	border-bottom: 1px solid #DEDFE4;
}

.table-compare-plans>div:first-child {
		border-top: 1px solid #DEDFE4;
}

.table-compare-plans>div>div {
	  flex: 25%;
}

.table-compare-plans>div>div:not(:first-child) {
	  text-align: center;
	font-weight: 600;
	padding: 0 12px;
}

.table-compare-plans>div>div:first-child {
	color: #515860;
}

.special-offer-section {
	padding: 120px 0
}

.special-offer-top {
	max-width: 600px;
	margin-bottom: 80px;
}

.special-offer-top h2 {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: 48px;
}

.special-offer-top p {
		font-size: 18px;
}

.special-offer-box {
	background: #0A141E;
	border-radius: 20px;
	padding: 40px;
	color: #fff;

}

.special-offer-box .special-offer-main {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

.special-offer-box .special-offer-main .special-offer-main-top {
	flex: 1;
}


.special-offer-box .main-label {
	background: rgba(81, 88, 96, 0.4);
	color: #fff;
	padding: 6px 12px 6px 10px;
	border-radius: 40px;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 16px;
}

.special-offer-box .main-label img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.special-offer-box h3 {
	margin: 0 0 24px;
	font-weight: 700;
	font-size: 48px;
}

.special-offer-box p {
	color: #D1D2D6;
	margin: 0 0 4px;
}

.special-offer-box .old-price,
.special-offer-box .new-price,
.special-offer-box .main-discount {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.special-offer-box .old-price {
	color: #D1D2D6;
	text-decoration: line-through;
	font-size: 16px;
}

.special-offer-box .new-price {
	font-weight: 600;
	font-size: 19px;
}

.special-offer-box .main-discount {
	padding: 4px 10px 4px 8px;
	background: rgba(81, 88, 96, 0.4);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
}

.special-offer-box .main-discoun img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.special-offer-box .btn {
	border: 1px solid #673AB7;
    background-color: #673AB7;
	color: #fff;
	font-weight: 600;
	margin-top: 24px;
	padding: 14px 20px;
    border-radius: 8px;
}

.special-offer-card {
	background: #fff;
	padding: 24px;
	border-radius: 20px;
	color: #0A141E;
	position: relative;
}

.special-offer-card h3 {
	font-size: 34px;
    margin: 0 0 16px;
}

.special-offer-card h3.with-pd {
	    padding-right: 120px;
}

.special-offer-card p {
	color: #515860;
	font-size: 16px;
}

.special-offer-card .card-image {
	position: absolute;
    top: 27px;
    right: 20px;
    width: 70px;
}

.special-offer-card .bottom-card {
	display: flex;
}

.special-offer-card .save-discount {
min-width: 40%;
    text-align: right;
}

.special-offer-card .save-discount > div {
	padding: 6px 10px 6px 8px;
	font-size: 16px;
	color: #673AB7;
	border-radius: 40px;
	background: #f5f5f5;
	display: inline-block;
	font-weight: 600;
}

.special-offer-card .save-discount > div img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.special-offer-divider {
	text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -10px;
    margin-bottom: -10px;
}

.detail-label {
	margin-bottom: 8px;
	font-size: 16px;
}

.compare-link {
	margin-top: 80px;
	text-align: center;
	    font-size: 15px;
}

.compare-link a,
.compare-link a:hover,
.compare-link a:focus {
	color: #0A141E;
	font-weight:600;
}

.compare-link img {
		display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}


.why_wait_sec .btn {
	margin: 0 6px;
}

.why_wait_sec .btn-primary
{
     border: 1px solid #673AB7;
    background-color: #673AB7;
}

.why_wait_sec .btn-primary:focus,
.why_wait_sec .btn-primary:hover
{
     border: 1px solid #5a30a4;
    background-color: #5a30a4;
}

.why_wait_sec .btn-secondary
{
     border: 1px solid #fff;
}

.why_wait_sec .btn-secondary:focus,
.why_wait_sec .btn-secondary:hover
{
	color:#0A141E;
     border: 1px solid #ebebeb;
	    background-color: #ebebeb;
}

.price_box .pay_box h2
{
    font-weight: 700;
    font-size: 30px;
}
.fnt14
{
    font-size: 14px;
}
.price_box ul li
{
       position: relative;
    padding-left: 30px;
    background-image: url(../image/checkmark.svg);
    background-repeat: no-repeat;
  
    margin-bottom: 8px;
    font-size: 14px;
}

.slider-labels
{
       position: absolute;
    top: 6px;
    display: flex;
    justify-content: space-between;
    width: 95%;
    font-size: 12px;
    color: #515860;
    margin: 0px auto;
    left: 0px;
    right: 0px;


}


   .price_box input[type="range"] {
     -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #DFD8EF;
     outline: none;
   
  


    }

       .price_box input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      background: #673AB7;
      cursor: pointer;
       z-index: 1;
       position: relative;
     

    }


.range-fill {
  position: absolute;
  top: 16px;
  left: 0;
  width: 0;
  height:4px;
   border-radius: 10px;
  background-color: #673AB7; /* Change this to the desired background color */
  pointer-events: none; /* Ensure the range input is still interactive */
}


.testimonial_sec .wrapper
{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.testimonial_box
{
    border-radius: 20px;
    border: 1px #DEDFE4;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(10, 20, 30, 0.05), 0px 40px 100px 0px rgba(103, 58, 183, 0.14);
    padding: 24px 24px 40px 24px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
      top: 0;
  left: 0;

}

.testimonial_inner_boxes
{
    position: relative;
    width: 590px;
    height: 380px;
}

.testimonial_inner_boxes .testimonial_box:nth-child(1)
{
    transform: rotate(-2.594deg);
z-index: 3;
   

}

.testimonial_inner_boxes .testimonial_box:nth-child(2)
{
   transform: rotate(-3.427deg);
  z-index: 2;


}


.testimonial_inner_boxes .testimonial_box:nth-child(3)
{
  transform: rotate(1.713deg);
z-index: 1;


}

.why_wait_sec
{
    border-radius: 20px;
background:  #0A141E;
padding: 120px 0px;
color: #fff;
overflow: hidden;
}
.why_wait_sec .back1
{
       position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* margin: 0px auto; */
    width: 70%;
    top: 0;
}

.testimonial_sec_mobile
{
    display: none;
}




.hamburger-lines {
 height: 36px;
    width: 36px;
   
    background: #fff;
 
    border-radius: 8px;
    border: 1px solid #DEDFE4;
}
.hamburger-lines .line {

    display: block;
    width: 18px;
    height: 2px;
    background-color: #0A141E;
    position: absolute;
    left: 9px;
    transition: all 0.5s;
}
.hamburger-lines .line1 {
   top: 10px;
}
.hamburger-lines .line2 {
   top: 50%;
    margin-top: -1px;
}
.hamburger-lines .line3 {
  bottom: 10px;
}

.menu_line_open .hamburger-lines .line1 {
  transform: translateY(7px) rotate(42deg);
}
.menu_line_open .hamburger-lines .line2 {
       opacity: 0;
}
.menu_line_open .hamburger-lines .line3 {
 transform: translateY(-7px) rotate(-42deg);
}

#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;

  width: 100%;
  height: 100%;
   background-color: #fff;
}
#loading:before
{
    width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 9px solid;
   border-color: #dbdcef;
   border-right-color: #673AB7;
   animation: spinner-d3wgkg 1s infinite linear;
   content: '';
   position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);

}


@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}
.feature_box
{
    border-radius: 20px;
border: 0.5px  #DEDFE4;
background:  #F5F5F5;
padding: 16px;

}
.bg-primary
{
    background-color: #0A141E!important;
}
.border-radious-20
{
    border-radius: 20px;
}
.py-120
{
    padding: 120px 0px;
}

.black_box
{
    border-radius: 20px;
border: 1px solid  #515860;
background: #222B34;
display: flex;
padding: 40px 24px;
flex-direction: column;
align-items: flex-start;
gap: 40px;
flex: 1 0 0;
align-self: stretch;

}
.btn-primary-clr
{
        border: 1px solid #673AB7;
    background-color: #673AB7;
}
.gettouchbox
{
 display: flex;
padding: 40px;
flex-direction: column;
align-items: flex-start;
gap: 40px;
flex: 1 0 0;
align-self: stretch;
border-radius: 20px;
border: 0.5px solid var(--neutral-10, #DEDFE4);
background: var(--neutral-8, #F5F5F5);
}
.mt-40
{
    margin-top: 40px;
}
.object-cover
{
    object-fit: cover;
}
.feature_img
{
    height: 600px;
    border-radius: 20px;
}

.search_blog .form-control {
border-radius: 8px;
    border: 1px solid #DEDFE4;
    background: #FFF;
    padding: 12px 16px 12px 48px;
    background-image: url(../image/blog-search.svg);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    color: #0A141E;
}
.search_blog .form-control:focus {
    color: #0A141E;
   
    box-shadow: none;
}
.blog_catorgory
{
   border-radius: 8px;
    background: #F5F5F5;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}
.blog_catorgory .button {
   
   padding: 12px 18px;
border-radius: 8px;
    color: #0A141E;
    font-size: 16px;
    font-weight: 600;
 border: 1px solid  transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    background-color: transparent;
}
.blog_catorgory .button:active, .blog_catorgory .button:focus, .blog_catorgory .button.is-checked {
    background: #fff;
   border: 1px solid  #DEDFE4;

}


.blog_catorgory .button:hover {
      background: #fff;
   border: 1px solid  #DEDFE4;
}

.category_tab
{
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    padding-left: 24px;
} 

.category_tab:before
{
       content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 12px;
}




.blog_box a
{
    color: #0A141E;
    text-decoration: none;
}
.blog_box .image
{
    height: 240px;
    border-radius: 20px;
    overflow: hidden;


}
.blog_box .image img
{
    height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;

}
.blog_box h2
{
    font-size: 20px;
font-style: normal;
font-weight: 600;
}
.blog_box a:hover .image img
{
transform: scale(1.2);
}




.onepulse-community .category_tab
{

border: 1px solid  #673AB7;
background:  #EFEBF7;
color: #673AB7;


} 
.onepulse-community .category_tab:before
{
    background-color: #673AB7;
}




.casestudy .category_tab
{

border: 1px solid  #098032;
background:  #EBF4E9;
color: #098032;


} 

.casestudy .category_tab:before
{
    background-color: #098032;
}



.onepulse-platform .category_tab
{

border: 1px solid  #E91D63;
background:  #FDE8EF;
color: #E91D63;


} 

.onepulse-platform .category_tab:before
{
    background-color: #E91D63;
}

.pr .category_tab
{

border: 1px solid  #E91D63;
background:  #FDE8EF;
color: #E91D63;


} 

.pr .category_tab:before
{
    background-color: #E91D63;
}



.industry-insights .category_tab
{

border: 1px solid  #42A5F5;
background:  #ECF6FE;
color: #42A5F5;


} 

.industry-insights .category_tab:before
{
    background-color: #42A5F5;
}


.insider .category_tab
{

border: 1px solid  #42A5F5;
background:  #ECF6FE;
color: #42A5F5;


} 

.insider .category_tab:before
{
    background-color: #42A5F5;
}




.element-item.hidden
{
    visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
}
.all_blog_content
{
    min-height: 100px;
    overflow: hidden;
}
.dot_icon
{
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #515860;
	display: inline-block;
    line-height: 4px;
    margin: 0 4px;
}

.border-20
{
    border-radius: 20px;
}

.blog-details h1
{
    font-weight: 700;
    font-size: 48px;
}
.blog-details h2
{
    font-weight: 700;
    font-size: 30px;
    margin-top: 64px;
    
}
.page-template-template-member
{
    background-color: #0A141E;
    color: #fff;
}
.page-template-template-member header
{
    background-color: #0A141E;
}
.page-template-template-member .headerlogo img
{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}


.page-template-template-member .navbar-nav .nav-link
{
    color: #fff;
}

.page-template-template-member .navbar-nav .nav-item:nth-last-child(-n+2) {
    display: block;
}

.page-template-template-member .navbar-nav .nav-link:hover
{
        color: #673AB7;
}

.page-template-template-member .generate_ai
{
        background: rgba(34, 43, 52, 0.50);
    border: 0px;
    color: #fff;
}
.rotated1
{
    width: 258px;
    transform: rotate(-4.27deg);

    margin-left: auto;
}
.rotated2
{
    width: 242px;
    margin-top: 46px;
    transform: rotate(5.671deg);


}
.rotated3
{
    width: 242px;
    margin-left: auto;
    transform: rotate(-4.266deg);

}
.rotated4
{
    width: 258px;
   margin-top: 46px;
   transform: rotate(4.27deg);


}
.page-template-template-member .what_onepulse .box
{
    border: 1px solid rgba(81, 88, 96, 0.50);
    color: #fff;
background:  #222B34;
}
.pulse_box
{
    border-radius: 20px;
border: 1px solid rgba(81, 88, 96, 0.50);
background:  #222B34;
padding: 24px;
padding-bottom: 0px;
display: flex;
flex-direction: column;
gap: 64px;
justify-content: space-between;
}


.testimonial_single .image
{
border-radius: 100%;
border: 2px solid rgba(10, 20, 30, 0.30);
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
width: 72px;
height: 72px;
overflow: hidden;
background: #BFB1DE;


}
.testimonial_single .image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.testimonial_single h2
{
    font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 44px; 
margin-top: 24px;
margin-bottom: 16px;
}
.page-template-template-member footer:after
{
content: '';
    background-color: #0A141E;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    top: -1px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.page-template-template-member footer
{
        padding-top: 80px;
    position: relative;
}

.back1-survery
{
    position: absolute;
    left: 0%;
    z-index: -1;
}

.play_store
{
    padding: 16px 28px;
    border-radius: 8px;
border: 1px solid  #0A141E;
background:  #0A141E;
height: 60px;
justify-content: center;
align-items: center;
display: flex;
}
.play_store:hover
{
    background-color: #673AB7;
    border-color: #673AB7;
}
.play_store_pink
{
     background-color: #673AB7;
    border-color: #673AB7;
}
.z-index
{
    z-index: 1;
}


.savethiortee
{

padding: 4px 6px;
border-radius: 6px;
border: 1px  #673AB7;
background:  #8062BF;
font-size: 12px;
}
.pricemainsection
{
    margin-top: 120px;
}
.value_box
{
    padding: 40px;
text-align: center;
border-radius: 20px;
border: 0.5px solid  #DEDFE4;
background:  #F5F5F5;
}
.story_box
{
    padding: 40px;

border-radius: 20px;
background: linear-gradient(346deg, #EFEBF7 -11.18%, #F1EFF6 5.47%, #F3F1F6 34.76%, #F5F4F5 110.86%, #F5F5F5 139.52%);
}
.story_value
{
    padding: 20px;

border-radius: 12px;
border: 0.5px  #DEDFE4;
background:  #FFF;
box-shadow: 0px 40px 100px 0px rgba(103, 58, 183, 0.04);
}
.team_img
{
    width: 224px;
   margin: 0px auto;
}
.team_img img
{
   
    object-fit: cover;
    object-position: top;
}
.all_logos
{
         display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: 80px 20px;
    text-align: center;
}
.policy_content h2
{
    font-size: 36px;
    color: #0A141E;
    font-weight: 700;
    margin-top: 56px;
    margin-bottom: 24px;
}
.policy_content h3
{
    font-size: 24px;
    color: #0A141E;
    font-weight: 700;
    margin: 24px 0px;
}
.policy_content strong
{
    font-weight: 600;
}
.policy_content
{
    line-height: 30px;
}
.policy_content a
{
      color: #0A141E;
       font-weight: 600;
       text-decoration: underline;
           word-break: break-all;
}
.policy_content .wp-block-table
{
    margin: 64px 0px;
}
.policy_content .wp-block-table tr td
{
    border: 0px;
}
.policy_content .wp-block-table thead
{
    border: 0px;
}
.policy_content .wp-block-table td, .policy_content .wp-block-table th
{
    border: 0px;
}
.policy_content .wp-block-table tr td
{
    padding: 20px 16px;
    border-bottom:1px solid  #DEDFE4;
background: #FFF;
color: #222B34;
font-size: 20px;
}
.policy_content .wp-block-table tr th
{
    border-bottom: 1px solid  #DEDFE4;
background:  #F5F5F5;
font-size: 16px;
color: #515860;
v
}



.why_wait_sec .container
{
    position: relative;
    z-index: 1;
}
.qr_img
{
    margin: 0px auto;
    border: 1px solid #222B34;
    border-radius: 16px;
    padding: 10px;
    width: 150px;
}

.cky-consent-container
{
   width: 485px !important;

}

.cky-consent-container .cky-consent-bar
{
   background: #ffffff !important;
border: 1px solid #DEDFE4 !important;
padding: 24px !important;
border-radius: 16px !important;
box-shadow: 0px 4px 80px 6px rgba(0, 0, 0, 0.12) !important;
}

.cky-notice .cky-title {
   color: #0A141E !important;
font-weight: 600 !important;
font-size: 20px !important;
line-height: 24px !important;
margin: 0px !important;
}
.cky-notice-group
{
        padding-top: 16px;
     color: #515860 !important;
}
.cky-notice-des a
{
color: #0A141E;

font-size: 14px;
font-style: normal;
font-weight: 600;
text-decoration-line: underline;
}
.cky-notice-des a:hover
{
    color: #673AB7;
    border-color: #673AB7;
}
.cky-notice-btn-wrapper
{
  margin-top: 32px !important;
}
.cky-btn
{
padding: 12px 18px !important;
flex: none !important;
border-radius: 8px !important;
font-size: 16px !important;
font-weight: 600 !important;
}
.cky-btn-reject
{
    color: #0A141E!important;
background: #fff!important;
border: 1px solid #DEDFE4!important;
}
.how_work .line
{
      
  position: absolute;
    left: 0px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.how_work .line:after
{
        content: '';
    width: 0.5px;
    height: 100%;
    background-color: #DEDFE4;
    position: absolute;
    left: 2.5px;
    z-index: -1;
}

.how_work .line span
{
    width: 6px;
height: 6px;
background-color: #673AB7;
border-radius: 100%;
display: block;
}
.how_work .how_work_image .image img
{
    height: 100%;
}
.how_work .line span.active
{
   border: 8px solid #673AB7;
    background-color: #fff;
    left: -7px;
   
    position: relative;
    width: 22px;
    height: 22px;
}



.pricing_credits {
	position: relative;	
}

.pricing_credits > span,
.pricing_credits img {
	display: inline-block;
	vertical-align: middle;
}

.pricing_credits img {
	width: 20px;
	margin-left: 8px;
}

.pricing_credits_info {
position: absolute;
    display: none;
    font-size: 12px;
    font-weight: 500;
    background: #000;
    border-radius: 6px;
    color: #fff;
    padding: 8px;
    text-align: left;
    top: -58px;
    z-index: 9;
    left: 0;
		    bottom: 142%;
	max-width: 336px;
	    min-width: 300px;
    left: 50%;
    transform: translate(-50%);
}

.pricing_credits:hover .pricing_credits_info {
			display: block;
}

.pricing_credits_info:after {
content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -8px;
    margin-left: 2px;
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #000;
	    left: 65%;
}


footer
{
    padding-top: 60px;
    padding-bottom: 24px;
    background-color: #fff;
    color: #0A141E;
}

.footer-widget h3 {
	font-weight:600;
	font-size: 15px;
	margin-bottom: 16px;
}

.footer-widget ul.menu {
	padding-left: 0;
    list-style: none;
}

.footer-widget ul.menu li {
	margin-top: 8px;
}

.footer-widget ul.menu li a {
    font-size: 14px;
color: #0A141E;
text-decoration: none;
}

.footer-widget ul.menu li a:hover
{
    color: #673AB7;
}

.social-footer p {
    font-size: 14px;
    margin-bottom: 18px;
}

.social-footer ul {
	padding: 0;
	 list-style: none;
}

.social-footer ul li {
	margin-right: 12px;
	display: inline-block;
	
}

.social-footer ul li:last-child {
	margin-right: 0;
}

.social-footer ul li a {
	display: block;
	width: 16px;
}

#popup-lang-drop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
		display: none;
}

#popup-lang-drop.open {
	display: block;
}

.footer-lang {
	font-size: 15px;
	margin-top: 40px;
	position: relative;
}

.footer-lang .button-lang {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
}

.footer-lang .button-lang .icon-lang {
	display: inline-block;
	vertical-align: middle;
	    width: 17px;
}

.footer-lang .button-lang span {
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
}

.footer-lang .popup-lang {
	position: absolute;
    top: -12px;
    left: 0px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25), 0px 50px 100px -20px, rgba(0, 0, 0, 0.3), 0px 30px 60px -30px;
	box-shadow: 0 1px 3px -2px;
    transform: translateY(-100%);
	width: calc(1080px - 24px);
    max-width: calc(100vw - 24px);
}

.footer-lang .popup-lang.open {
	opacity: 1;
	pointer-events: auto;
}

.footer-lang .popup-lang .popup-lang-content {
    padding: 16px;

}

@media only screen and (min-width: 370px) {
	.footer-lang .popup-lang .popup-lang-content {
		display: grid;
	 grid-template-columns: repeat(2, minmax(0, 1fr));
		    gap: 12px;
	}
}

@media only screen and (min-width: 768px) {
.footer-lang .popup-lang .popup-lang-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}	
	
}

.popup-lang-content .country-item {
	position: relative;
	margin-bottom: 12px;
}

.popup-lang-content .country-item:last-child {
	margin-bottom: 0px;
}

.popup-lang-content .country-item {
	position: relative;
}

.popup-lang-content .country-item .country-icon {
	position: absolute;
    left: 0;
    top: 0;
	max-width: 18px;
}

.popup-lang-content .country-item .country-content {
    padding-left: 30px;
}

.popup-lang-content .country-item .name {
	font-weight: 500;
}
.popup-lang-content .country-item a {
	font-size: 12px;
    text-decoration: none;
    opacity: 0.7;
    color: #0A141E;
}

.popup-lang-content .country-item a:hover {
	opacity: 0.5;
}

.copy_right {
 font-size: 13px;
 padding-top: 80px;
}
