body {
	font-size: 16px;
	color: #393839;
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 { line-height: 1.2em; }
h1 {
	font-size: 20px;
	color: #1552a4;
	display: block;
	text-align: center;
	font-weight:bold;
	margin:0 0 20px;
}
h2 {
	font-size: 16px;
	color: #44ade2;
	font-weight:normal;
	margin-bottom:20px;
}
h3 {
	font-size: 29px;
	color: #444444;
}
h4 {
	font-size: 27px;
	color: #444444;
}
h5 {
	font-size: 24px;
	color: #444444;
}
h6 {
	font-size: 20px;
	color: #444444;
}

p { 
	font-family: 'Roboto', sans-serif;
	font-size:14px; 
	color:#393839;
	line-height:18px;
	margin-bottom:22px;
    line-height: 20px;
}
a { color: #44ade2; }
a:hover { color:#14b04c; }
a:hover, a:focus, a:visited { text-decoration: none; outline: none; }
.list-inline ul,
.list-unstyled ul,
.list-inline {
	padding: 0;	
	margin: 0;
}
.list-inline li,
.list-unstyled li {
	list-style: none;
	background: none;
}
.list-inline li { display: inline-block; }
.form-control,
.btn,
textarea {
	border-radius: 0;
}
.btn-block { width: 100% !important; }

/*==============================
	General Styles
==============================*/
.breadcrumb{background-color:transparent; padding:0px 0; width:100%; margin:8px 0 8px; text-align:right; border-radius:0; -webkit-border-radius:0;}
.breadcrumb ul{margin:0;}
.breadcrumb ul li{display:inline-block;padding:0 6px 0 3px; line-height:15px;border-right:1px solid #393839;}
.breadcrumb ul li span{ont-family: 'Roboto', sans-serif; font-size:12px;color:#393839; padding-left:5px;}
.breadcrumb ul li:before{display:none; }
.breadcrumb ul li a{font-family: 'Roboto', sans-serif; font-size:12px;color:#393839; font-weight:normal;}
.breadcrumb ul li:last-child {border:0 none;}
.breadcrumb ul li a:hover{color:#44ade2;}

ul {
	padding: 0 0 0 5px;
	margin: 0 0 20px 20px;
}
ul li {
	font-family: 'Roboto', sans-serif;
	padding-left: 12px;
	font-size: 14px;
	color: #414042;
	list-style: none;
	line-height: 20px;
	font-weight:300;
	margin-bottom:5px;
}
ul li:before {
	/* For a round bullet */
	content: '\2022';
	/* For a square bullet */
      /*content:'\25A0';*/
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -10px;
	top:1px;
	color: #44ade2;
	font-size: 16px;
}
ol {
	counter-reset: item;
	margin-bottom: 10px;
	margin-left: 20px;
	display: inline-block;
	padding:0;
}
ol li {
	font-family: 'Roboto', sans-serif;
	padding-left: 20px;
	font-size: 14px;
	color:#414042;
	line-height: 20px;
	display: block;
	font-weight:300;
	position: relative;

}
ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #44ade2;
	font-weight: normal;

	position: absolute;
    max-width: 0px;
    max-height: 0px;
    left: -3px;
    top: 0;
}
.nopadding-LR {
	padding-left: 0;
	padding-right: 0;
}
.nopadding-Left {
	padding-left: 0;
}
.nopadding-Right {
	padding-right: 0;
}

/** button **/
.btn-gray {
	background-color: rgba(158,148,141,0.8);
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	width: 179px;
	padding: 2px 0;
}
.btn-gray:hover {
	background-color: rgba(158,148,141,1);
	color: #ffffff;
}
.btn-pink {
	background-color: #d4145a;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 5px;
	color: #ffffff;
}

/** center large image **/
.img-container-lg {
	position: relative;
	overflow-x: hidden;
}
.img-cont img { width: 100%; }

/** videoWrapper **/
.videoWrapper img { width: 100%; }

/** custom select **/
.custom-select {
    overflow: hidden;
	height: 34px;
	border-radius: 0;
	border-color: #234051;
	border-width: 1px;
	border-style: solid;
}
.custom-select select,
.custom-select .form-control {
	border: 0 none !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url('../images/select-arrow.jpg') 100% top no-repeat #dcdbdc;
   	appearance: none;
    width: 100%; /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    cursor: pointer;
    clear: both;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	height: 38px;
	background-color: #c5c2c1;
	height: 34px;
}
.form-control {border-color: #c5c2c1;}
.form-control:focus { box-shadow: none; border-color: #3c90eb; }
.form-group label {
	font-family: 'Roboto', sans-serif;
	color: #393839;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
	text-transform:uppercase;
}
input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, input:-webkit-autofill:active {
    -webkit-text-fill-color: #414042 !important;
    -webkit-box-shadow: 0 0 0px 1000px #e6e7e8 inset;
    transition: all 5000s ease-in-out 0s;
    transition-property: #e6e7e8, #e6e7e8;
}
.contact-container{padding-bottom:20px;}
.contact-container label{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #414042;
	font-weight:300;
	line-height:18px;
	margin-bottom:2px;
}
.contact-container input[type="text"],
.contact-container input[type="tel"],
.contact-container input[type="email"]{
	font-family: 'Roboto', sans-serif;
	color: #746f6f;
	font-weight: bold;
	text-transform:uppercase;
	width: 100%;
	height: 41px;
	padding: 7px 5px;
	font-size:16px;
	display: block;
	margin-bottom: 15px;
	background-color: #c5c2c1;
	line-height: 20px;
	border:1px solid #c5c2c1;
	-webkit-border-radius:0;
	border-radius:0;
	box-shadow:none;
	
}
.contact-container input[type="text"]:focus, 
.contact-container input[type="tel"]:focus, 
.contact-container input[type="email"]:focus, 
.contact-container textarea:focus {
	border:1px solid #00a0af;
}
.contact-container textarea {
	font-family: 'Roboto', sans-serif;
	color: #746f6f;
	font-weight: bold;
	text-transform:uppercase;
	width: 100%;
	height: 90px;
	padding: 7px 5px;
	display: block;
	margin-bottom: 15px;
	resize: none;
	border:1px solid #414042;
	-webkit-border-radius:0;
	border-radius:0;
	box-shadow:none;
}
.select-box {
	border:1px solid #c5c2c1;
	-webkit-border-radius:0;
	border-radius:0;
	background: #c5c2c1 url(../images/bg-select-arrow.jpg) no-repeat right top;
	height: 41px;
	margin-bottom: 20px;
	overflow: hidden;
	width:100%;
}
.select-box select {
	font-size:16px;
	background: none repeat scroll 0 center rgba(0, 0, 0, 0);
	border: 0 none;
	font-family: 'Roboto', sans-serif;
	color: #746f6f;
	font-weight: bold;
	text-transform:uppercase;
	padding: 8px 60px 0px 5px;
	display: block;
	width: 110%;
	text-transform:uppercase;
	line-height: 18px;
	margin-top:-1px;
	box-shadow:none;
}
:focus {
	outline: none !important;
}
select, select:focus, select:active, select::-moz-focus-inner, select:-moz-focusring {
 border: 0 !important;
 outline: none !important;
}
select::-moz-focus-outer {
 border: 0 !important;
}
select:-moz-focusring {
 color: transparent !important;
 text-shadow: 0 0 0 #746f6f !important;
}
select {
	outline: none !important;
}
.box-btm .btn-green{width:100%;}
.box-btm  .captcha{text-align:right; float:right;}
/** radio **/
.checkbox-custom .col-md-7{padding:0;}
.checkbox-custom  .radio-inline{padding-left:0;}
.checkbox-custom > label ,.contact-container label{ display: block; margin-bottom: 18px;font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #1552a4;
	font-weight:bold; margin-bottom:10px;}
.checkbox-custom .checkbox-inline, .checkbox-custom .radio-inline { padding-left: 0px; }
.checkbox-custom input[type="checkbox"].checkbox, .checkbox-custom input[type="radio"].radio {  display: none; }
.checkbox-custom input[type="checkbox"].checkbox + label, .checkbox-custom input[type="radio"].radio + label {
    display: inline;
    position: relative;
    background: url('../images/bg-checkbox.gif') 0 2px no-repeat;
    padding: 6px 17px 8px 35px;
    cursor: pointer;
    font-weight: bold; font-size: 18px; 
	color:#14b04c; text-transform:capitalize;
}
.checkbox-custom input[type="checkbox"].checkbox:checked + label, .checkbox-custom input[type="radio"].radio:checked + label { background: url('../images/bg-checked.gif') 0 2px no-repeat; }
.note{font-family: 'Roboto', sans-serif; font-size:16px;font-weight:bold; color:#1552a4; line-height:20px;}
.contact-container .col-md-4.checkbox-custom{text-align:left;}
.contact-container .col-md-4.checkbox-custom label{text-align:left;padding-left:0px;}

.inline-input .frm_radio, .inline-input .frm_checkbox {display:inline-block}
.inline-input .frm_radio input, .inline-input .frm_checkbox input {display: none;}
.inline-input .frm_radio > label,
.inline-input .frm_checkbox > label{
	display: inline;
    position: relative;
    background: url('../images/bg-checkbox.gif') 0 2px no-repeat;
    padding: 6px 10px 8px 32px !important;
    cursor: pointer;
    font-weight: bold; font-size: 18px; 
	color:#14b04c; text-transform:capitalize;
}
.inline-input .frm_radio.checked > label,
.inline-input .frm_checkbox.checked > label{ background: url('../images/bg-checked.gif') 0 2px no-repeat; }


/*==============================
	Main Header
==============================*/
.mainHeader .container { position: relative; }
#logo { position: absolute; left: 0; top: 0; z-index: 100; }
/* topheader */
.topheader { background-color: #44ade2; height: 40px; line-height:40px; text-align:right;}
.topheader ul{}
.topheader ul li{padding:0; display:inline-block; border-right:2px solid #66b7e6; line-height:18px;}
.topheader ul li:before{display:none;}
.topheader ul li a{color:#393839; font-size:16px; text-transform:uppercase; padding:2px 10px; position:relative;}
.topheader ul li a:hover{color:#fff;}
.topheader ul li:last-child {border-right:0 none;}
.topheader ul li:last-child a{padding-right:0;}
.topheader ul li a span{background:url(../images/bg-check.png) no-repeat left top; width:16px; height:12px;display: block;position: absolute;left: -8px;top: 7px;}
/* phone num */
.phone-num { background-color: #ffffff; height: 60px; text-align:right; line-height:60px;}
.phone-num a{color:#44ade2;}
.phone-num a:hover{color:#1552A4;}
/* main menu */
.menu-wrap { height: 57px; background-color: #c5c2c1; text-align:right;}
.main-menu li { display: inline-block; border-right:1px solid #aea9a9; padding:0;line-height:33px; height:33px;}
.main-menu ul{padding-top:13px;}
.main-menu > ul > li:first-child { display: none; }
.main-menu li ul { display: none; }
.main-menu li:before{display:none;}
.main-menu li a{font-family: 'Roboto', sans-serif; font-weight:normal;color:#393839; font-size:16px; line-height:33px; text-transform:uppercase; padding:0 17px;}
.main-menu li:nth-child(6) a{padding-right:0;}
.main-menu li:nth-child(6) {border-right:0 none;}
.main-menu li a:hover, .main-menu li a:active, .main-menu li a:focus, .main-menu li.selected a,
.main-menu li.current-menu-parent > a, .main-menu li.current-menu-item > a{color:#44ade2;}
/*==============================
	Footer
==============================*/
#footer{background-color:#6d6969; border-top:3px solid #fff; position:relative;}
#footer .container{background-color:#393839; position:relative; height:322px;}
#footer .container:before{
	background:url(../images/bg-footer-l.jpg) no-repeat left top;
	width:373px; height:322px;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
#footer .container:after{
	background:url(../images/bg-footer-r.jpg) no-repeat right top;
	width:373px; height:322px;
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    z-index: 100;
}
.footer-logo{position:relative; z-index:101; text-align:center; padding:13px 0 5px;}
#footer p{color:#fff; line-height:20px; font-size:16px;position:relative; z-index:101; text-align:center; font-weight:normal; margin-bottom: 5px;}
#footer p a{color:#fff;}
#footer p a:hover{color:#44ADE2;}
#footer p span{color:#44ade2; font-style:italic;}
.copyc{font-family: 'Roboto', sans-serif;color:#fff; font-size:14px; text-align:center;position:relative; z-index:101;}
.copyc a{color:#fff;}
.copyc a:hover{color:#008fca;}
/* designedby */
.designedby {
	display: block;
	text-align:left;
	width:210px; margin:auto;
}
.designedby a{display:block;background:url("../images/splash-white.svg") no-repeat right top/ 82px 27px;height: 27px;width: 205px;vertical-align: middle; padding-top: 3px;}
.designedby a:hover {color:#fff;background:url("../images/splash-white-hover.svg") no-repeat right top/ 82px 27px;}

/*==============================
	Banner
==============================*/
.banner{border-bottom:3px solid #1552a4; border-top:3px solid #fff;}
.banner li,.banner ul{padding:0;margin:0;}
.banner li:before{display:none;}
.banner img { width: 100%;}
.banner .container{position:relative;}
/*==============================
	Sidebar
==============================*/
.sidebar .side-nav{margin-bottom:30px;}
.sidebar .side-nav .title{
	background-color:#44ade2;font-family: 'Roboto', sans-serif; font-weight:bold;
	font-size:20px; color:#fff; text-align:center; text-transform:uppercase; position:relative;
	height:50px; display:table; width:100%;
}
.sidebar .side-nav .title span{display:table-cell; vertical-align:middle; height:50px; width:100%;}
.sidebar .side-nav .title:before{
	background:url(../images/bg-ca-1.png) no-repeat left top;
	width:87px; height:50px;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
.sidebar .side-nav .title:after{
	background:url(../images/bg-ca-1a.png) no-repeat right top;
	width:87px; height:50px;
    content: '';
    top:0; right:0;
    position: absolute;
    z-index: 100;
}
.sidebar .side-nav ul{background-color:#d1cece; width:100%; padding:10px 0 5px; margin-left:0;}
.sidebar .side-nav ul li:before{display:none;}
.sidebar .side-nav ul li{display:block; padding:0;}
.sidebar .side-nav ul li a{display:block; font-size:16px; text-align:center; color:#393839; line-height:15px; padding:8px 0; text-transform:uppercase;}
.sidebar .side-nav ul li a:hover, .sidebar .side-nav ul li a:focus, .sidebar .side-nav ul li a:active, 
.sidebar .side-nav ul li.selected a, .sidebar .side-nav ul li.current-menu-item > a{background-color:#f2f0f0;}
.appointment-box{background-color:#44ADE2;position:relative; margin-bottom:30px;}
.appointment-box:before{
	background:url(../images/bg-ca-3.png) no-repeat left top;
	width:87px; height:71px;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
.appointment-box:after{
	background:url(../images/bg-ca-3a.png) no-repeat right top;
	width:87px; height:71px;
    content: '';
    top:0; right:0;
    position: absolute;
    z-index: 100;
}
.appointment-box .ap-content p{padding:45px 0;}
.appointment-box .ap-content:before{
	background:url(../images/bg-ca-4a.png) no-repeat left top;
	width:87px; height:71px;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
.appointment-box .ap-content:after{
	background:url(../images/bg-ca-4.png) no-repeat right top;
	width:87px; height:71px;
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 100;
}
.appointment-box .ap-content a{padding:60px 0 55px 9px; display:block; text-align:center;font-family: 'Roboto', sans-serif; font-weight:600; color:#fff; font-size:45px; text-transform:uppercase; line-height:35px;}
.appointment-box .ap-content a:hover{background-color:#479857;}
.appointment-box .ap-content a span{font-family: 'Roboto Condensed', sans-serif; font-weight:bold; font-size:34px; display: block; margin-left:-9px;}
/*==============================
	Content
==============================*/
.body{padding:30px 0;}
.body .container{position:relative;}
.innerpage .body{padding-top:0;}

.img-indent { margin-bottom: 20px; }
.img-indent.pull-right { margin-left: 20px; }
.img-indent.pull-left { margin-right: 20px; }
.img-box{float:right; margin-left:10px; margin-bottom:5px;}
/*.meet-theteam p{margin-bottom:10px;}*/
.meet-theteam p a, .meet-theteam p span{font-weight:bold; font-size:16px; color:#44ade2;}
.contact-details p span{font-size:16px; color:#42ace2; font-weight:bold; text-transform:uppercase; display:block; margin-bottom:3px;}
.contact-details p a.tel{color:#393839;}
.contact-details p{margin-bototm:15px;}
.btn-green{background-color:#14b04c; display:block; font-family: 'Roboto', sans-serif; font-size:18px; text-transform:uppercase; color:#fff; text-align:center;	 width:235px;}
.btn-green:hover{background-color:#44ADE2; color:#fff;}
/*==============================
		Homepage
==============================*/
.call-toaction{padding:20px 0 0; margin-bottom:-35px;}
.call-toaction .col-md-4 span{display:block; position:relative;}
.call-toaction a{background-color:#44ade2; display:block; text-align:center; text-transform:uppercase; color:#fff; font-weight:bold; position:relative; height:50px; line-height:50px; margin-bottom:20px;}
.call-toaction a:hover{background-color:#14b04c;}
.call-toaction .col-md-4 a:before{
	background:url(../images/bg-ca-1.png) no-repeat left top;
	width:87px; height:51px;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
.call-toaction .col-md-4 a:after{
	background:url(../images/bg-ca-1a.png) no-repeat right top;
	width:87px; height:51px;
    content: '';
    top:0; right:0;
    position: absolute;
    z-index: 100;
}
.call-toaction .col-md-4:first-child a:after{
	display:none;
}
.call-toaction .col-md-4:nth-child(3) a:before{
	display:none;
}
.call-toaction .col-md-4:nth-child(4) a:before{
	background:url(../images/bg-ca-2.png) no-repeat left top;
}
.call-toaction .col-md-4:nth-child(4) a:after{
	display:none;
}
.call-toaction .col-md-4:nth-child(5) a:before{
	background:url(../images/bg-ca-2.png) no-repeat left top;
}
.call-toaction .col-md-4:nth-child(5) a:after{
	background:url(../images/bg-ca-2a.png) no-repeat right top;
}
.call-toaction .col-md-4:nth-child(6) a:before{
	display:none;
}
.call-toaction .col-md-4:nth-child(6) a:after{
	background:url(../images/bg-ca-2a.png) no-repeat right top;
}
.testimonials{
	background-color:#1552a4;
}
.testi-box{position:relative; padding:25px 75px; text-align:center;}
.testi-box:before{
	background:url(../images/bg-quotetop.png) no-repeat right top;
	width:58px; height:49px;
    content: '';
    top:-20px; left:0;
    position: absolute;
    z-index: 100;
}
.testi-box:after{
	background:url(../images/bg-quotebtm.png) no-repeat right top;
	width:58px; height:49px;
    content: '';
    top:-20px; right:0;
    position: absolute;
    z-index: 100;
}
.testi-box p{
	color:#fff; text-align:center; font-size:16px; line-height:20px; padding-bottom:10px;
}
.testi-box .testi-name{color:#44ade2; font-weight:bold; text-transform:uppercase;}

.topheader ul li.selected a{color: #fff;}
.bx-wrapper .bx-viewport{
	-moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0;
    left: 0;
    background: #fff;
}

.system-message, .system-error-message {
    background-color: #fff !important;
    border: 0 !important;
    color: #666 !important;
    padding: 0 !important;
    text-align: center;
}
.tabledefault{width: 100% !important;}


/*for FireFox*/
.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn.focus:active, 
.btn.active.focus,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner{   
    border : 0px !important;
    outline-offset: 0 !important;
} 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus,
input[type="submit"]:active, input[type="button"]:active{     
    outline : none !important; 
}
button::-moz-focus-inner {
  border: 0 !important;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.checkbox-custom > label{
	margin-bottom: 14px !important;
}
#navmenu{display: none;}
.cleanSpan{color: #fff !important; font-style: normal !important;}
.checkbox-custom .checkbox-inline{margin-bottom: 10px;}
.radio-inline+.radio-inline, 
.checkbox-inline+.checkbox-inline{
	margin-left: 0;
}
.system-message h1, 
.system-error-message h1{
	line-height: 1.2em;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance:none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.g-recaptcha{
	transform:scale(0.85);
	-webkit-transform:scale(0.85);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
/*footer nav*/
.footer-nav{display: inline;}
.footer-nav ul li{display: inline-block;}
.footer-nav ul li:before{content: '';}
.footer-nav ul{padding: 0;margin: 0;}
.footer-nav ul li.selected a{color: #008fca;}
.soci-link{display: inline-block; text-align: center; width: 100%;}
.soci-link ul{padding: 0;margin: 0;}
.soci-link ul li{display: inline-block;}
.soci-link ul li:before{content: '';}
.soci-link ul li a{color: #fff; font-size: 30px;}
.soci-link ul li a:hover{color: #44ade2;}
#catwebformbutton{margin-top: 28px;}
.banner .img-cont{display: none;}
.banner .img-cont:first-child{display: block; opacity: 0;}
.plan-include-h2 h2{margin-top: 0;}
.btn-link{background-color: #44ade2; width: 100%; text-align: center; color: #fff; display: block; padding:15px 0; position:relative;text-transform: uppercase;color: #fff;font-weight: bold;position: relative;height: 50px;margin-bottom: 20px; font-size:16px;}
.btn-link:before{
	background: url(../images/bg-ca-2.png) no-repeat left top;
	width: 87px;
	height: 51px;
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	z-index: 100;
}
.btn-link:after{
	background: url(../images/bg-ca-2a.png) no-repeat right top;
	width: 87px;
	height: 51px;
	content: '';
	top: 0;
	right: 0;
	position: absolute;
	z-index: 100;
}
.btn-link:hover{background-color: #14b04c;text-decoration: none; color: #fff;}
.box-mp{background-color: #eae9e9; padding:15px; min-height:425px; margin-bottom:10px;}
.box-mp .col-md-5:last-child{float:none; margin:auto;}
.box-mp h3{margin-top:0;}
.box-r{margin-top:-12px;}
.box-r .btn-link{margin-bottom:5px;}
.patient-forms .col-md-8 p{margin-bottom:11px; line-height:1.4;}
.patient-forms .col-md-8 p:nth-child(2){margin-bottom:0px!important;}

