/* Header */

@font-face {
    font-family: 'NotoSans-SemiBold';
    src: url('../../fonts/NotoSans-SemiBold.eot');
    src: url('../../fonts/NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-SemiBold.ttf') format('truetype'), url('../../fonts/NotoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../../fonts/NotoSans-Medium.eot');
    src: url('../../fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-Medium.ttf') format('truetype'), url('../../fonts/NotoSans-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans-Black';
    src: url('../../fonts/NotoSans-Black.eot');
    src: url('../../fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-Black.ttf') format('truetype'), url('../../fonts/NotoSans-Black.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans-Light';
    src: url('../../fonts/NotoSans-Light.eot');
    src: url('../../fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-Light.ttf') format('truetype'), url('../../fonts/NotoSans-Light.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans', sans-serif;
    transition: 0.5s;
    left: 0;
}
.inner-page-body {
    background-color: #ffffff !important;
}

#response {
    max-width: 700px;
    margin: 0 auto;
}

.g-recaptcha>div {
    margin: 0 auto;
}

#response p {
    color: #ffffff;
    font-size: 17px;
    max-width: 600px;
    margin: 0px auto 30px auto;
    line-height: 28px;
    width: 100%;
}

#contactForm {
    position: relative;
}

#email_message {
    display: none;
}

input.error {
    border: 1px solid #efefef !important;
}

label.error {
    background: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    font-size: medium !important;
    margin-top: 0px !important;
    color: #ffffff;
}

*,
a {
    text-decoration: none !important;
    outline: none !important;
}

.inner-page main {
    padding-top: 50px;
    background-color: #ffffff;
    padding-bottom: 50px;
}
.section-head.how-work h1 {
    font-size: 50px;
    font-weight: bold;
    margin-top: 60px;
}

/* header {
    padding: 15px 0;
    top: 0px;
    width: 100%;
    background-color: transparent;
    position: fixed;
    transition: 0.6s;
    z-index: 999;
} */

.inner-page .bg-dark {
    background-color: #ffffff !important;
}

.is-scrolled header {
    background-color: #ffffff;
    transition: 0.6s;
    box-shadow: 0.3em 0.5em 1.3em rgba(79, 79, 79, 0.1);
}

.is-scrolled .logo-text {
    color: #0084ff;
}

.is-scrolled .nav-item.btn a {
    color: #ffffff;
}

.is-scrolled .nav-item a {
    color: #ffffff;
}

.is-scrolled .nav-item.btn {
    background-color: #ffffff;
    padding: 5px 20px;
}

.is-scrolled .nav-item.btn a {
    color: #0084ff;
    font-size: 18px;
}

.is-scrolled .whitelogo {
    top: 0px;
    transition: ease top 1000ms, ease margin-left 1000ms;
    padding-top: 0;
    max-width: 80px;
}

.whitelogo {
    border-radius: 15px;
}
a.navbar-brand.logo{
    margin-right: 0;
}
.logo-text {
    font-size: 26px;
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
    vertical-align: middle;
}

.bg-dark {
    background-color: transparent !important;
    padding: 30px 15px 30px 15px;
}

.is-scrolled .bg-dark {
    background: #ffffff !important;
    box-shadow: 0.3em 0.5em 1.3em rgba(79, 79, 79, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FF3784;
}

.navbar-dark .navbar-nav .nav-link {
    color: #2D2D2D;
}

/* .navbar-nav li {
    margin: 0 15px;
} */

/* .nav-item a {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.2px;
    text-transform: uppercase;
} */

.nav-item a:hover {
    color: #eee;
}

.nav-item.btn {
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid transparent;
    padding: 5px 20px;
}

.nav-item.btn a {
    font-size: 18px;
    line-height: 35px;
    color: #1e75f5;
}

.nav-item.btn:hover {
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.nav-item.btn:hover a {
    color: #ffffff;
}

.nav-link.active {
    color: black !important;
}

footer {
    background-color: #fff;
    padding: 30px 0;
    color: #858585;
    font-size: 18px;
    text-align: center;
}

footer p {
    color: #858585;
    font-size: 16px;
}

.footerlink {
    padding: 10px 0px 10px 10px;
}

.footerlink a {
    color: #858585;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
}


/* Inner Page */

.section-head {
    padding: 30px 0;
}

.section-head h3 {
    font-size: 36px;
    color: #222;
    text-align: left;
}

.section-head h3::first-letter {
    border-bottom: 3px solid #4267b2;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #efefef;
    color: #a9a9a9;
    padding: 15px;
    box-shadow: none;
    border-radius: 6px;
}

.form-group input[type="submit"] {
    width: 150px;
    background: #222222;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.form-group textarea {
    height: 120px;
}

.form-group input[type="submit"] {
    width: 150px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 30px;
}

.form-group input[type="submit"]:hover {
    background-color: #313131;
}

#support {
    background-color: #fff;
    padding: 0px 0 150px 0;
}

.form-group input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.form-group input::-moz-placeholder {
    color: #a9a9a9;
}

.form-group input:-ms-input-placeholder {
    color: #a9a9a9;
}

.form-group input::placeholder {
    color: #a9a9a9;
}

.form-group textarea::-webkit-input-placeholder {
    color: #a9a9a9;
}

.form-group textarea::-moz-placeholder {
    color: #a9a9a9;
}

.form-group textarea:-ms-input-placeholder {
    color: #a9a9a9;
}

.form-group textarea::placeholder {
    color: #a9a9a9;
}

.form-group {
    margin-bottom: 15px;
}

.section-head {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding-top: 46px;
    padding-bottom: 40px;
}

.privacy-section-head {
    padding-top: 0;
}

.error {
    color: #ffd617;
    display: block;
    text-align: left;
    margin-top: 5px;
}

#contact-us {
    text-align: center;
}

form#contact-us {
    width: 700px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.alert-success {
    text-align: center;
}

.navbar-expand-md>.container {
    display: block !important;
    text-align: center;
}


/******************09-10-21 start*****************************/
.section-head.how-work h1 {
    font-size: 50px;
    font-weight: bold;
    margin-top: 60px;
}
.how-work-bg {
    background: #f5f5f5;
}
.how-work-bg .bg-dark {
    background: transparent !important;
}
.how-work-bg.is-scrolled .bg-dark {
    background: #fff !important;
}
#steps-to-work {
    margin-top: 50px;
}
.step-text h2 {
    font-size: 20px;
    color: #6B6B6B;
    font-weight: bold;
    margin-bottom: 14px;
}
.step-text h3 {
    font-size: 18px;
    color: #6B6B6B;
    font-weight: bold;
    margin-bottom: 8px;
}
.step-text p {
    font-size: 16px;
    color: #6B6B6B;
    line-height: 26px;
    margin-bottom: 40px;
}
.step-text {
    margin-top: 25px;
}
.step-img{
    position: relative;
}
.step-img::after {
    content: "";
    background: url('../img/arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 47%;
    left: -7%;
    height: 28px;
    width: 34px;
}
#steps-to-work .col-md-4.col-xs-12:first-child .step-img:after,
#steps-to-work .col-md-4.col-xs-12:nth-child(4) .step-img:after,
#steps-to-work .col-md-4.col-xs-12:nth-child(7) .step-img:after,
#steps-to-work .col-md-4.col-xs-12:nth-child(10) .step-img:after,
#steps-to-work .col-md-4.col-xs-12:nth-child(13) .step-img:after {
    display: none;
} 
.step-img img {
    border: 1px solid #e9e9e9;
    max-width: 270px;
    width: 100%;
}
/******************09-10-21 end*****************************/

/* Media Queries */

@media (max-width: 1680px) {
    .nav-item a {
        font-size: 18px;
    }
    .nav-item.btn a {
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .headertitle {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    .section-head {
        font-size: 40px;
        padding-bottom: 30px;
    }
    .step-img::after{
        height: 24px;
        width: 24px;
        left: -8%;
    }
    .step-img img {
        max-width: 78%;
    }
    .step-text p{
        line-height: 22px;
    }
    .step-text h2{
        font-size: 22px;
    }
    .step-text p br {
        display: none;
    }
}

@media (max-width: 992px) {
    footer {
        padding: 10px 0;
    }
    .section-head h3 {
        font-size: 24px;
    }
    #steps-to-cancle h3 {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    footer {
        padding: 10px 0;
    }
    footer p {
        font-size: 16px;
    }
    .headertitle {
        font-size: 33px;
    }
    .section-head {
        font-size: 36px;
    }
    #support {
        padding: 150px 0 20px 0;
    }
    .step-img::after {
        height: 24px;
        width: 24px;
        left: -12%;
    }
    .section-head.how-work h1 {
        font-size: 34px;
        margin-top: 0px;
    }
    .step-text p br {
        display: none;
    }
    #steps-to-work {
        margin-top: 20px;
    }
    .step-text p{
        font-size: 15px;
    }
    .step-text h2{
        margin-bottom: 7px;
        font-size: 20px;
    }
    .whitelogo {
        border-radius: 15px;
        max-width: 85px;
    }
}

@media (max-width: 767px) {
    .download-badges a {
        width: 40%;
    }
    .download-badges a img {
        max-width: 100%;
    }
    .download-badges {
        margin: 10px 0 20px 0;
    }
    #support {
        padding: 100px 0 20px 0;
    }
    .navbar-nav li {
        text-align: center;
        margin: 0 5px;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #2D2D2D;
        margin: 15px 0;
    }
    .navbar-dark .navbar-toggler span {
        color: #000000;
    }
    .bg-dark {
        background: #ffffff !important;
    }
    .whitelogo {
        padding-top: 0;
        max-width: 250px;
    }
    .footerlink a {
        font-size: 15px;
        display: inline-block;
    }
    .nav-item.btn {
        max-width: 300px;
        margin: 0 auto;
    }
    footer .d-flex {
        display: block !important;
        text-align: center;
    }
    footer .d-flex>div {
        display: block;
        margin: 10px 0;
    }
    .headertitle {
        font-size: 26px;
        padding: 0px 0px 10px 0px;
    }
    .text-wrap p {
        text-align: center;
        font-size: 16px;
    }
    .custom-reverse {
        flex-direction: column-reverse;
    }
    .inner-page .entry-content p{
        word-break: break-all;
    }
    .inner-page p, .inner-page li{
        font-size: 14px;
    }
    .inner-page h4 {
        font-size: 20px;
    }
    .form-group input, .form-group textarea {
        padding: 10px 15px;
        border-radius: 3px;
        font-size: 14px;
    }
    .step-content.text-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .step-img {
         order: 1;
         margin-bottom: 15px;
    }
    .step-text p {
        font-size: 16px !important;
        margin-bottom: 20px;
    }
    /*.step-text p br {
        display: block;
    }*/
    .section-head.how-work {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .section-head.how-work h1 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .step-img::after{
        display: none;
    }
    #steps-to-work .col-md-4.col-xs-12 .step-img:after{
        display: none;
    }
}

@media (max-width: 575px) {
    .is-scrolled .nav-item.btn a {
        padding: 0 20px;
    }
    .is-scrolled .stiky-header {
        padding: 10px 0;
    }
    .nav-item.btn a {
        padding: 0 20px;
    }
    footer p {
        font-size: 15px;
    }
    .nav-item.btn a {
        line-height: 34px;
    }
    footer {
        padding: 10px 0;
    }
    .nav-item a {
        line-height: 30px;
    }
    .section-head {
        padding-bottom: 40px;
        font-size: 32px;
    }
    .is-scrolled .whitelogo{
        max-width: 55px;
    }
    .whitelogo {
        padding-top: 0;
        max-width: 70px;
    }
    .step-img img {
        max-width: 270px;
    }
}