﻿
/*Banner Section*/
.Nhace-Desktop {
    display: block;
}

.Nhace-Phone {
    display: none;
}

.Banner-Section {
    margin-bottom: 60px;
}

.Nhace-banner {
    position: relative;
}

.Nhance-Content {
    width: 40%;
    position: absolute;
    bottom: 25%;
    left: 5%;
}

    .Nhance-Content h1 {
        color: white;
        font-size: 60px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .Nhance-Content p {
        color: white;
        font-size: 20px;
        padding-top: 20px;
        font-weight: 300;
    }

.App-data {
    padding-top: 70px;
}

    .App-data span {
        color: white;
        font-size: 17px;
        font-weight: 300;
    }

.App-logo {
    padding-top: 15px;
    display: flex;
}

.googlePlay {
    width: 181px;
    margin-right: 30px;
}

.AppStore {
    width: 181px;
}

/*Banner Section - End*/

/*Section -2 */

.Section-2 {
    margin-bottom: 80px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.Sec2-Content {
    width: 45%;
}

    .Sec2-Content h1 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 25px;
        font-family: 'Varela Round', sans-serif;
        ;
    }

    .Sec2-Content span {
        font-size: 17px;
        word-spacing: 3px;
        color: gray;
    }

/*Section -2 --END*/

/*Section-3 Nhance-feature*/

.Section-3 {
    margin-bottom: 100px;
}

.feature-row {
    padding-bottom: 50px;
}

.custom-container {
    max-width: 1400px;
}

.featureImg {
    background-color: #FCF5F4;
    border-radius: 5px;
    height: 110px;
}

.feature-img {
    padding: 16px;
}

.feature-details {
    padding: 0 40px;
}

.feature-data h4 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Varela Round', sans-serif;
    ;
}

.feature-data span {
    font-size: 16px;
    color: gray;
    font-weight: 400;
}
/*Section-3 Nhance-feature--End*/

/*Section-4 App Details */
.secton-4 {
    margin-bottom: 100px;
}

.Nhance-logo {
    margin-bottom: 35px;
}


    .Nhance-logo img {
        /*width: 170px;*/
        width: 130px;
        border-radius: 6%;
    }

.logo-txt {
    margin-bottom: 50px;
}

    .logo-txt h1 {
        font-size: 35px;
        font-weight: 900;
        padding-bottom: 20px;
        font-family: 'Varela Round', sans-serif;
        ;
    }

    .logo-txt span {
        font-size: 22px;
        color: gray;
    }

.logoIcon p {
    color: #a6a5a5;
    font-size: 18px;
    font-weight: 400;
}

.inputeDetals {
    margin-bottom: 40px;
}

.Phone-radio {
    font-size: 20px;
    font-weight: 600;
    padding-right: 30px;
}

.radioButtonList {
    font-size: 20px;
    padding-right: 30px;
}


.Email-radio {
    font-size: 25px;
    font-weight: 600;
}

input[type=checkbox], input[type=radio] {
    margin-right: 8px;
}



input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    /*border:1px solid #C63023;*/
    border: 1px solid #432711;
    border-radius: 50%;
    outline: none;
}

    input[type='radio']:before {
        content: '';
        display: block;
        width: 78%;
        height: 78%;
        margin: 11% auto;
        border-radius: 50%;
    }

    input[type='radio']:checked:before {
        /*background:#C63023;*/
        background: #432711;
    }

.GetLinkButton {
    /*color: white;
 background-color:#432711;
    padding: 11px 35px;
    border-radius: 10px;
    font-size: 20px;
      border:1px solid #432711;
    font-family:'Varela Round', sans-serif;*/

    border-radius: 10px;
    padding: 11px 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

    .GetLinkButton:hover {
        background-position: left bottom;
        color: white;
        /* border: 1px solid black; */
    }


    .GetLinkButton:focus {
        box-shadow: none;
        border: 1px solid #C63023;
        outline: none;
    }

.custom-radio {
    margin-bottom: 20px;
}

.txtInpute {
    /*padding: 12px 70px;*/
    /*border: 1px solid #C63023;*/
    border: 1px solid #432711;
    border-radius: 10px;
    height: 51px;
    width: 330px;
    margin-right: 10px;
    font-size: 23px;
    font-weight: 500;
    word-spacing: 1px;
}

.Phonetxt {
    padding-left: 60px;
}

input[type='text']:focus, .txtInput:focus {
    box-shadow: none;
    border: 1px solid #C63023;
    outline: none;
}

/*.txtInput :focus {
    box-shadow:none;
    border:1px solid #C63023;
    outline:none;
}*/

.txtInpute::-webkit-input-placeholder {
    text-align: center;
    color: lightgray;
    opacity: 1;
    font-size: 22px;
    font-weight: 400;
}




.Phone-View {
    display: none;
}

.Desktop-View {
    display: block;
}

.custom-radio {
    justify-content: center;
    display: flex;
}


.radioButtonList td {
    padding-right: 35px;
}

.ErrorMsg {
    font-size: 15px;
}

#listPhone {
    font-weight: 600;
}

.Contry-code {
    position: absolute;
    left: 25%;
    z-index: 1;
    top: 16%;
}

    .Contry-code .code {
        font-size: 22px;
        font-weight: 500;
    }

.code:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1px solid #c9c8c8;
    top: 0;
    left: 40px;
}

.ca-loader {
    text-align: center;
    position: relative;
}

    .ca-loader img {
        width: 32px;
        /*margin-top:20px;*/
        position: absolute;
        left: 48%;
        top: -42px;
    }

.inputeDetals {
    position: relative;
}

/*Section-4 App Details--End */

/*=====Media Queries=====*/



/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    .radioButtonList td {
        padding-right: 15px;
    }

    .App-logo {
        display: block;
    }

    .Phone-View {
        display: block;
        margin-bottom: 50px;
    }

    .Desktop-View {
        display: none;
    }

    .Nhace-Desktop {
        display: none;
    }

    .Nhace-Phone {
        display: block;
    }

    .Nhance-Content {
        width: 93%;
        bottom: 10%;
    }

        .Nhance-Content h1 {
            font-size: 26px;
        }

        .Nhance-Content p {
            font-size: 15px;
            font-weight: 200;
        }

    .App-data {
        padding-top: 30px;
        text-align: center;
    }

        .App-data span {
            font-size: 13px;
        }

    .googlePlay {
        width: 135px;
    }

    .AppStore {
        width: 135px;
    }

    .Banner-Section {
        margin-bottom: 45px;
    }

    .Sec2-Content {
        width: 90%;
    }

        .Sec2-Content h1 {
            font-size: 25px;
            margin-bottom: 16px;
        }

        .Sec2-Content span {
            font-size: 14px;
            word-spacing: 0px;
        }

    .featureImg {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .feature-img {
        background-color: #FCF5F4;
        border-radius: 5px;
        padding: 14px;
        width: 75px;
    }

    .custom-container {
        text-align: center;
    }

    .feature-data span {
        font-size: 13px;
    }

    .feature-data h4 {
        font-size: 21px;
    }

    .feature-details {
        padding: 0 0px;
        margin-top: 20px;
    }

    .featureImg {
        background-color: transparent;
        border-radius: 0;
        height: auto;
    }

    .Section-2 {
        margin-bottom: 45px;
    }

    .feature-row {
        padding-bottom: 40px;
    }

    .Section-3 {
        margin-bottom: 40px;
    }

    .Nhance-logo img {
        width: 130px;
    }

    .Nhance-logo {
        margin-bottom: 25px;
    }

        .Nhance-logo img {
            width: 130px;
        }

    .logo-txt h1 {
        font-size: 27px;
        font-weight: 900;
        padding-bottom: 0px;
    }

    .logo-txt span {
        font-size: 13px;
    }

    .Phone-radio {
        font-size: 19px;
        padding-right: 20px;
    }

    .radioButtonList {
        font-size: 19px;
        padding-right: 20px;
    }

    input[type='radio'] {
        width: 16px;
        height: 16px;
    }

        input[type='radio']:before {
            width: 70%;
            height: 70%;
            margin: 14% auto;
        }

    .GetLinkButton {
        padding: 8px 20px;
        font-size: 18px;
    }

    .txtInpute {
        height: 44px;
        width: 100%;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .inputeDetals {
        margin-bottom: 50px;
    }

    .logoIcon p {
        color: #000000;
        font-size: 13px;
        font-weight: 500;
    }

    .Phone-dis {
        width: 145px;
        margin-right: 14px;
    }

    .Contry-code {
        left: 2%;
        z-index: 1;
        top: 6%;
    }
}

@media (width: 320px) {
    .Phone-dis {
        width: 125px;
        height: auto;
    }
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    .Phone-View {
        display: block;
    }

    .Desktop-View {
        display: none;
    }

    .Nhace-Desktop {
        display: none;
    }

    .Nhace-Phone {
        display: block;
    }

    .Contry-code {
        left: 2%;
        z-index: 1;
        top: 6%;
    }
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .App-logo {
        display: block;
        padding-top: 20px;
    }

    .Phone-View {
        display: block;
        margin-bottom: 50px;
    }

    .Desktop-View {
        display: none;
    }

    .Nhace-Desktop {
        display: none;
    }

    .Nhace-Phone {
        display: block;
    }

    .Nhance-Content {
        width: 91%;
        bottom: 12%;
    }

        .Nhance-Content h1 {
            font-size: 55px;
        }

        .Nhance-Content p {
            font-size: 26px;
            font-weight: 200;
        }

    .App-data {
        text-align: center;
    }

        .App-data span {
            font-size: 28px;
        }

    .Banner-Section {
        margin-bottom: 45px;
    }

    .Sec2-Content {
        width: 95%;
    }

        .Sec2-Content h1 {
            font-size: 37px;
            margin-bottom: 16px;
        }

        .Sec2-Content span {
            font-size: 21px;
        }

    .featureImg {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .feature-img {
        background-color: #FCF5F4;
        border-radius: 10px;
        /* padding: 16px; */
        width: 128px;
    }

    .custom-container {
        text-align: center;
    }

    .feature-data span {
        font-size: 18px;
    }

    .feature-data h4 {
        font-size: 32px;
    }

    .feature-details {
        padding: 0 0px;
        margin-top: 20px;
    }

    .featureImg {
        background-color: transparent;
        border-radius: 0;
        height: auto;
    }

    .Section-2 {
        margin-bottom: 45px;
    }

    .feature-row {
        padding-bottom: 40px;
    }

    .Section-3 {
        margin-bottom: 40px;
    }

    .Nhance-logo img {
        width: 130px;
    }

    .Nhance-logo {
        margin-bottom: 25px;
    }

        .Nhance-logo img {
            width: 154px;
        }

    .logo-txt h1 {
        font-size: 30px;
        font-weight: 900;
        padding-bottom: 0px;
    }

    .logo-txt span {
        font-size: 17px;
    }

    .Phone-radio {
        font-size: 25px;
        padding-right: 20px;
    }

    .radioButtonList {
        font-size: 25px;
        padding-right: 20px;
    }

    input[type='radio'] {
        /* width: 20px; */
        /* height: 20px; */
    }

        input[type='radio']:before {
            /* width: 70%; */
            /* height: 70%; */
        }

    .GetLinkButton {
        padding: 8px 20px;
        font-size: 18px;
    }

    .txtInpute {
        height: 44px;
        width: 50%;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .inputeDetals {
        margin-bottom: 50px;
    }

    .logoIcon p {
        color: #000000;
        font-size: 20px;
        font-weight: 500;
    }

    .Phone-dis {
        width: 170px;
        margin-right: 14px;
    }

    .Contry-code {
        position: absolute;
        left: 12%;
        z-index: 1;
        top: 10%;
    }
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
}


/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .Contry-code {
        left: 20%;
    }

    .Nhance-Content {
        width: 45%;
    }

        .Nhance-Content h1 {
            font-size: 40px;
        }

        .Nhance-Content p {
            font-size: 18px;
        }

    .App-data {
        padding-top: 40px;
    }

    .Sec2-Content {
        width: 55%;
    }

        .Sec2-Content h1 {
            font-size: 35px;
        }

    .custom-container {
        max-width: 960px;
    }

    .featureImg {
        height: 70px;
        padding-top: 10px;
    }

    .feature-img {
        padding: 0px;
    }
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
    .Nhance-Content h1 {
        font-size: 50px;
    }

    .Nhance-Content p {
        font-size: 18px;
        padding-top: 10px;
    }

    .App-data {
        padding-top: 55px;
    }

    .custom-container {
        max-width: 1220px;
    }

    .feature-img {
        padding: 6px;
    }

    .featureImg {
        height: 90px;
    }

    .feature-row {
        padding-bottom: 40px;
    }
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
}

@media (min-width: 1920px) {
}
