/*
Theme Name: bicmd
Theme URI: https://github.com/propanestudio/BicMD_Website
Author: Propane
Author URI: https://github.com/propanestudio
Description: BICMD Website
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: themefuse, unyson, free
Text Domain: unyson
Domain Path: /languages

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
 * fix for https://github.com/ThemeFuse/Unyson/issues/97
 */
.fw-page-builder-content {
	margin-left: -15px;
	margin-right: -15px;
}
.section-cases .featured-cases .nav-pills .nav-link:hover, .section-cases .featured-cases .nav-pills .nav-link.active , .sidebar-cat li a.active-link, .sidebar-cat li a:hover{
  /*background: $color-electric-blue;*/
  background: url("./images/arrow-background.png");
  background-size: cover;
  
}
section.condition-page ul.condition-tabs li .nav-link.active .bc-card .learnmore:hover {
    color: #fff;
}

.blog-bottom-layout .blog-ctn {  
    max-width: 660px !important;
}
.three-columns-section.style-2 a:hover {
    color: #F78E6A;
}
section.condition-page .complex-tab .cases-detail ul.cases-list li {    
    width: 100%;
}
.doctor-block .doctor-panel h5, .doctor-block .doctor-panel .h5,section.condition-page .complex-tab .doctor-section .doctors-swiper ul.list-group li.list-group-item.swiper-slide .doctor-footer h5{
	max-height: 44px;
    overflow: hidden;
}

header a.navbar-brand img, section.main-footer .footer-information img {
    width: 132px;
    height: auto;
}

/* EDITS November 2022 */
section:last-of-type.fw-main-row{
	    background: #53556C;
	    padding: 100px 0;
}
section.fw-main-row .wrap-forms h2{
color: #DBE4F7;
	text-align:center;
}
section.fw-main-row .wrap-forms p{
    color: #C5CEDF;
    font-size: 18px !important;
    line-height: 24px;
	text-align:center;
}
section:last-of-type.fw-main-row .fw-row:before{
	display:none;
}
section:last-of-type.fw-main-row .wrap-forms label{
	font-size: 14px !important;
    line-height: 36px;
    color: #DBE4F7;
    margin-bottom: 0 !important;
	font-weight: 100 !important;
}
section:last-of-type.fw-main-row .wrap-forms input, .wrap-forms select {
    font-size: 14px;
    height: 57px;
    padding: 9px 20px;
    border: none;
    border-radius: 0.3rem;
}
section:last-of-type.fw-main-row form {
    max-width: 700px;
    margin: auto;
}
section:last-of-type.fw-main-row > div > div > div > div > form > div:nth-child(7){
	text-align:center;
}
section:last-of-type.fw-main-row form > div:nth-child(7) > input[type=submit]{
	background: #F78E6A;
    color: #fff;
	padding:10px;
	border-radius:.5rem;
	border-style: none;
	min-width: 9em;
}
section:last-of-type.fw-main-row form > div:nth-child(7) > input[type=submit]:hover{
	background: #244680;
    border-color: #244680;
    color: #fff;

}
textarea{
    border-radius: 0.3rem;
}
body > div.fw-page-builder-content > section:nth-child(13){
	margin-top:0px;
}

