﻿
.SelectedPage {
    background-color: cornflowerblue !important;
    color: white !important;
}

.DisableButton {
    background-color: rosybrown;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}


.page-on-scroll .page-header .navbar {
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3);
}

.testimonials-v1 blockquote:before {
    left: 70% !important;
    border-top: 22px solid #64AED9 !important;
}

.testimonials-v1 blockquote {
    background-color: #336699 !important;
    color: white !important;
}

 
.logoimg{
    height:83px !important;
    width:100px !important;
    margin-top:3px;
}

.page-header .navbar {
    background-color: rgba(0,0,0,0.1);
}

.page-slider {
    margin-top: -91px !important;
    clear: both;
}

.form-control {
    height: 40px !important;
    min-height: 40px !important;
}

.logocolor {
    color: #E02222 !important;
}
.disable-pointer {
    pointer-events: none !important;
}