@font-face {
    font-family: "DM_Bold";
    src: url(../fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: "DM_Bold_italic";
    src: url(../fonts/DMSans-BoldItalic.ttf);
}

@font-face {
    font-family: "DM_italic";
    src: url(../fonts/DMSans-Italic.ttf);
}

@font-face {
    font-family: "DM_medium";
    src: url(../fonts/DMSans-Medium.ttf);
}

@font-face {
    font-family: "DM_medium_italic";
    src: url(../fonts/DMSans-MediumItalic.ttf);
}

@font-face {
    font-family: "DM_regular";
    src: url(../fonts/DMSans-Regular.ttf);
}

@font-face {
    font-family: "Space_grotesk";
    src: url(../fonts/SpaceGrotesk.ttf);
}

body {
    font-family: "DM_regular";
    padding: 0 !important;
}

:root {
    --primary: #A765FC;
    --secondary: #FFD951;
    --text: #000000BF;
    --accent: #97D813;
    --skyBlue: #11C7EF;
    --pink: #F8ECFF;
    --lightBlue: #E4FAFF;
    --lyt_yellow: #ECFAD0;
    --BlackT: #000000E6;
    --black: #000000;
    --white: #ffffff;
}

.bg-primary {
    background-color: var(--primary) !important;
}

a:focus, a:hover {

    text-decoration: none !important;
}

.topbuttons a {
    text-decoration: none !important;
}

.site-body {
    position: relative;

}

.bg_heart {
    background-image: url(http://letsmeet.webmobiledevelopers.in/public/frontend/images/hearts-confretti-1.png);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
}

.img_section {
    padding-top: 90px;
    background-color: #f9edffa6;
}

.title {
    font-size: 72px;
    font-family: "Space_grotesk";
    color: var(--black);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;
}

.info_p {
    font-size: 18px;
    line-height: 1.8em;
    color: #000000BF !important;
    font-family: "DM_regular";
}

.info_section {
    padding: 0 110px !important;
    background: #f6f1ff0f;
}

.form-select, .age {
    border: 1px solid var(--primary) !important;
    height: 64px;
    font-size: 18px;
    padding: 16px 32px 16px 16px;
    border-radius: 8px;
    color: #000000BF !important;
    font-family: "DM_regular";
    width: 100%;
    border-style: solid !important;
}

:focus-visible {
    outline: var(--primary) auto 1px;
}

.form-label {
    color: #00000080;
    margin-bottom: -0;
    font-family: "DM_regular";
    position: absolute;
    background-color: #fff;
    left: 25px;
    top: -12px;
    padding: 0 5px;
}

.form_col {
    position: relative;
}

.img-slide {
    width: 90% !important;
}

.btn_submit {
    opacity: 1;
    font-size: 18px;
    height: 64px;
    box-shadow: 0 14px 30px rgb(167 101 252 / 60%);
    border-radius: 8px;
    color: #FFF !important;
    font-family: "Space_grotesk";
    position: static;
    background-color: var(--primary);
    border: none;
    width: 100%;
}

.browse {
    background-color: #9350fb;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 48px 0px 0px 0px;
    position: relative;
}

.browse .title {
    font-size: 48px;
}

.browse .img_section {
    background-color: #9350fb;
}

.browse p {
    color: var(--white) !important;
}

.browse .info_section {
    background-color: #9350fb;
    padding: 0 113px;
}

.browse .info_p {
    font-size: 16px;
    color: var(--white) !important;

}

.img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 17%;
    height: auto;
}

.img2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: auto;
}

.img3 {
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 20%;
    height: auto;
}

.img4 {
    position: absolute;
    bottom: -90px;
    right: 0;
    width: 28%;
    height: auto;
}

.button_yellow {
    background-color: #FFD951 !important;
    box-shadow: 0px 14px 30px 0px rgb(90 34 162 / 33%);
    padding: 15px 48px;
    font-family: "Space_grotesk";
    font-size: 18px;
    color: #A765FC !important;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
}

.button_yellow:hover {
    background-color: #f3a34b;
    color: var(--white);
}

.button_purple {
    background-color: #8347df;
    box-shadow: 0px 14px 30px 0px rgb(90 34 162 / 33%);
    padding: 15px 48px;
    font-family: "Space_grotesk";
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    border: none;
}

.button_purple:hover {
    background-color: #a765fc;
    color: var(--white);
}

/* members */

.Members {
    padding: 100px 0;
}

.Members .title {
    font-size: 48px;
    text-align: center;
}

.centerBox {
    margin: auto;
    display: block;
    width: 50%;
}

.h6Heading {
    font-size: 16px;
    font-family: "Space_grotesk";
    color: var(--primary);
    letter-spacing: -.03em;
    line-height: 1;
    font-weight: 600;
}

.SerchInput {
    border-color: var(--white) !important;
    height: 60px !important;
    font-size: 18px !important;
    padding: 16px 10px !important;
    border-radius: 8px !important;
    color: #000000BF !important;
    font-family: "DM_regular" !important;
}

/* 
.searchIcon {

    width: 25px;

} */

.form-select:focus {
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
    border: 2px solid var(--primary) !important;
}

.SerchInput:focus {
    border-color: var(--white);
    height: 60px;
    font-size: 18px;
    padding: 16px 10px;
    color: #000000BF !important;
    font-family: "DM_regular";
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

.bi-filter {
    color: var(--primary);
}

.bi-filter:hover {
    color: var(--white);
}

.iconBtn {
    background: #a765fc2e;
    padding: 10px;
    border-radius: 10px;
}

.iconBtn:hover {
    background: var(--primary)
}



.modal .h6Heading {
    color: #000000;
    font-size: 20px;
    margin-bottom: 0 !important;

}

.modal .btn_submit {
    width: 20%;
    font-size: 15px;
    height: 40px;
}

.modal .loginbutton {
    border: 0px solid var(--primary);
    font-size: 16px;
}

.modal .loginbutton:hover {
    background-color: var(--white);
    font-size: 16px;
    color: var(--primary);
}

.modal form {
    padding: 0 25px;
}

.modal .form_col {
    padding: 10px 0;
}

.modal .form-label {
    color: #00000080;
    margin-bottom: -0;
    font-family: "DM_regular";
    position: relative;
    background-color: #fff;
    left: 0;
    top: 0;
    padding: 0 5px;
}

.modal .form-select {
    height: 55px;
    border: 1px solid gray;
    font-size: 17px;
    padding: 5px 14px;
}

.memberinfo {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

.memberP {
    font-family: "DM_regular";
    font-size: 16px;
}

.memberName {
    font-size: 20px;
    font-family: "Space_grotesk";
    color: var(--black);
    letter-spacing: -.03em;
    line-height: 1;
    font-weight: 600;
}

.memberName:hover {
    color: var(--primary);
}

.Members a {
    text-decoration: none;
}

.memberCol {
    box-shadow: 0 10px 30px rgb(167 101 252 / 10%);
    border-radius: 8px;
}

.memberImg {
    border-radius: 10px;
    max-height: 202px;
}

.btnOuline {
    background: #fff;
    font-family: "DM_regular";
    font-size: 17px;
    border: 1px solid var(--primary);
    padding: 10px 60px;
    margin: auto;
    display: block;
    border-radius: 8px;
    color: var(--primary);
}

.btnOuline:hover {
    background-color: var(--primary);
    color: white;
}

/* Testimonial */



.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: var(--primary);
}


.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 1;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    padding: 22px 0;
    position: relative;
    overflow: hidden;
    box-shadow: #929ea969 0px 0px 6px 5px;
    background-color: var(--white);
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
    background-color: var(--white);
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: var(--primary);
    font-size: 1.5em;
    margin: 15px 0;
    font-family: "Space_grotesk";
}

.testim .cont div p {
    font-family: "DM_regular";
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {

    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {

    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {

    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {

    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {

    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {

    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}

.Testimonial {
    background-color: var(--pink);
    padding: 100px 0;
}

.Testimonial .title {
    font-size: 48px;
    text-align: center;
}

.Testimonial .info_p {
    text-align: center;
}

.Testimonial .h6Heading {
    text-align: center;
}

.Testimonial .info_section {
    width: 66%;
    margin: auto;
    display: block;
}

.Testimonial a {
    color: var(--skyBlue);
}

.browse button a {
    text-decoration: none !important;
    color: #fff;
}

.browse .button_yellow a {
    color: var(--primary);
}

.WhyUS {
    background-color: var(--lightBlue);
    padding: 80px 0;
    position: relative;
}

.WhyUS .h6Heading {
    line-height: 3 !important;
}

.WhyUS .title {
    font-size: 40px !important;
}

.WhyUS .info_section {
    padding: 0px !important;
}

.browse .info_section {
    background-color: #9350fb;
    padding: 0 90px;
}

.app {
    width: 30%;
    position: relative;
    z-index: 2  !important;
    height: auto;
}

.testiFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}


/* packages */

.packages {
    background-color: var(--primary);
    padding: 100px 0;
    position: relative;
}

.packages .title {
    color: #fff;
    font-size: 48px;
}

.packages .info_p {
    color: #fff !important;
}

.bg-footer {
    background-color: #ffffff;
    padding: 15px 0 20px;
}


.footer-link a {
    color: #000;
    font-family: "DM_regular";
    line-height: 20px;
    font-size: 16px;
    transition: all 0.5s;
    text-decoration: none;
}

.footer-link a:hover {
    color: var(--primary);
}

.contact-info {
    color: #000;
    font-size: 16px;
    font-family: "DM_regular";
}

.footer-social-icon {
    font-size: 15px;
    padding: 10px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.instagram {
    background-color: #d6492f;
    color: #ffffff;
}

.linkedin {
    background-color: #0070b2;
    color: #ffffff;
}

.pinterest {
    background-color: #f21c34;
    color: #ffffff;
}

.youtube {
    background-color: #e9e9e9;
    color: #d42422;
}

.footer-alt {
    color: #000000;
    font-family: "Space_grotesk";
    font-weight: 700;
}



.footer-heading {
    position: relative;
    padding-bottom: 12px;
    font-family: "Space_grotesk";
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid var(--secondary);
}

.footer .list-inline-item:not(:last-child) {
    margin-right: 0 !important;
    padding: 0 !important;
}

label input#remember {
    width: 15px !important;
    height: 15px !important;
}

.SerchInput.form-control {
    border: 1px solid var(--primary) !important;
    border-radius: 0px !important;
    width: 80%;
    float: left;

}

.autosearch {
    color: #fff !important;
    border-radius: 0px !important;
    border: none;
    width: 20%;
    height: 60px;
}

.autocomplete-items {
    background: #e6def1;
}

.autocomplete-items div {
    padding: 10px 15px;
    font-style: italic;
    font-size: 14px;
    font-weight: 300 !important;
    cursor: pointer;
    font-family: "DM_regular" !important;
}

.autocomplete {
    align-items: center;
    justify-content: center;
}

.img_sectionMobile {
    display: none !important;
}

li {
    font-family: "DM_regular";
    font-size: 18px;
}

.logo-div {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* .logo-div a {
    background: #a765fc1a !important;
} */

#mobileNav {
    border: none;
    background: #9350fb;
    padding: 5px 10px;
    color: #fff;
}

.show {
    padding: 10px 20px;
}

.browse-ul {
    margin-bottom: 0 !important;
}

.browse-ul a, .lr-btn a {
    color: black !important;
    font-weight: 500 !important;
    font-family: "Space_grotesk" !important;

}

Button.dropbtn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    display: inline-block;
    vertical-align: middle;
}

.fa:before {
    font-family: FontAwesome !important;
}


.working .title {
    font-size: 45px !important;
    line-height: 1.2;
    /*letter-spacing: 2px;*/
}


.working .info_p {
    font-size: 16px !important;
}

.btnGreen {
    font-size: 18px;
    background-color: #97D813;
    box-shadow: 0px 14px 30px 0px rgb(160 229 20 / 73%);
    padding: 12px 48px;
    border-radius: 8px;
    line-height: 3;
    color: #fff;
}

.btnGreen:hover {
    background-color: #84CE00;
}

.box1 {
    background-color: var(--pink);
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.box2 {
    background-color: var(--lightBlue);
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.box3 {
    background-color: var(--lyt_yellow);
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.box1 img, .box2 img, .box3 img {
    width: 50%;
    margin: 10px 0px 30px 0px;
}

.working .box1 .info_p {
    font-size: 25px !important;
    color: #a866fc !important;
    font-family: "Space_grotesk" !important;
}

.working .box2 .info_p {
    font-size: 25px !important;
    color: #11c7ef !important;
    font-family: "Space_grotesk" !important;
}

.working .box3 .info_p {
    font-size: 25px !important;
    color: #80b315 !important;
    font-family: "Space_grotesk" !important;
}

.box1 .title, .box2 .title, .box3 .title {
    font-size: 20px !important;
    font-family: "Space_grotesk" !important;
    line-height: 2;
}

.box1 ul li, .box2 ul li, .box3 ul li {
    font-size: 13px;
    line-height: 2;
}
.packages ul li {
    font-size: 14px;
}
.packages .card-body{
    padding: 30px 20px;
}
.packages .button_purple {
    padding: 13px 35px;
    font-size: 16px;
}
#middle,.mini-hero-experience {
    background: url(http://letsmeet.webmobiledevelopers.in/public/frontend/images/inner-page-header.png ) !important;
}
