.testimonial{
    margin:0 10px;
    position:relative;
}
.testimonial .testimonial-review{
    overflow: hidden;
    margin-bottom:25px;
    border-bottom:3px solid #f8981d;
    padding-bottom:36px;
    position:relative;
}
.testimonial .testimonial-review:after{
    content: "";
    border-bottom: 20px solid #f8981d;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: 14%;
    color: #aaa;
    font-size: 20px;
}
.testimonial .pic{
    float: left;
}
.testimonial .pic img{
    width:100%;
    height: auto;
    border-radius:10px;
}
.testimonial .testimonial-title{
    color: #333;
    display: inline-block;
    font-size:19px;
    margin:40px 15px 15px;
    font-weight:bold;
    text-transform: uppercase;
}
.testimonial .testimonial-title > small{
    color:#077080;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.testimonial .description{
    color:#808080;
    text-align:left;
    font-size: 16px;
    line-height:24px;
    margin-top:10px;
}
/*.owl-theme .owl-controls{
    margin-top: 30px;
    float: left;
}


.owl-theme .owl-controls .owl-page span{
    background: #3e3e3e;
    display: block;
    height: 8px;
    margin: 5px 2.5px;
    width: 30px;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #077080;
}*/



@media screen and (max-width: 480px) {
    .testimonial .testimonial-title{
        font-size:13px;
        margin: 40px 10px 10px;
    }
}

div#toolbar{
    padding-top:10px; padding-bottom:10px;
}

div.width-logo > a{
    margin-top:-4px;
}

body #callpage div.cp-button-section{
    z-index: 3 !important;
}

div.navigation ul.navbar-nav>li>a{
    padding: 11px 20px 16px; 
}

div.navigation .navbar-nav>li.tc-menu-layout-builder>a:after, div.navigation .navbar-nav>li.menu-item-has-children>a:after{
    right: -6px;
}

div.tc-megamenu-holder .vc_row-fluid{
    padding-left: 30px;
}

.navigation .width-navigation .navbar-nav > li > a, .navigation .width-navigation .navbar-nav > li > span {
    font-size: 14px !important;
}

span#magic-line{
    bottom: 70px !important;
}

button.app-now{
    background-color: #ff8700 !important;
    cursor: pointer !important;
    font-size: 18px !important;
    padding: 14px 16px !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    position: fixed !important;
    top: 50% !important;
    right: -38px !important;
    z-index: 999 !important;
    -moz-transform: rotate(90deg) !important;
    -webkit-transform: rotate( 90deg ) !important;
    -o-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(270deg) !important;
}

header#masthead{
    height: 126px!important;
}

header.site-header .navbar-nav{
    margin-top: -47px;
}

div.owl-carousel .owl-dots{
    text-align: center;
}

div.owl-carousel .owl-dot {
	width: 10px ;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #82888d;
	display: inline-block;
	margin: 0 5px;
}

div.owl-carousel .owl-dot.active{
    background: #ffb606 !important;
}

div.thank-container{
    max-width: 500px;
    margin: 20px auto 0;
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    float: none;
    border-radius: 15px
}

.submit-new-bt{
    text-align: center;
    margin-top: 40px;
}

div.thank-container p{ font-size: 22px; color: #000000; }


@media screen and (max-width: 767px) {

	div.thim-nav-wrapper {
	    width: 100% !important; padding-right: 45px !important;
	}

	header#masthead{
		height: auto !important; 
	}

	rs-slide[data-key="rs-20"] rs-sbg {
	    background-position: left 50% !important;
	    background-size: 100% !important;
	}
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        margin-top: 20px;
    }
}
