/**
 * Place your custom styles here.
 */


@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');


*:focus {
    outline: none !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

.navigation .navbar {
    border-radius: 0px;
}

.navigation .navbar-default {
    background: #003975;
    border-color: #003975;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navigation .navbar-default .navbar-brand {
    color: #fff;
    height: 100px;
    padding: 26px 15px;
    line-height: 100px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navigation .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    /*-----12-feb-2019--------*/
    /*
        padding: 0px 18px;
    */
    padding: 0px 15px;
    line-height: 100px;
    font-weight: 400;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #ffffff;
    color: #003975;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.navigation .navbar-brand>img {
    display: block;
    width: 100%;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
    width: 100%;
    position: relative;
}

.banner::after {
    content: "";
    background: rgba(0, 26, 45, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.banner .banner-title {
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: 400;
    display: block;
}

.banner .banner-title h2 {
    font-size: 60px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.formwrapper {
    padding: 70px 0 0 0;
}

.formwrapper .form-title {
    text-align: center;
}

.formwrapper .form-title h3 {
    font-size: 34px;
    line-height: 30px;
    font-weight: 900;
    color: #003975;
    margin: 0;
}

.formwrapper .form-title ul {
    padding-left: 0px;
}

.formwrapper .form-title ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    padding: 0px 7px;
    margin: 10px 0 0;
    position: relative;
}

.formwrapper .form-title ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    right: 0;
    top: 20%;
    background: #000;
}

.formwrapper .form-title p {
    font-size: 18px;
    line-height: 30px;
}

.create-caste {
    width: calc(100% - 60px);
    margin: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
    box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
    margin-bottom: -160px;
    position: relative;
    z-index: 999;
}

.create-caste-title {
    width: 100%;
    display: block;
    text-align: center;
    background: #003975;
    border-radius: 20px 20px 0 0;
}

.create-caste-title h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
    margin: 0px;
    padding: 18px 0;

}

.form-body {
    padding: 40px;
    width: calc(100% - 80px);
    border: 1px solid red;
    margin: 0 auto;
}

.timing-sec {
    width: calc(100% - 60px);
    margin: 80px 30px 0;
    background: #001e3c;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    -webkit-transform: translateY(160px);
    -ms-transform: translateY(160px);
    transform: translateY(160px);
}

.blue-content {
    border: 1px solid #4c452d;
    padding: 36px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.blue-content h4 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.blue-content h5 {
    color: #e09010;
    font-size: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 7px 0 0 0;
}

.blue-content ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 20px;
}

.blue-content ul li {
    color: #fff;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}

.blue-content ul li span.timing-title {
    font-size: 16px;
    font-weight: 300;
    min-width: 215px;
    display: inline-block;
    padding-right: 20px;
    margin-right: 10px;
    color: #fff;
    position: relative;

}

.blue-content ul li span.timing-title:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    color: #d38913;
    font-style: normal;
    right: 0;
    position: absolute;
    text-decoration: none;

}

.blue-bottom {
    margin-top: 40px;
}

.blue-bottom p {
    font-size: 16px;
    line-height: 23px;
    color: #fff;

}

.footer {
    background: #003975;
    color: #fff;
    width: 100%;
    padding: 160px 0 10px 0;
}

.bottom-content img {
    max-width: 100%;
}

.bottom-content p {
    font-size: 15px;
    line-height: 26px;
    padding: 30px 0px 20px 0;
}

.bottom-content ul {
    padding-left: 0px;
    display: block;
}

.bottom-content ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background: #fff;
    text-align: center;
    margin-right: 15px;
    position: relative;
}

.bottom-content ul li:hover {
    background-color: #e09010;
}

.bottom-content ul li:hover a {
    color: #fff;
}

.footer-links ul:not(.contextual-links) li {
    position: relative;
    padding-left: 15px;
}

.footer-links ul:not(.contextual-links) li:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    color: #d38913;
    font-size: 18px;
    font-style: normal;
    left: 0;
    position: absolute;
    text-decoration: none;
}

.link-content {
    width: 50%;
    margin: 0 auto;
}

.bottom-content ul li a {
    color: #003975;
    font-size: 21px;
    display: inline-block;
}

.footer-links {
    border-right: 1px solid #1f5186;
    border-left: 1px solid #1f5186;
}

.footer-links ul:not(.contextual-links) {
    padding-left: 0px;
    list-style: none;
    padding: 30px 0;
}

.footer-links h2 {
    font-size: 21px;
    line-height: 40px;
    margin: 0;
    font-weight: 700;
}


.footer-links h3 {
    font-size: 21px;
    line-height: 40px;
    margin: 0;
    font-weight: 700;
}

.footer-links url li {
    margin: 15px 0;
}

.footer-links ul:not(.contextual-links) li:first-child {
    margin-top: 0;
}

.footer-links ul:not(.contextual-links) li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.request-form h3 {
    margin: 0 0 45px 0;
}

.request-form select {
    border: none;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

footer select.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background: url(../images/select_arrow.png);
    border: 1px solid #3b648e;
    border-radius: 45px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 15px;
}

.request-button {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 120px;
    height: 45px;
    border-radius: 20px;
    margin-top: 30px;
    border: 2px solid #e09010;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    cursor: pointer;
    display: block;
    position: relative;
}

.classy {
    background-color: #e09010;
    border-color: #e09010;
    overflow: hidden;
    color: #fff;
}

.classy .inner {
    background-color: #fff;
    width: 100%;
    height: 20px;
    position: absolute;
    left: -135px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.classy:hover {
    background-color: #fff;
    border-color: #fff;
    color: #e09010;
}

.classy:hover .inner {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    left: 135px;
}

footer .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #3b648e;
    border-radius: 45px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

footer .form-control::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

footer .form-control:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

footer .form-control::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

footer .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

footer .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

footer .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

footer .form-control:focus {
    border-color: #3b648e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-bottom {
    background: #014185;
    display: block;
    padding: 20px 0;
}


.copyright-content {
    width: 25%;
    margin: 0 auto;
}

.copyright-content p {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin: 0;
}


/* cms */

.ac-container .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.ac-container .panel-default>.panel-heading a {
    display: block;
    padding: 18px 30px;
    font-size: 18px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.ac-container .panel-body {
    padding: 15px 30px;
}

.ac-container .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    color: transparent;
}

.ac-container .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #004d8f;
    font-weight: 600;
}

.ac-container .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    word-break: break-word;
}

.ac-container .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\f105";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ac-container .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\f105";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ac-container .panel-group .panel {
    border-radius: 14px;
    margin-bottom: 20px;
}

.ac-container .panel-group .panel:hover {
    -webkit-box-shadow: 0px 0px 110px 0px rgba(184, 212, 242, 1);
    -moz-box-shadow: 0px 0px 110px 0px rgba(184, 212, 242, 1);
    box-shadow: 0px 0px 25px 0px rgba(184, 212, 242, 1);
}

.ac-container .panel-default>.panel-heading a[aria-expanded="true"]:hover:focus {
    text-decoration: none;
}

.ac-container .panel-default>.panel-heading a[aria-expanded="true"]:after {
    background: url(../images/arrow_up.png);
    background-repeat: no-repeat;
    transform: rotate(0deg);
}

.ac-container .panel-default>.panel-heading a[aria-expanded="false"]:after {
    background: url(../images/arrow_down.png) no-repeat center center;
    transform: rotate(0deg);
}

.ac-container .panel-default>.panel-heading a:focus {
    text-decoration: none;
}

.ac-container .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.ac-container .panel-body:before {
    content: '';
    background-color: #ddd;
    width: 96%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0px;
}

.ac-container .panel-body {
    position: relative;
}

.has-glyphicons .select-wrapper:after {
    display: none;
}

.path-user .create-caste {
    max-width: 600px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
    box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
    position: relative;
    z-index: 999;
    margin: 50px auto -160px;
}

.path-user .user-login-form button.js-form-submit.form-submit.btn-primary {
    background-color: #e09010;
    border: solid 1px #e09010;
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
}

.path-user .user-login-form button span.icon.glyphicon.glyphicon-log-in {
    display: none;
}

.user-login-form .form-control {
    padding: 15px;
    height: auto;
    border-radius: 50px;
    border: solid 1px rgb(221, 221, 221);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-login-form .form-control:focus {
    border: solid 1px transparent;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
    box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
}

.user-login-form label.control-label {
    color: #292f33;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0 5px 15px;
}

.block-webform-block h2 {
    margin: 0 0 45px 0;
    font-size: 24px;
}

form#webform-submission-request-a-call-back-add-form {
    margin: 0 -15px;
}

.classy {
    background-color: #e09010;
    border-color: #e09010;
    overflow: hidden;
    color: #fff;
    margin: 0 15px;
}

.form-type-select.js-form-type-select.form-item-select-field.form-group {
    margin-bottom: 36px;
}

.form-type-select.js-form-type-select.form-item-select-field.form-group option {
    background: #001e3c;
    border: none;
    white-space: normal;
}

.footer-links ul:not(.contextual-links) {
    padding-left: 0px;
    list-style: none;
    padding: 30px 0;
    display: block;
}

.footer-links h2 {
    width: 50%;
    margin: 0 auto;
}

.footer-links ul:not(.contextual-links) {
    padding-left: 0px;
    list-style: none;
    padding: 30px 0;
    display: block;
    margin: 0 auto;
    width: 50%;
    float: none !important;
}

.footer-links ul:not(.contextual-links) li {
    position: relative;
    padding-left: 15px;
    margin: 15px 0;
    width: 100%;
    float: none;
}

.footer-links ul:not(.contextual-links) li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
}

.footer-links ul:not(.contextual-links) li:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    color: #d38913;
    font-size: 18px;
    font-style: normal;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-links ul:not(.contextual-links) li a:hover {
    background: transparent;
    text-decoration: underline;
}

.bottom-content .fa {
    margin-right: -0.25em;
}

.navigation .navbar-default .logo {
    margin: 0px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #ffffff;
    color: #003975;
}

.path-user .create-caste .page-maincontent {
    padding: 30px 90px 50px;
}

.path-user .user-login-form button.js-form-submit.form-submit.btn-primary:hover {
    background-color: #003975;
    border-color: #003975;
    color: #fff;
}

#webform_submission_request_a_call_back_add_form-ajax .btn-primary:focus,
#webform_submission_request_a_call_back_add_form-ajax .btn-primary:focus:active {
    background-color: #fff;
    border-color: #fff;
    color: #e09010;
}

.user-logged-in.path-user .create-caste {
    width: calc(100% - 60px);
    margin: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
    box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
    margin-bottom: -160px;
    position: relative;
    z-index: 999;
    max-width: inherit;
}

.timing-sec p a:hover {
    color: #e09010;
    text-decoration: none;
}

.user-pass .form-control {
    padding: 15px;
    height: auto;
    border-radius: 50px;
    border: solid 1px rgb(221, 221, 221);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-pass .form-control:focus {
    border: solid 1px transparent;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
    box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
}

.user-pass label.control-label {
    color: #292f33;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0 5px 15px;
}

.user-register-form.user-form .form-control {
    padding: 15px;
    height: auto;
    border-radius: 50px;
    border: solid 1px rgb(221, 221, 221);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-register-form.user-form .form-control:focus {
    border: solid 1px transparent;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
    box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
}

.user-register-form.user-form label.control-label {
    color: #292f33;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0 5px 15px;
}

.password-strength__title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.user-pass p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.password-confirm.js-password-confirm {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0 10px;
}

.user-pass button.js-form-submit.form-submit.btn-primary {
    background-color: #e09010;
    border: solid 1px #e09010;
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
}

.user-pass button.js-form-submit.form-submit.btn-primary:hover {
    background-color: #003975;
    border-color: #003975;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #003975;
    border: 1px solid #003975;
    border-bottom-color: #003975;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #003975;
    color: #fff;
}

.nav-tabs>li>a:hover {
    border-color: #003975;
    color: #fff;
}

.tabs .tabs--primary.nav.nav-tabs {
    max-width: 395px;
    margin: 30px auto 0;
    padding-top: 0;
    text-align: center;
}

.tabs .tabs--primary.nav.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    display: inline-block;
    float: none;
}

.user-register-form.user-form .password-strength__meter {
    height: 0.75em;
    margin-top: 0.5em;
    background-color: #003975;
    border-radius: 5px;
    margin: 15px 0;
    padding: 2px;
}

.user-register-form.user-form .password-strength__indicator {
    height: 100%;
    width: 0;
    background-color: #e09010;
    border-radius: 5px;
}

.user-register-form.user-form .js-form-wrapper.form-wrapper.form-item.js-form-item.panel.panel-default .panel-body {
    padding: 5px;
}

.user-register-form.user-form .panel-body .form-item.checkbox {
    margin: 0px;
}

.user-register-form.user-form .panel-body label.control-label {
    margin: 0;
}

.user-register-form.user-form .panel-default>.panel-heading {
    color: #fff;
    background-color: #003975;
    border-color: #003975;
}

.user-register-form.user-form .button.button--primary.js-form-submit.form-submit.btn-success {
    color: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    background-color: #e09010;
    border: solid 1px #e09010;
}

.user-register-form.user-form .button.button--primary.js-form-submit.form-submit.btn-success:hover {
    background-color: #003975;
    border-color: #003975;
}

.views-field.views-field-title a {
    color: #001e3c;
}

.views-field.views-field-title a:hover {
    color: #e09010;
}

.user-logged-in.path-user .create-caste .page-maincontent {
    padding: 15px;
}

#block-views-block-uploaded-a-case-block-1 h2.block-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 20px;
    margin: 5px 0 10px;
}

.path-webform .webform-submission-form .form-control {
    padding: 15px;
    height: auto;
    border-radius: 50px;
    border: solid 1px rgb(221, 221, 221);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.path-webform .webform-submission-form .form-control:focus {
    border: solid 1px transparent;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
    box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
}

.path-webform .webform-submission-form label.control-label {
    color: #292f33;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0 5px 15px;
}

.path-webform .webform-submission-form .form-type-textarea label {
    display: block;
}

.path-webform .webform-submission-form .form-control.form-textarea {
    height: 90px;
    resize: none;
}

.path-webform .webform-button--submit.button.button--primary.js-form-submit.form-submit.btn-primary {
    background-color: #e09010;
    border: solid 1px #e09010;
    width: 200px;
    padding: 15px;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    margin: 30px auto 0;
    display: block;
    text-align: center;
}

.path-webform .webform-button--submit.button.button--primary.js-form-submit.form-submit.btn-primary:hover {
    background-color: #003975;
    border-color: #003975;
    color: #fff;
}

.path-webform #webform_submission_webform_3_add_form-ajax {
    margin: 15px 90px;
}

.path-node.page-node-type-page .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.path-node.page-node-type-page .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item .content p:first-child {
    font-weight: 700;
    font-size: 18px;
}

.path-node.page-node-type-page .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item p a:hover {
    color: #e09010;
    text-decoration: none;
}

.path-node.page-node-type-page .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item p a {
    color: #003975;
    text-decoration: none;
}

.path-node.page-node-type-page .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item .blue-bottom p a {
    color: #fff;
}

.path-node.page-node-type-page .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item .blue-bottom p a:hover {
    color: #e09010;
}

.region-footer .webform-button--submit.button.button--primary.js-form-submit.form-submit.btn-primary {
    width: 120px;
    height: 45px;
    padding: inherit;
}

.node-case-upload-form.node-form .form-control {
    padding: 15px;
    height: auto;
    border-radius: 25px;
    border: solid 1px rgb(221, 221, 221);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.node-case-upload-form.node-form .form-control:focus {
    border: solid 1px transparent;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
    box-shadow: 0px 2px 18px 0px rgba(5, 111, 248, 0.15);
}

.node-case-upload-form.node-form textarea#edit-field-specialist-notes-0-value {
    height: 97px;
    resize: none;
    border-radius: 15px;
}

.node-case-upload-form.node-form textarea#edit-field-history-0-value {
    resize: none;
    height: 130px;
    border-radius: 15px;
}

.node-case-upload-form.node-form textarea#edit-field-abnormal-results-0-value {
    resize: none;
    height: 130px;
    border-radius: 15px;
}

.node-case-upload-form.node-form label.control-label {
    color: #292f33;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0 5px 15px;
}

.case-files-plupload-wrapper h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 10px;
    margin: 5px 0 10px;
}


span.closer.btn.btn-danger,
span.closercard.btn.btn-danger,
span.closerregion.btn.btn-danger {
    padding: 6px;
    border-radius: 18px;
    height: 30px;
    width: 30px;
    line-height: 17px;
    z-index: 4;
}

.popup-data {
    display: inline-block;
    max-width: calc(100% - 30px);
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
    /*margin-top:25px;*/
    margin-top: 0;
    margin-left: 30px;
}

.region.region-footercontent {
    clear: both;
}

.check.active {
    visibility: visible;
    color: #003975;
    padding: 0px;
    background: #fff;
    position: relative;
    top: 0;
    left: 0px;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 20px;
}

.checkbox1 {
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    margin: 0 0 0 0;
}

.popup-header {
    background: transparent;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 7px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 16px;
}

span.closer.btn.btn-danger,
span.closercard.btn.btn-danger,
span.closerregion.btn.btn-danger {
    padding: 6px;
    border-radius: 18px;
    height: 30px;
    width: 30px;
    line-height: 17px;
    z-index: 4;
}

.navbar-default .navbar-nav>li.active>a {
    background-color: #ffffff;
    color: #003975;
}


.footer-links {
    border-right: none;
    border-left: none;
    position: relative;
}

.footer-links:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 80%;
    background: #1f5186;
    left: 30px;
}


.footer-links:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 80%;
    background: #1f5186;
    right: 30px;
}


.path-webform .js-form-item-name {
    float: left;
    width: 49%;
}

.path-webform .js-form-item-email-address {
    float: right;
    width: 49%;
}

h1.main-head {
    color: #073a77;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 700;
}

label.gen-reg-label-pass {
    float: right;
}

label.gen-reg-label-small {
    text-align: center;
    display: block;
}

button#edit-submit {
    background-color: #e09010;
    border: solid 1px #e09010;
    padding: 15px;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    margin: 30px 0px;
    display: block;
    text-align: center;
}

button#edit-submit:hover {
    border: solid 1px #003975;
    background-color: #003975;
    color: #fff;
}

.sonopathcasefooter {
    clear: both;
    margin: 0 0px 25px;
}

.adminimal-admin-toolbar.user-logged-in #block-sonopath-main-menu ul li:nth-child(1) {
    display: none;
}

.webform-submission-form button#edit-submit {
    margin: 30px auto;
}

.formwrapper .form-title ul li:last-child:after {
    display: none;
}

.formwrapper .form-title ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    right: -2px;
    top: 20%;
    background: #000;
}

.formwrapper {
    padding: 50px 0 0 0;
}

.create-caste {
    width: calc(100% - 60px);
    margin: 20px 30px;
    margin-bottom: 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
    box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
    margin-bottom: -160px;
    position: relative;
    z-index: 999;
}

.casesubmit.button.button--primary.js-form-submit.form-submit.btn-success.btn.icon-before {
    margin: 30px 15px;
}

.casesubmit {
    margin: 30px 15px !important;
}

/* 07-03-2019 */
#edit-field-age-wrapper,
#edit-field-weight-wrapper {
    width: 48%;
    float: left;
    clear: unset;
}

#edit-field-weight-wrapper {
    margin-left: 19px;
}

/* 15-07-2019 */
.disp-all-rec .views-field-field-amazon-zip-url a {
    word-break: break-all;
}

/* Start 26-12-2019 */
/* .adminimal-admin-toolbar.user-logged-in #block-mainmenu ul li:nth-child(1) {
    display: none;
} */
/* END 26-12-2019 */
/* Start 15-05-2020 */
#edit-field-patient-name-wrapper span,
#edit-field-patient-last-name-wrapper span,
.cms-performed {
    font-family: 'Lato', sans-serif;
    font-size: 9pt;
    color: #999999;
}

/* END 15-05-2020 */

/* Start 17-06-2020 */

.popupcard .popup-data a {
    color: #FF0000;
}

/* END 17-06-2020 */

/* Start 22-10-2020 */
#views-exposed-form-uploaded-a-case-page-1 #edit-actions,
#views-exposed-form-uploaded-a-case-block-1 #edit-submit-uploaded-a-case {
    display: block;
}

/* END 22-10-2020 */

/* Start 14-12-2020 */
span.cms-service {
    color: #e09010;
    margin-left: 58px;
}

span.cms-service a {
    color: #e09010;
    margin-left: 7px;
}

/* END 14-12-2020 */

@media (max-width: 1199px) {

    .footer-links h2 {
        width: 60%;
        margin: 0 auto;
    }

    .footer-links ul:not(.contextual-links) {
        width: 60%;
    }

    .footer-links:after {
        content: '';
        position: absolute;
        top: 0;
        width: 1px;
        height: 60%;
        background: #1f5186;
        left: 15px;
    }

    #edit-field-age-wrapper,
    #edit-field-weight-wrapper {
        width: 100%;
        float: left;
        clear: unset;
    }

    #edit-field-weight-wrapper {
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    span.cms-service a {
        color: #e09010;
        margin-left: 0;
    }

    span.cms-service {
        color: #e09010;
        margin-left: 0;
        display: block;
        margin: 15px 0;
    }
}

@media (max-width: 991px) {
    .path-webform #webform_submission_webform_3_add_form-ajax {
        margin: 15px 15px;
    }

    .footer-links h2 {
        width: 50%;
        margin: 0 auto;
    }

    .footer-links ul:not(.contextual-links) {
        width: 50%;
    }

    .footer-links:before {
        display: none;
    }

    .footer-links:after {
        left: 35px;
    }



}



/* -----------------------11-feb-2019 -----------------------------*/

.block-views-blockuploaded-a-case-block-1 .views-exposed-form .form-inline .control-label {
    display: block;
    margin-bottom: 4px;
    color: #292f33;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.block-views-blockuploaded-a-case-block-1 .views-exposed-form .form-inline .form-control {
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: none;
    border: solid 1px rgb(221, 221, 221);
    height: 44px;
    width: 100%;
}

.block-views-blockuploaded-a-case-block-1 .views-exposed-form .form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 2px);
    padding-right: 20px;
    margin-bottom: 15px;
    margin-right: 0;
}

.block-views-blockuploaded-a-case-block-1 .views-exposed-form .form-inline .select-wrapper {
    width: 100%;
}

.block-views-blockuploaded-a-case-block-1 .views-exposed-form .btn.form-submit {
    background-color: #e09010;
    border: solid 1px #e09010;
    padding: 10px 15px;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    margin: 10px 0 10px;
    display: block;
    text-align: center;
    min-width: 160px;
}

.block-views-blockuploaded-a-case-block-1 .views-exposed-form .btn.form-submit:hover {
    border: solid 1px #003975;
    background-color: #003975;
    color: #fff;
}

@media (max-width: 767px) {

    .path-user .create-caste .page-maincontent {
        padding: 30px;
    }

    .timing-sec {
        padding: 15px;
    }

    .footer-links h2 {
        width: 100%;
        margin: 0 auto;
    }

    .footer-links ul:not(.contextual-links) {
        width: 100%;
    }

    .formwrapper .form-title h3 {
        font-size: 28px;
    }

    .tabs--primary.nav.nav-tabs>li>a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }

    .path-webform #webform_submission_webform_3_add_form-ajax {
        margin: 15px 0;
    }

    .path-webform .webform-submission-form .form-control.form-textarea {
        height: 70px;
        resize: none;
    }

    .user-logged-in.path-user .create-caste {
        z-index: 1;
    }

    /* Removed 07-03-2019
#edit-field-age-wrapper,#edit-field-weight-wrapper{width:100%;float:left;clear:unset;}
*/
    #edit-field-weight-wrapper {
        margin-left: .0;
    }

    .node-case-upload-form.node-form textarea#edit-field-specialist-notes-0-value,
    .node-case-upload-form.node-form textarea#edit-field-history-0-value,
    .node-case-upload-form.node-form textarea#edit-field-abnormal-results-0-value {
        resize: none;
        height: 70px;
    }

    .create-caste {
        z-index: 1;
    }

    .required-fields.field-group-html-element {
        margin: 0 0 15px;
    }

    /*--------------------12-feb-2019----------------------------*/
    .block-views-blockuploaded-a-case-block-1 .views-exposed-form .form-inline .form-group {
        width: 100%;
        padding-right: 0px;
    }

    /* 07-Mar-2019 */
    .g-recaptcha {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .page-maincontent {
        padding: 10px;
    }

    .timing-sec {
        width: calc(100% - 20px);
        margin: 80px 10px 0;
        background: #001e3c;
        padding: 40px;
        border-radius: 20px;
        position: relative;
        -webkit-transform: translateY(160px);
        -ms-transform: translateY(160px);
        transform: translateY(160px);
    }

    .timing-sec {
        padding: 10px;
    }

    .plupload_file_size,
    .plupload_file_status,
    .plupload_file_action {
        text-align: right;
        display: none;
    }

    .page-maincontent {
        padding: 10px !important;
    }

    .create-caste {
        width: calc(100% - 20px);
        margin: 20px 10px;
        margin-bottom: 50px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
        box-shadow: 0px 1px 15px -6px rgba(5, 110, 248, 1);
        margin-bottom: -160px;
        position: relative;
        z-index: 999;
    }

    .footer-links:after {
        display: none;
    }

    /* Start 14-12-2020 */
    span.cms-service a {
        color: #e09010;
        margin-left: 0;
    }

    span.cms-service {
        color: #e09010;
        margin-left: 0;
        display: block;
        margin: 15px 0;
    }

    /* END 14-12-2020 */
}

#edit-field-patient-name-0-value {
    margin-top: 10px;
}

/*---------------------------12-feb-2019----------------------------------------*/
@media (max-width: 359px) {
    .navigation .navbar-default .logo {
        padding: 30px 5px;
        max-width: 215px;
    }
}

/*---------------------------26-07-2019----------------------------------------*/
.block-views-blockuploaded-a-case-block-1 .table-striped tr th:nth-child(7),
.table-striped tr td:nth-child(7),
.disp-all-rec .table-striped tr th:nth-child(7),
.table-striped tr td:nth-child(7) {
    width: 20%;
}

/*---------------------------13-feb-2019----------------------------------------*/
.block-views-blockuploaded-a-case-block-1 .table-striped tr th:nth-child(2),
.table-striped tr td:nth-child(2),
.disp-all-rec .table-striped tr th:nth-child(2),
.table-striped tr td:nth-child(2) {
    width: 15%;
}

.block-views-blockuploaded-a-case-block-1 .table-striped tr th,
.table-striped tr td,
.disp-all-rec .table-striped tr th,
.table-striped tr td {
    white-space: normal;
    word-wrap: anywhere;
    word-break: normal;
}

.block-views-blockuploaded-a-case-block-1 .table-striped tr th:last-child,
.table-striped tr td:last-child,
.disp-all-rec .table-striped tr th:last-child,
.table-striped tr td:last-child {
    width: 15%;
}

/*.block-views-blockuploaded-a-case-block-1 .table-striped {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f0f5fa;
}*/
/* 15-Feb-2019 */
.block-views-blockuploaded-a-case-block-1 .table-striped,
.disp-all-rec .table-striped {
    border-radius: 10px;
    overflow: auto;
    background-color: #f0f5fa;
}

.block-views-blockuploaded-a-case-block-1 .table-striped tr th,
.disp-all-rec .table-striped tr th {
    background-color: #003975;
    color: #fff;
}

.block-views-blockuploaded-a-case-block-1 .table-striped tr td:nth-child(2),
.disp-all-rec .table-striped tr td:nth-child(2),
.block-views-blockuploaded-a-case-block-1 .table-striped tr td:nth-child(7),
.disp-all-rec .table-striped tr td:nth-child(7) {
    line-height: 1;
    white-space: inherit;
    word-wrap: normal;
    word-break: break-all;
}


#edit-field-do-you-require-a-cardiolog--wrapper.form-composite legend,
#edit-field-case-upload-status--wrapper.form-composite legend {
    font-size: 16px;
    font-weight: normal;
}

#block-views-block-uploaded-a-case-block-1 .views-field-created,
#block-views-block-uploaded-a-case-block-1 .views-field-field-referring-veterinarian,
#block-views-block-uploaded-a-case-block-1 .views-field-field-amazon-zip-url {
    width: 15%;
}

#block-views-block-uploaded-a-case-block-1 td {
    width: 10%
}

/* 09-08-2019 */
#views-exposed-form-uploaded-a-case-block-1 .form-actions button {
    margin-right: 30px;
    color: #fff;
}

.block-views-blockuploaded-a-case-block-1 .views-exposed-form .btn.form-submit {
    display: inline-block;
}

/*
* Hide submit button of contact us webform
*/
#webform-submission-webform-3-add-form #edit-actions {
    display: none;
}

/*
* FAQ CSS
*/
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0px 0 0 0;
    padding: 18px 30px;
    font-size: 18px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background-color: transparent;
    border-color: #ddd;
}

.ui-accordion .ui-accordion-header-active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ui-accordion-content-active {
    background-color: aliceblue;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    word-break: break-word;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ddd;
    font-weight: normal;
    color: #ffffff;
}

.ui-accordion-header-icon {
    float: right;
}

.ui-accordion-header-collapsed .ui-accordion-header-icon {
    background: url(/themes/custom/sonopath/images/arrow_down.png) no-repeat center center;
    transform: rotate(0deg);
}

.ui-accordion-header-active .ui-accordion-header-icon {
    background: url(/themes/custom/sonopath/images/arrow_up.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #004d8f;
}

.ui-widget-content a {
    color: #003975;
}

/* Start Added on 11-10-2019 */
.blue-content h4 {
    border-bottom: 3px solid #e09010;
    display: block;
    padding-bottom: 10px;
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
}

.blue-content h5 {
    margin-top: 0 !important;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 18px;
}

.blue-content ul li span.timing-title {
    min-width: 200px;
}

.blue-content ul li span.timing-title::after {
    right: 10px;
}

.blue-content ul {
    margin-top: 0;
}

body .blue-content-wrap {
    height: auto;
}

ul.cms-condition li {
    color: #e09010;
}

/* Start 07-05-2020 */
.block-views-blockuploaded-a-case-block-1 .table-striped tr th,
.block-views-blockuploaded-a-case-block-1 .table-striped tr td {
    word-wrap: inherit;
}

/* END 07-05-2020 */
/*start 28-09-2022*/
.blue-content ul li {
    color: #fff;
    width: 100%;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.region-popup .block {
    display: none;
  }
/*end 28-09-2022*/
@media (max-width: 767px) {
    body .blue-content-wrap {
        height: auto;
    }

    .blue-content ul li span.timing-title::after {
        right: auto;
        left: 125px;
    }

    /*start 28-09-2022*/
    .blue-content ul li span.timing-title::after {
        right: auto;
        left: auto;
        padding-left: 15px;
        position: relative;
    }

    .blue-content ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /*end 28-09-2022*/
}

/* END */
#edit-field-ct-mri-specialist-wrapper {
    display: none !important;
}

.messages__wrapper .alert.alert-success {
    -webkit-animation: fadeOut 5s forwards;
    animation: fadeOut 5s forwards;
}

/* Keyframes for fade-out animation */
@keyframes fadeOut {

    0%,
    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {

    0%,
    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
