/* Symbiosis Website Custom CSS */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.header-nav-wrapper #menuzord-right .menuzord-brand {
    margin-top: 13px !important;
}
#home-section{
    background: url(../our-images/banners/home-banner-dark.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} 
.sec-heading {
    font-size: 35px; line-height: 45px;
}
#home-section p{
    font-size: 23px;
    line-height: 30px;
}
.separator-light{
    width: 70px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
}
.separator-dark{
    width: 70px;
    height: 4px;
    background: #be202e;
    margin: 0 auto;
}
.separator-dark-left{
    width: 70px;
    height: 4px;
    background: #be202e;
}
#service-section .info-box {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}
#service-section .info-box:hover {
    background: #f6f6f6;
    border: 1px dashed #be202e;
    box-shadow: 0px 6px 30px -16px;
    transition: all 0.3s ease;
    border-radius: 5px;
}
#service-section .info-box .icon {
    float: left;
    width: 15%;
}
#service-section .info-box .info {
    float: right;
    width: 80%;
}
.info-box .title h4 {
    font-size: 16px;
    line-height: 20px;
}
.info-box .description {
    text-align: justify;
    line-height: 26px;
    color: #818181;
}
#whyus-section{
    background: url(../our-images/banners/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#whyus-section .specialties {
    background: #ffffff;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border-radius: 5px;
}
#section-testimonials .owl-carousel .owl-controls .owl-nav .owl-prev,#section-testimonials .owl-carousel .owl-controls .owl-nav .owl-next{
    display: block !important;
    background: #232323;
    padding: 5px;
    border-radius: 3px;
}
#section-testimonials .owl-carousel .owl-controls .owl-nav .owl-prev i,#section-testimonials .owl-carousel .owl-controls .owl-nav .owl-next i{
    color: #ffffff;
}
#section-testimonials .owl-carousel .owl-controls .owl-nav .owl-prev{
    top: 10% !important;
    left: -50px;
}
#section-testimonials .owl-carousel .owl-controls .owl-nav .owl-next{
    top: 10% !important;
    right: -50px;
}
.our-services .item img{
	width: : 356px !important;
	height: 258px !important;
    background: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
#contact-section .info-box .social-links ul li {
    padding: 5px 9px;
    margin: 2px;
}
#appointment-section .blog-info .icon, .blog-info .icon {
    float: left;
    width: 25%;
}
#appointment-section .blog-info .info, .blog-info .info {
    float: right;
    width: 70%;
}
ul.ul-list {
    list-style: outside;
    padding-left: 15px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}
.link-color{
    color: #1a0dab !important;
}