@font-face {
    font-family: RobotoCondensed-Light;
    src: url("../fonts/RobotoCondensed-Light.ttf");
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
    font-family: RobotoCondensed-Bold;
    src: url("../fonts/RobotoCondensed-Bold.ttf");
}

@font-face {
    font-family: Roboto-Light;
    src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: Roboto-Regular;
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: Roboto-Bold;
    src: url("../fonts/Roboto-Bold.ttf");
}

@keyframes RightToLeft {
    0% {
        left: 0;
    }
    100% {
        left: -16px;
    }
}

@keyframes leftToRight {
    0% {
        left: -16px;
    }
    100% {
        left: 0;
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    font-family: RobotoCondensed-Light;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.updated-title{
    padding-right: 20px;
}
.updated-lable{
    left: unset !important;
    right: 10px;
}
.updated-btn{
    bottom: unset !important;
}


ul, ol, li, h1, h2, h3, h4, h5, h6, a, p {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
}

a, .transition, input[type="submit"],.team-member:hover .team-member-image,
.team-member, .center-details, .center-details:hover, .center-details-shape {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

a, a:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

header a,header a:hover{
	color: #6D6E70;
}

.text-gray, .sub-content.text-gray *, .sub-content .text-gray *, .text-gray span {
    color: #6D6E70;
}

input[type="submit"] {
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

textarea, input, select {
    border-radius: 0;
    resize: none;
    box-sizing: border-box;
}

table, tr, td, th {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

table {
    width: 100%;
}

img {
    max-width: 100%;
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

p {
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    font-family: Roboto-Light;
}

body {
    width: 100%;
    font-size: 14px;
    overflow-x: hidden;
}

.overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #6D6E70;
    opacity: 0.6;
    z-index: 8;
}

.popup-overlay{
    bottom: 0;
    top: auto;
}

.preloader .d-flex {
    background: #fff;
    z-index: 100;
    top: 0;
    opacity: 1!important;
}

*::-moz-selection {
    background: #6D6E70;
    color: #fff;
}

*::selection {
    background: #6D6E70;
    color: #fff;
}

.spinner-border {
    color: #F37B20;
}

.navbar-nav, .navbar-bottom {
    flex-direction: row;
    align-items: baseline;
}

.top-header {
    padding: 14px 0px;
    border-bottom: 1px solid #DDDDDD;
}

.logo {
    height: 65px;
}
.logo-health {
    padding: 5px 0;
}
.navbar {
    top: 0;
    left: 0;
    z-index: 5;
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    color: #6D6E70;
    padding: 1rem 2.8rem;
    font-family: RobotoCondensed-Regular;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-item.active-link .nav-link {
    color: #F37B20;
}

.nav-link::after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background-color: #DDDDDD;
}

.nav-link-button::after {
    display: none;
}

.nav-item.active-link::after, 
.navbar-active-link::before,
.navscroll-active::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1.5px;
    background: #F37B20;
    position: absolute;
    bottom: -21px;
    left: 0px;
}

.navbar-active-link::before {
    width: calc(100% - 12px);
    height: 0.5px;
    left: 12px;
    bottom: 0;
}

.navscroll-active::after {
    height: 0.5px;
    bottom: 0px;
}

.nav-item .nav-link-button, .nav-item .nav-link-button:hover {
    color: #fff;
    margin-left: 20px;
    padding: 12px 34px;
    border-radius: 4px;
    background-color: #F37B20;
}

.navbar-item-link {
    display: block;
    padding: 0.4rem 1rem;
    font-family: RobotoCondensed-Regular;
}

.navbar-item.navbar-active-link .navbar-item-link, .navbar-item:hover .navbar-item-link, .navbar-submenu li:hover a, .navbar-submenu li.submenu-active a, .navbar-childmenu li:hover a, .navbar-childmenu li.submenu-active a {
    color: #F37B20;
}
.navbar-childmenu li a {
    color: #6D6E70!important;
}
.navbar-childmenu li:hover a {
    color: #F37B20!important;
}
ul .navbar-item:not(:last-child):after {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background-color: #DDDDDD;
}

.navbar-item-submenu .navbar-item-link {
    padding-right: 2.2rem;
}

.navbar-submenu, .navbar-childmenu {
    display: none;
    position: absolute;
    top: 34px;
    left: 0px;
    border-radius: 4px;
    background: #fff;
    width: 200px;
    box-shadow: 0px 10px 20px rgba(221, 221, 221, 0.41);
}
.navbar-submenu li, .navbar-childmenu li {
    position: relative;
}
.navbar-childmenu {
    left: 200px;
    top: 0;
}
.navbar-bottom li:hover .navbar-submenu, .navbar-submenu li:hover .navbar-childmenu {
    display: block;
}

.navbar-submenu li a, .navbar-childmenu li a {
    display: block;
    padding: 5px 15px;
    font-family: RobotoCondensed-Regular;
}

.navbar-submenu li, .navbar-childmenu li {
    border-left: 1px solid transparent;
}

.navbar-submenu li:hover, .navbar-submenu li.submenu-active,
.navbar-childmenu li:hover, .navbar-childmenu li.childmenu-active {
    background-color: #F8F8F8;
    border-color: #F37B20;
}

.navbar-item-submenu svg {
    position: absolute;
    right: 17px;
    top: 11px;
}

.navbar-item-submenu svg path {
    fill: #6d6e70;
}

.navbar-item-submenu:hover svg path, .navbar-item-submenu.navbar-active-link svg path {
    fill: #F37B20;
}

.navbar-item-submenu:hover svg {
    transform: rotate(180deg);
}

section {
    padding: 8rem 6rem;
}

.bigImg img {
    width: 100%;
}

.section-img::before {
    content: '';
    background-image: url(../images/shape/rectangle1.svg);
    background-repeat: no-repeat;
    background-size: 78px;
    position: absolute;
    top: 0;
    width: 80px;
    height: 85px;
    right: -85px;
}

.section-img::after {
    content: '';
    background-image: url(../images/shape/rectangle2.svg);
    background-repeat: no-repeat;
    background-size: 78px;
    position: absolute;
    bottom: -97px;
    width: 80px;
    height: 85px;
    left: 8px;
}

.heading span {
    background: #fff;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}
.bg-grey .heading.border-line1 span, .section-doctor-forum .border-line span,
.medi-pharmacies span ,.bg-grey .heading span {
    background: #FBFBFB;
}
.personal-care-section .heading span, .glance-title span{
    background: #FFF !important;
}
.border-line::after {
    content: "";
    display: block;
    border-top: solid 1px #F37B20;
    width: 100%;
    height: 2px;
    position: absolute;
    right: -155px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.accordion-header h4::after, .accordion-section .card-header h4::after {
    content: '';
    width: 100%;
    height: 1px;
    right: unset;
    bottom: unset;
    left: 1px;
    top: 15px;
    opacity: 1;
    z-index: -1;
    background-color: #F37B20;
    position: absolute;
}

.heading {
    font-size: 2.75rem;
    color: #000000;
    line-height: 1.4;
}

.content, .content p {
    font-size: 1.1rem;
    line-height: 32px;
    word-spacing: 1px;
}

.btn,
.btn:hover {
    color: #FFF;
    padding: 15px;
    background-color: #F37B20;
    font-family: Roboto-Regular;
    border-radius: 0;
}

.btn-orange {
    background-color: #F37B20;
    color: #fff !important;
    padding: 12px 20px;
    min-width: 270px;
    border: none;
    border-radius: .25rem;
}

.btn-outline,
.navscroll .btn-outline:hover {
    color: #F37B20;
    border: 1px solid #F37B20;
    background-color: transparent;
}

.btn:focus {
    box-shadow: none;
}

.btn-orange, .btn-orange:hover {
    color: #fff;
    border-radius: .25rem;
    padding: 12px 20px;
}

.know-more {
    font-size: 18px;
    font-family: Roboto-Regular;
}

footer .container {
    padding: 3rem 0;
    border-top: 1px solid #707070;
}

footer * {
    color: #000;
    font-family: RobotoCondensed-Regular;
}

.roboto-condensed-light {
    font-family: RobotoCondensed-Light!important;
}

.footer-links li {
    padding: 5px 0;
}

footer a {
    font-size: 16px;
}

.footer-icons {
    height: 20px;
}

.footer-contact p {
    opacity: 0.5;
    padding-left: 30px;
    padding-bottom: 0.2rem;
}

.navbar-item-submenu:hover svg {
    transform: rotate(180deg);
}

.text-orange,
a.text-orange:hover,
.navscroll-link.navscroll-active,
.navscroll-link:hover {
    color: #F37B20;
}

.bg-grey {
    background: #FBFBFB;
}

.philosophy-text {
    font-size: 18px;
    font-family: Roboto-Bold;
}

.section-img1::before {
    content: '';
    background-image: url(../images/shape/rectangle3.svg);
    background-repeat: no-repeat;
    background-size: 78px;
    position: absolute;
    top: 0;
    width: 80px;
    height: 85px;
    left: -82px;
}

.section-img1::after {
    content: '';
    background-image: url(../images/shape/rectangle4.svg);
    background-repeat: no-repeat;
    background-size: 78px;
    position: absolute;
    bottom: -100px;
    width: 80px;
    height: 85px;
    right: 10px;
}

.border-line1::after {
    content: "";
    display: block;
    border-top: solid 1px #F37B20;
    width: 100%;
    height: 2px;
    position: absolute;
    right: -195px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.3;
}
.border-line1-small::after {
    width: calc(100% + 6rem);
    right: unset;
    left: 0;
}
.philosophy-img img {
    margin-left: -190px;
    margin-top: -5rem;
    width: 145%;
    max-width: fit-content;
}

/* .border-bottom-line::after {
    width: 325px;
} */

.rect-icon::before{
    background-image: url(../images/shape/rectangle2.svg);
}

.footer-contact h5 {
    font-family: Roboto-Regular;
}

.banner-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 6rem;
    left: 0;
}

.banner-slider .slick-dots li {
    content: '';
    width: 8px;
    height: 8px;
    margin: 0px 3px;
    background-color: #FFF;
    border-radius: 50%;
    opacity: 0.8;
}

.banner-slider .slick-dots li.slick-active {
    width: 30px;
    height: 10px;
    border-radius: 20px;
    opacity: 1;
}

.banner-slider .slick-dots li button {
    height: 0px;
    color: transparent;
}

.banner-text {
    left: 112px;
    top: 50%;
    transform: translateY(-50%);
}

.text-orange {
    color: #F37B20!important;
}

.banner-text-bg::after {
    content: '';
    width: calc(100% + 200px);
    height: 100%;
    background: #F37B20;
    opacity: 0.8;
    position: absolute;
    left: -112px;
    top: 0;
    z-index: -1;
}

.banner-text h2 {
    font-size: 5rem;
}

.banner-info {
    padding: 0 6rem;
    /* position: absolute;
    left: 0;
    bottom: -125px; */
	margin-top: -5rem;
	position: relative;
}

.banner-info-details {
    padding: 2rem;
    display: block;
    background: #FBFBFB;
    overflow: hidden;
    background-image: url('../images/home/info-1.svg');
    background-repeat: no-repeat;
    background-size: 120px 120px;
    background-position: 98% center;
}

.banner-info-details:hover {
    background: #F37B20;
    background-image: url('../images/home/info-2.svg');
    background-repeat: no-repeat;
    background-size: 120px 120px;
    background-position: 98% center;
}

.banner-info-details:hover * {
    color: #FFF!important;
}

.banner-info-details h5 {
    font-family: Roboto-Light;
}

.banner-info-details:hover h5 {
    opacity: 0.6;
}

.info-more {
    font-family: Roboto-Regular;
    color: #F37B20;
    position: relative;
    padding-right: 40px;
    background: transparent;
    animation: leftToRight .4s ease-out forwards;
}

.info-more.border-line::after {
    width: 70px;
    height: 1px;
    right: -38px;
    bottom: 11px;
    opacity: 0.4;
}

.banner-info-details:hover .info-more.border-line::after {
    background-color: #fff;
    width: 80px;
    right: -47px;
}

.banner-info-details:hover .info-more {
    animation: RightToLeft .4s ease-out forwards;
}

.section-t-m {
    margin-top: 140px;
}

.section-gallery {
    padding: 0;
    padding-bottom: 5rem;
}

.gallery-main img, .gallery-nav img {
    width: 100%;
}

.gallery-nav img {
    border-radius: 3px;
} 

.gallery-main .slick-track, .banner-slider .slick-track {
    padding: 0;
}

.gallery-main::after {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.gallery-nav {
    margin-left: 20rem;
    margin-top: -150px;
}

.gallery-nav-items {
    margin: 0 10px;
}

/* .gallery-nav .gallery-nav-items:first-child {
    margin-left: 5rem;
} */

.gallery-nav .slick-prev.slick-arrow {
    background-size: 10px;
    height: 30px;
    width: 30px;
    left: -150px;
    top: unset;
    bottom: 10px;
    transform: translateY(0px);
}

.gallery-nav .slick-next.slick-arrow {
    background-size: 10px;
    height: 30px;
    width: 30px;
    top: unset;
    bottom: 10px;
    transform: translateY(0px);
    right: unset;
    left: -90px;
}

.banner-title h2, .banner-title h2 span,
.banner-title h1, .banner-title h1 span {
    color: #000;
    font-size: 3rem;
    line-height: 3rem;
    font-family: 'RobotoCondensed-Regular';
}

.banner-title h2 span,
.banner-title h1 span  {
    background-color: #FFF;
    z-index: 2;
}

.bg-grey .banner-title h2 span,
.bg-grey .banner-title h1 span {
    background-color: #FBFBFB;
}

.banner-section img {
    position: relative;
    z-index: 1;
}

.about-banner-img img {
    width: 60%;
}
/* .banner-line::after {
    content: '';
    width: calc(100% - 315px);
    height: 0.5px;
    right: -117px;
    top: 30px;
    background-color: #F37B20;
    position: absolute;
    z-index: 1;
}

.banner-line::before {
    content: '';
    width: 85px;
    height: 0.5px;
    left: -108px;
    top: 30px;
    background-color: #F37B20;
    position: absolute;
    z-index: 1;
} */
.banner-line::before {
    content: "";
    display: block;
    border-top: solid 1px #F37B20;
    width: calc(100% + 9.7rem);
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -108px;
    z-index: 0;
}
.banner-line-prime::before {
    width: calc(100% + 15.7rem);
}
.banner-line-large::before {
    width: calc(100% + 13rem);
}
.banner-line.banner-line-small::after {
    width: 60px;
    right: -16px;
}

.banner-bg {
    background-image: url('../images/shape/banner-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.aside-popup {
    position: fixed;
    top: 0;
    right: -42%;
    padding: 4rem 5rem;
    width: 42%;
    height: 100vh;
    background-color: #FFF;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}

.aside-popup-active {
    right: 0;
}

.form-group-label {
    position: relative;
    margin-bottom: 2rem;
}

.form-group-label .form-control,
.form-custom-select {
    height: 54px;
    border-radius: 0;
    padding: 6px 20px;
    font-family: Roboto-Regular;
    border: 1px solid;
    border-color: rgba(109, 110, 112, 0.3);
}

.form-custom-select {
    padding: 0;
    border-width: 2px;
}

.select-selected,
.bootstrap-select>.dropdown-toggle,
.select-control {
    padding: 6px 20px;
    height: 54px;
    background-image: url('../images/icons/select.svg');
    background-repeat: no-repeat;
    background-position: right .95rem center;
    background-size: 18px 18px;
}

.form-group-label .form-control:focus {
    border-color: rgba(109, 110, 112, 0.3);
    box-shadow: none;
}

.form-label {
    color: #6D6E70;
    background: #FFF;
    padding: 2px 10px;
    margin-bottom: 0;
    position: absolute;
    top: -10px;
    left: 22px;
    font-size: 12px;
    font-family: Roboto-Regular;
}

.form-label.form-label-main {
    top: 0;
    left: 0;
    padding: 0;
}

.form-custom-select .form-label {
    left: 10px;
}

.form-control::placeholder {
    color: #6D6E70;
    opacity: 0.6;
}

.form-radius {
    border-radius: 4px;
}

.small-hr {
    width: 200px;
    margin: 0 auto;
    background-color: #6D6E70;
}

.roboto-regular {
    font-family: Roboto-Regular;
}

.roboto-bold {
    font-family: Roboto-Bold;
}

.roboto-light, .profile-details-content,.profile-details-content span{
    font-family: Roboto-Light;
}

.robotocondensed-bold {
    font-family: RobotoCondensed-Bold;
}

.scrollbar::-webkit-scrollbar-track, 
.select-items::-webkit-scrollbar-track, 
.dropdown-menu .inner::-webkit-scrollbar-track,
.profile-details-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(180, 185, 197, 0.3);
}

.scrollbar::-webkit-scrollbar, 
.select-items::-webkit-scrollbar, 
.dropdown-menu .inner::-webkit-scrollbar,
.profile-details-content::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb, 
.select-items::-webkit-scrollbar-thumb, 
.dropdown-menu .inner::-webkit-scrollbar-thumb,
.profile-details-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #F37B20;
}

.profile-details-content::-webkit-scrollbar-track {
    border-radius: 0;
}

.profile-details-content::-webkit-scrollbar-thumb, .no-radius .dropdown.bootstrap-select .btn {
    border-radius: 0;
}

.select-items::-webkit-scrollbar-thumb, .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background-color: #9EA0A5;
}

.breadcrumb-item, .breadcrumb-item a {
    font-family: Roboto-Regular;
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #F37B20;
}

.breadcrumb-item a {
    color: #6D6E70;
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem;
}

.breadcrumb-item::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url('../images/icons/breadcrumb.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -19px;
    bottom: 4.5px;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active::after {
    content: '';
    float: unset;
    background-image: unset;
}

.bottom-line::after {
    width: 100%;
    left: 0;
}

.prime-hospital-section {
    padding: 5rem 7rem;
}

.prime-img img {
    margin-left: 10.5rem;
    margin-top: -87px;
}

.prime-img::after, .glance-img::after, .img-shadow::after, .prime-group::after {
    content: '';
    width: 100%;
    height: 105px;
    position: absolute;
    left: 159px;
    bottom: -2px;
    background: linear-gradient(rgba(255, 255, 255, 0.164) 0%, #fff 100%);
}

.img-shadow::after {
    content: '';
    width: 900px;
    height: 105px;
    left: 0px;
    z-index: 1;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 84.01%, #fff 100%);
}

.personal-care-section img {
    width: 130%;
}

.service-detail {
    padding-top: 65px;
    padding-bottom: 40px;
}

.service-detail h3 {
    font-size: 30px;
}
.service-detail h3 span {
    z-index: 1;
    background: #FBFBFB;
}
.service-detail h3::before {
    content: "";
    display: block;
    border-top: solid 1px #F37B20;
    width: calc(100% + 14rem);
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
/* .service-detail h3::after {
    content: '';
    width: 485px;
    height: 1px;
    right: -110px;
    bottom: 18px;
    background-color: #F37B20;
    position: absolute;
}

.service-detail h3::before {
    content: '';
    width: 485px;
    height: 1px;
    left: -105px;
    bottom: 18px;
    background-color: #F37B20;
    position: absolute;
} */
.left-border-line::after {
    width: 315px;
    right: -128px;
}

.position-line::after{
    width: 340px;
    right: -120px;
    opacity: 0.3;
}
.content-listing ul li, .dynamicContent ul li {
    position: relative;
}
.dynamicContent ul {
    margin: 1rem 0;
}
.dynamicContent ul li {
    padding-left: 1.5rem;
    font-family: Roboto-Light;
}
.content-listing ul {
    margin-top: 20px;
}
.listing li::before, .content-listing ul li::before, .dynamicContent  ul li::before { 
    content: '';
    border-radius: 50px;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    left: 0;
    position: absolute;
    top: 13px;
    background-color: #F37B20;
}
.listing-sub-content li::before, .dynamicContent ul li::before {
    top: 16px;
}
.profile-details-content.dynamicContent ul li::before {
    top: 14px;
}
.dynamicContent ul.review-listing li {
    padding-left: 0;
}
.dynamicContent .review-listing li::before {
    display: none;
}
.content-listing ul li::before {
    top: 18px;
}
.content-listing ul li {
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 16px;
}
  
.glance-img::after{
    bottom: 0;
    left: 77px;
    width: 70%;
}

.glance-line::after{
    width: 325px;
    right: -168px;
}

.glance-img img{
    margin-left: -2.5rem;
}

.banne-line-big::after{
    width: calc(100% - 365px);
    right: -68px;
}

.read-more::before {
    content: '';
    width: 72px;
    height: 1px;
    display: inline-block;
    background-color: #F37B20;
    position: absolute;
    top: 50%;
    left: -80px;
    opacity: .4;
}

.form-custom-select select {
    display: none;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-items div,.select-selected {
    color: #212529;
    line-height: 38px;
    cursor: pointer;
    user-select: none;
    font-family: Roboto-Regular;
}

.select-items {
    position: absolute;
    background: #fff;
    box-shadow: 0px 6px 20px rgb(109 110 112 / 16%);
    top: 103%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 220px;
    overflow-y: auto;
}

.select-items div {
    line-height: 22px;
    padding: 6px 18px;
}

.select-hide {
    display: none;
}

.select-items div:hover, 
.same-as-selected, 
.dropdown-item.active, 
.dropdown-item:active, 
.dropdown-item:focus, 
.dropdown-item:hover,
.bootstrap-select .dropdown-menu li a.dropdown-item.active.selected span.text,
.bootstrap-select .dropdown-menu li a.dropdown-item:hover span.text,
.bootstrap-select .dropdown-menu li a.dropdown-item:focus span.text {
    color: #F37B20!important;
    background: transparent;
}

.banner-section .btn-orange {
    padding: 14px 60px;
    min-width: 270px;
}

.banner-control {
    margin-top: 4rem;
}

.title{
    color: #000000;
    font-family: RobotoCondensed-Bold;
    font-size: 23px;
}

.bold-text{
    font-family: 'RobotoCondensed-Bold';
}

.sub-title{
    font-size: 17px;
    line-height: 27px;   
}

.read-more{
    text-decoration: underline;
    margin-left: 82px;
    font-size: 20px;
}

.read-more:hover{
    text-decoration: underline;
}

.text-banner {
    font-size: 1rem;
    line-height: 28px;
}

.form-group-label .form-control.form-search {
    background-image: url('../images/icons/search.svg');
    background-repeat: no-repeat;
    background-position: right .95rem center;
    background-size: 20px;
    padding-right: 20px;
    padding-right: 46px;
    border-bottom: none;
    border-radius: 4px;
}
.form-filter-center .form-group-label .form-control.form-search {
    border: 1px solid rgba(109, 110, 112, 0.3);
}
.form-filter-center .form-group-label .form-control.form-search:focus {
    outline: 1px auto #F37B20!important;
}
.main-container{
    padding: 3.5rem 22rem 5rem;
}

.right-bottom-line::after{
    content:'';
    width: calc(100% - 285px);
    height: 1px;
    position: absolute;
    right: 0;
    top: 21px;
    background-color: #F37B20;
    opacity: .7;
}

.success-stories, .media-section, .medical-tourism-block, .case-studies{
    padding-bottom: 4.5rem;
}

.banner-img img{
    max-width: 125%;
}

.banner-line-left::before {
    content: '';
    width: 85px;
    height: 0.5px;
    left: -108px;
    top: 30px;
    background-color: #F37B20;
    position: absolute;
    z-index: 1;
}

.banner-img::before{
    content: '';
    background-image: url(../images/shape/rectangle3.svg);
    background-repeat: no-repeat;
    background-size: 93px;
    position: absolute;
    bottom: 0px;
    width: 170px;
    height: 87px;
    left: -81px;
}

.dropdown.bootstrap-select {
    width: 100%!important;
}

.updated-arrow .dropdown.bootstrap-select .btn,.form-group-filter input {
    background-position: left 0.95rem center !important;
}
.updated-arrow .bootstrap-select .dropdown-menu.inner{
    text-align: right;
}

.dropdown.bootstrap-select .btn,.form-group-filter input {
    height: 54px;
    color: #212529;
    background-color: transparent;
    padding: 6px 20px;
    padding-right: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(109, 110, 112, 0.3);
    width: 100%;
}

.filter-option-inner-inner, .bootstrap-select .dropdown-menu li a span.text,.form-group-filter input {
    font-family: Roboto-Regular;
}

.bootstrap-select>.dropdown-toggle:after {
    display: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    border-radius: 0px;
    outline-offset: 0px;
    outline: thin dotted #F37B20!important;
    outline: 1px auto #F37B20!important;
}

.bootstrap-select .dropdown-menu{
    background: #fff;
    border: none;
    box-shadow: 0px 6px 20px rgb(109 110 112 / 16%);
}

.dropdown-item {
    padding: 6px 18px;
}

ul.dropdown-menu.inner {
    overflow-y: auto!important;
    max-height: 220px!important;
    margin-bottom: 0!important;
    min-width: 200px!important;
    max-width: 520px;
}

.form-group-filter .bootstrap-select .dropdown-menu li a span.text {
    color: #6D6E70;
    font-family: Roboto-Light;
}

.bootstrap-select .btn-light:active:focus {
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 16px;
}

.form-group-filter .dropdown-divider,
.optgroup-1 {
    display: none;
}

.dropdown-header span {
    font-size: 16px;
    color: #F37B20;
    background: #FFF;
    padding-right: 15px;
    font-family: RobotoCondensed-Regular;
}
.dropdown-header {
    position: relative;
    overflow: hidden;
}
.dropdown-header span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
}
.dropdown-header span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.73em;
    left: 97%;
    border-top: 1px solid #F37B20;
}

.form-group-filter #bs-select-1-0,
.form-group-filter #bs-select-2-0,
.form-group-filter #bs-select-5-0,
.form-group-filter #bs-select-6-0,
.form-group-filter #bs-select-7-0 {
    display: none;
}

.form-filter .form-group-filter:not(:last-child) .dropdown.bootstrap-select .btn {
    border-right: none;
}

.form-add-filter .form-filter .form-group-filter .dropdown.bootstrap-select .btn {
    border-right: 1px solid rgba(109, 110, 112, 0.3);
}

.main-title, .dynamicContent .heading.main-title span{
    font-size: 45px;
    line-height: 1.3;
    /* font-family: 'RobotoCondensed-Regular'; */
	position: relative;
}
.main-title:after{    
	content: '';
    display: block;
    border-top: solid 1px #F37B20;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 22px;
    left: 0;
    /* opacity: .4; */
    z-index: 0;
}
.sub-heading span, .topic-heading {
    font-size: 18px;
    background: #fff;
    z-index: 1;
    padding-right: 20px;
    font-family: 'RobotoCondensed-Bold';
}

.sub-heading::after{
    content: '';
    display: block;
    border-top: solid 1px #F37B20;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: .4;
    z-index: 0;
}

.sub-content, .details-content p, .sub-content p, .sub-content .dynamicContent * p, .sub-content .dynamicContent span, .sub-content span {
    font-size: 18px;
    line-height: 34px;
    color: #6D6E70;
}
.profile-details-content.dynamicContent * p, .profile-details-content.dynamicContent * {
    font-size: 14px;
    line-height: 28px;
}
.details-content p {
    color: #6D6E70;
}

.program-banner-section img{
    max-width: 127%;
    margin-left: -70px;
}

.education-program-section{
    padding: 4rem 10rem 4.5rem;
}

.education-program-list{
    padding: 25px 40px;
    padding-right: 6rem;
    border: 1px solid #F26311!important;
}

.education-program-list p{
    font-size: 20px;
    line-height: 37px;
}

.program-img{
    height: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: -132px;
}

.program-img>img {
    height: 100%;
}

.robotoCondensed-text{
    font-family: RobotoCondensed-Regular;
}

.robotoLight, .robotoLight *{
    font-family: Roboto-Light!important;
}

.top-section{
    padding-top: 8.5rem;
}

.team-member{
    cursor: pointer;
}

.team-member-image,.team-member:hover .team-member-image, .team-member-bg{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.team-member-image, .team-member.team-member-acc:hover .team-member{
    background-image: url('../images/management-team/back.svg');
}
.center-details-shape {
    content: "";
    width: 50px;
    height: 50px;
    z-index: 2;
    background-image: url('../images/prime/front.svg');
    background-position: center;
    background-size: cover;
    top: 0;
    left: 12px;
}
.center-details:hover .center-details-shape {
    background-image: url('../images/prime/back.svg');
}
.team-member:hover .team-member-image, .team-member.team-member-acc .team-member-details:hover .team-member-image{
    background-image: url('../images/management-team/act-back.svg');
}

.team-member.team-member-acc:hover .team-member-image{
    background-image: url('../images/management-team/back.svg');
}

.slider-wrapper-main {
    position: sticky;
    top: 200px;
}

.team-overlay, .center-details-overlay {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 84.01%, #fff 100%);
    height: 150px;
    bottom: 0;
    left: 0;
    width: 100%;
}

a.know-more{
    border-top: 1px solid rgba(109,110,112,.1);
    color: #F37B20;
    padding: 10px;
    display: block;
    border-radius: 4px;
}
.hr-orange {
    opacity: 1;
    background-color: #F37B20;
}

.link-additional-filter::after {
    content: '+';
    display: inline-block;
    color: #F37B20;
    position: absolute;
    left: 0;
    right: 0;
}

.filter-open::after {
    content: '-';
}

.form-add-filter {
    display: none;
}

.accordion-card {
    margin-bottom: 20px;
}

.accordion-header, .accordion-section .card-header {
    cursor: pointer;
}

.accordion-header h4 span, .accordion-section .card-header h4 span {
    background: #FFF;
    z-index: 1;
    padding: 0 1.8rem;
    color: #F37B20;
    font-family: Roboto-Bold;
    font-size: 16px;
}

.accordion-header h4::before , .accordion-section .card-header h4.collapsed::before {
    content: url('../images/icons/circle-add.svg');
    transform: scale(0.7);
    position: absolute;
    top: 1px;
    left: -3px;
}

.accordion-header.open h4::before{
    content: url('../images/icons/circle-minus.svg');
}

.accordion-details {
    padding-top: 1.5rem;
}

.floating-label{
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    z-index: 1;
    padding: 0 10px;
}
.current-location{
    color: #000;
    border-radius: 5px;
}

.hr{
    position: relative;
    height: 1px;
    width: 100%;
    margin: 25px 0;
    background-color: rgba(0,0,0,.1);
    text-align: center;
}
.hr span{
    background-color: #fff;
    padding: 0 10px;
    position: absolute;
    top: -10px;
    color: rgba(0,0,0,.5);
    transform: translateX(-50%);
}
.bigTitle span{
    font-size: 3rem;
    background-color: #fff;
    padding: 0 10px;
    display: inline-block;
}
.bigTitle::after {
    content: '';
    width: calc(100% + 7rem);
    height: 0.5px;
    left: -7rem;
    top: 30px;
    background-color: #F37B20;
    position: absolute;
    z-index: -1;
}
#map{
    height: 600px;
}
#map.contact-map {
    height: 300px;
}
.title-section{
    font-size: 35px;
}
.title-large-section {
    font-size: 48px;
}
.address-text{
    font-size: 22px;
    color:#707070;
    margin-bottom: 10px;
}
.btn-team-member, .btn-center-more {
    padding: 10px;
    color: #F37B20;
    background-color: transparent;
    border-top: 1px solid rgba(109,110,112,.1);
}
.btn-team-member:hover, .btn-center-more:hover {
    color: #FFF!important;
    padding: 10px;
    border-radius: 4px;
    border-color: transparent;
    background-color: #F37B20;
}
.btn-center-more {
    font-size: 1.1rem;
}
.title-section {
    font-size: 40px;
}
/* .title-large-section {
    font-size: 36px;
} */
.btn-book-register{
    font-size: 18px;
    min-width: 288px
}
.care-slider {
    display: block!important;
}
.small-text{
    font-size: 13px!important;
}

.time-table, .content-listing table{
    overflow: hidden;
    border-radius: 12px;
}
/* .content-listing table{
    border-top: 1px solid transparent;
} */
.time-table thead, .content-listing table thead, .content-listing table tbody tr th{
    background: #F37B20;
    color: #fff;
}

.time-table tbody,  .content-listing tbody{
    border: 1px solid #DDDDDD;
}

.time-table th, .content-listing th{
    border-width: 0;
    padding: 15px 30px;
    font-size: 18px;
    font-family: RobotoCondensed-Bold;
}

.time-table tr td, .content-listing tr td{
    font-size: 16px;
    color: #6D6E70;
    font-family: Roboto-Light;
    padding: 12px;
    border-width: 0;
    padding: 12px 30px;
    vertical-align: middle;
}
.content-listing tbody tr:not(:last-child) {
    border-bottom: 1px solid rgb(221,221,221);
}
.time-table>tbody>tr:nth-of-type(odd), .content-listing table>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #FFFFFF;
}
.content-listing table>tbody>tr:nth-of-type(odd) {
    background-color: #FFF;
}

.time-table>tbody>tr:nth-of-type(even), .content-listing table>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #F8F8F8;
}
.content-listing table>tbody>tr:nth-of-type(even) {
    background-color: #F8F8F8;
}
.roboto-bold{
    font-family: Roboto-Bold;
}

.navscroll {
    position: sticky;
    top: -1px;
    padding-top: 2.2rem;
    padding-bottom: 0;
    background: #fff;
    z-index: 2;
}

.navscroll .btn-group .btn {
    height: 44px;
    line-height: 12px;
    font-size: 1.2rem;
    border-radius: 4px!important;
}
.navscroll .btn-group .btn img {
    height: 20px;
}

.navscroll .btn-group .btn-outline {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navscroll-list {
    padding: 0 15px;
}

.navscroll-list::after {
    content: '';
    width: calc(100% - 20px);
    height: 0.5px;
    position: absolute;
    left: 15px;
    bottom: 0;
    background: #6D6E70;
    opacity: 0.2;
}

.navscroll-link {
    display: block;
    padding: 10px 0;
    color: #A7A8A9;
}

.team-profile {
    background-image: unset;
}

.team-profile::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/shape/profile-bg.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -112px;
    bottom: 0;
    z-index: -1;
}

.team-profile .team-overlay {
    left: -120px;
    width: calc(100% + 120px);
}

.profile-list *, .customer-review-link p {
    font-size: 13px;
}

.profile-list li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.profile-list li span {
    padding: 0 10px 5px 0;
}

.title-block {
    padding: 13px 20px;
    margin-bottom: 2rem;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #F48735;
}

.title-block h3 {
    font-size: 1.4rem;
}

.profile-details-content {
    height: 300px;
    overflow-y: auto;
    margin-bottom: 3rem;
} 

.profile-details-video {
    height: 450px;
}

.profile-details-content p, .profile-details-content {
    line-height: 30px;
}

.profile-details-text p:not(:last-child),
.review-listing li:not(:last-child)  {
    margin-bottom: 1.5rem;
}

.video-item,
.video-select {
    margin: 0 2rem;
}

.video-img::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    background: #6D6E70;
    z-index: 1;
}

.absoulte-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-play {
    z-index: 2;
}

.video-select .dropdown.bootstrap-select .btn {
    padding: 6px 0;
    border-radius: 0;
    border: none;
    height: 40px;
    line-height: 30px;
    border-bottom: 1px solid rgba(109, 110, 112, 0.3);
}

.video-select .filter-option-inner-inner {
    font-size: 20px;
}

.video-slider.slick-slider .slick-arrow, .insurance-slide .slick-arrow, .health-blog-slide .slick-arrow{
    border-radius: 50%;
    background-size: 8px !important;
    border: 1px solid rgb(109 110 112 / 20%);
}

.video-slider.slick-slider .slick-arrow:hover, .insurance-slide .slick-arrow:hover, .health-blog-slide .slick-arrow:hover{
    background-color: rgb(243 123 32 / 40%);
}

.insurance-slide .slick-prev.slick-arrow, .health-blog-slide .slick-prev.slick-arrow {
    position: absolute;
    top: -8px;
    right: 50px;
    left: auto;
    height: 40px;
    width: 40px;
}

.insurance-slide .slick-next.slick-arrow, .health-blog-slide .slick-next.slick-arrow, .privacy-policy-slide .slick-next.slick-arrow {
    position: absolute;
    top: -8px;
    right: -7px;
    height: 40px;
    width: 40px;
}
#updated-prev-next-btn .slick-prev.slick-arrow{
    right: auto !important;
    left: -1px !important;
}
#updated-prev-next-btn .slick-next.slick-arrow{
    right: unset !important;
    left: 50px !important;
}

.insurance-slide-ar .insurance-card{
    padding-right: 1px;
}

.border-line-bottom::after{
    content: '';
    width: calc(100% - 185px);
    height: 1.5px;
    position: absolute;
    right: -3px;
    top: 30px;
    background-color: #F37B20;
    opacity: .3;
}

.team-img {
    margin-left: -87px;
    max-width: 110%;
	position: sticky;
	top: 100px;
}

.team-img::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    z-index: 1;
    bottom: -1px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 84.01%, #fff 100%);
}

.vision-line::after{
    width: 316px;
    right: -10px;
    opacity: 0.3;
}

.main-heading{
    padding: 12px 20px;
    color: #FFFFFF;
    background-color: #F37B20;
    border-radius: 2px;
}

.banner-line-right::after{
    right: -20px;
}

.news-banner-line::after{
    right: -20px;
    width: calc(100% - 100px);
}

.news-section img{
    max-width: 165%;
    margin-left: -145px;
    margin-top: -23px;
}

.event-section{
    padding: 1rem 10.5rem 2rem;
}

.event-block{
    border: 1px solid #F26311;
    padding: 30px 20px;
    margin-bottom: 32px;
}

.small-icon{
    width:13px;
}

.rating-list {
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background: url('../images/icons/star.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.rating-list.rating-list-half {
    background: url('../images/icons/star-half.svg');
    background-size: contain;
}

.rating-list.rating-list-fill {
    background: url('../images/icons/star-fill.svg');
    background-size: contain;
}

.medical-tourism-section img{
    max-width: 162%;
    margin-left: -218px;
    margin-top: -23px;
}

.read-content{      
    position: absolute;
    right: 0;
    bottom: 3px;
}
.border-right-small span {
    background: #fff;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}
.border-right-small::after{
    content: '';
    width: 75px;
    height: 1px;
    position: absolute;
    top: 31px;
    right: 40px;
    background-color: #F37B20;
    opacity: .5;
    display: block;
}

.banne-line-right::after{
    width: calc(100% - 240px);
    right: -150px;
}

.medical-tourism-section h2{
    margin-top: -70px;
}
.border-right{
    position:relative;
}
.border-right:before {
    content: "";
    display: block;
    border-top: solid 1px #F37B20;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 32px;
    z-index: 0;
}
.border-right span {
    background: #fff;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}
/* .border-right::after{
    content: '';
    width: calc(100% - 190px);
    height: 1px;
    position: absolute;
    right: 2px;
    top: 26px;
    background-color: #F37B20;
    opacity: 0.5;
} */

.block-container{
    margin-right: 150px;
}

.department-block p{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding: 12px;
    border-right: 1px solid #ddd;
}
.department-block-center p {
    border-right: none;
}
.department-block p::after{
    content:'';
    width: 272px;
    height: 1.5px;
    position: absolute;
    bottom: -1px;
    right: 30px;
    background-color: #ddd;
    opacity: .6;
}

.active-tab{
    background: rgba(221, 221, 221, 0.3);
    font-family: RobotoCondensed-Bold !important;
    color: #ef8604;
    border: 1.5px solid #ddd;
}

.tab-data {
    display: none;
}

.tab-data-active{
    display: block;
}

.sub-title1{
    font-size: 30px;
}

.text-link{
    font-family: 'Roboto-Light';
}

.sub-content-text{
    font-size: 17px;
    line-height: 35px;
}

.banner-line-position::after{
    width: calc(100% - 215px);
    right: -58px;
}

.department-section img{
    max-width: 135%;
    margin-left: -75px;
	max-height: 275px;
}
.department-banner-wrap{
	padding: 20px 0;
}

.insurance-section .row>* {
    padding-right: calc(var(--bs-gutter-x)/ 4);
    padding-left: calc(var(--bs-gutter-x)/ 4);
}

.insurance-item {
    display: block;
    position: relative;
    margin-bottom: 12px;
    border: 1px solid #DDDDDD;
    min-height: 230px;
    border-radius: 12px;
    overflow: hidden;
}

.insurance-main {
    padding: 20px 10px;
    text-align: center;
    height: calc(100% - 16px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.insurance-main img {
    max-height: 180px;
    margin-bottom: 10px;
}

.insurance-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 20px;
    display: flex;
    opacity: 0;
    align-items: center;
    background: #FFF;
    border-radius: 12px;
    overflow-y: auto;
    overflow-x: hidden;
}

.insurance-item:hover {
    border-color: #F37B20;
}

.insurance-item:hover .insurance-details {
    opacity: 1;
}

.page-link {
    margin: 0 10px;
    border-radius: 4px;
    color: #6D6E70;
    font-size: 14px;
    font-family: Roboto-Regular;
    border-color: #707070;
    padding: .475rem .75rem;
}

.page-item.active .page-link {
    color: #FFF;
    border-color: #F37B20;
    background: #F37B20;
}

.page-link:hover,.page-link:focus {
    color: #6D6E70;
    border-color: rgb(243 123 32 / 40%);
    background: rgb(243 123 32 / 40%);
}

.page-link:focus{
	box-shadow: none;
}

.page-support .page-link, .page-item.disabled .page-link {
    color: #F37B20;
    position: relative;
    border-color: transparent;
}

.page-support .page-link:hover {
    background: transparent;
    border-color: transparent;
}

.page-item:last-child .page-link {
    padding-left: 0;
}

.page-item:first-child .page-link {
    padding-right: 0;
}

.page-item:last-child .page-link::after,
.page-item:first-child .page-link::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: -2px;
    top: 13px;
    background: url('../images/icons/next.svg');
    background-size: 10px 10px;
}

.page-item:first-child .page-link::after {
    background: url('../images/icons/prev.svg');
    background-size: 10px 10px;
    right: unset;
    left: -2px;
}

.page-item.page-support.disabled {
    visibility: hidden;
}

.page-item-more {
    position: relative;
    margin-left: 20px;
}

.page-item-more::after {
    content: '...';
    color: #F37B20;
    font-size: 14px;
    font-weight: 800;
    position: absolute;
    bottom: 8px;
    left: -20px;
}

.insuarance-title {
    padding: 12px 30px;
}

.bg-orange {
    background: #F37B20;
}

.insuarance-title {
    border-radius: 15px 15px 0 0;
}

.insurance-container ul {
    border-radius: 0 0 15px 15px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
}

.insurance-container ul li {
    padding: 10px 30px;
}

.insurance-container ul li:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
}

.insurance-container li p {
    color: #707070;
}

.insurance-container ul li:nth-of-type(even) {
    background: #F8F8F8;
}

.team-member-bg{
    background-image: url(../images/shape/profile-detail-bg.svg);
    background-position: left top;
    height: 405px;
    margin-left: -115px;
}

.profile-img{
    width: 60%;
    margin-top: -45px;
}

.overlay-top{
    height: 60px;
}

.insurance-list, .health-blog-list {
    border: 1px solid #F26311;
    margin-top: 20px;
    padding: 12px;
    min-height: 70px;
}
.insurance-list .row.d-flex, .health-blog-list .row.d-flex {
    min-height: 70px;
}
.overlay-bottom{
    height: 50px;
}

.black-text, .sub-content.text-gray h5.heading span{
    color: #000000;
}

.border-right-line{
    border-right: 1px solid #ddd;
}

.form-your-location{
    border-width: 0px !important;
}

.form-group-label .form-control.form-location{
    background-image: url(../images/icons/search.svg);
    background-repeat: no-repeat;
    background-position: right .95rem center;
    background-size: 20px;
    padding-right: 20px;
    padding-right: 46px;
    border-radius: 4px;
}

.label-insurance{
    z-index: 1;
}

.covered-img img{
    max-width: 110%;
    margin-left: 70px;
}

.banner-bg-img{
    background-size: 34%;
}

.covered-img::after{
    bottom: 10px;
    height: 300px;
}

.banner-image1{
    display: none !important;
}

.popup-filter,.popup-selector,.insurance-popup, .location-popup{
    position: fixed;
    bottom: 0;
    padding: 0 18px;
    width: 100%;
    height: 55vh;
    background-color: #FFF;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.popup-filter{
    height: 80vh;
}

.popup-filter .card{
    border: none;
}

.filter-text::after{
    content: '';
    position: absolute;
    width: 90%;
    height: 0.5px;
    background-color: #F37B20;
    top: 18px;
    right: -33px;
}

.filter-text span{
    background-color: #fff;
    z-index: 1;
    padding-right: 10px;
}

.profile-slider{
    display: none;
}

.team-details-tab{
    overflow-y: auto;
    border-bottom: 1px solid #ddd;
}

.team-details-tab p{
    padding: 0 10px;
    background: transparent;
    border: none;
}

.tab-section{
    display: none;
}

.team-details-tab .active-tab{
    border-bottom: 1px solid #ef8604;
}

.menu-btn {
    cursor: pointer;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 24px;
    right: 1.4rem;
    display: none;
}
.active-menu-btn .line:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 15px;
} 
.active-menu-btn .line:nth-child(2) {
    opacity: 0;
}
.active-menu-btn .line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -15px;
}
.filter-section{
    display: flex !important;
}
.filter-section .form-group {
    max-width: 20%;
}
.filter-section-hospital .form-group {
    max-width: unset;
}
.filter-line::after{
    content: '';
    position: absolute;
    width: 65%;
    height: 0.5px;
    background-color: #F37B20;
    top: 5px;
    right: -34px;
}
.fliter-sub-line-conatiner {
    position: relative;
    /* overflow: hidden; */
}
.filter-sub-line {
    padding-right: 10px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
}
.filter-sub-line::after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.73em;
    left: 110%;
    border-top: 1px solid #F37B20;
}
.location-popup .filter-sub-line::after {
    width: 150px;
}
.sub-text, .filter-line{
    font-size: 13px;
}

.filter-line{
    margin-bottom: .75rem !important;
}

.current-location:hover{
    background-color: transparent;
    color: #000;
}

a.know-more:hover{
    color: #fff;
    background-color: #F37B20;
    padding: 10px;
}
.w-60 {
    width: 60%;
}
.w-52 {
    width: 52%;
}
.w-80 {
    width: 80%;
}
.banner-line::before {
    top: 30px;
}
.border-start::after {
    top: 34px;
}
.technology-section .section-img::after{
    left: 0;
}

.btn-close{
    display: none;
}
.medical-tourism-block img, .success-stories img {
	max-height: 250px;
}
.media-section img {
    max-height: 270px;
}
.case-studies img {
    max-height: 300px;
}
.case-studies-details, .medical-tourism-details {
    max-height: 400px;
    border: 1px solid #F26311;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.border-placeholder {
    overflow: hidden;
    min-height: 300px;
    border: 1px solid #F26311;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.border-placeholder-inverse {
    overflow: hidden;
    min-height: 300px;
    border: 1px solid #F26311;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.tab-btn, .medical-btn{
    display: none !important;
}
.department-title{
    display: none;
}
.content-roboto-light, .content-roboto-light * , .content-listing ul li{
    font-family: Roboto-Light;
}
.medical-center-details {
    margin-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(109, 110, 112, 0.1);
    border-bottom: 1px solid rgba(109, 110, 112, 0.1);
    /* rgba(109, 110, 112, 0.1) */
}
.medical-center-details .d-flex {
    padding-bottom: 10px;
}
.center-icon {
    height: 21px;
    margin-right: 10px;
}
.btn-light-orange, .btn-light-orange:hover {
    color: #F37B20;
    background-color: rgba(243, 123, 32, 0.08);;
}
.btn-maps, .btn-maps:hover {
    padding: 10px 0;
    margin-left: 15px;
    font-size: 12px;
    min-width: 75px;
}
.btn-maps {
    visibility: hidden;
}
.center-details:hover .btn-maps {
    visibility: visible;
}
.center-wrapper {
    margin-bottom: 3.5rem;
}
.center-details-img {
    width: 100%;
    height: 390px;
}
.center-details-img { 
    height: 100%;
    width: auto;
}
.gx-5 {
    --bs-gutter-x: 5rem;
}
.section-center {
    overflow-x: hidden;
    padding: 4rem 6rem;
    padding-bottom: 2rem;
}
.doctor-empty-state {
    padding: 5rem 0;
    padding-top: 1rem;
}
.doctor-empty-state img {
    margin-bottom: 10px;
}
.doctor-empty-state h4 {
    color: #DDD;
    font-size: 2.3rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F37B20!important;
}
.select2-container .select2-selection--single{
    height: 54px!important;
    border: 1px solid!important;
    border-color: rgba(109, 110, 112, 0.3)!important;
    border-bottom: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 20px!important;
    line-height: 53px!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, 
.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Roboto-Regular';
    font-size: 1rem;
}
.select2-result-repository__title, .select2-results__option{
    font-family: 'Roboto-Regular' !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url(../images/icons/search.svg);
    background-repeat: no-repeat;
    background-position: right .95rem center;
    background-size: 20px;
    padding-right: 20px;
    padding-right: 46px;
    border-bottom: none;
    border-radius: 4px;
    top: 15px!important;
    right: 2px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 17px;
    font-family: 'Roboto-Light';
}
.medical-center-img img{
    width: 147%;
    max-width: fit-content;
    margin-top: -40px;
    margin-left: -88px;
}
.medical-center-img::after{
    content: '';
    width: 615px;
    height: 105px;
    position: absolute;
    right: -96px;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.164) 0%, #fff 100%);
    z-index: 1;
}
.center-details-icon {
    height: 20px;
    margin-right: 8px;
}
.center-content .listing li::before {
    top: 18px;
}
.center-doctor-details .gx-5 {
    --bs-gutter-x: 8rem;
}
.center-doctor-details .dr-title {
    font-size: 1.4rem;
}
.center-doctor-details .team-overlay {
    height: 70px;
}
.center-doctor-details .small-text {
    font-size: 12px;
}
.contact-link {
    display: none;
}
.insurance-list-img {
    max-height: 55px;
}
.appointment-popup{
    padding: 1.5rem 5.2rem;
}
.label-text{
    background: transparent;
    top: -3px;
    left: -10px;
}
.checkbox-wrap input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-checkmark {
    position: absolute;
    top: 18px;
    left: 20px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 2px solid #DDDDDD;
    border-radius: 2px;
    cursor: pointer;
}
.radiomark {
    border-radius: 50%;
}
.checkbox-wrapper{
    display: block;
    position: relative;
    margin-left: 10px;
    padding: 15px 58px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid;
    border-color: rgba(109, 110, 112, 0.3);
    user-select: none;
    text-align: left;
}
.checkbox-wrapper .checkbox-checkmark:after {
    left: 5px;
    top: 0.5px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox-wrapper .checkbox-checkmark.radiomark:after {
    width: 5px;
    height: 8px;
    top: 2.5px;
    left: 5px;
}
.checkbox-checkmark:after {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.checkbox-wrapper input:checked~.checkbox-checkmark{
    background-color: #F37B20;
    border: none;
}
.checkbox-wrapper input:checked~.checkbox-checkmark:after {
    display: block;
}
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.step-otp,.pre-step-otp, .step-register, .signin-container {
    display: none;
}
.step-init {
    margin-top: 50%;
}
.label-register-gender {
    left: 12px;
}
.radio-wrapper {
    cursor: pointer;
    padding-left: 20px;
    margin-right: 15px;
    font-size: 16px;
    font-family:Roboto-Regular;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 2px solid #EF8604;
    border-radius: 50%;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.logo-size{
    width: 28px;
    margin-right: 8px;
    margin-top: -10px;
}
.book-line{
    color: #F37B20 !important;
}

.book-line::after{
    width: 87%;
}
.calender {
    background-image: url(../images/icons/calender.svg);
    background-position: 94% center;
    background-repeat: no-repeat;
    background-size: 13px;
}
.datepicker *{
    font-family: Roboto-Regular;
}
.details-div:nth-child(odd) {
    border-right: 1px solid;
    border-color: rgba(109, 110, 112, 0.1);
}
input:checked~.checkmark:after {
    display: block;
}
.radio-wrapper .checkmark:after {
    left: 48%;
    top: 49%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border: none;
    /* transform: none; */
    border-radius: 50%;
    border-width: unset;
    background: #EF8604;
}

.select-slot{
    left: 0;
}

.hr-line {
    width: 95%;
    left: 12px;
    margin: 20px 0;
}
.appointment-popup h5.sub-content-text {
    padding-right: 20px;
}
.border-end, .border-start {
    height: calc(100% - 8px);
}


.training-section img, .home-care-banner img {
    max-width: 140%;
    margin-left: -145px;
}
.home-care-banner img {
    margin-top: -20px;
}
.training-section .banner-line::before {
    width: calc(100% + 14.7rem);
}
.in-news-section img {
    margin-right: 10px;
}

.health-blog-section img {
    width: 78%!important;
    margin-right: -110px;
    margin-top: -24px;
}
.health-blog-section .banner-line::before {
    width: calc(100% + 23.7rem);
}   
.textarea-control {
    padding: 15px 20px!important;
    height: auto!important;
}
.contact-section img {
    width: 155%!important;
    max-width: 155%;
    margin-left: -150px;
    margin-top: -22px;
}
.contact-detail {
    padding: 20px 25px;
    border: 1px solid #DEDEDF;
}
.contact {
    color: #707070;
    font-family: Roboto-Bold;
    font-size: 18px;
}
.awards-section{
    background-color: #FAFAFA;
    padding: 23px 45px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.awards-section>img {
    height: 100%;
}
.awards-recognition-section img {
    width: 105%!important;
    margin-right: -110px;
    margin-top: -24px;
    max-width: 115%;
}
.awards-title {
    margin: 0 auto;
    width: 54%;
}
.awards-title h4 span{
    font-size: 25px;
    line-height: 1.4;
    z-index: 1;
    background: #fff;
    font-family: 'RobotoCondensed-Regular';
}
.awards-title h4::before{
    content: "";
    display: block;
    border-top: solid 1px #F37B20;
    width: 62%;
    height: 2px;
    position: absolute;
    left: -208px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.awards-title h4::after{
    content: "";
    display: block;
    border-top: solid 1px #F37B20;
    width: 63%;
    height: 2px;
    position: absolute;
    right: -650px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.care-slider {
    border: 1px solid #ef8604;
}
.care-slider-head {
    margin-left: -0.5px;
}
.care-slider-head p {
    color: #FFF;
    width: 100%;
}
.text-light-gray {
    color: #707070;
}
.care-slider-body .listing-sub-content .col-8 p {
    word-break: break-word;
}
.our-team-section {
    padding-bottom: 2.5rem;
}
.health-blog-img {
    max-height: 75px;
}
.health-blog-list {
    padding: 12px 15px;
}
.updated-list .health-blog-list {
    margin: 20px 1px;
}
.contact-detail .listing-sub-content .col-7 p {
    word-break: break-word;
}
.video-container {
    width:100%; 
    height:250px;
}
.home-care-section {
    padding: 3rem 1.6rem;
}
.traning-center-section {
    padding: 3rem 7rem 6rem;
}
.insurance-card.slick-slide {
    height: auto;
}
.insurance-card.slick-slide p {
    color: #000000;
}
.insurance-slide-section {
    position: sticky;
    top: 35px;
    padding-left: 25px;
}
#map.pharmacies-map {
    height: 500px;
}
.pharmacies-section img {
    width: 165%!important;
    max-width: 165%;
    margin-left: -220px;
    margin-top: 10px;
}
.privacy-policy-section img {
    margin-left: -272px;
    width: 191%!important;
    max-width: 195%;
    margin-top: -22px;
    z-index: 0;
}
.social-text {
    font-size: 23px;
    line-height: 1.7;
}
.w-40 {
    width: 40%;
}
.listing-services li::before {
    background-color: #5D5C60;
    top: 16px;
    height: 8px;
    width: 8px;
}
.prime-hospital-section-1 img {
    max-width: 140%;
    margin-left: -58px;
}
.privacy-policy-section .banner-line::before {
    z-index: 1;
}
.prime-hospital-img::after{
    content: '';
    width: 132%;
    height: 105px;
    z-index: 1;
    left: -46px;
    bottom: -2px;
    background: linear-gradient(rgba(255, 255, 255, 0.164) 0%, #fff 100%);
    position: absolute;
}
.medical-services-section img {
    max-width: 148%;
    margin-left: -130px;
    margin-top: -40px;
}
.photo-gallery-section img {
    width: 130%;
    max-width: 130%;
    margin-top: 70px;
}
.gallery-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
} 
.gallery-section img {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
	padding-right: 20px;
}
.lg .lg-actions .lg-prev {
    background: url(../images/icons/prev.svg) center no-repeat #fff;
}
.lg .lg-actions .lg-next {
    background: url(../images/icons/next.svg) center no-repeat #fff;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    border-radius: 50%!important;
    background-size: 12px !important;
    border: #F37B20!important;
    height: 50px;
    width: 50px;
    border: 1px solid #F37B20!important;
}
.values-list::after {
    content: '';
    width: 5px;
    height: 1px;
    position: absolute;
    top: 17px;
    left: 105px;
    display: inline-block;
    background-color: #000000;
}
.text-orange-light {
    color: #F88A48;
}
.product-list li::before {
    top: 16px;
}
.prime-pharmacies::after {
    content: '';
    width: 100%;
    height: 35px;
    z-index: 1;
    left: 0px;
    bottom: -35px;
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
}
.lg-toolbar {
    display: none;
}
.photo-gallery-section .banner-line::before {
    width: calc(100% + 17.7rem);
}
.access-listing li {
    font-family: 'Roboto-Light';
    list-style: decimal;
    margin-left: 20px;
    padding-bottom: 2rem;
    padding-left: .75rem;
}
.download-img {
    width: 25px;
}
.text-dark-orange {
    color: #F26311;
}
.text-gray-1 {
    color: #6E6E6E;
}
.tips-list li p {
    margin-left: 1rem;
    color: #6E6E6E;
}
.right-content {
    font-size: 20px;
}
.release-information-banner .banner-line::before {
    width: calc(100% + 14.7rem);
}
.mail-text:hover {
    color: #000000;
}


.form-marker {
    height: 32px;
}

.sub-text-content {
    font-size: 1.1rem;
    line-height: 32px;
}
.btn-know-more {
    height: 50px;
}
.medi-pharmacies .section-img::after {
    bottom: -57px;
}
.main-department {
    background: rgba(221, 221, 221, 0.2);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.department-services {
    border: 3px solid #f48149;
    padding: 20px;
    height: 160px;
    border-radius: 50%;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-list img {
    max-height: 95px;
    max-width: 95px;
}
.form-medical {
    border: 1px solid rgba(109, 110, 112, 0.3)!important;
}
.w-45 {
    width: 45%;
}
.back-section{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.back-section h4{
	font-size: 40px;
	line-height: 60px;
	font-family: RobotoCondensed-Regular;
}
.back-section p{
	font-size: 30px;
	font-family: RobotoCondensed-Regular;
}
.quote-block{
	position: relative;
	padding-left: 60px;
}
.quote-block:before{
	content: '';
	position: absolute;
    height: 60px;
    width: 80px;
	background-image: url('../images/prime-healthcare-center/quote.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    left: -38px;
    top: 6px;
}
.back-section .container-fluid{	
	padding:6rem;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.department-service-list .col-xl-2 {
    width: 20%;
    padding-right: 25px;
}
.read-more-text {
    right: calc(50% - -25px);
    bottom: -22px;
}
.service-text {
    font-size: 1.7rem;
    line-height: 1.3;
}
.prime-group::after {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 84.01%, #fff 100%);
    left: 10px;
    bottom: 35px;
}
.prime-group img {
    width: 90%;
    margin-left: 80px;
}
.more {
    margin-bottom: 1rem;
}
.mission-section .section-img::after {
    bottom: unset;
    top: calc(100% - 65px);
}
.about-prime-content {
    height: 427px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.about-prime-content.read-more-content {
    height: 95%;
}
.scroll-top {
    position: fixed;
    right: 90px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/icons/scroll.png) no-repeat scroll center center#F37B20;
    background-size: 17px;
    box-shadow: 0 5px 10px rgb(121 1 98 / 25%);
    cursor: pointer;
    display: none;
    z-index: 3;
}
.dynamicContent * > a, .dynamicContent * > a span {
	color:#F26311 !important;
    font-family: 'Roboto-Light';
}
.banner-info-details h5 {
    color: #6D6E70;
}
.hd-title {
    display: inline-block;
    width: 74%;
    max-width: 74%;
}
.prime-hospital-section .border-line::after {
    top: 30%;
}
#Department_content *{
    font-size: 18px;
    line-height: 35px;
}
.content-section p {
    font-size: 17px;
    line-height: 30px;
    word-spacing: 1px;
}
.heading-section {
    display: inline-block;
    width: 90%;
    max-width: 90%;
}
.medical-center-line span {
    width: 70%;
    max-width: 70%;
} 
.accordion-section .card {
    border: 0;
    background-color: transparent;
}
.accordion-section .card-header {
    border-bottom: 0;
    background-color: transparent;
    padding-left: 0;
}
.accordion-section .card-header h4::before {
    content: url('../images/icons/circle-minus.svg');
    transform: scale(0.7);
    position: absolute;
    top: 1px;
    left: -3px;
}
.card-clinic-section h3, .dr-title, .services-title {
    font-size: 1.5rem;
}
.center-title {
    font-size: 2rem;
}
.center-details h4, .member-sub-title, .insurance-title {
    font-size: 14px;
    line-height: 1.5;
}
.title-speciality {
    font-size: 1.25rem;
}
.close-icon {
    display: none;
}
.insurance-container {
    padding-right: 25px;
}
.form-group-label .form-control.form-insurance, .form-group-insurance .select2-container .select2-selection--single {
    border-bottom: 1px solid rgba(109, 110, 112, 0.3) !important;
}
.page-found h1 {
    font-size: 8.5rem;
    color: #000;
    font-family: 'Roboto-Regular';
}
.page-found h6 {
    font-size: 28px;
    font-family: 'Roboto-Regular';
    color: #000;
    margin-bottom: 10px;
}
.page-section {
    height: 100vh;
}
.page-found {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.page-btn {
    min-width: 205px;
}
.error-text {
    font-family: 'Roboto-Regular';
    color: #8e8585;
    font-size: 16px;
    margin-bottom: 20px;
}

#lang-switch .select-control{
    height: 44px;
    padding: 0 25px 0 10px;
    background-position: right .5rem center;
    background-size: 12px;
}

.form-control:focus{
    box-shadow: none;
    border-color: #ef8604;
}

.border-line-ar::after {
    left: -235px;
    right: unset;
}

.section-img-ar::before {
    left: -85px;
    right: unset;
    background-image: url(../images/shape/rectangle3.svg);
}

.section-img-ar::after { 
    right: 45px;
    left: unset;
}

.philosophy-img-ar img {
    margin-right: -142px;
}

.section-img1-ar::before {
    right: -82px;
    background-image: url(../images/shape/rectangle2.svg);
}

.section-img1-ar::after {
    left: 22px;
    right: unset;
}

.info-more-ar.border-line::after {
    left: -38px;
    right: unset;
}
.info-more-ar {
    padding-left: 40px;
}
.border-line1-ar::after {
    left: -195px;
    right: unset;
}
.scroll-top-ar {
    left: 90px;
    right: unset;
}
.avaamo__icon-ar {
    left: 25px;
    right: unset;
}
#lang-switch .select-control-ar {
    background-position: left 0.3rem center!important;
    padding: 0 20px;
}
.nav-link-ar::after {
    left: 0px;
    right: unset;
}
ul .navbar-item-ar:not(:last-child)::after {
    left: 0;
    right: unset;
}
.banner-slider-ar .slick-dots {
    direction: rtl;
}
.banner-slider-ar  .banner-text {
    right: 90px;
    left: unset;
}
.banner-info-details-ar:hover .info-more-ar.border-line::after {
    left: -47px;
    right: unset;
}
/* .banner-info-details-ar:hover .info-more-ar {
    animation: RightToLeft .4s ease-in forwards;
} */
.info-more-ar {
    animation: rightToLeft .4s ease-in forwards;
}
.banner-info-details-ar:hover .info-more-ar {
    animation: leftToRight .4s ease-in forwards;
}
.heading-ar span {
    padding-right: 0px;
    padding-left: 30px;
}
.menu-btn-ar {
    left: 1.4rem;
    right: unset;
}
.banner-bg-ar {
    background-image: url(../images/shape/profile-detail-bg.svg);
    background-position: left center;
}
.banner-line-ar::before {
    left: 0;
    width: calc(100% + 7rem);
}
.breadcrumb-item-ar:not(:first-child) {
    padding-right: 1.5rem;
    padding-left: 0;
}
.breadcrumb-item-ar::after {
    transform: rotate(180deg);
    left: -18px !important;
    right: unset;
}
.breadcrumb-item-ar+.breadcrumb-item-ar {
    padding-left: 0;
}
.prime-img-ar img {
    margin-right: 6.8rem;
}
.prime-img-ar::after {
    left: -97px;
}
.bottom-line::after {
    left: 5px;
    right: unset;
}
.content-ar p {
    text-align: right;
}
.border-line1-small-ar::after {
    width: 168px;
    right: unset;
    left: -57px;
}
.dynamicContent-ar ul li::before, .listing-ar li::before {
    right: 0px;
    left: unset;
}
.dynamicContent-ar ul li, .listing-ar li {
    padding-left: 0;
    padding-right: 1.5rem;
}
.glance-img-ar img {
    margin-right: -6.5rem;
}
.glance-img-ar::after{
    left: 175px;
}
.team-member-bg-ar {
    background-image: url(../images/shape/banner-bg.svg);
    background-position: right top;
    margin-right: -158px;
    margin-left: 0;
}
.team-member-bg-ar .profile-img {
    margin-top: -73px;
}
.read-more-ar {
    margin-right: 82px;
    margin-left: 0;
}
.read-more-ar::before {
    right: -80px;
    left: unset;
}
.banner-img-ar::before {
    right: -115px;
    left: unset;
    bottom: 40px;
    transform: rotate(270deg);
}
.banner-line-left-ar::before {
    right: -108px;
}
.news-section-ar img {
    margin-right: -135px;
    margin-left: 0;
}
.in-news-section-ar img {
    margin-right: -220px;
    margin-left: 0;
}
.health-blog-section-ar img {
    margin-right: 210px;
}
.form-group-label-ar .form-control.form-search {
    background-position: left 0.95rem center;
}
.accordion-section-ar .card-header h4::before {
    right: -3px;
    left: unset;
}
.accordion-section-ar .card-header h4.collapsed::before {
    right: -3px;
    left: unset;
}
.read-content-ar {
    left: 0;
    right: unset;
}
.form-group-label-ar .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-position: left 0.95rem center;
    left: 2px!important;
    right: unset!important;
}
.form-group-filter-ar .filter-option-inner {
    text-align: right;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    /*text-align: right !important;*/
}
.form-group-filter-ar .bootstrap-select .dropdown-toggle {
    background-position: left 0.95rem center;
    padding-right: 20px;
}
.form-filter-ar .form-group-filter:not(:last-child) .dropdown.bootstrap-select .btn {
    border-left: none!important;
    border: 1px solid rgba(109, 110, 112, 0.3);
}
.listing-sub-content-ar li::before {
    right: 0;
    left: unset;
}
.training-section-ar .banner-line::before {
    width: calc(100% + 7.5rem);
}
.center-icon-ar {
    margin-right: 0;
    margin-left: 10px;
}
.btn-maps-ar {
    margin-left: 0;
}
.prime-hospital-img-ar::after {
    left: -95px;
}
.mission-section-ar .section-img::after {
    bottom: -100px;
    right: 12px;
}
.photo-gallery-section-ar .banner-line::before {
    width: calc(100% + 6.7rem);
}
.form-custom-select-ar .form-label {
    right: 10px;
    left: unset;
}
.form-group-label-ar .form-control.form-location {
    background-position: left 0.95rem center;
}
.pharmacies-section-ar img {
    margin-right: -220px;
    margin-left: 0;
}
.form-group-label-ar .form-control.form-location {
    padding-right: 20px;
}
.center-details-icon-ar {
    margin-right: 0;
    margin-left: 8px;
}
.medical-center-img-ar::after {
    right: -76px!important;
}
.form-label.form-label-ar {
    right: 22px;
    left: unset;
}
.quote-block-ar::before {
    right: -38px;
    left: unset;
}
.quote-block-ar {
    padding-right: 60px;
    padding-left: 0;
}
.back-section-ar .offset-lg-1 {
    margin-right: 8.3333333333%;
}
.rect-icon-ar::before {
    left: -85px;
    right: unset;
    background-image: url(../images/shape/rectangle3.svg);
}
.section-img-ar::after {
    right: 8px;
    left: unset;
}
.awards-recognition-section-ar img {
    margin-left: -150px;
    margin-right: 0;
}
.insurance-container-ar {
    padding-left: 25px;
    padding-right: 0;
}
.medical-services-section-ar img {
    margin-left: 0;
    margin-right: -130px;
}
.insurance-slide-section-ar {
    padding-right: 25px;
    padding-left: 0;
}
.prime-hospital-section-1-ar img {
    margin-right: -58px;
    margin-left: 0;
}
.read-more-text-ar {
    left: calc(50% - -25px);
}
.img-shadow-ar::after {
    height: 100px;
    left: -210px;
    width: 732px;
    bottom: -5px;
}
.covered-img::after {
    bottom: -30px;
}
.bigTitle-ar::after {
    left: 0;
}
.form-filter-ar .form-group-filter:not(:first-child) .dropdown.bootstrap-select .btn {
    border-left: 1px solid rgba(109, 110, 112, 0.3) !important;
}
.form-custom-select .form-label-ar {
    left: unset;
}
.floating-label-ar {
    right: 10px;
    left: unset;
}
.banner-line-ar::before {
    left: 0;
}
.team-profile-ar::after {
    background-image: url(../images/shape/banner-bg.svg);
    left: 112px;
}
.team-profile-ar .team-overlay {
    left: -5px;
}
.checkbox-checkmark-ar {
    right: 20px;
    left: unset;
}
.checkbox-wrapper-ar {
    text-align: right;
}
.calender-ar {
    background-position: 4% center;
}
.privacy-policy-section-ar img {
    margin-right: -272px;
}
.select-control-ar {
    background-position: left 0.95rem center;
}
.flip-image {
    transform: scale(-1,1);
}
.medical-tourism-section-ar img {
    margin-right: -218px;
    margin-left: 0;
}
.vision-section .section-img1-ar::after {
    left: 14px; 
}
.home-care-banner-ar img {
    margin-right: -145px;
    margin-left: 0;
}
.quote-block-ar:before {
    transform: scale(-1, 1);
}
.prime-group-ar {
    margin-right: 80px;
    margin-left: 0;
}
.mission-section-ar .section-img-ar::after {
    bottom: -18px;
}
.nav-item-ar.active-link::after {
    /* left: 16px; */
}
.navbar-item-submenu-ar svg {
    left: 17px;
    right: unset;
}
.navbar-item-submenu-ar .navbar-item-link {
    padding-left: 2.2rem;
    padding-right: 1rem;
}
.filter-line-ar::after {
    left: -34px;
    right: unset;
}
.border-right-small-ar::after {
    left: 40px;
    right: unset;
}
.filter-text-ar::after {
    left: -33px;
    right: unset;
}
.form-group-filter-ar .dropdown-menu {
    text-align: right;
}
.navigation-ar .page-item.page-support.disabled {
    overflow: hidden;
}
.training-section-ar img {
    margin-right: -72px;
    margin-left: 0;
}
.medical-center-img-ar img {
    margin-right: -88px;
    margin-left: 0;
}
.position-line-ar::after {
    width: 290px;
    left: -112px;
    right: unset;
    opacity: 0.3;
}
.social-icons {
    padding-top: 1.2rem;
}
.social-icons a img {
    height: 28px;
}
.social-icons a:not(:last-child) {
    margin-right: 14px;
}
.social-icons {
    border-top: 1px solid rgba(93,92,96, 10%);
}
.social-icons-sm {
    display: none!important;
}
.social-icons-ar a:not(:first-child) {
    margin-right: 14px;
}
.d-contents {
    display: contents;
}
.avaamo__icon, .avm-bot-welcome-notification {
    z-index: 99 !important;
}
.datepicker {
    z-index: 999!important;
}
.patients_dropdown .dropdown.bootstrap-select .btn {
    border-radius: 0;
}

.teleDesk{
    display: block;
}
.teleMob{
    display: none;
}
/* .teleprime-container {
    position: absolute;
    left: 24%;
    transform: translateX(-25%);
    bottom: 26px;
} */
.insurance-slider-ar .insurance-slide .slick-prev.slick-arrow,
.insurance-slide-ar .slick-prev.slick-arrow {
    right: auto;
    left: -1px;
    top: -10px;
}
.insurance-slider-ar .insurance-slide .slick-next.slick-arrow,
.insurance-slide-ar .slick-next.slick-arrow {
    right: unset;
    left: 50px;
    top: -10px;
}
/* .insurance-slide .slick-prev.slick-arrow {
    top: -14px;
}
.insurance-slide .slick-next.slick-arrow {
    top: -13px;
} */
.insurance-slider-ar .insurance-card.slick-slide,
.insurance-slide-ar .slick-slide {
    direction: rtl;
    height: 100%;
    background: #fff;
    border: 1px solid #fff;
}

.blog-social {
    display: flex;
    align-items: center;
    justify-content: end;
}
.blog-social li {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
.blog-social li img {
    height: 20px;
}
.site-title {
    color: #000000;
    font-family: RobotoCondensed-Bold;
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 5px;
    display: inline-block;
}

.site-details {
    display: flex;
    flex-wrap: wrap;
}

.site-details li {
    min-width: 50%;
}

.site-details li a {
    font-size: 1.1rem;
    line-height: 32px;
    word-spacing: 1px;
}

.site-title:hover, 
.site-details li a:hover {
    color: #F37B20;
}

@media screen and (min-width: 200px) and (max-width: 1199px) {
    section {
        padding: 5rem 1.2rem;
    }
    .offer-section {
        padding: 3rem 1.2rem;
    }
    .section-center {
        padding: 1rem 1.2rem;
        margin-top: 100px;
    }
    footer .container{
        padding: 1.75rem 30px;
    }
    .logo-img {
        width: 40% !important;
        margin-bottom: 15px;
    }
    .banner-text h2{
        font-size: 2.75rem;
    }
    .bigTitle span{
        font-size: 1.5rem;
        padding: 0 5px;
    }
    .profile-slider{
        display: block;
    }
    .profile-slide{
        display: none;
    }
    .slider-wrapper-main {
        position: unset;
    }
    header {
        padding: 10px 1.8rem!important;
    }
    .banner-main, .banner-section  {
        margin-top: 70px;
    }
    .department-section {
        margin-top: 162px;
    }
    .navbar {
        position: fixed;
    }
    header .container, .top-header {
        padding: 0;
        border-bottom: none;
    }
    .menu-btn {
        display: block;
    }
    .navbar-nav, ul .navbar-item:not(:last-child):after, .navbar-active-link::before,
    .breadcrumb-container, .top-nav .nav-link-button, .top-nav .nav-link::after, .awards-title h4::before, .awards-title h4::after {
        display: none;
    }
    .top-nav.active-menu {
        width: 100%;
        margin-top: 15px;
        border-bottom: 1px solid #DDDDDD;
    }
    .top-nav .navbar-nav li {
        display: table-cell;
    }
    .top-nav .navbar-nav li:last-child {
        display: none;
    }
    .top-nav.active-menu .navbar-nav {
        display: table-row;
    }
    .top-header {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start!important;
    }
    .top-nav .navbar-nav .nav-link {
        padding: 5px 0;
        margin-right: 12px;
        border-radius: 4px;
    }
    .top-nav .nav-item.active-link::after {
        bottom: -1px;
        height: 1px;
        /* width: calc(100% - 12px); */
    }
    .top-nav .navbar-nav .nav-link.nav-item-hospital{
        margin-right: 0;
    }
    .menu-btn .line {
        display: block;
        height: 2.5px;
        border-radius: 8px;
        width: 26px;
        margin: 5.5px 0;
        background-color: #001834;
    }
    .bottom-header {
        display: none;
        position: relative;
        top: 8px;
        background: #fff;
        left: 0;
        width: 100%;
        flex-wrap: wrap;
        height: calc(100vh - 130px);
        overflow: auto;
        /* padding: 0 2rem; */
        flex-direction: column;
        margin: 0px;
        padding-bottom: 30px;
    }
    .navbar-nav, .navbar-bottom {
        flex-direction: column;
    }
    .navbar-bottom .navbar-item {
        width: 100%;
    }
    .navbar-item-link {
        padding: 0.4rem 0;
    }
    .navbar-submenu, .navbar-childmenu {
        position: relative;
        top: 0;
        width: 100%;
        box-shadow: none;
        margin-left: 5px;
    }
    ul.navbar-childmenu {
        left: 10px;
        /* display: block; */
    }
    .navbar-submenu li.submenu-active, .navbar-childmenu li.submenu-active {
        border-color: transparent;
    }
    .navbar-submenu li a, .navbar-childmenu li a {
        padding: 5px;
    }
    .navbar-item-submenu svg {
        right: 14px;
    }
    .navbar-bottom li:hover .navbar-submenu, .navbar-submenu li:hover .navbar-childmenu,
    .service-detail h3::before, .service-detail h3::after, .banner-img::before, 
    .border-right-small::after, .border-right:before, .navbar-item-child .navbar-childmenu a::after {
        display: none;
    }
    .navbar-submenu li:hover, .navbar-submenu li.submenu-active, .navbar-childmenu li:hover, .navbar-childmenu li.childmenu-active {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-item-child a {
        position: relative;
    }
    .navbar-item-child a::after {
        content: '';
        background-image: url(../images/icons/dropdown.svg);
        background-position: 98% center;
        width: 8px;
        height: 8px;
        display: none;
        position: absolute;
        top: 11px;
        right: 80px;
        background-size: contain;
    }
    .navbar-item-submenu:hover svg {
        transform: rotate(0deg);
    }
    .form-group-label .form-control.form-search{
        border: 1px solid;
        border-color: rgba(109, 110, 112, 0.3);
    }
    .banner-control{
        margin-top: 1.5rem;
    }
    .contact-link {
        display: inline-block;
    }
    .nav-item .nav-link-button, .nav-item .nav-link-button:hover {
        margin-left: 0;
        padding: 6px 18px;
        /* margin-top: 8px; */
    }
    .updated-menu-btn .nav-link-button{
        margin-left: 50px;
    }
    .nav-head {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-head .nav-item {
        display: none;
        margin-right: 35px;
    }
    .btn-maps {
        visibility: visible;
    }
    .border-placeholder {
        min-height: 135px;
        border-top-right-radius: 48px;
        border-bottom-left-radius: 48px;
    }
    .product-list li::before {
        top: 12px;
    }
    .helth-group-container {
        padding-top: 6.5rem;
    }
    #lang-switch{
        display: block;
        position: absolute;
        right: 155px;
        top: 25px;
    }
    #lang-switch .select-control {
        height: 30px;
        font-size: 14px;
    }
    .contact-link{
        padding: 5px 10px !important;
    }
    .lang-switch-ar {
        left: 145px;
        right: unset;
    }
    .navbar-item-submenu-ar svg {
        right: unset;
        left: 10px;
    }
    .navbar-item-submenu-ar .navbar-item-link {
        padding-right: 0;
    }
    .lang-switch-ar {
        left: 140px;
        right: unset!important;
    }
    .nav-head-ar .nav-link-button {
        margin-left: 25px;
    }
    .aside-popup .card .card-body {
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 200px) and (max-width: 320px) {
    /* .banner-info{
        top: 290px!important;
    } */
    .team-member-bg{
        height: 225px !important;
    }
    .banner-img img {
        max-width: 111.7% !important;
    }
    .department-block p::after{
        width: 258px !important;
        right: 0px;
    }
    .medical-center-img img {
        width: 123.5% !important;
    }
    .privacy-policy-section img {
        margin-left: -55px!important;
    }
    .main-department {
        padding: 30px 15px;
    }
    .nav-head .nav-item {
        margin-right: 30px;
    }
    #lang-switch {
        right: 140px;
    }
    .nav-head-ar .nav-link-button {
        margin-left: 0;
    }
    .lang-switch-ar {
        left: 128px!important;
    }
    .prime-hospital-img-ar::after {
        left: -26px!important;
    }
}
@media screen and (min-width: 200px) and (max-width: 500px) {
    .banner-info{
        padding: 0 1.5rem;
        /* top: 350px; */
    }
    .section-article {
        padding-bottom: 2rem;
    }
    .section-t-m {
        margin-top: 150px;
    }

    .content-section{
        margin-top: 1.3rem;
    }
    .gallery-nav {
        margin-left: 10rem;
        margin-top: -55px;
    }
    .banner-image{
        display: none !important;
    }
    .banner-image1{
        display: block !important;
    }
    .logo-img{
        width: 70% !important;
    }
    .banner-line::before, .health-blog-section .banner-line::before, .photo-gallery-section .banner-line::before, .release-information-banner .banner-line::before {
        left: -108px;
        top: 15px;
        width: calc(100% + 8.5rem);
    }
    .training-section .banner-line::before {
        width: calc(100% + 7.5rem);
    }
    .training-section img, .home-care-banner img {
        max-width: 100%;
        margin-left: 0;
    }
    .home-care-banner img {
        margin-top: 0;
    }
    .banner-line.banner-line-small::after {
        width: 110px;
        right: -30px;
        top: 15px;
    }
    .navscroll .btn-group .btn{
        font-size: 13px;
        padding: 5px;
        line-height: 25px;
        margin-right: 10px !important;
        height: 40px;
    }
    .navscroll .btn-group .btn img {
        height: 18px;
    }
    .video-item, .video-select{
        margin: 0;
    }
    .slick-slider .slick-next.slick-arrow{
        right: 10px;
    }
    .slick-slider .slick-prev.slick-arrow{
        left: 10px;
        z-index: 1;
        top: 32%;   
    }
    .slick-slider .slick-next.slick-arrow{
        top: 32%;
    }
    .slick-slider .slick-next.slick-arrow{
        background: url("../images/icons/next-arrow.svg") center no-repeat rgb(255 255 255 / 40%);
        background-size: 15px !important;
        height: 30px;
        width: 30px;
    }
    .slick-slider .slick-prev.slick-arrow{
        background: url("../images/icons/previous-arrow.svg") center no-repeat rgb(255 255 255 / 40%);
        background-size: 15px !important;
        height: 30px;
        width: 30px;
    }
    .gallery-nav .slick-prev.slick-arrow {
        left: -100px;
        background: url("../images/icons/prev.svg") center no-repeat;
        background-size: 10px !important;
        height: 45px;
        width: 45px;
    }
    .gallery-nav .slick-next.slick-arrow {
        right: unset;
        left: -60px;
        background: url("../images/icons/next.svg") center no-repeat;
        background-size: 10px !important;
        height: 45px;
        width: 45px;
    }
    .absoulte-center{
        width: 50px;
    }
    .nav-tabs{
        display: none;
    }
    .team-profile .team-overlay{
        height: 60px;
    }
    .rating-list{
        height: 18px;
        width: 18px;
        margin-right: 4px;
    }
    .rating-list.rating-list-fill {
        background-size: cover;
    }
    .profile-list span{
        font-size: 16px;
        font-family: 'Roboto-Light';
        color: #6D6E70
    }
    .profile-detail{
        display: none;
    }
    .profile-details-content{
        height: auto;
        overflow-y: hidden;
        margin-bottom: 0;
        padding-right: 0!important;
    }
    .tab-section{
        display: block;
    }
    .tab-data1{
        display: none;
    }
    .videos-tab{
        display: block;
    }
    .navscroll-list{
        display: none;
    }
    .dr-title{
        font-size: 20px;
    }
    .team-details-tab p{
        font-size: 12px;
        font-family: 'Roboto-Regular' !important;
        color: #6D6E70;
        opacity: 0.6;
        line-height: 1.5;
        white-space: nowrap;
        padding: 0 20px;
        padding-bottom: 5px;
        padding-left: 0;
    }
    .team-details-tab .active-tab {
        color: #ef8604;
        opacity: 1;
    }
    .logo {
        height: 50px;
    }
    .logo-control {
        padding: 5px 0;
    }
    .logo-health {
        padding: 8px 0;
    }
    .filter-selector .form-control, 
    .dropdown.bootstrap-select .btn, .filter-selector input{
        height: 47px;
        padding: 2px 10px;
        /* margin-right: 20px; */
        border-radius: 0px;
    }
    .filter-selector .filter-option-inner-inner{
        font-size: 16px;
        margin-right: 27px;
    }
    .filter-selector .select-selected, .bootstrap-select>.dropdown-toggle{
        background-size: 12px!important;
        background-position: right .65em center;
    }
    .team-overlay{
        height: 50px
    }
    .card-clinic-section h3, .dr-title, .services-title {
        font-size: 1.1rem;
    }
    .navscroll p.sub-content {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 0.5rem;
    }
    .btn-team-member{
        font-size: 11px;
        padding: 7px;
        color: #FFF!important;
        background-color: #F37B20;
        border-radius: 2px;
        margin-bottom: 15px;
    }
    .small-text{
        line-height: 1.5;
        font-size: 10px;
    }
    .text-banner {
        font-size: 14px;
        line-height: 25px;
        color: #000000;
    }
    .form-label {
        padding: 2px 5px;
        left: 18px;
    }
    .label-text {
        left: 0px;
        margin-left: 0;
    }
    .checkbox-classes .checkbox-wrapper {
        padding-left: 34px;
    }
    .checkbox-classes .checkbox-checkmark {
        left: 10px;
    }
    .form-group-label .form-control, .form-custom-select{
        height: 48px;
        font-size: 14px;
        padding: 6px 10px;
        padding-right: 28px;
    }
    .dropdown.bootstrap-select .btn, .filter-selector input,
    .filter-text span{
        font-size: 13px;
        padding: 2px 14px;
        padding-right: 30px;
    }
    .bootstrap-select .dropdown-menu li a span.text{
        font-size: 0.85rem;
    }
    /* .accordion-section-profile .card-body {
        padding: 1rem 0;
    } */
    .team-accordion-main {
        margin-bottom: 15px;
    }
    .team-member{
        padding: 0 !important;
    }
    .team-member-acc {
        height: 100%;
        margin-bottom: 55px;
    }
    .team-member .btn-team-member {
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 100%;
    }
    .btn-team {
        bottom: 2px!important;
    }
    .form-group-label .form-control.form-search{
        background-size: 16px;
        border-radius: 0;
    }
    .form-group-label{
        margin-bottom: 1rem;
    }
    .accordion-header h4::after{
        left: 12px;
        top: 8px;
        opacity: .4;
    }
    .accordion-header h4::before{
        transform: scale(0.5);
        top: -3px;
        left: -8px;
    }
    .accordion-header h4 span{
        padding: 0 1.2rem;
        font-size: 13px;
        display: inline-block;
    }
    .link-additional-filter{
        font-size: 13px;
    }
    .navscroll {
        top: 70px;
        padding: 0.8rem 1.2rem;
    }
    .section-profile-details {
        padding-top: 5rem!important;
    }
    .team-profile::after {
        left: -32px;
    }
    .customer-review-link {
        padding-left: 0.3rem!important;
    }
    .customer-review-link p {
        font-size: 10px;
        line-height: 16px; 
    }
    .profile-list span, .profile-list * {
        font-size: 12px;
    }
    .profile-list {
        margin-top: 0.8rem;
    }
    .video-item h4, .video-select .filter-option-inner-inner {
        font-size: 14px;
    }
    .title-block h3 {
        font-size: 16px;
    }
    .title-block {
        padding: 10px;
        margin-bottom: 1rem;
        border-radius: 0px;
        margin-right: 10px;
    }
    .profile-details-content p, .profile-details-content {
        line-height: 22px;
        font-size: 13px;
    }
    ul.listing li p, .content-listing ul li {
        margin-bottom: 10px;
    }
    ul.listing.profile-list li p { 
        margin-bottom: 0;
    }
    .current-location{
        height: 43px;
        padding: 10px;
        font-size: 13px;
        border-radius: 2px;
    }
    .current-location img{
        width: 12px;
    }
    .accordion-card {
        margin-bottom: 10px;
    }
    .doctor-banner{
        margin-left: -30px !important;
    }
    .banner-bg{
        background-size: 200px !important;
    }
    .banner-section img {
        margin-top: 1.5rem !important;
    }
    .banner-title h2, .banner-title h2 span ,
    .banner-title h1, .banner-title h1 span {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    .banner-bg-img{
        background-size: 240px !important;
    }
    .looking-center-line::after{
        left: -81px !important;
    }
    .filter-sub-line::after {
        top: 10px;
    }
    .hr-orange{
        width: 103%;
    }
    .bigTitle::after{
        top: 15px;
        left: -82px;
    }
    .img-shadow::after{
        width: 100%;
        left: 18px;
        height: 75px;
        bottom: 0;
    }
    .current-location:hover{
        border-radius: 5px;
        padding: 10px;
    }
    .dropdown.bootstrap-select .btn, .form-group-filter input{
        height: 48px;
    }
    .prime-img::after, .glance-img::after{
        height: 45px !important;
    }
    .w-52 {
        width: 100%;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0.5rem;
    }
    .breadcrumb-item::after {
        right: -16px;
    }
    .title {
        font-size: 20px;
        margin-top: 0.5rem!important;
    }
    .sub-title {
        font-size: 14px;
        line-height: 24px;
    }
    .read-more {
        font-size: 16px;
        margin-left: 45px;
    }
    .read-more::before {
        width: 36px;
        left: -45px;
    }
    .sub-title.mt-3 {
        margin: 0.8rem 0!important;
    }
    nav[aria-label="breadcrumb"] {
        padding: 0 15px;
    }
    .section-article .col-12 {
        margin-bottom: 1.8rem;
    }
    .banner-img img {
        max-width: 108.7%;
    }
    .read-content{
        bottom: -27px;
    }
    .banner-line-large::before{
        left: -177px;
        width: calc(100% + 13rem);
    }
    .event-section {
        padding: 1rem 1rem 2rem;
    }
    .insurance-details ul.listing li p {
        margin-bottom: 2px;
    }
    .interiors-section{
        padding-bottom: 0;
        padding-top: 6rem;
    }
    .successstories-banner img{
        max-width: 108.3%;
    }
    .w-80 {
        width: 100%;
    }
    .heading span{
        padding-right: 0px;
    }
    .btn-close{
        display: block;
    }
    .tab-btn, .medical-btn{
        display: block !important;
        min-width: 135px!important;
    }
    .d-inline-block.medical-btn {
        display: inline-block!important;
    }
    .medical-btn{
        min-width: 165px!important;
    }
    .actTabs-container {
        right: 0px !important;
    }
    .department-list, .medical-center-block{
        width: 100%;
        position: fixed;
        background: #fff;
        right: -100%;
        bottom: 0;
        padding-top: 20px;
        /* z-index: 10; */
        z-index: 99999;
        display: none;
    }
   .department-block {
        overflow: auto;
        overflow-x: hidden;
        overflow-y: auto;
        height: 60vh;
   }
    .department-block p::after{
        width: 100% !important;
    }
    .department-block p::after, .department-block .active-tab{
        border: none;
        background: transparent;
    }
    .department-list p, .department-block-center p{
        padding: 5px 20px;
        font-size: 13px;
    }
    .department-list h5, .medical-center-block h5{
        padding: 0 20px;
        font-size: 14px;
    }
    .department-title{
        display: block;
    }
    .department-title::after{
        top: 10px;
        width: 50%;
    }
    h2{
        font-size: 22px;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        line-height: 43px!important;
        padding-left: 14px!important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        background-size: 16px;
        height: 18px !important;
    }
    .select2-container .select2-selection--single{
        height: 43px!important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        right: -3px !important;
        top: 12px!important;
    }
    .select2-result-repository__title, .select2-results__option{
        font-size: 13px;
    }
    .medical-center-img img{
        width: 116.5%;
        margin-left: -30px;
        margin-top: 0px !important;
    }
    .medical-center-img::after{   
        width: 425px;
        right: -18px;
        height: 60px;
    }
    .banner-section img.center-details-icon{
        height: 16px;
        margin-top: 0 !important;
    }
    .center-doctor-details .dr-title {
        font-size: 1rem;
    }
    .form-group-label .form-control.form-search{
        background-position: right .5rem center;
        padding-right: 28px;
    }
    .filter-text::after{
        top: 15px;
    }
    .center-content .listing li::before {
        top: 9px;
    }
    .center-icon{
        height: 18px;
    }
    .team-overlay, .center-details-overlay{
        height: 100px;
        bottom: -1px;
    }
    .btn-center-more {
        font-size: 13px;
    }
    .btn-team-member, .btn-center-more{
        padding: 6px;
    }
    .center-wrapper {
        margin-bottom: 1.5rem;
    }
    .banner-line-prime::before{
        width: calc(100% + 9.2rem);
    }
    .insurance-list{
        padding: 7px;
        margin-top: 15px;
    }
    .contact-section img {
        max-width: 145%;
    }
    .contact-detail {
        margin-top: 20px;
        padding: 8px 12px;
    }
    .contact {
        font-size: 14px;
    }
    .form-prime-location .form-custom-select {
        padding-right: 0px;
    }
    .textarea-control {
        padding: 15px 12px!important;
    }
    .pharmacies-section img {
        max-width: 100%;
        margin-top: 3rem !important;
    }
    .privacy-policy-section img {
        margin-left: -87px;
        width: 132%!important;
        max-width: 170%;
    }
    .prime-hospital-section-1 img {
        max-width: 118%;
        margin-left: -35px;
    }
    .prime-hospital-img::after {
        width: 118%;
        height: 58px;
    }
    .medical-services-section img {
        max-width: 115%;
    }
    .photo-gallery-section img {
        max-width: 115%;
        margin-left: -23px;
    }
    .values-list::after {
        top: 12px;
        left: 83px;
    }
    .prime-pharmacies::after {
        bottom: -57px;
    }
    .gallery-section img {
        width: 98%;
    }
    .release-information-banner img {
        margin-left: -70px;
        max-width: 90%;
    }
	.back-section .container-fluid{
		padding:5rem 1.2rem;
	}
	.back-section h4{
		font-size: 30px;
		line-height: 50px;
	}
    .quote-block:before {
        height: 35px;
        width: 48px;
        left: 15px;
    }
    .back-section p {
        font-size: 25px;
    }
    .services-list img {
        max-height: 65px;
        max-width: 60px;
    }
    .department-service-list .col-xl-2 {
        width: 50%;
        padding-right: 5px;
    }
    .department-services {
        width: 105px;
        height: 105px;
    }
    .read-more-text {
        bottom: 0px;
        right: 35px;
    }
    .mission-section .section-img::after {
        bottom: unset;
        top: calc(100% - -12px);
    }
    .scroll-top {
        right: 85px;
        bottom: 15px;
    }
    .prime-group img {
        margin-top: 40px;
    }
    .close-icon {
        display: block;
    }
    .lang-switch-ar {
        left: 162px;
    }
    .breadcrumb-item-ar::after {
        left: -18px !important;
        right: unset;
    }
    .news-section-ar img {
        margin-right: -27px;
    }
    .in-news-section-ar img {
        margin-right: 0;
    }
    .prime-hospital-img-ar::after {
        left: -40px;
        width: 116%;
    }
    .mission-section-ar .section-img::after {
        right: unset;
    }
    .pharmacies-section-ar img {
        margin-right: 0;
    }
    .medical-services-section-ar img {
        margin-left: 0;
        margin-right: 0;
    }
    .img-shadow-ar::after {
        left: -20px;
    }
    .privacy-policy-section-ar img {
        margin-right: -30px;
    }
    .prime-hospital-section-1-ar img {
        margin-right: -30px;
    }
    .home-care-banner-ar img {
        margin-right: 0; 
    }
    .heading-ar span {
        padding-left: 0;
    }
    .medical-tourism-section-ar img {
        margin-right: -28px;
        margin-left: 0;
    }
    .form-group-filter-ar .dropdown.bootstrap-select .btn, .form-group-filter input {
        border-radius: 4px!important;
    }
    .insurance-section-ar {
        direction: ltr;
    }
    .training-section-ar img {
        margin-right: -5px;
    }
    .vision-ar .section-img1-ar::after {
        top: calc(100% - -12px)!important;
    }
    .medical-center-img-ar img {
        margin-left: 0;
        margin-right: -27px;
    }
    .medical-center-img-ar::after {
        right: -15px!important;
    }
    .prime-group-ar {
        margin-right: 10px;
    }
    .filter-sub-line::after {
        display: none;
    }
    .team-profile-ar::after {
        right: -32px;
        left: unset;
    }
    .team-profile-ar .team-overlay {
        right: 0;
    }
    .dr-small-text {
        font-size: 10px !important;
    }
    .dr-title-text {
        font-size: 15px;
    }
    .team-overlay-img {
        height: 50px;
    }
    .banner-text h2 {
        font-size: 1.2rem;
    }
    .banner-text-bg::after {
        top: -2px !important;
    }
    .form-custom-select {
        padding-right: 0px;
    }
    .select2-container--default .select2-selection--single {
        border-radius: 3px!important;
    }
    .accordion-section .card-header h4::before {
        transform: scale(0.5)!important;
        left: 0
    }
    .accordion-section-ar .card-header h4::before {
        left: 324px;
    }
    .our-mgmt-img.philosophy-img img {
        margin-left: -30px;
    }
    .social-icons a img {
        height: 23px;
    }
    .social-icons a:not(:last-child) {
        margin-right: 12px;
    }
    .social-icons-ar a:not(:first-child) {
        margin-right: 12px;
    }
}

@media screen and (min-width: 200px) and (max-width: 800px) {
    .site-title {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .site-details li {
        min-width: 100%;
    }
    .site-details li a {
        font-size: 14px;
        line-height: 25px;
    }
    .gx-5 {
        --bs-gutter-x: 0;
    }
    .aside-popup {
        right: -90%;
        width: 90%;
        padding: 1rem;
    }
    .aside-popup-active {
        right: 0;
    }
    .aside-popup .btn, .antenatal-section .btn {
        font-size: 12px;
        padding: 10px 5px;
        margin-bottom: 10px;
    }
    .banner-text{
        left:25px;
    }
    .banner-text-bg::after{
        top: -10px;
        width: calc(100% + 38px);
        left: -25px !important;
    }
    .banner-info-details h5{
        font-size: 0.75rem;
    }
    .banner-info-details{
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .banner-info{
        padding: 0 2rem;
		margin-top: -1rem;
    }
    .banner-info-details{
        background-size: 65px 95px;
        background-color: #F9F9F9;
    }
    .banner-info-details h2{
        font-size: 20px;
    }
	
    .banner-slider .slick-dots{
		bottom: 3rem;
	}
    .view-more{
        display: none;
    }
    .heading{
        font-size: 1.5rem;
    }
    .content, .content p {
        font-size: 13px;
        line-height: 22px;
    }
    .know-more{
        font-size: 14px;
    }
    .philosophy-text {
        font-size: 14px;
    }
    .btn-orange{
        min-width: 160px;
        font-size: 14px;
        padding: 10px 20px;
    }
    .btn-orange, .btn-orange:hover{
        padding: 10px 20px;
        border-radius: .25rem;
    }
    a.know-more{
        display: inline-block;
        padding: 10px;
    }
    .philosophy-img img{
        margin-left: -70px;
        width: 125%;
        margin-top: -60px !important;
    }
    .footer-contact h5{
        font-size: 16px;
    }
    .footer-links{
        margin-bottom: 1.5rem;
    }
    .footer-icons {
        height: 15px;
    }
    .border-line1::after{
        display: none;
    }
    .border-line::after{
        display: none;
    }
    .gallery-main::after{
        height: 110px;
    }
    .flex-container{
        display: flex;
        align-items: flex-end;    
    }
    .section-img::after{
        background-size: 42px;
        background-image: url(../images/shape/rectangle4.svg);
        right: 0;
        left: auto !important;
        width: 55px;
    }
    .section-img::before{
        background-image: url(../images/shape/rectangle1.svg);
        background-size: 42px;
        left: 12px;
        top: -52px;
        width: 55px;
        height: 55px;
    }
    .section-img1::after{
        background-size: 42px;
        right: 0px;
        width: 55px;
        height: 55px;
        bottom: -65px;
    }
    .section-img1::before{
        background-size: 42px;
        left: 10px;
        background-image: url(../images/shape/rectangle1.svg);
        top: -57px;
        width: 55px;
        height: 55px;
    }
    .prime-hospital-section {
        padding: 2rem;
    }
    .prime-img img{
        margin-left: 0;
        margin-top: 0;
    }
    .top-container{
        margin-bottom: 5rem;
    }
    .top-container.top-container-group {
        margin-bottom: 3rem;
    }
    .banner-section img{
        margin-top: 4.5rem;
    }
    .main-container {
        padding: 3.5rem 1.5rem 5rem;
    }
    .banner-section .btn-orange {
        padding: 10px;
        min-width: 220px;
        font-size: 14px;
    }
    .floating-label{
        font-size: 10px;
        top: -7px;
        left: 5px;
    }
    .banner-bg{
        background-position: right bottom;
        background-size: 280px;
    }
    .covered-img img{
        margin-left: 0;
        max-width: 103%;
    }
    .covered-img::after{
        bottom: -48px;
        height: 100px;
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 50.01%, #fff 100%);
    }
    #map{
        margin-top: 1.5rem;
    }
    
    .profile-details-video{
        height: auto;
    }
    .profile-details{
        padding-top: 1.5rem;
    }
    .video-item h4{
        font-size: 14px;
        line-height: 1.7;
    }
    .banner-line::after{
        width: calc(100% - 220px);
        right: -30px;
        top: 13px;
    }
    .filter-section{
        overflow-y: auto;
        flex-wrap: nowrap;
        padding: 0 12px;
    }
    .filter-section .form-group {
        max-width: unset;
    }
    .breadcrumb-section{
        margin-top: 85px;
        margin-left: 4px;
    }
   
    .hr span{
        font-size: 12px;
        top: -8px;
    }
    .banner-title h2, .banner-title h2 span,
    .banner-title h1, .banner-title h1 span{
        margin-bottom: 7px;
    }
    .form-add-filter .form-filter .form-group-label{
        margin-bottom: 0 !important;
    }
    .form-add-filter .form-filter{
        padding-bottom: 0 !important;
    }
    .footer-contact p {
        padding-left: 24px;
        font-size: 13px;
    }
    .footer-contact {
        margin-top: 1.5rem;
    }
    .hr{
        margin: 20px 0;
    }
    .border-right-line{
        border-right: 0px;
    }
    .insurance-selector{
        padding-left: 0px !important;
    }
    .form-group-label .form-control.form-location{
        background-size: 16px;
    }
    .btn-team-member:hover {
        color: #FFF!important;
        font-size: 11px;
        padding: 6px;
        border-radius: 2px;
        border-color: transparent;
        background-color: #F37B20;
    }
    .accordion-section {
        padding: 0;
    }
    .bigTitle span{
        padding: 0;
    }
    .service-detail h3 {
        font-size: 20px;
    }
    .prime-img::after, .glance-img::after{
        left: 0;
        height: 65px;
        bottom: -1px;
    }
    .service-detail {
        padding-top: 40px;
    }
    .glance-img img{
        margin-left: 0px;
    }
    .glance-img{
        margin-bottom: 2rem;
    }
    .title {
        font-size: 20px;
        margin-top: 0.5rem!important;
    }
    .sub-title {
        font-size: 14px;
        line-height: 24px;
    }
    .read-more {
        font-size: 16px;
        margin-left: 45px;
    }
    .read-more::before {
        width: 36px;
        left: -45px;
    }
    .team-member-bg{
        margin-left: -31px;
        height: 295px;
    }
    .profile-img {
        width: 65%;
    }
    .h5, h5 {
        font-size: 1rem;
        line-height: 23px;
    }
    .banner-line-left::before{
        width: 28px;
        left: -32px;
        top: 15px;
    }
    .success-stories, .media-section, .medical-tourism-block, .case-studies {
        padding-bottom: 2.5rem;
    }
    p{
        font-size: 12px;
        line-height: 20px;
    }
    h3{
        font-size: 19px;
    }
    .education-program-list p {
        font-size: 13px;
        line-height: 23px;
    }
    .education-program-list {
        padding: 8px 15px;
        padding-right: 1.5rem;
    }
    .top-section {
        padding-top: 4.5rem;
    }
    .program-img {
        height: 140px;
        margin-top: -87px;
    }
    .title-section {
        font-size: 24px;
        line-height: 34px;
    }
    .title-large-section {
        font-size: 30px;
        line-height: 38px;
    }
    .listing-sub-content li::before, .dynamicContent  ul li::before {
        top: 12px;
    }
    .care-slider {
        display: block;
    }
    .address-text{
        font-size: 17px;
        line-height: 25px;
    }
    .time-table tr td, .time-table th{
        padding: 10px 15px;
        font-size: 14px;
    }
    .team-img img {
        margin-left: 0;
    }
    .h4, h4{
        font-size: 1.2rem;
    }
    .program-banner-section img, .team-img img{
        width: 100%;
        max-width: max-content;
    }
    .news-section img {
        max-width: 120%;
        margin-top: 15px;
    }
    .sub-content, .details-content p, .sub-content p, .sub-content .dynamicContent p, .sub-content .dynamicContent span {
        font-size: 14px!important;
        line-height: 24px!important;
    }
    .content-listing ul li {
        font-size: 13px;
    }
    .content-listing ul li::before {
        top: 14px;
    }
    .small-icon {
        width: 10px;
    }
    .insurance-main img{
        margin: 10px 0;
    }
    .insurance-main {
        padding: 30px 10px;
    }
    .insurance-main img{
        max-height: 80px;
    }
    .page-link{
        padding: .265rem .6rem;
        font-size: 12px;
    }
    .page-item:last-child .page-link::after, .page-item:first-child .page-link::after{
        top: 8px;
        right: -7px;
    }
    .insurance-slide .slick-prev.slick-arrow, .health-blog-slide .slick-prev.slick-arrow {  
        background: url(../images/icons/prev.svg) center no-repeat transparent;
        background-repeat: no-repeat;
        background-size: 7px !important;
        right: 45px;
        top: -3px;
        left: unset;
    }
    .insurance-slide-ar .slick-prev.slick-arrow{  
        left: 0px;
    }
    .insurance-slide-ar .slick-next.slick-arrow{  
        right: unset !important;
        left: 50px !important;
    }
    .insurance-slide .slick-next.slick-arrow, .health-blog-slide .slick-next.slick-arrow {
        background: url(../images/icons/next.svg) center no-repeat transparent;
        background-repeat: no-repeat;
        background-size: 7px !important;
        right: 0;
        top: -3px;
        left: unset;
    }
    .insurance-container img{
        width: 17px;
    }
    .sub-title1 {
        font-size: 22px;
        line-height: 35px;
    }
    .sub-content-text {
        font-size: 15px;
        line-height: 23px;
    }
    .department-block p::after {
        width: 100%;
        right: 0;
    }
    .department-section {
        margin-top: 85px;
    }
    .department-section img {
        max-width: 115%;
        margin-left: -50px;
    }
    .medical-tourism-section img {
        max-width: 122%;
        margin-top: 45px;
    }
    .event-section {
        padding: 1rem 2rem;
    }
	/* .banner-line{
		overflow: hidden;
	} */
    .content-listing ul li::before {
        top: 13px;
    }
    .content-listing tr td {
        padding: 12px;
        font-size: 13px;
    }
    .main-title:after{
        display: none;
    }
    .team-img {
        margin-left: 0;
    }
    .team-img::after {
        height: 60px;
    }
    .medical-tourism-section h2 {
        margin-top: 0;
    }
    .insurance-item {
        min-height: 150px;
    }
    .doctor-empty-state {
        padding: 0;
    }
    .doctor-empty-state img {
        width: 50%;
    }
    .doctor-empty-state h4 {
        font-size: 1.2rem;
        margin-top: 1rem!important;
    }
    .insurance-details .listing li::before{
        top: 10px;
    }
    .btn-maps, .btn-maps:hover {
        padding: 5px 0;
        margin-left: 10px;
        font-size: 12px;
    }
    .insurance-list .row.d-flex, .insurance-list {
        min-height: 46px;
    }
    .checkbox-wrapper{
        padding: 12px 48px;
        font-size: 14px;
        padding-right: 12px;
    }
    .checkbox-checkmark{
        top: 14px;
        height: 14px;
        width: 14px;
    }
    .checkbox-wrapper .checkbox-checkmark:after{
        left: 4px;
        top: -0.5px;
        width: 6px;
        height: 10px;
    }
    .checkbox-classes .checkbox-wrapper {
        padding-left: 36px;
    }
    .checkbox-classes .checkbox-checkmark {
        left: 11px;
    }
    .calender{
        background-size: 10px;
    }
    .radio-wrapper {
        font-size: 13px;
    }
    .checkmark {
        top: 1px;
    }
    .details-div{
        border: none;
    }
    .select-selected, .bootstrap-select>.dropdown-toggle, .select-control{
        background-size: 15px 15px;
    }
    .hr-line {
        width: 90%;
    }
    .border-end{
        border-right: none!important;
    }
    /* ul.dropdown-menu.inner {
        min-width: 100px!important;
        max-width: 200px;
    } */
    ul.dropdown-menu.inner {
        min-width: 100%!important;
        max-width: 300px;
    }
    .dropdown-header span {
        display: inline-block;
        word-wrap: break-word;
        max-width: 250px;
        white-space: normal;
    }
    .dropdown-menu .inner::-webkit-scrollbar{
        height: 4px;
    }
    .in-news-section img {
        max-width: 102%;
    }
    .health-blog-section img {
        margin-right: -30px;
        width: 55%!important;
        margin-top: 18px;
    }
    .btn-reserver-appointement {
        height: 45px;
        font-size: 14px;
        line-height: 10px;
    }
    .awards-recognition-section img {
        margin-right: -30px;
    }
    .awards-title h4 span {
        font-size: 16px;
        line-height: 1.5;
    }
    .awards-title {
        width: 100%;
    }
    .awards-section {
        padding: 20px 38px;
        height: 210px;
    }
    .health-blog-list {
        padding: 10px;
    }
    .health-blog-img {
        max-height: 65px;
    }
    .form-prime-location .col-12 {
        padding-left: 0;
    }
    .form-prime-location .form-custom-select .form-label {
        left: 15px;
    }
    .social-text {
        font-size: 18px!important;
        line-height: 1.5!important;
    }
    .gallery-section .item {
        margin-bottom: 15px;
    }
    .gallery-photo {
        margin-right: 15px;
    }
    .lg-actions .lg-next, .lg-actions .lg-prev {
        height: 35px;
        width: 35px;
        background-size: 8px !important;
    }
    .lg-backdrop, .lg-toolbar {
        margin: 0;
    }
    .lg-actions .lg-prev {
        left: 30px!important;
    }
    .lg-actions .lg-next {
        right: 30px!important;
    }
    .gallery-section img {
        padding-right: 10px;
    }
    .download-img {
        width: 17px;
    }
    .sub-text-content {
        font-size: 15px;
        line-height: 30px;
    }
    .btn-know-more {
        height: 45px;
    }
    .quote-block {
        padding-left: 80px;
    }
    .service-text {
        font-size: 20px;
    }
    .prime-group img {
        margin-left: 7px;
    }
    .about-prime-content {
        height: 340px;
    }
    .read-more-text {
        bottom: auto;
    }
    .avaamo__icon, .scroll-top {
        width: 40px!important;
        height: 40px!important;
    }
    .scroll-top {
        right: 70px;
    }
    .heading-section {
        width: 80%;
        max-width: 80%;
    }
    .dynamicContent * {
        font-size: 14px;
        line-height: 26px;
    }
    .content-section p {
        font-size: 15px;
        line-height: 28px;
    }
    .medical-center-line span {
        width: 100%;
        max-width: 100%;
    }
    .scroll-top {
        background-size: 14px;
    }
    #Department_content *, .sub-content span {
        font-size: 15px;
        line-height: 30px;
    }
    .accordion-section .card-header h4::before {
        top: -3px;
        /* left: -8px; */
        transform: scale(0.6);
    }
    .center-details h4, .member-sub-title, .insurance-title {
        font-size: 13px!important;
        line-height: 1.4;
    }
    .title-speciality {
        font-size: 0.95rem;
        line-height: 22px;
    }
    .accordion-section .card-header h4 span {
        font-size: 14px;
    }
    .accordion-section .card-header h4.collapsed::before {
        top: -4px;
        transform: scale(0.6);
    }
    .insurance-container {
        padding-right: 0;
    }
    .insurance-slide-section {
        padding-left: 0;
    }
    .philosophy-img-ar img {
        margin-right: -25px;
    }
    .nav-head-ar .nav-item {
        margin-left: 35px;
        margin-right: 0;
    }
    .section-img1-ar::before {
        right: 0;
        left: unset!important;
    }
    .section-img-ar::before {
        right: 0;
        left: unset;
    }
    .section-img1-ar::after {
        left: 15px;
        right: unset!important;
        top: calc(100% - -12px);
        bottom: unset;
    }
    .scroll-top-ar {
        left: 82px;
    }
    .section-img-ar::after {
        right: unset;
        left: 10px!important;
    }
    .prime-img img, .glance-img-ar img {
        margin-right: 0;
    }
    .banner-bg-ar {
        background-position: left bottom;
    }
    .form-prime-location .form-custom-select-ar .form-label {
        left: unset;
        right: 20px;
    }
    .awards-recognition-section-ar img {
        margin-left: -28px;
        margin-right: 0;
    }
    .floating-label-ar {
        left: unset;
        right: 10px;
    }
    .vision-section .section-img1-ar::after {
        top: 280px;
    }
    .our-mgmt-img.philosophy-img img {
        width: 100%;
    }
    .team-member-bg-ar {
        margin-right: -30px;
        margin-left: 0;
    }
    .quote-block-ar {
        padding-left: 28px;
        padding-right: 50px;
    }
    .banner-slider-ar .banner-text {
        right: 0;
    }
    .banner-line-left-ar::before {
        right: -32px;
        left: unset;
    }
    .insurance-container-ar {
        padding-left: 0;
    }
    .form-group-filter-ar .dropdown.bootstrap-select .btn {
        padding: 2px 12px !important;
        padding-left: 30px !important;
        background-position: left 0.75rem center;
    }
    .social-icons-sm {
        display: block!important;
    }
    .social-icons-lg {
        display: none!important;
    }
    .teleDesk{
        display: none;
    }
    .teleMob{
        display: block;
    }
    /* .teleprime-container {
        left: 50%;
        transform: translateX(-50%);
        bottom: 8px;
        padding: 6px 25px;
        min-width: auto;
    }
    .teleprime-container:hover {
        padding: 6px 25px;
    } */
    .blog-social {
        margin-bottom: 2rem;
    }
    .blog-social li img {
        height: 15px;
    }
}


@media screen and (min-width: 700px) and (max-width: 900px){
    .site-details li {
        min-width: 50%;
    }
    .site-title {
        font-size: 1.2rem;
        line-height: 25px;
    }
    .site-details li a {
        font-size: 0.9rem;
        line-height: 27px;
    }
    .banner-title h2, .banner-title h2 span,
    .banner-title h1, .banner-title h1 span{
        font-size: 32px !important;
        line-height: 34px;
    }
    .news-section.banner-bg{
        background-size: 265px;
    }
    .center-details-icon {
        height: 17px;
        margin-top: 1px !important;
    }
    .medical-center-img img {
        width: 142%;
    }
    .medical-center-img::after{
        width: 400px;
        right: -18px;
        height: 80px;
    }
    .btn-team-member, .btn-center-more{
        font-size: 13px;
    }
    .center-doctor-details .dr-title {
        font-size: 1.1rem;
    }
    .center-content .listing li::before {
        top: 16px;
    }
    .dropdown.bootstrap-select .btn, .form-group-filter input{
        padding: 8px 10px !important;
        padding-right: 24px !important;
    }
    .form-group-label .form-control.form-search{
        background-size: 18px;
        background-position: right .65rem center;
        padding-right: 36px;
    }
    .form-group-label .form-control, .form-custom-select{
        padding: 6px 12px;
    }
    .form-group-label .form-control, .form-custom-select, .dropdown.bootstrap-select .btn, .form-group-filter input, .select2-container .select2-selection--single{
        height: 48px !important;
        line-height: 33px;
    }
    .center-icon{
        height: 20px;
    }
    .team-overlay, .center-details-overlay{
        bottom: -1px;
        height: 110px;
    }
    .banner-line-prime::before{
        width: calc(100% + 9rem) !important;
    }
    .center-title{
        font-size: 1.4rem;
    }
    .center-details-shape {
        width: 45px;
        height: 45px;
        left: 13px;
    }
    .insurance-slide .slick-prev.slick-arrow, .insurance-slide .slick-next.slick-arrow, .health-blog-slide .slick-next.slick-arrow, 
    .health-blog-slide .slick-prev.slick-arrow {
        height: 35px !important;
        width: 35px !important;
    }
    .insurance-list{
        padding: 8px;
    }
    .radio-wrapper, .form-control {
        font-size: 14px;
    }
    .checkmark {
        top: 2px;
    }
    .hr-line {
        width: 92%;
    }
    ul.dropdown-menu.inner {
        min-width: unset!important;
        max-width: unset;
    }
    .health-blog-section img {
        margin-top: -12px;
        width: 80%!important;
    }
    .textarea-control {
        padding: 12px 12px!important;
        line-height: 24px!important;
    }
    .contact-section img {
        margin-top: 2.5rem;
    }
    .form-prime-location .form-label {
        top: -14px;
    }
    .form-prime-location .col-12 {
        padding-right: 0px;
    }
    .pharmacies-section img {
        margin-top: 4rem;
        max-width: 140%;
    }
    .privacy-policy-section img {
        margin-left: -182px;
        margin-top: -14px;
        max-width: 174%;
        width: 190%!important;
    }
    .prime-hospital-section-1 img {
        margin-left: -84px;
        margin-top: 2.5rem;
    }
    .medical-services-section img {
        max-width: 124%; 
    }
    .prime-pharmacies::after {
        bottom: -55px;
    }
    .prime-care-section .section-img::after {
        bottom: -95px;
    }
    .medi-pharmacies .section-img::after {
        bottom: -98px;
    }
    .medical-center-section .section-img1::after {
        bottom: -95px;
    }
    .quote-block:before {
        height: 50px;
        width: 68px;
        left: -5px;
    }
    .back-section h4 {
        font-size: 35px;
        line-height: 55px;
    }
    .back-section p {
        font-size: 25px;
    }
    .prime-center-section .section-img1::after {
        bottom: unset;
        top: calc(100% - -15px);
    }
    .care-section .section-img::after {
        bottom: -72px;
    }
    .corporate-medical-section .section-img::after {
        bottom: -95px;
    }
    .hospital-section .section-img1::after {
        bottom: unset;
        top: calc(100% - 35px);
    }
    .department-service-list .col-xl-2 {
        width: 33%;
        padding-right: 10px;
    }
    .medi-prime-section .rect-icon::after {
        bottom: -95px;
    }
    .services-list img {
        max-height: 70px;
        max-width: 70px;
    }
    .read-more-text {
        bottom: 60px!important;
        right: 12px;
    }
    .scroll-top {
        right: 85px;
    }
    .accordion-header h4::before {
        top: -4px;
    }
    .medical-center-line span {
        width: 75%;
        max-width: 75%;
    }
    .form-group-insurance .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 45px!important;
    }
    .top-container.top-container-group {
        margin-bottom: 5rem;
    }
    .medi-prime-section .top-container.top-container-group {
        margin-bottom: 1rem;
    }
    #lang-switch {
        right: 165px;
        top: 30px;
    }
    #lang-switch .select-control {
        height: 31px;
    }
    #lang-switch {
        left: 148px;
        right: unset;
    }
    .lang-switch-ar {
        left: 170px!important;
    }
    .pharmacies-section-ar img {
        margin-right: -110px;
    }
    .awards-recognition-section-ar img {
        margin-left: -27px;
        margin-right: 0;
    }
    .medical-services-section-ar img {
        margin-left: 0;
        margin-right: -60px;
    }
    .prime-hospital-section-1-ar img {
        margin-right: -82px;
        margin-left: 0;
    }
    .privacy-policy-section-ar img {
        margin-right: -175px;
    }
    .medi-prime-section .section-img-ar::after, .corporate-medical-section .section-img::after {
        bottom: unset;
        top: calc(100% - -12px);
    }
    .form-custom-select .form-label {
        top: -18px;
    }
    .teleDesk{
        display: none;
    }
    .teleMob{
        display: block;
    }
    /* .teleprime-container {
        left: 50%;
        transform: translateX(-50%);
        bottom: 28px;
        padding: 8px 40px!important;
        min-width: auto;
    }
    .teleprime-container:hover {
        padding: 8px 40px!important;
    } */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .aside-popup {
        right: -60%;
        width: 60%;
        padding: 1rem;
    }
    .aside-popup-active {
        right: 4px;
    }
    .banner-text-bg::after{
        top: 0;
        width: calc(100% + 52px);
        left: -15px;
    }
    .banner-text h2 {
        font-size: 2.5rem;
    }
    .section-img::before{
        background-image: url(../images/shape/rectangle1.svg);
        background-size: 45px;     
        right: auto;
        left: 10px;
        top: -57px;
    }
    .section-img::after{
        background-image: url(../images/shape/rectangle4.svg);
        background-size: 45px;
        bottom: unset;
        left: auto;
        right: 0;
        top: 265px;
    }
    .section-img1::before{
        background-size: 45px;
        left: 10px;
        background-image: url(../images/shape/rectangle1.svg);
        top: -58px;
    }
    .section-img1::after{
        background-size: 45px;
        right: 1px;
        bottom: -65px;
        bottom: unset;
        top: calc(100% - 55px);
    }
    .section-doctor-forum .section-img::after {
        bottom: -65px;
        right: 10px;
    }
    /* .banner-info{
        bottom: -60px;
    } */
    .section-t-m {
        margin-top: 100px;
    }
    .banner-slider .slick-dots{
        bottom: 60px;
    }
    .philosophy-img img {
        margin-left: -80px;
        width: 145%;
        margin-top: 3rem !important;
    }
    .banner-line::before {
        top: 20px;
        width: calc(100% + 9.5rem);
    }
    .banner-line::after{
        width: calc(100% - 290px);
        right: -27px;
        top: 17px;
    }
    .main-container{
        padding: 3.5rem 6rem 5rem !important;
    }
    .slick-slider .slick-next.slick-arrow{
        top: 28%;
        right: -30px;
        height: 40px;
        width: 40px;
    }
    .slick-slider .slick-prev.slick-arrow{
        top:28%;
        left: -32px;
        height: 40px;
        width: 40px;
    }
    .navscroll-link{
        white-space: nowrap;
        margin-left: 10px;
    }
    .dropdown.bootstrap-select .btn, .form-group-filter input{
        margin-right: 25px;
        padding: 8px 18px;
    }
    .select-selected, .bootstrap-select>.dropdown-toggle{
        background-size: 15px;
        background-position: right .5rem center;
    }
    .filter-option-inner-inner{
        font-size: 15px;
    }
    .form-filter .form-group-filter:not(:last-child) .dropdown.bootstrap-select .btn{
        border: 1px solid rgba(109, 110, 112, 0.3);
    }
    .breadcrumb-section {
        margin-top: 105px;
        margin-left: -8px;
    }
    .banner-bg{
        background-size: 320px;
    }
    .gallery-nav .slick-prev.slick-arrow{
        left: -102px;
        top: 30%;
    }
    .gallery-nav .slick-next.slick-arrow{
        left: -50px;
        top: 30%;
    }
    .banner-title h2, .banner-title h2 span,
    .banner-title h1, .banner-title h1 span {
        font-size: 35px;
        line-height: 38px;
    }
    .floating-label{
        font-size: 12px;
    }
    .btn-orange,.banner-section .btn-orange{
        padding: 12px 40px;
        font-size: 17px; 
    }
    .bigTitle::after {
        top: 19px !important;
    }
    .small-text{
        line-height: 20px;
    }
    .team-member h4{
        font-size: 20px;
    }
    header {
        padding: 15px 2rem!important;
    }
    .logo {
        height: 50px;
    }
    .logo-health {
        padding: 6px 0;
    }
    .menu-btn {
        top: 26px;
    }
    .banner-main, .banner-section {
        /* margin-top: 25px; */
        margin-top: 80px;
    }
    .btn-orange, .banner-section .btn-orange {
        font-size: 14px;
        border-radius: .25rem;
    }
    .hr-orange{
        width: 102%;
    }
    .img-shadow::after{
        width: 385px;
        bottom: 0;
    }
    .navscroll {
        top: 90px;
        padding-top: 0.2rem;
    }
    .dr-title {
        font-size: 20px;
    }
    .sub-content, .details-content p, .sub-content p, .sub-content .dynamicContent p, .sub-content .dynamicContent span {
        font-size: 14px;
        line-height: 24px;
    }
    .content-listing tr td {
        font-size: 14px;
    }
    .navscroll .btn-group .btn {
        font-size: 0.9rem;
    }
    .navscroll .btn-group .btn img {
        height: 20px;
    }
    .navscroll-link {
        font-size: 12px;
    }
    .section-profile-details {
        padding-top: 8rem!important;
    }
    .video-play img {
        width: 50px;
    }
    .rating-list.rating-list-fill, .rating-list.rating-list-half, .rating-list {
        background-size: 100% 100%;
    }
    .customer-review-link p {
        font-size: 13px;
        line-height: 23px;
    }
    .title-block {
        padding: 10px 12px;
        margin-bottom: 1rem;
        border-radius: 4px;
    }
    .title-block h3 {
        font-size: 1rem;
    }
    .profile-details-content p, .profile-details-content {
        line-height: 25px;
        font-size: 13px;
    }
    .covered-img img{
        max-width: 108%;
    }
    .navscroll .btn-group .btn {
        height: 38px;
        line-height: 8px;
    }
    .btn-orange, .banner-section .btn-orange{
        padding: 12px 40px;
    }
    .btn-orange, .btn-orange:hover{
        padding: 12px 40px;
    }
    .prime-img::after, .glance-img::after{
        height: 75px;
        left: 23px;
    }
    .prime-img::after {
        bottom: 0;
    }
    .glance-img::after{
        bottom: 12px;
    }
    .service-detail h3 {
        font-size: 32px;
    }
    .prime-img img {
        margin-left: 35px;
    }
    .rect-icon::after{
        bottom: -100px;
        right: 5px;
    }
    .w-52 {
        width: 80%;
    }
    .glance-img img{
        margin-top: 2rem;
    }
    .banner-line-top::before, .release-information-banner .banner-line::before {
        width: calc(100% + 11rem);
    }
    .team-member-bg {
        margin-left: -35px;
        height: 260px;
    }
    .profile-img {
        width: 85%;
    }
    .banner-img img {
        width: 110%;
        max-width: max-content;
    }
    .btn-book-register{
        font-size: 17px;
        min-width: 270px;
    }
    .read-content{
        bottom: -25px;
    }
    .team-img::after {
        height: 60px;
    }
    .interiors-section .section-img1::after{
        bottom: unset;
        top: 100%;;
    }
    .people-section .section-img1::after{
        bottom: unset;
        top: calc(100% - 10px);
    }
    .mission-section .section-img::after {
        bottom: 75px;
        right: 5px;
        top: calc(100% - 210px);
    } 
    .vision-section .section-img1::after{
        top: calc(100% - -12px);
    }
    .news-section img{
        max-width: 128%;
        margin-left: -157px;
        margin-top: 70px;
    }
    .event-section {
        padding: 1rem 4rem 2rem;
    }
    .insurance-main{
        padding: 10px;
    }
    .insurance-slide .slick-prev.slick-arrow, .health-blog-slide .slick-prev.slick-arrow {
        top: -7px;
        right: 55px;
        left: unset;
    }
    .updated-slider .slick-prev.slick-arrow{
        left: 0px !important;
    }
    .updated-slider .slick-next.slick-arrow{
        left: 50px !important;
    }
    .insurance-slide .slick-next.slick-arrow, .health-blog-slide .slick-next.slick-arrow {
        top: -7px;
        right: 0;
        left: unset;
    }
    .department-block p::after {
        width: 208px;
        right: 10px;
    }
    .sub-content-text {
        font-size: 17px;
        line-height: 30px;
    }
    .department-section {
        margin-top: 85px;
    }
    .medical-tourism-section img {
        max-width: 158%;
        margin-top: 65px;
    }
    .successstories-banner h2{
        margin-top: 4.5rem !important;
    }
    .case-studies img {
        max-height: 190px;
    }
    .media-section img {
        max-height: 150px;
    }
    h2{
        font-size: 25px;
    }
    .covered-img::after{
        width: 100%;
        left: 22px!important;
        bottom: -48px;
    }
    .slider-wrapper-main {
        position: sticky;
        top: 240px;
    }
    .doctor-empty-state {
        padding: 2rem 0;
        padding-top: 0;
    }
    .doctor-empty-state img {
        width: 40%;
    }
    .doctor-empty-state h4 {
        font-size: 1.5rem;
    }
    .top-nav .navbar-nav .nav-link {
        /* padding: 10px 20px; */
        padding: 10px 0;
        margin-right: 20px;
    }
    .gx-5 {
        --bs-gutter-x: 3rem;
    }
    .aside-popup-active.appointment-popup, .aside-popup-active.popup-start{
        right: 0px;
    }
    .training-section img, .home-care-banner img {
        max-width: 140%;
        margin-left: -107px;
    }
    .in-news-section img {
        margin-top: 28px!important;
    }
    .listing-sub-content li::before, .dynamicContent  ul li::before {
        top: 12px;
    }
    .border-placeholder {
        min-height: 180px;
        border-top-right-radius: 56px;
        border-bottom-left-radius: 56px;
    }
    .insurance-slide-section {
        top: 110px;
    }
    .prime-hospital-img::after {
        left: -76px;
        width: 130%;
    }
    .photo-gallery-section img {
        margin-left: -60px;
    }
    .gallery-section img {
        width: 32%;
        margin-bottom: 10px;
        padding-right: 10px;
    }
    .values-list::after {
        top: 12px;
        left: 94px;
    }
    .executive-section {
        padding-top: 0 !important;
    }
    .patient-responsibilities-banner .banner-line::before {
        width: calc(100% + 14.7rem);
    }
    .medi-pharmacies .section-img1::after {
        bottom: -95px;
    }
    .department-services {
        width: 130px;
        height: 130px;
    }
    .main-department {
        padding: 45px 30px;
    }
    .read-more-text {
        bottom: -30px;
        right: 50%;
    }
    .hd-title {
        width: 84%;
        max-width: 84%;
    }
    .banner-line-ar::before {
        width: calc(100% + 1.8rem)!important;
    }
    .prime-img-ar::after {
        left: 10px;
        bottom: -5px;
    }
    .in-news-section-ar img {
        margin-right: -125px;
    }
    .health-blog-section-ar .banner-line::before {
        width: calc(100% + 8.7rem);
    }
    .form-group-filter-ar .dropdown.bootstrap-select .btn {
        margin-right: 0!important;
    }
    .photo-gallery-section-ar .banner-line::before {
        width: calc(100% + 1.8rem);
    }
    .photo-gallery-section-ar img {
        margin-right: -55px;
    }
    .banner-slider-ar .banner-text {
        right: 45px;
    }
    .prime-hospital-img::after {
        left: -75px;
    }
    .img-shadow-ar::after {
        left: -102px;
    }
    .our-mgmt-img.philosophy-img img {
        width: 100%;
        margin-left: -45px;
    }
    .team-member-bg-ar {
        margin-right: -35px;
        margin-left: 0;
    }
    .philosophy-img-ar img {
        width: 115%;
    }
    .home-care-banner-ar img {
        margin-right: -107px;
    }
    .medi-prime-section .section-img1::after, .care-section .section-img1-ar::after {
        top: 275px;
    }
    .prime-hospital-img-ar::after {
        left: -20px;
    }
    .mission-section-ar .section-img-ar::after {
        top: calc(100% - 208px);
        bottom: unset;
    }
    .read-more-text-ar {
        right: 38%;
    }
    .border-placeholder-inverse {
        min-height: auto;
    }
    .bigTitle-ar::after {
        width: calc(100% + 3.5rem);
        left: -25px;
    }
    .patient-corner-section .section-img1::after {
        top: calc(100% - 95px);
    }
    .social-icons a img {
        height: 26px;
    }
}

@media screen and (min-width:901px) and (max-width:1100px) {
    .site-title {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .news-section img{
        margin-top: 18px !important;
    }
    .medical-tourism-section img{
        max-width: 160% !important;
        margin-top: -23px !important;
    }
    .covered-img.img-shadow::after{
        bottom: 45px !important;
        left: 30px !important;
    }
    .medical-center-img img{
        margin-top: 3px !important;
    }
    .center-icon{
        height: 22px;
    }
    .bottom-header {
        height: calc(100vh - 116px);
    }
    .team-overlay, .center-details-overlay{
        bottom: -1px;
    }
    .banner-line-prime::before {
        width: calc(100% + 10.5rem) !important;
    }
    ul.dropdown-menu.inner {
        min-width: 200px!important;
        max-width: 400px;
    }
    .dropdown-header span {
        display: inline-block;
        word-wrap: break-word;
        max-width: 380px;
        white-space: normal;
    }
    .health-blog-section img {
        margin-top: -10px;
        margin-right: -30px;
        width: 76%!important;
    }
    .btn-reserver-appointement {
        padding: 12px
    }
    .contact-section img {
        margin-top: 0;
    }
    .awards-recognition-section img {
        margin-right: 0;
        margin-top: -8px;
        width: 110%!important;
    }
    .awards-title {
        width: 75%;
    }
    .title-large-section {
        font-size: 34px;
    }
    .listing-sub-content li::before, .dynamicContent  ul li::before {
        top: 12px;
    }
    .health-blog-list {
        padding: 8px 12px;
    }
    .privacy-policy-section img {
        margin-left: -255px;
        margin-top: -13px;
    }
    .prime-hospital-section-1 img {
        margin-left: -92px;
    }
    .values-list::after {
        top: 12px;
        left: 85px;
    }
    .prime-value-listing li::before {
        top: 11px;
    }
    .photo-gallery-section img {
        margin-top: 30px;
    }
    .release-information-banner img { 
        margin-left: -170px;
    }
    .patient-responsibilities-banner img {
        margin-left: -110px;
    }
    .border-middle-line span {
        max-width: 90%;
        display: inline-block;
    }
    .medical-services-section img {
        max-width: 135%;
        margin-top: -18px;
    }
    .medi-prime-section .rect-icon::after, .care-section .rect-icon::after {
        left: 14px;
    }
    .department-service-list .col-xl-2 {
        width: 25%;
        padding-right: 12px;
    }
    .services-list img {
        max-height: 70px;
        max-width: 80px;
    }
    .service-text {
        font-size: 1.5rem;
    }
    .about-prime-content {
        height: 360px;
    }
    .center-details h4, .member-sub-title, .insurance-title {
        font-size: 14px!important;
        line-height: 1.6;
    }
    .awards-section {
        height: 250px;
    }
    #lang-switch {
        right: 165px;
        top: 40px;
    }
    .section-img-ar::before {
        width: 50px;
        height: 50px;
        right: unset!important;
        left: -55px!important;
        transform: rotate( 180deg);
    }
    .section-img1-ar::before {
        left: unset!important;
        top: 0px!important;
        right: -78px!important;
        transform: none!important;
    }
    .section-img1-ar::after {
        right: unset!important;
        left: 10px!important;
    }
    .section-img-ar::after {
        left: unset!important;
        right: -27px!important;
    }
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
    .banner-info-details h2 {
        font-size: 1.6rem;
    }
    .banner-info-details h5 {
        font-size: 1.1rem;
    }
    .section-img::before {
        right: -78px;
        left: unset;
        top: 0px;
    }
    .section-img::after {
        bottom: -50px;
        left: 14px;
        right: 0px;
        transform: rotate(270deg);
    }
    .heading {
        font-size: 2.2rem;
    }
    .logo {
        height: 70px;
    }
    .content, .content p {
        font-size: 15px;
        line-height: 28px;
    }
    .philosophy-text {
        font-size: 16px;
    }
    .section-img1::before {
        transform: rotate(180deg);
        left: -78px;
        top: -40px;
    }
    .section-img1::after {
        bottom: -95px;
        right: -25px;
        top: 350px;
    }
    .section-doctor-forum .section-img::before {
        right: -47px;
        top: -3px;
        transform: rotate(90deg);
    }
    .section-doctor-forum .section-img::after { 
        bottom: -62px;
    }
    .logo-img {
        width: 80% !important;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .banner-item .banner-text h2 {
        font-size: 3.4rem;
    }
    .menu-btn {
        top: 36px;
    }
    .banner-main, .banner-section {
        margin-top: 100px;
    }
    .w-52 {
        width: 60%;
    }
    .profile-details-video {
        height: 400px;
    }
    .insurance-item {
        min-height: 200px;
    }
    .department-block p::after {
        width: 215px !important;
    }
    /* .banner-line-prime::before {
        width: calc(100% + 10.5rem) !important;
    } */
    .insurance-list .row.d-flex, .insurance-list {
        min-height: 40px;
    }
    .prime-hospital-img::after {
        width: 130%;
        left: -80px;
    }
    .about-medical-section .prime-hospital-img::after {
        width: 128%;
    }
    .social-text {
        font-size: 21px;
    }
    .health-blog-section-ar img {
        margin-right: 102px;
    }
    .awards-recognition-section-ar img {
        margin-left: -48px;
    }
    .prime-hospital-section-1-ar img {
        margin-right: -92px;
        margin-left: 0;
    }
    .prime-hospital-img-ar::after {
        left: -15px;
    }
    .read-more-text-ar {
        left: calc(50% - -20px);
        bottom: -38px;
        right: unset;
    }
    .patient-corner-section .section-img1::after {
        top: calc(100% - -12px);
        bottom: unset;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1300px) {
    .navscroll {
        top: 0!important;
    }
    .footer-contact h5 {
        font-size: 18px;
    }
}
 
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .banner-info{
        /* bottom: -170px; */
        padding: 0 2.75rem;
    }
    .section-t-m {
        margin-top: 180px;
    }
    .banner-text h2{
        font-size: 4rem;
    }
    .banner-text-bg::after{
        width: calc(100% + 200px);
        left: -112px;
    }
    .border-line1::after{
        width: 225px;
        right: -42px;
    }
    .border-line::after{
        right: -43px;
    }
    .border-bottom-line::after{
        right: -80px;
    }
    .section-gallery{
        padding: 0;
        padding-bottom: 3rem;
    }
    .gallery-nav{
        margin-top: -92px;
    }
    .philosophy-img img{
        margin-left: -140px;
    }
    .banner-line.banner-line-small::after {
        width: 120px;
        right: 6px;
    }
    .img-shadow::after{
        width: 100%;
        left: 30px;
     }
     .bigTitle::after{
         top: 12px;
     }
     .covered-img img{
         margin-left: 0;
     }
     .banner-bg-img {
        background-size: 43%;
    }
    .dropdown.bootstrap-select .btn, .form-group-filter input{
        padding: 6px 15px;
        padding-right: 30px;
    }
    .covered-img::after {
        bottom: -20px;
    } 
    .hr-orange {
        width: 100%;
    }
    .navscroll {
        top: 100px;
        padding-top: 1.2rem;
    }
    .section-img::after {
        bottom: unset!important;
        top: calc(100% - 24px)!important;
    }
    .section-doctor-forum .section-img::after {
        bottom: -60px !important;
        left: 12px;
    }
    .prime-img img{
        margin-left: 3.25rem;
        margin-top: -25px;
    }
    .prime-hospital-section {
        padding: 5rem 2.7rem;
    }
    .img-shadow::after{
        left: 30px;
        bottom: 0;
        height: 90px;
    }
    .prime-img::after {
        left: 40px;
        height: 90px;
    }
    .glance-img::after{
        height: 115px;
    }
    .rect-icon::after{
        bottom: unset!important;
        left: 0;
        top: 327px!important;
    }
    .border-line1-small::after{
        left: 175px;
    }
    .banner-line::before {
        width: calc(100% + 8.5rem);
    }
    .team-member-bg {
        margin-left: -45px;
        height: 325px;
    }
    .banner-img img {
        max-width: max-content;
        width: 110%;
    }
    .banner-line-left::before{
        left: -95px;
        width: 85px;
        top: 18px;
    }
    .team-img {
        margin-left: 0px;
    }
    .team-img img {
        max-width: 100%;
    }
    .team-img::after {
        height: 60px;
    }
    .people-section .section-img1::after {
        bottom: unset;
        top: calc(100% - -12px);
    }
    .mission-section .section-img::after {
        bottom: 130px !important;
        left: 15px;
    }    
    .event-section {
        padding: 1rem 5.5rem 2rem;
    }
    .banner-line-large::before{
        width: calc(100% + 12rem);
    }
    .department-block p::after{
        right: 0;
    }
    .medical-tourism-section img {
        max-width: 160%;
        margin-top: 77px;
    }
    .personal-care-section .border-line1::after{
        top: 28px;
    }
    .banner-slider .slick-dots {
        bottom: 40px;
    }
    .media-section img {
        max-height: 200px;
    }
    .medical-tourism-block img {
        max-height: 230px!important;
    }
    .medical-tourism-section.banner-bg{
        background-image: 32% 100%;
    }
    .medical-tourism-section img{
        margin-top: 0px;
    }
    .medical-center-img img {
        width: 138.8%;
        margin-top: -13px;
    }
    .medical-center-img::after{
        right: -19px !important;
        height: 80px;
    }
    .banner-line-prime::before{
        left: -93px !important;
        width: calc(100% + 8.5rem) !important;
    }
    .section-center {
        padding: 3rem 1.2rem;
    }
    .btn-maps {
        visibility: hidden;
    }
    .insurance-list .row.d-flex, .insurance-list {
        min-height: 60px;
    }
    .philosophy-img-ar img {
        margin-right: -52px;
    }

    .tb-view{
        margin-right: -152px !important;
    }

    .border-line-ar::after {
        left: -43px;
        right: unset;
    }
    .border-line1-ar::after {
        left: -195px;
        right: unset!important;
    }
    .prime-hospital-section .border-line-ar::after {
        left: -20px;
        width: 90px;
        right: unset;
    }
    .banner-line-left-ar::before {
        right: -30px;
        width: 25px;
    }    
    .medi-prime-section .section-img1::after, .care-section .section-img1-ar::after {
        top: calc(100% - -12px);
    }
    .bigTitle-ar::after {
        width: calc(100% + 2.7rem);
    }
    .covered-img-ar.img-shadow::after {
        bottom: -25px !important;
        left: -30px !important;
    }
    /* .teleDesk {
        margin-top: -30px;
    } */
    /* .teleprime-container {
        bottom: 18px;
        padding: 7px 40px!important;
        min-width: auto;
    }
    .teleprime-container:hover {
        padding: 7px 40px!important;
    } */
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .prime-img img {
        margin-left: 3.2rem;
    }
    .border-line1::after {
        right: -43px !important;
        width: 275px !important;
    }
    .img-shadow::after{
        left: -32px !important;
        bottom: 0;
    }
    .prime-img::after {
        left: 40px !important;
        bottom: 0;
    }
    .glance-img::after{
        left: 60px;
    }
    .glance-img img{
        margin-top: 2rem;
    }
    .border-line1-small::after{
        left: 168px;
        width: 200px !important;
    }
    .service-detail h3::before {
        width: calc(100% + 15rem) !important;
    }
    .banner-line::before{
        width: calc(100% + 9rem);
    }
    .service-detail h3 {
        font-size: 35px;
    }
    .team-member-bg {
        margin-left: -125px;
        height: 384px;
    }
    .profile-img {
        width: 70%;
    }
    .position-line::after {
        right: -42px !important;
    }
    .banner-img img {
        max-width: fit-content;
        width: 110%;
    }
    .main-container {
        padding: 3.5rem 16rem 5rem;
    }
    .section-img::after{
        bottom: unset; 
        top: 420px;
    }
    .section-doctor-forum .section-img::after{
        bottom: -105px;
    }
    .interiors-section .section-img1::after {
        bottom: -100px;
    }
    .technology-section .section-img::after {
        bottom: -100px;
        left: 0px;
    }
    .people-section .section-img1::after {
        bottom: -98px;
    }
    .mission-section .section-img::after{
        bottom: 93px;
    }
    .news-section{
        background-size: 28% 100% !important;
    }
    .news-section img {
        max-width: 130%;
        margin-left: -156px;
        margin-top: 70px;
    }
    .small-icon {
        width: 10px;
    }
    .education-program-section {
        padding: 4rem 10.8rem 4.5rem;
    }
    .banner-bg {
        background-size: 30% 100%;
    }
    .program-banner-section img {
        max-width: 123%;
        margin-left: -145px;
    }
    .department-block p::after{
        right: 0;
        width: 262px;
    }
    .medical-tourism-section img {
        max-width: 170%;
        margin-left: -265px;
    }
    .personal-care-section .border-line1::after{
        top: 32px;
        right: -78px !important;
    }
    .glance-title::after{
        right: -48px !important;
    }
    .successstories-banner img{
        margin-left: -46px;
        width: 125.8% !important;
    }
    .covered-img::after{
        left: -35px !important;
    }
    .banner-img::before{
        left: -130px;
    }
    .medical-center-img img {
        width: 130% !important;
        margin-left: -60px !important;
    }
    .medical-center-img::after{
        right: -48px;
    }
    .banner-bg.banner-center-section{
        background-position: 106% center;
    }
    .banner-line-prime::before{
        width: calc(100% + 15.5rem);
        left: -125px;
    }
    .department-services {
        height: 135px!important;
    }
    .border-middle-line span {
        max-width: 105%;
        width: 105%;
        display: inline-block
    }
    .care-section .section-img::after, .corporate-medical-section .section-img::after, .medi-prime-section .section-img::after {
        bottom: unset;
        top: 437px;
    }
    .border-line1-ar::after {
        left: -195px;
        right: unset!important;
    }
    .banner-line-ar::before {
        width: calc(100% + 2rem);
    }
    .glance-img-ar img {
        margin-right: -3rem;
    }
    .personal-care-section .border-line1-ar::after {
        left: -78px !important;
        right: unset!important;
    }
    .prime-img-ar::after {
        left: -32px !important;
    }
    .img-shadow-ar::after {
        left: -110px !important;
    }
    .program-banner-section-ar img {
        margin-right: -105px;
        margin-left: 0;
    }
    .border-line1-small-ar::after {
        left: unset;
        right: 168px!important;
    }
    .breadcrumb-section {
        margin-top: 114px;
    }
    .mission-section .section-img::after {
        bottom: unset!important;
        top: calc(100% - 150px)!important;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1499px) {
    .border-line1::after{
        right: -70px;
        width: 500px;
    }
    .border-line::after{
        right: -108px;
    }
    .img-shadow::after{
        width: 720px;
    }
    .form-group-label .form-control.form-search{
        border: 1px solid;
        border-color: rgba(109, 110, 112, 0.3);
    }
    section{
        padding: 8rem 3rem;
    }
    .banner-bg{
        background-size: 33% 100%;
        background-position: 103% center;
    }
    .covered-img::after {
        bottom: -38px;
        left: 0px;
    }
    .footer-contact h5 {
        font-size: 1.2rem;
    }
    .prime-img img {
        margin-left: 7.5rem;
    }
    .prime-img::after {
        bottom: 55px;
        height: 105px;
        left: 108px;
    }
    .img-shadow::after{
        left: 0px;
    }
    .glance-img::after{
        bottom: 0;
    }
    .border-line1-small::after{
        left: 200px;
        width: 255px !important;
    }
    .service-detail h3::before{
        width: calc(100% + 9rem);
    }
    .banner-space {
        padding: 8rem 6rem;
    }
    .banner-space.banner-bg {
        background-position: 105% center;
    }
    .banner-img img {
        max-width: fit-content;
        width: 114%;
    }
    .news-section img{
        margin-top: 0px;
        max-width: 145%;
    } 
    .technology-section .section-img::after{
        left: 0;
    }
    .covered-img img{
        max-width: 100%;
    }
    .navscroll {
        top: 0;
    }
    .slider-wrapper-main {
        top: 200px;
    }
    .medical-center-img img {
        width: 132.2%;
        margin-left: -77px;
    }
    .medical-center-img::after{
        right: -48px;
        width: 564px;
    }
    .banner-bg.banner-center-section{
        background-position: 106% center;
    }
    .banner-line-prime::before {
        width: calc(100% + 13.4rem);
    }
    .book-line::after{
        width: 60%!important;
        right: -98px!important;
    }
    .appointment-popup {
        padding: 1.5rem 4.2rem;
    }
    .health-blog-section img {
        margin-right: -60px;
    }
    .contact-section img {
        margin-left: -180px;
    }
    .awards-recognition-section img {
        margin-right: -45px;
        width: 114%!important;
    }
    .awards-title h4::before {
        width: 66%;
        left: -193px;
    }
    .awards-title h4::after {
        width: 62%;
        right: -570px;
    }
    .privacy-policy-section img {
        margin-left: -328px;
    }
    .prime-hospital-section-1 img {
        margin-left: -112px;
    }
    .prime-hospital-img::after {
        left: -102px;
        width: 133%;
    }
    .photo-gallery-section img {
        margin-left: -10px;
    }
    .medical-center-listing li::before {
        top: 17px;
    }
    .about-medical-section .prime-hospital-img::after {
        width: 128%;
    }
    .release-information-banner img {
        margin-left: -192px;
    }
    .patient-responsibilities-banner img {
        margin-left: -60px;
    }
    .services-list img {
        max-height: 80px;
        max-width: 90px;
    }
    .department-services {
        height: 160px;
    }
    .prime-group img {
        width: 90%;
    }
    .facilities-services-section img {
        margin-left: -150px;
    }
    .care-section .section-img::after, .corporate-medical-section .section-img::after, .medi-prime-section .section-img::after {
        bottom: -100px;
    }
    .hd-title {
        width: 78%;
        max-width: 78%;
    }
    .training-section img {
        margin-left: -167px;
    }
    .philosophy-img-ar img {
        margin-right: -70px;
    }
    .border-line-ar::after {
        left: -108px;
        right: unset;
    }
    .border-line1-ar::after {
        left: -84px;
        right: unset;
    }
    .banner-line-ar::before {
        width: calc(100% + 3.7rem);
    }
    .prime-img-ar::after {
        left: -98px;
    }
    .banner-bg-ar {
        background-position: -6% center;
    }
    .banner-line-large-ar::before {
        width: calc(100% + 10.5rem);
    }
    .health-blog-section .banner-line::before {
        width: calc(100% + 10.5rem);
    }
    .health-blog-section-ar img {
        margin-right: 164px;
    }
    .banner-space.banner-bg {
        background-position: -5% center;
    }
    .banner-bg-ar.banner-center-section-ar {
        background-position: -8% center;
    }
    .prime-hospital-img-ar::after {
        left: -47px;
    }
    .prime-hospital-section-1-ar img {
        margin-left: 0;
        margin-right: -110px;
    }
    .img-shadow-ar::after {
        left: -170px;
    }
    .team-member-bg-ar {
        margin-right: -70px;
        margin-left: 0;
    }
    .awards-recognition-section-ar img {
        margin-left: -58px;
    }
    .banner-line-left-ar::before {
        right: -60px;
        width: 55px;
    }
    .position-line-ar::after {
        right: unset;
        width: 300px;
    }
    .mission-section .section-img::after {
        bottom: unset;
        top: calc(100% - 62px);
    }
    .medical-services-section img {
        margin-left: -150px;
    }
}
@media screen and (min-width:1600px) and (max-width:1999px) {
    p, .navbar-item, .nav-item{
        font-size: 18px;
    }
    .h2, h2{
        font-size: 2.6rem;
    }
    .h5, h5 {
        font-size: 1.6rem;
    }
    .content, .content p{
        font-size: 22px;
        line-height: 38px
    }
    .banner-text h2 {
        font-size: 6rem;
    }
    .philosophy-text, .know-more{
        font-size: 23px;
        line-height: 32px;
    }
    .banner-section .btn-orange{
        padding: 20px 62px;
        font-size: 1.3rem;
    }
    .philosophy-img img{
        margin-left: -195px;
        width: 167%;
    }
    .container{
        max-width: 1685px;
    }
    .banner-info{
        padding: 0 8rem;
    }
    .heading, .bigTitle{
        font-size: 3.5rem;
    }
    .covered-img::after{
        bottom: -48px;
        left: 35px;
    }
    .banner-bg{
        background-size: 32% 100%;
    }
    .video-select .filter-option-inner-inner {
        font-size: 25px;
    }
    .navscroll-link{
        font-size: 17px;
    }
    footer a, .sub-content, .dropdown-item, .dropdown-header span,
    .link-additional-filter, .accordion-header h4 span,
    .btn-team-member, .btn-outline, .details-content p, 
    .btn-sign-in, .btn-register, .btn-create-account, .btn-otp-proceed,
    .antenatal-section .btn {
        font-size: 20px;
    }
    .form-marker {
        height: 40px;
    }
    .checkbox-wrapper .checkbox-checkmark.radiomark:after {
        width: 6px;
        height: 10px;
        top: 3px;
        left: 7px;
        border-width: 0 2.8px 2.8px 0;
    }
    .profile-list *, .customer-review-link p {
        font-size: 16px;
    }
    .border-line1::after{
        right: -118px;
    }
    .border-line::after{
        right: -165px;
        width: 90%;
    }
    a.know-more{
        padding: 17px;
    }
    .banner-title h2, .banner-title h2 span,
    .banner-title h1, .banner-title h1 span{
        font-size: 3.75rem;
        line-height: 4rem;
    }
    .dropdown.bootstrap-select .btn, .form-group-filter input,
    .form-group-label .form-control{
        font-size: 20px;
        height: 65px;
        padding: 12px 20px;
    }
    .img-shadow::after{
        left: 58px;
    }
    .text-banner {
        font-size: 1.3rem;
        line-height: 35px;
    }
    .select-selected, .bootstrap-select>.dropdown-toggle{
        background-size: 22px 22px;
    }
    .accordion-header h4::before{
        transform: scale(0.9);
        top: 4px;
    }
    .dr-title{
        font-size: 2rem;
    }
    .breadcrumb-item, .breadcrumb-item a,
    .form-label{
        font-size: 15px;
    }
    .radio-wrapper {
        font-size: 21px;
        padding-left: 30px;
    }
    .checkmark {
        width: 20px;
        height: 20px;
    }
    .radio-wrapper .checkmark:after {
        width: 10px;
        height: 10px;
    }
    .breadcrumb-item::after {
        bottom: 6.5px;
    }
    .form-group-label .form-control.form-search,
    .form-group-label .form-control.form-location{
            background-size: 24px;
    }
    .title-block{
        padding: 15px 20px;
    }
    .h4, h4, .title-block h3 {
        font-size: 1.75rem;
    }
    .navscroll .btn-group .btn {
        height: 53px;
        line-height: 20px;
        font-size: 1.4rem;
    }
    .profile-details-video {
        height: 500px;
    }
    .btn-orange{
        padding: 17px 65px;
        font-size: 20px;
    }
    .navbar-nav li a {
        font-size: 18px;
    }
    .nav-item .nav-link-button {
        padding: 12px 40px;
    }
    .navbar-item-link {
        padding: 0.6rem 1rem;
    }
    .logo {
        height: 85px;
    }
    .navbar-item-submenu svg {
        top: 17px;
    }
    .nav-item.active-link::after {
        bottom: -28px;
    }
    a.know-more, a.know-more:hover {
        width: auto;
        display: inline-block;
        padding: 15px 115px;
        font-size: 22px;
    }
    .section-img::before {
        width: 100px;
        height: 105px;
        right: -105px;
        background-size: 90px;
    }
    .section-img::after {
        bottom: -122px;
        width: 100px;
        height: 105px;
        left: 0px;
        background-size: 90px;
    }
    .section-img1::before {
        width: 100px;
        height: 105px;
        left: -93px;
        background-size: 90px;
    }
    .section-img1::after {
        width: 100px;
        height: 105px;
        bottom: -117px;
        right: 0;
        background-size: 90px;
    }
    .navbar-submenu {
        top: 46px;
    }
    .prime-img img {
        margin-left: 6rem;
    }
    .banner-space.banner-bg {
        background-position: 105% center;
    }
    .title {
        font-size: 28px;
    }
    .sub-title {
        font-size: 22px;
        line-height: 40px;
    }
    .read-more {
        font-size: 24px;
    }
    .sub-content, .details-content p, .sub-content p, .sub-content .dynamicContent p, .sub-content .dynamicContent span {
        font-size: 24px;
        line-height: 42px;
    }
    .education-program-list p {
        font-size: 25px;
        line-height: 45px;
    }
    .banner-bg {
        background-size: 30% 100%;
    }
    .title-section {
        font-size: 53px;
    }
    .title-large-section {
        font-size: 58px;
    }
    .care-slider .p-3 {
        padding: 1.5rem!important;
    }
    .listing.listing-sub-content li::before {
        top: 21px;
    }
    .btn-book-register {
        font-size: 23px;
        padding: 17px 40px;
    }
    .small-text {
        font-size: 16px;
    }
    .time-table tr td{
        font-size: 20px;
        padding: 15px 30px;
    }
    .time-table th{
        font-size: 23px;
        padding: 15px 30px;
    }
    .address-text {
        font-size: 28px;
        line-height: 35px;
    }
    .listing li::before, .content-listing ul li::before, .dynamicContent ul li::before{
        height: 8px;
        width: 8px;
        top: 13px;
    }
    .main-container {
        padding: 3.5rem 26rem 5rem;
    }
    .news-section img {
        max-width: fit-content;
        margin-left: -250px;
        margin-top: -19px;
        width: 165%!important;
    }
    .page-link{
        font-size: 18px;
        padding: .475rem .85rem;
    }
    .page-item:last-child .page-link::after, .page-item:first-child .page-link::after{
        width: 15px;
        height: 12px;
        right: -8px;
        background-size: 12px 12px;
        top: 15px;
    }
    .insurance-main img {
        max-height: 200px;
        max-width: 225px;
    }
    .insurance-main {
        padding: 30px 10px;
    }
    ul.listing li p, .content-listing ul li {
        margin-bottom: 12px;
    }
    .insurance-details{
        padding: 0 25px;
    }
    .insurance-item{
        margin-bottom: 20px;
    }
    .insurance-container ul li {
        padding: 15px 30px;
    }
    .insurance-slide .slick-prev.slick-arrow, .insurance-slide .slick-next.slick-arrow, .health-blog-slide .slick-prev.slick-arrow , 
    .health-blog-slide.slick-next.slick-arrow {
        height: 48px;
        width: 48px;
    }
    .insurance-slide .slick-arrow, .health-blog-slide .slick-arrow {
        background-size: 10px !important;
    }
    .department-block p::after{
        width: 365px;
        right: 30px;
    }
    .department-block p{
        font-size: 21px;
        padding: 17px;
    }
    .sub-content-text {
        font-size: 25px;
        line-height: 42px;
    }
    .sub-title1 {
        font-size: 35px;
    }
    .medical-tourism-section {
        background-position: 101% center;
    }
    .medical-tourism-section img {
        width: 160% !important;
        margin-left: -388px;
        max-width: 160%;
    }
    .banner-img::before {
        background-size: 100px;
        width: 116px;
        height: 100px;
        left: -150px;
    }
    .successstories-banner img {
        width: 133% !important;
        margin-left: -65px;
        max-width: 131%;
    }
    .program-banner-section img{
        max-width: max-content;
        width: 140% !important;
        margin-left: -125px;
    }
    .glance-img::after {
        bottom: -2px;
    }
    .listing-glance li p {
        margin-left: 1.3rem!important;
    }
    .listing li::before {
        top: 18px;
    }
    .insurance-item {
        min-height: 280px;
    }
    .profile-list li::before{
        top: 12px;
    }
    .doctor-empty-state img {
        width: 35%;
    }
    .doctor-empty-state h4 {
        font-size: 2.5rem;
    }
    .select2-container .select2-selection--single {
        height: 65px!important;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1.3rem !important;
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        line-height: 65px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 20px!important;
        background-size: 25px;
    }
    .select2-results__option {
        padding: 10px !important;
        font-size: 17px;
    }
    .select2-search--dropdown .select2-search__field {
        padding: 10px;
        font-size: 20px;
    }
    .select2-container--default .select2-results>.select2-results__options {
        max-height: 235px !important;
    }
    .banner-center-section {
        background-position: 103% center;
    }
    .medical-center-img img{
        width: 135% !important;
    }
    .medical-center-img::after{
        right: -94px;
        width: 747px;
        bottom: -1px;
    }
    .center-content .listing li::before {
        top: 20px;
    }
    .center-details-icon {
        height: 25px;
    }
    .center-doctor-details .small-text {
        font-size: 15px;
    }
    .center-doctor-details .dr-title {
        font-size: 1.8rem;
    }
    .center-icon{
        height: 25px;
    }
    .btn-center-more {
        font-size: 1.4rem;
    }
    .banner-line.banner-line-prime::before{
        width: calc(100% + 16rem);
        left: -128px;
    }
    .center-details-shape{
        width: 70px;
        height: 70px;
        left: 13px;
    }
    .team-overlay, .center-details-overlay{
        bottom: -1px;
    }
    .section-center {
        padding: 5rem 6rem;
    }
    .center-details-img {
        height: 470px;
    }
    .center-details-img img{
        height: 100%;
    }
    .mt-5 {
        margin-top: 3.5rem!important;
    }
    .btn-maps, .btn-maps:hover{
        font-size: 15px;
        margin-top: -10px;
    }
    .medical-center-details {
        padding-top: 10px;
    }
    .insurance-slide .slick-prev.slick-arrow, .health-blog-slide .slick-prev.slick-arrow{
        right: 60px;
    }
    .insuarance-title {
        padding: 14px 30px;
    }
    .insurance-details .listing li::before{
        top: 12px;
    }
    .insurance-list{
        padding: 20px;
    }
    .insurance-list-img {
        max-height: 74px;
    }
    .accordion-header h4 span{
        padding: 0 2rem;
    }
    .accordion-card {
        margin-bottom: 30px;
    }
    .accordion-header h4::after{
        height: 1.5px;
    }
    .calender{
        background-size: 16px;
    }
    .checkbox-wrapper{
        font-size: 20px;
        padding: 20px 58px;
        margin-bottom: 15px;
    }
    .checkbox-checkmark{
        top: 24px;
    }
    .checkbox-checkmark{
        height: 20px;
        width: 20px;
    }
    .checkbox-wrapper .checkbox-checkmark:after{
        top: 1.5px;
        width: 8px;
        height: 14px;
        border-width: 0 2.2px 2.2px 0;
    }
    .datepicker--day-name{
        font-size: 1.1em;
    }
    .btn-appointment-cancel,.btn-reserve-appointment{
        padding: 18px;
        font-size: 1.3rem;
    }
    .book-line::after {
        width: 67%;
    }
    .datepicker{
        font-size: 18px !important;
        width: 300px !important;
    }
    .datepicker--nav-action svg{
        width: 38px !important;
        height: 38px !important;
    }
    .datepicker--nav{
        min-height: 38px !important;
        padding: 8px !important;
    }
    .datepicker--cell{
        height: 40px !important;
    }
    .hr-line {
        width: 95%;
    }
    ul.dropdown-menu.inner {
        max-width: 670px;
    }
    .training-section .banner-line::before {
        width: calc(100% + 23.7rem);
    }
    .in-news-section img {
        margin-left: -292px;
        width: 170%!important;
    }
    .contact-section img {
        margin-left: -240px;
        width: 162%!important;
        max-width: 162%;
    }
    .awards-recognition-section img {
        width: 118%!important;
        max-width: 120%;
        margin-right: -68px;
    }
    .awards-title h4 span {
        font-size: 31px;
        line-height: 1.5;
    }
    .awards-title h4::before {
        width: 55%;
        left: -275px;
    }
    .awards-title h4::after {
        width: 62%;
        right: -788px;
    }
    .awards-section {
        padding: 25px 65px;
    }
    .health-blog-list {
        padding: 15px 18px;
    }
    .health-blog-img {
        max-height: 80px;
    }
    .video-container {
        width:100%; 
        height:350px;
    }
    .border-placeholder {
        min-height: 460px;
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    .pharmacies-section img {
        width: 170%!important;
        max-width: 170%;
        margin-left: -320px;
    }
    .prime-hospital-section-1 img {
        max-width: 150%;
        margin-left: -127px;
        width: 142%!important;
    }
    .medical-services-section img {
        width: 150%!important;
        margin-left: -168px;
    }
    .photo-gallery-section img {
        width: 128%!important;
        margin-left: -48px;
    }
    .prime-hospital-img::after {
        left: -117px;
        width: 137%;
    }
    .social-text {
        font-size: 30px;
        line-height: 1.7;
    }
    .lg-actions .lg-next, .lg-actions .lg-prev {
        background-size: 15px !important;
        height: 65px;
        width: 65px;
    }
    .about-medical-section .prime-hospital-img::after {
        width: 100%;
    } 
    .values-list::after {
        width: 7px;
        top: 22px;
        left: 135px;
    }
    .release-information-banner img {  
        margin-left: -205px;
    }
    .sub-text-content {
        font-size: 1.4rem;
        line-height: 40px;
    }
    .facilities-services-section img {
        width: 140%!important;
    }
    .btn-know-more {
        height: 65px;
    }
    .medi-pharmacies .section-img::after {
        bottom: -97px;
    }
    .mt-3 {
        margin-top: 1.5rem!important;
    }
    .back-section h4 {
        font-size: 52px;
        line-height: 78px;
    }
    .quote-block:before {
        height: 85px;
        width: 105px;
        left: 40px;
    }
    .back-section p {
        font-size: 38px;
    }
    .quote-block {
        padding-left: 170px;
    }
    .main-department {
        padding: 50px;
        margin-top: 4.5rem;
    }
    .department-services {
        width: 200px;
        height: 195px;
        border: 3.5px solid #f48149;
    }
    .services-list img {
        max-height: 110px;
        max-width: 120px;
    }
    .service-text {
        font-size: 1.9rem;
    }
    .prime-group img {
        margin-left: 100px;
    }
    .content-section p {
        font-size: 22px;
        line-height: 40px;
    }
    #Department_content *, .sub-content span, .dynamicContent * {
        font-size: 22px;
        line-height: 40px;
    }
    .title-speciality {
        font-size: 1.70rem;
    }
    .accordion-header h4 span, .accordion-section .card-header h4 span {
        font-size: 21px;
    }
    .accordion-section .card-header h4::before {
        font-size: 21px;
        transform: scale(0.9);
        top: 4px;
    }
    .accordion-section .card-header h4.collapsed::before {
        transform: scale(0.9);
        top: 4px;
    }
    .card-header {
        padding: 0.7rem 1rem;
    }
    .accordion-section .card-header h4 span {
        padding: 0 2rem;
    }
    .center-details h4, .member-sub-title, .insurance-title {
        font-size: 18px;
        line-height: 1.4;
    }
    .services-title {
        font-size: 2rem;
    }
    .error-text {
        font-size: 21px;
    }
    .page-found h6 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .page-found h1 {
        font-size: 10.5rem;
    }
    a.page-btn {
        padding: 15px 70px;
    }
    .profile-details-content.dynamicContent * p, .profile-details-content.dynamicContent * {
        font-size: 18px;
        line-height: 32px;
    }
    #lang-switch .select-control {
        height: 50px;
        padding: 0 30px 0 15px;
        background-size: 17px;
        font-size: 19px;
    }
    .border-line-ar::after {
        left: -165px;
        right: unset;
    }
    .border-line1-ar::after {
        left: -118px;
        right: unset;
    }
    .section-img1-ar::after {
        left: 0;
        right: unset;
    }
    .section-img1-ar::before {
        right: -105px;
    }
    .section-img-ar::before {
        left: -110px;
        right: unset !important;
    }
    .prime-img-ar::after {
        left: -58px!important;
    }
    .in-news-section-ar img {
        margin-right: -325px;
    }
    .health-blog-section-ar .banner-line::before {
        width: calc(100% + 13.5rem);
    }
    .medical-tourism-section-ar {
        background-position: -3% center;
    }
    .training-section .banner-line::before {
        width: calc(100% + 7.7rem);
    }
    .mission-section-ar .section-img::after {
        bottom: -120px; 
        right: 4px;
    }
    .banner-space-ar.banner-bg {
        background-position: -3% center;
    }
    .photo-gallery-section-ar .banner-line::before {
        width: calc(100% + 10.8rem);
    }
    .pharmacies-section-ar img {
        margin-right: -320px;
    }
    .banner-line-ar::before {
        left: -68px!important;
    }
    .center-details-icon-ar {
        padding-left: 8px;
    }
    .banner-center-section-ar {
        background-position: -5% center;
    }
    .quote-block-ar::before {
        right: -80px;
        left: unset;
    }
    .awards-recognition-section-ar img {
        margin-left: -140px;
    }
    .prime-hospital-section-1-ar img {
        margin-right: -127px;
        margin-left: 0;
    }
    .prime-hospital-img-ar::after {
        left: -95px;
    }
    .img-shadow-ar::after {
        left: -244px;
        width: 108%;
    }
    .privacy-policy-section-ar img {
        margin-right: -390px;
    }
    .philosophy-img-ar img {
        margin-right: -105px;
        margin-left: 0;
    }
    .team-member-bg-ar {
        margin-left: 0!important;
        margin-right: -128px;
    }
    .news-section-ar img {
        margin-right: -250px;
        margin-left: 0;
    }
    .program-banner-section-ar img {
        margin-right: -125px;
    }
    .home-care-banner-ar.banner-section img {
        width: 145%;
    }
    .banner-bg-ar {
        background-size: 26% 100%;
    }
    .training-section-ar img {
        margin-right: -58px;
        width: 125%!important;
    }
    .border-line1-small-ar::after {
        left: 0px;
        right: unset;
    }
    .position-line-ar::after {
        left: -118px;
        right: unset
    }
    .social-icons a img {
        height: 36px;
    }
    .social-icons a:not(:last-child) {
        margin-right: 22px;
    }
}

@media screen and (min-width:2000px) and (max-width:2600px) { 
    .navbar-item, .nav-item{
        font-size: 21px;
    }
    .container{
        max-width: 90%;
        /* max-width: 1930px; */
    }
    .logo {
        height: 120px;
    }
    p{
        font-size: 25px;
        line-height: 45px;
    }
    .navscroll-link {
        font-size: 24px;
    }
    .navbar-nav .nav-link, .navbar-item-link, .navbar-submenu li.submenu-active a, .navbar-submenu li a {
        font-size: 24px;
    }
    .nav-item.active-link::after{
        bottom: -42px;
    }
    .nav-item .nav-link-button{
        padding: 15px 50px
    }
    .navbar-item-submenu svg{
        top: 22px;
        right: 12px;
        width: 20px;
        height: 20px;
    }
    ul .navbar-item:not(:last-child):after {
        height: 32px;
    }
    .navbar-item-link{
        padding: 0.5rem 1.2rem;
    }
    .navbar-submenu{
        width: 300px;
        top: 64px;
    }
    .navbar-submenu li a{
        padding: 10px 15px;
    }
    .navbar-item-link {
        padding: 0.9rem 1.3rem;
    }
    .navbar-item-submenu .navbar-item-link {
        padding-right: 2.5rem;
    }
    .banner-text h2 {
        font-size: 7.75rem;
    }
    .banner-info{
        padding: 0 8.5rem;
        /* bottom: -230px; */
    }
    .banner-info-details{
        padding: 3rem;
    }
    .section-t-m {
        margin-top: 270px;
        margin-bottom: 50px;
    }
    section {
        padding: 10.5rem 6rem;
    }
    .section-img::before{
        background-size: 108px;
        width: 120px;
        height: 120px;
        right: -126px;
    }
    .section-img::after{
        background-size: 108px;
        bottom: -145px;
        width: 120px;
        height: 120px;
        left: 0;
    }
    .section-doctor-forum .section-img::after {
        bottom: -135px;
    }
    .section-img1::before{
        background-size: 108px;
        width: 120px;
        height: 120px;
        left: -115px;
    }
    .section-img1::after{
        background-size: 108px;
        bottom: -132px;
        width: 120px;
        height: 120px;
        right: 0px;
    }
    a.know-more, a.know-more:hover {
        width: auto;
        display: inline-block;
        padding: 22px 130px;
        font-size: 29px;
    }
    .content, .content p {
        font-size: 28px;
        line-height: 54px;
    }
    .heading{
        font-size: 4.5rem;
    }
    .philosophy-text{
        font-size: 30px;
    }
    footer a {
        font-size: 26px;
    }
    .footer-icons {
        height: 36px;
        margin-right: 8px;
    }
    .h5, h5 {
        font-size: 1.8rem;
    }
    .footer-contact h5 {
        font-size: 2.15rem;
    }
    .footer-contact p {
        padding-bottom: 1rem;
        font-size: 26px;
    }
    .flex-container-logo {
        margin: 0 auto;
    }
    .footer-contact li:not(:last-child) {
        margin-bottom: 40px;
    }
    .footer-links li:not(:last-child) {
        margin-bottom: 8px;
    }
    footer .container {
        padding: 4rem 0;
        padding-bottom: 6rem;
    }
    footer iframe {
        height: 330px!important;
    }
    .breadcrumb-item::after {
        width: 16px;
        height: 13px;
        right: -22px;
        bottom: 9.5px;
    }
    .philosophy-img img{
        margin-left: -192px;
        margin-top: -4rem !important;
        width: 155%;
    }
    .our-mgmt-img img {
        width: 120%;
        max-width: unset;
    }
    .know-more{
        font-size: 25px;
    }
    .banner-bg-img{
        background-size: 45% 100%;
    }
    .banner-image, .banner-image1{
        width: 100%;
    }
    .covered-img::after{
        bottom: -53px;
        left: 476px;   
        width: 802px !important;
    }
    .banner-bg{
        background-size: 31% 100%;
    }
    .medical-tourism-section {
        background-size: 28% 100%;
    }
    .banner-section .btn-orange{
        padding: 20px 70px;
        font-size: 1.5rem;
    }
    .img-shadow::after{
        width: 764px;
    }
    .h4, h4 {
        font-size: 2.3rem;
    }
    .sub-content, .details-content p, .sub-content p, .sub-content .dynamicContent p, .sub-content .dynamicContent span {
        font-size: 30px;
        line-height: 50px;
    }
    .profile-list *, .customer-review-link p{
        font-size: 18px;
    }
    .rating-list{
        width: 30px;
        height: 30px;
    }
    .form-label{
        top: -16px;
        font-size: 20px;    
    }
    .radio-wrapper {
        font-size: 28px;
        padding-left: 45px;
        margin-right: 30px;
    }
    .checkmark {
        width: 30px;
        height: 30px;
    }
    .radio-wrapper .checkmark:after {
        width: 16px;
        height: 16px;
    }
    .navscroll .btn-group .btn{
        font-size: 1.8rem;
        height: 77px;
        line-height: 20px;
    }
    .navscroll .btn-group .btn img {
        height: 34px;
    }
    .video-select .filter-option-inner-inner {
        font-size: 32px;
    }
    .slick-slider .slick-prev.slick-arrow{
        width: 70px;
        height: 70px;
        left: -65px;
    }
    .slick-slider .slick-next.slick-arrow{
        width:70px;
        height:70px;
        right: -65px;
    }
    .video-slider.slick-slider .slick-arrow, .insurance-slide .slick-arrow, .health-blog-slide .slick-arrow {
        background-size: 12px !important;
    }
    .profile-details-content p, .profile-details-content {
        font-size: 25px;
        line-height: 40px;
    }
    .breadcrumb-item, .breadcrumb-item a {
        font-family: Roboto-Regular;
        font-size: 20px;
    }
    .accordion-header h4::after{
        top: 15px;
        height: 2.4px;
    }
    .small-text {
        font-size: 20px;
    }
    .h2, h2 {
        font-size: 3.5rem;
    }
    .dropdown.bootstrap-select .btn, .form-group-filter input{
        /* height: 75px; */
        height: 90px;
        padding: 16px 30px;
        padding-right: 54px;
        font-size: 1.7rem;
        /* font-size: 1.4rem; */
        border: 2px solid rgba(109, 110, 112, .3);
    }
    .dropdown.bootstrap-select .btn {
        line-height: 50px;
    }
    .floating-label{
        font-size: 18px;
    }
    .btn.current-location {
        height: 90px;
    }
    .btn.current-location img {
        height: 24px;
        padding-right: 10px;
        margin-top: -4px;
    }
    .hr-or, .hr-orange {
        margin: 50px 0;
    }
    .hr-orange.mt-0 {
        margin-top: 20px!important;
    }
    .hr.hr-or span {
        top: -16px;
    }
    .banner-title h2, .banner-title h2 span,
    .banner-title h1, .banner-title h1 span{
        font-size: 4.8rem;
        line-height: 5rem;
    }
    .banner-line::before{
        left: -102px;
        top: 45px;
        width: calc(100% + 10rem);
    }
    .banner-line.banner-line-small::after{
        top: 45px;
    }
    .title-block{
        padding: 18px 25px;
    }
    .title-block h3{
        font-size: 2rem;
    }
    .video-select .dropdown.bootstrap-select .btn{
        padding: 6px 0;
        height: 40px;
    }
    .bigTitle::after{
        top: 45px;
    }
    .form-group-label .form-control, .form-custom-select{
        border: 2px solid;
        border-color: rgba(109, 110, 112, 0.3);
        /* height: 75px;
        font-size: 1.5rem; */
        height: 90px;
        font-size: 1.7rem;
    }
    .form-marker {
        height: 60px;
    }
    .checkbox-wrapper .checkbox-checkmark.radiomark:after {
        width: 8px;
        height: 15px;
        top: 3.5px;
        left: 9px;
    }
    .select-selected, .bootstrap-select>.dropdown-toggle{
        background-size: 25px 25px;
    }
    .link-additional-filter{
        font-size: 24px;
    }
    .btn-team-member{
        font-size: 1.8rem;
    }
    .accordion-header h4::before{
        transform: scale(1.3);
        top: 3px;
    }
    .text-banner {
        font-size: 1.8rem;
        line-height: 50px;;
    }
    .dropdown-item, .dropdown-header span{
        font-size: 1.7rem;    
    }
    .banner-line::after{
        top: 42px;
    }
    .dropdown-item {
        padding: 10px 30px;
    }
    .dropdown-header{
        padding: .7rem 1.75rem;
    }
    .bootstrap-select .dropdown-menu li a.opt {
        padding-left: 30px;
    }
    .border-line1::after{
        width: 890px;
        right: -225px;
    }
    .border-line::after{
        width: 600px;
        right: -260px;
    }
    .gallery-nav .slick-prev.slick-arrow{
        background-size: 15px;
        left: -130px !important;
        top: unset !important;
    }
    .gallery-nav .slick-next.slick-arrow{
        background-size: 15px;
        left: -67px;
    }
    .covered-img img{
        width: 100%;
    }
    .profile-details-video {
        height: 500px;
    }
    .btn, .btn:hover{
        padding: 26px 17px;
        font-size: 26px;
    }
    .btn-orange{
        min-width: 400px;
    }
    .hr span{
        font-size: 22px;
    }
    .bigTitle span{
        font-size: 4rem;
    }
    .dr-title, .team-member h3 {
        font-size: 2.75rem;
    }
    .form-group-label .form-control.form-search, .form-group-label .form-control.form-location {
        background-size: 35px;
    }
    .aside-popup .btn {
        font-size: 26px;
    }
    .navscroll .container {
        max-width: 97%;
    }
    .profile-list *, .customer-review-link p {
        font-size: 22px;
    }
    .rating {
        margin-bottom: 1.6rem!important;
    }
    .customer-review-link p {
        margin-top: 10px;
    }
    .service-detail h3 {
        font-size: 45px;
    }
    .prime-img img {
        margin-left: 16rem !important;
    }
    .listing li::before, .content-listing ul li::before, .dynamicContent  ul li::before {
        width: 10px;
        height: 10px;
        top: 30px;
        left: -5px;
    }
    .glance-img::after {
        bottom: 53px;
    }
    .prime-img::after {
        left: 120px !important;
        bottom: -2px;
        height: 130px;
    }
    .banner-space.banner-bg {
        background-position: 108% center;
    }
    .section-article .container {
        max-width: 97.5%;
    }
    .title {
        font-size: 2rem;
    }
    .case-studies-section .title, .success-stories-section .title {
        font-size: 2.4rem;
    }
    .sub-title {
        font-size: 26px;
        line-height: 42px;
    }
    .case-studies-section .sub-title, .success-stories-section .sub-title {
        font-size: 29px;
        line-height: 45px;
    }
    .read-more {
        font-size: 2rem;
        margin-left: 110px;
    }
    .read-more::before {
        width: 90px;
        left: -114px;
    }
    .prime-hospital-section {
        padding: 5rem 1rem;
    }
    .team-member-section{
        padding: 10.5rem 0rem;
    }
    .h3, h3 {
        font-size: 3rem;
    }
    .position-line::after{
        width: 545px;
        right: -208px;
    }
    .team-member-bg {
        height: 635px !important;
        margin-left: -222px !important;
    }
    .banner-img::before{
        background-size: 140px;
        width: 210px;
        height: 135px;
        left: -128px;
    }
    .banner-section img {
        max-width: 118% !important;
    }
    .sub-heading span, .topic-heading {
        font-size: 32px !important;
    }
    .education-program-list p {
        font-size: 30px;
        line-height: 52px;
    }
    .program-img {
        height: 250px;
        margin-top: -158px;
    }
    .success-stories img, .media-section img {
        max-height: 400px;
    }
    .case-studies img {
        max-height: 400px;
    }
    .medical-tourism-block img {
        max-height: 400px!important;
    }
    .success-stories-section, .medianews-section, .case-studies-section {
        padding: 0 !important;
        padding-top: 2rem !important;
        padding-bottom: 4rem !important;
    }
    .title-section {
        font-size: 60px;
        margin-bottom: 1.5rem !important;
    }
    .title-large-section {
        font-size: 62px;
    }
    .care-slider .p-3 {
        padding: 1.8rem!important;
    }
    .listing.listing-sub-content li::before {
        top: 26px;
    }
    .main-container {
        padding: 4.5rem 32rem 7rem;
    }
    .address-text {
        font-size: 34px;
        line-height: 47px;
    }
    .time-table tr td {
        font-size: 25px;
        padding: 18px 30px;
    }
    .time-table th {
        font-size: 28px;
        padding: 18px 30px;
    }
    .btn-book-register{
        font-size: 28px;
    }
    .education-program-section, .event-section{
        padding: 4rem 7rem 6rem;
    }
    .top-section {
        padding-top: 10.5rem;
    }
    .mission-section .section-img::after{
        bottom: unset;
        top: calc(100% - 14px);
    }
    .program-banner-section img {
        margin-left: -220px;
        max-width: 135% !important;
        width: 140% !important; 
    }
    .medical-tourism-section img {
        margin-left: -374px;
        max-width: 150% !important;
        width: 150% !important;
    }
    .news-section img {
        margin-left: -400px;
        margin-top: -15px;
        width: 162% !important;
        max-width: 160% !important;
    }
    .eventbanner-section img{
        width: 130.5% !important;
    }
    .small-icon {
        width: 17px;
    }
    .insurance-main img {
        max-height: 225px;
        max-width: 320px;
    }
    .insurance-main {
        padding: 45px 10px;
    }
    .page-link{
        font-size: 25px;
        padding: .875rem 1.4rem;
        border-radius: 6px;
    }
    .page-item:last-child .page-link::after, .page-item:first-child .page-link::after{
        width: 15px;
        height: 18px;
        top: 24px;
        background-size: 18px 18px;
    }
    ul.listing li p, .content-listing ul li {
        margin-bottom: 12px;
    }
    .insurance-details{
        padding: 0 40px;
    }
    .insurance-item{
        margin-bottom: 30px;
    }
    .insurance-details .listing li::before{
        top: 23px;
    }
    .insurance-container ul li {
        padding: 20px 30px;
    }
    .insurance-slide .slick-prev.slick-arrow, .insurance-slide .slick-next.slick-arrow, .health-blog-slide .slick-next.slick-arrow, 
    .privacy-policy-slide .slick-next.slick-arrow {
        height: 65px;
        width: 65px;
    }
    .insurance-slide .slick-prev.slick-arrow, .health-blog-slide .slick-prev.slick-arrow {
        right: 92px !important;
    }
    .insurance-slide .slick-next.slick-arrow, .health-blog-slide .slick-next.slick-arrow {
        right: 0;
        top: -15px;
    }
    .slick-slider .slick-prev.slick-arrow, .health-blog-slide .slick-prev.slick-arrow {
        left: unset;
        right: 75px;
        top: -15px;
    }
    .insurance-slide .slick-arrow, .health-blog-slide .slick-arrow, .privacy-policy-slide{
        background-size: 12px !important;
    }
    .insurance-list{
        padding: 26px 18px;
        margin-top: 30px;
    }
    .sub-content-text {
        font-size: 32px;
        line-height: 52px;
    }
    .sub-title1 {
        font-size: 55px;
    }
    .department-block p{
        font-size: 30px;
        padding: 27px;
        line-height: 35px;
    }
    .department-block p::after{
        width: 530px;
        right: 8px;
    }
    .successstories-banner img{
        margin-left: -127px;
        max-width: 130% !important;
        width: 130% !important;
    }
    .banner-img::before{
        background-size: 130px;
        width: 135px;
        height: 135px;
        left: -240px;
    }
    .main-title:after{
        bottom: 45px;
    }
    .insurance-item {
        min-height: 355px;
    }
    .profile-list li::before{
        top: 12px;
    }
    .navscroll-active::after {
        height: 2px;
    }
    .doctor-empty-state img {
        width: 35%;
    }
    .doctor-empty-state h4 {
        font-size: 3.2rem;
    }
    .select2-container .select2-selection--single {
        height: 87px!important;
        border: 2px solid!important;
        border-color: rgba(109, 110, 112, 0.3)!important;
        border-bottom: none !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1.6rem !important;
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        padding-left: 30px !important;
        line-height: 84px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        right: 7px !important;
        top: 30px!important;
        background-size: 35px;
    }
    .select2-results__option {
        padding: 15px !important;
        font-size: 23px;
        padding-left: 25px !important;
    }
    .select2-container--default .select2-results>.select2-results__options {
        max-height: 320px !important;
    }
    .select2-search--dropdown .select2-search__field {
        padding: 10px !important;
        font-size: 25px !important;
    }
    .select2-results__option{
        padding: 16px !important;
        font-size: 23px;
    }
    .banner-center-section{
        background-position: 108% center;
    }
    .medical-center-img img{
        max-width: 130% !important;
        width: 130%!important;
        margin-left: -123px;
    }
    .medical-center-img::after{
        width: 130%;
        right: -95px;
        bottom: -1px;
        height: 160px;
    }
    .center-details-icon {
        height: 35px;
        margin-right: 20px;
    }
    .h5, h5{
        font-size: 2rem;
    }
    .center-doctor-details .dr-title {
        font-size: 2.3rem;
        line-height: 1.6;
    }
    .center-doctor-details .small-text {
        font-size: 21px;
    }
    .center-content .listing li::before {
        top: 27px;
    }
    .form-filter-center .form-group-label .form-control.form-search {
        border: 2px solid rgba(109, 110, 112, 0.3);
    }
    .medical-department-section{
        padding: 2rem 0 !important;
    }
    .banner-line.banner-line-prime::before{
        width: calc(100% + 23.8rem);
        left: -225px;
    }
    .center-icon{
        height: 34px;
        margin-right: 15px;
    }
    .center-details-shape{
        width: 85px;
        height: 85px;
        left: 15px;
    }
    .btn-center-more {
        font-size: 1.8rem;
    }
    .team-overlay, .center-details-overlay{
        bottom: -13px;
        height: 200px;
    }
    .btn-team-member, .btn-center-more {
        padding: 15px !important;
    }
    .center-details-img {
        height: 630px;
    }
    .center-details-img img{
        height: 100%;
    }
    .section-center {
        padding: 7rem 1rem;
    }
    .mt-5 {
        margin-top: 4.5rem!important;
    }
    .btn-maps, .btn-maps:hover{
        font-size: 23px;
        padding: 15px 5px;
        margin-top: -10px;
    }
    .medical-center-details {
        padding-top: 10px;
    }
    .insuarance-title {
        padding: 22px 33px;
        border-radius: 20px 20px 0 0;
    }
    .insurance-list-img {
        max-height: 105px;
    }
    .accordion-card {
        margin-bottom: 35px;
    }
    .select2-container--default .select2-selection--single, .dropdown.bootstrap-select .btn, .form-group-filter input{
        border-radius: 7px !important;
    }
    .dropdown-menu .inner::-webkit-scrollbar{
        width: 8px;
    }
    .dropdown-menu .inner{
        max-height: 360px;
    }
    .accordion-details {
        padding-top: 2.8rem;
    }
    .checkbox-wrapper{
        padding: 25px 90px;
        font-size: 1.7rem;
        margin-bottom: 20px;
    }
    .checkbox-checkmark{
        height: 27px;
        width: 27px;
        top: 30px;
        left: 30px;
    }
    .checkbox-wrapper .checkbox-checkmark:after{
        left: 8px;
        width: 9px;
        height: 18px;
        border-width: 0 2.5px 2.5px 0;
        top: 1.5px
    }
    .calender{
        background-position: 95% center;
        background-size: 20px;
    }
    .hr{
        margin: 40px 0;
    }
    .logo-size {
        width: 47px;
        margin-right: 20px;
    }
    .appointment-popup {
        padding: 2.8rem 8rem;
    }
    .book-line::after {
        width: 58%;
        right: -145px;
    }
    .book-line{
        margin-bottom: 2rem !important;
    }
    .datepicker{
        font-size: 18px!important;
        width: 400px!important;
    }
    .datepicker--nav{
        min-height: 40px!important;
        padding: 10px!important;
    }
    .datepicker--nav-action svg {
        width: 37px!important;
        height: 37px!important;
    }
    .datepicker--content{
        padding: 8px;
    }
    .datepicker--cell{
        font-size: 25px!important;
        height: 54px!important;
    }
    .datepicker--day-name{
        font-size: 1.1em!important;
    }
    .datepicker--nav-title{
        font-size: 1.5rem!important;
    }
    .datepicker--pointer{
        width: 14px;
        height: 14px;
    }
    .appointment-popup h5{
        margin-bottom: 2.5rem!important;
    }
    .popup-start{
        padding: 6rem 8.5rem;
    }
    .select-selected, .bootstrap-select>.dropdown-toggle, .select-control{
        background-size: 30px 30px;
    }
    .small-hr {
        width: 350px;
    }
    .form-group-label{
        margin-bottom: 3.5rem;
    }
    ul.dropdown-menu.inner {
        max-width: 900px;
    }
    .training-section .banner-line::before {
        width: calc(100% + 30.7rem);
    }
    .health-blog-section .banner-line::before {
        width: calc(100% + 30rem);
    }
    .contact-section img {
        max-width: 164% !important;
        margin-left: -385px;
        margin-top: 25px;
    }
    .awards-recognition-section img {
        max-width: 135% !important;
        width: 114%!important;
        margin-right: -60px;
        margin-top: 4px;
    }
    .awards-section {
        padding: 25px 80px;
        height: 480px;
    }
    .awards-title h4 span {
        font-size: 42px;
        line-height: 1.5;
    }
    .awards-title h4::before {
        width: 55%;
        left: -333px;
    }
    .health-blog-list {
        padding: 20px 25px;
    }
    .health-blog-img {
        max-height: 135px;
        max-width: 160px;
        width: 85%;
    }
    .video-container {
        width:100%; 
        height:400px;
    }
    .awards-title h4::after {
        width: 57%;
        right: -82.5%;
    }
    .health-blog-section img {
        margin-right: -108px;
    }
    .contact-us-section {
        padding: 0 !important;
        padding-top: 2rem !important;
        padding-bottom: 5rem!important;
    }
    .contact-detail {
        padding: 30px 40px;
    }
    .border-placeholder {
        min-height: 600px;
        border-top-right-radius: 136px;
        border-bottom-left-radius: 136px;
    }
    .pharmacies-section img {
        width: 172%!important;
        max-width: 172%!important;
        margin-left: -500px;
    }
    #map.pharmacies-map {
        height: 700px;
    }
    .privacy-policy-section img {
        margin-left: -572px;
        width: 190%!important;
        max-width: 188%!important;
    }
    .prime-hospital-section-1 img {
        width: 135%!important;
        max-width: 135% !important;
        margin-left: -175px;
    }
    .medical-services-section img {
        width: 130%!important;
        max-width: 140% !important;
        margin-left: -198px;
    }
    .photo-gallery-section img {
        width: 120%!important;
        margin-left: -37px;
    }
    .gallery-img {
        width: 100%;
    }
    .prime-hospital-img::after {
        left: -180px;
        width: 133%;
    }
    .social-text {
        font-size: 40px!important;
    }
    .product-list li::before {
        top: 23px;
    }
    .listing li::before {
        top: 22px;
    }
    .lg-actions .lg-next, .lg-actions .lg-prev {
        height: 70px;
        width: 70px;
        background-size: 16px !important;
    }
    .lg-outer .lg-image {
        width: 40%;
    }
    .values-list::after {
        top: 25px;
        left: 168px;
        width: 10px;
    }
    .about-medical-section .prime-hospital-img::after{
        width: 115%;
    }
    .download-img {
        width: 35px;
    }
    .release-information-banner img {  
        margin-left: -247px;
    }
    .sub-text-content {
        font-size: 1.8rem;
        line-height: 50px;
    }
    .btn-know-more {
        height: 90px;
    }
    .medi-pharmacies .section-img::after {
        bottom: -97px;
    }
    .back-section h4 {
        font-size: 72px;
        line-height: 1.5;
    }
    .back-section p {
        font-size: 52px;
    }
    .quote-block {
        padding-left: 190px;
    }
    .quote-block:before {
        height: 105px;
        width: 128px;
        left: 28px;
        top: 27px;
    }
    .back-section .container-fluid {
        padding: 8rem;
    }
    .main-department {
        padding: 65px;
        margin-top: 6rem;
        border-radius: 20px;
    }
    .department-services {
        width: 250px;
        height: 250px;
        border: 4px solid #f48149;
    }
    .department-service-list .col-xl-2 {
        padding-right: 40px;
    }
    .services-list img {
        max-height: 140px;
        max-width: 140px;
        height: 100%;
    }
    .service-text {
        font-size: 2.7rem;
    }
    .prime-group img {
        margin-left: 90px;
        width: 90%;
    }
    .antenatal-section .hr {
        margin-bottom: 2.5rem!important;
        margin-top: 2rem !important;
    }
    .mb-3 {
        margin-bottom: 1.8rem!important;
    }
    .about-prime-content {
        height: 580px;
    }
    .content-section p {
        font-size: 33px;
        line-height: 56px;
    }
    .avaamo__icon {
        width: 75px!important;
        height: 75px!important;
    }
    .scroll-top {
        width: 70px;
        height: 70px;
        right: 125px;
        background-size: 23px;
    }
    .dynamicContent *, .sub-content span {
        font-size: 30px;
        line-height: 50px;
    }
    .center-details h4, .member-sub-title, .insurance-title {
        font-size: 25px;
    }
    #Department_content * {
        font-size: 30px;
        line-height: 48px;
    }
    .title-speciality {
        font-size: 2.1rem;
    }
    .accordion-section .card-header h4 span {
        font-size: 28px;
        padding: 0 2.3rem;
    }
    .accordion-section .card-header h4::before {
        transform: scale(1.1);
        top: 4px;
    }
    .accordion-section .card-header h4.collapsed::before {
        transform: scale(1.1);
        top: 3px;
    }
    .card-header {
        padding: 1rem 1rem; 
    }
    .event-block {
        padding: 40px 30px;
        margin-bottom: 45px;
    }
    .insurance-container {
        padding-right: 55px;
    }
    .services-title {
        font-size: 2.5rem;
    }
    .page-found h1 {
        font-size: 14.5rem; 
    }
    .page-found h6 {
        font-size: 50px;
        margin-bottom: 22px;
    }
    .error-text {
        font-size: 27px;
    }
    a.page-btn {
        padding: 22px 100px;
    }
    .profile-details-content.dynamicContent * p, .profile-details-content.dynamicContent * {
        font-size: 24px;
        line-height: 40px;
    } 
    .profile-details-content.dynamicContent ul li::before {
        top: 18px;
        left: 2px;
    }
    .profile-details-content.dynamicContent ul li {
        padding-left: 1.8rem;
    }
    #lang-switch .select-control {
        height: 68px;
        padding: 0 38px 0 20px;
        background-size: 20px;
        font-size: 26px;
    }
    .border-line-ar::after {
        right: unset;
        left: -235px;
    }
    .border-line1-ar::after {
        left: -225px;
        right: unset;
    }
    .section-img1-ar::before {
        right: -130px;
    }
    .section-img1-ar::after {
        left: 0px;
        right: unset;
    }
    .section-img-ar::before {
        left: -135px;
        right: unset;
    }
    .scroll-top-ar {
        left: 125px;
    }
    .banner-line-ar::before {
        left: -68px !important;
    }
    .breadcrumb-item-ar::after {
        right: unset !important;
        left: -30px !important;
        bottom: 7.5px;
    }
    .in-news-section-ar img {
        margin-right: -390px;
    }
    .in-news-section-ar {
        background-size: 26% 100%;
    }
    .health-blog-section-ar .banner-line::before {
        width: calc(100% + 13.5rem);
    }
    .health-blog-section-ar img {
        margin-right: 250px;
    }
    .training-section-ar .banner-line::before {
        width: calc(100% + 7.7rem);
    }
    .center-icon-ar {
        margin-right: 0;
        margin-left: 15px;
    }
    .rect-icon-ar::before {
        background-image: url(../images/shape/rectangle3.svg);
        left: -135px;
        right: unset;
    }
    .banner-space.banner-bg {
        background-position: left center;
    }
    .photo-gallery-section-ar .banner-line::before {
        width: calc(100% + 10.8rem);
    }
    .pharmacies-section-ar img {
        margin-right: -500px;
        margin-left: 0;
    }
    .banner-bg-ar {
        background-size: 26% 100%;
    }
    .breadcrumb-item-ar:not(:first-child) {
        padding-right: 3.5rem;
        padding-left: 0;
    }
    .banner-center-section-ar {
        background-position: -5% center;
    }
    .medical-center-img-ar::after {
        right: -75px;
    }
    .center-details-icon-ar {
        margin-left: 18px;
        margin-right: 0;
    }
    .quote-block-ar::before {
        right: -110px;
        left: unset;
    }
    .awards-recognition-section-ar img {
        margin-left: -197px;
        margin-top: -33px;
    }
    .prime-hospital-section-1-ar img {
        margin-right: -162px;
    }
    .prime-hospital-img-ar::after {
        left: -108px;
    }
    .img-shadow-ar::after {
        width: 118%;
        left: -390px;
    }
    .privacy-policy-section-ar img {
        margin-right: -568px;
    }
    .dynamicContent-ar ul li::before {
        right: -5px;
        left: unset;
    }
    .team-member-bg-ar {
        margin-left: 0!important;
        margin-right: -225px;
    }
    .news-section-ar img {
        margin-left: 0;
        margin-right: -300px;
    }
    .program-banner-section-ar img {
        margin-right: -125px;
        margin-top: -52px;
    }
    .photo-gallery-section-ar img {
        margin-right: -37px;
    }
    .home-care-banner-ar.banner-section img {
        width: 145%;
    }
    .awards-recognition-section-ar img {
        margin-right: 0px;
        margin-left: 0;
    }
    .training-section-ar img {
        margin-right: -50px;
        width: 128%!important;
    }
    .border-line1-ar::after {
        left: -50px;
        right: unset;
    }
    .position-line-ar::after {
        width: 545px;
        left: -165px;
        right: unset;
    }
    .social-icons a:not(:last-child) {
        margin-right: 28px;
    }
    .social-icons a img {
        height: 50px;
    }
    .social-icons-ar a:not(:first-child) {
        margin-right: 28px;
    }
}

@media screen and (min-width:2000px) and (max-width:2300px) { 
    .banner-bg {
        background-size: 30% 100%;
    }
    .mission-section .section-img::after {
        bottom: 60px;
    }
    .department-block p::after {
        width: 435px;
    }
    .department-block p{
        padding: 22px;
    }
    .sub-content-text {
        font-size: 30px;
    }
    .covered-img-ar::after {
        left: 408px;
        width: 586px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1680px) {}

@media screen and (min-width: 1681px) and (max-width: 1900px) {}

@media screen and (min-width: 1900px) and (max-width: 3000px) {
    .service-detail h3 {
        font-size: 45px;
    }
    .service-detail h3::before{
        width: calc(100% + 14.7rem);
    }
    .prime-img img {
        margin-left: 8rem;
    }
    .prime-img::after {
        left: 116px;
    }
    .banner-section img{
        width: 100%;
    }
    .banner-line::before{
        width: calc(100% + 11rem);
        left: -110px;
    }
    .team-member-bg{
        height: 465px;
        margin-left: -130px;
    }
    .h3, h3 {
        font-size: 2.5rem;
    }
    .sub-heading span, .topic-heading {
        font-size: 25px;
    }
    .sub-heading::after{
        top: 15px;
    } 
    .education-program-section {
        padding: 4rem 12rem 4.5rem;
    }
    .case-studies-details, .medical-tourism-details {
        max-height: 600px;
        border-top-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
    .main-title:after{
        bottom: 35px;
    }
    .more {
        margin-bottom: 2rem;
    }
}


.gm-style-iw-a {
	border-radius: 4px !important; 
	background: #fff !important; 
	box-shadow: 0px 3px 6px rgba(80, 79, 79, 0.16) !important;
	max-width: 225px !important;
}
.gm-ui-hover-effect{
	right: 0 !important;
	top: 0 !important;
}
.gm-style-iw-a p{
	font-family:'Roboto-Regular' !important;
}
.infoTitle{
	font-size:18px !important;
	font-family:'RobotoCondensed-Regular' !important;
}
.infoAddr, .infoPh{
	color:#6D6E70 !important;
	 line-height: 22px !important;
}
.orangeText{
	color: #F37B20 !important;
}
.gm-style-iw-t{
	 bottom: 70px !important;
 }
.booking-id-wrap{
	background-color: #F37B20;
	padding: 5px 15px;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: .5px;
}
