.main_cont{
	-webkit-box-shadow: 10px 10px 70px 0px rgba(145,139,145,0.68);
	-moz-box-shadow: 10px 10px 70px 0px rgba(145,139,145,0.68);
	box-shadow: 10px 10px 70px 0px rgba(145,139,145,0.68);

}
.datepicker-modal{
	max-height:340px;
}
.main_cont img{
	width: 18%;
}
.information_hedd{
	text-decoration: underline;
	color: #777E3F;
	font-weight: bold;
}
.con_butt{
	background-color:#67B55F;
	border: none;
	color:white;
	padding: 5px 9px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	float: right;
	border-radius: 3px;
}

.backbtn{background-color:#808080;
	border: none;
	color:#fff!important;
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	float: right;
	border-radius: 3px;}

.backbtn:hover, .backbtn:focus {
    color: #fff;
    background-color: #000;
    border-color: #fffg;
    box-shadow:none;
}

.btn-success.backbtn:not(:disabled):not(.disabled).active, .btn-success.backbtn:not(:disabled):not(.disabled):active, .show>.btn-success.backbtn.dropdown-toggle
{color: #fff;
    background-color: #000;
    border-color: #fffg;
    box-shadow:none;}

.fig_container {
	text-align: center;
}
.tot_res {
    background-color: #777E3F;
    color: white;
    padding: 25px 80px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    box-shadow: 5px 10px 10px #aaa;
    font-family: sans-serif;
    border-radius: 5px;
    border-left: 4px solid #a5ad69;
    border-bottom: 5px solid #606b0a;
    border-right: 5px solid #606b0a;
    border-top: 4px solid #a5ad69;
}
.tot_res span {
    font-weight: bold;
    font-size: 4rem;
    display: block;
    line-height: 1;
    margin: 0.5rem auto;
    text-shadow: 3px 6px black;
	font-family: auto;
}

.book_call{
    background-color: #141B58;
    border: none;
    color:white;
    padding: 15px 32px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 10px 10px rgb(0 0 0 / 16%), 0 3px 6px rgb(119 126 63 / 47%);
}
.book_call:hover, .book_call:active{
	text-decoration: none;
	color: white;
}
.book_call span{font-weight: bold;
    font-size: 2.5rem;
    display: block;
    line-height: 1;
    margin: .5rem auto;}
.second_tab_hedd{
	margin-top: 5.3125em;
}
.tab{
	color:white;
	padding: 0.6875em 1.25em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
}
.full_gray{
	background-color: gray;
	pointer-events: none;
	border: 3px solid gray;
}
.full_green{
	background-color:#67B55F;
	border: none;
}
.white_back{
	background-color: white;
	border: 3px solid green;
	color: gray !important;
}

.flex_box{
	display: flex;
}
.rem input{
	height: 4em;
}
.question_part input {
	border:1px solid #CED4DA;
}
.third_bot{
	padding-bottom: 7em;
}
input.calender {
    background-image: url(../images/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 5px) center !important;  
}
.for_disable{
	background-color: lightgray;
	pointer-events: none;
}
.hidden_ques{
	color: lightgray;
}
.form-check:not(:first-of-type){padding-top: 30px !important}



/*--------------------------------------*/
.switch {
      	position:relative;
	    display: inline-block;
	    width: 55px;
	    height: 20px;
   		top: 13px;
    	left: 5px;
    }
	.switch input {display:none;}
	.dashboard_switch{
		position:relative;
		top: 0px !important;
	}
 	.slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #7a7777;
      -webkit-transition: .4s;
      transition: .4s;
    }
    .slider:before {
      position: absolute;
      content: "";
      height: 13px;
      width: 13px;
      left: 4px;
      bottom: 0.201em;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }
    input:checked + .slider {background-color: #2ab934;}
    input:focus + .slider {box-shadow: 0 0 1px #2196F3;}
    input:checked + .slider:before {
      -webkit-transform: translateX(34px);
      -ms-transform: translateX(34px);
      transform: translateX(34px);
    }

    .yes{
      display: none;
    }
    .yes, .no{
      color: white;
      position: absolute;
      transform: translate(-50%,-50%);
      top: 50%;
      left: 50%;
      font-size: 14px;
    }
    .no{padding-left: 10px;
    }

    .yes{padding-right: 14px;    }


input:checked+ .slider .yes{display: block;}
input:checked + .slider .no{display: none;}
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}





/*------------------------------------------------*/
.container.second_tab_hedd {
    padding-left: 0;
}
.vert_line {
    position: relative;
}
.vert_line::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: calc(100% + 50px);
    background: #67B55F;
    position: absolute;
    z-index: 9;
    top: 44px;
    left: 25px;
}
input.form-control[required]::placeholder {
    color: red;
}

 select.form-control[required] > option:first-child,select:invalid,
select option[value=""] {
    color: red;
}
span.flex_box > button {
    z-index: 99;
}
#third_tab .block input:not([type='checkbox']), #third_tab .block select {
    background: red;
    border: 1px solid #ced4da;
    display: block;
    margin-left: 44px;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: 360px;
}

/*------------------ */
.controls {
	display: flex;
}
.radio {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 10px;
}
.radio_margin{
	margin-left: 53.44px;
}
.line {
	position: relative;
    top: 14px;
    height: 5px;
    width:645px;
    background-color: #67B55F;
}
.controls input[type="radio"] {
	opacity: 0;
	/* hidden but still tabable */
	position: absolute;
}

.controls input[type="radio"] + span {
	display: block;
	line-height: 15px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #eee;
	color: #555;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.controls input[type="radio"]:not(:checked) + span:hover {
	cursor: pointer;
	background-color:#8c8c8c;
	color: #67B55F;
}
.controls input[type="radio"]:checked + span {
	color: #67B55F;
	background-color:  #8c8c8c;
}
.controls i{
	margin-left: 6px;
	font-size: 10px
}

/*-------------------------------------------*/
.fedral_tax_tbl{margin: 5rem 1.5rem;}
.tax_table{
	border-collapse: collapse;
	width: 100%;
}
.tax_table th{
	border-top: 3px solid;
	border-bottom: 3px solid;
	padding: 8px;
	text-align: left;
}
.tax_table tbody td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.tax_table tbody td:first-child{width: 4.5rem;}

/*--------------------Dashboard----------------------*/
table.list_table {width: 100%;}
table.list_table tr.is_select{background-color: lightgray;}
table.list_table tr{cursor: pointer;}
table.list_table th {background: #67B55F;color: #fff;text-align: center;font-size: 14px;padding: 5px;}
table.list_table td {border: 1px solid #ccc;text-align: center;padding: 4px;font-size: 14px;}
div#nav-tab a {width: auto;flex: 0;white-space: nowrap;min-width: 160px;background: #ccc;border: 1px solid #ccc;border-radius: 0;color: #333;font-size: 14px;font-weight: 600;}
div#nav-tab a.active {color: #fff;background: #67B55F;border-color: #67B55F;}
div#nav-tab {border-bottom: 1px solid #ccc;}
div#nav-tab {border-bottom: 1px solid #ccc;}
.gen_outer * {margin: 0;font-size:14px;}
.gen_outer {display: flex;align-items: center;}
.gen_outer > label {min-width: 140px;}
.gen_hd {font-weight: 600;padding: 15px;margin-top: -16px;}
.gen_outer input {border-radius: 3px;border: 1px solid #ccc;padding: 2px 10px;}
.gen_outer:nth-child(even) {background: #eee;}
.gen_outer {display: flex;align-items: center;padding: 5px 15px;}
.gen_note {font-size: 13px;padding: 10px 15px;padding-bottom: 0;color: #777;}
.gen_note > span:first-child{font-weight: 700;}
.main_ques {display: flex;padding:5px 15px;}
.main_ques * {margin: 0;font-size:14px;}
.child_ques {padding: 5px 15px;padding-top:0;padding-bottom:15px;}
.child_ques * {font-size: 14px;margin: 0;}
.inr_child {padding: 5px 30px;display: flex;justify-content: center;flex-flow: column; font-size: 14px;}
.inr_child input {padding: 3px 15px;border-radius: 3px;border: 1px solid #ccc;}
.main_ques:not(:first-of-type){padding-top: 15px !important}
span.cus_check {display: inline-block;margin-left: 15px;width: 18px;height: 18px;position: relative;text-align: center;}
span.cus_check > input {position: absolute;z-index: 99;width: 100%;height: 100%;left: 0;top: 0px;}
span.cus_check label {position: absolute;display: inline-block;border: 1px solid #ccc;width: 16px;height: 16px;border-radius: 3px;background: #eee;left: 0;top: 0;z-index: 1;}
span.cus_check input:checked + label::after {display: inline-block;width: 6px;height: 11px;border-bottom: 2px solid #67B55F;border-right: 2px solid #67B55F;content: "";transform: rotate(45deg);position: absolute;left: 4px;top: 1px;}
div#nav-tabContent{margin-bottom:15px;}
div#nav-tabContent {border: 1px solid #ccc;border-top: navajowhite;}
.non_edit .gen_outer input {background: transparent;border-color: transparent;pointer-events: none;font-weight: 600;}
.non_edit .inr_child input {border-color: transparent;background: transparent;font-weight: 600;pointer-events: none;}
.non_edit .span.cus_check > input {pointer-events: none;}

/*-------------------dashboard gloal tab----------------------*/
.controls {display: flex;}
.radio {display: flex;flex-direction: column;align-items: center;width: 10px;}
.radio_margin{margin-left: 53.44px;}
.line {
	position: relative;
	top: 14px;
	height: 5px;
	width: 645px;
	background-color:
	#67B55F;
}
.controls input[type="radio"] {
	opacity: 0;
	/* hidden but still tabable */
	position: absolute;
}

.controls input[type="radio"] + span {
	display: block;
	line-height: 15px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #eee;
	color: #555;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.controls input[type="radio"]:not(:checked) + span:hover {
	cursor: pointer;
	background-color: #8c8c8c;
	color: #67B55F;
}
.controls input[type="radio"]:checked + span {
	color: #67B55F;
	background-color: #8c8c8c;
}
.controls i{
	margin-left: 6px;
	font-size: 10px;
}

/*--------------------media-query----------------------*/
@media only screen and (max-width: 991px) {
	
	.vert_line .col-sm-4 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.radio_margin{margin-left: 43.44px;}
.line{width: 545px;}

.vert_line .col-sm-4 input,.vert_line .col-sm-4 select,.vert_line .with_full input,.vert_line .with_full select {
    margin-bottom: 10px;
}

}

@media only screen and (max-width: 769px){
	.radio_margin{margin-left: 23.44px;}
	.line{width: 345px;}
}

/*Manoj Kumar code start here*/
.wrap-container-box{
	padding-bottom: 50px;
}

.back-btn-wrap {
    float: right;
    background: #808080;
    color: #fff !important;
    border: #808080;    font-weight: 700;
}

.save-btn-wrap {
    padding: 6px 9px;
    width: 155px;
}
.thankyou-msg{
	font-family: initial;
    font-size: 20px;
    text-align: center;
}

.ytts-btn{
	font-size: 22px;
	    padding: 5px 15px;
	    margin-left: 35%;
}

.Goal-save-btn{
	padding: 6px 0;
    width: 165px;
}

.end-save-btoon {
    background: #808080;
    margin: -15px 0 0 0;
    font-weight: 700;
    border: #808080;
}
.back-icon{
	width: 10%;
    margin: auto;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
    .back-mobile-view{
    	width: 26%;
    float: left;
    margin: 0 0 0 15px;
    }

    .save-mibile-view{
    	width: 69%;
    margin-top: -15% !important;
    }

    .save-mibile-view2 {
    	width: 69%;
    margin-top: -11% !important;
    }

    .thankyou-msg {
    margin: 0 !important;
    text-align: justify;
    padding: 0;
    /* background: #036; */
    /* width: 100%; */
    letter-spacing: -1px;
    font-family: inherit;
}
div#fifth_tab {
    margin: 0 !important;
}

.ytts-btn {
    width: 100% !important;
    margin: 0;
}

.end-save-btoon {
    /* background: #808080; */
    margin: 10px 0 0 0;
    /* font-weight: 700; */
    /* border: #808080; */
    width: 100%;
}

div#fourth_tab {
    margin: 0px !important;
}

.back-icon{
	width: 30%;
  
}

}
