﻿.white-background {
    background-color: #fff;
    color: #52616A
}

.font-bold {
    font-weight: bold
}

html, body {
    color: #52616A
}

h1, .h1 {
    font-size: 30px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0
}

.index-page {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden
}

#header-parallax {
    min-height: 500px;
    font-size: 36px;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background-color: #333;
    background: url('web/images/header_image.jpg');
    background-size: cover;
    background-position: center center;
    background-position-y: 0;
    background-position-x: center;
    background-repeat: no-repeat;
    position: relative;
    vertical-align: top
}

section.about-us {
    min-height: 100vh;
    background: #fff;
    transform: translateZ(0);
    padding: 40px 0
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

a {
    text-decoration: none !important
}

.white-text {
    color: #fff
}

.full-page {
    height: 100vh;
    width: 100%;
}

.flex-container {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center
}

.flex-container .flex-content {
    -webkit-flex: 1;
    flex: 1
}

.header-dark {
    background-color: rgba(0, 0, 0, 0.5)
}

.uppercase {
    text-transform: uppercase
}

.heading-1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Noto Serif', sans-serif;
}

.s-sub-heading {
    margin-top: 32px;
    text-align: center;
    font-size: 20px
}

.line {
    display: block;
    background-color: #52616A;
    width: 150px;
    height: 3px;
    margin: 5px auto
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flexbox .col {
    flex: 1
}

.section-content {
    margin-top: 40px
}

.card {
    padding: 20px 20px 40px;
    margin: 20px 20px 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.card-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.card-body {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify
}

.margin-top-30 {
    margin-top: 30px
}

.inline-block {
    display: inline-block;
    vertical-align: middle
}

.padding-lr-20 {
    padding-left: 20px;
    padding-right: 20px
}

form {
    margin: 0
}

.col-inline-block {
    float: none !important;
    display: inline-block;
    vertical-align: top
}

.index-page a.btn-sign-up {
    border: none;
    margin-top: 10px;
    border-radius: 4px;
    padding: 15px 10px;
    width: 140px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    color: #fff !important;
    background-color: #42c299;
    text-shadow: none;
    position: relative;
    text-transform: uppercase
}

.index-page a.btn-sign-up:focus, .index-page a.btn-sign-up:hover {
    background-color: #349b7a;
    transition: .3s;
    -webkit-transition: .3s
}

button {
    outline: none !important
}

.header-container {
    margin: 0;
    padding: 0;
    background: -webkit-linear-gradient(top, #5c0099 0, #0f001a 100%);
    background: linear-gradient(to bottom, #5c0099 0, #0f001a 100%);
    box-shadow: inset 0 0 20px #0f001a;
    min-height: 100vh
}

.info-row h1 {
    font-size: 40px;
    color: #fff;
}

.info-row {
    padding-left: 40px
}

.row {
    margin-left: 0;
    margin-right: 0
}

.info-row span {
    font-size: 10px;
    color: #DB5734
}

#typed2 {
    color: #fff;
    font-size: 30px
}

.info-row span.typed-cursor {
    font-size: 30px;
    color: #fff
}

.info-row span.span-orange {
    font-size: 30px;
    color: orange
}

.img-monitor {
    max-height: 400px;
    width: auto;
    margin-bottom: 30px
}

.center {
    text-align: center
}

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

.background-image-texture {
    position: relative;
    background-color: #e85c37;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
    background-image: url('web/images/dark_triangles.png');
    background-repeat: repeat;
    box-shadow: inset 0 2px 10px rgba(100, 0, 0, .66)
}

.meesho-info {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.meesho-info h1 {
    font-size: 40px;
    font-weight: lighter;
    border-bottom: 1px solid #DB5734;
    padding-bottom: 20px;
    margin: 0 15% 15px
}

.meesho-info p {
    padding-top: 30px;
    margin-bottom: 10px;
    font-size: 16px
}

.why-meesho-supply {
    padding: 40px 0;
    max-width: 1400px;
    margin: auto
}

.border-features {
    width: 250px;
    margin: 15px auto 0;
    border: 2px solid #DB5734
}

.feature-card {
    padding: 20px 40px
}

.feature-card i {
    color: #DB5734;
    font-size: 60px
}

.feature-card .slogan {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.feature-card .message {
    text-align: justify
}

.feature-card .message.text-center {
    text-align: center;
}

.how-it-works {
    padding: 20px;
    background: -webkit-radial-gradient(#1F3A58, #284B72);
    background: -o-radial-gradient(#1F3A58, #284B72);
    background: -moz-radial-gradient(#1F3A58, #284B72);
    background: radial-gradient(#1F3A58, #284B72);
    color: #fff;
    box-shadow: inset 0 0 20px #284B72
}

.border-how-it-works {
    border-top: 2px solid #fff;
    width: 150px;
    margin: 15px auto 0
}

.how-it-works h1 {
    font-weight: bold;
}

.how-it-works-card {
    margin: 80px 0
}

.how-it-works-card i {
    font-size: 30px;
    padding: 20px;
    margin-top: 20px;
    border-radius: 60px;
    border: 3px solid rgba(255, 255, 255, 1);
}

.how-it-works-card.left .col-xs-3 {
    text-align: left
}

.how-it-works-card.left {
    text-align: left
}

.how-it-works-card.right .col-xs-3 {
    text-align: right
}

.all-that-you-need-is {
    width: 100%;
    margin: auto;
    color: #fff;
    padding: 96px 24px 96px;
    font-size: 20px;
    background-image: -webkit-linear-gradient(0deg, #ff79b0, #c67cd7);
    background-image: linear-gradient(90deg, #ff79b0, #c67cd7);
}

.all-that-you-need-is h1 {
    font-size: 32px;
    font-family: 'Noto Serif', sans-serif;
    margin: 0;
}

.all-that-you-need-is .m-text {
    font-size: 16px
}

.all-that-you-need-is .l-text {
    font-size: 40px
}

.all-that-you-need-is span {
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: 2px;
}

.seller-form-fill-up .input-title {
    padding-top: 10px
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
    margin-top: 5px
}

.switch input {
    display: none
}

.seller-form-fill-up .seller-stats {
    background-color: #ffffff;
}

.seller-form-fill-up .seller-contact-us {
    color: #52616A;
}

.seller-contact-us .form-group {
    margin-bottom: 24px;
}

.seller-form {
    max-width: 480px;
    margin: auto;
}

.seller-contact-us .form-control {
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    font-size: 14px;
    line-height: 20px;
}

.seller-contact-us .input-group-addon {
    border-radius: 4px 0 0 4px;
    background-color: #ffff;
    border: solid 1px #e6e6e6;
    border-right: none;
}

.seller-contact-us .control-label {
    font-size: 16px;
    line-height: 1.5;
    color: #525252;
    margin-bottom: 8px;
}

.seller-contact-us .react-select-box-container {
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    width: 100%;
}

.seller-contact-us .react-select-box-empty .react-select-box-label {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.seller-contact-us .react-select-box {
    padding: 10px 0;
}

.seller-contact-us .react-select-box:before {
    border-left: none;
}

.seller-contact-us .react-select-box:after {
    top: 18px;
}

.seller-form-fill-up .slogan h1 {
    font-size: 48px;
    font-weight: 700
}

.seller-form-fill-up .seller-form-header {
    font-size: 32px;
    line-height: 40px;
    color: #424242;
    font-family: 'Noto Serif', sans-serif;
}

.seller-form-fill-up .seller-form-text {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 24px;
    color: #8f8f8f;
}

.seller-form-fill-up .seller-form-text2 {
    margin-top: 64px;
    color: #525252;
    font-size: 16px;
    line-height: 1.5;
}

.seller-form-fill-up .seller-form-text3 {
    margin-top: 24px;
    color: #525252;
    font-size: 16px;
    line-height: 1.5;
}

.seller-form-list {
    margin-top: 8px;
}

.seller-form-list > div {
    margin-top: 16px;
}

.seller-form-list > div > img {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.seller-form-list > div > div {
    display: inline-block;
}

.form-control {
    height: 40px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #C9D6DE;
    -webkit-appearance: none
}

.form-control:focus {
    border-color: #0f213c
}

.seller-form-fill-up .slogan p {
    font-size: 20px
}

.meesho-footer {
    background: -webkit-linear-gradient(top, #5c0099 0, #0f001a 100%);
    background: linear-gradient(to bottom, #5c0099 0, #0f001a 100%);
    box-shadow: inset 0 0 20px #0f001a;
    padding: 50px 100px 20px;
    color: #fff
}

.copyright-meesho-footer {
    background-color: #11001D;
    color: #fff;
    padding-top: 20px
}

.typed-style {
    white-space: pre
}

.how-it-works-card i.fa-inr {
    padding: 20px 27px
}

.padding-10 {
    padding: 10px;
}

.border-radius-none {
    border-radius: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.bold {
    font-weight: bold;
}

.alert {
    margin-bottom: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 3px;
}

input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 7px;
    margin-left: -20px;
    display: inline-block;
    vertical-align: top;
}

#header {
    margin-bottom: 0;
}

.social {
    font-size: 50px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

#social-fb:hover {
    color: #3B5998;
}

#social-em:hover {
    color: #f39c12;
}

.footer-links {
    padding: 20px 0;
}

.paly-store-logo {
    font-size: 20px;
    padding: 15px 0 15px;
}

.paly-store-logo img {
    max-width: 270px;
}

.footer-links {
    font-size: 18px;
    font-weight: bold;
}

.footer-links a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#arraw {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -15px;
    transition: .3s;
    -webkit-transition: .3s;
}

#arraw a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#arraw:hover {
    bottom: 20px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
}

.checkbox-inline, .radio-inline {
    margin-right: 10px;
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
    .container {
        width: 100%
    }

    .col-sm-4 {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    #Register .h-heading {
        font-size: 24px;
    }

    #Register .seller-form .h-heading {
        font-size: 18px;
    }

    .col-sm-4 {
        width: 100%
    }

    .background-image-texture {
        padding: 30px;
        font-size: 18px
    }

    .how-it-works .col-xs-5 {
        width: 60%;
        float: none;
        vertical-align: middle;
        display: inline-block
    }

    .how-it-works .col-xs-2 {
        width: 20%;
        float: none;
        vertical-align: middle;
        display: inline-block
    }

    .how-it-works .col-xs-5.col-xs-offset-4 {
        margin-left: 20%
    }

    .how-it-works .col-xs-1 {
        display: none
    }

    .all-that-you-need-is {
        padding: 40px 15px
    }

    .how-it-works h1 {
        font-size: 20px
    }

    .how-it-works-card p {
        font-size: 12px;
        text-align: justify
    }

    .multi-select-outer-layer {
        z-index: 10000;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .seller-form-fill-up .seller-contact-us {
        padding-left: 16px;
    }

    .seller-form-fill-up .seller-form-text2 {
        margin-top: 32px;
    }

    .seller-form-fill-up .seller-contact-us {
        margin-top: 64px;
    }

}

@media only screen and (max-width: 767px) and (min-width: 600px) {

    span.span-orange {
        font-size: 30px;
        color: orange
    }

    .feature-card {
        padding: 20px 120px
    }

    .feature-card .message {
        text-align: center
    }

    .how-it-works-card {
        margin: 50px 0
    }

    .all-that-you-need-is span {
        font-size: 16px
    }
}

@media only screen and (max-width: 600px) {
    #header-parallax {
        background-position-x: -120px;
    }

    .paly-store-logo {
        font-size: 16px;
        padding: 15px 0 15px;
    }

    .how-it-works {
        padding: 30px 15px 20px
    }

    .how-it-works .col-xs-5 {
        width: 80%
    }

    .how-it-works .col-xs-2 {
        width: 20%;
        padding: 0
    }

    .how-it-works .col-xs-5.col-xs-offset-4 {
        margin-left: 0
    }

    .s-sub-heading {
        font-size: 16px
    }

    .all-that-you-need-is .padding-lr-20 {
        padding-left: 10px;
        padding-right: 10px
    }

    span.span-orange {
        font-size: 30px;
        color: orange
    }

    .why-meesho-supply h1 {
        font-size: 24px;
        font-weight: bold
    }

    .feature-card {
        padding: 20px 70px
    }

    .feature-card i {
        font-size: 48px
    }

    .how-it-works-card {
        margin: 40px 0
    }

    .how-it-works-card .col-xs-offset-4.col-xs-5 {
        margin-left: 0
    }

}

@media only screen and (max-width: 480px) and (min-width: 300px) {
    #header-parallax {
        background-position-x: -150px;
    }

    .all-that-you-need-is, .seller-form-fill-up {
        padding: 30px 15px 40px
    }

    .why-meesho-supply {
        padding: 20px 0
    }

    .feature-card {
        padding: 20px 0
    }

    span.span-orange {
        font-size: 20px;
        color: orange
    }

    #typed2 {
        color: #fff;
        font-size: 20px
    }

    .why-meesho-supply h1 {
        font-size: 20px
    }

    .feature-card i {
        font-size: 40px
    }

    .border-features {
        width: 200px;
        margin: 15px auto 0;
        border: 1px solid #DB5734
    }

    .how-it-works-card {
        margin: 0;
        padding: 30px 0
    }

    .how-it-works h1 {
        margin-top: 0
    }

    .how-it-works-card .col-xs-offset-4.col-xs-5 {
        margin-left: 0
    }

    .how-it-works-card i {
        font-size: 16px;
        padding: 20px;
        border-radius: 50%;
        margin-top: 0
    }

    .how-it-works-card i.fa-inr {
        padding: 20px;
        width: 60px;
        text-align: center;
        height: 60px
    }

    .all-that-you-need-is span {
        font-size: 14px
    }

    .all-that-you-need-is .inline-block .btn-default {
        margin-bottom: 15px
    }

    .all-that-you-need-is .inline-block:last-child .btn-default {
        margin-bottom: 0
    }

    .seller-contact-us {
        margin: 40px 0 0
    }

    .s-sub-heading {
        font-size: 14px
    }
}

span.multiselect-native-select {
    position: relative
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container > li {
    padding: 0
}

.multiselect-container > li > a.multiselect-all label {
    font-weight: 700
}

.multiselect-container > li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container > li > a {
    padding: 0
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 0 3px 30px
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

#whyMeeshoSupply h1, #HowItWorks h1 {
    font-family: 'Museo Sans', sans-serif;
}

.terms-conditions-page {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 10px 10px 10px;
    font-size: 16px;
    min-height: 100vh;
    background-color: #fff
}

.terms-text {
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    text-align: justify
}

.terms-text::before {
    content: attr(data-role) " ";
    position: absolute;
    left: 10px;
    font-weight: bold;
}

.sub-child .terms-text {
    padding-left: 30px
}

.sub-child.extra-large .terms-text, .terms-text.extra-large {
    padding-left: 35px
}

.sub-sub-child .terms-text {
    padding-left: 40px
}

.sub-sub-child.extra-large .terms-text {
    padding-left: 50px
}

.sub-child .terms-text::before {
    left: 0;
}

#reseller-form {
    margin: 15px auto 0;
    max-width: 340px;
    padding: 0 10px;
}

.has-error .form-control {
    color: #a94442;
    border-color: #a94442;
}

#ads-phone-submit .has-error input:focus {
    border-color: #a94442;
}

.s-submit-button {
    background-color: #3290ab;
    color: #FFFFFF;
    padding: 10px 60px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #3290ab;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.s-submit-button:hover, .s-submit-button:focus {
    background-color: #FFFFFF;
    color: #3290ab;
}

.submit-message {
    padding: 10px;
    text-align: center;
    font-size: 24px;
    color: #f37b8c;
}

.help-block {
    color: #FFFFFF !important;
}

.seller-contact-us .help-block {
    color: #a94442 !important;
}

.dark-grey {
    background: #E5EAEE;
}

#ResellerHowToWorks {
    max-width: 1200px;
}

#ResellerWhyMeesho {
    max-width: 1200px;
}

.faq-page {
    background-color: #FFFFFF;;
    min-height: 100vh;
}

.faq-page-1 {
    background-color: #f8f9fa;;
    min-height: 100vh;
}

.faq-content-inner {
    padding: 0;
    max-width: 680px;
    margin: auto;
    display: block;
}

.btn-toggle {
    text-align: left;
    width: 100%;
    position: relative;
    display: block;
    padding: 15px 20px 15px 40px;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #eb4e85;
    word-wrap: break-word;
    border-radius: 0;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    font-size: 19px;
}

.faq-page-1 .li-style-none {
    list-style: none;
    border-bottom: 1px solid #e3f0e6;
}

.faq-page-1 ul.faq-main-content {
    margin: 0 0 0;
    background-color: #FFFFFF;
    padding-bottom: 50px;
}

.faq-page-1 ul.faq-sub-content {
    padding: 0 0;
    margin: 0;
}

.btn-toggle::after {
    position: absolute;
    left: 15px;
    top: 15px;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.btn-toggle.opened::after {
    top: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pink-header {
    background-color: #eb4e85;
    padding: 10px 20px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
}

.padding-lr-15 {
    padding: 0 15px;
}

.faq-link {
    list-style: none;
}

.faq-link li {
    padding-left: 40px;
}

.faq-link li > a {
    display: block;
    padding: 8px 10px 8px 0;
    color: #2d6da4 !important;
    font-size: 16px;
    border-bottom: 1px solid #C9D6DE;
}

.faq-link li:last-child > a {
    border-bottom: none;
}

.faq-header-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}

.white_logo_img {
    max-height: 40px
}

.faq-header-text {
    text-transform: uppercase;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    width: 290px;
    position: absolute;
    left: calc(50% - 145px);
    top: 17px;
}

.faq-header-link {
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 16px;
}

.faq-search {
    text-align: center;
    padding: 40px 20px 30px;
    background-size: cover;
    background: url('web/images/cloudy-day.png') repeat center center;
}

.faq-search-head {
    color: #eb4e85;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}

.faq-search-sub-head {
    color: #eb4e85;
    font-size: 16px;
    line-height: normal;
    margin-top: 25px;
    text-align: center;
}

.faq-search-input {
    position: relative;
    max-width: 400px;
    width: 400px;
    margin: auto;
}

.faq-search input {
    font-size: 16px;
    max-width: 400px;
    width: 400px;
    border-radius: 23px;
    padding: 12px 30px 12px 20px;
    border: 1px solid #C9D6DE;
    -webkit-appearance: none;
    text-overflow: ellipsis;
    outline: none;
}

.faq-search input + span {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "&times";
    height: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 18px;
}

.faq-search input + span .fa {
    line-height: 30px;
}

.btn-toggle.opened {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ed5f91;
}

.faq-qstn {
    padding: 30px 20px;
}

.faq-q-qstn {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: justify;
}

.faq-q-ans {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 25px;
    text-align: justify;
}

.video-container {
    padding: 20px 0 0;
}

.info-icon {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.faq-search-result {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #C9D6DE;
    background-color: #FFFFFF;
    z-index: 1000;
}

.faq-search-result ul {
    margin-bottom: 0;
}

.faq-search-result li {
    list-style: none;
}

.faq-search-result li > a {
    text-align: left;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #C9D6DE;
}

.faq-search-result li:last-child > a {
    border-bottom: none;
}

.mobile-visible {
    display: none;
}

.mobile-visible a {
    color: #FFFFFF !important;
    font-size: 24px;
    padding: 0 10px;
    display: inline-block;
}

.mobile-visible .fa {
    line-height: 30px;
}

@media only screen and (max-width: 600px) {
    .mobile-visible {
        display: block;
    }

    .pink-header {
        padding: 0;
    }

    .faq-header-container {
        padding: 10px 15px 10px 0;
    }

    .white_logo_img {
        max-height: 30px
    }

    .faq-header-text {
        display: none;
    }

    .faq-header-link {
        line-height: 30px
    }

    .faq-search-input, .faq-search input {
        max-width: 100%
    }
}

#ads-phone-submit {
    padding: 10px 20px;
    max-width: 480px;
    margin: 0 auto 90px;
}

.get-phone-popup-inner {
    background-color: #FFFFFF;
    position: relative;
    padding: 20px 20px 10px;
}

.link-divider {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 15px;
}

#ads-phone-submit input {
    padding: 8px 15px;
    height: 42px;
}

#ads-phone-submit .input-group-addon {
    background-color: #FFFFFF;
    height: 40px;
    border: 1px solid #C9D6DE;
    line-height: 28px;
    border-right: 0;
    min-width: 50px;
}

#ads-phone-submit input:focus {
    border: 1px solid #C9D6DE;
}

.input-group-btn {
    height: 42px;
}

.btn-phone-submit {
    border: 1px solid #eb4e85;
    background-color: #eb4e85;
    color: #FFFFFF !important;
    padding: 7px 40px;
    border-radius: 5px;
    height: 42px;
}

.form-error {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}

.referral-line {
    margin-bottom: 10px;
}

.referral-line ul {
    padding-left: 25px;
}

.referral-line ol {
    padding-left: 20px;
}

.referral-content-heading {
    font-family: 'Noto Serif', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.paytm-target-based-content {
    padding: 20px 10px;
    max-width: 600px;
    margin: 0 auto;
}

.paytm-target-based-content ol, .paytm-target-based-content ul {
    padding-left: 25px;
}

.paytm-target-based-content ol li, .paytm-target-based-content ul li {
    margin-bottom: 5px;
}

.offer-heading {
    margin-bottom: 10px;
}

.web-view-content ol, .web-view-content ul {
    padding-left: 25px;
}

.web-view-content ol li, .web-view-content ul li {
    margin-bottom: 5px;
}

.web-view-content {
    max-width: 600px;
    margin: auto;
    padding: 20px 10px;
    width: 100%;
}

.web-view-content img {
    max-width: 100%;
    margin: auto;
}

.web-view-content iframe {
    max-width: 100% !important;
}

.web-view-content table td, .web-view-content table th {
    border: 1px solid #000;
    padding: 5px;
}

#inspireContestPage, #recordReviewPage, #holiHungamaPage {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

#inspireContestPage img, #recordReviewPage img, #holiHungamaPage img {
    width: 100%;
}

#inspireContestPage a, #recordReviewPage a {
    display: block;
}

#inspireContestPage .inspireTnCBtn, .holiHungamaTnCBtn {
    background: #16013c;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    padding: 20px 0;
}

#holiHungamaPage .holiHungamaTnCBtn {
    background: #000000;
}

#inspireContestPage iframe {
    width: 100%;
    height: 400px;
    max-height: 400px;
}

#recordReviewPage .recordReviewTnCBtn {
    background: #000000;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    padding: 20px 0;
}

.margin-0 {
    margin: 0 0 0 0 !important;
}


.gradient-primary-bg {
    height: 100vh;
    background-image: linear-gradient(90deg, #f64976, #ff85c0);
    padding: 0;
}

.text-white {
    color: white !important;
}

.m-auto {
    margin: 0 auto;
}

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

    .hidden-sm {
        display: none !important
    }
}

.vanilla-login, .vanilla-login:hover, .vanilla-login:active, .vanilla-login:focus {
    background: white;
    color: #f759a0;
    border: #f759a0;
    font-weight: 600;
}

.div-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vanilla-img-page {
    object-fit: contain;
    display: inline-block;
    max-height: 100vh;
}

.page-loader {
    border: 16px solid #f4f4f4; /* Light grey */
    border-top: 16px solid #f759a0; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gids-puzzle-page {
    padding: 25px 15px;
    height: 100vh;
}

.gids-puzzle-page form {
    max-width: 480px;
    margin: 0 auto;
}

.gids-puzzle-page .heading-1 {
    line-height: 35px;
}

.gids-puzzle-page button {
    width: 150px;
    margin: 20px auto;
    display: block;
    padding: 8px 5px;
}

.gids-puzzle-page .help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}

.puzzle-content {
    margin-bottom: 30px;
}

.glassdoor-image {
    max-height: 32px;
}

.tc-header-content {
    text-align: justify;
}

.tc-heading {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.tc-header-content div {
    margin-bottom: 16px;
}

.tc-header-content .tc-logo-holder {
    text-align: center;
}

.dropdown-list {
    position: absolute;
    top: 40px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    z-index: 99;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #616161;
    max-height: 250px;
    overflow: auto;
    display: none;
}
.dropdown-list li {
    list-style-type: none;
    padding: 4px 12px;
    cursor: pointer;
    text-align: left;
}
.dropdown-list li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-active {
    display: block;
}
.dropdown-arrow {
    width: 16px;
    padding: 0;
    position: relative;
    border-left: none;
    cursor: pointer;
}
.dropdown-arrow:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 8px;
    width: 8px;
    right: 8px;
    top: 15px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
}
.dropdown-arrow-up:after {
    border-right: transparent;
    border-bottom: transparent;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    top: 18px;
}
.forum .form-control:focus {
    border: none;
}
.forum .input-group {
    width: 250px;
    margin: 0 auto;
}
.forum .input-group-addon {
    cursor: pointer;
}
.forum .resend-otp {
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}
.forum .full-page {
    background-image: linear-gradient(90deg,#f64976,#ff85c0);
}
.forum .btn:active {
    box-shadow: inset 0 3px 5px #eeeeeebd;
}
.forum .resent {
    pointer-events: none;
}

@keyframes loader {
    to {
    transform: rotate(360deg);
    }
}

#loader {
    animation: loader .75s linear infinite;
    border: 2px solid currentColor;
    border-radius: 50%;
    border-right-color: transparent;
    display: inline-block;
    height: 13px;
    width: 13px;
}
