.navpanel {
  margin-bottom:0px;
}
.wrap-text{
	width:100%; 
	word-wrap:break-word; 
	display:inline-block;
}
.navbar-brand>span {
	color:#26b999;font-size: 30px; text-transform: uppercase;font-weight: 800;
}
.navbar-sidenav{
	margin-top:85px !important;
	border-right: 1px solid #ddd !important;
}
button[aria-expanded=true] .fa-plus {
   display: none;
}
button[aria-expanded=false] .fa-minus {
   display: none;
}
.navbar{
border-bottom: #ddd 1px solid;
}
.tag-line {
    font-size: 10px;
    font-weight: 600;
    color: #ed5564;
}
.form-inline {
    display: initial !important;
}
.carousel-caption>p{
	font-size: 11px;
}
.carousel-caption{
    padding-bottom: 170px;
}
.feature-div>img{
    width: 60px;
}
.feature-div>h4{
    margin-bottom: 10px;
}
.price-div{
	border: 1px solid #eee;
	padding: 0px !important;
}
.price-div:hover{
	 box-shadow: 0 0 15px #b5b5b5;
	 z-index: 9;
    margin-top: -15px;
}
.price-header{
	padding: 20px;
	background: #1565c0;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}
.price-amount{
	 padding: 22px;
    background: #eee;
    color: #908c8c;
}
.price-amount h4{

    font-size: 45px;
}
.price-amount h4 i{
	  top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}
   
.price-detail{
	padding: 9px;
    border-bottom: 1px solid #eee;
}
.price-footer{
	    padding: 15px;
}
.hover-effect {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

pre {
    display: block;
    margin-top: 0;
    padding:10px;
    margin-bottom: 1rem;
    font-size: 90%;
    color: lightgrey;
    background-color: rgb(52, 58, 64) !important;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: lightgrey !important;
    background-color: rgb(52, 58, 64) !important;
    border-radius: 0;
}
.errordiv{
	display:none;
}
.successdiv{
	display:none;
}
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption{
    padding-bottom: 20px;
 }
 .navbar-sidenav{
	margin-top:5px !important;
}
 .container>.h1, h1 {
	font-size: 1.75rem;
}
.carousel-caption>.h2, h2 {
	font-size: .75rem;
}
.carousel-caption>.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	    margin-bottom: -.8rem;
	    font-family: inherit;
	    font-weight: 500;
	    line-height: 1.1;
	    color: inherit;
	}
	.carousel-indicators {
    	bottom: -5px;
	}
}
.show{
	display:block;
}
.hide{
	display:none;
}
footer.sticky-footer {
    background-color: #343a40 !important;
    color: #868e96 !important;
    padding-top: 25px;
    font-size: 1.2rem;
}

footer.sticky-footer a {
    color: #fff !important;
    font-size: .9rem !important;
    font-weight:200 !important;
}
footer.sticky-footer a :hover{
    color: #868e96 !important;
}

.content-overlow{
	overflow-x:scroll;
}

.content-wrapper {
    padding-bottom: 5rem;
}
#transp {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.9);
    width: 100%;
    height: 100%;
}

#transpimage{
	height: 150px;
    width: 150px;
    top: 50%;
    left: 50%;
    position: relative;
}

#transptxt{
	font-size: 20px;
    top: 30%;
    position: relative;
}

.preferred-login {
    padding-top: 8px;
    padding-bottom: 11px;
    margin-bottom: 16px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #d6d9dc;
    color: #535a60;
    text-align: center;
    cursor: pointer;
}

.svg-icon {
    vertical-align: bottom;
}

.auth-buttons-divider {
    text-align: center;
    margin: 20px 0;
    font-size:22px;
}

.rowvisited{
	background-color:#f2f3f5;
}
.tools>div>img{
width:35% !important;
}

.card-img-top-modified{
	width:70% !important;
}