:root {
--ct-bg: #fff;
--ct-btn-hover: #e8e8e8;
--ct-btn-active: #ddd;
--ct-btn-color: #555;
--ct-border-color: #e1e1e1;
--ct-border-radius: 5px;
--ct-tree-hover: #efefef;
--ct-selection: #418EFF;
--ct-padding: 8px;
}
.comboTreeWrapper{
position: relative;
text-align: left !important;
}
.comboTreeInputWrapper{
position: relative;
}
.comboTreeArrowBtn {
position: absolute;
right: 0px;
bottom: 0px;
top: 0px;
box-sizing: border-box;
border: 1px solid var(--ct-border-color);
border-radius: 0 var(--ct-border-radius) var(--ct-border-radius) 0;
background: var(--ct-border-color);
cursor: pointer;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.comboTreeArrowBtn:hover {
background: var(--ct-btn-hover);
}
.comboTreeArrowBtn:active {
background: var(--ct-btn-active);
}
.comboTreeInputBox:focus + .comboTreeArrowBtn {
color: var(--ct-btn-color);
border-top: 1px solid var(--ct-selection);
border-right: 1px solid var(--ct-selection);
border-bottom: 1px solid var(--ct-selection);
}
.comboTreeArrowBtnImg{
font-size: 1.25rem;
}
.comboTreeDropDownContainer {
display: none;
background: var(--ct-bg);
border: 1px solid var(--ct-border-color);
position: absolute;
width: 100%;
box-sizing: border-box;
z-index: 999;
max-height: 250px;
overflow-y: auto;
}
.comboTreeDropDownContainer ul{
padding: 0px;
margin: 0;
}
.comboTreeDropDownContainer li{
list-style-type: none;
padding-left: 15px;
}
.comboTreeDropDownContainer li .selectable{
cursor: pointer;
}
.comboTreeDropDownContainer li .not-selectable{
cursor: not-allowed;
}
.comboTreeDropDownContainer li:hover{
background-color: var(--ct-tree-hover);}
.comboTreeDropDownContainer li:hover ul{
background-color: var(--ct-bg)}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover,
.comboTreeDropDownContainer label.comboTreeItemHover
{
background-color: var(--ct-selection);
color: var(--ct-bg);
border-radius: 2px;
}
span.comboTreeItemTitle, .comboTreeDropDownContainer .selectAll{
display: block;
padding: 3px var(--ct-padding);
}
.comboTreeDropDownContainer label{
cursor: pointer;
width: 100%;
display: block;
}
.comboTreeDropDownContainer .comboTreeItemTitle input,
.comboTreeDropDownContainer .selectAll input {
position: relative;
top: 2px;
margin: 0px 4px 0px 0px;
}
.comboTreeParentPlus{
position: relative;
left: -12px;
top: 4px;
width: 4px;
float: left;
cursor: pointer;
}
.comboTreeInputBox {
padding: var(--ct-padding);
border-radius: var(--ct-border-radius);
border: 1px solid var(--ct-border-color);
width: 100%;
box-sizing: border-box;
padding-right: 24px;
}
.comboTreeInputBox:focus {
border: 1px solid var(--ct-selection);
outline-width: 0;
}
.multiplesFilter{
width: 100%;
padding: 5px;
box-sizing: border-box;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid var(--ct-border-color);
}html {
scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none !important;
}
input:focus {
outline: 0;
}
@font-face {
font-family: ThinFont;
src: url(//www.shalby.org/wp-content/themes/Shalby/fonts/Poppins-Thin.ttf);
}
@font-face {
font-family: BoldFont;
src: url(//www.shalby.org/wp-content/themes/Shalby/fonts/Poppins-Bold.ttf);
}
@font-face {
font-family: LightFont;
src: url(//www.shalby.org/wp-content/themes/Shalby/fonts/Poppins-Light.ttf);
}
@font-face {
font-family: MediumFont;
src: url(//www.shalby.org/wp-content/themes/Shalby/fonts/Poppins-Medium.ttf);
}
@font-face {
font-family: RegularFont;
src: url(//www.shalby.org/wp-content/themes/Shalby/fonts/Poppins-Regular.ttf);
}
.ClinicalExceBox:hover {
-webkit-animation: ClinicalExceBox 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
animation: ClinicalExceBox 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
@-webkit-keyframes ClinicalExceBox {
0% {
-webkit-box-shadow: 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337;
box-shadow: 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
100% {
-webkit-box-shadow: 1px -1px #F48337, 2px -2px #F48337, 3px -3px #F48337, 4px -4px #F48337, 5px -5px #F48337, 6px -6px #F48337, 7px -7px #F48337, 8px -8px #F48337;
box-shadow: 1px -1px #F48337, 2px -2px #F48337, 3px -3px #F48337, 4px -4px #F48337, 5px -5px #F48337, 6px -6px #F48337, 7px -7px #F48337, 8px -8px #F48337;
-webkit-transform: translateX(-8px) translateY(8px);
transform: translateX(-8px) translateY(8px);
}
}
@keyframes ClinicalExceBox {
0% {
-webkit-box-shadow: 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337;
box-shadow: 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337, 0 0 #F48337;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
100% {
-webkit-box-shadow: 1px -1px #F48337, 2px -2px #F48337, 3px -3px #F48337, 4px -4px #F48337, 5px -5px #F48337, 6px -6px #F48337, 7px -7px #F48337, 8px -8px #F48337;
box-shadow: 1px -1px #F48337, 2px -2px #F48337, 3px -3px #F48337, 4px -4px #F48337, 5px -5px #F48337, 6px -6px #F48337, 7px -7px #F48337, 8px -8px #F48337;
-webkit-transform: translateX(-8px) translateY(8px);
transform: translateX(-8px) translateY(8px);
}
}
.d-grid {
display: grid;
}
.btn:focus,
.btn:active:focus {
outline: transparent !important;
}
.Clinical.ExcellenceWrapper [data-aos="example-anim3"] {
transform: rotate(360deg);
opacity: 1;
transition-property: transform, opacity;
}
.Clinical.ExcellenceWrapper .aos-animate {
transform: rotate(0);
opacity: 1;
}
.datacomes .locationInnerBox.notContentAhmedabad {
width: 100%;
}
.datacomes .locationInnerBox.notContentAhmedabad .locationAdd {
width: 100%;
}
.datacomes .locationInnerBox .locationAdd {
margin-bottom: 20px;
}
.datacomes .locationInnerBox.notContentAhmedabad .locationImg_custom {
height: 260px;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
transition-duration: 1.8s !important;
}
.container.custom_Container,
.flex-container {
max-width: 1400px;
display: flex;
flex-direction: row;
width: 100%;
}
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
width: 30px !important;
height: 3px !important;
}
.Title {
position: relative;
font-family: 'RegularFont';
font-size: 38px;
line-height: 42px;
color: #1B4E9B;
margin: 0 auto 24px auto;
width: fit-content;
display: block;
}
.customContent {
font-family: 'MediumFont';
font-size: 16px;
line-height: 26px;
color: #535353;
text-align: justify;
}
.customContent p {
font-family: 'MediumFont';
font-size: 16px;
line-height: 26px;
color: #535353;
text-align: justify;
padding-bottom: 10px;
}
.customButton {
background: #fff;
border: 0.5px solid #EF7F1A;
border-radius: 25px;
font-family: 'MediumFont';
font-size: 22px;
line-height: 26px;
color: #EF7F1A;
padding: 6px 34px;
margin-top: 26px;
margin-bottom: 58px;
}
.customButtonKnowMore {
background: transparent;
border: 0;
border-radius: 25px;
font-family: 'MediumFont';
font-size: 22px;
line-height: 26px;
color: #EF7F1A;
padding: 10px;
margin-top: 26px;
margin-bottom: 58px;
transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
box-shadow: inset 0 0 0 0 #EF7F1A;
}
.customButtonKnowMore:hover {
background: transparent;
color: #fff;
box-shadow: inset 200px 0 0 0 #EF7F1A;
}
.customButton a {
color: #FFFFFF;
}
.customButton a:hover {
color: #EF7F1A;
}
.customButton:hover {
background: #EF7F1A;
border: 0.5px solid #EF7F1A;
color: #FFFFFF;
}
.menu2LeftLogo.desktopLogo h6 {
font-size: 16px;
line-height: 12px;
color: #ef7f1a;
padding-bottom: 10px;
text-align: center;
font-family: 'BoldFont';
}
.menu2LeftLogo.mobLogo h6 {
font-size: 16px;
line-height: 12px;
color: #ef7f1a;
padding-bottom: 10px;
text-align: center;
font-family: 'BoldFont';
} .mView620.logoSearchLocTogg .Location_dropdown.mobShow {
display: none;
}
.menu2Right .phoneWrapper img {
max-width: 70%;
}
.main_head {
background: #06448F;
}
.SearchLocTogg {
display: none;
}
.main_head .flex-container {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
padding: 8px;
}
.main_head img {
padding: 4px 8px;
}
.footerMiddle1 .menu-image-title-before.menu-image-not-hovered img,
.footerMiddle1 .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.footerMiddle1 .menu-image-title-after.menu-image-title {
padding-left: 10px;
}
.footerLeft .menu-image-title-after.menu-image-not-hovered img,
.footerMiddle1 .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.footerMiddle1 .menu-image-title-before.menu-image-title {
padding-right: 0px;
}
.footerMiddle1.menu-image-hover-wrapper img.hovered-image,
.footerMiddle1 .menu-item:hover .menu-image-hover-wrapper img.menu-image {
width: 24px;
height: 24px;
}
.footerMiddle1 .menu-item:hover img.hovered-image {
margin-left: -24px;
}
.footerMiddle1 .menu-item a img,
.footerMiddle1 img.menu-image-title-after,
.footerMiddle1 img.menu-image-title-before,
.footerMiddle1 img.menu-image-title-above,
.footerMiddle1 img.menu-image-title-below,
.footerMiddle1 .menu-image-hover-wrapper .menu-image-title-above {
height: 24px;
width: 24px;
}
.menu {
padding: 0 0;
z-index: 99;
}
.menu .flex-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
}
.menu .container.custom_Container {
width: 100%;
}
.menu .menuRight {
padding: 6px 0px 9px 0px;
}
.menuRight img {
max-width: 100%;
}
.menu .menuLeft {
flex: 1;
}
.menu2Right .phoneNumber a {
color: #1B4E9B;
}
.menu2Right .phoneWrapper,
.menu2Right .phoneNumber,
.menu2Right .phoneLabel {
text-align: right;
}
.menuphoneNubsLang .phoneLabel {
color: #1B4E9B;
}
.megaMenuContent:hover img.subMegaMenucustImg.hoverimg {
display: none;
}
.megaMenuContent:hover Img.normalimg {
display: none;
}
img.subMegaMenucustImg.hoverimg {
display: none !important;
}
.megaMenuCls .menuLeft.head_menu_inner {
position: unset;
}
.customNavbar {
overflow: hidden;
}
.custDropdown {
float: left;
overflow: hidden;
}
.custDropdown .custDropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font: inherit;
margin: 0;
}
.custDropdown-content {
display: none;
position: absolute;
background: #FFF;
left: 0;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
max-height: 500px;
z-index: 99999;
overflow-y: scroll;
padding: 20px;
box-shadow: 0px 0px 7px #2D7BD8;
border-radius: 8px;
top: 42px;
}
.custDropdown-content {
width: 1024px;
}
.custDropdown-content .header {
padding: 16px;
color: white;
}
.custDropdown:hover .custDropdown-content {
display: block;
}
.menuLeft .customNavbar li.custDropbtn a {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/menuArrow.png) no-repeat;
background-position: right;
padding-right: 24px;
}
#mega-menu-wrap-header ul#mega-menu-header,
#mega-menu-wrap-header {
position: inherit !important;
}
.megaMenuCls {
position: relative;
}
.megaMenuSectionWrap {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.megaMenuSection1,
.megaMenuSection2,
.megaMenuSection3,
.megaMenuSection4 {
background: #fff;
box-shadow: 0px 0px 4px rgb(130 130 130 / 46%);
border-radius: 10px;
margin-right: 10px;
padding: 10px;
flex: auto;
column-count: 3;
}
.megaMenuSection1 {
width: 100%;
}
.megaMenuSection4 {
background: #FFF4EC;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
display: none;
}
.customNavbar .custDropdown-content .subTitle {
font-family: 'BoldFont';
font-size: 28px;
line-height: 32px;
color: #535353;
padding-top: 0;
padding-bottom: 10px;
border-bottom: 1px solid #828282;
}
.megaMenuSection4 {
margin-right: 0;
}
.megaMenuContent .megaMenuSpeciality {
width: 200px;
}
.megaMenuSectionWrap img.subMegaMenucustImg {
width: 22px;
}
.megaMenuSpeciality {
font-size: 16px;
line-height: 20px;
color: #828282;
font-family: "MediumFont";
}
.megaMenuContent:hover .megaMenuSpeciality {
color: #1B4E9B;
}
.megaMenuContent:hover img.subMegaMenucustImg.hoverimg {
display: none;
}
.megaMenuContent:hover Img.normalimg {
display: block;
}
.megaMenuContent {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
padding: 6px;
border-bottom: 1px solid #828282;
border-radius: 4px;
position: relative;
height: 65px;
line-height: 65px;
width: 33%;
}
img.subMenu_MegamenuImg {
transform: rotate(270deg);
}
.megaMenuContent:hover {
background: #d0e7ff;
border-color: #1B4E9B;
}
.subMegaMenucustomNavbar {
overflow: hidden;
width: 100%;
}
.custDropdown {
float: left;
overflow: hidden;
}
.subMegaMenucustDropdown .subMegaMenucustDropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 0;
background-color: inherit;
font: inherit;
margin: 0;
}
.subMegaMenucustDropdown-content {
display: none;
position: absolute;
background: #FFF4EC;
width: 100%;
left: 218px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
max-height: 500px;
z-index: 99;
overflow: auto;
padding: 10px; box-shadow: 0px 0px 7px #2D7BD8;
border-radius: 8px;
top: 0px;
}
.subMegaMenucustDropdown-content .header {
padding: 16px;
color: white;
}
.subMegaMenucustDropdown:hover .subMegaMenucustDropdown-content {
display: block;
}
.subMegaMenucustDropdown {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
.subMegaMenucustDropdown .subMegaMenucustDropdown-content {
background: #fff;
}
.subMegaMenucustDropdown-content .submegaMenuSpeciality {
margin: 10px;
font-size: 16px;
line-height: 20px;
color: #828282;
font-family: "MediumFont";
}
.subMegaMenucustDropdown-content .submegaMenuSpeciality:hover {
color: #1B4E9B;
}
.megaMenuSection4 .customContent {
margin-top: 10px;
margin-bottom: 10px;
}
.menu2Right .phoneWrapAppointment { display: inline;
}
.megaMenuSection4 .customButton {
background: #fff;
border: 0.5px solid #EF7F1A;
border-radius: 25px;
font-family: 'MediumFont';
font-size: 16px;
line-height: 16px;
color: #EF7F1A;
padding: 7px 24px;
margin-top: 10px;
margin-bottom: 10px;
}
li.appoStickyCall {
display: none;
}
button.toggle {
display: none;
}
.menu .menuLeft ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
list-style: none;
justify-content: flex-start;
}
.menu .menuLeft ul li {
--s: 0.12em;
--c: #FF842B;
color: #1B4E9B;
padding: 8px 12px 18px 12px;
font-family: "MediumFont";
font-size: 14px;
line-height: 28px;
padding-bottom: var(--s);
background: linear-gradient(90deg, var(--c) 50%, #000 0) calc(100% - var(--_p, 0%))/200% 100%,
linear-gradient(var(--c) 0 0) 0% 100%/var(--_p, 0%) var(--s) no-repeat;
-webkit-background-clip: text, padding-box;
background-clip: text, padding-box;
transition: 0.5s;
}
.menu .menuLeft ul li:hover {
--_p: 100%;
color: #FF842B;
}
#mega-menu-wrap-header li#mega-menu-item-13765:hover .custDropdown-content {
display: block !important;
}
.submegamenu_open .custDropdown-content {
display: block;
}
.menu .menuLeft ul li a {
color: #1B4E9B;
}
.menu .menuLeft ul li a:hover {
color: #FF842B;
}
.menu .menuLeft ul li a:focus-visible {
outline: transparent;
}
.main_head img:hover {
background: #FF842B;
border-radius: 4px;
}
.SocialMedia_Icon img {
padding: 0px 4px;
}
.SocialMedia_Icon .ln a {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/Ln.svg) no-repeat;
}
.SocialMedia_Icon .ln a:hover {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/Ln_Hover.svg) no-repeat;
}
span.AfterMenuLine {
padding-top: 3px;
padding-left: 14px;
}
.Search {
padding-left: 10px;
padding-top: 0;
}
.Location_dropbtn,
.Language_dropbtn {
background: transparent url(//www.shalby.org/wp-content/themes/Shalby/images/location_arrow.svg) no-repeat 96% 35%;
color: #1B4E9B;
padding: 7px 34px 7px 12px;
font-size: 14px;
border: none;
cursor: pointer;
border-radius: 30px;
font-family: BoldFont !important;
border: 1px solid transparent;
}
.Language_dropbtn {
background: transparent;
border: 1px solid #2D7BD8;
}
.Location_dropdown,
.Language_dropdown {
position: relative;
display: inline-block;
}
.Language_dropdown {
padding-left: 0px;
}
div#gt-wrapper-59902839 {
position: absolute !important;
top: -15px;
left: auto;
background: #fff !important;
}
.gt_option {
overflow: auto !important;
font-size: 16px;
color: #535353;
font-family: 'MediumFont';
border-bottom: 0.5px solid #EDF3FB;
padding: 10px;
border-radius: 0.25px;
background: #fff !important;
border-radius: 8px !important;
}
.gt_option a {
font-size: 16px !important;
color: #525252 !important;
font-family: 'MediumFont' !important;
}
.Location_dropdown {
padding-left: 0px;
}
.Language_dropdown .customlangDropdpwn .switcher, .Language_dropdown .customlangDropdpwn .gt_switcher {
width: 195px !important;
position: absolute;
top: -27px;
right: 0;
overflow: unset;
}
.gt_switcher .gt_selected a {
padding: 4px 5px !important;
}
.MenuLocLang .Location_dropdown {
position: absolute;
right: 200px !important;
width: max-content !important;
}
.gt_switcher a {
text-decoration: none;
display: flex;
font-size: 12pt;
box-sizing: content-box;
flex-direction: row;
align-items: center;
}
.switcher .selected,.gt_switcher .selected {
position: relative;
z-index: 9999;
background: transparent url(//www.shalby.org/wp-content/themes/Shalby/images/language.png) no-repeat;
color: white;
padding: 7px 34px 7px 12px;
font-size: 14px;
font-family: MediumFont;
border: 1px solid transparent;
color: white;
padding: 7px 34px 7px 12px;
font-size: 14px;
}
.switcher a img,.gt_switcher a img {
margin-right: 6px !important;
}
.switcher .selected a,.gt_switcher .gt_selected a {
color: #1B4E9B !important;
font-size: 14px !important;
font-family: MediumFont !important;
border-color: transparent !important;
}
.switcher .selected,.gt_switcher .gt_selected {
background: transparent !important;
border-radius: 34px !important;
padding: 5px !important;
}
.Location_dropdown-content,
.Language_dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 290px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
border-radius: 10px;
max-height: 198px;
overflow-y: auto;
right: 0;
}
.Location_dropdown-content {
z-index: 99999;
}
.Location_dropdown-content a,
.Language_dropdown-content a {
color: #535353;
padding: 12px 16px;
text-decoration: none;
display: block;
border-bottom: 0.5px solid #EDF3FB !important;
font-size: 14px !important;
font-family: 'MediumFont' !important;
}
.Location_dropdown-content a:hover,
.Language_dropdown-content a:hover {
background-color: #d0e7ff;
}
.Location_dropdown:hover .Location_dropdown-content,
.Language_dropdown:hover .Language_dropdown-content {
display: block;
}
.Location_dropdown:hover .Location_dropbtn .Location_dropdown:hover .Location_dropbtn,
.Language_dropdown:hover .Language_dropbtn .Language_dropdown:hover .Language_dropbtn {
background-color: #EF7F1A;
}
.menuRight.SocialMedia_Icon {
margin-left: 0px;
}
.gt_switcher .gt_option a {
color: #525252 !important;
padding: 3px 5px !important;
font-size: 14px !important;
font-family: 'MediumFont' !important;
border-bottom: 0.5px solid #EDF3FB !important;
padding: 10px !important;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.gt_switcher .gt_option {
background-color: #fff !important;
border-radius: 10px !important;
width: auto !important;
}
.gt_switcher .gt_option a:hover {
background: #d0e7ff !important;
}
.desktopLogo a {
display: block;
text-align: center;
}
.desktopLogo a img {
width: 160px;
height: 80px;
}
#main-menu .container-menu.container.flex-container {
position: relative;
}
#main-menu li.specialities_megamenu {
position: initial !important;
}
.menu2 .flex-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.menu2LeftLogo {
float: left;
}
.menu2Middle {
float: right;
}
.menu2 ul li a {
font-size: 13px;
color: #535353;
font-family: 'MediumFont';
text-decoration: none;
display: flex;
align-items: center;
}
.menu2 ul li a:hover {
color: #FF842B;
}
.menu2 ul {
display: flex;
flex-direction: row;
list-style: none;
justify-content: flex-end;
align-items: center;
flex-direction: row;
}
.menu2Btn {
flex-wrap: wrap;
justify-content: flex-end;
display: inline-block;
vertical-align: middle;
}
.menu2BtnLbl {
display: inline-block !important;
vertical-align: middle;
}
.Label1,
.phoneLabel,
.phoneNumber {
margin-left: 10px;
margin-right: 30px;
}
.phoneLabel {
font-size: 14px;
line-height: 16px;
color: rgba(130, 130, 130, 0.85);
font-family: "MediumFont";
}
.phoneNumber {
font-size: 14px;
line-height: 20px;
color: #828282;
font-family: "MediumFont";
}
.aboutDetails_whyus .phoneNumber {
margin-left: 20px;
}
.menu2Middle li {
position: relative;
}
.menu2Middle ul li:after {
position: absolute;
background: #1B4E9B;
content: "";
right: 0px;
height: 36px;
width: 2px;
top: 6px;
}
.menu2Btn img {
padding-left: 20px;
width: 40px;
}
.menu2Middle>ul li:last-child::after {
display: none;
}
.menu2LeftLogo.mobLogo {
display: none;
}
.mobShow {
display: none;
}
.mobHide {
display: block;
}
.mobMenu1 .Search {
display: none;
}
.menuphoneNubs {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.MenuLocLang {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: relative;
}
.menu2 {
background: #fff;
box-shadow: 1px 1px 6px #d9d9d9;
border-bottom: 0.5px solid #D0E7FE;
}
.menuphoneNubsLang .menu2Right {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
}
.sticky_Menu {
position: sticky;
top: 0;
z-index: 9999;
box-shadow: 0px 0px 6px #1b4e9b;
left: 0;
right: 0;
width: 100%;
box-shadow: 0px 0px 6px #1b4e9b;
}
.whyUsRight .phoneNumber {
margin-left: 20px;
}
.searchPopup .popup {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.popuptext {
display: none;
width: 60%;
background-color: #d0e7ff;
color: #fff;
text-align: center;
border-radius: 30px;
padding: 8px 0;
position: absolute;
z-index: 1;
top: 44px;
left: auto;
right: 0;
bottom: auto;
box-shadow: 0px 0px 6px #525252;
}
.searchPopup input {
width: 96%;
height: 36px;
background: #FFFFFF;
box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
border-radius: 30px;
border: 0;
font-size: 16px;
font-family: 'RegularFont';
color: #535353;
padding: 10px;
z-index: 9;
}
.searchPopup .popup .popuptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
margin: 0 auto;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.banner {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/bg.png) no-repeat;
}
.Banner {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/bg.png) no-repeat;
height: 480px;
}
.bannerHomewrapper .detailsBannerWrap.fullBnrWrap {
height: auto;
}
.detailsBannerWrap.fullBnrWrap {
height: auto;
max-height: 240px;
}
.detailsBannerWrap.fullBnrWrap img {
height: auto;
}
.detailsBannerWrap.fullBnrWrap img {
padding-left: 0;
}
.aboutUsDetailBnrWrap.detailsBannerWrap {
width: auto;
}
.fullBnrWrap img {
max-width: 100% !important;
max-height: 100%;
}
.detailsBannerWrap img {
padding-left: 30px;
height: 100%;
max-width: 480px;
width: 100%;
}
.bnrTitleContentCTA {
position: absolute;
left: 45%;
}
li.search_res_list {
padding: 10px;
background: #fff;
margin: 10px 0;
border-radius: 4px;
box-shadow: 1px 1px 4px #828282;
display: block;
border-bottom: 0;
}
li.search_res_list:hover {
background: #d0e7ff;
}
.search_res_list a {
font-size: 16px;
line-height: 20px;
color: #828282;
font-family: "MediumFont";
display: block;
}
.search-result-title {
position: relative;
font-family: 'BoldFont';
font-size: 25px;
line-height: 30px;
color: #1B4E9B;
margin: 30px 0;
display: inline-block;
}
li.search_res_list:last-child {
margin-bottom: 40px;
}
.search-result-title:after {
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 4px;
background: #EF7F1A;
content: "";
border-radius: 10px;
display: inline;
}
.aboutUsLeft .customContent {
text-align: justify;
}
.aboutUsDetailBnrWrap img {
padding-left: 0 !important;
}
.Title:after {
position: absolute;
width: 100%;
height: 4px;
background: #EF7F1A;
content: "";
bottom: -10px;
left: 0;
}
.aboutUsLeft .aboutUsCategories {
margin-bottom: 20px;
}
.subTitle {
font-family: 'BoldFont';
font-size: 28px;
line-height: 32px;
color: #535353;
padding-top: 24px;
}
.subTitleOrange {
color: #EF7F1A;
}
.cateInnerWrap a {
font-family: 'MediumFont';
font-size: 18px;
line-height: 22px;
color: #535353;
text-decoration: none;
}
.aboutUsLeft {
flex: 60%;
}
.aboutUsRight {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/SG.jpg) no-repeat 50%;
width: 40%;
background-size: cover;
position: relative;
margin-left: 50px;
}
.aboutUsRight img {
max-width: 100%;
bottom: 0;
position: absolute;
right: 0;
width: 250px;
}
.aboutUsRight embed {
width: 180px;
max-width: 100%;
position: absolute;
right: 0;
bottom: 0;
}
.cateInnerWrap {
padding: 8px;
border-radius: 50px;
display: flex;
align-items: center;
}
.aboutUsLeft .aboutUsCategories .cateInnerWrap {
width: auto;
}
.cateInnerWrap a {
width: 80%;
}
.aboutUsLeft .aboutUsCategories {
display: flex;
justify-content: center;
align-items: center;
row-gap: 10px;
margin-top: 50px;
}
.unit-img {
display: flex;
justify-content: center;
align-items: center;
}
.aboutUsCategories {
display: flex;
align-items: baseline;
flex-direction: row;
flex-wrap: wrap;
background: rgba(247, 247, 247, 0.4);
box-shadow: 0px 0px 2px #ff842b;
border-radius: 15px;
padding: 12px;
margin-top: 30px;
}
.aboutUsInnerWrapper {
padding-top: 10px;
text-align: justify;
padding-right: 20px;
padding-bottom: 20px;
}
.aboutUsInnerWrapper p {
font-family: 'MediumFont';
font-size: 16px;
line-height: 26px;
color: #535353;
}
.cateInnerWrap a {
padding-left: 20px;
}
.aboutUsWrapper {
background-size: cover;
padding-top: 0px !important;
}
.aboutUsInnerWrapper .customContent {
margin-top: 10px;
margin-bottom: 10px;
}
#speciality .clinicalRight img {
max-width: 100%;
width: 100%;
}
.rounded-5 {
border-radius: 50px;
}
.whyShalbyLeftImg img {
width: 40%;
}
.whyUsWrapper {
background-size: cover;
padding-top: 60px;
padding-bottom: 20px;
}
.whyuscateInnerWrap a {
z-index: 9;
position: relative;
top: 22px;
left: 0px;
}
.whyuscateInnerWrap {
justify-content: flex-start;
display: flex;
align-items: center;
margin-bottom: 20px;
width: 350px;
height: 50px;
background: #E6EFF9;
box-shadow: 0px 0px 4px #ff842b;
border-radius: 50px;
padding-left: 30px;
}
.whyuscateInnerWrap:after {
position: absolute;
width: 50px;
height: 50px;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/whyshalbyRight.png) no-repeat;
top: 0;
left: -1px;
content: "";
background-size: contain;
}
.whyuscateInnerWrap {
z-index: 9;
position: relative;
top: 22px;
left: 26px;
}
.whyUsCategories a {
color: #828282;
font-size: 16px;
font-family: 'MediumFont';
}
.whyUsCategories a:hover {
color: #F69855 !important;
}
.whyuscateInnerWrap img {
position: relative;
top: -3px;
z-index: 9;
left: -14px;
width: 20px;
}
.whyuscateInnerWrap .phoneNumber:hover {
color: #F69855;
}
.whyUsRight {
justify-content: center;
display: flex;
align-items: center;
flex-wrap: wrap;
column-gap: 20px;
}
.zeroTechWrapper {
background: linear-gradient(2deg, rgb(254 254 254) 0%, rgb(254 254 254 / 29%) 49%, rgb(254 254 254) 100%), url(//www.shalby.org/wp-content/themes/Shalby/images/clinicalExce.svg) no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
}
.zeroTechRight p.customContent {
padding-top: 20px;
padding-bottom: 10px;
}
.zeroTechRight ul li:before {
width: 0;
height: 0;
border-radius: 3px;
content: "";
position: absolute;
left: 0;
top: 8px;
border-top: 10px solid transparent;
border-left: 10px solid #EF7F1A;
border-bottom: 10px solid transparent;
}
.zeroTechRight ul {
padding-bottom: 20px;
}
.zeroTechRight ul li {
font-family: 'MediumFont';
font-size: 14px;
line-height: 16px;
color: #535353;
position: relative;
padding-left: 30px;
padding-top: 10px;
}
.zeroTechRight .Title {
justify-content: center;
align-items: center;
}
.zeroTechRight {
display: flex;
justify-content: revert;
flex-direction: column;
align-items: flex-start;
flex: 50%;
}
.zeroTechRight .Title:after {
width: 100%;
}
.zeroTechLeft {
flex: 50%;
align-items: center;
display: flex;
justify-content: right;
}
.zeroTechRight img {
max-width: 100%;
}
.ExcellenceWrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-size: cover; ;
}
.ExcellenceWrapper .Title {
margin-bottom: 20px;
}
.ExcellenceWrapper .flex-container {
max-width: 1400px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ClinicalExceBox {
width: 270px;
height: 210px;
background: #FFFFFF;
box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 25%);
border-radius: 10px;
flex: 25%;
text-align: center;
padding-top: 40px;
padding-bottom: 20px;
margin: 30px;
}
.ClinicalExceOuterBox {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
gap: 20px;
padding-top: 70px;
}
.Clinical.ExcellenceWrapper p.customContent {
margin-left: 15%;
margin-right: 15%;
text-align: center;
display: inline-flex;
}
img.clinicalBoxImgBG {
margin-top: -110px;
width: 100px;
}
.ClinicalExceTitle {
font-family: 'BoldFont';
font-size: 18px;
line-height: 26px;
color: #535353;
position: relative;
padding-top: 35px;
padding-bottom: 10px;
padding-left: 6px;
padding-right: 6px;
}
.ClinicalExceTitle:before {
width: 90%;
height: 2px;
background: #EF7F1A;
content: "";
top: 16px;
position: absolute;
margin: 0 auto;
right: 0;
left: 0;
}
.ClinicalExceCount {
font-family: 'MediumFont';
font-size: 20px;
line-height: inherit;
color: #EF7F1A;
}
#speciality .cateInnerWrap img {
max-width: 100%;
width: 40px;
height: 40px;
}
#speciality .cateInnerWrap {
height: 72px;
line-height: 50px;
}
#corppage #speciality .cateInnerWrap {
line-height: 56px;
}
.clinicalWrapper .tabs {
clear: both;
position: relative;
margin: 0 auto;
margin-top: 0px;
}
.clinicalWrapper .tab {
float: left;
}
.clinicalWrapper .tab label {
margin-right: 0px;
position: relative;
top: 0;
cursor: pointer;
text-transform: uppercase;
}
.clinicalWrapper .tab [type=radio] {
display: none;
}
.clinicalWrapper .tab__content {
position: relative;
top: 40px;
left: 0;
right: 0;
bottom: 0;
transition: opacity .2s cubic-bezier(.42, 0, .34, 1.01);
opacity: 0;
}
[type=radio]:checked~label {
background: #EF7F1A;
border: 0.5px solid #EF7F1A;
z-index: 2;
color: #FFFFFF;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
}
[type=radio]:checked~label~.tab__content {
z-index: 1;
opacity: 1;
}
.clinicalWrapper .clinicalWrapper {
background: linear-gradient(187.99deg, #F3F7FC 8.41%, #535353 49.41%, #FDFCF9 96.05%);
padding-top: 46px;
padding-bottom: 70px;
}
.clinicalLeft label {
border-top-left-radius: 25px;
font-family: 'BoldFont';
font-size: 20px;
line-height: 22px;
padding: 10px 20px;
border-bottom-right-radius: 25px;
border: 1px solid #ef7f1a;
color: #EF7F1A;
background: #fff;
box-shadow: none;
}
.clinicalWrapper .clinicalLeft {
flex: 65%;
justify-content: center;
flex-direction: column;
}
.clinicalWrapper .clinicalRight {
flex: 35%;
justify-content: center;
flex-direction: row;
}
.clinicalWrapper .clinicalLeft .Title {
margin-bottom: 40px;
}
.clinicalWrapper .clinicalLeft .tab__content {
display: flex;
flex-direction: column;
padding-top: 0px;
}
.clinicalWrapper .clinicalCategories .phoneLabel a {
font-family: 'MediumFont';
font-size: 18px;
color: #525252 !important;
line-height: 22px;
}
.clinicalMainWrapper {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 20px !important;
}
.clinicalCategories {
display: flex;
flex-direction: column;
height: 420px;
flex-wrap: wrap;
column-gap: 30px;
}
.clinicalWrapper .clinicalCategories {
columns: 2;
}
.viewAllSpeciBtn,
.viewAllProceBtn {
display: grid;
width: fit-content;
}
#doctors .ViewAll:hover {
color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
border-color: transparent;
}
.next_tes:hover,
.prev_tes:hover {
background: #EF7F1A !important;
}
.clinicalCategories:last-child {
padding-right: 0;
}
.clinicalLeft button.ViewAll {
margin-top: 30px;
}
.locationWrapper .tab {
box-sizing: border-box;
background: #FFFFFF;
box-shadow: 4px 0px 4px #d0e7fe;
}
.locationWrapper .tab button {
display: block;
background-color: inherit;
color: black;
padding: 10px 30px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-size: 16px;
text-wrap: nowrap;
}
.locationWrapper .tab button:hover {
position: relative;
}
.locationWrapper .tab button.active {
background: #D0E7FE;
position: relative;
}
.mySlides {
display: none;
}
img {
vertical-align: middle;
}
.locationWrapper .tab button {
display: block;
background-color: transparent;
color: black;
padding: 20px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
border-bottom: 0.5px solid #D0E7FE;
font-size: 16px;
font-family: 'MediumFont';
color: #535353;
position: relative;
}
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
.locationWrapper .clinicalRight {
width: 100%;
display: block;
overflow: hidden;
}
.owl-carousel.owl-loaded {
padding-top: 50px;
}
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.fade {
animation-name: fade;
animation-duration: 1.5s;
}
@keyframes fade {
from {
opacity: .4;
}
to {
opacity: 1;
}
}
.locationInnerBox .tabs {
display: flex;
flex-direction: row;
}
.locationInnerBox .tab {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}
.locationAdd {
width: auto;
background: #FFFFFF;
box-shadow: 0px 1px 4px #d0e7fe;
border-bottom-right-radius: 20px;
border-top-right-radius: 50px;
border-bottom-left-radius: 20px;
float: left;
padding: 0 0 30px 0;
height:440px;
}
.owl-carousel .owl-stage-outer {
height: 450px;
}
.locationAdd h4 {
font-family: 'MediumFont';
font-size: 16px;
line-height: 18px;
color: #535353;
background: #D0E7FE;
padding: 12px 16px 12px;
position: relative;
}
.locationAdd h4:after {
content: '';
display: block;
position: absolute;
top: 0;
right: -2px;
width: 0;
height: 0;
border-color: transparent #fff transparent transparent;
border-style: solid;
border-width: 20px;
}
.locationAdd h4:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-color: transparent #FFDABF transparent transparent;
border-style: solid;
border-width: 22px;
}
.LocDetailRight .locationAdd h4:after,
.LocDetailRight .locationAdd h4:before {
display: none;
}
.LocDetailRight .locationAdd h4 a {
font-family: 'BoldFont';
font-size: 18px;
line-height: 22px;
color: #1B4E9B !important;
background: transparent;
}
.LocDetailRight .fltrlocContent h3,
.LocDetailRight .fltrlocContent .addPhone {
line-height: 22px;
padding-bottom: 10px;
}
.locationAdd h3 {
font-family: 'RegularFont';
font-size: 14px;
line-height: 18px;
padding-top: 16px;
color: #535353;
padding-bottom: 0;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/locationAdd.svg) no-repeat 10px;
padding-left: 40px;
}
.addPhone {
font-family: 'RegularFont';
background: url(//www.shalby.org/wp-content/themes/Shalby/images/phoneAdd.svg) no-repeat 10px 16px;
font-size: 14px;
line-height: 22px;
padding-top: 16px;
color: #535353;
padding-bottom: 0;
padding-left: 40px;
}
.total-bad {
font-family: 'RegularFont';
background: url(//www.shalby.org/wp-content/themes/Shalby/images/bed.svg) no-repeat 10px 16px;
font-size: 14px;
line-height: 22px;
padding-top: 16px;
color: #535353;
padding-bottom: 0;
padding-left: 40px;
background-size: 18px;
}
.addPhone a {
font-size: 14px;
line-height: 22px;
color: #535353;
font-family: 'RegularFont';
}
.addGoogleRating img {
padding-top: 10px;
padding-left: 10px;
}
.locationAdd .hospitalImg {
width: 100%;
height: 100%;
max-width: 100%;
}
.locationWrapper .locationAdd .hospitalImg {
border-top-right-radius: 50px;
}
.addGoogleRating .ti-widget.ti-goog .ti-header {
padding: 10px;
}
.addGoogleRating .ti-widget.ti-goog .ti-icon {
width: 20px;
height: 20px;
margin-right: 20px;
}
.addGoogleRating .ti-widget.ti-goog .ti-text,
.addGoogleRating .ti-widget.ti-goog .ti-rating {
font-family: 'RegularFont';
font-size: 14px;
line-height: 18px;
color: #535353;
}
.addGoogleRating .ti-widget.ti-goog .ti-widget-container {
text-align: left;
}
.addGoogleRating .ti-widget .source-Google .ti-icon:after {
background-size: 60% 100%;
}
.addGoogleRating .ti-widget.ti-goog .ti-widget-container,
.ti-widget.ti-goog .ti-widget-container * {
line-height: 20px;
}
#Gujarat {
gap: 20px;
} .locationInnerBox .tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
} .locationInnerBox .tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
} .tab button:hover {
background-color: #D0E7FE;
} .tab button.active {
background-color: #D0E7FE;
} .tabcontent {
display: none;
padding: 6px 12px;
border-top: none;
}
.locationOuterWrapper {
padding-top: 10px;
padding-bottom: 30px;
background-position: bottom left;
background-size: 20%;
}
.locationOuterWrapper .locationCity label.active {
background: #EF7F1A;
border: 0.5px solid #EF7F1A;
z-index: 2;
color: #FFFFFF;
border-top-left-radius: 25px;
font-family: 'BoldFont';
font-size: 22px;
line-height: 26px;
padding: 10px 20px;
border-bottom-right-radius: 25px;
}
.locationOuterWrapper .locationCity label {
border-top-left-radius: 25px;
font-family: 'BoldFont';
font-size: 22px;
line-height: 26px;
padding: 10px 20px;
border-bottom-right-radius: 25px;
border: 1px solid #ef7f1a;
color: #EF7F1A;
background: #fff;
margin: 0 10px;
}
.locationOuterWrapper .locationCity label:hover {
background: #ef7f1a;
color: #fff;
}
.tabTestimonial {
margin-bottom: 30px;
}
.wrap .nav-tabs {
border-bottom: transparent;
}
.locationCity {
width: 78%;
}
.DocDDWrap {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.doctorsOuterWrapper {
display: flex;
flex-direction: column;
}
.OurExpertWrapper {
background-size: cover;
padding-top: 48px;
}
.NameLabelDoc_dropdown {
padding-right: 38px;
}
.doctorsOuterWrapper h3 {
color: #fff;
font-size: 18px;
font-family: 'MediumFont';
padding: 6px;
position: relative;
width: 80%;
margin-right: 10px;
}
.docListWrap {
background: #f7f7f7;
border-radius: 8px !important;
width: 420px;
border-radius: 10px;
background: #f7f7f7;
float: left;
}
.docListLeft {
display: flex;
flex-direction: row;
padding-bottom: 6px;
padding-top: 6px;
}
.docListLeftInner {
position: relative;
display: flex;
flex-direction: column;
background: #F7F7F7;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
border-radius: 8px;
justify-content: flex-start;
align-items: flex-end;
margin-bottom: 20px;
width: 396px;
background-position: right bottom;
height: fit-content;
border-top: 10px solid #1b4e9b;
}
.docListLeftRight {
display: flex;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
padding: 20px;
width: 100%;
position: relative;
z-index: 99;
text-align: center;
height: fit-content !important;
}
.docListLeftInner .docButtons {
display: flex;
flex-direction: row;
align-items: center;
padding-bottom: 10px;
padding-top: 10px;
z-index: 99;
padding-right: 10px;
bottom: 5px;
margin: 0 auto;
position: absolute;
justify-content: space-evenly;
width: 100%;
border-top: 1px solid #ccc;
}
.rightDocImg {
padding: 10px;
}
.doctorsOuterWrapper .carousel-indicators {
display: none;
}
#doctors .owl-carousel .owl-item .item .docListLeftRight .left .docButtons {
position: absolute;
right: 6px;
z-index: 9;
bottom: 15px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.docButtons {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
z-index: 9;
}
.docButtons a img {
width: 30px !important;
border-radius: 0 !important;
}
.DocProfileView img,
.DocAppointment img {
padding-right: 6px;
}
.docCall img {
width: 100%;
border-radius: 0 !important;
}
.docListLeftInner:after {
position: absolute;
right: 0;
bottom: 0;
content: "";
height: 223px;
width: 100%;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/docbg.svg) no-repeat 100%;
display: none;
}
.docListLeftInner .right {
position: relative;
z-index: 9;
}
span.docCall {
margin-top: 5px;
width: 10%;
margin-right: 5px;
}
.docListNameCall {
display: flex;
flex-direction: row;
justify-content: flex-start;
width: 100%;
text-align: left;
}
.doctorsOuterWrapper .carousel-control.left {
background-image: none;
right: 62px !important;
}
.doctorsOuterWrapper .carousel-control.right {
background-image: none;
}
.docTitle {
font-family: 'MediumFont';
font-size: 16px;
line-height: 16px;
padding-top: 10px;
color: #002d59;
padding-left: 0;
}
.docContent {
font-family: 'RegularFont';
font-style: normal;
font-size: 14px;
line-height: 16px;
color: #535353;
padding-top: 10px;
padding-left: 0px;
z-index: 99;
padding-bottom: 0px;
word-break: break-word;
position: relative;
z-index: 99;
padding-right: 0px;
}
.ViewAll {
color: #EF7F1A;
font-size: 14px;
font-family: 'MediumFont';
padding: 6px 10px;
border: 1px solid #ef7f1a;
border-radius: 50px;
white-space: pre;
}
.share-doc {
width: 14px;
margin-left: 6px;
display: flex;
}
.DocProfileView {
color: #1B4E9B;
font-size: 14px;
font-family: 'RegularFont';
border: 0;
line-height: 24px;
display: flex;
align-items: center;
}
.DocProfileView:hover {
color: #EF7F1A;
}
.DocAppointment:hover {
color: #EF7F1A;
}
.DocAppointment {
color: #1B4E9B;
font-size: 14px;
font-family: 'RegularFont';
border: 0;
line-height: 24px;
display: flex;
align-items: center;
}
a.ViewAll:hover {
color: #1B4E9B !important;
border-color: #1B4E9B;
}
.hexaDocImg img {
width: 150px !important;
height: 150px !important;
border-radius: 10px !important;
object-fit: cover;
object-position: top;
}
.hexaDocImg .owl-carousel .owl-item img {
border-bottom-right-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.docListLeftInner .left,
.docListLeftInner .right {
width: 100%;
}
.doctorsOuterWrapper .carousel-control {
right: 30px !important;
top: 0;
width: 20px;
height: 20px;
}
.doctorsOuterWrapper .carousel-control {
right: 20px !important;
left: auto;
bottom: -40px;
top: auto;
}
.NameDoc_dropbtn {
background: #fff url(//www.shalby.org/wp-content/themes/Shalby/images/docListArrow.svg) no-repeat 95% 50%;
color: #828282;
padding: 8px 34px 7px 14px;
font-size: 14px;
border: none;
cursor: pointer;
border-radius: 30px;
font-family: RegularFont;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
border-radius: 25px;
min-width: 300px;
text-align: left;
}
.NameDoc_dropdown {
position: relative;
display: inline-block;
}
.NameDoc_dropdown {
padding-left: 10px;
text-align: right;
}
.NameDoc_dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 300px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.docListHead label {
font-size: 14px;
line-height: 16px;
color: #535353;
font-family: RegularFont;
}
.NameDoc_dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.NameDoc_dropdown-content a:hover {
background-color: #f1f1f1;
}
.NameDoc_dropdown:hover .NameDoc_dropdown-content {
display: block;
}
.NameDoc_dropdown:hover .NameDoc_dropbtn .NameDoc_dropdown:hover .NameDoc_dropbtn {
background-color: #EF7F1A;
}
.docListHead {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 50%;
}
.container.flex-container.doctorsOuterWrapper.responsiveDocWrap {
display: none;
}
.searchAndAboutBG .container.flex-container {
display: flex;
flex-direction: column;
}
.container.flex-container.aboutUsWrapper {
flex-direction: row;
}
.searchAndAboutBG .searchWrapper .subscribe {
width: 32px;
height: 36px;
padding: 7px;
}
.searchOuterWrapper1 {
}
.card.seachdata {
width: auto;
height: 180px;
overflow-y: auto;
margin-left: 92px;
padding: 10px;
background: #FFFFFF;
box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
border-radius: 10px;
font-family: 'RegularFont';
font-size: 14px;
line-height: 20px;
color: #535353;
z-index: 99;
position: absolute;
top: 68px;
width: 78%;
left: 0;
} .card.seachdata li {
background: #fff;
}
.searchAndAboutBG .searchWrapper .card.seachdata li:hover {
background: #d0e7ff;
} .card.seachdata li a {
font-size: 16px;
color: #535353;
font-family: 'MediumFont';
border-bottom: 0.5px solid #EDF3FB;
display: block;
text-decoration: none;
padding: 10px;
} .searchOuterWrapper {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/searchstickyBackground.svg) no-repeat;
}
.searchWrapper input { width: 500px;
height: 36px;
background: #FFFFFF;
box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
border-radius: 30px;
border: 0;
font-size: 14px;
font-family: 'RegularFont';
color: #535353;
padding-left: 10px;
z-index: 9;
margin-left: 92px;
position: relative;
}
.searchWrapper .subscribe {
width: 138px;
height: 36px;
background: transparent;
border-radius: 30px;
font-size: 16px;
line-height: 16px;
color: #FFFFFF;
border: 0;
position: absolute;
right: 10px;
top: 20px;
font-family: 'MediumFont';
z-index: 9;
}
.searchWrapper .footerInputBtn:before {
display: none;
}
.searchWrapper .footerInputBtn {
position: relative;
margin: 0 auto;
padding: 20px 0;
}
.searchWrapper {
width: 630px;
background: #FFFFFF;
box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
border-radius: 50px;
position: relative; ;
}
.searchWrapper:after {
position: absolute;
width: 82px;
height: 82px;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/searchSticky.svg) no-repeat;
content: "";
left: 0px;
top: -3px;
background-size: contain;
}
.faqWrapper .accordion {
color: #535353;
cursor: pointer;
width: 100%;
text-align: left;
outline: none;
font-family: 'MediumFont';
}
.faqWrapper .card {
border-color: transparent;
border-bottom: 1px solid #ff842b73 !important;
}
.faqWrapper .active,
.faqWrapper .accordion:hover {
background-color: transparent;
color: #EF7F1A;
position: relative;
}
.faqWrapper .active,
.faqWrapper .accordion:hover {
background-color: transparent;
color: #EF7F1A;
}
.faqWrapper .active {
background-size: 30px;
}
.faqWrapper .active:before {
right: 0;
top: 22px;
width: 30px;
height: 30px;
content: "";
}
.faqWrapper {
background: linear-gradient(2deg, #fafcff 0.5%, #FFFFFF 10.25%, #FFFFFF 31.34%, rgba(247, 247, 247, 0.334941) 65.46%, #fafcff 98.18%);
background-size: cover;
padding-top: 48px;
padding-bottom: 30px;
}
.faqRight { margin-right: 30px;
}
.faqLeft { text-align: center;
}
.faqLeft .Title:after {
left: 0;
right: 0;
margin: 0 auto;
}
.faqLeftImg {
padding-top: 30px;
}
.faqWrapper .card-header {
background: transparent;
border: transparent;
padding: 0;
}
.faqWrapper .faqRight .collapse {
background: #fff;
border-radius: 4px;
color: #535353;
font-family: 'MediumFont';
border-left: 2px solid #EF7F1A;
}
.faqWrapper .faqRight .collapse p {
text-align: justify;
padding-right: 2rem;
}
.faqWrapper .faqRight .card-body {
padding: 20px 30px;
min-height: auto;
border-left: 2px solid #EF7F1A;
border-radius: 8px;
}
.faqWrapper .faqRight .accordion>.card:not(:last-of-type) {
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
#faqRight {
margin: 50px 0;
}
#faqRight #faq .card .collapse.show p {
font-size: 14px;
}
#faqRight #faq .card .card-header {
-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
}
#faqRight #faq .card .card-header .btn-header-link {
color: #fff;
display: block;
text-align: left;
background: #ffffff;
color: #535353;
padding: 16px;
}
#faqRight #faq .card .card-header .btn-header-link:after {
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
float: right;
color: #EF7F1A;
transform: rotate(180deg);
}
#faqRight #faq .card .card-header .btn-header-link.collapsed {
background: #ffffff;
color: #535353;
}
#faqRight #faq .card .card-header .btn-header-link.collapsed:after {
content: "\f107";
transform: rotate(0deg);
}
#faqRight #faq .card .collapsing {
background: #ffffff;
color: #535353;
}
#faqRight #faq .card .collapse {
border: 0;
}
#faqRight #faq .card .collapse.show {
background: #ffffff;
margin: inherit;
color: #535353;
}
.footerWrapper {
display: flex;
flex-direction: row;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/footerBg.svg) no-repeat;
padding-top: 145px;
padding-bottom: 0px;
background-size: cover;
}
.FooterLabel.footerSubscribe {
display: inherit;
}
.footerInnerWrapper {
position: relative;
}
.footerInnerWrapper:before {
position: absolute;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/footerLogo.svg) no-repeat;
content: "";
width: 170px;
height: 170px;
top: -70px;
left: 60px;
z-index: 9;
}
.footerLeft {
background-color: #fff;
padding: 10px 10px 10px 30px;
flex: 25%;
}
.footerLeft .SocialMediaFooter {
position: absolute;
top: auto;
left: 0;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/footerSocialMediaBG.svg) no-repeat;
padding: 14px 0px 8px 22px;
display: flex;
bottom: 0;
width: 100%;
}
.footerLeft {
position: relative;
}
.footerMiddle1 {
background-color: #fff;
padding: 10px;
flex: 25%;
}
.footerMiddle2 {
background-color: #fff;
padding: 10px;
flex: 25%;
}
.footerRight {
background-color: #fff;
padding: 10px;
flex: 25%;
}
.FooterLabel {
color: #828282;
font-size: 20px;
font-family: "BoldFont";
position: relative;
display: inline;
}
.FooterLabel:after {
position: absolute;
content: "";
top: 48px;
left: 0;
background: #EF7F1A;
height: 3px;
width: 100%;
}
.footerLeft .FooterLabel::after {
width: 100%;
}
.parsley-required,
.parsley-custom-error-message,
.contactDetailsRight .wpcf7-response-output {
color: #f91f1f !important;
border-color: transparent !important;
}
.contactDetailsRight .wpcf7 form .wpcf7-response-output {
margin: 4px !important;
padding: 10px !important;
}
.contactDetailsRight span.wpcf7-spinner {
position: absolute;
margin: 0 auto;
text-align: center; left: 0;
right: 0;
margin-top: 10px;
}
.FooterInnerWrapper a,
.FooterInnerWrapper p,
.FooterInnerWrapper ul li {
color: #828282;
font-size: 16px;
font-family: "MediumFont";
position: relative;
text-decoration: none;
padding: 6px 0;
position: relative;
font-weight: 500;
}
.FooterInnerWrapper {
margin-top: 50px;
}
.footerLeft .FooterInnerWrapper {
margin-top: 30px;
}
.FooterSubTitle {
color: #828282;
font-size: 16px;
font-family: "BoldFont";
padding: 24px 0;
}
span.orangeLabel {
color: #EF7F1A;
}
.FooterLabel.footerSubscribe:after {
display: none;
}
.footerSubscribe img,
.footerSubscribe input,
.footerSubscribe button {
margin-top: 20px;
}
.footerSubscribe {
padding-top: 42px;
}
.footerSubscribe input:-ms-input-placeholde,
.footerSubscribe input::-webkit-input-placeholder {
font-size: 14px;
color: #535353;
font-family: 'RegularFont';
padding-left: 10px;
}
.footerSubscribe input::placeholder {
font-size: 14px;
color: #535353;
font-family: 'RegularFont';
padding-left: 10px;
}
input.mailpoet_submit {
width: 98px;
height: 30px;
background: #EF7F1A;
border-radius: 30px;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;
border: 0;
position: absolute;
right: 20px;
top: 0px;
font-family: 'MediumFont';
box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
z-index: 9;
}
.footerInputBtn {
position: relative;
margin-top: 40px;
}
.footerInputBtn:before {
content: "";
background: url(//www.shalby.org/wp-content/themes/Shalby/images/emailSubc.svg);
height: 20px;
width: 20px;
top: 3px;
left: 0;
position: absolute;
transform: rotate(45deg);
}
.footerInputBtn:before {
content: "";
background: url(//www.shalby.org/wp-content/themes/Shalby/images/emailSubc.svg) no-repeat;
height: 60px;
width: 52px;
top: -32px;
left: -10px;
position: absolute;
transform: rotate(-23deg);
}
.footerLeft,
.footerMiddle1,
.footerMiddle2,
.footerRight {
padding-top: 120px;
padding-bottom: 50px;
}
.FooterInnerWrapper li:hover,
.FooterInnerWrapper a:hover {
color: #ef7f1a;
}
.footerMiddle1 .FooterInnerWrapper ul li a {
padding-left: 00px;
}
a.FindADoc:before,
a.BookAnAppo::before,
a.BookAVideo::before,
a.BookHealthCheckup:before,
a.BookHomeCareService:before,
a.CareerFooter:before,
a.ShalbyElite:before,
a.ShalbyTimes:before {
content: "";
position: absolute;
left: 0;
top: 4px;
}
a.FindADoc:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/findADoc.svg) no-repeat;
height: 20px;
width: 20px;
}
a.BookAnAppo:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/Book\ An\ Appointment\ Icon.svg) no-repeat;
height: 22px;
width: 21px;
}
a.BookAVideo:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/Book\ a\ Video\ Footer.svg) no-repeat;
height: 24px;
width: 25px;
}
a.BookHealthCheckup:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/Book\ Health\ Footer.svg) no-repeat;
height: 22px;
width: 22px;
}
a.BookHomeCareService:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/book\ home\ care\ footer.svg) no-repeat;
height: 23px;
width: 22px;
}
a.CareerFooter:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/career.svg) no-repeat;
height: 22px;
width: 22px;
}
a.ShalbyElite:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/shalby\ Elite\ Footer.svg) no-repeat;
height: 24px;
width: 24px;
}
a.ShalbyTimes:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/shalby\ Times\ Footer.svg) no-repeat;
height: 22px;
width: 20px;
}
a.FindADoc:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/findADocHover.svg) no-repeat;
height: 22px;
width: 20px;
}
a.BookAnAppo:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/Book\ An\ Appointment\ Hover.svg) no-repeat;
height: 22px;
width: 21px;
}
a.BookAVideo:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/Book\ a\ Video\ Footer\ Hover.svg) no-repeat;
height: 24px;
width: 25px;
}
a.BookHealthCheckup:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/Book\ Health\ Footer\ Hover.svg) no-repeat;
height: 22px;
width: 22px;
}
a.BookHomeCareService:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/book\ home\ care\ footer\ Hover.svg) no-repeat;
height: 23px;
width: 22px;
}
a.CareerFooter:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/careerHover.svg) no-repeat;
height: 22px;
width: 22px;
}
a.ShalbyElite:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/shalby\ Elite\ Footer\ Hover.svg) no-repeat;
height: 24px;
width: 24px;
}
a.ShalbyTimes:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/shalby\ Times\ Footer\ Hover.svg) no-repeat;
height: 22px;
width: 20px;
}
p.Add1Footer,
a.Phone1Footer,
a.Email1Footer,
p.Add2Footer,
a.Phone2Footer,
a.Email2Footer {
padding-left: 30px;
position: relative;
}
p.Add1Footer:before,
p.Add2Footer:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/homeFooter.svg) no-repeat;
height: 22px;
width: 20px;
content: "";
position: absolute;
left: 0;
top: 4px;
}
a.Phone1Footer:before,
a.Phone2Footer:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/callFooter.svg) no-repeat;
height: 22px;
width: 20px;
content: "";
position: absolute;
left: 0;
top: 4px;
}
a.Email1Footer:before,
a.Email2Footer:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/emailFooter.svg) no-repeat;
height: 22px;
width: 24px;
content: "";
position: absolute;
left: 0;
top: 6px;
}
a.Phone1Footer:hover:before,
a.Phone2Footer:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/callFooterhover.svg) no-repeat;
}
a.Email1Footer:hover:before,
a.Email2Footer:hover:before {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/emailFooterhover.svg) no-repeat;
}
.SocialMediaFooter {
position: relative;
top: 40px;
left: -30px;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/footerSocialMediaBG.svg) no-repeat;
padding: 14px 0px 8px 22px;
display: flex;
}
.socialIcon img.fb.twitter {
width: 22px;
margin-left: 0;
}
.footerPolicyWrapperLeft {
padding: 10px;
flex: 40%;
}
.footerPolicyWrapper {
display: flex;
flex-direction: row;
background: #1B4E9B;
justify-content: space-between;
align-items: center;
}
.footerPolicyWrapperMiddle {
padding: 10px;
flex: 2%;
}
.footerPolicyWrapperRIght {
padding: 10px;
flex: 88%;
}
.footerPolicyWrapperRIght ul li {
font-size: 14px;
color: #fff;
font-family: 'MediumFont';
text-align: center;
padding: 0 10px;
}
.footerPolicyWrapperRIght ul {
display: flex;
flex-direction: row;
list-style: none;
justify-content: space-between;
align-items: self-start;
}
.footerPolicyWrapperRIght {
padding: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
;
}
.footerPolicyWrapperMiddle {
padding: 10px;
flex: 8%;
}
.footerPolicyWrapperLeft {
padding: 10px;
flex: 65%;
}
span.footerTextOrange {
color: #EF7F1A;
}
.footerPolicyWrapperLeft p {
color: #fff;
font-size: 15px;
font-family: 'MediumFont';
}
.footerPolicyWrapperRIght ul li:hover a {
color: #EF7F1A !important;
}
.footerPolicyWrapper1 .footerPolicyWrapperRIght ul li a {
color: #1b4e9b;
}
.footerPolicyWrapper1 {
background: #d0e7fe;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.footerSubscribe input.mailpoet_submit {
box-sizing: border-box;
padding: 5px !important;
margin: 0 auto 0 0 !important;
border-color: transparent !important;
width: 98px !important;
height: 30px !important;
background: #EF7F1A !important;
border-radius: 30px !important;
font-size: 14px !important;
line-height: 16px !important;
border: 0 !important;
position: absolute !important;
right: 20px !important;
top: 20px !important;
font-family: 'MediumFont' !important;
box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
-webkit-box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
-moz-box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
z-index: 9 !important;
}
input#form_email_2 {
width: 295px;
height: 30px;
background: #FFFFFF;
box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
-webkit-box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
-moz-box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
border-radius: 30px;
border: 0;
font-size: 14px;
font-family: 'RegularFont';
color: #535353;
padding-left: 10px;
z-index: 9;
margin-left: 20px;
position: relative;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-webkit-appearance: none;
}
.socialIcon {
background: #1B4E9B;
padding: 5px;
margin: 0 2px;
line-height: 20px;
border-radius: 46px;
width: 34px;
height: 34px;
display: flex;
justify-content: center;
align-items: center;
}
}
.socialIcon:hover {
background: #EF7F1A;
}
.socialIcon a {
display: block;
text-align: center; }
.SocialMedia_Icon img {
padding: 4px;
max-width: 100%;
}
.mobSocialIcon {
display: none;
}
.DesktopSocialIcon {
display: flex;
gap: 6px;
}
.testimonialsDetailRight .customContent p { ;
} .menuRight.SocialMedia_Icon .socialIcon {
width: 32px;
padding: 4px;
margin: 0;
height: 32px;
}
.newsAndMediaWrapper {
background: #fbfbfb;
background-size: cover;
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
padding-top: 40px;
padding-bottom: 40px;
}
.awardsDetailContent p iframe {
margin: 0 auto;
max-width: 100%;
width: 520px;
height: 320px;
display: block;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
background: #ffdabf;
padding: 10px;
max-height: 320px;
}
.dateNewsAndMedia:after,
.blogDate:after,
.healthTalkDate:after {
content: '';
display: block;
position: absolute;
top: 0;
right: -6px;
width: 0;
height: 0;
border-color: transparent #fff transparent transparent;
border-style: solid;
border-width: 20px;
display: none;
}
.blogBoxSubtitle,
.newsAndMediaBoxSubtitle,
.healthTalkBoxSubtitle {
display: none;
}
.Blog-post-single ul li {
margin-bottom: 14px;
font-size: 16px;
}
.dateNewsAndMedia:before,
.blogDate:before,
.healthTalkDate:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-color: transparent #F69855 transparent transparent;
border-style: solid;
border-width: 19px;
display: none;
}
.newsAndMediaWrapper .flex-container {
gap: 10px;
}
.newsAndMediaTitle,
.blogTitle,
.healthTalkTitle {
font-family: 'BoldFont';
font-size: 20px;
line-height: 24px;
color: #1B4E9B;
border-radius: 10px;
padding: 6px 10px;
flex: 70%;
margin-right: 10px;
}
.newsAndMediaTitleWrap,
.blogTitleWrap,
.healthTalkTitleWrap {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
background: #fff;
border-radius: 10px;
margin-bottom: 20px;
}
.newsAndMediaWrapper button.ViewAll {
font-family: 'RegularFont';
float: right;
background: #EF7F1A;
border: 0.5px solid #EF7F1A;
border-radius: 4px;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;
margin: 8px 10px;
width: 100px;
}
.newsAndMediaOuterBox {
margin-right: 0 !important;
padding: 0 !important;
}
.newsAndMediaWrapper button.readMore {
flex: 20%;
background: rgba(247, 238, 232, 0.51);
border: 0.5px solid #EF7F1A;
border-radius: 15px;
font-family: 'RegularFont';
font-size: 12px;
line-height: 14px;
color: #F69855;
float: right;
padding: 6px 10px;
margin-right: 10px;
}
.newsAndMediaBoxTitle,
.blogBoxTitle,
.healthTalkBoxTitle {
font-family: 'BoldFont';
font-size: 16px;
line-height: 22px;
color: #535353;
padding: 20px 10px 10px 10px;
text-transform: initial;
}
.blogOuterBox {
width: 25%;
}
.healthTalkOuterBox {
width: 25%;
}
.newsAndMediaBoxSubtitle,
.blogBoxSubtitle,
.healthTalkBoxSubtitle {
font-family: 'MediumFont';
font-size: 14px;
line-height: 22px;
color: #828282;
padding: 10px;
height: 70px;
}
.dateNewsAndMedia,
.blogDate,
.healthTalkDate {
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #1B4E9B;
padding: 10px;
width: auto;
position: relative;
border-bottom: 1px solid #d0e7fe;
}
.awardsDetailWrap.awardsDetailReadmore .blogDate {
border-bottom: 1px solid #d0e7fe !important;
background: transparent;
border: 0;
margin-bottom: 20px;
}
.customdate {
font-family: 'MediumFont';
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #1B4E9B;
padding: 8px 60px 8px 10px;
width: 150px;
position: relative;
background: #FFDABF;
box-shadow: 6px 2px 0px #F69855;
position: relative;
}
.customdate::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-color: transparent #F69855 transparent transparent;
border-style: solid;
border-width: 19px;
}
.customdate::after {
content: '';
display: block;
position: absolute;
top: 0;
right: -6px;
width: 0;
height: 0;
border-color: transparent #fff transparent transparent;
border-style: solid;
border-width: 20px;
}
.blogOuterBox,
.newsAndMediaOuterBox,
.healthTalkOuterBox {
background: #D0E7FE;
padding: 20px;
border-radius: 10px;
display: flex;
flex-direction: row;
justify-content: start;
align-items: stretch;
height: auto;
}
.newsAndMediaBox,
.blogBox,
.healthTalkBox {
background: #fff;
border-radius: 18px;
padding-bottom: 20px;
display: flex;
flex-direction: column;
justify-content: stretch;
align-items: center;
height: auto;
}
.NewsBlogHtImg {
height: 250px;
width: 100%;
}
.healthTalkOuterBox .healthTalkInnerBox .NewsBlogHtCont {
width: 100%;
}
img.newsAndMediaImg,
.blogBox img,
.healthTalkImg {
max-width: 100%;
width: 100%;
background: transparent;
height: 100%;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
height: 250px;
}
.modal-content {
background-color: #fff;
border-radius: 15px !important;
-webkit-border-radius: 15px !important;
-moz-border-radius: 15px !important;
}
button.close {
line-height: 15px;
opacity: 1;
z-index: 999;
background: #F2BC8B !important;
top: 4px;
height: 30px;
width: 30px;
right: 4px;
position: absolute;
color: #fff !important;
border-radius: 50px;
padding-bottom: 4px;
font-size: 28px;
font-weight: 300;
display: flex;
justify-content: center;
align-items: center;
}
.modal.show,
.modal.in {
display: flex !important;
justify-content: center !important;
align-items: center !important;
z-index: 999999 !important;
opacity: 1;
}
.modal-dialog {
margin: 0 auto;
}
.blogBox {
height: auto;
}
.newsAndMediaTitleOuterWrapper {
background: #D0E7FE;
padding: 20px;
border-radius: 18px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
}
.newsAndMediaTitleWrap {
margin-bottom: 20px;
}
.newsAndMediaTitleOuterWrapper,
.blogOuterBox,
.healthTalkOuterBox {
width: 33%;
}
.NewsBlogHtImg {
height: 250px;
}
.newsAndMediaWrapper .ViewAll {
background: transparent;
border: 0.5px solid transparent;
border-radius: 25px;
color: #EF7F1A;
font-size: 16px;
font-family: BoldFont;
padding: 8px 12px;
line-height: 20px;
}
.testimonialWrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 60px;
padding-bottom: 30px; background: #fff;
position: relative;
}
.awardsDetailReadmore .awardsDetailLeft p img.alignleft {
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
margin: 0 auto;
text-align: center;
padding: 10px;
background: #ffdabf;
width: 520px;
float: inherit;
}
.testimonialWrapper .container.flex-container {
position: relative;
z-index: 99;
}
.testimonialSliderArrow {
text-align: right;
position: absolute;
top: -4px;
right: 0;
}
.socialFooterIconWrapper {
display: flex;
}
.locationImg_custom {
height: auto;
width: 100%;
max-width: 100%;
}
.locationAdd .hospitalImg {
width: 100%; max-width: 100%;
max-width: 100%;
}
.testimonialWrapper:after {
position: absolute;
top: 20px;
left: 20px;
width: 204px;
height: 170px;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/IconsLeft.png) no-repeat;
content: "";
}
.testimonialWrapper:before {
position: absolute;
bottom: 20px;
right: 20px;
width: 204px;
height: 170px;
background: url(//www.shalby.org/wp-content/themes/Shalby/images//IconsRight.png) no-repeat;
content: "";
opacity: 0;
}
.testimonialOuterBox {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.testimonialWrapper .flex-container {
max-width: 1400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.testimonialInnerBox {
border-bottom-right-radius: 50px;
border-top-left-radius: 50px;
padding: 20px;
background: rgba(208, 231, 254, 0.4);
margin: 0 20px;
position: relative;
height: 400px;
}
.testimonialWrapper .Title {
margin-bottom: 20px;
}
.testimonialImg {
width: 100%;
}
.testimonialWrapper .ViewAll:hover,
#doctors .ViewAll:hover,
.viewAllSpeciBtn .ViewAll:hover {
color: #fff;
box-shadow: none;
}
.testimonialWrapper .customContent {
margin-bottom: 10px;
max-width: 600px;
text-align: center;
}
p.testimonialBoxSubtitle {
font-family: 'MediumFont';
font-style: normal;
font-size: 16px;
line-height: 22px;
color: #535353;
padding: 10px;
display: none;
}
img.testimonialShareYoutube {
position: absolute;
left: 50%;
top: 40%;
}
.testimonialImgVideo {
position: relative;
}
.testimonialWrapper .carousel-control-prev {
left: 10px;
}
.testimonialWrapper .carousel-control-next {
right: 10px;
}
.testimonialWrapper .carousel-control-next,
.testimonialWrapper .carousel-control-prev {
width: 50px;
height: 50px;
top: 50%;
background: #ff842b;
}
.testimonialWrapper label.active {
background: #EF7F1A;
border: 0.5px solid #EF7F1A;
z-index: 2;
color: #FFFFFF;
border-top-left-radius: 25px;
font-family: 'BoldFont';
font-size: 22px;
line-height: 26px;
padding: 10px 20px;
border-bottom-right-radius: 25px;
}
.testimonialWrapper label {
border-top-left-radius: 25px;
font-family: 'BoldFont';
font-size: 22px;
line-height: 26px;
padding: 10px 20px;
border-bottom-right-radius: 25px;
border: 1px solid #ef7f1a;
color: #EF7F1A;
background: #fff;
margin: 0 10px;
}
.testimonialWrapper label:hover {
background: #ef7f1a;
color: #fff;
}
.tabTestimonial {
margin-bottom: 30px;
}
.testimonialWrapper .wrap li a {
color: #EF7F1A;
}
.spmenu li.active {
background-color: #EF7F1A !important;
}
.spmenu li.active a {
color: #fff !important;
}
.spmenu li:hover {
background-color: #EF7F1A !important;
}
.spmenu li:hover a {
color: #fff !important;
}
.wpvl_playbutton {
position: absolute;
z-index: 99;
width: 20px;
top: 50%;
left: 0;
right: 0;
}
.testiPlay {
position: relative;
}
.testimonialBox .tab-slider.spmenu.container {
margin-bottom: 20px;
}
button.owl-prev.disabled {
opacity: .9 !important;
}
button.owl-next {
right: 0px !important;
left: auto !important;
}
button.owl-prev {
left: 0px;
right: 0;
}
button.owl-next,
button.owl-prev {
width: 42px;
height: 42px;
top: 50%;
background: #f2bc8b !important;
color: #fff;
font-size: 37px;
line-height: 40px;
margin-top: 20px;
margin-right: 0px;
border-radius: 8px;
}
button.owl-next:hover {
background: #EF7F1A !important;
}
button.owl-prev:hover {
background: #EF7F1A !important;
}
button.owl-next span,
button.owl-prev span {
color: #fff;
font-size: 37px;
line-height: 26px;
}
.testimonialWrapper .tab-slider {
margin-bottom: 20px;
position: relative;
}
button#goPrev,
button#goNext {
top: 5px;
background: #EF7F1A !important;
color: #fff;
}
button#goPrev {
left: -20px;
top: 5px;
}
button#goNext {
right: -20px;
top: 5px;
}
button.owl-prev {
float: left;
position: relative;
}
button.owl-next {
float: right;
position: relative;
right: 0px;
left: 0;
}
#doctors .owl-nav button.owl-prev {
left: 0;
}
#doctors .owl-nav button.owl-next {
right: 0 !important;
left: auto !important;
}
#doctors .owl-nav button.owl-next,
#doctors .owl-nav button.owl-prev {
margin-right: 0;
margin-left: 10px;
}
.testimonialWrapper .tab-content {
position: relative;
}
.testimonialBox .testiPlay.btn {
padding: 0;
}  .contactDetailsOuterWrap {
background: rgba(230, 239, 249, 0.74);
padding-top: 40px;
padding-bottom: 40px;
margin-top: 20px;
margin-bottom: 20px;
}
.detailsPageLabel {
font-family: 'BoldFont';
font-size: 38px;
line-height: 48px;
color: #535353;
position: relative;
margin-bottom: 30px;
display: inline;
}
.detailsPageLabel:after {
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 4px;
background: #EF7F1A;
content: "";
border-radius: 4px;
}
.contactDetailsInnerrWrap {
display: flex;
flex-direction: row;
justify-content: center;
align-items: inherit; width: auto;
margin: 0 auto;
}
.contactDetailsLeft { background: #FFF4EC;
padding: 40px 20px;
padding-bottom: 180px;
position: relative;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.contactDetailsRight { background: #FFF;
padding: 40px 20px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.contactFormAddLabel,
.contactFormNubLabel,
.contactFormEmailLabel,
.contactFormMediaLabel {
font-family: 'RegularFont';
font-size: 20px;
line-height: 28px;
color: #1B4E9B;
padding-bottom: 0;
display: block;
font-weight: 400;
}
.contactFormMediaData {
display: flex;
gap: 8px;
}
.contactFormMediaData .socialIcon {
height: 50px;
width: 50px;
text-align: center;
}
.contactFormMediaData .socialIcon img.youtube {
width: 25px;
padding-top: 10px;
}
.contactFormMediaData .socialIcon img.ln {
width: 24px;
padding-top: 6px;
}
.contactFormMediaData .socialIcon img.fb {
width: 17px;
margin-left: 0;
padding-top: 7px;
}
.contactFormMediaData .socialIcon img.fb.twitter {
width: 25px;
margin-left: 0;
padding-top: 10px;
}
.contactDetailsLabelImgWrap {
display: flex;
flex-direction: row;
gap: 20px;
justify-content: flex-start;
align-items: flex-start; margin-top: 20px;
}
.contactDetailsLeft p,
.contactDetailsLeft a {
font-family: 'MediumFont';
font-size: 18px;
line-height: 24px;
color: #535353;
display: block;
padding-bottom: 8px;
}
.contactFormNameLabel {
font-family: 'BoldFont';
font-size: 14px;
line-height: 22px;
color: #535353;
display: block;
margin-left: 10px;
text-align: left;
}
.contactFormNameInput {
background: #FFFFFF;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
-webkit-border-radius: 25px;
-moz-box-border-radius: 25px;
border-radius: 25px;
font-family: 'RegularFont';
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 8px 12px;
border: 0;
width: 100%;
margin-bottom: 10px;
-webkit-appearance: none !important;
}
.feedbackFormWrap select {
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 50%;
}
.contactDetailsOuterWrap .contactFormNameInput {
margin-bottom: 10px;
}
.contactDetailsOuterWrap .contactDetailsLabelInput span.wpcf7-not-valid-tip,
.contactDetailsRight form.wpcf7-form.invalid .wpcf7-not-valid-tip,
.contactDetailsRight .wpcf7-response-output {
color: #f00;
font-size: 14px;
display: block;
font-family: 'MediumFont';
padding-left: 10px;
}
.contactDetailsOuterWrap div.wpcf7-validation-errors,
.contactDetailsOuterWrap div.wpcf7-acceptance-missing {
border: 0;
color: #f00;
font-size: 14px;
font-family: 'MediumFont';
text-align: center;
}
.contactDetailsLabelInput input {
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
-webkit-appearance: none !important;
-webkit-border-radius: 25px;
-moz-box-border-radius: 25px;
border-radius: 25px;
background: #fff;
height: 34px;
}
.contactUsDetailsSend {
background: #fff;
border: 1px solid #FF842B;
border-radius: 25px;
font-family: 'BoldFont';
font-size: 16px;
line-height: 20px;
color: #FF842B;
display: block;
width: 120px;
padding: 6px;
margin-top: 30px;
margin: 0 auto;
}
.contactUsDetailsSend:hover,
.contactDetailsRight input#submit_form {
background: #FF842B;
color: #fff;
}
textarea.contactFormNameInput {
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.contactDetailsLabelMedia {
position: absolute;
bottom: 20px;
left: auto;
}
.contactDetailsLeft:after {
position: absolute;
content: "";
background: url(//www.shalby.org/wp-content/themes/Shalby/images/conatctDetailsAfterBG.png) no-repeat;
right: 0;
bottom: 0;
height: 149px;
width: 100px;
}
.usefulConTitle {
font-family: 'MediumFont';
font-size: 22px;
line-height: 28px;
color: #535353;
text-align: center;
margin-bottom: 30px;
position: relative;
}
.usefulConTitle:after {
position: absolute;
bottom: -6px;
content: "";
background: #EF7F1A;
left: 0;
height: 2px;
width: 100px;
border-radius: 4px;
right: 0;
margin: 0 auto;
}
.usefulConNub,
.usefulConTime {
font-family: 'RegularFont';
font-size: 22px;
line-height: 26px;
text-align: center;
color: #EF7F1A;
}
.detailsPageSubtitle {
height: 30px;
font-family: 'BoldFont';
font-size: 25px;
line-height: 30px;
color: #1B4E9B;
position: relative;
}
.detailsPageSubtitle:after {
position: absolute;
bottom: -6px;
content: "";
background: #EF7F1A;
left: 0;
height: 2px;
width: 170px;
border-radius: 4px;
}
.usefulConBox {
background: #FCFCFC;
box-shadow: 0px 2px 4px rgba(130, 130, 130, 0.25);
border-radius: 10px;
padding: 20px;
flex: 25%;
}
.contactDetailsUsefulCon {
flex-direction: column;
padding-top: 40px;
padding-bottom: 30px;
justify-content: center;
}
.usefulConBoxWrap {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
gap: 30px;
padding-top: 30px;
}
.contactDetailsBanner img {
width: 100%;
}
.contactDetailsMap img {
max-width: 100%;
}
.contactDetailsMap {
margin-top: 40px;
margin-bottom: 40px;
border: 20px solid #FFF4EC;
border-radius: 10px;
background: #FFF4EC;
box-shadow: 0px 0px 4px #1B4E9B;
flex-direction: column;
}
.errorPageWrap {
background: grey;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/errorInnerBg.png) no-repeat;
padding: 50px 15px 15px 15px;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
border-radius: 20px;
}
.errorPageWrap img {
width: 60%;
margin: 0 auto;
text-align: center;
}
h1.errorTitle {
font-family: 'MediumFont';
font-size: 50px;
line-height: 60px;
text-align: center;
color: #1B4E9B;
padding-top: 20px;
padding-bottom: 10px;
}
h1.errorContent {
font-family: 'MediumFont';
font-style: normal;
font-size: 32px;
line-height: 36px;
text-align: center;
color: #535353;
padding-bottom: 20px;
}
.errorButton:hover {
background: #ef7f1a;
color: #FFDABF;
}
.errorButton {
background: #FFDABF;
box-sizing: border-box;
border: 4px solid #EF7F1A;
padding: 5px 36px;
border-radius: 30px;
color: #ef7f1a;
font-size: 24px;
font-family: 'MediumFont';
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
--color: #535353;
--bgColor: #fff;
color: var(--color);
background: var(--bgColor);
line-height: initial !important;
letter-spacing: 0.5px !important;
overflow: hidden;
}
.ourJourneyContainer {
margin-top: 30px;
margin-bottom: 40px;
}
.ourJourneyContainer ul {
--col-gap: 2rem;
--row-gap: 2rem;
--line-w: 0.25rem;
display: grid;
grid-template-columns: var(--line-w) 1fr;
grid-auto-columns: max-content;
column-gap: var(--col-gap);
list-style: none;
width: min(60rem, 90%);
margin-inline: auto;
} .ourJourneyContainer ul::before {
content: "";
grid-column: 1;
grid-row: 1 / span 20;
background: rgb(225, 225, 225);
border-radius: calc(var(--line-w) / 2);
}  .ourJourneyContainer ul li:not(:last-child) {
margin-bottom: var(--row-gap);
} .ourJourneyContainer ul li {
grid-column: 2;
--inlineP: 1.5rem;
margin-inline: var(--inlineP);
grid-row: span 2;
display: grid;
grid-template-rows: min-content min-content min-content;
} .ourJourneyContainer ul li .date {
--dateH: 3rem;
height: var(--dateH);
margin-inline: calc(var(--inlineP) * -1);
text-align: center;
background-color: var(--accent-color);
color: white;
font-size: 1.25rem;
font-weight: 700;
display: grid;
place-content: center;
position: relative;
width: auto;
background-image: none;
border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
.aDetailsBnrBtns a {
color: #1B4E9B;
background: #ffdabf;
padding: 10px 30px 10px 20px;
border-radius: 20px 0 0 20px;
font-size: 18px;
font-family: 'BoldFont';
}
.aDetailsBnrBtns .triangle-right:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-color: transparent #d0e7fe transparent transparent;
border-style: solid;
border-width: 23px;
}
.aDetailsBnrBtns .triangle-right:after {
content: '';
display: block;
position: absolute;
top: 0;
right: -6px;
width: 0;
height: 0;
border-color: transparent #f7f7f700 transparent transparent;
border-style: solid;
border-width: 23px;
}
.bnrTitleContentCTA h2 {
font-family: 'MediumFont';
font-size: 20px;
line-height: 22px;
color: #828282;
padding: 10px 0;
}
.bnrTitleContentCTA .aDetailsBnrBtns .triangle-right::before {
border-color: transparent #D0E7FE transparent transparent;
border-width: 20px;
}
.bnrTitleContentCTA .aDetailsBnrBtns .triangle-right::after {
border-color: transparent transparent transparent transparent;
} .ourJourneyContainer ul li .date::before {
content: "";
width: var(--inlineP);
aspect-ratio: 1;
background: var(--accent-color);
background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
position: absolute;
top: 100%;
clip-path: polygon(0 0, 100% 0, 0 100%);
right: 0;
} .ourJourneyContainer ul li .date::after {
content: "";
position: absolute;
width: 2rem;
aspect-ratio: 1;
background: var(--bgColor);
border: 0.3rem solid var(--accent-color);
border-radius: 50%;
top: 50%;
transform: translate(50%, -50%);
right: calc(100% + var(--col-gap) + var(--line-w) / 2);
} .ourJourneyContainer ul li .title,
.ourJourneyContainer ul li .descr {
background: var(--bgColor);
position: relative;
padding-inline: 1.5rem;
}
.ourJourneyContainer ul li .title {
overflow: hidden;
padding-block-start: 1.5rem;
padding-block-end: 1rem;
font-weight: 500;
}
.ourJourneyContainer ul li .descr {
padding-block-end: 1.5rem;
font-weight: 300;
} .ourJourneyContainer ul li .title::before,
.ourJourneyContainer ul li .descr::before {
content: "";
position: absolute;
width: 90%;
height: 0.5rem;
background: rgba(0, 0, 0, 0.5);
left: 50%;
border-radius: 50%;
filter: blur(4px);
transform: translate(-50%, 50%);
}
.ourJourneyContainer ul li .title::before {
bottom: calc(100% + 0.125rem);
}
.ourJourneyContainer ul li .descr::before {
z-index: -1;
bottom: 0.25rem;
}
.ourJourneyContainer ul {
grid-template-columns: 1fr var(--line-w) 1fr;
}
.ourJourneyContainer ul::before {
grid-column: 2;
}
.ourJourneyContainer ul li:nth-child(odd) {
grid-column: 1;
}
.ourJourneyContainer ul li:nth-child(even) {
grid-column: 3;
} .ourJourneyContainer ul li:nth-child(2) {
grid-row: 2/4;
}
.ourJourneyContainer ul li:nth-child(odd) .date::before {
clip-path: polygon(0 0, 100% 0, 100% 100%);
left: 0;
}
.ourJourneyContainer ul li:nth-child(odd) .date::after {
transform: translate(-50%, -50%);
left: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
.ourJourneyContainer ul li:nth-child(odd) .date {
border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
}
.DetailsTitle {
position: relative;
font-family: 'BoldFont';
font-size: 25px;
line-height: 30px;
color: #1B4E9B;
display: inline;
width: fit-content; ;
}
.Clinical.ExcellenceWrapper.ManagementTeamWrap {
margin-bottom: 0;
}
.aboutMsgRight img {
max-width: 100%;
}
.missioneliteWrap .eliteLeft .DetailsTitle {
font-size: 20px;
}
.DetailsInnerWrapper {
padding-top: 20px;
}
.DetailsTitle:after {
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 4px;
background: #EF7F1A;
content: "";
border-radius: 10px;
display: inline;
}
.ourJourneyInnerWrap {
display: flex;
flex-direction: column;
gap: 20px;
justify-content: center;
align-items: center;
padding-top: 40px;
}
.ourJourneyInnerBox .customContent p {
text-align: center;
}
.ourJourneyInnerBox.ourJourneyInnerBox1 {
margin-top: 30px;
}
.hospitaldetailsWrap { background-size: cover;
padding-top: 50px;
padding-bottom: 10px;
}
.hospitaldetailsLeft {
padding-bottom: 20px; ;
}
.hospitaldetailsRight { justify-content: flex-end;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 60px;
}
.hospitaldetailsLeft .customContent {
margin-top: 10px;
margin-bottom: 10px;
}
.hospitaldetailsLeft strong {
font-family: 'BoldFont';
font-size: 16px;
line-height: 20px;
color: #EF7F1A;
text-align: left;
}
.aboutDetailsList li {
font-family: 'MediumFont';
font-size: 14px;
line-height: 16px;
color: #535353;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
.aboutDetailsList {
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
.aboutDetailsList li:after {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px; background: url(//www.shalby.org/wp-content/themes/Shalby/images/listCustArrow.svg) no-repeat;
content: "";
}
.DetailsInnerWrapper .customContent li {
font-family: 'MediumFont';
font-size: 14px;
line-height: 16px;
color: #535353;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
.DetailsInnerWrapper .customContent li:after {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
background: url(https://www.shalby.org/wp-content/themes/Shalby/images/listArrow.png) no-repeat;
content: "";
background-size: 22px auto;
}
.aboutDetailsTabLeft .tabs {
margin-top: 40px;
}
.aboutDetailsCount .ClinicalExceOuterBox {
margin-top: 100px;
padding-top: 10px;
}
.aboutMsgWrap .customContent {
margin-top: 10px;
margin-bottom: 10px;
}
.aboutMsgWrap {
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
}
.aboutMsgWrap .container.flex-container {
justify-content: center;
align-items: center;
}
.hospitaldetailsWrap .container.flex-container {
align-items: center;
justify-content: center;
display: flex;
}
.aDetailsBnrTitle h1 {
font-family: 'BoldFont';
font-size: 50px;
line-height: 60px;
color: #EF7F1A;
padding-bottom: 20px;
}
.aDetailsBnrTitle h2 {
font-family: 'BoldFont';
font-size: 20px;
line-height: 24px;
color: #1B4E9B;
}
.aboutDetailsHeadOutWrap {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/aboutdetailsBG\ \(2\).svg") no-repeat;
background-size: cover;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
height: 340px;
}
.aboutDetailsHeadOutWrap .aboutDetailsHeadWrap {
padding-top: 0;
}
.aboutDetailsHeadOutWrap .aboutDetailsLeft {
width: 50%;
}
.aboutDetailsHeadOutWrap .aboutDetailsRight {
width: 50%;
height: 340px;
text-align: right;
}
.aboutDetailsHeadOutWrap .aboutDetailsRight img {
max-width: 100%;
height: 100%;
}
.aboutDetailsHeadWrap {
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-top: 50px;
}
button.aDetailsBnrBtn {
margin-right: 20px;
border: navajowhite;
background: transparent;
}
.aDetailsBnrBtns {
padding-top: 30px;
}
img.hospitaldetailsPlay {
position: absolute;
top: 35%;
}
.hospitaldetailsRight {
position: relative;
}
.aboutDetailsTabWrap .aboutUsCategories {
justify-content: center;
display: flex;
align-items: flex-end;
flex-direction: row;
flex-wrap: wrap;
background: rgba(247, 247, 247, 0.4);
box-shadow: 0px 0px 2px #ff842b;
border-radius: 15px;
padding: 12px;
margin-top: 30px;
flex-wrap: wrap;
}
.aboutDetailsTabWrap .cateInnerWrap {
padding: 10px;
border-radius: 10px; display: flex;
flex-direction: row;
flex: none;
align-items: center;
box-shadow: 0px 0px 2px #999;
margin: 10px;
gap: 10px;
justify-content: flex-start;
width: max-content;
}
.whyUsLeft {
display: flex;
flex-direction: column;
justify-content: center;
}
.aboutDetailsTabWrap .cateInnerWrap img {
width: 40px;
min-height: 70px;
}
.aboutDetailsTabWrap .cateInnerWrap a {
font-family: 'MediumFont';
font-size: 16px;
color: #535353;
line-height: 22px;
padding-left: 0;
color: #535353;
padding-top: 0;
vertical-align: top;
text-decoration: none;
}
.aboutDetailsTabWrap .cateInnerWrap a:hover {
color: #EF7F1A !important;
}
.cateInnerWrap:hover {
background: #d0e7ff;
color: #EF7F1A !important;
}
.AccreditationWrap {
background: #fff;
padding-top: 30px;
padding-bottom: 30px;
}
.AccreditationRight img {
max-width: 100%;
margin: 10px;
display: flex;
box-shadow: 0px 0px 2px #FFDABF;
padding: 10px;
border-radius: 4px;
max-height: 220px;
height: 100%;
}
.AccreditationRightLogo {
column-count: 2;
}
.AccreditationWrap .container.flex-container {
flex-direction: row;
justify-content: center;
align-items: center;
}
.ourJourneyInnerBox {
min-height: 155px;
background: #FFF4EC;
width: 80%;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
position: relative;
text-align: center;
padding: 10px;
margin: 0 auto;
}
.ourJourneyInnerBox::after {
position: absolute;
height: 100px;
width: 100px;
content: "";
bottom: 0;
left: 0;
}
.ourJourneyInnerBox1::after {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/1992.png) no-repeat;
}
.ourJourneyInnerBox2::after {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/1992-2010.png) no-repeat;
}
.ourJourneyInnerBox3::after {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/2010-2015.png) no-repeat;
}
.ourJourneyInnerBox4::after {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/2015-2020.png) no-repeat;
}
.ourJourneyInnerBox5::after {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/may-2021.png) no-repeat;
}
.ourJourneyInnerBox6::after {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/june-2021.png) no-repeat;
}
.journeyTime {
margin-top: 40px;
position: relative;
font-family: 'BoldFont';
font-size: 28px;
line-height: 34px;
color: #1B4E9B;
display: inline;
}
.journeyTime:after {
width: 100%;
height: 10px;
background: #FFDABF;
border-radius: 2px;
position: absolute;
left: 0;
bottom: -14px;
content: "";
right: 0;
margin: 0 auto;
}
.ourJourneyInnerBox .customContent {
width: 70%;
margin: 20px auto 0;
line-height: 24px;
text-align: center; ;
}
.ourJourneyWrap {
padding-top: 30px;
padding-bottom: 30px;
}
.ourJourneyInnerBox:nth-child(odd) {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ourJourneyInnerBox:nth-child(even) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.ourJourneyInnerBox::after {
position: absolute;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/1992.png) no-repeat;
content: "";
background-size: 100%;
height: 160px;
width: 135px;
}
.ourJourneyInnerBox:nth-child(odd)::after {
top: 10px;
left: 10px;
right: auto;
}
.ourJourneyInnerBox:nth-child(even)::after {
left: auto;
right: 10px;
top: 10px;
}
.ourJourneyWrap {
flex-direction: column;
}
.chairmanName {
line-height: 16px;
color: #fff;
background: linear-gradient(90.31deg, #1B4E9B 0.27%, rgba(27, 78, 155, 0.83) 65.11%, rgba(33, 83, 158, 0) 97.1%);
font-size: 18px;
font-family: 'MediumFont';
padding: 14px 20px;
position: absolute;
bottom: 0;
left: auto; width: auto;
right: 0px;
top: auto;
}
.aboutMsgRight {
position: relative;
text-align: right;
}
.chairmanName span.orangeLabel {
color: #1B4E9B;
background: #d0e7ff;
padding-left: 10px;
padding-right: 10px;
border-radius: 2px;
padding-top: 4px;
padding-bottom: 4px;
}
.hospitaldetailsRight img {
max-width: 100%;
}
.ManagementTeamWrap .ClinicalExceOuterBox {
flex-wrap: wrap;
padding-top: 40px;
}
.ManagementTeamWrap { border-top-left-radius: 14%;
border-bottom-right-radius: 8%;
margin-top: 30px;
margin-bottom: 30px;
}
.ManagementTeamWrap .ClinicalExceBox {
width: 270px;
height: 380px;
border-radius: 10px; text-align: center;
padding: 10px;
margin: 10px;
max-width: 270px;
}
button.managLnBtn {
background: transparent;
border: 0;
margin-top: 20px;
}
.manageName {
font-family: 'BoldFont';
font-size: 20px;
line-height: 26px;
color: #1B4E9B;
margin-bottom: 20px;
height: 40px;
}
.manageDesignation {
font-family: 'BoldFont';
font-size: 18px;
line-height: 22px;
text-align: center;
color: #EF7F1A;
margin-top: 20px;
}
a.managLnBtn {
background: #1b4e9b;
border-radius: 15px;
height: 30px;
width: 30px;
display: inline-block;
margin-top: 10px;
}
.missioneliteWrap {
background: linear-gradient(178.99deg, #FFFFFF 0.87%, rgba(255, 239, 227, 0.49) 42.98%, rgba(255, 254, 254, 0.75) 97.6%, rgba(239, 209, 209, 0) 97.6%);
margin-top: 30px;
padding-bottom: 30px;
padding-top: 30px;
}
.eliteLeftOuter {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
text-align: center;
margin-top: 40px;
gap: 20px;
}
.missionInnerWrapper img {
max-width: 100%;
padding-bottom: 20px;
}
.missioneliteWrap .container.flex-container {
flex-direction: column;
justify-content: center;
align-items: center;
display: flex;
}
.missionInnerWrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
flex: 50%;
}
.eliteLeftOuter .missionInnerWrapper .customContent p {
text-align: center;
}
.missionInnerWrapper .customContent {
margin-top: 0px;
margin-bottom: 20px;
}
.eliteLeftOuter .missionInnerWrapper p.customContent {
max-width: 480px;
}
.eliteRight {
padding-top: 20px;
}
img.eliteRightMobile {
display: none;
}
.PresenceWrap img { width: 100%;
}
.investorRelWrap {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/InvestorsBgFinal.svg) no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.investorRight {
background: #FFF4EC;
text-align: center;
}
.investorRight img {
max-width: 100%;
}
.investorLeft button.customButton {
margin-bottom: 10px;
}
.investorRelWrap .container.flex-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.aboutDetailsTabWrap {
padding-bottom: 30px;
}
.whyUsWrapper.aboutDetails_whyus {
padding-top: 30px;
padding-bottom: 30px;
}
.custommodal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.AccreditationRight {
text-align: right;
} .custommodal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 50%;
} .customclose {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.findPopupWrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.findPopupInnerWrap {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.container.flex-container.clinicalWrapper.aboutDetailsTabWrap {
padding-top: 0;
}
.PresenceWrapDesktop {
display: block;
}
.PresenceWrapMobile {
display: none;
}
.whyUsRight.aboutMsgRight.aboutMsgRightMobile {
display: none;
}
.whyUsRight.aboutMsgRight.aboutMsgRightDesktop {
display: block;
} #overlay {
position: absolute;
top: 51px;
width: 72%;
height: 100%;
text-align: center;
background-color: rgba(0, 0, 0, .5);
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
z-index: 999;
}
#overlay span {
padding: 5px;
border-radius: 5px;
color: #000;
background-color: #fff;
position: relative;
top: 10%;
}
.mobilefiltericon {
display: none;
}
.closepopup {
display: none;
}
.meetDocDetailWrap {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
padding-top: 50px;
padding-bottom: 40px;
background: linear-gradient(180.28deg, rgba(230, 239, 249, 0.74) 0.25%, rgba(230, 239, 249, 0) 94.58%);
position: relative;
bottom: 0;
}
button.multiselect-option.dropdown-item.active,
label.form-check-label:hover,
.meetDocDetailWrap button.multiselect-option.dropdown-item.active label.form-check-label {
background-color: #d0e7ff !important;
}
.spinnerdata {
top: -30px !important;
left: 82% !important;
}
button.multiselect-option.dropdown-item.active .meetDocDetailWrap label.form-check-label {
background: #d0e7ff !important;
}
.form-group.fullwithdd .multiselect-container.dropdown-menu.show {
width: 100%;
}
.meetDocDetailWrap .meetDocRight .docListLeftInner {
position: relative;
display: flex;
flex-direction: column;
background: #F7F7F7;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
border-radius: 8px;
justify-content: flex-start;
align-items: flex-end;
margin-bottom: 20px;
width: 396px;
background-position: right bottom;
height: fit-content;
border-top: 10px solid #1b4e9b;
}
.meetDocDetailWrap button.multiselect.dropdown-toggle.custom-select.text-center {
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
border-radius: 25px;
font-family: 'MediumFont';
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 8px 12px;
border: 0;
width: 100%;
text-align: left !important;
background-position: 96% 50%;
}
.btn-group.open.show button {
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrowDown.svg) no-repeat !important;
background-position: 96% 50% !important;
}
.meetDocDetailWrap label.form-check-label {
font-size: 14px;
color: #828282;
font-family: 'MediumFont';
border-bottom: 0.5px solid #EDF3FB; padding: 10px !important;
line-height: 18px;
}
.form-check-input {
position: absolute;
margin-top: 0.8rem !important;
margin-left: -0.5rem !important;
}
.meetDocDetailWrap .form-check-input .meetDocDetailWrap .dropdown-item:focus,
.dropdown-item:hover {
color: #828282;
text-decoration: none;
background-color: #d0e7ff;
}
.fullwithdd .multiselect-container.dropdown-menu.show button.multiselect-option.dropdown-item span.form-check label.form-check-label:hover {
background: #d0e7ff;
}
label.form-check-label:hover {
background-color: transparent;
padding: 10px !important;
}
.meetDocDetailWrap label {
font-family: 'BoldFont';
font-size: 14px;
line-height: 22px;
color: #535353;
display: block;
margin-left: 0px;
margin-top: 0px;
}
h3.triangle-right {
color: #fff;
background: #1B4E9B;
font-size: 18px;
font-family: 'MediumFont';
padding: 10px 4px 8px 15px;
position: relative;
width: 80%;
margin-right: 10px;
} .meetDocLeft {
background: #FFF4EC;
position: relative;
min-height: 500px;
padding: 20px;
}
.meetDocRight {
flex: 82%;
margin-left: 10px;
}
.meetDocLeft {
background: #FFF4EC;
height: 760px;
padding: 20px;
flex: 14.2%;
flex: 24.2%;
position: sticky;
top: 116px;
}
.meetDocDetailWrap .meetDocRight .docListLeft {
flex-wrap: wrap;
}
h4.meetDocphoneNumber {
font-family: 'BoldFont';
font-size: 18px;
line-height: 22px;
color: #1B4E9B;
padding-left: 10px;
}
h4.meetDocphoneNumber a {
color: #1B4E9B;
}
.DocphoneNumWrap {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.filterTitle a {
color: #1B4E9B;
}
h3.filterTitle {
position: relative;
font-family: 'MediumFont';
font-size: 18px;
line-height: 22px;
color: #535353;
display: inline;
}
h3.filterTitle:after {
position: absolute;
width: 100%;
height: 5px;
left: 0;
bottom: -13px;
background: #EF7F1A;
content: "";
border-radius: 10px;
}
.meetDocDetailWrap .filterSearchWrap {
margin-bottom: 20px;
}
.filterTitleWrap {
margin: 20px 0 10px 0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.filterTitle {
font-family: 'MediumFont';
font-size: 14px;
line-height: 16px;
color: #1B4E9B;
}
.filterSearchWrap {
border-radius: 5px;
padding-top: 14px;
margin-bottom: 0px;
}
.filterSearchWrap input.contactFormNameInput {
background: #fff url(//www.shalby.org/wp-content/themes/Shalby/images/filterSearch.svg) no-repeat;
background-position: right;
width: 100%;
}
.filterInputWrap input {
width: 100%;
margin-bottom: 0;
}
.contactDetailsLabelInput {
padding-top: 20px;
}
.contactDetailsLabelInput select.form-select.selectdata {
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat; box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
border-radius: 25px;
font-family: 'MediumFont';
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 8px 12px;
border: 0;
width: 100%;
background-position: 96% 50%;
appearance: none;
}
.contactDetailsLabelInput option {
font-size: 16px;
color: #828282;
font-family: 'MediumFont';
border-bottom: 0.5px solid #EDF3FB;
background-color: #fff;
border: 1px solid #EDF3FB;
padding: 10px !important;
line-height: 22px;
}
.contactDetailsLabelInput option:hover {
background: #d0e7ff;
} .fltrPagination li {
background: #d4d4d4;
font-family: 'RegularFont';
font-size: 16px;
line-height: 0;
color: #FFFFFF;
display: flex;
border-radius: 4px;
height: 36px;
width: 36px;
text-align: center;
margin: 0;
cursor: pointer;
align-items: center;
justify-content: center;
}
.fltrPagination ul {
display: flex;
align-items: center;
gap: 10px;
}
.fltrPagination li.active {
background: transparent;
color: #1b4e9b;
border: 1px solid #1b4e9b54;
}
.fltrPagination li.inactive {
color: #d4d4d4;
border: 1px solid #d4d4d4;
background: transparent;
}
.prevPage {
background: #EF7F1A;
height: 36px;
width: 36px;
border-radius: 20px;
text-align: center;
line-height: 32px;
margin-left: 20px;
}
.nextPage {
background: #d4d4d4;
height: 36px;
width: 36px;
border-radius: 20px;
text-align: center;
line-height: 32px;
margin-right: 20px;
}
.filterTitle:hover {
color: #EF7F1A;
}
.fltrPagination {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
margin-top: 10px;
margin-bottom: 10px;
}
.fltrPagination li:hover,
.prevPage:hover,
.nextPage:hover {
background: #1b4e9b;
color: #ffffff;
}
.fltrPagination li.selected {
background: #1b4e9b;
}
.meetDocRight .docListLeftInner {
margin: 0 10px;
}
#drlistdata {
padding-top: 30px;
}
.detailsBannerWrap {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
height: 340px;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
}
.detailsBannerWrap img {
padding-left: 30px; height: 100%;
}
.newsMediaDetailBnrWrap,
.testimonialDetailBnrWrap {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/NewsAndMediatBannerBG.svg) no-repeat;
background-size: cover;
}
.ContactDetailsBanner {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/contactUsDetailsBgFinal.svg) no-repeat;
background-size: 100%;
}
.meetDocDetailBnrHeadWrap,
.ContactDetailBnrHeadWrap,
.TestimonialsDetailBnrHeadWrap {
flex-direction: row;
align-items: center;
justify-content: flex-start;
padding-top: 40px;
display: flex;
}
.ContactDetailBnrHeadWrap {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/contactUsDetailsBgFinal.svg) no-repeat;
background-size: cover;
padding-top: 0;
}
.meetDocDetailBnrTitle {
font-size: 34px;
color: #1B4E9B;
padding: 0px;
animation: meetDocDetailBnrTitle .8s ease-in-out both;
position: relative;
font-weight: 600;
text-align: center;
}
.meetDocDetailBnrTitle:after {
position: absolute;
top: auto;
background: #e4efff;
bottom: 0px;
width: 100%;
height: 10px;
content: "";
left: 0;
z-index: -1;
border-radius: 4px;
display: none;
}
@keyframes meetDocDetailBnrTitle {
0% {
letter-spacing: -.5em;
transform: translateZ(-700px);
opacity: 0;
}
40% {
opacity: .6;
}
100% {
transform: translateZ(0);
opacity: 1;
}
}
.meetDocDetailBnrSubTitle {
font-family: 'MediumFont';
font-size: 20px;
line-height: 24px;
color: #828282;
padding: 10px 0;
position: relative;
padding-left: 20px;
margin-top: 20px;
}
.meetDocDetailBnrSubTitle:after {
position: absolute;
top: 0;
left: 0;
background: #EF7F1A;
height: 50px;
width: 6px;
content: "";
border-radius: 10px;
background: none;
}
.meetDocDetailBnrRight {
margin-right: 20%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.meetDocLeft.meetDocLeftMobile {
display: none;
}
.meetDocLeft.meetDocLeftDesktop {
display: block;
}
.searchBtnMob {
background: transparent;
border: 1px solid #FF842B;
border-radius: 25px;
font-family: 'BoldFont';
font-size: 16px;
line-height: 20px;
color: #FF842B;
display: block;
width: 40%;
padding: 6px;
margin-top: 30px;
text-align: center;
margin: 0 auto;
}
.searchBtnMob:hover {
background: #FF842B;
color: #fff;
}
.NameDoc_dropdown option {
font-size: 16px;
color: #535353;
font-family: 'MediumFont';
border-bottom: 0.5px solid #EDF3FB;
}
.NameDoc_dropdown option:hover { background: #d0e7ff !important;
}
.NameDoc_dropdown .drname,
.NameDoc_dropdown .specialitymicor {
font-size: 14px;
color: #828282;
font-family: 'MediumFont';
z-index: 1;
background-color: #fff;
border: 1px solid #d0e7ff;
border-bottom-right-radius: 2.5px;
padding: 10px;
border-radius: 30px;
appearance: none; background-repeat: no-repeat;
background-position: right 0.4rem top 50%;
background-size: 0.9rem auto;
}
.NameDoc_dropdown .custDDArrow {
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 50%;
padding-right: 20px;
}  .LocDetailRight {
flex: 82%;
margin-left: 10px;
position: relative;
}
.LocDetailLeft {
background: #FFF4EC;
height: 760px;
padding: 20px;
flex: 14.2%;
flex: 24.2%;
position: sticky;
top: 116px;
z-index: 99;
background-position: bottom;
}
.LocDetailWrap {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
padding-top: 50px;
padding-bottom: 40px;
background: linear-gradient(180.28deg, rgba(230, 239, 249, 0.74) 0.25%, rgba(230, 239, 249, 0) 94.58%);
position: relative;
}
.LocDetailWrap .LocDetailRight .locationAdd .fltrlocImg { max-height: 320px;
width: 40%;
}
.LocDetailWrap .fltrlocContent {
padding-left: 20px;
width: 60%;
}
.LocDetailWrap .LocDetailRight .locationAdd {
margin-bottom: 20px;
}
.LocDetailRight .locationAdd {
display: flex;
width: 100%;
flex-direction: row;
align-items: flex-start;
justify-content: center;
}
.locationInnerBox.keya {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.LocDetailRight .locationAdd {
display: flex;
width: 100%;
flex-direction: row;
align-items: center;
justify-content: center;
background: #ffff;
position: relative;
min-height: 340px; padding-top: 20px;
border-radius: 10px;
}
.fltrlocImg {   width: 40%;
margin-left: 20px; border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.LocDetailRight .locationAdd .fltrlocImg {
height: 280px;
}
.LocDetailRight .locationAdd:after {
background: #FFDABF;
top: 0;
position: absolute;
left: 0;
width: 100%;
height: 14px;
content: "";
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.LocDetailRight .locationAdd:before {
background: #7FB1EB;
bottom: 0;
position: absolute;
left: 0;
width: 100%;
height: 24px;
content: "";
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.LocDetailRight .locationAdd h4 {
font-family: 'BoldFont';
font-size: 18px;
line-height: 22px;
color: #1B4E9B;
padding: 12px 16px 12px;
background: transparent;
padding-bottom: 0;
}
.locationAdd h4:after {
background: transparent;
}
.fltrlocContent h3,
.fltrlocContent .addPhone {
font-family: 'MediumFont';
font-size: 16px;
line-height: 20px;
color: #535353;
}
.fltrlocBtns a:hover {
background: #EF7F1A;
color: #fff;
}
.fltrlocBtns a {
background: rgba(247, 238, 232, 0.51);
border: 0.5px solid #EF7F1A;
border-radius: 15px;
font-family: 'RegularFont';
font-size: 12px;
line-height: 14px;
color: #EF7F1A;
padding: 6px 10px;
margin-right: 10px;
text-decoration: none;
}
.fltrlocBtns {
margin-top: 20px;
}
a.RateUs {
font-family: 'BoldFont';
font-weight: 600;
font-size: 14px;
line-height: 22px;
color: #EF7F1A;
border-bottom: 2px solid #EF7F1A;
margin-left: 10px;
}
.LocDetailRight .locationAdd .hospitalImg {
width: 100%;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.fltrlocContent {
padding-left: 20px;
}
.filterInputWrap .choices__inner {
background: #fff url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat 96% 50%;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
border-radius: 25px;
font-family: 'RegularFont';
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 8px 12px;
border: 0;
width: 100%;
}
.filterInputWrap .contactDetailsLabelInput .choices__input {
width: 100% !important;
max-width: 240px;
background: transparent;
}
.filterInputWrap .choices__list--dropdown .choices__item--selectable {
padding-right: 100px;
font-size: 16px;
color: #535353;
font-family: 'MediumFont';
border-bottom: 0.5px solid #EDF3FB;
}
.filterInputWrap .choices__list--dropdown {
border-radius: 10px;
}
.filterInputWrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
background: #d0e7ff;
}
.LocDetailLeft.meetDocLeftDesktop {
display: block;
}
.LocDetailLeft.meetDocLeftMobile {
display: none;
}
.locDetailBnrWrap {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/locationDetailsBg\ \(1\).svg) no-repeat;
background-size: 100%;
}  .bannerHomewrapper button.aDetailsBnrBtn {
text-align: left;
margin-top: 20px;
}
.bannerHomewrapper .bannerHome {
padding: 70px 0;
overflow-x: hidden;
}
.my-slider-bnrHome {
padding: 0 70px;
}
.slick-initialized .slick-slide { color: #FFF;
height: 200px;
margin: 0 15px 0 0;
display: flex;
align-items: center;
justify-content: center;
}
.slick-next,
.slick-prev {
z-index: 5;
}
.slick-next {
right: 15px;
}
.slick-prev {
left: 15px;
}
.slick-next:before,
.slick-prev:before {
color: #000;
font-size: 26px;
}
.bannerHomewrapper .meetDocDetailBnrHeadWrap,
.ContactDetailBnrHeadWrap {
height: 440px;
}
.bannerHomewrapper .carousel-indicators li {
width: 20px;
height: 20px;
margin-right: 3px;
margin-left: 3px;
background-color: #FFDABF;
}
.bannerHomewrapper .carousel-indicators .active {
width: 20px;
height: 20px;
margin: 0;
background-color: #EF7F1A;
}
.bannerHomewrapper .carousel-control-next {
right: 30px;
left: auto;
top: 46%;
bottom: 6px;
background: #EF7F1A;
display: flex;
height: 40px;
width: 40px;
line-height: 54px;
border-radius: 4px;
}
.bannerHomewrapper .carousel-control-prev {
left: 30px;
right: auto;
background: #EF7F1A;
display: flex;
bottom: 6px;
top: 46%;
height: 40px;
width: 40px;
line-height: 54px;
border-radius: 4px;
}
.awardsDetailCaption {
font-size: 16px;
line-height: 22px;
color: #535353;
text-align: justify;
margin-bottom: 10px; ;
}
.awardsDetailReadmore .awardsDetailCaption {
height: auto;
}
.new-headings>div {
text-align: center;
}
.awardsDetailReadmore .awardsDetailRight {
width: 100%;
}
.awardsDetailReadmore .awardsDetailRight {
width: 100%;
}
.awardsDetailContent {
font-family: 'MediumFont';
font-size: 18px;
line-height: 22px;
color: #EF7F1A;
text-align: justify;
}
.awardsDetailWrap .container.flex-container {
display: flex;
flex-direction: column;
gap: 20px;
justify-content: center;
align-items: center;
flex-flow: wrap;
}
.awardsDetailRight .customContent {
margin-top: 10px;
margin-bottom: 10px;
}
#videoModal .modal-content {
width: 500px;
}
.readMore {
font-family: 'RegularFont';
font-size: 14px;
line-height: 14px;
color: #ef7f1a;
padding: 0;
margin-left: 0px;
}
.single .date {
font-family: 'MediumFont';
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #1B4E9B;
padding: 10px 20px;
width: auto;
position: relative;
background: #FFDABF;
box-shadow: 6px 2px 0px #F69855;
border: 0;
}
.awardsDetailWrap {
background: linear-gradient(180.28deg, rgba(230, 239, 249, 0.74) 0.25%, rgba(230, 239, 249, 0) 94.58%) !important;
padding-top: 30px;
padding-bottom: 30px;
}
.awardsDetailInnerWrap:before {
background: #7FB1EB;
bottom: 0;
position: absolute;
left: 0;
width: 100%;
height: 24px;
content: "";
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.awardsDetailInnerWrap:after {
background: #FFDABF;
top: 0;
position: absolute;
left: 0;
width: 100%;
height: 14px;
content: "";
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.awardsDetailInnerWrap {
box-shadow: 0px 1px 4px #d0e7fe;
padding: 20px 20px 30px 20px;
display: flex;
min-width: 40%;
flex-direction: column;
align-items: center;
justify-content: center;
background: #ffff;
position: relative;
padding-top: 20px;
border-radius: 10px;
gap: 0px;
min-height: 500px;
width: 40%;
}
.new-news-media {
display: flex;
width: 100%;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.awardsDetailWrap .container.flex-container {
position: relative;
}
.new-award {
flex-direction: row !important;
flex-wrap: wrap;
}
.awardsDetailRight p {
display: none !important;
}
.awardsDetailLeft {
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
margin: 20px 0;
}
.awardsDetailRight {
width: 100%;
margin-bottom: 20px;
}
.awardsDetailLeft .hospitalImg {
width: 100%;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
max-width: 100%;
height: 100%;
}
.awardsDetailBnrWrap {
background: linear-gradient(181deg, #f1f6fc 9.51%, #edf4fb 11.35%, #FFFDFF 19.07%, rgba(208, 231, 254, 0) 47.78%), url(//www.shalby.org/wp-content/themes/Shalby/images/locationDetailsBg\ \(1\).svg) no-repeat;
background-size: 100%;
background-position: bottom;
}
.awardsDetailReadmore .awardsDetailInnerWrap {
flex-direction: column;
padding: 40px;
}
.awardsDetailReadmore .awardsDetailLeft {
background: transparent;
width: 520px;
margin-left: 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
margin: 0 auto;
text-align: center;
padding: 10px;
}
.awardsDetailReadmore .date {
margin-bottom: 10px;
}
.awardsDetailCaption p {
padding-bottom: 14px;
font-size: 16px;
font-weight: 200 !important;
font-family: 'RegularFont' !important;
}
.awardsDetailCaption h2 {
padding-bottom: 0px;
line-height: 20px;
font-size: 18px;
}
.testimonialsDetailWrap .testimonialsDetailLeft .docProfiledetailsVideo {
margin-bottom: 0;
height: 160px;
}
.testimonialsDetailLeft img {
max-width: 100%;
width: 100%;
height: 250px;
object-fit: cover;
}
.testimonialsDetailWrap {
padding: 10px;
}
.testimonialsDetailWrap .container.flex-container {
display: flex;
flex-direction: row;
column-count: 3;
flex-wrap: wrap;
justify-content: start;
}
.testimonialDetailsOuterWrap .testimonialsDetailWrap .container.flex-container {
justify-content: center;
}
.awardsDetailReadmore .awardsDetailCaption {
font-size: 16px;
}
.awardsDetailCaption.awardsDetailContent {
color: #535353;
}
.awardsDetailReadmore .awardsDetailRight {
padding-top: 20px;
}
.awardsDetailReadmore .awardsDetailLeft img {
width: 100%;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.awardsDetailWrap.awardsDetailReadmore {
padding-top: 10px;
}
.testimonialDetailsOuterWrap {
background: linear-gradient(180.28deg, rgba(230, 239, 249, 0.74) 0.25%, rgba(230, 239, 249, 0) 94.58%);
padding-top: 30px;
padding-bottom: 0px;
}
.testimonialsDetailLeft img {
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.testimonialsDetailLeft .docProfiledetailsPlay {
top: 120px;
}
.TestiMLeft,
.TestiMMiddle,
.TestiMRight { padding-top: 20px; ;
}
.testimonialsDetailInnerLeft {
background: #ffff;
box-shadow: 0px 1px 4px #d0e7fe;
padding-bottom: 20px;
border-radius: 20px;
}
.container.flex-container.testimonialsDetailPagi {
justify-content: end;
}
.testimonialfilter .filterInputWrap {
display: flex;
flex-direction: row;
justify-content: flex-start;
gap: 20px;
}
.testimonialsDetailRight {
padding: 10px;
}
.testimonialfilter {
background: #FFF4EC;
padding: 20px;
width: 100%;
}  ul.breadcrumb {
padding: 10px 16px;
list-style: none;
background-color: transparent;
}
.container.flex-container.newsMediaBreadcrumb {
justify-content: start;
align-items: flex-start;
}
.container.flex-container.breadcrumbWrap {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: self-start;
}
ul.breadcrumb li,
.custBreadcrumb a {
display: inline;
font-size: 18px;
color: #FF842B;
font-family: 'BoldFont';
line-height: 20px;
}
.current {
color: #FF842B;
font-family: 'BoldFont';
}
ul.breadcrumb li+li:before {
padding: 8px;
color: #535353;
content: ">";
font-family: 'BoldFont';
line-height: 20px;
content: "/\00a0";
}
ul.breadcrumb li a,
.custBreadcrumb a,
.current {
font-family: 'MediumFont';
font-size: 14px;
line-height: 16px;
color: #1B4E9B;
text-decoration: none;
}
ul.breadcrumb li a:hover,
.custBreadcrumb a:hover {
color: #EF7F1A;
font-family: 'BoldFont';
}
.news_blog_healthDt {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.news_blog_healthDt .readMore {
margin-right: 20px;
}
.custBreadcrumb {
margin-top: 20px;
}
h3.triangle-right:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-color: transparent #FFDABF transparent transparent;
border-style: solid;
border-width: 20px;
}
h3.triangle-right:after {
content: '';
display: block;
position: absolute;
top: 0;
right: -6px;
width: 0;
height: 0;
border-color: transparent #f7f7f7 transparent transparent;
border-style: solid;
border-width: 20px;
}
.triangle-right {
color: #fff;
background: #1B4E9B;
font-size: 18px;
font-family: 'MediumFont';
padding: 10px 4px 8px 15px;
position: relative;
width: 80%;
margin-right: 10px;
}
.triangle-right:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-color: transparent #FFDABF transparent transparent;
border-style: solid;
border-width: 23px;
}
.triangle-right:after {
content: '';
display: block;
position: absolute;
top: 0;
right: -6px;
width: 0;
height: 0;
border-color: transparent #f7f7f7 transparent transparent;
border-style: solid;
border-width: 23px;
}
.docProfiletab {
float: left;
width: 100%;
}
.docProfileMiddle .awardsDetailInnerWrap {
width: 100% !important;
min-height: 220px !important;
margin-top: 20px;
}
.docProfileMiddle {
float: left;
}
.BreakthroughCases .awardsDetailInnerWrap .awardsDetailLeft {
width: 40%;
height: auto;
}
.BreakthroughCases .awardsDetailInnerWrap .awardsDetailRight {
width: 60%;
}
.BreakthroughCases .awardsDetailInnerWrap .awardsDetailCaption h2 {
padding-bottom: 14px;
line-height: 20px;
font-size: 14px !important;
}
.BreakthroughCaseWrap .awardsDetailInnerWrap {
min-height: 260px;
width: 100%;
}
.BreakthroughCaseWrap .awardsDetailCaption {
min-height: 260px;
width: 100%;
}
.testimonialstabContent .testimonialsDetailRight .awardsDetailCaption h2 {
line-height: 20px;
font-size: 14px;
text-transform: capitalize;
}
.testimonialstabContent .testimonialsDetailLeft .docProfiledetailsVideo {
height: 140px;
}
.testimonialstabContent .testimonialsDetailLeft .docProfiledetailsPlay {
top: 80px;
}
.testimonialstabContent .testimonialsDetailWrap,
.healthTalk .testimonialsDetailWrap {
padding: 10px 0;
}
.testimonialstabContent .testimonialsDetailWrap .docProfiletabcontent,
.healthTalk91 .testimonialsDetailWrap .docProfiletabcontent {
padding: 0;
}
.healthTalk .docProfiledetailsPlay {
top: 80px;
} .docProfiletab button {
display: flex;
padding: 12px 16px;
width: 100%;
font-size: 16px;
line-height: 24px;
color: #535353;
text-align: left;
background: transparent;
font-family: 'MediumFont';
border: 0;
border-bottom: 1px solid #D0E7FE;
height: 50px;
position: relative;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
img.docProfileIconShow {
display: block;
}
.docProfiletab button .docProfileIconHoverShow {
display: none;
}
.docProfiletab button:hover .docProfileIconHoverShow {
display: block;
}
.docProfiletab button:hover .docProfileIconHoverShow {
display: none;
}
.docProfiletab button img {
padding-right: 10px;
height: 32px;
width: 32px;
}
.DocProfileDetailBnrWrap {
background-color: #e8f3ff !important; background-size: cover;
padding-top: 30px;
background-position: center;
}
.DocProfileDetailBnrLeft {
background: transparent;
border-radius: 10px;
padding: 0px;
}
.docProfiletab button:hover {
background-color: #D0E7FE;
}
.docProfiletab button.active {
background-color: #D0E7FE;
}
.docProfiletabcontent {
float: left;
padding: 0px 12px;
width: 100%;
border-left: none;
height: 100%;
}
.docProfiletabcontent li {
font-family: 'MediumFont';
font-size: 16px;
line-height: 26px;
color: #535353;
text-align: justify;
padding-bottom: 10px;
position: relative;
display: flex;
align-items: center;
gap: 10px;
}
.docprofiletablinks.active .docProfileIconShow {
display: block !important;
}
.docProfiletabcontent li::marker {
color: transparent;
}
.docProfiletabcontent li::before {
content: "";
width: 8px;
height: 8px;
background: #ff842b;
border-radius: 20px;
display: block;
min-width:8px;
position: relative;
top: 8px;
}
.single-doctors .docProfileMiddle .docProfiletabcontent .content-list li {
flex-direction: row !important; } .docProfiletab button.active:after {
position: absolute;
top: 12px;
border-color: transparent transparent transparent #d0e7fe;
border-style: solid;
border-width: 16px;
content: "";
right: -30px;
z-index: 9;
}
.docProfileMiddle {
background: #FFFFFF;
}
.docProfileLeft {
background: transparent;
padding: 0; ;
}
.docProfileRight img {
max-width: 100%;
}
.docProfiledetailsVideo {
position: relative;
height: 330px;
width: 100%;
border-radius: 10px;
object-fit: cover;
object-position: 0% 0%;
}
.docProfiledetailsPlay {
position: absolute;
top: 90px;
left: 0;
right: 0;
margin: 0 auto;
object-position: top;
}
.docProfileRight .docButtons a {
color: #ffffff;
background: #ef7f1a;
font-family: 'MediumFont';
text-wrap: nowrap;
padding: 10px 20px;
border-radius: 100px;
}
.docProfileRight .docButtons {
align-items: center;
justify-content: center;
gap: 10px;
flex-direction: column;
}
.docProfileRight .docButtons a:hover {
background: #EF7F1A;
color: #fff;
}
.docProfileRight label {
font-family: 'BoldFont';
font-size: 20px;
line-height: 30px;
color: #1B4E9B;
display: none; ;
}
.DocProfileDetailBnrRight h1 {
color: #1B4E9B;
font-size: 18px;
position: relative;
display: inline;
font-family: BoldFont;
line-height: 26px;
}
.DocProfileDetailBnrRight h1:after {
position: absolute;
height: 4px;
width: 100%;
background: #EF7F1A;
content: "";
bottom: -5px;
left: 0;
border-radius: 8px;
display: none;
}
.DocProfileDetailBnrRight h2 {
color: #1B4E9B;
font-size: 18px;
position: relative;
display: block;
font-family: BoldFont;
line-height: 32px;
}
.DocProfileDetailBnrRight h2:after {
position: absolute;
height: 4px;
width: 100%;
background: #EF7F1A;
content: "";
bottom: -5px;
left: 0;
border-radius: 8px;
display: none;
}
.DocProfileDetailBnrRight p {
color: #535353;
font-size: 16px;
display: inline;
font-family: 'MediumFont';
line-height: 28px;
display: block;
padding-top: 4px;
padding-bottom: 10px;
}
.DocProfileDetailBnrLeft .docProfiledetailsVideo {
margin-bottom: 0;
}
.DocProfileDetailWrap {
margin-bottom: 50px;
clear: both;
margin-top: 10px;
}
.about-inner-title {
font-family: 'BoldFont';
font-size: 18px;
line-height: 24px;
color: #1B4E9B;
padding-bottom: 10px;
padding-top: 10px;
}
.docProfiletabcontent .customContent h2,
.docProfiletabcontent .customContent h3 {
font-family: 'BoldFont';
font-size: 18px;
line-height: 24px;
color: #1B4E9B;
padding-bottom: 10px;
padding-top: 10px;
}  .testimonialsDetailLeft {
background: #ffffff;
width: 100%;
margin-left: 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
margin: 0 auto;
text-align: center;
padding: 10px;
margin-bottom: 10px;
}
.iframe-cotainer {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.iframe-cotainer iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.iframe-cotainer img,
.iframe-cotainer .docProfiledetailsVideo {
position: absolute;
width: 100%;
height: 250px !important;
top: 0;
left: 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.testimonialReadmodal {
display: none;
position: fixed;
z-index: 999;
padding-top: 100px;
left: 0;
top: 30px;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.testimonialsDetailRealtedRight .testimonialsDetailLeft {
margin-top: 20px;
}
.testimonialsDetailRealtedRight {
box-shadow: 0px 1px 3px #5252522b;
background: #EDF3FB;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 10px;
} .testimonialReadmodal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
} .close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
#testimonialReadModal .testimonialReadmodal-content {
background: transparent;
border: none;
position: relative;
}
#testimonialReadModal span.close {
position: absolute;
top: 20px;
right: 20px;
bottom: auto;
background: #FF842B;
height: 40px;
width: 40px;
line-height: 28px;
font-size: 30px;
border-radius: 24px;
left: auto;
padding-left: 9px;
opacity: 1;
color: #fff;
padding-top: 2px;
}
.testimonialDetailsReadMore .testimonialsDetailRealtedLeft .testimonialsDetailLeft {
width: 70%;
}
.testimonialDetailsReadMore .testimonialsDetailInnerLeft {
padding-top: 20px;
}
.testimonialDetailsReadMore .testimonialsDetailInnerLeft {
padding-top: 20px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-around;
}
.testimonialsDetailRealtedWrap {
background: #fff;
box-shadow: 0px 1px 4px #d0e7fe;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
border-radius: 10px;
padding: 20px;
max-height: 550px;
overflow-x: auto;
}
.testimonialsDetailRight .awardsDetailCaption h2 {
padding-bottom: 10px;
font-family: 'BoldFont';
font-size: 16px;
line-height: 22px;
color: #535353;
text-transform: initial;
font-weight: 600;
}
.testimonialDetailsReadMore .awardsDetailCaption h2 {
font-size: 14px !important;
}
.testimonialfilter .filterInputWrap .choices__inner {
width: 100%;
}
.testimonialDetailsReadMore .container.flex-container {
flex-direction: column;
}  .album-title {
font-family: 'BoldFont';
font-size: 16px;
line-height: 22px;
color: #1B4E9B;
text-align: justify;
padding-left: 15px;
padding-right: 15px;
}
.gallery-img {
background: #ffdabf;
margin-bottom: 30px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
.gallery-img a {
display: block;
}
.gallery-img a img {
max-width: 100%;
width: 90% !important;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
margin-bottom: 20px;
background: #EF7F1A;
max-height: 200px;
height: 200px;
transition: all 0.3s;
transform: scale(1);
}
.gallery-img a img:hover {
transform: scale(1.1);
}
.s_pagination_section .page-numbers {
font-family: 'RegularFont';
font-size: 16px;
line-height: 0;
color: #1b4e9b;
display: flex;
border-radius: 4px;
height: 36px;
width: 36px;
text-align: center;
margin: 0;
cursor: pointer;
align-items: center;
justify-content: center;
background: transparent;
border: 1px solid #1b4e9b54;
}
span.page-numbers.current {
padding: 0;
}
span.page-numbers.current {
margin-top: 0;
color: #fff;
}
.s_pagination_section .current {
background: #FFDABF;
color: #EF7F1A;
}
.s_pagination_section .page-numbers:hover {
background: #1b4e9b;
color: #ffffff;
}
.s_pagination_section a.prev.page-numbers,
.s_pagination_section a.next.page-numbers {
display: none;
}
#pbOverlay .pbWrapper img {
max-width: 100%;
border-radius: 20px 0px;
background: rgb(255, 218, 191);
padding: 20px;
max-height: 500px;
max-width: 500px;
width: 100%;
height: 100%;
}
#pbOverlay {
background: #edf3fbde !important;
}
#pbCloseBtn:before,
#pbAutoplayBtn:before {
background: #FF842B !important;
padding: 6px 10px 17px 18px;
font-size: 30px !important;
}
.pbWrapper>div,
.pbWrapper>img {
box-shadow: none !important;
}
#pbPrevBtn b:before,
#pbNextBtn b:after {
color: #1B4E9B !important;
font-size: 80px !important;
}
#pbOverlay .prevNext {
text-shadow: none !important;
}
#pbAutoplayBtn:before {
padding: 2px 2px 2px 6px !important;
text-indent: -12px !important;
line-height: 1.2 !important;
}  .customOverlay {
content: "";
display: block;
position: fixed;
padding: 100px 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .5);
z-index: 99999;
}
:root {
--EASE_INOUT_QUAD: cubic-bezier(0.455, 0.03, 0.515, 0.955);
--EASE_IN_QUAD: cubic-bezier(0.55, 0.085, 0.68, 0.53);
--EASE_OUT_QUAD: cubic-bezier(0.25, 0.46, 0.45, 0.94);
--COLOR_UI_PHARMACY: #1B4E9B;
--loaderPill_DURATION: 1800ms;
}
.absCenter.customLoader {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.customLoader .loaderPill {
text-align: center;
}
.customLoader .loaderPill-anim {
height: 160px;
}
.customLoader .loaderPill-anim-bounce {
animation: loaderPillBounce var(--loaderPill_DURATION) linear infinite;
}
.customLoader .loaderPill-anim-flop {
transform-origin: 50% 50%;
animation: loaderPillFlop var(--loaderPill_DURATION) linear infinite;
}
.customLoader .loaderPill-pill {
display: inline-block;
box-sizing: border-box;
width: 80px;
height: 30px;
border-radius: 15px;
background-image: linear-gradient(to right, var(--COLOR_UI_PHARMACY) 50%, #FFDABF 50%);
}
.customLoader .loaderPill-floor {
display: block;
text-align: center;
}
.customLoader .loaderPill-floor-shadow {
display: inline-block;
width: 70px;
height: 7px;
border-radius: 50%;
background-color: color(var(--COLOR_UI_PHARMACY) alpha(26%));
transform: translateY(-15px);
animation: loaderPillScale var(--loaderPill_DURATION) linear infinite;
}
.customLoader .loaderPill-text {
font-weight: bold;
color: var(--COLOR_UI_PHARMACY);
text-transform: uppercase;
}
@keyframes loaderPillBounce {
0% {
transform: translateY(123px);
animation-timing-function: var(--EASE_OUT_QUAD);
}
25% {
transform: translateY(40px);
animation-timing-function: var(--EASE_IN_QUAD);
}
50% {
transform: translateY(120px);
animation-timing-function: var(--EASE_OUT_QUAD);
}
75% {
transform: translateY(20px);
animation-timing-function: var(--EASE_IN_QUAD);
}
100% {
transform: translateY(120px);
}
}
@keyframes loaderPillFlop {
0% {
transform: rotate(0);
}
25% {
transform: rotate(90deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(450deg);
}
100% {
transform: rotate(720deg);
}
}
@keyframes loaderPillScale {
0% {
transform: translateY(-15px) scale(1, 1);
animation-timing-function: var(--EASE_OUT_QUAD);
}
25% {
transform: translateY(-15px) scale(0.7, 1);
animation-timing-function: var(--EASE_IN_QUAD);
}
50% {
transform: translateY(-15px) scale(1, 1);
animation-timing-function: var(--EASE_OUT_QUAD);
}
75% {
transform: translateY(-15px) scale(0.6, 1);
animation-timing-function: var(--EASE_IN_QUAD);
}
100% {
transform: translateY(-15px) scale(1, 1);
}
}  .back-to-top {
position: fixed;
bottom: -40px;
right: 10px;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
background: #EF7F1A;
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 50%;
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
z-index: 9;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.back-to-top:focus {
color: #fff;
}
.back-to-top.show {
bottom: 40px;
right: 40px;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.back-to-top.show:hover {
color: #fff;
bottom: 80px;
opacity: 1;
}
.arrow {
background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
position: absolute;
width: 12px;
height: 12px;
background-size: contain;
transform: rotate(-90deg);
top: 30%;
left: 40%;
}
.arrow:nth-child(2) {
top: 42%;
}
@keyframes bounceAlpha {
0% {
opacity: 1;
transform: rotate(-90deg) translateX(0px) scale(1);
}
25% {
opacity: 0;
transform: rotate(-90deg) translateX(10px) scale(0.9);
}
26% {
opacity: 0;
transform: rotate(-90deg) translateX(-10px) scale(0.9);
}
55% {
opacity: 1;
transform: rotate(-90deg) translateX(0px) scale(1);
}
}
.back-to-top:hover .arrow {
animation-name: bounceAlpha;
animation-duration: 1.4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.back-to-top:hover .arrow:nth-child(2) {
animation-name: bounceAlpha;
animation-duration: 1.4s;
animation-delay: 0.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@media only screen and (max-width: 575px) {
.testimonialsDetailLeft img {
height: 200px !important;
}
.back-to-top {
width: 40px;
height: 40px;
line-height: 40px;
}
.back-to-top.show {
bottom: 10px;
right: 10px;
}
.back-to-top.show:hover {
bottom: 10px;
}
.arrow {
top: 27%;
left: 37%;
}
.modal-dialog.modal-xl.testimonialRead {
width: 80%;
}
} .testimonialWrapper .testimonialInnerBox .testimonialBox img {
max-width: 100%;
border-top-left-radius: 40px;
border-bottom-right-radius: 20px;
height: 100%;
}
#carouselExampleIndicators2 .testimonialInnerBox {
height: 100%;
position: relative;
width: 100%;
}
.shareSocialIconsBox {
position: absolute;
left: auto;
top: 65px;
right: 0;
content: "";
z-index: 99;
background: #FFDFC8;
border-radius: 30px;
opacity: 0;
transition: all 0.2s;
}
.shareBtnIcons.shareBtnIcons_Show .shareSocialIconsBox {
opacity: 1;
display: flex;
flex-direction: column;
}
.shareBtnIcons.shareBtnIcons_Show .shareSocialIconsBox {
-webkit-animation: scale-in-ver-top .5s cubic-bezier(.25, .46, .45, .94) both;
animation: scale-in-ver-top .5s cubic-bezier(.25, .46, .45, .94) both;
}
@-webkit-keyframes shareSocialIconsBox {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
opacity: 1;
}
100% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
opacity: 1;
}
}
@keyframes scale-in-ver-top {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
opacity: 1;
}
100% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
opacity: 1;
}
}
.shareSocialIconsBox .shareSocialIcons { cursor: pointer;
width: 16px;
text-align: center;
margin: 0 auto;
}
#carouselExampleIndicators2 .testimonialInnerBox .shareSocialIconsBox a {
width: 36px;
height: 36px;
background: #FF842B;
border-radius: 30px;
margin: 4px;
cursor: pointer;
display: flex;
}
.shareSocialIconsBox:after {
position: absolute;
content: "";
height: 20px;
width: 20px;
background: transparent;
top: -22px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
z-index: 9999999;
border-color: transparent #FFDABF transparent transparent;
border-style: solid;
border-width: 13px;
transform: rotate(90deg);
}
#carouselExampleIndicators2 .locationInnerBox {
width: 100%;
}
#carouselExampleIndicators2 .locationAdd {
width: 100%;
}
#carouselExampleIndicators2 .locationImg_custom {
height: 260px;
width: 100%;
max-width: 100%;
}
#carouselExampleIndicators2 .testimonialInnerBox a {
width: 100%;
height: 300px;
}
.next_tes,
.prev_tes {
width: 42px;
height: 42px;
top: 50%;
background: #F2BC8B !important;
color: #fff;
font-size: 37px;
line-height: 25px;
margin-top: 10px;
margin-right: 20px;
border-radius: 8px;
border: none;
}
.next_tes span,
.prev_tes span {
color: #fff;
}
.Specialities_list {
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 50%;
font-size: 16px;
color: #828282;
font-family: 'MediumFont';
z-index: 1;
background-color: #fff;
border: 1px solid #d0e7ff;
padding: 10px 28px 10px 10px;
border-radius: 30px;
appearance: none;
}
.healthTalkInnerBox {
width: 100%;
}
#newsandmedia .NewsBlogHtImg.iframe-cotainer {
height: 250px;
}
#newsandmedia img.wpvl_playbutton {
width: 50px !important;
left: 45%;
}
img.wpvl_playbutton {
width: 50px;
left: 50%;
}
.page-template-cardiology img.wpvl_playbutton {
width: 50px !important;
}
.home #newsandmedia img.wpvl_playbutton {
left: 50%;
top: 50%;
}
#newsandmedia .NewsBlogHtImg.iframe-cotainer .testiPlay {
position: unset;
} .searchOuterWrapper1 .searchWrapper .footerInputBtn .spinner-border {
vertical-align: -0.5em !important;
text-align: right !important;
} .wpvl_playbutton {
position: absolute;
z-index: 99;
height: 90px;
width: 20px;
top: 45%;
left: 0;
right: 0;
}
.testiPlay {
position: relative;
}
.testimonialWrapper .testimonialInnerBox .testimonialBox .wpvl_playbutton {
position: absolute;
z-index: 99;
height: 90px;
width: 50px;
top: 35%;
left: 45%;
right: 0;
}
.hospitals-template-micro-testimonials img.wpvl_playbutton {
width: 50px;
left: 45%; ;
}
.locationAddRating_custom h4 a {
color: #1B4E9B;
}
.s_pagination_section {
margin: 10px 0;
text-align: center;
gap: 10px;
} .emergencyNubWrap {
position: fixed;
top: 35%;
-webkit-transform: translateY(-35%);
-ms-transform: translateY(-35%);
transform: translateY(-35%);
z-index: 9999;
display: block;
}
.emergencyNubWrap a {
display: block;
position: absolute;
font-family: 'BoldFont';
font-size: 20px;
line-height: 30px;
text-align: center;
color: #fff;
writing-mode: vertical-lr;
text-orientation: upright;
background: #A42C2C;
text-transform: uppercase;
padding-top: 10px;
padding-bottom: 10px;
z-index: 999;
}
.emergencyNubTitle {
background: #3B5998;
color: #000;
}
.emergencyNubList {
position: absolute;
right: auto;
top: 0;
writing-mode: horizontal-tb;
text-orientation: initial;
text-transform: initial;
width: 300px;
background: #fff;
z-index: 99;
height: 310px;
overflow-x: auto;
display: block;
left: 30px;
box-shadow: 0px 0px 4px #828282;
border-radius: 0 6px 6px 0;
visibility: hidden;
transition: all 0.5s ease-out;
}
.emergencyNubWrap.emergencyNubListOpen .emergencyNubList {
visibility: visible;
}
.emergencyNub {
padding: 16px 8px;
margin-bottom: 8px;
}
.emergencyNub label {
display: inline-block;
font-size: 16px;
line-height: 20px;
color: #535353;
font-family: 'MediumFont';
}
.emergencyNubList .emergencyNub a {
color: #1B4E9B !important;
writing-mode: horizontal-tb;
text-transform: none;
font-size: 16px;
line-height: 20px;
color: #828282;
font-family: "MediumFont";
background: transparent;
padding: initial;
} .bannerHomewrapper .detailsBannerWrap {
width: 100%;
max-width: 100%;
height: 100% !important;
min-height: 545px !important;
padding-top: 0;
padding-bottom: 0;
}
.bannerHomewrapper .detailsBannerWrap.fullBnrWrap { min-height: 100% !important;
max-height: 100% !important;
}
.bannerHomewrapper .detailsBannerWrap img {
height: 100%;
width: 100%;
}
.close {
line-height: 15px;
opacity: 1;
z-index: 999;
background: transparent !important;
top: -8px;
height: 40px;
width: 40px;
right: 20px;
position: absolute;
color: #EF7F1A !important;
border-radius: 50px;
padding: 30px;
font-size: 40px;
}
.awardsDetailReadmore .awardsDetailCaption p img.aligncenter {
max-width: 100% !important;
background: transparent !important;
width: 520px !important;
border-top-left-radius: 20px !important;
border-bottom-right-radius: 20px !important;
margin: 0 auto !important;
text-align: center !important;
padding: 10px !important;
}
.mailpoet_paragraph input {
box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
-webkit-box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
-moz-box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
-webkit-appearance: none;
}
.mView620.logoSearchLocTogg .SearchLocTogg .emergencyNubWrap {
display: none;
}
.docHexaWrap svg {
width: 150px;
margin: 0 auto;
}
.docHexaWrap #hex {
stroke-width: 2;
stroke: #d0e7ff;
transition: fill-opacity .8s;
}
.docHexaWrap svg:hover #hex {
fill-opacity: 1;
}
.docHexaWrap svg:hover #text {
fill-opacity: 1;
} .hospitaldetailsWrap .hospitaldetailsRight img.hospitaldetailsVideo {
border-radius: 0 30px 0 30px;
background: #FFF4EC;
padding: 10px;
}
.DocProfileDetailWrap .docProfileRight .iframe-cotainer video {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
padding: 8px;
background: #FFF4EC;
}
.awardsDetailInnerWrap p img {
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
width: 520px;
max-width: 100%;
margin: 0 auto;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
float: none;
background: transparent;
padding: 10px;
height: 100%;
}
.menuLeft.head_menu_inner {
padding-left: 0;
}
.testimonialstabContent .wpvl_playbutton,
.healthTalk .wpvl_playbutton {
width: 60px !important;
top: 35%;
left: 42%;
height: auto !important;
}
.tpaContentWrap ul {
margin: 30px 0;
column-count: 2;
}
.tpaContentWrap li {
padding: 10px;
background: #fff; margin-bottom: 10px;
border-radius: 4px;
box-shadow: 1px 1px 4px #828282;
display: block;
border-bottom: 0;
font-size: 16px;
line-height: 20px;
color: #828282;
font-family: "MediumFont";
display: block;
}
.tpaDetailBnrWrap .bnrTitleContentCTA {
background: linear-gradient(180deg, rgba(255, 218, 191, 0.2049194677871149) 0%, rgba(255, 218, 191, 0.5018382352941176) 48%, rgba(255, 218, 191, 1) 100%);
;
height: 110px;
width: 40%;
border-radius: 100px 0 0 100px;
position: absolute;
right: 0;
top: 28px;
left: auto;
display: flex;
margin-bottom: 20px;
}
.tpaDetailBnrWrap h1.meetDocDetailBnrTitle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-left: 30px;
font-size: 30px;
color: #1B4E9B;
font-family: "BoldFont";
}
.tpaDetailBnrWrap .meetDocDetailBnrTitle:after {
display: none;
}
.tpaDetailBnrWrap {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
height: 160px;
padding: 20px;
position: relative;
box-shadow: 0 0 5px #828282; background: linear-gradient(180deg, #d0e7ff1f 0%, #d0e7ff38 48%, #d0e7ff 100%);
margin-bottom: 20px;
}
.tpaDetailBnrWrap:after {
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/tpaAfterImg1.svg) no-repeat !important;
content: "";
position: absolute;
background-size: contain !important;
}
.contactDetailsMap iframe {
margin-top: 20px;
}
.contactFormMediaData img.insta {
width: 24px;
padding-top: 8px;
}
.footerLeft img.fb.twitter {
width: 21px;
}
img.hovered-image.menu-image-title-after,
.menu-item:hover img.hovered-image {
margin-left: -24px !important;
}
img.policyMenuBtn {
display: none;
}
h3.SocialMediaFooterTitle {
display: none;
} .testimonialsDetailWrap .ajaxdata .testimonialsDetailRight .awardsDetailCaption h2 {
font-family: 'BoldFont';
font-size: 16px;
line-height: 22px;
color: #535353;
padding: 10px 0;
height: 60px;
text-transform: initial;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailInnerLeft #readMoreTestimonial {
width: 100%;
height: 252px !important;
position: relative;
display: block;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailRight .customContent {
font-family: 'MediumFont';
font-size: 14px;
line-height: 22px;
color: #828282;
padding-top: 10px;
height: 70px;
overflow: hidden;
}
.testimonialDetailsfilter {
padding-bottom: 30px;
} .docLabelButtons {
align-items: center;
justify-content: center;
display: flex;
flex-direction: column; bottom: 0px;
z-index: 99;
left: 0;
right: 0;
top: 0;
margin-bottom: 20px;
}
.DocProfileDetailBnrWrap .docProfileRight {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.DocProfileDetailBnrWrap .docProfileRight {
position: relative;
}
.aboutUsDetailBnrWrap.detailsBannerWrap img {
width: auto;
}
.modal-header .close {
padding: initial;
margin: initial;
line-height: 0;
opacity: 1;
z-index: 999;
background: #EF7F1A !important;
top: 10px;
height: 30px;
width: 30px;
position: absolute;
color: #fff !important;
border-radius: 50px;
right: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.modal-header .close span {
height: 10px;
font-weight: 100;
}
.meetDocDetailWrap .docButtons {
display: flex;
flex-direction: row;
align-items: center;
padding-bottom: 10px;
padding-top: 10px;
z-index: 99;
padding-right: 10px;
bottom: 5px;
margin: 0 auto;
position: absolute;
justify-content: space-evenly;
width: 100%;
border-top: 1px solid #ccc;
}
.testimonialsDetailWrap .testimonialDetailsReadMore .testimonialsDetailRealtedLeft .testimonialsDetailLeft {
width: 50%;
}
.DocProfileDetailWrap .docProfileMiddle img.wpvl_playbutton { width: 60px;
}
#carouselExampleIndicators2 .testimonialInnerBox {
margin: 0;
}
.testimonialDivCenter {
justify-content: center;
}
.testimonialDetailsfilter .testimonialfilter .filterInputWrap input {
box-shadow: none;
}
.testimonialDetailsfilter .testimonialfilter .choices__item--selectable {
padding: 10px;
}
.testimonialDetailsOuterWrap .testimonialDetailsfilter .testimonialfilter .choices__list--dropdown {
z-index: 999;
}
.modal-content.testimonialsDetailWrap.testimonialDetailsReadMore .testimonialsDetailLeft {
width: 100%;
}
.specialitiedOuterWrap .specialityInnerBox img {
width: 80px !important;
padding: 10px;
background: #FFF4EC;
border-radius: 10px !important;
margin: 0 auto;
height: 80px !important;
text-align: center;
max-width: 100%;
display: block;
object-fit: fill;
}
.card-body .panel-heading {
padding: 10px 0px;
}
.panel-heading a {
width: 100%;
display: block;
text-transform: capitalize;
}
.fa-minus:before {
content: "\f107" !important;
}
.fa-minus {
transform: rotate(180deg);
}
.subMegaMenucustImg.hoverimg {
display: none;
}
.specialityInnerBox {
height: auto !important;
}
.specialitiedOuterWrap .specialityInnerBox .hexaDocImg {
--size: 100px;
margin: 0 auto;
}
.specialitiedOuterWrap h2 {
font-family: 'MediumFont';
font-weight: 500;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #535353;
padding-top: 10px;
}
.specialityInnerBox:hover {
background: #d0e7ff;
}
.specialityBox {
display: grid;
width: 100%;
grid-gap: 20px 20px;
grid-template-columns: repeat(4, 250px);
justify-content: center;
margin-top: 40px;
margin-bottom: 40px;
}
.specialityInnerBox a {
display: block;
}
.specialityInnerBox {
gap: 10px;
background: #FFFFFF;
box-shadow: inset 0px 0px 8px rgba(130, 130, 130, 0.22);
border-radius: 10px;
cursor: pointer;
padding: 20px 10px;
}
.specialityDetailBnrWrap {
background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(208, 231, 255, 1) 52%, rgba(208, 231, 255, 1) 100%);
}
.back-to-top.show {
bottom: 80px;
right: 10px;
}
.searchHamLocLangEmer button.Location_dropbtn.mobLocationHead.showHeadMenu1024 {
display: none;
}
.searchHamLocLangEmer .emergencyNubWrap {
display: none;
}
.main-menu .singlelinemenu .dropdown {
column-count: 1;
width: 300px;
}
.main-menu .singlelinemenu .dropdown .dropdown2 {
box-shadow: 0 0 4px #828282;
top: 45px;
width: 300px;
z-index: 99;
top: 2PX;
border-radius: 4px;
}
.main-menu .singlelinemenu .dropdown li { ;
}
.menuphoneNubsLang {
background: #D0E7FE;
}
.searchPopup #myPopup {
left: unset;
}
.searchPopup #searchform input {
display: initial;
width: 97%;
height: 30px;
outline-style: none;
background: #FFFFFF;
box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
border-radius: 30px;
border: 0;
font-size: 16px;
font-family: 'RegularFont';
color: #535353;
padding: 10px;
}
span.AfterMenuLine {
padding-top: 0 !important;
}
.core-menu li:nth-child(5) {
border: 1px solid transparent !important;
}
.core-menu li:last-child {
border: 1px solid transparent !important;
}
.searchHamLocLangEmer.desktopSearch {
display: block;
}
.searchHamLocLangEmer.mobileSearch {
display: none;
}
.searchHamLocLangEmerWrap .emergencyNubWrap {
display: none;
}
.searchHamLocLangEmerWrap .SearchMenuHead {
display: none;
}
.mega-sub-menu a.mega-menu-link {
font-size: 16px !important;
}
.NavbarWrap {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
}
a.mega-menu-link:hover {
font-weight: unset !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:last-child a.mega-menu-link {
border: 1px solid transparent !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:hover a {
background: #d0e7ff !important;
padding: 10px;
color: #1b4e9b !important;
}
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
padding: 10px !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
padding-top: 0 !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
padding: 6px 0 !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
border-radius: 8px !important;
box-shadow: 0 0 6px #2D7BD8 !important;
background: #fff !important;
}
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
font-size: 14px !important;
font-family: "MediumFont" !important;
}
.specialities_megamenu a.mega-menu-link {
margin-bottom: 2px !important;
} ::-webkit-scrollbar {
width: 20px;
background-color: #fff;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #1b4e9b;
border-radius: 20px;
border: 6px solid transparent;
background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
background-color: #f48337;
}
#mega-menu-header .menuRight.SocialMedia_Icon.col-lg-3.col-md-3 {
display: none !important;
}
.ourHosArrow .btn-primary {
background: #f2bc8b !important;
border-color: transparent !important;
}
.ourHosArrow .btn-primary:hover {
background: #EF7F1A !important;
}
#doctors #drlistdata {
font-family: 'BoldFont';
font-size: 14px;
line-height: 22px;
color: #535353;
display: block;
text-align: center;
margin: 0px auto 20px auto;
padding-top: 30px;
}
.docListLeft .alert.alert-info {
text-align: center;
margin: 0 auto;
animation: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
font-family: 'BoldFont';
font-size: 14px;
line-height: 22px;
color: #535353;
background: transparent;
border-color: transparent;
}
#corppage #carouselExampleIndicators2 .testimonialBox.video-gallery-inne img.wpvl_playbutton {
left: 50%;
top: 50%;
}
.page-template-international-patient-maps#corppage .testimonialWrapper .testimonialInnerBox .testimonialBox .wpvl_playbutton {
top: 50% !important;
left: 50% !important;
}
.padding-30.bmwCustom {
padding: 30px 0;
}
.bmwCustom .customContent {
margin: 20px 0;
}
.bmwCustom .customContent a {
color: #535353;
font-family: 'MediumFont';
line-height: 30px;
}
.bmwCustom table {
text-align: center;
color: #535353;
font-family: 'RegularFont';
}
.bmwCustom .fa.fa-file-pdf-o {
color: #A42C2C !important;
}
.bmwNopdfAttach {
margin-top: 30px;
}
.ourHospRel {
position: relative;
}
.ourHosArrow {
position: absolute;
top: -80px;
right: 0;
}
.ourHosShadow {
padding: 2px 16px 16px 16px;
}
.DocProfileDetailWrap .docProfiletabcontent table td {
padding: 8px;
}
.stickyftrmenu li:last-child:after {
display: none;
}
.stickyftrmenu li:after {
position: absolute;
right: -6px;
top: 4px;
background: #1b4e9b;
width: 2px;
height: 80%;
content: "";
}
.stickyftrmenu li {
position: relative; ;
}
.page-template-insurance-tieups#corppage .custInsList li,
.page-template-insurance-tieups#corppage .custInsRightList li {
padding-top: 4px;
padding-bottom: 4px;
color: #535353;
font-family: 'RegularFont';
}
.page-template-insurance-tieups#corppage .custInsList li:hover {
background: transparent;
}
.exclusiveCorpList li {
margin-left: 0;
}
#doctor-carousel #clinical-program-slider li:hover {
background: transparent;
}
.search.search-results .ntngFoundWrap {
flex-direction: column;
}
.searchAndAboutBG .searchOuterWrapper1 .searchWrapper .spinner-border {
position: absolute;
right: 0px;
top: 36px;
margin: 0 auto;
z-index: 99;
}
.doctorsOuterWrapper .docListLeftInner .docButtons .dropdown {
display: flex;
}
.docListLeftInner .docButtons .dropdown .dropdown-toggle::after {
margin-top: 10px !important;
}
.docListLeftInner .docButtons .dropdown-menu {
position: absolute;
top: 100%;
right: 0;
left: auto;
height: 70px !important;
overflow-x: auto;
font-size: 14px;
color: #535353;
font-family: 'MediumFont';
border: 0;
padding: 10px 0;
min-height: auto !important;
border-radius: 10px;
background: #f7f7f7;
box-shadow: 0px 0px 3px rgb(45 123 216 / 50%);
}
.corpCustformbg {
background: linear-gradient(190deg, rgb(252 252 252) 0%, rgb(254 254 254 / 19%) 49%, rgb(254 254 254) 100%), url(//www.shalby.org/wp-content/themes/Shalby/images/clinicalExce.svg) no-repeat;
background-size: cover;
}
#corppage .inner-content-section .bookAnAppBtn .form-group p {
text-align: center;
}
#corppage form.wpcf7-form.init.book-appointment-form .bookAnAppBtn span.wpcf7-spinner {
margin-left: 70px;
}
.corpCustformbg #wpcf7-f2381-o1 {
width: 80%;
margin: 0 auto;
}
.feedback-input {
margin: 5px;
background: #FFFFFF;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
-webkit-border-radius: 25px;
-moz-box-border-radius: 25px;
border-radius: 25px;
font-family: 'RegularFont';
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 8px 12px;
border: 0;
width: 100%;
margin-bottom: 20px;
-webkit-appearance: none !important;
}
#corppage .internationel-services .abt_content .parent {
margin-top: 20px;
width: 100%;
overflow: hidden;
position: relative;
display: inline-block;
cursor: pointer;
margin-bottom: 0px;
}
.contactDetailsRight .form-group input {
background: #FFFFFF;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
-webkit-border-radius: 25px;
-moz-box-border-radius: 25px;
border-radius: 25px;
font-family: 'RegularFont';
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 8px 12px;
border: 0;
width: 100%;
}
.contactDetailsRight .form-group select#rate,
.contactDetailsRight .form-group select#career-location-field {
width: 100%;
border: 0;
font-family: 'RegularFont';
font-size: 14px;
line-height: 20px;
color: #828282;
}
.contactDetailsRight .form-group.custom-select,
.contactDetailsRight form.wpcf7-form.init textarea,
.contactDetailsRight textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.appointment-field.wpcf7-not-valid {
background: #FFFFFF;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
-webkit-border-radius: 25px;
-moz-box-border-radius: 25px;
border-radius: 25px;
font-family: 'RegularFont';
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 8px 12px;
border: 0;
width: 100%;
}
.contactDetailsRight form.wpcf7-form.init textarea,
.contactDetailsRight textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.appointment-field.wpcf7-not-valid {
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
background: #fff;
}
#corppage select#career-location-field {
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 50%;
}
.wantCallbtn input#submit_form {
width: 160px !important;
}
.corpCustformbg h3 {
text-align: center;
}
#crumbs a {
font-family: 'MediumFont';
font-size: 16px;
line-height: 16px;
color: #1B4E9B;
text-decoration: none;
}
#crumbs span {
color: #ef7f1a;
}
.opdCorp {
padding-bottom: 30px;
}
.blog-subscription-form .widget_wysija_cont form#form-wysija-html5a056d8a1fdbd-2 input#btnclick {
margin-top: 10px !important;
}
#corppage .inner-content-section .wantUsCallFormWrap p {
margin-bottom: 0 !important;
}
.custSpeciDD { height: auto;
}
textarea {
border-radius: 8px !important;
}
.DocProfileDetailWrap .testimonialsDetailWrap .TestiMLeft.col-lg-6.col-md-6 {
float: left;
}
#corppage .interCustWrap .sidebar-title,
.Clinical.ExcellenceWrapper.interCustWrap .Title,
.testimonialWrapper.interCustWrap .Title {
font-size: 28px;
line-height: 20px;
}
#corppage .interCustWrap .container.flex-container {
flex-direction: column;
}
#corppage .insuTieupsWrap li,
#corppage .insuTieupsWrap .custInsList li {
padding-left: 0 !important;
}
#corppage .interPatientGuideWrap .page-list li {
margin-left: 0;
}
.modal-backdrop.show,
.modal-backdrop.in {
opacity: .5 !important;
z-index: 99999 !important;
}
#videoModal.modal.show,
.modal.in {
background: rgb(0 0 0 / 50%);
}
.testimonialDetailsOuterWrap .modal.show,
.modal.in {
background: rgb(0 0 0 / 50%);
}
.custSpeciDD select#select-specialities-opinion,
#corppage .opdCustWrap .filterInputWrap .choices .choices__inner {
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 50%;
}
.chairMsgBreadCru.breadcrumbs-section .container {
padding-left: 15px;
}
#corppage .left-part .center-excellence-main ul.excellence-list {
padding-left: 0;
}
.tpaDetailBnrWrap img {
max-width: 100%;
height: 160px;
}
#corppage span.wpcf7-form-control-wrap.hospital .wpcf7-not-valid-tip {
text-align: left;
}
.custSpecSingleWrap span.list-title {
padding-bottom: 10px;
}
.single-format-standard .blogDetailCustWrap .blog-main h4.wp-block-heading {
padding-bottom: 10px;
}
.blogDetailCustWrap h3.wp-block-heading {
padding-bottom: 10px;
}
td.tdRegiBtn {
padding-top: 15px !important;
}
.tdRegiBtn a.ViewAll:hover {
color: #ef7f1a;
background: #fff;
}
.clearall {
cursor: pointer;
} .wantUsCallFormWrap .wantCallbtn .wpcf7-spinner {
margin: unset !important;
}
.wantUsCallFormWrap span.wantCallbtn {
display: flex;
margin: 0 auto;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 10px;
}
.wantUsCallFormWrap .wantCallbtn input#submit_form {
margin: unset !important;
}
.wantUsCallFormWrap .feedback-input {
margin-left: 0;
margin-right: 0;
}
.book-appointment-form .bookAnAppBtn {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
text-align: center;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
font-family: 'MediumFont';
font-size: 18px;
color: #2A710F !important;
padding: 20px;
margin: 0 auto;
background: #2a710f14;
border-radius: 8px;
text-align: center;
border: 0.5px solid #2A710F;
}
#corppage .book-appointment-form .request-appointment {
display: inline-block;
}
#corppage .datepicker table tr td.day {
font-family: 'MediumFont';
font-size: 14px;
line-height: 20px;
color: #535353;
}
.datepicker table tr td.day:hover,
.datepicker-switch:hover {
background: #d0e7ff !important;
color: #1b4e9b !important;
}
.datepicker table tr th.dow,
.datepicker-switch {
color: #1b4e9b !important;
}
.datepicker {
padding: 20px;
border-radius: 10px;
background: #ffffff;
border: 0.5px solid #d0e7fe;
}
#corppage .datepicker-days .table-condensed thead tr {
background: #fff;
}
.contactDetailsRight form.wpcf7-form .contactDetailsLabelInput.NameDoc_dropdown {
width: 100%;
padding-left: 0;
}
.thankYouWrap .inner-content-section-main {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
flex-direction: column;
}
.thankYouWrap h1 {
font-family: 'MediumFont';
font-size: 18px;
color: #2a710f;
padding: 20px;
margin: 0 auto;
background: #2a710f14;
border-radius: 8px;
text-align: center;
border: 0.5px solid #2a710f;
}
.thankYouWrap .img-box {
margin: 0 auto;
}
.custSpecSingleWrap .content-list li:after,
.custSpecSingleWrap .page-list li::after {
height: 100%;
}
.breadcrumbs-section {
padding-top: 30px;
}
.modal-content {
max-width: 500px;
max-height: 550px;
overflow-x: auto;
}
#countryCodeAM,#countryCodeAM1 {
width: 70px;
border-radius: 50px;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
background: #fff;
border-color: transparent;
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 0px 12px;
height: 100%;
outline: 0 !important;
appearance: none !important;
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 86% 50%;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
font-family: 'MediumFont';
font-size: 18px;
color: #2a710f !important;
padding: 20px;
margin: 0 auto;
background: #2a710f14;
border-radius: 8px;
text-align: center;
border: 0.5px solid #2a710f;
}
.hospitals-template-micro-helthtalk .microHTWrap .modal-dialog {
width: 100%;
max-width: 650px;
max-height: 550px;
display: flex;
justify-content: center;
align-items: center;
}
.phonefiled .contactDetailsLabelInput {
display: flex;
}
li.specialities_megamenu:hover .custDropdown-content {
display: block;
width: 1024px;
}
#speciality .container.flex-container.clinicalWrapper {
align-items: center;
justify-content: center;
}
#corppage .inner-content-section .custSelectDate .form-group p {
margin-bottom: 20px;
}
.formbg .custSelectDate .form-group p {
margin-bottom: 20px;
}
.formbg.interFormLclearBoth {
clear: both;
}
.internatioanlDetailBnrWrap {
background: transperant url(//www.shalby.org/wp-content/themes/Shalby/images/InternationalBanner.svg) no-repeat;
background-size: contain;
}
.contactDetailsOuterWrap .contactDetailsInnerrWrap .contactDetailsRight form span.ajax-loader {
display: flex;
margin: 10px auto 0 auto;
}
.page-template-Feedback .contactDetailsOuterWrap .contactDetailsInnerrWrap .contactDetailsRight form span.ajax-loader {
display: flex;
margin: 10px auto 0 auto;
}
.drOPDnubNone {
display: none;
}
.opdEnqFormBtnCapt label.cptch_label {
margin: 0;
}
.opdEnqBtnCapt,
.wantUsCallBtnCapt {
display: flex;
justify-content: space-between;
align-items: center;
}
.opdEnqFormBtnCapt,
.wantUsCallFormBtnCapt {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.opdEnqForm .wpcf7-not-valid-tip {
padding-bottom: 0 !important;
}
.opdEnqForm textarea.appointment-field {
padding-top: 8px;
}
.wantUsCallBtnCapt input#submit_form {
width: auto !important;
padding: 6px 14px !important;
min-width: 120px !important;
}
#corppage .secondOpinForm .wpcf7-not-valid-tip {
padding-bottom: 10px;
}
.LocDetailRight #overlay {
top: 0;
width: 100%;
}
#corppage .contactDetailsRight #wpcf7-f14540-o1 .contactDetailsLabelInput .wpcf7-not-valid-tip {
padding-top: 0;
}
.docListLeftInner .docButtons .dropdown.show .DocAppointment {
font-family: 'RegularFont';
}
.docListLeftInner .docButtons .dropdown.show .dropdown-menu.show {
right: 0 !important;
left: auto !important;
width: 250px;
max-height: 120px;
height: auto;
overflow-x: auto;
overflow-y: auto;
padding: 8px;
}
.docListLeftInner .docButtons .dropdown.show .dropdown-menu.show .dropdown-item {
padding: 0 !important;
}
.opdCustWrap .filterInputWrap .contactDetailsLabelInput .choices__inner .choices__item.choices__item--selectable {
border-color: transparent;
background: #ffdabf;
color: #535353;
font-family: 'MediumFont';
padding: 4px 8px !important;
}
.opdCustWrap .filterInputWrap .contactDetailsLabelInput .choices__inner .choices__item.choices__item--selectable button.choices__button {
border-left: 1px solid #525252 !important;
} .opdCustWrap .filterInputWrap .choices .choices__list.choices__list--dropdown {
width: 290px !important;
}
.testimonialDetailsOuterWrap .testimonialfilter .filterInputWrap .contactDetailsLabelInput .choices .choices__list.choices__list--dropdown {
width: 320px;
}
.blogOuterWrap img.wpvl_playbutton {
left: 50%;
top: 40%;
}
.searchHamLocLangEmerWrap .Search {
padding-left: 0;
}
.aboutUsWrapper .aboutUsCategories .cateInnerWrap img {
width: 35px;
height: 30px;
max-width: 35px;
}
.single-doctors .DocProfileDetailWrap .docProfileMiddle .docProfiletabcontent {
height: auto !important;
}
.blogFilter input {
box-shadow: none !important;
}
.blogFilter .choices__input {
width: 100% !important;
max-width: 100%;
background: #FFFFFF url(//www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 50%;
}
.blogFilter .choices__item.choices__item--selectable {
border-color: transparent;
background: #fff;
color: #535353;
font-family: 'MediumFont';
padding: 4px 8px !important;
}
.blogFilter .filterInputWrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
background: #d0e7ff;
}
.blogFilter button.choices__button {
border-left: 1px solid #fff !important;
}
.blogFilter .filterInputWrap .contactDetailsLabelInput .choices__input {
width: 290px;
}
.choices__list.choices__list--multiple .choices__item.choices__item--selectable {
background: #ffdabf;
border-color: transparent !important;
}  .blogReadmoreDetailInnerWrap .blogReadmoreDetailLeft {
justify-content: center;
align-items: center;
display: flex;
gap: 10px;
flex-direction: column;
margin-top: 30px;
margin-bottom: 30px;
}
.blogReadmoreDetailInnerWrap {
position: relative;
margin-bottom: 20px;
} .blogReadmoreDetailInnerWrap img {
border-radius: 30px 0;
padding: 10px;
background: #FFDABF;
width: 500px;
margin: 20px auto;
height: 320px;
object-fit: cover;
}
.awardsDetailCaption {
font-family: 'BoldFont';
} .shareBtn {
position: absolute;
top: 6px;
z-index: 999;
width: 40px;
right: 6px;
background: white;
border-radius: 100px;
} .shareSocialIconsBox {
position: absolute;
left: auto;
top: 65px;
right: 6px;
content: "";
z-index: 99;
background: #FFDFC8;
border-radius: 30px;
opacity: 0;
transition: all 0.2s;
} .shareBtnIcons.shareBtnIcons_Show .shareSocialIconsBox {
opacity: 1;
display: flex;
flex-direction: column;
} .shareBtnIcons.shareBtnIcons_Show .shareSocialIconsBox {
-webkit-animation: scale-in-ver-top .5s cubic-bezier(.25, .46, .45, .94) both;
animation: scale-in-ver-top .5s cubic-bezier(.25, .46, .45, .94) both;
}
@-webkit-keyframes shareSocialIconsBox {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
opacity: 1;
}
100% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
opacity: 1;
}
}
@keyframes scale-in-ver-top {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
opacity: 1;
}
100% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
opacity: 1;
}
} .shareSocialIconsBox .shareSocialIcons {
cursor: pointer;
width: 16px;
text-align: center;
margin: 0 auto;
} .shareSocialIconsBox a {
width: 36px;
height: 36px;
background: #FF842B;
border-radius: 30px;
margin: 4px;
cursor: pointer;
display: flex;
}
.blogRelatedTitle {
margin-bottom: 20px;
}
.blogAuthor h3 {
font-size: 18px;
line-height: 20px;
color: #EF7F1A;
text-align: justify;
margin-bottom: 10px;
}
.blogAuthor {
display: flex;
gap: 10px;
justify-content: flex-start;
align-items: center;
}
.blogAuthor .blogAuthorImg img {
height: 90px;
width: 75px;
background: #ffdabf;
border-radius: 0;
} .aboutUsCorp img {
width: 34px;
height: 34px;
padding: 0 !important;
border-radius: 0 !important;
}
.menuphoneNubs .phoneNumber a:focus {
outline: 0;
}
.aboutUsWrapper .aboutUsLeft .subTitle h1 {
font-family: 'BoldFont';
font-size: 28px;
line-height: 32px;
color: #535353;
}
.bookAnAppoForm h3 {
margin-bottom: 20px;
}
.wantUsCallForm input#submit_form {
width: auto !important;
padding: 6px 10px !important;
}
.bookAnAppoForm .write-us {
background: #ffdabf !important;
}
.bookAnAppoForm .write-us .patient-title,
.bookAnAppoForm .write-us .patient-email a {
color: #1b4e9b !important;
font-family: 'MediumFont' !important;
}
.advantageWrap .adv-bx {
background-color: #d0e7fe !important;
}
.page-template-international-patient-maps,
.single-hospitals {
line-height: initial !important; ;
}
.stickyftrmenu .Label1 {
margin-right: 10px !important;
text-wrap: nowrap;
}
.sticky_Menu .menuphoneNubsLang .phoneLabel,
.sticky_Menu .menuphoneNubsLang .phoneNumber {
margin-right: 10px;
}
.single-hospitals {
letter-spacing: 0.5px;
}
.book-appointment-form.invalid .wpcf7-text.wpcf7-validates-as-required.contactFormNameInput.wpcf7-not-valid {
margin-bottom: 0px !important;
}
.book-appointment-form.invalid .contactFormNameInput.wpcf7-not-valid {
margin-bottom: 0 !important;
}
.book-appointment-form .form-group.phonefiled p {
width: 100%;
}
.bookAppCal {
max-height: 56px;
}
.book-appointment-form .custSelectDate .form-group .contactDetailsLabelInput p {
margin-bottom: 0 !important;
}
.hospitals-template-micro-aboutus .hospitaldetailsWrap .hospitaldetailsRight #videoModal .modal-dialog {
width: 900px;
}
.meetDocDetailWrap .meetDocLeft .DocphoneNumWrap img {
width: 24px;
}
.book-appointment-form .custSelectDate .form-group p {
margin-bottom: 0 !important;
}
.bookAnAppoForm .form-group { ;
}
.bookAnAppoForm form.wpcf7-form.book-appointment-form.invalid .form-group {
margin-bottom: 10px !important;
}
.navigation .searchHamLocLangEmer.desktopSearch span.AfterMenuLine {
padding-left: 0;
} @media (max-width: 1920px) {
.main-menu .dropdown {
width: 1170px;
}
}
@media (max-width: 1480px) {
.menu .flex-container {
justify-content: flex-start;
}
}
@media (max-width: 1400px) {
.menu {
background: #D0E7FF url(//www.shalby.org/wp-content/themes/Shalby/images/socialmediaBG.svg) no-repeat 130%;
}
.main-menu .dropdown {
width: 1130px;
}
}
@media (max-width: 1366px) {
.container.flex-container {
max-width: 1300px;
}
#corppage .menu .menuLeft ul li.menu-item-has-children {
padding: 6px;
}
#corppage .menu .menuLeft ul li {
padding: 5px;
}
.bannerHomewrapper .detailsBannerWrap.fullBnrWrap {
height: auto !important;
}
.detailsBannerWrap {
height: 250px;
}
.meetDocDetailWrap .meetDocRight .docListLeftInner {
width: 400px;
}
.menu .menuLeft ul li {
padding: 8px;
}
button.subscribe {
right: 0;
}
.cateInnerWrap a {
padding-left: 10px;
}
.whyUsRight .phoneNumber {
margin-left: 22px;
}
.faqLeft,
.faqRight {
flex: 50%;
}
.NameLabelDoc_dropdown {
padding-right: 28px;
}
.NameDoc_dropdown {
padding-left: 0px;
}
.newsAndMediaTitle,
.blogTitle,
.healthTalkTitle {
flex: 60px;
}
.searchOuterWrapper {
background: url(//www.shalby.org/wp-content/themes/Shalby/images/searchstickyBackground-1360.svg) no-repeat;
}
.customNavbar .custDropdown-content .subTitle {
font-size: 22px;
}
.megaMenuSection1,
.megaMenuSection2,
.megaMenuSection3,
.megaMenuSection4 {
margin-right: 10px;
padding: 10px;
}
.megaMenuSection4 {
margin-right: 0;
}
.megaMenuContent {
padding: 4px;
}
.megaMenuSection4 .customButton {
font-size: 18px;
line-height: 22px;
padding: 6px 26px;
margin-top: 10px;
margin-bottom: 10px;
}
.chairmanName {
right: 0;
}
.meetDocRight .docTitle {
line-height: 12px;
padding-top: 10px;
padding-left: 0px;
}
.meetDocRight .docContent {
padding-top: 10px;
padding-left: 0px;
padding-bottom: 0px;
text-align: center;
}
.NewsBlogHtImg {
height: 250px;
}
.bannerHomewrapper .meetDocDetailBnrHeadWrap {
height: 400px;
}
.ContactDetailBnrHeadWrap {
height: 320px;
}
.switcher .option,.gt_switcher .option {
width: 124px;
}
}
@media (max-width: 1250px) {
.NewsBlogHtImg {
height: 255px;
width: 100%;
}
.Label1,
.phoneLabel,
.phoneNumber {
margin-left: 10px;
margin-right: 10px;
}
}
@media (max-width: 1200px) {
.container.flex-container {
max-width: 1140px;
}
.opdCustWrap .filterInputWrap .choices .choices__list.choices__list--dropdown,
.testimonialDetailsOuterWrap .testimonialfilter .filterInputWrap .contactDetailsLabelInput .choices .choices__list.choices__list--dropdown {
width: 280px !important;
}
#corppage .Clinical.ExcellenceWrapper.interCustWrap .ClinicalExceBox {
height: 180px;
}
#corppage .internationel-services .col-md-2.abt_content {
max-width: 32%;
}
.ourHosArrow {
top: -70px;
} #corppage .sidebar-title {
font-size: 26px !important;
line-height: 32px !important;
}
#corppage span.service-inner-title {
font-size: 18px !important;
line-height: 26px !important;
padding-top: 14px !important;
padding-bottom: 0 !important;
}
.main-menu .dropdown {
width: 1100px;
}
#main-menu .menuRight .socialIcon {
margin: 0;
}
.mega-sub-menu a.mega-menu-link {
font-size: 14px !important;
line-height: 1.4 !important;
}
.core-menu li a {
padding: 4px 4px !important;
}
a.mega-menu-link {
font-size: 14px !important;
}
nav.navigation {
padding-right: 0 !important;
}
#main-menu .menuRight {
padding-left: 0 !important;
}
.specialityBox {
grid-template-columns: repeat(4, 200px);
}
.meetDocDetailWrap .meetDocRight .docListLeftInner {
width: 370px;
align-items: center; ;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailInnerLeft #readMoreTestimonial {
height: 235px;
}
.contactDetailsMap {
border: 10px solid #FFF4EC;
}
.tpaDetailBnrWrap h1.meetDocDetailBnrTitle {
font-size: 26px;
}
.tpaDetailBnrWrap .bnrTitleContentCTA {
height: 100px;
top: 18px;
}
.tpaDetailBnrWrap {
height: 140px;
}
.newsMediaDetailsWrap .awardsDetailLeft {
height: 280px;
}
.detailsBannerWrap img {
max-width: 400px;
}
.menu2LeftLogo {
margin-right: 0;
}
.menu2Btn img {
padding-left: 20px;
width: 40px;
}
#carouselExampleIndicators2 .testimonialInnerBox a {
height: 240px;
}
.aboutDetailsHeadOutWrap .aboutDetailsRight {
height: 300px;
}
img.manageNameImg.hexaDocImg {
padding-top: 0;
}
.testimonialDetailsReadMore .testimonialsDetailRealtedLeft .testimonialsDetailLeft {
width: 100%;
}
.detailsBannerWrap {
height: 260px;
}
.meetDocDetailWrap .meetDocRight .docListLeftInner { width: 390px;
}
.gallery-img a img {
max-height: 200px;
height: 200px;
}
.testimonialfilter .filterInputWrap .choices__inner {
width: 280px;
}
.docProfileRight .docButtons a {
border-radius: 20px;
display: inline; padding: 6px 30px;
}
.docProfileRight .docButtons {
flex-direction: column;
border-radius: 20px;
gap: 10px;
padding-bottom: 20px;
}
.DocProfileDetailBnrRight h2 {
font-size: 18px;
line-height: 28px;
}
.DocProfileDetailBnrRight p {
font-size: 14px;
}
.docProfiletab button img {
height: 34px;
width: 34px;
}
.nextPage,
.prevPage {
height: 30px;
width: 30px;
line-height: 30px;
}
.nextPage img,
.prevPage img {
width: 9px;
}
.fltrPagination li {
height: 30px;
width: 30px;
}
.ManagementTeamWrap .ClinicalExceBox {
padding: 10px;
height: 320px;
}
.manageName {
font-size: 20px;
}
.aboutDetailsTabWrap {
padding-bottom: 20px;
}
.ourJourneyInnerBox::after {
background-size: 80%;
}
.ourJourneyInnerBox {
min-height: 135px;
}
.ourJourneyInnerBox:nth-child(even)::after {
right: 0;
}
.AccreditationWrap {
padding-top: 20px;
padding-bottom: 20px;
}
.ManagementTeamWrap {
margin-top: 20px;
}
.aboutDetailsCount .ClinicalExceOuterBox {
margin-top: 80px;
}
.aboutDetailsTabWrap .cateInnerWrap img {
width: 30px;
min-height: 70px;
}
.aboutDetailsTabWrap .aboutUsCategories {
margin-top: 10px;
}
.whyUsWrapper.aboutDetails_whyus {
padding-top: 20px;
padding-bottom: 20px;
}
.missioneliteWrap {
margin-top: 20px;
padding-bottom: 20px;
padding-top: 20px;
}
.ourJourneyWrap {
padding-top: 20px;
padding-bottom: 20px;
}
.Clinical.ExcellenceWrapper.aboutDetailsCount {
padding-top: 20px;
padding-bottom: 20px;
}
.menu .menuLeft ul li {
padding: 8px 6px;
font-size: 13px;
}
.ContactDetailBnrHeadWrap {
height: 240px;
}
.contactDetailsInnerrWrap {
width: auto;
}
.Search {
padding-left: 10px;
}
.SocialMedia_Icon img {
padding: 0px 2px;
}
span.AfterMenuLine {
padding-top: 3px;
padding-left: 6px;
}
.Location_dropbtn,
.Language_dropbtn {
padding: 5px 30px 4px 8px;
}
.menu {
background: #D0E7FE;
}
.menu2 ul li a {
font-size: 14px;
}
.cateInnerWrap {
padding: 4px 0;
}
.faqWrapper .panel {
margin-bottom: 0;
}
.faqWrapper .panel {
margin-bottom: 0 !important;
}
.Title {
font-size: 26px;
line-height: 32px;
}
.ViewAll {
font-size: 14px;
}
.docTitle {
padding-top: 10px;
}
.ClinicalExceBox {
width: 250px !important;
height: 250px !important;
background: #FFFFFF;
box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 25%);
border-radius: 10px;
text-align: center;
padding-top: 40px;
padding-bottom: 0px;
margin: 0px;
}
img.clinicalBoxImgBG {
width: 90px;
}
.ClinicalExceTitle {
font-size: 14px;
line-height: 26px;
padding-top: 14px;
padding-bottom: 0;
}
.ClinicalExceTitle:before {
width: 70%;
top: 6px;
}
.ClinicalExceCount {
font-size: 16px;
}
.clinicalCategories .cateInnerWrap a {
font-size: 18px;
padding-left: 16px;
}
.clinicalCategories .cateInnerWrap {
padding: 10px 0;
}
.clinicalCategories .cateInnerWrap img {
width: 38px;
}
.dateNewsAndMedia,
.blogDate,
.healthTalkDate {
padding: 8px 8px 8px 6px;
}
.newsAndMediaWrapper button.readMore {
margin-left: 10px;
}
.newsAndMediaBoxTitle,
.blogBoxTitle,
.healthTalkBoxTitle {
font-size: 14px;
}
.newsAndMediaBoxSubtitle,
.blogBoxSubtitle,
.healthTalkBoxSubtitle {
padding-top: 0;
}
.zeroTechRight p.customContent {
margin-bottom: 0px;
}
.testimonialWrapper label {
margin: 10px;
}
.menu {
background: #D0E7FF;
}
.dateNewsAndMedia,
.blogDate,
.healthTalkDate {
padding: 8px 35px 8px 6px;
}
.subMegaMenucustDropdown-content {
left: 210px;
}
.detailsPageLabel {
font-size: 34px;
line-height: 40px;
margin-bottom: 24px;
}
.ourJourneyInnerWrap {
flex-direction: column;
}
.journeyTime {
margin-top: 0;
font-size: 28px;
line-height: 34px;
}
.journeyTime:after {
width: 100%;
height: 6px;
border-radius: 2px;
left: 0;
bottom: -10px;
right: auto;
}
.ourJourneyInnerBox .customContent {
margin-top: 10px;
margin-bottom: 10px;
line-height: 24px;
}
.aboutDetailsHeadWrap {
padding-top: 30px;
}
.aDetailsBnrTitle h1 {
font-size: 35px;
line-height: 30px;
padding-bottom: 16px;
}
.aDetailsBnrTitle h2 {
font-size: 16px;
line-height: 20px;
}
.aDetailsBnrBtns {
padding-top: 20px;
}
button.aDetailsBnrBtn {
margin-right: 0;
}
.aDetailsBnrBtns img {
width: 80%;
float: left;
}
.aboutMsgLeft {
padding-bottom: 60px;
}
.chairmanName {
bottom: 0;
}
.aboutMsgWrap {
padding-top: 20px;
padding-bottom: 20px;
}
.filterSearchWrap input.contactFormNameInput {
font-family: 'MediumFont';
font-size: 12px;
}
h3.filterTitle {
font-size: 18px;
line-height: 20px;
}
.meetDocDetailBnrTitle {
font-size: 32px;
}
.meetDocDetailBnrSubTitle {
padding-top: 0;
}
.meetDocDetailBnrHeadWrap,
.ContactDetailBnrHeadWrap {
align-items: flex-start;
}
.meetDocDetailBnrLeft img {
width: 75%;
}
.LocDetailRight .locationAdd h4 {
font-size: 22px;
line-height: 20px;
padding: 10px;
}
.LocDetailRight .fltrlocContent h3,
.fltrlocContent .addPhone {
font-size: 16px;
line-height: 20px;
padding-top: 10px;
}
.bannerHomewrapper .meetDocDetailBnrHeadWrap {
height: 340px;
}
.menu .flex-container {
background: #d0e7ff;
}
.testimonialWrapper:before {
bottom: -80px;
right: -70px;
background-size: 90px;
}
.testimonialWrapper:after {
background-size: 90px;
}
.customlangDropdpwn { ;
}
.switcher .selected,.gt_switcher .selected {
padding: 4px !important;
}
.switcher .selected a,.gt_switcher .selected a {
width: 80px !important;
}
.switcher a img,.gt_switcher a img {
margin-right: 4px !important;
}
.menuRight.SocialMedia_Icon {
margin-left: 0;
}
.NewsBlogHtImg {
height: 235px;
}
#newsandmedia .NewsBlogHtImg.iframe-cotainer {
height: 250px !important;
}
.spmenu ul#menus li {
font-size: 18px !important;
line-height: 20px !important;
padding: 10px !important;
}
.testimonialWrapper {
padding-top: 40px;
padding-bottom: 20px;
}
.spmenu ul#menus li {
font-size: 18px;
padding: 10px;
line-height: 22px;
}
.docListLeftInner { margin: 0 10px;
margin-bottom: 30px;
}
.clinicalLeft label {
font-size: 16px;
line-height: 18px;
padding: 10px;
}
.clinicalWrapper .clinicalLeft .tab__content {
padding-top: 20px;
}
.locationWrapper .tab button {
padding: 10px;
font-size: 16px;
}
.locationOuterWrapper .locationCity label,
.locationOuterWrapper .locationCity label.active {
font-size: 18px;
padding: 10px;
line-height: 20px;
}
.locationCity {
padding-bottom: 6px;
}
.bannerHomewrapper .aDetailsBnrBtn img {
width: 40%;
}
.ExcellenceWrapper {
padding-top: 30px;
}
.zeroTechWrapper .container.flex-container {
justify-content: space-between;
align-items: center;
gap: 20px;
}
.newsAndMediaWrapper {
padding-top: 30px;
padding-bottom: 30px;
}
.zeroTechWrapper {
padding-bottom: 20px;
}
.aboutUsWrapper {
padding-top: 30px;
}
.whyUsWrapper {
padding-top: 30px;
}
.clinicalMainWrapper {
padding-top: 0;
padding-bottom: 30px;
} .locationAddRating_custom {
height: 200px;
}
.FooterLabel {
font-size: 18px;
}
.zeroTechRight .Title {
font-size: 20px;
}
.aboutUsCategories .cateInnerWrap {
padding: 10px;
}
.testimonialsDetailWrap .testimonialDetailsReadMore .testimonialsDetailRealtedLeft .testimonialsDetailLeft {
width: 50%;
}
.phoneNumber {
font-size: 15px;
}
}
@media (max-width: 1060px) {
}
@media(max-width:1199px) {
.main-menu .dropdown {
width: 956px;
}
.bookAppCal {
max-height: max-content;
}
}
@media (max-width: 1112px) {
.meetDocDetailWrap .meetDocRight .docListLeftInner {
width: 320px;
}
}
@media only screen and (max-width: 1075px) and (min-width: 1025px) {
.menuLeft.head_menu_inner {
max-width: 55%;
}
}
@media (max-width: 1024px) {
.speciality-banner.uk-page .banner-item {
height: 400px !important;
}
.page-template-international-new .journey {
padding-bottom: 0 !important;
}
.switcher .selected,.gt_switcher .gt_selected {
padding: 0px !important;
}
.header-chat-menu,.common-class-speciality li.header-chat-menu {
display: block;
}
.new-custom-styl .docProfileRight .video-youtube iframe {
height: 500px;
}
.hospitals-template-micro-helthtalk img.wpvl_playbutton {
left: 42% !important;
}
.aboutUsCategories.aboutUsCorp .cateInnerWrap {
display: flex;
padding: 8px;
gap: 0;
}
.aboutUsCategories.aboutUsCorp .cateInnerWrap {
flex: auto;
}
#mega-menu-header {
height: 90vh !important;
}
.container.flex-container {
max-width: 960px;
}
.searchHamLocLangEmerWrap #mega-menu-wrap-header {
display: inline !important;
width: auto !important;
}
.single-specialities .speciality-banner .banner-item {
height: 320px;
}
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-blocks-right {
-webkit-justify-content: center !important;
justify-content: center !important;
} #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-blocks-right {
flex: auto !important;
}
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
margin-left: 0;
margin-right: 0;
}
#corppage .interCustWrap .sidebar-title,
.Clinical.ExcellenceWrapper.interCustWrap .Title,
.testimonialWrapper.interCustWrap .Title {
font-size: 26px;
}
#corppage .inner-content-section table {
word-break: initial;
}
#doctors #drlistdata {
margin-bottom: 0;
}
.searchAndAboutBG .searchOuterWrapper1 .searchWrapper .spinner-border {
right: 110px;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:last-child a.mega-menu-link {
border-bottom: 1px solid #828282 !important;
}
.DocProfileDetailBnrWrap .docProfileRight .docLabelButtons a.ViewAll {
margin: 10px 0;
}
.megaMenuContent .megaMenuSpeciality {
margin-left: 10px;
width: auto;
} .ourHosArrow {
top: -30px;
}
.ourHosArrow .btn-primary .fa {
margin-left: -4px;
}
#mega-menu-wrap-header {
position: relative !important;
}
#mega-menu-wrap-header ul#mega-menu-header {
position: absolute !important;
}
.Language_dropdown .customlangDropdpwn .switcher,.Language_dropdown .customlangDropdpwn .gt_switcher {
top: 0;
right: 0px;
}
.menuphoneNubsLang .menu2Right {
width: 100%;
}
#mega-menu-header .menuRight.SocialMedia_Icon.col-lg-3.col-md-3 {
display: block !important;
text-align: center;
padding: 10px;
}
#mega-menu-header .DesktopSocialIcon {
display: flex !important;
text-align: center;
padding: 10px;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 10px;
}
.menuRight.SocialMedia_Icon.col-lg-3.col-md-3 {
display: none !important;
}
#corppage .chairmanName {
padding: 10px;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item:hover .custDropdown-content {
display: block !important;
}
.sticky_Menu nav.navigation {
max-width: 100%;
padding: 0;
}
#corppage .sidebar-title {
text-align: center !important;
}
.searchHamLocLangEmerWrap .SearchMenuHead {
display: block;
}
.card.seachdata {
left: 36px;
}
.subMegaMenucustDropbtn {
position: absolute;
right: 0;
}
.subMegaMenucustDropdown {
justify-content: flex-start;
align-items: center;
}
.megaMenuSection1 {
width: 100% !important; box-shadow: none;
}
.searchHamLocLangEmerWrap .emergencyNubList {
left: auto !important;
right: 0 !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
border-radius: 0px !important;
box-shadow: none !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
padding: 0 !important;
}
.searchHamLocLangEmerWrap .emergencyNubWrap {
display: block !important;
right: 15%;
left: auto;
position: unset;
-webkit-transform: translateY(-16%);
-ms-transform: translateY(-16%);
transform: translateY(-16%);
}
.searchHamLocLangEmerWrap .emergencyNubWrap img {
width: 30px;
max-width: 100%;
margin-top: 16px;
}
.searchHamLocLangEmerWrap {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 20px;
z-index: 9;
}
.searchHamLocLangEmerWrap .searchPopup .popup img {
width: 20px;
max-width: 100%;
}
.searchHamLocLangEmerWrap .mega-menu-toggle .mega-toggle-blocks-left,
.searchHamLocLangEmerWrap .mega-menu-toggle .mega-toggle-blocks-center {
display: none !important;
}
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-blocks-right {
flex: unset !important;
}
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu {
padding: 0 !important;
width: 96% !important;
}
.megaMenuSection1,
.megaMenuSection2,
.megaMenuSection3,
.megaMenuSection4 {
width: 100%;
column-count: 1;
}
.main-menu {
display: block;
position: fixed;
top: 0px;
width: 100%;
}
.megaMenuSectionWrap {
flex-direction: column;
justify-content: center;
gap: 16px;
}
#mega-menu-wrap-header {
width: 100% !important;
}
.custDropdown-content {
top: auto;
left: -10px; position: relative; display: none !important;
box-shadow: none !important;
border-radius: 0 !important;
}
.searchHamLocLangEmer.desktopSearch {
display: none;
}
.searchHamLocLangEmer.mobileSearch {
display: block;
}
.main-menu .dropdown {
width: 100%;
}
.Language_dropdown {
padding-left: 0;
position: fixed;
top: 0;
right: 0;
}
.menuphoneNubsLang .Location_dropdown-content {
left: auto;
}
.core-menu li a:hover {
color: #ff8326;
}
.menu2 ul {
justify-content: center;
}
.menuphoneNubsLang .menu2Right .menuphoneNubs {
visibility: hidden;
}
.core-menu li {
padding: 6px 10px !important;
}
.core-menu li a:hover {
padding: 8px;
}
.main-menu .dropdown2 li a {
padding: 0 !important;
}
.appoStickyCall .phoneNumber {
height: auto;
width: 45px;
font-size: 14px;
margin-left: 0;
margin-right: 0 !important;
}
.main-menu .singlelinemenu .dropdown .dropdown2 {
width: 100% !important;
}
.main-menu .dropdown {
column-count: unset !important;
position: relative !important;
}
.main-menu .dropdown2 {
position: relative !important;
right: 0 !important;
}
.main-menu .singlelinemenu .dropdown {
width: 100%;
}
.helpAndAppointWrapMob .phoneNumber a {
line-height: 36px;
}
.appoStickyCall .helpAndAppointWrapMob {
flex-direction: row;
}
.helpAndAppointWrapMob .phoneNumber img {
max-width: 100%;
width: 14px;
}
li.appoStickyCall {
display: block;
}
.emergencyNubWrap {
display: none !important;
}
.searchHamLocLangEmer button.Location_dropbtn.mobLocationHead.showHeadMenu1024 {
display: block;
}
.searchHamLocLangEmer .emergencyNubWrap {
position: unset;
display: block !important;
transform: unset;
}
.searchHamLocLangEmer .emergencyNubWrap img {
width: 34px;
}
nav.navigation {
justify-content: space-between !important;
-webkit-justify-content: space-between !important;
}
.searchHamLocLangEmer {
display: flex;
flex-direction: row;
justify-content: center;
gap: 10px;
align-items: center;
}
.mView620.logoSearchLocTogg .SearchLocTogg .emergencyNubWrap {
display: block;
top: 20px;
right: 28%;
padding: 0 20px;
}
.mView620.logoSearchLocTogg .SearchLocTogg img.emergencyNubClick {
max-width: 100%;
width: 38px;
}
.emergencyNubWrap.emergencyNubListOpen .emergencyNubList {
height: 218px;
left: auto;
right: 0;
top: 42px;
border-radius: 10px;
}
.mView620.logoSearchLocTogg .SearchLocTogg .emergencyNubWrap .emergencyNubList {
height: 218px;
left: auto;
right: -32px;
top: 42px;
}
.SearchLocTogg .emergencyNubWrap {
top: 10px;
right: 30%;
left: auto;
position: absolute;
display: block;
}
.main-menu .dropdown li a {
position: relative;
padding: 0 10px !important;
border-radius: 4px !important;
margin-bottom: 0 !important;
}
.main-menu .dropdown li {
position: relative;
}
.navigation a.custom-logo-link {
margin-bottom: 0;
height: 40px !important;
display: block !important;
}
.main-menu .dropdown2 {
border-top: 1px solid #1B4E9B;
background: #fff !important;
}
.menu2LeftLogo.desktopLogo {
display: none !important;
}
.navigation img.custom-logo {
display: block !important;
height: 46px !important;
width: 100% !important;
display: block !important;
max-width: 100%;
}
.navigation {
float: left;
display: block;
width: 100%;
}
.core-menu {
float: right;
width: 90%;
background: #d0e7fe;
margin: auto;
display: none;
position: absolute;
top: 62px;
width: 100%;
height: 100vh;
border-top: 1px solid #1B4E9B;
left: 0;
}
.core-menu li {
width: 100%;
display: block;
--c: transparent !important;
}
.core-menu li a {
display: block;
margin: auto;
padding: 4px 12px;
border-radius: 4px;
line-height: 30px;
}
.subtosubmenuchild:hover {
background: #d0e7ff;
}
.burger-1,
.burger-2,
.burger-3 {
display: block; position: relative;
width: 20px;
height: 3px;
border-radius: 30px;
right: 0;
margin-right: 25px;
background: #1B4E9B;
-webkit-transition: .2s ease;
-ms-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
transition: .2s ease;
margin: 6px 0;
}
.burger-1.open,
.burger-2.open,
.burger-3.open {
-webkit-transition: .2s ease;
-ms-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
transition: .2s ease;
transform-origin: 50% 50%;
}
.burger-1.open {
top: 10px;
width: 23px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.burger-2.open {
opacity: 0;
}
.burger-3.open {
top: -8px;
width: 23px;
transform: rotate(-45deg);
}
.docListLeftInner .docButtons.dropdown {
text-align: center;
position: relative;
}
.dropdown2 {
right: 0;
top: 0;
width: 100%;
position: relative;
padding: 0 20px;
}
#corppage .menu .menuLeft ul li.menu-item-has-children:hover .sub-menu {
top: -72px;
}
#corppage .menu .menuLeft ul li.menu-item-has-children:hover ul.sub-menu li:hover ul.sub-menu {
top: -72px;
}
#corppage .menu .menuLeft ul li.menu-item-has-children:hover {
background: #d0e7ff url(//www.shalby.org/wp-content/themes/Shalby/images/blueArrowClose.svg) no-repeat;
background-position: 98% 50%;
transition: all 0.3s;
}
#corppage .menu .menuLeft ul li.menu-item-has-children {
background: transparent url(//www.shalby.org/wp-content/themes/Shalby/images/blueArrow.svg) no-repeat;
background-position: 98% 50%;
margin-top: 10px;
border-radius: 4px;
}
span.menu-bullet {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #EF7F1A;
position: absolute;
top: 17px;
right: 0;
}
#corppage ul li.menu-item-has-children .sub-menu li {
width: 97% !important;
margin: 0;
height: 58px;
}
.menu .menuLeft ul li {
width: 100%;
text-align: center;
}
#corppage .menu_open .head_menu_inner {
top: 110px;
height: calc(100vh - 166px);
}
#corppage .menu .menuLeft ul li.menu-item-has-children:hover ul.sub-menu li:hover ul.sub-menu {
top: 38px;
height: 180px !important;
padding: 5px;
}
#corppage .menu .menuLeft ul li.menu-item-has-children:hover .sub-menu { width: 99%;
left: auto !important;
right: 0;
text-align: center;
margin: 0 auto;
height: 250px;
max-height: 250px;
padding: 10px;
margin-top: 14px;
-webkit-animation: sub-menu 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: sub-menu 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@	-webkit-keyframes sub-menu {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
}
@keyframes sub-menu {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
}
#corppage ul li.menu-item-has-children .sub-menu li {
height: 40px;
line-height: 16px;
font-size: 14px;
}
.specialityBox {
grid-template-columns: repeat(3, 250px);
}
.meetDocDetailWrap .docListLeftRight {
flex-direction: column-reverse;
}
.meetDocDetailWrap .docButtons {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding-top: 10px;
position: relative;
z-index: 99;
padding-right: 10px;
margin: 0 auto;
}
.rightDocImg {
margin: 0 auto;
}
.testimonialsDetailWrap .testimonialDetailsReadMore .testimonialsDetailRealtedLeft .testimonialsDetailLeft {
width: 60%;
}
.meetDocDetailWrap .meetDocRight .docListLeftInner {
width: 400px;
align-items: center;
min-height: fit-content;
margin: 20px auto;
}
.DocProfileDetailBnrRight {
max-width: 50%;
width: 50%;
float: left;
}
.docLabelButtons {
bottom: auto;
top: 0;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailRight .awardsDetailCaption h2 {
font-size: 14px;
height: 60px;
padding: 10px 0;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailRight .customContent {
padding: 0;
}
.footerLeft img.fb.twitter {
padding-top: 0;
}
.tpaDetailBnrWrap {
height: 120px;
}
.tpaDetailBnrWrap .bnrTitleContentCTA {
height: 80px;
top: 18px;
}
.tpaDetailBnrWrap h1.meetDocDetailBnrTitle {
font-size: 24px;
}
.LocDetailLeft.meetDocLeftDesktop {
top: 80px;
}
.newsMediaDetailsWrap .awardsDetailLeft {
height: 250px;
}
.aboutUsWrapper {
padding-left: 0;
padding-right: 0;
}
#speciality .clinicalRight img {
display: none;
}
.awardsDetailReadmore .awardsDetailLeft {
height: 320px;
max-height: 320px;
}
.awardsDetailReadmore .awardsDetailLeft p img.alignleft {
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
margin: 0 auto;
text-align: center;
padding: 10px;
background: #ffdabf;
}
.SearchLocTogg {
display: inline-block;
float: right;
}
.NewsBlogHtImg {
margin: 0 auto;
text-align: center;
}
.LocDetailWrap .LocDetailRight .locationAdd .fltrlocImg {
height: 280px;
}
.aboutUsInnerWrapper {
padding-right: 0;
}
.LocDetailWrap .LocDetailRight .locationAdd {
padding-top: 20px;
}
#newsandmedia .NewsBlogHtImg.iframe-cotainer {
width: 40%;
padding-bottom: 0;
}
#newsandmedia img.newsAndMediaImg,
#newsandmedia .blogBox img,
#newsandmedia .healthTalkImg {
width: 40%;
height: inherit;
}
.NameDoc_dropdown {
padding-bottom: 10px;
}
.testimonialWrapper .row.pt-4.pb-4 {
padding-top: 10px !important;
} #doctors .owl-nav {
top: -2.3%;
}
#carouselExampleIndicators2 .testimonialInnerBox {
margin: 0;
}
.submegamenu_open .custDropdown-content {
top: 115px;
}
img.newsAndMediaImg,
.blogBox img,
.healthTalkImg {
width: auto;
}
.newsMediaDetailsWrap img.newsAndMediaImg,
.newsMediaDetailsWrap .blogBox img,
.newsMediaDetailsWrap .healthTalkImg {
width: 100%;
}
.filterSearchWrap input.contactFormNameInput {
width: 50%;
}
.mobilefiltericon {
display: block;
}
.closepopup {
display: block;
}
.sidebarmobile {
display: none;
}
img.manageNameImg.hexaDocImg {
margin-top: 0;
}
.ManagementTeamWrap .ClinicalExceBox {
height: 310px;
}
.helpAndAppointIconWrapMob img {
width: 30px;
}
button.Location_dropbtn.mobLocationHead {
color: #1B4E9B;
font-size: 14px;
line-height: 18px;
font-family: 'BoldFont';
padding: 4px;
}
.helpAndAppointWrapMob {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.helpAndAppointIconWrapMob {
display: block;
display: inline-block;
vertical-align: middle;
}
.helpAndAppointWrapMob .phoneNumber a {
color: #1B4E9B;
font-size: 14px;
line-height: 18px;
font-family: 'BoldFont';
}
.helpAndAppointWrapMob {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.sidebarmobile {
display: none; overflow-x: auto;
}
.sidebarmobile .fullwithdd {
margin-right: 4px;
margin-left: 4px;
}
.mobLocationHead {
background: transparent;
border: 0;
}
.awardsDetailCaption h2 {
font-size: 16px;
}
.awardsDetailLeft {
height: 280px;
max-height: 280px;
}
.megaMenuCls .menuLeft.head_menu_inner {
position: fixed;
}
.container.flex-container.searchWrapper {
max-width: 100%;
display: block;
}
.menuLeft.head_menu_inner {
width: 100%;
max-width: 100%;
}
.docProfiletab button {
padding: 10px;
font-size: 12px;
}
.docProfileRight label {
font-size: 16px;
line-height: 26px;
}
.meetDocDetailWrap .meetDocRight .docListLeft {
justify-content: flex-start;
}
.meetDocDetailWrap .meetDocRight .hexaDocImg {
margin-top: 0;
}
.meetDocRight {
margin-left: 0;
margin-top: 20px;
}
.ManagementTeamWrap .ClinicalExceOuterBox {
gap: 10px;
}
.LocDetailRight {
margin-left: 0;
margin-top: 20px;
}
.LocDetailWrap {
padding-top: 20px;
}
.missioneliteWrap {
margin-top: 30px;
}
.contactUsDetailsSend {
width: 150px;
}
.contactDetailsMap {
margin-bottom: 70px;
}
.popuptext input.search {
width: 96%;
height: 36px;
background: #FFFFFF;
box-shadow: 0px 0px 6px rgb(45 123 216 / 60%);
border-radius: 30px;
border: 0;
font-size: 16px;
font-family: 'RegularFont';
color: #535353;
padding: 10px;
}
.menu .container.custom_Container,
.flex-container,
.menu2 .container.custom_Container,
.flex-container {
max-width: 100%;
display: block;
}
.menu {
background: #d0e7ff;
}
.Language_dropbtn {
color: #2D7BD8;
}
.NameLabelDoc_dropdown {
padding-right: 8px;
}
.stickyftrmenu {
background-color: #fff;
overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
z-index: 99;
flex: none;
justify-content: center;
padding: 10px 0;
left: 0;
box-shadow: 0px 0px 6px #1b4e9b;
border-radius: 0;
}
button.toggle {
float: right;
position: relative;
width: 35px;
display: block;
border: none;
outline: none;
background: transparent;
margin-top: 20px;
z-index: 999;
}
.toggle span {
height: 2px;
width: 100%;
background: #1B4E9B;
margin: 3px 0;
padding: 2px 0px;
float: left;
}
.toggle span:nth-child(2) {
width: 40px;
}
.menu_open .toggle span:nth-child(1) {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100%;
top: 10px;
position: relative;
transition: all 0.5s ease-in-out 0.2s;
}
.menu_open .toggle span:nth-child(3) {
transform: rotate(80deg);
-webkit-transform: rotate(140deg);
width: 100%;
transition: all 0.5s ease-in-out 0.2s;
}
.menu_open .toggle span:nth-child(2) {
display: none;
}
body.menu_open {
overflow: hidden;
}
.menu .flex-container {
display: block;
}
.menu_open .banner_inner {
padding-top: 22px;
}
.menu_open .head_menu {
box-shadow: 1px 1px 7px 1px #d4d4d4;
}
.head_menu_inner { float: none;
width: 100%;
background: #ecf0ff;
right: -100%;
top: 110px;
position: fixed;
transition: all 0.5s ease-in-out 0.2s;
z-index: 99;
height: calc(100% - 76px);
vertical-align: top;
margin-top: 14px;
}
.menu_open .head_menu_inner {
right: 0;
background: #FFDABF;
overflow: scroll;
overflow: auto;
top: 124px;
height: calc(100vh - 186px);
}
#corppage.menu_open .head_menu_inner {
top: 110px;
height: calc(100vh - 166px);
}
.menu .menuLeft ul {
flex-direction: column;
justify-content: center;
align-items: center;
}
.menu .menuLeft ul li {
color: #1b4e9b;
padding: 14px 12px;
font-size: 18px;
border-bottom: 2px solid transparent;
border-width: 0 0 1px 0;
}
.menu .menuLeft ul li:hover {
color: #05448f;
}
.SocialMedia_Icon img.youtube,
img.ln,
img.fb,
img.insta {
display: block;
}
.mobSocialIcon .socialIcon {
display: inline-block;
vertical-align: middle;
}
.mobSocialIcon {
vertical-align: middle;
padding-bottom: 10px;
display: block;
padding-top: 10px;
}
.socialIcon img.fb.twitter {
width: 16px;
}
.socialIcon img.youtube {
padding-top: 0;
padding-left: 2px;
}
#mega-menu-wrap-header .socialIcon img.youtube {
padding-top: 6px;
}
.menu2LeftLogo.mobLogo {
display: inline-block;
}
.mobMenu1 {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-bottom: 1px solid #1b4e9b;
width: 100%;
padding: 8px 0;
}
.mobShow {
display: block;
}
.mobMenu1 .Search {
display: block;
}
.mobShow .Label1,
.mobShow .phoneLabel,
.mobShow .phoneNumber {
margin-left: 14px;
margin-right: 14px;
color: #e77b1d;
}
.AfterMenuLine {
display: none;
}
.footerLeft {
padding-top: 110px;
padding-bottom: 6px;
}
.footerMiddle1,
.footerMiddle2,
.footerRight {
padding-top: 0;
padding-bottom: 40px;
}
.FooterLabel:after {
top: 35px;
width: 100%;
}
.FooterInnerWrapper {
margin-top: 20px;
}
.footerSubscribe {
padding-top: 20px;
}
button.subscribe {
left: 30%;
right: 0;
}
.SocialMediaFooter {
top: auto;
width: 100%;
left: 0;
bottom: 0;
position: absolute;
}
.container.flex-container.footerInnerWrapper {
position: relative;
}
.aboutUsRight {
display: none;
}
.customButton {
margin-bottom: 34px;
}
.cateInnerWrap {
padding: 10px 0;
}
.whyUsWrapper {
background: #fff;
}
.whyUsRight {
align-items: center;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
flex-direction: row;
}
.whyUsLeft {
text-align: center;
}
.whyUsWrapper .Title:after {
margin: 0 auto;
left: 0;
right: 0;
}
.aboutUsLeft .Title,
.aboutUsLeft .subTitle,
.aboutUsLeft .customContent {
text-align: justify;
display: block;
}
.aboutUsLeft .Title:after {
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
}
.container.flex-container.zeroTechWrapper {
display: flex !important;
}
.zeroTechLeft {
flex: 30%;
justify-content: center;
}
.zeroTechLeft img {
max-width: 100%;
}
.zeroTechRight {
display: flex;
justify-content: center;
flex-direction: column;
align-items: flex-start;
flex: 36%;
padding-left: 00px;
text-align: center;
padding-bottom: 20px;
}
.zeroTechRight .Title {
text-align: center;
margin: 0 auto;
}
.zeroTechRight p.customContent {
margin-top: 30px;
margin-bottom: 0;
padding-top: 0;
}
.zeroTechRight ul {
padding-bottom: 10px;
text-align: left;
}
.zeroTechRight img {
width: auto;
margin: 0 auto;
}
.faqWrapper {
padding-top: 60px;
padding-bottom: 10px;
}
.faqLeft .Title {
padding-top: 0;
padding-bottom: 20px;
}
.doctorsOuterWrapper h3 {
color: #fff;
font-size: 14px;
font-family: 'MediumFont';
padding: 8px 4px 8px 15px;
width: 80%;
margin-right: 10px;
line-height: 30px;
}
.docTitle {
line-height: 14px;
}
.doctorsOuterWrapper .ViewAll {
width: 145px;
position: relative;
top: 0px;
text-align: center;
}
.newsAndMediaTitleWrap,
.blogTitleWrap,
.healthTalkTitleWrap {
margin-bottom: 20px;
}
.newsAndMediaTitleOuterWrapper {
margin-bottom: 20px;
}
.blogOuterBox {
margin-bottom: 20px;
width: 25%;
}
.blogOuterBox,
.healthTalkOuterBox {
justify-content: center;
align-items: center;
}
.locationOuterWrapper .locationCity label {
margin: 10px;
}
.faqLeft .Title:after {
width: 100%;
}
.testimonialWrapper .customContent {
max-width: 500px;
}
.testimonialWrapper:before {
bottom: -20px;
right: 20px;
width: 164px;
height: 170px;
background: url(//www.shalby.org/wp-content/themes/Shalby/images//IconsRight.png) no-repeat;
background-size: 80%;
}
.testimonialWrapper:after {
top: 20px;
left: 20px;
width: 164px;
height: 170px;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/IconsLeft.png) no-repeat;
background-size: 80%;
}
.footerWrapper {
flex-direction: row;
background-size: auto;
padding-top: 110px;
}
.megaMenuSection1,
.megaMenuSection2,
.megaMenuSection3 {
margin-right: 8px;
}
.megaMenuSection1,
.megaMenuSection2,
.megaMenuSection3,
.megaMenuSection4 {
padding: 10px;
}
.contactFormAddLabel,
.contactFormNubLabel,
.contactFormEmailLabel,
.contactFormMediaLabel {
font-size: 18px;
line-height: 22px;
padding-bottom: 0;
}
.contactDetailsLeft p,
.contactDetailsLeft a {
font-size: 16px;
line-height: 20px;
padding-bottom: 6px;
}
.detailsPageLabel {
font-size: 24px;
line-height: 32px;
margin-bottom: 20px;
}
.contactDetailsLeft,
.contactDetailsRight {
padding: 20px;
}
.contactDetailsOuterWrap {
padding-top: 20px;
padding-bottom: 20px;
}
.contactFormNameInput {
line-height: 16px;
}
.contactUsDetailsSend {
margin-top: 10px;
margin: 0 auto;
}
.contactFormNameInput {
width: 100%;
}
.contactDetailsUsefulCon {
padding-bottom: 100px;
}
.aboutDetailsRight img {
max-width: 85%;
}
.aboutDetailsHeadOutWrap .container.flex-container.aboutDetailsHeadWrap {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.aboutMsgWrap .container.flex-container {
display: flex;
}
.AccreditationWrap .container.flex-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.ourJourneyInnerWrap {
padding-top: 30px;
}
.filterInputWrap {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.filterInputWrap {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.meetDocLeft:after {
display: none;
}
.meetDocLeft {
height: auto;
padding: 10px;
top: 61px;
z-index: 99;
min-height: auto;
box-shadow: 0px 0px 2px #d9d9d9;
border-radius: 10px;
z-index: 999;
}
.meetDocDetailWrap .meetDocLeft {
top: 80px;
}
.DocphoneNumWrap {
justify-content: flex-start;
}
.filterSearchWrap {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
border: 0;
padding-top: 12px;
}
.filter-div {
width: 100%;
display: flex;
align-items: center;
gap: 10px;
}
.filter-div input {
margin: 0px !important;
}
.filterSearchWrap input.contactFormNameInput {
margin-bottom: 10px;
}
.filterTitleWrap {
margin: 14px 0 0px 0;
align-items: center;
background: #d0e7fe;
padding: 6px 8px;
border-radius: 4px;
}
h3.filterTitle:after {
display: none;
}
.contactDetailsLabelInput {
padding-top: 10px;
}
.sticky_Menu {
position: sticky;
top: 0;
z-index: 9999;
box-shadow: 0px 0px 6px #1b4e9b;
left: 0;
right: 0;
width: 100%;
height: 90px;
background: #fff;
}
.DocphoneNumWrap img {
width: 24px;
}
h4.meetDocphoneNumber {
font-size: 16px;
}
h3.filterTitle {
font-size: 16px;
}
.LocDetailLeft {
background: #FFF4EC;
height: auto;
}
.LocDetailRight .locationAdd {
min-height: 310px;
padding-top: 10px;
margin: 0 0 20px 0;
}
.awardsDetailCaption {
font-size: 14px;
line-height: 20px;
}
.awardsDetailRight .customContent {
margin-top: 10px;
margin-bottom: 10px;
}
.awardsDetailHead .meetDocDetailBnrHeadWrap,
.ContactDetailBnrHeadWrap {
align-items: center;
padding-top: 6px;
}
.newsAndMediaBox,
.blogBox,
.healthTalkBox {
background: #fff;
border-radius: 18px;
padding-bottom: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: auto;
padding-top: 10px;
}
.NewsBlogHtCont {
height: auto;
width: 100%;
text-align: center;
}
.newsAndMediaTitleOuterWrapper,
.blogOuterBox,
.healthTalkOuterBox {
width: 100%;
}
.blogOuterBox,
.newsAndMediaOuterBox,
.healthTalkOuterBox {
display: block;
}
.Language_dropdown.mobShow .customlangDropdpwn {
left: 243px;
}
.menu2Middle ul li:after {
right: -10px;
}
.searchOuterWrapper1 {
padding-bottom: 0;
}
.testimonialInnerBox {
height: 380px;
}
.newsAndMediaBoxSubtitle,
.blogBoxSubtitle,
.healthTalkBoxSubtitle {
height: 40px;
}
.wpvl_playbutton {
height: 60px;
} input#form_email_2 {
width: 300px !important;
}
.footerSubscribe input.mailpoet_submit {
left: 33%;
right: 0px !important;
}
.footerWrapper {
background: #d0e7ff;
clear: both;
}
.Location_dropdown-content,
.Language_dropdown-content {
right: 0;
left: 0;
}
.menuRight.SocialMedia_Icon {
display: none;
}
.menu2LeftLogo.mobLogo a img.custom-logo {
width: 130px;
height: 80px;
text-align: center;
display: block;
margin: 0 auto;
}
.ClinicalExceTitle {
font-size: 14px;
line-height: 26px;
}
.ClinicalExceCount {
font-size: 18px;
}
.ClinicalExceBox {
margin: 10px;
}
.footerLeft,
.footerMiddle1 .footerMiddle2,
.footerRight {
width: 48%;
display: inline-block;
vertical-align: top;
}
.footerInnerWrapper {
background: #fff;
}
.footerLeft,
.footerMiddle1,
.footerMiddle2,
.footerRight {
width: 48%;
display: inline-block;
background: #fff;
vertical-align: top;
margin-bottom: 20px;
border-radius: 10px;
}
.footerMiddle1 {
margin-top: 110px;
}
.footerSubscribe input.mailpoet_submit {
left: 68%;
}
.bannerHomewrapper .carousel-indicators li {
width: 16px;
height: 16px;
}
.bannerHomewrapper .carousel-indicators .active {
width: 16px;
height: 16px;
}
.bannerHomewrapper .carousel-control-prev,
.bannerHomewrapper .carousel-control-next {
height: 28px;
width: 28px;
line-height: 32px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
width: 16px;
height: 16px;
}
.whyShalbyLeftImg img {
display: none;
}
button.owl-next {
right: -40px;
}
.ExcellenceWrapper {
padding-top: 20px;
}
.clinicalMainWrapper {
padding-bottom: 50px;
}
.zeroTechWrapper {
padding-top: 20px;
}
.faqRight .card-header {
margin-bottom: 0;
}
.locationWrapper .clinicalLeft {
padding-bottom: 50px;
}
.docListLeftInner { ;
}
.hexaDocImg {
margin-top: 40px;
}
.locationOuterWrapper {
display: flex;
flex-direction: column;
}
.footerLeft {
position: unset;
}
.footerLeft .FooterInnerWrapper {
margin-top: 20px;
}
.searchAndAboutBG .searchWrapper .subscribe {
right: 108px;
}
.contactFormMediaData .SocialMedia_Icon img.youtube,
img.ln,
img.fb,
img.insta {
display: initial;
}
}
@media (max-width: 991px) {
.container.flex-container {
max-width: 930px;
}
#carouselExampleIndicators2 .testimonialInnerBox {
padding-bottom: 20px;
}
.secondOpnFormWrap .col-md-6.s-p-r-0 {
padding-left: 20px;
}
.secondOpnFormWrap .col-md-6.s-p-l-0 {
padding-right: 0;
}
.planurTripSection {
margin-bottom: 20px;
}
.phonefiled .wpcf7-form-control-wrap {
margin-left: 0;
}
#corppage .opdCustWrap .filterInputWrap .choices__inner {
width: 280px;
}
#corppage .interCustWrap .right-part .row {
width: 100% !important;
}
.docListLeftRight {
text-align: inherit;
}
.stickyftrmenu .menu2BtnLbl .Label1 {
margin-right: 4px !important;
margin-left: 4px;
}
.ourHosArrow {
top: -16px;
}
.locationWrapper .clinicalLeft {
padding-bottom: 30px;
}
#faqRight {
margin: 30px 0;
width: 100%;
max-width: 100%;
}
.Language_dropdown .customlangDropdpwn .switcher,.Language_dropdown .customlangDropdpwn .gt_switcher {
right: -10px;
}
#corppage .internationel-services .col-md-2.abt_content {
max-width: 100%;
margin-bottom: 20px;
}
.sticky_Menu .container {
width: 100% !important;
}
#corppage .advantageWrap .adv-bx {
width: 46% !important;
}
#corppage .parent {
margin-bottom: 0;
}
#corppage .s_box_services {
min-height: 138px !important;
}
#corppage .service-box {
width: 100% !important;
margin: 10px !important;
max-width: 100% !important;
flex: 100% !important;
}
#corppage .right-part .services-section .row {
margin: 0 auto !important;
width: 80%;
flex-wrap: wrap !important;
}
.Language_dropdown {
right: 30px;
}
.meetDocDetailWrap .docButtons {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 0 auto;
padding-bottom: 10px;
padding-top: 10px;
position: relative;
z-index: 99;
}
.docListLeftInner .docButtons {
margin: 0 auto;
}
.testimonialsDetailWrap .testimonialDetailsReadMore .testimonialsDetailRealtedLeft .testimonialsDetailLeft {
width: 100%;
}
.tpaDetailBnrWrap h1.meetDocDetailBnrTitle {
font-size: 20px;
}
.contactFormMediaData img.insta {
width: 22px;
padding-top: 4px;
}
.contactFormMediaData .socialIcon {
margin: 0;
}
.tpaDetailBnrWrap .bnrTitleContentCTA {
height: 60px;
width: 50%;
}
.tpaDetailBnrWrap {
height: 100px;
}
.docProfileMiddle {
box-shadow: none;
}
.comeajaxdata .owl-stage {
width: 100% !important;
}
.owl-carousel.comeajaxdata .owl-item {
width: 340px !important;
max-width: 100%;
}
.bannerHomewrapper .detailsBannerWrap {
height: 340px !important;
}
.testimonialsDetailRealtedWrap {
flex-direction: column;
}
.testimonialDetailsReadMore .testimonialsDetailRealtedLeft,
.testimonialDetailsReadMore .testimonialsDetailRealtedRight {
width: 100%;
max-width: 100%;
}
.aboutUsDetailBnrWrap .detailsBannerWrap img {
max-width: 360px;
}
.bnrTitleContentCTA .aDetailsBnrBtns .triangle-right::before {
display: none;
}
.testimonialWrapper .text-right {
text-align: initial;
}
.locationInnerBox {
margin-top: 0px;
}
.aDetailsBnrBtns a {
color: #1B4E9B;
background: #ffdabf;
padding: 6px 20px 6px 10px;
border-radius: 20px 0 0 20px;
font-size: 16px;
font-family: 'MediumFont';
margin-right: 0;
}
.aDetailsBnrBtns .triangle-right:before {
border-width: 16px;
}
.aDetailsBnrBtns .triangle-right:after {
right: 0;
border-width: 16px;
}
.aDetailsBnrBtns {
padding-top: 10px;
}
.DocProfileDetailBnrRight h2 {
font-size: 20px;
line-height: 26px;
}
.footerPolicyWrapperRIght ul li {
font-size: 13px;
padding: 0 10px;
}
.footerPolicyWrapperLeft p {
font-size: 13px;
}
.contactFormMediaData .socialIcon {
height: 40px;
width: 40px;
}
.contactFormMediaData .socialIcon img.youtube {
width: 23px;
padding-top: 6px;
}
.contactFormMediaData .socialIcon img.ln {
width: 23px;
padding-top: 4px;
}
.contactFormMediaData .socialIcon img.fb {
width: 16px;
padding-top: 4px;
}
.contactFormMediaData .socialIcon img.fb.twitter {
width: 24px;
padding-top: 6px;
}
button.owl-next span,
button.owl-prev span {
line-height: 28px;
}
button.owl-next {
right: -34px;
}
.responsiveDocWrap {
display: block;
}
.responsiveDocWrap .docListHead {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding-bottom: 20px;
}
.responsiveDocWrap .doctorsOuterWrapper .Title {
margin-bottom: 38px;
margin-right: 50px;
}
.responsiveDocWrap .doctorsOuterWrapper .ViewAll {
width: 145px;
position: relative;
top: -2px;
}
.responsiveDocWrap button.ViewAll {
position: unset;
}
.responsiveDocWrap .NameDoc_dropbtn {
min-width: 250px;
}
.faqWrapper .flex-container {
flex-direction: column;
}
.customNavbar .custDropdown-content .subTitle {
font-size: 22px;
padding-bottom: 4px;
}
.megaMenuContent {
padding: 4px;
}
.megaMenuSection4 .customButton {
font-size: 18px;
line-height: 20px;
padding: 4px 24px;
margin-top: 10px;
}
.megaMenuContent .megaMenuSpeciality {
margin-left: 8px;
margin-right: 8px;
}
.subMegaMenucustDropdown-content .submegaMenuSpeciality {
margin: 8px;
}
.subMegaMenucustDropdown-content {
padding: 8px;
}
.aDetailsBnrBtns img {
width: 60%;
}
.aDetailsBnrTitle h1 {
font-size: 30px;
}
.aDetailsBnrTitle h2 {
font-size: 18px;
}
.manageName {
font-size: 20px;
line-height: 26px;
}
.managLnBtn {
margin-top: 10px;
}
button.managLnBtn {
margin-top: 0;
}
.eliteRight img {
max-width: 100%;
}
.meetDocDetailBnrLeft img {
width: 65%;
}
.meetDocDetailBnrSubTitle {
font-size: 16px;
line-height: 18px;
padding-left: 20px;
}
.meetDocDetailBnrSubTitle:after {
height: 36px;
width: 4px;
}
.meetDocDetailBnrHeadWrap,
.ContactDetailBnrHeadWrap {
padding-top: 40px;
}
.LocDetailRight .locationAdd {
min-height: 288px;
}
.bannerHomewrapper .meetDocDetailBnrHeadWrap {
height: 300px;
}
.ContactDetailBnrHeadWrap {
height: 248px;
}
.awardsDetailReadmore .awardsDetailCaption {
font-size: 14px;
}
.faqLeftImg {
padding-top: 10px;
}
.faqLeftImg img {
max-width: 70%;
display: none;
}
.customButtonKnowMore {
font-size: 20px;
}
.customButtonKnowMore img {
width: 20px;
}
.faqWrapper {
padding-top: 40px;
}
#faqRight #faq .card {
background: #ffffff75;
}
#faqRight #faq .card .card-header .btn-header-link.collapsed {
background: #ffffff75;
}
#faqRight #faq .card .collapse.show {
background: #ffffff75;
}
.faqWrapper .faqRight .collapse {
background: #ffffff75;
}
#faqRight #faq .card .card-header .btn-header-link {
background: #ffffff75;
}
.whyuscateInnerWrap {
margin-bottom: 0;
}
.OurExpertWrapper {
margin-top: 20px;
}
.docListHead {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.NameDoc_dropdown .specialitymicor {
width: 100%;
}
.DocDDWrap {
display: flex;
flex-direction: row;
justify-content: center;
align-items: self-start;
padding-bottom: 20px;
}
.megaMenuSection4 {
width: 100%;
}
.megaMenuSection1 {
width: 100%;
}
}
@media (max-width: 808px) {
.sticky_Menu .menu2 ul {
display: flex;
flex-direction: row; list-style: none;
justify-content: space-around;
align-items: center;
flex-direction: row;
gap: 4px;
}
.menu2 .stickyftrmenu ul li a {
font-size: 12px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.stickyftrmenu li::after {
display: none;
}
.menu2 .stickyftrmenu ul li a .menu2Btn img {
padding: 0;
width: 20px;
}
.menu2 .stickyftrmenu ul li a .menu2BtnLbl {
display: flex !important;
justify-content: center;
align-items: center;
flex-direction: column;
}
.appoStickyCall .helpAndAppointWrapMob {
flex-direction: column;
}
.helpAndAppointWrapMob .phoneNumber img {
padding: 0;
width: 25px;
}
}
@media (max-width: 762px) {
.subMegaMenucustomNavbar {
overflow: auto !important;
}
.single-doctors .DocProfileDetailWrap .docProfiletabcontent.testimonialstabContent .testimonialsDetailWrap {
display: flex;
flex-wrap: wrap;
}
.stickyftrmenu li:after {
right: -6px;
}
}
@media (max-width: 768px) {
.speciality-banner.uk-page .banner-item {
height: 300px !important;
}
.shalby-hospital-uk {
margin-bottom: 20px;
}
.custom-speciality-boxes {
flex-direction: row !important;
}
.custom-speciality-boxes .block-custom {
width: 46% !important;
}
.owl-carousel.owl-loaded {
padding-top: 0px;
}
.hexaDocImg img {
width: 120px !important;
height: 120px !important;
}
h3.dr-name {
font-size: 18px;
padding-bottom: 0;
}
.docButtons a img {
width: 26px !important;
}
.container.flex-container {
max-width: 720px;
}
.footerWrapper .footerInnerWrapper .wysija-submit.wysija-submit-field {
color: #fff !important;
}
.opdEnqFormBtnCapt,
.wantUsCallFormBtnCapt {
flex-direction: column;
}
.single-specialities .speciality-banner .banner-item {
height: 280px;
}
.opdEnqFormBtnCapt,
.wantUsCallFormBtnCapt {
flex-direction: column;
}
#corppage .formbg {
width: 100% !important;
padding: 20px !important;
}
.corpCustformbg #wpcf7-f2381-o1 {
width: 100%;
padding: 10px;
}
.searchAndAboutBG .searchOuterWrapper1 .searchWrapper .spinner-border {
right: 32px;
}
.stickyftrmenu .helpAndAppointWrapMob .phoneNumber.menu2Btn img {
width: 90%;
padding-left: 0;
}
.stickyftrmenu .helpAndAppointWrapMob .phoneNumber.menu2Btn {
width: 23px;
}
#corppage .chairMsgWrap .container .title-section.inner-section-title {
padding-left: 15px;
}
.custDropdown-content {
left: -3px;
width: 96%;
}
.card.seachdata {
left: 0px;
}
#mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
font-size: 14px !important;
}
#corppage .menu .menuLeft ul li {
text-align: center;
}
.specialityBox {
grid-template-columns: repeat(2, 250px);
}
.docProfileRight .docButtons a {
padding: 6px 16px;
text-align: center;
}
.docProfileRight label {
font-size: 16px;
line-height: 22px;
text-align: center;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailInnerLeft #readMoreTestimonial {
margin-left: 0;
}
.tpaContentWrap ul {
column-count: 1;
}
.tpaContentWrap .DetailsTitle {
font-size: 20px;
}
.tpaDetailBnrWrap .bnrTitleContentCTA {
width: 60%;
}
.owl-carousel.comeajaxdata.owl-item {
width: 320px !important;
}
.detailsBannerWrap {
height: 220px;
}
.newsMediaDetailsWrap .awardsDetailLeft {
height: 280px;
width: 50%;
}
.detailsBannerWrap img {
max-width: 300px;
width: 50%;
max-height: 100%;
}
.aboutUsDetailBnrWrap.detailsBannerWrap img {
max-width: 280px;
}
.awardsDetailRight {
width: 100%;
}
.AccreditationLeft {
padding-left: 0;
padding-right: 0;
}
.LocDetailWrap .LocDetailRight .locationAdd .fltrlocImg {
height: 280px;
max-height: 320px;
width: 60%;
margin-left: 0;
}
.LocDetailRight .locationAdd .hospitalImg {
width: 100%;
max-width: 100%;
}
.LocDetailWrap .fltrlocContent {
width: 100%;
padding: 10px;
}
.LocDetailWrap .LocDetailRight .locationAdd {
flex-direction: column;
align-items: center; ;
}
.LocDetailWrap .fltrlocContent {
width: 100%;
} .awardsDetailWrap.awardsDetailReadmore {
padding-bottom: 30px;
}
.whyUsWrapper .whyuscateInnerWrap {
left: 0;
}
.meetDocDetailWrap .meetDocRight .docListLeft {
justify-content: center;
}
.meetDocDetailWrap .meetDocRight .docListLeftInner {
width: 450px;
}
.meetDocDetailBnrTitle {
font-size: 30px;
}
.detailsBannerWrap img {
max-height: 100%;
}
.detailsBannerWrap {
height: 220px;
}
.searchAndAboutBG .searchWrapper .subscribe {
right: 30px;
}
.DocProfileDetailBnrLeft .docProfiledetailsVideo {
height: auto;
width: 100%;
}
.DocProfileDetailBnrLeft {
text-align: center;
}
.testimonialReadmodal-content .testimonialsDetailRealtedWrap {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
border-radius: 10px;
padding: 10px;
}
.testimonialReadmodal-content .testimonialsDetailRealtedWrap .testimonialsDetailRealtedLeft {
max-width: 100%;
}
.testimonialReadmodal-content .testimonialsDetailRealtedWrap .testimonialsDetailRealtedRight {
max-width: 90%;
}
.BreakthroughCases .awardsDetailInnerWrap .awardsDetailLeft {
margin-top: 10px;
}
.BreakthroughCases .awardsDetailInnerWrap .awardsDetailLeft {
width: 80%;
}
.BreakthroughCases .awardsDetailInnerWrap .awardsDetailRight {
width: 100%;
margin-bottom: 20px;
}
.DocProfileDetailWrap {
margin-top: 10px;
}
.DocProfileDetailBnrWrap .container.flex-container {
display: flex;
}
.docProfiletab button {
line-height: 20px;
height: 48px;
}
.docProfiletab button img {
height: 30px;
width: 30px;
}
.meetDocDetailWrap {
padding-top: 30px;
padding-bottom: 20px;
}
.ManagementTeamWrap {
border-radius: 0;
}
.docListLeftRight {
width: 100%;
}
span.docCall {
width: auto;
margin-right: 10px;
}
.meetDocRight .docListLeftInner {
min-height: 260px;
}
.docListLeftRight .hexaDocImg {
margin-top: 0;
margin-right: 0;
}
.docListNameCall {
justify-content: space-between;
}
.eliteLeftOuter {
align-items: flex-start;
}
.missionInnerWrapper {
width: 100%;
}
.hospitaldetailsWrap .container.flex-container,
.aboutMsgWrap .container.flex-container,
.AccreditationWrap .container.flex-container {
flex-direction: column;
text-align: center;
}
.hospitaldetailsLeft,
.aboutMsgLeft,
.hospitaldetailsRight,
.aboutMsgRight,
.AccreditationLeft,
.AccreditationRight {
max-width: 100%;
text-align: center;
}
.hospitaldetailsRight,
.aboutMsgLeft {
padding-bottom: 20px;
}
.ourJourneyInnerBox .customContent {
width: 68%;
}
.aboutDetailsTabWrap .cateInnerWrap img {
width: 30px;
min-height: 50px;
}
.chairmanName {
left: 0;
right: 0;
}
.responsiveDocWrap .NameLabelDoc_dropdown {
padding-right: 10px;
}
.megaMenuSectionWrap {
flex-direction: column;
justify-content: center;
align-items: stretch;
}
.megaMenuSection4 .whyUsInnerWrapper {
padding-top: 10px;
}
.megaMenuSection4 .customButton {
margin-top: 0;
}
.megaMenuSection4 {
margin-top: 10px;
}
.ClinicalExceBox {
width: 142px;
height: 150px;
flex: 25%;
padding-top: 30px;
padding-bottom: 10px;
margin: 5px;
}
.NameDoc_dropdown {
width: 214px;
}
.ClinicalExceTitle:before {
width: 75%;
}
img.clinicalBoxImgBG {
width: 78px;
}
.ClinicalExceTitle {
font-size: 16px;
padding-top: 14px;
padding-bottom: 0;
padding-left: 10px;
padding-right: 10px;
}
.ClinicalExceCount {
font-size: 16px;
}
.clinicalCategories .cateInnerWrap a {
font-size: 16px;
padding-left: 16px;
}
.clinicalCategories .cateInnerWrap {
padding: 6px 0;
}
.custDropdown-content {
padding: 10px;
}
.customNavbar .custDropdown-content .subTitle {
font-size: 16px;
padding-bottom: 4px;
}
.megaMenuSectionWrap {
padding-top: 10px;
}
.megaMenuSection1,
.megaMenuSection2,
.megaMenuSection3,
.megaMenuSection4 {
padding: 6px;
}
.megaMenuContent {
padding: 4px;
}
.customNavbar .custDropdown-content .subTitle {
font-size: 16px;
padding-bottom: 4px;
}
.customButton {
margin-bottom: 10px;
}
.megaMenuSection4 .customButton {
font-size: 14px;
}
.subMegaMenucustDropdown-content {
left: 160px;
}
.megaMenuSpeciality {
font-size: 14px;
}
.usefulConBoxWrap {
gap: 10px;
padding-top: 28px;
}
.usefulConBox {
padding: 10px;
}
.usefulConTitle {
font-size: 20px;
line-height: 24px;
margin-bottom: 20px;
}
.usefulConNub,
.usefulConTime {
font-size: 16px;
line-height: 20px;
}
.aboutDetailsHeadWrap {
padding-top: 20px;
}
.whyUsWrapper.aboutMsgWrap {
background: #eff5f7;
background-size: contain;
}
.manageName {
font-size: 20px;
line-height: 26px;
}
.ourJourneyInnerBox {
width: 100%;
}
.journeyTime {
margin-top: 0;
font-size: 20px;
line-height: 28px;
}
.ourJourneyInnerBox .customContent {
margin-top: 14px;
margin-bottom: 10px;
line-height: 20px;
}
.doctorsOuterWrapper .ViewAll {
top: 0;
left: 10px;
}
.PresenceWrapDesktop {
display: none;
}
.PresenceWrapMobile {
display: block;
}
.whyUsRight.aboutMsgRight.aboutMsgRightMobile {
display: block;
}
.whyUsRight.aboutMsgRight.aboutMsgRightDesktop .docTitle.chairmanName {
display: none;
}
.whyUsRight.aboutMsgRight.aboutMsgRightDesktop {
display: none;
}
.meetDocRight {
margin-left: 0;
}
.meetDocRight .docListLeftInner {
justify-content: flex-start;
margin-bottom: 20px;
}
.contactDetailsLabelInput {
margin-left: 10px;
}
.contactDetailsLabelInput:first-child {
margin-left: 0;
}
.meetDocDetailBnrSubTitle {
font-size: 16px;
line-height: 16px;
padding-left: 12px;
}
.meetDocDetailBnrRight {
margin-right: 0;
}
.meetDocDetailBnrLeft img {
width: 50%;
}
.LocDetailRight .locationAdd h4 {
font-size: 20px;
line-height: 20px;
padding: 0 10px;
}
.bannerHomewrapper .meetDocDetailBnrHeadWrap {
height: 280px;
}
.ContactDetailBnrHeadWrap {
height: 234px;
}
.bannerHomewrapper .carousel-control-next,
.bannerHomewrapper .carousel-control-prev {
height: 25px;
width: 25px;
line-height: 30px;
}
.awardsDetailLeft .hospitalImg {
width: 100%;
}
.awardsDetailInnerWrap {
flex-direction: column;
justify-content: center; width: 100%;
padding: 20px 20px 40px 20px;
}
.awardsDetailLeft {
margin-left: 0;
margin-top: 20px;
width: 60%;
}
.awardsDetailWrap {
padding-top: 0;
padding-bottom: 0;
}
.awardsDetailHead .meetDocDetailBnrLeft img {
width: 70%;
}
.faqLeftImg img {
width: 60%;
}
.NameLabelDoc_dropdown {
padding-right: 6px;
}
.whyUsRight {
gap: 20px;
}
.whyuscateInnerWrap {
margin-bottom: 0;
}
.popuptext {
left: 0;
width: 70%;
}
.clinicalMainWrapper {
padding-bottom: 40px;
}
.faqWrapper {
padding-top: 20px;
}
.meetDocDetailBnrLeft,
.meetDocDetailBnrRight {
width: 50%;
}
.bannerHomewrapper button.aDetailsBnrBtn {
margin-top: 6px;
}
.DocProfileDetailBnrRight {
padding-top: 0px;
}
.docProfiletab button {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
gap: 10px;
height: 90px;
text-align: center;
}
.docProfiletab button.active:after {
top: 26px;
}
.docProfileLeft {
float: left;
margin-bottom: 30px;
}
.docProfiletab button img {
padding-right: 0;
}
.docProfileRight {
width: 100%;
max-width: 100%;
clear: both;
}
.Clinical.ExcellenceWrapper p.customContent {
margin-left: 10%;
margin-right: 10%;
text-align: center;
}
}
@media (max-width: 767px) {
.DocProfileDetailBnrRight {
padding-top: 20px;
}
.modal.in .modal-dialog,
.hospitals-template-micro-helthtalk .microHTWrap .modal-dialog {
width: 90%;
}
#corppage .patient-main #wpcf7-f8483-p8484-o1 form.wpcf7-form.init .s-p-r-0,
#corppage #wpcf7-f6408-p6409-o1 .s-p-r-0 {
padding-right: 15px !important;
}
#corppage .patient-main #wpcf7-f8483-p8484-o1 form.wpcf7-form.init .s-p-l-0,
#corppage #wpcf7-f6408-p6409-o1 .s-p-l-0 {
padding-left: 15px !important;
}
.docProfileMiddle {
min-height: 100%;
}
.docProfiletab button {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
gap: 10px;
height: 80px;
}
.testimonialSliderArrow {
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
}
@media (max-width: 755px) {
.owl-nav {
right: 10px !important;
top: -52px !important;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
margin: 0 !important;
}
.page-template-international-new .owl-carousel .owl-nav button.owl-prev, .page-template-international-new .owl-carousel .owl-nav button.owl-next, .page-template-international-new .owl-carousel button.owl-dot {
margin: 0;
}
.page-template-international-new .owl-nav {
right: 10px;
}
button.owl-prev {
left: -12px;
right: 0;
}
}
@media (max-width: 718px) {
.menu2 ul {
justify-content: space-evenly;
}
.stickyftrmenu .helpAndAppointWrapMob .phoneNumber.menu2Btn img {
width: 100%;
padding-left: 0;
}
.stickyftrmenu li .menu2Btn img {
width: 100%;
padding-left: 0;
}
.stickyftrmenu li .menu2Btn {
background: transparent;
border-radius: 30px;
padding: 8px;
height: 36px;
width: 36px;
display: flex;
}
.stickyftrmenu {
padding: 6px 0 2px 0;
}
.stickyftrmenu .helpAndAppointWrapMob .phoneNumber.menu2Btn {
width: 36px;
height: 36px;
}
.stickyftrmenu .helpAndAppointWrapMob .menu2BtnLbl {
padding: 0;
display: none;
}
.stickyftrmenu .menu2BtnLbl .Label1 {
margin: 0 !important;
font-size: 10px !important;
}
.stickyftrmenu li {
padding: 0;
}
.stickyftrmenu a.menu2btnWrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 6px;
}
.appoStickyCall .helpAndAppointWrapMob {
flex-direction: column;
gap: 6px;
}
.stickyftrmenu li .menu2Btn img {
padding-left: 0;
}
}
@media (max-width: 650px) {
.docListLeftInner .right {
margin-right: 6px;
}
.contactDetailsInnerrWrap {
display: block;
}
}
@media (max-width: 620px) {
.footerPolicyWrapperLeft {
margin-bottom: 0px;
}
.bmwCustom .inner-section-title h1.DetailsTitle {
font-size: 20px !important;
line-height: 22px !important;
display: block;
}
.aboutUsCorp .cateInnerWrap {
display: initial;
flex-direction: row;
flex: auto;
align-items: center;
box-shadow: none;
margin: 0;
gap: 10px;
justify-content: flex-start;
width: 210px;
}
.single-specialities .speciality-banner .banner-item {
height: 160px;
}
.cptch_img {
width: 22px !important;
height: 22px !important;
margin: 4px 0px !important;
}
.wpcf7-form .cptch_input {
height: 30px !important;
padding: 8px !important;
}
.cptch_input {
margin-right: 8px !important;
}
.cptch_reload_button {
margin: 0 !important;
}
.cptch_input {
margin-right: 2px !important;
}
#corppage .formbg {
width: 100%;
}
.thankYouWrap .img-box img {
width: 150px;
}
.LocDetailLeft .filterInputWrap .contactDetailsLabelInput:first-child,
.filterSearchWrap input.contactFormNameInput {
width: 100%;
}
#corppage .interCustWrap .sidebar-title,
.Clinical.ExcellenceWrapper.interCustWrap .Title,
.testimonialWrapper.interCustWrap .Title {
font-size: 20px;
}
#corppage .advantageWrap .adv-bx {
float: unset !important;
margin: 10px auto !important;
}
.corpCustformbg #wpcf7-f2381-o1 {
width: 100%;
padding: 10px;
}
.searchAndAboutBG .searchOuterWrapper1 .searchWrapper .spinner-border {
position: absolute;
right: 80px;
top: 36px;
margin: 0 auto;
z-index: 99;
}
.NavbarWrap .stickyftrmenu li {
margin: 0 auto;
}
h2.nthgFound {
font-size: 32px;
line-height: 34px;
}
.menuphoneNubsLang .menu2Right {
justify-content: end;
}
#corppage .ser-title span {
font-size: 16px;
}
#corppage .sidebar-title {
font-size: 20px !important;
line-height: 22px !important;
} .custDropdown-content {
width: 93%;
}
.main-menu .dropdown {
position: relative !important;
}
.main-menu .dropdown2 {
position: relative !important;
top: 0 !important;
left: auto !important;
right: auto !important;
width: 100% !important;
}
.appoStickyCall .phoneNumber {
width: 30px;
}
.helpAndAppointWrapMob .phoneNumber img {
width: 30px;
}
#corppage .menu .menuLeft ul li.menu-item-has-children:hover .sub-menu {
width: 98%;
}
#corppage ul li.menu-item-has-children .sub-menu li {
width: 92% !important;
}
#corppage span.AfterMenuLine,
#corppage .Search {
padding-top: initial !important;
}
#corppage.menu_open .head_menu_inner {
top: 46px;
height: calc(100vh - 115px);
}
.specialityBox {
grid-template-columns: repeat(2, 200px);
}
.modal.testimonialReadmodal.show {
top: 0px;
padding-top: 60px;
}
.testimonialsDetailWrap .modal.testimonialReadmodal .modal.testimonialReadmodal {
top: 0;
padding-top: 65px;
}
.testimonialsDetailWrap .modal-dialog.modal-xl.testimonialRead {
margin-top: 0;
}
.DocProfileDetailWrap .docProfileMiddle .testimonialsDetailWrap .TestiMLeft {
padding-left: 10px;
padding-right: 10px;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailRealtedWrap {
padding: 10px 0 0 0;
}
.DocProfileDetailBnrRight h2 {
font-size: 18px;
}
.DocProfileDetailBnrWrap .docProfileRight {
max-width: 100%;
width: 100%;
}
.DocProfileDetailBnrWrap .container.flex-container {
display: block;
}
.DocProfileDetailBnrLeft {
max-width: 100%;
width: 100%;
min-height: 160px;
}
.DocProfileDetailBnrLeft .docProfiledetailsVideo {
height: 250px;
width: auto;
max-width: 100%;
}
.DocProfileDetailBnrRight {
max-width: 100%;
width: 100%;
background: #fff;
padding: 20px;
}
.docProfileRight .docButtons {
padding-bottom: 0;
}
.docLabelButtons {
position: unset;
margin-bottom: 10px;
background: #fff;
padding-bottom: 10px;
border-radius: 0 0 10px 10px;
}
.DocProfileDetailBnrWrap .docProfileRight {
padding: 0;
}
.docProfileRight .docButtons {
flex-direction: row;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailRight .awardsDetailCaption h2 {
padding: 0;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailRight .customContent {
margin-top: 0;
}
.footerLeft .SocialMediaFooter {
background: transparent;
display: flex;
flex-direction: column;
}
.footerMiddle2 {
margin-bottom: 50px;
}
h3.SocialMediaFooterTitle {
font-family: 'BoldFont';
font-size: 16px;
line-height: 16px;
color: #EF7F1A;
text-align: justify;
margin-top: 10px;
margin-bottom: 10px;
display: block;
}
.footerPolicyWrapper1 .footerPolicyWrapperRIght.policyMenuBtn_open ul {
display: none;
}
img.policyMenuBtn {
margin: 0 auto;
display: block;
background: #ef7f1a;
height: 36px;
width: 36px;
padding: 8px;
border-radius: 30px;
}
.footerPolicyWrapper1 .footerPolicyWrapperRIght ul {
justify-content: space-around;
align-items: center;
flex-direction: column;
display: block;
}
.footerPolicyWrapperRIght ul li {
padding: 6px 10px;
border: 1px solid #d0e7fe;
width: 60%;
margin: 10px auto;
border-radius: 20px;
}
.footerPolicyWrapper1 {
background: transparent;
border-top: 1px solid #d0e7fe;
}
.bannerHomewrapper .carousel-control-prev {
left: 15px;
}
.bannerHomewrapper .carousel-control-next {
right: 15px;
}
.owl-carousel.comeajaxdata .owl-item {
width: 100% !important;
max-width: 100%;
float: none !important;
margin: 0 auto !important;
}
.meetDocDetailWrap .meetDocRight .docListLeftInner {
width: 90%;
}
.bannerHomewrapper .detailsBannerWrap {
height: 240px;
}
.bnrTitleContentCTA h2 {
font-size: 16px;
}
.aboutUsDetailBnrWrap.detailsBannerWrap img {
max-width: 240px;
}
.meetDocDetailBnrTitle {
font-size: 26px;
}
.aDetailsBnrBtns a {
padding: 6px 10px;
font-size: 14px;
width: 58%;
}
.detailsBannerWrap img {
padding-left: 10px;
}
.detailsBannerWrap {
height: 160px;
}
.emergencyNubWrap {
top: 25%;
-webkit-transform: translateY(-25%);
-ms-transform: translateY(-25%);
transform: translateY(-25%);
}
.emergencyNubWrap a {
font-size: 18px;
}
.emergencyNubList {
height: 218px;
}
.Location_dropdown-content,
.Language_dropdown-content {
right: -90px;
left: auto;
}
.logoSearchLocTogg {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.SearchLocTogg {
display: flex;
gap: 14px;
}
.SearchLocTogg .Search .popup img {
width: 30px;
margin-top: 6px;
}
.mView620 .helpAndAppointWrapMob {
display: none;
}
.helpAndAppointWrapMob.mView620 .phoneNumber {
display: none;
}
.mobMenu1.menuTest1 {
display: none;
}
.logoSearchLocTogg .Search,
.logoSearchLocTogg .Location_dropdown.mobShow {
display: inline-block;
vertical-align: top;
}
.logoSearchLocTogg .menu2LeftLogo.mobLogo {
padding-right: 0;
margin-right: 0;
}
.mView620.logoSearchLocTogg .Location_dropdown.mobShow {
display: inline-block;
}
.DocphoneNumWrap {
justify-content: center;
}
.meetDocLeft.sidenav .filterSearchWrap input.contactFormNameInput {
width: 70%;
}
.bnrTitleContentCTA .aDetailsBnrBtns .triangle-right::before {
display: none;
}
.iframePdiv iframe {
width: 100%;
max-width: 100%;
}
.docListLeftInner {
margin: 0;
margin-bottom: 20px;
}
#carouselExampleIndicators2 .locationAdd {
margin: 20px auto 0 auto;
float: none;
width: 80%;
}
#carouselExampleIndicators2 .locationInnerBox {
margin: 0 auto;
float: inherit;
}
#newsandmedia .NewsBlogHtImg.iframe-cotainer,
#newsandmedia img.newsAndMediaImg,
#newsandmedia .blogBox img,
#newsandmedia .healthTalkImg {
width: 60%;
}
.locationAdd .hospitalImg {
max-width: 100%;
}
.footerLeft .SocialMediaFooter {
background: transparent;
position: relative;
padding: 0;
}
#corppage #speciality .clinicalWrapper .tabs {
height: auto !important;
}
.bnrTitleContentCTA .aDetailsBnrBtns .triangle-right::after {
display: none;
}
.aboutDetailsHeadOutWrap .aboutDetailsRight {
height: auto;
}
.news_blog_healthDt {
justify-content: space-between;
}
.aDetailsBnrBtns {
display: flex;
flex-direction: column;
gap: 10px;
}
.news_blog_healthDt a.readMore {
margin-right: 10px;
}
.megaMenuSection4 .subTitle {
padding-top: 0;
}
.footerInnerWrapper:before {
background-size: 100%;
width: 140px;
height: 140px;
}
.docListLeftInner {
width: 100%;
}
.menu_open .head_menu_inner {
top: 41px;
height: calc(100vh - 110px);
}
.menu2LeftLogo.mobLogo a img.custom-logo {
width: 100px;
height: 55px;
}
.menu2LeftLogo.mobLogo {
padding-right: 0;
}
button.toggle {
margin-top: 8px;
}
.toggle span {
height: 2px;
width: 80%;
padding: 2px 0px;
}
.docListLeftRight {
width: 100%;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
}
.docListLeftInner .left,
.docListLeftInner .right {
width: 100%;
margin: 0 auto;
text-align: center;
}
.docButtons {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.docListLeftRight .hexaDocImg {
text-align: center;
margin: 0 auto;
}
#speciality .cateInnerWrap img,
#procedure .cateInnerWrap img {
margin-left: 10px;
}
#speciality .cateInnerWrap {
box-shadow: none;
}
.detailsBannerWrap {
height: 160px;
width: 100%;
}
.testimonialReadmodal-content .testimonialsDetailRealtedWrap {
display: block;
}
.testimonialReadmodal-content .testimonialsDetailRealtedWrap .testimonialsDetailRealtedRight {
max-width: 100%;
}
.meetDocDetailWrap .meetDocRight .docListLeftInner {
max-width: 100%;
}
.meetDocDetailWrap .meetDocRight .docListLeft {
justify-content: center;
}
.ourJourneyContainer ul {
display: block;
}
#pbOverlay .pbWrapper img {
max-width: 85%;
padding: 10px;
width: auto;
height: auto;
}
.ourJourneyContainer ul li .date::after {
right: calc(80% + var(--col-gap) + var(--line-w) / 2);
}
.ourJourneyContainer ul li:nth-child(odd) .date::after {
left: calc(80% + var(--col-gap) + var(--line-w) / 2);
}
#testimonialReadModal .testimonialReadmodal-content {
width: 100%;
}
#testimonialReadModal .DetailsTitle {
font-size: 20px;
}
.BreakthroughCases .awardsDetailInnerWrap .awardsDetailLeft {
width: 100%;
}
.contactDetailsMap {
margin-bottom: 30px;
margin-top: 0;
}
.docProfiletab button img {
display: none;
}
.docProfiletab button {
height: 100px;
}
.docProfiletab button.active:after {
top: 35px;
}
.meetDocRight .docListLeft {
justify-content: space-evenly;
align-items: center;
flex-direction: column;
}
.eliteLeftOuter {
align-items: center;
justify-content: center;
flex-direction: column;
}
img.eliteRightDesktop {
display: none;
}
img.eliteRightMobile {
display: block;
}
.investorRelWrap .container.flex-container {
flex-direction: column;
text-align: center;
}
.investorLeft button.customButton {
margin-top: 30px;
}
.investorRight {
background: transparent;
}
.investorRelWrap {
padding-top: 30px;
}
.ourJourneyInnerBox:nth-child(odd) {
text-align: right;
}
.ourJourneyInnerBox:nth-child(even) {
text-align: left;
}
.ourJourneyInnerBox:nth-child(odd) p.customContent {
text-align: right;
width: 100%;
padding-left: 20%;
}
.ourJourneyInnerBox:nth-child(even) p.customContent {
text-align: left;
width: 100%;
padding-right: 20%;
}
.contactFormMediaData .socialIcon img.youtube {
padding-left: 0;
}
.contactDetailsLabelInput {
margin-left: 0;
}
.contactDetailsOuterWrap {
background: transparent;
}
.searchAndAboutBG .searchWrapper .subscribe {
right: 80px;
top: 30px;
}
.bannerHomewrapper .aDetailsBnrBtn img {
width: 54%;
}
.cateInnerWrap {
display: flex;
flex-direction: row;
flex: none;
align-items: center;
box-shadow: 0px 0px 2px #999;
margin: 10px;
gap: 10px;
justify-content: flex-start;
width: 210px;
}
.NameDoc_dropdown {
padding-left: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.zeroTechWrapper {
background: #e6f0fc;
}
.container.flex-container.zeroTechWrapper {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
}
.searchWrapper input {
width: 343px;
height: 36px;
border-radius: 30px;
border: 0;
font-size: 12px;
padding-left: 10px;
margin-left: 100px;
}
.searchWrapper .subscribe {
width: 88px;
height: 36px;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;
right: 3px;
top: 20px;
left: auto;
}
.contactDetailsLabelMedia {
position: unset;
padding-top: 20px;
}
.usefulConBoxWrap {
flex-direction: column;
}
.usefulConBoxWrap {
align-items: normal;
}
.aboutDetailsHeadOutWrap {
background-size: cover;
}
.aboutDetailsHeadWrap {
padding-top: 20px;
}
.aboutDetailsLeft {
width: 80%;
}
.aboutDetailsRight {
width: 40%;
padding-left: 10px;
}
.aboutDetailsRight img {
max-width: 85%;
}
.aDetailsBnrTitle h1 {
font-size: 18px;
padding-bottom: 8px;
line-height: 20px;
}
.aDetailsBnrTitle h2 {
font-size: 14px;
line-height: 16px;
}
.AccreditationWrap .container.flex-container {
flex-direction: column;
}
.AccreditationRight {
padding-top: 20px;
}
.ManagementTeamWrap {
padding-bottom: 0px;
}
.journeyTime {
margin-top: 0;
font-size: 18px;
line-height: 24px;
}
.journeyTime:after {
height: 4px;
bottom: -8px;
}
.eliteLeft .missionInnerWrapper img {
max-width: 100%;
}
.missionInnerWrapper {
padding: 10px;
}
.aboutDetailsCount .ClinicalExceBox {
width: 360px;
}
.meetDocLeft.meetDocLeftMobile {
display: block;
}
.meetDocLeft.meetDocLeftDesktop {
display: none;
}
.meetDocLeft.meetDocLeftMobile .filterInputWrap {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: stretch;
}
.fltrBtnMob {
position: relative;
top: -6px;
}
.filterInputWrapShow .filterInputWrapMain {
display: block;
position: absolute;
width: 400px;
background: #fff4ec;
top: 35px;
right: 0;
padding: 20px;
animation: filterInputWrapMain 2s ease 0s 1 normal forwards;
border-radius: 8px;
box-shadow: 0px 0px 5px #999;
text-align: left;
}
.filterInputWrapMain {
display: none;
right: -100%;
top: 24px;
background: red;
}
.fltrBtnMob .contactDetailsLabelInput {
margin-left: 0;
} @	keyframes filterInputWrapMain {
0% {
animation-timing-function: ease-in;
opacity: 1;
transform: translateX(48px);
}
24% {
opacity: 1;
}
40% {
animation-timing-function: ease-in;
transform: translateX(26px);
}
65% {
animation-timing-function: ease-in;
transform: translateX(13px);
}
82% {
animation-timing-function: ease-in;
transform: translateX(6.5px);
}
93% {
animation-timing-function: ease-in;
transform: translateX(4px);
}
25%,
55%,
75%,
87%,
98% {
animation-timing-function: ease-out;
transform: translateX(0px);
}
100% {
animation-timing-function: ease-out;
opacity: 1;
transform: translateX(0px);
}
} .meetDocLeft.meetDocLeftMobile .filterInputWrap {
border-top: 0;
}
button.filterTitle.fltrBtnMob {
background: transparent;
border: 0;
}
.meetDocDetailBnrHeadWrap,
.ContactDetailBnrHeadWrap {
padding-bottom: 20px;
}
.meetDocDetailBnrSubTitle {
font-size: 14px;
}
.meetDocDetailBnrLeft img {
width: 65%;
}
.LocDetailLeft.meetDocLeftDesktop {
display: none;
}
.LocDetailLeft.meetDocLeftMobile {
display: block;
}
.LocDetailLeft.meetDocLeftMobile .filterInputWrap {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: stretch;
}
.fltrlocImg {
width: 90%;
margin: 20px;
}
.fltrlocBtns {
margin-top: 20px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
margin-left: 10px;
}
.fltrlocBtns a {
margin-bottom: 10px;
}
.LocDetailRight .locationAdd {
flex-direction: column;
margin-left: 0;
}
.fltrlocContent {
padding-left: 0;
}
.locDetailBnrWrap {
background: #f6f9fc url(//www.shalby.org/wp-content/themes/Shalby/images/locationDetailsBg\ \(1\).svg) no-repeat;
background-size: 100%;
}
.awardsDetailLeft {
width: auto;
}
.awardsDetailReadmore .awardsDetailLeft {
width: 100%;
}
.awardsDetailReadmore .awardsDetailInnerWrap {
padding: 20px;
}
.menu2Middle ul li:after {
display: none;
}
.stickyftrmenu .menu2BtnLbl {
display: none;
}
.testimonialWrapper:after,
.testimonialWrapper:before {
background-size: 40%;
}
.whyUsRight {
gap: 10px;
}
.newsAndMediaBoxTitle,
.blogBoxTitle,
.healthTalkBoxTitle {
height: 60px;
}
.newsAndMediaBoxSubtitle,
.blogBoxSubtitle,
.healthTalkBoxSubtitle {
height: 50px;
}
.faqLeftImg {
padding-top: 10px;
}
.newsAndMediaTitle,
.blogTitle,
.healthTalkTitle {
font-size: 16px;
line-height: 18px;
}
.newsAndMediaWrapper .ViewAll {
padding: 6px 10px;
}
.footerSubscribe input.mailpoet_submit {
left: 56%;
}
.footerMiddle1,
.footerMiddle2,
.footerRight {
padding-bottom: 30px;
}
.footerMiddle1 .FooterInnerWrapper ul li a {
padding-left: 00px;
}
.Title {
font-size: 20px;
line-height: 22px;
}
.subTitle {
font-size: 20px;
line-height: 28px;
}
.aboutUsInnerWrapper {
padding-top: 10px;
}
.aboutUsCategories {
margin-top: 20px;
}
.ourJourneyInnerWrap {
padding-top: 20px;
}
.ourJourneyInnerBox.ourJourneyInnerBox1 {
margin-top: 20px;
}
.ourJourneyInnerBox .customContent {
width: 65%;
}
.customButton {
background: #fff;
font-size: 18px;
line-height: 20px;
padding: 6px 22px;
margin: 0 auto;
text-align: center;
width: 100%;
display: block;
}
.spmenu ul#menus li {
font-size: 16px !important;
line-height: 18px !important;
}
.newsAndMediaBoxTitle,
.blogBoxTitle,
.healthTalkBoxTitle {
height: 80px;
}
.newsAndMediaBoxTitle,
.blogBoxTitle,
.healthTalkBoxTitle {
font-family: 'MediumFont';
}
.NameLabelDoc_dropdown {
padding-right: 4px;
}
.NameDoc_dropdown .drname,
.NameDoc_dropdown .specialitymicor {
font-size: 14px;
padding: 8px;
}
.doctorsOuterWrapper .ViewAll {
width: 100px;
}
.ClinicalExceOuterBox {
gap: 10px;
}
.whyuscateInnerWrap {
height: 60px;
}
.whyuscateInnerWrap img {
left: -14px;
top: 0;
}
.whyUsRight .phoneNumber {
margin-left: 6px;
font-size: 14px;
}
.whyUsWrapper {
padding-top: 10px;
}
.doctorsOuterWrapper .Title:after {
width: 100%;
}
.locationOuterWrapper {
padding-top: 20px !important;
padding-bottom: 20px;
}
.clinicalWrapper {
padding-bottom: 10px;
padding-top: 10px;
}
.ViewAll {
font-size: 14px;
}
.DocDDWrap {
padding-bottom: 10px;
}
.ExcellenceWrapper {
background: #f5f9ff;
}
.ClinicalExceBox {
width: 280px;
margin-bottom: 60px;
}
.ClinicalExceOuterBox {
flex-direction: column;
}
.ClinicalExceBox:last-child {
margin-bottom: 30px;
}
#faqRight {
margin: 40px 0;
}
.aboutUsWrapper {
padding-top: 30px;
}
.clinicalCategories .cateInnerWrap a {
padding-left: 5px;
font-size: 14px;
}
.clinicalCategories .cateInnerWrap img {
width: 30px;
}
.newsAndMediaWrapper {
padding-top: 10px;
}
.menu2Btn {
width: 30px;
height: 30px;
}
.menu2Btn img {
width: 100%;
padding-left: 0;
}
.menu2Middle li {
padding: 10px 30px;
}
.FooterLabel {
font-size: 16px;
}
.LocDetailWrap .LocDetailLeft.meetDocLeftDesktop {
display: block;
top: 80px;
}
}
@media only screen and (max-width: 575px) {
.back-to-top {
width: 40px;
height: 40px;
line-height: 40px;
}
.back-to-top.show {
bottom: 10px;
right: 10px;
}
.back-to-top.show:hover {
bottom: 10px;
}
.arrow {
top: 27%;
left: 37%;
}
.testimonialDetailsReadMore .testimonialsDetailRealtedLeft,
.testimonialDetailsReadMore .testimonialsDetailRealtedRight {
min-height: auto;
}
.modal-dialog.modal-xl.testimonialRead {
max-width: 500px;
margin: 1.75rem auto;
}
.testimonialSliderArrow {
flex: initial;
max-width: inherit;
}
.testimonialWrapper .testimonialInnerBox .testimonialBox .wpvl_playbutton {
top: 32%;
left: 44%;
}
#corppage .advantageWrap .adv-bx {
width: 90% !important;
}
}
@media (max-width: 560px) {
.pagination_list #pagination-right,
.pagination_list li>a,
.pagination_list>a,
.s_blog_pagination_container .s_pagination_section a.page-numbers,
.s_blog_pagination_container .s_pagination_section span.page-numbers.current {
margin-top: 0;
}
.s_blog_pagination_container .s_pagination_section span.page-numbers.current {
border-color: transparent;
}
.pagination_list #pagination-right,
.pagination_list li>a,
.pagination_list>a,
.s_blog_pagination_container .s_pagination_section a.page-numbers,
.s_blog_pagination_container .s_pagination_section span.page-numbers.current {
padding: 0;
border: 1px solid transparent;
font-family: 'MediumFont';
font-size: 20px;
line-height: 32px;
color: #FFFFFF;
display: inline-block;
border-radius: 50px;
height: 32px;
width: 32px;
text-align: center;
margin: 0 2px;
}
}
@media (max-width: 510px) {
.FooterLabel:after {
top: 46px;
}
.footerLeft .FooterInnerWrapper {
margin-top: 30px;
}
.aboutUsDetailBnrWrap.detailsBannerWrap img {
max-width: 180px;
width: 100%;
}
.FooterInnerWrapper {
margin-top: 30px;
}
.footerMiddle1,
.footerMiddle2,
.footerRight {
padding-bottom: 30px;
}
.NameDoc_dropdown .Specialities_list {
width: 100%;
}
.testimonialWrapper .NameDoc_dropdown .Specialities_list {
width: 70%;
}
}
@media (max-width: 480px) {
.container.flex-container.footerWrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #D0E7FE;
}
.meetDocDetailBnrTitle {
display: inline-block;
}
.emergencyNubWrap.emergencyNubListOpen .emergencyNubList {
top: 58px;
}
#mega-menu-wrap-header .mega-menu-toggle+#mega-menu-header {
margin-top: 6px;
}
#mega-menu-header .menuRight.SocialMedia_Icon.col-lg-3.col-md-3 img.fb {
padding-left: 0;
}
#mega-menu-header .menuRight.SocialMedia_Icon.col-lg-3.col-md-3 img.twitter {
padding-left: 2px !important;
}
.advantageWrap .adv-bx p {
font-size: 16px !important;
line-height: 18px;
}
.shareBtnIcons .shareBtn {
height: 34px;
width: 34px;
}
.single-specialities .speciality-banner .banner-item {
height: 140px;
}
.cptch_wrap {
width: 100%;
}
.cptch_img {
width: 25px;
height: 25px;
margin: 4px 1px;
}
.cptch_block {
margin-bottom: 20px;
}
.thankYouWrap h1 {
font-size: 16px;
padding: 12px;
margin: 14px;
}
#corppage .opdCustWrap .filterInputWrap .choices__inner {
width: 100%;
}
#corppage .opdCustWrap .filterInputWrap .choices .choices__list.choices__list--dropdown {
width: 100% !important;
}
.opdCustWrap .filterInputWrap .choices .choices__list.choices__list--dropdown {
width: 100% !important;
}
.searchAndAboutBG .searchOuterWrapper1 .searchWrapper .spinner-border {
right: 0;
top: 8px;
}
.stickyftrmenu .helpAndAppointWrapMob .menu2BtnLbl {
padding: initial;
}
.locationWrapper .clinicalLeft {
padding-bottom: 40px;
}
.ourHosArrow {
top: -30px;
}
.custList li {
background: 3% auto !important;
}
.card.seachdata {
top: 44px;
width: 100%;
}
#corppage .right-part .inner-content-section-main .inner-content-section .page-list li,
#corppage .right-part .inner-content-section-main .inner-content-section .page-list li {
background-size: 8px auto;
}
#corppage .advantageWrap .adv-bx {
height: 70px !important;
padding: 2% !important;
width: 95% !important;
border-radius: 4px !important;
margin: 8px !important;
}
#corppage .ser-title span {
font-size: 14px;
}
#corppage .service-box,
#corppage .right-part .services-section .row {
width: 100% !important;
}
.searchHamLocLangEmerWrap .emergencyNubList {
right: -90px !important;
}
.specialityBox {
grid-template-columns: repeat(1, 300px);
}
.docProfiletab button.active:after {
border-width: 12px;
right: -20px;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailLeft {
padding: 0;
}
.footerMiddle2 {
margin-bottom: inherit;
}
.footerRight {
padding-bottom: 20px;
}
.footerPolicyWrapperRIght ul li {
width: 80%;
}
.tpaDetailBnrWrap h1.meetDocDetailBnrTitle {
font-size: 16px;
}
.card.seachdata {
width: 100%;
margin-left: 0;
}
.mView620.logoSearchLocTogg .SearchLocTogg .emergencyNubWrap {
right: 30%;
}
#faqRight {
margin: 20px 0;
}
.newsMediaDetailsWrap .awardsDetailLeft {
width: 100%;
}
#carouselExampleIndicators2 .locationAdd {
width: 100%;
}
#carouselExampleIndicators2 .locationImg_custom {
height: 240px;
max-height: 100%;
}
.awardsDetailWrap .awardsDetailLeft,
.newsMediaDetailsWrap .awardsDetailLeft {
height: 100%;
max-height: 100%;
height: auto;
}
.bannerHomewrapper .detailsBannerWrap img {
width: 40%;
}
.detailsBannerWrap.fullBnrWrap img {
width: 100%;
}
.testimonialsDetailRealtedRight .DetailsTitle {
font-size: 22px;
}
.modal-dialog.modal-xl.testimonialRead {
width: 98%;
}
.aDetailsBnrBtns a {
width: max-content;
}
.detailsBannerWrap img {
max-width: 100%;
padding-left: 0px;
}
.menu2Middle li {
padding: 10px 20px;
}
.LocDetailWrap .LocDetailRight .locationAdd .fltrlocImg {
width: 90%;
margin: 0;
height: 240px;
max-height: 240px;
}
.LocDetailRight .locationAdd .hospitalImg {
height: 100%;
}
.awardsDetailInnerWrap .healthTalkImg {
width: 100%;
}
.fltrPagination li {
margin: 4px;
height: 25px;
width: 25px;
font-size: 14px;
line-height: 26px;
}
#newsandmedia .NewsBlogHtImg.iframe-cotainer,
#newsandmedia img.newsAndMediaImg,
#newsandmedia .blogBox img,
#newsandmedia .healthTalkImg {
width: 100%;
}
.healthTalkBox .iframe-cotainer img,
.healthTalkBox .iframe-cotainer .docProfiledetailsVideo {
left: 0;
width: 100%;
}
#newsandmedia .NewsBlogHtCont {
width: 100%;
}
#speciality .clinicalWrapper .tabs {
height: auto !important;
}
#speciality .cateInnerWrap {
height: 52px;
line-height: 42px;
}
.aDetailsBnrBtns a {
border-radius: 20px 0 0 20px;
font-size: 12px;
}
.megaMenuSection1,
.megaMenuSection2,
.megaMenuSection3,
.megaMenuSection4 {
column-count: 1;
}
.footerPolicyWrapper1 {
background: #fff;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
box-shadow: 0px 6px 2px #d0e7fe;
}
.footerSubscribe input.mailpoet_submit {
top: auto !important;
left: 20px;
right: auto !important;
margin: 0 auto !important;
bottom: 0;
}
.footerSubscribe input#form_email_2 {
width: 100% !important;
}
.helpAndAppointIconWrapMob .mobShow .Label1,
.mobShow .phoneLabel,
.mobShow .phoneNumber {
margin-left: 0;
margin-right: 0;
padding-left: 4px;
padding-right: 4px;
}
button.Location_dropbtn.mobLocationHead {
background: transparent;
border: 0;
font-size: 14px;
font-family: 'BoldFont';
color: #1B4E9B;
}
.chairmanName span.orangeLabel {
color: #1B4E9B;
background: #d0e7ff;
padding-left: 10px;
padding-right: 10px;
border-radius: 2px;
padding-top: 4px;
padding-bottom: 4px;
width: 100%;
display: block;
margin-top: 10px;
background: linear-gradient(278deg, #d0e7ff00 0%, #d0e7ff 50%, #d0e7ff 100%);
}
.aboutUsLeft .aboutUsCategories {
justify-content: center;
display: flex;
align-items: flex-end;
flex-direction: row;
flex-wrap: wrap;
background: rgba(247, 247, 247, 0.4);
box-shadow: 0px 0px 2px #ff842b;
border-radius: 15px;
padding: 12px;
margin-top: 30px;
flex-wrap: wrap;
}
.cateInnerWrap {
border-radius: 10px;
display: flex;
flex-direction: row;
flex: none;
align-items: center;
box-shadow: 0px 0px 2px #999;
margin: 10px;
gap: 10px;
justify-content: flex-start;
width: 100%;
}
.awardsDetailCaption h2 {
font-size: 16px;
}
.awardsDetailLeft {
width: 100%;
}
.meetDocDetailBnrTitle {
font-size: 20px;
}
.meetDocDetailBnrTitle:after {
height: 10px;
border-radius: 2px;
}
.BreakthroughCases .docProfileMiddle .awardsDetailInnerWrap {
padding: 10px;
}
.testimonialsDetailPagi .fltrPagination {
justify-content: center;
}
.hospitaldetailsWrap {
padding-top: 20px;
}
.aboutDetailsCount .ClinicalExceBox {
width: 280px;
}
.ourJourneyInnerBox:nth-child(odd) p.customContent {
padding-left: 25%;
}
.ourJourneyInnerBox:nth-child(even) p.customContent {
padding-right: 25%;
}
.contactDetailsInnerrWrap {
width: 100%;
}
.NewsBlogHtImg {
margin-top: 00px;
width: 100%;
}
img.newsAndMediaImg,
.blogBox img,
.healthTalkImg {
width: 80%;
}
.newsAndMediaBoxSubtitle,
.blogBoxSubtitle,
.healthTalkBoxSubtitle {
width: 100%;
}
.healthTalkOuterBox label.healthTalkDate,
.newsAndMediaOuterBox label.blogDate,
.newsAndMediaOuterBox label.dateNewsAndMedia {
margin-top: 20px;
}
.healthTalkBox .iframe-cotainer img,
.healthTalkBox .iframe-cotainer .docProfiledetailsVideo {
width: 100%;
right: auto;
left: 0%;
}
.searchAndAboutBG .searchWrapper .subscribe {
right: -3px;
top: 6px;
} .bannerHomewrapper .aDetailsBnrBtn img {
width: 95%;
}
.bannerHomewrapper .meetDocDetailBnrHeadWrap {
height: 240px;
}
.bannerHomewrapper .meetDocDetailBnrHeadWrap,
.ContactDetailBnrHeadWrap {
padding-top: 20px;
}
.popuptext {
left: 0;
width: 88%;
padding: 8px 8px;
}
.popuptext input.search::placeholder {
font-size: 12px;
}
.footerInnerWrapper:before {
right: 0;
left: 15px;
;
}
.footerInputBtn {
margin-top: 30px;
margin-bottom: 20px;
}
.FooterSubTitle {
padding: 12px 0;
}
.footerMiddle1 {
margin-top: 10px;
}
.footerLeft {
padding-top: 100px !important;
}
.footerLeft {
padding: 15px;
}
.footerLeft,
.footerMiddle1,
.footerMiddle2,
.footerRight {
width: 100%;
padding-top: 10px;
margin-bottom: 6px;
}
.footerMiddle1,
.footerMiddle2 {
padding-bottom: 10px;
}
.footerRight {
padding-bottom: 30px;
}
.FooterLabel:after {
top: 32px;
left: 0;
background: #EF7F1A;
height: 3px;
}
.searchAndAboutBG .searchWrapper .footerInputBtn {
height: 50px;
}
.FooterInnerWrapper {
margin-top: 28px;
}
.footerSubscribe {
padding-top: 20px;
border-top: 0;
padding-bottom: 40px;
}
.footerInputBtn:before {
left: 50px;
}
button.subscribe {
left: 276px;
}
.menu2Middle .menu2Btn {
display: block;
}
.footerPolicyWrapperLeft {
margin-bottom: 4px;
}
.Search {
padding-top: 0;
}
.Location_dropdown {
padding-left: 4px;
}
.Language_dropbtn {
background: transparent url(//www.shalby.org/wp-content/themes/Shalby/images/location_arrow.svg) no-repeat 88% 35%;
color: #1B4E9B;
font-size: 12px;
border-bottom: 1px solid #1B4E9B;
}
.Language_dropbtn {
background: transparent;
background-size: 15%;
}
.phoneLabel {
margin-left: 10px;
font-size: 12px;
margin-right: 10px;
}
.mobShow .phoneNumber {
margin-left: 10px;
font-size: 14px;
margin-right: 10px;
color: #e77b1d;
}
.footerPolicyWrapperRIght ul {
justify-content: center;
align-items: flex-start;
}
.faqWrapper {
padding-top: 0px;
padding-bottom: 10px;
background: #fff;
}
.faqLeft {
text-align: left;
}
.responsiveDocWrap .NameDoc_dropbtn {
min-width: 156px;
}
.responsiveDocWrap .doctorsOuterWrapper .ViewAll {
width: 112px;
}
.responsiveDocWrap .docListLeftInner {
margin-bottom: 30px;
}
.responsiveDocWrap .docListLeft {
flex-direction: column;
}
.responsiveDocWrap .doctorsOuterWrapper h3,
h3.triangle-right {
font-size: 16px;
}
.clinicalWrapper .clinicalLeft .tab__content {
flex-direction: column;
}
.testimonialOuterBox {
flex-direction: column;
}
.testimonialInnerBox {
margin-top: 30px;
}
.testimonialWrapper .customContent {
margin-bottom: 10px;
}
.testimonialWrapper {
justify-content: center;
align-items: center;
display: flex;
}
.testimonialWrapper .carousel-control-next,
.testimonialWrapper .carousel-control-prev {
width: 26px;
height: 26px;
top: 50%;
background: #ff842b;
}
.testimonialWrapper .carousel-control-prev {
left: 0;
}
.testimonialWrapper .carousel-control-next {
right: 0;
}
.menu2Middle {
text-align: center;
}
.searchWrapper input {
width: 230px;
}
.newsAndMediaTitleWrap,
.blogTitleWrap,
.healthTalkTitleWrap {
margin-bottom: 20px;
}
.tabTestimonial {
margin-bottom: 10px;
}
.testimonialWrapper label.active {
border-top-left-radius: 25px;
font-size: 20px;
line-height: 22px;
padding: 8px 16px;
border-bottom-right-radius: 25px;
}
.testimonialWrapper label {
border-top-left-radius: 25px;
font-size: 20px;
line-height: 22px;
padding: 8px 16px;
border-bottom-right-radius: 25px;
}
.blogOuterBox,
.newsAndMediaOuterBox,
.healthTalkOuterBox {
padding: 20px;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.newsAndMediaBox.newsAndMediaBox1 {
margin-bottom: 0px;
margin-right: 0;
}
.newsAndMediaTitleOuterWrapper,
.blogOuterBox {
margin-right: 0;
}
.megaMenuSection1,
.megaMenuSection2,
.megaMenuSection3,
.megaMenuSection4 {
border-radius: 0;
margin-right: 0px;
padding: 0;
flex: 100%;
}
.subMegaMenucustDropdown-content {
left: auto;
top: 0px;
right: 0;
width: 55%;
}
.megaMenuSectionWrap {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: inherit;
}
.subMegaMenucustDropdown {
display: flex;
flex-direction: row;
align-items: center;
}
.megaMenuContent {
border-radius: 0;
padding: 10px;
height: 55px;
line-height: 55px;
}
.megaMenuSection4 {
margin-top: 20px;
padding: 20px;
}
.megaMenuSection4 .customButton {
margin-bottom: 0;
}
.AccreditationRight {
padding-top: 10px;
padding-bottom: 10px;
}
.ManagementTeamWrap .ClinicalExceBox {
width: 270px;
height: 280px;
border-radius: 8px;
padding: 10px;
margin: 10px;
}
.ManagementTeamWrap .ClinicalExceOuterBox {
flex-direction: column;
}
.manageName {
font-size: 20px;
}
.aboutDetailsTabWrap .cateInnerWrap {
flex: auto;
padding: 10px 20px;
}
.aboutDetailsTabWrap .aboutDetailsTabLeft .cateInnerWrap a {
font-size: 18px;
}
.aboutMsgWrap .container.flex-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.meetDocDetailBnrLeft img {
width: 92%;
}
.awardsDetailHead .meetDocDetailBnrLeft img {
width: 80%;
}
.awardsDetailHead .meetDocDetailBnrRight {
margin-right: 30px;
}
.clinicalRight {
display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.Location_dropdown-content {
z-index: 99999;
min-width: 250px;
}
.clinicalWrapper .clinicalCategories {
columns: 1;
}
.searchWrapper .footerInputBtn {
padding: 7px 0;
}
.searchWrapper .subscribe {
right: 0px;
top: 7px;
}
.searchWrapper input {
padding-right: 20px;
margin-left: 40px;
}
.searchWrapper:after {
background-size: 50px;
top: 0;
}
.mobShow .phoneNumber {
font-size: 11.5px;
}
.searchWrapper input {
width: 90%;
}
.Search {
padding-left: 0;
}
.clinicalWrapper {
padding-top: 0;
}
.clinicalLeft label {
font-size: 14px;
}
.clinicalWrapper .clinicalLeft .tab__content {
padding-top: 10px;
}
.ExcellenceWrapper {
padding-top: 40px;
}
.ExcellenceWrapper {
padding-bottom: 20px;
}
.newsAndMediaBox,
.blogBox,
.healthTalkBox {
padding-top: 0;
padding-bottom: 0;
}
.tabcontent {
padding: 0;
}
#faqRight #faq .card .card-header .btn-header-link {
font-size: 14px;
}
.faqWrapper .faqRight .collapse p {
font-size: 14px;
}
.faqLeft .Title {
padding-bottom: 0px;
}
.searchAndAboutBG {
padding-top: 20px;
} .searchAndAboutBG {
margin-bottom: 10px;
}
.footerInnerWrapper:before {
top: -90px;
}
.footerLeft .FooterInnerWrapper {
margin-top: 30px;
}
.Clinical.ExcellenceWrapper.aboutDetailsCount {
padding-bottom: 10px;
}
.aboutMsgWrap {
padding-top: 10px;
padding-bottom: 10px;
}
.AccreditationWrap {
padding-top: 10px;
padding-bottom: 10px;
}
.docProfiletab button img {
height: 20px;
width: 20px;
}
.docProfiletab button {
height: 60px;
}
.docProfiletab button.active:after {
top: 18px;
}
.docProfiletab button {
font-size: 12px;
font-family: 'RegularFont';
}
.docProfiletabcontent {
padding: 0;
}
.docProfiletabcontent li::before {
background-size: 70%;
}
.docProfiletabcontent li {
padding: 4px 4px 8px 20px;
}
.aboutUsDetailBnrWrap.detailsBannerWrap img {
max-width: 140px;
width: 100%;
}
.bnrTitleContentCTA {
width: 50%;
}
.mView620.logoSearchLocTogg .SearchLocTogg .emergencyNubWrap .emergencyNubList {
right: -82px;
}
}
@media (max-width: 410px) {
.mView620.logoSearchLocTogg .SearchLocTogg .emergencyNubWrap {
right: 34%;
}
.menuphoneNubsLang .Location_dropdown-content {
right: -20px;
}
}
@media (max-width: 360px) {
.docProfiletab button {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 8px;
line-height: 16px;
font-size: 14px;
}
.specialityBox {
grid-template-columns: repeat(1, 200px);
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailRight .customContent {
height: 80px;
}
.testimonialsDetailWrap .ajaxdata .testimonialsDetailRight .awardsDetailCaption h2 {
height: 80px;
}
.testimonialDetailsOuterWrap .testimonialsDetailWrap {
padding: 0;
}
.bannerHomewrapper .detailsBannerWrap.fullBnrWrap {
height: 110px !important;
}
.docProfileRight .docButtons {
flex-direction: column;
}
.footerPolicyWrapperRIght ul li {
width: 90%;
}
.tpaContentWrap .DetailsTitle {
font-size: 18px;
}
.tpaDetailBnrWrap h1.meetDocDetailBnrTitle {
font-size: 14px;
}
.tpaDetailBnrWrap {
height: 90px;
}
.docProfileMiddle {
max-width: 70%;
width: 70%;
padding-left: 10px;
padding-right: 10px;
}
.docProfileLeft {
width: 30%;
max-width: 30%;
}
.DocProfileDetailWrap .container.flex-container {
padding-left: 0;
padding-right: 0;
}
.awardsDetailWrap .awardsDetailLeft,
.newsMediaDetailsWrap .awardsDetailLeft {
height: 240px;
}
.emergencyNubList {
width: 260px;
}
.owl-carousel.comeajaxdata .owl-item {
width: 100% !important;
}
.mView620.logoSearchLocTogg .SearchLocTogg .emergencyNubWrap {
right: 40%;
}
.testimonialWrapper .NameDoc_dropdown .Specialities_list {
width: 100%;
}
.testimonialWrapper .ViewAll {
margin-top: 10px;
display: inline-block;
}
.bnrTitleContentCTA h2 {
font-size: 14px;
line-height: 18px;
}
.searchWrapper input {
width: 84%;
}
.detailsBannerWrap {
height: 100%;
}
.testimonialsDetailRealtedWrap {
padding: 0;
}
.aDetailsBnrBtns a {
padding: 6px 8px 6px 8px;
}
.newsAndMediaBoxTitle,
.blogBoxTitle,
.healthTalkBoxTitle {
height: 90px;
}
#carouselExampleIndicators2 .locationAdd {
width: 100%;
}
.meetDocDetailBnrRight {
margin-right: 0;
}
.meetDocDetailBnrLeft img {
width: 70%;
}
.meetDocDetailBnrHeadWrap {
height: 250px;
}
.ContactDetailBnrHeadWrap {
height: 150px;
}
.meetDocDetailBnrHeadWrap,
.ContactDetailBnrHeadWrap {
padding-top: 10px;
}
.whyuscateInnerWrap {
width: 320px;
left: 0;
}
.NameDoc_dropdown .drname,
.NameDoc_dropdown .specialitymicor {
margin-bottom: 10px;
}
.doctorsOuterWrapper .ViewAll {
width: auto;
}
.cateInnerWrap a {
font-size: 14px;
padding-left: 4px;
}
.cateInnerWrap {
padding: 6px 0;
}
.DocDDWrap {
flex-direction: column;
}
.clinicalCategories .cateInnerWrap img {
width: 20px;
}
.clinicalCategories .cateInnerWrap a {
text-align: left;
}
.clinicalLeft label {
font-size: 14px;
}
.searchWrapper .subscribe {
right: -14px;
}
.mobShow .Label1,
.mobShow .phoneLabel,
.mobShow .phoneNumber {
margin-left: 4px;
margin-right: 4px;
}
.Language_dropdown {
padding-left: 4px;
}
.footerLeft .FooterInnerWrapper {
margin-top: 30px;
}
.contactDetailsLeft:after {
display: none;
}
.ourJourneyInnerBox:nth-child(odd) p.customContent {
padding-left: 32%;
}
.ourJourneyInnerBox:nth-child(even) p.customContent {
padding-right: 42%;
}
.ourJourneyInnerBox {
border-bottom: 0.5px solid #ffdabf;
border-radius: 0 !important;
background: transparent;
}
.investorRelWrap {
padding-top: 40px;
}
.filterInputWrapShow .filterInputWrapMain {
width: 300px;
}
.meetDocDetailBnrTitle {
font-size: 20px;
}
.detailsBannerWrap {
height: 140px;
}
} #corppage .right-part .inner-content-section-main .inner-content-section .page-list li {
background-size: 8px auto;
height: auto;
margin-left: 0;
}
#corppage .internationel-services {
margin-top: 0;
}
#corppage .book-appointment-form .custom-select:after,
.hospitals-template-micro-blog .book-appointment-form .custom-select:after {
top: 0;
}
#corppage .book-appointment-form .custom-select,
.hospitals-template-micro-blog .book-appointment-form .custom-select {
overflow: initial;
}
#corppage input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.contactFormNameInput.wpcf7-not-valid {
margin-bottom: 0px;
}
#corppage .wpcf7-not-valid-tip {
padding-bottom: 0px;
}
.hospitals-template-micro-blog .hide {
display: none;
}
#corppage .homepage-section-left-border .testimonial-section .owl-nav {
position: absolute;
top: 0;
right: 0;
left: auto;
float: right;
}
#corppage .homepage-section-left-border .testimonial-section .owl-carousel.owl-theme.owl-loaded.owl-drag {
padding-top: 60px;
}
#corppage .homepage-section-left-border .testimonial-section .owl-nav button.owl-prev {
float: right !important;
right: 0 !important;
left: auto !important;
}
#corppage .homepage-section-left-border .testimonial-section .owl-nav button.owl-next {
right: 0 !important;
}
#corppage .comparerate h3 {
margin-bottom: 10px;
}
#corppage .testimonialSliderCustArrow {
text-align: right;
width: 100%;
}
.advantageWrap .adv-bx p {
font-size: 18px;
color: #1b4e9b;
font-family: 'MediumFont';
}
#corppage .wpcf7-not-valid-tip { border: 0;
color: #f00;
font-size: 12px;
font-family: 'RegularFont';
padding-left: 10px;
padding-top: 6px;
}
#corppage .wpcf7-response-output {
display: block;
border: 0;
color: #f00;
font-size: 12px;
font-family: 'RegularFont';
text-align: center;
margin: 6px auto;
padding: 6px;
}
form.wpcf7-form.invalid .wpcf7-response-output {
display: block;
border: 0;
color: #f00;
font-size: 14px;
font-family: 'MediumFont';
text-align: center;
margin: 6px auto;
padding: 10px !important;
background: #ff000024;
border-radius: 8px;
border: 0.5px solid #f00;
}
.chairMsgWrap .aboutMsgWrap {
padding-top: 0;
}
#corppage .chairMsgWrap .container {
padding-left: 0;
padding-right: 0;
}
#corppage .testimonialsDetailWrap .ajaxdata .testimonialsDetailInnerLeft #readMoreTestimonial {
top: 50%;
}
#corppage .testimonialWrapper .testimonialInnerBox .testimonialBox .wpvl_playbutton {
top: 50%;
left: 50%;
}
#corppage .testimonialsDetailWrap .ajaxdata .testimonialsDetailInnerLeft #readMoreTestimonial {
padding: 0;
border-radius: 20px 0;
}
#corppage .right-part .inner-content-section-main.patient-main h3.blog-title {
margin-top: 20px;
}
#corppage .excellence-list {
margin-top: 20px;
}
#corppage .inner-content-section .custBioMedicalWaste a {
border-radius: 4px;
box-shadow: 1px 1px 4px #828282;
display: block;
padding: 10px;
margin-top: 10px;
font-size: 16px;
line-height: 20px;
color: #828282;
font-family: "MediumFont";
display: block;
}
#corppage .blog-image {
border-radius: 20px 0 !important;
}
#corppage .pagination_list a {
display: inline-block !important;
background: #d4d4d4;
height: 32px;
width: 32px;
color: #fff;
border-radius: 50px;
line-height: 32px;
margin: 0 5px;
padding: 0 5px !important;
font-family: 'MediumFont';
font-size: 20px;
}
#corppage .s_pagination_section .current {
background: transparent;
color: #1b4e9b;
border: 1px solid #1b4e9b54;
}
#corppage .pagination_list a {
padding: initial;
background: #FFDABF;
}
#corppage .custBioMedicalWaste {
margin-top: 30px;
}
#corppage .inner-content-section-main ul li:before {
display: none !important;
}
#corppage .inner-content-section .custBioMedicalWaste a:hover {
background: #d0e7ff;
color: #828282;
}
#corppage .right-part .inner-content-section-main .inner-content-section .health-plan-list li,
.custList li {
background-size: 8px auto !important;
}
#corppage .appointment-field,
.hospitals-template-micro-blog .appointment-field {
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
-webkit-appearance: none !important;
-webkit-border-radius: 25px;
-moz-box-border-radius: 25px;
border-radius: 25px;
border: none;
margin-top: 20px;
background: #fff;
}
#corppage form.book-appointment-form .form-group.custom-select .appointment-field,
.hospitals-template-micro-blog form.book-appointment-form .form-group.custom-select .appointment-field {
margin-top: 0;
}
#corppage ul li.menu-item-has-children .sub-menu {
display: none !important;
background: #fff;
border-bottom: 1px solid #d0e7ff;
flex-direction: column !important;
max-height: 200px;
z-index: 99;
overflow-y: scroll;
position: relative;
left: 0;
width: auto;
flex-wrap: nowrap !important;
}
#corppage ul li.menu-item-has-children .sub-menu li {
display: flex;
flex-direction: column !important;
align-items: center;
justify-content: center;
margin: 0;
padding: 6px !important;
border-radius: 8px;
--c: transparent;
}
#corppage .menu .menuLeft ul li.menu-item-has-children {
position: relative;
}
#corppage ul li.menu-item-has-children .sub-menu:hover {
display: block;
}
#corppage .menu .menuLeft ul li.menu-item-has-children:hover .sub-menu {
display: block !important;
top: 38px;
height: 280px;
max-height: 280px;
left: 0;
right: 0;
text-align: center;
transition: all 0.3s;
border-radius: 0 0 8px 8px;
}
#corppage ul li.menu-item-has-children .sub-menu {
position: absolute;
background: #FFF;
left: 0;
z-index: 1;
max-height: 500px;
z-index: 99;
overflow-y: scroll;
padding: 20px; box-shadow: 0px 0px 7px #2D7BD8;
border-radius: 8px;
top: 52px;
width: 720px;
}
#corppage .menu .menuLeft ul li.menu-item-has-children ul.sub-menu .menu-item-has-children ul.sub-menu li {
width: 92%;
}
#corppage ul li.menu-item-has-children .sub-menu li {
display: flex;
justify-content: space-around;
padding: 6px;
border-bottom: 1px solid #828282;
border-width: 0 0 1px 0;
border-radius: 4px;
position: relative;
height: 52px;
line-height: 17px;
align-items: center;
float: left;
width: 47%;
margin: 0px 10px;
} #corppage ul li.menu-item-has-children .sub-menu li:hover {
background: #d0e7ff;
}
#corppage .menu .menuLeft ul li.menu-item-has-children ul.sub-menu .menu-item-has-children ul.sub-menu {
display: none !important;
width: 100%; max-height: 520px;
color: #fff;
position: absolute;
background: #706b6b;
left: 0;
z-index: 1;
max-height: 500px;
z-index: 99;
overflow-y: scroll;
padding: 20px; box-shadow: 0px 0px 7px #2D7BD8;
border-radius: 8px;
top: 52px;
width: 100%;
left: 0;
right: 0;
top: 54px;
}
#corppage .menu .menuLeft ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu {
display: block !important;
top: 38px;
height: 501px;
}
#corppage ul li.menu-item-has-children .sub-menu li:hover ul.sub-menu {
display: block !important;
}
#corppage .menu .menuLeft ul li.menu-item-has-children:hover ul.sub-menu li { ;
}
#corppage .menu .menuLeft ul li.menu-item-has-children:hover ul.sub-menu li:hover ul.sub-menu {
display: block !important;
top: 52px;
right: 0px !important;
left: 0 !important;
height: 370px !important;
max-height: 400px !important;
background: #fff;
border-radius: 0;
}
#corppage span.AfterMenuLine {
padding-left: 0;
}
#corppage .menu .menuLeft ul li {
margin-top: 0;
line-height: 28px;
}
#corppage .Label1,
#corppage .phoneLabel,
#corppage .phoneNumber {
margin-right: 10px;
} #corppage .accordion-section-title {
background: #fff;
color: #535353;
line-height: 1.2;
font-size: 16px;
font-weight: 600;
font-family: 'BoldFont';
padding: 0.375rem 2rem 0.375rem 0.75rem;
}
#corppage .accordion-section {
border-bottom: 1px solid #ff842b73 !important;
background: #fff;
}
#corppage .accordion-section-title:after {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
float: right;
color: #EF7F1A;
content: "\f106";
}
#corppage .accordion-section-title.active:after {
content: "\f107";
}
#corppage .accordion-section thead tr {
background: #d0e7ff;
}
#corppage .accordion-section thead tr th {
font-family: 'MediumFont';
font-size: 16px;
line-height: 18px;
padding: 6px;
}
#corppage .accordion-section tbody tr td {
font-family: 'MediumFont';
font-size: 14px;
line-height: 18px;
color: #535353;
vertical-align: middle;
}
#corppage .accordion-section-title.active {
background: #ffdabf !important;
border-radius: 4px;
color: #ff8326;
}
#corppage h3.content-title {
font-family: 'BoldFont';
font-size: 18px;
line-height: 24px;
color: #1B4E9B;
padding-bottom: 10px; display: block;
}
h2.nthgFound {
font-family: 'BoldFont';
font-size: 38px;
line-height: 42px;
color: #1B4E9B !important;
text-align: center;
}
.nthgFoundContent p {
font-family: 'BoldFont';
font-size: 14px;
line-height: 22px;
color: #535353;
display: block;
text-align: center;
margin-top: 20px;
}
.ntngFoundWrap {
display: flex;
justify-content: center;
align-items: center;
padding: 30px;
}
#corppage .list-title {
font-family: 'BoldFont';
font-size: 18px;
line-height: 16px;
color: #1B4E9B; display: block;
position: relative;
padding-left: 18px;
}
#corppage .list-title:after {
width: 0;
height: 0;
border-radius: 3px;
content: "";
position: absolute;
left: 0;
top: 0;
border-top: 6px solid transparent;
border-left: 6px solid #EF7F1A;
border-bottom: 6px solid transparent;
}
#corppage .inner-content-section h2 {
font-family: 'BoldFont';
font-size: 14px;
line-height: 25px;
color: #1B4E9B;
}
#corppage a.btn.btn-view-all:hover {
background: #ff8326;
border-color: #ff8326;
color: #fff;
}
#corppage .news-heading a {
color: #1b4e9b !important;
font-family: 'MediumFont';
font-size: 16px;
line-height: 18px;
font-weight: 400;
}
#corppage .inner-content-section .form-group p {
margin-bottom: 0px;
}
#corppage .contactDetailsLabelInput,
.hospitals-template-micro-blog .contactDetailsLabelInput {
padding-top: 0;
width: 100%;
padding-left: 0;
}
.page-template-contact-us .contactDetailsOuterWrap .contactDetailsInnerrWrap .contactDetailsRight .wpcf7-form .contactDetailsLabelInput {
padding-top: 20px !important;
}
#corppage .col-md-6.s-p-r-0.NameDoc_dropdown .form-group p,
.hospitals-template-micro-blog .col-md-6.s-p-r-0.NameDoc_dropdown .form-group p {
margin-block-start: 0;
}
#corppage .form-group,
.hospitals-template-micro-blog .form-group {
margin-bottom: 0;
}
#corppage input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.request-appointment.plan-trip-btn.contactUsDetailsSend:hover,
#corppage input#submit_form:hover {
background: #FF842B !important;
color: #fff;
}
#corppage .request-appointment,
.hospitals-template-micro-blog .request-appointment {
border: 1px solid #FF842B;
border-radius: 25px;
font-family: 'BoldFont';
font-size: 16px;
line-height: 20px;
color: #FF842B;
display: block;
width: 120px;
padding: 6px;
margin-top: 30px;
margin: 0 auto;
background: #fff !important;
}
#corppage #patient-carousel {
border: 0 !important;
padding-bottom: 0;
}
#corppage .patient-carousel-main {
margin-bottom: 0;
}
#corppage div#wpcf7-f2381-o1 {
margin-top: 0px;
padding: 20px;
border-radius: 10px;
background: rgba(230, 239, 249, 0.74);
border: 0.5px solid #d0e7fe;
}
#corppage .formbg {
margin-top: 30px;
padding: 20px;
border-radius: 10px;
background: rgba(230, 239, 249, 0.74);
border: 0.5px solid #d0e7fe;
width: 80%;
margin: 0 auto;
}
#corppage .request-appointment:hover {
background: #FF842B !important;
color: #fff !important;
}
#corppage input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.request-appointment.plan-trip-btn.contactUsDetailsSend,
#corppage input#submit_form,
.contactDetailsRight input#submit_form {
border: 1px solid #FF842B;
border-radius: 25px;
font-family: 'BoldFont';
font-size: 16px;
line-height: 20px;
color: #FF842B;
display: block;
width: 120px;
padding: 6px;
margin-top: 30px;
margin: 0 auto;
background: #fff !important;
}
#corppage .request-appointment {
}
#corppage tbody td {
font-family: 'RegularFont';
font-size: 14px;
line-height: 22px;
color: #525252 !important;
}
#corppage .news-content {
font-family: 'MediumFont';
font-size: 14px;
line-height: 22px;
color: #535353;
text-align: justify;
}
#corppage .blog-img img {
width: 350px;
height: 220px;
border-radius: 10px 0 !important;
}
#corppage .panel-default {
border-bottom: 1px solid #ff842b73 !important;
background: #fff;
border: 0;
box-shadow: none;
}
#corppage .panel-title {
background: #fff;
color: #535353;
line-height: 1.2;
font-size: 16px;
font-family: 'BoldFont'; ;
}
#corppage .insuFAQWrap .panel-title {
font-family: 'MediumFont';
}
#corppage .inner-content-section h3 {
font-family: 'MediumFont';
font-size: 18px;
line-height: 24px;
color: #1B4E9B;
}
#corppage h1.content-title {
position: relative;
font-family: 'BoldFont';
font-size: 18px;
line-height: 25px;
color: #1B4E9B;
display: inline;
padding-bottom: 4px;
}
#corppage .panel-heading a:hover {
color: #535353;
}
#corppage h2.content-title,
.hospitals-template-micro-blog h2.content-title { font-family: 'BoldFont';
font-size: 18px;
line-height: 25px;
color: #1B4E9B;
display: inline;
}
.hospitals-template-micro-blog form#searchform input.search.user-success {
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
-webkit-border-radius: 25px;
-moz-box-border-radius: 25px;
border-radius: 25px !important;
font-family: 'RegularFont';
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 10px 12px;
border: 0;
width: 100%;
margin-bottom: 20px;
-webkit-appearance: none !important;
}
#corppage .content-list li::marker {
color: transparent !important;
}
#corppage .content-list li:after,
#corppage .page-list li {
position: absolute;
top: 0;
left: 0;
width: 20px;
background: url(//www.shalby.org/wp-content/themes/Shalby/images/listCustArrow.png) no-repeat 0px 2px;
content: "";
background-size: 8px auto;
}
.common-class-speciality .btn:hover {
border: 0 !important;
}
.common-class-speciality .slider-thing .block-custom p {
text-align: left !important;
}
.common-class-speciality .video-grids .youtube img {
border-top-left-radius: 40px;
border-bottom-right-radius: 40px;
}
.common-class-speciality .testimonial-one .youtube {
border-top-left-radius: 40px;
border-bottom-right-radius: 40px;
width: fit-content;
}
.common-class-speciality .list-title:after {
width: 0;
height: 0;
border-radius: 3px;
content: "";
position: absolute;
left: 0;
top: 0;
border-top: 6px solid transparent;
border-left: 6px solid #EF7F1A;
border-bottom: 6px solid transparent;
}
.common-class-speciality .page-title:after {
width: 0;
height: 0;
border-radius: 3px;
content: "";
position: absolute;
left: 0;
top: 0;
border-top: 6px solid transparent;
border-left: 6px solid #EF7F1A;
border-bottom: 6px solid transparent;
}
#corppage .content-list li,
#corppage .page-list li {
font-family: 'RegularFont';
font-size: 14px;
line-height: 18px;
color: #535353;
position: relative;
padding-left: 18px;
margin-bottom: 10px;
width: 100%;
border-bottom: 0 !important;
}
#corppage .custInsRightList li { ;
}
#corppage .custInsList li {
padding-left: 20px !important;
}
#corppage h1.content-title:after {
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background: #EF7F1A;
content: "";
border-radius: 10px;
display: inline;
}
#corppage .inner-content-section p {
font-family: 'RegularFont';
font-size: 14px;
line-height: 22px;
color: #535353;
text-align: justify;
}
#corppage .content-list {
margin-left: 0;
}
#corppage .title-section.inner-section-title {
margin-bottom: 20px;
}
#corppage .custIntrnlTitle {
margin: 0 !important;
padding: 0;
}
#corppage .left-part .sidebar-title {
font-size: 18px !important;
line-height: 32px !important;
margin: 0 auto !important;
display: inline !important;
margin-bottom: 22px !important;
}
#corppage .left-part .sidebar-title::after {
width: 90% !important;
}
#corppage .left-part li a {
font-family: 'MediumFont';
font-size: 14px;
line-height: 30px;
color: #535353;
}
#corppage .left-part li {
padding-left: 0px;
transition: 0.3s;
border-bottom: 0.5px solid #D0E7FE;
}
#corppage .left-part li.current_page_item,
#corppage .left-part li:hover {
background: #D0E7FE;
}
#corppage .about-list-title {
padding-left: 0px;
font-family: 'BoldFont';
font-size: 18px;
line-height: 30px;
color: #535353;
padding-top: 10px;
}
#corppage .sidebar-title {
position: relative;
font-family: 'BoldFont';
font-size: 38px;
line-height: 42px;
color: #1B4E9B;
display: inline;
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
#corppage .sidebar-title:after {
position: absolute;
width: 100%;
height: 4px;
background: #EF7F1A;
content: "";
bottom: -10px;
left: 0;
}
#corppage .service-box {
padding: 12px;
border-radius: 10px; flex-direction: row;
align-items: center;
box-shadow: 0px 0px 2px #999; width: 25%;
background: #FCFCFC;
gap: 10px;
border-radius: 0 20px;
margin: 20px 10px;
}
#corppage .ser-icon {
float: left;
width: 40px;
margin-top: 10px;
}
#corppage .ser-title {
min-height: 60px;
margin: 0 0 0 60px;
position: unset;
font-family: 'MediumFont';
font-size: 20px;
line-height: 22px;
padding-left: 0;
color: #535353;
padding-top: 0;
vertical-align: top;
}
#corppage .s_box_services {
background: #FFDABF !important;
}
#corppage span.service-inner-title {
font-family: 'BoldFont';
font-size: 22px;
line-height: 26px;
color: #535353;
position: relative;
padding-top: 40px;
padding-bottom: 10px;
}
#corppage .btn-service,
#corppage .btn-expand {
background: transparent;
border: 0.5px solid #EF7F1A;
border-radius: 25px;
color: #EF7F1A;
font-size: 16px;
font-family: 'MediumFont';
padding: 8px 12px;
line-height: 20px;
}
#corppage .btn-service:hover,
#corppage .btn-expand:hover {
background: #EF7F1A;
border: 0.5px solid #EF7F1A;
color: #fff;
}
#corppage .ser-title span {
color: #535353;
}
#corppage thead tr {
background: #d0e7ff;
}
#corppage thead tr td {
font-family: 'MediumFont';
font-size: 16px;
line-height: 18px;
padding: 6px;
color: #1f5daa;
}
#corppage .sld-btn.prev {
right: 20px !important;
margin-top: -22px !important;
}
#corppage .sld-btn.prev:hover,
#corppage .sld-btn.next:hover {
background: transparent;
}
#corppage button#bip,
#corppage button#myBtn {
font-family: 'BoldFont';
margin-top: 20px;
}
#corppage .right-part .services-section .row {
margin: auto;
display: flex;
flex-direction: row;
justify-content: center;
background: #d0e7ff42;
border-radius: 10px 0;
margin: 10px 0;
}
#corppage .right-part .services-section .row:nth-child(1) {
background: #fff;
}
#corppage .right-part .services-section .col-md-12.col-lg-12 {
margin-bottom: 20px;
margin-top: 20px;
padding-left: 0;
}
#corppage .parent {
box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 25%);
border-radius: 10px 0;
}
#corppage .advantage-section .rowa {
margin-top: 40px;
}
#corppage .advantage-section .col-md-3.col-lg-3 {
width: auto;
}
#corppage .mrgnTopBtm {
padding-top: 20px;
padding-bottom: 20px;
}
.advantageWrap .adv-bx {
float: left;
height: 130px;
padding: 0 2%;
width: 31%;
text-align: center;
cursor: pointer;
transition: all 0.3s ease-in 0s;
border-radius: 10px;
margin: 10px;
background-color: #d0e7fe !important;
}
#corppage input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.request-appointment.plan-trip-btn.contactUsDetailsSend {
position: relative;
display: inline;
}
#corppage form.wpcf7-form.init.book-appointment-form span.wpcf7-spinner {
position: absolute;
top: 5px;
}
.cptch_input {
order: 1;
border-radius: 8px;
border: 0.5px solid #1B4E9B !important;
background: #d0e7ff45;
color: #1B4E9B !important;
font-size: 16px !important;
font-family: 'RegularFont' !important;
margin-right: 10px;
text-align: center;
}
.cptch_images_wrap {
order: 2;
}
label.cptch_label {
display: flex;
flex-direction: row;
}
.cptch_img {
width: 28px;
height: 28px;
vertical-align: middle;
border-bottom: 1px solid #D0E7FF;
margin: 4px 2px;
border-radius: 8px;
background: #d0e7ff45;
color: #1B4E9B !important;
font-size: 16px !important;
font-family: 'RegularFont' !important;
}
.cptch_reload_button {
margin: 0 8px;
}
.main-menu {
display: block;
position: relative;
background: #fff;
}
.menu2LeftLogo.desktopLogo {
display: block;
}
nav.navigation {
display: flex;
flex-direction: row;
gap: 10px;
justify-content: center;
align-items: center;
}
.SearchMenuHead {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#main-menu .menuRight {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
.main-menu:before,
.main-menu:after {
display: table;
line-height: 0;
content: "";
}
.core-menu {
text-align: left;
font: normal normal normal 1em/1 Roboto, sans-serif;
overflow: hidden;
}
.core-menu li {
list-style: none !important;
display: inline-block;
cursor: pointer !important;
;
--s: 0.12em !important;
--c: #FF842B !important;
color: #1B4E9B !important;
font-family: "MediumFont" !important;
font-size: 14px !important;
line-height: 22px !important;
padding-bottom: var(--s) !important;
background: linear-gradient(90deg, var(--c) 50%, #000 0) calc(100% - var(--_p, 0%))/200% 100%, linear-gradient(var(--c) 0 0) 0% 100%/var(--_p, 0%) var(--s) no-repeat;
-webkit-background-clip: text, padding-box !important;
background-clip: text, padding-box !important;
transition: 0.5s !important; border-radius: 4px !important; ;
}
.mega-sub-menu li a {
border-radius: 4px !important;
border-color: #828282 !important;
}
#corppage table.opd-centers-table.table.table-bordered td:before {
font-family: 'MediumFont' !important;
}
a.mega-menu-link {
line-height: auto !important;
font-size: 14px !important;
font-family: "MediumFont" !important;
}
.core-menu li a {
display: inline-block;
color: #1B4E9B;
padding: 4px 12px;
width: 100%;
line-height: 30px;
}
li span.toggle {
padding-left: 1em;
}
.toggle:before {
content: "\f107";
font: normal normal normal 16px/1 FontAwesome;
}
.main-menu .dropdown {
position: absolute; background: #fff;
text-align: left;
display: none;
z-index: 99;
column-count: 2;
border-radius: 8px;
box-shadow: 0 0 4px #828282;
left: 0;
right: auto;
padding: 10px;
margin-top: 3.3px;
}
.singlelinemenu ul.dropdown {
left: auto;
}
.main-menu .dropdown li {
display: block;
border-bottom: 1px solid #828282;
border-radius: 4px;
padding: 6px; ;
}
.main-menu .dropdown li a {
display: block; border-radius: 4px;
}
.main-menu .dropdown2 {
position: absolute;
width: 230px;
background: #fff;
text-align: left;
display: none;
right: -100%;
top: 0;
}
.main-menu .dropdown2 li {
display: block;
}
li span.toggle2 {
position: absolute;
right: 0;
margin-right: 20px;
}
.toggle2:before {
content: "\f105";
font: normal normal normal 16px/1 FontAwesome;
}
.hamburger-menu { font: normal normal normal 16px/1 Roboto;
text-transform: uppercase;
}
@media (max-width:720px) {
.navigation {
float: left;
display: block;
width: 100%;
}
.core-menu {
float: right;
width: 100%;
margin: auto;
display: none;
}
.core-menu li {
width: 100%;
display: block;
}
.core-menu li a {
display: block;
margin: auto;
}
.burger-1.open,
.burger-2.open,
.burger-3.open {
-webkit-transition: .2s ease;
-ms-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
transition: .2s ease;
transform-origin: 50% 50%;
}
.dropdown {
text-align: center;
position: relative;
}
.dropdown2 {
right: 0;
top: 0;
width: 100%;
position: relative;
padding: 0 20px;
}
}
.blog-fltrPagination {
justify-content: center;
}
#scroll-to {
margin-bottom: 15px;
}
.pagination_list .inactive,
.pagination_list .selected {
pointer-events: none;
}
.hospitals-template-micro-blog .m-t-15 {
margin-top: 15px;
}
.hospitals-template-micro-blog .s-p-l-0 {
padding-left: 0px !important;
}
.hospitals-template-micro-blog .form-group.custom-select {
height: 62px;
}
.hospitals-template-micro-blog .book-appointment-form .custom-select {
overflow: hidden;
height: 62px;
}
.hospitals-template-micro-blog .book-appointment-form .form-group {
display: inline-block;
width: 100%;
}
.hospitals-template-micro-blog .book-appointment-form .custom-select {
overflow: hidden;
position: relative;
}
.hospitals-template-micro-blog .book-appointment-form .form-group {
display: inline-block;
width: 100%;
}
.hospitals-template-micro-blog .book-appointment-form .form-group .appointment-field {
width: 100%;
}
.hospitals-template-micro-blog .book-appointment-form .form-group .appointment-field {
width: 100%;
}
.hospitals-template-micro-blog .appointment-field {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #1f5daa;
font-family: 'RegularFont';
font-size: 14px;
height: 40px;
color: #828282;
padding: 0px 20px;
background: none;
border-radius: 15px;
}
input#submit_form {
margin-top: 20px !important;
}
.hospitals-template-micro-blog .contactDetailsLabelInput option:hover {
background: #d0e7ff;
}
.locations img {
width: 80px;
height: 80px;
border-radius: 100px;
}
.locations {
display: flex;
gap: 10px;
width: 80%;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
}
.locations a {
border: 0;
background: transparent;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.locations span {
font-size: 14px;
color: #535353;
font-weight: 500;
}
.ClinicalExceOuterBox.ManagementTeamOuterBox .hexaDocImg {
width: 180px;
height: 180px;
object-fit: cover;
object-position: 50% 30%;
}
.main-content-section {
width: 100%;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
filter: brightness(0);
}
.NameDoc_dropdown {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.testimonialfilter .custom-select {
border: 0;
background: transparent;
}
.hospitals-template-micro-blog form#searchform input.search.user-success {
margin-bottom: 0px;
}
.testimonialfilter form#searchform {
margin-top: 15px;
}
.docListLeftInner.new-dr-card .right {
display: flex;
}
.docListLeftInner.new-dr-card .left div {
text-align: left;
}
.docListLeftInner.new-dr-card .right .docTitle {
padding: 0 !important;
}
.docListLeftInner.new-dr-card .designation {
padding: 0px 10px;
}
.docListLeftInner.new-dr-card .left {
margin-top: 10px;
}
h3.dr-name {
font-size: 20px;
font-weight: 700;
color: #1b4e9b;
width: 100%;
word-break: break-word;
}
.docListLeftInner.new-dr-card {
min-height: 350px;
}
.divider {
width: 1px;
height: 20px;
background: #ccc;
}
.speciality-div {
display: flex;
gap: 10px;
}
.docButtons:hover {
cursor: pointer;
}
.custom-container {
padding: 0px 60px;
width: 100%;
margin: 0 auto;
display: flex;
}
.doctor-icon {
display: flex;
align-items: center;
gap: 8px;
margin-top: 6px;
}
.doctor-icon img {
padding-top: 10px;
width: auto !important;
}
.doctor-icon .tooltip-title {
text-wrap: nowrap;
}
.modal-footer button {
background: #1f5daa;
font-family: RegularFont;
}
.modal-body select {
padding: 10px 4px;
}
.modal-footer .btn:hover {
background-color: #ff8326;
}
.ui-tooltip-content {
font-size: 14px;
color: white;
}
.ui-widget.ui-widget-content {
border: 0px solid #c5c5c5;
background: #1b4e9b;
box-shadow: none;
border-radius: 10px;
z-index: 999;
width: 200px;
padding: 10px;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #1b4e9b;
border-radius: 10px;
font-size: 14px;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
top: 0;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
border-bottom-color: #1b4e9b;
}
.ui-widget.ui-widget-content::before {
content: '';
border-bottom: 14px solid #1b4e9b;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
position: absolute;
top: -5px;
border-top: 0;
}
.howyhelpicon {
width: 48px !important;
height: 48px !important;
}
.howyhelpicon img {
width: 48px !important;
height: 48px !important;
margin-top: 0px !important;
}
#chat-circle {
position: fixed !important;
bottom: 76px !important;
right: 10px !important;
background: transparent !important;
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
cursor: pointer !important;
}
.howyhelpicontext {
bottom: 35% !important;
position: fixed !important;
right: 10px !important;
height: 28px !important;
}
.NameDoc_dropdown p {
width: 100%;
}
.NameDoc_dropdown span {
width: 100%;
}
.NameDoc_dropdown {
display: flex;
flex-direction: column;
gap: 2px;
align-items: flex-start;
}
element.style {
z-index: 99999999;
}
#chat-circle {
position: fixed !important;
bottom: 30px !important;
right: 100px !important;
background: transparent !important;
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
cursor: pointer !important;
box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
animation: ripple 2s infinite;
display: flex;
align-items: center;
justify-content: center;
}
#testimonial .NameDoc_dropdown {
display: flex !important;
flex-direction: row;
align-items: center;
gap: 10px;
margin-bottom: 20px;
width: 100%;
justify-content: center;
padding-right: 140px;
}
.home #testimonial .NameDoc_dropdown {
justify-content: end !important;
}
.new-headings {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 30vh;
background-image: url(//www.shalby.org/wp-content/themes/Shalby/images/banner-header.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
#crumbs {
text-align: center;
margin-top: 10px;
}
.wantUsCallForm .patient-main {
margin-top: 48px !important;
}
.blogReadmoreDetailRight {
margin-top: 24px;
}
.testimonialsDetailRight .customContent {
overflow: auto;
}
p.comment-form-cookies-consent {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
}
p.comment-form-cookies-consent input {
width: auto !important;
margin: 0;
padding: 0;
}
p.comment-form-cookies-consent label {
margin: 0;
}
.single-post #comments {
width: 100% !important;
}
#comments input {
border-radius: 8px;
height: 40px;
}
.awardsDetailReadmore .awardsDetailInnerWrap {
width: 100%;
}
.awardsDetailReadmore p {
display: block !important;
margin: 10px 0;
}
.container.flex-container.new-award::before {
display: none;
}
.newsAndMediaImg,
.blogBox img,
.healthTalkImg {
height: 200px;
object-fit: cover;
object-position: top;
}
button.close {
line-height: 15px;
opacity: 1;
z-index: 999;
background: #F2BC8B !important;
top: 4px;
height: 30px;
width: 30px;
right: 4px;
position: absolute;
color: #fff !important;
border-radius: 50px;
padding-bottom: 0px;
font-size: 28px;
font-weight: 300;
display: flex;
justify-content: center;
align-items: center;
}
.single-hospitals button.close {
padding-bottom: 6px;
}
.clinicalLeft .tab label {
display: none;
}
.internationel-services {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}
.internationel-services .abt_content {
width: 200px;
}
.fa-plus:before {
content: "\f107" !important;
transform: rotate(0deg);
}
span.fa.pull-right.yash.fa-minus:before {
transform: rotate(180deg);
content: "\f107" !important;
color: #ef7f1a;
}
span.fa.pull-right.yash.fa-minus {
transform: rotate(180deg);
}
#corppage .inner-content-section p {
margin: 0;
}
.custom-select {
padding: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: transparent;
border: 0px solid #ced4da;
border-radius: 0.25rem;
-moz-appearance: none;
appearance: none;
}
.accordion-section-title {
margin: 10px 0;
}
._df_thumb ._df_book-title {
background: rgb(255 255 255) !important;
color: #1b4e9b;
}
code {
color: #1b4e9b !important;
}
._df_thumb {
margin-top: 30px !important;
}
.form-group.custom-select select {
padding: 8px 12px !important;
border: none;
background: white;
box-shadow: none;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
}
.sub-expand .panel-heading {
position: relative;
}
.hospitals-template .form-group.custom-select select {
background: #fff url(https://www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 14px;
}
.sub-expand .panel-heading:after {
content: "\f107" !important;
font-family: 'FontAwesome';
position: absolute;
right: 0;
top: 14px;
transition: 0.5s;
}
.sub-expand .panel-heading.active:after {
content: "\f107" !important;
font-family: 'FontAwesome';
position: absolute;
right: 0;
top: 14px;
transform: rotate(180deg);
transition: 0.5s;
}
.why-shal {
display: flex;
align-items: center;
}
.blogBox img {
height: inherit;
}
button.multiselect-option.dropdown-item {
padding: 0;
height: 40px;
}
.form-group.fullwithdd {
margin-bottom: 20px !important;
}
.panel.panel-default:hover {
cursor: pointer;
}
.inner-content-section h4 {
font-size: 16px;
margin: 0px;
padding: 0;
font-family: 'Open Sans', sans-serif;
color: #3d3d3d;
margin-bottom: 0px;
clear: both;
text-transform: capitalize;
font-weight: 600;
text-transform: lowercase;
padding: 16px !important;
}
.main-content-section.padding-30.interPatientGuideWrap {
padding: 40px 0px;
}
.insurance-logo {
border: 1px solid #d1d1d1;
width: 120px;
height: 120px;
margin: 0px 8px;
border-radius: 5px;
position: relative;
display: inline-block;
margin-bottom: 15px;
}
.insurance-logo img {
position: absolute;
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
width: 100%;
padding: 10px;
}
.insurance-logo img {
position: absolute;
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
width: 100%;
padding: 10px;
}
.logo-container {
text-align: center;
}
.inner-content-section-main {
margin-bottom: 40px;
}
#newsandmedia .ViewAll:hover {
border-color: transparent;
}
.DocProfileDetailBnrRight .ViewAll {
border-color: transparent !important;
}
.write-us h4.patient-title {
padding-top: 0 !important;
}
#demo-one .col-md-3 {
display: inline-block;
margin-left: -4px;
}
#demo-one .carousel-item img {
width: 80px;
height: 80px;
}
#demo-one .no-padding {
padding-left: 0;
padding-right: 0;
}
#demo-one .one-one span {
font-size: 12px;
color: #535353;
font-weight: 500;
}
#demo-one .city-slider {
display: flex;
gap: 30px;
justify-content: center;
}
#demo-one .city-slider .one-one a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}
.vaccine input,
.vaccine select,
.vaccine textarea {
background: #FFFFFF;
box-shadow: 0px 0px 4px #828282;
-webkit-box-shadow: 0px 0px 4px #828282;
-moz-box-shadow: 0px 0px 4px #828282;
-webkit-border-radius: 25px;
-moz-box-border-radius: 25px;
border-radius: 25px;
font-family: 'RegularFont';
font-size: 14px;
line-height: 20px;
color: #828282;
padding: 8px 12px;
border: 0;
width: 100%;
margin-bottom: 10px;
-webkit-appearance: checkbox !important;
}
.custom-select-new:after {
content: "\F107";
font-family: FontAwesome;
position: absolute;
right: 15px;
z-index: 1;
text-align: center;
pointer-events: none;
color: #1f5daa;
font-size: 27px;
top: 4px;
}
.vaccine b {
color: #3d3d3d !important;
}
.for-vaccine label {
padding: 9px;
}
.for-vaccine label.form-check-label:hover {
background-color: transparent !important;
padding: 9px !important;
}
.custom-checkbox .first.last label {
display: flex;
align-items: self-start;
justify-content: center;
}
.custom-checkbox .first.last input {
box-shadow: none;
width: fit-content;
margin-right: 10px;
position: relative;
top: 6px;
} @media (max-width:1200px) {
.docListLeftInner {
width: auto;
}
.doctorsOuterWrapper.DesktopDocWrap {
display: flex;
}
}
@media (max-width:1024px) {
.locationAdd {
height: 480px;
width: 100%;
}
.owl-carousel .owl-stage-outer {
height: 500px;
}
.MenuLocLang .Location_dropdown {
right: 170px !important;
}
.LocDetailWrap .fltrlocContent {
margin-bottom: 30px;
}
.LocDetailWrap>div {
flex-direction: column;
}
.LocDetailRight .locationAdd {
display: flex;
width: 100%;
flex-direction: column !important;
}
#newsandmedia img.newsAndMediaImg,
#newsandmedia .blogBox img,
#newsandmedia .healthTalkImg {
width: 100%;
height: 190px;
object-fit: cover;
object-position: center;
}
.dateNewsAndMedia,
.blogDate,
.healthTalkDate {
font-size: 14px;
}
.testimonialSliderArrow {
right: unset;
left: 20px;
top: 10px;
}
#speciality {
padding: 0px;
margin: 0px !important;
}
.whyuscateInnerWrap:after {
display: none !important;
}
.docProfiletab button:hover img {
display: none !important;
}
.docProfileLeft {
background: transparent;
}
.DocProfileDetailBnrWrap {
display: flex;
}
.docProfiledetailsVideo {
height: auto;
}
.aboutUsLeft .d-flex {
flex-direction: column;
}
.why-shal {
flex-direction: column;
}
.blogReadmoreDetailInnerWrap:before {
bottom: -30px;
}
.blogReadmoreDetailInnerWrap img {
width: 300px;
height: 200px;
object-fit: contain;
height: fit-content !important;
}
.awardsDetailCaption p {
font-size: 14px;
}
.faqLeft {
display: none;
}
#faqRight {
margin: 10px 0;
max-width: 100%;
}
.locations {
gap: 20px;
justify-content: center;
}
.next_tes span,
.prev_tes span {
display: flex;
align-items: center;
justify-content: center;
line-height: 18px;
}
.locationWrapper {
margin-top: 1.5rem !important;
}
.custom-container {
flex-direction: column;
padding: 0 20px !important;
}
.docListLeftInner .docButtons {
justify-content: space-around;
}
.clinicalWrapper .clinicalLeft {
flex: 100%;
}
.clinicalWrapper .clinicalRight {
flex: 0%;
}
.clinicalWrapper .tab {
float: unset;
position: relative;
top: -50px;
}
#speciality .cateInnerWrap img {
width: 26px;
height: 26px;
}
#corppage #speciality .cateInnerWrap {
height: 56px;
}
#speciality .cateInnerWrap {
height: 56px;
}
.stickyftrmenu li a {
flex-direction: column;
gap: 6px;
}
.stickyftrmenu li .helpAndAppointWrapMob {
flex-direction: column;
gap: 6px;
}
.menu2Btn img {
padding-left: 0;
width: 14px;
}
.menu2 ul li a {
font-size: 12px;
}
.stickyftrmenu .Label1 {
margin: 0px !important;
}
.stickyftrmenu ul {
display: flex;
gap: 30px;
}
.stickyftrmenu li:after {
right: -15px;
}
}
@media (max-width:768px) {
.locationAdd {
height: 440px;
}
.owl-carousel .owl-stage-outer {
height: 450px;
}
.page-template-international-new #countryCodeAM,.page-template-international-new #countryCodeAM1 {
padding: 0px 12px;
}
.page-template-international-new .phonefiled select {
height: 32px !important;
}
#demo-one .city-slider {
flex-wrap: wrap;
}
.LocDetailRight .locationAdd h4 a {
font-size: 14px;
}
.LocDetailRight .fltrlocContent h3,
.fltrlocContent .addPhone {
font-size: 14px;
}
.doc-img-container {
float: unset;
text-align: center;
margin: 0 auto;
}
#corppage .doctor-main .doctor-content a.btn.btn-view-all {
text-align: center;
float: unset;
}
#doctor-carousel .doctor-content {
text-align: center;
}
.appointment-btn {
width: 165px;
}
.menu2 ul li a {
font-size: 12px;
}
.clinicalRight #carouselExampleIndicators3 {
margin-top: 30px;
}
.w-50 {
width: 100% !important;
}
.aboutUsLeft .aboutUsCategories {
width: 100%;
display: flex;
flex-direction: column;
align-items: baseline;
}
}
@media (max-width:767px) {
.docProfiletab {
display: flex;
width: 100%;
overflow: auto;
}
.docProfiletab button {
white-space: nowrap;
border-right: 1px solid #d0e7fe;
}
.docprofiletablinks.active .docProfileIconShow {
display: none !important;
}
#corppage .content-list li,
#corppage .page-list li {
width: auto;
}
.ytp-large-play-button {
left: 55% !important;
width: 48px !important;
}
#readMoreTestimonial {
box-shadow: none;
}
.btn.focus,
.btn:focus {
box-shadow: none !important;
}
.ytp-large-play-button svg {
height: 70%;
left: 0;
position: absolute;
top: 10px;
width: 60%;
}
.ytp-large-play-button {
position: absolute;
left: 55% !important;
top: 50% !important;
width: 38px !important;
}
.ytp-large-play-button svg {
width: 70%;
}
.modal-content {
width: 400px !important;
}
.awardsDetailInnerWrap {
min-height: auto;
}
.testimonialsDetailRight .awardsDetailCaption h2 {
font-size: 14px;
}
.new-headings {
background-size: contain;
}
.testimonialfilter .filterInputWrap {
flex-direction: column;
}
img.newsAndMediaImg,
.blogBox img,
.healthTalkImg {
height: 250px;
object-fit: cover;
object-position: top;
}
}
@media (max-width:640px) {
.new-custom-styl .docProfileRight .video-youtube iframe {
height: 230px;
}
.page-template-helthtalk-crop #videoModal .modal-content {
width: 300px;
}
.ytp-large-play-button svg {
height: 60% !important;
top: 10px !important;
}
.customContent p {
font-size: 14px;
}
.fltrPagination ul {
gap: 0px;
}
.stickyftrmenu .menu2BtnLbl .Label1 {
text-wrap: wrap;
-webkit-text-wrap: wrap;
text-align: center;
white-space: break-spaces;
}
.testimonialSliderArrow {
margin-bottom: 10px;
margin-right: 10px;
}
#testimonial .NameDoc_dropdown {
padding-right: 15px;
}
.next_tes,
.prev_tes {
margin-right: 0px !important;
}
.Specialities_list {
padding: 5px 28px 5px 10px;
}
.ViewAll {
text-wrap: nowrap;
}
#corppage #speciality .cateInnerWrap {
height: 36px;
}
#speciality .cateInnerWrap {
height: 36px;
}
.clinicalCategories {
height: auto;
}
#crumbs a {
font-size: 12px;
}
ul.breadcrumb li a,
.custBreadcrumb a,
.current {
font-size: 12px;
}
.aboutUsWrapper .aboutUsLeft .subTitle h1 {
font-family: 'BoldFont';
font-size: 18px;
line-height: 24px;
color: #535353;
}
.NameDoc_dropdown {
margin-bottom: 0px;
padding: 4px 0;
}
.DocDDWrap {
display: flex;
flex-direction: column;
}
.NameDoc_dropdown .drname,
.NameDoc_dropdown .specialitymicor {
width: 100%;
}
.new-headings {
height: 18vh;
}
.searchWrapper {
width: 100%;
}
}
.city-slider-new a {
top: 30%;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
opacity: 1 !important;
}
.city-slider-new .next_tes span,
.city-slider-new .prev_tes span {
position: relative;
color: #fff;
top: -1px;
}
.city-slider-new.single .next_tes span,
.city-slider-new.single .prev_tes span {
top: -4px;
}
.page-template-helthtalk-crop img.wpvl_playbutton {
width: 50px;
left: 50%;
}
.hospitals-template-micro-helthtalk img.wpvl_playbutton {
width: 50px;
left: 45%;
top: 40%;
height: auto;
}
.custom-checkbox .first.last label {
display: flex;
align-items: self-start;
justify-content: center;
}
.custom-checkbox .first.last input {
box-shadow: none;
width: fit-content;
margin-right: 10px;
position: relative;
top: 6px;
}
.page-template-cardiology {
}
.page-template-cardiology .doctorsOuterWrapper {
position: relative;
}
.page-template-cardiology .carousel {
position: unset;
}
.page-template-cardiology .OurExpertWrapper {
padding-top: 0 !important;
}
.page-template-cardiology option {
font-size: 16px !important;
}
.page-template-cardiology .form-select-lg {
font-size: inherit !important;
}
.page-template-cardiology .carousel-control-prev {
top: 0;
}
.page-template-cardiology .carousel-control-next {
top: 0;
}
.page-template-cardiology .tab-content {
background: transparent;
}
.page-template-cardiology .ytp-large-play-button {
width: 48px;
height: 38px;
}
.page-template-cardiology .accordion-body li {
text-align: left;
}
.page-template-cardiology .accordion-body p {
text-align: left;
}
.new-faq-section .accordion-body li {
text-align: left;
}
.new-faq-section .accordion-body p {
text-align: left;
}
.page-template-cardiology .docListLeftInner {
align-items: center;
justify-content: flex-start;
padding: 0;
}
.page-template-cardiology .FooterInnerWrapper ul li {
text-align: justify;
}
.page-template-cardiology input::placeholder {
font-size: 1rem !important;
color: black !important;
}
.page-template-cardiology .Add2Footer {
text-align: justify;
}
.page-template-cardiology .FooterSubTitle {
text-align: left;
}
.page-template-cardiology .moreless-button {
background: #ff8326;
color: white;
padding: 6px 20px;
margin-bottom: 10px !important;
border-radius: 40px;
z-index: 999999999;
display: block;
width: fit-content;
}
.common-class-speciality .moreless-button {
margin: 0 auto 40px auto;
display: block;
text-align: center;
color: #1b4e9b;
border: 1px solid #1b4e9b;
border-radius: 100px;
width: fit-content;
padding: 4px 20px;
}
.common-class-speciality .moreless-button:hover {
color: #ff8326;
border: 1px solid #ff8326;
}
.page-template-cardiology .moreless-button:hover {
cursor: pointer;
}
.page-template-cardiology .section-three .carousel-inner .block-custom a {
background: #ff8326;
color: white;
padding: 6px 20px;
margin-bottom: 10px !important;
border-radius: 40px;
display: block;
width: fit-content;
margin: 20px auto;
}
.page-template-cardiology .block-custom {
background-color: #1b4e9b0a;
}
.page-template-cardiology .block-custom.bg-white a {
margin: 0 auto;
}
.page-template-cardiology .section-three .carousel-control-prev {
top: 30px;
right: 70px !important;
}
.page-template-cardiology .section-three .carousel-control-next {
top: 30px;
right: 20px;
}
.city-slider-new .carousel-control-prev {
right: auto !important;
}
.page-template-cardiology .youtube img {
width: 100%;
}
.common-class-speciality .slider-thing-two a {
margin-top: 20px;
text-align: center;
width: 100%;
display: block;
font-size: 14px;
color: #000;
}
.common-class-speciality .slider-thing-two a:hover {
color: #f48337;
}
.common-class-speciality .slider-thing-two .block-custom {
background-color: #fff5ed;
}
.common-class-speciality .slider-thing-two {
flex-direction: row;
flex-wrap: wrap;
}
.common-class-speciality .slider-thing-two h6 {
font-size: 16px !important;
line-height: 25px;
font-weight: 700;
color: #013473;
}
.common-class-speciality .slider-thing-two .block-custom {
width: 300px !important;
}
.new-faq-section .accordion-button:not(.collapsed) {
border: 0;
margin: 10px 0px;
font-size: 17px;
color: black;
}
.common-class-speciality .docListLeftInner {
align-items: center;
justify-content: flex-start;
padding: 0;
}
.blog-section-new.sanar {
background: transparent;
}
.blog-section-new.sanar>div {
position: relative;
}
.walkthrough {
background-color: var(--shalby-light-blue);
}
.walkthrough-video {
text-align: center;
}
.walkthrough-video iframe {
border: 6px solid #d0e7ff;
border-radius: 20px;
width: 1000px;
height: 570px;
}
.testimonial-youtube-icon {
width: 100%;
height: 250px;
}
.common-class-speciality .testimonial-one {
width: 33%;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.blog-section-new.sanar .carousel-control-prev {
top: 20px;
}
.blog-section-new.sanar .carousel-control-next {
top: 20px;
}
.common-class-speciality .form-select-lg {
font-size: 1rem;
}
.blog-section-new.sanar #pills-profile .youtube img {
width: 100%;
height: 150px;
}
.blog-section-new.sanar #pills-profile .carousel-inner {
position: unset;
}
.blog-section-new.sanar #pills-profile .carousel {
position: unset;
}
.common-class-speciality .blog-section-new.sanar p {
text-align: justify;
}
.action-section p {
color: white !important;
}
.docContent {
text-transform: capitalize !important;
}
.common-class-speciality li {
font-size: 16px !important;
line-height: 24px !important;
font-weight: 500 !important;
color: #535353 !important;
display: block;
}
.common-class-speciality p {
font-size: 16px !important;
line-height: 24px !important;
font-weight: 500 !important;
color: #535353;
text-align: justify;
}
.common-class-speciality #doctors #drlistdata {
width: 100% !important;
}
.Add2Footer {
color: #828282 !important;
}
.footerPolicyWrapperLeft p {
color: white !important;
}
.FooterInnerWrapper li {
margin: 0 !important;
}
.common-class-speciality .intl-tel-input.allow-dropdown {
width: 100%;
}
.DesktopSocialIcon .youtube {
padding: 0 !important;
background: transparent !important;
}
.socialFooterIconWrapper .youtube {
padding: 0 !important;
background: transparent !important;
}
.common-class-speciality .slider-thing-two .block-custom p {
text-align: center !important;
}
.common-class-speciality .slider-thing-two .block-custom {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 60px;
}
.common-class-speciality .slider-thing-two .block-custom a {
position: absolute;
bottom: 20px;
width: auto;
}
.common-class-speciality .FooterInnerWrapper a, .FooterInnerWrapper p, .FooterInnerWrapper ul li {
color: #828282 !important;
}
.common-class-speciality .new-faq-section .accordion-body p {
text-align: justify;
}
.common-class-speciality #videoModal .modal-content {
width: 550px;
}
.common-class-speciality .modal-content {
max-width: 550px;
max-height: 550px;
overflow-x: auto;
}
.common-class-speciality .modal-body .testimonialsDetailRight {
font-weight: 500;
}
.common-class-speciality .youtube {
padding: 10px;
background-color: #ffffff;
text-align: center;
}
.common-class-speciality .testiPlay {
padding: 0;
}
.common-class-speciality .testimonial-youtube-icon {
height: 260px;
object-fit: contain;
}
.page-template-service-template p {
font-size: 16px !important;
line-height: 24px !important;
font-weight: 500 !important;
color: #535353;
text-align: justify;
}
.page-template-service-template ul li {
font-size: 16px !important;
line-height: 24px !important;
font-weight: 500 !important;
color: #535353 !important;
margin-bottom: 20px;
text-align: justify;
}
.tab-content {
background: rgb(0 0 0 / 2%);
}
@media (max-width:768px) {
.walkthrough-video iframe {
width: 100%;
height: 300px;
}
.blog-section-new.sanar .slider-thing {
flex-direction: column;
}
.common-class-speciality .slider-thing {
flex-direction: column;
}
.slider-thing {
flex-direction: column;
}
#doctors #drlistdata {
margin: 0 !important;
}
.blog-section-new.sanar .carousel-control-prev {
top: -20px;
}
.blog-section-new.sanar .carousel-control-next {
top: -20px;
}
.common-class-speciality .OurExpertWrapper {
padding-top: -2px;
}
.common-class-speciality .carousel-control-next {
top: -24px;
}
.common-class-speciality .carousel-control-prev {
top: -24px;
}
.common-class-speciality .title {
font-size: 24px;
}
.common-class-speciality .Title {
font-size: 24px;
}
}
.common-class-speciality .new-faq-section .accordion-body li a {
color: #1b4e9b;
font-weight: 700;
}
.common-class-speciality .new-faq-section .accordion-body li a:hover {
color: #ef7f1a;
}
.common-class-speciality .banner-bariatric form p {
display: none;
}
.common-class-speciality .form-section span {
margin-bottom: 10px !important;
display: block;
} .common-class-speciality .stickyftrmenu li {
line-height: 15px !important;
}
.new-inter p {
text-align: justify;
font-size: 16px !important;
line-height: 24px !important;
font-weight: 500 !important;
color: #535353 !important;
}
.new-inter h3 {
margin-bottom: 20px;
font-size: 16px !important;
line-height: 24px !important;
font-weight: 500 !important;
color: #535353 !important;
}
.page-template-international-new .key-feature li {
font-size: 16px !important;
line-height: 24px !important;
font-weight: 500 !important;
color: #535353 !important;
}
.page-template-international-new .docContent {
font-weight: 500 !important;
}
.common-class-speciality .DocListNew .modal-content {
width: fit-content !important;
}
.common-class-speciality .DocListNew .modal-content .modal-footer button {
border-radius: 10px !important;
font-size: 14px !important;
padding: 10px !important;
width: auto;
margin: 0 !important;
}
.common-class-speciality .DocListNew .modal-content .modal-footer {
gap: 10px;
}
.common-class-speciality .DocListNew .modal-content .modal-header button {
display: flex !important;
align-items: center !important;
justify-content: center !important;
background: transparent !important;
width: 24px;
height: 24px;
}
.common-class-speciality .DocListNew .modal-content .modal-footer button:hover {
background-color: #ff8326;
color: white !important;
}
.common-class-speciality .DocListNew .modal-content .modal-header .close span {
height: 10px;
font-weight: 100;
color: #000000;
line-height: 11px;
font-size: 22px;
}
.common-class-speciality .DocListNew .modal-content .modal-header .modal-title {
font-size: 16px;
font-weight: 600;
}
.common-class-speciality .DocListNew .modal-content .modal-body select {
color: #2b2b2b !important;
}
.common-class-speciality .section-three .block-custom a {
left: 5%;
position: absolute;
bottom: 10px;
width: 100%;
background: #ffffff;
border: 1px solid #ccc;
padding: 10px 0;
border-radius: 40px;
}
.common-class-speciality .section-three .block-custom {
padding-bottom: 80px;
text-align: center;
position: relative;
}
.tieup-img img {
width: 150px !important;
box-shadow: 0px 10px 10px 0px #e3e3e3;
border-radius: 500px;
}
.tieup-img {
gap: 30px;
}
.country {
display: flex;
align-items: start;
padding-top: 0px !important;
flex-direction: column;
}
.country span {
margin: 0 !important;
}
.country .flag-box {
margin-bottom: 10px;
}
.headTagmargin {
padding: 40px 0px !important;
}
.headTagmargin h3 {
font-size: 24px;
margin-bottom: 20px;
}
.headTagmargin h4 {
font-size: 16px;
margin: 14px 0;
}
.headTagmargin p a {
background: #1b4e9b;
border: 0;
padding: 10px;
}
.headTagmargin p a:hover {
background: #f48337 !important;
}
.page-template-international-new .bg-blue a:hover {
background: #ef7f1a !important;
color: white;
border: 0px;
}
.common-class-speciality .bg-blue a {
border: 0px;
}
.common-class-speciality .bg-blue a:hover {
background: #ef7f1a !important;
color: white;
border: 0px;
}
.page-template-international-new .bg-blue a {
border: 0px;
}
.page-template-international-new .awardsDetailCaption h2 {
font-weight: 900 !important;
padding: 0;
}
.page-template-international-new .modal-header {
display: none;
}
.header-chat-menu {
display: none;
}
.common-class-speciality .modal-header {
display: none;
}
.accordion-collapse.collapse.show {
padding: 20px 30px;
min-height: auto;
border-left: 2px solid #EF7F1A;
border-radius: 8px;
}
.page-template-international-new .modal-body .testimonialsDetailRight .customContent {
font-weight: 500;
}
.common-class-speciality .DocListNew .docListHead {
justify-content: center;
}
.common-class-speciality .modal-body button.close {
padding: 0;
border: 0px;
}
.common-class-speciality .close {
text-shadow: none !important;
}
.new-locations-section .rounded-t-xl {
height: 219px !important;
}
.healthTalkImg {
height: 290px !important;
}
.dashicons-admin-comments:before {
font-size: 24px;
}
.common-class-speciality .OurExpertWrapper {
padding-top: 0px !important;
}
.common-class-speciality .page-list li:before {
content: "";
background-image: url(https://www.shalby.org/wp-content/themes/Shalby/images/tick.svg);
width: 20px;
height: 20px;
display: block;
opacity: 1;
min-width: 20px;
}
.common-class-speciality .content-list li:before {
content: "";
background-image: url(https://www.shalby.org/wp-content/themes/Shalby/images/tick.svg);
width: 20px;
height: 20px;
display: block
opacity: 1;
}
.common-class-speciality .page-list li {
display: flex;
align-items: center;
gap: 10px;
margin-left: 0px;
}
.common-class-speciality .content-list li {
display: flex;
align-items: center;
gap: 10px;
margin-left: 0px;
}
.page-template-international-new .our-speciality .owl-nav {
top: -80px;
right: -10px;
}
.common-class-speciality .accordion-button:not(.collapsed)::after {
background-image: unset;
transform: rotate(180deg);
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
float: right;
color: #EF7F1A;
}
.common-class-speciality .accordion-button::after {
margin-left: auto;
background-image: unset;
transform: rotate(1deg);
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
float: right;
color: #EF7F1A;
}
.common-class-speciality h2 {
font-size: 20px;
margin-bottom: 20px;
color: #1B4E9B;
font-weight: 600;
}
.common-class-speciality h3 {
font-size: 18px;
margin-bottom: 20px;
color: #1B4E9B;
font-weight: 600;
}
.common-class-speciality .btn {
border: 0px;
}
.common-class-speciality .sublist-list {
display: block !important;
padding-left: 30px;
position: relative;
}
.common-class-speciality li.sublist-list::before {
position: absolute;
left: 0;
}
.phonefiled {
padding-top: 0px;
margin-left: 5px;
}
.phonefiled p {
display: none;
}
.phonefiled input {
width: 100%;
}
.phonefiled select {
height: 36px !important;
}
.phonefiled > div {
gap: 3px;
}
.why-shalby {
display: grid;
gap: 20px;
}
.why-shalby li:before {
content: "";
background-image: url(https://www.shalby.org/wp-content/themes/Shalby/images/menuArrow.png);
width: 20px;
height: 20px;
display: block;
position: absolute;
transform: rotate(-90deg);
left: 0;
}
.why-shalby li {
padding-left: 26px;
position: relative;
text-align: justify;
}
.whyUsWrapper .whyUsRight {
width: 50%;
}
.megaMenuSection1 {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
} #corppage .ongoing-page .title-section.inner-section-title {
margin-bottom: 20px;
margin-top: 40px;
display: flex;
gap: 20px;
}
.ongoing-page .b-select-wrap {
width: 14% !important;
}
.ongoing-page select {
word-wrap: normal;
border-radius: 50px;
padding: 4px 10px;
font-size: 14px;
color: #3d3d3d;
border-color: #1f5daa;
font-family: 'RegularFont';
}
.ongoing-page .location-filter {
padding: 4px 10px !important;
font-size: 14px !important;
appearance: auto;
}
.ongoing-page #city option:after {
content: "\F107";
font-family: FontAwesome;
padding: 0px 8px;
position: absolute;
right: 0px;
bottom: 0;
z-index: 999999;
text-align: center;
pointer-events: none;
color: #1f5daa;
font-weight: bold;
font-size: 15px;
z-index: 9999999999;
}
.camp-content-main b {
font-size: 15px;
color: #3d3d3d;
width: 150px;
min-width: 100px;
display: block;
}
.camp-content-main span {
display: flex;
margin-bottom: 10px;
color: #000000;
}
.camp-address {
margin: 10px 0px !important;
color: #1b4e9b !important;
}
.camp_wrap {
margin-bottom: 35px;
}
.camp-content-main {
padding: 20px 0px;
}
.camp-image img {
width: 100%;
border-radius: 20px;
height: 200px;
object-fit: cover;
margin-bottom: 20px;
}
.fltrPagination.camp {
justify-content: center;
}
.camp li {
width: 40px !important;
height: 40px !important;
display: flex !important;
background: #e8f3ff !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
border: 0px !important;
font-size: 16px !important;
}
.camp li.inactive {
opacity: 0.5;
pointer-events: none;
}
.camp li.selected {
background: #1e5dac !important;
color: white !important;
}
.one-line-camp {
display: flex;
gap: 20px;
}
.one-line-camp .camp-image img {
width: 120px;
border-radius: 20px;
height: 120px;
margin-bottom: 0px;
}
.camp_wrap.single-one-camp {
width: 100%;
margin-bottom: 25px;
padding: 0 !important;
}
.single-one-camp .camp-content-main span {
flex-direction: column;
gap: 6px;
width: 30%;
}
.single-camp-detail {
display: flex;
justify-content: start;
align-items: center;
width: 100%;
flex-wrap: wrap;
gap: 20px;
}
.single-one-camp .camp-content-main span {
margin-bottom: 0px;
outline: 0 !important;
}
.single-one-camp .camp-main {
min-height: auto;
}
.single-one-camp .camp-content-main {
padding: 20px 0px 0px 0px;
}
.single-one-camp .camp-image {
display: flex;
align-items: center;
}
.single-one-camp .camp-city {
font-weight: 700;
letter-spacing: 1px;
}
.ongoing-page .location-filter {
position: relative;
width: 180px;
outline: 0 !important;
}
.ongoing-page .location-filter:after {
content: "\F107";
font-family: FontAwesome;
padding: 0px 8px;
position: absolute;
right: 0px;
bottom: 6px;
z-index: 1;
text-align: center;
pointer-events: none;
color: #1f5daa;
font-weight: bold;
font-size: 15px;
}
.fade:not(.show) {
display: none;
}
.ajax-loader {
text-align: center;
margin: 0px 0px !important;
}
.inquiry-form .phonefiled {
padding-top: .25rem!important;
}
.ajax-loader img {
width: 60px;
}
.not-found {
text-align: center;
margin: 20px 0;
}
@media (max-width:500px) {
.page-template-intro-to-shalby .speciality-banner .banner-item {
height: 150px;
}
.speciality-single {
padding: 6px !important;
margin-bottom: 10px !important;
}
.test-package .title-new {
width: 50%;
}
.custom-speciality-boxes .block-custom {
width: 100% !important;
}
.new-inter h3 {
text-align: justify;
}
.owl-carousel{
padding-top:20px !important;
}
.owl-item{
width:300px;
}
.awardsDetailCaption > h1 {
font-size: 16px !important;
font-family: 'RegularFont';
line-height: 24px;
}
.banner-h-tag h1, .banner-h-tag h2 {
font-size: 16px !important;
width: 50%;
text-align: center;
}
.next_tes, .prev_tes {
margin-top: 10px !important;
}
.searchOuterWrapper1 {
margin-top: 0px;
margin-bottom: 0px;
}
.viewAllSpeciBtn {
margin: 0 auto;
}
.Language_dropdown .customlangDropdpwn .switcher, .Language_dropdown .customlangDropdpwn .gt_switcher {
right: -80px;
}
.page-template-international-new .tieups h4.title-new {
display: flex;
flex-direction: column;
}
.owl-carousel .owl-item img {
margin: 0 auto;
}
.page-template-international-new .formbg form .inter-form .country {
padding-top: 0px !important;
}
.page-template-international-new .formbg form .inter-form .phonefiled {
padding-top: 0px;
}
#countryCodeAM,#countryCodeAM1 {
width: 90px !important;
}
.page-template-international-new .formbg form .inter-form p {
display: none;
}
.page-template-international-new #formModal .modal-body .request-appointment {
margin-top: 20px;
}
.switcher .selected, .gt_switcher .gt_selected {
padding: 5px !important;
}
.MenuLocLang .Location_dropdown {
right: 160px !important;
}
.single-one-camp .camp-content-main span {
width: 100%;
}
.single-one-camp .one-line-camp {
flex-direction: column;
}
.nav-tabs .nav-link {
font-size: 14px;
padding: 10px !important;
}
}
.ongoing-page .patient-main {
margin-top: 20px;
}
.awardsDetailLeft.single-news-media {
width: 100%;
}
.awardsDetailLeft.single-news-media img {
height: -webkit-fill-available !important;
}
.awardsDetailCaption > h1 {
font-size: 18px;
}
.page-template-international-new #formModal .modal-content {
max-height: 620px;
}
.page-template-international-new .modal-body .title-new {
margin: 0px auto 15px auto !important;
}
.page-template-international-new .modal-body .second-opinion-contact {
width: 100%;
}
#faq .card-header > div {
display: flex !important;
align-items: center;
justify-content: space-between;
}
.Clinical.ExcellenceWrapper {
margin-top: 60px;
} img.alignright {
float: right;
margin: 0 0 1em 1em;
}
img.alignleft {
float: left;
margin: 0 1em 1em 0;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.author_bio .author-img {
float: left;
margin: 5px 20px 15px 0;
text-align: center;
}
.author_bio .author-img a {
display: block;
}
.author_bio .author-img span {
display: inline-block;
text-align: center;
margin-top: 15px;
}
body {
overflow-y: auto !important;
}
div#boxzilla-11793 {
background-color: #FFD580 !important;
}
.boxzilla-close-icon {
color: #1e5eac !important;
}
.page-template-book-appointment .wpcf7-captchac {
margin-right: 10px;
}
.captcha-field {
float: left;
margin-top: 10px;
}
.pt-3 {
margin-top: 10px;
}
.soce-captcha {
margin-top: 20px;
}
.soce-submit {
margin-top: 10px;
}
.wpforms-field [type=radio]:checked ~ label {
color: black;
box-shadow: none;
-webkit-box-shadow: none;
background: none;
border: none;
}
#wpforms-15858-field_12-container,#wpforms-15858-field_13-container,#wpforms-15858-field_14-container {
display: none;
}
#wpforms-15858 {
width: 50%;
}
.patinet-feedback strong {
width: 50%;
}
.patinet-feedback .col-md-12,.patinet-feedback p {
text-align: center !important;
}
.wpforms-field label,.wpforms-field legend,#wpforms-15858-field_11 input,.patinet-feedback fieldset {
text-align: left;
}
.single-post .awardsDetailCaption h2 {
color: #EF7F1A;
font-family: 'RegularFont';
line-height: 28px;
}
.single-post .awardsDetailContent p,.single-post .awardsDetailContent strong,.single-post .awardsDetailContent a {
font-family: 'MediumFont';
}
.single-post .awardsDetailCaption h3 {
font-family: 'BoldFont';
}
.bookAppMob .phonefiled {
padding-top: 0px !important;
}
.single-post #comments {
width: 80%;
}
.blog .shareBtn,.single .shareBtn, .hospitals-template-templates .shareBtn {
position: absolute;
right: 0px;
top: 0;
z-index: 999;
}
.hide {
display: none;
}
.search .s_pagination_section {
display: -webkit-inline-box;
}
.page-template-templatessecond-opinion-php #countryCodeAM,.page-template-templatessecond-opinion-php #countryCodeAM1 {
width: 94px;
}
.vaccination_type {
display: flex;
}
.vaccination_type input {
width: 20px !important;
height: 20px !important;
border-radius: 4px !important;
padding: 0 !important;
margin: 0 !important;
}
.vaccination_type span.wpcf7-list-item {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
}
.vaccination_type .contactFormNameInput {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 20px;
}
.single-news_media .awardsDetailLeft 
img {
height: auto;
}
#mega-menu-17865-0 {
display: none !important;
}
.about-mt-4 {
margin-top: 20px !important;
}
.subtosubmenu {
display: block;
position: fixed;
background: #d0e7ff;
z-index: 9999;
border-radius: 20px !important;
}
.subtosubmenuchild {
border-bottom: 1px solid #7e7e7e;
z-index: 9999;
position: relative;
width: 100%;
}
.subtosubmenuchild a {
border-radius: 10px;
}
.subMegaMenucustDropdown:hover .subtosubmenu {
display: block;
}
.subMegaMenucustDropbtn:hover .subtosubmenu {
display: block;
}
.subtosubmenu {
max-height: 300px;
display: block;
position: absolute;
top: 0;
background: #ffff;
z-index: 9999;
border-radius: 10px !important;
height: auto;
overflow-y: auto;
border: 2px solid #b9d2f2;
right: -80%;
width: 250px;
}
.megaMenuSection1 .megaMenuContent:nth-child(3n) .subtosubmenu {
right: 10%;
}
.subtosubmenu .subtosubmenuchild:last-child {
border: 0px;
}
.hide {
display: none;
}
@media (max-width:1024px) {
.subtosubmenu {
right: 10px;
}
}
.common-class-speciality .testimonial-one {
width: 33% !important;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.tpaContentWrap {
margin-top: 40px;
}
@media (max-width: 1024px) {
.socialIcon img.youtube {
margin: 0 !important;
}
.single-post .awardsDetailCaption h2 {
text-align: left;
font-size: 16px !important;
}
.single-post .testimonialsDetailLeft img {
height: 160px !important;
}
.common-class-speciality .testimonial-one {
width: 100% !important;
}
.recent-blog-section {
margin: 0px !important;
}
.blog-recent {
flex-direction: column;
padding-bottom: 20px;
}
.blog-recent img {
height: 140px !important;
width: 100% !important;
}
}
@media (max-width: 500px) {
#uk-testimonials .title-new {
font-size: 20px !important;
}
#uk-form .title-new {
font-size: 20px !important;
}
.speciality-banner.uk-page .banner-item {
height: 150px !important;
}
.mobile-timeline {
display: block !important;
width: 60%;
margin: 0 auto;
}
.desktop-timeline {
display: none;
}
.home .whyUsWrapper .whyUsRight {
width: 100%;
}
.single-post .blogRelatedTitle {
margin-bottom: 0px !important;
}
.single-post .Title {
margin: 0 auto 4px auto !important;
}
}
@media (max-width: 768px) {
text {
font-size: 11px !important;
}
.presence {
column-gap: 50px;
}
.single-post .Blog-post-single form {
width: 100% !important;
}
.single-post .blogReadmoreDetailLeft p {
padding-bottom: 0;
text-align: left;
}
}
@media (max-width: 762px) {
.megaMenuContent {
width: 100% !important;
}
.Blog-post-single {
padding: 0 10px;
}
.subMegaMenucustomNavbar {
overflow: visible !important;
}
.subtosubmenu {
width: 300px;
}
}
.recent-blog-section {
margin-top: 30px;
margin-bottom: 30px;
background: #f5f9fc;
border-radius: 10px;
}
.recent-blog-section h6 {
font-size: 16px;
line-height: 22px;
color: #161616;
font-weight: 600 !important;
}
.blog-recent img {
height: 100px !important;
width: 150px !important;
padding: 4px !important;
}
.blog-recent {
border-bottom: 1px solid #d7d7d7;
display: flex;
align-items: center;
gap: 10px;
}
.blog-recent a {
font-size: 12px;
color: black;
}
.Blog-post-single {
padding: 0 30px;
}
#reply-title {
color: #1f5daa;
font-weight: 600;
}
.Blog-post-single form {
width: 50%;
}
.hidden-arrow .subMegaMenucustDropbtn {
opacity: 0;
}
.subtosubmenuchild:hover {
background: #d0e7fe;
}
.common-class-speciality .section-three .block-custom a {
left: unset !important;
}
.common-class-speciality .section-three .block-custom {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.common-class-speciality .section-three .block-custom a {
width: 80% !important;
}
.section-three h6 {
font-size: 20px !important;
}
.common-class-speciality .accordion .accordion-item h2 {
margin-bottom: 0px !important;
}
.gt_selected {
background: transparent !important;
width: 70% !important;
}
.gt_selected a {
border: 0px solid #ccc !important;
width: fit-content !important;
}
.gt_switcher .gt_option {
position: absolute !important;
top: 36px;
}
.gt_switcher .gt_selected a:hover {
background: transparent !important;
}
.page-template-international-new img.wpvl_playbutton {
border-radius: 0;
}
.MenuLocLang .Location_dropdown {
position: absolute;
width: max-content !important;
}
div#mfcf7_zl_multifilecontainer {
margin-top: 0px !important;
}
input#mfcf7_zl_add_file {
width: 40% !important;
border: 0;
color: #828282;
}
.contactDetailsLabelInput label {
width: 100%;
}
.reports {
margin-top: 20px !important;
}
#countryCodeAM,#countryCodeAM1 {
width: 100px !important;
}
.testimonialWrapper .testimonialInnerBox .testimonialBox .wpvl_playbutton {
border-radius: 0;
}
.DetailsInnerWrapper .customContent li:after {
Background: url(https://www.shalby.org/wp-content/themes/Shalby/images/menuArrow.png) !important;
transform: rotate(-90deg);
top: -1px !important;
}
.new-breadcrum {
display: flex;
align-items: center;
background: #e8f3ff;
padding: 10px 0 10px 50px;
gap: 10px;
}
.new-breadcrum a {
color: #1B4E9B;
font-size: 14px;
}
.divide-new {
transform: rotate(-90deg);
}
.divide-new img {
width: 16px;
position: relative;
top: -4px;
}
.blog-fltrPagination {
width: 100%;
}
h1.awardsDetailCaption {
font-size: 24px;
line-height: 32px;
color: #1b4e9b;
text-align: justify;
font-weight: 600 !important;
margin-bottom: 10px !important;
}
.single-post .awardsDetailCaption h2 {
font-weight: 600 !important;
margin-bottom: 10px !important;
font-size: 18px !important;
}
.blogReadmoreDetailRight h2 strong {
margin-bottom: 10px !important;
display: block;
}
.awardsDetailCaption.awardsDetailContent a {
font-size: 16px;
font-family: 'MediumFont' !important;
font-weight: 500 !important;
}
.awardsDetailCaption.awardsDetailContent a:hover {
opacity: 0.7;
}
.blogReadmoreDetailInnerWrap img {
margin: 20px !important;
}
.megaMenuSection1 .megaMenuContent:nth-child(3n) .subtosubmenu {
top: 50px;
}
.common-class-speciality li.header-chat-menu {
display: none;
}
.switcher .option {
background-color: #ffffff !important;
}
.common-class-speciality #content ol>li {
display: list-item !important;
list-style: auto !important;
margin-bottom: 20px;
}
.common-class-speciality #content .page-list li strong, .single-specialities .page-list li strong {
text-wrap: nowrap;
display: contents !important;
}
.single-doctors .docProfiletabcontent .content-list li a {
display: contents;
}
.single-post .single-blog a {
color: #0056b3;
}
.searchOuterWrapper1 {
margin-top: 30px;
margin-bottom: 10px;
}
.healthTalkImg {
object-fit: contain !important;
}
.docProfiletabcontent .content-list li {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.custom-autoplay-video iframe {
border-radius: 20px;
}
.custom-autoplay-video {
padding-bottom: 0;
}
.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
width: 100% !important;
left: 0 !important;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
padding: 0px 7px 0px 7px !important;
}
@media (max-width: 450px) {
.whyUsRight .phoneNumber {
margin-left: 0px;
font-size: 12px !important;
}
}
@media (max-width: 450px) {
.whyUsRight {
width: 80% !important;
}
}
.banner-h-tag {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.banner-h-tag h1, .banner-h-tag h2 {
position: absolute;
font-size: 32px;
font-weight: 600;
letter-spacing: 2px;
color: #1b4e9b;
}
.page-template-aboutus .banner-bariatric img {
width: auto;
}
.testimonialsDetailWrap .wpvl_playbutton {
height: fit-content;
}
.page-template-aboutus_newcrop .modal.show {
display: unset !important;
}
.page-template-aboutus_newcrop .modal-header .close span,.hospitals-template-micro-aboutus .modal-header .close span {
height: unset;
}
.page-template-aboutus_newcrop .modal p,.hospitals-template-micro-aboutus .modal p {
text-align: justify;
padding-bottom: 10px;
}
.testimonialfilter {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
flex-direction: row-reverse;
}
.page-template-opd-centers .filterTitleWrap {
margin: 0px 0 0px 0 !important;
}
h3.filterTitle {
display: none !important;
}
.filterTitleWrap {
margin: 0 !important;
}
.meetDocLeft.sidenav h3.filterTitle {
display: flex !important;
margin: 30px 0px;
}
.contactDetailsRight .contactDetailsLabelInput {
width: 100% !important;
}
.page-template-opd-centers .choices__inner {
width: 290px !important;
}
.page-template-helthtalk-crop .testimonialsDetailRight .customContent p {
height: auto;
overflow: hidden;
}
.single-doctors .docProfileMiddle ul li strong,.single-doctors .docProfileMiddle ol li strong {
display: contents;
}
#formModal .modal-content {
width: 700px;
max-width: 650px;
}
.single-post .page-list li {
font-size: 16px !important;
font-weight: 200 !important;
font-family: 'RegularFont' !important;
}
.single-post .page-list {
margin-bottom: 16px;
display: block;
}
.single-post .blogReadmoreDetailLeft p {
padding-bottom: 0;
}
.single-specialities .moretext h2 {
margin-top: 20px;
}
.single-specialities .page-list li {
font-family: 'RegularFont';
}
.page-template-international-new  #formModal .modal-content {
max-height: none;
}
.single-post .blog-recent a {
font-weight: 600;
color: #535353 !important;
}
#reply-title {
font-family: 'RegularFont' !important;
}
.blogReadmoreDetailRight li {
color: #535353 !important;
}
.testimonialsDetailRight .customContent p {
color: #535353;
}
b, strong {
font-weight: bold !important;
font-family: 'MediumFont';
}
.multiselect.dropdown-toggle.custom-select > span {
width: 92%;
overflow: hidden;
display: block;
}
.page-template-international-new .inner-content-section-main #select-specialities-opinion {
background: #FFFFFF url(https://www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 50%;
padding-right: 20px;
}
.page-template-international-new .inner-content-section-main .wpcf7-select {
background: #FFFFFF url(https://www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 50%;
padding-right: 20px;
}
.page-template-international-new .inner-content-section-main #countryCodeAM,.page-template-international-new .inner-content-section-main #countryCodeAM1 {
background: #FFFFFF url(https://www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 87% 50%;
padding-right: 20px;
}
.page-template-international-new .tieups .owl-stage-outer {
height: 180px;
}
.locationWrapper {
margin-top: 40px;
}
.clinicalWrapper {
padding-bottom: 0px !important;
}
.aboutUsLeft {
margin-top: 10px !important;
}
.block-custom.bg-pink {
background: var(--shalby-light-orange) !important;
}
.block-custom.bg-white {
background: white !important;
}
.attachment-full {
object-fit: cover;
}
.DocphoneNumWrap img {
width: 20px;
}
.owl-height {
transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity .4s ease
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000
}
.owl-nav {
position: absolute;
top: -65px;
right: -13px;
display: flex;
}
.owl-carousel .owl-item .item {
text-align: center;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #ff8326;
font-size: 33px;
margin: 0px 10px;
}
.locationAddRating_custom {
text-align: left;
height: 190px;
}
.locationAddRating_custom h4 {
text-align: center;
}
.presence {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
row-gap: 20px;
width: 100%;
}
.presence>div {
width: 32%;
}
.presence>div {
width: 32%;
}
.d-flex {
display: flex;
}
.presence span {
color: #666;
}
.fw-medium {
font-weight: 500;
}
.about-info {
margin-bottom: 30px;
}
#opds h2 {
font-size: 24px;
font-weight: 900 !important;
}
#opds {
margin-bottom: 60px;
margin-top: 40px;
}
.mobile-timeline {
display: none;
}
.custom-speciality-boxes {
flex-wrap: wrap;
}
.custom-speciality-boxes .block-custom {
width: 30%;
}
.new-journey {
background: aliceblue;
padding: 20px;
border-radius: 10px;
margin-bottom: 30px !important;
}
.page-template-international-new .test-package h3 {
font-size: 16px;
margin: 0;
}
.page-template-international-new .test-package a {
font-size: 14px !important;
margin-top: 20px;
border-radius: 100px;
border: 1px solid #c8c8c8;
padding: 6px 20px;
}
.test-package img {
width: 100%;
margin-bottom:20px !important;
}
.page-template-international-new .test-package .counter-one {
padding: 10px 10px 20px 10px;
width: 96%;
}
.test-package .owl-carousel.owl-loaded {
padding-top: 0;
}
.test-package .owl-carousel .owl-stage-outer {
height: auto;
}
.test-package .modal-content {
overflow-x: hidden;
width: 500px;
}
.test-package .modal-header {
display: block !important;
}
.test-package .modal-header .close span {
height: auto !important;
}
.test-package-btn {
display: flex;
gap: 10px;
justify-content: center;
}
.test-package-btn a:hover {
border-color: #ff842b !important;
color: #ff842b;
}
.speciality-single {
display: flex;
align-items: center;
gap: 20px;
border: 1px solid #ccc;
border-radius: 10px;
padding: 10px;
margin-bottom: 30px;
}
.speciality-single p {
margin: 0px !important;
font-size: 16px;
}
#healthCheckupEnquiry .modal-header {
padding: 0;
}
.home .clinicalWrapper .clinicalRight, .single-hospitals .clinicalWrapper .clinicalRight {
display:none !important;
}
.clinicalWrapper {
width: 70%;
}
.viewAllSpeciBtn, .viewAllProceBtn {
width: fit-content !important;
margin: 0 auto;
}
.speciality-single:hover {
border: 1px solid #ef7f1a;
}
.speciality-single:hover p {
color: #ef7f1a;
}
.page-template-international-new .speciality-single{
height: 72px;
}
.mission-vision img {
width: 50%;
}
.home #speciality .viewAllSpeciBtn .ViewAll {
width: fit-content;
margin: 0 auto;
}
.mission-vision {
background: white;
box-shadow: 0px 0px 10px 0px #0000001a;
border-radius: 30px;
margin-bottom: 50px;
}
.mission-vision p {
font-family: 'RegularFont';
font-size: 16px;
}
.single-doctors .customContent ul li {
align-items: flex-start;
}
.customContent ul ul {
padding-left: 20px;
}
.or-divider {
width: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.international-email {
text-align: center;
width: 100%;
margin-top: 10px;
}
.international-email a {
color: #1e5dac;
}
.or-divider:after {
content: "";
width: 100px;
height: 1px;
background: #d5d5d5;
display: block;
}
.or-divider:before {
content: "";
width: 100px;
height: 1px;
background: #d5d5d5;
display: block;
}
.two-videos {
display: grid;
gap: 10px;
}
#uk-form select{
background: #FFFFFF url(https://www.shalby.org/wp-content/themes/Shalby/images/arrow.svg) no-repeat;
background-position: 96% 50%;
padding-right: 20px;
}
#uk-form .title-new {
color: #1B4E9B;
font-weight: 400;
line-height: normal;
letter-spacing: 0.24px;
margin: 20px auto 35px auto;
text-align: center;
font-size: 26px;
}
#uk-testimonials .title-new {
color: #1B4E9B;
font-weight: 400;
line-height: normal;
letter-spacing: 0.24px;
margin: 20px;
text-align: center;
font-size: 26px;
letter-spacing: 1px;
}
#uk-testimonials .owl-carousel.owl-loaded {
padding-top: 20px;
}
#uk-testimonials .owl-item .btn img.wpvl_playbutton {
width: 60px !important;
}
#uk-testimonials .fa-angle-left:before {
color: white;
}
#uk-testimonials .fa-angle-right:before {
color: white;
}
.banner-item.international-banner-uk {
background: url(https://www.shalby.org/wp-content/uploads/2025/03/1920x700_WEB.jpg);
background-size: 100% 100%;
}
.speciality-banner.uk-page .banner-item {
height: 480px;
}
.page-template-clinical-trials .banner-bariatric h1 {
display: none;
}
.page-template-clinical-trials .banner-bariatric img {
width: auto;
}
.page-template-clinical-trials .faqLeftImg {
justify-content: center;
align-items: center;
}
.page-template-clinical-trials .view-trials a {
color: #EF7F1A;
font-size: 14px;
font-family: 'MediumFont';
padding: 6px 10px;
border: 1px solid #ef7f1a;
border-radius: 50px;
width: fit-content;
margin: 0 auto;
}
.page-template-clinical-trials .view-trials {
text-align: center;
margin-bottom: 30px;
}
.page-template-clinical-trials .card-body p {
margin: 0 !important;
}
.page-template-clinical-studies-list .banner-bariatric h1 {
display: none;
}
.page-template-clinical-studies-list .banner-bariatric img {
width: auto;
}
.page-template-clinical-studies-list .trial-action a {
color: #EF7F1A;
font-size: 14px;
font-family: 'MediumFont';
padding: 6px 20px;
border: 1px solid #ef7f1a;
border-radius: 50px;
width: fit-content;
}
.page-template-clinical-studies-list .trial-lists {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 30px;
}
.page-template-clinical-studies-list .single-trial h5 {
font-size: 16px;
margin-bottom: 10px;
font-weight: 600;
line-height: 24px;
}
.page-template-clinical-studies-list .single-trial p {
font-size: 14px;
text-align: justify;
}
.page-template-clinical-studies-list .trial-lists .single-trial {
width: 48%;
padding: 30px;
background-color: var(--shalby-light-blue);
border-radius: 20px;
}
@media (max-width:768px){
.page-template-clinical-studies-list .trial-lists .single-trial {
width: 100%;
}
}
@media (max-width:600px){
.trial-action {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.trial-action a {
width: 100% !important;
text-align: center;
}
}