* {
 margin:0;
 padding: 0;
}
body {
  margin:0;
 padding: 0; 

font-family: 'Poppins', sans-serif;
font-weight: normal;
    font-style: normal;
 font-size: 16px;
 line-height: 28px; 
 color: #666666;
 overflow-x: hidden;
}

a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   font-family: 'Montserrat', sans-serif;
}
button:focus,
button:a:visited {
    outline: none !important;
}
a:visited,
a:hover {
   text-decoration: none;
}
a:focus {
    text-decoration: none !important;
}
.page {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
a:focus,
button:focus {
    outline: none !important;
}


h1,h2,h4,h5,h6, h3 {
   font-family: 'Montserrat', sans-serif;
font-weight: bold;
color: #000;
}
@media (min-width: 1680px){
    .container, .container-lg, .container-md, .container-sm, .container-xl,
    .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1560px !important;
}
}



/*Header*/
#masthead {
  background-color: #000;
  position: relative;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-branding {
    position: absolute;
    background: #000;
    width: 237px;
    height: 222px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 222px;
    z-index: 2;
}
.site-branding img {
    width: 129px;
}
.main-navigation ul {
    justify-content: center;
}
#primary-menu li a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 41px 16px;
    position: relative;
}
#primary-menu li a:after {
    position: absolute;
    background: #b51f2e;
    width: 75%;
    height: 2px;
    content: '';
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: bottom 0.5s ease;
}
#primary-menu li a:hover:after {
  opacity: 1;
  bottom: 30px;
}
#primary-menu .current-menu-item a:after{
  opacity: 1;
  bottom: 30px;
}
.header-info ul {
    margin: 0;
    width: 190px;
    display: flex;
	align-items:center;
}
.header-info ul li {
    list-style: none;
    margin-left: 20px;
    flex: 1;
}

.main-navigation ul {
    justify-content: center;
    margin-left: 237px;
}


/*Mobile Header*/
.mobile-menu-wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999999999999999;
    top: 0;
    left: -110%;
    transition: all 0.8s ease;
}

.mobile-menu-wrapper.active {
    left: 0;
}
.inner-menu-div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
/*End Mobile Header*/

/*Home Banner*/
.home-banner-section {
    height: 113vh;
    display: flex !important;
    align-items: center;
    overflow:visible !important;
}
.home-banner-content h2 {
    text-transform: uppercase;
    font-size: 60px;
    color: #000;
    margin-bottom: 0;
}
.home-banner-content {
    padding-left: 45px;
    margin-top: -87px;
	position: relative;
    z-index: 2;
}
.home-banner-content h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
}
.home-banner-content h1 {
    color: #b51f2e;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.home-banner-content strong {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    width: 475px;
    display: inline-block;
    margin-bottom: 30px !important;
    margin-top: 20px;
}
.my-btn a,
.read-more-btn {
    background: #b5222e;
    height: 43px;
    display: inline-block;
    line-height: 43px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0px 40px 0 28px;
    position: relative;
}
.read-more-btn {
     padding: 0px 30px;  
}
.home-banner-border {
    position: absolute;
    border: 20px solid rgba(181,31,46,0.2);
    content: '';
    width: 585px;
    height: 535px;
    top: -140px;
    left: 0;
    display: block;
}
.header-info li:last-child {
    display: none;
}
.home-banner-border:after {
    position: absolute;
    width: 2px;
    height: 46vh;
    content: '';
    display: block;
    top: 87%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(45deg, #000 20%, #b51f2e 2%);
    z-index: 2;
}
.home-banner-border:before {
    font-family: "FontAwesome";
    font-size: 25px;
    color: #000;
    position: absolute;
    top:174%;
    content: '\f103';
    right: 0;
    text-align: center;
    left: 0;
    z-index: 2;
}


.my-btn a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f101';
    color: #fff;
    font-size: 16px;
    right: 25px;
	top:0;
}
.my-btn a:hover {
    background:#000;
    color: #fff;
}


/*Start New Boxes*/
.home-about-boxes-bottom {
    width: 30% !important;
}
.home-about-boxes-top,
.home-news-left-boxes,
img.footer-left-boxes,
.about-fakeh-boxes {
    position: absolute !important;
    left: 0 !important;
    top: -88px;
    right: 0 !important;
}
.home-about-boxes-bottom,
.home-news-right-boxes {
    position: absolute !important;
    right: 0 !important;
    bottom: -205px;
    left: auto !important;
    z-index: 2;
}
img.footer-right-boxes {
    position: absolute;
    right: 0;
    top: -168px;
}
img.testimonial-page-banner-boxes {
    position: absolute;
    right: 0;
    bottom: -169px;
    z-index: 2;
}
.review-page-img-boxes {
    position: absolute !important;
    left: 0 !important;
    bottom: -205px;
    z-index: 2;
}
.page-id-12 .review-page-img-boxes {
      width: 25% !important;
}

img.footer-left-boxes,
.page-id-6 img.testimonial-page-banner-boxes  {
    /*display: none;*/
} 
.home img.footer-left-boxes, {
    display: block;
}
/*End New Boxes*/


/*Home About Us*/
.home-about-section {
    overflow: visible !important;
    padding-top: 112px !important;
    padding-bottom: 95px;
}
.custom-container {
    width: 72%;
    margin: 0 auto !important;
   
}

.home-about-row .vc_col-sm-6 {
    width: 45%;
}
.home-about-row .vc_col-sm-6:nth-child(2) {
    width: 55%;
    margin-top: -110px;
}
.home-about-content h4 {
    color: #b51f2e;
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 0;
}
.home-about-content h3 {
    font-size: 80px;
}
.home-about-content a {
    margin-top: 34px;
}
/*All Colors Here*/
p.copyright,
p.copyright a,
.menu li a,
ul.social-menu-icons li a {
   color: #a8a8a8; 
}

/*All Hover Here*/
.menu li a:hover,
ul.social-menu-icons li a:hover {
    color: #b51f2e;
}



/*Home Procedure*/
.home-procedure-section {
    background-color: #d8d8d8;
    background-image: url(../images/red-bg.jpg);
    background-position: right center;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 125px !important;
    padding-bottom: 102px;
    overflow:visible !important;
}
.Procedure_Main_title {
    text-transform: uppercase;
    margin-bottom: 55px;
    position: relative;
}
.Procedure_Main_title:after,
.home-testimonial-content:after {
    font-family: "FontAwesome";
    font-size: 25px;
    color: #fff;
    position: absolute;
    content: '\f103';
    text-align: center;
    left: 49px;
    z-index: 2;
    bottom: 72px;
    right: auto;
}
.Procedure_Main_title:before,
.home-testimonial-content:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 150px;
    display: -webkit-box;
    top: -201px;
    left: 57px;
    margin: 0 auto;
    background: linear-gradient(45deg, #fff 50%, #b51f2e 50%);
}
.procedures-for-heart-disease h4 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left !important;
}
.procedures-for-heart-disease ul {
    margin-left: 0;
}
.procedures-for-heart-disease ul li {
    list-style-type: none;
    font-size: 17px;
    margin-bottom: 30px;
    color: #b51f2e;
}
.heart-disease-col-middle {
    position: relative;
}
.home-cardiac-procedures-data {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.92) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.92)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.92) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.92) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.92) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    height: 74%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 45px 50px;
    margin-bottom: 0 !important;
}
.home-cardiac-procedures-data h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 47px;
}
.home-cardiac-procedures-data h4 {
    font-size: 23px;
    line-height: 28px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
.procedures-for-heart-disease-row {
    margin-left: 7% !important;
    overflow: visible !important;
}
.home-cardiac-procedures-data p {
    color: #fff;
}
.home-cardiac-procedures-data a {
    background:#fff;
    color: #b5222e;
}
.home-cardiac-procedures-data a:after{
  color: #b5222e;  
}
.home-cardiac-procedures-data a:hover:after {
    color: #fff;
}
.home-procedure-large-thumb {
    margin-bottom: 0 !important;
}
.home-procedure-large-thumb figure,
.home-procedure-large-thumb img,
.home-procedure-large-thumb .vc_box_border_grey {
    display: block !important;
    width: 100% !important;
}
.heart-disease-col-middle,
.heart-disease-col-middle .vc_column-inner,
.heart-disease-col-middle .vc_column-inner .wpb_wrapper {
    padding:0 !important;
}
.home-dr-saqib-img {
    margin-top: -66px;
}
.heart-disease-col-left {
    padding-right: 30px;
}
.procedures-for-heart-disease {
    text-align: right;
    padding-right: 25px;
}
.heart-disease-col-left .wpb_single_image {
    margin-right: 44px;
    margin-top: -31px;
}
.heart-disease-col-right {
    position: relative;

}
.home-procedure-small-thumb {
    margin-bottom: 0 !important;
    position: relative;
    left: 22px;
}
.home-middle-big-boxes-row {
    position: absolute !important;
    right: 0 !important;
    top: 313px;
    left: auto !important;
}
/*.home-procedure-small-thumb:before {
    position: absolute;
    content: '';
    content: '';
    background: url(../images/Procedure_middle_boxes.png) no-repeat;
    width: 419px;
    height: 340px;
    position: absolute;
    top: -340px;
    right: -164px;
}*/
/*Home Blogs*/
.home-blog-section {
    padding-top: 172px !important;
    padding-bottom: 155px;
    overflow: visible !important;
}
.vc_row.wpb_row.vc_row-fluid.home-blogs-row {
    padding: 0 8%;
}
.home-blog-slider {
    overflow: hidden;
}
.home-blog-column {
    position: relative;
    overflow: hidden;
    height: 405px;
    transition: all 0.7s ease;
    box-shadow: 0px 0 11px rgb(195 195 195 / 90%);
}
.home-blog-column .post-thumbnail img {
    height: 405px;
    object-fit: cover;
}
.blog-inner-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 45px;
    z-index: 1;
}
.inner-box-overlay{width: 100%;}
.blog-inner-box h4 a {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 15px;
}
.blog-inner-box p {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 1em;
    font-weight: 500;
}

.home-blog-column:before {
    background: rgba(5,1,0,0);
    background: -moz-linear-gradient(top, rgba(5,1,0,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,1,0,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(5,1,0,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(5,1,0,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(5,1,0,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(5,1,0,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050100', endColorstr='#ffffff', GradientType=0 );
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    transition: bottom 0.5s ease;
}
.home-blog-column:after {
    background: rgba(181,31,46,0.78);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    right: 0;
    top: -100%;
    z-index: 0;
    transition: top 0.5s ease;
}
.home-blog-column:hover h4,
.home-blog-column:hover p,
.home-blog-column:hover a{
    color: #fff !important;
}
.home-blog-column:hover .read-more-btn{
    background:#fff;
    color: #b51f2e !important;
}
.home-blog-column:hover:after {
    top: 0;
}
.home-blog-column:hover:before {
    bottom: -100%;
}
/*Home Testimonials*/


.testimonial-name-img {
    margin-bottom: -31px !important;
    margin-top: -35px;
}

.home-testimonials-section {
    background: linear-gradient(90deg, #b51f2e 50%, #d8d8d8 50%);
    padding-top: 130px !important;
    overflow: visible !important;
}

.home-blog-section .home-testimonial-content:before,
.home-testimonial-content:before {
    top: -247px;
    background: linear-gradient(45deg, #b51f2e 50%, #fff 50%);
}
.home-blog-section .home-testimonial-content:after,
.home-testimonial-content:after {
    color: #b5222e;
    bottom: auto;
    top: -92px;
}
.home-testimonial-content:before {
    top: -206px;
    background: linear-gradient(45deg, #fff 50%, #b51f2e 50%);
}
.home-testimonial-content:after {
    color: #fff;
    top: -50px;
}
.home-testimonial-content {
    margin-bottom: 50px !important;
    position: relative;
}
.home-testimonial-content h4 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 0;
}
.home-testimonial-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 76px;
}
.home-silder-box {
    text-align: center;
    background: #fff;
    min-height: 371px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}
.testimonial-img {
    width: 114px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 27px;
}
.home-silder-box p {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    line-height: 23px;
    margin-bottom: 5px !important;
}
.home-silder-box h3 {
    font-size: 16px;
}
.home-silder-box h3 span {
    font-weight: normal;
}

.white-arrow-next, .white-arrow-prev {
        top: 61%;
}
.white-arrow-next {
    right: -56px;
}
.white-arrow-prev {
    left: -56px;
}
.white-arrow-prev.swiper-button-disabled,
.white-arrow-next.swiper-button-disabled {
    opacity: 1;
}
.white-arrow-prev:after {
    content: '\f104';
    font-family: "FontAwesome";
    color: #fff;
}
.white-arrow-next:after {
    content: '\f105';
    font-family: "FontAwesome";
    color: #fff;
}
.white-arrow-next:focus, .white-arrow-prev:focus,
.swiper-button-next-two:focus, .swiper-button-prev-two:focus {
    outline: none;
}

.swiper-button-prev-two,
.swiper-button-next-two {
position: absolute;
    top: 41%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next-two {
 right: -56px;
    font-size: 44px;
}
.swiper-button-prev-two {
    left: -56px;
    font-size: 44px;
}
.swiper-button-next-two:after {
        content: '\f105';
    font-family: "FontAwesome";
   color: #b51f2e;
}
.swiper-button-prev-two:after {
       content: '\f104';
    font-family: "FontAwesome";
   color: #b51f2e;
}
.home-blog-section .home-testimonial-content h3 {
        color: #000;
}
.home-blog-section .home-testimonial-content h4 {
        color: #b5222e;
}


/*testimonials Page*/
.home .Subheader {
    display: none;
}
.Subheader {
    height: 570px;
    position: relative;
}
h1.subheader-title {
    font-size: 50px;
    margin-top: -58px;
    text-transform: uppercase;
}
.inner-banner-area {
    border: 20px solid rgba(181,31,46,0.2);
    content: '';
    width: 462px;
    height: 327px;
    display: block;
    position: absolute;
    bottom: 77px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}
.page-id-219 .inner-banner-area {
       padding-left: 49px; 
}
.page-id-10 .inner-banner-area {
    padding-left: 40px;
}
.inner-banner-area:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 280px;
    display: -webkit-box;
    top: 197px;
    left: -135px;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(45deg, #000 34%, #b51f2e 2%);
    z-index: 2;
}
.inner-banner-area:before {
    font-family: "FontAwesome";
    font-size: 25px;
    color: #000;
    position: absolute;
    bottom: -217px;
    content: '\f103';
    right: 0;
    text-align: center;
    left: -135px;
    z-index: 2;
}
.testimonials-page-section {
    overflow: visible !important;
    padding-top: 72px !important;
    padding-bottom: 185px;
}
.custom-container-pages {
    width: 1330px;
    margin: 0 auto;
}
.custom-breadcrumbs > .delimeter {
    display: none;
}
.custom-breadcrumbs a, .custom-breadcrumbs span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.custom-breadcrumbs a:hover {
    color: #b51f2e;
}
.testmonial-center-title {
    margin-bottom: 60px;
}
.all_testimonials_wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
    position: relative;
}
.all_testimonials_wrapper  .lmb-container {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -136px;
}
.all_testimonials_wrapper .home-silder-box {
    background: #f8f8f8;
    min-height: 311px;
    padding: 0 30px;
}
.all_testimonials_wrapper .testimonial-img {
    width: 96px;
    height: auto;
}
.all_testimonials_wrapper .home-silder-box p,
.all_testimonials_wrapper .home-silder-box h3 {
   font-family: 'Poppins', sans-serif;
}
/*Contact Us Page*/
.contact-page-section {
    padding-top: 129px !important;
    padding-bottom: 130px;
    overflow: visible !important;
}
/*.contact-page-section:before,
.testimonials-page-section:before,
.all-tabs-section:before,
.single-blogs:before {
    width: 341px;
    position: absolute;
    background: url(../images/contact-banner-boxes.png) no-repeat;
    content: '';
    height: 339px;
    right: 0;
    top: -170px;
}*/
.single-blogs:before {
    top: -198px;
}
.contact-page-row {
    background: #fff;
    box-shadow: 0 0 30px rgb(205 205 205 / 90%);
    width: 1170px;
    margin: 0 auto !important;
}
.any-question-title {
    margin-bottom: 45px;
    margin-top: 45px;
}
.contact-page-row .vc_col-sm-8 {
    border-right: 1px solid #ececec;
    padding-left: 50px;
    padding-right: 50px;
}
.Booking-Form-Row .vc_col-sm-8 {
    border:none !important;
}
.Booking-Form-Row {
    padding-bottom: 50px;
    padding-top: 28px;
}
.contact-map .wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 0 !important;
}
.contact-form-wrapper input[type="text"], 
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.contact-form-wrapper input[type="text"], 
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"] {
    height: 49px;
}
.contact-form-wrapper textarea {
    padding-top: 20px;
    margin-bottom: 15px;
    resize: none;
}
.contact-form-wrapper input[type="text"]:focus, 
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper input[type="tel"]:focus,
.contact-form-wrapper input[type="submit"]:focus,
.contact-form-wrapper textarea:focus {
    outline: none;
}
.contact-form-wrapper input[type="submit"] {
    background: #b5222e;
    border-color: #b5222e;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 18px;
    padding: 0 28px;
    position: relative;
    border-radius: 0;
    transition: all 0.5s ease;
}
.contact-form-wrapper input[type="submit"]:hover {
    background: #000;
    border-color: #000;
}
.contact-page-row .vc_col-sm-4 {
    padding-left: 21px;
}
.contact-info-row .vc_col-sm-3 {
    width: 17%;
}
.contact-info-row .vc_col-sm-9 {
    width: 83%;
}
.contact-info-row:nth-child(5) a {
    color: #000;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: -24px;
}
.primary-footer span.wpcf7-not-valid-tip {
    display: none;
}
.info-red-title p {
    font-weight: 500;
    font-size: 16px;
}
.info-red-title strong {
    color: #b51f2e;
    font-size: 16px;
}
.contact-info strong {
    font-size: 15px;
    color: #000;
}
.contact-info .wpb_wrapper > p {
    margin-bottom: 5px;
}
.contact-info a {
    color: #77787b;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.contact-info a:hover {
    color: #b51f2e;
}
.contact-info {
    margin-bottom: 22px !important;
}


/*About Us Page*/
.page-about-section {
    padding-top: 10em !important;
}
.page-about-section {
    overflow: visible !important;
    padding-bottom: 62px;
}
.about-page-row-1 .vc_col-sm-6:last-child {
    margin-top: -95px;
}
.about-page-content h3 {
    font-size: 60px;
    color: #b51f2e;
    line-height: 60px;
}
.about-page-content h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.about-page-content h6 {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}
.about-page-content ul {
    margin-left: 0;
    padding-left: 80px;
}
.about-page-content ul li {
    position: relative;
    list-style: none;
}

.about-page-content ul li:before {
    position: absolute;
    background: #b51f2e;
    width: 46px;
    height: 2px;
    content: '';
    left: -79px;
    top: 12px;
}
.about-page-table {
    display: flex;
    padding-left: 80px;
    margin-top: 35px;
}
.left-table strong {
    color: #000;
    margin-right: 15px;
    font-weight: 600;
}
.left-table ul {
    column-count: 2;
    padding-left: 0;
}
.left-table ul li {
    position: relative;
    list-style: none;
    padding-left: 22px;
    margin-bottom: 15px;
}
.left-table ul li:before {
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.about-content-2 {
    padding-left: 90px;
}
.about-content-2 p:not(last-child) {
    line-height: 32px;
    margin-bottom: 15px;
}
.about-content-2 h3 {
    font-size: 55px;
    line-height: 66px;
    margin-bottom: 35px;
}
.about-content-2 strong {
    font-weight: normal;
    color: #b51f2e;
}
.about-section-2 {
    padding-top: 190px !important;
    padding-bottom: 90px;
    overflow: visible !important;
}

/*Procedure Page*/
.cardiac-procuduec-section-01 {
    padding-top: 60px;
    padding-bottom: 70px;
}
.Cardiac-Procedure-Primary-Content {
    text-align: center;
    margin-bottom: 55px !important;
}
.Cardiac-Procedure-Primary-Content h3 {
    color: #b51f2e;
    font-size: 70px;
    margin-bottom: 30px;
}
.Cardiac-Procedure-Primary-Content p {
   font-size: 25px;
    line-height: 42px;
    color: #000;
    font-weight: 300;
    width: 82%;
    margin: 0 auto;
}
.cadiac-left-content h4 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 30px;
}
.cadiac-left-content {
    padding-right: 89px;
}
.cadiac-left-content h5 {
    color: #b51f2e;
    font-size: 22px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-left: 21px;
    margin-bottom: 5px;
}
.cadiac-left-content p {
    padding-left: 21px;
    line-height: 22px;
}
.cadiac-left-content h5:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #000;
}
.cardia-img {
    position: relative;
    padding-top: 34px;
}
.cardia-img:before {
    position: absolute;
    background: #b5222e;
    content: '';
    width: 83%;
    height: 34px;
    right: 0;
    top: 0;
}
.caridac-grac-section .cadiac-left-content h4 {
    margin-bottom: 20px;
}
.caridac-grac-section .cadiac-left-content p {
    font-weight: 300;
    margin-bottom: 30px;
}
.caridac-grac-section .cadiac-left-content h5 {
    margin-bottom: 9px;
}
.caridac-grac-section .cadiac-left-content h5,
.caridac-grac-section .cadiac-left-content p {
    padding-left: 0;
}
.caridac-grac-section .cadiac-left-content h5:before {
    opacity: 0;
}
.caridac-grac-section .cardia-img:before {
    right: auto;
}
.caridac-grac-section .cadiac-left-content {
    padding-right: 41px;
    padding-left: 50px;
}
.caridac-grac-section .vc_row.wpb_row.vc_row-fluid:nth-child(even) .cadiac-left-content {
padding-left:0px;
padding-right: 50px;
}
.caridac-grac-section .vc_row.wpb_row.vc_row-fluid {
    margin-bottom: 35px;
}
.caridac-grac-section {
    padding-top: 100px !important;
    padding-bottom: 25px;
}
.caridac-grac-section  .vc_row.wpb_row.vc_row-fluid:nth-child(even) .cadiac-left-content strong {
    color: #000;
    font-weight: bold;
}
.caridac-grac-section .vc_row.wpb_row.vc_row-fluid:nth-child(even) .cadiac-left-content p {
    margin-bottom: 8px;
}
.caridac-grac-section .vc_row.wpb_row.vc_row-fluid:nth-child(even) .cardia-img:before {
    width: 70%;
}
.procedure-last-section {
    padding-top: 170px !important;
    padding-bottom: 100px;
    overflow: visible !important;
}
.procedure-last-section .cardia-img:before {
    right: auto;
    width: 70%;
}
.procedure-last-section .cadiac-left-content {
    padding-right: 0;
}
.procedure-last-section .cadiac-left-content p {
    padding-left: 0;
    font-size: 20px;
    line-height: 30px;
}
.procedure-last-section .cadiac-left-content strong {
    color: #b51f2e;
}
/*All After Images*/
/*.page-about-section:before,
.caridac-grac-section:before,
.home-banner-section:before,
.testimonials-page-section:after{
    position: absolute;
    content: '';
    width: 254px;
    height: 172px;
    left: 0;
    bottom: 0;
    background: url('../images/box-2.png') no-repeat;
    background-position: bottom left;
}*/
/*#colophon:after {
    position: absolute;
    content: '';
    background: url('../images/footer-box.png') no-repeat;
    background-position: right top;
    width: 174px;
    height: 254px;
    right: 0;
    top: -169px;
}
.home #colophon:after {
    background:url('../images/box-5.png') no-repeat;
}*/
/*.about-section-2:before,
.procedure-last-section:before,
.home-blog-section:before,
.home-about-section:before,
.interviews-section:before {
    position: absolute;
    background: url('../images/box-1.png') no-repeat;
    background-position: top left;
    width: 336px;
    height: 169px;
    content: '';
    left: 0;
    top: 0;
}*/
/*.home-procedure-section:after,
.home-testimonials-section:after {
    content: '';
    background:url('../images/Procedure_right_top__boxes.png') no-repeat;
    width: 342px;
    height: 170px;
    position: absolute;
    top: 0;
    right: 0;
}

.home-procedure-section:before,
.home-testimonials-section:before {
    content: '';
    background:url('../images/Procedure_bottom_left__boxes.png') no-repeat;
    width: 251px;
    height: 169px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-testimonials-section:before {
    background:url('../images/box-6.png') no-repeat;
    width: 255px;
    height: 170px;
}*/

/*.home-blog-section:after,
.home-about-section:after {
    position: absolute;
    background: url('../images/box-4.png') no-repeat;
    background-position: bottom left;
    width: 252px;
    height: 160px;
    content: '';
    right: 0;
    bottom: 0;
}*/
/*.home #colophon:before {
    position: absolute;
    content: '';
    background: url(../images/footer_boxex_two.png) no-repeat;
    background-position: right top;
    width: 340px;
    height: 170px;
    left: 0;
    top: 0;
}*/

/*.procedures-for-heart-disease-row:before {
    content: '';
    background:url('../images/Procedure_middle_boxes.png') no-repeat;
    width: 419px;
    height: 340px;
    position: absolute;
    top: 0;
    right: 0;
}*/
/*End All After images*/

.interviews-section {
    padding-top: 65px !important;
    padding-bottom: 45px;
}

/*All Blogs*/
.all-tabs-section {
    padding-top: 150px;
    padding-bottom: 110px;
    overflow: visible !important;
}
.all-blogs-wrapper,
.all-education-videos-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 45px;
    padding: 0 6px;
    position: relative;
}
.all-blogs-wrapper .all-blogs-column {
    overflow: hidden;
    box-shadow: 0 0 14px 0px rgb(206 206 206 / 90%);
}
.all-blogs-wrapper .home-blog-column .post-thumbnail img {
    width: 100%;
    height: 405px;
    object-fit: cover;
}
.news-tabs .vc_tta-panel-body {
    margin-top: 80px;
    overflow: visible !important;
}
.news-tabs ul.vc_tta-tabs-list li.vc_tta-tab {
    margin: 0 -2px !important;
}
.news-tabs ul.vc_tta-tabs-list .vc_tta-tab a {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #d8d8d8 !important;
    font-size: 16px !important;
    height: 57px !important;
    line-height: 57px !important;
    padding: 0 !important;
    width: 179px;
    border-radius: 5px !important;
}
.news-tabs ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background-color: #b5222e !important;
}
.btn.loadMoreBtn {
    font-size: 10px;
    background: #b5222e;
    color: #fff !important;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px 20px;
    border: none !important;
}
.all-blogs-wrapper .lmb-container,
.all-education-videos-wrapper .lmb-container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -157px;
    left: 0;
    right: 0;
}

/*Single Blog*/
.inner-blog-banner {
    background:url('../images/Patient_Education_banner.jpg') no-repeat;
}
.single-blogs {
    padding-top: 154px;
    padding-bottom: 125px;
    position: relative;
}
.single-blogs .post-thumbnail img {
    width: 100%;
} 
h1.entry-title {
    margin-top: 26px;
    margin-bottom: 21px;
}
span.posted-on a,
span.cat-links a {
    color: #b5222e;
    font-weight: bold;
}
.nav-previous a {
    background: #fff;
    box-shadow: 1px 1px 9px rgb(190 190 190 / 90%);
    padding: 18px 40px;
    color: #000;
}
.nav-previous .nav-subtitle {
    font-weight: bold;
}
.nav-previous {
    margin-top: 27px;
}

/*Not Found*/
.error-404.not-found {
    text-align: center;
    padding: 200px 0;
}
/*404 Page*/

.not-found {
    text-align: center;
   
}
.not-found h2 {
    font-size: 70px;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 41px;
}
.not-found h4 {
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
}
.not-found p {
    font-size: 23px !important;
    margin-top: 20px;
}
.not-found a {
    display: block;
    background: #b5222e;
    width: 269px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 16px;
}
.not-found a:hover {
    background:#252525;
}
.search-container article {
    border: 1px solid #e2e2e2;
    margin-bottom: 45px;
    padding: 30px;
}
.search-container h2.entry-title {
    margin-top: 0;
    color: #232323;
}
.search-container h2.entry-title a {
    color: #232323;
}
.navigation.post-navigation {
    display: none;
}


/*All Interview*/
.all-interviw-wrapper {
    grid-gap: 15px;
    padding: 0;
    margin-bottom: 157px;
}
.all-interviw-wrapper .lmb-container {
    bottom: -121px;
}
/*Footer*/
.primary-footer {
    display: flex;
    justify-content: flex-end;
    margin-left: 21%;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 42px;
}
.footer-col-1 {
    flex-grow: 1;
}
.footer-col-2 {
    flex-grow: 2;
    position: relative;
}
.footer-widget-title {
    text-transform: uppercase;
    color: #b51f2e;
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 43px;
}
ul.social-menu-icons {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
ul.social-menu-icons li {
    display: inline-block;
    margin-left: 15px;
}
ul.social-menu-icons li a {
    font-size: 21px;
    margin-left: 13px;
}


.footer-col-2 ::-webkit-input-placeholder { /* Edge */
  color: #878787 !important;
  opacity: 1;
}

.footer-col-2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #878787 !important;
  opacity: 1;
}

.footer-col-2 ::-moz-placeholder {
  color: #878787 !important;
  opacity: 1;
}

.footer-col-2::-ms-input-placeholder {
  color: #878787 !important;
  opacity: 1;
}

.newsletter-row {
    display: flex;
}
.newsletter-column-right {
    position: relative;
    width: 190px;
}
.newsletter-column-left {
    flex-grow: 1;
    margin-right: 19px;
}
.newsletter-column-left input[type="email"] {
    width: 100%;
    height: 43px;
    padding-left: 15px;
    background: transparent;
    border-color: #b5222e;
    color: #ffff;
    border-radius: 0 !important;
}
.newsletter-column-right .fa {
    color: #fff;
    position: absolute;
    right: 45px;
    top: 13px;
}
.newsletter-row input[type="email"] {
    width: 100%;
}
.newsletter-row input[type="submit"] {
    background: #b51f2e;
    border-color: #b51f2e;
    color: #fff;
    border-radius: 0;
    width: 190px;
    height: 43px;
    line-height: 43px;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
#colophon {
    background: #2a2a2a;
    position: relative;
}
.secondry-footer .container {
    border-top: 1px solid #6a6a6a;
    padding-top: 31px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

p.copyright {
    margin: 0;
    font-size: 12px;
}
.menu {
    text-align: right;
    margin: 0;
}
.menu li {
    display: inline-block;
    list-style: none;
    margin-left: 40px;
}
.menu li a {
    font-size: 12px;
    text-transform: uppercase;
}


span.cross-btn {
    background: #b5232e;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 26px;
}
ul#menu-main-menu li a {
    font-size: 24px;
    font-weight: 500;
    color: #b5232e;
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid;
}
.yrc-menu.pb-relative {
    display: none;
}
ul.yrc-core {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
}
ul.yrc-core .yrc-video {
    width: 100% !important;
}
.yrc-pagination {
    margin-top: 3em !important;
}
li.yrc-load-more-button.yrc-button.yrc-nextpage {
    display: inline-block;
    background: #b5222e !important;
    color: #fff !important;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 41px;
    border: none !important;
    opacity: 1 !important;
    font-family: 'Montserrat', sans-serif;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #b5222e;
    background: #b5222e;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}

.page-id-10 .btn.loadMoreBtn,
.page-id-12 a#loadMore {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 156px;
    margin: auto;
}

/* expert page css */
.expertise_page_section1 {
    padding-top: 10em;
}
.expertise_page_section1 .wpb_single_image {
    margin-top: 5em;
}

	.nazirabouth {
		align-items: center !important;
	}

.all_testimonials_video_section {
    margin-top: 10em;
}

.page-id-10 .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #b5222e !important;
}

.page-id-14 .footer-right-boxes {
    display: none !important;
}
.header-info ul li img {
    max-width: 60px !important;
    width: 100% !important;
}
.page-id-14 .footer-left-boxes {
    display: none !important;
}
.page-id-8 .caridac-grac-section .vc_row.wpb_row.vc_row-fluid {
    margin-bottom: 0px;
}
#wpcf7-f30-o1 {
    position: relative;
}
#wpcf7-f30-o1 .wpcf7-response-output {
    position: absolute;
    bottom: -40px;
    color: #fff;
}
