@import url("bootstrap.min.css"); 
@import url("font-awesome.min.css");
@import url("../vendor/OwlCarousel/owl.carousel.min.css");
@import url("../vendor/OwlCarousel/owl.theme.default.min.css");
@import url("meanmenu.min.css");

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

 

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
 
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




 
 .sleepy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.sleepy-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: auto;
  width: 35%;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
      padding: 20px 10px;
}

.sleepy-header {
  font-family: Verdana, Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.sleepy-header span { margin-top: 3px; }

.sleepy-close {
  float: right;
  width: 16px;
  height: 16px;
  background-image: url("../img/sleepy-head-close-x.svg");
  margin-top: 5px;
  cursor: pointer;
}

.sleepy-close:after { clear: both; }

.sleepy-content, .sleepy-modal, .sleepy-wake-up {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.sleepy-content {
  padding: 15px 10px;  
  /*height: 142px;*/
  /*height: 230px;*/
  margin: 10px auto;
}

.sleepy-message {
  
  width: 100%;
    text-align: center;
}

.sleepy-message p {
  font-size: 23px;
margin-bottom: 20px;
line-height:1.2;
}

.sleepy-owl {
  float: left;
  width: 35%;
}

.sleepy-owl div {
  width: 110px;
  height: 122px;
  background-image: url("../img/sleepy-head-owl-default.svg");
}

.sleepy-wake-up {
  
    color: #ffffff;
    background-color: #BF1E2D;
    border-color: #BF1E2D;   
    padding: 13px; 
    
    cursor: pointer;   
    -moz-transition: all 0.30s ease;
    -ms-transition: all 0.30s ease;
    -o-transition: all 0.30s ease;    
        width: 76%;
    margin: auto;
    border-radius: unset;
    text-transform: uppercase;
}

.sleepy-wake-up:hover { color: #fff; }
.dsononewq{
    display:block;
}
.dsononewq1{
    display:none;
}
 
@media only screen and (max-width: 40em) {
    
.sleepy-message p {
  font-size: 25px; 
}
/*.sleepy-message p { display: none; }*/
.dsononewq1{
    display:block !important;
}
.dsononewq{
    display:none !important;
}

.sleepy-modal {
  width: 320px;
  /*height: 200px;*/
  /*height: 300px;*/
}

.sleepy-modal {
  -webkit-border-radius: 0px;
  border-radius: 0px
}

.sleepy-wake-up { margin-top: 0; width: 96%;
    font-size: 13px; }
    

.sleepy-message .sleepy-mobile-only {
      display: block;
    text-align: center;
    line-height: normal;
    width: 100%;
}
}
@media only screen and (min-width: 40.063em) {

.sleepy-message .sleepy-mobile-only { display: none; }
}

@media (max-width: 767px){
    .calc-container{width:100% !important;}
    .calc-input .calc-label{width:100% !important;}
    .injury-input{width:100% !important;}
    .dpnones{display:none !important;}
    .dpnones1{display: inline-block !important;}
    .main-banner1 .form_left_sec .btn-groupaa .btn-primary {
        width: calc(50% - 20px) !important;
    margin-bottom: 20px !important;
    padding: 20px 15px !important;
    white-space: unset !important;
    font-size: 16px !important;
    min-height: 136px !important;}
    .input_cover {
    width: 100% !important;
    margin: auto !important;    padding: 40px 20px  !important;}
    #mailform h3{font-size:20px !important;}
    .f_prev {
        left: 8px !important;
    top: 110px !important;
    color: #c2912a !important;
    
}
    .banner-list-style li{font-size:18px !important; line-height:1.5 !important; margin-bottom:10px !important;}
    .banner-list-style1 li{font-size:18px !important; line-height:1.5 !important; margin-bottom:10px !important;}
    .banner-trafi{font-size:35px !important;}
    
    .banner-layout2 .banner-layout2-content p span{
        display:block !important;
    }
    .custombtnaw{
        padding: 10px 15px !important;
        font-size:14px !important;
    }
    .custombtnaw1{
        padding: 20px 0px !important;
    }
     .stylefontser1{
        font: normal normal normal 23px/1.2em worksans-extralight,'work sans',sans-serif !important;
    }
     .float{ 
    /*bottom:85px !important;*/
    right:20px !important; 
}
.banner-outer .content { 
    padding: 40px 0px !important;
    
}
.cusclesw1{
    line-height: 29px !important;
    font-size: 24px !important;
    margin-bottom:20px !important;
}
.cusclesw2{
    font-weight:unset !important;
    text-align:left !important;
}
.cusclesw{
    font-size:18px !important;
}

}

.banner-outer .content p{
    color: #505050 !important; 
}

.banner-outer .content {
        padding: 240px 0 200px;
}
.cos-color{
       color: #2d78a5;
       font-weight:600;
}
                        .dsononewq{
                            display:none;
                        }
                        .dsononewq1{
                            display:block;
                        }
                        @media (max-width: 767.98px){
                         .dsononewq1{
                            display:none !important;
                        }
                        #req-apnmt{
                        right: -110px !important;
                            
                        }
                        .intro_section .flexslider .slide_description{
                            padding-bottom: 0px !important;
                            padding-top: 50px !important;
                        }
                        .mbhidemy{
                            display:none !important;
                        }
                        .news-standard a, .news-standard a:focus, .news-standard a:active{
                                white-space: unset !important;
                        }
                        .dsononewq{
                            display:block !important;
                        }
                        }
                        
                        .float{
    position:fixed;
    width:55px;
    height:55px;
    bottom:25px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.fonsert{
    margin-top: 12px;
    color: #fff;
    
}



.banner-list-style li{
  color: #ffffff;
  font-size: 25px;
  display: flex;
}
.banner-list-style li:before{
  content: "\f00c";
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.banner-list-style li span{
  display: contents;
  color:#e1ce7a !important;
}



				.appointment-layout2 h2 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}
				 
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}

.form-wizard {
  color: #888888;
   
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
      background-color: #ffffff;
    color: #d81f3f;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #fff;
      padding: 10px 36px;
          font-weight: 600;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  background:unset;
      border: 2px solid #fff;
  /*opacity: 0.6;*/
  text-decoration: none;
      border-radius: 2px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
        padding: 10px 36px;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #d81f3f;
    color: #fff;
}
.form-wizard .form-control {
         height: auto !important;
    padding: 12px 15px;
    color: #000000;
    background-color: #ffffff;
    border: none;
    font-size: 15px;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 9px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #ffffff;
  top: -25px;
  transition: 0.2s linear all;
  font-size: 14px;
}
.form-wizard .form-wizard-steps {
  margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
  width: 50%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #d65470;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #d65470;
  left: 50%;
  width: 50%;
  border-color: #d65470;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}


.main-banner1 .form_left_sec {
    width: 100%;
    max-width: 1050px;
    display: inline-block;
    float: none;
}

.main-banner1 .step_bar {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    list-style: none;
}
.step_bar {
    max-width: 800px;
    text-align: center;
}
.home-cal.main-banner1 .step_bar li.active {
    background: #c2912a;
}
.main-banner1 .step_bar li:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 0px;
}

.main-banner1 .step_bar li.active {
    background: #c2912a;
}
.home-cal.main-banner1 .step_bar li {
    background: #EEEEEE;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.main-banner1 .step_bar li {
    background: #e2e2e2;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 33.33%;
    float: left;
    height: 20px;
}
.main-banner1 .form_left_sec .btn-groupaa {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.home-cal.main-banner1 .form_left_sec .btn-groupaa .btn-primary {
    background: #c2912a;
    border: 2px solid #c2912a;
    -webkit-box-shadow: 0px 0px 30px #cccccc;
    box-shadow: 0px 0px 30px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=30, Direction=90, Color=#cccccc8);
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.main-banner1 .form_left_sec .btn-groupaa .btn-primary {
    background: #c2912a;
    border: none;
    border-radius: 20px !important;
    width: calc(25% - 20px);
    /* height: 55px; */ 
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    padding: 50px 15px;
    letter-spacing: 0px;
    text-align: center;
    margin: 5px 10px;
    border: 2px solid #c2912a;
    -webkit-box-shadow: 0px 0px 30px #cccccc;
    box-shadow: 0px 0px 30px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=30, Direction=90, Color=#cccccc);
    white-space: unset;
        min-height: 155px;
        display: flex !important;
    justify-content: center !important;
    align-items: center !important;
} 

.main-banner1 .form_left_sec .btn-groupaa .btn-primary .glyphicon {
    display: none;
}
.input_cover{width:800px; margin:auto; padding-top:30px; border:1px solid #c2912a; padding:50px 30px;margin-top: 10px;border-radius: 10px;}
.input_cover .form-control{
    border: 1px solid #000;
    height: 45px;
}
.input_cover .form-group {
    margin-bottom: 20px;
}

  section.work-with-us.f-results .post-holder {
    height: 340px;
    background-color: #ffffff;
}
.post-holder {
    box-shadow: 0px 0px 10px 0px rgb(123 123 128 / 50%);
    margin-bottom: 30px;
        min-height: 330px;
    background: #fff;
}
.post-holder .post-content {
    padding: 15px;
    text-align: center;
    background: #fff;
}
.post-holder .post-content h3 {
        font-size: 24px;
    color: #111930;
    line-height: 1.1;
}
.post-holder .post-content p {
    color: #111930;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

.home-cal.main-banner1 .form_left_sec .btn-groupaa .btn-primary:hover{
    background: transparent;
    color: #000;
    border: 2px solid #c2912a;}
    
    .f_prev{
         float: left;
    font-size: 35px;
    position: absolute;
    left: 0px;
    color: #c2912a;
    top: 75px;
    }
    
    .dpnones{display:inline-block;}
.dpnones1{display:none;}

.subcontnt{
    font-weight: 400;color: #ffffff;font-size:25px;margin-top:10px;
}
.parabn{
    color: #ffffff;font-size:25px;margin-top:20px;
}