@font-face {
    font-family: 'Chromatica';
    src: url('../fonts/vendor/chromatica/Chromatica-Black.eot');
    src: local('Chromatica Black'), local('Chromatica-Black'),
        url('../fonts/vendor/chromatica/Chromatica-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vendor/chromatica/Chromatica-Black.woff2') format('woff2'),
        url('../fonts/vendor/chromatica/Chromatica-Black.woff') format('woff'),
        url('../fonts/vendor/chromatica/Chromatica-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Chromatica';
    src: url('../fonts/vendor/chromatica/Chromatica-Thin.eot');
    src: local('Chromatica Thin'), local('Chromatica-Thin'),
        url('../fonts/vendor/chromatica/Chromatica-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vendor/chromatica/Chromatica-Thin.woff2') format('woff2'),
        url('../fonts/vendor/chromatica/Chromatica-Thin.woff') format('woff'),
        url('../fonts/vendor/chromatica/Chromatica-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Chromatica';
    src: url('../fonts/vendor/chromatica/Chromatica-Medium.eot');
    src: local('Chromatica Medium'), local('Chromatica-Medium'),
        url('../fonts/vendor/chromatica/Chromatica-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vendor/chromatica/Chromatica-Medium.woff2') format('woff2'),
        url('../fonts/vendor/chromatica/Chromatica-Medium.woff') format('woff'),
        url('../fonts/vendor/chromatica/Chromatica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Chromatica';
    src: url('../fonts/vendor/chromatica/Chromatica-Regular.eot');
    src: local('Chromatica Regular'), local('Chromatica-Regular'),
        url('../fonts/vendor/chromatica/Chromatica-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vendor/chromatica/Chromatica-Regular.woff2') format('woff2'),
        url('../fonts/vendor/chromatica/Chromatica-Regular.woff') format('woff'),
        url('../fonts/vendor/chromatica/Chromatica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chromatica';
    src: url('../fonts/vendor/chromatica/Chromatica-Bold.eot');
    src: local('Chromatica Bold'), local('Chromatica-Bold'),
        url('../fonts/vendor/chromatica/Chromatica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vendor/chromatica/Chromatica-Bold.woff2') format('woff2'),
        url('../fonts/vendor/chromatica/Chromatica-Bold.woff') format('woff'),
        url('../fonts/vendor/chromatica/Chromatica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Chromatica';
    src: url('../fonts/vendor/chromatica/Chromatica-Light.eot');
    src: local('Chromatica Light'), local('Chromatica-Light'),
        url('../fonts/vendor/chromatica/Chromatica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vendor/chromatica/Chromatica-Light.woff2') format('woff2'),
        url('../fonts/vendor/chromatica/Chromatica-Light.woff') format('woff'),
        url('../fonts/vendor/chromatica/Chromatica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
body {
    background-color: #f2f2f2 !important;
   font-family: 'Chromatica' !important;
    top:0px !important;
}
input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}
.bg_gray{

	    background-color: #f7f7f7!important;
}
.bg_white {
    background-color: #ffffff!important;
    border: none !important;
}
.bg_gray_light{

        background-color: #ffffff !important;
        -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1) !important;
        box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1) !important;
}
.text-black {
    color: #333333 !important;
}
img.nav-logo {
    max-width: 55%;
}
img.banner-logo {
    max-width: 100%;
}
.bg_prpl {
    background-image: linear-gradient(to bottom right, #350d56, #682769);
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1) !important;
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1) !important;
}
.log-con {
    background: #ffffff !important;
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1) !important;
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1) !important;
    margin-bottom: 0px !important;
}
.card-header {
    padding: .75rem 1.25rem;
    background-color: rgb(96, 35, 102);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 29px;
}
.card {
    width: 100%;
    padding: 30px 30px 30px 30px;
    border: 0px;
    margin-bottom: 100px;
}
.card-header h3{
	color: #fff;
    font-size: 22px;
}
blockquote.quotescollection-quote {
    border: 0;
    background: none;
    padding: 0;
    margin: 4em 2em;
    font-size: 1em;
    box-shadow: none;
}
.quotescollection-quote p {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
}
.box_innr_cont {
    padding: 0px 30px;
    margin-top: 70px;
    color: #fff;
}
.box_innr_cont.ran-quote {
    display: table;
    width: 100%;
}
.fa, .fas {
    font-weight: 900;
}

.input-group-text {
    width: 42px!important;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border: 0 !important;
    border-radius: 0px;
    display: inline-block;
    float: left;
    position: relative;
    font-size: 18px;
    color: #495057;
    padding: 2px;
    border-radius: .25rem;
}

.card button.btn.btn-primary {
    width: 100%;
    height: 40px;
    font-size: 18px;
    margin-bottom: 10px;
    background: #696969 !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 2px 11px -1px rgba(53,13,86,0.17);
    margin-top: 10px;
    border-radius: 50px;
}
.passreset {
    text-align: center;
    width: 51%;
    display: block;
    color: #622467;
    font-size: 10px;
    margin: 0px auto;
    margin-top: 10px;
}


.custom-control-label {
    color: #000000;
}
.form-check.custom-checkbox {
    padding-left: 24px;
}
.nav-item > a {
    display: inline-block;
    text-decoration: none;
    color: #000 !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 80px;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-outline-success {
    color: #23b7e5;
    border-color: #23b7e5 !important;
    font-weight: bold;
    font-size: 20px !important;
    text-transform: uppercase;
    border: 2px solid;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #25c0f0 !important;
    border: 2px solid #25c0f0 !important;
}
.attribution{
    text-align: center;
}



/* Home Design*/

.section_bg {

    background-color: #f1f1f1 !important;
}
a.btntrial  {
    background-color: #cdb09a!important;
    border: 0!important;
    color: #fff!important;
}
.hero-heading h1{
    font-size: 40px;
    font-weight: 600;
    color: #4d1c5f;
    text-align: center;
    text-shadow: 2px 2px 2px #fff;
}

}
.hero-heading h4{
    font-size: 20px;
    font-weight: 500;
    color: #212529;
}
a.nav-link {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    line-height: 80px;
    cursor: pointer;
}
.bg-image {
    background-image: url("../images/bg.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
}
section {
    padding: 35px 0;
    overflow: hidden;
}
section.homeslider{
    padding: 0px;
    height: 100vh;
      min-height: 504px;
      background-size: cover;
      background-image: url('../images/lashbanner.gif');
      background-position: center;
      background-repeat: no-repeat;
}
.section-logo {
    width: 100%;
}
.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 33px 33px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    margin-bottom: 20px !important;
}
.services .icon-box .icon i {
    color: #5f2366;
    font-size: 36px;
    transition: 0.3s;
}
.services .icon-box h4 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 17px;
}
.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.track_description ul {
    padding: 0px 0;
    list-style: none;
    color: #000;
    text-align: left;
    line-height: 20px;
}
.track_description ul li {
    padding: 0px 0 5px 25px;
    position: relative;
}
.track_description ul i {
    color: #000000;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 6px;
}
.track-heading h1{
    font-size: 21px;
    font-weight: 400;
}
.calltoaction_heading h1{
    font-size: 21px;
    font-weight: 400;
}
.pricing .featured {
    border-top-color: #47b2e4;
}
.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #350d55;
    height: 100%;
    border-radius: 5px;
    text-align: left;

}
.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
}
.pricing h4 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Chromatica';
    margin-bottom: 25px;
}
.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #ffffff;
    text-align: left;
    line-height: 20px;
}
.pricing ul li {
    padding: 7px 0 7px 30px;
    position: relative;
}
.pricing ul i {
    color: #fbaabb;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 9px;
}
.contact-section {

    font-size: 28px;
}
footer {
    background: #29282b;
    text-align: center;
    padding: 80px 0px;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.socialList li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Chromatica';
}
.socialList li a {
    display: inline-block;
    color: #fff;
    margin: 0px 20px;
}
footer p {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}
footer p a, footer p a:hover, footer p a:focus {
    color: #fff;
}
#back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    z-index: 99999;
}
#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.services .icon-box:hover {
    transform: translateY(-10px);
}

@-webkit-keyframes up-down {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
/*tabs design*/
.tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  height: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #350D56;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}

.tab-slider--tabs.slide:after { left: 50%; }

.tab-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #345F90;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 50px !important;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab-slider--trigger.active { color: #fff; }

.tab-slider--body { margin-bottom: 20px; }

.profilefooter {
    bottom: 0;
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 999;
    background-color: #581c61;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.selector-holder {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.profilefooter a {
    text-decoration: none;
    color: #ffffff;
}
.list-group a {text-decoration: none; color: #8d8d8d; text-transform: capitalize;}
.list-group-item  {border-bottom: 1px solid #dddddd !important; border:none;}
.list-group a:first-child {
    -webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.list-group a:last-child {
    -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
border-bottom:none !important;
}
li.list-group-item:hover, li.list-group-item:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.badge-primary {
    color: #fff;
    background-color: #581c61;
}
.badge {
    padding: 5px;
}
/* new card */
.testimonial-card  {padding: 0px; border-radius: none !important;}

.testimonial-card .avatar {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
    height:100px;
}
.testimonial-card .avatar img {
    width: 100%;
    height:100%;
}
.rounded-circle {
    border-radius: 50% !important;
}
.testimonial-card .card-body {
    text-align: center;
}
.mb-10 {
    margin-bottom: 80px;
}
.btn-app {
    border-radius: 3px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #6c757d;
    font-size: 12px;
    height: 60px;
    margin: 0 10px 10px 0px;
    min-width: 80px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}
.btn-app>.fa, .btn-app>.fab, .btn-app>.far, .btn-app>.fas, .btn-app>.glyphicon, .btn-app>.ion {
    display: block;
    font-size: 20px;
}
.testimonial-card >.card-body {
    padding: 0px !important;
}

.form-sub-heading {
    font-size: 13px;
}
.nav-multipart li a{line-height: normal !important; cursor: pointer; color: #fff !important;  font-weight: bold;}
.nav-multipart a.nav-link.active {
    background: #581c61;
    border-radius: 50px;
}
.nav-multipart li {border-radius: 50px;  margin-right: 30px;
    background: #581c61;

      cursor: pointer;
      display: inline-block;
      height: 40px;
      width: 40px; line-height: 42px;}

.tab-content h3{font-size: 16px;}
ul.nextprev {list-style: none;     margin: 0;
    padding: 0;
}
li.previous {
    float: left;
}
li.next {
    float: right;
}
.btn-primary{background-color: #581c61; border-color: #581c61;}
.btn-primary:hover {
    color: #fff;
    /*     old Code
    background-color: #461f4c !important;
    border-color: #461f4c !important; */

    background-color: #227dc7 !important;
    border-color: #2176bd !important;
}
.progress-bar {
    background-color: #581c61;
}
li.next.disabled.hidden {
    display: none;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
li.finish {
    float: right;
}
.dasgboard_header {
    background: #581c61;
}
.white{color: #ffffff;}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #8b3171;
    background-color: #8b3171;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #dee2e6;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,.1);
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dasgboard_header{height:240px;width:100%;position:relative;background:#581c61;overflow:hidden} .dasgboard_header .wave{position:absolute;left:0;width:100%;height:100px;background-size:1000px 100px} .dasgboard_header .wave.wave1{z-index:10;opacity:1;-webkit-animation-delay:0s;animation-delay:0s;bottom:0;-webkit-animation:animation 100s linear infinite;animation:animation 100s linear infinite} .dasgboard_header .wave.wave2{z-index:8;opacity:0.5;-webkit-animation-delay:-20s;animation-delay:-20s;bottom:10px;-webkit-animation:animation2 60s linear infinite;animation:animation2 60s linear infinite} .dasgboard_header .wave.wave3{z-index:9;opacity:0.2;-webkit-animation-delay:-8s;animation-delay:-8s;bottom:15px;-webkit-animation:animation 100s linear infinite;animation:animation 100s linear infinite} .dasgboard_header .wave.wave4{z-index:7;opacity:0.7;-webkit-animation-delay:-20s;animation-delay:-20s;bottom:20px;-webkit-animation:animation2 20s linear infinite;animation:animation2 20s linear infinite}@-webkit-keyframes animation{0%{background-position-x:0}100%{background-position-x:1000px}}@keyframes animation{0%{background-position-x:0}100%{background-position-x:1000px}}@-webkit-keyframes animation2{0%{background-position-x:1000px}100%{background-position-x:0px}}@keyframes animation2{0%{background-position-x:1000px}100%{background-position-x:0px}}
div#rootwizard {
    margin-bottom: 80px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #581c61;
    border-color: #581c61;
}
.page-link {
    color: #010101 !important;
}
.btn-success {
    color: #fff;
    background-color: #581c61;
    border-color: #581c61;
}

.pearl-white {color: #b398b7;}
table a {
    text-decoration: none;
    color: #000000;
}
table a:hover {
    text-decoration: none;
    color: #581c61;
}

.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative;
}
.timeline>.time-label>span {
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px;
}
.timeline>div {
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
}
.timeline>div>.timeline-item {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background: #fff;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.timeline>div>.timeline-item>.timeline-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}
.timeline>div>.timeline-item>.timeline-body, .timeline>div>.timeline-item>.timeline-footer {
    padding: 10px;
}
.timeline>div::after, .timeline>div::before {
    content: "";
    display: table;
}
.timeline::before {
    border-radius: .25rem;
    background: #dee2e6;
    bottom: 0;
    content: '';
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.timeline>div>.fa, .timeline>div>.fab, .timeline>div>.far, .timeline>div>.fas, .timeline>div>.glyphicon, .timeline>div>.ion {
    background: #adb5bd;
    border-radius: 50%;
    font-size: 15px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.bg-green {
    background-color: #581c61!important;
}
.bg-grey {
    background-color: #dad8d8!important;
}
.bg-green, .bg-green>a {
    color: #fff!important;
}
.bg-purple {
    background-color: #6f42c1!important;
}
.bg-purple, .bg-purple>a {
    color: #fff!important;
}

@media print
{
.noprint {display:none;}
}
.signature-pad {
    border:1px solid #ccc;
}

.modal-dialog{
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

ul#custom-content-below-tab li a {
    line-height: 22px;
}

a.dt-button {
    margin-right: 10px;
}
a.freetrial {
    background: #000000;
    color: #ffffff !important;
    line-height: 33px;
    margin-top: 24px;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

img.nav-logo-dashboard {
        width: 115px;
}

.list-group-item { font-weight: bold; }

.hide {display: none;}
div#rootwizard-app {
    margin-bottom: 113px;
}

.img-wrapper {
   width: auto;
   height: 100px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 150px !important;
}
.m-table {
    padding: 0px !important;
}

.v-table {
    padding:15px;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #795548;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #795548;
}
.btn-facebook {
     background: #3b579d;
     color: #ffffff
 }
.btn.btn-social-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
}
.btn-instagram {
    background: #dc4a38;
    color: #ffffff;
}
.btn-youtube {
     background: #e52d27;
     color: #ffffff
 }
.btn-twitter {
    background: #2caae1;
    color: #ffffff;
}
 .btn-facebook:hover,
 .btn-facebook:focus {
     background: #2d4278;
     color: #ffffff
 }
 .btn-twitter:hover,
 .btn-twitter:focus {
     background: #1b8dbf;
     color: #ffffff
 }
  .btn-youtube:hover,
 .btn-youtube:focus {
     background: #c21d17;
     color: #ffffff
 }

  .btn-instagram:hover,
 .btn-instagram:focus {
     background: #bf3322;
     color: #ffffff
 }

 .card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing {
        border: 1px solid rgba(0,0,0,.125);
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}
.mb-8{
    margin-bottom: 8em;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px !important;
}


.bg-border {
    border:1px solid #ccc;

}
img.direction {
    transform: rotate(146deg);
    margin-bottom:-20px;
}

.wPaint-menu-icon.wPaint-menu-icon-name-save:before {
    content: "save";
    margin-top: 14px;
    margin-left: 13px;
    float: left;
}

.wPaint-menu-icon.wPaint-menu-colorpicker:before {
    content: "color";
    margin-top: 14px;
    margin-left: 13px;
    float: left;
}
.customform a.nav-link {
    line-height: normal;
}
.resize {
    font-size: 12px;
}

.wPaint-menu {
    width: 89% !important;
}
.form-wrap.form-builder .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
/*.save-template {
    display: none !important;
}*/

.form-rendered #fb-editor {
  display: none;
}

.render-wrap {
  display: none;
}

.form-rendered .render-wrap {
  display: block;
}

#edit-form {
  display: none;
  float: right;
}

.form-rendered #edit-form {
  display: block;
}



button.save-template {
    border-radius: 5px !important;
}

.form-rendered #fb-editor2 {
  display: none;
}

.render-wrap2 {
  display: none;
}

.form-rendered .render-wrap2 {
  display: block;
}

#edit-form2 {
  display: none;
  float: right;
}

.form-rendered #edit-form2 {
  display: block;
}
.eyeimage img {width:500px;}

@media only screen and (max-width: 600px) {
    section.homeslider{
   padding: 0px;
    height: 100vh;
    min-height: 378px;
    background-size: contain;
    background-image: url(../images/mlashbanner.gif) !important;
    background-position: top;
    background-repeat: no-repeat;
}
    .tab-slider--trigger {text-transform: uppercase; padding: 16px 35px !important;}
    .pricing .box {
    padding: 36px 16px;
}
  .mob-btn {
   width: 75% !important;
   margin-bottom: 10px !important;
   float: none !important;
   margin-right: 0px !important;
  }
  .card-body {
    padding: 0px;
}
.card-body-mobile {padding: 18px !important;}
.mob-left {float: none !important; margin-right: 0px !important;}
  .card { padding: 10px !important;
    margin-left: 10px !important; margin-right: 10px !important;}
  .eyeimage img {width:250px !important;}
 .sslimg {
     margin-top: 10px !important;
    margin-bottom: 10px;
    margin-left: 0px !important;
}
}
.invalid-feedback-user {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e3342f;
}
span.switchlabel {
    margin-left: 10px;
    margin-top: -7px;
    font-size: 16px;
}
.btn-white {background:white;}
ul.feat li {color:#000000;}
ul.feat li i {color:#000000;}

.bill {color: #ffffff; font-size: 13px;}

div#prinfo {
    position: absolute;
    bottom: 8px;
    left: 27px;
    color: #fff;
    font-size: 12px;
}


canvas.wPaint-canvas {
    /*margin-top: 50px;*/
}
.card-input-element+.card {
  height: calc(36px + 2*1rem);
  color: #0000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.card-input-element+.card:hover {
  cursor: pointer;
}

.card-input-element:checked+.card {
  border: 2px solid #581c61;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.card-input-element:checked+.card::after {
  content: '\f00c';
  color: #581c61;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.fw {width: 100%;}
span.plan_text {
    font-size: 15px;
}
.pd0 {padding: 10px !important; margin: 0px !important;}
.ribbon {
  position: absolute;
  right: 10px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#05EFF7 0%, #087F8F 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #087F8F;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #087F8F;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #087F8F;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #087F8F;
}

#hellobar-bar {
    font-family: 'Chromatica';
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 17px;
    font-weight: 400;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: #ccc;
    background-color: #000000;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
}
#hellobar-bar.regular {
    height: 30px;
    font-size: 14px;
    padding: .2em .5em;
    z-index: 999;
}
.hb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.hb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}
.hb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
#hellobar-bar .hb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #ffffff;
    background-color: #0099cc;
    border-color: #0099cc;
    text-decoration: none;
}
.hb-cta-button {
    opacity: 1;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    max-width: 22.5em;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75em auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}
.hb-cta-button .hb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
}
.hb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.hb-close-wrapper .icon-close {
    font-size: 14px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: .3;
    color: #ccc;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
}

input.parsley-success,
 select.parsley-success,
 textarea.parsley-success {
   color: #468847;
   background-color: #DFF0D8;
   border: 1px solid #D6E9C6;
 }

 input.parsley-error,
 select.parsley-error,
 textarea.parsley-error {
   color: #B94A48;
   background-color: #F2DEDE;
   border: 1px solid #EED3D7;
 }

 .parsley-errors-list {
   margin: 2px 0 3px;
   padding: 0;
   list-style-type: none;
   font-size: 0.9em;
   line-height: 0.9em;
   opacity: 0;

   transition: all .3s ease-in;
   -o-transition: all .3s ease-in;
   -moz-transition: all .3s ease-in;
   -webkit-transition: all .3s ease-in;
    width: 100%;
 }

 .parsley-errors-list.filled {
   opacity: 1;
 }

 .parsley-type, .parsley-required, .parsley-equalto{
  color:#ff0000;
 }
 #google_translate_element {
  z-index: 99999;
}
.goog-te-gadget {
  text-transform: uppercase;
}
.goog-te-gadget-simple  {
  background-color: rgb(41 40 43)!important;
  border: 2px solid rgb(186 99 198) !important;
  border-radius: 5px!important;
  line-height:2rem!important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}
..goog-te-gadget-simple a {text-decoration: none !important;}
.goog-te-menu2 {
  max-width: 100%;
}
.goog-te-menu-value {
  color: #fff !important;
    &:before {
    font-family: 'FontAwesome';
    content: "\E927";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
   width:32px!important;
  }
}
.goog-te-menu-value span:nth-child(5) {
  display:none;
}
.goog-te-menu-value span:nth-child(3) {
  border:none!important;
  font-family: 'FontAwesome';
  &:after {
    font-family: 'FontAwesome';
    content: "\E5C5";
    font-size: 1.5rem;
    vertical-align: -6px;
  }
}

.goog-te-gadget-icon {
    background-image: url("../images/translate.png")!important;
    background-position: 0px 0px;
    height: 32px!important;
    width: 32px!important;
    margin-right: 8px!important;
    background-position: 0px 32px !important;
}

.goog-te-banner-frame.skiptranslate {display: none!important;}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
    #google_translate_element {
            bottom: 0px;
            margin-top:20px !important;
        }
        .skiptranslate {
            width:100%!important;
        }
        .goog-te-gadget-simple {
            width: calc(100% - 32px)!important;
            text-align: center;
        }
    }
}
footer a {text-decoration: none; }
.testimonial2 {
  color: #8d97ad;
  font-weight: 300;
}

.testimonial2 h1,
.testimonial2 h2,
.testimonial2 h3,
.testimonial2 h4,
.testimonial2 h5,
.testimonial2 h6 {
  color: #3e4555;
}

.testimonial2 h5 {
    line-height: 22px;
    font-size: 18px;
        font-weight: 400;
}

.testimonial2 .font-weight-medium {
  font-weight: 500;
}

.testimonial2 .bg-light {
  background-color: #f4f8fa !important;
}

.testimonial2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}



.testimonial2 .testi2 .image-thumb img {
  width: 400px;
}

.testimonial2 .testi2 .owl-dots {
 display: block;
    position: relative;
    top: 17px;
    text-align: center;
}
video {
  width: 100%;
  height: auto;
}

.testimonial2 .testi2 .owl-dots .owl-dot {
  background: none repeat scroll 0 0 #869791;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 10px;
  opacity: 0.4;
  cursor: pointer;
}

.testimonial2 .testi2 .owl-dots .owl-dot span {
  display: none;
}

.testimonial2 .testi2 .owl-dots .owl-dot.active,
.testimonial2 .testi2 .owl-dots .owl-dot:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .testimonial2 .testi2 .owl-dots {
    top: 0px;
  }
}

.testimonial2 .btn-md {
    padding: 3px 0px;
    width: 30px;
    height: 30px;
}

.testimonial2 .btn-success {
        background: #350d55 !important;
    border: 1px solid #350d55 !important;
    margin-bottom: 18px;
    font-size: 13px;
    color: yellow;
}

section#testimmonials {
    padding-top: 0px;
}
.testimonial2 p {font-size: 24px;
    color: #000000;}


