body{
font-family: 'Roboto', sans-serif;

}

a{
  text-decoration: none;
  color: #4743E0;
;
}


.navbar{
border-bottom: 1px solid #EBEBEB ;

}
h1{
 font-weight: 600;
letter-spacing: 0.04px;
color: #000000;
}

p{
  font-size: 14px;
  font-weight: 400;
letter-spacing: 0.01px;
color: #5A5A5A;
}


.bg-primary-gradient{
background: linear-gradient(1.24deg, #7663FF 1%, #614BFF 69.51%);
height: auto;

}


.wrapper-rounded{
min-height: 100vh;
background: #FFFFFF;
box-shadow: 40px 0px 40px rgba(0, 0, 0, 0.02);
border-radius: 0px 100px 0px 0px;
width: 100%;
padding: 50px 80px;


}

.bg-bottom-hero{

width: 100%;
height: 200px;
background: linear-gradient(360deg, #7663FF 19.66%, #614BFF 100%);

}


h1{
 
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 54px;
line-height: 68px;
color: #42505C;


}

p{


font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.25px;
color: #404040;
opacity: 0.99;

}

/*form styles*/
#msform {
  width: 100%;
  margin: 50px auto;
  position: relative;
}
#msform fieldset {
  background: transparent;
  border: 0 none;
  padding: 20px 0;

  width: 100%;

 

}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
.down {
  width: 100%;
  position: fixed;
  height: 80px;
  bottom: 0px;
  background-color: white;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0px -6px 9px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -6px 9px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -6px 9px -5px rgba(0, 0, 0, 0.55);
  padding-top: 10px;
}

 .action-button-primary {
background: #FFFFFF;
border: 1px solid #4756DF;

border-radius: 4px;
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
padding: 12px 24px;
text-align: center;
text-transform: capitalize;
color: #4756DF;
}

.action-button-primary-back {
background: #FFFFFF;
border: none;

border-radius: 4px;
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
padding: 12px 24px;
text-align: center;
text-transform: capitalize;
color: #000;
}


.action-button-primary:hover,
 .action-button-primary:focus {
  box-shadow: none;
  background-color:#4756DF ;
  color: #fff;
  
}
/*headings*/
.fs-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #63a2cb;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
 
}
#progressbar li {
  list-style-type: none;


  width: 25%;
  float: left;
  position: relative;




/* H5/regular */
font-family: Roboto;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;

color: rgba(0, 0, 0, 0.45);


}
.keywords {
  background-color: #2196f3;
  padding: 0 5%;
  width: 109%;
  margin-left: -4.4%;
}
.keywords .rowKey:first-child {
  border: none;
}
/* label color */
.rowKey .input-field label {
  color: white;
}
/* label focus color */
.rowKey .input-field input[type="text"]:focus + label {
  color: white;
}
/* label underline focus color */
.rowKey .input-field input[type="text"]:focus {
  border-bottom: 1px solid white;
  box-shadow: 0 1px 0 0 white;
}
.rowKey .input-field input[type="number"]:focus {
  border-bottom: 1px solid white;
  box-shadow: 0 1px 0 0 white;
}
/* valid color */
.rowKey .input-field input[type="text"].valid {
  border-bottom: 1px solid white;
  box-shadow: 0 1px 0 0 white;
}
.rowKey .input-field input[type="number"].valid {
  border-bottom: 1px solid white;
  box-shadow: 0 1px 0 0 white;
}
/* invalid color */
.rowKey .input-field input[type="text"].invalid {
  border-bottom: 1px solid white;
  box-shadow: 0 1px 0 0 white;
}
/* icon prefix focus color */
.rowKey .input-field .prefix.active {
  color: white;
}
div.keywords > div > div.row > div > label.active {
  color: white;
}
.rowKey {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e2e2e2;
  color: white;
  padding-top: 10px;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;

  display: block;
  margin: 0 10px 0 0;

   background:white;
   border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: white;
    height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 30px;

color: rgba(0, 0, 0, 0.25);


}
/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: hsl(0, 0%, 89%);
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

#progressbar li{
  display: inline-flex;
  line-height: 32px;
}

#progressbar li.active{
  color: #111;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #1890FF;
  border: 1px solid #1890FF;

  font-size: 16px;
  color: white;
    height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 30px;
}
.help-block {
  font-size: 0.8em;
  color: #7c7c7c;
  text-align: left;
  margin-bottom: 0.5em;
}
.lead {
  width: 50%;
  margin-top: 10px;
  margin-right: 30px;
  margin-left: 30px;
}
.s4 .promo-example {
  margin-left: 0;
  margin-right: 0;
}
.promo-example {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  cursor: pointer;
}
.selected {
  background-color: rgba(3, 169, 244, 0.65);
  color: white;
  transition: 0.1s all;
}
.hovered {
  border-color: rgba(3, 169, 244, 0.48);
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}
.listus {
  left: 0 !important;
}
.promo-exemple2 {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 10%;
  padding-bottom: 10%;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  cursor: pointer;
}
.card {
  width: 120%;
  margin-left: -10%;
  padding: 5%;
}
.background-right {
  width: 400px;
  height: 500px;
  padding-top: 0px;
  margin-top: -27px;
  margin-left: 373px;
  background-color: #5e8496;
}
.pay {
  margin-top: 80px;
  float: right;
  margin-right: -18px;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    height: 0;
  }
  20% {
    height: 510px;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
    height: 510px;
  }
}
@keyframes zoomIn {
  from {
    border-color: yellow;
    opacity: 0;
    height: 0;
  }
  20% {
    border-color: yellow;
    height: 512px;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
    border-color: white;
  }
}

.border-dashed{

opacity: 0.2;
border: 1px dashed #000000;

}

label{

font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 14px;
color: #242426;
margin-top: 0;
}

.login-container label{

font-family: 'Roboto', sans-serif;
font-size: 16px;
}

.form-control{
  border: none;
  outline: none;
  border-bottom:  1px solid #333;
  padding: 0 0 5px 0;
  border-radius: 0;
  margin-top: 12px;
  color: #242426;
}


.login-container .form-control{

padding:8px 16px;
height: 48px;
font-size: 14px;
border: 1px solid #E8E8E8;
box-sizing: border-box;
border-radius: 5px;
color: #242426;
}

.form-control:focus{
  outline: none!important;
}


.alert-secondary{
background-color: #F0F2F4;
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 12px;
line-height: 18px;
color: #242426;
border-radius: 8px;
border :none;
}

.btn-primary-outline{
background: #FFFFFF;
border: 1px solid #BBBFC1;

border-radius: 4px;
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
padding: 12px 24px;
text-align: center;
text-transform: capitalize;
color: #222;
}


.text-sm-13{
  font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 12px;
line-height: 18px;
color: #575F6E;
  }

.text-md-18{

font-weight: 400;
font-size: 18px;
color: #242426;
  }

  .nav-item{
    text-align: center;
  }

  .nav-link{
   list-style-type: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.45);
  }

    .nav-item .active, .nav-item .completed {
      color: #111!important;
    }

  .rounded-badge{
  background:white;
   border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: white;
    height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  color: #999;
  margin-right: 8px;
  }

    .nav-item .completed .rounded-badge{
  background: #fff;
  border: 1px solid #1890FF;
color: #1890FF;
  font-size: 16px;
    height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
display: inline-block;
  }

   .nav-item .active .rounded-badge{
  background: #1890FF;
  border: 1px solid #1890FF;

  font-size: 16px;
  color: white;
    height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
display: inline-block;
  }

.nav-link-text{
  display: inline-block;
}

.checkbox-item label{
  font-family:font-family: 'Roboto', sans-serif!important;
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
 .wrapper-rounded{
min-height: auto;
background: #FFFFFF;
box-shadow: 40px 0px 40px rgba(0, 0, 0, 0.02);
border-radius: 30px;
width: 100%;
padding:20px 20px;
margin-bottom: 20px;


  }
.wrapper-rounded h1{
  font-size: 32px;
  line-height: 48px;
}
  .nav-link-text{
  display: block;
  text-align: center;
  font-size: 10px;
}
 .rounded-badge{
  margin-right: 0;
 }

 .nav-link{
  padding:.5rem .5rem ;
 }
}


hr{
  background-color: #959595;
}


.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  max-width: 970px;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  width: 48.5%;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e2e7;
  border-radius: 10px;

  position: relative;
}

.plans .plan .plan-content img {
  margin-right: 20px;
  height: auto;
}

.plans .plan .plan-details span {

  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #252f42;
  font-weight: 400;
}

.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: #216fe0;
  right: 20px;
  top: 24px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 1px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plans {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: auto;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}

.btn-primary-lg, .btn-primary-lg:hover{
  background: #007AFF;
border: 1px solid #007AFF;

border-radius: 4px;
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
padding: 12px 24px;
text-align: center;
text-transform: capitalize;
color: #fff;
}


.bg-blue-gradient{
  background-color: #1700AF;
}


.btn-login{
background: #624BFE;
border: 1px solid #624BFE;

border-radius: 4px;
font-style: normal;
font-weight:600;
font-size: 16px;
line-height: 24px;
padding: 12px 24px;
text-align: center;
color: #fff;
width: 100%;
}

.btn-login:hover{
  color: #fff;
  box-shadow: 0 5px 15px rgb(98 75 254 / 40%);
}


.customer-review h6{
font-weight: 400;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.6);


}


.testim {
 
  
}

.testim .wrap {
    position: relative;
   
    padding: 0px 0px 30px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
    display: none;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #624BFE;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: -36px;
    display: block;
    z-index: 3333;
    height: 12px;
 
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    border: 1px solid #eee;
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
     background: #fff;
    border-color: #fff;
    opacity: .3;
}

.testim .dots .dot.active{
  width: 28px;
    height: 8px;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #fff;
    border-color: #fff;
        opacity: 1;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align:left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 40px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #624BFE;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #624BFE;        
        box-shadow: 0px 0px 10px 5px #624BFE;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #624BFE;        
        box-shadow: 0px 0px 0px 0px #624BFE;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #624BFE;        
        box-shadow: 0px 0px 10px 5px #624BFE;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #624BFE;        
        box-shadow: 0px 0px 0px 0px #624BFE;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #624BFE;        
        box-shadow: 0px 0px 10px 5px #624BFE;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #624BFE;        
        box-shadow: 0px 0px 0px 0px #624BFE;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #624BFE;        
        box-shadow: 0px 0px 10px 5px #624BFE;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #624BFE;        
        box-shadow: 0px 0px 0px 0px #624BFE;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #624BFE;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #624BFE;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}


.profile-sm{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}


.breadcrumb-item,  .breadcrumb-item a{
  font-size: 14px;
color: #8C8C8C;
6
}

.breadcrumb .active{
  font-weight: 500;
  color: #72849A;
}

.text-sm-mute-16{

font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 20px;
color: #06192D;


}


.container{
  max-width: 1200px;
}

.profile-inner h5, .profile-inner h6{
  font-family: 'Poppins', sans-serif;
}

.profile-inner .form-control{
  padding:8px 16px;
height: 40px;
font-size: 14px;
border: 1px solid #E8E8E8;
box-sizing: border-box;
border-radius: 5px;
color: #242426;
}

.btn-blue-md, .btn-blue-md:hover{
padding: 8px 20px;
font-size: 14px;
font-weight: 400;
background: #2A5EE4;
border-radius: 4px;
color: #fff;

}

.btn-select-md, .btn-select-md:hover{
padding: 8px 20px;
font-size: 14px;
font-weight: 400;
background: #624BFE;
border-radius: 4px;
color: #fff;

}

.btn-success-md, .btn-success-md:hover{
padding: 8px 20px;
font-size: 14px;
font-weight: 400;
background: #80D343;
border-radius: 4px;
color: #fff;

}

.social-icon{
border-radius: 50%;
text-align: center;
padding: 10px;
width: 48px;
height: 48px;
background: #FFFFFF;
border: 1px solid #EDF2F9;

}

.social-icon:hover{
  box-shadow: 0 5px 10px #ddd;
  transition: all .8s;
}

.side-content p{


font-family: 'Poppins', sans-serif;

font-weight: 300;
font-size: 14px;
line-height: 21px;
color: #333333;
margin-bottom: 40px;


}

.side-content h6{
 color: #333;
font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.service-item h6 span{
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}

.service-item p{

margin-top: 10px;
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 14px;
line-height: 21px;
color: #333333;
padding-bottom: 0;
margin-bottom: 0;

}
.rounded-16{
  border-radius: 16px;
}

.active-service{
  background-color: #E6F7FF;
  border: 1px solid #91D5FF;
}

/* my css- aji------*/
     .inactiveLink {
   pointer-events: none;
   cursor: default;
}
#msg{
    font-size: 13px;
    position:absolute;
}
.invalid-feedback{
    word-wrap:break-word;
    position: absolute;
}
@media only screen and (max-width: 600px) {
  .select2-container{
    width: 256.1px;
    }
  .invalid-feedback{
    max-width: 274px;
  }
}
/*------------------*/