.maskArea {
  width: 100%;
  float: left;
  background: #f1f1f1;
  padding: 0px 0px;
  border: 5px solid #222d32;
  margin: 20px 0px;
  box-sizing: border-box;
}
.maskArea .welcomeOurTeam {
  width: 100%;
  float: left;
  text-align: center;
  background: #35636d;
  margin: 0 0 15px;
}
.maskArea .welcomeOurTeam img {
  max-width: 100%;
  height: auto;
}
.maskArea .maskAreaInner {
  width: 50%;
  float: left;
}
.maskArea .maskAreaInner .maskImgsArea {
  width: 90%;
  float: left;
  text-align: center;
  background: #fff;
  margin: 0 5%;
  padding: 10px 0;
}
.maskArea .maskAreaInner .maskImgsArea img {
  max-width: 50%;
  height: 150px;
  width: auto;
}
.maskArea .maskAreaInner .maskImgsArea h2 {
  font-size: 24px;
  color: #2c2c2c;
}
.maskArea .maskAreaInner .maskCtnArea {
  width: 100%;
  float: left;
}
.maskArea .maskAreaInner .maskCtnArea p {
  font-size: 18px;
  line-height: 30px;
  color: #1d1d1d;
}
.maskArea .maskAreaInner .maskCtnArea a {
  background: #2c2c2c;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  margin: 10px 0px;
  text-decoration: none;
  border-radius: 2px;
}
.maskArea .maskAreaInner .maskCtnArea a:hover {
  background: #a93f4c;
}

.guideLineArea {
}
.guideLineArea .guideLineHead {
  width: 100%;
  text-align: center;
}
.guideLineArea .guideLineHead h1 {
  font-size: 24px;
  color: #333;
}
.guideLineArea .guideLineHeadSub {
  width: 100%;
  text-align: center;
}
.guideLineArea .guideLineHeadSub h2 {
  font-size: 20px;
  color: #1d1d1d;
}

.guideLineArea h2 {
  font-size: 19px;
  color: #333;
}
.guideLineArea h3 {
  font-size: 20px;
  color: #a93f4c;
  margin: 45px 0px 5px;
}
.guideLineArea h4 {
  font-size: 17px;
  color: #f07114;
  font-style: italic;
}
.guideLineArea h5 {
  font-size: 16px;
  color: #2c2c2c;
}

.guideLineArea ul {
  list-style-type: none;
}
.guideLineArea ul li {
  display: block;
}

.guideLineArea .guidelineRequest {
  margin: 60px 0px;
}
.guideLineArea .guidelineRequest h2 {
  font-size: 20px;
  color: #a93f4c;
}
.guideLineArea .guidelineRequest p {
  font-size: 16px;
  color: #1d1d1d;
}
.mt50{margin-top:50px;}
.mt5{margin-top:5px;}
.red{ color: red;}
.mt6{margin-top: 6px;}
.mt20 {margin-top:20px;}
.ml15{ margin-left:15%;}
.mb10{ margin-bottom:10px;}
/* Custom column widths */
.col-width-1 { width: 10%; }  /* Adjust percentage as needed */
.col-width-2 { width: 30%; }
.col-width-3 { width: 60%; }
.cel-border{ border-color: #000 !important;}
.border-b{
  border-bottom: 1px solid #000;
}

/**** Company Plan *****/
.companyPricePlan { width:100%; float:left; padding:10px 0px; }
.companyPricePlan .planData { height:100%; overflow:hidden; }
.companyPricePlan .my_planHeader h3 { font-size:22px; color:#fff; margin:0px; }
.companyPricePlan .my_planHeader h4 { font-size:17px; color:#fff; margin:0px; }
.companyPricePlan .companyPricePlanhead { width:100%; background: #293c2c; float:left; padding:5px 0px; text-align: center; margin-bottom:25px; }
.companyPricePlan .companyPricePlanhead h2 { display: inline-block; line-height: 36px; font-size: 22px; color: #fff; text-transform: capitalize; margin:0px; } 
.companyPricePlan .my_planFeature { display: flex; align-items: center; justify-content: center; }

/* --- Plans ---------------------------- */
.companyPricePlan .my_planHeader { text-align: center; color: white; padding-top:0.2em; padding-bottom:0.2em; }
.companyPricePlan .my_planTitle { font-size:2em; font-weight: bold; margin:10px 0px 5px; }
.companyPricePlan .my_planPrice { font-size:1.4em; font-weight: bold; color:#fff; margin:5px 0px 10px; }
.companyPricePlan .my_planDuration { margin-top: 10px; font-size: 14px; margin-bottom: 10px; }

/* --- Features ------------------------- */
.companyPricePlan .my_feature { line-height:24px; }
.companyPricePlan .my_featureRow { margin-top: 0.2em; margin-bottom: 0.2em; border: 0.1em solid rgb(163, 163, 163); }
.companyPricePlan .my_featureRow h4 { font-size:18px; color:#293c2c; line-height:32px; }

/* --- Plan 1 --------------------------- */
.companyPricePlan .my_plan1 { background: rgb(224,234,242); }
.companyPricePlan .my_planHeader.my_plan1 a { background: rgb(72, 109, 139); color:white; }
.companyPricePlan .my_planHeader.my_plan1 { background: rgb(105, 153, 193); border-bottom: thick solid rgb(72, 109, 139); }

/* --- Plan 2 --------------------------- */
.companyPricePlan .my_plan2 { background: rgb(230,235,218); }
.companyPricePlan .my_planHeader.my_plan2 a { background: rgb(108, 131, 62); color:white; }
.companyPricePlan .my_planHeader.my_plan2 { background: rgb(134, 162, 77); border-bottom: thick solid rgb(108, 131, 62); }

/* --- Plan 3 --------------------------- */
.companyPricePlan .my_plan3 { background: rgb(254,235,212); }
.companyPricePlan .my_planHeader.my_plan3 a { background: rgb(199, 127, 40); color:white; }
.companyPricePlan .my_planHeader.my_plan3 { background: rgb(253, 161, 49); border-bottom: thick solid rgb(199, 127, 40); }
.companyPricePlan .my_planFeature { text-align: center; font-size: 2em; height:100%; }
.companyPricePlan .my_planFeature h5 { font-size:16px; color:#1d1d1d; } 
.companyPricePlan .my_planFeature i.my_check { color: green; }




.small-box h3 > a {
  color: #fff;
}

.dashboardlink {
  margin-right: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: none;
  color: #2c2c2c;
  font-weight: normal;
}
.dashboardlink:hover {
  background: #f39c12;
}
.dashboardlink span {
  width: 100%;
  background: #d6d3d3;
  height: 100px;
  display: block;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #e08e0b;
  padding: 4px;
}
.dashboardlink img {
  width: auto;
  height: 90px;
}

.stepFrmAreaCtn {
  width: 100%;
  float: left;
  margin: 50px 0px;
}

.stepFrmAreaCtn .stepFrmImgs {
  width: auto;
  float: left;
  margin: 105px 0px 10px;
  position: fixed;
  overflow: hidden;
}
.stepFrmAreaCtn .stepFrmImgs img {
  max-width: 100%;
  height: 450px;
}

.stepFrmAreaCtn .stepFrmArea {
  width: 100%;
  float: left;
}
.stepFrmAreaCtn .stepFrmArea .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.stepFrmAreaCtn .stepFrmArea label {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: normal;
  margin-bottom: 10px;
}
.stepFrmAreaCtn .stepFrmArea .form-control {
  height: 45px;
}
.stepFrmAreaCtn .stepFrmArea textarea.form-control {
  height: 100px;
  resize: vertical;
  overflow: auto;
}
.stepFrmAreaCtn .stepFrmArea h2 {
  font-size: 20px;
  color: #1d1d1d;
  margin-bottom: 20px;
}
.stepFrmAreaCtn .stepFrmArea h4 {
	font-size:14px;
	color:#144058;
}
.stepFrmAreaCtn .stepFrmArea .btn-success {
  background: #ef7114 !important;
  border-color: #ef7114;
  color: #fff !important;
}

.stepFrmArea .panel-primary {
  border-color: #45644d;
}
.stepFrmArea .panel-primary > .panel-heading {
  background: #45644d;
  border-color: #45644d;
}

.stepwizard-step p {
  margin-top: 0px;
  color: #666;
}
.stepwizard-row {
  display: table-row;
}
.stepFrmAreaCtn .stepFrmArea .stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.stepFrmAreaCtn .stepFrmArea .stepwizard-step button[disabled] {
  /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepFrmAreaCtn .stepFrmArea .stepwizard .btn[disabled] {
  background: #fff;
  opacity: 1;
  color: #666;
}
.stepFrmAreaCtn .stepFrmArea .stepwizard .btn.disabled,
.stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #fff;
}
.stepFrmAreaCtn .stepFrmArea .stepwizard-row:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.stepFrmAreaCtn .stepFrmArea .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.stepFrmAreaCtn .stepFrmArea .btn-circle {
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 5px 0;
	font-size: 17px;
	line-height: 1.428571429;
	border-radius: 60px;
}
.stepFrmAreaCtn .stepFrmArea .btn-primary {
  background: #ef7114;
  border-color: #ef7114;
  padding: 12px 45px;
  margin: 25px 0px;
}
.stepFrmAreaCtn .stepFrmArea .btn-primary:hover {
  background: #2c2c2c;
  border-color: #2c2c2c;
}

.stepFrmAreaCtn .stepFrmArea .businessWorkingDayTime {
}
.stepFrmAreaCtn .stepFrmArea .businessWorkingDayTime .businessDayTimeProcess {
  padding: 5px 0px 20px;
}
.stepFrmAreaCtn .stepFrmArea .businessWorkingDayTime .businessDayTimeProcess p {
  font-size: 16px;
  color: #2c2c2c;
}
.stepFrmAreaCtn
  .stepFrmArea
  .businessWorkingDayTime
  .businessWorkingDayTimeInner {
  margin-bottom: 10px;
  display: block;
}
.stepFrmAreaCtn
  .stepFrmArea
  .businessWorkingDayTime
  .businessWorkingDayTimeInner
  label {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: normal;
  margin-bottom: 10px;
}
.stepFrmAreaCtn
  .stepFrmArea
  .businessWorkingDayTime
  .businessWorkingDayTimeInner
  input[type="time"] {
  border: 1px solid #ccc;
}
.stepFrmAreaCtn .stepFrmArea a { color:#C00; }
.stepFrmAreaCtn .stepFrmArea .tooltip > .tooltip-inner { background:#aa3721; font-size:14px; }

.stepFrmAreaCtn .stepFrmArea .tooltip.right .tooltip-arrow {
	border-right-color: #aa3721;
}
.stepFrmAreaCtn .stepFrmArea .businessWorkingDayTime .allTimeBtn {
  font-size: 16px;
  color: #fff;
  background: #45644d;
  padding: 5px 25px;
  border-radius: 3px;
  text-decoration: none;
}
.stepFrmAreaCtn .stepFrmArea .businessWorkingDayTime .allTimeBtn:hover {
  background: #2c2c2c;
}

.stepFrmAreaCtn .stepFrmArea .businessWorkingDayTime table > thead > tr > td {
  font-size: 18px;
  padding-bottom: 10px;
  color: #ef7114;
}
.stepFrmAreaCtn .stepFrmArea .businessWorkingDayTime table > tbody > tr > td {
  font-size: 16px;
}

.stepFrmAreaCtn .stepFrmArea .addBusinessAddress {
  margin-bottom: 30px;
  display: block;
}

.addBusinessAddress .onoffswitch {
  position: relative;
  width: 160px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.addBusinessAddress .onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.addBusinessAddress .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 3px;
}
.addBusinessAddress .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.addBusinessAddress .onoffswitch-inner:before {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.addBusinessAddress .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #45644d;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.addBusinessAddress .onoffswitch-inner:before {
  content: "Show my address";
  padding-left: 10px;
  background-color: #45644d;
  color: #ffffff;
}
.addBusinessAddress .onoffswitch-inner:after {
  content: "Hide  my address";
  padding-right: 10px;
  background-color: #eeeeee;
  color: #45644d;
  text-align: right;
}
.addBusinessAddress .onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  /* right: 56px; */
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.addBusinessAddress
  .onoffswitch-checkbox:checked
  + .onoffswitch-label
  .onoffswitch-inner {
  margin-left: 0;
}
.addBusinessAddress
  .onoffswitch-checkbox:checked
  + .onoffswitch-label
  .onoffswitch-switch {
  right: 0px;
}

.stepFrmAreaCtn .stepFrmArea .businessTypeSelect {
  padding: 10px 0px 10px;
}

.stepFrmAreaCtn .stepFrmArea .businessTypeSelect .businessTypeGroup {
  max-width: 800px;
  margin: auto;
}

.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod {
  width: 100%;
  padding: 40px;
  box-shadow: none;
  position: relative;
}

.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod.activeMethod {
  outline: none !important;
}

.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod.activeMethod
  .method {
  border-color: #4cd264;
  outline: none !important;
  box-shadow: 0px 3px 22px 0px #7b7b7b;
}

.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod
  .method {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  transition: all 0.5s;
  width: 100%;
  background-size: 100% auto;
}
.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod
  .method.serviceBased {
  background-image: url(../images/service-based.jpg);
  background-repeat: no-repeat;
}

.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod
  .method.productBased {
  background-image: url(../images/product-based.jpg);
  background-repeat: no-repeat;
}

.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod
  .method.bothBased {
  background-image: url(../images/service-product.jpg);
  background-repeat: no-repeat;
}

.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod:hover {
  border-color: #232323;
  outline: none !important;
  border-radius: 0px;
}
.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod
  .activeBusinessMethod {
  border-color: #232323;
  outline: none !important;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod
  .activeBusinessMethod
  span {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.stepFrmAreaCtn
  .stepFrmArea
  .businessTypeSelect
  .businessTypeGroup
  .businessMethod
  .activeBusinessMethod
  span
  > i {
  font-size: 30px;
  padding: 10px 0px;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm {
  padding: 10px 0;
}

/***
Pricing table
***/
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-active {
  border: 3px solid #93b59c;
  /*margin-top: -10px;*/
  box-shadow: 0px 4px rgba(0, 0, 0, 0.5);
}
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-active .pricing-head h4 {
  color: #ef7114;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing:hover {
  border: 3px solid #93b59c;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing:hover h4 {
  color: #ef7114;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-active .yellow-crusta.btn {
    color: #ffffff;
    background-color: #aa3721;
    margin: 15px 0px;
    width: 150px;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-head {
  text-align: center;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-head h3,
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-head h3 span,
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #45644d;
  border-bottom: solid 1px #41b91c;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-head h4 {
  color: #2c2c2c;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 10px;
}

/*Priceing Active*/
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .price-active,
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .pricing:hover {
  z-index: 9;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .price-active h4 {
  color: #36d7ac;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.stepFrmAreaCtn
  .stepFrmArea
  .pricingStepFrm
  .no-space-pricing
  .price-active
  .pricing-head
  h4,
.stepFrmAreaCtn
  .stepFrmArea
  .pricingStepFrm
  .no-space-pricing
  .pricing:hover
  .pricing-head
  h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .yellow-crusta.btn {
  color: #ffffff;
  background-color: #45644d;
  width:150px;
  margin:15px 0px 5px;
}
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .yellow-crusta.btn:hover,
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .yellow-crusta.btn:focus,
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .yellow-crusta.btn:active,
.stepFrmAreaCtn .stepFrmArea .pricingStepFrm .yellow-crusta.btn.active {
  color: #ffffff;
  background-color: #2c2c2c;
}

.stepFrmSucess {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 0px;
}
.stepFrmSucess img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.stepFrmSucess h1 {
  font-size: 24px;
  color: #45644d;
}
.stepFrmSucess h3 {
  font-size: 20px;
  color: #2c2c2c;
}
.stepFrmSucess a {
  background: #ef7114;
  border: 1px solid #ef7114;
  font-size: 24px;
  color: #fff;
  padding: 12px 45px;
  margin: 25px 0px 10px;
  display: inline-block;
}
.stepFrmSucess a:hover {
  background: #2c2c2c;
  border: 1px solid #1d1d1d;
  text-decoration: none;
}

.goToService {
  width: 100%;
  float: left;
  margin: 20px 0px;
  border-bottom: 2px solid #dfdfdf;
}
.goToService .goToService-left {
  width: 100%;
  float: left;
  border-right: 2px solid #ccc;
  padding: 20px 15px 20px;
  box-sizing: border-box;
}
.goToService .goToService-left .goToService-leftSettingsIcon {
  width: 100%;
  float: left;
  text-align: right;
  margin: 10px 0px 10px;
}
.goToService .goToService-left .goToService-leftSettingsIcon i {
  font-size: 30px;
  color: #000;
}
.goToService .goToService-left .goToService-leftSettingsIcon img {
}
.goToService .goToService-left .goToService-leftSettingsInner {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0px 0px 20px;
}
.goToService .goToService-left .goToService-leftSettingsInner img {
  width: 175px;
  height: auto;
}
.goToService .goToService-left .goToService-leftSettingsInner h1 {
  font-size: 30px;
  color: #182227;
}
.goToService .goToService-left .goToService-leftSettingsInner h1 a {
  color: #182227;
}
.goToService .goToService-left .goToService-leftSettingsInner h1 a:hover {
  text-decoration: none;
}
.goToService .goToService-left .goToService-leftSettingsInner .goPlanName {
  width: 100%;
  float: left;
  background: #f5f4f4;
  border: 1px solid #f5f4f4;
  border-radius: 5px;
  margin: 15px 0px;
  padding: 15px 0px;
}
.goToService .goToService-left .goToService-leftSettingsInner .goPlanName h2 {
  font-size: 18px;
  color: #333;
  padding: 0px;
  margin: 0px;
}
.goToService
  .goToService-left
  .goToService-leftSettingsInner
  .goPlanName
  small {
  float: right;
  color: #8b0000;
  margin-right: 10px;
  font-size: 10px;
}
.goToService
  .goToService-left
  .goToService-leftSettingsInner
  .goPlanName
  small
  a {
  color: #202d33;
}
.goToService
  .goToService-left
  .goToService-leftSettingsInner
  .goPlanName
  small
  a:hover {
  text-decoration: none;
}
.goToService .goToService-right {
  width: 100%;
  float: left;
  margin: 10px 0px;
}
.goToService .goToService-right .goToService-rightInner {
  width: 100%;
  height: 140px;
  float: left;
  background: #507856;
  margin: 10px 0px;
  padding: 12px 15px;
  border-radius: 3px;
  transition: all 0.9s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goToService
  .goToService-right
  .goToService-rightInner
  .goToService-rightInnerCtn {
  width: 100%;
  float: left;
}
.goToService .goToService-right .goToService-rightInner:hover {
  background: #202d33;
  text-decoration: none;
}
.goToService .goToService-right .goToService-rightInner i {
  font-size: 40px;
  color: #fff;
}
.goToService .goToService-right .goToService-rightInner h2 {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
}
.goToService .goToService-right .goToService-rightInner h2 a {
  color: #fff;
  text-decoration: none;
}

.semiFooter { }
.semiFooter.box-body { }
.semiFooter.box-body .smBtn { width:auto; float:right; margin-left:10px; }

.chkBox input[type=checkbox] { margin-top:10px; }

.m-t-5{
  margin-top: 5px;
}
.m-t-10{
  margin: 10px 0 0 !important;
}
.m-t-30{
  margin: 30px 0 !important;
}
.m-10{
  margin: 10px !important;
}
.mr-5{
  margin-right: 10px 0 0 !important;
}
.pt-25{
  padding-top: 25px !important;
}
.ml-55{
  margin-left: 55px;
}
.ptl-7-25{
  padding-top: 7px;
  padding-left: 25px;
}
.small-timer{
  width: 129px !important;
  height: 31px !important;
  line-height: 32px !important;
  font-size: 23px !important;
}
.width95p{
  width: 95%;
}
.session_note_tick_box{
  margin-left: 4px !important;
}
.other_input{
  width: 40%;
  float: revert;
  display: inline-block;
}
.box-group{
  border: 1px solid #D9D9D9;
  padding: 10px !important;
  margin: 20px !important;
  min-height: 63px;
}
.input-value{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
   
}
.step-input{
  width: 80% !important;
  display: inline !important;
  margin-bottom: 10px;
}

.add_button{
  font-size: 21px;
}

.remove_button{
  font-size: 21px;
}
.active{
  background-color: #007ad9;
  color: #fff;
  padding: 10px 7px;
}

.skin-blue .sidebar a{
  color: #000 !important;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a{
  color: #fff !important;
}
.skin-blue .sidebar-menu .treeview-menu>li>a {
  color: #8aa4af !important;
}
div.timer {
  border:1px #666666 solid;
  width:190px;
  height:50px;
  line-height:50px;
  font-size:36px;
  font-family:"Courier New", Courier, monospace;
  text-align:center;
  margin:5px;
}
.popbtn{
  width: 90px;
  height: 52px;
}
.b-box{
  border: 1px solid #ddd;
    height: 83px;
    width: 110px;
    padding: 3px 0 5px 0px;
    margin-top: 4px;
    font-weight: bold;
    font-size: 25px;
    margin-right: 20px;
    text-align: center;
    display: block;
}

.box-correct{
  background-color: #c6efea;
  padding: 17px;
}
.box-incorrect{
  background-color: #f39898;
  padding: 17px;
}
.iconbox{
  margin-left: 3px;
  margin-top: 50px;
  width: 250px;
}
.iconbox i{
  font-size: 100px;
}
.ficon{
  margin-top: 10px;
}

.float-margin{
  float: right;
  margin-right: 30px;
}


.map-box-group {
  border: 1px solid #D9D9D9;
  padding: 10px !important;
  margin: 20px !important;
  min-height: 260px;
}
.fa-minus-circle:before {
  font-size: 40px;
}
.fa-plus-circle:before {
  font-size: 40px;
}

.skin-blue .main-header .navbar .nav>li>a{
  color: #000;
}
.skin-blue .main-header .navbar .nav>li>a:hover, .skin-blue .main-header .navbar .nav>li>a:active, .skin-blue .main-header .navbar .nav>li>a:focus, .skin-blue .main-header .navbar .nav .open>a, .skin-blue .main-header .navbar .nav .open>a:hover, .skin-blue .main-header .navbar .nav .open>a:focus, .skin-blue .main-header .navbar .nav>.active>a{
  background: #222;
}
.skin-blue .main-header li.user-header {
  background-color: #eee;
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #000;
}
.width100p{
  width: 100%;
}
.widmar{
  width: 20%;
  display: inline;
}
.ml-20{
  margin-left: 20px;
}
.mtb-40{
  margin-top: 40px;
  margin-bottom: 40px;
}
.mtb-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt-20{
  margin-top: 20px;
}
.mt-10{
  margin-top: 10px;
}
.ptc-20{
  padding-top: 20px;
  clear: both;
}
.mb-60{
  margin-bottom: 60px;
}
.pl-0{
  padding-left: 0;
}
#password-strength-status {
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 5px;
}

.medium-password {
  background-color: #fd0;
}

.weak-password {
  background-color: #FBE1E1;
}

.strong-password {
  background-color: #D5F9D5;
}
#note{
  margin: 20px 0;
}

.datalist{
  margin: 20px 0;
  font-size: 18px;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
  color:rgba(0, 0, 0, 0.5) !important;
}
.info-icon{
  float: right;
  margin-right: 20px;
  font-size: 30px;
  position: absolute;
  right: -11px;
  top: 9px;
  z-index: 1;
}

.loader {
  /* ...existing styles... */
  display: none;
  position: fixed;
  width: 100%;
  left: 0; right: 0; top: 0; bottom: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 9999;
}
.loader-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
  width: 100%;
}
.loader-message {
  margin-top: 80px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.loader::after {
  /* ...existing spinner styles... */
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto;
  border: 3px dotted #FF3D00;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

.loader1 {
  border: 3px dotted #FFF;
  border-style: solid solid dotted dotted;
  /* border-radius: 50%; */
  display: none;
  position: relative;
  box-sizing: border-box;
  /* animation: rotation 2s linear infinite; */
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgba(255,255,255,0.7);
  z-index:9999;
}
.loader1::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #FF3D00;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}
.accordion-clicked {
  background-color: #000;
  color: #fff;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
} 
.graph-button {
  
}

.graph-button:hover {
  background-color: #0056b3;
}

.graph-button i {
  margin-right: 8px;
  font-size: 18px;
}
#signature_panel, #client_signature_panel, #bcba_signature_panel {
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
.accordian-title{
  margin-top: 8px;
  position: absolute;
}
.custom-checkbox {
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

.custom-checkbox input {
    display: none; /* Hide default checkbox */
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    margin-right: 10px;
    margin-top: 6px;
}
.ui-state-active .checkmark{
  border: 2px solid #fff;
}
.chk-all{    
  position: absolute;
  padding-top: 5px;
}
.custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ui-icon-triangle-1-e{
  background-position: -32px -21px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -21px;
}
@media (max-width: 768px) {
  .companyPricePlan .my_planTitle {
    font-size: small;
  }
  .rectype{
    display: none;
  }
}



@media (min-width: 768px) and (max-width:992px) {
    .companyPricePlan .container {
		width: initial;
        padding-left: 2em;
        padding-right: 2em;
	}
}

@media (max-width: 1024px) {
    .companyPricePlan .my_feature {
        text-align: center
    }
   
 }

 @media (max-width: 1300px) {
 
  .box-header > .box-tools {
    position: relative;
  }

  .fa-plus-circle:before {
    font-size: 50px;
  }
  .fa-minus-circle:before {
    font-size: 50px;
}
}






@media screen and (max-width: 479px) {
	
	
	.companyPricePlan .companyPricePlanhead h2 { line-height: 24px; font-size: 17px; }
	.companyPricePlan .my_planHeader h3 { font-size: 17px; }
	.companyPricePlan .my_planHeader h4 { font-size: 14px; }
		
}


