@charset "utf-8";
/* ////////////////// CSS Mapping //////////////////
1. NORMALIZE CSS
2. COMMON FONT-WEIGHT STYLE CSS
3. COMMON FONT SIZE CSS
4. COMMON COLOR AND BACKGROUND COLOR CSS 
5. INDEX PAGE CSS
6. HOW WE HELP PAGE CSS
7. SURGICAL PROGRAM PAGE CSS
8. ACUTE CARE SURGERY PAGE CSS
9. TRAUMA SURGERY PAGE CSS
10.ORTHOPEDIC SURGERY PAGE CSS
11.NEURO SURGERY PAGE CSS
12.JOIN OUR TEAM PAGE CSS
13.ABOUT US PAGE CSS
14.INSIGHT PAGE CSS
15.CONTACT US PAGE CSS
//////////////////////////////////////////////////////*

/* NORMALIZE CSS */
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
html, body {
    font-size: 16px;
    line-height: 20px;
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
a {
    transition: ease-in-out all 0.2s;
    -webkit-transition: ease-in-out all 0.2s;
    -ms-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
}
a:active, a:hover, a:focus {
    outline: 0;
    color: #35BDB2;
}
button {
    transition: ease-in-out all 0.2s;
    -webkit-transition: ease-in-out all 0.2s;
    -ms-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
}
img {
    max-width: 100%;
}
.img-responsive, .w-100 {
    width: 100%;
}
ul li {
    list-style: none;
}
a, button {
    outline: none;
}
.relative {
    position: relative;
}
p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
    padding: 0;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.d-table {
    display: table;
}
.d-table-cell {
    display: table-cell;
}
.d-inline-block {
    display: inline-block;
}
.vertical-align-middle {
    vertical-align: middle;
}
.break, .p-break {
    display: block;
}
.custome-container {
    width: 100%;
    max-width: 1365px;
    margin: auto;
    position: relative;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.opacity-hover img:hover {
    opacity: 0.5;
    filter: alpha(opacity=100);
}
.h-center-divider {
    background-color: #D06F1A;
    width: 50px;
    height: 3px;
    margin: 22px auto 33px;
}
.wpcf7-form-control-wrap {
    position: unset !important;
}
#alignment-change.sky-blue-block {
    margin: 0 -1px;
}
/* CALCULATE ROI */
#calculator-roi.one-column-section {
    position: relative;
}
#calculator-roi.one-column-section::after {
    content: '';
    position: absolute;
    height: 100%;
    float: left;
    background-color:#ecedef;
    width: 100%;
    top: 0;
    z-index: -999;
}
.calculator-section {
    background-color:#ecedef;
}
.calculator-description {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-weight: 400;
    padding: 3.75rem 0;
    text-align: center;
}
.calculator-terms {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-weight: 400;
    padding:1.25rem 0 3.75rem;
    text-align: center;
}
.calculator-table {
    overflow-x: auto !important;
}
.calculator-table table {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
}
.calculator-table table tr:first-child {
    background-color: #D06F1A !important;
}
.calculator-table table tr:first-child td {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #ffffff !important;
    font-weight: bold;
    padding: 25px 10px;
    text-align: center;
    vertical-align: middle;
}
.calculator-table table tr:first-child td:nth-child(2) {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: bold;
    padding: 25px 10px;
    text-align: center;
    vertical-align: middle;
}
.calculator-table table tr:last-child {
    background-color: #35BDB2 !important;
}
.calculator-table table tr:last-child td {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #ffffff !important;
    font-weight: bold;
    padding: 25px 10px;
    text-align: center;
    vertical-align: middle;
}
.calculator-table table tr:last-child td:last-child {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.875rem;
    line-height: 1.875rem;
    letter-spacing: 0.1px;
    color: #ffffff !important;
    font-weight: bold;
    padding: 25px 10px;
    text-align: center;
    vertical-align: middle;
}
.calculator-table table tr {
    background-color: #455560 !important;
    border-bottom: 1px #edeff0 solid;
}
.calculator-table table tr td:first-child {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #35bdb2;
    font-weight: bold;
    padding: 25px 10px;
    text-align: center;
    vertical-align: middle;
}
.calculator-table table tr td {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #ffffff;
    font-weight: 400;
    padding: 25px 10px;
    text-align: center;
    vertical-align: middle;
}
.calculator-table table tr td:last-child {
    font-weight: bold;
}
.calculator-form {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 10px 24px 24px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    box-shadow: 1px 7px 9px -4px rgba(0, 0, 0, 0.2);
}
.calculator-form .gfield_label {
    position: relative !important;
    padding: 0 !important;
    line-height: 30px !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1px;
    color: #ffffff;
    font-weight: 400;
    width: 100% !important;
    transition: none !important;
    text-align: left !important;
}
.calculator-form .ginput_container input {
    width: 100% !important;
    background-color: #ffffff !important;
    height: 50px !important;
    border-radius: 12px;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.1rem;
    letter-spacing: 0.1px !important;
    color: #455560;
    box-shadow: 1px 7px 9px -4px rgba(0, 0, 0, 0.2) !important;
    padding: 12px 18px !important;
    border: 0 !important;
    outline: none !important;
}
.calculator-form .gform_footer .gform_button {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.1px !important;
    padding: 14px 44px !important;
    display: inline-block !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 9px !important;
    border: 1px #D06F1A solid !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    background-color: #D06F1A !important;
    margin: 1rem auto 0 !important;
    width: 100% !important;
    max-width: 175px !important;
    transition: ease-in-out all 0.2s;
    -webkit-transition: ease-in-out all 0.2s;
    -ms-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
}
.calculator-form span.gfield_required {
    display: none;
}
.calculator-form .gform_wrapper .gform_footer {
    text-align: right !important;
}
.calculator-form .gfield_description.validation_message {
    position: absolute !important;
    right: 0 !important;
    top: 48px !important;
    width: 100% !important;
    text-align: right !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1rem !important;
    letter-spacing: 0.1px !important;
    color: #D06F1A !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
.calculator-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.calculator-form .gfield_error.invalidfocused label {
    transform: none !important;
    -webkit-transform: none !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    line-height: 30px !important;
}
.calculator-form .gform_wrapper .gfield_error .gfield_label,.calculator-form .gform_wrapper .gfield_error .gfield_required,.calculator-form .gfield_required {
    color: #ffffff !important;
}
.calculator-form .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding: 5px 0 !important;
}
/* POPUP IMAGE IN ABOUT US PAGE */
.about-popup-model .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #000;
}
.about-popup-model {
    position: relative;
}
.popup-wrapper {
    width: 100%;
    max-width: 700px;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    margin: 0;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.popup-image {
    padding: 0;
    border: none;
    float: left;
    padding: 0 25px 10px 0;
}
.author-details {
    float: right;
}
.popup-content {
    padding: 0;
    padding: 25px;
    float: left;
    width: 100%;
    background-color: #ffffff;
}
.popup-content .paragraph-base-font16 a {
    color: #D06F1A;
    text-decoration: underline;
}
.popup-content .paragraph-base-font16 a:hover, .popup-content .paragraph-base-font16 a:focus {
    color: #35BDB2;
    text-decoration: underline;
}
.popup-content .paragraph-base-font16 p br {
    display: block;
}
.popup-content .h-divider {
    background-color: #D06F1A;
    width: 50px;
    height: 3px;
    margin: 25px 48.7%;
}
.popup-dilog {
    margin: 10px;
}
.popup-close {
    position: absolute;
    right: 4px;
    top: 5px;
    opacity: 1;
    z-index: 1000;
    filter: alpha(opacity=20);
    background: transparent;
    outline: none;
    border: none;
}
.popup-close i {
    font-family: 'FontAwesome' !important;
    font-size: 13px !important;
    line-height: 25px !important;
    color: #ffffff !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 99px;
    border: 0;
    background-color: #D06F1A;
}
/* ERROR PAGE CSS */
#error-page .img-mask {
    background-position: left top;
}
.error-block {
    padding: 23vh 0;
}
.error-block h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 6.125rem;
    line-height: 6.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-weight: bold;
    padding: 0 0 30px;
}
.error-block p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.125rem;
    line-height: 2.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-weight: bold;
    padding: 0 0 30px;
}
.error-block div {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.125rem;
    line-height: 2.25rem;
    letter-spacing: 0.1px;
    color: #D06F1A;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 30px;
}
/* Blog Post Data CSS */
#single-page .main-insight-block [class*='col-']:nth-child(2n+1) {
    padding: 8px 12px 8px 0;
    margin: 0 -1px;
    width: 100%;
}
.blogpage-details-block-padding {
    padding: 20px;
}
.blogpage-details-block-padding p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.45rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-weight: 400;
    padding-bottom: 15px;
}
.blogpage-details-block-padding p em {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 15px;
}
.blogpage-details-block-padding p a, .blogpage-details-block-padding div a, .blogpage-details-block-padding li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #35BDB2;
    text-decoration: underline;
    font-weight: 400;
}
.blogpage-details-block-padding div a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    text-decoration: underline;
    font-weight: 400;
}
.blogpage-details-block-padding img {
    width: auto;
    max-width: auto;
    height: auto;
    display: block;
    padding: 30px 0;
}
.blogpage-details-block-padding ul {
    padding-bottom: 15px;
}
.blogpage-details-block-padding ol {
    margin-left: 15px;
}
.blogpage-details-block-padding ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.blogpage-details-block-padding ul li::before {
    content: '\f111';
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
    font-size: 0.5rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-weight: 400;
    padding-bottom: 10px;
}
.blogpage-details-block-padding ul li::before {
    content: '\f111';
    position: absolute;
    left: 0px;
    top: 5px;
    font-family: 'FontAwesome';
    font-size: 0.5rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-weight: 400;
    padding-bottom: 10px;
}
.blogpage-details-block-padding ul li strong {
    padding: 0px;
}
.blogpage-details-block-padding h3, .blogpage-details-block-padding strong, .blogpage-details-block-padding h4 strong, .blogpage-details-block-padding h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #455560;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 20px;
    display: block;
}
/* COMMON FONT-WEIGHT STYLE CSS */
.extralight-style {
    font-weight: 200;
}
.extralight-italic-style {
    font-weight: 200;
    font-style: italic;
}
.light-style {
    font-weight: 300;
}
.light-italic-style {
    font-weight: 300;
    font-style: italic;
}
.regular-style {
    font-weight: 400;
}
.regular-italic-style {
    font-weight: 400;
    font-style: italic;
}
.semibold-style {
    font-weight: 600;
}
.semibold-italic-style {
    font-weight: 600;
    font-style: italic;
}
.bold-style {
    font-weight: 700;
}
.bold-italic-style {
    font-weight: 700;
    font-style: italic;
}
.extrabold-style {
    font-weight: 900;
}
.extrabold-italic-style {
    font-weight: 900;
    font-style: italic;
}
/* COMMON FONT SIZE CSS */
.paragraph-base-font16 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
}
.header1-sentence-font50 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3.125rem;
    line-height: 3.25rem;
    letter-spacing: 0.1px;
}
.header1-service-font50 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3.125rem;
    line-height: 3.25rem;
}
.header2-sentence-font40 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.5rem;
    line-height: 2.817rem;
    letter-spacing: 0.1px;
}
.header3-sentence-font35 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.187rem;
    line-height: 2.5rem;
}
.header4-sentence-font27 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.687rem;
    line-height: 1.687rem;
    letter-spacing: 0.1px;
}
.header5-sentence-font20 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25rem;
    line-height: 1.56rem;
    letter-spacing: 0.1px;
}
.header6-sentence-font18 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.1px;
}
.header7-all-caps-font16 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}
.form-text-shrink {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.5rem;
    line-height: 0.5rem;
    letter-spacing: 0.1px;
}
/* COMMON COLOR AND BACKGROUND COLOR CSS */
.font-grey-color, .font-grey-color a {
    color: #455560;
}
.font-white-color, .font-white-color a {
    color: #ffffff;
}
.font-orange-color, .font-orange-color a {
    color: #D06F1A;
}
.font-blue-color, .font-blue-color a {
    color: #35BDB2;
}
.font-sky-blue-color, .font-sky-blue-color a {
    color: #469FB3;
}
.orange-background-color {
    background-color: #D06F1A;
}
.blue-background-color {
    background-color: #35BDB2;
}
.grey-background-color {
    background-color: #455560;
}
.orange-link, .orange-link a {
    color: #D06F1A !important;
    text-decoration: underline;
}
/* //////////////////// SEARCH PAGE CSS //////////////////// */
.search-header-section {
    padding-top: 153px;
    z-index: -999;
    background-color: #ffffff;
}
.search-result {
    background-color: #ECECEC;
    padding: 30px;
    margin-bottom: 25px;
}
.search-result:last-child {
    margin-bottom: 0px !important;
}
.search-heading a:hover {
    color: #455560;
    text-decoration: none;
}
.search-excerpt a {
    color: #35BDB2;
    text-decoration: underline;
    white-space: nowrap;
}
/* //////////////////// INDEX PAGE CSS //////////////////// */
/* Header section Css Start Here */
.fixed1 {
    position: fixed;
    background: #ffffff !important;
    top: 0;
}
.header-section {
    position: absolute;
    top: 0;
    width: 100%;
    float: left;
    z-index: 10;
}
.contact-header-section {
    padding-top: 148px;
    z-index: -999;
}
.header-top-bar {
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    width: 100%;
    border-bottom: 2px rgb(211, 211, 211) solid;
}
.social-icon {
    background-color: #455560;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 14px 5px;
    display: inline-block;
}
.social-icon:hover {
    background-color: #35BDB2;
}
.social-icon i {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
    display: inline-block;
}
.contact-info li {
    display: inline-block;
    vertical-align: top;
}
.phone-content {
    position: relative;
    margin: 17px 15px;
    padding-left: 25px;
}
.phone-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../images/phone-icon.png) no-repeat center top;
    background-size: 18px 29px;
}
.mail-content {
    position: relative;
    margin: 18px 12px;
    padding-left: 31px;
}
.mail-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    display: inline-block;
    width: 25px;
    height: 27px;
    background: url(../images/mail-icon.png) no-repeat center top;
    background-size: 25px 27px;
}
.phone-content a, .mail-content a {
    text-decoration: none;
    color: #455560;
}
.search-content {
    height: 56px;
    border-left: 2px rgb(211, 211, 211) solid;
    border-right: 2px rgb(211, 211, 211) solid;
}
.search-block {
    display: inline-block;
    margin: 17px;
    overflow: hidden;
}
.search-box {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 90px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.75rem;
    color: #455560;
    background: transparent;
}
.search-box:focus {
    box-shadow: none;
    outline: none;
    border: 0;
}
.search-btn {
    border: 0;
    background: transparent;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #455560;
}
.searchform:hover .search-btn {
    color: #35BDB2;
}
.header-menu-bar {
    padding: 19px 0;
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 10px 51px 0px rgba(0, 0, 0, 0.11);
}
.logo-img {
    width: 100%;
    max-width: 245px;
    height: auto;
}
.navigation-menu {
    display: inline-block;
    float: right;
}
.navigation-menu li {
    display: inline-block;
    padding: 11px 13px 11px;
    position: relative;
}
.navigation-menu > li:last-child {
    display: inline-block;
    padding: 4px 0px 4px 13px !important;
}
.navigation-menu li a {
    text-decoration: none;
    color: #455560;
}
.navigation-menu li a:hover {
    color: #35BDB2;
    padding-bottom: 10px;
    border-bottom: 2px #35BDB2 solid;
}
.navigation-menu li.current-menu-item > a, .navigation-menu li.current-page-ancestor > a, .mobile-navigation-menu li.current-menu-item > a, .mobile-navigation-menu li.current-page-ancestor > a {
    color: #455560;
    padding-bottom: 10px;
    border-bottom: 2px #35BDB2 solid;
}
.navigation-menu li ul.subnav {
    position: absolute;
    left: 0;
    background-color: #fff;
    min-width: 180px;
    top: calc(100% + 27px);
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 25px;
}
.navigation-menu li:hover ul.subnav{
    opacity: 1;
    visibility: visible;
    top: calc(100% + 1px);
}

.mobile-navigation-menu .nav-lets-talk-btn.current-menu-item a, .mobile-navigation-menu .nav-lets-talk-btn.current-page-ancestor a {
    color: #455560;
    padding-bottom: 10px;
    border-bottom: 2px #D06F1A solid;
}
.navigation-menu .nav-lets-talk-btn.current-menu-item a, .navigation-menu .nav-lets-talk-btn.current-page-ancestor a {
    color: #455560;
    padding-bottom: 10px;
    border-bottom: none;
}
.nav-lets-talk-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.1px;
    padding: 9px 15px;
    display: inline-block;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 10px;
    border: 1px #D06F1A solid;
    font-weight: 600;
    background-color: #D06F1A;
}
.nav-lets-talk-btn a:hover {
    padding: 9px 15px !important;
    color: #D06F1A !important;
    border: 1px #D06F1A solid !important;
    background-color: #ffffff !important;
}
/* Mobile Navigation */
#mobile-header {
    display: none;
}
#toggle {
    display: none;
}
.mobile-contact-info {
    display: none;
}
.navigation {
    display: none;
}
.down-arrow {
    display: none;
}
.main-menu {
    display: none;
    box-shadow: 11px -1px 11px -6px rgba(0,0,0,0.22);
}
.nav-toggle {
    display: none;
}
/* Banner Section */
.banner-section {
    background-size: cover;
    height: 100%;
}
.banner-height {
    height: 100%;
}
.banner-content-block {
    padding: 11.875rem 0 8.75rem;
}
.title-banner-content-block {
    padding: 11.875rem 0 11.375rem;
}
.h-divider {
    background-color: #D06F1A;
    width: 50px;
    height: 3px;
    margin: 30px 0;
}
/* Three Column Section */
.three-column-section {
    margin-top: -75px;
}
.one-column-section {
    margin-top: -55px;
}
.blue-block {
    background-color: #35BDB2;
    padding: 53px 35px;
    max-width: 390px;
}
.blue-block.wrapper-100 {
    background-color: #35BDB2;
    padding: 40px 139px;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0px 5px 12px -6px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 5px 12px -6px rgba(0,0,0,0.64);
    box-shadow: 0px 5px 12px -6px rgba(0,0,0,0.64);
}
.orange-block {
    background-color: #D06F1A;
    padding: 53px 25px;
    max-width: 376px;
}
.orange-block.wrapper-100 {
    background-color: #D06F1A;
    padding: 40px 160px;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0px 5px 12px -6px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 5px 12px -6px rgba(0,0,0,0.64);
    box-shadow: 0px 5px 12px -6px rgba(0,0,0,0.64);
}
.sky-blue-block {
    background-color: #469FB3;
    padding: 53px 54px;
    max-width: 395px;
}
.sky-blue-block.wrapper-100 {
    background-color: #469FB3;
    padding: 40px 160px;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0px 5px 12px -6px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 5px 12px -6px rgba(0,0,0,0.64);
    box-shadow: 0px 5px 12px -6px rgba(0,0,0,0.64);
}
.h-white-divider {
    background-color: #ffffff;
    width: 50px;
    height: 3px;
    margin: 17px auto 29px;
}
.b-white-border-button {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #ffffff solid;
    text-transform: uppercase;
    font-weight: bold;
}
.b-white-border-button:hover, .b-white-border-button:active, .b-white-border-button:focus {
    color: #35BDB2;
    background-color: #ffffff;
    text-decoration: none;
}
.o-white-border-button {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #ffffff solid;
    text-transform: uppercase;
    font-weight: bold;
}
.o-white-border-button:hover, .o-white-border-button:active, .o-white-border-button:focus {
    color: #D06F1A;
    background-color: #ffffff;
    text-decoration: none;
}
.sb-white-border-button {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #ffffff solid;
    text-transform: uppercase;
    font-weight: bold;
}
.sb-white-border-button:hover, .sb-white-border-button:active, .sb-white-border-button:focus {
    color: #469FB3;
    background-color: #ffffff;
    text-decoration: none;
}
/* Brief Section */
.brief-block {
    padding: 5rem 0 4.5rem;
}
.brief-section .h-center-divider {
    background-color: #D06F1A;
    width: 50px;
    height: 3px;
    margin: 44px auto 41px;
}
.orng-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #D06F1A;
    text-decoration: underline;
}
.orng-link:hover {
    color: #35BDB2 !important;
    text-decoration: underline;
}
.orng-link:hover i {
    color: #35BDB2;
    transition: ease-in-out all 0.2s;
    -webkit-transition: ease-in-out all 0.2s;
    -ms-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
}
.orng-link i {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 12px;
    color: #D06F1A;
    margin: 2px 10px;
    font-weight: bold;
}
/* Surgical Affiliates Section CSS */
.surgical-affiliates-block {
    padding: 4rem 0 5rem;
}
.surgical-affiliates-text {
    width: 100%;
    margin: auto;
}
.question-block {
    width: 100%;
    max-width: 895px;
    margin: 23px 23px 0 135px;
    padding: 25px 38px 25px 25px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    box-shadow: 1px 7px 9px -4px rgba(0, 0, 0, 0.2);
}
.question-block .form-group {
    padding: 8px 0 19px;
}
.surgical-affiliates-block .form-group input {
    width: 75% !important;
    background-color: #ffffff !important;
    height: 50px !important;
    border-radius: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.1rem;
    letter-spacing: 0.1px;
    color: #455560;
    padding: 12px 18px;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    float: left;
}
.next-button {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #D06F1A;
    width: 25%;
    height: 50px;
    outline: 0;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.next-button:hover {
    background-color: #35BDB2;
}
.question-block .progress {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: 5px 2px 9px -4px rgba(0, 0, 0, 0.5);
}
.question-block .progress .progress-bar {
    background-color: rgba(208, 111, 26, 1);
    box-shadow: 0px 7px 9px -7px rgba(0, 0, 0, 0.5);
}
.progress {
    overflow: hidden;
    height: 15px;
    margin-bottom: 7px;
}
/* Partner Section CSS */
.partner-section .h-center-divider {
    background-color: #D06F1A;
    width: 50px;
    height: 3px;
    margin: 44px auto 41px;
}
.partner-block1 {
    padding-top: 5rem;
}
.partner-block2 {
    padding-bottom: 5rem;
}
.partner-img-padding {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.partner-img-padding:first-child {
    padding-left: 0px;
}
.partner-img-padding:last-child {
    padding-right: 0px;
}
/* Insight News Section CSS */
#carousel-container.custome-container {
    width: 100%;
    max-width: 1453px;
    margin: auto;
    position: relative;
}
#carousel-container .h-center-divider {
    margin: 25px auto 32px;
}
.desktop-hide {
    display: none;
}
.insight-news-section {
    background-color: #ECEDEF;
    position: relative;
}
.insight-news-section [class*="col"], .insight-news-section #carousel-container.custome-container, .insight-news-section .owl-carousel, .insight-news-section .owl-carousel .owl-item {
    position: static;
}
.insight-news-block {
    padding: 3.5rem 0 4rem;
}
.b-h-divider {
    background-color: #35BDB2;
    width: 50px;
    height: 3px;
    margin: 22px auto;
}
.news-content-block {
    padding: 1.5rem 2rem;
}
.blog-item {
    position: relative !important;
    margin: 0 7.5px;
    padding: 0 0 35px;
}
.blog-item img {
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.16);
    margin-top: 16px;
}
.blog-item-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(69, 85, 96, 0.9);
    padding: 2.6rem 2.2rem 3rem;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}
.read-more-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    z-index: 0;
}
.read-more-text i {
    content: '\f002';
    display: inline-block;
    padding-right: 10px;
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    color: #35BDB2;
    font-style: normal;
    text-decoration: none !important;
}
.blog-item:hover .blog-item-hover-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.owl-prev {
    position: absolute;
    top: 29%;
    left: 4px;
    padding: 0 !important;
    transform: translate(0 ,0) !important;
    -webkit-transform: translate(0 ,0) !important;
}
.owl-next {
    position: absolute;
    top: 29%;
    right: 0;
    padding: 0 !important;
    transform: translate(0 ,0) !important;
    -webkit-transform: translate(0 ,0) !important;
}
.left-arrow, .right-arrow {
    background-color: #D06F1A;
    padding: 5.438rem 1.125rem;
    width: 100%;
    max-width: 50px;
    height: 193px;
}
.left-arrow:hover, .right-arrow:hover, .left-arrow:focus, .right-arrow:focus {
    background-color: #ffffff;
    border: 1px #D06F1A solid;
    transition: ease-in-out all 0.2s;
}
.blue-left-arrow:hover, .blue-right-arrow:hover, .blue-left-arrow:focus, .blue-right-arrow:focus {
    background-color: #ffffff;
    border: 1px #35BDB2 solid;
    transition: ease-in-out all 0.2s;
}
.blue-left-arrow, .blue-right-arrow {
    background-color: #35BDB2;
    padding: 5.438rem 1.125rem;
    width: 100%;
    max-width: 50px;
    height: 193px;
}
.left-arrow::before {
    content: '\f053';
    font-family: 'FontAwesome';
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.left-arrow:hover::before, .right-arrow:hover::before {
    color: #D06F1A;
    transition: ease-in-out all 0.2s;
}
.right-arrow::before {
    content: '\f054';
    font-family: 'FontAwesome';
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.blue-left-arrow::before {
    content: '\f053';
    font-family: 'FontAwesome';
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.blue-right-arrow::before {
    content: '\f054';
    font-family: 'FontAwesome';
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.blue-left-arrow:hover::before, .blue-right-arrow:hover::before {
    color: #35BDB2;
    transition: ease-in-out all 0.2s;
}
.owl-carousel.off {
    display: block;
}
.viewall-border-button {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    margin: 25px 0 0;
    display: inline-block;
    color: #455560;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #455560 solid;
    text-transform: uppercase;
    font-weight: bold;
}
.viewall-border-button:hover, .viewall-border-button:active, .viewall-border-button:focus {
    color: #ffffff;
    background-color: #455560;
    text-decoration: none;
}
/* Lets Talk Section CSS */
.lets-talk-block {
    padding: 60px 0;
}
.lets-talk-content {
    width: 100%;
    max-width: 650px;
    margin: auto;
}
.lets-talk-content .h-center-divider {
    margin: 32px auto;
}
.lets-talk-content .pb4 {
    padding-bottom: 3.5rem !important;
}
.form-inline {
    text-align: center;
    width: 100%;
    max-width: 775px;
    margin: auto;
}
.form-group {
    padding: 5px;
    margin: 0;
}
.form-group input {
    width: 100% !important;
    background-color: #E2E2E2 !important;
    height: 50px !important;
    border-radius: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.1rem;
    letter-spacing: 0.1px;
    color: #455560;
    padding: 12px 18px;
}
.form-group select {
    width: 100% !important;
    background-color: #E2E2E2 !important;
    height: 50px !important;
    border-radius: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.1rem;
    letter-spacing: 0.1px;
    color: #455560;
    padding: 12px 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectdiv:after {
    content: '\f078';
    font-family: 'FontAwesome';
    color: #455560;
    right: 17px;
    top: 19px;
    height: 50px;
    position: absolute;
    pointer-events: none;
}
.form-group input:focus, .form-group select:focus {
    box-shadow: none;
    outline: none;
    padding: 0 18px;
    border: transparent;
}
.form-group textarea:focus {
    box-shadow: none;
    outline: none;
    border: transparent;
    padding: 12px 18px;
}
.form-group textarea {
    width: 100% !important;
    background-color: #E2E2E2 !important;
    border-radius: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1px;
    color: #455560;
    padding: 12px 18px;
}
.form-group {
    position: relative;
}
.form-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 0 0 18px;
    transition: all 200ms;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: 45px;
    color: #455560;
}
.submit-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #D06F1A solid;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #D06F1A;
    margin: 1rem auto;
    width: 100%;
    max-width: 216px;
}
.file-select {
    padding: 5px;
    margin: 0;
}
.resume .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.resume .custom-file-input, .resume .custom-file-input:focus, .resume .custom-file-input:active {
    width: 210px;
    height: 50px;
    float: left;
    outline: none;
    box-shadow: none;
    border: none;
}
.file-label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    padding: 14px 0px;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    float: right;
}
.resume .custom-file-input::before {
    content: 'Click to Attach Resume*';
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    padding: 14px 22px;
    display: inline-block;
    color: #455560;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #455560 solid;
    background-color: #E2E2E2;
}
.resume .custom-file-input:hover::before {
    color: #ffffff;
    background-color: #455560;
    border: 1px #455560 solid;
    outline: none;
    box-shadow: none;
    border: none;
}
.attached-label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.1rem;
    letter-spacing: 0.1px;
    color: #ffffff;
    padding: 0 15px;
}
.submit-btn:hover {
    color: #ffffff;
    border: 1px #455560 solid;
    background-color: #455560;
}
.attached-btn:hover {
    color: #ffffff;
    background-color: #455560;
}
/* Footer Section CSS */
.footer-logo {
    width: 100%;
    max-width: 286px;
}
.footer-block {
    padding: 70px 0 45px;
}
.footer-contact-items {
    float: right;
    margin-left: auto;
}
.footer-mail, .footer-contact {
    float: left;
    padding: 0 15px;
}
.footer-social {
    float: left;
    padding-left: 15px;
}
.footer-mail-img, .footer-phone-img {
    vertical-align: middle;
}
.footer-paragraph {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    vertical-align: middle;
    color: #455560;
    padding-top: 2rem;
}
.footer-mail-text, .footer-phone-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    vertical-align: middle;
    color: #455560;
    text-decoration: none;
    padding-left: 10px;
}
.footer-mail-text:hover, .footer-mail-text:focus, .footer-mail-text:active, .footer-phone-text:hover, .footer-phone-text:focus, .footer-phone-text:active {
    color: #455560;
    text-decoration: none;
}
.f-social-icon {
    background-color: #35BDB2;
    border-radius: 3px;
    padding: 3px 5px;
    display: inline-block;
}
.f-social-icon:hover {
    background-color: #455560;
}
.f-social-icon i {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
    display: inline-block;
}
.f-social-icon:nth-child(2) {
    margin: 0 10px;
}
/* Copyright Section CSS*/
.copyright-section {
    background-color: #455560;
}
.copyright-blocks {
    padding: 15px 0;
}
.block-width {
    width: 100%;
    max-width: 580px;
    margin: auto;
}
.copyright-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.1px;
    color: #ffffff;
    padding: 5px 10px 0 0;
    float: left;
}
.divider {
    background-color: #35BDB2;
    width: 2px;
    height: 30px;
    margin: 0 30px;
    float: left;
}
.copyright-links {
    float: left;
    display: table;
}
.privacy-text, .sitemap-text {
    display: table-cell;
    padding-top: 5px;
}
.privacy-text a, .sitemap-text a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: 0.1px;
    text-decoration: underline;
    padding: 0 20px;
    color: #ffffff;
}
.privacy-text a:hover, .sitemap-text a:hover {
    text-decoration: underline;
    color: #35BDB2;
}
/* //////////////////// HOW WE HELP PAGE CSS //////////////////// */
.orange-background.video-frame img {
    padding: 0 39px 39px 0;
    position: relative;
}
.orange-background.video-frame iframe {
    padding: 0 39px 39px 0;
    position: relative;
    height: 400px;
}
.orange-background.video-frame::after {
    content: '';
    background-color: #D06F1A;
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: -999;
    width: calc(100% - 88px);
    height: calc(100% - 52px);
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.16);
}
.blue-background.video-frame img {
    padding: 0 39px 39px 0;
    position: relative;
}
.blue-background.video-frame iframe {
    padding: 0 39px 39px 0;
    position: relative;
    height: 400px;
}
.blue-background.video-frame::after {
    content: '';
    background-color: #469FB3;
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: -999;
    width: calc(100% - 88px);
    height: calc(100% - 52px);
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.16);
}
.grey-background.video-frame img {
    padding: 0 39px 39px 0;
    position: relative;
}
.grey-background.video-frame iframe{
    padding: 0 39px 39px 0;
    position: relative;
    height: 400px;
}
.grey-background.video-frame::after {
    content: '';
    background-color: #455560;
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: -999;
    width: calc(100% - 88px);
    height: calc(100% - 52px);
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.16);
}
.video-frame iframe {
    height: 323px;
}
.right-image-padding {
    padding: 0 0 0 16px;
}
.left-content-padding{
    padding: 0 16px 0 0;
}
.er-coverage-title {
    padding-bottom: 1rem;
}
.patients-benefit {
    padding: 79px 0;
}
.work-life-section {
    padding: 65px 0;
}
.work-life-content {
    padding-right: 65px;
}
/* Review Study Block CSS */
.review-study-block {
    padding: 4.5rem 0;
}
.review-study-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #35BDB2;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #35BDB2 solid;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    margin: 3rem auto 0;
}
.review-study-btn:hover, .review-study-btn:focus, .review-study-btn:active {
    background-color: #35BDB2;
    color: #ffffff;
    text-decoration: none;
}
/* Patients Stats CSS */
.patients-stats-block {
    padding:4.75rem 0 5.375rem;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.stats-table {
    display: table;
}
.stats-image-block {
    display: table-cell;
    width: 122px;
    text-align: right;
}
.stats-text-block {
    display: table-cell;
    width: 225px;
    vertical-align: top;
    padding-left: 25px;
    text-align: left;
}
.stats-text-block-10 {
    vertical-align: top;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.625rem;
    line-height: 0.813rem;
    padding-top: 3rem;
}
/* //////////////////// SURGICAL PROGRAM PAGE CSS //////////////////// */
#surgical-program.title-banner-content-block {
    padding: 203px 0 200px;
}
.evedence-base-img-block {
    padding: 7rem 0 4.5rem;
    width: 100%;
    margin: auto !important;
}
/* Surgical Programs Banner Section */
.banner-height {
    height: 100%;
}
.evedence-base-block {
    padding: 103px 0 110px;
}
/* Four Block Section */
.four-block-first-row {
    background: linear-gradient(to right, #ECEDEF 0%, #ECEDEF 50%, #455560 50%, #455560 100%);
}
.four-block-second-row {
    background: linear-gradient(to right, #455560 0%, #455560 50%, #ECEDEF 50%, #ECEDEF 100%);
}
.acute-care-surgery-block {
    padding: 61px 53px 89px 0px;
}
.four-block-second-row .acute-care-surgery-block {
    padding: 61px 53px 105px 0px;
}
.grey-surgery-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #D06F1A solid;
    text-transform: uppercase;
    font-weight: bold;
}
.grey-surgery-btn::after {
    content: '';
    background: url(../images/surgical-programs/btn-arrow.png) center top no-repeat;
    background-size: 27px 12px;
    width: 27px;
    height: 12px;
    margin: 0 0 0 15px;
    display: inline-block;
}
.grey-surgery-btn:hover, .grey-surgery-btn:active, .grey-surgery-btn:focus {
    color: #ffffff;
    border: 1px #D06F1A solid;
    background-color: #D06F1A;
    text-decoration: none;
}
.grey-surgery-btn:hover::after, .grey-surgery-btn:focus::after, .grey-surgery-btn:active::after {
    content: '';
    background: url(../images/surgical-programs/white-btn-arrow.png) center top no-repeat;
    background-size: 27px 12px;
    width: 27px;
    height: 12px;
    margin: 0 0 0 15px;
    display: inline-block;
}
.trauma-surgery-block {
    padding: 61px 0px 89px 53px;
}
.four-block-second-row .trauma-surgery-block {
    padding: 61px 0px 105px 53px;
}
.white-surgery-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #455560;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #D06F1A solid;
    text-transform: uppercase;
    font-weight: bold;
}
.white-surgery-btn::after {
    content: '';
    background: url(../images/surgical-programs/btn-arrow.png) center top no-repeat;
    background-size: 27px 12px;
    width: 27px;
    height: 12px;
    margin: 0 0 0 15px;
    display: inline-block;
}
.white-surgery-btn:hover, .white-surgery-btn:active, .white-surgery-btn:focus {
    color: #ffffff;
    border: 1px #D06F1A solid;
    background-color: #D06F1A;
    text-decoration: none;
}
.white-surgery-btn:hover::after, .white-surgery-btn:focus::after, .white-surgery-btn:active::after {
    content: '';
    background: url(../images/surgical-programs/white-btn-arrow.png) center top no-repeat;
    background-size: 27px 12px;
    width: 27px;
    height: 12px;
    margin: 0 0 0 15px;
    display: inline-block;
}
/* Testimonial Block CSS */
.testimonial-title {
    padding: 56px 0 0;
}
.testimonial-block {
    padding: 0 0 35px;
}
#testimonial-block-btn.testimonial-block {
    padding: 0 0 35px;
}
.blue-background-color .join-samgi-btn:hover {
    color: #35BDB2;
    border: 1px #ffffff solid;
    background-color: #ffffff;
    text-decoration: none;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
#orange-testimonials .item, #blue-testimonials .item, #grey-testimonials .item {
    width: 100%;
    max-width: 586px;
    margin: 0 auto;
}
#orange-testimonials .shadow-effect, #blue-testimonials .shadow-effect, #grey-testimonials .shadow-effect{
    background: #fff;
    padding: 43px 26px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.10), 0 8px 12px rgba(0, 0, 0, 0.02);
}
#orange-testimonials .item, #blue-testimonials .item, #grey-testimonials .item {
    text-align: center;
    margin-bottom: 25px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#orange-testimonials .owl-item.active.center .item, #blue-testimonials .owl-item.active.center .item, #grey-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    position: relative !important;
    z-index: 100;
}
#orange-testimonials .owl-item.active.center:nth-child(n-1), #blue-testimonials .owl-item.active.center:nth-child(n-1), #grey-testimonials .owl-item.active.center:nth-child(n-1) {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    position: relative !important;
    z-index: 100;
}
#orange-testimonials .owl-item.active.center:nth-child(n+1), #blue-testimonials .owl-item.active.center:nth-child(n+1), #grey-testimonials .owl-item.active.center:nth-child(n+1) {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    position: relative !important;
    z-index: 100;
}
#orange-testimonials.owl-carousel .owl-dots, #blue-testimonials.owl-carousel .owl-dots, #grey-testimonials.owl-carousel .owl-dots {
    display: none;
}
#orange-testimonials .owl-nav .owl-prev img, #blue-testimonials .owl-nav .owl-prev img, #grey-testimonials .owl-nav .owl-prev img {
    margin: 0 auto;
    width: 43px;
    height: 43px;
    display: block;
    vertical-align: middle;
}
#orange-testimonials .owl-nav .owl-next img, #blue-testimonials .owl-nav .owl-next img, #grey-testimonials .owl-nav .owl-next img {
    margin: 0 auto;
    width: 43px;
    height: 43px;
    display: block;
    vertical-align: middle;
}
#orange-testimonials .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    max-width: 140px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(208, 111, 26, 0), rgba(208, 111, 26, 1)) !important;
    transform: translate(0,0) !important;
    -webkit-transform: translate(0,0) !important;
}
#orange-testimonials .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 140px;
    height: 100%;
    background-image: linear-gradient(to left, rgba(208, 111, 26, 0), rgba(208, 111, 26, 1)) !important;
    transform: translate(0,0) !important;
    -webkit-transform: translate(0,0) !important;
}
#blue-testimonials .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 140px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(53, 189, 178, 0), rgba(53, 189, 178, 1)) !important;
    transform: translate(0,0) !important;
    -webkit-transform: translate(0,0) !important;
}
#blue-testimonials .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 140px;
    height: 100%;
    background-image: linear-gradient(to left, rgba(53, 189, 178, 0), rgba(53, 189, 178, 1)) !important;
    transform: translate(0,0) !important;
    -webkit-transform: translate(0,0) !important;
}
#grey-testimonials .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 140px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(69, 85, 96, 0), rgba(69, 85, 96, 1)) !important;
    transform: translate(0,0) !important;
    -webkit-transform: translate(0,0) !important;
}
#grey-testimonials .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 140px;
    height: 100%;
    background-image: linear-gradient(to left, rgba(69, 85, 96, 0), rgba(69, 85, 96, 1)) !important;
    transform: translate(0,0) !important;
    -webkit-transform: translate(0,0) !important;
}
/* //////////////////// ACUTE CARE SURGERY PAGE CSS //////////////////// */
.acute-care-section {
    position: relative;
}
.acute-care-block {
    padding: 85px 0 55px;
}
/* Acute Care Information CSS */
.acute-bullet-points li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-style: italic;
    position: relative;
    padding-left: 15px;
}
.acute-bullet-points li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 0.5rem;
    color: #455560;
    font-style: normal;
    position: absolute;
    left: 0;
}
/* //////////////////// TRAUMA SURGERY PAGE CSS //////////////////// */
.trauma-surgery-section {
    position: relative;
}
.trauma-surgery-page-block {
    padding: 85px 0 30px;
}
/* Banner Section CSS */
.trauma-surgery-banner-section {
    background: url(../images/trauma-surgery/trauma-surgery-banner-image.jpg) no-repeat top center;
    background-size: cover;
    height: 100%;
    min-height: 720px;
}
/* Trauma Surgery Information CSS */
.trauma-surgery-points li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-style: italic;
    position: relative;
    padding-left: 15px;
}
.trauma-surgery-points li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 0.5rem;
    color: #455560;
    font-style: normal;
    position: absolute;
    left: 0;
}
/* //////////////////// ORTHOPEDIC SURGERY PAGE CSS //////////////////// */
.orthopedic-surgery-section {
    position: relative;
}
.orthopedic-surgery-block {
    padding: 85px 0 30px;
}
/* Banner Section CSS */
.orthopedic-surgery-banner-section {
    background: url(../images/orthopedic-surgery/orthopedic-surgery-banner-image.jpg) no-repeat top center;
    background-size: cover;
    height: 100%;
    min-height: 720px;
}
/* Trauma Surgery Information CSS */
.orthopedic-surgery-points li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-style: italic;
    position: relative;
    padding-left: 15px;
}
.orthopedic-surgery-points li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 0.5rem;
    color: #455560;
    font-style: normal;
    position: absolute;
    left: 0px;
}
/* //////////////////// NEURO SURGERY PAGE CSS //////////////////// */
.neuro-surgery-section {
    position: relative;
}
.neuro-surgery-block {
    padding: 85px 0 30px;
}
/* Trauma Surgery Information CSS */
.neuro-surgery-points li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    color: #455560;
    font-style: italic;
    position: relative;
    padding-left: 15px;
}
.neuro-surgery-points li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 0.5rem;
    color: #455560;
    font-style: normal;
    position: absolute;
    left: 0px;
}
/* //////////////////// JOIN OUR TEAM PAGE CSS //////////////////// */
/* Affiliates Offers CSS */
.affiliates-offers-block {
    padding: 2.56rem 0 3.813rem;
}
.offer-image-block {
    width: 102px;
    text-align: left;
}
.offer-text-block {
    vertical-align: top;
    padding-left: 25px;
    text-align: left;
}
/* Experience Details CSS */
.join-our-team-first-row {
    background: linear-gradient(to right, #ECEDEF 0%, #ECEDEF 50%, #469FB3 50%, #469FB3 100%);
}
.join-our-team-second-row {
    background: linear-gradient(to right, #469FB3 0%, #469FB3 50%, #ECEDEF 50%, #ECEDEF 100%);
}
.career-left-block {
    padding: 3.813rem 4.983rem 4.313rem 0;
}
.career-right-block {
    padding: 3.813rem 0 4.313rem 3.563rem;
}
.grey-career-bullets li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #455560;
    font-style: italic;
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
}
.grey-career-bullets li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 0.5rem;
    line-height: 1.25rem;
    color: #455560;
    font-style: normal;
    position: absolute;
    left: 0px;
}
.white-career-bullets li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #ffffff;
    font-style: italic;
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
}
.white-career-bullets li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 0.5rem;
    line-height: 1.25rem;
    color: #ffffff;
    font-style: normal;
    position: absolute;
    left: 0px;
}
.sky-career-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #469FB3;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #469FB3 solid;
    text-transform: uppercase;
    font-weight: bold;
}
.sky-career-btn::after {
    content: '';
    background: url(../images/join-our-team/blue-btn-left-arrow.png) center top no-repeat;
    background-size: 27px 12px;
    width: 27px;
    height: 12px;
    margin: 0 0 0 15px;
    display: inline-block;
}
.sky-career-btn:hover, .sky-career-btn:focus, .sky-career-btn:active {
    color: #ffffff;
    background-color: #469FB3;
    text-decoration: none;
}
.grey-career-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #455560 solid;
    text-transform: uppercase;
    font-weight: bold;
}
.grey-career-btn::after {
    content: '';
    background: url(../images/join-our-team/grey-btn-left-arrow.png) center top no-repeat;
    background-size: 27px 12px;
    width: 27px;
    height: 12px;
    margin: 0 0 0 15px;
    display: inline-block;
}
.grey-career-btn:hover, .grey-career-btn:focus, .grey-career-btn:active {
    color: #ffffff;
    background-color: #455560;
    text-decoration: none;
}
.sky-career-btn:hover::after, .grey-career-btn:hover::after, .sky-career-btn:focus::after, .grey-career-btn:focus::after {
    content: '';
    background: url(../images/join-our-team/white-btn-arrow.png) center top no-repeat;
    background-size: 27px 12px;
    width: 27px;
    height: 12px;
    margin: 0 0 0 15px;
    display: inline-block;
}
.sb-h-divider {
    background-color: #469FB3;
    width: 50px;
    height: 3px;
    margin: 22px 0;
}
.g-h-divider {
    background-color: #455560;
    width: 50px;
    height: 3px;
    margin: 22px 0;
}
/* //////////////////// ABOUT US PAGE CSS //////////////////// */
.bg-white {
    background-color: #ffffff;
    height: 100%;
}
.g-h-center-divider {
    background-color: #455560;
    width: 50px;
    height: 3px;
    margin: 22px auto;
}
.quility-emergency-block {
    padding: 4.125rem 0 5.375rem;
}
#display-block.flip-right-image {
    width: 100%;
    max-width: 513px;
    text-align: center;
}
#display-block.flip-right-image .video-frame {
    padding: 0 39px 39px 0;
    position: relative;
}
#display-block.flip-right-image .video-frame::after {
    content: '';
    background-color: #455560;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: -999;
    width: 93%;
    height: 87%;
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.16);
}
.join-samgi-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #ffffff solid;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0 65px;
}
.join-samgi-btn:hover {
    color: #D06F1A;
    border: 1px #ffffff solid;
    background-color: #ffffff;
    text-decoration: none;
}
.leadership-block {
    padding: 4.125rem 0 5rem;
}
.leadership-content-padding {
    padding: 0 13.93rem;
}
.leadership-team-section {
    background-color: #ECEDEF;
}
#style-2 .h-divider {
    margin: 20px 0 20px;
}
.details-block-padding {
    padding: 1.313rem 1.688rem 2.626rem 1.125rem;
}
.details-sub-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #455560;
}
.details-read-more {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #D06F1A;
    position: absolute;
    bottom: 1.313rem;
    right: 0;
    z-index: 0;
}
.details-read-more a:hover {
    color: #35BDB2;
    text-decoration: underline;
}
.details-read-more a{
    width: 100%;
    color: #D06F1A;
    padding-top: 1.313rem;
    padding-right: 1.688rem;
    display: inline-block;
    text-decoration: underline;
}
.leadership-content-blocks [class*="col-"]:nth-child(n) {
    padding: 21px 7px !important;
}
/* //////////////////// INSIGHT PAGE CSS //////////////////// */
.insight-show-image {
    display: none;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    font-size: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #3891a6;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    z-index: 1;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.overlay-loader:after {
    background: rgb(255, 255, 255,0.8);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
}
.insight-header-section {
    padding: 200px 0 0;
}
.insight-content-block {
    padding: 0 40px;
}
.insight-title-padding {
    padding-bottom: 23px;
}
.insight-read-more {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.813rem;
    line-height: 0.813rem;
    letter-spacing: 0.1px;
    padding: 14px 44px;
    display: inline-block;
    color: #455560;
    text-decoration: none;
    border-radius: 9px;
    border: 1px #455560 solid;
    text-transform: uppercase;
    font-weight: bold;
    margin: 23px 0 30px;
}
.insight-read-more:hover, .insight-read-more:focus, .insight-read-more:active {
    color: #ffffff;
    text-decoration: none;
    border: 1px #455560 solid;
    background-color: #455560;
}
.bg-offwhite {
    background-color: #ECEDEF;
    height: 100%;
}
.h-divider-100 {
    background-color: #D06F1A;
    width: 100%;
    height: 3px;
    margin: 10px 0 17px;
}
.h-divider-100-2 {
    background-color: #D06F1A;
    width: 100%;
    height: 3px;
    float: left;
    margin: 10px 0 0px;
}
.blog-details-block {
    padding: 1.313rem 1.688rem 2.626rem 1.125rem;
}
.details-sub-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #455560;
}
.details-read-more {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #D06F1A;
    position: absolute;
    bottom: 1.313rem;
    right: 0;
    z-index: 0;
}
.details-read-more a{
    width: 100%;
    color: #D06F1A;
    padding-top: 1.313rem;
    padding-right: 1.688rem;
    display: inline-block;
    text-decoration: underline;
}
.insight-block {
    padding: 2.875rem 0 5.188rem;
}
.category-navigation {
    padding: 0 8px 0 0;
}
.category-details {
    padding: 0 0 0 8px;
}
.category-details .loader-new .row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.category-list li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #455560;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 21px 15px 23px;
    border-bottom: 1px #707070 solid;
    display: block;
    text-decoration: none;
    width: 100%;
}
.category-list li.active a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #ffffff;
    background-color: #35BDB2;
    padding: 21px 15px 23px;
    border-bottom: 1px #707070 solid;
    display: block;
    text-decoration: none;
    width: 100%;
}
.category-list li a:hover {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #ffffff;
    background-color: #35BDB2;
    padding: 21px 15px 23px;
    border-bottom: 1px #707070 solid;
    display: block;
    text-decoration: none;
    width: 100%;
}
.events-details {
    padding: 28px 0 0;
    float: left;
    width: 100%;
}
.event-content {
    padding: 12px 0 10px;
    border-bottom: 1px #707070 solid;
}
.event-content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #455560;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.event-content div {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125rem;
    line-height: 1.438rem;
    color: #455560;
    padding-bottom: 10px;
}
.event-content a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #D06F1A;
    width: 100%;
    max-width: 90px;
    margin-left: auto;
    display: block;
}
.pagination-block {
    padding-top: 35px;
}
.page-count {
    width: 88%;
    float: left;
}
.page-count input {
    border: 1px #707070 solid;
    padding: 5px !important;
    margin-right: 10px !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.45px;
    color: #455560 !important;
    background-color: transparent !important;
    width: 100%;
    max-width: 50px;
    text-align: center;
    float: left;
    text-decoration: none;
}
.page-count input:focus, .page-count input:active {
    outline: none;
}
.page-count input:hover {
    color: #455560 !important;
    background-color: transparent !important;
}
.page-label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.45px;
    color: #455560;
    font-weight: bold;
    padding: 6px 0px !important;
}
.page-navigation-btn {
    display: inline;
}
.next-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.45px;
    font-weight: bold;
    padding: 6px 0 !important;
    border: none !important;
    color: #35BDB2 !important;
    background-color: transparent !important;
    text-decoration: none;
    float: right;
}
.next-btn a:hover {
    color: #35BDB2 !important;
    background-color: transparent !important;
}
.next-btn .page-prev {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.45px;
    font-weight: bold;
    padding: 6px 0 !important;
    border: none !important;
    color: #35BDB2 !important;
    background-color: transparent !important;
    text-decoration: none;
    float: left !important;
}
.next-btn .page-prev:hover {
    color: #35BDB2 !important;
    background-color: transparent !important;
}
.main-insight-block [class*='col-']:nth-child(3n+1) {
    padding: 8px 12px 8px 0;
    margin: 0 -1px;
}
.main-insight-block [class*='col-']:nth-child(3n) {
    padding: 8px 0px 8px 12px;
    margin: 0 -1px;
}
.main-insight-block [class*='col-']:nth-child(3n+2) {
    padding: 8px 12px 8px 12px;
    margin: 0 -1px;
}
/* //////////////////// CONTACT US PAGE CSS //////////////////// */
/* Contact us Block CSS */
.contact-us-page-block, .follow-us-page-block {
    padding: 6.5rem 0;
}
#contact-us-background.img-mask1 {
    background-position: top left;
}
.contact-us-info li {
    display: inline-block;
    vertical-align: top;
}
.contact-us-phone-content {
    position: relative;
    padding:6px 50px 7px 39px;
}
.contact-us-phone-content a{
    text-decoration: none;
    color: #455560;
}
.contact-us-phone-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    display: inline-block;
    width: 26px;
    height: 43px;
    background: url(../images/contact-us-page-tel.png) no-repeat center top;
    background-size: 26px 43px;
}
.contact-us-mail-content {
    position: relative;
    padding:6px 15px 7px 50px;
}
.contact-us-mail-content a{
    text-decoration: none;
    color: #455560;
}
.contact-us-mail-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    display: inline-block;
    width: 37px;
    height: 39px;
    background: url(../images/contact-us-page-mail.png) no-repeat center top;
    background-size: 37px 39px;
}
.mail-text, .tele-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.438rem;
    line-height: 1.813rem;
    letter-spacing: 0.1px;
    font-weight: 400;
    color: #455560;
}
section.header-section + section.img-mask1 {
    background-position: center top;
}
@media (max-width:1366px) {
 /* COMMON CSS FOR ALL PAGES */
 .custome-container {
    width: 100%;
    max-width: 1088px;
    padding: 0;
    margin: auto;
    position: relative;
}
.break {
    display: inline;
}
/* //////////////////// SCREEN-1366PX-INDEX PAGE CSS //////////////////// */
/* Banner Section */
.banner-content-block {
    padding: 190px 0 140px;
}
.title-banner-content-block {
    padding: 196px 0 182px;
}
.social-icon {
    margin: 14px 2px;
}
.social-icon:first-child {
    margin: 14px 5px 14px 0px;
}
.social-icon:last-child {
    margin: 14px 0px 14px 5px;
}
.mail-content {
    margin: 18px 25px;
}
.phone-content {
    margin: 17px 2px;
}
.search-block {
    margin: 17px 14px;
}
.navigation-menu li {
    padding: 11px;
}
/* Three Column Section */
.three-column-section {
    margin-top: -88px;
}
.blue-block {
    background-color: #35BDB2;
    padding: 36px 54px 24px;
    max-width: 390px;
}
.orange-block {
    background-color: #D06F1A;
    padding:36px 43px 40px;
    max-width: 376px;
}
.sky-blue-block {
    background-color: #469FB3;
    padding: 36px 52px 40px;
    max-width: 376px;
}
.h-white-divider {
    background-color: #ffffff;
    width: 50px;
    height: 3px;
    margin: 20px auto 10px;
}
/* Brief Section */
.brief-block {
    padding: 3.6rem 0 3.5rem;
    width: 100%;
    max-width: 720px;
    margin: auto !important;
}
.brief-section .h-center-divider {
    background-color: #D06F1A;
    width: 50px;
    height: 3px;
    margin: 25px auto 21px;
}
.brief-block .pb4 {
    padding-bottom: 2.5rem !important;
}
/* Surgical Affiliates Section CSS */
.br-hide {
    display: none;
}
.surgical-affiliates-text {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.question-block {
    width: 100%;
    max-width: 690px;
    margin: 10px auto;
}
/* Partner Section CSS */
.partner-section .h-center-divider {
    background-color: #D06F1A;
    width: 50px;
    height: 3px;
    margin: 26px auto 55px;
}
.partner-block1 {
    padding-top: 3rem;
}
/* Insight News Section CSS */
#carousel-container.custome-container {
    width: 100%;
    max-width: 1088px;
    margin: auto;
}
.owl-prev {
    position: absolute;
    top: 32%;
    left: 0;
    padding: 0 !important;
    transform: translate(0 ,0) !important;
    -webkit-transform: translate(0 ,0) !important;
}
.owl-next {
    position: absolute;
    top: 32%;
    right: 0;
    padding: 0 !important;
    transform: translate(0 ,0) !important;
    -webkit-transform: translate(0 ,0) !important;
}
/* Lets Talk Section CSS */
.lets-talk-block {
    padding: 45px 0;
}
.lets-talk-content {
    width: 100%;
    max-width: 535px;
    margin: auto;
}
.lets-talk-content .h-center-divider {
    margin: 25px auto 32px;
}
.lets-talk-content .pb4 {
    padding-bottom: 2rem !important;
}
textarea.form-control {
    max-height: 121px;
}
/* Footer Section CSS */
.footer-contact-items {
    width: 82.5%;
    float: right;
    margin-left: auto;
}
/* //////////////////// SCREEN-1366PX-HOW WE HELP PAGE CSS //////////////////// */
.er-coverage-title .h-center-divider {
    margin: 22px auto 45px;
}
.patients-stats-block .h-center-divider {
    margin: 22px auto 40px;
}
.stats-text-block-10 {
    padding-top: 3rem;
}
/* //////////////////// SCREEN-1366PX-SURGICAL PROGRAM PAGE CSS //////////////////// */
/* ///////////// SCREEN-1366PX-JOIN OUR TEAM PAGE RESPONSIVE ////////////// */
.affiliates-offers-block {
    padding: 2.56rem 0 3.813rem;
}
/* //////////////////// SCREEN-1366PX-ABOUT US PAGE CSS //////////////////// */
#testimonial-block-btn.testimonial-block {
    padding: 0;
}
.quility-emergency-block {
    padding: 2.813rem 0 2.375rem;
}
.join-samgi-btn {
    margin: 0px 0 65px;
}
.leadership-block {
    padding: 3.75rem 0 2.625rem;
}
.leadership-content-padding {
    padding: 0;
}
/* //////////////////// SCREEN-1366PX-INSIGHT PAGE CSS //////////////////// */
.page-count {
    width: 85%;
    float: left;
}
}
@media (max-width:1280px) {
 /* COMMON CSS FOR ALL PAGES */
 .custome-container {
    width: 100%;
    max-width: 1003px;
    padding: 0;
    margin: auto;
    position: relative;
}
.break {
    display: inline;
}
/* //////////////////// SCREEN-1280PX-INDEX PAGE CSS //////////////////// */
/* Banner Section */
.banner-content-block {
    padding: 190px 0 140px;
}
.title-banner-content-block {
    padding: 190px 0 182px;
}
.social-icon {
    margin: 14px 2px;
}
.phone-content {
    margin: 17px 5px;
}
.mail-content {
    margin: 18px 12px;
}
.search-block {
    margin: 17px 12px;
}
.search-box {
    max-width: 82px;
}
.navigation-menu li {
    padding: 11px 6px 11px;
}
.navigation-menu li ul.subnav li {
    display: block;
    padding: 10px;
}
/* Three Column Section */
.three-column-section {
    margin-top: -88px;
}
.blue-block {
    background-color: #35BDB2;
    padding: 36px 54px 24px;
    max-width: 390px;
}
.blue-block.wrapper-100, .orange-block.wrapper-100, .sky-blue-block.wrapper-100 {
    padding: 40px 80px;
    width: 100%;
    max-width: 100%;
}
.orange-block {
    background-color: #D06F1A;
    padding: 43px 43px 40px;
    max-width: 376px;
}
.sky-blue-block {
    background-color: #469FB3;
    padding: 43px 52px 40px;
    max-width: 376px;
}
.h-white-divider {
    background-color: #ffffff;
    width: 50px;
    height: 3px;
    margin: 20px auto 10px;
}
/* Brief Section */
.brief-block {
    padding: 3.6rem 0 3.5rem;
    width: 100%;
    max-width: 720px;
    margin: auto !important;
}
.brief-section .h-center-divider {
    background-color: #D06F1A;
    width: 50px;
    height: 3px;
    margin: 25px auto 21px;
}
.brief-block .pb4 {
    padding-bottom: 2.5rem !important;
}
/* Surgical Affiliates Section CSS */
.br-hide {
    display: none;
}
.surgical-affiliates-text {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.question-block {
    width: 100%;
    max-width: 690px;
    margin: 23px auto;
}
/* Partner Section CSS */
.partner-section .h-center-divider {
    background-color: #D06F1A;
    width: 50px;
    height: 3px;
    margin: 28px auto 55px;
}
.partner-block1 {
    padding-top: 3rem;
}
/* Insight News Section CSS */
#carousel-container.custome-container {
    width: 100%;
    max-width: 1003px;
    margin: auto;
}
/* Lets Talk Section CSS */
.lets-talk-block {
    padding: 45px 0;
}
.lets-talk-content {
    width: 100%;
    max-width: 535px;
    margin: auto;
}
.lets-talk-content .h-center-divider {
    margin: 27px auto 33px;
}
.lets-talk-content .pb4 {
    padding-bottom: 2rem !important;
}
/* Footer Section CSS */
.footer-contact-items {
    width: 89.5%;
    float: right;
    margin-left: auto;
}
/* //////////////////// SCREEN-1280PX-HOW WE HELP PAGE CSS //////////////////// */
/* ///////////// SCREEN-1280PX-SURGICAL PROGRAM PAGE RESPONSIVE ////////////// */
/* Four Block Section */
.four-block-first-row .acute-care-surgery-block {
    padding: 55px 43px 55px 0px;
}
.four-block-first-row .trauma-surgery-block {
    padding: 55px 0px 55px 36px;
}
.four-block-second-row .acute-care-surgery-block {
    padding: 55px 43px 55px 0px;
}
.four-block-second-row .trauma-surgery-block {
    padding: 55px 0px 55px 36px;
}
/* Testimonial Block CSS */
.testimonial-title {
    padding: 56px 0 0;
}
.testimonial-block {
    padding: 0 0 56px;
    margin-left: 0 !important;
}
/* ///////////// SCREEN-1280PX-JOIN OUR TEAM PAGE RESPONSIVE ////////////// */
.affiliates-offers-block {
    padding: 2.56rem 0 3.813rem;
}
/* ///////////// SCREEN-1280PX-ABOUT US PAGE RESPONSIVE ////////////// */
#testimonial-block-btn.testimonial-block {
    padding: 0;
}
.quility-emergency-block {
    padding: 2.813rem 0 2.375rem;
}
.join-samgi-btn {
    margin: 0px 0 65px;
}
.leadership-block {
    padding: 3.75rem 0 2.625rem;
}
.leadership-content-padding {
    padding: 0;
}
/* ///////////// SCREEN-1280PX-INSIGHT PAGE RESPONSIVE ////////////// */
.main-insight-block [class*='col-']:nth-child(2n) {
    padding: 8px 0 8px 12px;
    margin: 0 -1px;
    width: 50%;
}
.main-insight-block [class*='col-']:nth-child(2n+1) {
    padding: 8px 12px 8px 0;
    margin: 0 -1px;
    width: 50%;
}
/* ///////////// SCREEN-1280PX-CONTACT US PAGE RESPONSIVE ////////////// */
.contact-us-info {
    margin-bottom: 30px;
}
.contact-us-page-block .pr2 {
    padding-right: 1rem !important;
}
}
@media (max-width:1024px) {
 /* COMMON CSS FOR ALL PAGES */
 .custome-container {
    width: 100%;
    max-width: 786px;
    padding: 0;
    margin: auto;
    position: relative;
}
.break {
    display: inline;
}
br {
    display: none;
}
/* //////////////////// SCREEN-1024PX-SEARCH PAGE CSS //////////////////// */
.search-header-section, .contact-header-section {
    padding-top: 80px;
    z-index: -999;
    background-color: #ffffff;
}
.search-result {
    background-color: #ECECEC;
    padding: 20px;
    margin-bottom: 25px;
}
.search-result:last-child {
    margin-bottom: 0px !important;
}
.search-heading a:hover {
    color: #455560;
    text-decoration: none;
}
.search-excerpt a {
    color: #35BDB2;
    text-decoration: underline;
}
/* //////////////////// SCREEN-1024PX-INDEX PAGE CSS //////////////////// */
/* Mobile Navigation */
#toggle {
    display: block;
    width: 22px;
    height: 39px;
    padding: 24px 0;
}
#toggle span:after, #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
#toggle span:after {
    top: 9px;
}
#toggle span {
    position: relative;
    display: block;
}
#toggle span, #toggle span:after, #toggle span:before {
    width: 28px;
    height: 39px;
    height: 1px;
    background-color: #455560;
}
#toggle.on span {
    background-color: transparent;
}
#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
}
.mobile-navigation-menu .nav-lets-talk-btn a:hover {
    padding-bottom: 10px;
    border-bottom: 2px #D06F1A solid;
}
.header-top-bar {
    display: none;
}
.main-menu {
    display: block;
    overflow-y: auto;
}
.nav-toggle {
    display: block;
    float: left;
}
.mobile-logo {
    float: right;
}
.toggle-menu {
    padding: 0;
    width: 66%;
}
.navigation-menu {
    display: none;
}
.nav-toggle i {
    font-family: 'FontAwesome';
    font-size: 1rem;
    line-height: 1.125rem;
    color: #455560;
    font-style: normal;
}
.main-menu {
    width: 304px;
    height: 100%;
}
.main-menu ul {
    padding-left: 0;
    margin-top: 23px;
}
.main-menu .mobile-navigation-menu li {
    list-style: none;
    border-bottom: none;
    text-align: center;
    padding: 0;
}
.main-menu .mobile-navigation-menu li a {
    text-decoration: none;
    display: inline-block;
    color: #455560;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 11px 0;
}
.main-menu .mobile-navigation-menu li ul.subnav {
    margin-top: 0;
}
.main-menu .mobile-navigation-menu li ul.subnav li a {
    border-bottom: none !important;
    padding: 5px 0;
    font-size: 0.85rem;
}
.main-menu .mobile-navigation-menu li.current-menu-parent ul.subnav li.current-menu-item a {
    border-bottom: 2px #35BDB2 solid !important;
}
.nav-lets-talk-btn a:hover {
    border: none;
}
.mobile-navigation-menu .nav-lets-talk-btn a {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: transparent !important;
    color: #D06F1A !important;
    border: none;
    border-radius: 0;
}
.main-menu {
    position: fixed;
    left:-10px;
    top: 0px;
    height: 100%;
    width: 310px;
    background: #ffffff;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
}
.main-menu.collapse {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.mobile-social {
    text-align: center;
}
.mobile-social .social-icon {
    margin: 0px;
}
.mobile-social .social-icon:nth-child(2) {
    margin: 0 10px;
}
.mobile-search-block {
    width: 100%;
    background: #ECEDEF;
    margin: 16px 0 36px;
    float: left;
}
.mobile-search-block .searchform {
    padding: 21px 24px 21px 36px;
    width: 100%;
}
.mobile-search-block .search-box {
    background-color: transparent;
    width: 84% !important;
    max-width: 84% !important;
}
.mobile-search-block .search-btn, .mobile-search-block .searchform:hover .search-box {
    padding: 0;
}
.mobile-menu-logo {
    float: left;
    width: 100%;
    padding: 26px 28px 0;
}
.close {
    color: #455560 !important;
    opacity: 1;
    filter: none !important;
}
.navigation-logo {
    float: right;
    width: 100%;
    max-width: 200px;
    display: block;
}
/* Mobile Navigation Contact Info */
.mobile-right {
    text-align: right;
    padding:0px;
    width: 34%;
    position: relative;
}
.down-arrow {
    display: block;
    width: 28px;
    height: 26px;
    margin-left: auto;
    margin-top: 10px;
    position: relative;
}
.unactive {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 20px;
    color: #D06F1A;
    padding: 2px 5px;
    border: 1px #D06F1A solid;
    text-align: right;
}
.unactive i {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 20px;
    color: #D06F1A;
}
.active1 {
    padding: 2px 5px;
    border: 1px #D06F1A solid;
    background-color: #D06F1A;
    text-align: right;
}
.active1 i {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.mobile-contact-info {
    background-color: #D06F1A;
    position: absolute;
    top: 35px;
    right: 0;
}
.mobile-contact-info .phone-content a, .mobile-contact-info .mail-content a {
    color: #ffffff !important;
}
.mobile-contact-info .phone-content {
    margin: 0;
    padding: 20px;
    border-bottom: 2px #ffffff solid;
}
.mobile-contact-info .phone-content::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 18px;
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../images/white-phone-icon.png) no-repeat center top;
    background-size: 18px 29px;
}
.mobile-contact-info .mail-content::before {
    content: '';
    position: absolute;
    left: 0px;
    top: -4px;
    display: inline-block;
    width: 25px;
    height: 27px;
    background: url(../images/white-mail-icon.png) no-repeat center top;
    background-size: 25px 27px;
}
/* Banner Section */
.banner-content-block {
    padding: 135px 0 145px;
}
.banner-content-block .h-divider {
    margin: 38px 0 22px;
}
.title-banner-content-block {
    padding: 130px 0 125px;
}
/* Three Column Section */
.three-column-section {
    margin-top: -88px;
}
.blue-block {
    background-color: #35BDB2;
    padding: 36px 25px 45px;
    max-width: 390px;
}
.orange-block {
    background-color: #D06F1A;
    padding: 36px 25px 45px;
    max-width: 376px;
}
.sky-blue-block {
    background-color: #469FB3;
    padding: 36px 20px 45px;
    max-width: 376px;
}
.blue-block.wrapper-100, .orange-block.wrapper-100, .sky-blue-block.wrapper-100 {
    padding: 40px;
    width: 100%;
    max-width: 100%;
}
.h-white-divider {
    background-color: #ffffff;
    width: 50px;
    height: 3px;
    margin: 20px auto 10px;
}
/* Brief Section CSS */
.brief-section .h-center-divider {
    margin: 36px auto 21px;
}
/* Surgical Affiliates Section CSS */
.br-hide {
    display: none;
}
.surgical-affiliates-text {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.question-block {
    width: 100%;
    max-width: 690px;
    margin: 10px 23px 0 0px;
}
/* Partner Section CSS */
.partner-section .h-center-divider {
    margin: 21px auto 45px;
}
.partner-block1 {
    padding-top: 4.5rem;
}
.partner-block2 {
    padding-bottom: 4.5rem;
}
.partner-img-padding {
 padding: 7.5px 5px;
}
/* Insight News Section CSS */
#carousel-container.custome-container {
    width: 100%;
    max-width: 786px;
    margin: auto;
}
.blog-item {
    padding: 0;
}
.news-content-block {
    padding: 1.5rem 2rem;
}
.insight-news-block {
    padding: 3.5rem 0 5rem;
}
/* Lets Talk Section CSS */
.lets-talk-block {
    padding: 45px 0 50px;
}
.lets-talk-content {
    width: 100%;
    max-width: 535px;
    margin: auto;
}
.lets-talk-content .h-center-divider {
    margin: 18px auto 33px;
}
.lets-talk-content .pb4 {
    padding-bottom: 2rem !important;
}
/* Footer Section CSS */
.footer-contact-items {
    width: 79.5%;
    float: right;
    margin-left: auto;
}
.footer-block {
    padding: 51px 0 54px;
}
.footer-contact {
    padding: 0 !important;
}
.footer-social-block {
    padding: 33px 0 0 !important;
    width: 100% !important;
    display: block !important;
    text-align: right !important;
}
.follow-us-social-block {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
}
/* //////////////////// SCREEN-1024PX-HOW WE HELP PAGE CSS //////////////////// */
#er-coverage.pt5 {
    padding-top: 3rem !important;
}
#er-coverage.pb5 {
    padding-bottom: 3rem !important;
}
/* ///////////// SCREEN-1024PX-SURGICAL PROGRAM PAGE RESPONSIVE ////////////// */
/* Four Block Section */
.four-block-first-row .acute-care-surgery-block {
    padding: 55px 43px 55px 0px;
}
.four-block-first-row .trauma-surgery-block {
    padding: 55px 0px 55px 36px;
}
.four-block-second-row .acute-care-surgery-block {
    padding: 55px 43px 55px 0px;
}
.four-block-second-row .trauma-surgery-block {
    padding: 55px 0px 55px 36px;
}
/* Testimonial Block CSS */
.testimonial-title {
    padding: 56px 0 0;
}
.testimonial-block {
    padding: 0 0 56px;
    margin-left: 0 !important;
}
/* ///////////// SCREEN-1024PX-JOIN OUR TEAM PAGE RESPONSIVE ////////////// */
.affiliates-offers-block {
    padding: 2.56rem 0 3.813rem;
}
/* //////////////////// SCREEN-1024PX-ABOUT US PAGE CSS //////////////////// */
#testimonial-block-btn.testimonial-block {
    padding: 0;
}
#display-block.flip-right-image {
    display: block;
    padding: 2.813rem 0 0;
}
#display-block.flip-right-image img{
    width: 80%;
}
.quility-emergency-block {
    padding: 2.813rem 0 2.375rem;
}
.join-samgi-btn {
    margin: 0px 0 65px;
}
.leadership-block {
    padding: 3.75rem 0 2.625rem;
}
.leadership-content-padding {
    padding: 0;
}
/* ///////////// SCREEN-1024PX-INSIGHT PAGE RESPONSIVE ////////////// */
.main-insight-block [class*='col-']:nth-child(2n) {
    padding: 8px 0 8px 0;
    margin: 0 -1px;
    width: 100%;
}
.main-insight-block [class*='col-']:nth-child(2n+1) {
    padding: 8px 0 8px 0;
    margin: 0 -1px;
    width: 100%;
}
.insight-content-block {
    padding: 50px 0 0;
}
.page-count {
    width: 78%;
    float: left;
}
/* ///////////// SCREEN-1024PX-CONTACT US PAGE RESPONSIVE ////////////// */
.contact-us-page-block {
    padding: 3.5rem 0 2.5rem;
}
.contact-us-page-block .pr2 {
    padding-right:0 !important;
}
.contact-us-info {
    margin-bottom: 30px;
}
.contact-us-page-block [class*='col-'] {
    width: 100%;
    display: block;
    float: left;
}
}
@media (max-width:991px) {
    .custome-container {
        width: 100%;
        max-width: 736px;
        padding: 0 25px;
        margin: auto;
    }
    .break {
        display: inline;
    }
    /* Common Font Style Css Start */
    .header1-sentence-font50 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 2.187rem;
        line-height: 2.5rem;
        letter-spacing: 0px;
    }
    .header1-service-font50 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 2.187rem;
        line-height: 2.5rem;
    }
    .header2-sentence-font40 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.875rem;
        line-height: 2.187rem;
        letter-spacing: 0px;
    }
    .header3-sentence-font35 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.775rem;
        line-height: 2.2rem;
        letter-spacing: 0.1px;
    }
    .header5-sentence-font20 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.125rem;
        line-height: 1.438rem;
        letter-spacing: 0.1px;
    }
    .header7-all-caps-font16 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: 0.1px;
        text-transform: uppercase;
    }
    /* Common Font Style Css End */
    /* ///////////// SCREEN-991PX-INDEX PAGE CSS ////////////// */
    /* Mobile Navigation */
    .toggle-menu {
        padding: 0;
        width: 69%;
    }
    .mobile-right {
        text-align: right;
        padding:0px;
        width: 31%;
        position: relative;
    }
    .down-arrow {
        display: block;
        margin-top: 15px;
        position: relative;
    }
    .mobile-contact-info {
        background-color: #D06F1A;
        position: absolute;
        top: 40px;
        right: 0;
    }
    /* Banner Section */
    .banner-content-block {
        padding: 135px 50px 145px 0;
    }
    .title-banner-content-block, #surgical-program.title-banner-content-block {
        padding: 130px 0 125px;
    }
    /* Three Column Section */
    .blue-block {
        background-color: #35BDB2;
        padding: 35px 20px;
        max-width: 395px;
    }
    .orange-block {
        background-color: #D06F1A;
        padding: 35px 20px;
        max-width: 395px;
    }
    .sky-blue-block {
        background-color: #469FB3;
        padding: 35px 20px;
        max-width: 395px;
    }
    .sky-blue-block.wrapper-100, .orange-block.wrapper-100, .blue-block.wrapper-100 {
        padding: 30px;
    }
    .author-name {
        display: block;
    }
    /* Surgical Affiliates Section CSS */
    .surgical-affiliates-block {
        padding: 3rem 0;
    }
    .surgical-affiliates-text {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .question-block {
        width: 100%;
        max-width: 680px;
    }
    /* Partner Section CSS */
    .partner-block1 {
        padding-top: 3rem;
    }
    .partner-block2 {
        padding-bottom: 5rem;
    }
    .partner-img-padding {
        padding: 7.5px 5px;
    }
    .partner-img-padding:first-child {
        padding-left: 0px !important;
    }
    .partner-img-padding:last-child {
        padding-right: 0px !important;
    }
    /* Insight News Section CSS */
    #carousel-container.custome-container {
        width: 100%;
        max-width: 736px;
        margin: auto;
    }
    /* Lets Talk Section CSS */
    .form-inline {
        text-align: center;
        width: 100%;
        max-width: 765px;
        margin: auto;
    }
    /* Footer Section CSS */
    .footer-contact-items {
        width: 86.5%;
        float: right;
        margin-left: auto;
    }
    .footer-mail, .footer-contact {
        float: left;
        padding: 0 7px;
    }
    .footer-social-block {
        padding: 20px 0 0 !important;
        width: 100% !important;
        display: block !important;
        text-align: right !important;
    }
    .follow-us-social-block {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    /* //////////////////// SCREEN-991PX-HOW WE HELP PAGE CSS //////////////////// */
    #er-coverage.pt5 {
        padding-top: 3rem !important;
    }
    #er-coverage.pb5 {
        padding-bottom: 3rem !important;
    }
    .patients-stats-block .pt2 {
        padding-top: 0 !important;
    }
    .patients-stats-block .d-table {
        padding-bottom: 50px;
    }
    .stats-text-block {
        padding: 0 20px !important;
        vertical-align: middle !important;
    }
    .stats-image-block {
        padding-top: 0 !important;
    }
    .patients-benefit {
        padding: 40px 0;
    }
    .review-study-btn {
        margin: 1rem auto 3rem;
    }
    #er-coverage-section.pt5.pb5 {
        padding: 30px 0 !important;
    }
    .work-life-title .text-center {
        text-align: left;
    }
    #hide-image.flip-right-image-p0 {
        display: none;
    }
    .better-work-life.pt4 {
        padding-top: 3rem !important;
    }
    .better-work-life.pb4 {
        padding-bottom: 3rem !important;
    }
    .er-coverage-title .h-center-divider, .work-life-title .h-center-divider {
        margin: 20px auto 31px;
    }
    .work-life-section {
        padding: 37px 0 60px;
    }
    .work-life-content {
        padding:0 0 30px 0;
    }
    .er-coverage-title {
        padding-bottom: 0;
    }
    /* Review Study Block CSS */
    .review-study-block {
        padding: 51px 0 13px;
    }
    .review-study-block [class*="col-"]:nth-child(n) {
        padding-bottom: 60px;
    }
    /* Patients Stats CSS */
    .patients-benefit-padding {
        padding: 3rem 0 !important;
    }
    .patients-stats-block {
        padding:2.75rem 0 2.375rem;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .stats-table {
        display: block;
    }
    .stats-image-block {
        display: table;
        float: left;
        text-align: center;
        padding-top: 30px;
    }
    .stats-text-block {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding: 30px 30px;
        text-align: left;
    }
    .patients-stats-block .row.pt3 {
        padding: 0 !important;
    }
    .stats-text-block-10 {
        text-align: center;
        padding-top: 0px;
    }
    /* ///////////// SCREEN-991PX-SURGICAL PROGRAM PAGE RESPONSIVE ////////////// */
    .orange-block.text-center {
        text-align: left;
    }
    .evedence-base-block {
        padding: 50px 0;
    }
    .evedence-base-img-block {
        padding: 3.5rem 0;
        width: 100%;
        margin: auto !important;
    }
    /* Four Block Section */
    .four-block-first-row .acute-care-surgery-block {
        padding: 55px 43px 55px 0px;
    }
    .four-block-first-row .trauma-surgery-block {
        padding: 55px 0px 55px 36px;
    }
    .four-block-second-row .acute-care-surgery-block {
        padding: 55px 43px 55px 0px;
    }
    .four-block-second-row .trauma-surgery-block {
        padding: 55px 0px 55px 36px;
    }
    /* Testimonial Block CSS */
    .testimonial-title {
        padding: 40px 0 0;
    }
    .testimonial-block {
        padding: 0 0 40px;
        margin-left: 0 !important;
    }
    #orange-testimonials .owl-nav .owl-next {
        right: 0;
        width: 100% !important;
        max-width: 95px !important;
    }
    #orange-testimonials .owl-nav .owl-prev {
        left: 0;
        width: 100% !important;
        max-width: 95px !important;
    }
    #blue-testimonials .owl-nav .owl-next {
        right: 0;
        width: 100% !important;
        max-width: 95px !important;
    }
    #blue-testimonials .owl-nav .owl-prev {
        left: 0;
        width: 100% !important;
        max-width: 95px !important;
    }
    #grey-testimonials .owl-nav .owl-next {
        right: 0;
        width: 100% !important;
        max-width: 95px !important;
    }
    #grey-testimonials .owl-nav .owl-prev {
        left: 0;
        width: 100% !important;
        max-width: 95px !important;
    }
    /* ACUTE CARE SURGERY PAGE CSS */
    .acute-care-block, .neuro-surgery-block, .trauma-surgery-page-block, .orthopedic-surgery-block {
        padding: 30px 25px;
    }
    /* //////////////////// SCREEN-991PX-JOIN OUR TEAM PAGE CSS //////////////////// */
    /* Affiliates Offers CSS */
    #sky-blue-text.text-center {
        text-align: left;
    }
    .affiliates-offers-block {
        padding: 2.56rem 1.563rem 2.813rem;
    }
    .offer-image-block {
        display: table-cell;
        padding-bottom: 60px;
    }
    .offer-text-block {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 30px 60px;
        text-align: left;
    }
    .affiliates-offers-block .pt5 {
        padding: 0 !important;
    }
    /* Experience Details CSS */
    .join-our-team-first-row .career-left-block, .join-our-team-second-row .career-right-block {
        padding: 55px 35px 55px 35px;
    }
    .join-our-team-first-row .career-right-block, .join-our-team-second-row .career-left-block {
        padding: 55px 35px 55px 35px;
    }
    .testimonial-title .h-center-divider {
        margin: 20px auto;
    }
    /* //////////////////// SCREEN-991PX-ABOUT US PAGE CSS //////////////////// */
    #testimonial-block-btn.testimonial-block {
        padding: 0;
    }
    #display-block.flip-right-image {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 0 2.188rem !important;
    }
    .left-content-padding {
        padding-bottom: 30px;
    }
    .right-image-padding {
        padding: 0px;
    }
    .quility-emergency-block {
        padding: 2.813rem 0 2.375rem;
    }
    .join-samgi-btn {
        margin: 0px 0 65px;
    }
    .leadership-block {
        padding: 3.75rem 0 2.625rem;
    }
    .leadership-content-padding {
        padding: 0;
    }
    /* //////////////////// SCREEN-991PX-INSIGHT PAGE CSS //////////////////// */
    .insight-show-image {
        display: block;
        padding-bottom: 23px;
    }
    .insight-hide-image {
        display: none;
    }
    .insight-header-section {
        padding: 100px 0 0;
    }
    .insight-content-block {
        padding: 0;
    }
    .insight-title-padding {
        padding-bottom: 23px;
    }
    .events-details {
        padding: 28px 0 0;
        float: left;
        width: 100%;
    }
    .event-content {
        padding: 12px 0 10px;
        border-bottom: 1px #707070 solid;
    }
    .pagination-block {
        padding: 30px 0 60px;
    }
    .page-count {
        width: 77%;
    }
    .main-insight-block [class*='col-']:nth-child(3n+1) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n+2) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    /* //////////////////// SCREEN-991PX-CONTACT US PAGE CSS //////////////////// */
    /* Contact us Block CSS */
    .contact-us-page-block {
        padding: 3.5rem 0 2.5rem;
    }
    .follow-us-page-block {
        padding: 3.313rem 0 4.438rem;
    }
}
@media (max-width:767px) {
    .custome-container {
        width: 100%;
        max-width: 635px;
        padding: 0 25px;
        margin: auto;
    }
    .break {
        display: inline;
    }
    .overflow-text, .blog-item:hover .overflow-text {
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 142px;
    }
    .overflow-title, .blog-item:hover .overflow-title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 83px;
        padding-bottom: 3px !important;
    }
    /* Common Font Style Css Start */
    .header1-sentence-font50 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 2.187rem;
        line-height: 2.5rem;
        letter-spacing: 0px;
    }
    .header1-service-font50 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 2.187rem;
        line-height: 2.5rem;
    }
    .header2-sentence-font40 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.875rem;
        line-height: 2.187rem;
        letter-spacing: 0px;
    }
    .header3-sentence-font35 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.775rem;
        line-height: 2.2rem;
        letter-spacing: 0.1px;
    }
    .header5-sentence-font20 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.125rem;
        line-height: 1.438rem;
        letter-spacing: 0.1px;
    }
    .header7-all-caps-font16 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: 0.1px;
        text-transform: uppercase;
    }
    /* Common Font Style Css End */
    /* //////////////////// SCREEN-767PX-INDEX PAGE CSS //////////////////// */
    /* Mobile Navigation */
    .toggle-menu {
        padding: 0;
        width: 70%;
    }
    .mobile-right {
        text-align: right;
        padding:0px;
        width: 30%;
        position: relative;
    }
    .down-arrow {
        display: block;
        margin-top: 15px;
        position: relative;
    }
    .mobile-contact-info {
        background-color: #D06F1A;
        position: absolute;
        top: 40px;
        right: 0;
    }
    /* Banner Section */
    .banner-content-block {
        padding: 135px 121px 145px 0;
    }
    .title-banner-content-block {
        padding: 130px 120px 125px 0;
    }
    /* Three Column Section */
    .blue-block {
        background-color: #35BDB2;
        padding:30px 20px;
        max-width: 100%;
        width: 100%;
    }
    .orange-block {
        background-color: #D06F1A;
        padding:30px 20px;
        max-width: 100%;
        width: 100%;
    }
    .sky-blue-block {
        background-color: #469FB3;
        padding:30px 20px;
        max-width: 100%;
        width: 100%;
    }
    .sky-blue-block.wrapper-100, .orange-block.wrapper-100, .blue-block.wrapper-100 {
        padding: 30px;
    }
    /* Surgical Affiliates Section CSS */
    .surgical-affiliates-text {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .question-block {
        width: 100%;
        max-width: 680px;
    }
    /* Partner Section CSS */
    .partner-block1 {
        padding-top: 3rem;
    }
    .partner-block2 {
        padding-bottom: 5rem;
    }
    .partner-img-padding {
        padding: 7.5px 5px;
    }
    .partner-img-padding:first-child {
        padding-left: 0px !important;
    }
    .partner-img-padding:last-child {
        padding-right: 0px !important;
    }
    /* Insight News Section CSS */
    #carousel-container.custome-container {
        width: 100%;
        max-width: 736px;
        margin: auto;
    }
    .item {
        width: 50%;
        float: left;
    }
    .insight-news-block {
        padding: 2.3rem 0 5rem;
    }
    .r11:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 105%;
    }
    .blog-item {
        padding: 0 !important;
        margin: 10px 7px;
    }
    .blog-item img {
        position: relative;
    }
    .news-content-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    /* Hide On Hover Content Of Insight Block */
    .hide-on-hover {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 20px;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item:hover .hide-on-hover {
        display: none;
    }
    .display-none {
        display: none;
    }
    .mobile-blog-divider {
        display: block;
        width: 50px;
        height: 3px;
        background-color: #D06F1A;
        margin: 20px 0 0;
    }
    .mobile-blog-divider {
        padding: 0 !important;
    }
    .color-white {
        color: #ffffff;
    }
    /* Insight Block Hover Content Design */
    .blog-item-hover-content {
        padding:2rem 1.8rem 5rem;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-backface-visibility: hidden;
    }
    .blog-item:hover .blog-item-hover-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        visibility: visible;
        opacity: 1;
        position: relative;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item-hover-content.text-center {
        text-align: left !important;
    }
    .blog-item-hover-content .mobile-blog-divider {
        margin-bottom: 20px;
    }
    .desktop-hide {
        display: block;
    }
    .read-more-text {
        left: auto;
        bottom: 31px;
        right: 31px;
        text-align: right;
    }
    .read-more-text i{
        color: #ffffff;
    }
    .read-more-text:hover i, .read-more-text:active i, .read-more-text:focus i{
        color: #35BDB2;
    }
    .blog-item:hover .blog-item-hover-content a {
        text-align: right !important;
        display: block;
    }
    .blog-item:hover .read-more-text:before {
        color: #ffffff !important;
    }
    /* Lets Talk Section CSS */
    .form-inline {
        text-align: center;
        width: 100%;
        max-width: 765px;
        margin: auto;
    }
    /* Footer CSS */
    .footer-block {
        padding: 45px 0 32px;
        text-align: center !important;
    }
    .footer-logo {
        width: 100%;
        height: auto;
        max-width: 182px;
    }
    .footer-paragraph {
        padding-top: 1.5rem;
    }
    .footer-mail, .footer-contact, .d-none {
        display: none !important;
    }
    .footer-contact-items {
        width: 100%;
        float: none;
    }
    .footer-social {
        float: none;
        margin: 1.875rem auto 0;
    }
    .footer-social-block {
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    .follow-us-social-block {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    /* Copyright Section */
    .block-width {
        width: 100%;
        max-width: 580px;
        margin: auto;
        text-align: center;
    }
    .copyright-text {
        padding: 0;
        float: none;
    }
    .divider {
        display: none;
    }
    .copyright-links {
        float: none;
        text-align: center;
        display: table;
        margin: auto;
    }
    .privacy-text, .sitemap-text {
        display: table-cell;
        padding-top: 5px;
    }
    .privacy-text a, .sitemap-text a {
        padding: 0 4px;
    }
    .copyright-links {
        position: relative;
    }
    .copyright-links:after {
        content: '';
        position: absolute;
        top: 7px;
        bottom: 0px;
        left: 52%;
        z-index: 0;
        border: 1px solid #35BDB2;
    }
    .w-122 {
        width: 122px;
    }
    /* //////////////////// SCREEN-767PX-HOW WE HELP PAGE CSS //////////////////// */
    #er-coverage.pb5 {
        padding-bottom: 4rem !important;
    }
    #er-coverage.pt5 {
        padding-top: 2.313rem !important;
    }
    .patients-benefit {
        padding: 40px 0;
    }
    .review-study-btn {
        margin: 1rem auto 3rem;
    }
    .patients-stats-block .d-table {
        display: block;
    }
    .stats-image-block {
        padding-bottom: 20px;
    }
    #er-coverage-section.pt5.pb5 {
        padding: 30px 0 !important;
    }
    #blue-block-content.text-center, .work-life-title .text-center {
        text-align: left;
    }
    #hide-image.flip-right-image-p0 {
        display: none;
    }
    .er-coverage-title .text-center {
        text-align: left;
    }
    .er-coverage-title .h-center-divider, .work-life-title .h-center-divider {
        margin: 20px 0 31px;
    }
    .work-life-section {
        padding: 37px 0 60px;
    }
    .work-life-content {
        padding:0 0 30px 0;
    }
    /* Review Study Block CSS */
    .review-study-block {
        padding: 51px 0 0px;
    }
    .review-study-block [class*="col-"]:nth-child(n) {
        padding-bottom: 50px;
    }
    /* Patients Stats CSS */
    .patients-stats-block {
        padding:2.75rem 0 1rem;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .stats-table {
        display: block;
    }
    .stats-image-block {
        display: table;
        float: left;
        text-align: center;
        padding-top: 30px;
    }
    .stats-text-block {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding: 30px 30px;
        text-align: left;
    }
    .patients-stats-block .row.pt3 {
        padding: 0 !important;
    }
    .stats-text-block-10 {
        text-align: center;
        padding-top: 0px;
    }
    /* ///////////// SCREEN-767PX-SURGICAL PROGRAM PAGE RESPONSIVE ////////////// */
    #alignment-change.orange-block.text-center {
        text-align: center;
    }
    .orange-block.text-center {
        text-align: left;
    }
    .evedence-base-block {
        padding: 50px 0;
    }
    /* Four Block Section */
    .four-block-first-row, .four-block-second-row {
        background: none;
    }
    .four-block-first-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        margin-top: 43px;
        padding: 55px 36px;
    }
    .four-block-first-row .trauma-surgery-block {
        background-color: #455560;
        padding: 55px 36px;
    }
    .four-block-second-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        padding: 55px 36px;
    }
    .four-block-second-row .trauma-surgery-block {
        background-color: #455560;
        margin-bottom: 43px;
        padding: 55px 36px;
    }
    .four-block-second-row .acute-care-surgery-block .font-white-color {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn:hover,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:active,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    .four-block-second-row .trauma-surgery-block .font-grey-color {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn:hover,.four-block-second-row .trauma-surgery-block .white-surgery-btn:active,.four-block-second-row .trauma-surgery-block .white-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    /* Testimonial Block CSS */
    .testimonial-title {
        padding: 56px 0 0;
    }
    .testimonial-block {
        padding: 0 0 10px;
        margin-left: 0 !important;
    }
    .shadow-effect .text-center {
        text-align: center;
    }
    #orange-testimonials .owl-nav .owl-next, #blue-testimonials .owl-nav .owl-next, #grey-testimonials .owl-nav .owl-next {
        right: -75px;
    }
    #orange-testimonials .owl-nav .owl-prev, #blue-testimonials .owl-nav .owl-prev, #grey-testimonials .owl-nav .owl-prev {
        left: -75px;
    }
    /* ACUTE CARE SURGERY PAGE CSS */
    .acute-care-block, .neuro-surgery-block, .trauma-surgery-page-block, .orthopedic-surgery-block {
        padding: 30px 25px;
    }
    /* //////////////////// SCREEN-767PX-JOIN OUR TEAM PAGE CSS //////////////////// */
    /* Affiliates Offers CSS */
    #sky-blue-text.text-center {
        text-align: left;
    }
    .affiliates-offers-block {
        padding: 2.56rem 1.563rem 2.813rem;
    }
    .offer-image-block {
        display: table-cell;
        padding-bottom: 60px;
    }
    .offer-text-block {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 30px 60px;
        text-align: left;
    }
    .affiliates-offers-block .pt5 {
        padding: 0 !important;
    }
    /* Experience Details CSS */
    .join-our-team-first-row {
        background: none;
    }
    .join-our-team-second-row {
        background: none;
    }
    .join-our-team-second-row .career-left-block {
        margin-bottom: 43px;
    }
    .join-our-team-first-row .career-left-block, .join-our-team-second-row .career-right-block {
        background-color: #ECEDEF;
        padding: 55px 43px 88px 36px;
    }
    .join-our-team-first-row .career-right-block, .join-our-team-second-row .career-left-block {
        background-color: #469FB3;
        padding: 55px 43px 88px 36px;
    }
    .testimonial-title .h-center-divider {
        margin: 20px 0;
    }
    .join-our-team-first-row .career-left-block, .join-our-team-second-row .career-right-block {
        padding: 55px 35px 55px 35px;
    }
    .join-our-team-first-row .career-right-block, .join-our-team-second-row .career-left-block {
        padding: 55px 35px 55px 35px;
    }
    .testimonial-title .h-center-divider {
        margin: 20px auto;
    }
    /* //////////////////// SCREEN-767PX-ABOUT US PAGE CSS //////////////////// */
    #testimonial-block-btn.testimonial-block {
        padding: 0;
    }
    #display-block.flip-right-image {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 0 2.188rem !important;
    }
    .quility-emergency-block {
        padding: 2.813rem 0 2.375rem;
    }
    .join-samgi-btn {
        margin: 0px 0 65px;
    }
    .leadership-block {
        padding: 3.75rem 0 2.625rem;
    }
    .leadership-content-padding {
        padding: 0;
    }
    /* //////////////////// SCREEN-767PX-INSIGHT PAGE CSS //////////////////// */
    .insight-show-image {
        display: block;
        padding-bottom: 23px;
    }
    .insight-hide-image {
        display: none;
    }
    .insight-header-section {
        padding: 100px 0 0;
    }
    .insight-content-block {
        padding: 0;
    }
    .insight-title-padding {
        padding-bottom: 23px;
    }
    .events-details {
        padding: 28px 0 0;
        float: left;
        width: 100%;
    }
    .event-content {
        padding: 12px 0 10px;
        border-bottom: 1px #707070 solid;
    }
    .pagination-block {
        padding: 30px 0 60px;
    }
    .page-count {
        width: 80%;
    }
    .main-insight-block [class*='col-']:nth-child(3n+1) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n+2) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    /* //////////////////// SCREEN-767PX-CONTACT US PAGE CSS //////////////////// */
    /* Contact us Block CSS */
    .contact-us-page-block {
        padding: 3.5rem 0 2.5rem;
    }
    .follow-us-page-block {
        padding: 3.313rem 0 4.438rem;
    }
    .contact-us-info {
        padding-bottom: 30px;
    }
}
@media (max-width:667px) {
    .custome-container {
        width: 100%;
        max-width: 536px;
        padding: 0;
        margin: auto;
    }
    .overflow-text, .blog-item:hover .overflow-text {
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 142px;
        padding-bottom: 0px !important;
    }
    .overflow-title, .blog-item:hover .overflow-title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 73px;
        padding-bottom: 0px !important;
    }
    .popup-content {
        max-height: 460px;
        overflow-y: auto;
        height: 100%;
        padding: 0;
        margin: 25px;
        float: none;
        width: auto;
    }
    #style-4::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        background-color: #ECECEC;
        box-shadow: none;
    }
    #style-4::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
        box-shadow: none;
    }
    #style-4::-webkit-scrollbar-thumb {
        background-color: #D06F1A;
        border: none;
        border-radius: 5px;
        margin-left: 5px;
    }
    .popup-image {
        padding: 0;
        border: none;
        float: none;
        display: block;
        padding: 10px 0;
    }
    .popup-content .h-divider {
        background-color: #D06F1A;
        width: 50px;
        height: 3px;
        margin: 25px 0;
    }
    .details-sub-title {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 0.875rem;
        line-height: 1.125rem;
        color: #455560;
        padding-top: 10px;
    }
    /* //////////////////// SCREEN-667PX-INDEX PAGE CSS //////////////////// */
    /* Mobile Navigation */
    .mobile-menu-logo {
        float: left;
        width: 100%;
        padding: 22px 28px 0;
    }
    .logo-img {
        width: 100%;
        max-width: 180px;
        height: auto;
    }
    .down-arrow {
        display: block;
        margin-top: 4px;
        position: relative;
    }
    #toggle {
        display: block;
        width: 22px;
        height: 39px;
        padding: 22px 0;
    }
    .header-menu-bar {
        padding: 19px 0;
    }
    .toggle-menu {
        padding: 0;
        width: 66%;
    }
    .mobile-right {
        text-align: right;
        padding:0px;
        width: 34%;
        position: relative;
    }
    .mobile-contact-info {
        background-color: #D06F1A;
        position: absolute;
        top: 30px;
        right: 0;
    }
    .main-menu {
        height: 100%;
        overflow-y: auto;
    }
    /* Banner Section CSS*/
    .banner-bottom-pad {
        padding-bottom: 3rem;
    }
    .banner-content-block {
        padding: 105px 120px 75px 0px;
    }
    .banner-content-block .h-divider {
        margin: 30px 0 20px;
    }
    .title-banner-content-block {
        padding: 103px 20px 114px 0 !important;
    }
    /* Three Column Section */
    .blue-block, .orange-block, .sky-blue-block {
        width: 100%;
        max-width: 100%;
    }
    .blue-block, .orange-block {
        padding: 53px 35px;
    }
    .sky-blue-block {
        padding: 53px 40px;
    }
    .sky-blue-block.wrapper-100, .orange-block.wrapper-100, .blue-block.wrapper-100 {
        padding: 25px;
    }
    /* Brief Block */
    .brief-block {
        padding: 3.6rem 1rem 3.4rem;
        width: 100%;
        max-width: 100%;
    }
    .brief-block .pb4{
        padding-bottom: 1.5rem !important;
    }
    .brief-section .h-center-divider {
        margin: 30px auto 27px;
    }
    .orng-link i{
        margin: 2px 0 2px 10px;
    }
    /* Surgical Affiliates CSS */
    .surgical-affiliates-block {
        padding: 3.2rem 0 3rem;
    }
    .surgical-affiliates-text {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .surgical-affiliates-text .header3-sentence-font35.pb2 {
        padding-bottom: 1.5rem !important;
    }
    .surgical-affiliates-text .paragraph-base-font16.pb1 {
        padding-bottom: 2rem !important;
    }
    .question-block {
        padding: 10px;
        margin: 0;
    }
    .form-group {
        padding-bottom: 5px;
    }
    .surgical-affiliates-block .form-group input {
        width: 100% !important;
        border-radius: 12px;
        float: left;
    }
    .next-button {
        border-radius: 12px;
        background-color: #D06F1A;
        width: 100%;
        margin-top: 10px;
    }

    /* Insight And News CSS */
    #carousel-container.custome-container {
        width: 100%;
        max-width: 536px;
        margin: auto;
        position: relative;
    }
    #carousel-container .h-center-divider {
        margin: 21px auto 22px;
    }
    .insight-news-block {
        padding: 2.3rem 0 5rem;
    }
    .r11:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 105%;
    }
    .item {
        width: 100%;
        float: left;
    }
    .blog-item {
        padding: 0 !important;
        margin: 10px 0;
    }
    .blog-item img {
        position: relative;
    }
    .news-content-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    /* Hide On Hover Content Of Insight Block */
    .hide-on-hover {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 20px;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item:hover .hide-on-hover {
        display: none;
    }
    .display-none {
        display: none;
    }
    .mobile-blog-divider {
        display: block;
        width: 50px;
        height: 3px;
        background-color: #D06F1A;
        margin: 20px 0 0;
    }
    .mobile-blog-divider {
        padding: 0 !important;
    }
    .color-white {
        color: #ffffff;
    }
    /* Insight Block Hover Content Design */
    .blog-item-hover-content {
        padding:2rem 1.8rem 5rem;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-backface-visibility: hidden;
    }
    .blog-item:hover .blog-item-hover-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        visibility: visible;
        opacity: 1;
        position: relative;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item-hover-content.text-center {
        text-align: left !important;
    }
    .blog-item-hover-content .mobile-blog-divider {
        margin-bottom: 20px;
    }
    .desktop-hide {
        display: block;
    }
    .read-more-text {
        left: auto;
        bottom: 31px;
        right: 31px;
        text-align: right;
    }
    .read-more-text i{
        color: #ffffff;
    }
    .read-more-text:hover i, .read-more-text:active i, .read-more-text:focus i{
        color: #35BDB2;
    }
    .blog-item:hover .blog-item-hover-content a {
        text-align: right !important;
        display: block;
    }
    .blog-item:hover .read-more-text:before {
        color: #ffffff !important;
    }
    /* Lets Talk Section */
    .lets-talk-content {
        width: 100%;
        max-width: 350px;
        margin: auto;
        padding-bottom: 0.8rem;
    }
    .submit-btn {
        margin: 10px auto;
    }
    .lets-talk-content .pb4 {
        padding-bottom: 1rem !important;
    }
    /* Partner CSS */
    .partner-block1 {
        padding-top: 2.5rem;
    }
    .partner-section .h-center-divider {
        margin: 32px auto 41px;
    }
    .partner-img-padding:first-child {
        padding-left: 15px !important;
    }
    .partner-img-padding:last-child {
        padding-right: 15px !important;
    }
    .partner-img-padding {
        width: 50% !important;
    }
    /* Footer CSS */
    .footer-block {
        padding: 45px 0 32px;
        text-align: center !important;
    }
    .footer-logo {
        width: 100%;
        height: auto;
        max-width: 182px;
    }
    .footer-paragraph {
        padding-top: 1.5rem;
    }
    .footer-mail, .footer-contact, .d-none {
        display: none !important;
    }
    .footer-contact-items {
        width: 100%;
        float: none;
    }
    .footer-social {
        float: none;
        margin: 1.875rem auto 0;
    }
    .footer-social-block {
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    .follow-us-social-block {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    /* Copyright Section */
    .block-width {
        width: 100%;
        max-width: 580px;
        margin: auto;
        text-align: center;
    }
    .copyright-text {
        padding: 0;
        float: none;
    }
    .divider {
        display: none;
    }
    .copyright-links {
        float: none;
        text-align: center;
        display: table;
        margin: auto;
    }
    .privacy-text, .sitemap-text {
        display: table-cell;
        padding-top: 5px;
    }
    .privacy-text a, .sitemap-text a {
        padding: 0 4px;
    }
    .copyright-links {
        position: relative;
    }
    .copyright-links:after {
        content: '';
        position: absolute;
        top: 7px;
        bottom: 0px;
        left: 52%;
        z-index: 0;
        border: 1px solid #35BDB2;
    }
    .w-122 {
        width: 122px;
    }
    /* //////////////////// SCREEN-667PX-HOW WE HELP PAGE CSS //////////////////// */
    .patients-benefit {
        padding: 40px 0;
    }
    .padding-right-none {
        padding: 0 !important;
    }
    #er-coverage-section.pt5.pb5 {
        padding: 30px 0 !important;
    }
    #blue-block-content.text-center, .work-life-title .text-center {
        text-align: left;
    }
    #hide-image.flip-right-image-p0 {
        display: none;
    }
    .er-coverage-title .text-center {
        text-align: left;
    }
    .er-coverage-title .h-center-divider, .work-life-title .h-center-divider {
        margin: 20px 0 31px;
    }
    .work-life-section {
        padding: 37px 0 60px;
    }
    .work-life-content {
        padding:0 0 30px 0;
    }
    /* Review Study Block CSS */
    .review-study-block {
        padding: 51px 0 13px;
    }
    .review-study-block [class*="col-"]:nth-child(n) {
        padding-bottom: 60px;
    }
    /* Patients Stats CSS */
    .patients-stats-block {
        padding:2.75rem 0 1rem;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .stats-table {
        display: block;
    }
    .stats-image-block {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        padding-top: 30px;
    }
    .stats-text-block {
        width: 100%;
        vertical-align: top;
        padding: 30px 0 30px 0;
        text-align: center;
        float: none;
    }
    .patients-stats-block .row.pt3 {
        padding: 0 !important;
    }
    .stats-text-block-10 {
        text-align: center;
        padding-top: 0px;
    }
    /* ///////////// SCREEN-667PX-SURGICAL PROGRAM PAGE RESPONSIVE ////////////// */
    .orange-block.text-center {
        text-align: left;
    }
    /* Four Block Section */
    .four-block-first-row, .four-block-second-row {
        background: none;
    }
    .four-block-first-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        margin-top: 43px;
        padding: 55px 43px 88px 36px;
    }
    .four-block-first-row .trauma-surgery-block {
        background-color: #455560;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .trauma-surgery-block {
        background-color: #455560;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .acute-care-surgery-block .font-white-color {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn:hover,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:active,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    .four-block-second-row .trauma-surgery-block .font-grey-color {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn:hover,.four-block-second-row .trauma-surgery-block .white-surgery-btn:active,.four-block-second-row .trauma-surgery-block .white-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    /* Testimonial Block CSS */
    .testimonial-title {
        padding: 35px 0 0;
    }
    .testimonial-block {
        padding: 0 0 25px;
        margin-left: 0 !important;
    }
    .shadow-effect .text-center {
        text-align: left;
    }
    #orange-testimonials .item, #blue-testimonials .item, #grey-testimonials .item {
        width: 100%;
        max-width: 440px !important;
        margin:0 !important;
    }
    #orange-testimonials.owl-carousel .owl-dots, #blue-testimonials.owl-carousel .owl-dots, #grey-testimonials.owl-carousel .owl-dots {
        display: block;
    }
    #blue-testimonials.owl-carousel .owl-dots .owl-dot.active {
        background-color: #D06F1A;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    #blue-testimonials.owl-carousel .owl-dots .owl-dot.active::before {
        content: '';
        border: 1px #D06F1A solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    .owl-carousel .owl-dots {
        position: relative;
        width: 100%;
        height: 10px;
        text-align: center;
        margin: 35px 0 20px;
    }
    .owl-carousel .owl-dots .owl-dot {
        background-color: #ffffff;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    .owl-carousel .owl-dots .owl-dot.active {
        background-color: #35BDB2;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    .owl-carousel .owl-dots .owl-dot.active::before {
        content: '';
        border: 1px #35BDB2 solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    .owl-carousel .owl-dots .owl-dot::before {
        content: '';
        border: 1px #ffffff solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    .owl-item.active.center {
        margin-right: -170px !important;
    }
    #orange-testimonials .shadow-effect, #blue-testimonials .shadow-effect, #grey-testimonials .shadow-effect{
        padding: 43px 25px 43px !important;
        text-align: left !important;
    }
    #orange-testimonials .owl-nav .owl-prev, #blue-testimonials .owl-nav .owl-prev, #grey-testimonials .owl-nav .owl-prev {
        display: none;
    }
    #orange-testimonials .owl-nav .owl-next {
        right: 0px;
        width: 63px;
        height: 100%;
    }
    #blue-testimonials .owl-nav .owl-next {
        right: 0px;
        width: 63px;
        height: 100%;
    }
    #grey-testimonials .owl-nav .owl-next {
        right: 0px;
        width: 63px;
        height: 100%;
    }
    /* //////////////////// SCREEN-667PX-JOIN OUR TEAM PAGE CSS //////////////////// */
    /* Affiliates Offers CSS */
    #sky-blue-text.text-center {
        text-align: left;
    }
    .affiliates-offers-block {
        padding: 2.56rem 0 3.813rem;
    }
    .affiliates-offers-block .text-left {
        text-align: center;
    }
    .affiliates-offers-block .d-table {
        width: 100%;
    }
    .offer-image-block {
        width: 100%;
        display: block;
        float: none;
        padding-bottom: 0;
        text-align: center;
    }
    .offer-text-block {
        width: 100%;
        display: block;
        float: none;
        vertical-align: top;
        padding: 25px 0 62px;
        text-align: center;
    }
    .affiliates-offers-block .pt5 {
        padding: 0 !important;
    }
    /* Experience Details CSS */
    .join-our-team-first-row {
        background: none;
    }
    .join-our-team-second-row {
        background: none;
    }
    .join-our-team-first-row .career-left-block, .join-our-team-second-row .career-right-block {
        background-color: #ECEDEF;
        padding: 55px 43px 88px 36px;
    }
    .join-our-team-first-row .career-right-block, .join-our-team-second-row .career-left-block {
        background-color: #469FB3;
        padding: 55px 43px 88px 36px;
    }
    .testimonial-title .h-center-divider {
        margin: 20px 0;
    }
    /* //////////////////// SCREEN-667PX-ABOUT US PAGE CSS //////////////////// */
    #display-block.flip-right-image {
        display: block;
        padding: 0 0 2.188rem !important;
    }
    .testimonial-title .text-center {
        text-align: left;
    }
    .g-h-center-divider {
        margin: 22px 0;
    }
    .quility-emergency-block {
        padding: 2.813rem 0 2.375rem;
    }
    .join-samgi-btn {
        margin: 35px 0 45px;
    }
    .leadership-block {
        padding: 3.75rem 0 2.625rem;
    }
    .leadership-content-padding {
        padding: 0;
    }
    /* //////////////////// SCREEN-667PX-INSIGHT PAGE CSS //////////////////// */
    .insight-show-image {
        display: block;
        padding-bottom: 23px;
    }
    .insight-hide-image {
        display: none;
    }
    .insight-header-section {
        padding: 100px 0 0;
    }
    .insight-content-block {
        padding: 0;
    }
    .insight-title-padding {
        padding-bottom: 23px;
    }
    .insight-block {
        padding: 0;
    }
    .category-navigation {
        padding: 0;
    }
    .category-details {
        padding: 0;
    }
    .events-details {
        padding: 28px 0 0;
        float: left;
        width: 100%;
    }
    .event-content {
        padding: 12px 0 10px;
        border-bottom: 1px #707070 solid;
    }
    .pagination-block {
        padding: 30px 0 60px;
        text-align: center;
    }
    .pagination {
        width: auto !important;
        margin: 0 !important;
    }
    .page-count {
        width: 18%;
        float: none;
        margin: auto;
        padding-bottom: 20px;
    }
    .next-btn {
        width: 100%;
        display: block;
        text-align: center;
    }
    .main-insight-block [class*='col-']:nth-child(3n+1) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n+2) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    /* //////////////////// SCREEN-667PX-CONTACT US PAGE CSS //////////////////// */
    /* Contact us Block CSS */
    .contact-us-page-block {
        padding: 3.5rem 0 2.5rem;
    }
    .follow-us-page-block {
        padding: 3.313rem 0 4.438rem;
    }
}
@media (max-width:568px) {
    .custome-container {
        width: 100%;
        max-width: 382px;
        padding: 0;
        margin: auto;
    }
    .overflow-text, .blog-item:hover .overflow-text {
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 142px;
        padding-bottom: 0px !important;
    }
    .overflow-title, .blog-item:hover .overflow-title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 80px;
        padding-bottom: 3px !important;
    }
    br {
        display: none;
    }
    .popup-content {
        max-height: 460px;
        overflow-y: auto;
        height: 100%;
        padding: 0 10px 0 0;
        margin: 25px;
        float: none;
        width: auto;
    }
    .popup-image {
        padding: 0;
        border: none;
        float: none;
        display: block;
        padding:0;
    }
    .popup-close {
        right: -12px;
        top: -12px;
    }
    .popup-content .h-divider {
        background-color: #D06F1A;
        width: 50px;
        height: 3px;
        margin: 25px 0;
    }
    .details-sub-title {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 0.875rem;
        line-height: 1.125rem;
        color: #455560;
        padding-top: 10px;
    }
    /* //////////////////// SCREEN-568PX-INDEX PAGE CSS //////////////////// */
    /* Mobile Navigation */
    .logo-img {
        width: 100%;
        max-width: 180px;
        height: auto;
    }
    .down-arrow {
        display: block;
        margin-top: 9px;
        position: relative;
    }
    #toggle {
        display: block;
        width: 22px;
        height: 39px;
        padding: 19px 0;
    }
    .header-menu-bar {
        padding: 19px 0;
    }
    .toggle-menu {
        padding: 0;
        width: 74%;
    }
    .mobile-right {
        text-align: right;
        padding:0px;
        width: 26%;
        position: relative;
    }
    .mobile-contact-info {
        background-color: #D06F1A;
        position: absolute;
        top: 34px;
        right: 0;
    }
    /* Banner Section CSS*/
    .banner-bottom-pad {
        padding-bottom: 3rem;
    }
    .banner-content-block {
        padding: 105px 21px 75px 0px;
    }
    .banner-content-block .h-divider {
        margin: 30px 0 20px;
    }
    .title-banner-content-block {
        padding: 103px 20px 114px 0 !important;
    }
    /* Three Column Section */
    .blue-block, .orange-block, .sky-blue-block {
        width: 100%;
        max-width: 100%;
    }
    .blue-block, .orange-block {
        padding: 53px 35px;
    }
    .sky-blue-block {
        padding: 53px 40px;
    }
    .sky-blue-block.wrapper-100, .orange-block.wrapper-100, .blue-block.wrapper-100 {
        padding: 25px;
    }
    /* Brief Block */
    .brief-block {
        padding: 3.6rem 1rem 3.4rem;
        width: 100%;
        max-width: 100%;
    }
    .brief-block .pb4{
        padding-bottom: 1.5rem !important;
    }
    .brief-section .h-center-divider {
        margin: 30px auto 27px;
    }
    .orng-link i{
        margin: 2px 0 2px 10px;
    }
    /* Surgical Affiliates CSS */
    .surgical-affiliates-block {
        padding: 3.2rem 0 3rem;
    }
    .surgical-affiliates-text {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .surgical-affiliates-text .header3-sentence-font35.pb2 {
        padding-bottom: 1.5rem !important;
    }
    .surgical-affiliates-text .paragraph-base-font16.pb1 {
        padding-bottom: 2rem !important;
    }
    .question-block {
        padding: 10px;
        margin: 0;
    }
    .form-group {
        padding-bottom: 5px;
    }
    .dropdown-toggle-btn {
        width: 100%;
        height: 50px;
        float: left;
        border-radius: 12px;
        padding: 0 20px;
    }
    .dropdown-menu {
        width: 100%;
        top: 55px;
        padding: 5px 0;
    }
    .next-button {
        border-radius: 12px;
        background-color: #D06F1A;
        width: 100%;
        margin-top: 10px;
    }
    /* Insight And News CSS */
    #carousel-container.custome-container {
        width: 100%;
        max-width: 382px;
        margin: auto;
        position: relative;
    }
    #carousel-container .h-center-divider {
        margin: 21px auto 22px;
    }
    .insight-news-block {
        padding: 2.3rem 0 5rem;
    }
    .r11:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 105%;
    }
    .item {
        width: 100%;
        float: left;
    }
    .blog-item {
        padding: 0 !important;
        margin: 10px 0;
    }
    .blog-item img {
        position: relative;
    }
    .news-content-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    /* Hide On Hover Content Of Insight Block */
    .hide-on-hover {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 20px;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item:hover .hide-on-hover {
        display: none;
    }
    .display-none {
        display: none;
    }
    .mobile-blog-divider {
        display: block;
        width: 50px;
        height: 3px;
        background-color: #D06F1A;
        margin: 20px 0 0;
    }
    .mobile-blog-divider {
        padding: 0 !important;
    }
    .color-white {
        color: #ffffff;
    }
    /* Insight Block Hover Content Design */
    .blog-item-hover-content {
        padding:2rem 1.8rem 5rem;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-backface-visibility: hidden;
    }
    .blog-item:hover .blog-item-hover-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        visibility: visible;
        opacity: 1;
        position: relative;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item-hover-content.text-center {
        text-align: left !important;
    }
    .blog-item-hover-content .mobile-blog-divider {
        margin-bottom: 20px;
    }
    .desktop-hide {
        display: block;
    }
    .read-more-text {
        left: auto;
        bottom: 31px;
        right: 31px;
        text-align: right;
    }
    .read-more-text i{
        color: #ffffff;
    }
    .read-more-text:hover i, .read-more-text:active i, .read-more-text:focus i{
        color: #35BDB2;
    }
    .blog-item:hover .blog-item-hover-content a {
        text-align: right !important;
        display: block;
    }
    .blog-item:hover .read-more-text:before {
        color: #ffffff !important;
    }
    /* Lets Talk Section */
    .lets-talk-content {
        width: 100%;
        max-width: 350px;
        margin: auto;
        padding-bottom: 0.8rem;
    }
    .submit-btn {
        margin: 10px auto;
    }
    .lets-talk-content .pb4 {
        padding-bottom: 1rem !important;
    }
    /* Partner CSS */
    .partner-block1 {
        padding-top: 2.5rem;
    }
    .partner-section .h-center-divider {
        margin: 32px auto 41px;
    }
    .partner-img-padding:first-child {
        padding-left: 15px !important;
    }
    .partner-img-padding:last-child {
        padding-right: 15px !important;
    }
    .partner-img-padding {
        width: 50% !important;
    }
    /* Footer CSS */
    .footer-block {
        padding: 45px 0 32px;
        text-align: center !important;
    }
    .footer-logo {
        width: 100%;
        height: auto;
        max-width: 182px;
    }
    .footer-paragraph {
        padding-top: 1.5rem;
    }
    .footer-mail, .footer-contact, .d-none {
        display: none !important;
    }
    .footer-contact-items {
        width: 100%;
        float: none;
    }
    .footer-social {
        float: none;
        margin: 1.875rem auto 0;
    }
    .footer-social-block {
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    .follow-us-social-block {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    /* Copyright Section */
    .block-width {
        width: 100%;
        max-width: 580px;
        margin: auto;
        text-align: center;
    }
    .copyright-text {
        padding: 0;
        float: none;
    }
    .divider {
        display: none;
    }
    .copyright-links {
        float: none;
        text-align: center;
        display: table;
        margin: auto;
    }
    .privacy-text, .sitemap-text {
        display: table-cell;
        padding-top: 5px;
    }
    .privacy-text a, .sitemap-text a {
        padding: 0 4px;
    }
    .copyright-links {
        position: relative;
    }
    .copyright-links:after {
        content: '';
        position: absolute;
        top: 7px;
        bottom: 0px;
        left: 52%;
        z-index: 0;
        border: 1px solid #35BDB2;
    }
    .w-122 {
        width: 122px;
    }
    /* //////////////////// SCREEN-568PX-HOW WE HELP PAGE CSS //////////////////// */
    .patients-benefit {
        padding: 40px 0;
    }
    #er-coverage-section.pt5.pb5 {
        padding: 30px 0 !important;
    }
    #blue-block-content.text-center, .work-life-title .text-center {
        text-align: left;
    }
    #hide-image.flip-right-image-p0 {
        display: none;
    }
    .er-coverage-title .text-center {
        text-align: left;
    }
    .er-coverage-title .h-center-divider, .work-life-title .h-center-divider {
        margin: 20px 0 31px;
    }
    .work-life-section {
        padding: 37px 0 60px;
    }
    .work-life-content {
        padding:0 0 30px 0;
    }
    /* Review Study Block CSS */
    .review-study-block {
        padding: 51px 0 13px;
    }
    .review-study-block [class*="col-"]:nth-child(n) {
        padding-bottom: 60px;
    }
    /* Patients Stats CSS */
    .patients-stats-block {
        padding:2.75rem 0 1rem;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .stats-table {
        display: block;
    }
    .stats-image-block {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        padding-top: 30px;
    }
    .stats-text-block {
        width: 100%;
        vertical-align: top;
        padding: 30px 0 30px 0;
        text-align: center;
        float: none;
    }
    .patients-stats-block .row.pt3 {
        padding: 0 !important;
    }
    .stats-text-block-10 {
        text-align: center;
        padding-top: 0px;
    }
    /* ///////////// SCREEN-568PX-SURGICAL PROGRAM PAGE RESPONSIVE ////////////// */
    .orange-block.text-center {
        text-align: left;
    }
    /* Four Block Section */
    .four-block-first-row, .four-block-second-row {
        background: none;
    }
    .four-block-first-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        margin-top: 43px;
        padding: 55px 43px 88px 36px;
    }
    .four-block-first-row .trauma-surgery-block {
        background-color: #455560;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .trauma-surgery-block {
        background-color: #455560;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .acute-care-surgery-block .font-white-color {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn:hover,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:active,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    .four-block-second-row .trauma-surgery-block .font-grey-color {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn:hover,.four-block-second-row .trauma-surgery-block .white-surgery-btn:active,.four-block-second-row .trauma-surgery-block .white-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    /* Testimonial Block CSS */
    .testimonial-title {
        padding: 56px 0 0;
    }
    .testimonial-block {
        padding: 0 0 56px;
    }
    .blue-background-color .testimonial-block {
        padding: 0 0 30px;
    }
    .blue-background-color .testimonial-block #blue-testimonials.owl-carousel .owl-dots {
        position: relative;
        width: 100%;
        height: 10px;
        text-align: center;
        margin: 35px 0 0;
    }
    .shadow-effect .text-center {
        text-align: left;
    }
    #orange-testimonials .item, #blue-testimonials .item, #grey-testimonials .item {
        width: 100%;
        max-width: 310px !important;
        margin:0 !important;
    }
    #orange-testimonials.owl-carousel .owl-dots, #blue-testimonials.owl-carousel .owl-dots, #grey-testimonials.owl-carousel .owl-dots {
        display: block;
    }
    .owl-carousel .owl-dots .owl-dot {
        background-color: #ffffff;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    .owl-carousel .owl-dots .owl-dot.active {
        background-color: #35BDB2;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    .owl-carousel .owl-dots .owl-dot.active::before {
        content: '';
        border: 1px #35BDB2 solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    .owl-carousel .owl-dots .owl-dot::before {
        content: '';
        border: 1px #ffffff solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    .owl-item.active.center {
        margin-right: -170px !important;
    }
    #orange-testimonials .shadow-effect, #blue-testimonials .shadow-effect, #grey-testimonials .shadow-effect{
        padding: 43px 25px 43px !important;
        text-align: left !important;
    }
    #orange-testimonials .owl-nav .owl-prev, #blue-testimonials .owl-nav .owl-prev, #grey-testimonials .owl-nav .owl-prev {
        display: none;
    }
    #orange-testimonials .owl-nav .owl-next {
        right: 0px;
        width: 63px;
        height: 100%;
    }
    #blue-testimonials .owl-nav .owl-next {
        right: 0px;
        width: 63px;
        height: 100%;
    }
    #grey-testimonials .owl-nav .owl-next {
        right: 0px;
        width: 63px;
        height: 100%;
    }
    /* //////////////////// SCREEN-568PX-JOIN OUR TEAM PAGE CSS //////////////////// */
    /* Affiliates Offers CSS */
    #sky-blue-text.text-center {
        text-align: left;
    }
    .affiliates-offers-block {
        padding: 2.56rem 0 0rem;
    }
    .offer-image-block {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    .offer-text-block {
        width: 100%;
        display: block;
        float: none;
        vertical-align: top;
        padding: 25px 0 62px;
        text-align: center;
    }
    .affiliates-offers-block .pt5 {
        padding: 0 !important;
    }
    /* Experience Details CSS */
    .join-our-team-first-row {
        background: none;
    }
    .join-our-team-second-row {
        background: none;
    }
    .join-our-team-first-row .career-left-block, .join-our-team-second-row .career-right-block {
        background-color: #ECEDEF;
        padding: 55px 43px 88px 36px;
    }
    .join-our-team-first-row .career-right-block, .join-our-team-second-row .career-left-block {
        background-color: #469FB3;
        padding: 55px 43px 88px 36px;
    }
    .testimonial-title .h-center-divider {
        margin: 20px 0;
    }
    /* //////////////////// SCREEN-568PX-ABOUT US PAGE CSS //////////////////// */
    #display-block.flip-right-image {
        display: block;
        padding: 0 0 2.188rem !important;
    }
    .testimonial-title .text-center {
        text-align: left;
    }
    .g-h-center-divider {
        margin: 22px 0;
    }
    .quility-emergency-block {
        padding: 2.813rem 0 2.375rem;
    }
    .join-samgi-btn {
        margin: 0px 0 55px;
    }
    .leadership-block {
        padding: 3.75rem 0 2.625rem;
    }
    .leadership-content-padding {
        padding: 0;
    }
    /* //////////////////// SCREEN-568PX-INSIGHT PAGE CSS //////////////////// */
    .insight-show-image {
        display: block;
        padding-bottom: 23px;
    }
    .insight-hide-image {
        display: none;
    }
    .insight-header-section {
        padding: 100px 0 0;
    }
    .insight-content-block {
        padding: 0;
    }
    .insight-title-padding {
        padding-bottom: 23px;
    }
    .insight-block {
        padding: 0;
    }
    .category-navigation {
        padding: 0;
    }
    .category-details {
        padding: 0;
    }
    .events-details {
        padding: 28px 0 0;
        float: left;
        width: 100%;
    }
    .event-content {
        padding: 12px 0 10px;
        border-bottom: 1px #707070 solid;
    }
    .pagination-block {
        padding: 30px 0 60px;
        text-align: center;
    }
    .pagination {
        width: auto !important;
        margin: 0 !important;
    }
    .page-count {
        width: 25%;
        float: none;
        margin: auto;
        padding-bottom: 20px;
    }
    .next-btn {
        width: 100%;
        display: block;
        text-align: center;
        margin: auto;
    }
    .main-insight-block [class*='col-']:nth-child(3n+1) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n+2) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    /* //////////////////// SCREEN-568PX-CONTACT US PAGE CSS //////////////////// */
    /* Contact us Block CSS */
    .contact-us-page-block {
        padding: 2rem 0 3rem;
    }
    .contact-us-page-block .h-divider {
        margin: 20px 0;
    }
    .follow-us-page-block {
        padding: 3.313rem 0 4.438rem;
    }
}
@media (max-width:414px) {
    .custome-container {
        width: 100%;
        max-width: 332px;
        padding: 0;
        margin: auto;
    }
    .overflow-text, .blog-item:hover .overflow-text {
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 142px;
        padding-bottom: 0px !important;
    }
    .overflow-title, .blog-item:hover .overflow-title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 73px;
        padding-bottom: 0px !important;
    }
    br {
        display: none;
    }
    /* Calculator Form */
    .calculator-form {
        padding: 10px 15px 24px;
    }
    /* //////////////////// SCREEN-414PX-INDEX PAGE CSS //////////////////// */
    /* Mobile Navigation */
    .logo-img {
        width: 100%;
        max-width: 180px;
        height: auto;
    }
    .down-arrow {
        display: block;
        margin-top: 4px;
        position: relative;
    }
    #toggle {
        display: block;
        width: 22px;
        height: 39px;
        padding: 15px 0;
    }
    .header-menu-bar {
        padding: 19px 0;
    }
    .toggle-menu {
        padding: 0;
        width: 77%;
    }
    .mobile-right {
        text-align: right;
        padding:0px;
        width: 23%;
        position: relative;
    }
    .mobile-contact-info {
        background-color: #D06F1A;
        position: absolute;
        top: 30px;
        right: 0;
    }
    /* Banner Section CSS*/
    .banner-bottom-pad {
        padding-bottom: 3rem;
    }
    .banner-content-block {
        padding: 105px 21px 75px 0px;
    }
    .banner-content-block .h-divider {
        margin: 30px 0 20px;
    }
    .title-banner-content-block {
        padding: 103px 0px 114px 0 !important;
    }
    /* Three Column Section */
    .blue-block, .orange-block, .sky-blue-block {
        width: 100%;
        max-width: 100%;
    }
    .blue-block, .orange-block {
        padding: 53px 35px;
    }
    .sky-blue-block {
        padding: 53px 40px;
    }
    .sky-blue-block.wrapper-100, .orange-block.wrapper-100, .blue-block.wrapper-100 {
        padding: 25px;
    }
    /* Brief Block */
    .brief-block {
        padding: 3.6rem 1rem 3.4rem;
        width: 100%;
        max-width: 100%;
    }
    .brief-block .pb4{
        padding-bottom: 1.5rem !important;
    }
    .brief-section .h-center-divider {
        margin: 30px auto 27px;
    }
    .orng-link i{
        margin: 2px 0 2px 10px;
    }
    /* Surgical Affiliates CSS */
    .surgical-affiliates-block {
        padding: 3.2rem 0 3rem;
    }
    .surgical-affiliates-text {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .surgical-affiliates-text .header3-sentence-font35.pb2 {
        padding-bottom: 1.5rem !important;
    }
    .surgical-affiliates-text .paragraph-base-font16.pb1 {
        padding-bottom: 2rem !important;
    }
    .question-block {
        padding: 10px;
        margin: 0;
    }
    .form-group {
        padding-bottom: 5px;
    }
    .dropdown-toggle-btn {
        width: 100%;
        height: 50px;
        float: left;
        border-radius: 12px;
        padding: 0 20px;
    }
    .dropdown-menu {
        width: 100%;
        top: 55px;
        padding: 5px 0;
    }
    .next-button {
        border-radius: 12px;
        background-color: #D06F1A;
        width: 100%;
        margin-top: 10px;
    }
    /* Insight And News CSS */
    #carousel-container.custome-container {
        width: 100%;
        max-width: 332px;
        margin: auto;
        position: relative;
    }
    #carousel-container .h-center-divider {
        margin: 21px auto 22px;
    }
    .insight-news-block {
        padding: 2.3rem 0 5rem;
    }
    .r11:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 105%;
    }
    .item {
        width: 100%;
        float: left;
    }
    .blog-item {
        padding: 0 !important;
        margin: 10px 0;
    }
    .blog-item img {
        position: relative;
    }
    .news-content-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    /* Hide On Hover Content Of Insight Block */
    .hide-on-hover {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 20px;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item:hover .hide-on-hover {
        display: none;
    }
    .display-none {
        display: none;
    }
    .mobile-blog-divider {
        display: block;
        width: 50px;
        height: 3px;
        background-color: #D06F1A;
        margin: 20px 0 0;
    }
    .mobile-blog-divider {
        padding: 0 !important;
    }
    .color-white {
        color: #ffffff;
    }
    /* Insight Block Hover Content Design */
    .blog-item-hover-content {
        padding:2rem 1.8rem 5rem;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-backface-visibility: hidden;
    }
    .blog-item:hover .blog-item-hover-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        visibility: visible;
        opacity: 1;
        position: relative;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item-hover-content.text-center {
        text-align: left !important;
    }
    .blog-item-hover-content .mobile-blog-divider {
        margin-bottom: 20px;
    }
    .desktop-hide {
        display: block;
    }
    .read-more-text {
        left: auto;
        bottom: 31px;
        right: 31px;
        text-align: right;
    }
    .read-more-text i{
        color: #ffffff;
    }
    .read-more-text:hover i, .read-more-text:active i, .read-more-text:focus i{
        color: #35BDB2;
    }
    .blog-item:hover .blog-item-hover-content a {
        text-align: right !important;
        display: block;
    }
    .blog-item:hover .read-more-text:before {
        color: #ffffff !important;
    }
    /* Lets Talk Section */
    .lets-talk-content {
        width: 100%;
        max-width: 350px;
        margin: auto;
        padding-bottom: 0.8rem;
    }
    .submit-btn {
        margin: 10px auto;
    }
    .lets-talk-content .pb4 {
        padding-bottom: 1rem !important;
    }
    /* Partner CSS */
    .partner-block1 {
        padding-top: 2.5rem;
    }
    .partner-section .h-center-divider {
        margin: 32px auto 41px;
    }
    .partner-img-padding:first-child {
        padding-left: 15px !important;
    }
    .partner-img-padding:last-child {
        padding-right: 15px !important;
    }
    .partner-img-padding {
        width: 50% !important;
    }
    /* Footer CSS */
    .footer-block {
        padding: 45px 0 32px;
        text-align: center !important;
    }
    .footer-logo {
        width: 100%;
        height: auto;
        max-width: 182px;
    }
    .footer-paragraph {
        padding-top: 1.5rem;
    }
    .footer-mail, .footer-contact, .d-none {
        display: none !important;
    }
    .footer-contact-items {
        width: 100%;
        float: none;
    }
    .footer-social {
        float: none;
        margin: 1.875rem auto 0;
    }
    .footer-social-block {
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    .follow-us-social-block {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    /* Copyright Section */
    .block-width {
        width: 100%;
        max-width: 580px;
        margin: auto;
        text-align: center;
    }
    .copyright-text {
        padding: 0;
        float: none;
    }
    .divider {
        display: none;
    }
    .copyright-links {
        float: none;
        text-align: center;
        display: table;
        margin: auto;
    }
    .privacy-text, .sitemap-text {
        display: table-cell;
        padding-top: 5px;
    }
    .privacy-text a, .sitemap-text a {
        padding: 0 4px;
    }
    .copyright-links {
        position: relative;
    }
    .copyright-links:after {
        content: '';
        position: absolute;
        top: 7px;
        bottom: 0px;
        left: 52%;
        z-index: 0;
        border: 1px solid #35BDB2;
    }
    .w-122 {
        width: 122px;
    }
    /* Testimonial Block CSS */
    .testimonial-title {
        padding: 45px 0 0;
    }
    .testimonial-block {
        padding: 0 0 56px;
        margin-left: 0px !important;
    }
    .testimonial-block #blue-testimonials .owl-stage-outer, .testimonial-block #grey-testimonials .owl-stage-outer, .testimonial-block #orange-testimonials .owl-stage-outer {
        margin-left: -50px !important;
    }
    .shadow-effect .text-center {
        text-align: left;
    }
    #orange-testimonials .item, #blue-testimonials .item, #grey-testimonials .item {
        width: 100%;
        max-width: 310px !important;
        margin:0 !important;
    }
    #orange-testimonials.owl-carousel .owl-dots, #blue-testimonials.owl-carousel .owl-dots, #grey-testimonials.owl-carousel .owl-dots {
        display: block;
    }
    .owl-carousel .owl-dots .owl-dot {
        background-color: #ffffff;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    .owl-carousel .owl-dots .owl-dot.active {
        background-color: #35BDB2;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    .owl-carousel .owl-dots .owl-dot.active::before {
        content: '';
        border: 1px #35BDB2 solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    #blue-testimonials.owl-carousel .owl-dots .owl-dot.active {
        background-color: #D06F1A;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    #blue-testimonials.owl-carousel .owl-dots .owl-dot.active::before {
        content: '';
        border: 1px #D06F1A solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    .owl-carousel .owl-dots .owl-dot::before {
        content: '';
        border: 1px #ffffff solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    #orange-testimonials .shadow-effect, #blue-testimonials .shadow-effect, #grey-testimonials .shadow-effect{
        padding: 43px 10px 43px 45px !important;
        text-align: left !important;
    }
    #orange-testimonials .owl-nav .owl-prev, #blue-testimonials .owl-nav .owl-prev, #grey-testimonials .owl-nav .owl-prev {
        display: none;
    }
    #orange-testimonials .owl-nav .owl-next {
        right: 0px;
        width: 63px;
        height: 100%;
    }
    #blue-testimonials .owl-nav .owl-next {
        right: 0px;
        width: 63px;
        height: 100%;
    }
    #grey-testimonials .owl-nav .owl-next {
        right: 0px;
        width: 63px;
        height: 100%;
    }
    /* //////////////////// SCREEN-414PX-HOW WE HELP PAGE CSS //////////////////// */
    .orange-background.video-frame::after {
        width: calc(100% - 42px);
        height: calc(100% - 44px);
    }
    .right-image-padding, .left-content-padding {
        padding: 0;
    }
    .better-work-life {
        padding: 40px 0 !important;
    }
    .patients-benefit-padding {
        padding: 40px 0 !important;
    }
    .er-coverage-title {
        padding-bottom: 0;
    }
    .er-coverage-title .h-center-divider {
        margin: 20px 0 !important;
    }
    .patients-benefit {
        padding: 40px 0;
    }
    #er-coverage-section.pt5.pb5 {
        padding: 30px 0 !important;
    }
    #blue-block-content.text-center, .work-life-title .text-center {
        text-align: left;
    }
    #hide-image.flip-right-image-p0 {
        display: none;
    }
    .er-coverage-title .text-center {
        text-align: left;
    }
    .er-coverage-title .h-center-divider, .work-life-title .h-center-divider {
        margin: 20px 0 31px;
    }
    .work-life-section {
        padding: 37px 0 60px;
    }
    .work-life-content {
        padding:0 0 30px 0;
    }
    /* Review Study Block CSS */
    .review-study-block {
        padding: 51px 0 13px;
    }
    .review-study-block [class*="col-"]:nth-child(n) {
        padding-bottom: 60px;
    }
    /* Patients Stats CSS */
    .patients-stats-block {
        padding:2.75rem 0 2.375rem;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .stats-table {
        display: block;
    }
    .stats-image-block {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        padding-top: 30px;
    }
    .stats-text-block {
        width: 100%;
        vertical-align: top;
        padding: 30px 0 30px 0;
        text-align: center;
        float: none;
    }
    .patients-stats-block .row.pt3 {
        padding: 0 !important;
    }
    .stats-text-block-10 {
        text-align: center;
        padding-top: 30px;
    }
    /* ///////////// SCREEN-414PX-SURGICAL PROGRAM PAGE RESPONSIVE ////////////// */
    .orange-block.text-center {
        text-align: left;
    }
    .custome-container.wrapper-100 {
        width: 100%;
        max-width: 100%;
    }
    /* Four Block Section */
    .four-block-second-row .trauma-surgery-block {
        background-color: #455560;
        margin-bottom: 0px;
        padding: 55px 36px;
    }
    .four-block-first-row, .four-block-second-row {
        background: none;
    }
    .four-block-first-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        margin-top: 43px;
        padding: 55px 43px 88px 36px;
    }
    .four-block-first-row .trauma-surgery-block {
        background-color: #455560;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .trauma-surgery-block {
        background-color: #455560;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .acute-care-surgery-block .font-white-color {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn:hover,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:active,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    .four-block-second-row .trauma-surgery-block .font-grey-color {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn:hover,.four-block-second-row .trauma-surgery-block .white-surgery-btn:active,.four-block-second-row .trauma-surgery-block .white-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    .acute-care-block, .neuro-surgery-block, .trauma-surgery-page-block, .orthopedic-surgery-block {
        padding: 46px 25px 46px;
    }
    /* //////////////////// SCREEN-414PX-JOIN OUR TEAM PAGE CSS //////////////////// */
    /* Affiliates Offers CSS */
    #sky-blue-text.text-center {
        text-align: left;
    }
    .affiliates-offers-block {
        padding: 2.56rem 0 2rem;
    }
    .offer-image-block {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    .offer-text-block {
        width: 100%;
        display: block;
        float: none;
        vertical-align: top;
        padding: 25px 0 62px;
        text-align: center;
    }
    .affiliates-offers-block .pt5 {
        padding: 0 !important;
    }
    /* Experience Details CSS */
    .join-our-team-first-row {
        background: none;
    }
    .join-our-team-second-row {
        background: none;
    }
    .join-our-team-second-row .career-left-block {
        margin-bottom: 0px;
    }
    .join-our-team-first-row .career-left-block, .join-our-team-second-row .career-right-block {
        background-color: #ECEDEF;
        padding: 55px 43px 88px 36px;
    }
    .join-our-team-first-row .career-right-block, .join-our-team-second-row .career-left-block {
        background-color: #469FB3;
        padding: 55px 43px 88px 36px;
    }
    .testimonial-title .h-center-divider {
        margin: 20px 0;
    }
    /* //////////////////// SCREEN-414PX-ABOUT US PAGE CSS //////////////////// */
    #display-block.flip-right-image {
        display: block;
        padding: 0 0 2.188rem !important;
    }
    .testimonial-title .text-center {
        text-align: left;
    }
    .g-h-center-divider {
        margin: 22px 0;
    }
    .quility-emergency-block {
        padding: 2.813rem 0 2.375rem;
    }
    .join-samgi-btn {
        margin: 0px 0 45px;
    }
    .leadership-block {
        padding: 3.75rem 0 2.625rem;
    }
    .leadership-content-padding {
        padding: 0;
    }
    /* //////////////////// SCREEN-414PX-INSIGHT PAGE CSS //////////////////// */
    .insight-show-image {
        display: block;
        padding-bottom: 23px;
    }
    .insight-hide-image {
        display: none;
    }
    .insight-header-section {
        padding: 100px 0 0;
    }
    .insight-content-block {
        padding: 0;
    }
    .insight-title-padding {
        padding-bottom: 23px;
    }
    .insight-block {
        padding: 0;
    }
    .category-navigation {
        padding: 0;
    }
    .category-details {
        padding: 0;
    }
    .events-details {
        padding: 28px 0 0;
        float: left;
        width: 100%;
    }
    .event-content {
        padding: 12px 0 10px;
        border-bottom: 1px #707070 solid;
    }
    .pagination-block {
        padding: 30px 0 60px;
        text-align: center;
    }
    .pagination {
        width: auto !important;
        margin: 0 !important;
    }
    .page-count {
        width: 35%;
        float: none;
        margin: auto;
        padding-bottom: 20px;
    }
    .next-btn {
        width: 100%;
        display: block;
        text-align: center;
    }
    .main-insight-block [class*='col-']:nth-child(3n+1) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n+2) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    /* //////////////////// SCREEN-414PX-CONTACT US PAGE CSS //////////////////// */
    /* Contact us Block CSS */
    .contact-us-page-block {
        padding: 2rem 0 3rem;
    }
    .follow-us-page-block {
        padding: 3.313rem 0 4.438rem;
    }
}
@media (max-width:375px) {
    .custome-container {
        width: 100%;
        max-width: 302px;
        padding: 0;
        margin: auto;
    }
    .overflow-text, .blog-item:hover .overflow-text {
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 100px;
        padding-bottom: 0px !important;
    }
    .overflow-title, .blog-item:hover .overflow-title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        display: -ms-box;
        max-height: 73px;
        padding-bottom: 0px !important;
    }
    br {
        display: none;
    }
    /* //////////////////// SCREEN-375PX-INDEX PAGE CSS //////////////////// */
    /* Mobile Navigation */
    .logo-img {
        width: 100%;
        max-width: 180px;
        height: auto;
    }
    .down-arrow {
        display: block;
        margin-top: 4px;
        position: relative;
    }
    #toggle {
        display: block;
        width: 22px;
        height: 39px;
        padding: 15px 0;
    }
    .header-menu-bar {
        padding: 19px 0;
    }
    .toggle-menu {
        padding: 0;
        width: 79%;
    }
    .mobile-right {
        text-align: right;
        padding:0px;
        width: 21%;
        position: relative;
    }
    .mobile-contact-info {
        background-color: #D06F1A;
        position: absolute;
        top: 30px;
        right: 0;
    }
    /* Banner Section CSS*/
    .banner-bottom-pad {
        padding-bottom: 3rem;
    }
    .banner-content-block {
        padding: 105px 0px 75px 0px;
    }
    .banner-content-block .h-divider {
        margin: 30px 0 20px;
    }
    .title-banner-content-block {
        padding: 103px 20px 114px 0;
    }
    /* Three Column Section */
    .blue-block, .orange-block, .sky-blue-block {
        width: 100%;
        max-width: 100%;
    }
    .blue-block, .orange-block {
        padding: 53px 35px;
    }
    .sky-blue-block {
        padding: 53px 40px;
    }
    .sky-blue-block.wrapper-100, .orange-block.wrapper-100, .blue-block.wrapper-100 {
        padding: 25px;
    }
    /* Brief Block */
    .brief-block {
        padding: 3.6rem 0rem 3.4rem;
        width: 100%;
        max-width: 100%;
    }
    .brief-block .pb4{
        padding-bottom: 1.5rem !important;
    }
    .brief-section .h-center-divider {
        margin: 30px auto 27px;
    }
    .orng-link i {
        margin: 2px 0 2px 10px;
    }
    /* Surgical Affiliates CSS */
    .surgical-affiliates-block {
        padding: 3.2rem 0 3rem;
    }
    .surgical-affiliates-text {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .surgical-affiliates-text .header3-sentence-font35.pb2 {
        padding-bottom: 1.5rem !important;
    }
    .question-block {
        padding: 10px;
        margin: 0;
    }
    .form-group {
        padding-bottom: 5px;
    }
    .dropdown-toggle-btn {
        width: 100%;
        height: 50px;
        float: left;
        border-radius: 12px;
        padding: 0 20px;
    }
    .dropdown-menu {
        width: 100%;
        top: 55px;
        padding: 5px 0;
    }
    .next-button {
        border-radius: 12px;
        background-color: #D06F1A;
        width: 100%;
        margin-top: 10px;
    }
    /* Insight And News CSS */
    #carousel-container.custome-container {
        width: 100%;
        max-width: 302px;
        margin: auto;
        position: relative;
    }
    #carousel-container .h-center-divider {
        margin: 21px auto 22px;
    }
    .insight-news-block {
        padding: 2.3rem 0 5rem;
    }
    .r11:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 105%;
    }
    .item {
        width: 100%;
        float: left;
    }
    .blog-item {
        padding: 0 !important;
        margin: 10px 0;
    }
    .blog-item img {
        position: relative;
    }
    .news-content-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    /* Hide On Hover Content Of Insight Block */
    .hide-on-hover {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item:hover .hide-on-hover {
        display: none;
    }
    .display-none {
        display: none;
    }
    .mobile-blog-divider {
        display: block;
        width: 50px;
        height: 3px;
        background-color: #D06F1A;
        margin: 20px 0 0;
    }
    .mobile-blog-divider {
        padding: 0 !important;
    }
    .color-white {
        color: #ffffff;
    }
    /* Insight Block Hover Content Design */
    .blog-item-hover-content {
        padding:2.188rem 1.5rem 2.8rem;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-backface-visibility: hidden;
    }
    .blog-item:hover .blog-item-hover-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        visibility: visible;
        opacity: 1;
        position: relative;
        background-color: rgba(69, 85, 96, 0.85);
        text-align: left;
    }
    .blog-item-hover-content.text-center {
        text-align: left !important;
    }
    .blog-item-hover-content .mobile-blog-divider {
        margin-bottom: 20px;
    }
    .desktop-hide {
        display: block;
    }
    .read-more-text {
        left: auto;
        bottom: 31px;
        right: 31px;
        text-align: right;
    }
    .read-more-text i{
        color: #ffffff;
    }
    .read-more-text:hover i, .read-more-text:active i, .read-more-text:focus i{
        color: #35BDB2;
    }
    .blog-item:hover .blog-item-hover-content a {
        text-align: right !important;
        display: block;
    }
    .blog-item:hover .read-more-text:before {
        color: #ffffff !important;
    }
    /* Lets Talk Section */
    .lets-talk-content {
        width: 100%;
        max-width: 350px;
        margin: auto;
        padding-bottom: 0.8rem;
    }
    .submit-btn {
        margin: 10px auto;
    }
    /* Partner CSS */
    .partner-block1 {
        padding-top: 2.5rem;
    }
    .partner-section .h-center-divider {
        margin: 32px auto 41px;
    }
    .partner-img-padding:first-child {
        padding-left: 15px !important;
    }
    .partner-img-padding:last-child {
        padding-right: 15px !important;
    }
    .partner-img-padding {
        width: 50% !important;
    }
    /* Footer CSS */
    .footer-block {
        padding: 45px 0 32px;
        text-align: center !important;
    }
    .footer-logo {
        width: 100%;
        height: auto;
        max-width: 182px;
    }
    .footer-paragraph {
        padding-top: 1.5rem;
    }
    .footer-mail, .footer-contact, .d-none {
        display: none !important;
    }
    .footer-contact-items {
        width: 100%;
        float: none;
    }
    .footer-social {
        float: none;
        margin: 1.875rem auto 0;
    }
    .footer-social-block {
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    .follow-us-social-block {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    /* Copyright Section */
    .block-width {
        width: 100%;
        max-width: 580px;
        margin: auto;
        text-align: center;
    }
    .copyright-text {
        padding: 0;
        float: none;
    }
    .divider {
        display: none;
    }
    .copyright-links {
        float: none;
        text-align: center;
        display: table;
        margin: auto;
    }
    .privacy-text, .sitemap-text {
        display: table-cell;
        padding-top: 5px;
    }
    .privacy-text a, .sitemap-text a {
        padding: 0 4px;
    }
    .copyright-links {
        position: relative;
    }
    .copyright-links:after {
        content: '';
        position: absolute;
        top: 7px;
        bottom: 0px;
        left: 52%;
        z-index: 0;
        border: 1px solid #35BDB2;
    }
    .w-122 {
        width: 122px;
    }
    /* //////////////////// SCREEN-375PX-HOW WE HELP PAGE CSS //////////////////// */
    .patients-benefit {
        padding: 40px 0;
    }
    #er-coverage-section.pt5.pb5 {
        padding: 30px 0 !important;
    }
    #blue-block-content.text-center, .work-life-title .text-center {
        text-align: left;
    }
    #hide-image.flip-right-image-p0 {
        display: none;
    }
    .er-coverage-title .text-center {
        text-align: left;
    }
    .er-coverage-title .h-center-divider, .work-life-title .h-center-divider {
        margin: 20px 0 31px;
    }
    .work-life-section {
        padding: 37px 0 60px;
    }
    .work-life-content {
        padding:0 0 30px 0;
    }
    /* Review Study Block CSS */
    .review-study-block {
        padding: 51px 0 13px;
    }
    .review-study-block [class*="col-"]:nth-child(n) {
        padding-bottom: 60px;
    }
    /* Patients Stats CSS */
    .patients-stats-block {
        padding:2.75rem 0 1rem;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .stats-table {
        display: block;
    }
    .stats-image-block {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        padding-top: 30px;
    }
    .stats-text-block {
        width: 100%;
        vertical-align: top;
        padding: 30px 0 30px 0;
        text-align: center;
        float: none;
    }
    .patients-stats-block .row.pt3 {
        padding: 0 !important;
    }
    .stats-text-block-10 {
        text-align: center;
        padding-top: 0px;
    }
    /* ///////////// SCREEN-375PX-SURGICAL PROGRAM PAGE RESPONSIVE ////////////// */
    .orange-block.text-center {
        text-align: left;
    }
    /* Four Block Section */
    .four-block-first-row, .four-block-second-row {
        background: none;
    }
    .four-block-first-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        margin-top: 43px;
        padding: 55px 43px 88px 36px;
    }
    .four-block-first-row .trauma-surgery-block {
        background-color: #455560;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .acute-care-surgery-block {
        background-color: #ECEDEF;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .trauma-surgery-block {
        background-color: #455560;
        padding: 55px 43px 88px 36px;
    }
    .four-block-second-row .acute-care-surgery-block .font-white-color {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn {
        color: #455560;
    }
    .four-block-second-row .acute-care-surgery-block .grey-surgery-btn:hover,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:active,.four-block-second-row .acute-care-surgery-block .grey-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    .four-block-second-row .trauma-surgery-block .font-grey-color {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn {
        color: #ffffff;
    }
    .four-block-second-row .trauma-surgery-block .white-surgery-btn:hover,.four-block-second-row .trauma-surgery-block .white-surgery-btn:active,.four-block-second-row .trauma-surgery-block .white-surgery-btn:focus {
        color: #ffffff;
        border: 1px #D06F1A solid;
        background-color: #D06F1A;
        text-decoration: none;
    }
    /* Testimonial Block CSS */
    .testimonial-title {
        padding: 40px 0 0;
    }
    .testimonial-block {
        padding: 0 0 40px;
    }
    .shadow-effect .text-center {
        text-align: left;
    }
    #orange-testimonials .item, #blue-testimonials .item, #grey-testimonials .item {
        width: 100%;
        max-width: 310px !important;
        margin:0 !important;
    }
    #orange-testimonials.owl-carousel .owl-dots, #blue-testimonials.owl-carousel .owl-dots, #grey-testimonials.owl-carousel .owl-dots {
        display: block;
    }
    .owl-carousel .owl-dots .owl-dot {
        background-color: #ffffff;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    .owl-carousel .owl-dots .owl-dot.active {
        background-color: #35BDB2;
        position: relative;
        border-radius: 100%;
        margin: 4px;
        height: 10px;
        width: 10px;
        z-index: 1000;
    }
    .owl-carousel .owl-dots .owl-dot.active::before {
        content: '';
        border: 1px #35BDB2 solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    .owl-carousel .owl-dots .owl-dot::before {
        content: '';
        border: 1px #ffffff solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    #orange-testimonials .shadow-effect, #blue-testimonials .shadow-effect, #grey-testimonials .shadow-effect{
        padding: 43px 10px 43px 45px !important;
        text-align: left !important;
    }
    #orange-testimonials .owl-nav .owl-prev, #blue-testimonials .owl-nav .owl-prev, #grey-testimonials .owl-nav .owl-prev {
        display: none;
    }
    #orange-testimonials .owl-nav .owl-next, #blue-testimonials .owl-nav .owl-next, #grey-testimonials .owl-nav .owl-next {
        right: -12px;
        width: 63px;
        height: 100%;
    }
    /* //////////////////// SCREEN-375PX-JOIN OUR TEAM PAGE CSS //////////////////// */
    /* Affiliates Offers CSS */
    #sky-blue-text.text-center {
        text-align: left;
    }
    .affiliates-offers-block {
        padding: 2.56rem 0 2rem;
    }
    .offer-image-block {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    .offer-text-block {
        width: 100%;
        display: block;
        float: none;
        vertical-align: top;
        padding: 25px 0 62px;
        text-align: center;
    }
    .affiliates-offers-block .pt5 {
        padding: 0 !important;
    }
    /* Experience Details CSS */
    .join-our-team-first-row {
        background: none;
    }
    .join-our-team-second-row {
        background: none;
    }
    .join-our-team-first-row .career-left-block, .join-our-team-second-row .career-right-block {
        background-color: #ECEDEF;
        padding: 55px 43px 88px 36px;
    }
    .join-our-team-first-row .career-right-block, .join-our-team-second-row .career-left-block {
        background-color: #469FB3;
        padding: 55px 43px 88px 36px;
    }
    .testimonial-title .h-center-divider {
        margin: 20px 0;
    }
    /* //////////////////// SCREEN-375PX-ABOUT US PAGE CSS //////////////////// */
    #display-block.flip-right-image {
        display: block;
        padding: 0 0 2.188rem !important;
    }
    .testimonial-title .text-center {
        text-align: left;
    }
    .g-h-center-divider {
        margin: 22px 0;
    }
    .quility-emergency-block {
        padding: 2.813rem 0 2.375rem;
    }
    .join-samgi-btn {
        margin: 10px 0 45px;
    }
    .leadership-block {
        padding: 3.75rem 0 2.625rem;
    }
    .leadership-content-padding {
        padding: 0;
    }
    /* //////////////////// SCREEN-375PX-INSIGHT PAGE CSS //////////////////// */
    .insight-show-image {
        display: block;
        padding-bottom: 23px;
    }
    .insight-hide-image {
        display: none;
    }
    .insight-header-section {
        padding: 100px 0 0;
    }
    .insight-content-block {
        padding: 0;
    }
    .insight-title-padding {
        padding-bottom: 23px;
    }
    .insight-block {
        padding: 0;
    }
    .category-navigation {
        padding: 0;
    }
    .category-details {
        padding: 0;
    }
    .events-details {
        padding: 28px 0 0;
        float: left;
        width: 100%;
    }
    .event-content {
        padding: 12px 0 10px;
        border-bottom: 1px #707070 solid;
    }
    .pagination-block {
        padding: 30px 0 60px;
        text-align: center;
    }
    .pagination {
        width: auto !important;
        margin: 0 !important;
    }
    .page-count {
        width: 100%;
    }
    .next-btn a {
        width: 100%;
        display: block;
        text-align: center;
    }
    .main-insight-block [class*='col-']:nth-child(3n+1) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    .main-insight-block [class*='col-']:nth-child(3n+2) {
        padding: 8px 0 8px 0;
        margin: 0 -1px;
    }
    /* //////////////////// SCREEN-375PX-CONTACT US PAGE CSS //////////////////// */
    /* Contact us Block CSS */
    .contact-us-page-block {
        padding: 2rem 0 3rem;
    }
    .follow-us-page-block {
        padding: 3.313rem 0 4.438rem;
    }
}
