@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body,p,span{
    font-family: "Inter", sans-serif;
}
body{
	background: #fff;
}

.container {
    max-width: 1300px;
	width: 100%;
}
section {
    width: 100%;
    padding: 40px 0px;
}
/*-------------- Banner -------------*/

.e-banner {
    background: url(../../../../themes/clean-blog/new-images/e-commerce-new/e-banner-img.webp) no-repeat;
    background-size: cover;
	padding: 185px 0px 100px 0px;
}
.e-banner .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.e-banner-left h1 {
    font-size: 21px;
    color: #fff;
}
.e-banner-left h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
	line-height: 70px;
}
.e-banner-left p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
	line-height: 30px;
}
.e-banner-button {
    display: flex;
    gap: 20px;
    margin-top: 26px;
}
.e-banner-button button, .e-banner-button a {
    border-radius: 50px;
    padding: 10px 25px;
    background: #ffffff17;
    border: 1.47px solid #FFFFFF;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    transition: 0.2s;
    overflow: hidden;
}
.e-banner-button button.b-button, .e-banner-button a.b-button {
    background: #fff;
    color: #000;
}
.e-banner-button button.b-button img, .e-banner-button a.b-button img {
    filter: brightness(1) invert(1);
	width: 22px;
}
.e-banner-button button img, .e-banner-button a img {
	width: 22px;
}
.e-banner-right{
	padding:0px;
}
.e-banner-right img {
    width: 100%;
    transition: 0.2s;
    position: relative;
    left: 0px;
	top:50px;
}
.e-banner-button button:hover {
    border-radius: 25px;
    background: #fff;
    color: #000;
    padding: 10px 55px 10px 0px;
}
.e-banner-button button:hover img {
    position: relative;
    left: 138px;
    transition: 0.2s;
}
.e-banner .e-banner-button button:hover img {
    left: 281px;
}
.e-banner-button button.b-button + button:hover img {
    filter: brightness(1) invert(1);
}

/*-------------- End Banner -------------*/

.best-section {
    background-color: #ffffff;
    padding: 80px 0px 80px 0 !important;
	text-align: center;
}
.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #1C1C1C;
    margin-bottom: 0px;
    line-height: 1.3;
    text-align: center;
}
.section-short-description {
    font-size: 30px;
    color: #1C1C1C;
    line-height: 52px;
    width: 92%;
    margin: 0px;
    text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}
.section-description {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.6;
    width: 92%;
    margin: 0px;
    text-align: center;
}

.e-tab-left img {
    width: 100%;
}
.e-tab-right h3 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    line-height: 130%;
}
.e-tab-right p {
    color: #080808;
    font-size: 16px;
    margin-bottom: 22px;
	line-height: 30px;
}



.e-planning .container {
	background: url(../../../../themes/clean-blog/new-images/e-commerce-new/planning-bg.webp);
    background-size: cover;
    border-radius: 10px;
    padding: 54px 54px;
}
.e-planning-left h5 {
    font-size: 42px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
	line-height: 56px;
    margin: 0px 0px 10px 0px;
}
.e-planning-left h5 span{
	display: flex;
    font-size: 42px;
}
.e-planning-left h5 span.planning-small {
    font-size: 34px;
}
.e-planning-left h5 b {color: #A16CFF;display: inline-block;}
.e-planning-left p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.e-planning-left p span {
    color: #A16CFF;
}
.e-planning-right {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.planning-box {
    background: #3B3053;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 44%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.planning-box p {
    margin: 0;
    color: #fff;
    line-height: 175%;
    font-size: 16px;
}



.head-top {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.head-top h4 {
    font-size: 48px;
    font-weight: 700;
	line-height: 58px;
}
.head-top h4 span {
    color: #935EF1;
	display:flex;
}
.head-top p {
    font-size: 18px;
    color: #000000;
    width: 89%;
    margin: 0 auto;
    line-height: 26px;
}
.exciting-features .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 66px;
    justify-content: center;
}
.exciting-box {
    width: 28%;
    background: #EDEDED;
    border-radius: 21px;
}
.exciting-box img {
    width: 100%;
    border-radius: 21px 21px 0px 0px;
}
.exciting-box-cnt {
    padding: 25px;
}
.exciting-box-cnt h6 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.exciting-box-cnt p {
    margin: 0;
    color: #2C2C2C;
    font-size: 14px;
    line-height: 23px;
}
.exciting-features .row.row-2 {
    justify-content: space-between;
    gap: 30px 64px;
}
.exciting-features .row.row-2 .exciting-box:first-child {
    width: 49%;
}
.exciting-features .row.row-2 .exciting-box {
    width: 39%;
}



.streamline h5 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #0F0F0F;
}
.streamline h6 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #0F0F0F;
}
.streamline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
    margin-top: 6em;
}
.streamline-box {
    width: 31%;
}
.streamline-box h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}
.streamline-box p {
    color: rgba(0, 0, 0, 0.7);
    line-height: 32px;
    font-size: 16px;
}
.streamline-list img {
    margin-bottom: 27px;
    max-height: 35px;
    object-fit: cover;
}
.delivery-app {
    background: url(../../../../themes/clean-blog/new-images/e-commerce-new/delivey-bg.webp);
    background-size: cover;
}
.delivery-app h5 {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}
.delivery-app-list {
    display: flex;
    gap: 31px 24px;
    flex-wrap: wrap;
}
.delivery-box {
    width: 32%;
    display: flex;
    gap: 15px;
	margin-bottom: 30px;
	margin-top:20px;
}
.delivery-cnt h4 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
	font-weight: 600;
}
.delivery-cnt p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 175%;
}


.admin-panel h5 {
    font-size: 46px;
    color: #1A202C;
    font-weight: 700;
    text-align: center;
}
p.admin-p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    width: 706px;
    margin: 0 auto;
}
.admin-list {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
    margin-top: 5em;
}
.admin-box {
    width: 31%;
    padding: 30px 20px 20px 20px;
    border: 1.5px solid #C1C1C1;
    border-radius: 4px;
    text-align: center;
}
.admin-box img {
    margin-bottom: 10px;
	width: 50px;
}
.admin-box h4 {
    font-size: 20px;
    color: #1A202C;
    font-weight: 700;
	line-height: 30px;
}
.admin-box p {
    font-size: 16px;
    color: #1A202C;
	margin-bottom:0px;
	line-height: 28px;
}



.experience {
    background: url(../../../../themes/clean-blog/new-images/e-commerce-new/experiance-bg.webp);
    background-size: cover;
    padding: 60px 0px;
}

.experience h2 {
    font-size: 52px;
    color: #1A202C;
    font-weight: 700;
    text-align: center;
	line-height: 70px;
}
.experience h2 span {
    display: block;
    color: #23afff;
}
.clickkart-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5em;
    gap: 0px;

}
.clickkart-box {
    width: 25%;
    text-align: center;
}
.clickkart-box img {
    width: 100%;
    margin-bottom: 20px;
}
.clickkart-box a {
    background: #F4A99C;
    color: #000;
    border-radius: 20px;
    padding: 8px 23px;
	cursor:pointer;
}
.clickkart-box a:hover {
	text-decoration:none;
}
.clickkart-list .clickkart-box:nth-child(2) a {
    background: #FFDAD4;
}
.clickkart-list .clickkart-box:nth-child(3) a {
    background: #C6E6E9;
}
.clickkart-list .clickkart-box:nth-child(4) a {
    background: #BBEBEF;
}



section.ad-box-list {
    padding: 80px 0px;
}
.ad-box-list .container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.ad-box {
    width: 32%;
    border-radius: 40px;
}
.ad-box-list .container .ad-box:first-child {
    background: url(../../../../themes/clean-blog/new-images/e-commerce-new/effort-bg.webp);
    background-size: cover;
    padding: 30px;
}
.ad-box h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 0;
	color: #000;
}
img.ship-rocket {
    width: 200px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.ad-box p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.ad-box-list .container .ad-box:nth-child(2) {
    background: linear-gradient(360deg, #FF8787 0%, #DB5891 65.02%, #9F0065 100%);
    padding-top: 30px;
    overflow: hidden;
}
.ad-box-list .container .ad-box:nth-child(2) h3, .ad-box-list .container .ad-box:nth-child(2) p,.ad-box-list .container .ad-box:nth-child(2) h4 {
    padding: 0 30px;
    color: #fff;
}
.payment-gate {
    padding: 0 30px;
    margin-bottom: 15px;
}
.payment-gate span {
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    color: #fff;
}
.bottom-img img {
    width: 100%;
    display: block;
    position: relative;
    top: 24px;
}
.ad-box-list .container .ad-box:nth-child(3) {
    background: url(../../../../themes/clean-blog/new-images/e-commerce-new/sms-bg.webp);
    background-size: cover;
    padding: 30px;
}


.tailored-head {
    text-align: center;
}
.tailored-head h3 {
    font-size: 52px;
    color: rgba(26, 32, 44, 1);
    font-weight: 700;
	line-height: 70px;
}
.tailored {
    padding-top: 0;
}
.tailored-head p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    width: 850px;
    margin: 0 auto;
}
.tailored-list {
    display: flex;
    gap: 31px;
    margin-top: 4em;
}
.tailored-box {
    border: 1px solid rgba(193, 193, 193, 1);
    border-radius: 12px;
    padding: 20px;
}
.tailored-box h6 {
    font-size: 22px;
    font-weight: 600;
    color: rgba(26, 32, 44, 1);
    margin-top: 20px;
    line-height: 24px;
}
.tailored-box h6 span {
    display: block;
}
.tailored-box p {
    font-size: 16px;
    color: #1A202C;
    margin: 0;
    line-height: 26px;
}


.maximize {
    background: #FFE5D2;
}
.maximize .row {
    margin: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.maximize-box {
    width: 65%;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.sales-box {
    width: 31.7%;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
}
.maxi-left h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    color: #1A202C;
	margin-top: 0;
}
.maxi-left p {
    color: #797A7D;
	font-size: 16px;
}
.maxi-left a.get-quote {
    background: #6FC047;
    border-radius: 74px;
    padding: 10px 22px;
    color: #000000;
    margin-top: 26px;
    display: inline-block;
    transition: 0.2s;
	cursor:pointer;
}
.maxi-left a.get-quote img {
    margin-right: 10px;
    filter: brightness(1) invert(1);
}
.maxi-right img {
    max-height: 210px;
}
.sales-box h6 {
    font-size: 22px;
    font-weight: 700;
    color: #1A202C;
    margin-top: 19px;
}
.sales-box p {
    line-height: 28px;
    color: #1A202C;
    font-size: 15px;
}
.sales-box img {
    max-width: 60px;
}
.maximize .container .row:first-child {
    margin-bottom: 20px;
    margin-top: 20px;
}
.maxi-left a.get-quote:hover {
    background: #000;
    color: #fff;
    padding: 10px 44px 10px 0px;
    transition: 0.2s;
	text-decoration: none;
}
.maxi-left a.get-quote:hover img {
    filter: brightness(1);
    position: relative;
    left: 128px;
}




.take-your .container {
    background: url(../../../../themes/clean-blog/new-images/e-commerce-new/expert-bg.webp) no-repeat;
    background-size: 100% 100%;
    align-items: center;
}
.take-your-left {
    width: 40%;
}
.take-your-left img {
    width: 100%;
}
.take-your-right {
    width: 46%;
    margin-left: auto;
    margin-right: 9em;
}
.take-your .container {
    display: flex;
    flex-wrap: wrap;
}
.take-your-right h5 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
	line-height: 60px;
}
.take-your-right h5 span {
    color: #712BED;
}
.take-your-right p {
    color: #fff;
    margin: 28px 0;
	font-size: 18px;
}
section.take-your {
    padding: 140px 0px 60px 0px;
}
.take-your a.get-quote {
    border-radius: 50px;
    background: #FFFFFF;
    display: inline-block;
    padding: 10px 30px 10px 20px;
    color: #000;
    position: relative;
    transition: 0.2s;
	cursor: pointer;
}
.take-your a.get-quote img {
    filter: brightness(1) invert(1);
    margin-right: 10px;
}
.take-your-left img {
    max-height: 459px;
    object-fit: contain;
    position: relative;
    margin-top: -56px;
}

.e-why-choose-head h3 {
    font-size: 52px;
    color: rgba(26, 32, 44, 1);
    font-weight: 700;
	margin-bottom: 15px;
}
.e-why-choose-head {
    text-align: center;
}
.e-why-choose-head p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    width: 850px;
    margin: 0 auto;
}
.e-why-choose-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
    margin-top: 4em;
}
.e-why-box {
    width: 24%;
    padding: 2px;
}
.e-why-box h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.e-why-box p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}
.e-why-box img {
    margin-bottom: 13px;
}

.e-products-head {
    text-align: center;
}
.e-products-head h3 {
    font-size: 52px;
    color: rgba(26, 32, 44, 1);
    font-weight: 700;
	line-height: 70px;
}
.e-products-head p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    width: 646px;
    margin: 0 auto;
}
.e-products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    margin-top: 6em;
}
.e-products-box {
    width: 17%;
    position: relative;
    text-align: center;
}
.e-products-box img {
    width: 100%;
}
.e-products-box h5 {
    position: absolute;
    bottom: 39px;
    margin: 0 auto;
    text-align: center;
    background: #ffffffbd;
    backdrop-filter: blur(2px);
    border: 4px solid #fff;
    border-radius: 10px;
    padding: 10px 5px;
    left: -8px;
    right: 0;
    width: 80%;
    font-size: 16px;
    color: #1A202C;
    font-weight: 600;
}
.take-your a.get-quote:hover {
    background: #fff;
    color: #000;
	padding:10px 58px 10px 0px;
    transition: 0.2s;
}
.take-your a.get-quote:hover img {
    position: relative;
    left: 107px;
    transition: 0.2s;
}




.your-business .container {
    background: linear-gradient(90deg, #774DAA 1.91%, #712BED 50.46%, #0F003D 99%);
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}
.your-business-left {
    padding: 0;
}
.your-business-left img {
    width: 100%;
}
.your-business-right {
    padding: 26px 85px 40px 60px;
}
.your-business-right h6 {
    font-size: 63px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}
.your-business-right h6 span {
    font-size: 44px;
}
.your-business-right p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.your-business-right a.get-quote {
    background: #FFFFFF;
    padding: 15px 26px;
    border-radius: 30px;
    color: #000;
	font-size: 16px;
	cursor:pointer;
}
.your-business-right a.get-quote:hover {
    background: #000;
    color: #fff;
    padding: 15px 44px 15px 0px;
    transition: 0.2s;
	text-decoration: none;
}
.your-business-right a.get-quote:hover img {
    filter: brightness(1);
    position: relative;
    left: 192px;
}
.your-business-right a.get-quote img {
    filter: brightness(1) invert(1);
    margin-right: 10px;
	width: 20px;
}
.latest-head {
    text-align: center;
}
.latest-head h3 {
    font-size: 52px;
    color: rgba(26, 32, 44, 1);
    font-weight: 700;
}
.latest-head p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    width: 646px;
    margin: 0 auto;
}
.latest-blog {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.latest-blog-box {
    width: 30%;
}
.latest-blog-box img {
    width: 100%;
}
.latest-blog-box h6 {
    color: #6FC047;
    font-size: 18px;
    margin-top: 20px;
}
.latest-blog-box p {
    color: #0A0A0A;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 29px;
}
.latest-blog-box a {
    border: 1px solid #0A0A0A;
    border-radius: 25px;
    padding: 10px 22px;
    color: #000;
}
.latest-blog-box a img {
    width: 20px;
    filter: brightness(1) invert(1);
    margin-right: 4px;
}


.e-seamless {
    background: radial-gradient(50.59% 197.01% at 50% 50%, #282A2B 0%, #2D2B30 100%);
}
.e-seamless-head {
    text-align: center;
    margin-bottom: 60px;
}
.e-seamless-head h3 {
    font-size: 52px;
    color: rgb(255 255 255);
    font-weight: 700;
}
.e-seamless-head p {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    width: 850px;
    margin: 0 auto;
}
.e-seamless .nav-tabs {
    border-bottom: 2px solid #606060;
}
.e-seamless .nav-tabs a {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #a1a1a1;
    padding: 0 10px 14px 10px!important;
    margin: 0;
    background: transparent !important;
    border: none !important;
}
.e-seamless .nav-tabs li {/* width: 10%; */float: none;display: inline-block;margin-left: 6em;}
.e-seamless .nav-tabs li.active a {
    color: #fff;
    border-bottom: 3px solid #A978FF!important;
}
.e-seamless .nav-tabs li:first-child {
    margin-left: 0;
}
.e-seamless .tab-pane {
    padding: 40px 0px;
}
.e-seamless-left {
    width: 55%;
    float: left;
    padding-top: 2em;
    padding-right: 5em;
}
.e-seamless-right {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    gap: 38px 67px;
}
.e-seamless-left h3 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    line-height: 62px;
}
.e-seamless-left p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 23px;
}
.e-seamless-left a {
    background: #fff;
    border-radius: 25px;
    padding: 15px 24px;
    color: #000;
	font-size: 16px;
}
.e-seamless-box {
    width: 37%;
}
.e-seamless-box p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}
.e-seamless-box img {
    margin-bottom: 20px;
    width: 70px;
}


.e-booking {
    background: url(../../../../themes/clean-blog/new-images/e-commerce-new/booking.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
.e-booking-head {
    text-align: center;
}
.e-booking-head h3 {
    font-size: 52px;
    color: rgb(255 255 255);
    font-weight: 700;
}
.e-booking-head p {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    width: 540px;
    margin: 0 auto;
}
.e-booking-apps {
    margin-top: 6em;
    display: flex;
    flex-wrap: wrap;
    gap: 112px;
    justify-content: center;
}
.e-booking-box {
    text-align: center;
}
.e-booking-box p {
    color: #712BED;
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0 0 0;
    background: linear-gradient(135deg, #712BED 0%, #FF9AF8 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.e-booking-box img {
    max-width: 302px;
}

.app-flow {
    width: 280px;
    height: 580px;
    margin: 0 auto;
    position: relative;
}
.app-flow video {
    margin-top: 5px;
    border-radius: 30px;
    overflow: hidden;
}
.app-flow::after {
    content: '';
    position: absolute;
    background: url(../../new-images/e-commerce-new/smartphone.webp) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
}



.e-planning.demo-booking .e-planning-right{
	justify-content: center;
}
.e-planning.demo-booking .e-planning-left{
	margin-top: 20px;
}
.clickkart-logo{
	margin-bottom:30px;
}
.demo-store{
	display: flex;
    gap: 20px;
	margin-top: 20px;
}


/* Feedback starts */

.real-results .e-booking-head h3 {
    color: #000;
}
.real-results .e-booking-head p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    width: 486px;
    margin: 0 auto;
}
.real-box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.first-col {
    width: 25%;
}
.second-col {
    width: 45%;
}
.real-box-list .second-col:nth-child(3) {
    width: 25%;
}
.real-box {
    border: 1.2px solid #E9ECF2;
    border-radius: 19px;
    margin-bottom: 20px;
}
.e-r-boxed p {
    font-size: 14px;
    color: #232527;
    line-height: 175%;
    margin: 0;
	margin-bottom: 0px;
}
.e-r-boxed {
    padding: 16px;
}
.e-user-detail {
    padding: 0px 16px 16px 16px;
}
.e-r-box-1 img {
    width: 100%;
}
.e-user-detail h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.e-user-detail img {
    width: auto;
    margin-top: -10px;
}
.e-user-detail p {
    margin: 0;
    color: #7D7A7A;
	font-size: 14px;
	line-height: 18px;
	margin-bottom:5px;
}
.e-r-box-2 .e-user-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 0;
}
.e-r-box-2 .e-user-detail span img {
    width: 45px;
    height: 45px;
    border-radius: 25px;
    object-fit: cover;
}
.real-box.e-r-box-3 {
    display: flex;
}
.real-box.e-r-box-3 .e-user-detail{
	padding-top:10px;
}
.real-box.e-r-box-3 img {
    height: auto;
    width: 48%;
    object-fit: cover;
    border-radius: 20px;
}
.e-r-box-3 .e-user-detail {
    padding: 0;
}
.e-r-box-3 .e-user-detail img {
    width: auto;
}
.real-results .e-booking-head {
    margin-bottom: 36px;
}




/* Feedback ends */


.app-screenshot .container {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.app-screen-left {
    width: 30%;    padding-top: 7em;
}
.app-screen-right {
    width: 65%;position: relative;
}
.app-screen-right .owl-nav.disabled {
    display: none;
}
.app-screen-right img {
    filter: none !important;
    transform: none !important;
}
.app-screen-right .owl-item.active{
    margin-right:24px !important ;    transition: 0.2s;
}


.app-screenshot {
    position: relative;
    overflow: hidden;
    padding: 94px 0px;
}
.app-screenshot:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(188, 43, 255, 0.24) 0%, rgba(138, 43, 255, 0.1) 100%);
    width: 40%;
    height: 40%;
    right: -88px;
    top: -15px;
    border-radius: 12%;
}
.app-screen-left h2 {
    font-size: 47px;
    font-weight: 700;
    color: #000;
}
.app-screen-left p {
    font-size: 16px;
    color: #000;
}
.app-screenshot .owl-nav {
    display: none;
}
.app-screen-button a {
    border: 1px solid #0A0A0A;
    padding: 7px 20px;
    color: #000;
    width: 160px;
    display: inline-block;
    text-align: center;
	font-size: 16px;
}
.app-screen-button {
    margin-top: 30px;
    display: flex;
    gap: 30px;
}
.app-screen-button a.active {
    background: #000;
    color: #fff;
}


span.sliderpanel {
    position: absolute;
    left: -57px;
    top: -31px;
    z-index: 2;
}

span.sliderpanel img {
    width: 403px;
}

.app-screen-right .owl-carousel {
    z-index: 1;
}

/*.app-screen-right .owl-item.cloned.active {
    transform: scale(0.9);
}
*/

.app-screen-right .owl-item.active ~ .owl-item.active {
    transform: scale(0.9);
    transition: 0.2s;
}



