.customradio,p {
    margin-bottom: 0
}

.conForm input,.conForm textarea,.formSubmiut.headerBtn button,body {
    font-family: Inter,sans-serif!important
}

.sericon img,.servtitle h4 {
    transition: .1s
}

.fullField.error,.halfField.error input {
    border-color: red
}

.fullField.successVal,.halfField.successVal input {
    border-color: #00b700
}

.halfField.error input#comName2 {
    border-bottom: 1px solid #434343
}
.formButn {
    position: relative;
}
div#mail-status b {
    color: #090;
    margin-top: 10px!important;
    text-align: center;
    display: block;
    font-size: 14px
}

.imagehover,.wrapper,ul.slick-dots li {
    overflow: hidden
}
.nextbtn {
    color: #fff !important;
}.closebtn {
     display: flex;
     align-items: center;
 }
.overlaybgImagebottom {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 3.95%, rgb(0 0 0 / 0%) 68.84%, rgba(0, 0, 0, 0.00) 100%);
    transform: rotate(180deg);
    position: absolute;
    z-index: 95;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
}
#loading-bar-spinner.spinner {
    right: 12px!important;
    margin-left: 0;
    top: 38px;
    margin-top: 0;
    position: absolute;
    display:none;
    z-index: 19!important;
    animation: loading-bar-spinner 400ms linear infinite
}
#loading-bar-spinner.spinner.show {
    display:block;
}
#loading-bar-spinner.spinner .spinner-icon {
    width: 30px;
    height: 30px;
    border: solid 4px transparent;
    border-top-color: #ffffff!important;
    border-left-color: #8e7f59!important;
    border-radius: 50%
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

:root {
    --primary-color: #e74032;
    --secondary-color: #572c8b;
    --white: #FFFFFF
}

html {
    scroll-behavior: smooth
}

.popupMain,[class^=box-] {
    display: none
}

.customradio,ul.slick-dots li {
    display: inline-block;
    vertical-align: middle
}

.popupMain.show,[class^=box-].showfirst {
    display: block
}

.customradio {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: var(--white)
}

.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 11px;
    width: 11px;
    border-radius: 3px;
    background-color: #e0e0e0
}

.customradio input:checked~.checkmark {
    background: #ff6101
}

.slick-list {
    margin: 0 -15px
}

.slick-slide {
    margin: 0 15px
}

ul.slick-dots {
    padding: 20px 0 0;
    text-align: center
}

ul.slick-dots li {
    margin: 0 8px 0 0;
    width: auto;
    padding: 0;
    border: none
}

.slick-dots li button:before {
    color: var(--white);
    opacity: 1;
    font-size: 20px
}

.slick-dots li button {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    padding: 0;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0;
    box-sizing: border-box
}

.slick-dots li.slick-active button {
    background: #4fb3c2
}

span.arrows {
    width: 36px;
    height: 36px;
    border: none;
    position: absolute;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    top: 0;
    border-radius: 0;
    background: #dde2e6;
    color: #222
}

span.arrows.next {
    right: 1%
}

.slick-initialized .slick-slide {
    outline: 0!important
}

p {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #636363
}

p+p {
    margin-top: 15px
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

@media(min-width: 100px) {
    .padding-full {
        padding-right:15px;
        padding-left: 15px
    }

    .no-padding,.no-padding-right {
        padding-right: 0
    }

    .no-padding,.no-padding-left {
        padding-left: 0
    }
}

.formField input::placeholder {
    color: #fff;
    font-family: coco_gothicultralight!important;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15em;
    text-transform: uppercase
}

.formField input:-ms-input-placeholder {
    color: #fff;
    font-family: coco_gothicultralight!important;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15em;
    text-transform: uppercase
}

body,input {
    overflow-x: hidden!important;
    font-family: coco_gothicultralight!important;
    outline: none
}

.mainWebFold {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative
}

.mainBackgroundImage img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 90;
    opacity: .9
}

.welcomeoverlay {
    background: radial-gradient(68.13% 215.31% at 53.44% 53.43%,rgb(10 10 10/5%) 0%,#0A0A0A 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999
}

.welcomeoverlayInner {
    width: 1000px;
    height: 82%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.notVisible {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.welcomeContent h2 {
    font-weight: 200;
    font-size: 75px;
    line-height: 88px;
    text-align: center;
    color: #fff
}

.welcomeContent p {
    font-weight: 200;
    font-size: 32px;
    line-height: 41px;
    color: #fff
}

.welcomeContent {
    text-align: center
}

.welcomeButton a {
    background: #8e7f59;
    color: #fff;
    text-decoration: none;
    padding: 15px 50px 12px;
    font-weight: 300;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #8e7f59;
    transition: .3s;
    display: inline-block
}

.welcomeButton a:hover {
    background: #fff;
    color: #8e7f59;
    font-weight: 700
}

.welcomeButton a+a {
    margin-left: 12px;
    font-family: coco_gothicbold;
    font-family: coco_gothicregular
}

.overlaybgImage {
    background: linear-gradient(253.09deg,rgba(0,0,0,0.49) -18.04%,rgba(0,0,0,0.296092) 18.55%,rgb(0 0 0/12%) 36.12%);
    transform: rotate(180deg);
    position: absolute;
    z-index: 95;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mainBackgroundImage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: radial-gradient(68.13% 215.31% at 53.44% 53.43%,rgb(10 10 10) 0%,#0A0A0A 100%)
}

.mainwrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 100%;
    display: none
}

.mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container-fluid {
    padding: 0 6%
}

.headerLogo img {
    height: 70px
}

.headerContent h3 {
    margin: 0;
    font-weight: 200;
    font-size: 42px;
    line-height: 117.8%;
    text-align: center;
    color: #fff
}

.closebtn span {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.48);
    font-family: coco_gothicregular;
    cursor: pointer;
    transition: .3s
}

.header {
    padding: 25px 0;
    width: 100%;
    border-bottom: 1px solid #e7e7e7
}

.mainwrapInner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 50px
}

.stepsmain {
    width: 100%
}

.secFont {
    font-family: helvetica_neue65_medium!important
}

.stepTitle h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    position: relative;
    top: 2px;
}

.stepTitle span {
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    color: #fff;
    margin-left: 15px;
    font-family: coco_gothicregular
}

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

.stepConleft {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.stepsSubOption ul {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.stepsSubOption ul li {
    line-height: 25px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-family: coco_gothicregular;
    transition: .3s;
    cursor: pointer
}

.stepsSubOption ul li.active {
    font-family: coco_gothicbold;
    -webkit-text-stroke: initial
}
.stepbottomLeft{
    width: 90%;
}
.stepbottomLeft ul li.active {
    font-family: coco_gothicregular;
    -webkit-text-stroke: initial
}

.stepbottomLeft ul li.active:hover {
    -webkit-text-stroke: initial!important
}

.stepsSubOption ul li+li {
    margin-left: 18px
}


.startOver span {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255,255,255,.49);
    font-family: coco_gothicregular;
    cursor: pointer;
    transition: .3s
}

.stepsTop {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.stepbottomLeft ul li {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    transition: .3s;
    cursor: pointer
}

.stepbottomLeft ul li span {
    font-family: coco_gothicultralight!important;
    font-size: 20px;
    line-height: 24px;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 3px solid #fff;
    display: none
}

.stepbottomLeft ul {
    display: flex;
    align-items: start;
    justify-content: flex-start
}

.stepbottomLeft ul li+li {
    margin-left: 50px
}

.NextPrevBtn .backBtn {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255,255,255,.49);
    font-family: coco_gothicregular;
    transition: .3s
}

.NextPrevBtn .backBtn:hover {
    color: rgba(255,255,255,.7)
}

.NextPrevBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 200px
}

.NextPrevBtn>div {
    cursor: pointer
}

.stespBottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.validationError {
    width: 100%;
    text-align: center
}

.validationerrormessage p {
    font-weight: 300;
    font-size: 22px;
    line-height: 29px;
    color: #fff;
    margin: 0
}

.closebtn span img {
    position: relative;
    top: -2px
}

.startOver span img {
    position: relative;
    top: -3px
}

.NextPrevBtn>div img {
    position: relative;
    top: -2px;
    margin-right: 2px
}

.startOver span:hover {
    color: rgba(255,255,255,.7)
}

.closebtn span:hover {
    color: rgba(255,255,255,.7)
}

.step2 .stepbottomLeft ul,.step3 .stepbottomLeft ul {
    width: 100%;
    flex-wrap: wrap
}

.step2 .stepbottomLeft ul li,.step3 .stepbottomLeft ul li {
    width: calc(25% - 50px);
    text-align: left;
    align-items: start;
    margin-bottom: 0!important;
    margin-top: 30px!important;
    font-size: 22px;
    line-height: 24px
}

.step2 .stepbottomLeft ul li:nth-child(4n+1),.step3 .stepbottomLeft ul li:nth-child(4n+1) {
    margin: 0
}

.sytleTitle {
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #fff;
    margin-right: 10px
}

.selectStyle {
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #fff
}

.styleSelected {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 0;
    bottom: -80px
}

.header .container-fluid .row {
    position: relative
}

.selectStyle ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.selectStyle ul li+li {
    margin-left: 10px
}

.colorCircle {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    top: -1px;
    border: 2px solid #fff;
}

.step3 .stepbottomLeft ul li {
    display: flex;
    align-items: center
}

.stepbottomLeft.congratulationsMain p {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    margin: 0
}

.step4 .NextPrevBtn {
    justify-content: end;
    min-width: 110px
}

.mainWebFold {
    transition: .5s
}

.mainWebFold.halfwidth {
    width: 58%
}

.mainWebContact {
    width: 42%;
    background: #8e7f59;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.mainWebFoldWrap {
    display: flex;
    align-items: stretch;
    justify-content: start
}

.titleCon h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    font-family: coco_gothicbold;
    margin-bottom: 20px
}

.titleCon p {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0
}

.formField input {
    border: 1px solid #fff;
    background: 0 0;
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    font-family: 'helvetica_neue45_light' !important;
}

.formField+.formField {
    margin-top: 20px
}

.conForm {
    margin-top: 20px
}

.mainWebContactInner {
    max-width: 480px;
    min-width: 420px;
}
div#form-error p {
    color: #fff;
    position: relative;
    margin: 0 !important;
}



div#form-error p:before {
    content: "";
    background: red;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 7px;
}

.formField {
    display: block;
    width: 100%
}

.formButn button,.keepdisbtn a {
    outline: none;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #8e7f59;
    font-family: coco_gothicregular;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    transition: .3s;
    text-decoration: none
}

.policyForm {
    margin-top: 20px
}

.policyForm a,.policyForm p {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: rgba(255,255,255,.5)
}

.policyForm a {
    text-align: unset
}

.formButn button:hover,.keepdisbtn a:hover {
    color: #fff;
    background: 0 0
}

p.formDet {
    margin: 25px 0 30px
}

.mainWebContact {
    display: none;
    transition: 1s
}

.mainWebContact.show {
    display: flex
}

.mainWebFold.halfwidth .closebtn {
    display: none
}

.step5 .stepTitle {
    flex-direction: column;
    align-items: start
}

.step5 .stepTitle h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    font-family: coco_gothicregular;
    margin-top: 8px
}

.titleCon.thankTitle h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-family: coco_gothicultralight!important
}

.keepdisbtn {
    margin-top: 100px
}

.mainWebContactInnerThankyou,.stepsmainbox {
    display: none
}

.stepsmainbox.active {
    display: block
}

.step1 .NextPrevBtn {
    justify-content: end
}

.step2 .stepsTop,.step3 .stepsTop {
    margin-bottom: 5px
}
.desktopshow{
    display: flex;
}
.mobileshow{
    display: none;
}
.stepbottomLeft ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.stepsSubOption ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
span.secFont.stepsSubOptionDes {
    font-family: coco_gothicultralight!important;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.stepbottomLeft ul li .spanstep {
    font-family: coco_gothicultralight!important;
    font-size: 20px;
    line-height: 24px;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 3px solid #fff;
    display: none;
}
.stepsSubOption ul li+li {
    margin-left: 25px;
}

.stepsSubOption ul {
    margin-left: 14px;
}
.keepdisbtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.keepdisbtn a {
    width: 300px;
}
@media (min-width:767px)
{
.stepsSubOption ul li.active {
    -webkit-text-stroke: 1px #fff;
}

.stepbottomLeft ul li:hover {
    -webkit-text-stroke: 1px #fff;
}
}
@media(min-width: 1200px) and (max-width:1600px) {
    .welcomeContent h1 {
        font-size: 52px;
        line-height: 66px;
    }

    .welcomeContent p {
        font-size: 22px;
        line-height: 36px;
    }

    .logoMain img {
        height: 110px
    }

    .headerContent h3 {
        font-size: 26px;
        line-height: 36px
    }

    .headerLogo img {
        height: 50px
    }

    .styleSelected {
        bottom: -70px
    }

    .stepTitle span {
        font-size: 18px;
        line-height: 26px;
    }

    .stepTitle h4 {
        font-size: 20px;
        line-height: 26px;
        margin: 0;
        top: -1px;
    }

    .startOver span {
        font-size: 16px
    }

    .stepbottomLeft ul li {
        font-size: 18px;
        line-height: 22px;
    }

    .stepbottomLeft ul li span {
        font-size: 14px;
        line-height: 20px
    }

    .stepbottomLeft ul li+li {
        margin-left: 30px
    }

    .step2 .stepbottomLeft ul li,.step3 .stepbottomLeft ul li {
        font-size: 16px;
        line-height: 20px;
        width: calc(25% - 30px)
    }

    .step2 .stepbottomLeft ul,.step3 .stepbottomLeft ul {
        width: 100%
    }

    .NextPrevBtn .backBtn {
        font-size: 16px
    }

    .NextPrevBtn {
        min-width: 180px
    }

    .stepbottomLeft.congratulationsMain p {
        font-size: 22px;
        line-height: 30px
    }

    .welcomeButton a {
        font-size: 18px
    }

    .titleCon p {
        font-size: 20px;
        line-height: 26px
    }
    .stepsSubOption ul li {
    font-size: 14px;
    line-height: 24px;
}

span.secFont.stepsSubOptionDes {
    font-size: 16px;
    line-height: 24px;
}
}
@media(min-width: 1200px) and (max-width:1400px) {
    .header {
    padding: 15px 0;
}

.styleSelected {
    bottom: -55px;
}

.selectStyle {
    font-size: 14px;
    line-height: 20px;
}

.sytleTitle {
    font-size: 14px;
    line-height: 20px;
}

.headerContent h3 {
    font-size: 24px;
    line-height: 32px;
}
}
@media (min-width:767px) and (max-width: 991px)
{
    .welcomeContent h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .welcomeContent p {
        font-size: 26px;
        line-height: 34px;
    }
    .headerContent h3 {
        font-size: 22px;
    }

    .closebtn span {
        font-size: 14px;
    }

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

    .stepTitle h4 {
        font-size: 20px;
        line-height: 26px;
        margin: 0;
        top: -1px;
    }
    .colorCircle {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
    }
    .stepTitle span {
        font-size: 20px;
        line-height: 26px;
    }

    .startOver span {
        font-size: 16px;
    }

    .stepbottomLeft ul li {
        font-size: 20px;
        line-height: 28px;
    }

    .stepbottomLeft ul li+li {
        margin-left: 25px;
    }

    .stepbottomLeft ul li span {
        font-size: 12px;
        line-height: 18px;
    }

    .stepsSubOption ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .container-fluid {
        padding: 0 15px;
    }
    .step2 .stepbottomLeft ul li, .step3 .stepbottomLeft ul li {
        width: calc(33.3% - 50px);
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px !important;
    }
    .stepbottomLeft ul {
        align-items: center;
    }
    .step2 .stepbottomLeft ul li:nth-child(3n+1), .step3 .stepbottomLeft ul li:nth-child(3n+1) {
        margin-left: 0 !important;
    }
    .welcomeButton a {
        padding: 12px 20px;
        font-size: 16px;
    }

    .stepbottomLeft.congratulationsMain p {
        font-size: 22px;
    }
    .mainWebFold.halfwidth {
        width: 45%;
    }

    .mainWebContact {
        width: 55%;
    }

    .mainWebContactInner {
        padding: 0 50px;
    }

    .titleCon p {
        font-size: 20px;
        line-height: 26px;
    }

    .mainWebContactInnerThankyou {
        padding: 0 50px;
    }
}
@media (min-width:991px) and (max-width: 1199px)
{
    .welcomeContent h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .welcomeContent p {
        font-size: 26px;
        line-height: 34px;
    }
    .headerContent h3 {
        font-size: 22px;
    }

    .closebtn span {
        font-size: 14px;
    }

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

    .stepTitle h4 {
        font-size: 20px;
        line-height: 26px;
        margin: 0;
        top: -1px;
    }
    .colorCircle {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
    }
    .stepTitle span {
        font-size: 20px;
        line-height: 26px;
    }

    .startOver span {
        font-size: 16px;
    }

    .stepbottomLeft ul li {
        font-size: 20px;
        line-height: 28px;
    }

    .stepbottomLeft ul li+li {
        margin-left: 25px;
    }

    .stepbottomLeft ul li span {
        font-size: 12px;
        line-height: 18px;
    }

    .stepsSubOption ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .container-fluid {
        padding: 0 15px;
    }
    .step2 .stepbottomLeft ul li, .step3 .stepbottomLeft ul li {
        width: calc(33.3% - 50px);
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px !important;
    }
    .stepbottomLeft ul {
        align-items: center;
    }
    .step2 .stepbottomLeft ul li:nth-child(3n+1), .step3 .stepbottomLeft ul li:nth-child(3n+1) {
        margin-left: 0 !important;
    }
    .welcomeButton a {
        padding: 12px 20px;
        font-size: 16px;
    }

    .stepbottomLeft.congratulationsMain p {
        font-size: 22px;
    }
    .mainWebFold.halfwidth {
        width: 45%;
    }

    .mainWebContact {
        width: 55%;
    }

    .mainWebContactInner {
        padding: 0 50px;
    }

    .titleCon p {
        font-size: 20px;
        line-height: 26px;
    }

    .mainWebContactInnerThankyou {
        padding: 0 50px;
    }
}
@media (max-width:767px)
{
    .desktopshow{
        display: none !important;
    }
    .mobileshow{
        display: block;
    }
    .mainWebContact.show {min-height: 100vh;}
    .welcomeoverlay.mobileshow  .welcomeContent h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
        margin-bottom: 25px;
    }

    .welcomeoverlay.mobileshow  .welcomeContent p {
        font-size: 18px;
        line-height: 26px;
    }


    .welcomeoverlay.mobileshow   .logoMain img {
        max-width: 200px;
    }
    .welcomeoverlay.mobileshow {
        height: 100vh;
        background: #fff;
    }

    .welcomeoverlay.mobileshow .welcomeoverlayInner {
        height: 58%;
        width: 100%;
        padding: 40px 0;
        background: url("../images/mobilewelcom.jpg") center center / cover no-repeat;
    }

    .welcomeoverlay.mobileshow .welcomeButton {background: rgba(142, 127, 89, 0.75);height: 42%;display: flex;flex-direction: column-reverse;justify-content: center;align-items: center;}

    .welcomeoverlay.mobileshow .welcomeoverlayInner .welcomeContent {
        max-width: 70%;
    }

    .welcomeoverlay.mobileshow .welcomeButton a {
        width: 220px;
        font-size: 14px;
        line-height: 30px;
        padding: 5px 20px;
        text-align: center;
    }

    .welcomeoverlay.mobileshow .welcomeButton a+a {
        margin: 0 0 40px 0;
    }
    .headerLogo img {
        max-width: 100px;
    }

    .headerContent h3 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 25px;
    }
    .header {
        padding: 12px 0;
    }
    .stepConleft {
    }

    .stepTitle {flex-direction: column;align-items: start;}

    .stepTitle span {
        margin: 0;
        font-size: 20px;
        line-height: 24px;
    }

    .stepTitle h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .mainBackgroundImage {
        height: 60%;
        position: relative;
    }

    .overlaybgImage {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 50%;
    }

    .mainBackgroundImage img {
        height: 100%;
    }

    .moileview.mobileshow {
        height: calc(40% + 67px);
        width: 100%;
        padding-bottom:70px;
    }

    .mainwrapInner {
        padding: 0;
    }

    .stepsmain {
        width: 100%;
        height: 100%;
    }

    .stepsmain .container-fluid {
        height: 100%;
    }

    .stepsmain .row {
        height: 100%;
    }

    .stepsmain .StepsInner {
        height: 100%;
    }

    .StepsInner > div {
        height: 100%;
    }

    .stepsTop {
        border: none;
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .mainWebFold {
        background: rgba(142, 127, 89, 0.45);
    }
    .styleSelected {
    bottom: -105px;
    height: 80px;
    }

    .sytleTitle {
        font-size: 14px;
        line-height: 18px;
    }

    .selectStyle {
        line-height: 18px;
        font-size: 12px;
    }
    .stepbottomLeft ul li {
        color: #4F4B43;
        width: 100%;
        text-align: center;
        flex-direction: column;
        font-family: coco_gothicregular;
        margin: 18px 0 !important;
        font-size: 22px;
        line-height: 28px;
    }

    .stepbottomLeft ul {
        flex-direction: column;
    }

    .stepbottomLeft ul li+li {
        margin: 0;
    }

    .stespBottom {
        flex-direction: column;
    }

    .stepbottomLeft {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .stepbottomLeft ul li span {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        border: none;
        font-family: coco_gothicregular !important;
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 5px;
        text-transform: initial;
    }

    .stepbottomLeft ul li.active {
        font-family: "coco_gothicbold";
    }

    .NextPrevBtn {
        width: 100%;
        position: fixed;
        bottom: 0;
        padding: 20px 12px;
        border-top: 1px solid rgba(79, 75, 67, 0.40);
        background: #ccc5b4;
    }
    .NextPrevBtn {
        justify-content: space-between !important;
    }
    .NextPrevBtn .backBtn,
    .startOver span{
        color: #4F4B43 !important;
        font-size: 14px;
    }
    .stepsSubOption ul li {
        color: #4F4B43;
        margin-top: 0;
        position: relative;
        top: 20px;
    }
    .NextPrevBtnInner {
        display: flex;
        align-items: center;
    }

    .NextPrevBtnInner .backBtn+.backBtn {
        margin-left: 20px;
    }
    .step2 .stepbottomLeft ul li, .step3 .stepbottomLeft ul li {
        font-size: 13px;
        line-height: 20px;
        margin: 0 !important;
        width: 50%;
    }

    .step2 .stepbottomLeft ul li:nth-child(n+3), .step3 .stepbottomLeft ul li:nth-child(n+3) {
        margin-top: 25px !important;
    }
    .selectStyle ul li+li, .selectStyle ul li {
        margin-left: 5px;
    }
    .step2 .stepbottomLeft ul, .step3 .stepbottomLeft ul {
        column-count: 1;
        flex-direction: initial;
        flex-wrap: wrap;
        display: flex;
    }
    .step3 .stepbottomLeft ul li {
        flex-direction: initial;
    }

    .colorCircle {
        width: 15px !important;
        height: 15px;
        min-width: 15px;
        min-height: 15px;
        
    border: 1px solid #fff;
    }
    .validationerrormessage p {
        font-size: 16px;
    }
    .stepbottomLeft.congratulationsMain p {
        color: #4F4B43;
        font-size: 18px;
        line-height: 24px;
        font-family: coco_gothicregular;
        letter-spacing: 1px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .stepbottomLeft.congratulationsMain {
        padding-top: 110px;
    }

    .stepbottomLeft.congratulationsMain .welcomeButton a {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 20px;
    }
    .step4 .startOver {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .mainWebFold.halfwidth {
        width: 100% !important;
    }

    .mainWebContact {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 999999998;
        height: 100%;
        padding: 0;
        flex-direction: column;
    }

    .mainWebContactInner {
        min-width: 300px;
    }

    .mainWebFoldWrap {
        flex-direction: column;
    }

    .titleCon p {
        font-size: 16px;
        line-height: 24px;
    }

    .formField input {
        padding: 15px;
        font-size: 16px;
            border-radius: 0px !important;
    }

    .formButn button, .keepdisbtn a {
        font-size: 16px;
        padding: 15px;
    }
    .mainWebContact .header.mobileshow {
        position: absolute;
        top: 0;
        left: 0;
    }
    .mainWebContactInner, .mainWebContactInnerThankyou {
        padding: 40px;
    }

    .stepsmainbox.step5 .stepsTop {
        padding-top: 130px;
        text-align: center;
    }

    .stepsmainbox.step5 h4 {
        text-align: center;
        display: block;
        width: 100%;
        color: #4F4B43;
        font-size: 24px;
    }

    .step5 .stepTitle h5 {
        color: #4F4B43;
    }
    .step3 .stepbottomLeft ul li {
    display: flex;
    align-items: start;
}

.colorCircle {
    position: relative;
    top: 4px;
}
.mainWebFold {
        height: auto;
    overflow-y: auto;
    min-height: 100vh;
}

.mainwrap {
    position: static;
}

.header {
    position: absolute;
    top: 0;
    z-index: 999999;
    left: 0;
}

.validationError {
    position: absolute;
    top: 25%;
    z-index: 9999;
}

.moileview.mobileshow {
    top: -67px;
    position: relative;
    z-index: 99999;
}
.mainWebFold.halfwidth .closebtn {
    display: flex;
}
.stepsmainbox.step1 li.step11StyleShow .hasimage {
    flex-direction: column;
    display: flex;
}
.stepsSubOptionMobile ul {display: flex;flex-direction: inherit;}

.stepsSubOptionMobile ul li {
    color: #8C7640;
    font-size: 16px;
    line-height: 24px;
}
.stepsSubOptionMobile ul {
    margin-top: 6px;
}
.stepsSubOptionMobile {
    width: 90%;
}
   .styleSelected {
    font-family: coco_gothicregular;
    align-items: start;
}
.sytleTitle {
    min-width: 100px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
}
.mainWebFold.halfwidth .header {
    background: #8e7f59;
    z-index: 999999999;
}
#loading-bar-spinner.spinner {
    top: 34px;
}
    
}