@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,800&display=swap');

@font-face {
    font-family: "droid-serif";
    src: url('/wp-content/themes/blankslate/assets/fonts/droid-serif/DroidSerif.ttf') format('truetype') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "droid-serif";
    src: url('/wp-content/themes/blankslate/assets/fonts/droid-serif/DroidSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Droid Sans";
    src: url('/wp-content/themes/blankslate/assets/fonts/droid-sans/DroidSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: "Droid Sans";
    src: url('/wp-content/themes/blankslate/assets/fonts/droid-sans/DroidSans.ttf') format('truetype');
    font-size: normal;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/wp-content/themes/blankslate/assets/fonts/gilory-bold.ttf') format('truetype');
    font-style: normal;
}

:root {
    --primary-color: #652d90;
  }

/*html{
    font-size: 62.5%;
}*/
* {
font-family: Droid Sans;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    list-style: none;
    color: #000000;

}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
    font-family: Droid Sans !important;
}

body {
    font-family: 'Droid Sans';
    font-style: normal;
}


/*------------------------------------- *********** Section 1 ********** ------------------------------*/



/*Cusom Navbar*/

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s linear;

}

.main-nav.bgchange {
    background: #F9F9FF;
    transition: all .3s linear;
    z-index: 10;
}


.main-nav .navbar {
    height: 80px;
    flex-wrap: nowrap;
    position: unset;
    transition: all .3s linear;
    border-bottom: 1px solid #EAE8F3;
}

.main-nav .navbar .logo {
    max-width: 262px;
    width: 100%;
    /* height: 56px; */
}

.main-nav .navbar .logo img {
    width: 100%;
}

.pt-80 {
    padding-top: 80px;
}

.main-nav .nav-items {
    display: flex;
    align-items: center;
    gap: 10px;
    /* width: calc(100% - 30%); */
    justify-content: space-between;
    white-space: nowrap;
}

.nav-items a {
    color: #5F5B80;
    text-align: center;
    /* font-family: Inter; */
    font-family: "Droid Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.nav-items a:hover {
    color: #652d90;
}
.nav-items .nav-link:active,
.nav-items .nav-link:focus{
    color: #652d90;
}

.main-nav #nav-toggler {
    display: none;
}

.hero-section {
    /* height: 1500px; */
    background-image: url(../images/Header-res.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* custom-select */
@media (max-width: 1115px) {
    .custom-select .options {
        position: unset !important;
    }
}

.custom-select .select-style {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 70px;
}

.custom-select .options {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    /* font-family: Inter; */
    font-family: "Droid Sans";

}

.custom-select .option {
    padding: 10px;
    cursor: pointer;
    /* font-family: Inter; */
    font-family: "Droid Sans";
    border-bottom: 1px solid #EAE8F3;
    font-size: 14px;
}

.custom-select .option:hover {
    background-color: #f0f0f0;
}
.option.selected {
    background-color: #e2e2e2; /* Change this to the desired background color */
}
.custom-select .select-style span {
    color: #5F5B80;
    text-align: center;
    /* font-family: Inter; */
    font-family: "Droid Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.hero-show-img{
    width: 100%;
    max-width: 1200px;
    display: none;
}
.hero-show-img img{
    width: 100%;
}
/*---- custom-select-close----  */
.navbar-btn {
    display: flex;
    align-items: center;
    gap: 7px;
}

.navbar-btn .en-select {
    width: 93.818px;
    border-radius: 4px;
    /* padding: 11px 20px; */
    border: 1.5px solid #FFF;
}

.navbar-btn .en-select .select-style span {
    font-size: 16.364px;
    font-weight: 500;
    line-height: 16.364px;
    /* font-family: Inter; */
    font-family: "Droid Sans";

}

.navbar-btn .en-select .select-style {
    gap: 20px;
    align-items: center;
    height: 44px;
    width: 100%;
    padding: 10px 20px;
}

.side-bar-btn {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.side-bar-btn .login-btn,
.navbar-btn .login-btn {
    color: #1E1E1E;
    /* font-family: Inter; */
    font-family: "Droid Sans";
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 15px 55px 0px rgba(0, 0, 0, 0.10);
    /* width: 106px; */
    /* height: 48px; */
    border: none;
    padding: 15px 30px;
    text-decoration: none;
}
.signup-logo{
    width: 100%;
    max-width: 260.333px;
    display: block;
}
.signup-logo img{
    width: 100%;
}
.side-bar-btn .signup-btn,
.navbar-btn .signup-btn {
    color: #FFF;
    background: #652d90;
    box-shadow: 0px 12px 25px -10px rgba(82, 189, 149, 0.30);
}

.en-select{
    position: relative;
}
.en-select #optionsAnother{
    left: 0;
    width: 100%;
}
/*------------------------------ hero-section------------- */
.hero-section {
    padding-top: 130px;
}

.hero-section h1 {
    width: 100%;
    max-width: 905px;
    color: #1E1E1E;
    text-align: center;
    font-family: Droid Sans;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    margin: 0 auto;
}

.hero-section .travelling-p {
    /* padding-top: 20px; */

    width: 100%;
    max-width: 698px;
    margin: 0 auto;
    color: #3F3F3F;
    text-align: center;
    font-family: Inter;
  
  font-family: "Droid Sans";  font-family: Droid Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.hero-img {
    margin-top: 20px;
    background-image: url(https://aiamplify.potential.org/wp-content/uploads/2024/12/SMEEP-Home-Page-Banner-1-1.png);
    background-size: 100% 100%;
    background-size: contain;
    min-height: 510px;
    background-repeat: no-repeat;
    background-position: center;
}

.get-start-btn {
    width: 100%;
    max-width: 178px;
    margin: 28px auto 0;
    border-radius: 10px;
    background: #652d90;
    box-shadow: 0px 30px 40px -18px rgba(82, 189, 149, 0.25);
    padding: 6px 6px 6px 23px;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Droid Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
}
.get-start-btn:hover {
    color: #FFF;
}

.get-start-btn .start-span {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #FFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------------brands-section---------- */
.brands-section {
    padding: 50px 0px 101px 0px;
}

.brandsSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

/* marquee-slider  */
.main-animate {
    /* min-height: 140px; */
    display: grid;
    align-items: center;
    /* background-color: #103270; */
}

.detail-page-secton {
    text-align: justify;
}

.brands-section .slider {
    margin: auto;
    position: relative;
    width: 100%;
    /* max-width: 1240px; */
    display: grid;
    align-items: center;
    overflow: hidden;
}

.brands-section .slide-track {
    display: flex;
    width: calc(250px * 18px);
    animation: scroll 60s linear infinite;
}

.brands-section .slide {
    /* height: 50px; */
    width: 290px;
    display: flex;
    align-items: center;
    perspective: 100px;
}

.slider img {
    /* width: 50%; */
    /* object-fit: contain;
    height: 50px; */
}

@keyframes scroll {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translateX(calc(-300px * 10));
    }
}



/* -------------entrepreneurs-section--------- */
.entrepreneurs-section .main-adjma {
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    display: flex;
    align-items: center;
    column-gap: 140px;

}

.entrepreneurs-section .adjma-img {
    width: 100%;
    max-width: 643px;
}

.entrepreneurs-section .adjma-img img {
    width: 100%;
}

.entrepreneurs-section .adjma-text {
    width: 100%;
    max-width: 521px;

}

.adjma-text .boost-profile {
    border-radius: 10px;
    background: #E5F5EF;
    color: #652d90;
    font-family: Droid Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 14px 24px;
    text-decoration: none;
}

.adjma-text h2 {
    padding-top: 40px;
    color: #1E1E1E;
    font-family: Droid Sans;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
}

.adjma-text p {
    text-align: justify;
    padding-top: 30px;
    color: #3F3F3F;
    font-family: Droid Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;


}

.adjma-text .explore {
    border-radius: 4.911px;
    background: #652d90;
    box-shadow: 0px 24.556px 32.742px -14.734px rgba(149, 149, 149, 0.25);
    color: #FFF;
    text-align: center;
    font-family: Droid Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 19px 38px;
    border: none;
    margin-top: 50px;
    align-items: center;
}

.pt-142 {
    padding-top: 142px;
}

/* ---------Journey Map---------- */
.journymap-section {
    padding-top: 78px;
}

.journymap-section .enter-jour {
    color: #35332F;
    text-align: center;
    font-family: Droid Sans;
    font-size: 38.499px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 57.749px */
    text-transform: capitalize;
    padding-bottom: 57px;
}

.digitize-business {
    display: flex;
    gap: 28px;
    justify-content: center;
    min-height: 400px;

}

.SME-empowerment {
    width: 100%;
    max-width: 537.063px;

}
.sme-emp-first{
    display: none;
}
.accordion-item {
    border-radius: 4.727px;
    background: #FFF;
    box-shadow: 0px 23.635px 31.513px -14.181px rgba(149, 149, 149, 0.25);
    border: none;
    margin-bottom: 28px;
}

.accordion-button {
    color: #1B1139;
    font-family: Droid Sans;
    font-size: 17.325px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding: 36px 26px 36px 70px;
    
}
.accordion-collapse {
    transition: height 0.7s ease;
  }
  .accordion-button:focus {
    border-color:transparent;
    box-shadow:none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 4.727px;
    background: #FFF;
    box-shadow: 0px 23.635px 31.513px -14.181px rgba(149, 149, 149, 0.25);
}

.accordion-button:not(.collapsed) {
    color: #1B1139;
    font-family: Droid Sans;
    font-size: 17.325px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 22.522px */
    border-radius: 4.727px;
    background: transparent;
    box-shadow: none;
    padding-bottom: 7px;

}

.accordion-button::after {
    background-image: url(../images/icons/close-accorden.svg);
    position: absolute;
    left: 30px;
    /* transition: transform 0.9s ease; */

}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/open-accorden.svg);
    top: 28px;
    /* transition: transform 0.9s ease; */
}

.accordion-body {
    display: flex;
    align-items: start;
    padding: 11px 54px 34px 88px;
    gap: 10px;
    transition: transform 0.9s ease;

    
}

.accordion-body p {
    color: #363049;
    /* font-family: Droid Sans; */
    font-family: Droid Sans;
    font-size: 13.475px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.7%;
    /* 20.306px */
    letter-spacing: 0.096px;
}

.accordion-body p strong {
    color: #1B1139;
    /* font-family: Droid Sans; */
    font-family: Droid Sans;
    font-size: 15.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 20.02px */
}

/*------------------- how-works-section---------------- */
.how-works-section {
    background-image: url(../images/see-works-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 49px 0 94px 0;
}

.how-works-section .function-p {
    text-align: center;
}

.how-works-section .function-p p {
    color: #FFF;
    text-align: center;
    font-family: Droid Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.979px;
    /* 285.714% */
    letter-spacing: 1.574px;
    text-transform: uppercase;
}

.how-works-section .function-p h2 {
    padding-top: 1.5px;
    color: #FFF;
    text-align: center;
    font-family: Droid Sans;
    font-size: 26.981px;
    font-style: normal;
    font-weight: 700;
    line-height: 41.221px;
    /* 152.778% */
    letter-spacing: -1.124px;
}

.function-cards {
    padding-top: 98px;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.function-card-1 .no-fun {
    width: 53.962px;
    height: 53.962px;
    background-color: #FFF;
    /* filter: drop-shadow(0px 10.493px 14.99px rgba(76, 119, 171, 0.10)); */
    border-radius: 40%;
    align-items: center;
    display: flex;
    justify-content: center;


}

.card1-aft,
.card2-aft {
    position: relative;
}

.card1-aft::after {
    position: absolute;
    background-image: url(../images/icons/arrow-top1.svg);
    left: 62px;
    width: 217px;
    content: '';
    height: 50px;
    background-repeat: no-repeat;
}

.card2-aft::after {
    position: absolute;
    background-image: url(../images/icons/arrow-bt-2.svg);
    left: 62px;
    bottom: -14px;
    width: 217px;
    content: '';
    height: 50px;
    background-repeat: no-repeat;

}

.function-card-1 .no-fun span {
    color: #652d90;
    font-family: Droid Sans;
    font-size: 22.484px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.function-card-1 .Persona1 {
    padding-top: 18px;
    width: 100%;
    max-width: 145px;
    color: #FFF;
    font-family: Droid Sans;
    font-size: 16.489px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    /* 25.557px */
}

.function-card-1 .Persona2 {
    max-width: 166px;
    padding-top: 10px;
    color: #FFF;
    font-family: Droid Sans;
    font-size: 12.242px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.486px;
    /* 173.333% */
}

/* --------------live-sessions-------- */
.live-sessions {
    padding-top: 79px;
}

.live-sessions .licve-session-head {
    color: #35332F;
    text-align: center;
    font-family: Droid Sans;
    font-size: 38.499px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 57.749px */
    text-transform: capitalize;
    text-align: center;
}

.live-sessions .leading-comp {

    width: 100%;
    max-width: 636.091px;
    padding-top: 23px;
    color: #0F2137;
    text-align: center;
    font-family: Droid Sans;
    /* font-size: 28px; */
    font-style: normal;
    font-weight: 400;
    /* line-height: 40px; */
    /* 150% */
    letter-spacing: -0.511px;
    margin: 0 auto;


}

.live-sessions .email-p {
    padding-top: 30px;
    width: 100%;
    max-width: 636.091px;
    color: #0F2137;
    text-align: center;
    font-family: Droid Sans;
    font-size: 16.362px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.793px;
    /* 218.75% */
    margin: 0 auto;
}

.live-sessions .explore-btn {
    margin-top: 15px;
    margin-bottom: 60px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #652d90;
    font-family: DM Sans;
    font-size: 16.362px;
    font-style: normal;
    font-weight: 700;
    line-height: 42.952px;
}

/* video */


.video-container {
    width: 100%;
    max-width: 1107px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4); */
}

.video-container .video-wrapper {
    width: 100%;
    /* height: 100%; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.video-container video {
    /* width: 100%; */
    /* aspect-ratio: 5 / 2; */
    /* height: 100%; */
    border-radius: 4px;
    max-height: 530px;
    object-fit: cover;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

/* ------------live-sessions-section---------------   */
.live-sessions .sme-tab-btn .nav {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 70px;
}

.sme-tab-btn .nav .nav-link {
    border-radius: 30px;
    background: #F1F1F1;
    color: #ACACAC;
    text-align: center;
    font-family: Droid Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: 0.5px;
    padding: 9px 21px;
    border: none;
}

.sme-tab-btn .nav .active {
    color: #FFF;
    text-align: center;
    font-family: Droid Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.5px;
    background: #652d90;
}

.special-sme-tabs .tab-content {
    padding-top: 47px;
}

/*--------- swiper-slider----------- */
.slide1{
    border-radius: 8.809px;
background: #FFF;
box-shadow: 0px 3.524px 8.809px 0px rgba(39, 83, 123, 0.12);
}
.slide-text{
    padding: 19px 26px;
}
.slide1 .slide-text .amazon-p{
    width: 266px;
    color: #0F2137;
font-family: Droid Sans;
font-size: 17.618px;
font-style: normal;
font-weight: 700;
line-height: 26.427px; /* 150% */
}
.main-real{
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}
.main-real .reveal-p{
    color: #652d90;
    font-family: Droid Sans;
    font-size: 15.856px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.427px; /* 166.667% */
}
.point2 {
    font-size: 16px; /* Adjust font size as needed */
    line-height: 1.5;
    text-align: right; /* Aligns the text to the right */
}

.point2 .line-through {
    color: red;
    text-decoration: line-through;
    text-decoration-thickness: 2px; /* Ensures the line is thick enough */
    text-decoration-color: red; /* Adds red color to the line */
    text-decoration-skip-ink: none; /* Ensures the line doesn't skip parts of letters */
    display: inline-block;
    vertical-align: middle;
}

.point2 span:not(.line-through) {
    display: block; /* Ensures this span goes below the line-through text */
    font-size: 14px; /* Adjust font size as needed */
    color: black; /* Adjust color as needed */
    margin-top: 5px; /* Adds spacing between spans */
    text-align: right; /* Aligns the text to the right */
}


.pagination-wraper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: center;
    gap: 30px;
    z-index: inherit;
}

.pagination-wraper .swiper-button-next,
.pagination-wraper .swiper-button-prev {
    position: unset;
}

.pagination-wraper .swiper-button-next:after {
    content: "\2192";
    color: #0F2137;
}

.pagination-wraper .swiper-button-prev:after {
    content: "\2190";
    color: #0F2137;
}



.live-sessions .swiper-slide {
    opacity: 0.4;
    overflow: hidden;
    transition: .7s;
}

.live-sessions .swiper-slide img {
    width: 100%;
}

.live-sessions .swiper-slide:not(.swiper-slide-active) {
    transition: .7s;
}

/* .live-sessions .swiper-slide-active+.swiper-slide {
    opacity: 1;
    z-index: 1;
    transform: scale(1.1);
    border-radius: 4px;
} */

.live-sessions .swiper-slide.swiper-slide-active {
    opacity: 1; 
    z-index: 2; 
    transform: scale(1.1); 
    border-radius: 4px; 
}


/*------------------- our-expert-------------- */
.expertcards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    justify-content: center;
}

.expertcards .expert-card1 {
    width: 100%;
    max-width: 410.777px;
    padding: 32px;
    position: relative;
}

.expertcards .expert-card1:hover {
    border-radius: 10.752px;
    background: #FFF;
    box-shadow: 0px 4.301px 10.752px 0px rgba(39, 83, 123, 0.12);
}

.expertcards .expert-card1 .ellips-img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.expertcards .expert-card1:hover h2,
.expertcards .expert-card1:hover p {
    color: #652d90;
}

.expertcards .expert-card1 h2 {
    padding-top: 32px;
    color: #0F2137;
    text-align: center;
    font-family: Droid Sans;
    font-size: 23.654px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.591px;
}

.expertcards .expert-card1 p {
    padding-top: 16px;
    color: #343D48;
    text-align: center;
    font-family: Droid Sans;
    font-size: 17.203px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.105px;
    /* 175% */
}

.expertcards .expert-card1:hover .social-icons{
    display: flex;
}
.social-icons {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.social-icons a {
    text-decoration: none;

}

/* .main-community-section */
.community-section {
    padding: 35px 0;
}

.main-community {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-community  .community-img{
    width: 100%;
    max-width: 757px;
}
.main-community  .community-img img{
    width: 100%;

}
.main-community .community-text {
    width: 100%;
    max-width: 463px;
}

.main-community .community-text h2 {
    color: #0F2137;
    font-family: Droid Sans;
    font-size: 38.499px;
    font-style: normal;
    font-weight: 700;
    line-height: 61.998px;
    /* 141.304% */
    letter-spacing: -0.477px;
}

.main-community .community-text p {
    color: #343D48;
    max-width: 395px;
    font-family: Droid Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.383px;
   text-align: justify;
}

.main-community .community-text a {
    margin-top: 25px;
    margin-bottom: 60px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #652d90;
    font-family: DM Sans;
    font-size: 16.362px;
    font-style: normal;
    font-weight: 700;
    line-height: 42.952px;
}
/* --------------about-us-section--------- */
.about-us-section{
    padding-top: 31px;
    padding-bottom: 75px;
    margin-top: 40px;
}
.about-us-section .custmer-p{
    color: #858B91;
text-align: center;
font-family: "Droid Sans";
font-size: 10.415px;
font-style: normal;
font-weight: 400;
line-height: 15.044px; /* 144.444% */
}
.about-us-section .custmer-h2{
    color: #0F2137;
text-align: center;
font-family: "Droid Sans";
font-size: 17.359px;
font-style: normal;
font-weight: 700;
line-height: 31.825px; /* 183.333% */
letter-spacing: -0.868px;
}
.Estelle-cards{
    width: 100%;
    max-width: 277.742px;
    border-radius: 2.893px;
    background: #FFF;
    box-shadow: 0px 4.301px 10.752px 0px rgba(39, 83, 123, 0.12);
    padding: 14px 23px 14px 20px;
}
.Estelle-cards .client-p{
    color: #343D48;
    /* font-family: "Droid Sans"; */
    font-family: Droid Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.359px; /* 187.5% */
}

.veona-name h3{
    color: #343D48;
font-family: "Droid Sans";
font-size: 9.837px;
font-style: normal;
font-weight: 700;
line-height: 17.359px; /* 176.471% */
}
.veona-name p{
    color: #EC267B;
    font-family: "Droid Sans";
    font-size: 8.101px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.359px; /* 214.286% */
}
/* marquee-slider  */
.about-us-section .main-animate {
    display: grid;
    align-items: center;
   padding-top: 35px;
}
.about-us-section .gray-box{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    inset: 0;
    z-index: -1;
    max-width: 1110px;
    width: 100%;
    background: #F4F4F6;
}
.about-us-section .slider {
    margin: auto;
    position: relative;
    width: 100%;
    /* max-width: 1240px; */
    display: grid;
    align-items: center;
    overflow: hidden;
}

.about-us-section .slide-track {
    display: flex;
    width: calc(250px * 18px);
    animation: scroll 60s linear infinite;
}

.about-us-section .slide {
    /* height: 50px; */
    width: 290px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    perspective: 100px;
    padding: 5px 0;
}

.slider img {
    /* width: 50%; */
    /* object-fit: contain;
    height: 50px; */
}

@keyframes scroll {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translateX(calc(-300px * 10));
    }
}

/* ----------footer-section-------- */
.footer-section {
    background: #F9FAFC;
    padding-top: 33px;
    padding-bottom: 20px;
}

.footer-section .main-footer-link {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    padding-bottom: 46px;
}

.footer-section .main-footer-link h2 {
    color: #0F2137;
    font-family: Droid Sans;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    white-space: nowrap;
    letter-spacing: -0.375px;
}

.footer-section .main-footer-link .footer-link {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-section .main-footer-link .footer-link a {
    color: #02073E;
    font-family: Droid Sans;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    border-bottom:1px solid rgb(249, 250, 252);
    white-space: nowrap;


    /* padding-bottom: 2px; */
}
.footer-link a:hover{
    width: fit-content;
    border-bottom:1px solid #02073E !important;
}
.footer-section .footer-border-bt{
    border-top: 1.5px solid #D9E0E7;
    padding-top: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;

}
.footer-section .footer-border-bt .copyright{
    color: #56585b;
    font-family: Droid Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-border-bt .foter-bt-links{
    display: flex;
    gap: 20px;
}
.footer-border-bt .foter-bt-links a{
    color: #02073E;
    text-align: right;
    font-family: Droid Sans;
    font-size: 12.25px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.75px;
    text-decoration: none;
}
/* ---------------------------------sign-up-section-------------------------------------------- */
.sign-up-section {
    background-image: url(../images/Signup-bg.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    height: 100vh;
    /* padding-top: 42px; */
}
.entrepreneurial{
    border-radius: 14.939px;
    background: #FFF;
    box-shadow: 0px 3.735px 14.939px 0px rgba(0, 0, 0, 0.14);
    padding: 15px 77px;
    max-height: calc(100vh - 118px);
}
.login-enter {
    background-image: url(../images/login-111.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 14.939px;
    /* background: #FFF; */
    box-shadow: 0px 3.735px 14.939px 0px rgba(0, 0, 0, 0.14);
    padding: 30px 77px;
    margin-top: 0px;
    /* background-position: right; */
    max-height: calc(100vh - 90px);

}

.entrepr-journy {
    width: 100%;
    max-width: 360px;
}

/* .entrepr-journy .sign-field {
    position: relative;
} */

.entrepr-journy h2 {
    color: #2C2C2C;
    font-family: Droid Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    /* 126.667% */
}

.entrepr-journy .str-p {
    padding-top: 12px;
    color: #565660;
    font-family: Droid Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
.sign-field{
    position: relative;
}
.signup-form .sign-field label.error {
    color: red;
    font-weight: 500;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: calc(100% + -2px);
}

.signup-form {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.signup-form .sign-field label {
    width: 100%;
    color: #5B5B5B;
    font-family: Droid Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    padding-bottom: 6px;
}
.signup-form .sign-field label span{
    color: red;
}
.signup-form .sign-field input {
    width: 100%;
    border-radius: 5.73px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: Droid Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 14px;
}

.signup-form input::placeholder {
    color: #565660;
}

.signup-form button {
    width: 100%;
    padding: 10px 18px;
    color: var(--White, #FFF);
    font-family: Droid Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    border-radius: 5.73px;
    border: 1px solid #652d90;
    background: #652d90;
    margin-top: 4px;

    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.entrepr-journy .gogal-btn {
    margin-top: 16px;
    width: 100%;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 5.73px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    text-decoration: none;
}
.entrepr-journy .gogal-btn span{
    color: #3B3B3B;
    font-family: Droid Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    
}
.entrepr-journy .account-p{
padding-top: 12px;
display: flex;
gap: 10px;
justify-content: center;
}
.entrepr-journy .account-p p{
    color: #565660;
    font-family: Droid Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.entrepr-journy .account-p a{
    font-family: Droid Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
   color: #652d90;
   text-decoration: none; 
}
/* .form-img{
    width: 100%;
    max-width: calc(100% - 364px);
} */
.form-img img{
    width: 100%;
}
.Potential-p{
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    background: #F9FAFC;
    margin-top: 10px;
}
.Potential-p p{
    color: #02073E;
font-family: Droid Sans;
font-size: 18.667px;
font-style: normal;
font-weight: 400;
line-height: 26.667px; /* 142.857% */
}

/* login-page */
.login-enter{
    /* background-image: url(../images/Login.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 80px; */
}
.rember-me{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.rember-me input{
    width: 16px;
    height: 16px;
}
.rember-me label{
    color: #5B5B5B;
font-family: Droid Sans;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
}
.rember-me a{
color: #652d90;
font-family: Droid Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px;
text-decoration: none;
}
.arrow-next{
    position: absolute;
    left: 30px;
    top: 15px;
}

/*------------------------- media-quree---------------- */

@media screen and (max-width: 1240px) {
    .entrepreneurs-section .main-adjma {
        column-gap: 40px;
    }
    /* .login-enter {
        padding: 120px 40px;
    } */
    .hero-img {
        min-height: 440px;
    }
    .entrepr-journy {
        max-width: 400px;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 8px;
    }
 .login-enter{
    padding: 0;
 }
    /* .entrepreneurial {
        padding: 0 70px;
    } */
    .entrepr-journy h2 {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1200px){
    .entrepreneurial {
        padding: 0px 20px;
    }
    .footer-section .main-footer-link {
        gap: 70px;
    }
}


@media screen and (max-width: 1115px) {
    .main-nav #nav-toggler {
        display: block;
        font-size: 20px;
        color: blueviolet;
    }

    .main-nav .nav-items {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        background: #e9e9f9;
        flex-direction: column;
        align-items: flex-start;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: all .3s linear;
        padding: 20px;
    }

    .main-nav .nav-items.show {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        border-radius: 0px 0px 30px 30px;
        transition: all .5s linear;
    }

    .custom-select .select-style {
        padding-left: 1rem;
    }

    .navbar-btn {
        gap: 20px;
    }

    .brands-section {
        padding: 11px 0px 80px 0px;
    }
    .video-container {
        width: 100%;
    }
    .main-community,
    .main-community .community-text a  {
        flex-wrap:wrap;
        justify-content: center;
    }
    .main-community .community-text h2, 
    .main-community .community-text p {
        text-align: center;
        max-width: unset;
    }
    .main-community .community-img img{
        order: 1;
       
        
    }
    .community-text{
        order: 2;
    }
    .journymap-section .enter-jour{
        padding-bottom: 0;
    }

}

@media screen and (max-width: 992px) {

    .navbar-collapse.show {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: rgba(0, 0, 0, .1);
        padding: 0;
        border: none;
        outline: none;
        box-shadow: none;
    }
    
}

@media screen and (max-width: 991px) {

    .card1-aft::after,
    .card2-aft::after {
        background-size: contain;
        width: 120px;
    }

    .entrepreneurs-section .main-adjma {
        flex-wrap: wrap;
        justify-content: center;
    }
    .adjma-text h2,
    .adjma-text p {
        text-align: center;
    }
    .adjma-text .boost-profile {
        width: fit-content;
        margin: 0 auto;
        display: block;
    }
    .adjma-text .explore {
        margin: 30px auto 0;
        display: flex;
    }

    .adjma-img {
        order: 1;
    }

    .adjma-text {
        order: 2;
        padding-top: 50px;
    }

    .pt-142 {
        padding-top: 80px;
    }
    
    /* .entrepreneurial {
        flex-wrap: wrap-reverse !important;
    } */
    .expertcards {
        grid-template-columns: 1fr 1fr;
    }
   
    .footer-section .main-footer-link {
        flex-wrap: wrap;
        column-gap: 80px;
        justify-content: flex-start;
        row-gap: 30px;
    }
    .play-button-wrapper #circle-play-b svg {
        width: 60px;
        height: 60px;
    }
   
    .from-img2{
        display: block;
    }
  
    .hero-section {
        margin-bottom: 28px;
        background-image: url(../images/Header-res.webp);
       
    }
    .hero-img {
        background-image: none;
        min-height: unset;
    }
    .hero-show-img{
        display: block;
    }
    .form-img{
        display: none;
    }
    .entrepreneurial{
        background-image: url(../images/signup-bg.png);
        background-size: 100% 100%;
        background-color: transparent;
        padding: 0;
    }
    .hero-section h1 {
        font-size: 50px;
        line-height: 65px;
    }
    .accordion-body {
        padding: 11px 12px 34px 60px;
    }
    .digitize-business {
        min-height: 445px;
        overflow: hidden;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
    }

    .hero-section h1 {
        font-size: 48px;
    }
    .how-works-section {
        /* background-image: url(../images/pattern768.png); */
        background-image: url(../images/whoworks-786.png);

    }
    .sme-emp-first{
        display: block;
    }
    .sme-emp-768{
        display: none;
    }
    .function-cards {
        padding-top: 40px;
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr 1fr;
        max-width: 428px;
        margin: 0 auto;
    }

    .card1-aft::after,
    .card2-aft::after {
        background-size: unset;
        width: 220px;
    }

    .card2-aft::after {
        display: none;
    }

    .nav-bar-btn {
        display: none;
    }

    .side-bar-btn {
        display: flex;
    }

    .digitize-business {
        flex-wrap: wrap;
    }
    .expertcards .expert-card1 {
        padding: 15px;
    }
    .social-icons {
        right: 10px;
    }
    /* .login-journy{
        margin-top: -200px;
    } */
    .get-start-btn {
        max-width: 141px;
        padding: 6px 6px 6px 12px;
        font-size: 12px;
        font-weight: 400;
        margin: 12px auto 0;
       
    }
    .get-start-btn .start-span {
        width: 30px;
        height: 30px;
    }
    .login-enter {
        background-image: url(../images/signup110.png);
    }
    .slide-text {
        padding: 19px 12px;
    }
    .slide1 .slide-text .amazon-p {
        width: fit-content;
        font-size: 13.618px;
         line-height: 23.427px;
    
}
}
@media screen and (max-width: 620px) {
    .social-icons {
        right: 32px;
    }
    .expertcards {
        grid-template-columns: 1fr;
    }
    .expertcards .expert-card1 {
        margin: 0 auto;
    }
}
@media screen and (max-width: 550px) {
    .hero-section h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .entrepreneurial{
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px;
        padding-bottom: 15px;
    }
    .brands-section {
        padding: 0px 0px 30px 0px;
    }

    .adjma-text h2 {
        padding-top: 20px;
        font-size: 30px;
    }

    .adjma-text .explore {
        font-size: 14px;
        padding: 14px 14px;
        margin-top: 15px;
    }

    .journymap-section .enter-jour {
        padding-bottom: 20px;
    }

    .accordion-button::after {
        left: 10px;
    }

    .accordion-button {
        padding: 15px 26px 36px 44px;
    }

    .accordion-button:not(.collapsed)::after {
        top: 8px;
    }

    .accordion-body {
        padding: 0 14px 34px 48px;
    }

    .digitize-business {
        gap: 2px;
    }

    .how-works-section {
        padding: 49px 0 49px 0;
    }
    .sign-up-section {
        padding-top: 10px;
    }
    .main-community .community-text a {
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .main-community .community-text h2,
    .live-sessions .licve-session-head {
        font-size: 26.875px;
    }
    .live-sessions,.live-sessions .sme-tab-btn .nav {
        padding-top: 20px;
    }
    .play-button-wrapper #circle-play-b svg {
        width: 50px;
        height: 50px;
    }
    .signup-logo {
        width: 100%;
        max-width: 100.333px;
        display: block;
    }
    .entrepr-journy h2 {
        font-size: 24px;
    }
    .signup-form .sign-field input,
    .signup-form button,
    .entrepr-journy .gogal-btn   {
        font-size: 12px;
        padding: 6px 10px;
    }
    .rember-me label,
    .rember-me a,
    .entrepr-journy .gogal-btn span,
    .entrepr-journy .account-p p,
    .entrepr-journy .account-p a{
        font-size: 12px;
    }
    .signup-form .sign-field label.error {
        font-size: 10px;
        top: calc(100% + -2px);
    }    
    .function-card-1 .no-fun {
        width: 43.962px;
        height: 43.962px;
    }
    .live-sessions .leading-comp {
        font-size: 24.68px;
        line-height: 36.019px;
    }
    .fa-arrow-left-long{
        font-size: 25px !important;
    }
    
   
}@media screen and (max-width: 500px) {
.login-enter {
    background-image: url(../images/n-sign420.png);
    margin: 5px;
}
.nav-item .all-btn{
    width: 80px !important;
}
.sme-tab-btn .nav .nav-link {
    font-size: 12px;
    line-height: 130%;
    padding: 9px 14px;
   
}
}
@media screen and (max-width: 425px) {
    .how-works-section {
        background-image: url(../images/pattern-420.png);
    }
    .card1-aft::after {
        display: none;
    }

    .function-cards {
        grid-template-columns: 1fr;
        gap: 110px;
    }

    .function-card-1 {
        position: relative;
        margin: 0 auto;
    }

    .function-card-1::after {
        position: absolute;
        background-image: url(../images/icons/arrow-420.svg);
        left: 62px;
        width: 110px;
        content: '';
        height: 145px;
        background-repeat: no-repeat;
    }

    .function-card-1:nth-child(4)::after {
        display: none;
    }

    .journymap-section {
        padding-top: 37px;
    }

    .journymap-section .enter-jour {
        font-size: 30.499px;
        padding-bottom: 0px;
    }

    .adjma-text h2 {
        padding-top: 20px;
        font-size: 25px;
    }

    .adjma-text p {
        padding-top: 12px;
        font-size: 14px;
        line-height: 22px;
    }

    .pt-142 {
        padding-top: 40px;
    }
    /* .Potential-p{
        padding-top: 22px;
    } */
    .signup-form input {
        font-size: 12px;
        padding: 6px 10px;
    }
    .signup-form {
        padding-top: 12px;
        gap: 10px;
    }
    .signup-form button,
    .entrepr-journy .gogal-btn{
        font-size: 12px;
        padding: 6px 12px;
    }
    .entrepr-journy .gogal-btn span,
    .Potential-p p,
    .entrepr-journy .str-p {
        font-size: 12px;
    }
    .play-button-wrapper #circle-play-b svg {
        width: 30px;
        height: 30px;
    }
    .entrepr-journy {
        padding: 20px 5px;
    }
    .hero-section h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .function-card-1 .no-fun span {
        font-size: 16.484px;
    }
    .live-sessions .leading-comp {
        font-size: 18px;
        line-height: 28.019px;
    }
    .live-sessions .email-p {
        padding-top: 12px;
        font-size: 14px;
        line-height: 24px;
       
    }
    .live-sessions .sme-tab-btn .nav {
        row-gap: 12px;
        column-gap: 7px;
    }
   
    .special-sme-tabs .tab-content {
        padding-top: 0px;
    }
    .entrepr-journy h2 {
        padding-top: 20px;
    }
    .arrow-next {
        left: 20px;}
        .entrepr-journy h2 {
            font-size: 20px;
        }
    
}

@media screen and (max-width: 375px) {
    .hero-section h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .fa-arrow-left-long{
        font-size: 20px !important;
    }
}

.socialicons a {
    text-decoration: none;
    margin: 0 4px;
    font-size: 14px;
    color: #000;
    transition: color 0.3s ease;
  }
  .socialicons a i:hover {
    color: #a01a5c !important;; /* Change to the desired hover color */
  }

    /*Social Media Sharer*/
        .sb-whatsapp i, .sb-facebook i, .sb-twitter i{
  padding-top: 0px !important;
} 

    .mobile-social-sidebar{
    display: none;
}
@media (max-width: 1074px){
  .social-sidebar{
display: none !important;
  }
    .mobile-social-sidebar{
        display: block !important;
    }
}
.mobile-social-sidebar.in {
    opacity: 1;
    bottom: 0;
}
.mobile-social-sidebar {
    position: fixed;
    bottom: auto;
    opacity: 0;
    padding: 0;
    margin: 0;
    width: 100vw;
    max-width: 100%;
    height: auto;
    max-height: none;
    cursor: pointer;
    z-index: 100;
    transition: bottom 1s ease,opacity .5s cubic-bezier(.39,-.31,1,.29);
}
.mobile-social-sidebar .entry-shares li a.share-btn.sb-twitter {
    background-color: #219bcf;
}
.mobile-social-sidebar .entry-shares li a.share-btn {
    width: 100%;
    height: 100%;
    z-index: 101;
    color: #fff;
    padding: .6rem 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    /*margin-top: 15px !important;*/
}
[role="button"], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
@media only screen and (min-width: 1074px) and (max-width: 1344px) {
  .media-left img{
    width:39% !important;
  }
}


.mobile-social-sidebar .entry-shares {
    list-style-type: none;
}
.mobile-social-sidebar .entry-shares li a.share-btn.sb-facebook {
    background-color: #66679d;
}
.mobile-social-sidebar .entry-shares li a.share-btn.sb-whatsapp {
    background-color: #25D366;
}
.mobile-social-sidebar .entry-shares li a.share-btn {
    /*! width: 100%; */
    /*! height: 100%; */
    /*! z-index: 101; */
    /*! color: #fff; */
    padding: .6rem 0;
    /*! display: -webkit-box !important; */
    display: -ms-flexbox !important;
    /*! display: flex !important; */
    /*! -webkit-box-orient: vertical !important; */
    /*! -webkit-box-direction: normal !important; */
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.mobile-social-sidebar .entry-shares {
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    align-items: center !important;
}
.mobile-social-sidebar .entry-shares li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
        flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.mobile-social-sidebar ul li{
   float: right !important;
width: 33.33%;
}
div.social-sidebar{
margin-left: 0% !important;
background: white;
border-radius: 5px;
z-index: 1;
}
.social-sidebar {
    position: fixed;
    margin-left: -55px;
    top: 300px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 8px;
    background-color: transparent;
}
