/*Start Global Style for all pages*/
.pages-header {
    height: 250px;
    padding-top: 6%;
}
.pages-header h2 {font-size: 40px;}
/*End Global Style for all pages*/

/* Start medical-billing-wholesalers Page */
/*Start HomePage Header*/
.header {
    background: url(images/HomePage-header.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 330px;
	padding-top: 7%;
	text-align: center;
}
.header h2 {
	font-size: 37px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}
/*End HomePage Header*/

/*Start why-aie-medical-management section*/
.why-aie-medical-management {}
.why-aie-medical-management .heading {
	margin-top: 50px;
	margin-bottom: 40px;
}
.why-aie-medical-management .heading h3 {
	font-size: 33px;
	font-weight: 700;
	color: #707070;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.why-aie-medical-management .heading p {font-weight: 600; color: #707070;}
.why-aie-medical-management .title {margin-top: 15px;}
.why-aie-medical-management .title p {
	/*margin-left: 60px;*/
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	/*text-indent: -30px;*/
}
.why-aie-medical-management .title p:before {
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	color: #ffbf7b;
	margin-right: 5px;
	display: inline-block;
}
.why-aie-medical-management img {
	width: 100%;
	height: 350px;
}
/*End why-aie-medical-management section*/

/*Start Key differentiators section*/
.differentiators {margin-top: 80px;}
.differentiators .heading {margin-bottom: 60px;}
.differentiators .heading h3 {
	text-align: center;
	text-transform: uppercase;
	color: #707070;
	font-weight: bold;
}
.differentiators .heading hr {
	width: 10%;
	height: 3px;
	background: #ebebeb;
}
.differentiators .box {
	background: #ffad4a;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	border-radius: 6px;
	color: #fff;
	width: 90%;
	margin-left: 25px;
	margin-bottom: 40px;
}
.differentiators .box h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 30px;
}
.differentiators .box p {margin-bottom: 15px; font-size: 16px; text-indent: -40px; margin-left: 25px;}
.differentiators .box p:before {
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 15px;
	color: #fff;
	margin-right: 25px;
}
/*End Key differentiators section*/

/*Start services section*/
.services {
	background: #fafafa;
	padding-top: 50px;
	padding-bottom: 60px;
	margin-top: 50px;
}
.services .heading {
	margin-bottom: 50px;
}
.services .heading h3 {
	text-align: center;
	text-transform: uppercase;
	color: #707070;
	font-weight: bold;
	font-size: 35px;
}
.services .heading hr {
	width: 7%;
	height: 3px;
	background: #ebebeb;
}
.services .boxes .box {
	background: #ebebeb;
	border-radius: 6px;
	/*width: 300px;*/
	height: 120px;
	padding: 20px;
	padding-top: 6%;
	text-align: center;
	margin-bottom: 40px;
}
.services img {
	height: 280px;
	margin-left: 30px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.services img:hover {transform: rotate(360deg)}
.services .boxes .box h4 {
	color: #363636;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
}
.services .boxes .box1,
.services .boxes .box9 {float: right;}
.services .boxes .box3,
.services .boxes .box4,
.services .boxes .box7,
.services .boxes .box8 {margin-left: 120px;}
/*End services section*/

/*Start Employee cost calculator section */
.Employee-cost-section {margin-top: 70px;}
.Employee-cost-section .heading {margin-bottom: 30px;}
.Employee-cost-section .heading h3 {
	color: #707070;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 33px;
}
.Employee-cost-section .heading hr {
	background: #ebebeb;
	width: 10%;
	height: 4px;
	float: left;
}
.Employee-cost-section  .panel-default>.panel-heading {
	background: #55519e;
	color: #fff;
	padding: 18px;
}
.Employee-cost-section .panel-group .panel .panel-heading a {font-size: 14px;}
.Employee-cost-section .panel-group .panel .panel-heading a:after {
	content: "\002b";
	color: #fff;
	font-size: 19px;
	font-family: 'Glyphicons Halflings';
	float: right;
}
.Employee-cost-section .panel-group .panel .panel-heading.active a:after {
	color: #fff;
	content: "\2212";
}
.Employee-cost-section .panel-group .panel .panel-body {padding: 0;}
.Employee-cost-section .panel-group .panel .panel-body table {width: 100%;}
.Employee-cost-section .panel-group .panel .panel-body table th {
	background: #ffad4a;
	color: #fff;
	padding: 13px;
	font-size: 11px;
	text-transform: uppercase;
}
.Employee-cost-section .panel-group .panel .panel-body table th:first-of-type,
.Employee-cost-section .panel-group .panel .panel-body table td:first-of-type {padding-left: 20px;}
.Employee-cost-section .panel-group .panel .panel-body table td {
	color: #7c7c7c;
	font-size: 12px;
	font-weight: 500;
	padding: 10px;
}
.Employee-cost-section .panel-group .panel .panel-body table td input {
	background: #ebebeb;
	width: 70px;
	height: 30px;
	border: none;
	border-radius: 6px;
	margin-left: 5px;
}
.Employee-cost-section .panel-group .panel .panel-body table td i {
	color: #b7b7b7;
	margin-left: 15px;
}
.Employee-cost-section .panel-group .panel .panel-body p {
	padding: 18px;
	font-size: 12px;
	color: #707070;
}
/*End Employee cost calculator section */
/* End medical-billing-wholesalers Page */

/*Start About Page*/
.About-Us-p {
	background: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 60px;
}
.About-Us-p .heading p {
	font-size: 17px;
	color: #000000;
}
.Leadership-Team {
	margin-top: 60px;
	margin-bottom: 30px;
}
.Leadership-Team h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 27px;
	color: #707070;
	margin-bottom: 70px;
}
.Leadership-Team .box {
	text-align: center;
	margin-bottom: 50px;
}
.Leadership-Team .box img {
	height: 190px;
	margin-bottom: 25px;
	cursor: pointer;
}
.Leadership-Team .box h4 {
	font-weight: bold;
	font-size: 20px;
	color: #707070;
	margin-bottom: 10px;
	cursor: pointer;
}
.Leadership-Team .box span {
	color: #c2c2c2;
	font-weight: bold;
	font-size: 15px;
	display: block;
	cursor: pointer;
}
.Leadership-Team .box p {
	text-align: left;
	color: #707070;
	margin-left: 20px;
	margin-bottom: 30px;
}
.Leadership-Team .box a {font-weight: 600;}
.Leadership-Team .modal-header {
	background: url(images/background.jpg) no-repeat center center;
}
.Leadership-Team .modal-footer {
	background: ;

}
.Leadership-Team .box .modal {top: 100px;}
.Leadership-Team .box .modal-title {
	margin-bottom: 0;
	color: #fff;
}
.Leadership-Team .box .modal-footer .btn-default {
	color: #fff;
    background-color: #ffad4a;
    border-color: #ffad4a;
}
/*End About Page*/

/*Start contact us Page*/
.Contact-us-page-form {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f9f9f9;
}
.Contact-us-page-form h3 {
	text-align: center;
	text-transform: uppercase;
	color: #555555;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 50px;
}
.Contact-us-page-form .title {padding: 30px; padding-left: 50px;}
.Contact-us-page-form .title i {
	color: #605ca8;
	margin-bottom: 30px;
	font-size: 35px;
}
.Contact-us-page-form .title p {
	font-size: 16px;
	font-weight: 600;
	color: #898989;
	padding-top: 5px;
}
.Contact-us-page-form  form {
	width: 90%;
	padding-top: 15px;
}
.Contact-us-page-form  form input,
.Contact-us-page-form  form textarea {
	background: #ebebeb;
	color: #555555;
	padding: 20px;
	height: 50px;
	border: none;
	margin-bottom: 15px;
	font-weight: bold;
	border-radius:4px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	width:100%;
}
.Contact-us-page-form  form textarea {
	height: 125px;
	resize: none;
	width: 88%;
}
.Contact-us-page-form  form input[type="submit"], .Contact-us-page-form  form button {
	background: #605ca8;
	border-radius: 0 4px 4px 0;
	border: none;
	width: 100%;
	padding: 20px;
	float: right;
	color:#fff;
	border-radius:30px;
}
.Contact-us-page-form  form button i {color: #fff;}
/*End contact us Page*/

/*Start Blog Page*/
.Blog-header {
	background: url(images/Blog-img.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 250px;
	padding-top: 6%;
}
.blog-articles {padding-top: 60px;}
.blog-articles .boxes {background: none;}
.blog-articles .boxes .big-box {
	background: #ebebeb;
	border-radius: 7px;
	margin-bottom: 50px;
}
.blog-articles .boxes .big-box h5 {font-weight: bold;}
.blog-articles .boxes .big-box img {
	width: 100%;
	height: 260px;
}
.blog-articles .boxes .big-box  hr {
	height: 7px;
	background: #898989;
	margin: 0;
	margin-top: -1px;
}
.blog-articles .boxes .big-box .body {padding: 20px;}
.blog-articles .boxes .big-box .body p { font-size: 12px;}
.blog-articles .boxes .body .social {margin-top: 15px;}
.blog-articles .boxes .body .social i {
	cursor: pointer;
	color: #363636;
	padding: 2px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.blog-articles .boxes .body .social i:hover {transform: scale(1.1)}

.blog-articles .boxes .small-box {
	background: #ebebeb;
	border-radius: 7px;
	margin-bottom: 30px;
}
.blog-articles .boxes .small-box img {
	width: 100%;
	height: 160px;
}
.blog-articles .boxes .small-box  hr {
	height: 4px;
	background: #898989;
	margin: 0;
	margin-top: -1px;
}
.blog-articles .boxes .small-box .body {padding: 20px;}
.blog-articles .boxes .small-box .body p { font-size: 11px;}
.blog-articles .boxes .btn {
	position: relative;
}
.blog-articles .boxes .btn button {
	background: #605ca8;
	border: none;
	color: #fff;
	text-transform: uppercase;
	width: 220px;
	padding: 13px;
	font-weight: 600;
	margin-top: 40px;
}
.blog-articles .boxes .btn span {

	border-left: 0px solid transparent;
	border-right: 33px solid transparent;
	border-bottom: 33px solid #f89624;
	position: absolute;
	bottom: 12px;
	left: -5px;
	transform: rotate(225deg)
}
/*End Blog Page*/

/*Start dictations page */
.dictations-header {
    background: url(images/dictations-header.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 9%;
    height: 340px;
}
.dictations-header p {
    color: #fff;
    font-size: 26px;
}
.icons {
    padding-top: 60px;
    padding-bottom: 50px;
}
.icons .col-md-4 {border: 2px solid #ebebeb;}
.icons .box1 {border-top: none; border-left: none;}
.icons .box2 {border-top: none; border-left: none; border-right: none;}
.icons .box3 {border-top: none;  border-right: none;}
.icons .box4 {border-left: none;  border-bottom: none; border-top: none ; padding-top: 30px;}
.icons .box5 {border-left: none;  border-bottom: none; border-top: none ; border-right: none;padding-top: 30px;}
.icons .box6 {border-bottom: none;  border-right: none; border-top: none ; padding-top: 30px;}
.icons .box {
    margin-bottom: 50px;
	height: 150px;
}
.icons .box i {
	margin-bottom: 20px;
	color: #f89624;
}
.icons .box p {
	color: #898989;
	font-weight: 600;
}
.boxes {
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
}
.boxes .box {
    height: 270px;
    background: #fff;
    position: relative;
}
.boxes .box img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.boxes .box .body {
    padding: 20px;
    text-align: center;
    border-radius: 0 0 6px 6px;
    padding-bottom: 20px;
}
.boxes .box .body h4 {
    color: #55519e;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;

}
.boxes .box .body p {text-align: left; margin-bottom: 15px;}
.boxes .box .body a {
    text-transform: uppercase;
    color: #f89624;
    position: absolute;
    bottom: 20px;
    left: 90px;
    cursor: pointer;
    font-weight: 600;
}
/*End dictations page */

/*Start global stylies for all Services page*/

.services-pages {}
.services-pages .services-menu h3 {
	color: #707070;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}
.services-pages .services-menu p a {
	text-decoration: none;
	color: #444444;
	font-size: 17px;
	font-weight: 500;
}
.services-pages .services-menu p a:before {
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 17px;
	color: #605ca8;
	margin-right: 10px;
}
.services-pages .services-menu hr {
	height: 1px;
	margin-top: 13px;
	margin-bottom: 13px;
	background: #a1a1a1;
}
.services-pages {
	padding-top: 50px;
	padding-bottom: 60px;
}
.services-pages .body {
	padding-top: 15px;
	width: 95%;
	float: right;
}
.services-pages .body > i {
	background: #ffad4a;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 35px;
	border-radius: 6px;
	margin-bottom: 30px;
}
.services-pages .body p {
	font-size: 12px;
	color: #a1a1a1;
}
.services-pages .body ul {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
	margin-left: 20px;
}
.services-pages .body ul li {
	font-size: 14px;
	color: #8d8d8d;
	margin-bottom: 3px;
	text-indent: -10px;
}
.services-pages .body ul li i {color: #ffad4a; margin-right: 10px;}
.services-pages .body .col-md-6 {padding-left: 0;}
.services-pages .body .col-md-6 p {margin-top: 30px;}
.services-pages .body h4 {
	text-transform: capitalize;
	margin-top: 50px;
	font-weight: 600;
}
.services-pages .body .blue h4 {color: #605ca8;}
.services-pages .body .yellow h4 {color: #ffad4a;}
.services-pages .body .blue ul li i {color: #605ca8}
.services-pages .body .yellow ul li i {color: #ffad4a;}
.services-pages .body .blue ul li,
.services-pages .body .yellow ul li {margin-bottom: 10px;}
/*End global stylies for all Services page*/

/*Start Medical coding Page*/
.Medical-coding-header {
	background: url(images/Medical-coding-header.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 350px;
	color: #fff;
	text-align: center;
	padding-top: 8%;
}
.Medical-coding-header h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.Medical-coding-header p {
	font-size: 22px;
	font-weight: 500;
}
/*End Medical coding Page*/

/*Start Medical-Billing section*/
.Medical-Billing-page {}
.Medical-Billing-page .heading h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #555555;
    margin-bottom: 40px;
}
.Medical-Billing-page .box {}
.Medical-Billing-page .box .heading {
    text-align: center;
    background: #ffad4a;
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 6px;
    height: 170px;
}
.Medical-Billing-page .heading img {
    height: 85px;
}
.Medical-Billing-page .box {
    height: 880px;
    position: relative;
}
.Medical-Billing-page .box .heading h3 {
    color: #fff;
    margin: 5px;
    text-transform: uppercase;
    font-size: 21px;
}
.Medical-Billing-page .box p {
    color: #a1a1a1;
    margin-bottom: 20px;
}
.Medical-Billing-page .box ul {
    padding-left: 0;
	list-style: none;
	margin-left: 10px;
}
.Medical-Billing-page .box ul li {
    color: #a1a1a1;
	margin-bottom: 10px;
	text-indent: -10px;
}
.Medical-Billing-page .box ul li i {
    margin-right: 5px;
    color: #ffad4a;
}
.Medical-Billing-page .box button {
    background: #ffad4a;
    border: none;
    border-radius: 30px;
    padding: 10px 27px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    bottom: 0;
}
.Medical-Billing-page .box2 .heading {background: #605ca8;}
.Medical-Billing-page .box2 .heading img {height:}
.Medical-Billing-page .box2 ul li i {color: #605ca8;}
.Medical-Billing-page .box2 button  {background-color: #605ca8;}

.Medical-Billing-page .box3 .heading img {height: 65px; margin-bottom: 20px;}

.Medical-Billing-page  .last-box {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
    color: #a1a1a1;
}
.Medical-Billing-page  .last-box p {
    font-size: 15px;
}
/*end Medical-Billing section*/

/*Start Practice-Support page*/
.Practice-Support-page .body {}
.Practice-Support-page .body .col-md-12 {padding-left: 0;}
.Practice-Support-page .body p:first-of-type {margin-bottom: 20px;}
.Practice-Support-page .body p:last-of-type {margin-top: 50px;}
.Practice-Support-page .body ul li {margin-bottom: 10px;}
.Practice-Support-page .body ul li i { margin-right: 15px; color: #ffad4a;}
.Practice-Support-page .body img {
    width: 100%;
    margin-top: 20px;
}
.Practice-support-features {
	padding-top: 20px;
	padding-bottom: 70px;
}
.Practice-support-features .box {
    text-align: center;
	height: 170px;
	padding-top: 15px;
}
.Practice-support-features .col-md-3 {border-left: 2px solid #ebebeb;}
.Practice-support-features .box1 {border}
.Practice-support-features .box i {
	margin-bottom: 25px;
	color: #f89624;
}
.Practice-support-features .box p {
    font-size: 16px;
    color: #898989;
}

.virture {
    background: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 65px;
}
.virture .col-md-7 {padding-left: 0;}
.virture h3 {
    color: #636363;
    font-weight: 600;
    margin-bottom: 30px;
}
.virture img {width: 100%;}
.virture p { color: #898989;}
.virture button {
    background: #f89624;
    border: none;
    border-radius: 30px;
    padding: 8px 25px;
    color: #fff;
    text-transform: uppercase;

}
.Featured-in {
    padding-top: 50px;
    padding-bottom: 50px;
}
.Featured-in h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    color: #898989;
}
.Featured-in hr {
    height: 3px;
    width: 7%;
    background-color: #f89624;
    text-align: center;
}
.Featured-in .carousel {margin-top: 30px ;text-align: center;}
.Featured-in .carousel .item img {
    height: 75px;
    display: inline;
    margin: 25px;
}
/*End Practice-Support page*/

/*Start Coding Automation Toolkit page*/
.Coding-Automation-Toolkit .body h3 {
	text-align: center;
	text-transform: uppercase;
	color: #555555;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 0;
}
.Coding-Automation-Toolkit .body > p {font-weight: 600;}
.Coding-Automation-Toolkit .body > p:first-of-type {
	text-align: center;
	font-size: 15px;
}
.Coding-Automation-Toolkit .body > p:last-of-type {font-weight: 400;}
.Coding-Automation-Toolkit .body img {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 6px;
}
.Coding-Automation-Toolkit .body ul {margin-bottom: 30px;}
/*End Coding Automation Toolkit page*/

/*Start Virtual-Medical-Scribe Page*/
.Virtual-Medical-Scribe .body > i {background: #605ca8;}
.Virtual-Medical-Scribe .body ul li i {color: #605ca8;}
.Virtual-Medical-Scribe .body .boxes {
	background: none;
	padding-top: 40px;
	padding-bottom: 30px;
}
.Virtual-Medical-Scribe .body .boxes .box {text-align: center;}
.Virtual-Medical-Scribe .body .boxes .box i {
	color: #ffad4a;
	padding: 35px 46px;
	background: #fafafa;
	border-radius: 50%;
}
.Virtual-Medical-Scribe .body .boxes .box h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.Virtual-Medical-Scribe .body .boxes .box p {text-align: left;}
.Virtual-Medical-Scribe .icons .icon {margin-bottom: 35px;}
.Virtual-Medical-Scribe .icons .icon i {color: #605ca8;}
.Virtual-Medical-Scribe .icons .icon h4 {
	margin-top: 0;
	margin-left: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.Virtual-Medical-Scribe .icons .icon p {margin-left: 20px;}
/*End Virtual-Medical-Scribe Page*/

/*Start Partners Page*/
.CMS-section {padding-top: 60px;padding-bottom: 70px;}
.CMS-section img {height: 240px;}
.CMS-section h3,
.kareo-connect-section h3,
.Coming-soon-section h3,
.Coming-soon2-section h3 {
    color: #707070;
    font-weight: 700;
    text-transform: uppercase;
}
.CMS-section p {color: #444444;font-size: 14px; line-height:28px}
.kareo-connect-section {
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 70px;
}
.kareo-connect-section p {color: #444444;font-size: 14px;line-height:28px}
.kareo-connect-section img {height: 230px;margin-left: 70px;}
.Coming-soon-section {padding-top: 60px;padding-bottom: 70px;}
.Coming-soon-section img {height: 200px;}
.Coming-soon-section p {color: #444444; font-size: 14px;}
.Coming-soon2-section {
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 70px;
}
.Coming-soon2-section img {height: 200px; margin-left: 70px;}
.Coming-soon2-section p {color: #444444; font-size: 14px;line-height:28px}
/*End Partners Page*/

/*Start Report-Page*/
.Report-Page {

}
.Report-Page h2 {
    color: #707070;
    font-weight: 800;
    margin-top: 60px;
    margin-bottom: 25px;
}
.Report-Page p {
    color: #444444;
    margin-bottom: 30px; line-height:28px;
}
.Report-Page ul {
    padding: 0;
    list-style: none;

    margin-bottom: 40px;
}
.Report-Page ul li {margin-bottom: 10px;color: #8d8d8d; display: inline-block;}
.Report-Page ul li:before {
    content: "\e063";
	float:left;
    color: #f7931d;
    background: #f7931d;
    border-radius: 50%;
    padding: 1px 4px;
    font-family: 'Glyphicons Halflings';
    margin-right: 8px;
	margin-bottom:20px;
}
.Report-Page .boxes {
    background: none;
    padding-top: 0;
}
.Report-Page .boxes .box {
    border-radius: 6px;
  /*  height: 226px;*/
}
.Report-Page .boxes .box img {width: 100%;}
.Report-Page .boxes .box1 {background: #2d1a4c; height:228px !important; text-align: center;}
.Report-Page .boxes .box1 h4 {
    color: #fff;
    padding: 15px;
    margin-top: 0;
}
.Report-Page .boxes .box1 p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 27px;
}
.Report-Page .boxes .box1 .text-center img {
    height: 50px;
    width: 50%;
}
.Report-Page .form-section {
    background: #ebf1f3;
    padding-top: 60px;
    padding-bottom: 60px;
}
.Report-Page .form-section h5 {
    text-align: center;
    text-transform: uppercase;
    color: #2d1a4c;
    font-weight: 700;
}
.Report-Page .form-section hr {
    height: 3px;
    background: #fff;
    width: 67%;
    margin-top: 0;
    margin-bottom: 0;
}
.Report-Page .form-section h4 {
    text-align: center;
    color: #ffad4a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.Report-Page .form-section h4:nth-of-type(2) {color: #2d1a4c;}
.Report-Page .form-section form {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.Report-Page .form-section form input {
    border: none;
    height: 42px;
    padding: 15px;
    margin-bottom: 15px;
}
.Report-Page .form-section input[type="submit"], .Report-Page .form-section form button{
    background: #f7931d;
    border: none;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    height: 47px;
    font-weight: 600;
    margin-top: 10px;
    width : 100%;
    }

.Report-Page .form-section form .submit-report-btn {
    background: #f7931d;
    border: none;
    border-radius: 30px;
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
}
/*End Report-Page*/




