@font-face {font-family: 'Poppins'; font-style: normal; font-weight: 400; src: url(../fonts/font-7757d15d.woff2) format('woff2'), url(../fonts/font-4bd963b0.woff) format('woff'); }
@font-face {font-family: 'Poppins'; font-style: normal; font-weight: 500; src: url(../fonts/font-841c2500.woff2) format('woff2'), url(../fonts/font-4d1352b1.woff) format('woff'); }
@font-face {font-family: 'Poppins'; font-style: normal; font-weight: 700; src: url(../fonts/font-f279618b.woff2) format('woff2'), url(../fonts/font-f41649f1.woff) format('woff'); }
/* Remove the navbar's default margin-bottom and rounded borders */ 
   .review_page{margin-top:20px;}
   h1,h5{text-align:center;font-family: 'Poppins';line-height:30px;line-height: 50px;}
   .list_pan{list-style-type:none;width:100%;margin-top:20px}
   .list_pan li{display: inline-block;
width: 32%;
text-align: center;}
   .list_pan li a{border-radius: 100px;text-decoration:none;
border: 1px solid #000;
padding: 0px 10px;
font-size: 17px;
font-family: poppins;
color: #000;}
.list_pan li a.active,.list_pan li a:hover{background:#d37728;color:#fff;border:1px solid #d37728}
.list_pan li a.complete{background:#287495;color:#fff;border:1px solid #287495}
   .rate_list{list-style-type:none;width:100%;margin-top:20px}
   .rate_list li{display: inline-block;

text-align: center;}
   .rate_list li a{
border: 1px solid #000;text-decoration:none;
padding: 5px 10px ;

font-size: 17px;
font-family: poppins;
color: #000;}
.rate_list li a.active,.rate_list li a:hover,.rate_list li.active a{background:#d37728;color:#fff;border:1px solid #d37728}
.rev_rate{border-bottom:1px solid #dddddd;padding-bottom:20px;}
.step_1 h3,.step_1 p,.step_1 a,.step_1 li{font-family: 'Poppins';}
.step_5 h3,.step_5 p,.step_5 a,.step_5 li{font-family: 'Poppins';}
.step_4 h3,.step_4 p,.step_4 a,.step_4 li{font-family: 'Poppins';}
.step_2 h3,.step_2 p,.step_2 a,.step_2 li,.step_2 input,.step_2 select,.step_2 label{font-family: 'Poppins';}
.step_3 h3,.step_3 p,.step_3 a,.step_3 li,.step_3 input,.step_3 select,.step_3 label, .step_3 textarea{font-family: 'Poppins';}

.rev_rate label{line-height: 60px;font-weight:bold;}
.step_1,.step_3,.step_4,.step_5{margin-top:50px}
	.step_1 h3,.step_3 h3{font-size: 20px;
font-weight: 800;  line-height: 55px;
}
.rev_cat li{font-style: italic;font-size: 14px;margin-right: 10px;}
.submit_border{border-top:2px solid #d3d3d3;margin-top: 60px;}
.next_step:hover{color:#fff;}
.back_step:hover{color:#000;}
.next_step{background:#d37728;padding: 10px 25px;margin-top: 20px;border-radius: 10px;
border: none;color:#fff;font-family: 'Poppins'; text-decoration:none;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);}
.back_step{background:#fff;padding: 10px 25px;margin-top: 20px;text-decoration:none;border-radius: 10px;
border: 1px solid #000;color:#000;font-family: 'Poppins'; 
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);}
.few_moment{background:#f3f4f4;padding:20px;margin-top:20px;margin-bottom:20px}
.step_2 select,.step_2 input,.step_3 textarea{background:#f3f4f4}
.step_2 label,.step_3 label{  color: #000;
  font-weight: bold;
}

.border_auth{border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;padding-bottom:40px;padding-top:40px;}
.link_in{width:100%;background:#fff;color:#0077b5;border:1px solid #0077b5;margin-top:20px}
.goo{width:100%;background:#fff;color:#db3236;border:1px solid #db3236;margin-top:20px}

.wizard {
  width: 100%;
}
.wizard > .steps .current-info,
.wizard > .content > .title {
  position: absolute;
  left: -99999px;
}
.wizard > .content {
  position: relative;
  width: auto;
  padding: 0;
}
.wizard > .content > .body {
  padding: 0 40px;
}
.wizard > .content > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
 
}
.wizard > .steps > ul > li a {
  position: relative;
  padding-top: 48px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}
.wizard > .steps > ul > li:before,
.wizard > .steps > ul > li:after {
 
  display: none;
  position: absolute;
  top: 58px;
  width: 50%;
  height: 2px;
  background-color: #d37728;
  z-index: 9;
}
.wizard > .steps > ul > li:before {
  left: 0;
}
.wizard > .steps > ul > li:after {
  right: 0;
}
.wizard > .steps > ul > li:first-child:before,
.wizard > .steps > ul > li:last-child:after {
  content: none;
}
.wizard > .steps > ul > li.current:after,
.wizard > .steps > ul > li.current ~ li:before,
.wizard > .steps > ul > li.current ~ li:after {
  background-color: #eeeeee;
}
.wizard > .steps > ul > li.current > a {
  color: #76BD1D;
  cursor: default;
}
.wizard > .steps > ul > li.current .number {
background: #d37728;
    color: #fff;
    border: 1px solid #d37728;
}

.wizard > .steps > ul > li.disabled a,
.wizard > .steps > ul > li.disabled a:hover,
.wizard > .steps > ul > li.disabled a:focus {
  color: #A5AEB7;
  cursor: default;
}
.wizard > .steps > ul > li.done a,
.wizard > .steps > ul > li.done a:hover,
.wizard > .steps > ul > li.done a:focus {
  color: #76BD1D;
}
.wizard > .steps > ul > li.done .number {
 background: #287495;
    color: #fff;
    border: 1px solid #287495;
}
.wizard > .steps > ul > li.error .number {
  border-color: #F44336;
  color: #fff;
}
@media (max-width: 768px) {
  .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 32%;
  }
  .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .wizard > .steps > ul > li:first-child:before,
  .wizard > .steps > ul > li:last-child:after {
    content: '';
  }
  .wizard > .steps > ul > li:last-child:after {
    background-color: #00BCD4;
  }
}
@media (max-width: 480px) {
  .wizard > .steps > ul > li {
    width: 32%;
  }
  .wizard > .steps > ul > li.current:after {
    background-color: #76BD1D;
  }
  .rate_list{padding-left:0px;}
  .rate_list.text-end{text-align:center !important;}
  .rate_list li {
  
    margin-bottom: 20px;
}
}
.wizard > .steps .number {
  background-color: #fff;
  color: #A5AEB7;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  height: 38px;
  border: 2px solid #eeeeee;
  font-size: 14px;
  border-radius: 50%;
  z-index: 10;
  line-height: 34px;
  text-align: center;
}
.panel-flat > .wizard > .steps > ul {
  border-top: 1px solid #ddd;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 40px;
  padding-top: 20px;
}
.wizard > .actions > ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wizard > .actions > ul:after {
  content: '';
  display: table;
  clear: both;
}

label{
  display:block;
}
label.error{
  color:red;
  top:54px;
}
.mb-3 {
    margin-bottom: 2rem!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{background:#d37728 !important;border:1px solid #d37728 !important; }
.img_port img{width:100%;
   
}
.img_port{ position: relative;}
.hover_cl{background: #ff7f12;
    position: absolute;
    top: 0px;
    opacity: 0.8;
    color: #fff;
    width: 93%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: none;
    padding-top: 100px;
	}
	.portfolio .desc{text-align:center;margin-top:20px;}
	.portfolio .desc p{font-family: 'Poppins';}
	.hover_cl a{color:#fff !important;text-decoration:none;font-weight:bold;font-family: 'Poppins';}
	.img_port:hover .hover_cl, .img_port:active .hover_cl {
    display: block;
}
.d-block {
    width: 50px;
    height: auto;
    margin: 0 auto;
    float: left;
}
.revii img {
    width: 20px;
    height: auto;
}
.revii label {
    margin-left: 131px;
}
.revii {
    float: none;
    clear: both;
    text-align: left;
    padding-top: 20px;
}
.revi_item{    padding-left: 15% !important;
    padding-right: 15%!important;}
.review_div .MultiCarousel{width:95%;margin: 0 auto;}
.reviis {
    float: none;
    clear: both;
    text-align: left;
    margin-top: 20px;
}
.review h3 {
    text-align: left;
}
.nulla {
    float: left;
    font-size: 12px;
    font-family: 'Poppins';
}
.flt_nme {
    font-family: 'Poppins';
    float: left;
    padding-left: 20px;
}

.review_div h3{ font-family: 'Poppins'; text-align:center}
.flt_nme  h3{font-family: 'Poppins';
    font-size: 24px !important;}
.review_div{    margin-top: 70px;}
.review_div .MultiCarousel .MultiCarousel-inner .item > div {
    text-align: left;
    padding: 0px;
    margin: 0px;
    background: none;
    color: #000;
}
.accord_div{border:1px solid #c7c7c7;padding:20px;margin-bottom:10px}
#accordion h3 i{vertical-align:middle;}
 .MultiCarousel  .btn-primary{background:#030340;}
#accordion h3{width:100%;background:#030340;border:1px solid #c7c7c7;color:#fff;font-weight:bold;padding:10px;margin-bottom:0px;cursor:pointer}
.MultiCarousel { float: none; overflow: hidden; padding: 15px; width: 100%; position:relative;    clear: both;
} 
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
  
 @media screen and (max-width: 767px) {
	 .revii label{margin-top: 30px;margin-left:0px;}
}