.cls_error{
	 width: 100%;
    margin-top: 0.25rem;
    font-size: 100%;
    color: #dc3545;
}

button.msgclose {
    position: absolute;
    right: 3px;
    top: 0;
}

/*********** overwrite css ********************/
body {
    font-family: "Open Sans", sans-serif;
    background: #f6f9ff;
    font-size: 15px;
    color:  #444444;
}

.ftco-navbar-light {
    background: #fff !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: #012970;
        font-weight: 600;
} 

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #4154f1;
}

.ftco-navbar-light.scrolled .nav-item.active > a {
    color: #4154f1 !important;
}


.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
   
    background: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    color: #012970;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  
    color: #4154f1;
}

.product .text h3 {
    text-transform: capitalize;
    margin-top: 8px;
}

.btn.btn-primary {
    background: #4154f1 !important;
    border: 1px solid #4154f1 !important;
    color: #fff;
}

.btn.btn-primary:hover {
    border: 1px solid #4154f1 !important;
    background: transparent !important;
    color: #4154f1 !important;
}




a {
 color: #012970;
}

a:hover, a:focus {
    text-decoration: none;
    color: #4154f1;
}

.panel-heading a {
     color: #012970;

    }

.mouse-icon {
    border: 1px solid #cddfff;
}

.ftco-footer {
    border-top: 1px solid #cddfff;
    background:#f6f9ff ;
    color : #012970;
}
.ftco-footer .ftco-footer-widget h2 {
    color: #012970 ; 
    font-weight: bolder;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: #012970;
}

img.img-fluid.cityimg {
    object-fit: cover;
    height: 120px;
    width: 100%;
}


.ftco-footer-social li a {
    background: #4154f1 !important;
}

.nav-pills .nav-link.active {
    background:#4154f1;
}

.nav-pills .nav-link:after {
    border-color : #4154f1 transparent transparent transparent;
}

.nav-pills .nav-link:hover {
      background:#4154f1;
}
