.page-template-template-boi-report h2.card-title {font-size: 1.35rem;}
.page-template-template-boi-report .primary-color {color: #1692ce;fill: #1692ce;}

.page-template-template-boi-report #boi-report-intro p {margin: 20px 0px;}

.page-template-template-boi-report .boi-category-main [type=radio], .ein-category [type=radio] {top: 0;position: absolute !important;opacity: 0 !important;left: 0;width: 100% !important;height: 100% !important;left: 0;cursor: pointer;}
.page-template-template-boi-report .boi-category-main .boi-categories .boi-category-content {width: 100%;display: inline-block;text-align: center;background: #fff;/* box-shadow: 0px 10px 10px #edf7ff; */padding: 25px 15px 30px 15px;border: 1px solid #1692ce;border-radius: 6px;}

.page-template-template-boi-report .boi-cat-heading {font-size: 24px;font-weight: 600;background: #1692ce;color: #fff;padding: 10px 50px;border-radius: 50px;}
.page-template-template-boi-report .boi-category-description{font-weight: 500;margin-top: 20px;font-size: 16px;}
.page-template-template-boi-report .boi-category-content label {margin: 0px;}

.page-template-template-boi-report .boi-category-main .page-title #business_type_title {
    text-transform: uppercase;
}

.page-template-template-boi-report .boi-category-main .boi-categories.selected .boi-category-content,.page-template-template-boi-report .boi-category-main .boi-categories input[name="boi-category-radio"]:hover + .boi-category-content{
    border: 2px solid #0094cf !important;
    box-shadow: 2px 2px 18px #ccc !important;
    padding: 24px 14px 29px 15px !important;
}

.page-template-template-boi-report .panel{padding: 0;margin-bottom: 20px !important;width: 100%;}
.page-template-template-boi-report .panel-heading {background-color: #f5f5f5;border-left: 1px solid #ddd;border-top: 1px solid #ddd;border-right: 1px solid #ddd;margin: 0;}
.page-template-template-boi-report .panel-heading .panel-title {display: inline-block;padding: 10px 10px 10px 20px;font-size: 16px;color: #000;font-weight: 700;line-height: 1.32;width: 100%;}

.page-template-template-boi-report .panel-body {border: 1px solid #ddd;line-height: 25px;padding: 10px 30px;}
.page-template-template-boi-report .panel-body input[type="text"],.panel-body select,.panel-body input[type="date"] {border-radius: 6px;display: block;outline: none;font-size: 16px;line-height: 20px;font-family: 'Maven Pro', sans-serif;font-weight: 400;color: #a1a1a1;margin: 0;padding: 13px 20px;width: 100% !important;border: 1px solid #ccc;}

.page-template-template-boi-report .field-section {margin-bottom: 15px;}
.page-template-template-boi-report .field-section label {font-size: 14px;font-weight: 500;color: #1b1f2e;margin-bottom: 0;}
.page-template-template-boi-report .form-note{font-size: 14px !important;color: #838694;font-weight: 400;}

.page-template-template-boi-report .boi-footer input[name="boi-previous"],.page-template-template-boi-report .boi-footer input[name="boi-next"] {background: #0b57a5;padding: 14px 40px;border-radius: 6px;font-size: 16px;font-weight: 600;letter-spacing: 1px;position: relative;z-index: 999;float:left;}
.page-template-template-boi-report .boi-footer input[name="boi-next"]{float:right;}

.page-template-template-boi-report .boi-footer input[name="boi-previous"]:hover,.page-template-template-boi-report .boi-footer input[name="boi-next"]:hover{background: #1692ce;border-color: #1692ce;}

.page-template-template-boi-report .wp-help-tip-custom-text {background-color: #2092ce;color: #fff;text-align: left !important;}


.page-template-template-boi-report .panel-body .form-error-message{
    color: #dc3545;
    font-weight: 600;
}

.page-template-template-boi-report .boi-footer .btn-success.focus, .page-template-template-boi-report .boi-footer .btn-success:focus {
    box-shadow: 0 0 0 3px #0058a6 !important;
}

/* boi-report page css start  */
.page-template-template-boi-report .boi-category-main {margin-top: 50px;}
.page-template-template-boi-report .boi-category-main .legal-structures-wrapper-cls{margin: 30px 0px;}
.page-template-template-boi-report .boi-category-main .boi-tab{margin: 30px 0 0;}

@media (max-width:768px) {
    .page-template-template-boi-report .boi-category-main   .boi-categories{padding-bottom: 30px;}
    .page-template-template-boi-report .boi-category-main   .boi-categories:last-child{padding-bottom: 0;}
}

/* boi-report page css end  */


/* boi-report page accordion start  */
#accordion {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 20px 0px;
}
#accordion li {
    border:0 !important;
    padding:0 !important;
    position: relative;
}

#accordion li .accordion-title{
	display: block;
	float:left;
	background-color: #f0f6fc;
	color: #16151b !important;
	font-weight: 600 !important;
	cursor: pointer;
	width: 100%;
	padding: 20px 30px !important;
	margin: 10px 0px;
	background-repeat:no-repeat;
	background-position:0 10px;
	transition: 0.3s;
}

#accordion li .accordion-title.active {
    background-color: #1692ce;
    margin-bottom: 0px;
    color:#ffffff !important;
}
#accordion li .accordion-title:hover {
    color:#2c678e;
}
#accordion .listBottom {
	background-repeat:no-repeat;
	background-position:15px 10px;
}

#accordion .accordion-desciption {
	list-style: none;
	padding: 20px 30px !important;
	margin-bottom: 10px;
	display: none;
	background-color:#f5f5f5;
	float:left;
	width:100% !important;
	border: 1px solid #0094cf;
	border-top: none;
}

#accordion li.accordion-section{
    background: none;
}
#accordion li.accordion-section:before{
	content: '';
	border-top: 16px solid transparent;
	position: absolute;
	top: 18px;
	left: -8px;
	border-left: 16px solid #0f6ab2;
	border-right: 16px solid transparent;
	transform: rotate(90deg);
}
#accordion li.accordion-section:after{
    content: '';
    border-top: 16px solid transparent;
    position: absolute;
    bottom: 18px;
    right: -8px;
    border-left: 16px solid #0f6ab2;
    border-right: 16px solid transparent;
    transform: rotate(-90deg);
}

#accordion .accordion-desciption ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

/* boi-report page accordion end  */
