/*@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}*/

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


body {  
 /*animation: fadein 2s;*/
  /*animation: 2s ease-out 0s 1 slideInFromLeft;*/
}
.centertable
{
    margin:0 auto !important;
    display:table !important;
}
.upload-item
{
    width:80%; margin: 0 auto; padding-top: 75px; position: relative;
}
.idea-area-input
{
    width:80%;margin-left: 10%;
    padding-top: 10px;
}
.cal-main-div
{
    display:table;
    margin:0 auto;
    padding-top:50px;
}


.navbar-brand {
    padding: 0;
    padding-left: 3px;
}

header .navbar-right > *:not(li) {
    padding-right: 18px;
    padding-left: 15px;
}




.pr-0 {
    padding-right: 0px !important;
}



.set-industry-step {padding-bottom: 110px !important;padding: 8px 20px 40px 20px !important;height: 150px;text-align: center;width: 150px;}
.set-industry-step img { width: 100px; height: 100px; }
.set-industry-step p {font-size:15px !important; font-weight:500;/* text-align: center; */}
.w-17-per { width:17% !important; }
.last-btn { display: inline-block; text-align: center; position: fixed !important; left: 25%; width: 75% !important; z-index:4; bottom: 0px; /*background: rgb(255, 255, 255,0.8);*/ background: #fff; padding: 15px; }
.container { display: block; position: relative; font-weight: normal !important; letter-spacing: 1px; padding-left: 24px; margin-left: -15px; margin-top: 15px; line-height: 16px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* Hide the browser's default checkbox */

/*.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}*/


/* Create a custom checkbox */
/*.side-list ul { padding-left: 10px; }*/
.checkmark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #eee; }
.container:hover input ~ .checkmark { background-color: #ccc; }
.container input:checked ~ .checkmark { background: #ffd93b; }
.checkmark:after { content: ""; position: absolute; display: none; }
.container input:checked ~ .checkmark:after { display: block; }
.container .checkmark:after { left: 6px; top: 3px; width: 6px; height: 9px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

@media (max-width: 600px) {
    .col-md-9.no-padding.scroll { overflow: scroll; height: 268px !important; overflow-x: hidden; }
}

@media (max-width: 320px) {
    .col-md-9.no-padding.scroll { overflow: scroll; height: 160px !important; overflow-x: hidden; }
}
::placeholder { font-size: 15px; font-family: Larsseit-Bold, sans-serif; color: #ccc; }
.slidecontainer { width: 90%; }
.slider { -webkit-appearance: none; width: 90%; height: 15px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; }
.slider:hover { opacity: 1; }
.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; background: #EF4A43; cursor: pointer; }
.slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; background: #4CAF50; cursor: pointer; }
input.input50 { height: 40px; padding: 1px 3px 1px 3px; /* border: 1px solid #ccc; */ border-radius: 6px; width: 42px; margin: 0 0; /* clear: both !important; */ display: block !important; }
label.label-1 { padding: 0px; display: block; position: relative; cursor: pointer; font-size: 14px; clear: both; }
.color-1 { display: block; position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); border-radius: 31px; background-color: #fff; pointer-events: none; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
input[type="checkbox"][id^="myCheckbox"] { display: none; }
label { border: 1px solid #fff; padding: 10px; display: block; position: relative; margin: 10px; cursor: pointer; }
label:before { background-color: white; color: white; content: " "; display: block; border-radius: 50%; /*border: 1px solid grey;*/ position: absolute; top: 13px; right: 13px; width: 20px; height: 20px; text-align: center; line-height: 28px; transition-duration: 0.1s; transform: scale(0); }
label img {
    height: 60px;
    width: 60px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    margin: 0 auto;
    display: block;
}

:checked + label {
    border-color: #ffd93b;
}

:checked + label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    line-height: 22px;
    font-size: 11px;
    background-color: #ffd93b;
    transform: scale(1.3);
}

:checked + label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

.step-img label {
    padding: 25px 20px 10px 20px;
}

@media (max-width: 1024px) {
    .step-img Label {
        padding: 40px 10px 40px 10px !important;
    }
}

/*===========Custom Rana==============*/

.pb-small-label { padding-bottom: 55px !important; }
.title-heading { font-size: 28px; color: #ffd93b; font-weight: 600; float: left; position: relative; line-height: 1.2; margin: 0px 0 12px 0; text-transform: capitalize; text-align: center; }
.text-heading p { color: #000 !important; font-size: 15px !important; float:left; text-align:left; }
.text-heading { padding-top:30px; padding-left:12px; display: inline-block; }
.w-20-per { width:20% !important; }
.step-5-img h3 { padding: 8px 0px 6px 5px !important; width: 105% !important; }

.step-img.center-img { width: 50%; margin: 10px auto; }
.center-img .col-md-3.no-padding { width: 50%; }
i.fas.fa-chevron-right { padding: 0 8px 0 0; color: #ffd93b; font-size: 12px; margin: 0 0 0 0; }
/* popup styles */
.popup { display: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; }
.popup-overlay { background: rgba(0,0,0,0.9); position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.popup-content { position: absolute; background: #fff; width: 500px; margin: -320px 0 0 -264px; left: 50%; top: 50%; z-index: 11; padding: 14px; }
.close-popup { display: inline-block; position: absolute; top: -8px; right: -30px; font-size: 42px; }

/* Animations */
/*.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
}

.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  to { opacity: 0; }
}

.scaleIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleIn {
  from { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleOut {
  animation: scaleOut 0.5s ease-out both;
  -webkit-animation: scaleOut 0.5s ease-out both;
}
@keyframes scaleOut {
  to { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleOut {
  to { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleUpIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
.scaleUpOut {
  animation: scaleUpOut 0.5s ease-in both;
  -webkit-animation: scaleUpOut 0.5s ease-in both;
}
@keyframes scaleUpOut {
  to { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleUpOut {
  to { opacity: 0; -webkit-transform: scale(1.2); }
}

.scaleDownIn {
  animation: scaleDownIn 0.5s ease-in both;
  -webkit-animation: scaleDownIn 0.5s ease-in both;
}
.scaleDownOut {
  animation: scaleOut 0.5s ease-in both;
  -webkit-animation: scaleOut 0.5s ease-in both;
}
@keyframes scaleDownIn {
  from { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownIn {
  from { opacity: 0; -webkit-transform: scale(1.2); }
}

.slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-50%); }
}
@-webkit-keyframes slideIn {
  from { opacity: 0; -webkit-transform: translateY(-50%); }
}

.slideOut {
  animation: slideOut 0.5s ease-out both;
  -webkit-animation: slideOut 0.5s ease-out both;
}
@keyframes slideOut {
  to { opacity: 0; transform: translateY(50%); }
}
@-webkit-keyframes slideOut {
  to { opacity: 0; -webkit-transform: translateY(50%); }
}

.slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from { opacity: 0; transform: translateX(-50%); }
}
@-webkit-keyframes slideLeftIn {
  from { opacity: 0; -webkit-transform: translateX(-50%); }
}

.slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to { opacity: 0; transform: translateX(50%); }
}
@-webkit-keyframes slideLeftOut {
  to { opacity: 0; -webkit-transform: translateX(50%); }
}

.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: .2;}
}
@keyframes flipLeftIn {
    from {transform: translateZ(-1000px) rotateY(90deg);opacity: .2;}
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {-webkit-transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}
@keyframes flipLeftOut {
    to {transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}

.flipRightIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightIn .5s both ease-out;
    -moz-animation: flipRightIn .5s both ease-out;
    animation: flipRightIn .5s both ease-out;
}
@-webkit-keyframes flipRightIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: .2;}
}
@keyframes flipRightIn {
    from {transform: translateZ(-1000px) rotateY(-90deg);opacity: .2;}
}

.flipRightOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightOut .5s both ease-in;
    -moz-animation: flipRightOut .5s both ease-in;
    animation: flipRightOut .5s both ease-in;
}

@-webkit-keyframes flipRightOut {
    to {-webkit-transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}
@keyframes flipRightOut {
    to {transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}


.rotateIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateIn .5s both ease-out;
    -moz-animation: rotateIn .5s both ease-out;
    animation: rotateIn .5s both ease-out;
}
@-webkit-keyframes rotateIn {
    from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0;}
}
@-moz-keyframes rotateIn {
    from {-moz-transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}
@keyframes rotateIn {
    from {transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}

.rotateOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOut .5s both ease-in;
    -moz-animation: rotateOut .5s both ease-in;
    animation: rotateOut .5s both ease-in;
}
@-webkit-keyframes rotateOut {
    to {-webkit-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@-moz-keyframes rotateOut {
    to {-moz-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@keyframes rotateOut {
    to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0;}
}

.rotateCubeIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeIn .6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeIn .6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeIn .6s both ease-in;
}
@-webkit-keyframes rotateCubeIn {
    0% {opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);}
    50% {-webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@-moz-keyframes rotateCubeIn {
    0% {opacity: .3;
        -moz-transform: translateY(-100%) rotateX(90deg); }
    50% {-moz-animation-timing-function: ease-out;
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}
@keyframes rotateCubeIn {
    0% {opacity: .3;
        transform: translateY(-100%) rotateX(90deg);}
    50% {animation-timing-function: ease-out;
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}

.rotateCubeOut {
    -webkit-transform-origin: 50% 0;
    -webkit-animation: rotateCubeOut .6s both ease-in;
    -moz-transform-origin: 50% 0;
    -moz-animation: rotateCubeOut .6s both ease-in;
    transform-origin: 50% 0;
    animation: rotateCubeOut .6s both ease-in;
}
@-webkit-keyframes rotateCubeOut {
    50% {-webkit-animation-timing-function: ease-out;-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateCubeOut {
    50% { -moz-animation-timing-function: ease-out;-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3;-moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeOut {
    50% {animation-timing-function: ease-out;
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
    100% { opacity: .3; transform: translateY(100%) rotateX(-90deg);}
}*/
a { color: rgb(0, 159, 211); text-decoration: none; }
.btn { background: rgb(0, 159, 211); color: #fff; border: 1px solid; display: inline-block; padding: 5px 20px; }
.btn:hover { background: #fff; color: rgb(0, 159, 211); }
.popup { -webkit-perspective: 1200px; -moz-perspective: 1200px; perspective: 1200px; }
.popup-content { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }
h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif !important; }
p { font-family: 'Poppins', sans-serif !important; }
label { font-family: 'Poppins', sans-serif !important; }
span { font-family: 'Poppins', sans-serif !important; }
body { overflow: hidden;}
img.logo-img { margin: 0 !important; }
label.lab-1 {margin: 204px 0 10px 0;}
label.lab-2 { margin: 10px 0 10px 0; }
.logo-cont { text-align: center; }
.logo-cont h4  { color: #000; }
.step-img1 h4 { float: left; width: 100%; color: #9b9797; font-size: 15px; }
.side-list h4 { color: #9b9797; font-size: 20px; }
.logo { width: 80%; }
.side-list a { color: #4c4c4c; text-align: left; font-size: 14px; margin: 0 0 0 0; font-weight: 500; }
.step-img1 { margin: 30px 0 0 0; }
.step-img label { background: #fff; padding: 13px 19px 10px 20px; border: 1px solid #e4e4e4; box-shadow: 5px 5px 0 #ebebeb; /*transition: all 0.2s ease-in-out 0s;*/ }
.step-img label:hover { /*transform: translateY(-10px);*/ /*box-shadow: rgba(10, 31, 68, 0.12) 0px 18px 18px, rgba(10, 31, 68, 0.1) 0px 0px 1px;*/     /*border-width: 1px; border-style: solid; border-color: rgba(225, 228, 232, 0.02); border-image: initial;*/ border:1px solid #ffd93b; }
.step-img { margin: 10px 0 0 0; }
.side-list ul li { /*display: list-item !important;*/ color: #ffffff; font-size: 12px; margin: 5px 0 0 0; padding: 2px 5px 2px 5px; background-color: #ffd93b; border-radius: 4px; }
.side-list { border-top: 1px solid #ccc; margin: 25px 0 0 0; padding: 10px 0 0 0; }
img.img1 { padding: 30px 0 0 0; }
span.contact100-form-title.h1_01 { font-size: 35px; margin-top: -70px; }
.color-details h5 {text-align: center; margin: 10px 0 12px 0; font-size: 15px; color: #4b4c4c; font-weight: 550; }
.main-text { width: 90%; margin: 0 auto; }
/*.side-cont img {
    width: 60% !important;
}*/
.side-cont span.contact100-form-title { color: #000; font-size: 22px; margin: 10px 0 0 0; }
.bg-white p { font-size: 12px !important; padding-bottom: 0; margin: 0 3px 1px 3px; }
.mg-1 label { margin: 0 0 0 17px; }
input[type="range"] { width: 90%; margin: 0 auto; }
p.para-1 {width: 90% !important; text-align: left !important; margin: 0 auto !important; color: #000 !important; font-size: 12px !important; }
div#range-s { margin: 10px 0 0 0; }
.scroll { height: 90vh !important; overflow-y: scroll !important; padding: 0; padding-bottom: 120px; }
.side-bar { background: #fbfbfb; padding: 50px 0px 30px 0px; height: 95vh; /* position: fixed;*/ border-right: 3px solid #f3f1f1; overflow: auto; }
.no-margin { margin: 0 !important; }
.bg-img { background-image: url(../images/pricing-bg.jpg); /*background: #f5f5f5;*/ background-size: cover; background-position: center; padding: 50px 50px 50px 50px!important; text-align: left !important; width: 100%; display: flex; align-items: center; }
input.chech-img { top: 2em !important; z-index: 999 !important; left: 16em !important; right: 0 !important; outline: none !important; }
.cenetr-1 .col-sm-6 { float: none !important; margin: 0 auto; }
.step-4-label .col-md-12 { float: none; width: 90%; margin: 0 auto; }
.step-4-label li { width: 20.6% !important; }
.step-4-label ul { text-align: center !important; }
.no-padding { padding: 0 !important; }
.check1 { margin: 0 0 65px 0; }
.check2 { margin: 0 0 135px 0; }
.page-h h4 { color: #000; font-size: 14px; }
.page-h { text-align: center; }
input[type="checkbox"]{ -webkit-appearance: none; width: 18px; height: 18px; border: 1px solid lightgray; border-radius: 0px; background: #ccc; position: relative; outline: none; cursor: pointer; top: .3em; }
input[type="checkbox"]:checked{/* border: solid 2px lightgray;*/  }

input[type="checkbox"]:checked:before{
     content: "\2714";
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    top: -2px;
    line-height: 18px;
    padding: 0px 4px 17px 4px;
    /* left: -2px; */
    font-weight: bold;
     background: linear-gradient(to right, #EF4A43 0%, #f16964 100%) !important;
    /* width: 17px; */
    /* height: 17px; */
}
select { width: 100%; height: 40px; border-radius: 5px; padding: 0 0 0 9px; color: #ccc; border: 1px solid #ccc; font-size: 15px; font-weight: 300; }
.step-6-label img { height: 80px !important; } 
ul.cenetr-step { text-align: center; }

/*.main-text img { width: 15%; }*/
.right-section { width: 100% !important; overflow: hidden !important; }
.wrap-contact100 .col-md-6 { width: 25%; float: none !important; margin: 0 auto; }

.main-text p { margin: 1px 0 0px 0; color: #000 !important; font-size: 15px !important; text-align: left !important; display: inline; }
.company_name li { color: #ffd93b !important; background: transparent !important; font-size: 14px !important; }
.step-img h3 { margin: 0px 0px -23px -3px; font-size: 14px; background: #ffd93b; color: #fff; padding: 8px 0px 6px 5px; width: 105%; /* border-bottom-right-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 0px; border-top-left-radius: 0px;*/ border-radius:4px; }
.contact100-form-btn { padding: 0 0px !important; /*padding: 0 95px !important;*/ height: 45px !important; }
.wrap-contact100 {width: 1000px;background: transparent;/* padding: 50px 0px 100px 0px; */}
.auto-container { max-width: 1500px; right: 0; left: 0; }
.container { margin: 0 auto;}

@-webkit-keyframes animate-positive {
    0% { width: 0; }
}

@keyframes animate-positive {
    0% { width: 0; }
}
.progress .progress-value { font-size: 15px; font-weight: bold; color: #000; position: absolute; top: -40px; right: -17px; }
.progress .progress-bar:after{ content: ""; display: block; border: 15px solid transparent; border-bottom: 21px solid transparent; position: absolute; top: -26px; right: -12px; }
.progress .progress-bar { box-shadow: none; position: relative; }
.progress{ 
    width:68%;
    height: 8px; background: #ccc; border-radius: 5px; box-shadow: none; margin-bottom: 15px; overflow: visible; margin: 10px 0 10px 0; }
.progress-title{ font-size: 16px; text-align: center; font-weight: 700; color: #011627; margin: 0 0 20px; }
.contact100-form p { padding-bottom: 0px; text-align: center; font-size: 16px; }

0 { border-radius: 5px; }
.contact100-form-title { padding-bottom: 0px; }
.contact100-form-btn::before { border-radius: 5px !important; background: #ffd93b !important; border:1px solid #ffd93b; }
.contact100-form-btn > span { color: #000000;}
span.fas.fa-map-marker-alt.mr-5 { margin: 0 10px 0 0; }

#responsive-admin-menu #menu { width: 100% !important; }
header .social-group a i.fa { line-height: 23px !important; }
ul { list-style-type: none; padding: 0; }
li { display: inline-block; }
label { padding: 0px; display: block; position: relative; cursor: pointer; font-size: 14px; }
.step-label h3 { font-size: 10px !important; }
label img { transition-duration: 0.2s; transform-origin: 50% 50%; }
#responsive-admin-menu #menu { padding: 0 13px 0 13px !important; }
.bg-white { background-color: transparent !important; }
.button-border { border: 4px solid rgba(204, 204, 204, 0.2); position: absolute; /* top: 0; */ bottom: 126px; width: 99%; height: 0px; left: 0; }
button.contact100-form-btn { border: none !important; }
.step-4-label p { font-size: 11px; line-height: 15px; margin-top: 0; text-align: center; }
.step-4-label .color-details.bg-white { padding: 0 0 6px 0; }
.step-3-label img { height: auto; width: 100%; }
.step-3-label li { width: 33%; }
.step-3-label label { box-shadow: rgb(17, 17, 17) 0 20px 40px -30px; background-color: #fff; }
.step-3-label h3 { font-size: 14px !important; }
.step-label label { margin: 10px 0 0 0; box-shadow: rgb(17, 17, 17) 0 20px 40px -30px; }
.label__checkbox { display: none; }
.label__check {
  display: inline-block;
  border-radius: 50%;
  border: 5px solid rgba(0,0,0,0.1);
  background: white;
  vertical-align: middle;
  margin-right: 20px;
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .3s ease;
  
  i.icon { opacity: 0.2; font-size: ~'calc(1rem + 1vw)'; color: transparent; transition: opacity .3s .1s ease; -webkit-text-stroke: 3px rgba(0,0,0,.5); }
  
  &:hover { border: 5px solid rgba(0,0,0,0.2); }
}

.label__checkbox:checked + .label__text .label__check {
  animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
  
  .icon { opacity: 1; transform: scale(0); color: white; -webkit-text-stroke: 0; animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards; }
}

.center { position: absolute;  top: 50%; left: 50%; transform: translate(-50%,-50%); }

@keyframes icon {
  from { opacity: 0; transform: scale(0.3); }
  to { opacity: 1; transform: scale(1) }
}

@keyframes check {
  0% { width: 1.5em; height: 1.5em; border-width: 5px; }
  10% { width: 1.5em; height: 1.5em; opacity: 0.1; background: rgba(0,0,0,0.2); border-width: 15px; }
  12% { width: 1.5em; height: 1.5em; opacity: 0.4; background: rgba(0,0,0,0.1); border-width: 0; }
  50% { width: 2em; height: 2em; background: #00d478; border: 0; opacity: 0.6; }
  100% { width: 2em; height: 2em; background: #00d478; border: 0; opacity: 1; }
}
.progress-bar { background: #ffd93b  !important; height: 8px; border-radius: 5px; }

/*---------------------------------------------*/

input[type="number"] { -moz-appearance: textfield; appearance: none; -webkit-appearance: none; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
textarea { width: 100% !important; height: 120px !important; padding: 7px 0 0 10px; border: 1px solid #ccc !important; border-radius: 5px; }
textarea:focus, input:focus { border-color: #ccc; }
input::-webkit-input-placeholder { color: #bdbdd3;}
input:-moz-placeholder { color: #bdbdd3;}
input::-moz-placeholder { color: #bdbdd3;}
input:-ms-input-placeholder { color: #bdbdd3;}

textarea::-webkit-input-placeholder { color: #bdbdd3;}
textarea:-moz-placeholder { color: #bdbdd3;}
textarea::-moz-placeholder { color: #bdbdd3;}
textarea:-ms-input-placeholder { color: #bdbdd3;}

/*---------------------------------------------*/

/*---------------------------------------------*/
/*.container { max-width: 860px; }*/

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {width: 100%;min-height: 100vh;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;justify-content: center;/*align-items: center;*/position: relative;background-position: center;background-size: cover;background-color: #fff;/* min-height: 100vh !important; */}

/*==================================================================
[ Form ]*/

.contact100-form { width: 100%; }
.contact100-form-title { display: block; font-size: 24px; color: #000; font-weight: 400; line-height: 1.2; margin: 0px 0 12px 0; text-transform: capitalize; text-align: center; }

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {width: 98%;margin: 0 auto;background-color: #fff;border-radius: 31px;margin-bottom: 0px;position: relative;z-index: 1;}
.input100 { position: relative; display: block; background: #fff; border-radius: 31px; font-family: Ubuntu-Bold; font-size: 18px; color: #8f8fa1; line-height: 1.2; }

/*---------------------------------------------*/
input.input100 { height: 40px; padding: 0px 35px 0 10px; border: 1px solid #ccc; border-radius: 6px; /*  width: 70%;*/ margin: 0 auto; }
textarea.input100 { min-height: 169px; padding: 19px 35px 0 35px; }

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 { display: block; position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); border-radius: 31px; background-color: #fff; pointer-events: none; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
.input100:focus + .focus-input100 { width: calc(100% + 20px); }

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn { margin: 20px 0 0 0; display: inline-block; text-align: center; position: fixed; left: 53%; right: 30%; /* top: 0; */ bottom: 30px; }
.contact100-form-btn { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; padding: 0 40px; margin: 0 auto; width: 150px; height: 62px; background-color: transparent; border-radius: 31px; font-family: Ubuntu-Bold; font-size: 16px; color: #fff; /*text-transform: lowercase;*/ -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; position: relative; z-index: 1; }
.contact100-form-btn::before { content: ""; display: block; position: absolute; z-index: -1; width: 90%; height: 100%; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); border-radius: 31px; background-color: #827ffe; pointer-events: none; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }


/* Custom */
.page-foot { z-index: 1143 !important; position: fixed !important; padding-top: 10px !important; padding-bottom: 3px !important; -webkit-box-shadow: 0px -10px 30px -13px rgba(161,161,161,1); -moz-box-shadow: 0px -10px 30px -13px rgba(161,161,161,1); box-shadow: 0px -10px 30px -13px rgba(161,161,161,1); position: absolute; bottom: 0; background-color: #ffffff; z-index: 1; }
.moneyback-foot { padding-top: 10px !important; }
.moneyback-icon { font-size: 33px; float: right; }
.moneyback-heading { margin-bottom:0px; text-transform: Capitalize; }
.side-image { width:82%; /*margin: auto;*/ }
.moneyback-paragragh { color: #4c4c4c !important; font-size: 12px !important; text-align: left !important; }
.col-moneyback-icon { padding-right: 5px; }
.contact100-form-btn:hover:before { background-color: #ffffff !important; /*width: calc(100% + 20px);*/ border-radius: 2px; }
.contact100-form-btn:hover > span { /*color: #ffd93b;*/color: #000000; }
.wrap-contact100 > .main-text > p { text-align: center !important; }
.color-list > li { background-color: transparent !important; padding: 2px 0px 2px 0px !important; }
.color-list > li > img { width: 30px; border: 1px solid #ffd93b; padding: 2px; border-radius: 6px; }
.side-list > ul { margin-bottom: 5px; }
.side-list > h5 { margin-bottom: 0px; }
#back-button { text-transform: Capitalize; }