html * {
    font-family: 'Poppins', sans-serif !important;
}
.fa{
    font-style: normal !important;
    font-variant-ligatures: normal !important;
    font-variant-caps: normal !important;
    font-variant-numeric: normal !important;
    font-variant-east-asian: normal !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-size: inherit !important;
    line-height: 1 !important;
    font-family: FontAwesome !important;
    font: normal normal normal 14px/1 FontAwesome;
}
.curola-hide,
.ursugar-hide {
    display: none !important;
}

body.curola-show .curola-hide,
body.ursugar-show .ursugar-hide {
    display: block !important;
}


.color-bg{
    background-color:#E5E5E5 !important;
    background-size: cover;
    height:100vh;
    overflow-x:hidden;
}

.slider{
    height:100%;
}

.logo img{
    padding-top:20px;
}

.marketing-content h2{
    /* font-family: 'Mulish', sans-serif !important; */
    text-align:left;
    margin-top:40px;
    margin-left:55px;
}
.marketing-content1 h3{
    /* font-family: 'Mulish', sans-serif !important; */
    line-height:30px;
    font-size:30px;
    position: relative;
    font-weight:800;
    text-align: left;
    margin-top:40px;
}
.content-img img{
    width:40% !important;
    position: absolute;
    left:150px;
    top:260px;
}

.signup-img img{
    width:60% !important;
    position: absolute;
    left:100px;
    top:260px;
}

.input-style{
    border:1.5px solid #5541D7 !important;
    width:80% !important;
}

.input-style1{
    border:1.5px solid #5541D7 !important;
    width:80% !important;
}

.radio-style{
    border:1.5px solid #5541D7 !important;
}

.slash{
   color:#5541D7 !important;
   margin-left:20px;
   margin-right:20px;
}

.reg-btn{
    background-color: #5541d7 !important;
    border: 1px solid #5541D7 !important;
    color:white !important;
    margin-left: -4px;
    border-radius:0px;
}
.reg-btn2{
    background-color: #bed62f !important;
    border: 1px solid #bed62f !important;
    color:black !important;
    margin-left: -4px;
    border-radius:0px;
}
.quality-levels p{
    display: inline-block;
    margin-top:150px;
    color: #5541D7 !important;
}

.signup-form{
    padding-left:100px;
}

.success-msg{
    text-align:center;
    font-size:17px;
    /* font-weight: 600; */
    margin-top:50px;
    color: #5541D7 !important;
}

.steps-msg{
    text-align:left;
    font-size:16px;
    font-weight: 600;
    margin-top:25px;
    padding-left:115px;
}
@media screen and (max-width: 425px) {
    .signup-form{
        padding-left:0px;
    }
  }



  .progressbar {
    counter-reset: step;
  }
  .progressbar li {
    list-style: none;
    display: inline-block;
    width: 22.33%;
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  .pb1 li {
    width: 19.33% !important;
  }
  .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height : 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
  }
  .progressbar li:after {
    content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index : -1;
  }
  .progressbar li:first-child:after {
    content: none;
  }
  .progressbar li.active {
    color: #5541D7;
  }
  .progressbar li.active:before {
    border-color: #5541D7;
    content : url(../images/tick3.png);
  } 

  /* .pro li.active:before {
    border-color: #5541D7;
    content : url(../images/tick4.png);
  }  */

  .progressbar li.active + li:after {
    background-color: #5541D7;
  }

  .carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color:blue !important;
    text-align: center;
    text-shadow:none !important;
    background:none !important;
    filter: alpha(opacity=50);
    opacity: 0.4 !important;
  }

.carousel-caption {
    position: relative !important;
    right: 0% !important;
    top:0px !important;
    bottom: 20px;
    left: 0% !important;
    z-index: 10;
    padding:20px !important;
    color:black !important; 
    text-align: center;
    text-shadow:none !important;
}

.carousel-caption h4{
    font-size:24px !important;
}

.caro-img .item img{
    margin-top:50px;
    width:450px;
    padding-left:50px;
}

.caro-img .item{
    height:100% !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}

.carousel-indicators li {
    display:none !important; 
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0009;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}



/* End of Register page */

/* Nav Tabs */

.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    border: 0px solid #e9e9e9;
    position: relative;
    padding: 0px 0px 0px 0px;
}
.design-process-content img {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3 {
    margin-bottom: 16px;
}
.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    width:1030px;
    /* margin: 20px auto 26px; */
    border: none;
    z-index: 0;
}
.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -73px;
    top: 40px;
    width: 100%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #57b87b;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;
}

.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}

.process-model li.active,
.process-model li.visited {
    color: #57b87b;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #57b87b;
}

.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}


.process-model li a .track {
    display: block;
    height:50px;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height:45px;
    font-size: 25px;
    border-radius: 50%;
}

.process-model li.active .track, .process-model li.visited i  {
    background: #fff;
    border-color: #57b87b;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px !important;
}

.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}

.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: #57b87b;
}

.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}

.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}



@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 24px;
    }

    body{
        overflow:scroll;
    }
}

@media screen and (max-width: 380px) { 
    .process-model.more-icon-preocess li {
        width: 16%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }
    .more-icon-preocess.process-model li::after {
        top: 18px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
    body{
        overflow-y:scroll;
    }
}


@media screen and (min-width:1025px) { 
   body{
       overflow-y:scroll;
   }
}

.form1{
    margin-top:50px;
    margin-left:40px;
 }

 .marketing-content {
    margin-top:70px;
}

@media screen and (max-width: 1024px) { 
    h2{
        font-size:25px;
    }

    .marketing-content {
        margin-top:30px;
    }

    .marketing-content h2{
        text-align:left;
        margin-top:20px;
        margin-left:55px;
    }

    .color-bg{
        background-color:#E5E5E5 !important;
    }

    .form1{
        margin-top:0px;
        margin-left:40px;
     }

     .progressbar li {
        width: 17.33%;
    }


    .quality-levels p {
        margin-top:50px;
    }
 }

.required {
  color: red;
}
/* End of Nav Tabs */