/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/


.footer-inner {
    background-image: none;
}

.header-toparea,
.footer-inner,
.breadcrumb-area {
    background-color: #292526;
}

.footer-copyright-area {
    background-color: #0468b3;
}

.in-navigation {
    text-align: left;
}

.in-navigation .in-dropdown ul {
    width: 340px;
}

.breadcrumb-area {

}

.breadcrumb-area h1 {
    color: #ffffff;
    font-size: 50px;
}

.page-link {
    background-color: transparent;
    border: none !important;
}

.widget-info {
    background: #ffff;
    border-radius: 10px;
    padding: 10px;
}

.widget-info p {
    color: #000000 !important;
    font-size: 16px;
    text-align: justify;
}

.widget-info p a {
    color: #0a3161;
}

.copyright-links .widget-title {
    margin-bottom: 12px;
    display: block;
}

[data-overlay="8"]:before, [data-secondary-overlay="8"]:before, [data-black-overlay="8"]:before, [data-white-overlay="8"]:before {
    opacity: 0.5;
}

[data-secondary-overlay]:before {
    background-color: #000;
}

.in-feature h4 {
    font-size: 20px;
}

.pt-14 {
    padding-top: 14px;
}

.heightmatch {
    background-size: cover;
    background-position: center;
}

.about-area {
    margin-bottom: 100px;
}

.cms-deatils-sidebar {
    background-color: black;
    border-radius: 5px;
    color: #ffff;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.cms-deatils-sidebar li {
    list-style: none;
    padding-left: 0px;
}

.cms-deatils-sidebar a:hover {
    color: #007bff;
}

.insurencebox {
    padding: 75px 50px;
    box-shadow: 0 0 10px rgba(3, 168, 243, 0.2);
}
.insurencebox h4 {
    color: #03a8f3;
    margin-bottom: 5px;
}
.insurencebox h2 {
    line-height: 1.2;
}
.insurencebox-form select, .insurencebox-form input, .insurencebox-form .nice-select {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.insurencebox-form button, .insurencebox-form input[type="submit"] {
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .insurencebox {
        padding: 40px 30px;
    }
}

#form-response-text {
    border-radius: 5px;
    background-color: yellowgreen;
    color: #000000;
    padding: 10px;
    margin-bottom: 15px;
    display: none;
}

form .border-error {
    border: 2px solid red !important;
}

form .border-success {
    border: 2px solid yellowgreen !important;
}

.bg-red {
    background-color: red !important;
    color: #ffffff !important;
}