* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

p {
    color: #282828;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
}

.allanim,
body:before {
    -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
    url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
    url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
    url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
    url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light_0-webfont.woff2') format('woff2'), url('../fonts/nexa_light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold_0-webfont.woff2') format('woff2'), url('../fonts/nexa_bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wrap {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.wrap:after {
    content: "";
    display: table;
    clear: both;
}

body {
    font-family: 'nexa_boldregular';
    font-size: 16px;
    color: #2f2f2f;
}

.title .wrap {
    display: block;
    position: relative;
}

.topbar {
    background: #1c3f95;
    width: 100%;
    display: inline-block;
}

.top-bar-wrapper {
    display: inline-block;
    width: 100%;
}

.top-left {
}

.top-contact {
    color: #fff;
    padding: 8px;
    display: block;
    background: #2852ba;
}

.top-contact:hover {
    color: #fff;
    opacity: 0.8;
}

.top-fb,
.top-in {
    display: block;
    padding: 8px;
    color: #fff;
    font-size: 18px;
}

.top-fb:hover, .top-in:hover,
.top-fb:focus, .top-in:focus {
    /*color: #ce0436;*/
    color: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.top-fb i,
.top-in {
    margin-left: 15px;
}

.top-right ul {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
}

.right-data {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    background: #2852ba;
    transition: all 0.3s ease-in;
}

.appointment:hover {
    background: #d01140;
}


/* ---------------------------------------- navbar css ---------------------------------------- */
.nav-menu-wrapper {
    display: inline-block;
    width: 100%;
}

.main-nav {
    float: right !important;
    margin-top: 35px;
}

.main-nav .navbar-nav ul li,
.main-nav .navbar-nav ul li a {
    text-transform: uppercase !important;
    font-family: 'robotoregular';
    color: #d11242;
    font-weight: 700;
    font-size: 15px;
}

.main-nav .navbar-nav a:last-child {
    padding-right: 0 !important;
}

.main-nav .navbar-nav ul li:before,
.main-nav .navbar-nav ul li.active:before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.main-nav .navbar-nav ul li:after,
.main-nav .navbar-nav ul li.active:after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.main-nav .navbar-nav ul li:before,
.main-nav .navbar-nav ul li:after,
.main-nav .navbar-nav ul li.active:before,
.main-nav .navbar-nav ul li.active:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.main-nav .navbar-nav ul li:hover:before,
.main-nav .navbar-nav ul li:hover:after,
.main-nav .navbar-nav ul li.active:before,
.main-nav .navbar-nav ul li.active:after,
.main-nav .navbar-nav ul li:focus:before,
.main-nav .navbar-nav ul li:focus:after,
.main-nav .navbar-nav ul li.active:focus:before,
.main-nav .navbar-nav ul li.active:focus:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}


/* ---------------------------------------- homepage css ---------------------------------------- */

.hero-section {
    position: relative;
    width: 100%;
    height: 570px;
    background: url(../images/hero-hoe-bg.png) no-repeat center center/cover;
    overflow: hidden;
}


/*
.hero-section .wrap {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    height: 689px;
}
*/


/*
  width:100%;
  height:70vh;
  background: url('../images/home-hero.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
*/

.hero-section h5 {
    color: white;
    text-shadow: 2px 2px #333;
}

.hero-row {
}

.left-hero-content {
    margin: 140px 0;
    display: inline-block;
    width: 50%;
    float: left;
}

.right-hero-i {
    height: 570px;
    position: absolute;
    bottom: 50px;
    right: 0;
    display: inline-block;
    width: 50%;
    float: right;
}

.right-hero-i img {
    position: absolute;
    bottom: 40px;
    max-height: 100%;
}

.btn-appointment,
.btn-learn-more {
    background: #d01140;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.5s ease-in;
}

.box-hero {
    width: 100%;
    display: inline-block;
}

.btn-appointment:hover,
.btn-learn-more:hover {
    background: #1c3f95;
    color: #fff;
}

.btn-learn-more {
    margin: 50px 0;
}

.about-company .section-title p {
    margin: 0;
    padding: 0 250px;
    text-align: justify;
    text-align-last: center;
}

.service-box {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.main-box {
    display: block;
    text-align: center;
    padding: 60px 90px;
}

.main-box a {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    padding: 25px 0 15px 0;
}

.main-box p {
    color: #fff;
    font-size: 15px;
    font-family: 'nexa_lightregular';
    padding: 0 40px;
}

.main-box .p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.locations {
    background: #1c3f95;
}

.conditions {
    background: #2852ba;
}

.treatments {
    background: #4470da;
}

.advantages-content li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 25px;
}

.advantages-content li:first-child {
    margin-left: 0;
}

.advantages-content li:last-child {
    margin-right: 0;
}

.icons-title {
    margin-top: 60px;
}

.icons-title h5 {
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
    display: block;
    color: #1c3f95;
}

.icons-title p {
    color: #808080;
    font-family: 'robotoregular';
    padding: 0 140px;
    text-align: center;
}

.testimonials {
    background: #1c3f95;
    padding-bottom: 30px;
    margin-top: 90px;
}

.testimonials-inner {
    text-align: center;
}

.testimonials-inner.owl-carousel .owl-item img {
    width: unset !important;
    margin: auto;
}

.testimonials .section-title h2 {
    color: #fff;
}

.item h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 0;
}

.item p {
    padding: 0px;
    color: #fff;
    /*font-family: 'nexa_lightregular';*/
}

.item span {
    color: #fff;
    font-size: 20px;
}

.info h3 {
    font-family: 'nexa_lightregular';
    display: inline-block;
    color: #1c3f95;
    font-size: 46px;
}

.info span {
    display: inline-block;
    font-family: 'nexa_boldregular';
}

.info p {
    color: #808080;
    font-family: 'robotoregular';
    font-size: 18px;
    text-align: justify;
}

.support h4 {
    letter-spacing: 4px;
    color: #1c3f95;
    margin: 0;
    padding: 40px 0;
}

.in-bg,
.in-bg:focus {
    background: #e1e1e1;
    border: none;
    border-radius: 50px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.in-bg.form-control::placeholder {
    color: #303030 !important;
    font-family: 'nexa_lightregular';
}

.pb-3 {
    padding-bottom: 35px !important;
}

.date-in {
    position: relative;
}

.date-in a {
    position: absolute;
    top: 11px;
    right: 30px;
}

textarea.in-bg {
    border-radius: 40px !important;
}

.submit-btn-wrapper {
    display: inline-block;
    text-align: center;
    margin: auto;
}

.btn-sbmt {
    background: #d01140;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.5s ease-in;
    margin: 0 0 60px 0;
}

.o-h {
    overflow: hidden;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    float: right;
}

.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    background-color: #d01140;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 5px;
}

.icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(8px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -3px);
    transition: ease all .2s;
}

.box-wrap {
    float: left;
}


/* ---------------------------------------- hero css ---------------------------------------- */

.hero-img-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
}

.hero-img-wrapper img {
    width: 100%;
}

.page-title-logo {
    position: absolute;
    bottom: 50px;
    left: 160px;
}


/* ---------------------------------------- hero-bottom css ---------------------------------------- */

.hero-bottom {
    height: 70px;
    background: #d01140;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: -1px;
}

.bottom-info {
    display: inline-block;
    text-align: left;
    float: left;
}

.bottom-info h6 {
    font-size: 26px !important;
    text-transform: uppercase;
    color: #fff;
    font-family: 'nexa_lightregular';
    margin-bottom: 0;
    padding: 20px 0;
}

.bottom-info h6 span {
    font-family: 'nexa_boldregular';
}

.location-box {
    display: inline-block;
    text-align: center;
    margin: 17px;
    vertical-align: middle;
}

.zip-code-input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 6px 20px !important;
}

.zip-code-input:focus {
    background: transparent !important;
}

.zip-code-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-family: 'nexa_lightregular';
    text-transform: uppercase;
}

.zip-code-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-family: 'nexa_lightregular';
    text-transform: uppercase;
}

.zip-code-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-family: 'nexa_lightregular';
    text-transform: uppercase;
}

.zip-code-input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-family: 'nexa_lightregular';
    text-transform: uppercase;
}

.zip-code-input:focus {
    color: #fff !important;
    font-family: 'nexa_lightregular';
}

.locatioin-box .form-inline .form-control {
    color: #fff !important;
}

.find-btn {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background: #fff !important;
    border: none !important;
    display: block;
    width: 85px;
    color: #d01140;
    text-transform: uppercase;
    padding: 7px !important;
}

.find-btn:hover,
.find-btn:focus {
    color: #d01140;
    transition: all 0.3s ease-in;
}


/* ---------------------------------------- about css ---------------------------------------- */

.section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.section-title h2 {
    color: #d01140;
    letter-spacing: 5px;
    font-size: 32px;
    padding: 50px 15px;
    margin: 0;
    text-transform: uppercase;
}

.section-title p {
    color: #2f2f2f;
    font-family: 'robotoregular';
    font-size: 16px;
    text-align: justify;
    padding: 0 80px;
    text-align-last: center;
}


/* ---------------------------------------- alternative css ---------------------------------------- */

.alternative-section {
    display: inherit;
    width: 100%;
    background: #e1e1e1;
    margin-top: 80px;
}


/*.row.space-bt {
    margin-bottom: 65px;
}*/

.left-content {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.left-img img {
    width: 100%;
}

.left-content h3,
.right-content h3 {
    color: #d01140;
    letter-spacing: 4px;
    padding-bottom: 30px;
}

.left-content p,
.right-content p {
    color: #282828;
    font-family: 'robotoregular';
    text-align: justify;
    text-align-last: left;
}

.right-img {
    float: right;
    width: 100%;
}

.right-img img {
    width: 100%;
}

.right-content {
    margin: 70px 0;
}


/* ---------------------------------------- meet the team css ---------------------------------------- */

.row-padding {
    padding-bottom: 80px;
}

.member-info {
    width: 100%;
    margin-bottom: 25px;
}

.member-info img {
    width: 100%;
}

.member-details h6 {
    color: #d01140;
    font-size: 24px;
    font-family: 'nexa_boldregular';
    padding: 25px 0 5px 0;
    margin: 0;
}

.member-details span {
    text-transform: uppercase;
    color: #d01140;
    padding: 0 0 5px 0;
    display: block;
}

.member-details p {
    color: #282828;
    font-family: 'robotoregular';
    font-size: 15px;
}

.meet-the-team .smallcontent {
    margin-bottom: 8px;
}


/* ---------------------------------------- footer css ---------------------------------------- */

#footer {
    background: #1c3f95;
    padding: 30px 0;
}

.f-nav {
    text-align: center;
}

.f-nav ul {
    display: inline-block;
    text-align: center;
}

.f-nav ul li {
    list-style: none;
    float: left;
}

.f-nav ul li a {
    text-transform: uppercase;
    margin-right: 10px !important;
    display: block;
    color: #fff;
    transition: all 0.3s ease-in;
}

.f-nav ul li a:hover {
    color: #d01140;
}

.f-nav ul li a:last-child {
    margin-right: 0;
}

.f-row {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.f-social {
    display: inline-block;
    text-align: center;
}

.f-social ul {
    list-style: none;
}

.f-social ul li {
    display: inline-block;
    margin-right: 20px;
}

.f-social ul li:last-child {
    margin-right: 0;
}

.f-social ul li a i, .f-social ul li a svg {
    color: #fff;
    transition: all 0.3s ease-in;
}

.f-social ul li a:hover i, .f-social ul li a:hover svg,
.f-social ul li a:focus i, .f-social ul li a:focus svg{
    opacity: 0.8;
}

.f-terms {
    display: inline-block;
}

.f-terms ul {
    list-style: none;
    display: inline-block;
}

.f-terms ul li {
    display: inline-block;
    margin-right: 25px;
}

.f-terms ul li:first-child {
    margin-left: 50px;
}

.f-terms ul li:last-child {
    margin-right: 0;
}

.f-terms ul li a {
    text-transform: capitalize;
    color: #fff;
    transition: all 0.3s ease-in;
    font-family: 'nexa_lightregular';
}

.f-terms ul li a:hover {
    color: #d01140;
}

.framework-ic {
    display: inline-block;
    padding: 0 40px;
}

.framework-ic a img {
    margin-top: -7px;
}


/* ---------------------------------------- conditions2 css ---------------------------------------- */

.conditions2 {
    background: url(../images/patient-information.jpg) no-repeat center center/cover;
    height: 360px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.conditions2-treatment-symtoms {
    padding: 60px 0;
}

.sym-icon {
    display: inline-block;
    margin-right: 0;
    width: 20%;
}

.sym-content {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin-top: 15px;
}

.sym-content ul {
    list-style: none;
    display: inline-grid;
    width: 23%;
}

.sym-content h5 {
    font-family: 'nexa_boldregular';
    font-size: 22px;
    padding-bottom: 20px;
    color: #d01140;
    letter-spacing: 5px;
}

.symtoms-box {
    margin-bottom: 70px;
}

.sym-content ul li {
    position: relative;
    float: left;
    padding: 0 0px 0 20px;
    margin: 5px 0;
    font-family: 'robotoregular';
    font-size: 17px;
    text-transform: capitalize;
    width: 100%;
    text-transform: inherit;
}

.sym-content ul li:before {
    content: "";
    background: #1c3f95;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 6px;
}

.treatment-content p {
    font-family: 'robotoregular';
    text-align: justify;
    text-align-last: left;
}

.patient-information {
    background: none;
}

.right-content h3 {
    text-transform: uppercase;
}

.car-accident {
    background: #e1e1e1;
    padding: 0 0 20px 0;
}

.car-accident .section-title h2 {
    color: #1c3f95;
}

.car-pros-content {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.ic-content span {
    font-family: 'nexa_boldregular';
    color: #1c3f95;
}

.ic-content p {
    font-family: 'robotoregular';
    color: #1c3f95;
    margin: 0;
    line-height: 1.4;
}

.ic-content {
    padding-bottom: 40px;
    padding-top: 5px;
}

.dwnld-btn {
    margin: 6px;
}

.dwnld {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 50px 15px 35px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    font-family: 'nexa_boldregular';
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #d01140;
    transition: all 0.3s ease-in;
}

.dwnld img {
    margin-top: -5px;
}

.dwnld:hover,
.dwnld:focus {
    color: #d01140;
}

.dwnld span {
    position: absolute;
    right: 25px;
    top: 15px;
}

.about-us-wrapper {
    background: url(../images/about-hero.png) no-repeat center center/cover;
    height: 360px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.condition-wrapper {
    background: url(../images/condition-hero.jpg) no-repeat center center/cover;
    height: 360px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.conditions2-wrapper {
    /*background: url(../images/conditions-2-hero.jpg) no-repeat center center/cover;*/
    height: 360px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.patient-info2-wrapper {
    background: url(../images/patient-info-hero-2.png) no-repeat center center/cover;
    height: 360px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.patient-info3-wrapper {
    background: url(../images/patient-info-hero-3.png) no-repeat center center/cover;
    height: 360px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.treatment-options-wrapper {
    background: url(../images/treat-hero.jpg) no-repeat center center/cover;
    height: 360px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-img-wrapper {
    background: transparent no-repeat center center/cover;
    height: 360px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.treatment-options-2-wrapper {
    background: url(../images/treatment-options-2-hero.png) no-repeat center center/cover;
    height: 360px;
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* Style By Rajkumar */

.blue_sub_header {
    background: #1c3f95;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.blue_sub_header .bottom-info {
    padding-top: 5px;
}

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

.location_sec {
    border-top: solid 1px #3856a0;
    border-bottom: solid 1px #3856a0;
}

.location_box {
    background-color: rgb(235, 235, 235);
    border: solid 1px #3856a0;
    /*padding-right: 0;*/
    padding-left: 15px;
}

.location_box table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 35px;
}

.location_box h3 {
    font-size: 25px;
    font-family: "nexa_boldregular";
    color: rgb(28, 63, 149);
    text-transform: uppercase;
    padding-top: 20px;
}

.location_box .full {
    width: 100%;
}

.location_box .half {
    width: 50%;
    padding: 10px;
    float: left;
}

.location_box p {
    font-size: 20px;
    font-family: "robotoregular";
    color: rgb(69, 69, 69);
    margin-bottom: 35px;
    line-height: 1.4;
    text-transform: uppercase;
}

.location_box p.contact_no {
    font-size: 25px;
    font-family: "nexa_boldregular";
    color: rgb(69, 69, 69);
    text-transform: uppercase;
}

.location_box table tr td {
    font-size: 18.75px;
    font-family: "robotoregular";
    color: rgb(69, 69, 69);
    text-align: right;
}

.location_box table tr td:first-child {
    font-size: 18.75px;
    font-family: "nexa_boldregular";
    color: rgb(69, 69, 69);
    text-align: left;
}

.btn-get_direction {
    font-size: 21px;
    font-family: "nexa_boldregular";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: rgb(28, 63, 149);
    border-radius: 0px;
    padding: 10px 30px;
    transition: all 0.5s ease-in;
    width: 100%;
}

.btn-get_direction:hover {
    background: #d01140;
    color: #fff;
}

.sports-pro .ic-content {
    width: 50%;
    margin: auto;
}

.s-m-t {
    margin-top: 20px;
}

.patient-info {
    background: #1c3f95 !important;
}


/* location page 2 */

.location_second {
    padding-top: 70px;
}

.location_second .content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.location_second h2 {
    font-size: 42px;
    font-family: "nexa_boldregular";
    color: rgb(28, 63, 149);
    text-transform: uppercase;
}

.location_second .top_sec h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.location_second .top_sec p {
    font-size: 20px;
    font-family: "robotoregular";
    color: rgb(28, 63, 149);
    text-transform: uppercase;
    line-height: 22px;
}

.location_second p.contact_no {
    font-size: 30px;
    font-family: "nexa_boldregular";
    color: rgb(28, 63, 149);
    text-transform: uppercase;
}

.location_second p {
    font-size: 18px;
    font-family: "robotoregular";
    color: rgb(40, 40, 40);
    line-height: 22px;
    text-align: justify;
}

.left_location {
    max-width: 350px;
    margin-bottom: 40px;
}

.left_location table {
    width: 100%;
    margin-bottom: 20px;
}

.left_location table tr td {
    font-size: 16px;
    font-family: "robotoregular";
    color: rgb(69, 69, 69);
    text-align: right;
    padding-top: 15px;
}

.left_location table tr td:first-child {
    font-size: 16px;
    font-family: "nexa_boldregular";
    color: rgb(69, 69, 69);
    text-align: left;
}

.left_location div.red_text_box {
    font-size: 16px;
    font-family: "robotoregular";
    color: #fff;
    background-color: rgb(208, 17, 64);
    width: 100px;
    float: right;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

.left_location .btn-get_direction {
    font-size: 18px;
}

.location_second .right_text {
    float: right;
}

.treat_main {
}

.treat_box {
    width: 23%;
    margin: 1%;
    margin-bottom: 65px;
}

.box_img {
    width: 100%;
}

.box_img img {
    width: 100%;
}

.shd {
    -webkit-box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, 0.12);
}

.treat_content {
    width: 100%;
    background: white;
    overflow: hidden;
    border: 1px solid #acacac;
    border-top: none;
    height: 200px;
}

.treat_content h6 {
    font-size: 20px;
    color: #d01140;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 3px;
    min-height: 40px;
    margin-bottom: 0;
    word-wrap: break-word;
    line-height: 1;
}

.treat_content p {
    font-size: 16px;
    color: #616161;
    font-family: 'robotoregular';
    min-height: 50px;
    line-height: 20px;
}

.blue_sub_header .find-btn {
    color: #1c3f95;
}

.custom-breadcumb {
    background: transparent;
    margin: 0;
    padding-top: 20px;
}

.custom-breadcumb li a,
.custom-breadcumb .breadcrumb-item.active {
    font-family: 'nexa_boldregular';
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.custom-breadcumb .breadcrumb-item.active {
    text-decoration: underline;
}

.custom-breadcumb li a:hover {
    color: #1c3f95;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff !important;
    content: "/";
}

.navbar-nav ul {
    display: inline-block;
    list-style: none;
}

.navbar-nav ul li {
    display: inline-block;
}

#header-nav ul > li > ul {
    /* border: 1px solid red; */
    display: none;
    position: absolute;
    background: #fff;
    max-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    margin-top: 20px;
    padding: 10px;
}

#header-nav ul > li > ul > li {
    display: block;
}

#header-nav ul > li > ul > li:first-child {
    display: block;
}

#header-nav ul > li > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#header-nav ul > li:hover ul {
    display: block;
}

.allanim,
#header-nav ul > li > ul {
    -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
}

#header-nav ul li {
    padding-bottom: 25px;
}


/*new section html*/

.cta-bottom {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
    position: relative;
}

.auto-accidents-block {
    width: 49.80%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    overflow: hidden;
}

.auto-accidents-block img {
    width: 100%;
}

.auto-accidents-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #5a80d8;
    opacity: 0.65;
}

.auto-accidents-block:hover:before {
    background: #d01140;
    opacity: 0.75;
    transition: all 0.5s ease-in;
}

.caption-block {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
}

.caption-block a {
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-family: 'nexa_boldregular';
    font-size: 26px;
    letter-spacing: 3px;
}

.recreational-injuries-block {
    width: 49.80%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    float: right;
    margin-left: 0px;
}

.recreational-injuries-block img {
    width: 100%;
}

.recreational-injuries-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #5a80d8;
    opacity: 0.65;
}

.recreational-injuries-block:hover:before {
    background: #d01140;
    opacity: 0.75;
    transition: all 0.5s ease-in;
}


/*over new section html*/

.main-box {
    padding: 30px 90px;
}

.our-advantages {
    margin: 50px 0;
}

.testimonials {
    margin-top: 0;
}

.icons-content {
    margin-top: 75px;
}

.icons-title {
    margin-top: 20px;
}

.icons-title h5 {
    text-align: left;
}

.icons-title p {
    padding: 0;
    text-align: justify;
    text-align-last: left;
}

.icons-content h2 {
    color: #d01140;
    font-family: 'nexa_boldregular';
    letter-spacing: 4px;
}

.treat_content h6 a {
    font-size: 20px;
    line-height: 1;
}

#map {
    height: 500px !important
}

.location_box {
    background-color: rgb(249, 249, 249);
    padding-left: 25px;
    padding-right: 25px;
}

.left-content {
    margin-bottom: 0;
}

.row.space-bt .left-img {
    margin-bottom: 30px;
}

.member-details p {
    line-height: 1.4;

}

#condition_2 .wrap,
#treatment-options-2 .wrap {
    max-width: 1440px;
}

.treat_content p {
    margin-bottom: 0;

}

.top-bar-ic {
    display: inline-block;
    padding-left: 0 !important;
    padding-right: 0.875rem;
    margin-top: -7px;
    height: 25px;
}

.left-content a {
    color: #1c3f95;
}

.left-content a:hover {
    color: #1c3f95;
}

.alternative-section .left-content h3, .alternative-section .right-content h3 {
    padding-bottom: 0px !important;
    padding-top: 5px !important;
}

#condition_2 .treat_content {
    height: 70px;
}

#condition_2 .treat_content p {
    display: none;
}

#condition_2 .treat_box {
    height: 250px !important;
}

.meet-the-team {
    display: none;
}

.grid-item {
    float: left !important;
    margin: 10px .8%;
    width: 23%;
    height: 230px;
}

.grid-item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.grid-item--width2 {
    width: 48%;
    height: 480px;
}

.grid-item a .data-wrap p {
    font-family: 'robotoregular';
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    background-color: rgba(25, 55, 137, 0.6);
    height: 100%;
    padding: 18px 20px 0 20px;
}

.grid-item a .data-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    transition: height .5s ease;
}

.grid-item a:hover .data-wrap {
    height: 65%;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    transition: height .5s ease;
}

.grid-item--width2 a:hover .data-wrap {
    height: 35%;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    transition: height .5s ease;
}

section#about-gallery h3 {
    font-size: 1rem;
    color: #fff;
    background-color: rgba(25, 55, 137, 0.6);
    padding-bottom: 8px;
    padding-top: 9px;
    font-weight: 400;
    font-family: 'nexa_boldregular';
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    top: 50%;
    touch-action: none;
    box-shadow: 0 0 3.125em rgba(0, 0, 0, .75); /* 50 */
}

.imagelightbox-open {
    user-select: none;
    overflow: hidden;
}

/* WITH ACTIVITY INDICATION */

.imagelightbox-loading,
.imagelightbox-loading div {
    border-radius: 9999px;
}

.imagelightbox-loading {
    background-color: rgba(130, 130, 130, 0.8);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.65em;
    margin: -1.3em 0 0 -1.3em;
    box-shadow: 0 0 2.5em rgba(130, 130, 130, 0.6); /* 40 */
}

.imagelightbox-loading div {
    width: 1.3em;
    height: 1.3em;
    background-color: #fff;
    animation: imagelightbox-loading .5s ease infinite;
}

@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        transform: scale(.75);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .5;
        transform: scale(.75);
    }
}

/* WITH OVERLAY */

#imagelightbox-overlay {
    background-color: rgba(30, 30, 30, 0.9);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* WITH "CLOSE" BUTTON */

#imagelightbox-close {
    border: none;
    cursor: pointer;
    width: 3em; /* 40 */
    height: 3em; /* 40 */
    background-color: rgba(130, 130, 130, 0.8);
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */
    border-radius: 50%;
    transition: color .3s ease;
}

#imagelightbox-close:hover {
    background-color: #111;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}

#imagelightbox-close:before {
    transform: rotate(45deg);
}

#imagelightbox-close:after {
    transform: rotate(-45deg);
}

/* WITH CAPTION */

#imagelightbox-caption {
    text-align: center;
    color: #fff;
    background-color: rgba(25, 55, 137, 0.4);
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em; /* 10 */
}

/* WITH NAVIGATION */

.imagelightbox-nav {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em; /* 60 */
    padding: 0.313em; /* 5 */
    transform: translateX(-50%);
    border-radius: 20px;
}

.imagelightbox-nav a {
    position: relative;
    top: 0.2em;
    width: 1em; /* 20 */
    height: 1em; /* 20 */
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 0.313em; /* 5 */
    border-radius: 50%;
}

.imagelightbox-nav .active {
    animation: fade-in 0.45s linear;
    background-color: #fff;
}

.imagelightbox-navitem:active {
    background: #808080;
}

/* WITH ARROWS */

.imagelightbox-arrow {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 4em; /* 53.3 */
    height: 4em; /* 53.3 */
    background-color: rgba(130, 130, 130, 0.8);
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    padding: 0;
    margin-top: -3.75em; /* 60 */
}

.imagelightbox-arrow:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.imagelightbox-arrow:active {
    background-color: #111;
}

.imagelightbox-arrow-left {
    left: 2.5em; /* 40 */
}

.imagelightbox-arrow-right {
    right: 2.5em; /* 40 */
}

.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -7%;
}

.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.35em;
}

.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-left: 0.2em;
}

.imagelightbox-loading,
.imagelightbox-overlay,
.imagelightbox-close,
.imagelightbox-nav,
.imagelightbox-arrow {
    animation: fade-in 0.25s linear;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 41.250em) {
    /* 660 */
    #container {
        width: 100%;
    }

    .imagelightbox-close {
        top: 1.25em; /* 20 */
        right: 1.25em; /* 20 */
    }

    .imagelightbox-arrow {
        width: 2.5em; /* 40 */
        height: 2.5em; /* 60 */
        margin-top: -1.875em; /* 30 */
    }

    .imagelightbox-arrow-left {
        left: 1.25em; /* 20 */
    }

    .imagelightbox-arrow-right {
        right: 1.25em; /* 20 */
    }
}

@media only screen and (max-width: 20em) {
    /* 320 */
    .imagelightbox-arrow-left {
        left: 0;
    }

    .imagelightbox-arrow-right {
        right: 0;
    }
}

#imagelightbox-caption h2 {

    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.444;
    border-bottom: 4px solid #d01140;
    display: inline-block;
}

#imagelightbox-caption p {
    color: #fff;
}

.about-gallery h2 {
    color: #d01140;
    letter-spacing: 5px;
    font-size: 42px;
    padding: 50px 15px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
}

section#about-gallery {
    margin-bottom: 55px;
}

body.conditions.secondary nav.navbar.navbar-expand-lg.navigation, body.conditions.secondary .sections {
    background-color: #fff;
}

.location_second .row.row-padding {
    display: none;
}

.video_home_page {
    width: 650px;
    height: 345px;
}

.custh2toh1 {
    color: #d01140;
    letter-spacing: 5px;
    font-size: 32px;
    padding: 50px 15px;
    margin: 0;
    text-transform: uppercase;
}

/*New 2021 Stylesheet*/
@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium-webfont.eot');
    src: url('../fonts/gothammedium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothammedium-webfont.woff2') format('woff2'),
    url('../fonts/gothammedium-webfont.woff') format('woff'),
    url('../fonts/gothammedium-webfont.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
    url('../fonts/gotham-bold-webfont.woff') format('woff'),
    url('../fonts/gotham-bold-webfont.svg#gothambold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gothambook-webfont.eot');
    src: url('../fonts/gothambook-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothambook-webfont.woff2') format('woff2'),
    url('../fonts/gothambook-webfont.woff') format('woff'),
    url('../fonts/gothambook-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothammediumitalic';
    src: url('../fonts/gothammediumitalic-webfont.eot');
    src: url('../fonts/gothammediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothammediumitalic-webfont.woff2') format('woff2'),
    url('../fonts/gothammediumitalic-webfont.woff') format('woff'),
    url('../fonts/gothammediumitalic-webfont.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gothambold_italic';
    src: url('../fonts/gothambolditalic-webfont.eot');
    src: url('../fonts/gothambolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothambolditalic-webfont.woff2') format('woff2'),
    url('../fonts/gothambolditalic-webfont.woff') format('woff'),
    url('../fonts/gothambolditalic-webfont.svg#gothambold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambook_italic';
    src: url('../fonts/gothambookitalic-webfont.eot');
    src: url('../fonts/gothambookitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothambookitalic-webfont.woff2') format('woff2'),
    url('../fonts/gothambookitalic-webfont.woff') format('woff'),
    url('../fonts/gothambookitalic-webfont.svg#gothambook_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

.top-fb i, .top-in {
    margin-right: 0;
    margin-left: unset;
}

.topbar {
    background: #3859a8;
}

.top-contact {
    background: #3859a8;
    font-family: 'gothammedium';
}

.right-data {
    background: #2c4687;
    border-radius: 10px;
}

.right-data a {
    display: inline-block;
    font-family: 'gothammedium', sans-serif;
    color: #fff;
    padding: 9px 1rem;
}

.appointment:hover {
    background: #d3405d;
}

.navbar-nav {
    justify-content: flex-end;
}

/* header new style */
#header-nav ul li a {
    font-family: 'gothammedium';
    color: unset;
    text-transform: capitalize !important;
    font-weight: 500;
    font-size: 16px;
}

#header-nav ul li.active {
    color: #3958a8;
}

#header-nav ul > li > ul {
    border-radius: 0.5rem;
    background: #f3f5fb;
    max-width: 280px;
    box-shadow: none;
    margin-top: 8px;
}

#header-nav ul li a:hover {
    color: #3958a8;
}

#header-nav ul > li > ul li a {
    color: #3958a8;
}

#header-nav ul > li > ul li a:hover {
    color: #d3405d;
}

.main-nav .navbar-nav ul li {
    font-weight: 500;
    text-transform: unset !important;
}

.main-nav .navbar-nav ul li:before, .main-nav .navbar-nav ul li.active:before {
    margin-right: 10px;
    /*content: '[';*/
    content: '';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.main-nav .navbar-nav ul li:after, .main-nav .navbar-nav ul li.active:after {
    margin-left: 10px;
    /*content: ']';*/
    content: '';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}


/* hero slider css */

.hero-section {
    background-image: none;
    background-color: red;
}


.hero-slider * {
    transition: all 0.8s ease;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    text-indent: -999em;
    height: 30px;
    width: 30px;
}

.hero-slider .owl-nav .owl-prev {
    left: 50px;
}

.hero-slider .owl-nav .owl-next {
    right: 50px;
}

.hero-slider .owl-nav .owl-prev::before,
.hero-slider .owl-nav .owl-next::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border-top: 2px solid #fff;
    display: block;
}

.hero-slider .owl-nav .owl-next::before {
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.hero-slider .owl-nav .owl-prev::before {
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.hero-slider .item {
    display: flex;
    width: 100%;
    height: 86vh;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-slider .item::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 70vw;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 350px;
    background-image: url(../images/caption-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.hero-slider .owl-dots {
    position: absolute;
    display: flex;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.hero-banner .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    height: 10px;
    width: 80px;
    background: #fff;
    margin: 0 15px;
}

.hero-banner .owl-dot {
    box-shadow: 0 0 10px 0 rgba(29, 16, 18, 0.7);
    border-radius: 3px;
}

.hero-banner .owl-dot.active {
    background: #d3405d;
}

.hero-row h5 {
    color: #fff;
    font-family: 'gothambook', sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-transform: capitalize;
}

.hero-row h5 span {
    display: block;
    font-family: 'gothambold', sans-serif;
    font-size: 68px;
    line-height: 60px;
    margin-bottom: 1.25rem;
}

.hero-row p {
    font-size: 18px;
    max-width: 500px;
    color: #fff;
    text-shadow: 1px 1px 6px #333;
    margin-bottom: 20px;
}

.item-content h1 {
    font-size: 38px;
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
}

.item-content p {
    font-family: 'gothambook', Sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.item-content .btn-learn-more {
    margin: 30px 0 0;
}

/* hero bottom */
.hero-bottom {
    background-image: url(../images/hero-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.zip-code-input {
    background: #f3f5fb;
    border: none;
    color: #6a78b1;
    border-radius: 8px;
    padding: 6px 20px !important;
    font-family: 'gothammedium';
    text-transform: capitalize;
}

.zip-code-input:focus {
    color: #6a78b1 !important;
    background: #f3f5fb !important;
    font-family: 'gothammedium';
    outline: none;
    box-shadow: none;
}

.zip-code-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6a78b1;
    font-family: 'gothammedium';
    text-transform: capitalize;
}

.zip-code-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #6a78b1;
    font-family: 'gothammedium';
    text-transform: capitalize;
}

.zip-code-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #6a78b1;
    font-family: 'gothammedium';
    text-transform: capitalize;
}

.zip-code-input:-moz-placeholder {
    /* Firefox 18- */
    color: #6a78b1;
    font-family: 'gothammedium';
    text-transform: capitalize;
}

.find-btn {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: #3958a8 !important;
    border: 1px solid #f3f5fb !important;
    border-radius: 8px !important;
    display: block;
    width: 120px;
    color: #fff !important;
    font-family: 'gothammedium';
    text-transform: uppercase;
    padding: 7px !important;
}

.find-btn:hover {
    background: #d84d64 !important;
    color: #fff;
}

.hero-bottom .input-group-prepend {
    margin-right: 0px;
    margin-left: 15px;

}

.hero-bottom .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.hero-bottom .custom-select, .input-group > .form-control {
    min-width: 300px;
    color: #3958a8 !important;
}

.location-box {
    margin-top: 14px;
}


.btn-appointment, .btn-learn-more {
    background: #d3405d;
    color: #fff;
    border-radius: 6px;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.5s ease-in;
}


.auto-accidents-box {
    margin-top: 150px;
    position: relative;
}

.img-block {
    width: 220px;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    padding: 15px;
    background: linear-gradient(to top, #f3f5fb 50%, #5a67b0 50%);
}

.img-block img {
    width: 86%;
}


/*.box {
  width: 150px;
  height: 150px;

}*/
.inner-icon {
    width: 190px;
    height: 190px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #d3405d;
    box-shadow: 3px 3px 2px rgba(31, 18, 19, 0.16);
    /*padding: 20px;*/
    overflow: hidden;
}

.auto-accidents-box .caption-block {
    position: unset;
    left: unset;
    top: unset;
    width: 100%;
    text-align: center;
    color: #3958a8;
    background-color: #f3f5fb;
    box-shadow: 3px 3px 2px rgba(31, 18, 19, 0.16);
    border-radius: 10px;
    font-family: 'gothambold', sans-serif;
    padding: 110px 20px 30px;
    font-size: 16px;
    margin-top: 5px;
}

.auto-accidents-button .btn-learn-more {
    margin: 0px;
    margin-top: -24px;
    font-family: 'gothammedium';
    font-weight: unset;
    letter-spacing: 1px;
}

.icons-title p {
    font-family: 'gothammedium';
    color: #787979;
}

#regenerative-medicine-and-video .icons-title {
    margin-top: 0px;
}

.about-company .icons-title {
    margin-top: 0px;
}

#regenerative-medicine-and-video {
    margin-top: 70px;
}

#regenerative-medicine-and-video .section-title h1 {
    text-align: left;
    color: #3958a8;
    font-size: 28px;
    font-family: 'gothambold';
}

#regenerative-medicine-and-video .section-title h1 span {
    font-family: 'gothambook', sans-serif;
}

.about-company h2 {
    text-align: left;
    color: #3958a8;
    font-size: 28px;
    font-family: 'gothambold';
}

.about-company h2 span {
    font-family: 'gothambook', sans-serif;
}


/* testimonials */

.testimonials-inner .item {
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0 10px;
    min-height: 280px;
    padding: 20px 0;
    border-radius: 12px;
    display: flex;
}

.testimonials-inner .item h4 {
    color: #d3405d;
    text-transform: capitalize;
    font-family: 'gothambold';
    padding-bottom: 0px;
}

.testimonials-inner .item span {
    color: #3958a8;
    font-family: 'gothammedium';
}

.testimonials-inner .item p {
    color: #636464 !important;
    font-family: 'gothambook' !important;
    margin-bottom: 0px;
    font-size: 14px;
}

.testimonials-inner.owl-carousel .owl-item img {
    width: 220px !important;
}

.testimonials {
    margin-top: 50px;
    padding-top: 100px;
    position: relative;
    background-image: url(../images/testimonial-bg.jpg);
    background-size: cover;
    background-position: left top;
    background-color: unset;
    padding-bottom: 70px;
    box-shadow: inset 0px 11px 15px -8px rgba(0, 0, 0, 0.19), inset 0px -11px 15px -8px rgba(0, 0, 0, 0.19);
}

.testimonials .section-title h2 {
    color: #3958a8;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'gothambold';
}

.testimonials-icon {
    width: 175px;
    height: 175px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #d3405d;
    box-shadow: 2px 2px 0 rgba(31, 18, 19, 0.17);
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(-50% + -90px));
}

.testimonials-icon img {
    width: 100%;
}


.testimonials-inner .owl-dots {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 40px);
}

.testimonials-inner .owl-dot {
    box-shadow: none;
    width: 80px;
    border-radius: 3px;
    margin: 0 10px;
    background: #fff;
}

.testimonials-inner .owl-dot.active {
    background: #d3405d;
}

.testimonials .section-title h2 {
    color: #3958a8;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'gothambold', sans-serif;
}


/* our-advantages */

.our-advantages .icons-content h2 {
    color: #3958a8;
    font-family: 'gothambold', sans-serif;
    letter-spacing: 2px;
}

.our-advantages .icons-content {
    margin-top: 0;
}

.our-advantages .icons-title {
    margin-top: 0;
}

/* service-box */
.service-box {
    overflow: visible;
}

.service-box .main-box {
    padding: 10px;
}

.service-box .locations, .service-box .conditions, .service-box .treatments {
    background: unset;
}

.service-box .caption-block a {
    color: #d3405d;
}

.service-box .main-box a {
    padding: 5px 0 5px 0;
}

.service-box .main-box h4 {
    padding: 1rem 0 0;
    color: #d3405d;
    font-size:  26px;
    font-weight: normal;
    font-family: 'nexa_boldregular', sans-serif;
}

.service-box .main-box p {
    color: #787878;
    font-family: 'gothammedium', sans-serif;
    min-height: 48px;
}

.service-box .auto-accidents-box .caption-block {
    padding-bottom: 10px;
    padding-top: 100px;
}

.service-box .img-block {
    background: linear-gradient(to top, #f3f5fb 50%, #d3405d 50%);
}

.service-box .img-block .inner-icon {
    border: 4px solid #26489e;
}

.appointment-section {
    background-color: #d8e0f2;
    background-image: url("../images/contact-form-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 150px;
}

.contact-icon {
    width: 175px;
    height: 175px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #d3405d;
    box-shadow: 2px 2px 0 rgba(31, 18, 19, 0.17);
    overflow: hidden;
    position: absolute;
    left: calc(75% + 30px);
    transform: translate(-75%, -50%);
}

.contact-icon img {
    width: 80%;
}

.appointment-section .info {
    margin-top: 90px;
}

.appointment-section .info h3 {
    color: #fff;
    display: table-caption;
}

.appointment-section .info p {
    font-family: 'gothammedium';
    color: #fff;
    font-size: 16px;
}

.appointment-section .info p a {
    text-decoration: underline;
    color: #fff;
}

.appointment-section .support h4 {
    color: #fff;
    padding: 20px 0;
}

.appointment-section .pb-3 {
    padding-bottom: 10px !important;
}

.appointment-section .in-bg, .appointment-section .in-bg:focus {
    background: #fff;
    border: none;
    border-radius: 6px;
    padding-left: 20px !important;
    padding-right: 40px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6977b1;
}

.appointment-section .form-control.in-bg {
    border-radius: 6px !important;
    resize: none;
}

.appointment-section .in-bg.form-control::placeholder {
    color: #6977b1 !important;
    font-family: 'gothambook', sans-serif;
}

.appointment-section .section-title {
    text-align: left;
}

.appointment-section .section-title h2 {
    color: #3958a8;
    letter-spacing: 3px;
    font-size: 32px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'gothambold';
    padding: 100px 15px 20px 0;
}

.appointment-section .section-title h2 span {
    font-family: 'gothambook', sans-serif;
}

.f-nav ul {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.f-nav ul li a {
    margin-right: 30px !important;
    color: #3958a8;
    font-family: 'gothammedium';
    text-transform: capitalize;
    margin-left: 30px !important;
}

#footer {
    background: #fdfdfe;
    padding: 30px 0 0px;
}

.f-nav ul li a.appointment-link, .f-nav ul li a.top-bar-ic {
    margin: unset;
    color: #fff;
}

.f-bottom {
    background-color: #d3405d;
    padding: 10px 0;
}

.f-bottom a {
    font-family: 'gothammedium' !important;
}

.f-bottom .f-terms ul, .f-bottom .f-social ul {
    margin-bottom: 0px;
}

.f-terms ul li a:hover {
    color: #2c2f38;
}

.f-quick-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.f-quick-buttons ul {
    display: contents;
}

.f-quick-buttons .right-data {
    background: #6a78b1;
    border-radius: 10px;
    width: 20%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.f-quick-buttons .right-data a {
    padding: 8px 8px;
}

.f-quick-buttons .right-data a img {
    height: 25px;
    margin-top: 0px;
}


.custh2toh1 {
    color: #3958a8;
    letter-spacing: 1px;
    font-size: 32px;
    padding: 50px 15px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'gothambold';
    padding-bottom: 20px;
}

.custh2toh1 span {
    font-family: 'gothambook', sans-serif;
}

.about-company .section-title p {
    font-family: 'gothammedium';
    color: #787979;
}


.font-italic {
    font-family: 'gothammediumitalic', sans-serif;
}

.font-blue {
    color: #3958a8 !important;
    font-family: 'gothambook_italic' !important;
}

.font-blue a {
    color: #3958a8 !important;
    font-family: 'gothambold_italic' !important;
}

.e-sub-page-banner::before, .our-page-banner::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 120px;
    /*border-right: 80px solid transparent;
    border-bottom: 90px solid rgba(53,142,78,.86);*/
    background-image: url(../images/caption-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    opacity: 0.95;
}

.page-title-logo {
    position: absolute;
    left: 15px;
    bottom: 50%;
    transform: translate(0, 50%);
}

.page-title-logo p {
    margin-bottom: 0px;
    color: #fff;
    font-family: 'gothambook', sans-serif;
}

.page-title-logo h1 {
    color: #fff;
    margin-bottom: 0px;
    font-family: 'gothambold';
}

.conditions2 {
    display: flex;
}

.alternative-section.doctors-help-slider {
    display: inherit;
    width: 100%;
    background: none;
    margin-top: 0px;
    margin-bottom: 80px;
}

.alternative-section.doctors-help-slider .treat_main .section-title h2 {
    color: #d3405d;
    letter-spacing: 1px;
    font-size: 32px;
    padding: 50px 15px;
    font-family: 'gothambold';
    margin: 0;
    text-transform: capitalize;
}

.alternative-section.doctors-help-slider .treat_main .section-title h2 span {
    font-family: 'gothambook', sans-serif;
}

.doctors-slider-main {
    width: 100%;
}

.doctors-slider .owl-nav.disabled {
    display: block;
}


.doctors-slider .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.doctors-slider .owl-next {
    width: 15px;
    height: unset;
    position: absolute;
    top: 50%;
    right: -30px;
    display: block !important;
    border: 0px solid black;
    transform: translate(0px, -50%);
}

.doctors-slider .owl-prev {
    width: 15px;
    height: unset;
    position: absolute;
    top: 50%;
    left: -30px;
    display: block !important;
    border: 0px solid black;
    transform: translate(0px, -50%);
}

.doctors-slider .owl-prev i, .owl-next i {
    color: #3958a8;
    font-size: 48px;
    font-weight: 900;
}

.doctors-slider-main .owl-carousel .owl-dot, .doctors-slider-main .owl-carousel .owl-nav .owl-next, .doctors-slider-main .owl-carousel .owl-nav .owl-prev {
    height: unset;
    width: unset;
    background: transparent;
    margin: 0;
}


.doct-block {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 3px rgba(31, 18, 19, 0.30);
}

.doct-info {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #d3405d;
    width: 100%;
    flex-direction: column;
    padding: 5px 0;
    text-align: center;
    min-height: 73px;
    height: 100%;
}

.doct-info .doct-name {
    font-family: 'gothammedium';
    font-size: 18px;
}

.doct-info .job-title {
    font-family: 'gothambook', sans-serif;
    font-size: 12px;
}

.alternative-section .left-content h3, .alternative-section .right-content h3 {
    color: #3958a8;
    letter-spacing: 1px;
    font-family: 'gothambold';
    text-transform: capitalize;
}

.alternative-section .left-content h3 span, .alternative-section .right-content h3 span {
    font-family: 'gothambook', sans-serif;
}

.left-content p, .right-content p {
    font-family: 'gothammedium';
    color: #787979;
}

.alternative-section .right-img {
    border-radius: 8px;
    overflow: hidden;
}

.alternative-section .left-img {
    border-radius: 8px;
    overflow: hidden;
}

.row.space-bt .right-img {
    margin-bottom: 30px;
}

.car-accident {
    background: #f4f6fb;
    position: relative;
    margin-top: 140px;
}

.row.space-bt .left-content {
    float: left;
    width: 100%;
    margin: 0px 0;
}

.row.space-bt .right-content {
    margin: 0px 0;
}

.right-content-wrapper {
    display: flex;
    align-items: center;
}

.row.space-bt .left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.patient-information {
    background: none;
    margin-bottom: 70px;
    margin-top: unset;
}

.left-content ul, .right-content ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.left-content ul li, .right-content ul li {
    list-style: none;
    padding-left: 24px;
    background-image: url(../images/ic-list.png);
    background-repeat: no-repeat;
    background-position: left 2px top 5px;
    margin-bottom: 10px;
    background-size: 14px;
    font-size: 18px;
}

.left-content ul li a, .right-content ul li a {
    color: #3958a8;
}

.left-content ul li a:hover, .right-content ul li a:hover {
    color: #d01140 !important;
}

.left-content a.btn-appointment, .left-content a.btn-learn-more {
    color: #fff !important;
    margin-top: 20px;
}

.right-content a.btn-appointment, .right-content a.btn-learn-more {
    color: #fff !important;
    margin-top: 20px;
}

.car-accident {
    padding-top: 60px;
}

.car-accident .section-title h2 {
    color: #d01140;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'gothambold';
    padding-bottom: 10px;
}

.car-accident .section-title h2 span {
    font-family: 'gothambook', sans-serif;
}

.alternative-section .patient-information .auto-accidents-box {
    margin-top: 120px;
}

.car-accident .main-box {
    padding: 12px;
    height: unset !important;
}

.car-accident .main-box p {
    font-family: 'gothammedium';
    color: #787979;
    padding: 0px;
    margin: 0px;
}

.car-accident .auto-accidents-box {
    margin-top: 80px;
}

.car-accident .auto-accidents-box .caption-block {
    background-color: #f9fbfe;
    color: #d3405d;
    padding-top: 80px;
    min-height: 220px;
    padding-bottom: 10px;
}

.car-accident .auto-accidents-box .img-block {
    width: 140px;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    padding: 0;
    background: none;
    padding-top: 40px;
}

.car-accident .auto-accidents-box .img-block .inner-icon {
    width: 140px;
    height: 140px;
    border: 4px solid #1c3f95;
}


.patient-info {
    margin-bottom: -150px;
    display: flex;
    background-image: url(../images/hero-bottom-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    height: 110px;
    overflow: hidden;
}

.bottom-info h6 {
    text-transform: capitalize;
}

.patient-info .bottom-info h6 {
    text-transform: capitalize;
    font-family: 'gothambook', sans-serif;
    padding-left: 10px;
    padding-bottom: 35px;
}

.patient-info .bottom-info h6 span {
    font-family: 'gothambold';
}

.patient-info .bottom-info {
    text-align: left;
    float: unset;
    display: flex;
    align-items: center;
}

.download-patient-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download-patient-info .bottom-info .cls {
    margin-top: 5px;
}

.dwnld-btn {
    margin-top: -15px;
}

.dwnld {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: #3958a8 !important;
    border: 1px solid #f3f5fb !important;
    border-radius: 8px !important;
    display: block;

    color: #fff;
    font-family: 'gothammedium';
    text-transform: uppercase;
    padding: 7px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.caption-sports-p {
    min-height: 140px;
}

#piezo-hiw .wrap .row {
    align-items: center;
}

.icons-content h2 span {
    font-family: 'gothambook', sans-serif;
}

#commitment-and-accessible .auto-accidents-box .caption-block p {
    color: #787878;
    font-family: 'gothammedium';
    min-height: 42px;
    font-size: 14px;
}

#affordable-plans-2 .auto-accidents-box .caption-block p {
    color: #787878;
    font-family: 'gothammedium';
    min-height: 42px;
    font-size: 14px;
}

.alternative-section {
    background: none;
}

#convenient-main-section {
    display: flex;
}

#convenient-main-section .right-content p, #convenient-main-section .left-content p {
    text-align: center;
    text-align-last: center;
}

#convenient-main-section .row.space-bt .left-img {
    margin-bottom: 30px;
}

#convenient-main-section .row .right-img {
    margin-bottom: 30px;
}

#convenient-main-section .left-content {
    margin-top: 0px;
}

.header-blue {
    color: #3958a8 !important;
    padding-top: 0 !important;
}

.our-chiropractice {
    width: calc(20% - 15px);
    margin-bottom: 45px;
}

.our-chiropractice img {
    width: 100%;
}

.our-chiropractice .doct-info {
    background: #3958a8;
    color: #fff;
}

.our-chiropractice .doct-info a {
    background: #3958a8;
    color: #fff;
}

.doctors-slider-main.our-chiropractice-main {
    padding: 0 15px;
}

.bio-details .our-chiropractice {
    width: 100%;
}

.bio-details .our-chiropractice {
    width: 100%;
}

.bio-details .section-title {
    text-align: left;
}

.bio-details {
    margin-top: 50px;
}

.bio-details .section-title {
    padding-left: 30px;
}

.bio-details .section-title h2 {
    padding: 0px;
    margin: 20px;
    margin-top: 0px;
    margin-left: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.bio-details .section-title p {
    padding: 0px;
    text-align: left;
    text-align-last: left;
    padding-bottom: 20px;
    font-family: 'gothammedium';
}

.treat_content {
    width: 100%;
    background: #f3f5fb;
    overflow: hidden;
    border: none;
    border-top: none;
    /*height: 200px;*/
}

.treat_main .section-title h2 {
    font-family: 'gothambold';
    text-transform: capitalize;
    letter-spacing: 1px;
}

.shd {
    border-radius: 8px;
    overflow: hidden;
}

.treat_main .section-title h2 span {
    font-family: 'gothambook', sans-serif;
}

#condition_2 {
    margin-top: 20px;
}

#condition_2 .treat_content {
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
}

.treat_content h6 {
    min-height: unset;
    text-transform: capitalize;
    font-family: 'gothambold';
    text-align: center;
    color: #3958a8;
}

.treat_content h6 a {
    font-size: 18px;
    color: #3958a8;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: 1px;
    min-height: unset;
    margin-bottom: 0;
    font-family: 'gothambold';
    text-align: center;
}

.treat_content p a {
    font-family: 'gothammedium';
    text-align: center;
    font-size: 14px;
    color: #616161;
    line-height: 14px;
}

.treat_content p {
    text-align: center;
    margin-top: 5px;
}

.conditions .appointment-section {
    margin-top: 90px;
}

.sub-conditions .appointment-section {
    margin-top: 150px;
}

.conditions-details .appointment-section {
    margin-top: 90px;
}

.about-section .section-title h2 {
    font-family: 'gothambold';
    text-transform: capitalize;
    letter-spacing: 1px;
    /*color: #3958a8;*/
    color: #d01140;
}

.about-section .section-title p {
    font-family: 'gothammedium';
}

.symtoms-box {
    margin-bottom: 70px;
    position: relative;
}

.symtoms-box-block.symtoms-box-bg {
    background-color: #f4f6fb;
    margin-top: unset;
}

.symtoms-box-block.symtoms-box-bg .img-block {
    background: linear-gradient(to top, #f3f5fb 50%, #5a67b0 50%);
}

.sym-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: unset;
    padding-top: 115px;
}

.sym-content ul {
    list-style: none;
    display: unset;
    width: calc(23% - 20px);
    padding: 20px;
}

.symtoms-box-block {
    margin-top: 170px;
}

.symtoms-box-block .img-block {
    background: linear-gradient(to top, #fff 50%, #5a67b0 50%);
}

.sym-list-items {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sym-list-items p {
    font-family: 'gothammedium';
    text-align: center;
    text-align-last: center;
}

.sym-list-items ul {
    background: #fafcfe;
    box-shadow: 0px 4px 4px rgba(31, 18, 19, 0.07);
    border-radius: 8px;
    margin: 10px;
}

.sym-content h5 {
    font-size: 22px;
    padding-bottom: 0px;
    color: #d01140;
    font-family: 'gothambold';
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #3958a8;
    text-align: center;
    padding-left: 0px;
}

.sym-content ul li {
    font-family: 'gothammedium';
    color: #3958a8;
    background-image: url(../images/ic-list.png);
    background-repeat: no-repeat;
    background-position: left 0px top 6px;
    background-size: 14px;
}

.sym-content ul li a {
    color: #3958a8;
}

.sym-content ul li a:hover {
    color: #d01140;
}

.sym-content ul li:before {
    background: transparent;
    width: unset;
    height: unset;
    position: unset;
    left: unset;
    border-radius: unset;
    top: unset;
}

.symtoms-box.treatment-options {
    margin-bottom: 0px;
}

.symtoms-box-block.symtoms-box-bg .sym-list-items {
    flex-direction: row !important;
}

.symtoms-box-block .sym-content.treatment-content .sym-list-items ul {
    flex-direction: column !important;
}

.symtoms-box-block .sym-content.treatment-content .sym-list-items p {
    flex-direction: row !important;
}

.symtoms-box-block.symtoms-box-bg.treatment-details .sym-content.treatment-content {
    flex-direction: row !important;
}

.symtoms-box-block.treatment-details-list .symtoms-box-block .sym-content.treatment-content .sym-list-items {
    flex-direction: row !important;
}

.symtoms-box-block.treatment-details-list .sym-list-items {
    flex-direction: row;
}

.treatment-details-list p {
    text-align: center;
    text-align-last: center;
    font-family: 'gothammedium';
}

.symtoms-box-block.symtoms-box-bg.treatment-details .sym-list-items {
    flex-direction: column !important;
}

.symtoms-box-block.symtoms-box-bg.treatment-details .sym-list-items.flex-row {
    flex-direction: row !important;
}

.treatment-content p {
    text-align: center;
    text-align-last: center;
    font-family: 'gothammedium'
}

.symtoms-box-block h5 {
    color: #d3405d;
    font-family: 'gothambold';
    letter-spacing: 1px;
}

.location_box {
    padding-left: unset;
    padding-right: unset;
    width: 100%;
    padding: 15px;
    border: none;
}

.location_box:nth-child(odd) {
    background-color: #e4eaf6;
}

.location_box:nth-child(even) {
    background-color: #f3f5fb;
}

.location_box h3 {
    font-family: 'gothambold';
    color: #d3405d;
    padding-top: unset;
    text-transform: capitalize;
}

.location_box h3 a {
    font-family: 'gothambold';
    color: #d3405d;
    padding-top: unset;
    text-transform: capitalize;
}

.location_box p {
    font-size: 16px;
    font-family: 'gothammedium';
    color: #3958a8;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 10px;
}

.location_box p.contact_no {
    font-size: 18px;
    color: #d3405d;
    font-family: 'gothambold';
}

.location_sec_main-block {
    margin-top: 120px;
}

.location_sec_main {
    max-height: 780px;
    overflow: auto;
    padding-top: 80px;
}

.location_sec {
    border-top: none;
    border-bottom: none;
}


.location_sec_main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.location_sec_main::-webkit-scrollbar {
    width: 5px;
}

.location_sec_main::-webkit-scrollbar-thumb {
    background-color: #3958a8;
    border-radius: 20px;
}

.location_box table {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.location_box table tr td:first-child {
    font-family: 'gothambold';
    color: #696969;
    width: 90px;
    font-size: 16px;
}

.location_box table tr td {
    font-family: 'gothambook', sans-serif;
    text-align: left;
    font-size: 16px;
}

.btn-get_direction {
    font-size: 21px;
    color: rgb(255, 255, 255);
    background-color: #d3405d;
    padding: 0px 5px;
    transition: all 0.5s ease-in;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    line-height: 1;
    border-radius: 4px;
    display: none;
}

.location_box:hover .btn-get_direction {
    display: block;
}

.btn-get_direction:hover {
    background-color: rgb(28, 63, 149);
}

#map {
    height: 800px !important;
    border-radius: 8px;
}

.location-details #map.map-details-page {
    height: 600px !important;
    border-radius: 8px;
}

.location-bg {
    background-color: #f3f5fb;
    border-radius: 8px;
    box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.36);
    padding: 10px 0;
}

.map-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.map-container:before, .map-container:after, .map-shadow:before, .map-shadow:after {
    position: absolute;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    content: '';
    z-index: 5;
}

.map-container:before {
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
}

.map-container:after {
    right: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}

.map-shadow:before {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
}

.map-shadow:after {
    left: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}

#map {
    width: inherit;
    height: inherit;
}


.location-bg .img-block {
    width: 180px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    padding: 15px;
    background: linear-gradient(to top, #f3f5fb00 50%, #5a67b0 50%);
    z-index: 9;
}

.location-bg .img-block .inner-icon {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #d3405d;
    box-shadow: 2px 2px 0 rgba(31, 18, 19, 0.17);
    overflow: hidden;
}


.left_location {
    max-width: 100%;
    margin-bottom: 40px;
    background: #f3f5fb;
    box-shadow: 2px 2px 0 rgba(31, 18, 19, 0.17);
    border-radius: 8px;
    position: relative;
    padding: 90px 25px 25px;
}

.left_location table tr td {
    font-family: 'gothammedium', sans-serif;
    color: rgb(57, 88, 168);
}

.left_location table tr td:first-child {
    font-family: 'gothambold', sans-serif;
    color: rgb(57, 88, 168);
}

.left_location h2 {
    font-family: 'gothambold';
    text-align: center;
    color: #d3405d;
    font-size: 26px;
    text-transform: capitalize;
}

.location_second {
    margin-top: 130px;
}

.location_second .img-block {
    width: 180px;
    top: -90px;
    z-index: 9;
}

.location_second .inner-icon {
    width: 150px;
    height: 150px;
}

.location_second .top_sec h2 {
    font-family: 'gothambold';
    text-transform: capitalize;
    color: #d3405d;
    font-size: 32px;
}

.location_second .top_sec p {
    font-family: 'gothammedium';
    text-transform: capitalize;
    margin-top: 10px;
}

.location_second .content {
    margin-top: 30px;
}

.location_second p {
    color: #787979;
    font-family: 'gothammedium';
}

.location_second p.contact_no {
    font-size: 18px;
    font-family: 'gothammedium';
    background: rgb(28, 63, 149);
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    border-radius: 6px;
    margin-top: -70px;
}

.location_second .right_text {
    float: right !important;
}

.left_location div.red_text_box {
    font-size: 16px;
    font-family: unset;
    color: rgb(208, 17, 64);
    background-color: unset;
    width: 100px;
    float: right;
    text-align: right;
    line-height: 30px;
    vertical-align: middle;
}

.left_location .btn-get_direction {
    font-size: 19px;
    color: rgb(255, 255, 255);
    background-color: #d3405d;
    padding: 12px 5px;
    transition: all 0.5s ease-in;
    position: unset;
    top: 0;
    right: 0;
    width: auto;
    line-height: 1;
    border-radius: 4px;
    display: block;
    text-transform: capitalize;
}

.video-block {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 50px;
    box-shadow: 2px 2px 0 rgba(31, 18, 19, 0.17);
}

.video-title {
    background-color: #f3f5fb;
    color: #3958a8;
    min-height: 50px;
    padding: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
}

#convenient-main-section h3 {
    color: #d3405d;
    letter-spacing: 0;
}

.treat_content a {
    letter-spacing: 0 !important;
}

.treat_box {
    margin-bottom: 10px;
}

.treat_main .row {
    justify-content: center; /*for get box center*/
}

.right-data a img {
    height: 25px;
    padding-right: 10px;
    margin: -7px 0 0;
}

.f-terms ul li a {
    font-size: 0.875rem;
    font-family: 'gothambook', sans-serif;
}

.hero-row p {
    max-width: 500px;
    width: 100%;
}

.location-box {
    float: right;
    margin-right: 0;
}

.main-box p {
    font-size: 16px;
}

.info h3 {
    font-size: 28px;
}

.info h3 span {
    font-size: 45px;
    margin-bottom: 1rem;
}

.appointment-section .section-title h2 {
    text-align: center;
    padding-right: 0;
}

.appointment-section textarea {
    min-height: 100px;
}

.about-company .section-title p {
    padding: 0 150px;
}

.car-accident {
    padding-bottom: 3rem;
}

.shd {
    box-shadow: 0 3px 4px rgba(31, 18, 19, 0.16);
}

.alternative-section {
    padding-bottom: 3rem;
}

.treat_content p a {
    font-size: 0.814rem;
    font-family: 'gothambook', sans-serif;
}

.about-section .section-title h2 {
    padding-bottom: 20px;
}

.inner-icon {
    box-shadow: 0 3px 4px rgba(31, 18, 19, 0.16);
}

.video-block {
    box-shadow: 0 3px 4px rgba(31, 18, 19, 0.16);
}

.location_sec_main {
    max-height: unset;
}

.right-data a img {
    padding-right: 10px;
    margin-top: -2px;
}

.f-quick-buttons .right-data {
    padding: 0 1rem;
}

a.appointment-link {
    font-size: 14px;
}

.appointment-section {
    padding-bottom: 40px;
}

.col-sm-12.pb-3.google-captcha {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submit-btn-wrapper {
    margin: unset;
}

@media only screen and (max-width: 1178px) {
    .location-box {
        float: unset;
    }
}

@media only screen and (max-width: 575px) {
    .google-captcha {
        flex-direction: column;
    }
}