.tabbed-form{
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
}
.tabbed-form .tab-card{
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.tabbed-form .nav-tabs {
  border-bottom: 1px transparent;
  background: #fff;
  padding: 2rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.tabbed-form .nav-tabs .nav-item {
  margin: -2px;
  margin-bottom: 0px;
}

.tabbed-form .nav-tabs .nav-item:nth-child(2) .nav-link{  
  border-width: 1px 0;
}

.tabbed-form .nav-tabs .nav-link{
  padding: 12px 22px;
  border-color: #88c759;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  border-radius: 3px;
}
.tabbed-form .nav-tabs .nav-link:hover{
  border: 1px solid #88c759;
}
.tabbed-form .nav-tabs .nav-link.active {
  color: #fff !important;
  background: #88c759;
  border: 1px solid #88c759;
}
.tabbed-form .form-control{
  border: 1px solid #959594;
  padding: 0 1rem;
  height: 48px;
  font-weight: 600;
  border-radius: 5px;
}

.tabbed-form h3{
    color: #88c759;
    }

.tabbed-form .form-group label{
  font-weight: 500;
  font-size: 14px;
}
.tabbed-form .form-group .btn{
  min-width: 0;
  padding: 0;
  border: 1px solid #959594;
  color: #88c759;
  /* font-weight: 600; */
  font-size: 16px;
  padding: 15px;
  /* margin: 2px; */
  padding-top: 11px;
  padding-bottom: 11px;
}
.tabbed-form .form-group .btn:first-child{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}
.tabbed-form .form-group .btn:nth-child(2){
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tabbed-form .form-group .btn:hover{
background: #f5f5f5;
}
.tabbed-form .form-control:focus{
  text-shadow: none;
  box-shadow: none;
  outline: none;  
  border-color: #88c759;
}
.tabbed-form .form-group .btn:focus{
  text-shadow: none;
  box-shadow: none;
  outline: none;
}
.tabbed-form .form-group .input-group-text {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight:500;
  line-height: 1.5;
  color: #88c759;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #959594;
  border-left: 0px;
  border-radius: .25rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;

}
.tabbed-form .form-group .col-4{
padding-left: 0px;
}
.tabbed-form .heading{
  font-size: 22px;
  color: #88c759;
  font-weight: 700;
  position: relative;
}
.tabbed-form .heading::after{
  content: "";
  margin-top: 5px;
  display: block;
  height: 3px;
  width: 50px;
  background: #73be3a;
}

.side-point ul {
  margin-top: .97rem;
  padding: 0;
}

.side-point ul li{
  margin-bottom: 30px;
  display: flex;
}
.side-point ul li .icon{
  /* width: 50px; */
  margin-right: 10px;
}
.side-point ul li span{
  color: #88c759;
  font-weight: 600;
  font-size: 18px;

}
.side-point ul li i{
  background: #73be3a;
  padding: 9px;
  color: #fff;
  border-radius: 50%;
}

.side-point .total-value{
  font-size: 40px;
  color: #88c759;
  font-weight: 900;
  position: relative;
}
.side-point .total-value::after{
  content: "";
  margin-top: 0px;
  display: block;
  height: 3px;
  width: 100px;
  background: #73be3a;
}
.side-point p{
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
  color: #88c759;
}
.side-point .rattings{
  margin-top: 20px;
}
.side-point .rattings i{
  color: #f78e25;
  font-size: 20px;
  margin-right: 5px;
}
.side-point .rattings p{
  color: #959594;
  font-size: 14px;
  margin-top: 0px;
}
.side-point a.btn{
  background: 0 0;
    border: 1px solid #73be3a;
    font-size: 17px;
    height: 55px;
    padding: 15px;
    width: 230px;
    color: #73be3a;
    font-weight: 400;
    border-radius: 30px;
    margin-top: 25px;
}
.side-point a.btn:hover{
  background: #73be3a;
  color: #fff;
}
.side-point .brands .image{
    border: 1px solid #72be398a;
    height: 3.97rem;
    background-color: #fff;
    border-radius: 5px;
    padding: 17px 18px;
    width: 100%;
    margin-bottom: 25px;
}
.side-point .brands .image img{
width: 100%;
}
.brands{
  margin-top: 30px;
}

.brands .col-6:nth-child(odd){
padding-right: 5px;
}
.brands .col-6:nth-child(even){
padding-left: 5px;
}


form .switch-primary label {
    color: #eaefe7;
}

.checkbox.checbox-switch {
  padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
  display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
  width: 35px;
  border-radius: 20px;
  height: 18px;
  border: 1px solid #dbdbdb;
  background-color: #8ea081;
  border-color: #8ea081;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
  display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: -17px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
    top: -5px;
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
  left: 0px;
  top: -5px;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
  background-color: #3d6121;
  border-color: #3d6121;
  /*box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;*/
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
  background-color: #88c759;
  border-color: #88c759;
 /* box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;*/
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.bottom-label{
  background: #88c759;
  color: #fff;
  padding: 15px;
  border-radius: 1rem;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bottom-label p{
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 700;
}
.checkbox.checbox-switch label{
  font-size: 20px;
  font-weight: 700;
}

.bottom-btn{
  text-align: center;
}
.bottom-btn a.btn {
  background: 0 0;
  font-size: 17px;
  height: 55px;
  padding: 15px;
  width: 300px;
  background: #73be3a;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 30px;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}
.bottom-btn a.btn:hover{
  background: #fff;
  color: #73be3a;
}