/* stylesheet */
:root{
    --pink-color:#F6403F;
    --white-color:#ffffff;
    --orange-color:#ff7418;
    --dark-color:#222222;
    --gray-color:#575759;
    --green-color:#8dc640;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #18191a;
    -webkit-font-smoothing: antialiased;
}
a,a:hover,a:focus{
    text-decoration: none;
    color: inherit;
}
.sp_margin0{
    margin: 0;
}
.h1, .h2, .h3, h1, h2, h3{
    margin-top:0px;
}
.w-100 {
    width: 100%;
    text-align: center;
}
/* common css */
.sp_padderTop10{
    padding-top: 10px;
}
.sp_padderTop20{
    padding-top: 20px;
}
.sp_padderTop30{
    padding-top: 30px;
}
.sp_padderTop40{
    padding-top: 40px;
}
.sp_padderTop50{
    padding-top: 50px;
}
.sp_padderTop60{
    padding-top: 60px;
}
.sp_padderTop70{
    padding-top: 70px;
}
.sp_padderTop80{
    padding-top: 80px;
}
.sp_padderTop90{
    padding-top: 90px;
}
.sp_padderTop100{
    padding-top: 100px;
}
.sp_padderBottom5{
    padding-bottom: 5px;
}
.sp_padderBottom10{
    padding-bottom: 10px;
}
.sp_padderBottom20{
    padding-bottom: 20px;
}
.sp_padderBottom30{
    padding-bottom: 30px;
}
.sp_padderBottom40{
    padding-bottom: 40px;
}
.sp_padderBottom50{
    padding-bottom: 50px;
}
.sp_padderBottom60{
    padding-bottom: 60px;
}
.sp_padderBottom70{
    padding-bottom: 70px;
}
.sp_padderBottom80{
    padding-bottom: 80px;
}
.sp_padderBottom90{
    padding-bottom: 90px;
}
.sp_padderBottom100{
    padding-bottom: 100px;
}
.sp_padderRL50{
    padding-left: 50px;
    padding-right: 50px;
}
.sp_marginBottom30{
    margin-bottom: 30px;
}
.sp_equalPadding{
    padding: 20px !important;
}
.sp_marginX_auto{
    margin-left: auto;
    margin-right: auto;
}
.sp_marginTop0{
    margin-top: 0px;
}
.sp_marginBottom0{
    margin-bottom: 0px !important;
}
.sp_toggle{
    display: none;
}
.sp_font22{
    font-size: 22px;
}
.sp_font36{
    font-size: 36px;
    line-height: 50px;
}
.sp_font42{
    font-size: 42px;
}
.sp_font18{
    font-size: 18px;
    line-height: 30px;
}
.sp_font20{
    font-size: 20px;
    line-height: 32px;
}
.sp_font26{
    font-size: 26px;
    line-height: 46px;
}
.sp_font24{
    font-size: 24px;
    line-height: 46px;
}
.sp_font28{
    font-size: 28px;
    line-height: 46px;
}
.sp_font30{
    font-size: 30px;
    line-height: 46px;
}
.sp_font32{
    font-size: 32px;
    line-height: 46px;
}
.sp_font50{
    font-size: 50px;
    line-height: 70px;
}
.sp_orang_bg_box{
    background-image: -moz-linear-gradient( -113deg, rgb(254,158,92) 0%, rgb(255 66 52) 100%);
    background-image: -webkit-linear-gradient( -113deg, rgb(254,158,92) 0%, rgb(255 66 52) 100%);
    background-image: -ms-linear-gradient( -113deg, rgb(254,158,92) 0%, rgb(255 66 52) 100%);
    color: #ffffff;
    border-radius: 10px;
    display: inline-flex;
    padding: 25px;
}
.sp_weightregular{
    font-weight: 400 !important;
}
.sp_weightsemibold{
    font-weight: 600 !important;
}
.sp_btn {
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 50px;
    color: var(--pink-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
} 
.sp_btn:hover{
    transform: scale(1.05);
}
.sp_btn.sp_btn_orange {
    background-color: var(--orange-color);
    color: #ffffff;
    height: 72px;
    font-size: 18px;
    padding: 0 80px;
    box-shadow: -7.949px 12.721px 20px 0px rgba(255, 116, 24, 0.2);
}
.sp_btn.sp_btn_orange.sp_dev_btn {
    height: 160px;
    padding: 0 40px;
    font-weight: normal;
    animation-name: stretch;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 390px;
    width: 100%;
}
.sp_buynowBtn {
    font-size: 38px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sp_offerPrice {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
.sp_btn.sp_singleSiteBtn {
    height: 160px;
    padding: 0 40px;
    font-weight: normal;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 390px;
    background-color: #fff;
    border: 1px solid #D5D5D5;
    box-shadow: 0 0 20px #f5f5f5;
    color: #2b292a;
}
.sp_height100 .sp_buyBtn_new {
    display: block;
    width: 100%;
}
.sp_height100 h1 {
    height: 60px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sp_singleSiteBtn:hover, .sp_singleSiteBtn:hover .sp_orange {
    color:#fff;
}
@keyframes stretch {
    0% {
      transform: scale(1);
      background-color: #ff4234;
    }
    50% {
    }
    100% {
      transform: scale(1.1);
    }
}
.sp_dev_btn svg.tcb-icon {
    width: 30px;
    margin-right: 10px;
    fill: #fff;
}
.sp_btn:hover{
    border-color: var(--white-color);
    color: var(--white-color);
    background-color: var(--pink-color);
}
.sp_verticle_center{
    display: flex;
    align-items: center;
}
.sp_heading_with_whitebg{
    font-size: 22px;
    background-color: var(--white-color);
    line-height: 60px;
    color: var(--pink-color);
    font-weight: 800;
    display: inline-flex;
    margin: 0 auto;
    border-radius: 60px;
    padding: 0 50px;
}
.sp_heading.sp_heading_with_line {
    font-weight: 700;
    color: var(--orange-color);
    position:relative;
    padding-bottom:20px;
    margin-bottom:15px
}

.sp_heading.sp_heading_with_line:after {
    position: absolute;
    width: 70px;
    content:'';
    height: 2px;
    background-color: var(--orange-color);
    bottom:0;
    left:0;
}
.sp_orange{
    color: var(--orange-color);
}
.sp_gray{
    color: var(--gray-color)
}
.sp_black{
    color: var(--dark-color);
}
.sp_green{
    color: var(--green-color);
}
.sp_bg_grey {
    background: #f5f5f5;
}
.sp_white{
    color: #ffffff;
}
.sp_weightblack{
    font-weight: 900 !important;
}
.sp_weightextrabold{
    font-weight: 800 !important;
}
.sp_weightbold{
    font-weight: 700 !important;
}
.sp_bg2{
    background-image: url('assets/images/bg2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sp_heading{
    font-size: 32px;
    color: var(--dark-color);
    font-weight: 500;
    line-height: 45px;
}
.form-control {
    height: 60px;
    padding: 0 30px;
    border: 1px solid #e5eff1;
    background-color: #fafcfc;
    box-shadow: none !important;
    border-radius: 6px;
    color: var(--dark-color);
}
.form-control:focus{
    border-color:var(--orange-color)
}
.form-control:placeholder{
    color:#bcced1;
}
/* header css start */
.sp-header-wrapper.sp-header-fixed {
    position: fixed;
    z-index: 9;
    top: 0px;
    background-color: #2b292a;
    padding: 12px 0px;
    /* transition: all 0.5s ease-in; */
}
.sp-header-wrapper {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 9;
    padding: 12px 0px;
    transition: all 0.3s ease;
  }
  .sp-navbar-wrapper {
    display: flex;
    align-items: center;
  }
  .sp-brand-logo a img {
    max-width: 285px;
    max-height: 44px;
    object-fit: contain;
  }
  .sp-navbar-menu {
    margin-left: auto;
  }
  .sp-navbar-menu .responsive-logo a img {
    display: none;
  }
  .sp-navbar-menu ul{
    display: flex;
    align-items: center;
  }
  .sp-navbar-menu ul li {
    display: inline-block;
    margin-right: 40px;
  }

  .sp-navbar-menu ul li:last-child {
    margin-right: 0;
  }
  .sp-navbar-menu ul li a {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: all 0.3s;
  }

  .sp-navbar-menu ul li.btn_main a {
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    color: var(--pink-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
} 
  .sp-navbar-menu ul li a:hover {
    color: #000;
  }
  .sp-header-wrapper.sp-header-fixed .sp-navbar-menu ul li.btn_main a{
    background-image: -moz-linear-gradient( -113deg, rgb(254,158,92) 0%, rgb(255 66 52) 100%);
    background-image: -webkit-linear-gradient( -113deg, rgb(254,158,92) 0%, rgb(255 66 52) 100%);
    background-image: -ms-linear-gradient( -113deg, rgb(254,158,92) 0%, rgb(255 66 52) 100%);
    color: var(--white-color);
    border-radius: 50px;
    border: none;
  }
  .sp-header-wrapper.sp-header-fixed .sp-navbar-menu ul li a:hover{
    color: var(--pink-color);
  }
  .sp-header-wrapper.sp-header-fixed .sp-navbar-menu ul li.btn_main a{
    color: var(--white-color);
  }
.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
  }
  
  .fadeInDown {
    animation-name: fadeInDown;
  }
  
  .fadeInLeft {
    animation-name: fadeInLeft;
  }
/* header css end  */
/* list */
.sp_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sp_list li {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    padding-left: 40px;
}
.sp_list li img {
    position: absolute;
    left: 0;
    top: 2px;
}
.sp_italicpera {
    position: relative;
    color: #6e747a;
    font-size: 18px;
    display: inline-flex;
    padding: 0 40px;
    font-weight: 600;
    z-index: 1;
}

.sp_italicpera:after {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #6e747a;
    content: '';
    top: 50%;
    z-index: -1;
}

.sp_italicpera i {
    background-color: #ffffff;
    padding: 0 10px;
}

/* banner css */
.sp_banner_wrapper{
    background-image: url('../images/bg_main1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center ;
    padding: 100px 0 0; 
    color: #fff;
    position: relative;
    z-index: 1;
}
.sp_banner_wrapper h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.sp_banner_wrapper h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    padding: 20px 0 0;
    margin: 0;
}
.sp_banner_wrapper h1 {
    font-size: 50px;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    padding-bottom: 0px;
    line-height: 70px;
    color: #fff;
    display: inline-flex;
    padding: 0 20px;
    margin: 0 0 10px;
    display: block;
}
.sp_banner_wrapper h1 .sp_bgYellow{
    font-weight: 900;
}
.sp_topHeading h2 {
    font-size: 50px;
    line-height: 65px;
    text-transform: capitalize;
}
.sp_video {
    display: inline-flex;
    box-shadow: 0px 0px 30px 0px rgba(255, 116, 24, 0.2);
    border: 3px solid #fff;
    margin-top: 40px;
    border-radius: 3px;
    max-width: 100%;
}
.sp_highlight_box {
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 50px;
    border: 2px solid #ffeb3b;
    border-radius: 50px;
    color: #ffeb3b;
    background-color: rgb(255 235 59 / 20%);
}
.sp_brand_typo{
    text-transform: uppercase;
}
/* about css */
.sp_about_detail p{
    font-size: 18px;
    font-weight: 400;
}
.sp_box {
    background-color: #fdfafd;
    font-size: 18px;
    font-weight: 400;
    padding: 30px;
    border-radius: 10px;
    line-height: 28px;
    border: 1px solid #efe5ef;
} 
/* figure css */
.sp_figure_box {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(96, 129, 135, 0.16);
    position: relative;
    text-align: center;
    padding: 30px 30px 60px;
    margin: 0 auto 100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    max-width: 295px;
    width: 100%;
}
.sp_figure_box:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.sp_figure_box .sp_price {
    position: absolute;
    left: -23px;
    top: 145px;
}

.sp_figure_box .sp_price span {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    top: 25px;
    bottom: 0;
}

.sp_figure_box .sp_number img {
    margin: 0 auto;
    width: 95px;
}

.sp_figure_box .sp_number>span {
    position: absolute;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
}

.sp_figure_box .sp_number {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    display: flex;
}
.sp_figure_box>img{
    margin: 0 auto 120px;
}
.sp_figure_box:after,.sp_figure_box:before {
    position: absolute;
    background-color: #f8eae0;
    left: 35px;
    right: 35px;
    top: -17px;
    content: '';
    height: 17px;
    border-radius: 15px 15px 0 0;
}
.sp_figure_box>h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
}

.sp_figure_box:after {
    top: auto;
    bottom: -17px;
    border-radius: 0 0 15px 15px;
}
.sp_zomato_wrapper .sp_figure_box>img {
    margin: 0 auto;
}
/* take a look */
.sp_box_with_arrow .sp_box {
    padding: 50px 40px;
    margin-top: -30px;
}
/* seles products */
.sp_bg3{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/bg3.jpg');
    background-position: center;
}
.sp_box_with_btn .sp_orang_bg_box{
    border-radius: 70px;
    padding: 20px 40px;
    transform: translateY(35px);
}
.sp_box.sp_box_with_btn {padding-bottom: 0;}

.sp_sell_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_sell_box>img {
    margin-right: 20px;
}

.sp_sell_box .sp_box {
    background-color: transparent;
    padding: 40px;
}
.sp_sell_box.sp_reverse {
    flex-direction: row-reverse;
}

.sp_sell_box.sp_reverse>img {
    margin: 0 0 0 20px;
}
/* zomato section */
.sp_zomato_wrapper .sp_box{
    display: inline-flex;
    background-color: transparent;
}
.sp_zomato_wrapper .sp_figure_box {
    padding: 50px 20px;
    max-width: 100%;
    margin: 50px 0 0 0;
    min-height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sp_step_ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.sp_step_ul::before{
    position: absolute;
    content: '';
    background-image: url(../images/step_arrow.png);
    height: 97px;
    left: 230px;
    width: 687px;
    top: 30px;
    background-repeat: no-repeat;

}
.sp_wp_king_box .sp_box{
    background-color: #fdfafd;
}
/* table */
.sp_table th {
    background-color: #fdfafd;
    padding: 23px 20px;
    text-align: right;
    border-bottom: 1px solid #efe5e5;
}

.sp_table td {
    background-color: #ffffff;
    padding: 20px;
    border-right: 1px solid #efe5e5;
    border-bottom: 1px solid #efe5e5;
    width: 33.33%;
}
.sp_table td>i>img{
    margin-right: 10px;
}

.sp_table th:first-child {
    border-radius: 10px 0 0 0;
    padding-right: 50px;
}

.sp_table th:last-child {
    border-radius: 0 10px 0 0;
    padding-right: 130px;
}
.sp_table {
    table-layout: fixed;
}

.sp_table td:first-child {
    width: 20%;
}

.sp_table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.sp_table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.sp_table tr:last-child td {
    border-bottom: none;
}

.sp_table tr td:last-child {
    border-right: none;
}
.sp_table tr td:first-child {
    padding-left: 50px;
}
.sp_book1{
    margin-left: -50px;
}
.sp_height50{
    padding: 13px 25px;
    border-radius: 5px;
}
.sp_orange_bg1{
    background:#ff7418 !important ;
}
/* steps */
.sp_bg4{
    background-image: url(../images/bg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sp_heading_with_line {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 20px;
}
.sp_heading_with_line:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background-color: var(--orange-color);
    left: 0;
    bottom: 0;
}
.sp_step1 {
    position: absolute;
    left: -85px;
    bottom: -135px;
}
.sp_step2 {
    position: absolute;
    right: -85px;
    bottom: -135px;
}
.sp_bg_pink .sp_italicpera i {
    background-color: #fff2e7;
}
.sp_reverse .sp_sell_box {
    flex-direction: row-reverse;
}

.sp_reverse .sp_sell_box>img {
    margin: 0 0 0 20px;
}
.sp_sites_section .sp_box{
    background-color: #ffffff;
}
/* layouts */
.sp_layout_detail .sp_box {
    padding: 0 35px 42px;
}

.sp_layout_detail .sp_box .sp_orang_bg_box {
    transform: translateY(-37px);
    text-transform: uppercase;
    padding: 8px 40px;
}
.sp_layout_detail>img{
    margin:0 !important
    
}

.sp_layout_img {
    position: relative;
}

.sp_layout_img>a {
    height: 62px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -31px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    border-radius: 50px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0e2249;
    border: 6px solid #0e2249;
}
.sp_mail_bg {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
}
.sp_mail_inner_box{
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 30px 0px rgba(89, 128, 255, 0.15);
	padding: 20px 30px 10px;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.sp_mail_bg:after{
	background: url(../images/mail_after.png) no-repeat;
	width: 170px;
	height: 170px;
	content: '';
	position: absolute;
	z-index: -1;
	left: 94%;
	top: -25px;
	background-size: contain;
}
.sp_mail_bg:before{
	background: url(../images/mail_before.png) no-repeat;
	width: 170px;
	height: 170px;
	content: '';
	position: absolute;
	bottom: -70px;
	right: 95%;
	z-index: 0;
	background-size: contain;
}











/* feature */
@keyframes slideUp{
    0%{
        transform: translateY(50px);
    }
    50%{ transform: translateY(0);}
    100%{
        transform: translateY(50px);
    }
}
@keyframes slideDown{
    0%{
        transform: translateY(0px);
    }
    50%{ transform: translateY(50px);}
    100%{
        transform: translateY(0px);
    }
}
.sp_feature_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sp_feature_list li {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgb(193 157 216 / 16%);
    border-radius: 20px;
    padding: 70px 20px;
    max-width: 270px;
    width: 100%;
    margin:0 40px 80px 0;
    animation: slideDown 4s  infinite linear;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.sp_feature_list li:hover {
    box-shadow: 0px 0px 50px 0px rgb(255 83 111 / 11%);
}
.sp_feature_list li>span>img {
    width: 80px;
}
.sp_feature_list li:last-child{
    margin-right: 0px;
}
.sp_feature_list li span{
    font-weight: 600;
}
.sp_feature_list li:nth-child(even){
    transform:translateY(50px);
    animation: slideUp 4s  infinite linear;
}
/* notification css */
.sp_bg_pink {
    background-color: #fff2e7;
}
.sp_step {
    position: relative;
}

.sp_step>span {
    position: absolute;
    display: inline-flex;
    left: 50%;
    top: 30%;
    transform: translate(-50% , -50%);
    color: #fff;
    text-transform: uppercase;
    flex-direction: column;
    font-weight: 600    ;
}
.sp_step>span>span{
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 3px;
}

.sp_step_form {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(255, 116, 24, 0.1);
    padding: 40px 50px 60px;
    margin-top: 30px;
  }
  .sp_step_form > form {
    display: flex;
}

.sp_step_form > form>input {
    max-width: 385px;
    margin-right: 30px;
    width: 100%;
}

.sp_step_form .sp_jvzooBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 110px;
}
.sp_step_form .sp_jvzooBox .sp_btn{
    padding: 0 38px;
}
/* funnel css */
.sp_bg_img{
    background-image: url('../images/bg2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* testimonial css */
.sp_testimonial_erapper {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(255, 116, 24, 0.1);
    padding: 0 40px 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
}
.sp_testimonial_erapper::after{
    position: absolute;
    content: '';
    background: url(../images/svg/quotes.svg) no-repeat  center;
    background-size: cover;
    z-index: -1;
    width: 146px;
    height: 108px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.sp_testimonial_erapper .sp_quotes {
    position: absolute;
    right: 40px;
    top: -32px;
}
.sp_client_detail {
    display: flex;
    align-items: center;
    transform: translateY(-30px);
}
.sp_client_detail .sp_client_img {
    width: 85px;
    height: 85px;
    border: 3px solid #ffe4cf;
    overflow: hidden;
    margin-right: 22px;
    border-radius: 100%;
    padding: 3px;
}
.sp_client_detail .sp_client_img img {
    border-radius: 100%;
}
.sp_client_detail .sp_client_name {
    font-size: 18px;
    font-weight: 700;
    color: var(--orange-color);
    padding-top: 20px;
}
.sp_testimonial_erapper.sp_video_testimonial {
    padding: 0 40px 40px 40px;
}

.sp_testimonial_erapper.sp_video_testimonial .sp_client_detail .sp_client_img {
    margin: -30px 0 0 0;
    border-width: 5px;
    position:relative;
    border-color: var(--orange-color);
    padding: 0;
    z-index:1
}
.sp_testimonial_erapper.sp_video_testimonial .sp_client_detail .sp_client_name {
    background-color: var(--orange-color);
    color: #fff;
    font-weight:600;
    font-size:16px;
    line-height:50px;
    padding:0 35px 0 65px;
    border-radius:0 0 25px 20px;
    margin-left:-50px;
}

/* demo css */
.sp_demo_wrapper{
    background-image: url('../images/bg4.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sp_demo_wrapper .sp_heading{
    color: #fff;
    font-weight: 400;
}
.juv_demo_box{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.juv_demo_box:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.sp_demoTitle {
    height: 50px;
    border-radius: 50px;
    background-color: rgb(255 255 255 / 10%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-width: 200px;
}
.sp_makes_box{
    margin-bottom: 50px;
}
/* feature box */
.sp_feature {
    border-radius: 20px;
    padding: 50px 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(255, 116, 24, 0.1);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.sp_feature:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.sp_feature .sp_icon {
    width: 110px;
    height: 110px;
    border: 2px solid #e9e0ed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 40px;
    position: relative;
}

.sp_feature .sp_icon:after,.sp_feature .sp_icon:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #e9e0ed;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.sp_feature .sp_icon:after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--orange-color);
    bottom: -30px;
    top: auto;
}
/* email swipe */
.sp_emailswiper_wrapper{
    background-image: url('../images/bg5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sp_emailswiper_wrapper .sp_step>span{
    color: var(--orange-color);
}
.sp_emailswiper_wrapper .sp_heading{
    color: #ffffff;
}
.sp_emailSwipes  .sp_step_form {
    max-width: 890px;
    width: 100%;
    margin: 30px auto 0;
    padding: 40px 60px;
}

.sp_emailSwipes .sp_step_form .sp_jvzooBox {
    padding: 0;
}
.sp_emailswiper_wrapper .sp_step_form > form>input {
    max-width: 364px;
}
.sp_price_wrapper img {
    margin: 0 auto;
}
/* launch css */
.sp_launch_wrapper{
    background-image: url('../images/bg6.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sp_relation_wrapper{
    background-image: url('../images/bg7.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sp_relation_wrapper .sp_heading{
    color: #ffffff;
}
.sp_launch_box {
    max-width: 650px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    display: flex;
    padding: 30px 80px;
    align-items: center;
}
.sp_launch_box:after,.sp_launch_box:before{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/shape.png);
    width: 25px;
    background-repeat: no-repeat;
    height: 22px;
}
.sp_launch_box:after{
    left: auto;
    right: 0;
    transform: translateY(-50%) scale(-1);
}
.sp_launch_box .sp_icon img {
    width: 99px;
    margin-right: 40px;
}

.sp_launch_box .sp_detail {
    font-size: 28px;
}
.sp_launch_box .sp_detail >span{
    display: flex;
}
.sp_launch_box_wrapper{
    z-index: 1;
    position: relative;
}
.sp_launch_box_wrapper:after{
    position: absolute;
    top: 50%;
    border: 1px solid #000000;
    left: 0;
    content: '';
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}

/* footer css */
.sp_footer_wrapper .sp_box {
    border-radius: 20px;
    padding: 55px 60px;
    margin-bottom: 30px;
}
.sp_copyright_wrapper {
    background-color: #222222;
    color: #fff;
    padding: 15px 0 5px;
    position: relative;
}
.sp_up{
    width: 70px;
    height: 70px;
    background-color: var(--orange-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    cursor: pointer;
    top: -35px;
    transform: translateX(-50%);
}
.sp_author_box {
    display: flex;
}

.sp_author_box .sp_img img {
    width: 150px;
    border: 5px solid var(--orange-color);
    border-radius: 100%;
}

.sp_author_box .sp_img {
    margin-right: 20px;
    position: relative;
    z-index: 1;
}
.sp_author_box .sp_detail {
    padding-top: 60px;
    position: relative;
    width: calc(100% - 170px);
}

.sp_author_box .sp_detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp_author_box .sp_detail ul li {
    margin-bottom: 11px;
    font-weight: 600;
}

.sp_author_box .sp_detail ul li img {
    margin-right: 7px;
}

.sp_author_box .sp_detail h3 {
    background-color: var(--orange-color);
    color: #fff;
    line-height: 46px;
    border-radius: 46px;
    margin-left: -100px;
    text-align: right;
    text-transform: capitalize;
    padding: 0 45px 0 80px;
    display: inline-flex;
    font-size: 19px;
    position: absolute;
    font-weight: 700;
    top: -19px;
}

.sp_copyright_wrapper .sp_copyright_inner {
    display: flex;
    justify-content: space-between;
}


/********************** Extra css 26-04-2024 *********************/
.sp_marketers_detail h1 {
    margin-top: 0;
}
.sp_prodressList{
    margin: 0px -50px;
}
.sp_prodressList.sp_step_ul::before {
    left: 255px;
    top: 30px;
}
.center_text{
    display: block;
    text-align: center;
    width: 100%;
}
.sp_ultimateBox .sp_layout_detail .sp_box p {
    margin-bottom: 0;
    line-height: normal;
}
.sp_font38 {
    font-size: 38px;
    line-height: 50px;
}
.sp_bussinessLevel .sp_figure_box {
    min-height: 300px;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
}
.sp_bussinessLevel .sp_figure_box::before, 
.sp_bussinessLevel .sp_figure_box::after {
    display: none;
}
.sp_bussinessLevel .sp_figure_box>img {
    margin-bottom: 30px;
    max-width: 170px;
    max-height: 170px;
}
/* feature box */
.sp_feature_box {
    border-radius: 20px;
    padding:50px 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(255, 116, 24, 0.1);
    margin-top: 30px;
    min-height: 350px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.sp_feature_box:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.sp_feature_box .sp_icon {
    width: 110px;
    height: 110px;
    border: 2px solid #e9e0ed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 40px;
    position: relative;
}
.sp_feature_box .sp_icon:after,
.sp_feature_box .sp_icon:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #e9e0ed;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
.sp_feature_box .sp_icon:after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--orange-color);
    bottom: -30px;
    top: auto;
}
.sp_feature_box p {
    line-height: normal;
    margin-bottom: 0;
}
.sp_feature_box .sp_icon img {
    max-width: 100px;
    max-height: 100px;
}
.sp_feature_box .sp_font20 {
    margin-bottom: 15px;
}
.mx_auto{
    margin: 0px auto;
}
.sp_agentPricingList .sp_table tr td:last-child,
.sp_agentPricingList .sp_table tr td:first-child {
    border-right: none;
    width: 50%;
    text-align: left;
    padding-left: 70px;
    position: relative;
}
.sp_agentPricingList .sp_table tr td {
    border: 1px solid #ccc;
}
.sp_agentPricingList .sp_table tr:last-child td:last-child {
    border-bottom: 0px !important;
    border-radius: 0px 0 10px 0px;
    border-right: 0;
}
.sp_agentPricingList .sp_table tr:last-child td:first-child{
    border-radius: 0px 0px 0px 10px;
    border-bottom: 0px;
    border-left: 0;
}
.sp_agentPricingList .sp_table tr:first-child td:first-child{
    border-radius: 10px 0px 0px 0px;
    border-top: 0px;
    border-left: 0;
}
.sp_agentPricingList .sp_table tr:first-child td:last-child{
    border-radius: 0px 10px 0px 0px;
    border-top: 0px;
    border-right: 0;
}
.sp_check_icon:before {
    background-image: url(../images/check.png);
}
.sp_uncheck_icon:before {
    background-image: url(../images/cancel.png);
}
.sp_agentPricingList .sp_table tr td:before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    left: 30px;
    top: 26px;
    background-repeat: no-repeat;
}
.sp_agentPricingList .sp_table th:first-child {
    border-right: 1px solid #efe5e5;
}
.sp_agentPricingList .sp_table th {
    background-color: #ff7418;
    border: 0;
    text-align: center;
    color: #fff;
}
.sp_padderLeft75 {
    padding-left: 75px;
}

/****** Bonus Section Css *********/
.sp_bonusWorth {
    color: #fe9645;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
}
.sp_bonusIcon_img {
    position: relative;
    top: -28px;
    margin-right: 10px;
}
span.sp_light_orangeBox {
    font-weight: 700;
    color: #fe9645;
    font-size: 20px;
    background: rgb(255 150 69 / 20%);
    max-width: fit-content;
    max-width: -moz-fit-content;
    border-radius: 30px;
    padding: 5px 20px;
    margin-bottom: 6px;
    margin-right: 10px;
}
.sp_bonus_title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #394148;
}
.sp_btn_reverse {
    background: #394148;
    color: #fff;
    margin-left: 25px;
}
.sp_bonusBox {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.sp_bonusBox:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
/***    FAQ CSS  ****/
.sp_faq_box {
    padding-left: 70px;
    position: relative;
    background-image: url(../images/faq.png);
    background-repeat: no-repeat;
    background-position: 20px 25px;
}
/****** Footer Css ******/
.sp_footer_menu{
	display:inline-block;
	width:100%;
	text-align:center;
	background-color:#222222;
	padding:20px 0;
}
.sp_footer_menu ul{
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
.sp_footer_menu ul li{
	list-style:none;
	display:inline-block;
    padding: 0px 20px 0px 0px;
	width:auto;
	position:relative;
	color:#ffffff;
}
.sp_footer_menu ul li:after{
	position:absolute;
	content:"|";
	top:0;
	right:5px;
}
.sp_footer_menu ul li:last-child:after{
	display:none;
}
.sp_footer_menu ul li a{
	text-transform:capitalize;
	color:#ffffff;
    font-size: 16px;
}

/* Template Section */
.sp_orang_bgSection{
    background-color: var(--orange-color);
}
.sp_templateBox h1 {
    width: max-content;
    padding: 0 35px;
    border-radius: 90px;
    margin: auto;
}
.sp_templateBox .sp_demoTitle {
    color: #18191a;
    background-color: transparent;
    min-width: 100%;
    padding: 0 10px;
    height: auto;
    min-height: 70px;
    display: block;
}
.sp_templateBox .sp_demo_box img {    
    margin-top: 20px;
    box-shadow: 0px 0px 30px 0px rgb(255 116 24 / 15%);
}
.sp_vertical_centerRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/***********/
.sp_height100 {
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sp_bgColor_white{
    background-color: #fff;
}
.sp_padder20 {
    padding: 20px !important;
}
span.sp_bgYellow {
    background-color: #FEF047;
    color: #2B292A;
    padding: 0 15px;
    line-height: normal;
}
.sp_salesEnrollingPage {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}
.sp_heading_highlighbox {
    padding-left: 30px;
    text-align: left;
    background-color: #ff7418;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.sp_box100 {
    flex-direction: column;
    width: 100%;
    border-radius: 100px;
}
.sp_todayBtn {
    margin-top: 30px;
    display: block;
    margin: 30px auto 0;
    text-align: center;
}
.sp_todayBtn img {
    margin: auto;
}
.sp_salesEnrollingPage .sp_list li {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
}
.sp_motoimgLeft {
    position: relative;
    right: 70px;
}
/*******************/
.sp_salesEnrollingPage {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}
.sp_salesEnrollingPage .sp_list li {
    line-height: normal;
    margin-bottom: 15px;
    width: calc(100%);
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding-right: 10px;
}
.sp_about_detail .sp_list {
    padding: 0 40px;
}
.sp_salesEnrollingPage .sp_list li img {
    position: absolute;
    left: 0;
    top: 0px;
}
.sp_box100 {
    flex-direction: column;
    width: 100%;
    border-radius: 100px;
}
.sp_todayBtn {
    margin-top: 30px;
    display: block;
    margin: 30px auto 0;
    text-align: center;
}
.sp_todayBtn img {
    margin: auto;
}
.sp_salesEnrollingPage >.sp_bookImg {
    margin: auto;
    width: 250px;
    position: relative;
    left: -50px;
}

/* Responsive css */
@media (max-width:1400px){
    .sp_menu li {
        margin: 0 10px;
        font-size: 14px;
    }
    .sp_step2 {
        right: -15px;
    }
    .sp_step1 {
        left: -30px;
    }
}
@media (max-width:1300px){
    .sp_menu li {
        margin: 0 5px;
        font-size: 13px;
    }
    .sp_header_wrapper .sp_btn {
        font-size: 14px;
        padding: 0 15px;
    }
    .sp_banner_wrapper h1 {
        font-size: 45px;
    }
    .sp_banner_wrapper h3 {
        font-size: 24px;
        line-height: 40px;
    }
    .sp_banner_wrapper h4 {
        font-size: 22px;
    }
}
@media (max-width:1199px){
    .sp_step_form > form>input {
        max-width: 285px;
    }
    .sp_feature .sp_font18 {
        font-size: 16px;
        line-height: 26px;
    }
    .sp_emailswiper_wrapper .sp_step_form > form>input {
        max-width: 264px;
    }
    .sp_author_box .sp_detail h3{
        font-size: 16px;
    }
    .sp_author_box .sp_img img {
        width: 100px;
    }
    .sp_author_box .sp_detail{
        width: calc(100% - 120px);
    }
    .sp_author_box .sp_detail ul li{
        font-size: 13px;
    }
    .sp_footer_wrapper .sp_box .sp_font22 {
        font-size: 18px;
    }
    .sp_header_wrapper{
        padding: 20px 15px;
    }
    .sp_menu li {
        font-size: 12px;
    }
    .sp_book1 {
        margin-left: 0px;
        max-width: 100%;
    }
    .sp_motoimgLeft{
        left:0;
    }
    .sp_stickybar_action p span{
        font-size: 16px !important;
    } 
    .sp_stickybar_content h3 {
        font-size: 16px !important;
    }
    .sp_stick_btn{
        margin-left: 15px !important;
    }
    .sp_stickybar_timer > .ce-countdown > .ce-col {
        font-size: 23px !important;
        width: 55px !important;
    }
}
@media(max-width:1080px){
    .sp_step2, .sp_step1 {
        display: none !important;
    }
}
@media (max-width:1070px){
    .sp_stickybar_action{
        flex-grow: inherit!important;
    }
    .sp_stickybar_wrapper > .sp_stickybar_inner{
        justify-content: center;
    }
}
@media (max-width:991px){
    .sp_toggle{
        display: block;
        cursor: pointer;
    }
    .sp_menu {
        position: fixed;
        left: -200px;
        top: 0;
        bottom: 0;
        width: 200px;
        background-color: #ffffff;
        padding: 20px 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
    
    .sp_menu li {
        display: flex;
        color: var(--orange-color);
        padding: 5px 20px;
    }
    .menu_open .sp_menu {
        left: 0;
    }
    .sp_step_form > form {
        flex-direction: column;
    }
    .sp_step_form > form>input {
        max-width: 100% !important;
        margin-bottom: 30px;
    }
    .sp_step_form .sp_btn{
        justify-content: center;
    }
    .sp_heading_with_whitebg {
        font-size: 18px
    }
    .sp_step_form .sp_jvzooBox{
        padding-left: 0;
    }
    .sp_step_form .sp_jvzooBox{
        flex-direction: column;
    }
    .sp_step_form .sp_jvzooBox>img{
        margin-bottom: 30px;
    }
    .sp_verticle_center.sp_makes_box {
        display: block;
        text-align: center;
    }
    .sp_verticle_center.sp_makes_box img {
        margin: 0 auto;
    }
    .sp_heading.sp_heading_with_line:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .sp_author_box {
        display: flex;
        margin: 0 auto;
        width: 300px;
    }
    .sp_about_wrapper .sp_verticle_center {
        display: block;
    }
    .sp_copyright_wrapper .sp_copyright_inner{
        font-size: 14px;
    }
    .sp_up {
        width: 60px;
        height: 60px;
    }
    .sp_padderBottom100{
        padding-bottom: 50px;
    }
    .sp_padderTop100{
        padding-top: 50px;
    }
    .sp_padderTop70{
        padding-top: 30px;
    }
    
    .sp_padderBottom70{
        padding-bottom: 20px;
    }
    .sp_demo_wrapper.sp_padderBottom50{
        padding-bottom: 0px;
    }
    .sp_banner_wrapper {
        padding:70px 0 0;
    }
    .sp_reverse .sp_sell_box>img, 
    .sp_sell_box>img, 
    .sp_mail_bg:before, 
    .sp_mail_bg:after, 
    .sp_prodressList.sp_step_ul::before {
        display: none;
    }
    img.sp_center_img {
        margin: 0px auto 30px;
    }
    /* .sp_verticle_center {
        display: block;
    } */
    .sp_marketers {
        text-align: center !important;
        margin: 30px 0;
    }
    .sp_bonusContent {
        margin-bottom: 50px;
    }
    /* toggle css */
    .sp-navbar-menu .responsive-logo a img {
        display: block;
        padding-right: 20px;
      }
      .sp-toggle-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 60px;
      }
      .sp-brand-logo {
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        position: relative;
      }
      .sp-navbar-menu ul {
        position: fixed;
        top: 0px;
        left: -260px;
        width: 260px;
        height: 100%;
        height: 100vh;
        background-color: #2b292a;
        box-shadow: 1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
        transition: all 0.3s ease-in-out;
        padding: 0px 20px 20px;
        z-index: 999;
        flex-direction: column;
        text-align: left;
        align-items: unset;
      }
      .sp-navbar-menu ul li {
        display: block;
        border-bottom: 1px solid #484444;
        margin-right: 0;
      }
      .sp-navbar-menu ul li.btn_main a {
        background-color: transparent;
        border-radius: 0px;
        padding: 15px 0px;
        font-size: 16px;
        letter-spacing: 0px;
        text-transform: capitalize;
        display: block;
        text-align: left;
      }
      .sp-navbar-menu ul li a {
        display: block;
        padding: 15px 0;
        color: var(--white-color);
        justify-content: left;
      }
      .sp-navbar-menu ul li a:after {
        display: none;
      }
      .sp-navbar-menu ul li a:before {
        display: none;
      }
      .sp-toggle-btn span {
        width: 30px;
        height: 4px;
        background-color: var(--white-color);
        margin-bottom: 5px;
        display: block;
        margin-left: auto;
        margin-top: -17px;
        transition: all 0.3s ease-in-out;
      }
      .menu-open .sp-toggle-btn {
        top: 55px;
      }
      .menu-open .sp-toggle-btn span {
        margin-top: -13px;
      }
      .menu-open .sp-toggle-btn > span:nth-child(2) {
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
      }
      .menu-open .sp-toggle-btn > span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 24px -1px;
      }
      .menu-open .sp-toggle-btn > span:nth-child(3) {
        transform: rotate(-45deg);
      }
      .menu-open .sp-navbar-menu ul {
        left: 0;
      }
}
@media (max-width:780px){
    br{
        display: none;
    }
    .sp_heading_with_whitebg {
        padding: 13px 20px;
        line-height: 35px;
    }
    .sp_banner_wrapper h1 {
        font-size: 33px;
        line-height: 48px;
    }
    .sp_topHeading h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .sp_demo_img img {
        margin: 0 auto;
    }

    .sp_copyright_wrapper .sp_copyright_inner {
        flex-direction: column;
        text-align: center;
        padding: 15px 0;
    }
    .sp_launch_box {
        max-width: 350px;
        width: 100%;
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }
    .sp_launch_box .sp_icon img{
        margin: 0 0 30px;
    }
    .sp_launch_box .sp_detail {
        font-size: 20px;
    }
    .sp_highlight_box{
        display: block;
    }
    table .sp_btn.sp_singleSiteBtn,.sp_btn.sp_btn_orange.sp_dev_btn{
        padding: 0 14px;
        width: 250px;
    }
    .sp_buynowBtn{
        font-size: 24px;
    }
    .sp_step_ul {
        grid-template-columns: auto;
    }
}
@media(max-width:575px){
    .sp_verticle_center {
        display: block;
    }
    .sp_verticle_center img {
        margin: 20px auto;
        display: inherit;
        max-width: 100%;
    }
    .sp_verticle_center .sp_sell_box img {
        display: none;
    }
    .sp_layout_detail .sp_box {
        margin-top: 70px;
    }
    .sp_layout_detail .sp_box .sp_orang_bg_box {
        line-height: normal;
    }
    .sp_about_detail .sp_list {
        padding: 0 0px;
    }
    .sp_font38 {
        font-size: 28px;
        line-height: 36px;
    }
    .sp_font22 {
        font-size: 16px;
    }
}
@media (max-width:480px){
    
    .sp_logo {
        margin: 0 0 20px;
    }
    
    .sp_header_wrapper 
     .row.sp_verticle_center {
        flex-direction: column;
    }
    
    .sp_menu_wrapper {
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
    }
    
    .sp_header_wrapper .col-xs-6 {
        width: 100%;
    }
    
    .sp_logo img {
        margin: 0 auto;
    }
    .sp_highlight_box {
        display: block;
    }
}

/* stickybar start */
.sp_stickybar_wrapper{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.sp_stickybar_wrapper.stickybar_close{
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}
.sp_stickybar_wrapper > .sp_stickybar_inner{
    background-color: #2b292a;
    padding: 15px 15px 8px;
    min-height: 80px;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sp_stickybar_toggle {
    position: absolute;
    top: calc(100% - 1px);
    left: 30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #2b292a;
    cursor: pointer;
    width: 60px;
    height: 30px;
    border: 0;
    background-color: #2b292a;
    border-radius: 0 0 50px 50px;
}
.sp_stickybar_content {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	min-width: 300px;
}
.sp_stickybar_content h3 {
	font-size:22px;
}

.sp_stickybar_wrapper.sticky_top{
    bottom: inherit;
    top: 0;
}
.sp_stickybar_wrapper.sticky_top .sp_stickybar_toggle{
    top: 100%;
    bottom: inherit;
    border-top: 30px solid #2b292a;
    border-bottom: none;
}
.sp_stickybar_wrapper.sticky_top .sp_stickybar_toggle > span{
    top: -20px;
}
.sp_stickybar_wrapper.sticky_top.stickybar_close{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.sp_stickybar_wrapper.sticky_top.stickybar_close .sp_stickybar_toggle > span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(5px,3px);
    -moz-transform: rotate(-45deg) translate(5px,3px);
    -ms-transform: rotate(-45deg) translate(5px,3px);
    transform: rotate(-45deg) translate(5px,3px);
}
.sp_stickybar_wrapper.sticky_top.stickybar_close .sp_stickybar_toggle > span:nth-child(2){
    -webkit-transform: rotate(45deg) translate(-4px,2px);
    -moz-transform: rotate(45deg) translate(-4px,2px);
    -ms-transform: rotate(45deg) translate(-4px,2px);
    transform: rotate(45deg) translate(-4px,2px);
}
.sp_stickybar_action{
	display: flex;
    flex-grow: 2;
    justify-content: flex-end;
    align-items: center;
}
.sp_stickybar_action p span {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}
.sp_stickybar_action p {
    color: #fff27c;
}
.sp_stickybar_timer > .ce-countdown{
	display:flex;
	flex-wrap:wrap;
}
.sp_stickybar_timer > .ce-countdown > .ce-col{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
	width: 80px;
	text-align: center;
}
.sp_stickybar_timer > .ce-countdown > .ce-col > span[class*='-label']{
	display: block;
    font-size: 12px;
    font-weight: 600;
}
.sp_stickybar_toggle > span{
	width: 15px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 3px;
    display: block;
    position: absolute;
    bottom: 18px;
    left: 21px;
}
.sp_stickybar_toggle > span:nth-child(1){
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.sp_stickybar_toggle > span:nth-child(2){
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.sp_stickybar_wrapper.stickybar_close .sp_stickybar_toggle > span:nth-child(1){
	-webkit-transform: rotate(135deg) translate(-4px,-4px);
	-moz-transform: rrotate(135deg) translate(-4px,-4px);
	-ms-transform: rotate(135deg) translate(-4px,-4px);
	transform: rotate(135deg) translate(-4px,-4px);
}
.sp_stickybar_wrapper.stickybar_close .sp_stickybar_toggle > span:nth-child(2){
	-webkit-transform: rotate(-135deg) translate(3px,-3px);
	-moz-transform: rotate(-135deg) translate(3px,-3px);
	-ms-transform: rotate(-135deg) translate(3px,-3px);
	transform: rotate(-135deg) translate(3px,-3px);
}
.sp_stick_btn{
	display: inline-block;
    padding: 15px 35px;
    background-color: #FFEB3B;
    border-radius: 50px;
    color: #292929;
    font-size: 20px;
    margin-left: 30px;
}
.sp_stick_btn:hover, .sp_stick_btn:focus{
	color: #292929;
}

body.bar_close{
    padding: 0 !important;
}

@media(max-width:1580px){
.sp_stickybar_action p span {
    font-size: 20px;
}
.sp_stickybar_content h3 {
    font-size: 20px;
}

.sp_stickybar_content {
    min-width: inherit;
}
.sp_stickybar_timer > .ce-countdown > .ce-col {
    font-size: 30px;
    width: 65px;
}
}
@media (max-width:1410px) and (min-width:1199px){
.sp_stickybar_action p span {
    display: inline;
}
.sp_stickybar_action p {
    max-width: 520px;
}
}
@media (max-width:1340px) and (min-width:1199px){
.sp_stickybar_action p {
    max-width: 364px;
}
}
/* @media (max-width:1200px){
.sp_stickybar_action {
    justify-content: space-between;
}
} */
/* @media (max-width:1200px) and (min-width:768px){
.sp_stick_btn {
    margin-top: -90px;
} */
/* } */
@media (max-width:991px){
    .sp_stickybar_content h3 {
        font-size: 20px;
    }
    
    .sp_stickybar_content p {
        font-size: 15px;
    }
    .sp_dBlock{
        display: block;
    }
}
@media (max-width:767px){
    /* .sp_stickybar_content,.sp_stickybar_timer {
        width: 100%;
	    display: none;
    }
    .sp_stickybar_wrapper > .sp_stickybar_inner{
        flex-direction:column;
        text-align:left;
    } */
    .ce-countdown--theme-1{
        text-align:center;
    }
	.sp_stick_btn {
		padding: 10px 25px;
		font-size: 12px;
	    margin-left: 10px;
	}
	.sp_stickybar_action {
	    font-size: 15px;
		line-height: initial;
		flex-wrap: nowrap;
	}
	.sp_stickybar_action p{
		    flex: 1;
	}
	.sp_stickybar_action p span{
		font-size: 14px !important;
	}
}
@media (max-width:655px){
    /* .sp_stickybar_content,.sp_stickybar_timer {
        width: 100%;
	    display: none;
    }
    .sp_stickybar_wrapper > .sp_stickybar_inner{
        flex-direction:column;
        text-align:left;
    } */
    .ce-countdown--theme-1{
        text-align:center;
    }
	.sp_stick_btn {
		padding: 10px 25px;
		font-size: 12px;
	    margin-left: 10px;
	}
	.sp_stickybar_action {
	    font-size: 15px;
		line-height: initial;
		flex-wrap: nowrap;
	}
	.sp_stickybar_action p{
		    flex: 1;
	}
	.sp_stickybar_action p span{
		font-size: 14px !important;
	}
}

@media (max-width: 480px){
.uscf_chat_toggle {
    width:auto !important; 
}
}