.subscriber::-webkit-input-placeholder {
    padding-left: 10px;
}

.cursor {
    cursor: pointer;
}

.success_div {
    color: green;
}

.error_div {
    color: red;
}

.disabled {
    display: none;
}

.footer_padding {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 40px !important;
}

.is-fixed .get-a-quote {
    display: inline-block !important;
}

.overlay-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 21;
}

.section_banner .section_text h4 {
    font-family: 'FuturaStdHeavy';
    color: #fff;
    font-size: 4rem;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    text-align: left;
}

.p-sub {
    display: block;
    max-width: 351px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    line-height: normal;
}

.luvtuch-case-study:after {
    background-image: url(../../img/assets/case-study/luvtuch/banner-luvtuch.jpg)
}

.section_banner {
    /* min-height: 90vh !important; */
}

.error_div {
    display: block !important;
    margin: 3px 0 !important;
}

.success_div {
    display: block !important;
    margin: 3px 0 !important;
}

.image-wrapper-inner .app-lgo img {
    width: 90%;
    display: inline-block;
    max-width: 250px;
    max-height: 81px;
    object-fit: contain;
    object-position: center;
}

/* @media only screen and (max-width:768px) {
    footer {
        text-align: center;
    }
} */

.phone-number a {
    color: inherit !important;
}

.mail-link {
    color: #585858;
    margin: 0 5px;
}

a.rm_cls_green {
    background-color: #f76327;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 0px auto;
    width: 40%;
    display: block;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 10px;
}

.blog-detail {
    font-size: 15px !important;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    opacity: 0;
    margin: 8% auto 22px;
}

.checkmark.animated {
    opacity: 1;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.thanks-screen_quote {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 5;
    padding-top: 35%;
}

.thanks-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 5;
}

.left-form {
    position: relative;
}

.txt-thank {
    text-align: center;
    width: 100%;
}

.response-message {
    color: #7ac043;
    font-size: 28px;
    text-align: center;
    margin: 0 auto 12px;
}

.sectn_appcost .btn {
    background-color: #f8971d;
    box-shadow: none;
}

.view_porfolio {
    background-color: #383838 !important
}

.heading-hone {
    font-size: 22px;
    font-weight: bolder;
    margin-top: 40px;
    margin-bottom: 29px;
}

.heading-htwo {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 40px;
    margin-bottom: 29px;
}

.heading-htwo span {
    position: relative;
}

.heading-htwo span:after {
    position: absolute;
    height: 2px;
    width: 29%;
    min-width: 70px;
    background-color: #fdb813;
    content: "";
    display: block;
    bottom: -8px;
}

.nomargin p {
    text-align: justify;
}

#thanksscreen_quote {
    display: none;
 
}

#RefferencePage_success {
    display: none;
}

#thanks-screen {
    display: none;
}


.case-study-banner .container{
    padding-top: 80px;
}

.getguote-wrapper .input-field input[type=email] {
    border: 1px solid #aaa !important;
    width: 100%;
    padding: .7rem 1rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.clrbalack{
    color: #000;
}
.scrolltotop{
    display: none;
}
.get-guote .input-field input[type=email] {
    width: 100%;
    padding: .9rem 1rem;
    border-radius: 4px;
    border: none;
}

@media screen and (min-width: 767px)
{
    .newagesmb-nav .nav-wrapper .right-links .call-newagesmb{
        font-weight: bold;
        cursor: default;
    }
}

.button-callexpert{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 246px;
    margin: 0 auto;

    
}
.button-callexpert svg{
    margin-right:12px;
}