html,
body {
    background-color: #fff;
    font-size: 1rem;
    color: #222;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    /* font-family: 'ralewayregular'; */
    font-family: 'Lato';
}

@font-face {
    font-family: 'eras_bqregular';
    src: url('/fonts/eras-light-5871822a2e706-webfont.woff2') format('woff2'),
        url('/fonts/eras-light-5871822a2e706-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'segoeui';
    src: url('/fonts/segoeui.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}




.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/star-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: #444;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a{
    font-family: 'Lato';
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee;
}
.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
/*.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}*/
.form-control {
    display: inline-block;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #bcefeb;
}

h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
    font-family: 'Lato';
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
    font-family: 'Lato';
}
h1 {
    font-size: 3.75rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .4rem;
}
h2 {
    font-size:1.875rem;
    line-height: 3rem;
    text-transform: uppercase;

}
h3 {
    font-size:1.8rem;
    line-height: 2.5rem;  
    text-transform: uppercase;
}
h4 {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 2rem;
    font-size: 1.2rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top:85px;
    padding-bottom: 105px;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    /* background-color: rgba(41, 39, 34, 0.45); */
    background-color: rgba(0, 92, 151, .45);
    width: 100%;
    height: 670px;
}
.map-overlay {
    background-color: #f4720a;
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(0, 92, 151, 0.45);
    width: 100%;
    height: auto;
}
.pro_video_overlay {
    background-color: rgba(151, 105, 0, 0.45);
    width: 100%;
    height: auto;
}

.phase-heading {
    font-size: 1.6rem;
    font-weight: bold;
}

.row-padding {
    padding: 40px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.phase-1 {
    border-radius: 71px;
    width: 85px;
    padding-left: 13px;
    position: relative;
    float: left;
    margin: 16px 35px;
}

.pro-blue {
    background-color: #4c85c0;
}
.pro-green {
    background-color: #4ec04c;
}
.pro-purple {
    background-color: #a056c5;
}
.pro-orange {
    background-color: #e4993b;
}
.pro-red {
    background-color: #e46a4f;
}
.pro-dark-bg {
    background-color: #0E1A21;
}
.pro-grey {
   color: #6e6c6c !important;
}
.pro-black {
    color: #222 !important;
}
.pro-light-grey {
    color: #404040 !important;
}
.pro-blue-text {
    color: #4c85c0;
}

.pro-col-pad {
    padding: 50px;
}

.bold {
    font-weight: bold;
}



.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 1px;
    width: 170px;
    margin: 20px 0px;
    background: #eeeeee;
    position: relative;
}
.separator:after {
    position: absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 50px;
    background: rgb(0,103,161);
    content:"";

}
.separator2 {
    height: 1px;
    width:93%;
    margin: 20px 0px;
    background: #eeeeee;
    position: relative;
}
.separator2:after {
    position: absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 70px;
    background: rgb(0,103,161);
    content:"";
}


.separator3 {
    height: 2px;
    width: 30px;
    margin:20px auto;
    background: #5e9a28;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #f4720a;
    border-color: #f4720a;
}



.btn {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:1rem;
    border-radius: 4px;
    margin-top: 20px;
    background-color: rgb(0,103,161);
    transition: .5s;
    border: 1px solid rgb(0,103,161);
    font-family: 'Lato';

}
.btn:hover {
    background-color:#f4720a;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f4720a;
}



.btn-primary {
    background-color: rgb(0,103,161);
    transition: .5s;
    padding: 9px 30px;
}

.btn_news_color{
    color:#5e9a28;
    border-color: #5e9a28;
}

.btn-md{
    border:1px solid #5e9a28;
    color:#5e9a28;
    padding: 10px 45px 10px 0px;
}


.btn-larg{
    border: 1px solid #fff;
    color:#fff;
    padding: 6px 30px;
}




/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    background-color:transparent;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 110px;

}


.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:rgb(0,103,161);
    background: transparent;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: rgb(0,103,161);
    padding-bottom: 22px;
    border-bottom: 1px solid rgb(0,103,161);
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #6789AA;
    font-family: 'Lato';
}
.navbar-brand {
    padding: 0px 15px;
}
.navbar-brand>img {
    max-width: 80%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}

.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid rgb(0,103,161);
    color:rgb(0,103,161);
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: rgb(0,103,161);
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}


.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom:90px;
}
.head_title h3{
    color:#413d4b;
}
.head_title p{
    /* font-family: 'playfair_displayregular'; */
    font-family: 'ralewayregular';
}

/*home section*/
/* .home{
    padding-top: 140px;
    background: url(../images/services/spine-motion.jpg) no-repeat 100% 100%;
    background-size: 100%;
    background-position: center;
} */

.home {
    background: url(../images/pm-buildling.jpg) no-repeat 100% 100%;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.cerv-home {
    background: url(../images/headache-promo/backgrounds/CervicogenicHeadache.jpg) no-repeat 100% 100%;
    background-size: cover;
    background-position: center;
    height: 100vh;    
    
}

.pro {
    background: url(../images/pro/pro-header-blank.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: center;
    height: 589px;
    /* margin-top: 110px; */
}

#case-study-1 {
    background: url(../images/pro/icons-bg.jpg) no-repeat 100% 100%;
    background-size: cover;
    background-position: center;
}



.pro-nav-logo {
    position: relative;
    top: -8px;
}

#intro .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px; 
}
#intro .stage-desc {
    padding: 40px;
}
/* Make home button larger */
.pro-nav-home {
    font-size: 40px !important; 
    margin-top: -12px;
    margin-right: 10px;
}

/* .home .main_home{
    padding-top: 40%;
} */

@media  (max-width: 768px) {
    .home .main_home{
        padding-top: 10%;
    }
    .home .main_home h1{
        color: #fff;
        margin-bottom:20px;
        font-size: 40px !important;
        font-weight: 400;
    }
    .home .main_home span{
        font-size: 30px !important;
    }
}

.home .main_home h1{
    color: #fff;
    margin-bottom:20px;
    font-size: 48px;
    font-weight: 800;
}

.home .main_home h1 span{
    color: #fff;
    margin-bottom:20px;
    font-size: 40px;
    font-weight: 400;
}
.main_home {
    position: relative;
}
.main_home_inner {
    position: absolute;
    width: 600px;
    top: 120px;
    right: 0;
    text-align: left;
}

.main_home_inner h3 {
    color: #888;
    font-size: 1.7rem;
}

.main_home_inner button {
    background-color: red;
    border: none;
}

.home .main_home p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size:1.125rem;
        
}



.home .owl-theme .owl-nav {
    margin-top: 80px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(0,103,161);
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
}


/*service section css*/

.service_tabe_menu{}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border: 0px;
    color: #000 !important;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius:0;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #7aa5bd;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
}
.nav-tabs>li>a:hover{
    border-color:transparent;
}

/*.service_tabe .nav {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: none;
    margin: top;
}*/

/* .service .nav-tabs>li>a{
    text-align: center;
    color: #444444;
    width: 250px;
    height: 180px;
    margin-left:20px;
    background: url(../images/stabmenubg.png) no-repeat top center;
    border:0px;
    transition: all 0.6s;
}
.service_tabe_menu.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: url(../images/stabmenubghv.png) no-repeat top center;
    width:250px;
    height: 180px;
    color:#fff;

} */
.service_tabe ul li a:hover{
   background: url(../images/pm-banner.gif) no-repeat top center;
   color:#fff;
}
.service_tabe ul li a i{
    font-size:2rem;
    margin-top:40px;
    margin-bottom:25px;
}

.service .tab-content{
    margin-top:100px;
}


/*features section css*/

.single_features_text{}
.single_features_text h4{}
.single_features_text p{
    margin-bottom: 40px;
    display: inline-block;
    margin-top: 10px;
}
.single_features_text ul li{
    font-size:0.875rem;
    margin-bottom:15px;
}
.single_features_text ul li span{
    font-family: 'Lato';
}

.single_features_text a{
    margin-top:35px;
    background: transparent;
    color:#444444;
    border:1px solid #ddd;
    font-size:0.8125rem;
    padding-top: 0.8em;
}


/*video section css*/

.video{
    background: url(../images/women-physical.jpg) no-repeat top center fixed;
    background-size:cover;
}
.video .main_video{
    padding: 220px 0px 160px 0px;
    overflow: hidden;
}
.video .icon{}
.video .icon h3{
    color:#fff;
    margin-top:30px;
    margin-bottom: 0px;
}


/*about section css*/
.about{}
.about .main_about_area{}
.about .main_about_content{}
.about .main_about_content .single_about{
    transition: all 0.6s;
    margin-bottom: 65px;
    overflow: hidden;
}

.about .main_about_content .single_about .single_about_img img{
    width:100%;
    height: 100%;
}

.about .single_about .single_ab_icon {
    width: 15%;
    float:left;
    position: relative;
    padding-top: 5%;
}
.about .single_about .single_ab_icon i{
    width: 100px;
    height: 105px;
    background: url(../images/iconbg1.png) no-repeat center center;
    line-height: 100px;
    text-align: center;
    color: #444;
    font-size: 2rem;
    transition: all 0.6s;

}

.about .single_about:hover .single_ab_icon i {
    background: url(../images/iconbg1h.png) no-repeat center center;
    color: #fff;

}

.about .single_about:hover .single_ab_icon:before{
    opacity: 1;
}

.about .single_about .single_ab_icon:before {}

.about .single_about .single_ab_text{
    width:70%;
    float:left;
    margin-left:20px;
}
.about .single_ab_mision li{
    margin-bottom:10px;
}

/*about_skill_area*/ 
.about_skill_area{
    margin-top:75px;
}

.about_skill_area .about_tabe .about_tabe_menu li a{
    background: url(../images/skmenubg.png) no-repeat top center;
    width:175px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    color:#444444;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.about_skill_area .about_tabe .about_tabe_menu li.active a:hover, .about_tabe_menu li.active a:focus {
    color: #fff;
    cursor: pointer;
    background: url(../images/skmenubgh.png) no-repeat top center;
}
.about_skill_area .about_tabe .about_tabe_menu li a:hover{
    color: #fff;
    background: url(../images/skmenubgh.png) no-repeat top center;
}
/*.about_skill_area .nav-tabs>li>a:hover{
    background: url(../images/skmenubgh.png) no-repeat;  
}*/

.about_skill_area .tab-content{
    margin-top:50px;
    display: inline-block;

}

.about_skill{
    margin-top:-38px;
}

.skillbar {
    background: transparent;
    display: block;
    height: 7px;
    margin-bottom: 64px;
    top: 65px;
    position: relative;
    transition-delay: 0s;
    transition-duration: .4s;
    transition-property: width, background-color;
    transition-timing-function: linear;
    width: 100%;
    border:1px solid #dddddd;
}
.skillbar-title {
    color: #323232;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -40px;
    width:100%;
}

.skillbar-title span {
    display: block;
    float: right;
    margin-left: 75px;
    margin-top: -30px;
    font-size: 13px;
}

.skillbar-bar.blue {
    background-color: rgb(0,103,161);
    height: 5px;
    width: 0;
}


/*counter section css*/
/*counter section css*/
.counter{
    background: url(../images/physicians.jpg) no-repeat top center fixed;
    background-size: cover;
}
.counter .main_counter_area{}
.counter .main_counter_area{
    padding:180px 20px;
}
.counter .main_counter_area .single_counter{}
.counter .main_counter_area .single_counter .single_counter_item{

}

.counter .main_counter_area .single_counter h2{
    color:#fff;
    font-size:2.8125rem;
}
.counter .main_counter_area .single_counter i{
    color:#FD7222;
    font-size:1.875rem;
    display: inline-block;
    margin-top:20px;
}


.counter .main_counter_area .single_counter p{
    color:#fff;
    font-size:01.525rem;
}



/*Features section css*/
.features .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
    border: 1px solid #ddd;
}


/*others service section css*/
.othersservice{
    background: #ffffff;
}
.main_othersservice_area{}
.othersservice .single_othersservice {
    margin-bottom:30px;
    margin-top:20px;
    display: inline-block;
    width:100%;

}
.main_othersservice_content {
    text-align: center;
}
.othersservice .single_othersservice .single_othersservice_icon{}
.othersservice .single_othersservice .single_othersservice_icon h4 i{
    color:rgba(255, 255, 255, 0);
    font-size:7rem;
    width:300px;
    height:200px;
    line-height: 65px;
    text-align: center;  
    margin-right: 10px;
    transition: 0.6s; 
}

.othersservice .single_othersservice .single_othersservice_icon .large-img h4 i{
    color: rgba(255, 255, 255, 0);
    font-size: 9rem;
    width: 382px;
    height: 361px;
    line-height: 65px;
    text-align: center;
    margin-right: 10px;
    transition: 0.6s;
}

/* SERVICE ICONS */
.serv-1 { 
    background: url(../images/services/back-large.jpg) no-repeat center center;
    border-radius: 10px;
 }

.serv-2 { background: url(../images/services/neck-large.jpg) no-repeat center center;
    border-radius: 10px; }

.serv-3 { background: url(../images/services/headache-large.jpg) no-repeat center center; border-radius: 10px; }

.serv-4 { background: url(../images/services/whiplash-large.jpg) no-repeat center center; border-radius: 10px;}

.serv-5 { background: url(../images/services/sports-injury.jpg) no-repeat center center; border-radius: 10px;}

.serv-6 { background: url(../images/services/general-injury.jpg) no-repeat center center; border-radius: 10px;}

.serv-7 { background: url(../images/services/concussion.jpg) no-repeat center center;border-radius: 10px; }

.serv-auto { background: url(../images/services/auto-injury.jpg) no-repeat center center;border-radius: 10px; }

.serv-8 { background: url(../images/services/post-op.jpg) no-repeat center center; border-radius: 10px;}

.serv-9 { background: url(../images/services/work-injury.jpg) no-repeat center center;border-radius: 10px; }


.othersservice .single_othersservice:hover .single_othersservice_icon h4 i{
    background: url(../images/orange-arrow.png) no-repeat center center; 
    color:#fff;
}
.othersservice .single_othersservice .single_othersservice_content{
    height: 40px;
}


/* Team section css */
.team{
    color:#fff;
}

.team .single_team_content{
    transition: all .6s;
}


.team .single_team_content .single_team_img img{
    width:100%;
    transition: 0.6s;

}
.team .single_team_content .single_team_img{
    position: relative;

}
.team .single_team_content:hover .single_team_img img{
    transform: scale(1.05);


}
.team .single_team_content:hover .single_team_text_overlay{
    opacity: 1;
}
.team .single_team_content .single_team_text_overlay{
    position: absolute;
    left: 15%;
    top: 74%;
    background: rgba(255, 114, 0, 0.75);
    padding: 10px 20px;
    width:70%;
    opacity:0;
    transition: all 0.6s;
}
.team .single_team_content .single_team_text_overlay h4{
    margin-bottom: .0rem;
    display: inline-block;
}
.team .single_team_text_overlay .team_overlay_socail{
    margin-top:20px;
}
.team .single_team_content .single_team_text_overlay .team_overlay_socail a i{
    margin: 1px 17px 2px 0px;
    border:1px solid #fff;
    color:#fff;
    width:30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    transition: all .6s;
}

.learn-more-btn {
    width: 125px !important;
    font-style: normal;
}
.team .single_team_content .single_team_text_overlay .team_overlay_socail a:hover i{
    background: #fff;
    color:rgb(0,103,161);
}



/*why choose us section css*/

/*choose section css*/
.choose{
    background-color: #7396B6;
}
.choose .main_choose{}
.choose .main_choose .single_choose{}
.choose .main_choose .single_choose .single_choose_img img{
    width:100%;
    height: 100%;
}
.choose .main_choose .single_choose .single_choose_acording{}
.choose .main_choose .single_choose .single_choose_acording .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}

.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
}
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title>a {
    color: #333333;
    display:block;
    text-transform: uppercase;
    font-size: 1.4rem;

}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i{
    color: #444444;
    font-size: 1.575rem;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/ch_col_icn.png) no-repeat left center;
    width:49px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.6s;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title:hover a i{
    color: #fff;
    background: url(../images/ch_col_icn_h.png) no-repeat left center;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i.fa-chevron-down{
    float:right;
    margin-right: 0px;
}

/*portfolio2 section css*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:rgb(0,103,161);
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid rgb(0,103,161);
    font-family: 'Lato';
}
button.btn-md:hover {
    background-color: transparent;
    color: rgb(0,103,161);
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
#portfoliowork {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    display: none;

}


.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%; 
}


.tile img {
    height: auto;
    display: block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:10%;
    width:80%;
    height: 80%;
    background: rgba(255, 114, 0, 0.75);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}
/*.grid_item_overlay h4{
    margin-bottom:0;
    margin-top:40px;  
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
    overflow: hidden;
    display: block
}*/
.grid_item_overlay a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #fff;
    color:#fff;
    display: inline-block;
    background: transparent;
}
.grid_item_overlay a:hover i{
    color:rgb(0,103,161);
    background: #fff;
}

/*.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0; 
    height: auto;
    border: 1px solid #ccc; 
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}*/


/*portfolio section css*/
/*.portfolio{
    overflow: hidden;
    width:100%;
}
.heading_filter_menu{
    overflow: hidden;
    height: 150px;
}
.main_portfolio .head_title h4{
    float:left;
    font-size:1.375rem;
}
.main_portfolio .head_title a{
    display: inline-block;
    float:right;
    color:#413d4b;
}

.main_portfolio_content{}

.grid{}

.grid-item { 
    width: 23%; 
}
.grid-item--width2{
    width:45%;
    height: 300px;
}
.grid-item img{
    width:100%;
    height: 100%;
}

.portfolio .grid-item{
    position: relative;
}

.portfolio .grid-item:hover .grid_item_overlay{
    opacity: 1;
}
.portfolio .grid_item_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 33%;
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
    background-color: rgba(76, 61, 114, 0.55)
}
.portfolio .grid_item_overlay p{
    color:#fff;
    margin-bottom:5px;
}
.portfolio .grid_item_overlay i{
    margin-bottom:10px;
    font-size:2rem;
    color:#FFF;
}*/




/* Carousel */
.testimonial{
    background: url(../images/client-group.jpg) no-repeat center center;
    background-size: cover;
}

.testimonial-cerv{
    background: url(../images/headache-promo/backgrounds/cerv-test.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;
}
.testimonial-cerv .text {
    position: relative;
    top: 140px;
    color: #fff;
}

.testimonial-cerv h4 {
    font-weight: 400;
}

.testimonial-cerv-2{
    background: url(../images/headache-promo/cta/juanita.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;
}
.testimonial-cerv-2 .text {
    position: relative;
    top: 70px;
    color: #fff;
}

.testimonial-cerv-2 h4 {
    font-weight: 400;
}

.pro-testimonial{
    background: url(../images/pro/pro-bg.jpg) no-repeat center center;
    background-size: cover;
}
.main_testimonial {
    color:#fff;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:30px;
    font-size:2rem;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
    color:#fff;
    letter-spacing: .03rem;
    font-size: 1.4rem;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author h4{
    color:#fff;
    margin-bottom:0px;
    font-size:1.8rem;
}
.main_testimonial .single_testimonial .single_test_author h4 span{
    font-family: 'ralewayregular'; 
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
}



/*clogo section css*/
.clogo{
    background: #eeeeee;
}






/*contact section css*/
.contact{
    /* background: url(../images/contactbg.png) no-repeat center center; */
    background-size: cover;
}

.contact .single_contact_info{
    margin-bottom:45px;
    overflow: hidden;
}

.contact .single_info_icon {
    width:15%;
    float: left;
    margin-right: 5%;
}
.contact .single_info_icon i{
    width:60px;
    height: 56px;
    line-height: 56px;
    color:#444;
    background: url(../images/info_iconbg.png) no-repeat;
    font-size: 1.5rem;
    padding-left: 15px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}
.contact-item:hover {
    color: #FF7200;
}
.contact .single_contact_info:hover ~ .contact .single_info_icon i {
    background: url(../images/contact-icon.png) no-repeat; 
    color:#fff;
}
/* Contact Icons */
.contact .single_info_icon i:hover{
    background: url(../images/contact-icon.png) no-repeat; 
    color:#fff;
}
.contact .single_info_text {
    float:left;
    width:80%;
}




/*maps section css*/

.maps{
    background: url(../images/mapbg.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover;
    position:relative;
    height: 120px;
}

.main_maps{
    width:100%;
    height: 100%;
}
.main_maps .map_canvas_icon{
    padding: 40px 0px;
}

.main_maps i{
    color:#fff;
    font-size:2rem;
}
.main_maps h2{
    color:#fff;
}

#map_canvas{
    height: 160px; 
    width: 100%;
}





/*footer widget*/

.footer_widget{
    background: #1a1a1a;
    color:#fff;
    background-size: cover;
}
.footer_widget .main_widget{
    padding: 55px 15px 80px 15px; 
    overflow: hidden;
}
.single_widget{
    margin-bottom:30px;
}
.single_widget ul li{
    margin-bottom:10px;
}
.single_widget ul li a{
    width:100%;
    display:block;
    overflow: hidden;
    font-size:0.875rem;
    color:#fff;
    line-height: 1.4rem;
}
.single_widget ul li a:hover{
    color:rgb(0,103,161);
}

.footer_logo{
    margin-bottom: 20px;
}

.single_widget li.single_latest_news{
    margin-bottom: 20px;
}
.footer_subcribs_area .navbar-form {
    padding: 0;
}
.footer_subcribs_area .form-control {
    font-size: 14px;
    border: 1px solid #a199b4;
    color:#a199b4;
    border-radius:0px;
    width: 100%;
    display: inline-block;
    height: 45px;
    background-color:transparent;
    line-height: 20px;
}
.footer_subcribs_area .form-group{
    position:relative;
}

.footer_subcribs_area .submit_btn{
    background: transparent;
    border: 0px solid #ccc;
    color: #ededed;
    padding: 5px 10px;
    border-radius: 0px;
    height: 45px;
    outline: none;
    width: 25%;
    transition: all .6s;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer_subcribs_area .submit_btn:hover{
    color: #fff;
}
.footer_subcribs_area .submit_btn:before {
    content: "\f178";
    font-family: 'Fontawesome';
    text-align: center;
    font-size:1rem;
}


/*footer section*/
.footer{
    background: #000000;
}
.footer .main_footer{
    overflow: hidden;
    padding: 40px 0px;
}
.footer .flowus{
    text-align: right;
}
.footer .flowus a i{
    color:#fff;
    font-size:1rem;
    padding: 5px;
    border:1px solid #fff;
    border-radius: 0;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 18px;
    margin-right:5px;
    margin-top:10px;
}
.footer .flowus a i:hover{
    color:rgb(0,103,161);
    border:1px solid rgb(0,103,161);
}

.copyright_text{
    text-align: left;
}
.copyright_text p{
    color:#fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding:0px 10px;
    color:rgb(0,103,161);
}



/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    left: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: rgb(0,103,161);
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

/* stats */

.stat {
    display: inline-flex;
}

/* custom */

.left-pad-20 {
    padding-left: 20px;
}

.services-sub {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-family: 'ralewayregular';
}

.service-link {
    color: inherit;
}

.play-btn:hover {
    background: #f4720a;
    border-radius: 50%;
    -webkit-transition: background .5s; /* For Safari 3.1 to 6.0 */
    transition: background .5s;
}

/* modal */

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    /* border-bottom: 1px solid #e5e5e5; */
    background: rgb(0,103,161);
    color: #fff;
}
.modal-header .close {
    margin-top: -50px;
    margin-right: 8px;
}
.close {
    float: right;
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: .5;
}
.large {
    font-size: 1.1em;
}
.modal.modal-wide .modal-dialog {
    width: 95%;
}

.modal.modal-wide .modal-profile {
    width: 99%;
}


.modal-wide .modal-body {
    overflow-y: auto;
    max-height: 100% !important;
}

.modal-body img {
    padding: 10px 20px;
}

.pdf-image {
    min-width: 100% !important;
    max-width: 100%;
    padding: 20px;
}

.auto-injury-pdf {
    min-width: 83vw !important;
    min-height: 100vw;
}

.modal-pad {
    padding: 40px;
}
.modal-pad-small {
    padding: 0px 20px;
}
  
.modal-body p { 
    font-size: 1.4rem;
}

.modal-p-extended {
    padding: 0px 40px;
}

.modal-title { 
    font-size: 2rem;
}
.service-title {
    font-size: 1.7rem
}

.modal-subhead {
    /* padding: 10px 40px 0px 40px; */
    font-size: 2rem;
    color: #000;
}

.modal-p {
    padding: 0px 40px;
}

@media  (max-width: 768px) {
    .modal-p {
        padding: 0px 0px;
    }
    .modal-subhead {
        padding: 10px 0px 0px 0px;
    }
    .modal.modal-wide .modal-profile {
        width: 95%;
        height: 100vh;
    }
    
}

.modal-cta {
    padding: 20px; 
    text-align: center;
}
/* .padding-80-sides {
    padding: 0px 80px;
} */
.modal-left-p {
    padding: 20px; 
    text-align: left;
}
.modal-list {
    font-size:1.2rem; 
    padding: 0px 180px;
}

@media  (max-width: 768px) {
    .modal-list {
    padding: 0px 20px;
    }
}

.btn-modal-icon {
    display: inline-block;
    min-width: 50px;
    line-height: 38px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 2rem;
    border-radius: 0px;
    margin-top: 17px;
    background-color: #FF7200;
    transition: .5s;
    border: 1px solid #FF7200;
    font-family: 'Lato';
    -webkit-transition: background-color .5s; /* For Safari 3.1 to 6.0 */
    transition: background-color .5s;
}

.btn-modal-icon:hover {
    background-color: rgb(171, 77, 0);
    border: none;
}
.contact-btn {
    margin: 0px 8px 0px 0px;
    color: #fff;
    text-align: center;
}
.contact-btn:hover {
    color: #fff;
}


/* banner */

.banner-sub-title {
    font-size: 2.125rem !important;
    line-height: 3rem;
}

/* FAQS */

.panel-body {
    font-size: 1.3rem;
}

.modal-tabs {
    font-size: 1.5rem;
    color: #fff;
    background-color:#013f63;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #c3e4f7;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.modal-tab {
    color: #fff !important;
}

.fa-arrow-right:before {
    top: 33%;
    position: relative;
}

.large-img .fa-arrow-right:before {
    top: 44%;
    position: relative;
}

/* ANATOMY */

#anatomy {
    margin: 120px 10px 10px 0px;
}
.anatomy h1 {
    text-align: center;
    color: #333;
}

.video-cta {
    text-align: center;
    padding: 20px;
}


/* Video Testimonials */

#video-testimonials {
    background-color: #7396B6;
}
.multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
  }
  .multi-item-carousel .carousel-inner .active.left {
    left: -33%;
  }
  .multi-item-carousel .carousel-inner .active.right {
    left: 33%;
  }
  .multi-item-carousel .carousel-inner .next {
    left: 33%;
  }
  .multi-item-carousel .carousel-inner .prev {
    left: -33%;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
      transition: 500ms ease-in-out left;
      transition: 500ms ease-in-out all;
      backface-visibility: visible;
      transform: none!important;
    }
  }
  .multi-item-carousel .carouse-control.left,
  .multi-item-carousel .carouse-control.right {
    background-image: none;
  }
 
/* More testimonials banner */

#more-testimonials {
    padding: 40px 0px;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

#more-testimonials h1 {
    text-align: center;
    font-size: 2rem;
}

/* Videos Page */

#videos-intro {
    margin-top: 140px;
}

#videos-intro h3 {
    color: #000;
    font-size: 2.4rem;
}

/* OWL */

#owl-demo .item {
    margin: 3px;
}
#owl-demo .item img {
    display: block;
    width: 50%;
    height: auto;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.call-box {
    margin-top: -126px;
    position: absolute;
    right: 26px;
    background: #f4720a;
    padding: 20px;
}
.call-box i {
    font-size: 30px;
}

.call-box * {
    font-weight: bold;
    display: inline-block;
    padding: 10px 5px;
    color: #fff;
    font-size: 30px;
}
.banner-call:hover p, .banner-call:hover i{
        
        color: #464646;
}

.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.m-20 {
    margin: 20px;
}
.m-20-s {
    margin: 0 20px;
}

.announcement {
    background-color: rgb(0,103,161);
    color: #fff;
}

.success {
    background-color: rgb(50, 142, 10);
    color: #fff;
}

.announcement span {
    background: #fff;
    color: #111;
    border-radius: 8px;
    font-size: 12px;
    padding: 4px;
}

#announce {
    padding: 40px 0;
    background-color: #ececec;
}

#announce ul li {
    font-size: 1.2rem;
}
#announce ul {
    font-size: 1.2rem;
}


/* HEADACHE PROMO 2019 BANNER */

.headache-2019 {
    height: 500px;
    background: url(../images/headache-promo/cta/woman-banner.jpg) no-repeat;
    background-size: cover;
}
.headache-2019 .row {
    max-width: 700px;
}
.headache-2019 h2 {
    font-size: 3rem;
}
.it {
    font-style: italic;
}
/* BANNER END */
/* HEADACHE PROMO 2019 PAGE */

#migraine-hero .row {
    color: rgb(68, 68, 68);
    height: 660px;
    background: url(../images/headache-promo/headache-banner.jpg) no-repeat;
    background-size: cover;
}
#migraine-hero .info {
    color: rgb(68, 68, 68);
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 140px;
}

#migraine-hero .info h2 {
    color: rgb(68, 68, 68);
    font-size: 42px;
    text-transform: initial;
    line-height: 1.0em;
    width: 401px;
}

#migraine-hero .info p {
    color: rgb(68, 68, 68);
    font-size: 24px;
    text-transform: initial;
    line-height: 1.0em;
    width: 401px;
}

#migraine-hero .info .small-info {
    color: rgb(68, 68, 68);
    font-size: 18px;
    text-transform: initial;
    line-height: 1.0em;
    width: 401px;
}
#migraine-cta {
    background-color: #F1A747;
    padding: 20px 0;
}

#migraine-cta .btn {
    min-width: 300px;
}
#migraine-cta .row {
    color: rgb(68, 68, 68);
    width: 1000px;
    padding: 20px 0;
    height: auto;
    margin: 0 auto;
    
}
#migraine-cta .info {
   
}
#migraine-cta p {
    font-size: 24px;
    color: #fff;
    text-transform: initial;
    line-height: 1.0em;
}

#migraine-cta .info .small-info {
    font-size: 18px;
    text-transform: initial;
    line-height: 1.0em;
}

.small-info a{
    color: #fff;
    text-decoration: underline;
}

#migraine-details .block-1 {
    background: url(../images/headache-promo/headache-doctor.jpg) no-repeat;
    background-size: cover;
    height: 650px;
}

#migraine-details .block-2 {
    padding: 40px 80px;
}

#migraine-details .info h2 {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.0em;
    width: 474px;
    color: rgb(68, 68, 68);
}

#migraine-details .info p {
    width: 474px;
}
#migraine-details .info ul {
    list-style-type: disc;
    padding-left: 40px;
}
#migraine-details .info ul li {
    font-size: 18px;
    line-height: 2em;
}
#migraine-cta-blue {
    background: url(../images/headache-promo/bg.jpg) no-repeat;
    background-size: cover;
}
#migraine-cta-blue .row {
    background: linear-gradient(176deg, #2C689A 75%, rgba(255,255,255,0.1) 25%);
    padding: 39px 0 143px;
}
#migraine-cta-blue .info {
    width: 1000px;
    margin: 0 auto;
}
#migraine-cta-blue .info p {
    color: #fff;
}


#migraine-cta-more-info {
    background: url(../images/headache-promo/bg.jpg) no-repeat;
    background-size: cover;
    height: 750px;
}
#migraine-cta-more-info .info {
    margin: 0 auto;
    
}
#migraine-cta-more-info .info h2 {
    font-size: 34px;
    width: 579px;
    margin: 0 auto;
}
#migraine-cta-more-info .info p {
    width: 793px;
    margin: 0 auto;
}

.h-icons {
    width: 1000px;
    margin: 0 auto;
}
.h-icon-1 img {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
}
.h-icon-2 img {
    width: 74px;
    height: 75px;
    margin-bottom: 10px;
}
.h-icon-3 img {
    width: 65px;
    height: 65px;
    margin-bottom: 24px;
}
.bolder {
    font-weight: bolder;
}
.blue {
    color: #2C689A;
}

#migraine-cta-blue-2 {
    background: none
}
#migraine-cta-blue-2 .row {
    background: linear-gradient(176deg, #2C689A 75%, rgba(255,255,255,0.1) 25%);
    padding: 39px 0 143px;
}
#migraine-cta-blue-2 .info {
    width: 1000px;
    margin: 0 auto;
}
#migraine-cta-blue-2 .info p {
    color: #fff;
}

#migraine-cta-more-info-2 {
    height: 750px;
}
#migraine-cta-more-info-2 .info {
    margin: 0 auto;
    
}
#migraine-cta-more-info-2 .info h2 {
    font-size: 34px;
    margin: 0 auto;
}
#migraine-cta-more-info-2 .info p {
}
.profile-images {
    width: 600px;
    margin: 0 auto;
}
.profile-images img {
    width: 204px;
    height: 211px;
    margin-bottom: 10px;
}

.profile-info {
    margin: 0 auto;
    width: 600px;
}

.profile-details {
    text-align: left;
    list-style-type: disc;
    padding-left: 40px;
}

.profile-details li {
    font-size: 18px;
    line-height: 1.5em;
}



/* PAGE END */


/* Dodgeball */

#features {
    background-color: #224796;
}
#cta {
    background-color: #224796;
    padding-bottom: 60px;
}

.register-your-team {
    color: #fff;
    font-size: 2.6rem;
    padding-top: 20px;
}

.register-details {
    color: #fff;
    font-size: 2.0rem;
}

#dodgeball-home {
    background: url(../images/dodgeball/dodgeball-home.png) no-repeat;
    background-size: cover;
    height: 750px;
    padding-top: 180px;
}


.home-heading-vert {
    padding-top: 6%;
}

#dodgeball-details {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}

#dodgeball-details ul, #dodgeball-details ol {
line-height: 2rem;
font-size: 1.2rem;
}

.d1 {
    padding-top: 5%;
    font-size: 3.8rem;
    color: rgb(103,200,77);
    font-weight: bolder;
}


#w5 {
    background-color: rgb(30,62,139);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
   
}

#w5 .col-md-4 {
    min-height: 215px;
}

.w5-heading {
    font-weight: bolder;
    font-size: 3.0rem;
    color: #fff;
    letter-spacing: 0;
}

.register-details a {
    color: #fff;
}
.w5-info {
    font-weight: bolder;
    
    font-size: 3.8rem;
    color: rgb(249, 189, 40);
    letter-spacing: 0;
    margin-top: 20px;
}

.w5-info-small {
    font-weight: bolder;
    font-family: "Montserrat";
    font-size: 50px;
    color: rgb(249, 189, 40);
    letter-spacing: 0;
    line-height: 1;
}

.dodge-border-right {
    border-right: 2px solid #fff;
}

.dodge-main-heading {
    color: #096B95;
    font-weight: bold;
    margin-top: 20px;
    font-size: 50px;
    text-transform: uppercase;
}

.dodge-main-subheading {
    color: #096B95;
    font-weight: bold;
    margin-top: 20px;
    font-size: 35px;
    text-transform: uppercase;
}

/* HEADER DODGEBALL FORM */
.thankyou {
    color: #fff;
    background: #096a95;
    font-weight: bold;
}

.download a, .download i {
    color: #096a95;
    font-size: 24px;
    
}

.download {
    display: inline-block;
    margin-right: 12px;
}


.dodgeball-form {
    margin: 40px;
}

.company-logo {
    max-width: 240px;
    padding-bottom: 20px;
}

.dodgeball-lobster {
    font-family: lobster;
    letter-spacing: 0;
    font-size: 8rem;
}
.tournament {
    color: #fff;
    padding-top: 48px;
    font-size: 4rem;
}

.header-form {
	padding: 60px 0;
	width: 95%;
	background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0, 0.3);
    padding: 50px;
}

.form-h1 {
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 38px;
	color: #096a95;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0;
}

.form-h2 {
	font-family: "Montserrat";
	font-style: italic;
	font-size: 24px;
	color: #fe4c4c;
	font-weight: 600;
}


.form-inline {
	width: 100%;
}

.form-group {
	margin: 0 auto;
	max-width: 90% !important;
}

.form-control {
	border-color: #F8F8F8;
	margin-top: 2px;
	background-color: #F8F8F8;
}
.form-group input, .form-group input::placeholder {
color: #142f4d !important;
}

.btn-form-submit {
	margin-top: 12px;
	padding: 10px 46px;
	color: #fff;
	font-weight: bolder;
	font-size: 26px;
	background-color: rgb(254, 76, 76);
    border-radius: 4px;
    border-color: transparent;
}

.btn-form-submit:hover {
	background-color: rgb(194, 56, 56);
}

#flipbook {
    padding-top: 130px;
    padding-bottom: 68px;
    background-color: #2C689A;
}

/* .modal-content {
    border-radius: 0px;
} */

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 10vh auto 0;
    }
}


#cerv-cta {
    min-height: 200px;
    background-color: #2C689A;
    padding: 40px 0;
}

#cerv-cta p {
    color: #fff;
    font-size: 24px;
}

#cerv-cta .button {
    background-color:#f4720a !important;
}

.cerv-cta-inline-form {
    color: #fff;
    background: transparent !important;
}

.cerv-cta-inline-form label {
    color: #fff;
    font-family: 'Lato' !important;
    font-size: 40px !important;
}

.accent {
    font-style: italic;
    color: #F1A747;
}

.cerv-info-box {
    padding: 40px;
    
}

.list-group-item {
    background-color: #ff9930;
    color: #fff;
}

#cerv-info .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.max {
    max-width: 2000px;
}

#cerv-icons {
    margin: 40px;
}

#cerv-icons img {
    max-width: 75px;
    margin-bottom: 20px;
}

.headache-team {
    color: #000;
}

.headache-team ul {
    list-style: disc;
}

.cerv-form-headline {
    color: #f4720a;
    font-weight: 600;
    font-size: 2rem !important;
}

.fc-headache {
    height: 44px;
    font-size: 18px;
}

.cerv-cta-btn {
    background-color: #f4720a;
}

.cerv-cta-btn:hover, .cerv-cta-btn:active, .cerv-cta-btn:visited {
    background-color: #d86609;
}

.list-group {
    font-size: 1.2rem;
}

.cerv-footnote {
    text-align: left;
    color: #ccc;
}

#headache-video {
    margin-bottom: 40px;
}

#headache-flipbook-page {
    margin: 140px 0 40px 0;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-container-video {
    position: relative;
	padding-bottom: 40%; /* 16:9 */
	padding-top: 25px;
    height: 0;
    margin: 0 15%;
}

@media  (max-width: 768px) {
    .resp-container-video {
        position: relative;
        padding-bottom: 40%; /* 16:9 */
        padding-top: 25px;
        height: 0;
        margin: 0 5%;
    }
}

.resp-frame-video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    border: none;
}


.resp-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bread {
    padding: 20px 0 40px 20px;
}

.link {
    color: #6789AA;
}

.link:hover {
    color: rgb(0,103,161);
}

.btn-secondary {
    line-height: 40px;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.btn-secondary:hover {
    background-color: #292929;
    border-color: #292929;    
}

/* COVID POPUP */


.popup-container {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: flex;
    z-index: 2;
}

.popup-content {
    text-align: center;
}

.popup {
	background: #fff;
	margin: auto;
	padding: 3rem;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 8.1px 7px rgba(0, 0, 0, 0.02);
    width: 600px;
	
}

.pop-button {
    padding: 8px;
    font-weight: bold;
    font-size: 18px;
    color: #ffba85;
}

.popup h2 {
		font-size: 2.4rem;
		font-weight: 700;
		margin: 1rem 0 1.4rem;
}


.popup-close {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4720a;
	cursor: pointer;
	font-size: 1.6rem;
	width: 2.6rem;
	height: 2.6rem;
	top: -0.8rem;
	right: -0.6rem;
	position: absolute;
    border-radius: 100%;
    padding: 2px 2px 6px 3px;
}

.notice {
    background-color: #ececec;
    padding: 40px 0px;
}

.popup-content p {
    line-height: 1;
}

/* SEO Marketing Update */

.page-bumper {
    margin-top: 110px;
}

.service-page-header {
    height: 200px;
    background-color: #0067A1;
    position: relative;
    text-align: center;
    width: 100%;
}
.page-title {
    width: 100%;
}
.vc {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Appt box */

.appt-box {
    margin-top: 50px;
    padding-bottom: 10px;
    border: 1px solid #0067A1;
    background-color: #ececec;
}

.appt-text {
    text-align: center;
    padding: 20px;
}

.quick-links {
    margin-top: 100px;
    border: 1px solid #0067A1;
    /* padding: 20px; */
    background-color: #ececec;
}

.article-box-title {
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
}

.subscribe-text p {
    line-height: 1.4;
    font-size: 1.2rem;
    padding-top: 10px;
}
.panel-title a {
    display: inline-block;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    padding: 20px;
    width: 218px;
    left: -3px;
}


.dropdown-item {
    display: block;
    font-size: 20px;
    color: #0167a0;
    padding: 6px 0px;
    border-bottom: 1px solid #f6c443;
}

.dropdown-item:hover {
    background-color: #ffe299;
    color: #0167a0;
    
}

.quick-links-header {
    background-color: #0067A1;
    padding: 10px;
}
.quick-links-text {
    padding: 10px;
}
.quick-links-text h4 {
    margin-bottom: 0px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
}
.ql-last h4 {
    border-bottom: none !important;
}
.quick-links-header h4 {
    margin-bottom: 0px;
    color: #ffffff;
}

.subscribe-box {
    margin-top: 50px;
    border: 1px solid #0067A1;
    /* padding: 20px; */
    background-color: #ececec;
}

.subscribe-links {
    margin-top: 50px;
    border: 1px solid #0067A1;
    /* padding: 20px; */
    background-color: #ececec;
}

.subscribe-header {
    background-color: #0067A1;
    padding: 10px;
}
.subscribe-text {
    padding: 10px;
}
.subscribe-text h4 {
    margin-bottom: 0px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
}
.ql-last h4 {
    border-bottom: none !important;
}
.subscribe-header h4 {
    margin-bottom: 0px;
    color: #ffffff;
}

.main_home_slider {
    padding-top: 20%;
}


.quick-link:hover {
    background-color:#f2c37c;
    color: orange;
}

#st-2 {
    top: 360px !important;
}

.call-btn {
    padding: 10px 20px;
    background-color: #f4720a;
    color: #ffffff;
    
}
.call-btn:hover {
    color: #ffffff;
    background-color: #f28f3d;
}
.quick-links-text h4:hover {
    background-color:#f2c37c;
}


.dark-blue-bg {
    background-color: #16151a;
}
.white-bg {
    background-color: #ffffff;
}

.eras {
    font-family: 'eras_bqregular';
}

.r-h1 {
    font-size: 55px;
    line-height: normal;
    letter-spacing: normal;
}

.r-h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: Roboto;
    text-transform: initial;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

.rj-left {
    max-width: 550px; margin: 0 auto;
}

.btn-resi {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:1rem;
    border-radius: 4px;
    margin-top: 20px;
    background-color: #f4720a;
    transition: .5s;
    border: 1px solid #f4720a;
    font-family: 'Lato';
}

.btn-resi:hover {
    background-color:#b65709;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f4720a;
}



.btn-resi-large {
    display: inline-block;
    min-width: 300px;
    line-height: 30px;
    height: 100px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:2rem;
    border-radius: 4px;
    margin-top: 20px;
    background-color: #f4720a;
    transition: .5s;
    border: 1px solid #f4720a;
    font-family: 'Lato';
}

.btn-resi-large:hover {
    background-color:#b65709;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f4720a;
}

.resi-cta .btn-resi-large {
    margin-top: 75px;
}

.residency-structure {
    padding: 120px 0px;
}

.residency-structure p {
    font-size: 28px;
    line-height: normal;
}

.resi-app-page {
    padding: 100px 25px 300px;
    color: #ffffff;
}

.circle p {
    
    max-width: 175px;
}

.circle {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    text-align: center;
    display: flex;
    background-color: blue;
}

.red-bg {
    background-color: #c80606;
}

.red {
    color: #c80606;
}

.blue-bg {
    background-color: #0271ca;
}
.blue {
    color: #0194da;
}
.green-bg {
    background-color: #0a9b32;
}
.orange-bg {
    background-color: #f4720a;
}

.orange {
    color: #ec7c00;
}

.purple-bg {
    background-color: #74068d;
}

.residency-structure .modal-header .close {
    margin-top: -46px;
    margin-right: 8px;
}

.residency-structure .modal-header {
    background: #16151a;
}

.residency-structure ul {
    list-style-type: disc;
    margin-left:40px;
    font-size: 1.4rem;
}

.residency-structure ol {
    margin-left:10px;
    font-size: 1.4rem;
}

.residency-structure ul ul {
    list-style-type:circle;
    margin-left:25px;
}

.residency-structure .modal-dialog {
    width: 900px;
    margin: 10vh auto 0;
    max-width: 98%;
}

.modal-body {
    position: relative;
    padding: 45px 60px;
}



.home .owl-loaded, .pro .owl-loaded {
    top:200px;
}

.jumbotron-resi{
background: url(/images/residency/residency-1.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
color:white !important;
height:100vh;
background-position: center;
}
.jumbotron-resi h3 {
    font-size:32px;
}
.jumbotron-resi h1 {
    font-size:70px;
}
.inner-j {
    max-width: 600px;
    position: absolute;
    right: 200px;
    top: 30px;
}

#topics img {
    width: 175px;
    margin: 0 auto;
}

#topics img:hover {
    cursor: pointer;
}
.segoe {
    font-family: 'segoeui' !important;
    letter-spacing: normal;
}


ul.checkmark li {
    font-size: 25px;
    margin-bottom: 1em;
    list-style-type: none;
    padding: 0.25em 0 0 2.5em;
    position: relative;
  }
  ul.checkmark li:before {
    content: " ";
    display: block;
    border: solid 1em orange;
    border-radius: 50em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0em;
    top: 40%;
    margin-top: -0.5em;
  }
  ul.checkmark li:after {
    content: " ";
    display: block;
    width: 0.5em;
    height: 0.8em;
    border: solid #fff;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: .8em;
    top: 50%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  /* pro */
  #pro-info-2 h2{
    font-size: 25px;
  }
  #pro-cta-2 p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: normal;
}
.container-fluid {
    padding: 0px;
}
  .pro-qualify-cont{
    display: table; 
    height:480px; 
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
  }
  .pro-program-img-cont {
    height: 750px;
    position: relative;
  }
  


  .pro-program-img {
    padding: 60px 20px;
    position: relative;top: 
    50%;
    transform: translateY(-50%);
  }

  .participate-btn {
    font-size: 55px;
    border: 4px solid #ffffff;
    border-radius: 50px;
    max-width: 600px;
    margin: 0 auto;
  }


  .lato-black {
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  #pro-participate {
    /*background-image: url(../images/pro/snow.png);*/
    background-color: #FF4E00;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 40px;
  }

  #pro-participate > p > a {
    color: yellow;
  }

  #pro-participate button{
    background-color: #0366a1;
    border: none;
  }
  .modal-header button {
    background-color: transparent !important;
  }
  #pro-qualify *{
    color: #ffffff;
  }

  #pro-info ul {
    list-style:disc;
    color: #707070;
    font-size: 20px;
    padding-left: 20px;
  }

  #pro-qualify ul {
    list-style:disc;
    margin-left: 1rem;
  }

  .pro-info-img-cont {
    height: 800px; /* Can be anything */
    width:100%; /* Can be anything */
    position: relative;
  }
  .pro-info-img-cont img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
 

  #pro-info {
    padding: 100px 0;
  }

  #pro-info h2 {
    padding-bottom: 30px;
  }

  #pro-info p {
    color: #707070;
    font-size: 20px;
  }
  
  #pro-info img {
    padding: 20px;
  }

  #pro-cta {
    
    background-color: #008DEC;
    padding: 30px;
    text-align: center;
    
  }

  #pro-cta-2 {
    
    background-color: #02C531;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    
  }

  #pro-cta-2 p {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  #pro-info-2 p{
    font-size: 16px;
    line-height: normal;

  }

  #pro-info-2 .text {
    padding: 100px 50px;
  }

  #pro-info-2 .text-special {
    padding: 10px 50px;
  }
  

  

  #pro-cta h1 {
    font-size: 50px;
    color: #ffffff;
    letter-spacing: 0;
    font-family: lato;
    text-transform: uppercase;
  }

  .mc_embed_signup {
    width: 100% !important;
  }

  .home {
    position: relative;
  }

  /* .front-btn {
    font-size: 50px;
    padding: 40px;
    line-height: 0;
    position: absolute;
    bottom: 121px;
    right: 394px;
    background-color: red;
    border: none;
  }
 */
