.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #fff
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998
}

.navigation-hidden {
    width: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left
}

.navigation-hidden .nav-header {
    display: none
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none!important
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.nav-menu>li>a {
    height: 70px;
    padding: 26px 13px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    color: #343a40;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #da5665
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none!important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all .2s;
    transition: all .2s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: '';
    pointer-events: none
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
    color: #da5665
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #da5665
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #da5665 #da5665 transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%
}

.nav-dropdown-horizontal>li>a {
    position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075)
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block
}

.megamenu-panel [class*=container] {
    width: 100%
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0
}

.megamenu-panel-half {
    width: 50%
}

.megamenu-panel-quarter {
    width: 25%
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%
}

.megamenu-panel-row {
    width: 100%
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0
}

.megamenu-panel-row:after {
    clear: both
}

.megamenu-panel-row [class*=col-] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
    margin-left: 0
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
    float: none;
    display: block;
    width: 100%!important;
    margin-left: 0;
    margin-top: 15px
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
    margin-top: 0
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
    width: 22.75%
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
    width: 48.5%
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
    width: 74.25%
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
    width: 100%
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff
}

.megamenu-tabs-pane.active {
    display: block
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%
}

.megamenu-lists {
    width: 100%;
    display: table
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none
}

.megamenu-list:last-child {
    margin: 0;
    border: none
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0
}

.navigation-landscape .megamenu-list:last-child {
    border: none
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

.megamenu-list>li>a:hover {
    background-color: #da5665;
    color: #fff
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent
}

.navigation-landscape .list-col-2 {
    width: 50%
}

.navigation-landscape .list-col-3 {
    width: 33%
}

.navigation-landscape .list-col-4 {
    width: 25%
}

.navigation-landscape .list-col-5 {
    width: 20%
}

.nav-menu>li>a {
    color: #7d868e;
}

.nav-dropdown>li>a {
    color: #7d868e;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #da5665;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%
    }
}

.menuOverlay .overlayContent ul {
    padding-bottom: 50px;
}

.div-pagination-wrapper ul {
    margin: auto;
    display: block;
}

.div-pagination-wrapper ul li {
    display: inline-block;
    margin-right: -4px;
}

.div-pagination-wrapper .page-link {
    color: #da5665;
    border-color: #fbeeef;
}

.div-pagination-wrapper .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #da5665;
    border-color: #da5665;
}

.div-pagination-wrapper .page-item.active span {
    font-size: 16px;
}

.div-pagination-wrapper .page-link:hover {
    color: #da5665;
    background-color: #fbeeef;
    border-color: #fbeeef;
}

.div-pagination-wrapper .pagination>li>span {
    padding: 6px 12px;
}

.div-pagination-wrapper .page-item.disabled .page-link {
    line-height: 20px;
    border: solid 1px #dee2e6;
}

.menuOverlay .closebtn:before,
.menuOverlay .closebtn:after {
    background-color: #da5665;
}

.menuIcon .bar {
    background: #da5665;
}

.footerBlock .bgBox form input[type="email"],
.footerBlock .bgBox form input[type="text"] {
    outline: none;
    -webkit-appearance: none;
    padding-left: 1em;
    height: 41px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    color: #939393;
    border: 1px solid #999999;
    float: left;
    width: 70%;
    margin-bottom: 0;
    border-right: 0;
    letter-spacing: 0.3px;
}


/* .headerBlock {
    -webkit-box-shadow: 1px 10px 34px -21px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 10px 34px -21px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 10px 34px -21px rgba(0, 0, 0, 0.45);
    top: 0px;
} */

#ask_question h4.uppercase,
#bookappointment h4.uppercase {
    position: relative;
    opacity: 1;
    z-index: 1;
}

#ask_question p,
#bookappointment p {
    position: relative;
    opacity: 1;
    z-index: 1;
}


/* new loader svg */

.cssloader1 {
    padding-top: calc(45vh - 25px);
    padding-bottom: calc(45vh - 25px);
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    background-color: white;
    text-align: center;
}


/** loader **/


/* .sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #da5664 transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}

.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent  transparent #293f4d transparent ;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
} */

.sh1 img {
    width: 100px;
    margin: 0 auto;
    animation: shk1 1s ease-in-out infinite normal;
}

.sh2 img {
    width: 100px;
    margin: -122px 0px 18px;
    animation: shk2 1s ease-in-out infinite alternate;
}


/** animation starts here **/

@keyframes shk1 {
    0% {
        transform: rotate(-360deg);
    }
    100% {}
}

@keyframes shk2 {
    0% {
        transform: rotate(360deg);
    }
    100% {}
}

.lt {
    color: #383c40;
    font-family: 'source sans pro', sans-serif;
    margin: 30px auto;
    text-align: center;
    font-weight: 100;
    letter-spacing: 12px;
    /*text animation */
    -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}


/* loader svg end */


/* popup form june 1 */


/* .modal-popup .modal-dialog .modal-content .modal-body .modal-side-two {
    padding: 3rem 20px !important;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 1000px !important;
    }
}

.modal-popup .modal-dialog .modal-content .modal-body .modal-side-two .popup-form .form-container form .form-in .input-group input[type=email] {
    font-size: 14px !important;
}

.modal-popup .modal-dialog .modal-content .modal-body .modal-side-two .popup-form .form-container form .form-in .input-group input[type=email]::placeholder,
.modal-popup .modal-dialog .modal-content .modal-body .modal-side-two .popup-form .form-container form .form-in .input-group input[type=text]::placeholder,
input#mrid-num::placeholder {
    color: #999999!important;
}

input#mrid-num {

    font-size: 14px;
    width: 300px;
} */

.submit-right {
    display: block !important;
}


/* @media (max-width: 992px) {
    input#mrid-num {
        margin-left: 0px !important;
        font-size: 14px;
        width: 100%;
        margin-bottom: 30px;
    }
} */


/* thankyou pop-form  */

.thank-msg {
    text-align: center;
    /* padding: 40px 0; */
}

span.thin-text {
    font-size: 21px;
    color: #000;
}

.thank-social {
    text-align: center;
}

.thankmsg-section {
    padding: 5rem 20px !important;
}

h2.thk-hd {
    color: #d15d67;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}

.no-padd {
    padding: 0;
}

button.icobutton--thumbs-up {
    color: rgb(218, 123, 136)!important;
    background: white;
    border: none;
    font-size: 4em;
}

.thank-msg-bottom-text {
    padding: 1em 0 3em 0;
}

.modal-popup {
    background: rgb(186, 89, 102);
    background: linear-gradient(180deg, rgba(186, 89, 102, 0.8) 0%, rgba(130, 78, 92, 0.8) 50%, rgba(83, 72, 87, 0.8) 100%);
}


/* june 3 */

.headerBlock .top-bar .topbarList .topbarItem .careIcon:before {
    position: absolute;
    content: "";
    background-position: -13px -6px!important;
    width: 20px;
    height: 20px;
    left: -2px;
    top: -2px;
}

.headerBlock .top-bar .topbarList .topbarItem .bookIcon:before {
    position: absolute;
    content: "";
    background-position: -15px -8px;
    width: 20px;
    height: 20px;
    left: -2px;
    top: 0;
}

.headerBlock .top-bar .topbarList .topbarItem .findIcon.insurance:before {
    position: absolute;
    content: "";
    background-position: -149px -7px!important;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

.headerBlock .top-bar .topbarList .topbarItem .findIcon.patient-speak:before {
    position: absolute;
    content: "";
    background-position: -257px -7px!important;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

.headerBlock .top-bar .topbarList .topbarItem .healthIcon:before {
    position: absolute;
    content: "";
    background-position: -59px -7px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

.headerBlock .top-bar .topbarList .topbarItem .careersIcon:before {
    position: absolute;
    content: "";
    background-position: -207px -8px!important;
    width: 20px;
    height: 20px;
    left: -4px;
    top: 0;
}

.headerBlock .top-bar .topbarList .topbarItem .careIcon:before,
.headerBlock .top-bar .topbarList .topbarItem .bookIcon:before,
.headerBlock .top-bar .topbarList .topbarItem .findIcon:before,
.headerBlock .top-bar .topbarList .topbarItem .healthIcon:before,
.headerBlock .top-bar .topbarList .topbarItem .careersIcon:before,
.headerBlock .top-bar .loginList .loginItem .loginIcon:before {
    background: url(../images/sprite-small.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.footerBlock .bgBox form input[type="submit"] {
    height: 41px;
}

.loginList {
    visibility: hidden;
}

@media (max-width: 991.93px) {
    .footer-bottom-url-cc {
        width: 100%;
        text-align: center;
        max-width: 100%;
        flex: 100%;
    }
    .icon-url-cc {
        width: 100%;
        text-align: center;
        max-width: 100%;
        flex: 100%;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .footerBlock .footerBtmIconList {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .footerIconList {
        padding: 0;
        text-align: center !important;
    }
    .footerBlock .copyRight {
        line-height: 25px;
    }
}

.footerBlock .bgBox span a:hover {
    color: #da5665;
    text-decoration: none;
}

.footerBlock .bordered .footerList .footerItem .footerLink:hover {
    color: #da5665;
    text-decoration: none;
}

.txt-clr-link {
    padding: 7px 10px 7px 0;
}

.appmt-cls {
    padding: 0;
    margin-top: 5px;
}

.more-det-doc {
    padding: 0;
}

.apptmt-left {
    padding: 0;
    margin-top: 5px;
}

.apptmt-left a.txt-clr-link {
    padding: 7px 10px;
}

@media screen and (max-width: 1280px) {
    .apptmt-left,
    .appmt-cls-7 {
        width: 100% !important;
    }
}

.appmt-cls-7 {
    padding: 0;
    margin-top: 5px;
}

.appmt-cls-7 a {
    margin-top: 5px;
    text-align: left;
}

a .req-app,
a .find-doc,
a .find-speciality,
a .ask-doctor {
    background: url(../images/sprite-small.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

a .req-app:hover,
a .find-doc:hover,
a .find-speciality:hover,
a .ask-doctor:hover {
    background-color: #da5665;
}

.req-app {
    background-position: -306px -115px!important;
    width: 30px;
    height: 30px;
    border: 1px solid #5e687a;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.req-app:hover {
    background-position: -401px -115px!important;
    width: 30px;
    height: 30px;
    border: 1px solid #5e687a;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.find-doc {
    background-position: -337px -115px!important;
    width: 30px;
    height: 30px;
    border: 1px solid #5e687a;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.find-doc:hover {
    background-position: -433px -115px!important;
    width: 30px;
    height: 30px;
    border: 1px solid #5e687a;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.find-speciality {
    background-position: -365px -115px!important;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #5e687a;
    border-radius: 50%;
}

.find-speciality:hover {
    background-position: -460px -115px!important;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #5e687a;
    border-radius: 50%;
}

.ask-doctor {
    background-position: -495px -115px!important;
    width: 30px;
    height: 30px;
    border: 1px solid #5e687a;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ask-doctor:hover {
    background-position: -526px -115px!important;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #5e687a;
    border-radius: 50%;
}

.findDoctextPop {
    position: fixed;
    right: 15px;
    bottom: 100px;
    height: 160px;
    z-index: 99;
}

@media (max-width: 991.93px) {
    .findDoctextPop {
        display: none;
    }
}

.fdp-ico {
    display: block;
    margin-top: 5px;
    position: relative;
    height: 32px;
}

.fdp-ico:hover p {
    opacity: 1;
    visibility: visible;
    display: block;
}

p.pDoc {
    opacity: 0;
    visibility: hidden;
    color: #7d868e;
    display: none;
    vertical-align: middle;
    float: right;
    position: relative;
    margin-right: 40px;
    top: 5px;
}

.hdr-active {
    -webkit-box-shadow: 3px 1px 41px -11px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 3px 1px 41px -11px rgba(0, 0, 0, 0.48);
    box-shadow: 3px 1px 41px -11px rgba(0, 0, 0, 0.48);
}

body.about-bg p.pDoc {
    height: 33px;
}

@media (max-width: 991.93px) {
    .banner-section {
        margin-top: 80px !important;
    }
}

@media (max-width: 991.93px) {
    .blog-slider-action {
        margin-top: 70px;
    }
    .finddocstick {
        display: block;
        z-index: 1;
        width: 4em;
        height: 8em;
        background: #da5665;
        color: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        border: 1px solid #da5665;
        transition: all .3s ease;
    }
}

@media screen and (min-width: 991.33px) {
    .finddocstick {
        display: none;
    }
}

@media (max-width: 900px) {
    .modal-popup#ask_question .modal-dialog .modal-content .modal-body .modal-side-one .mso-img {
        padding: 1em 2em;
    }
}

@media screen and (max-width: 768px) {
    .fp-viewing-0 .refer-frnd {
        display: none;
    }
    .refer-frnd {
        background: #2a3f4e;
        position: fixed;
        z-index: 99;
        left: 0;
        top: initial;
        bottom: 0;
        color: #fff !important;
        padding: .95em 1em;
        font-weight: 700;
        letter-spacing: 1px;
        -ms-transform: inherit;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        -o-transform: inherit;
        text-decoration: none;
        border-radius: 0 !important;
        text-decoration: none;
        font-size: 12px;
        width: 50% !important;
    }
}

@media screen and (max-width: 768px) {
    .fp-viewing-0 .custom-style {
        display: none;
    }
    .custom-style {
        text-decoration: none;
        background: #da5665;
        position: fixed;
        z-index: 99;
        right: 0;
        top: initial;
        bottom: 0;
        color: #fff !important;
        padding: .95em 1em;
        font-weight: 700;
        letter-spacing: 1px;
        -ms-transform: inherit;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        -o-transform: inherit;
        text-decoration: none;
        border-radius: 0 !important;
        width: 50% !important;
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .custom-style,
    .refer-frnd {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .refer-frnd,
    .custom-style {
        font-size: 10px;
    }
}

.cus-margin-top {
    margin-top: 5em;
}

@media screen and (max-width: 768px) {
    .findbottomtop {
        display: none;
        padding: 10px;
        z-index: 999;
        width: 4em;
        height: auto;
        color: #fff;
        position: fixed;
        bottom: 50px;
        right: 0;
        transition: all .3s ease;
        cursor: pointer;
    }
}


/* june 11 */

@media screen and (min-width: 768px) {
    a.findbottomtop {
        display: none !important;
    }
}

a.findbottomtop span {
    width: 100%;
}

a.findbottomtop i {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

a.findbottomtop:hover {
    color: white;
}

@media screen and (min-width: 996px) {
    .sidebar {
        padding-left: 0 !important;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .cus-logo {
        display: inline-block;
        max-width: 49.7%;
    }
}

.cus-logo p,
.cus-logo {
    text-align: center;
}

.cus-logo img {
    height: 100px;
    object-fit: contain;
    border: 1px solid;
}

.sidebar .sidebar-inner .sidebar-5 .sidebar-form form input[type=email],
.sidebar .sidebar-inner .sidebar-5 .sidebar-form form input[type=tel],
.sidebar .sidebar-inner .sidebar-5 .sidebar-form form input[type=text],
.sidebar .sidebar-inner .sidebar-5 .sidebar-form form input[type=url],
.sidebar .sidebar-inner .sidebar-5 .sidebar-form form select,
.sidebar .sidebar-inner .sidebar-5 .sidebar-form form textarea {
    font-size: 14px;
}

@media (min-width: 1200px) {
    ul.nav-dropdown {
        right: inherit !important;
    }
}

.logo1-block::before {
    height: 86%;
}

@media screen and (max-width: 1280px) {
    .apptmt-left,
    .appmt-cls-7 {
        width: 100% !important;
    }
}


/* for slick - news and events */

.news-events-body .slick-initialized .slick-slide {
    position: relative;
}

.news-events-body .slick-slide.slick-active::before {
    top: 0;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#da566508, #000000d9);
    position: absolute;
}

.news-events-body .slick-slide.slick-active:hover .blog-title-text {
    opacity: 1;
    cursor: pointer;
    transition: opacity 1s;
}

.news-events-body .slick-slide.slick-active:hover::before {
    top: 0;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#da566508, #df0c249c);
    position: absolute;
}

.news-events-body .slide-video.slick-slide.slick-active::before {
    top: 0;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#da566508, #000000d9);
    position: absolute;
}

.news-events-body .slide-video.slick-slide.slick-active:hover::before {
    top: 0;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#da566508, #df0c249c);
    position: absolute;
}

.news-events-body .slick-slide.slick-current.slick-active::before,
.news-events-body .slick-slide.slick-current.slick-active.slick-current-active::before {
    top: 0;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#da566508, #df0c249c);
    position: absolute;
}

.news-events-body .slick-slide.slick-current.slick-active:hover::before,
.news-events-body .slick-slide.slick-current.slick-active.slick-current-active:hover::before {
    top: 0;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#da566508, #000000d9);
    position: absolute;
}

.about-bg section.showcase #overlay {
    height: 900px !important;
    width: 90%;
}


/* end */

@media screen and (max-width: 768px) {
    .nopad-left {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 991.93px) {
    .about-bg section.showcase #overlay {
        height: 25.4em!important;
        z-index: -1;
    }
    .badr-ftr-12 {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .about-bg section.showcase #overlay {
        height: 21.4em!important;
        z-index: -1;
    }
}

@media screen and (max-width: 564px) {
    .about-bg section.showcase #overlay {
        height: 27.4em!important;
        z-index: -1;
    }
}

@media screen and (max-width: 360px) {
    .about-bg section.showcase #overlay {
        height: 30em !important;
        z-index: -1;
    }
}

@media screen and (max-width: 768px) {
    body.speciality-profile .speciality-specialist .ss-section .ss-slider .swiper-button-prev {
        right: 16% !important;
    }
    body.speciality-profile .speciality-specialist .ss-section .ss-slider .swiper-button-next {
        right: 10% !important;
    }
}

@media screen and (max-width: 540px) {
    body.speciality-profile .speciality-specialist .ss-section .ss-slider .swiper-button-prev {
        right: 20% !important;
    }
    body.speciality-profile .speciality-specialist .ss-section .ss-slider .swiper-button-next {
        right: 10% !important;
    }
}

@media screen and (max-width: 360px) {
    body.speciality-profile .speciality-specialist .ss-section .ss-slider .swiper-button-prev {
        right: 26% !important;
    }
    body.speciality-profile .speciality-specialist .ss-section .ss-slider .swiper-button-next {
        right: 10% !important;
    }
}

body.packages_listing .packages_listings .p_l_tabs_content .tab-content .tab-pane .p_l_tabs_content_title .appointment-btn {
    font-size: 13px;
}

body.packages_listing .packages_listings .p_l_tabs_content .tab-content .tab-pane .p_l_tabs_content_title .knowmore-btn {
    font-size: 13px;
}


/* june 7 */

@media screen and (max-width: 991.93px) {
    .about-counts {
        padding-top: 0px !important;
    }
    body.news-events-body .blog-details-single img {
        height: auto !important;
    }
}


/* july 3 */

.moreBlock .inner-container .collapse-container .collapse-right .imgBlock .bigImg .bigImgContent a {
    color: #da5665 !important;
    text-decoration: none;
}

@media screen and (max-width: 991.93px) {
    body.news-events-body .mng-team-img,
    body.blogs-body .mng-team-img,
    body.news-events-detail-body .mng-team-img {
        height: auto !important;
    }
    body.news-events-body .nopad-left,
    body.blogs-body .nopad-left,
    body.news-events-detail-body .blog-main-related {
        padding-top: 15px !important;
    }
    body.news-events-body .blog-main-related,
    body.blogs-body .blog-main-related,
    body.news-events-detail-body .blog-main-related {
        padding-left: 0;
    }
    body.blogs-body .blog-details-single img,
    body.news-events-detail-body .blog-details-single img,
    body.blog-detail-body .blog-details-single img {
        height: auto;
    }
    body.blogs-body .cont-form {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    body.blogs-body .blog-details-single .no-padding {
        padding-left: 0;
    }
    body.news-events-detail-body .cont-form {
        padding-right: 0;
    }
}

@media screen and (max-width: 991.93px) {
    .footerBlock .bgBox form input[type="submit"] {
        font-size: 8px;
        padding: 0 !important;
    }
    .footerBlock .bgBox form input[type="email"],
    .footerBlock .bgBox form input[type="text"] {
        font-size: 10px;
    }
    .doctors-listing #txtdoctor_sr-flexdatalist {
        padding-left: 20px;
    }
    body.news-events-detail-body .all-buttons button {
        width: 100%;
        margin-top: 1em;
    }
    body.sub-home .menuIcon {
        position: fixed;
        right: 40px;
        top: 82 !important;
        height: 30px;
    }
}


/* july 9 */

@media screen and (max-width: 768px) {
    body.doctor-search-bg .doct-details img {
        height: auto !important;
    }
    body.doctor-search-bg .hover02 img {
        display: inline-block !important;
        height: auto !important;
    }
    body.doctor-search-bg .doctor-spec h4.txt-clr,
    body.doctor-search-bg .doctor-spec h5 {
        text-align: center !important;
    }
    body.doctor-search-bg .doc-sec-block {
        margin-right: 44px !important;
        margin-left: 1.2em !important;
    }
    body.doctor-search-bg .hover02 {
        text-align: center;
    }
    body.doctor-search-bg .icon-bottom {
        z-index: 1;
    }
}


/* for gallery page july 10 */

.main-page .gallery-thumbs .swiper-slide.swiper-slide-thumb-active,
.main-page .video-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    height: 6em;
}

.main-page .gallery-thumbs .swiper-slide,
.main-page .video-gallery-thumbs .swiper-slide {
    height: 6em;
}

body.gallery-body .swiper-slide.swiper-slide-visible img,
body.gallery-details-body .swiper-slide.swiper-slide-visible img {
    height: 6em;
    width: 100%;
}

@media screen and (max-width: 768px) {
    body.gallery-body .swiper-slide.swiper-slide-visible img,
    body.gallery-details-body .swiper-slide.swiper-slide-visible img {
        height: 15em;
        width: 100%;
    }
    .main-page .gallery-thumbs .swiper-slide.swiper-slide-thumb-active,
    .main-page .video-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        height: 15em;
    }
    .main-page .gallery-thumbs .swiper-slide,
    .main-page .video-gallery-thumbs .swiper-slide {
        height: 15em;
    }
}

@media screen and (max-width: 360px) {
    .main-page .gallery-thumbs .swiper-slide.swiper-slide-thumb-active,
    .main-page .video-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        height: 6em;
    }
    .main-page .gallery-thumbs .swiper-slide,
    .main-page .video-gallery-thumbs .swiper-slide {
        height: 6em;
    }
    body.gallery-body .swiper-slide.swiper-slide-visible img,
    body.gallery-details-body .swiper-slide.swiper-slide-visible img {
        height: 6em;
        width: 100%;
    }
}

section.subsitespecialitiesBlock a,
section.subsitenewsBlock a,
section.subsitepackageBlock a,
section.subsitetechnologiesBlock a {
    color: #da5d6d !important;
}

body.centres .menuIcon {
    position: absolute;
    right: -25px;
    margin-top: 5px;
}


/* over lay menu */

.overlayContent::before {
    position: absolute;
    content: "";
    background: #d1d1d1;
    width: 94%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
}

.menuOverlay .footerMenuList-overlay {
    list-style-type: none;
    padding: 0 3em 0 0;
    margin: 7em 0 0;
    text-align: right;
}

.menuOverlay .footerMenuList-overlay li a {
    color: #767677;
    font-size: 14px;
}

.menuOverlay .footerMenuList-overlay li {
    display: inline-block;
    margin: 0 5px;
}

.menuOverlay .footerMenuList-overlay {
    margin: 9.5em 0 0 45px;
    text-align: left;
}

.menuOverlay .footerMenuList-overlay p {
    color: #767677;
}

.menuOverlay .footerIconList-overlay {
    margin: 6.5em 45px 0px 0;
    text-align: right;
}

.menuOverlay .overlayContent .rightMenus ul li {
    margin-right: 2em;
}


/* emergency-care */

html,
body {
    overflow-x: hidden !important;
}

@media screen and (max-width: 524px) {
    body.centres .cus-no-padd {
        padding-left: 5px;
        padding-right: 5px;
    }
    body.centres .table-bordered,
    body.centres .table-bordered td,
    body.centres .table-bordered th {
        padding: 3px !important;
    }
    body.centres .table-bordered thead td,
    body.centres .table-bordered thead th {
        padding: 1px !important;
    }
    body.centres .lft-mrg {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1350px) {
    .nav-corporate .nav-menu>li>a {
        padding: 26px 7px !important;
    }
}

@media screen and (max-width: 1172px) {
    .nav-corporate .nav-menu>li>a {
        padding: 26px 5px !important;
    }
}

.sidebar .sidebar-inner .sidebar-5 .sidebar-form form textarea {
    margin: 0 !important;
}

.sidebar .sidebar-inner .sidebar-title h5 {
    line-height: 26px;
}

body.gallery-body .sidebar .sidebar-inner .sidebar-5 .sidebar-form form input.form-control {
    margin: 0;
}

body.gallery-body .sidebar-form {
    margin-top: 10px;
}

.swiper-container .inner-text a {
    color: #ffffff !important;
}

.footerBlock .bgBox a {
    text-decoration: none;
    color: #333333;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.3px;
}

.footerBlock .bgBox a:hover {
    color: #da5665;
    text-decoration: none;
}

@media (max-width:991.93px) {
    .menuOverlay .footerMenuList-overlay li {
        margin-left: 0;
    }
}
.notification-section{
    padding: 0 20px;
}

.opdIcon:before {
    background-position: -96px -8px!important;
}

.headerBlock .top-bar .topbarList .topbarItem .opdIcon:before {
    background: url(../images/sprite-small.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    content: "";
    background-position: -96px -5px!important;
    width: 20px;
    height: 20px;
    left: 585px;
    top: 0;
}
.banner-mobile{
    display:none;
}

 .feedbackIcon:before {
    background: url(../images/sprite-small1.jpeg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    content: "";
    background-position: -531px -5px!important;
    width: 20px;
    height: 20px;
    left: 688px;
    top: 0;
}