.play-store-btn img {
	height: 50px;
}
.play-store-btn {
	margin-left: 15px;
}
.navebarPage {
    background: #fff;
    transition: 0.4s;
}

.navbarLinks {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding-left: 20px;
}

.navbarToggleButton {
    border-color: rgb(93, 36, 175, 1);
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(93, 36, 175, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbarLinks a {
    color: #000;
}

.navbarLinks a:hover {
    color: rgba(93, 36, 175, 1);
    border-bottom: 2px solid rgba(93, 36, 175, 1);
}

.navbarLinks a:focus {
    color: rgba(93, 36, 175, 1);
    border-bottom: 2px solid rgb(93, 36, 175, 1);
}

.navebarPage ul li a.active {
    color: rgba(93, 36, 175, 1);
    border-bottom: 2px solid rgb(93, 36, 175, 1);
}

.navbar-brand img {
    width: 130px;
    height: auto;
}

.banner-img {
    position: relative;
}

.banner-img:after {
    content: "";
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: rgba(254, 199, 93, 1);
    top: 130px;
    right: 40px;
    position: absolute;
    display: inline-block;
    z-index: -1;
}

.banner-img img {
    width: 82%;
    margin-left: 40px;
}

.bnrImg:after {
    content: "";
    height: 600px;
    width: 600px;
    border-radius: 50%;
    background: rgba(254, 199, 93, 1);
    bottom: 20px;
    left: 0;
    position: absolute;
    display: inline-block;
    z-index: -1;
}

.bannerheading {
    color: #000;
    font-size: 48px;
    line-height: 1.125;
    margin-top: 85px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

.bannerText {
    font-size: 18px;
    color: rgb(70, 70, 70);
    line-height: 1.5;
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
}

.bannerTextBox {
    max-width: 550px;
}

.bannerTextBox button {
    margin-top: 40px;
    width: 300px;
    height: 70px;
    background: linear-gradient(rgb(93, 36, 175), rgb(71, 27, 133));
    border: none;
    border-radius: 35px;
}

.bannerButtonText {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
}

.bannerTextBold {
    font-weight: bold;
}

.form-popup {
    display: none;
    position: fixed;
    max-width: 600px;
    background-color: #fff;
    padding: 40px 80px 80px 80px;
    font-family: 'Roboto', sans-serif;
}

.formHeading {
    border: none !important;
}

.formHeading h2 {
    font-weight: bold;
    text-align: center;
}

.formHeadingDescriotion {
    text-align: center;
    font-size: 18px;
    color: rgba(70, 70, 70, 1);
    margin-bottom: 20px;
}

.formDisclamer {
    color: rgb(119, 119, 119);
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.formCloseButton {
    margin-left: 100%;
    padding-bottom: 30px;
}

.model-header {
    border: none;
}

.GetBackToWork {
    background-color: rgba(226, 248, 255, 1);
    padding: 60px 0px 20px 0px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.GetBackToWorkheading {
    color: #000;
    font-size: 48px;
    line-height: 1.125;
    margin-top: 60px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

.GetBackToWorkText {
    font-size: 1.125rem;
    color: rgb(70, 70, 70);
    line-height: 1.5;
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
}

.GetBackToWorkTextBox {
    max-width: 600px;
}

.GetBackToWorkTextBox button {
    margin-top: 70px;
    width: 300px;
    height: 70px;
    background: linear-gradient(rgb(33, 186, 235), rgb(18, 155, 199));
    border: 1px solid rgb(93, 155, 174);
    border-radius: 35px;
}

.GetBackToWorkButtonText {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
}

.GetBackToWork:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 20px solid rgba(226, 248, 255, 1);
    left: 48%;
    transform: translateY(20px);
    position: absolute;
    display: inline-block;
}

.GetBackToWorkImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.career {
    padding-top: 64px;
    padding-right: 128px;
    padding-bottom: 64px;
    padding-left: 128px;
}

.careerHeading {
    color: #000;
    font-size: 56px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

.careerQuote {
    font-size: 1rem;
    color: rgb(34, 34, 34);
    line-height: 1.75;
    margin-top: 20px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.careerGridHeading {
    color: #000;
    font-size: 32px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin-top: 20px;
}

.careerGridDescription {
    font-family: "Lato", sans-serif;
    color: rgb(34, 34, 34);
    line-height: 1.5;
    font-size: 18px;
    padding-top: 10px;
}

.careerGridNumber1 {
    color: rgba(254, 199, 93, 1);
    font-weight: bolder;
    font-size: 88px;
    font-family: 'Barlow', sans-serif;
}

.careerGridNumber2 {
    color: rgba(33, 186, 235, 1);
    font-weight: bolder;
    font-size: 88px;
    font-family: 'Barlow', sans-serif;
}

.careerGridNumber3 {
    color: rgba(233, 64, 118, 1);
    font-weight: bolder;
    font-size: 88px;
    font-family: 'Barlow', sans-serif;
}

.careerGrid {
    margin-top: 40px;
}

.ourPlatformOverviewHeading {
    color: #000;
    font-size: 56px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 80px;
}

.ourPlatformOverview {
    padding-top: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
}

.ourPlatformOverviewCardsHeading {
    color: #000;
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    padding-top: 40px;
    text-align: center;
}

.ourPlatformOverviewCardsText {
    font-family: 'Roboto', sans-serif;
    color: rgb(70, 70, 70);
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-top: 15px;
    font-size: 17px;
    margin-bottom: 30px;
}

.ourPlatformOverviewImahe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.socialMediaIconsDiv {
    text-align: center;
    padding-bottom: 20px;
}

.socialMediaIcons {
    margin: 12px;
    color: rgb(93, 36, 175)
}

.copyRights {
    color: rgba(70, 70, 70, 1);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px 0 50px 0;
}
.policyLinks span a{
    color: rgba(93, 36, 175, 1);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 40px;
}
.policyLinks span{
    padding: 0 10px 0 10px;
}
.policyLinks{
    padding-bottom: 40px;
    text-align: center;
}


.footer {
    padding: 120px 0 60px 0;
}

.privactHeading {
    text-align: center;
    margin-bottom: 30px;
}

.privacyPolicy {
    text-align: justify;
}

.policyBold {
    font-weight: bold;
}

.privacyPolicyContainer {
    margin-top: 60px;
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 10%);
    padding: 5%;
}

.termsHeading {
    text-align: center;
    margin-bottom: 30px;
}

.terms {
    text-align: justify;
}

.termsContainer {
    margin-top: 60px;
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 10%);
    padding: 5%;
}

/*-------------------------
contact page
-------------------------*/
.contactContent {
    margin-top: 250px;
    padding-bottom: 120px;
}

.contactTextHeading {
    color: #000;
    font-size: 64px;
    line-height: 1.125;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

.contactText {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: rgb(70, 70, 70);
    line-height: 1.75;
    text-align: left;
    padding-top: 30px;
}

.contactUsButton {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(rgb(93, 36, 175), rgb(71, 27, 133));
    border: none;
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
}

.contactUs form input {
    border-color: #a5a2a2;
    ;
}

.contactUs form textarea {
    border-color: #a5a2a2;
    ;
}

.contactUs form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.contactUs form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    opacity: 1;
}

.contactUs form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    opacity: 1;
}

.contactUs form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.contactUs form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.contactUs form input::placeholder {
    /* Most modern browsers support this now. */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}


.contactUs form textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.contactUs form textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    opacity: 1;
}

.contactUs form textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    opacity: 1;
}

.contactUs form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.contactUs form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.contactUs form textarea::placeholder {
    /* Most modern browsers support this now. */
    color: #020020;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.play-store-btn.sm-home{
	display: none;
}
@media only screen and (max-width: 1600px) {
    .contactContent {
        margin-top: 150px;
        padding-bottom: 240px;
    }
}

@media only screen and (max-width: 1400px) {
    .bnrImg:after {
        content: "";
        height: 520px;
        width: 520px;
        border-radius: 50%;
        background: rgba(254, 199, 93, 1);
        bottom: 20px;
        left: 0;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

    .banner-img:after {
        content: "";
        height: 110px;
        width: 110px;
        border-radius: 50%;
        background: rgba(254, 199, 93, 1);
        top: 80px;
        right: 50px;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

    .contactContent {
        margin-top: 150px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .contactContent {
        margin-top: 80px;
        padding-bottom: 240px;
    }
}

@media only screen and (max-width: 1199px) {
    .contactContent {
        margin-top: 80px;
        padding-bottom: 240px;
    }

    .bnrImg:after {
        content: "";
        height: 400px;
        width: 400px;
        border-radius: 50%;
        background: rgba(254, 199, 93, 1);
        bottom: 20px;
        left: 15px;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

    .banner-img:after {
        content: "";
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: rgba(254, 199, 93, 1);
        top: 80px;
        right: 30px;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

    .bannerheading {
        color: #000;
        font-size: 44px;
        line-height: 1.125;
        margin-top: 85px;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
    }

    .GetBackToWorkheading {
        color: #000;
        font-size: 44px;
        line-height: 1.125;
        margin-top: 60px;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
    }

    .contactTextHeading {
        color: #000;
        font-size: 60px;
        line-height: 1.125;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
    }

    .contactText {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        color: rgb(70, 70, 70);
        line-height: 1.75;
        text-align: left;
        padding-top: 30px;
    }

    .contactContent {
        margin-top: 9s0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-img img {
        width: 100%;
        margin-left: 25px;
    }

    .bnrImg:after {
        content: "";
        height: 370px;
        width: 370px;
        border-radius: 50%;
        background: rgba(254, 199, 93, 1);
        bottom: 20px;
        left: 0px;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

    .banner-img:after {
        content: "";
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background: rgba(254, 199, 93, 1);
        top: 50px;
        right: 0px;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

    .bannerheading {
        color: #000;
        font-size: 36px;
        line-height: 1.125;
        margin-top: 85px;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
    }


    .career {
        padding-top: 64px;
        padding-right: 65px;
        padding-bottom: 64px;
        padding-left: 65px;
    }

    .careerHeading {
        color: #000;
        font-size: 46px;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
    }

    .ourPlatformOverviewHeading {
        color: #000;
        font-size: 46px;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
        text-align: center;
        padding-bottom: 80px;
    }

    .contactTextHeading {
        color: #000;
        font-size: 50px;
        line-height: 1.125;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
    }

    .contactText {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        color: rgb(70, 70, 70);
        line-height: 1.75;
        text-align: left;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
	.play-store-btn.sm-home {
		margin-top: 20px;
		margin-left: 0;
		display: block;
		overflow: hidden;
	}
    .banner-img img {
        width: 60%;
        margin-left: 90px;
    }

    .bnrImg:after {
        content: "";
        height: 390px;
        width: 390px;
        border-radius: 50%;
        background: rgba(254, 199, 93, 1);
        bottom: 10px;
        left: 45px;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

    .banner-img:after {
        display: none;
    }

    .career {
        padding-top: 64px;
        padding-right: 40px;
        padding-bottom: 64px;
        padding-left: 40px;
    }

    .GetBackToWorkTextBox {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 540px) {
    .bnrImg:after {
        content: "";
        height: 350px;
        width: 350px;
        border-radius: 50%;
        background: rgba(254, 199, 93, 1);
        bottom: 10px;
        left: 63px;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

}

@media only screen and (max-width: 500px) {
    .banner-img img {
        width: 60%;
        margin-left: 22%;
    }

    .bnrImg:after {
        content: "";
        height: 78%;
        width: 80%;
        border-radius: 50%;
        background: rgba(254, 199, 93, 1);
        bottom: 0;
        left: 40px;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

    .career {
        padding-top: 64px;
        padding-right: 20px;
        padding-bottom: 64px;
        padding-left: 20px;
    }

    .GetBackToWorkheading {
        color: #000;
        font-size: 38px;
        line-height: 1.125;
        margin-top: 60px;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
    }

    .careerHeading {
        color: #000;
        font-size: 38px;
        line-height: 1.125;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
    }

    .careerGridHeading {
        color: #000;
        font-size: 30px;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
        margin-top: 20px;
    }

    .careerGridDescription {
        font-family: "Lato", sans-serif;
        color: rgb(34, 34, 34);
        line-height: 1.5;
        font-size: 18px;
        padding-top: 10px;
    }

    .careerGridNumber1 {
        color: rgba(254, 199, 93, 1);
        font-weight: bolder;
        font-size: 75px;
        font-family: 'Barlow', sans-serif;
    }

    .careerGridNumber2 {
        color: rgba(33, 186, 235, 1);
        font-weight: bolder;
        font-size: 75px;
        font-family: 'Barlow', sans-serif;
    }

    .careerGridNumber3 {
        color: rgba(233, 64, 118, 1);
        font-weight: bolder;
        font-size: 75px;
        font-family: 'Barlow', sans-serif;
    }

    .ourPlatformOverviewHeading {
        color: #000;
        font-size: 38px;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
        text-align: center;
        padding-bottom: 80px;
    }

    .bannerheading {
        color: #000;
        font-size: 38px;
        line-height: 1.125;
        margin-top: 85px;
        font-family: 'Barlow', sans-serif;
        font-weight: 700;
    }

    .GetBackToWork:after {
        content: "";
        height: 0;
        width: 0;
        border-left: 32px solid transparent;
        border-right: 32px solid transparent;
        border-top: 20px solid rgba(226, 248, 255, 1);
        left: 45%;
        transform: translateY(20px);
        position: absolute;
        display: inline-block;
    }
}
.notification {
	position: fixed;
	bottom: 80px;
	background: #fff;
	padding: 10px 20px;
	margin: auto;
	display: block;
	transform: translate(-50%,50%);
	left: 50%;
	box-shadow: 0px 0px 10px #9e9e9e;
	border-radius: 10px;
}
.notification button {
	border: none;
	background: #fff;
	position: absolute;
	right: 5px;
}
.notification .notification-msg {
	font-size: 16px;
	margin-right: 25px;
}
