body {
  margin: 0;
}

.fa-chevron-right:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  position: relative;
  top: 0px;
}

.fa-chevron-left:before {
  font: normal normal normal 14px/1 FontAwesome;
}

body, html {
  overflow-x: hidden;
}

i {
  font: normal normal normal 14px/1 FontAwesome;
}

a:focus,a:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
}

a {
  color: #000;
  font-family: "Comfortaa-Regular";
}

a:active,a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

img {
  max-width: 100%;
}

.row {
  margin: 0;
  padding: 0;
}

.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  list-style-type: disc;
  font-size: 20px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 300;
	font-family: "Comfortaa-Regular";
}

p strong {
  font-size: 20px;
   font-family:"Comfortaa-Regular";
}

h1,h2,h3,h4,h5,h6 {
  font-family:"OPTIFuturaDemiBold";
}

.no-margin {
  margin: 0;
}

p,span {
  font-family:"Comfortaa-Regular";
}

.container-fluid {
  padding: 0;
}

img {
  max-width: 100%;
}

.container {
  padding: 0;
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
}

#button {
    display: inline-block;
    background-color: #caa200;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact_call_content_tam p:hover {
    color: #0e2b41;
}
#button:hover::after {
    top: -10px;
}
#button:active {
    background-color: #a91f24;
}
#button:hover {
    cursor: pointer;
    background-color: #000000;
}
a h4:hover {
    opacity: 0.8;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}	
.slick-initialized .slick-slide{
	outline:unset;	
}	
/****Mega Menu*****/
ul.megamenu {
    padding: 0;
    box-shadow: 3px 3px 19px 5px #00000066;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background-color: #ffffff;
    left: 0em;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 7px;
    transform: translate(0, 20px);
}
.header-nav nav>ul>li:hover ul.megamenu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.header-nav nav ul.megamenu ul {
    width: 100%;
    margin-bottom: 0;
	  color: #000;
    box-shadow: none;
    padding-left: 0;
    border-top: 5px solid #bc901c;
    border-bottom: 5px solid #bc901c;
    padding: 1em 1em;
    float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
    width: 48%;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    float: left;
    margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even) {
	float:right;
}		
.header-nav nav>ul>li ul.megamenu ul li a {
  font-size: 18px;
  font-weight: 500;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;	
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;	
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
    color: #c2951d;
}
ul.megamenu.megamenu1 {
    left: 0em;
}
.header-nav nav ul li ul li:after {
	content:unset;		
}

ul.aboutmenu {
    width: 30%;
}

/*****************************************************Homepage****************************************************/
.header-nav nav {
    width: 100%;
    font-size: 16px;
}
.mobile-top-head {
    display: none;
}
.svg {
    position: absolute;
    width: 0;
    height: 0;
}

.header-nav nav>ul {
    position: relative;
    display: block;
    text-align: center;
    float:left;
    padding: 0;
    margin:0;
    width:100%;	
}
.header-nav nav ul li {
  color: #fff;
  list-style: none;
  transition: .5s;
  margin: 0;
  padding: 0px 0px;
  text-align: center;
  display: inline-block;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
.header-nav nav ul li:hover a {
  color: #fff;
}
.header-nav nav>ul>li>a {
  padding: 5px 20px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  line-height: 32px;
  letter-spacing: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}
.header-nav nav>ul>li.active a {
    transition: .5s;
    color: #fff;
} 
.header-nav nav>ul>li>a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #e5e5e5;
    transition: .5s;
    -webkit-transition: .5s;
    left: 0;
    top:0;
    bottom: unset;
}
.header-nav nav>ul>li>a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #e5e5e5;
  transition: .5s;
  -webkit-transition: .5s;
  right: 0;
  bottom: 0;
}
.header-nav nav>ul>li>a:hover::before {
  width: 100%;
}
.header-nav nav>ul>li>a:hover::after {
    width: 100%;
} 
/**********************************************Homepage**************************************************/
.header_wrapper {
  float: left;
  width: 100%;
  padding: 10px 0px;
  position: absolute;
  z-index: 9;
}
.header_firstblck {
  margin-bottom: 15px;
}
.header_firstportal a {
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  font-weight: bold;
  font-family: "OPTIFuturaDemiBold";
  display: inline-block;
  background-color: #fff;
  width: 225px;
  text-align: center;
  padding: 10px 0px;
  border-radius: 50px;
  border: 3px solid #a50000;
  float: right;
  transition: 0.5s;
}
.header_firstportal a:hover {
  -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
  animation: pulsate-bck 0.5s ease-in-out infinite both;
  background-color: #9e0000;
  color: #fff;
}
.header-nav {
  border-radius: 10px;
  background-image: linear-gradient(133deg, #810000 0%, #a50000 100%);
  padding: 5px 0px;
}
.footer_link.contactdet ul li {
  margin-bottom: 20px;
  list-style-type: none;
  letter-spacing: 0;
}
.footer_link.contactdet ul li a p {
  font-size: 18px;
  line-height: 32px;
  position: relative;
  padding-left: 0.5em;
  color: #fff;
}
.footer_link.contactdet ul li a:before {
  content: '\f095';
  font-family: 'FontAwesome';
  border-right: 2px solid #3f6da1;
  width: 35px;
  position: absolute;
  left: 0;
  color: #fff;
}
.footer_link.contactdet ul li:nth-child(2) a::before {
  content: '\f0e0';
}
.footer_link.contactdet ul li:nth-child(3) a::before {
  content: '\f041';
}
.footer_link.contactdet ul li:nth-child(4) a::before {
  content: '\f041';
}
/* .footer_link.contactdet ul li:nth-child(3) {
  display: none;
} */
.footer_wrapper {
  float: left;
  width: 100%;
}
.footer_first_blck {
  background-color: #051729;
  padding: 3em 0em;
}
.footer_aboutdetail_inner h2, .footer_links h4, .footer_link h4 {
  font-size: 26px;
  line-height: 32px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.footer_aboutdetail_inner p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.footer_aboutdetail_inner p a {
  color: #fff;
}
.footer_media ul {
  margin: 0;
  padding: 0;
}
.footer_media ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 10px;
}
.footer_media ul li a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  transition: 0.5s;
}
.footer_media ul li a:hover {
  color: #810000;
}
.footer_links ul {
  padding: 0;
  margin: 0;
}
.footer_links ul li {
  list-style-type: none;
  float: left;
  width: 50%;
}
.footer_links ul li a {
  font-size: 16px;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  transition: 0.5s;
}
.footer_links ul li a:hover {
  color: #810000;
}
.footer_link.contactdet {
  float: right;
  width: 30%;
}
.footer_aboutdetail {
  float: left;
  width: 30%;
  margin-right: 5em;
}
.footer_second_blck {
  background-color: #810000;
  padding: 15px 0px;
}
.footer_second_left p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.footer_second_right {
  text-align: right;
}

.header_firstlogo img {
    filter: drop-shadow(0 0 0.11rem #fff);
}
.banner_wrapper {
  float: left;
  width: 100%;
}
.banner_single_image img {
  width: 100%;
  height: 860px;
  object-fit: cover;
  object-position: center;
}
.banner_single_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/home/banner_upper.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}
.banner_single_image {
  position: relative;
}
.banner_single_content {
  position: absolute;
  bottom: 230px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.banner_single_content h1, .banner_single_content h2 {
  font-size: 50px;
  line-height: 55px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 20px;
}
.banner_single_content p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 1em;
}
.banner_single_content a {
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
  display: inline-block;
  width: 150px;
  border: 1px solid #fff;
  background-image: linear-gradient(133deg, #810000 0%, #0a0218 100%);
  padding: 2px 0px;
  transition: 0.5s;
}
.banner_single_content a:hover {
  background-image: linear-gradient(133deg, #0a0218 0%, #810000 100%);
  transform: scale(0.9);
}
.cardiofirstblck {
  float: left;
  width: 100%;
  margin-top: -10em;
  margin-bottom: 2em;
}
.cardiofirstblck_single_inner {
  margin: 0px 5px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 2em;
  text-align: center;
}
.cardiofirstblck_single_icon {
  margin-bottom: 15px;
  height: 115px;
  /* -webkit-animation: swing-in-bottom-fwd 2s cubic-bezier(0.175, 0.885, 0.320, 1.275) both infinite;
 animation: swing-in-bottom-fwd 2s cubic-bezier(0.175, 0.885, 0.320, 1.275) both infinite; */
}       
.cardiofirstblck_single_inner {
  margin: 0px 5px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 2em 1em;
  text-align: center;
}
.cardiofirstblck_single_inner h3 {
  font-size: 22px;
  line-height: 30px;
  color: #810000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
.cardiofirstblck_single_inner p {
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  font-weight: 700;
  text-align: left;
}
.cardiofirstblck_single_plus span {
  width: 60px;
  height: 60px;
  background-color: #051729;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  font-size: 18px;
  transition: 0.5s;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}
.cardiofirstblck_single_plus span:hover {
  background-color: #a30000;
}
.cardiofirstblck_single_plus {
  text-align: right;
}  
.bloghme_wrapper {
  float: left;
  width: 100%;
  margin: 1em 0em;
  padding: 1em 0em;
}
.bloghme_title h3 {
  font-size: 20px;
  color: #810000;
  margin: 0;
  line-height: 24px;
  margin-bottom: 15px;
}
.bloghme_title h2 {
  font-size: 40px;
  line-height: 45px;
  color: #051729;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.bloghme_leftsec_image img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.bloghme_leftsec_date {
  position: absolute;
  background-color: #fff;
  top: 15px;
  left: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #810000;
  font-weight: 700;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}
.bloghme_left_content h4 {
  font-size: 25px;
  line-height: 32px;
  color: #051729;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.bloghme_left_content p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.bloghme_left_content a {
  font-size: 16px;
  line-height: 25px;
  color: #810000;
  font-weight: 600;
}
.bloghme_leftsec_image {
  margin-bottom: 15px;
}
.bloghme_right_sec {
  padding-left: 1em;
}
.bloghme_right_image_inner img {
  height: 135px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  width: 100%;
}
.bloghme_right_content {
  padding-left: 1em;
}
.bloghme_right_content h3 {
  line-height: 32px;
  font-size: 25px;
  color: #051729;
  font-weight: bold;
}
.bloghme_right_content p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
.bloghme_right_content a {
  font-size: 15px;
  line-height: 30px;
  color: #810000;
  font-weight: bold;
}
.bloghme_leftsec_date.rightsid {
  padding: 3px;
  top: 5px;
  left: 5px;
}
.bloghme_leftsec_date.rightsid span {
  font-size: 12px;
  line-height: 14px;
}
.bloghme_right_hle {
  margin-bottom: 1em;
}
.bloghme_title {
  text-align: center;
  margin-bottom: 1em;
}
.review_hme_wrapper {
  float: left;
  width: 100%;
  margin: 1em 0em;
  padding: 1em 0em;
}
.review_hme_title h3 {
  font-size: 40px;
  line-height: 45px;
  color: #051729;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
.review_hme_title {
  margin-bottom: 2em;
}
.review_hme_sec {
  padding-left: 49px;
}
.review_hme_left h3 {
  font-size: 40px;
  line-height: 45px;
  color: #810000;
  font-weight: bold;
  margin: 0;
}
.review_hme_rightsingle_inner {
  border-radius: 10px;
  filter: drop-shadow(2.364px 1.847px 24.5px rgba(0,0,0,0.15));
  background-color: #ffffff;
  padding: 1.5em;
  margin: 0px 5px;
}
.review_hme_rightsingle_first span.googlet {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #dadada;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  margin-right: 15px;
}
.review_hme_rightsingle_first div {
  display: inline-block;
  vertical-align: middle;
}
.review_hme_rightsingle_first div .star-rating {
  color: #fec007;
}
.review_hme_rightsingle_first div p {
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
.review_hme_rightsingle_first div h3 {
  font-size: 25px;
  line-height: 30px;
  color: #a10000;
  font-weight: bold;
  margin: 0;
}
.review_hme_rightsingle_first {
  margin-bottom: 1em;
}
.review_hme_rightsingle_second p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-weight: 400;
}
.review_hme_rightsingle_second a {
  font-size: 18px;
  line-height: 32px;
  color: #ca0b0b;
  font-weight: bold;
}
.review_hme_right:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 100%;
  background-image: url('../images/home/review_background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.review_hme_right {
  padding: 4em 0em;
  position: relative;
}
.review_hme_sec:before {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(2.364px 1.847px 24.5px rgba(0,0,0,0.15));
  background-color: #ffffff;
  top: 0;
  left: 49px;
  z-index: -2;
}
.review_hme_sec {
  padding: 3em 0em;
  padding-left: 49px;
  position: relative;
}
.review_hme_left {
  padding-top: 13em;
  padding-left: 3em;
}
.review_hme_right button.slick-prev.slick-arrow {
  font-size: 0;
  background-color: transparent;
  border: unset;
  position: absolute;
  left: -285px;
  bottom: 50px;
}
.review_hme_right button.slick-prev.slick-arrow:before {
  content: '\f053';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #810000;
}
.review_hme_right button.slick-next.slick-arrow {
  font-size: 0;
  background-color: transparent;
  border: unset;
  position: absolute;
  left: -260px;
  bottom: 50px;
}
.review_hme_right button.slick-next.slick-arrow:before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #810000;
}
.review_hme_sec:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 135px;
  background-image: url('../images/home/double.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 80px;
  left: 254px;
  z-index: -1;
}
.doctor_detail_wrapper {
  background-color: #eff5ff;
  float: left;
  width: 100%;
  padding: 3em 0em;
  margin: 1em 0em;
}
.doctor_detail_image_inner {
  text-align: center;
}
.doctor_detail_image_inner img {
  height: 677px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  width: 81%;
}
.doctor_detail_image_inner {
  background-image: url(../images/home/doctor_backgroun.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 750px;
  padding-top: 4.3em;
}
.doctor_detail_image {
  margin-right: 2em;
}
.doctor_detail_hle h3 {
  font-size: 38px;
  line-height: 45px;
  color: #810000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 2em;
}
.doctor_detail_hle h3 span {
  font-family: "OPTIFuturaDemiBold";
  color: #000;
}
.doctor_detail_hle p {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 1em;
}
a.doctor_link {
  font-size: 20px;
  line-height: 0px;
  color: #ffffff;
  font-weight: bold;
  background-color: #810000;
  width: 101px;
  padding: 7px;
  border-radius: 5px;
  transition: 0.5s;
}
a.doctor_link:hover {
  background-color: #051729;
}
.servicehme_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em 0em; 
  position: relative;
}
.servicehme_image {
  margin-right: 5em;
  margin-bottom: 5em;
}
.servicehme_image_iconheart {
  position: absolute;
  top: 110px;
  left: 50px;
  -webkit-animation: pulsate-bck 2s ease-in-out infinite both;
  animation: pulsate-bck 2s ease-in-out infinite both;
}
.servicehme_image_iconheart.heart2 {
  top: unset;
  bottom: 100px;
  right: 45px;
  left: unset;
}
.servicehme_image_icon {
  position: absolute;
  width: 160px;
  background-color: #fff;
  top: 60px;
  right: 0;
  filter: drop-shadow(1.364px 1.847px 24.5px rgba(0,0,0,0.15));
  text-align: center;
  padding: 0.5em;
  border-radius: 5px;
  animation: wobble-hor-top 5s ease-in-out infinite both;
}
.servicehme_image_icon span {
  margin-bottom: 5px;
  display: block;
}
.servicehme_image_icon.secondi {
  right: unset;
  bottom: 70px;
  top: unset;
}
.servicehme_single h3 {
  font-size: 40px;
  line-height: 45px;
  color: #810000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.servicehme_single p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}
.servicehme_single h3 span {
  font-family: 'OPTIFuturaDemiBold';
  color: #051729;
}
.servicehme_image_icon h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
}
.servicehme_image_icon p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.servicehme_single {
  margin-bottom: 3em;
  float: left;
    width: 100%;
    padding: 1em 0em;
    margin: 1em 0em;
}


.second_servicehme_image {
  float: right;
  margin-left: 2em;
}
.second_servicehme_image_one img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.second_servicehme_image_one:nth-child(2) {
  float: right;
  margin-top: -3em;
}
.second_servicehme_image_one:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #810000;
  border-radius: 29px;
  transform: rotate(45deg);
  z-index: -1;
  right: -52px;
  top: 30%;
}
.second_servicehme_image_one:nth-child(2)::after {
  content: unset;
}
.second_servicehme_image_one:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #051729;
  border-radius: 29px;
  transform: rotate(45deg);
  z-index: -1;
  left: -52px;
  top: 30%;
}
.servicehme_wrapper:after {
  content: '';
  position: absolute;
  width: 15%;
  height: 100%;
  background-image: url('../images/home/service_background.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  bottom: -15px;
  z-index:-1;
}
.vascularspecialits_wrapper {
  float: left;
  width: 100%;
  padding: 4em 0em 2em;
  margin: 1em 0em;
  position: relative;
}
.vascularspecialits_wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #051729;
}
.vascularspecialits_image {
  /* float: right; */
  /* margin-left: 11em;*/
  margin-right: 11em;
  filter: drop-shadow(2.364px 1.847px 24.5px rgba(0,0,0,0.11));
  margin-top: -4em;
}
.vascularspecialits_hle h3 {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.vascularspecialits_hle p {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 20px;
}
.vascularspecialits_image_inner img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  background-color: #fff;
  padding: 10px;
  filter: drop-shadow(2.364px 1.847px 24.5px rgba(0,0,0,0.11));
}
.book {
  display: inline-block;
  background-color: #fff;
  font-size: 20px;
  line-height: 24px;
  width: 250px;
  text-align: center;
  padding: 12px 0px;
  border-radius: 10px;
  font-weight: 600;
  margin-right: 0;
  position: relative;
}
a.book.phnum {
  margin-right: 0;
}
.vascularspecialits_link {
  display: inline-block;
  margin-right: 25px;
  transform: rotate(4deg);
  transition: 0.5s;
  z-index: 99;
  position: relative;
}
.vascularspecialits_link:hover {
  transform: rotate(0deg);
}
a.book:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #810000;
  position: absolute;
  left: -9px;
  top: -5px;
  z-index: -1;
  border-radius: 10px;
}
.aboutusservices_range_box .progress {
  height: 9px;
  border-radius: unset;
  box-shadow: unset;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 0px 3px rgb(41 44 48 / 45%);
}
.progress.active .progress-bar {
  -webkit-transition: none !important;
  transition: none !important;
}
.progress-bar-success {
  background-color: #810000;
}
.aboutusservices_range_box h6 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 17px;
  display: inline-block;
}
.aboutusservices_range_box span {
  display: inline-block;
  margin-top: 7px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  float: right;
}
.vasculartreatment_wrapper {
  float: left;
  width: 100%;
  padding: 1em 0em;
  margin: 1em 0em;
}

.padtest_wrapper {
  float: left;
  width: 100%;
  padding: 1em 0em;
  margin: 1em 0em;
  margin-bottom:9em;
}

.padtest_wrapper .container {
  position:relative;
}

.vasculartreatment_image {
  float: right;
  margin-left: 4em;
}
.vasculartreatment_imageinner img {
  height: 675px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.vasculartreatment_imageinner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/home/treatment_upp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.vasculartreatment_imageinner {
  position: relative;
}
.vasculartreatment_imageicon {
  position: absolute;
  bottom: 160px;
  right: 115px;
  z-index: 9;
  -webkit-animation: pulsate-bck 2s ease-in-out infinite both;
  animation: pulsate-bck 2s ease-in-out infinite both;
}

.padtest_image {
  position: absolute;
    top: 5%;
    right: 0;
}

.padtest_description {
    padding:50px;
    padding-right: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
    width: 55%;
    padding-bottom:0;
}

.padtest_description .padbutton {
  text-align: center;
  float:right;
  margin-bottom:10px;
  margin-right: 20px;
}

.padtest_description .padbutton a {
    background-image: linear-gradient(90deg, #0551a9 0%, #21334f 100%);
    height: 50px;
    width: 227px;
    font-size: 20px;
}

.padtest_imageinner img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 40px;
}
.padtest_imageinner:before {
  content: "";
  position: absolute;
  border: 3px solid #810000;
  border-radius: 40px;
  top: 20px;
  left: -5%;
  width: 110%;
  height: 570px;
}



.vasculartreatment_counter {
  position: absolute;
  width: 160px;
  right: 0;
  background-color: #051729;
  bottom: 0;
  height: 200px;
  padding: 5em 1em;
  text-align: center;
  border-radius: 10px;
  z-index: 0;
}
.vasculartreatment_counter h4 {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
}
.vasculartreatment_counter h4 span {
  font-family: "OPTIFuturaDemiBold";
}
.vasculartreatment_hle h3 {
  font-size: 40px;
  line-height: 45px;
  color: #810000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.vasculartreatment_hle h3 span {
  font-family: "OPTIFuturaDemiBold";
  color: #051729;;
}

.padtest_hle h3 {
  font-size: 40px;
  line-height: 45px;
  color: #810000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.padtest_hle h3 span {
  font-family: "OPTIFuturaDemiBold";
  color: #051729;;
}

.padtest_hle h3 {
  font-size: 40px;
  line-height: 45px;
  color: #810000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.padtest_hle h3 span {
  font-family: "OPTIFuturaDemiBold";
  color: #051729;;
}


.vasculartreatment_importa {
  float: left;
  width: 25%;
  border: 1px solid;
  margin-right: 20px;
  padding: 1em;
  margin-bottom: 2em;
}
.vasculartreatment_importa h4 {
  font-size: 20px;
  line-height: 30px;
  color: #810000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.vasculartreatment_hle p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

.padtest_hle p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

.vasculartreatment_counter p {
  font-size: 18px;
  color: #fff;
}
.progress-bar-success:nth-child(2) {
  background-color: #051729;
}
.vascularspecialits_wrapper:after {
  content: '';
  position: absolute;
  width: 410px;
  height: 80%;
  background-image: url(../images/home/caduceus.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*******************************************Blog Page*******************************************/
.header_innerpages_wrapper {
  float: left;
  width: 100%;
}
.header_innerpages_wrapper .header_firstblck {
  margin-bottom: 0;
  padding: 1em 0em;
  background-color: #e1e1e1;
}
.header_innerpages_wrapper .header_firstportal a {
  filter: drop-shadow(6.304px 4.925px 13.5px rgba(0,0,0,0.35));
}


.header_firstnumber a {
  border-radius: 22px;
  filter: drop-shadow(6.553px 4.589px 13px rgba(0,0,0,0.41));
  background-image: linear-gradient(90deg, #dc3e3e 0%, #810000 100%);
  display: inline-block;
  height: 45px;
  width: 190px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  padding-top: 9px;
}

.bannerpad.padbutton a {
    background-image:linear-gradient(90deg, #0551a9 0%, #21334f 100%);
}

.banner_pad_button a {
    background-image:linear-gradient(90deg, #0551a9 0%, #21334f 100%);
}
.header_firstnumber a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000000a8;
  top: -5px;
  left: 5px;
  z-index: 9;
  border-radius: 50px;
}
.header_firstnumber.bookonline a {
  background-image: linear-gradient(90deg, #0551a9 0%, #21334f 100%);
}
.header_firstnumber {
  padding-top: 0.8em;
}
.header_innerpages_wrapper .header_secondblck {
  background-image: linear-gradient(133deg, #810000 0%, #a50000 100%);
}
.banner_innerpage {
  float: left;
  width: 100%;
}
.banner_innerpage_image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.banner_innerpage_content {
  position: absolute;
  bottom: 75px;
}
.banner_innerpage_content div {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-family: "OPTIFuturaDemiBold";
}


.padscreeningtitle {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}


.banner_innerpage_content div h1 {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-family: "OPTIFuturaDemiBold";
}
.banner_innerpage_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/blog/banner_upper.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.banner_innerpage_image {
  position: relative;
}
.blogown_wrapper {
  float: left;
  width: 100%;
  padding: 4em 0em;
  background-image: url('../images/blog/background_blog.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blogown_firstownsingle_inner {
  margin: 0px 5px;
}
.blogown_firstownsingle_inner_image img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blogown_firstownsingle_inner_content {
  background-color: #f2f2f2;
  padding: 1em;
}
.blogown_firstownsingle_inner_content h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 15px;
}
.blogown_firstownsingle_inner_content p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
span.blogowndate {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #a40000;
}
.blogown_firstownright {
  padding-left: 1em;
}
.blogown_firstownrightimage_inner img {
  width: 215px;
  height: 215px;
  object-fit: cover;
  object-position: center;
}
.blogown_firstownrightcontent h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 15px;
}
.blogown_firstownrightcontent {
  padding: 1em;
  background-color: #f5f5f5;
}
.blogown_firstownrightsingle {
  margin-bottom: 2em;
}
.blogown_firstown {
  margin-bottom: 2em;
}
.blogown_secondown {
  margin-bottom: 2em;
}
/*******************************************Blog-detail Page*********************************************/
.blogdetail_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
}
.blogdetail_inner h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 15px;
  color: #051729;
}
.blogdetail_inner ul li {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  letter-spacing: 0px;
  list-style-type: none;
}
.blogdetail_inner ul {
  padding: 0;
}
.blogdetail_inner ul li:before {
  content: '\f192';
  margin-right: 15px;
  font-family: 'FontAwesome';
  color: #cf3535;
}
.blogdetail_inner p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.blogdetail_inner p a {
  color: #cc3333;
}
.blogdetail_image_inner {
  text-align: center;
}
.blogdetail_image_inner img {
  height: 480px;
  width: 90%;
  object-fit: cover;
  object-position: center;
}
.blogdetail_inner h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 15px;
  color: #051729;
}
.blogdetail_image_inner {
  text-align: center;
  height: 540px;
  background-image: url(../images/blog-detail/blogback.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2em;
}
.blogdetail_image {
  float: right;
  margin-left: 0em;
  margin-bottom: 1em;
  position: relative;
  padding: 3em 3em 3em 0em;
}
.sidebar_blogdetail {
  float: right;
  margin-left: 4em;
}
span.daterecenpost {
  position: absolute;
  width: 150px;
  background-color: #fff;
  bottom: 10px;
  right: 20px;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Comfortaa-Regular';
}
.recent_blog_image img {
  width: 230px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}
.recent_blog_content h3 {
  font-size: 22px;
  line-height: 24px;
  color: #07182c;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
.recent_blog_content p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #07182c;
}
a.recentblog_link {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  width: 140px;
  background-color: #07182c;
  padding: 2px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  transition: 0.5s;
}
a.recentblog_link:hover {
  background-color: #a50000;
}
.recent_blog {
  border-radius: 3px;
  filter: drop-shadow(1.268px -2.719px 1.5px rgba(0,0,0,0.05));
  background-color: #ffffff;
  padding: 1em;
  width: 95%;
  float: right;
}
.recent_blog_content {
  text-align: center;
}
.recent_blog_single {
  margin-bottom: 1em;
}
.recent_blog_hle h4 {
  font-size: 36px;
  line-height: 42px;
  color: #07182c;
  margin-bottom: 0.5em;
}
.blogdetail_image:after {
  content: '';
  position: absolute;
  width: 76%;
  height: 100%;
  background-color: #a50000;
  right: 0;
  top: 0;
  z-index: -1;
}
.blog_detail_socialmedia {
  border-top: 3px solid #efefef;
  padding-top: 2em;
  margin-top: 2em;
}
.blog_detail_socialmedia p {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #07182c;
  margin: 0;
}
.blog_detail_socialmedia_inner {
  float: right;
}
.blog_detail_socialmedia_inner ul li a {
  color: #a50000;
  transition: 0.5s;
}
.blog_detail_socialmedia_inner ul li a:hover {
  color: #07182c;
}
.blog_detail_socialmedia_inner ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 5px;
  text-align: right;
  float: right;
  color: #a50000;
}
/******************************************Patient Info Page***************************************/
.patient_info_wrapper {
  float: left;
  width: 100%;
  padding: 1em 0em;
  margin: 2em 0em;
}
.patient_info_image_inner img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.patient_info_image {
  float: right;
  margin-left: 1em;
  position: relative;
}
.patient_info_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -5px;
  right: -5px;
  background-image: linear-gradient(90deg, #810000 0%, #dc3e3e 100%);
}
.patient_info_firstleft p {
  font-size: 17px;
  line-height: 32px;
  color: #000;
}
.patient_info_firstleft h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 20px;
  color: #000;
}
.patient_info_contentsingle ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 1em;
}
.patient_info_contentsingle ul li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #830000;
  right: -5px;
  top: 5px;
}
.patient_info_contentsingle ul li a:hover::before {
  background-image: url('../images/patientinfo/triwhite.png');
}
.patient_info_contentsingle ul li a {
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  height: 110px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.patient_info_contentsingle ul li a:hover {
  filter: drop-shadow(9.456px 7.388px 24.5px rgba(0,0,0,0.3));
  background-image: linear-gradient(90deg, #810000 0%, #dc3e3e 100%);
}
.patient_info_contentsingle ul li a:hover p{
  color: #fff;
}
.patient_info_contentsingle ul li a:hover::after{
  background-image: url('../images/patientinfo/arrowhite.png');
}
.patient_info_contentsingle ul li a p {
  width: 80%;
  font-size: 24px;
  text-align: left;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  transition: 0.5s;
}
.patient_info_contentsingle ul li a:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  background-image: url(../images/patientinfo/trired.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 45px;
  left: 10px;
  transition: 0.5s;
}
.patient_info_contentsingle ul li a:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('../images/patientinfo/arrowred.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
.patientinfo_bottom_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 0em 0em;
  background-image: url('../images/patientinfo/infoback.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.patientinfo_bottom_title h3 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  color: #820000;
  padding-right: 1em;
  border-right: 4px solid;
  padding: 1em 0em;
  text-align: center;
}
.patientinfo_bottom_content {
  padding-left: 1em;
}
.patientinfo_bottom_content p {
  font-size: 17px;
  line-height: 26px;
  color: #000;
  margin: 0;
}
.patientinfo_bottom_secondsingle_inner {
  margin: 0px 5px;
  background-color: #fff;
  padding: 1em;
  transition: 0.5s;
}
.patientinfo_bottom_secondsingle_inner h3 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  color: #051729;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 2px solid #efefef;
  padding-bottom: 5px;
}
.patientinfo_bottom_secondsingle_inner p {
  font-size: 17px;
  line-height: 26px;
  color: #000;
  margin: 0;
}
button.downd_leaf span {
  margin-right: 10px;
}
button.downd_leaf {
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 20px;
}
.patientinfo_bottom_secondsingle {
  margin-bottom: 3em;
}
.patientinfo_bottom_firstblck {
  margin-bottom: 2em;
}
.patientinfo_bottom_secondblck {
  padding: 2em 0em;
}
.patientinfo_bottom_secondsingle_inner:hover {
  box-shadow: 0px 0px 30px -12px #000000b8;
}
/**********************************ContactPage*****************************************/
.contactsection {
  width: 100%;
  float: left;
  padding: 5em 0em 0em;
  margin: 0em 0em 3em;
  background-image: url('../images/contactus/background_map.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contactsection_right {
  float: right;
  filter: drop-shadow(2.903px 11.644px 9px rgba(0,0,0,0.08));
  background-color: #ffffff;
  padding: 2em;
  margin-bottom: -15em;
  position: relative;
  z-index: 9;
}
.contactsection_right_sec h4 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.form-group input.form-control {
  height: 60px;
  border: 2px solid #a40000;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: 'Comfortaa-Regular';
}
.form-group input.form-control::placeholder {
  color: #000!important;
}
textarea.form-control {
  height: auto;
  border: 2px solid #a40000;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'Comfortaa-Regular';
  resize: unset;
}
.contactsubmit_btn button {
  background-color: #a00000;
  border: unset;
  width: 100%;
  padding: 7px 0px;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  font-family: 'Comfortaa-Regular';
  transition: 0.5s;
}
.contactsubmit_btn button:hover {
  background-color: #094c9c;
}
.contactsubmit_btn {
  float: left;  
  width: 100%;
  text-align: center;
}
.contactsection_left h1 {
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a40000;
  margin: 0;
  margin-bottom: 20px;
}
.contactsection_left ul {
  padding: 0;
  margin: 0;
}
.contactsection_left ul li {
  list-style-type: none;
}
.contactsection_left {
  padding-right: 3em;
}
.contactsection_left ul li div {
  display: inline-block;
  width: 85%;
  vertical-align: top;
  float: right;
}
.contactsection_left ul li div h3 {
  font-size: 27px;
  margin: 0;
  line-height: 36px;
  margin-bottom: 10px;
  font-family: 'Comfortaa-Regular';
  font-weight: 600;
}
.contactsection_left ul li div p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 600;
}
.contactsection_left ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.contactsection_first_socialinner span {
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
.contactsection_first_social {
  background-color: #a00000;
  padding: 2.5em 0em;
}
.contactsection_first_socialinner span {
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
.contactsection_first_socialinner ul {
  padding: 0;
  display: inline-block;
}
.contactsection_first_socialinner ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 7px;
}
.contactsection_first_socialinner ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 8px;
}
.contactpage_map {
  float: left;
  width: 100%;
  /* margin-top: -3em; */
}
.contactpage_map .mapouter {
   height: 800px;
}
.contactpage_map .gmap_canvas {
  height: 800px;
}
/**************************************Career Page***************************************/
.careersection {
  width: 100%;
  float: left;
  padding: 5em 0em 0em;
  margin: 0em 0em 3em;
  background-image: url('../images/contactus/background_map.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.careersection_right {
  float: right;
  filter: drop-shadow(2.903px 11.644px 9px rgba(0,0,0,0.08));
  background-color: #ffffff;
  padding: 2em;
  position: relative;
  z-index: 9;
}
.careersection_right_sec h4 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.careersubmit_btn button {
  background-color: #a00000;
  border: unset;
  width: 100%;
  padding: 7px 0px;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  font-family: 'Comfortaa-Regular';
  transition: 0.5s;
}
.careersubmit_btn button:hover {
  background-color: #094c9c;
}
.careersubmit_btn {
  float: left;  
  width: 100%;
  text-align: center;
}
/**************************************Providers Page***************************************/
.providers_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 2em 0em;
}
.providersown_single_inner {
  filter: drop-shadow(2.12px 3.392px 19px rgba(0,0,0,0.11));
  background-color: #ffffff;
  float: left;
  padding: 2em;
}
.providersown_single {
  padding: 0em 1em;
  margin-bottom: 2em;
}
.providersown_single_content h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 15px;
  color: #a40000;
}
.providersown_single_content {
  padding-left: 1.5em;
}
.providersown_single_content h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 15px;
  color: #000;
}
.providersown_single_content {
  padding-left: 3em;
}
a.provider_link {
  background-color: #051729;
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: 16px;
  padding: 10px 0px;
  color: #fff;
}
.providersown_single_content p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.providersown_single_inner:before {
  content: '';
  position: absolute;
  width: 30%;
  height: 100%;
  background-color: #051729;
  top: 0;
  left: 0;
}
.providersown_single_inner:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url('../images/providers/red.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
}
.providersown_single:nth-child(even) .providersown_single_inner::after {
  background-image: url('../images/providers/blue.png');
} 
.providersown_single:nth-child(even) .providersown_single_inner::before {
  background-color: #a50000;
}
.providersown_single:nth-child(even) a.provider_link {
  background-color: #a50000;
}
/***********************************Locations Page*********************************************/
.locations_wrapper {
  float: left;
  width: 100%;
}
.locations_hle {
  padding: 4em 0em;
  background-image: url('../images/locations/background_bl.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.locations_single_image_inner img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
.locations_single_content {
  padding: 2em 0em;
  padding-left: 1em;
}
.locations_single_content ul li {
  list-style-type: none;
  margin-bottom: 1em;
}
.locations_single_content ul li a span {
  display: inline-block;
  margin-right: 0px;
  width: 30px;
  padding-right: 0px;
  border-right: 2px solid #efefef;
}
.locations_single_content ul li a p {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  width: 79%;
  vertical-align: top;
}
.locations_single_content ul {
  padding: 0;
}
.locations_single_content h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 15px;
}
.locatin_link {
  display: inline-block;
  width: 95%;
  text-align: center;
  background-color: #a40000;
  padding: 5px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.locations_single_outer {
  background-image: url(../images/locations/locablue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  padding: 10px;
}
.locations_single {
  margin-bottom: 2em;
}
.locations_single:nth-child(even) .locations_single_outer {
  background-image: url(../images/locations/locared.png);
}
/**********************************Aboutus Page*************************************************/
.aboutfirst_title {
  padding-right: 2em;
}  
.aboutfirst_blck {
  float: left;
  width: 100%;
  padding: 3em 0em;
  margin: 1em 0em;
}
.aboutfirst_content {
  padding-left: 2em;
}
.aboutfirst_title_inner {
  background-image: url('../images/aboutus/aboutsfirst.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em;
  margin-bottom: 1em;
}
.aboutfirst_title_inner h1 {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  margin: 0;
}
.aboutfirst_title_inner h1:before {
  content: '';
  display: block;
  width: 130px;
  height: 5px;
  background-color: #fff;
}
.aboutfirst_title h4 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
.aboutfirst_title h4 a {
  font-family: "OPTIFuturaDemiBold";
  color: #d03636;
}
.aboutfirst_content p {
  font-size: 17px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
.aboutsecond_hle {
  padding: 3em 0em;
  background-image: url('../images/aboutus/abtback.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutsecond_hle h2 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
}
.aboutsecond_hle ul {
  padding: 0;
}
.aboutsecond_hle ul li {
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0;
  list-style-type: none;
  margin-bottom: 10px;
}
.aboutsecond_hle ul li a {
  color: #e1e1e1;
}
.aboutsecond_hle ul li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.aboutsecond_blck {
  float: left;
  width: 100%;
}
.aboutsecond_images {
  float: right;
  margin-left: 2em;
}
.aboutsecond_images {
  float: right;
  margin-left: 3em;
}
.aboutsecond_images_twoinner img {
  width: 100%;
  height: 430px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.aboutsecond_images_one {
  float: right;
  width: 430px;
  z-index: 9;
}
.aboutsecond_images_oneinner img {
  width: 100%;
  height: 430px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.aboutsecond_images_two {
  width: 430px;
  float: left;
  margin-top: -3em;
}
.aboutsecond_hle p {
  font-size: 17px;
  line-height: 32px;
  color: #fff;
}
.aboutsecond_images_oneinner:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  left: -20px;
  top: 50%;
}
.aboutsecond_images_oneinner {
  position: relative;
}
.aboutsecond_images_twoinner {
  position: relative;
}
.aboutsecond_images_twoinner:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  left: -20px;
  top: 50%;
}
.aboutus_third_wrapper {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
}
.aboutus_third_hle {
  padding-right: 49px;
  padding-left: 15px;
}
.aboutus_third_image {
  margin-right: 4em;
}
.aboutus_third_image_inner img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.aboutus_third_image_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/aboutus/polyg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.aboutus_third_hle h3 {
  font-size: 40px;
  line-height: 45px;
  margin: 0;
  margin-bottom: 1em;
  margin-top: 1em;
}
.aboutus_third_hle p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.aboutus_fourth_image {
  float: right;
  margin-left: 4em;
}
.aboutus_fourth_image_inner img {
  height: 500px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  width: 100%;
}
.aboutus_fourth_hle {
  padding-left: 49px;
}
.aboutus_fourth_image_inner {
  padding: 1em 0em 1em 1em;
  border: 3px dotted;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  border-right: 0px;
}
.aboutus_fourth_hle h3 {
  font-size: 40px;
  line-height: 45px;
  margin: 0;
  margin-bottom: 1em;
  margin-top: 1em;
}
.aboutus_fourth_hle p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.aboutus_fourth_wrapper {
  float: left;
  width: 100%;
  padding: 5em 0em 3em;
  position: relative;
}
.aboutus_fourth_image:after {
  content: '';
  position: absolute;
  width: 78%;
  height: 100%;
  background-image: url('../images/aboutus/gradients.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -120px;
  right: 0;
}
.aboutus_newfol:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 1000px;
  background-image: url(../images/aboutus/dots.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -50px;
  right: 0;
  z-index: -1;
}
.aboutus_newfol {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 7em;
}
.review_hme_wrapper.aboutreview {
  margin-top: -5em;
}
/***********************************Conditions Page******************************************/
.conditions_first_blck {
  float: left;
  width: 100%;
  padding: 3em 0em;
  margin: 1em 0em;
}
.conditions_first_image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 80%;
  background-color: #051729;
  left: -49px;
  z-index: -1;
  top: 45px;
}
.conditions_first_image {
  margin-right: 3em;
  position: relative;
}
.conditions_first_image_inner img {
  height: 470px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.conditions_first_hle h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 20px;
  display: inline-block;
  width: 45%;
  position: relative;
}
.conditions_first_hle p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 15px;
}
.conditions_first_hle h1:before {
  content: '';
  border-top: 10px solid #084d9d;
  display: block;
  width: 120px;
  margin-bottom: 10px;
}
.conditions_second_left {
  height: 100%;
  background-color: darkgrey;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1em;
}
.conditions_second_left p {
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  margin: 0;
  font-weight: 600;
}
.conditions_second_right p {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
.conditions_second_right {
  height: 100%;
  background-image: linear-gradient(133deg, #810000 0%, #a50000 100%);
  padding: 1em;
  display: flex;
    justify-content: center;
    flex-direction: column;
}
.conditions_second_hle {
  height: 15vw;
  margin-top: -2em;
  z-index: -1;
}
.conditions_secondblck_wrap {
  float: left;
  width: 100%;
  padding: 3em 0em;
  margin: 1em 0em;
  position: relative;
}
.conditions_secondblck_image {
  float: right;
  margin-left: 3em;
  position: relative;
}
.conditions_secondblck_image_inner img {
  height: 750px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.conditions_secondblck_hle h4 span {
  font-family: "OPTIFuturaDemiBold";
  color: #051729;
}
.conditions_secondblck_hle h4 {
  font-size: 40px;
  line-height: 50px;
  color: #810000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  text-align: right;
}
.conditions_secondblck_hle p {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
}
.conditions_secondblck_wrap:after {
  content: '';
  position: absolute;
  width: 65%;
  height: 100%;
  background-image: url('../images/conditions/conditions.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 20px;
  top: 0;
  z-index: -1;
}
.conditions_secondblck_hle {
  padding: 2em 0em;
}
.conditions_third_wrapper {
  float: left;
  width: 100%;
  padding: 1em 0em;
  margin: 1em 0em;
}
.conditions_third_title h4 {
  /* font-size: 30px; */
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
  margin: 0;
  border-left: 3px solid;
  display: inline-block;
  float: right;
  padding-left: 15px;
}
.conditions_third_title {
  height: 155px;
  background-image: url('../images/conditions/conditions_title.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-right: 45px;
  padding-top: 35px;
  width: 86%;
  z-index: 99;
}
.conditions_third_image_inner img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center;
  -webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}
.conditions_third_image {
  filter: drop-shadow(14px 0px 10.5px rgba(0,0,0,0.08));
  z-index: 9;
}
.conditions_third_image_inner {
  background-color: #ffffff;
  -webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  padding-right: 10px;
}
.conditions_third_main {
  margin-top: -1.5em;
  position: relative;
}
.conditions_third_content {
  padding-left: 1em;
  padding-top: 5em;
  padding-right: 10em;
}
.conditions_third_content ul {
  padding: 0;
}
.conditions_third_content ul li a:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 10px;
  background-image: url('../images/conditions/red-dot.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  vertical-align: middle;
}
.conditions_third_content ul li a {
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  font-weight: 700;
  position: relative;
  display: block;
  width: 95%;
  padding-left: 15px;
}
.conditions_third_content ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.conditions_third_content ul li a:hover {
  background-color: #810000;
  color: #fff;
}
.conditions_third_content ul li a:hover::before {
  background-image: url('../images/conditions/white-dots.png');
}
.conditions_third_hle {
  background-image: url('../images/conditions/conditions_back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.conditions_third_content ul {
  padding: 0;
  height: 720px;
  overflow-y: scroll;
}
.conditions_third_content ul::-webkit-scrollbar {
	width: 5px;
}
.conditions_third_content ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px transparent; 
	border-radius: 10px;
}
.conditions_third_content ul::-webkit-scrollbar-thumb {
	background: transparent; 
	border-radius: 10px;
}
.conditions_third_content ul::-webkit-scrollbar-thumb:hover {
	background: transparent; 
}
.conditions_fourth_image {
  float: right;
  margin-left: 3em;
}
.conditions_fourth_image_inner img {
  height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.conditions_fourth_hle h3 {
  font-size: 40px;
  color: #051729;
  font-weight: bold;
  line-height: 50px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 2em;
}
.conditions_fourth_hle p {
  font-size: 20px;
  line-height: 32px;
  color: #000;
}
.conditions_fifth_wrap .container {
  background-color: #051729;
  padding: 3em;
}
.conditions_fifth_single {
  padding: 0em 2em;
}
.conditions_fifth_wrap {
  margin-top: 0em;
  z-index: -1;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.conditions_fifth_wrap .container {
  background-color: #051729;
  padding: 4em 3em 3em 3em;
  background-image: url('../images/conditions/banner_bot.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.conditions_fifth_single h3 {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}
.conditions_fifth_single p {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}
.conditions_fifth_wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #2791da;
  z-index: -1;
  bottom: 0;
}
.conditions_secondblck_image:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url('../images/conditions/seconddots.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -15px;
  left: -20px;
}
.mobile_newst { 
  display: none;
}  
.providersown_single_image_inner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
/****Mega Menu*****/
ul.megamenu {
  padding: 0;
  box-shadow: 3px 3px 19px 5px #00000066;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  background-color: #ffffff;
  left: 0em;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  color: #000;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  transform: translate(0, 20px);
}
ul.megamenu {
padding: 1em 0em;
border-top: 0px solid #0a2d44;
border-bottom: 4px solid #0a2d44;
}
ul.megamenu li a {
font-size: 17px;
line-height: 24px;
color: #0a2d44!important;
transition: 0.5s;
font-weight: bold;
}
ul.megamenu li {
float: left;
width: 24%;
letter-spacing: 0;
margin-bottom: 10px!important;
border-bottom: 0px solid red;
margin: 0px 6px!important;
padding: 5px 0px!important;
border-bottom: 0px solid #eee;
position: relative;
}

ul.aboutmenu li {
    width: 45%;
}
/* ul.megamenu li:hover a {
letter-spacing: .5px; 
color: #a40000!important;
} */
.header-nav nav>ul>li:hover ul.megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  box-shadow: none;
  padding-left: 0;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em 1em;
  float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 0px solid #000;
  float: left;
  margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even){
float:right;
}		
.header-nav nav>ul>li ul.megamenu ul li a {
font-size: 18px;
font-weight: 500;
font-size: 17px;
line-height: 16px;
color: #000;
font-weight: 600;	
-webkit-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;	
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
  color: #c2951d;
}
ul.megamenu.megamenu1 {
  left: 0em;
}
.header-nav nav ul li ul li:after{
content:unset;		
}

ul.aboutmenu {
    width:30%;
}
.providers_wrapper h1 {
  font-size: 40px;
  line-height: 45px;
  color: #051729;
  margin: 0;
  margin-bottom: 20px;
  text-align: -webkit-center;
}
.provider_detail_wrapper {
  float: left;
  width: 100%;
  padding: 1em 0em;
  margin: 1em 0em;
}
.provider_detail_image {
  margin-right: 2em;
}
.provider_detail_image_inner img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.provider_detail_inner h3, .provider_detail_inner h1 {
  font-size: 36px;
  line-height: 42px;
  color: #051729;
  margin: 0;
  margin-bottom: 15px;
}
.provider_detail_inner h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1em;
  color: #a40000;
}
.provider_detail_inner p {
  font-size: 17px;
  line-height: 28px;
  color: #000;
}
.sitemap-lists {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
}
.sitemap-data ul li a {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.sitemap-data ul li {
  list-style-type: none;
  letter-spacing: 0;
}
.sitemap-data ul {
  padding: 0;
}
.sitemap-data ul li ul {
  padding-left: 17px;
}
.sitemap-data ul li ul li a {
  font-size: 17px;
  line-height: 24px;
}
.sitemap-data h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
  color: #a50000;
}
.conditions_fourth_hle .container {
  padding: 0em 5em;
}
.conditions_third_main:after {
  content: '';
  position: absolute;
  width: 45%;
  height: 180px;
  background-image: url('../images/home/conditions_ba.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 125px;
}
.header_wrapper.fixed {
  position: fixed;
  background-color: #fff;
  padding: 10px 0px 5px;
  background-color: #e1e1e1;
  box-shadow: 0px 0px 20px -3px #000;
}
.header_wrapper.fixed .header_firstlogo img {
  height: 60px;
}
.header_wrapper.fixed .header_firstportal a {
  padding: 7px 0px;
  font-size: 24px;
  line-height: 28px;
}
.header_wrapper.fixed .header_firstblck {
  margin-bottom: 5px;
}
.header_firstblck .header_firstnumber.padbutton a {
    float:right;
    height:48px;
    width: 262px;
}
.header_firstblck .header_firstnumber.padbutton {
    padding-top:0.6em;
}

.banner_pad_button {
    display:none;
}
.header_wrapper.fixed .header-nav nav>ul>li>a {
  line-height: 24px;
  font-size: 15px;
}
.header_innerpages_wrapper.fixed {
  float: left;
  width: 100%;
  position: fixed;
  background-color: #fff;
  padding: 10px 0px 5px;
  background-color: #e1e1e1;
  box-shadow: 0px 0px 20px -3px #000;
  z-index: 99;
}
.header_innerpages_wrapper.fixed .header_firstblck {
  padding: 0em 0em;
}
.header_innerpages_wrapper.fixed .header_firstlogo_inner img {
  height: auto;
}
.header_innerpages_wrapper.fixed .header_firstnumber a {
  height: 35px;
  line-height: 28px;
  padding-top: 3px;
  font-size: 17px;
}
.header_innerpages_wrapper.fixed .header_firstportal a {
  padding: 6px 0px;
}  
.header_innerpages_wrapper.fixed .header-nav nav>ul>li>a {
  line-height: 24px;
  font-size: 15px;
}
span.mobtext {
   display: none; 
}
.sidebar_blogdetail_recent {
  float: right;
  margin-left: 4em;
}
.form-group.captcha_box .g-recaptcha div {
  margin: 0 auto;
}
/**************************************Service-detail page**************************************/
.servicedetail_first_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.servicedetail_first_hle {
  padding-right: 49px;
  padding-left: 15px;
}
.servicedetail_first_image_inner img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.servicedetail_first_image {
  margin-right: 2em;
  padding: 4em 2em 2em 4em;
  /* background-image: url('../images/treatmentdetail/service_detail_back.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  margin-left: -15px;
}
.servicedetail_first_hle h1 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  line-height: 45px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 1em;
}
.servicedetail_first_hle p {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
}
.servicedetail_first_hle ul {
  padding-left: 10px;
}
.servicedetail_first_hle ul li {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
  list-style-type: none;
}
.servicedetail_first_hle ul li:before {
  content: '\f192';
  margin-right: 10px;
  font-family: 'FontAwesome';
  color: #a30000;
}
.treatmentdetail_second_blck {
  float: left;
  width: 100%;
  padding: 2em 0em 1em;
  margin: 0em 0em;
  position: relative;
}
.treatmentdetail_second_hle {
  padding-right: 0px;
  padding-left: 49px;
}
.treatmentdetail_second_blck:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #061b31;
  top: 0;
  left: 0;
} 
.treatmentdetail_second_image {
  margin-right: 10px;
  margin-left: 3em;
  padding: 4em 3em;
  position: relative;
  z-index: 9;
  float: right;
}
.treatmentdetail_second_image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 15px;
  left: 0;
  background-color: #fff;
  z-index: -1;
  filter: drop-shadow(5.162px 7.372px 11.5px rgba(0,0,0,0.08));
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
.treatmentdetail_second_image_inner img {
  height: 600px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 500px;
  border-bottom-right-radius: 0px;
}
.treatmentdetail_second_image:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 65%;
  border: 3px dashed #fff;
  border-radius: 300px;
  top: 25px;
  z-index: -1;
  left: 29px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.treatmentdetail_second_hle h3 {
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.treatmentdetail_second_hle h2 {
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.treatmentdetail_second_hle p {
  font-size: 17px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
}
.treatmentdetail_third_blck {
  float: left;
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
}
.treatmentdetail_third_hle {
  padding-left: 49px;
  padding-right: 15px;
}
.treatmentdetail_third_image_inner img {
  width: 90%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.treatmentdetail_third_image {
  float: left;
  margin-left: 0;
  margin-bottom: 1em;
  padding: 2em 0em;
  position: relative;
  margin-right: 4em;
}
.treatmentdetail_third_image:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 100%;
  background-color: #a50000;
  right: 0;
  top: 0;
  z-index: -1;
}
.treatmentdetail_third_hle h3 {
  font-size: 40px;
  line-height: 50px;
  color: #051729;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.treatmentdetail_third_hle p {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
}
.treatmentdetail_second_hle ul {
  padding: 0;
}
.treatmentdetail_third_hle ul li {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0px;
  list-style-type: none;
  display: flow-root;
}
.treatmentdetail_third_hle ul {
  padding: 0;
}
.treatmentdetail_third_hle ul li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #910000;
}
.treatmentdetail_second_hle ul li {
  font-size: 16px;
  line-height: 32px;
  color: #ffff;
  font-weight: 400;
  letter-spacing: 0px;
  list-style-type: none;
  display: flow-root;
}
.treatmentdetail_second_hle ul li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #910000;
}
.treatmentdetail_third_hle h4 {
  font-size: 30px;
  line-height: 36px;
  color: #a50000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.treatmentdetail_third_hle:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-top: 10px solid #e3e3e3;
  border-left: 10px solid #e3e3e3;
  left: 15px;
  top: -25px;
}
.treatmentdetail_third_hle:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -25px;
  left: 15px;
  border-bottom: 10px solid #e3e3e3;
  border-left: 10px solid #e3e3e3;
}
.treatmentpage_slider_part.servicedet_treat .treatmentpage_slider_box {
  padding: 0 15px 45px;
}
.treatmentpage_slider_part.servicedet_treat .treatmentpage_slider_content h6 a {
  min-height: auto;
  font-size: 20px;
}
.treatmentpage_slider_part.servicedet_treat .treatmentpage_slider_content p {
  font-size: 14px;
  line-height: 24px;
}  
.treatmentpage_slider_part.servicedet_treat .treatmentpage_slider_content span {
  color: #810000;
  border: 1px solid #810000;
  background-color: #fff;
}
.treatmentpage_slider_part.servicedet_treat {
  padding: 100px 9px 25px;
}
.service_detail_bottom_left_inner {
  border-radius: 2px;
  background-color: #f5f8ff;
  border: 1px solid #efefef;
}
.service_detail_bottom_left_title {
  text-align: center;
  margin-bottom: 3em;
  position: relative;
}
.service_detail_bottom_left_title h3 {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  background-color: #a50000;
  margin: 0;
  padding: 10px 15px;
}
.service_detail_bottom_left_inner .slick-prev.slick-arrow {
  position: absolute;
  left: 0px;
  top: -59px;
  background-color: unset;
  border: unset;
  font-size: 0;
}
.service_detail_bottom_left_inner .slick-prev.slick-arrow:after {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 25px/1 FontAwesome;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 40px;
  border: 1px solid #000;
  color: #000;
}
.service_detail_bottom_left_inner .slick-next.slick-arrow {
  position: absolute;
  right: 0;
  top: -60px;
  background-color: unset;
  border: unset;
  font-size: 0;
}
.service_detail_bottom_left_inner .slick-next.slick-arrow:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 25px/1 FontAwesome;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 40px;
  border: 1px solid #000;
  color: #000;
}
.service_detail_bottom_right {
  padding-left: 3em;
  position: relative;
}
.service_detail_bottom_right:before {
  content: '';
  position: absolute;
  width: 265px;
  height: 450px;
  background-image: url('../images/treatmentdetail/condition_upper.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 54px;
  left: 74px;
  z-index: 9;
}
.service_detail_bottom_right_title {
  text-align: center;
  margin-bottom: 3em;
}
.service_detail_bottom_right_title h3 {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  background-color: #a50000;
  margin: 0;
  padding: 10px 15px;
}
.service_detail_bottom_right_main ul {
  padding: 0;
  margin: 0;
}
.service_detail_bottom_right_main ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.service_detail_bottom_right_main ul li a {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  transition: 0.5s;
}
.service_detail_bottom_left_inner .treatmentpage_slider_image img {
  height: 10vw;
}
.service_detail_bottom_right_main {
  background-color: #fff5f5;
  padding: 3em 2em 3em 4em;
}
.service_detail_bottom_right_main ul li a:hover {
  background-color: #a50000;
  color: #fff;
  filter: drop-shadow(12.036px 15.973px 13.5px rgba(0,0,0,0.21));
}
.service_detail_bottom_left_title:before {
  content: '';
  position: absolute;
  width: 350px;
  height: 75px;
  background-image: url('../images/treatmentdetail/treatment_upper.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 58px;
  z-index: 9;
}
.service_detail_bottom_right_main button.slick-prev.slick-arrow {
  display: none!important;
}
.service_detail_bottom_right_main button.slick-next.slick-arrow:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 80px;
  background-image: url('../images/treatmentdetail/arrowdown.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service_detail_bottom_right_main button.slick-next.slick-arrow {
  position: absolute;
  right: -55px;
  background-color: transparent;
  border: unset;
  font-size: 0;
  width: 35px;
  height: 150px;
  background-color: #a50000;
  bottom: -35px;
}
.service_detail_bottom_right_main button.slick-next.slick-arrow:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 110px;
  background-image: url('../images/treatmentdetail/arrowdown.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.servicedetail_fourth_hle ul {
  margin-top: 12em;
}
.servicedetail_fourth_hle ul li {
  font-size: 18px;
  line-height: 32px;
  color: #272727;
  font-weight: 400;
  letter-spacing: 0px;
}
.banner_innerpage.servicearea_banner {
  display: none;
}
.service_area_banner h1 {
  margin: 0;
  text-align: center;
  font-size: 36px;
  line-height: 45px;
  color: #9b0000;
  font-weight: 600;
}
.service_area_banner {
  width: 100%;
  float: left;
  padding: 2em 0em;
}
.locations_main.new_locatio {
  position: absolute;
  top: 25px;
  left: 15px;
}
.contactpage_map {
  position: relative;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
  left: 6em;
  outline: unset;
  border: unset
}
.gm-style .gm-style-iw-d {
  overflow: auto!important
}
.get_directions_section {
  background-color: #051729;
  border-radius: 7px;
  float: left;
  width: 300px;
  height: auto;
  padding-bottom: 14px;
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%)
}
.get_directions_section h4 {
  background-color: #fff;
  padding: 10px 0 10px 15px;
  margin: 0;
  text-align: left;
  border-radius: 6px 6px 0 0;
  color: #051729;
  font-size: 25px;
  font-family: "OPTIFuturaDemiBold";
  font-weight: 600
}
.get_directions_section p {
  padding: 10px 9px 5px 40px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  color: #fff;
  font-weight: 600;
  font-family: "Comfortaa-Regular";
  float: left;
  width: 63%;
  text-align: left;
  margin-bottom: 0;
  position: relative
}
.get_directions_section .get_direct {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 84px;
  height: 78px;
  background-color: #fff;
  padding: 5px;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  right: 15px;
  margin-top: 15px
}
.get_directions_section .get_direct:before {
  content: "";
  background-image: url(../images/home/dierction.png);
  height: 55px;
  display: block;
  max-width: 55px;
  margin: 0 auto
}
.get_directions_section p:before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "\f041";
  display: inline-block;
  font: 27px/1 FontAwesome;
}
.gm-style .gm-style-iw-tc::after {
  background: #051729!important;
}  
/****************************************** treatments-page *********************************************/
.treatmentvacular_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0 4em;

}
.treatmentvacular_image img {

  height: 700px;

  width: 100%;

  object-fit: cover;

}
.treatmentvacular_image_section {

  margin-right: 4em;

}
.treatmentvacular_section h5 {

  font-size: 40px;

  line-height: 47px;

  color: #810000;

  margin: 0;

}
.treatmentvacular_section h1 {

  font-size: 40px;

  line-height: 47px;

  color: #000000;

  margin: 0 0 15px;

}

.treatmentvacular_section p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.treatmentvacular_image_content {

  border-radius: 3px;

  background-image: linear-gradient(90deg, #810000 0%, #dc3e3e 100%);

  position: absolute;

  right: -25px;

  bottom: 25px;

  padding: 15px;

  width: 60%;

}

.treatmentvacular_image_content h6 {

  font-size: 25px;

  line-height: 30px;

  color: #ffffff;

  font-family: 'Comfortaa-Regular';

  margin: 0;

}

.treatmentvacular_image:before{

  content: "";

  position: absolute;

  left: -25px;

  bottom: -25px;

  width: 200px;

  height: 200px;

  background-image: url(../images/treatment/treatments-dots.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

.treatmentvacular_image:after{

  content: "";

  position: absolute;

  left: -45px;

  bottom: -45px;

  width: 85%;

  height: 40%;

  background-color: rgb(5 23 41 / 90%);

  z-index: -1;

}

.treatmentpage_slider_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0;

}

.treatmentpage_slider_wrapper h2 {

  text-align: center;

  font-size: 40px;

  line-height: 50px;

  color: #a50000;

  margin: 15px 0;

}

.treatmentpage_slider_image img {

  height: 15vw;

  object-fit: cover;

  width: 100%;

  border-radius: 2px;

}

.treatmentpage_slider_content h6 a {

  font-size: 24px;

  color: #a50000;

  font-family: 'OPTIFuturaDemiBold';

  text-align: center;

  display: block;

  min-height: 52px;

}
.treatmentpage_slider_content h6 {

  font-size: 24px;

  color: #a50000;

  font-family: 'OPTIFuturaDemiBold';

  text-align: center;

  display: block;

  min-height: 52px;

}
.treatmentpage_slider_content p {

  font-size: 16px;

  line-height: 27px;

  color: #051729;

}

.treatmentpage_slider_content{

  text-align: center;

  padding: 10px 0;

}

.treatmentpage_slider_content span {

  font-size: 14px;

  line-height: 25px;

  color: #ffffff;

  border-radius: 2px;

  background-color: #810000;

  display: inline-block;

  padding: 0 10px;

}

.treatmentpage_slider_box {

  float: left;

  width: 100%;

  border-radius: 2px;

  background-color: #f6f6f6;

  border: 1px solid #e3e3e3;

  padding: 0 20px 45px;

  position: relative;

}

.treatmentpage_slider_image {

  margin-top: -70px;

}

.treatmentpage_slider_section {

  padding: 1em 0 0em;

}

.treat_read {

  width: 75px;

  height: 75px;

  border-radius: 39px;

  background-color: #a50000;

  position: absolute;

  left: 0;

  right: 0;

  margin: 0 auto;

  bottom: -35px;

}

.treat_read::after{

  content: "";

  position: absolute;

  left: 18px;

  top: 30px;

  background-image: url(../images/treatment/treat-arrow.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

  width: 35px;

  height: 18px;

}

.treatmentpage_slider_part {

  padding: 100px 15px 75px;

}

.treatmentpage_slider_section .slick-active .treatmentpage_slider_box{

  filter: drop-shadow(7.824px 10.382px 21.5px rgba(0,0,0,0.29));

  background-color: #051729;

}

.treatmentpage_slider_section .slick-active + .slick-active .treatmentpage_slider_box{

  filter: unset;

  background-color: #f6f6f6;

}

.treatmentpage_slider_section .slick-active + .slick-active + .slick-active .treatmentpage_slider_box{

  filter: unset;

  background-color: #f6f6f6;

}

.treatmentpage_slider_section .slick-active .treatmentpage_slider_content h6 {

  color: #ffffff;

}

.treatmentpage_slider_section .slick-active + .slick-active .treatmentpage_slider_content h6 {

  color: #a50000;

}

.treatmentpage_slider_section .slick-active + .slick-active + .slick-active .treatmentpage_slider_content h6 {

  color: #a50000;

}

.treatmentpage_slider_section .slick-active .treatmentpage_slider_content p{

  color: #ffffff;

}

.treatmentpage_slider_section .slick-active + .slick-active .treatmentpage_slider_content p{

  color: #051729;

}

.treatmentpage_slider_section .slick-active + .slick-active + .slick-active .treatmentpage_slider_content p{

  color: #051729;

}

.treatmentpage_slider_section .slick-active .treatmentpage_slider_content span{

  background-color: #ffffff;

  color: #051729;

  font-weight: 600;

}

.treatmentpage_slider_section .slick-active + .slick-active .treatmentpage_slider_content span{

  background-color: #a50000;

  color: #fff;

}

.treatmentpage_slider_section .slick-active + .slick-active + .slick-active .treatmentpage_slider_content span{

  background-color: #a50000;

  color: #fff;

}



.treatmentpage_slider_section .slick-active .treatmentpage_slider_image{

  margin-left: -40px;

}

.treatmentpage_slider_section .slick-active + .slick-active .treatmentpage_slider_image{

  margin-left: 0px;

}

.treatmentpage_slider_section .slick-active + .slick-active + .slick-active .treatmentpage_slider_image{

  margin-left: 0px;

}



.treatmentpage_slider_section .slick-prev.slick-arrow {

  position: absolute;

  left: -40px;

  bottom: 0;

  top: 0;

  background-color: unset;

  border: unset;

  font-size: 0;

}

.treatmentpage_slider_section .slick-prev.slick-arrow:after{

  content: "\f104";

  display: inline-block;

  font: normal normal normal 25px/1 FontAwesome;

  width: 40px;

  height: 40px;

  line-height: 37px;

  border-radius: 40px;

  border: 1px solid #000;

  color: #000;

}

.treatmentpage_slider_section .slick-next.slick-arrow {

  position: absolute;

  right: -40px;

  bottom: 0;

  top: 0;

  background-color: unset;

  border: unset;

  font-size: 0;

}

.treatmentpage_slider_section .slick-next.slick-arrow:after{

  content: "\f105";

  display: inline-block;

  font: normal normal normal 25px/1 FontAwesome;

  width: 40px;

  height: 40px;

  line-height: 37px;

  border-radius: 40px;

  border: 1px solid #000;

  color: #000;

}

.treatmentcoraonary_wrapper {

  float: left;

  width: 100%;

  position: relative;

  padding: 3em 0;

}

.treatmentcoraonary_wrapper:after{

  content: "";

  position: absolute;

  right: 0;

  top: 0;

  width: 99%;

  height: 90%;

  background-image: url(../images/treatment/coronary-bg.jpg);

  background-position: center;

  background-repeat: no-repeat;

  z-index: -1;

}

.treatmentcoraonary_image {

  float: right;

  margin-left: 2em;

  margin-top: 2em;

  position: relative;

  z-index: 1;

}

.treatmentcoraonary_image:after{

  content: "";

  position: absolute;

  right: -25px;

  top: -25px;

  width: 100%;

  height: 100%;

  border: 2px solid #fff;

  z-index: -1;

}

.treatmentcoraonary_image img {

  height: 650px;

  object-fit: cover;

  width: 100%;

}

.treatmentcoraonary_section h3 {

  font-size: 40px;

  color: #ffffff;

  margin: 15px 0;

  line-height: 50px;

}

.treatmentcoraonary_section p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.treatmentcoraonary_section ul li {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0px;
}
.treatmentcoraonary_section p a {
  color: #fff;
}
.treatmentpacemaker_wrapper {

  float: left;

  width: 100%;

  margin: 0 0 3em;

}

.treatmentpacemaker_image_section {

  margin-right: 3em;

  position: relative;

}

.treatmentpacemaker_image_section:after{

  content: "";

  position: absolute;

  right: 20px;

  top: 10px;

  width: 75px;

  height: 70px;

  background-color: #820a0b;

  opacity: 0.502;

}

.treatmentpacemaker_image_section:before{

  content: "";

  position: absolute;

  left: 15px;

  bottom: 20px;

  width: 75px;

  height: 70px;

  background-color: #820a0b;

  opacity: 0.502;

  z-index: 1;

}

.treatmentpacemaker_image img {

  height: 700px;

  object-fit: cover;

  width: 100%;

}

.treatmentpacemaker_section h3 {

  font-size: 40px;

  line-height: 45px;

  text-transform: uppercase;

  color: #000000;

  margin: 15px 0;

}

.treatmentpacemaker_section p {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.treatmentpacemaker_image:after {

  content: "";

  position: absolute;

  right: -20px;

  top: -30px;

  width: 75px;

  height: 70px;

  background-color: #051729;

}

.treatmentpacemaker_image:before {

  content: "";

  position: absolute;

  left: -20px;

  bottom: -15px;

  width: 75px;

  height: 70px;

  background-color: #051729;

}

.treatmentpacemaker_image {

  position: relative;

}

.teatmentimplantable_wrapper {

  float: left;

  width: 100%;

  margin: 4em 0 4em;

  padding: 3em 0;

}

.teatmentimplantable_image img {

  height: 650px;

  object-fit: cover;

  width: 100%;

}

.teatmentimplantable_section{

  position: relative;

  z-index: 1;

}

.teatmentimplantable_section:after{

  content: "";

  position: absolute;

  right: 0;

  top: -150px;

  width: 68%;

  height: 880px;

  background-image: url(../images/treatment/implantable-bg.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

.teatmentimplantable_content h2 {

  font-size: 40px;

  line-height: 45px;

  color: #ffffff;

  margin: 15px 0;

}

.teatmentimplantable_content p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.treatmentpacemaker_section ul li {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  letter-spacing: 0;
  list-style-type: none;
}
.treatmentpacemaker_section ul li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #cd3434;
}

.teatmentimplantable_section ul li {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0;
  list-style-type: none;
}
.teatmentimplantable_section ul li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #cd3434;
}

.treatmentvacular_section .treatment_readmore {
    color:#d53939;
}

.treatmentcoraonary_section .treatment_readmore {
    color:#d53939;
}

.treatmentpacemaker_section .treatment_readmore {
    color:#d53939;
}

.teatmentimplantable_content .treatment_readmore {
    color:#d53939;
}


.teatmentimplantable_content p a {
  color: #d53939;
}
.teatmentimplantable_content {

  padding: 0em 2em 2em;

  position: relative;

  z-index: 1;

}

.teatmentimplantable_image:before {

  content: "";

  position: absolute;

  right: 0;

  bottom: -77px;

  width: 351px;

  height: 77px;

  background-color: #051729;

  border-radius: 70px;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

.teatmentimplantable_section::before{

  content: "";

  position: absolute;

  right: -100px;

  height: 100%;

  width: 15%;

  background-image: url(../images/treatment/implantable-after.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

/***************************************** review-page *******************************************/

.reviewpage_cover {

  float: left;

  width: 100%;

  border-radius: 3px;

  filter: drop-shadow(9.851px 12.608px 17.5px rgba(0,0,0,0.18));

  background-color: #ffffff;

  padding: 2em 1em 2em 7.5em;

  position: relative;

  height: 326px;

}

.reviewpage_cover:after{

  content: "";

  position: absolute;

  right: 20px;

  top: 20px;

  background-image: url(../images/review/blue-quotes.png);

  background-position: center;

  background-size: 100% 100%;

  width: 23px;

  height: 19px;

}

.reviewpage_cover:before{

  content: "";

  position: absolute;

  left: 10px;

  top: 0;

  height: 100%;

  width: 18%;

  background-color: #051729;

}

.reviewpage_customer_name h5 {

  font-size: 18px;

  line-height: 20px;

  color: #051729;

}

.reviewpage_customer_name h6 {

  font-size: 12px;

  line-height: 10px;

  color: #000000;

  margin: 0 0 5px;

  font-family: 'Comfortaa-Regular';

}

.reviewpage_star span {

  color: #ffc107;

}

.reviewpage_customer_sec p {

  font-size: 15px;

  line-height: 25px;

  color: #333333;

  margin: 10px 0;
  height: 150px;
  overflow-y: scroll;

}
.reviewpage_customer_sec p::-webkit-scrollbar {
  width: 5px;
}
.reviewpage_customer_sec p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
}
.reviewpage_customer_sec p::-webkit-scrollbar-thumb {
  background: #a50000; 
  border-radius: 10px;
}
.reviewpage_customer_sec p::-webkit-scrollbar-thumb:hover {
  background: #a50000; 
}
.reviewpage_wrapper {

  float: left;

  width: 100%;

  margin: 2em 0;

  padding: 1em 0;

}

.reviewpage_customer_sec a {

  position: absolute;

  left: 2px;

  top: 20px;

  filter: drop-shadow(9.851px 12.608px 17.5px rgba(0,0,0,0.1));

}

.reviewpage_customer_sec a img {

  width: 90px;

}

.reviewpage_box:nth-child(2) .reviewpage_cover:before {

  width: 100%;

  height: 23%;

  top: auto;

  bottom: 0;

  left: 0;

  background-color: #a50000;

  z-index: -1;

}

.reviewpage_box:nth-child(2) .reviewpage_cover {

  padding: 2em;

}

.reviewpage_box:nth-child(2) .reviewpage_customer_sec a {

  top: auto;

  bottom: 30px;

  left: auto;

  right: 30px;

}

.reviewpage_box:nth-child(2) .reviewpage_customer_name {

  margin-top: 4.5em;

}

.reviewpage_box:nth-child(2) .reviewpage_customer_name h5 {

  color: #fff;

  margin: 7px 0;

}

.reviewpage_box:nth-child(2) .reviewpage_customer_name h6{

  color: #fff;

}

.reviewpage_box:nth-child(2) .reviewpage_cover:after{

  background-image: url(../images/review/red-quotes.png);

  right: auto;

  left: 25px;

}

.reviewpage_box:nth-child(2) .reviewpage_star{

  text-align: right;

  margin-top: -5px;

}

.reviewpage_box:nth-child(3) .reviewpage_cover:before {

  width: 100%;

  height: 23%;

  top: auto;

  bottom: 0;

  left: 0;

  background-color: #075494;

  z-index: -1;

}

.reviewpage_box:nth-child(3) .reviewpage_cover {

  padding: 2em;

}

.reviewpage_box:nth-child(3) .reviewpage_customer_sec a {

  top: auto;

  bottom: 30px;

  left: auto;

  right: 30px;

}

.reviewpage_box:nth-child(3) .reviewpage_customer_name {

  margin-top: 4.5em;

}

.reviewpage_box:nth-child(3) .reviewpage_customer_name h5 {

  color: #fff;

  margin: 7px 0;

}

.reviewpage_box:nth-child(3) .reviewpage_customer_name h6{

  color: #fff;

}

.reviewpage_box:nth-child(3) .reviewpage_cover:after{

  background-image: url(../images/review/light-blue.png);

  right: auto;

  left: 25px;

}

.reviewpage_box:nth-child(3) .reviewpage_star{

  text-align: right;

  margin-top: -5px;

}

.reviewpage_box {

  padding: 10px;

}

.reviewpage_part {

  margin: 10px 0;

  position: relative;

}

.reviewpage_part:after{

  content: "";

  position: absolute;

  left: -30px;

  top: -30px;

  width: 120px;

  height: 120px;

  z-index: -1;

  background-image: url(../images/review/reviewpage-dots.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

}

.reviewpage_part:nth-child(even):after{

  left: auto;

  right: -30px;

  top: auto;

  bottom: -30px;

  transform: rotate(180deg);

}

.reviewpage_section {

  float: left;

  width: 100%;

  padding: 3em 0;

  margin: 2em 0;

  position: relative;

}

.reviewpage_section:after{

  content: "";

  position: absolute;

  left: -45px;

  top: 0;

  width: 100%;

  height: 63%;

  border: 2px solid #a50000;

  z-index: -1;

}

.reviewpage_section:before{

  content: "";

  position: absolute;

  right: -45px;

  bottom: 0;

  width: 100%;

  height: 63%;

  border: 2px solid #a50000;

  z-index: -1;

}
.servicedetail_first_hle p a {
  color: #d23737;
}
.treatmentdetail_second_hle p a{
  color: #d23737;
}
.treatmentdetail_third_hle p a {
  color: #d23737;
}
.servicehme_image_inner img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.servicehme_image_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/home/careback.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.cms_page {
  float: left;
  width: 100%;
  padding: 3em 0em;
}
.cms_page h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  text-align: center;
}
.cms_page p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 15px;
}
.cms_page ul {
  list-style-type: none;
  padding: 0;
}
.cms_page ul li {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 0;
  list-style-type: none;
}
.cms_page ul li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #8d0000;
}

/**********************************************pad_screening********************************************/
.pad_screening_left h5 {
  font-size: 50px;
  line-height: 30px;
  color: #ab0206;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 2px solid #ab0206;
  display: inline-block;
  padding-bottom: 10px;
}
.pad_screening_left p{
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 1em;
}
.pad_screen {
  max-width: 475px;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.pad_screen_qa {
  float: left;
  width: 100%;
  padding-top: 2em;
  font-size: 17px;
  font-family: 'OPTIFuturaDemiBold';
}
.Pad_screen_btn {
  padding-top: 3em;
}
.pad_screening_left span{
  font-size: 30px;
  line-height: 30px;
  color: #ab0206;
  font-weight: 500;
  vertical-align: middle;
}
.risk-success .radio label {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Poppins-Regular';
  color: #000;
  font-weight: 500;
}
.Pad_screen_btn input[type=radio] {
  display: none;
}
.pad_screen_qa p {
  font-size: 20px;
  line-height: 30px;
  color: #272727;
  font-weight: 600;
  margin-bottom: 7em;
}
.pad_screening_left .progress {
  height: 5px;
}
.Pad_screen_btn a {
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #fff;
  background-image: linear-gradient(133deg, #810000 0%, #0a0218 100%);
  padding: 4px 32px;
  margin:0 5px;
}
.pad_screening {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.pad_screening_left {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  filter: drop-shadow(0px 17px 29.5px rgba(0,0,0,0.1));
  min-height:515px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  width: 62.5%;
}
.pad_screening_right {
  float: right;
  width: 36%;
  min-height: 515px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  filter: drop-shadow(0px 17px 29.5px rgba(0,0,0,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
}
.pad_screening_right  .progress {
  width: 305px;
  height: 305px;
  border-radius: 50%;
}
.radialProgressBar {
  border-radius: 50%;
  width: 305px;
  height: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ddd;
  margin: 20px;
  float:left;
  transition: width .6s ease;
  -webkit-transition: width .6s ease;
}
  
.progress-0 {
  background-image: -webkit-linear-gradient(left, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #810000 50%, #ddd 50%);
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #810000 50%, #ddd 50%);
  transition: 0.5s;   
}

.progress-10 {
background-image: -webkit-linear-gradient(36deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #810000 50%, #ddd 50%);
background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(100deg, #810000 50%, #ddd 50%);
-webkit-animation: progress-10 2s linear infinite;
-o-animation: progress-10 2s linear infinite;
 animation: progress-10 2s linear infinite;
 transition: 0.5s;
}

.progress-20 {
background-image: -webkit-linear-gradient(72deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #810000 50%, #ddd 50%);
background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(140deg, #810000 50%, #ddd 50%);
-webkit-animation: progress-20 2s linear infinite;
-o-animation: progress-20 2s linear infinite;
animation: progress-20 2s linear infinite;
transition: 0.5s;
}
.progress-30 {
background-image: -webkit-linear-gradient(108deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #810000 50%, #ddd 50%);
background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(180deg, #810000 50%, #ddd 50%);
transition: 0.5s;
}

.progress-40 {
background-image: -webkit-linear-gradient(144deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #810000 50%, #ddd 50%);
background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(220deg, #810000 50%, #ddd 50%);
 
}

.progress-50 {
background-image: -webkit-linear-gradient(right, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #810000 50%, #ddd 50%);
background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(270deg, #810000 50%, #ddd 50%);
transition: 0.5s; 
}

.progress-60 {
background-image: -webkit-linear-gradient(left, #810000  50%, transparent 50%), -webkit-linear-gradient(36deg, #810000 50%, #ddd 50%);
background-image: linear-gradient(-60deg, #810000  50%, transparent 50%), linear-gradient(270deg, #810000 50%, #ddd 50%);
transition: 0.5s;
}

.progress-70 {
background-image: -webkit-linear-gradient(left, #810000  50%, transparent 50%), -webkit-linear-gradient(72deg, #810000 50%, #ddd 50%);
background-image: linear-gradient(-30deg, #810000  50%, transparent 50%), linear-gradient(270deg, #810000 50%, #ddd 50%);

}

.progress-80 {
background-image: -webkit-linear-gradient(left, #810000  50%, transparent 50%), -webkit-linear-gradient(108deg, #810000 50%, #ddd 50%);
background-image: linear-gradient(0deg, #810000  50%, transparent 50%), linear-gradient(270deg, #810000 50%, #ddd 50%);
transition: 0.5s;
}

.progress-90 {
background-image: -webkit-linear-gradient(left, #810000  50%, transparent 50%), -webkit-linear-gradient(144deg, #810000  50%, #ddd 50%);
background-image: linear-gradient(40deg, #810000  50%, transparent 50%), linear-gradient(270deg, #810000  50%, #ddd 50%);
transition: 0.5s;
}

.progress-100 {
background-image: -webkit-linear-gradient(left, #810000  50%, transparent 50%), -webkit-linear-gradient(right, #810000  50%, #ddd 50%);
background-image: linear-gradient(91deg, #810000  50%, transparent 50%), linear-gradient(271deg, #810000  50%, #ddd 50%);
transition: 0.5s;
}
.radialProgressBar .overlay {
  border-radius: 50%;
  width: 280px;
  height: 280px;
  margin: auto;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 30px;
  color: #a90105;
  font-weight: 400;
  font-family: 'OPTIFuturaDemiBold';
}
.risk-success-wrapper {
  float: left;
  width: 100%;
}
.risk-success-wrapper p {
  font-size: 20px;
}
.risk-success {
  padding: 25px;
}
.risk-success .form-group .form-control{
    border: 1px solid #ccc;
}
/*******New********/
/* ul.innermega {
  box-shadow: 3px 3px 19px 5px #00000066;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  background-color: #ffffff;
  left: 0em;
  top: 100%;
  width: 100%!important;
  z-index: 999;
  color: #000;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  transform: translate(0, 20px);
  padding: 0.5em!important;
}   */
ul.megamenu li:hover ul.innermega {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
ul.megamenu li ul.innermega li {
  width: 100%!important;
  margin: 0px 0px!important;
  margin-bottom: 0em!important;
  position: relative;
}
ul.megamenu li ul.innermega li:hover a {
  color: #a40000!important;
}
ul.megamenu li ul.innermega li a {
  position: relative;
}
ul.innermega {
  border-top: 3px solid #9c0000!important;
  border-bottom: 0px solid #9b0000!important;
  margin-top: 10px;
}
.risk-success .form-group .form-control {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
  height: 50px;
  font-family: "Comfortaa-Regular";
  width: 95%;
  border-radius: 50px;
  outline: unset;
  border: unset;
}
.risk-success .form-group {
  margin-bottom: 25px;
}
.risk-success .form-group.text-area textarea.form-control {
  height: auto!important;
  border-radius: 10px;
  width: 100%;
  resize: unset;  
}
.risk-success .form-group .form-control {
  border: 1px solid #ccc;
}
.about_radio {
  font-family: "Comfortaa-Regular";
}
.about_radio input[type=radio] {
  margin-right: 10px;
}
ul.megamenu li ul.innermega li a {
  position: relative;
  font-size: 16px!important;
  font-weight: 500!important;
}


/************************* faq-page *******************************/

.faqpage_wrapper {

    margin: 5em 0 1em;

}

.careersection_first {

    margin: 5em 0 1em;

}

.faqpage_title {

    width: 80%;

    margin: 1em auto;

    text-align: center;

}

.faqpage_title h1 {

    font-size: 35px;

    line-height: 40px;

    color: #2179b1;

    margin: 15px 0;

}

.faqpage_title p {

    font-size: 16px;

    line-height: 26px;

    color: #24292d;

    margin: 10px 0;

}

.faqpage_section .set > a {

    display: block;

    padding: 20px 15px;

    text-decoration: none;

    border-bottom: 0;

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

    font-size: 20px;

    letter-spacing: 0px;

    line-height: 24px;

    color: #000;

    font-weight: 500;

    border-radius: 3px;

    filter: drop-shadow(0 0 5px rgba(160,160,160,0.5));

    background-color: #ffffff;

    font-family: 'Comfortaa-Regular';
    
    border: 2px solid #051729;

}

.faqpage_section .set {

    position: relative;

    cursor: pointer;

    margin: 0px 0 15px;

    margin-bottom: 1.5em;

    float: left;

    width: 100%;

    padding: 0 10px;

}

.faqpage_section .content {

    border-bottom: 0;

    display: none;

    color: #071e36;

    background-color: #fff;

    padding: 10px 15px;

    width: 100%;

    height: auto;

    margin: 0 auto;

    margin-bottom: 0;

    border-radius: 3px;

    filter: drop-shadow(0 0 5px rgba(160,160,160,0.5));

    background-color: #ffffff;

    margin-top: 10px;
    

}

.faqpage_section .set > a i {

    float: right;

    transition: 0.5s;
    
    color: #051729;

}

.faqpage_image_section img {

    height: 35vw;

    width: 100%;

    object-fit: cover;

}

.faqpage_image_section{

    padding-left: 20px;

}

.faqpage_section .content p {

    font-size: 16px;

    line-height: 25px;

    color: #24292d;

    margin: 10px 0;

}

.faqpage_section .content ul li {
    font-size: 17px;
    line-height: 30px;
    display: block;
    position: relative;
    color: #000000;
}

.faqpage_section .content ul li:before {
    content: "\f192";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    color: #051729;
    margin-right: 5px;
}

.faqpage_cover {

    margin: 3em 0 2em;

}

.faqpage_bottom {

    background-color: rgb(37 141 212 / 40%);

    padding: 2em 0;

    margin: 0em 0 0;

}

.faqpage_bottom_wrapper h4 {

    font-size: 35px;

    line-height: 40px;

    color: #ffffff;

    margin: 10px 0 20px;

}

.faqpage_bottom_wrapper p{

    font-size: 16px;

    line-height: 27px;

    color: #ffffff;

}

.faqpage_bottom_para {

    float: left;

    width: 80%;

}

.faq_getstart {

    float: right;

    width: 20%;

}

.faqpage_bottom_wrapper {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.faq_getstart a {

    background-color: #ffffff;

    border: 0px solid #000000;

    padding: 15px 10px;

    font-size: 17px;

    color: #000000;

    font-weight: 600;
    transition: 0.5s;
    display: inline-block;

}
.faq_getstart a:hover {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    transition: 0.5s;
    transform: scale(1.04);
    background-color: #007ace;
    color: #fff;
}

.faqpage_section .set > .active i {

    transform: rotate(90deg);

    transition: 0.5s;

}

.faqpage_image:after {

    content: "";

    width: 151px;

    height: 134px;

    background-color: rgb(33 121 177 / 29%);

    position: absolute;

    right: -30px;

    top: -30px;

    z-index: -1;

}

.faqpage_image {

    position: relative;

}


/**********************************Responsive Page**********************************************/

@media only screen and (min-width:1400px) {
  /****************************************Homepage*********************************************/
  .aboutus_fourth_image:after {
    width: 92%;
    background-size: 100% 100%;
  }
  .conditions_fifth_wrap .container {
    max-width: 95%;
  }

}

/**************************** faq-page ***************************/

    .faqpage_image_section img{

        height: 778px;

    }

@media only screen and (min-width:1500px)  {
  /****************************************Aboutpage*********************************************/
  .aboutus_third_image_inner:before {
    background-size: 100% 100%;
  }
  .aboutus_third_hle {
      padding-right: 9em;
      padding-left: 5em;
  }
  .aboutus_fourth_hle {
      padding-left: 10em;
  }
  .aboutus_newfol:after {
    width: 70%;
  }


}

@media only screen and (min-width:1600px)  {
 /****************************************Homepage*********************************************/
 .aboutus_third_hle {
  padding-right: 15em;
  padding-left: 9em;
}
.aboutus_fourth_hle {
  padding-left: 15em;
}
.aboutus_newfol:after {
  width: 60%;
}

}

@media only screen and (min-width:1700px)  {
 /****************************************Homepage*********************************************/  
 .aboutus_third_hle {
  padding-right: 15em;
  padding-left: 9em;
}
.aboutus_fourth_hle {
  padding-left: 15em;
}
.aboutus_newfol:after {
  width: 60%;
}

}

@media only screen and (min-width:1800px)  {
  /****************************************Homepage*********************************************/
  .aboutus_fourth_image:after {
    width: 97%;
    background-size: 100% 100%;
  }
  .aboutus_third_hle {
      padding-right: 15em;
      padding-left: 9em;
  }
  .aboutus_fourth_hle {
      padding-left: 15em;
  }
  .aboutus_newfol:after {
    width: 60%;
  }




}

@media only screen and (min-width:1920px)  {
  /*******************************************Homepage************************************************/
  .servicehme_wrapper:after {
    width: 35%;
    background-size: 100% 100%;
  }  
  .review_hme_sec {
    padding-left: 23em;
  }
  .review_hme_sec:before {
    left: 23em;
  }
  .review_hme_sec:after {
    left: 635px;
  }
  .review_hme_right button.slick-prev.slick-arrow {
      left: -360px;
      bottom: 100px;
  }
  .review_hme_right button.slick-next.slick-arrow {
      left: -340px;
      bottom: 100px;
  }
  /***Aboutus page***/
  .aboutus_third_hle {
      padding-right: 23em;
      padding-left: 15em;
  }
  .aboutus_third_image_inner:before {
    background-size: 100% 101%;
    width: 101%;
  }
  .aboutus_fourth_hle {
      padding-left: 23em;
  }
  .aboutus_newfol:after {
    width: 50%;
    bottom: -50px;
    right: 190px;
  }
  /***Conditions Page***/
  .conditions_secondblck_wrap:after {
    width: 45%;
    right: 23em;
    background-size: 100% 100%;
  }
  .conditions_third_content ul li a {
    width: 75%;
  }
  .conditions_third_main:after {
    width: 50%;
    height: 230px;
  }
  .aboutus_fourth_image:after {
    width: 96%;
  }
  .conditions_third_wrapper {
    padding-right: 10em;
  }
  .conditions_third_image_inner {
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  }
  .conditions_third_image_inner img {
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  }
  .conditions_fifth_wrap .container {
      max-width: 95%;
      padding: 10em 5em 3em 5em;
  } 
   /***Service-detail***/
   .servicedetail_first_hle {
    padding-right: 20em;
  }
  .treatmentdetail_second_hle {
      padding-right: 20em;
  }   
  .treatmentdetail_third_hle {
    padding-left: 20em;
  }
  .treatmentdetail_third_hle:before {
    left: 240px;
  }   
  .treatmentdetail_third_hle:after {
    left: 240px;
    bottom: 0;
  }

}

@media only screen and (max-width:1300px) {
  .container {
    padding: 0 15px;
  }
  /***************************************Homepage************************************************/
  .header-nav nav>ul>li>a {
    padding: 5px 18px; 
  }
  .vasculartreatment_imageicon {
    right: 90px;
  }  
  .vasculartreatment_counter {
    width: 145px;
  }
  .vascularspecialits_image {
    /* margin-left: 7em; */
    margin-right: 7em;
  }
  .review_hme_sec {
    padding-left: 15px;
  }
  .review_hme_sec:before {
    left: 15px;
  }
  .review_hme_left {
    padding-left: 2em;
  }
  .review_hme_sec:after {
    left: 185px;
  }
  .review_hme_right button.slick-prev.slick-arrow {
    left: -265px;
  }
  .review_hme_right button.slick-next.slick-arrow {
    left: -240px;
  }
  /**************************************Aboutus Page****************************************/
  .aboutfirst_blck {
    padding: 2em 0em;
  }
  .aboutsecond_images_oneinner img {
    height: 350px;
  }
  .aboutus_third_image_inner:before {
    background-size: 100% 100%;
  } 
  .aboutus_third_image_inner img {
    height: 600px;
  }  
  .aboutus_third_hle {
    padding-right: 15px;
  }  
  .aboutus_fourth_hle {
      padding-left: 15px;
  }
  .aboutus_fourth_image:after {
    width: 65%;
  }
  .aboutsecond_images_twoinner img {
    height: 350px;
  }
  /***Conditions Page***/
  .conditions_second_hle {
    margin-top: 0em;
  }
  .conditions_secondblck_wrap:after {
    background-size: 100% 100%;
  }
  .conditions_secondblck_hle h4 {
    font-size: 36px;
    line-height: 42px;
  }
  .conditions_secondblck_hle p {
    font-size: 17px;  
  }  
  .conditions_secondblck_image_inner img {
    height: 700px;
  }
  .conditions_third_content ul li a {
    font-size: 18px;
  }
  .conditions_fourth_hle h3 {
    margin-top: 1em;
    font-size: 36px;
    line-height: 42px;
  }
  .conditions_fourth_hle p {
    font-size: 19px;
    line-height: 36px;
  }
  .conditions_fifth_wrap .container {
    padding: 10em 0em 3em 0em;
  }   
  .conditions_fifth_single h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .conditions_fifth_single p {
    font-size: 16px;
    line-height: 24px;
  }
  .conditions_fifth_single {
    margin-bottom: 1em;
  }
  /***Locations page***/
  .locations_single {
    padding: 0em 0.5em;
  }
  .locations_single_content ul li a p {
    font-size: 15px;
  } 
  /***Patient-info Page***/
  .patient_info_contentsingle ul li a p {
    font-size: 20px;
  }
  .patient_info_contentsingle ul li a:before {
    top: 40px;
  }
  .patientinfo_bottom_secondsingle_inner p {
    font-size: 16px;
    line-height: 24px;
  }  
  .patientinfo_bottom_secondsingle_inner h3 {
    font-size: 28px;
    line-height: 32px;
  }  
  .conditions_fourth_hle .container {
      padding: 0em 0em;
  }
   /***Service-detail***/
   .servicedetail_first_hle {
    padding-right: 15px;
  }
  .treatmentdetail_second_hle {
      padding-right: 15px;
  }
  .treatmentdetail_second_blck:before {
    height: 100%;
  }  
  .service_detail_bottom_right_main button.slick-next.slick-arrow {
    right: -30px;
    width: 25px;
    height: 145px;
  }
  .service_detail_bottom_right_main button.slick-next.slick-arrow:before {
    width: 10px;
    height: 110px;
    top: 20px;
  }
  ul.megamenu li {
      margin: 0px 5px!important;
  } 
  /***Treatment Page***/
  .treatmentcoraonary_wrapper:after {
    width: 100%;
    height: 100%;
  }
  .treatmentvacular_image img {
    height: 600px;
  }
  .teatmentimplantable_image:before {
    height: 138px;
  }      
  .teatmentimplantable_section:after {
    height: 940px;
  }
  .treatmentpacemaker_image_section {
    margin-bottom: 1em;
  }

}

@media only screen and (max-width:1200px) {
  /***********************************Homepage****************************************************/
  .header-nav nav>ul>li>a {
      padding: 5px 8px;
      font-size: 15px;
  }
  .banner_single_content h1, .banner_single_content h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .banner_single_content p {
    font-size: 18px;
    line-height: 28px;
  }    
  .vasculartreatment_importa {
    width: 24%;
  }
  .aboutus_range_section {
    width: 52%;
  }
  .vasculartreatment_counter {
      width: 102px;
  }
  .vasculartreatment_counter h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .vasculartreatment_counter p {
    font-size: 12px;
  }
  .vascularspecialits_image_inner img {
    width: 395px;
    height: 395px;
  }
  .vascularspecialits_image {
      /* margin-left: 2em; */
      margin-right: 2em;
      margin-top: 0;
  }
  a.book.phnum {
      width: 200px;
  }
  .vascularspecialits_wrapper {
    padding: 2em 0em 2em;
  }
  .servicehme_image_icon {
    top: 45px;
    right: -50px;
  }
  .servicehme_image_icon.secondi {
    bottom: 10px;
    left: 15px;
  }
  .servicehme_image_iconheart.heart2 {
    bottom: 70px;
    right: 20px;
  }
  .servicehme_image_iconheart {
    top: 85px;
    left: 20px;
  }
  .servicehme_wrapper:after {
    content: unset;
  }
  .doctor_detail_image {
    margin-bottom: 1em;
  }
  .doctor_detail_image_inner {
    height: 570px;
  }
  .doctor_detail_image_inner img {
    height: 500px;
  }
  .doctor_detail_hle h3 {
    margin-top: 1em;
  }
  .review_hme_right button.slick-prev.slick-arrow {
      left: -220px;
  }
  .review_hme_right button.slick-next.slick-arrow {
      left: -195px;
  }
  .review_hme_left h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .review_hme_left {
      padding-left: 1em;
  }  
  .bloghme_right_content h3 {
    line-height: 28px;
    font-size: 19px;
    margin: 0; 
  }
  .bloghme_right_content p {
    font-size: 15px;
    line-height: 22px;
  }
  .bloghme_left_content p {
    font-size: 18px;
    line-height: 28px;
  }
  .footer_aboutdetail {
    margin-right: 4em;
  }  
  .footer_link.contactdet ul li a p {
    font-size: 18px;
    line-height: 30px;  
  }
  .bloghme_left_content p {
      font-size: 17px;
      line-height: 28px;
  }
  
      /************************** faq-page **************************/

    .faqpage_title {

        width: 95%;

    }

    .faqpage_section .content p {

        font-size: 15px;

        line-height: 22px;

        margin: 5px 0;

    }

    .faqpage_section .set > a{

        padding: 15px 15px;

        font-size: 18px;

    }

    .faqpage_bottom_para{

        width: 75%;

    }

    .faq_getstart{

        width: 25%;

    }

    .faqpage_bottom{

        padding: 15px 0;

    }
  /************************************Aboutus Page*****************************************/
  .aboutfirst_title_inner h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .aboutfirst_title h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .aboutfirst_content p {
    font-size: 16px;
    line-height: 30px;
  }
  .aboutfirst_content {
      padding-left: 1em;
  }      
  .aboutsecond_images {
    margin-bottom: 2em;
  }
  .aboutus_third_wrapper {
    padding: 2em 0em;
  }
  .aboutus_third_hle h3 {
    font-size: 36px;
    line-height: 42px;
  }    
  .aboutus_third_hle p {
    font-size: 17px;
    line-height: 30px;
  }
  .aboutus_newfol:after {
    content: unset;
  }  
  .aboutus_fourth_wrapper {
    padding: 2em 0em 2em;
  }
  .aboutus_fourth_hle h3 {
    font-size: 36px;
    line-height: 42px;  
    margin-top: 0em;
  }
  .aboutus_fourth_hle p {
    font-size: 17px;
    line-height: 28px;
  }   
  .aboutus_fourth_image {
    margin-left: 3em;
  }
  .aboutus_fourth_image:after {
    content: unset;
  }
  .aboutus_third_wrapper {
      padding: 1em 0em;
  }
  .aboutus_fourth_wrapper {
      padding: 1em 0em 1em;
  }
  .review_hme_rightsingle_second p {
    font-size: 16px;
  }
  .aboutus_third_image_inner img {
      height: 500px;
  }   
  .blogown_firstownrightcontent p {
      font-size: 13px;
      line-height: 18px;
  }
  .header_innerpages_wrapper .header_firstportal a {
    font-size: 22px;
    width: 180px;
  }
  .header_firstnumber a {
    width: 170px;
  }
  /***Blog-detail Page***/
  .blogdetail_image_inner img {
    height: 350px;
  }
  .blogdetail_image_inner {
    height: 420px;
  }
  .recent_blog_hle h4 {
    font-size: 32px;
    line-height: 36px;
  }
  span.daterecenpost {
    right: 10px;
    font-size: 14px;
    line-height: 24px;
    padding: 2px;
  }  
  .recent_blog_content {
    padding-left: 0.5em;
  }
  .recent_blog_content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .recent_blog_content p {
    font-size: 13px;
    line-height: 18px;
  }
  a.recentblog_link {
    font-size: 15px;
  }  
  /***Conditions Page***/  
  .conditions_first_hle h1 {
    font-size: 32px;
    line-height: 36px;  
  }
  .conditions_first_hle p {
    font-size: 16px;
    line-height: 28px;
  }
  .conditions_second_hle {
    height: 15vw;
  }
  .conditions_second_right p {
    font-size: 16px;
    line-height: 24px;
  }  
  .conditions_second_left p {
    font-size: 16px; 
  }    
  .conditions_first_blck {
    padding: 2em 0em;
  }
  .conditions_secondblck_wrap {
    padding: 2em 0em;
  }
  .conditions_secondblck_image_inner img {
      height: 500px;
  }
  .conditions_secondblck_image:before {
    width: 170px;
    height: 170px;
  }
  .conditions_secondblck_image {
    margin-bottom: 1em;
  }
  .conditions_secondblck_wrap:after {
    content: unset;
  }
  .conditions_secondblck_hle {
      padding: 0em 0em;
  }
  .conditions_third_title h4 {
    font-size: 36px;
    line-height: 42px;
  }
  .conditions_third_title {
    height: 140px;
  }  
  .conditions_third_content ul li a {
      font-size: 16px;
  }
  .conditions_fourth_image_inner img {
    height: 450px;
  }
  .conditions_fourth_hle h3 {
      margin-top: 0em;
      font-size: 32px;
      line-height: 36px;
  }
  .conditions_fourth_hle p {
      font-size: 17px;
      line-height: 32px;
  }
  .conditions_fourth_hle {
      margin-bottom: 1em;
  }
  .conditions_fifth_wrap {
    margin-top: 0; 
  }
  .conditions_fifth_wrap .container {
      padding: 2em 0em 2em 0em;
  }  
  /***Contactus Page***/
  .contactsection_right_sec h4 {
    font-size: 32px;
    line-height: 36px;
  }
  .contactsection_left h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .contactsection_left ul li div h3 {
    font-size: 24px;
  }      
  .contactsection_left ul li div p {
    font-size: 17px;
    line-height: 30px;
  }
  .contactsection_first_socialinner span {
    font-size: 24px;
    line-height: 30px;
  }   
  .contactsection_left ul li div {
    width: 80%;
  }
  /***career page***/
    .careersection_right_sec h4 {
    font-size: 32px;
    line-height: 36px;
  }
  /***locations page***/
  .locations_single_content ul li a p {
    max-width: 80%;
    font-size: 14px;
  } 
  .locations_hle {
    padding: 3em 0em;
  }
  .locations_single_content {
    padding: 1em 0em;
    padding-left: 1em;
  }  
  /***Patient info page***/
  .patient_info_firstleft h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .patient_info_firstleft p {
    font-size: 16px;
    line-height: 30px;
  }     
  .patient_info_contentsingle ul li a p {
      font-size: 18px;
      padding-left: 15px;
      line-height: 28px;
  }
  .patientinfo_bottom_firstblck {
      margin-bottom: 1em;
  }
  .patientinfo_bottom_secondsingle_inner h3 {
    font-size: 26px;
  }
  .patientinfo_bottom_secondsingle_inner p {
      font-size: 15px;
      line-height: 24px;
  }  
  .providersown_single_content h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .providersown_single_content {
      padding-left: 1em;
  }
  .providersown_single_content p {
    font-size: 14px;
  }  
    /***Servicedetail***/
    .servicedetail_first_image_inner img {
      height: 450px;
    }
    .servicedetail_first_image {
      padding: 4em 2em 2em 3em;
    }
    .servicedetail_first_hle h1 {
      font-size: 36px; 
      line-height: 42px;
    }
    .servicedetail_first_hle p {
      font-size: 17px;
      line-height: 30px;
    }
    .servicedetail_first_hle ul li {
      font-size: 17px;
      line-height: 30px;
    }
    .treatmentdetail_second_hle {
      padding-left: 15px;
    }    
    .treatmentdetail_second_image_inner img {
      height: 450px;
    }
    .treatmentdetail_second_hle h3 {
      font-size: 32px;
      line-height: 36px;
    }
    .treatmentdetail_second_hle h3 {
      font-size: 32px;
      line-height: 36px;
    }
    .treatmentdetail_third_hle {
      padding-left: 15px;
    }    
    .treatmentdetail_third_image_inner img {
      height: 500px;
    }
    .treatmentdetail_third_hle h3 {
      font-size: 36px;
      line-height: 42px;
    }
    .treatmentdetail_third_hle:before, .treatmentdetail_third_hle:after {
      content: unset;
    }  
    .service_detail_bottom_right:before {
      height: 410px;
      width: 210px;
    }
    .service_detail_bottom_right_main ul li a {
      font-size: 18px;
      line-height: 32px;
    }
    .treatmentpage_slider_part.servicedet_treat .treatmentpage_slider_box {
        padding: 0 15px 25px;
    }
    .service_detail_bottom_left_title h3 {
      font-size: 36px;
      line-height: 42px;
    }
    .service_detail_bottom_right_title h3 {
      font-size: 36px;
      line-height: 42px;
    }
    .servicehme_image_inner img {
      height: 395px;
    }  
    ul.megamenu li {
        margin: 0px 4px!important;
    }
    /***Treatment Page***/
    .treatmentvacular_image_section {
        margin-right: 3em;
        margin-bottom: 2em;
    }  
    .treatmentvacular_image img {
        height: 500px;
    }      
    .treatmentvacular_wrapper {
      margin: 2em 0 2em;
    }
    .treatmentcoraonary_image {
      margin-bottom: 1em;
    }
    .treatmentcoraonary_section h3 {
      font-size: 36px;
      line-height: 42px;
    } 
    .teatmentimplantable_wrapper {
      margin: 2em 0 2em;
      padding: 2em 0;
    }   
    .teatmentimplantable_image {
        float: left;
        width: 100%;
    } 
    .teatmentimplantable_image a {
        max-width: 80%;
        margin: 0 auto;
        display: flex;
    } 
    .teatmentimplantable_image a img {
      height: 500px;
      object-fit: cover;
      width: 100%;
      margin: 0 auto;
    }
    .teatmentimplantable_content {
        padding: 0em 1em 2em;
        position: relative;
        z-index: 1;
        float: left;
        width: 100%;
    } 
    .teatmentimplantable_section:after {
      content: unset;
    }
    .teatmentimplantable_content h2 {
      font-size: 36px;
      line-height: 42px;
    }
    .teatmentimplantable_image:before {
      content: unset;
    }  
    .teatmentimplantable_section::before {
      height: 100%;
      width: 100%;
      right: 0;
    }
    .treatmentpacemaker_image_section {
      margin-right: 2em;
    }
    .risk-success-wrapper p {
      font-size: 17px;
    }



} 

@media only screen and (max-width:992px) {

	/***********************************Homepage****************************************************/
   /***Mobile Menu Open***/	
	.mobile-header {
		display: block
	}
	.mob_navi.menu {
		display: block
	}
	.mobile-header {
		display: block;
		float: left;
		width: 100%
	}
	.mobile-header button.navbar-toggle {
		color: #fff;
    float: left;
    display: block;
    margin-left: 5px;
    position: absolute;
    top: 0em;
    right: 0;
    z-index: 999;
    background-color: #810000;
    display: block;
    border: 1px solid #810000;
    margin-right: 5px;
	}
	.mobile-logo {
    width: 80%;
    text-align: center;
    margin-bottom: 1em;
    padding: 5px 15px;
    margin: 0 auto;
    margin-bottom: 15px;
	}
  .mobile-header .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.mob_navi {
		position: fixed;
		top: 0;
		z-index: 9;
	    width: 350px;
		height: 100%;
		padding-top: 10px;
		overflow-x: hidden;
		overflow-y: hidden;
		transform: translate(-100%, 0px);
		transition: .5s;
		z-index: 999999;
		background-color: #fff;
	}
	.mob_navi.menu_open {
		transform: translate(0%, 0px)
	}
	.mob_sub_navigate span {
		width: 50%;
		padding-left: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		cursor: pointer;
		opacity: 0;
		transition: .5s
	}
	.glyphicon {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: "Glyphicons Halflings";
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
	.mob_sub_navigate i {
		width: 48%;
		padding-right: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		text-align: right;
		cursor: pointer;
		color: #000;
		float: right
	}
	#mob_menu {
		margin: 0;
		padding: 0;
    background-color: #fff;
		float: left;
		width: 100%;
    position: relative;
	}
  .mob_navi.menu.menu_open.submenu_open1 span {
      opacity: 1;
  }
	#mob_menu li {
		list-style-type: none;
    border-bottom: 1px solid #efefef;
	}
	#mob_menu li a {
		text-decoration: none;
		color: #000;
		display: block;
		padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
	}
	#mob_menu li a:hover {
    color: #b73e18;
		transition: .5s
	}
	.mob_navi.submenu_open {
		overflow-y: hidden
	}
	.mob_sub_navigate span {
		width: 50%;
		padding-left: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		cursor: pointer;
		opacity: 0;
		transition: .5s;
		color: #000;
	}
	.mob_navi.submenu_open .mob_sub_navigate span {
		opacity: 1
	}
	.mob_sub_menu {
		position: absolute;
		z-index: 9999;
		width: 100%;
		top: 0;
		left: 0;
		transform: translate(100%, 0px);
		transition: .5s;
		padding-bottom: 15px;
		padding-left: 0;
		background-color: #a91f24;
	}
	.mob_sub_link span {
		font-size: 16px;
		display: inline-block;
		width: 10px;
		text-align: center;
		right: 10px;
		line-height: 10px;
		cursor: pointer;
		float: right;
		margin-right: 5px;
    color: #b73e18;
		position: relative;
		top: -27px
	}
  ul.mob_sub_menu {
      background-color: #fff;
  }
	.mobile.header {
		background-color: #222;
		color: #fff;
		padding: 10px;
		padding-left: 15px;
		float: left;
		width: 100%
	}
	.submenu_open #mob_menu {
		transform: translate(-100%, 0px);
		transition: .5s
	}
	ul.mob_sub_menu.submenu_open {
		transform: translate(0%, 0px);
		transition: .5s;
		height: 100%
	}
	.mobile.header {
		display: block
	}
	.mob_navi.menu {
		display: block
	}
	.mobile.mobile-one {
		display: block
	}
	.header {
		display:none;	
	}		
	.columbus.banner {
		z-index:9;
	}
	.header-logo-mob {
		display: block;
	}
	.header-logo-mob {
		display: block;
		position: absolute;
		z-index: 999;
		width: 30%;
		padding: 20px 0px 0px 15px;
	}
	.mobile-header {
	  	display: block;
      position: absolute;
      right: 5px;
      top: 1em;
      z-index: 99999;
  }
  .mobile-top-head {
		display: block;
	} 
  .mob_sub_menu li {
      letter-spacing: 0px;
  }
	/****Mobilemenu end**/
  /************************************************Homepage*****************************************/
  .header_firstlogo {
      float: left;
      width: 40%;
  }
  .header_firstportal {
    float: left;
    width: 40%;
  }  
  .header_secondblck {
      display: none;
  }
  .banner_single_image img {
    height: 500px;
  }
  .header_firstlogo_inner img {
      height: 45px;
  }
  .header_firstportal a {
    font-size: 22px;
    line-height: 28px;  
    padding: 6px 0px;
  } 
  
  .header_firstblck .header_firstnumber.padbutton {
   display: none;
    }
    
  .banner_single_content {
    bottom: 100px;
  }
  .banner_single_content h1, .banner_single_content h2 {
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 15px;
  }
  .banner_single_content p {
      font-size: 16px;
      line-height: 24px;
  }
  .cardiofirstblck {
    margin-top: -3em;
  }
  .vasculartreatment_imageinner img {
    height: 400px;
  }
  
    .padtest_imageinner img {
    height: 600px;
  }
  
  .padtest_imageinner:before {
    height: 600px;
  }
  
  .padtest_description {
      width:60%;
      padding-right:125px;
}
  .vasculartreatment_imageicon {
      right: 55px;
      bottom: 120px;
  }
  .vasculartreatment_counter {
      width: 93px;
      height: 110px;
      padding: 2em 1em;
  }
  .vasculartreatment_counter h4 {
      font-size: 20px;
      line-height: 32px;
  }
  .vasculartreatment_counter p {
      font-size: 11px;
  }
  .vasculartreatment_importa {
      width: 47%;
  }
  .aboutus_range_section {
      width: 100%;
      float: left;
  }
  .vascularspecialits_hle h3 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  .vascularspecialits_hle p {
    font-size: 17px;
    line-height: 28px;
  }
  .book {
    font-size: 15px;
    line-height: 24px;
    width: 180px;
  } 
  a.book.phnum {
      width: 175px;
      font-size: 18px;
  }    
  .vascularspecialits_image_inner img {
      width: 300px;
      height: 300px;
  }
  .vascularspecialits_link {
    margin-right: 15px;
  }
  .vascularspecialits_wrapper:before {
    height: 90%;
  }
  .vascularspecialits_image {
    margin-top: 1em;
  }
  .servicehme_image_icon {
      top: 45px;
      right: -50px;
      width: 125px;
  }
  .servicehme_image_icon span img {
      height: 25px;
  }
  .servicehme_image_iconheart img {
      height: 50px;
  }
  .servicehme_image_iconheart {
      top: 65px;
      left: 15px;
  } 
  .servicehme_image_iconheart.heart2 {
      bottom: 50px;
      right: 15px;
  }
  .servicehme_image {
    margin-bottom: 1em;
  }
  .servicehme_single h3 {
    font-size: 36px;
    line-height: 42px;
  }
  
  .servicehme_image_icon h3 {
      font-size: 20px;
    line-height: 24px;
  }
  .servicehme_single p {
    font-size: 16px;
    line-height: 28px;
  }
  a.doctor_link {
    font-size: 18px;
  }    
  .second_servicehme_image_one img {
    height: 300px;
  }  
  .doctor_detail_image_inner {
      padding-top: 2.5em;
      height: 450px;
  }
  .doctor_detail_image_inner img {
      height: 406px;
  }
  .doctor_detail_hle h3 {
      margin-top: 0em;
      font-size: 36px;
      line-height: 42px;
  }
  .doctor_detail_hle p {
    font-size: 16px;
    line-height: 28px;
  }  
  .review_hme_title h3 {
    font-size: 36px;
    line-height: 42px;  
  }
  .review_hme_sec {
    padding: 1em 0em;
  }    
  .review_hme_right button.slick-prev.slick-arrow {
      left: -170px;
  }
  .review_hme_right button.slick-next.slick-arrow {
      left: -150px;
  }
  .review_hme_rightsingle_first div h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .review_hme_rightsingle_first div p {
    font-size: 12px;
    line-height: 24px;
  }    
  .review_hme_rightsingle_second p {
    font-size: 14px;
    line-height: 24px;
  }
  .review_hme_rightsingle_second a {
    font-size: 16px;
    line-height: 30px;
  }
  .review_hme_left {
      padding-left: 2em;
  }  
  .review_hme_left h3 {
      font-size: 30px;
      line-height: 36px;
  }  
  .review_hme_right {
    padding: 3em 0em;
  }  
  .bloghme_title h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .bloghme_title h2 {
    font-size: 36px;
    line-height: 42px;
  }    
  .bloghme_left_content h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .bloghme_left_content p {
      font-size: 16px;
      line-height: 24px;
  }  
  .bloghme_right_content h3 {
    line-height: 28px;
    font-size: 16px;
  }
  .bloghme_right_content p {
      font-size: 14px;
      line-height: 20px;
  }  
  .bloghme_right_content a {
    font-size: 14px;
    line-height: 28px;
  }  
  .footer_first_blck {
    padding: 2em 0em;
  }
  .footer_links {
      float: left;
      width: 50%;
  }
  .footer_link.contactdet {
      float: right;
      width: 50%;
  }
  .footer_aboutdetail {
    float: left;
    width: 100%;
    margin-bottom: 2em;
    margin-right: 0em;
  }
  .footer_links ul li a {
    font-size: 16px;
    line-height: 36px;
  }

    /************************ faq-page **************************/

    .faqpage_section .set{

        margin-bottom: 10px;

        padding: 0;

    }

    .faqpage_section .content{

        margin-bottom: 10px;

    }

    .faqpage_bottom_para {

        width: 70%;

    }

    .faq_getstart {

        width: 30%;

    }

    .faqpage_bottom_wrapper h4{

        margin: 10px 0 10px;

    }  
  
  /****Aboutuspage****/
  .aboutfirst_title_inner {
    padding: 1em;
  }
  .aboutfirst_title_inner h1 {
      font-size: 32px;
      line-height: 36px;
  }
  .aboutfirst_title h4 {
      font-size: 20px;
      line-height: 30px;
  }
  .aboutfirst_content p {
      font-size: 15px;
      line-height: 28px;
  }
  .aboutsecond_images_two {
    display: none;
  } 
  .aboutsecond_images_one {
    width: auto;
  }
  .aboutsecond_hle p {
    font-size: 16px;
  }  
  .aboutsecond_hle ul li {
    font-size: 16px;
  }  
  .aboutus_third_image_inner img {
      height: 400px;
  }
  .aboutus_third_hle h3 {
      font-size: 32px;
      line-height: 36px;
  }
  .aboutus_third_hle p {
    font-size: 16px;
  }
  .aboutus_fourth_hle h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .aboutus_fourth_hle p {
      font-size: 16px;
      line-height: 28px;
  }    
  .aboutus_fourth_image_inner img {
    height: 375px;
  }  
  /***Blog Page***/
  .blogown_firstownrightcontent h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .blogown_secondown .blogown_firstownsingle {
      float: left;
      width: 50%;
      margin-bottom: 1em;
  }
  .header_innerpages_wrapper .header_firstlogo_inner img {
      height: auto;
  }
  .header_innerpages_wrapper .header_firstnumber {
    width: 45%;
  }
  .header_innerpages_wrapper .header_firstportal {
      display: none;
  }
  .header_firstright {
      padding-left: 1em;
  }
  .banner_innerpage_image img {
    height: 400px;
  }
  .banner_innerpage_content div {
    font-size: 40px;
    line-height: 45px;
  }
  .banner_innerpage_content div h1 {
    font-size: 40px;
    line-height: 45px;
  }
  /***Blog-detail page***/
  .blogdetail_wrapper {
    padding: 1em 0em;
  }
  .blogdetail_inner h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .blogdetail_image {
    padding: 2em 2em 2em 0em;
  }    
  .blogdetail_image_inner {
      height: 350px;
  } 
  .blogdetail_image_inner img {
      height: 300px;
  } 
  .blogdetail_inner h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .recent_blog_hle h4 {
      font-size: 28px;
      line-height: 32px;
  }
  .recent_blog_content h3 {
    font-size: 15px;
    line-height: 22px;
  }
  .recent_blog_content p {
      font-size: 11px;
      line-height: 18px;
  }  
  a.recentblog_link {
      font-size: 14px;
  }  
  span.daterecenpost {
    width: 110px;
    font-size: 13px;
  }  
  .conditions_second_hle {
    height: 200px;
  }
  .conditions_first_image {
    margin-right: 2em;
  }
  .conditions_secondblck_wrap {
      padding: 1em 0em;
  }     
  .conditions_secondblck_hle h4 {
      font-size: 30px;
      line-height: 36px;
  }
  .conditions_secondblck_hle p {
      font-size: 16px;
      line-height: 29px;
  } 
  .conditions_third_title {
      height: 120px;
      width: 95%;
  }
  .conditions_third_title h4 {
      font-size: 32px;
      line-height: 36px;
  } 
  .conditions_third_hle {
    background-image:unset;
    background-color: #feeeee;
  }
  .conditions_third_title h4 {
      font-size: 32px;
      line-height: 36px;
  }
  .conditions_third_content {
    padding-right: 2em;
  }
  .conditions_fourth_image_inner img {
      height: 400px;
  }
  .conditions_fourth_hle p {
      font-size: 16px;
      line-height: 28px;
  }
  .conditions_fifth_single {
      padding: 0em 1em;
  } 
  .conditions_fifth_single h3 {
      font-size: 20px;
      line-height: 32px;
  }
  .conditions_fifth_single p {
      font-size: 15px;
      line-height: 24px;
  } 
  .conditions_fifth_single:nth-child(2n+1) {
      clear: both;
  }
  /***Contactpage***/
  .contactsection_first_socialinner span {
    margin-bottom: 0.5em;
  }
  .contactsection_left h1 {
      font-size: 28px;
      line-height: 32px;
  }
  .contactsection  {
    padding: 3em 0em 0em;
  }
  .contactsection_left ul li div h3 {
      font-size: 20px;
  }
  .contactsection_left ul li div p {
      font-size: 16px;
      line-height: 28px;
  }
  .contactsection_right_sec h4 {
      font-size: 28px;
      line-height: 32px;
  }
  .form-group input.form-control {
    height: 50px;
    font-size: 15px;
    line-height: 24px;
  }
  .contactsubmit_btn button {
    font-size: 18px;
  }
  /***Career Page***/  
  .careersection_right_sec h4 {
      font-size: 28px;
      line-height: 32px;
  }

  .careersubmit_btn button {
    font-size: 18px;
  }  
  /***Locations Page***/
  .locations_single_image {
      float: left;
      width: 100%;
  }   
  .locations_single_image_inner img {
    height: 250px;
  }   
  .locations_single_content {
      padding: 1em 0em;
      padding-left: 1em;
      float: left;
      width: 100%;
  }
  .locations_single_content ul li a p {
      max-width: 100%;
      font-size: 16px;
  }
  /***Patient-info Page***/
  .patient_info_firstleft {
      float: left;
      width: 100%;
      margin-bottom: 1em;
  }
  .patient_info_image_inner img {
    height: 350px;
  }
  .patient_info_content {
      float: left;
      width: 100%;
  }
  .patient_info_contentsingle {
      max-width: 60%;
      margin: 0 auto;
      float: none;
  }
  .patient_info_contentsingle ul li a {
    height: 95px;
  }
  .patient_info_contentsingle ul {
    padding: 0;
  } 
  .patientinfo_bottom_title h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .patientinfo_bottom_content p {
    font-size: 15px;
    line-height: 24px;
  }
  .providersown_single_image {
      float: left;
      width: 100%;
      margin-bottom: 15px;
  }   
  .providersown_single_content {
      padding-left: 0em;
      float: left;
      width: 100%;
  }
  .providersown_single_inner:before {
    content: unset;
  }
  .providersown_single {
    padding: 0em 0.5em;
  }
  .providersown_single_inner {
    padding: 1em;
  }  
  .providers_wrapper {
    padding: 1em 0em;
    margin: 1em 0em;
  }
  .header_wrapper.fixed .header_firstlogo img {
      height: 45px;
  }
  .header_wrapper.fixed .header_firstportal a {
      font-size: 22px;
      line-height: 28px;
      padding: 6px 0px;
  }
  .mobile-header.fixed {
      position: fixed;
      top: 0.5em;
  }
  .header_innerpages_wrapper.fixed .header_firstlogo_inner img {
      height: auto;
  }
  .header_innerpages_wrapper.fixed .mobile-header.fixed {
      position: fixed;
      top: 0.5em;
  }
   /***Career***/ 
   .careersection  {
    padding: 3em 0em 0em;
  } 
  /***Service-detail***/
  .servicedetail_first_image {
    padding: 3em 1em 2em 2em;
}
.servicedetail_first_image_inner img {
    height: 300px;
}
.servicedetail_first_hle h1 {
    font-size: 32px;
    line-height: 42px;
}
.servicedetail_first_hle p {
    font-size: 16px;
    line-height: 28px;
}
.servicedetail_first_hle ul li {
  font-size: 16px;
  line-height: 28px;
}
.treatmentdetail_second_image {
    margin-right: 2em;
    margin-left: 10px;
    padding: 1em 1em;
    position: relative;
    z-index: 9;
    margin-bottom: 1em;
}
.treatmentdetail_second_image_inner img {
    height: 350px;
}
.treatmentdetail_second_image:before {
  left: 17px;
}
.treatmentdetail_second_image:before {
  content: unset;
}
.treatmentdetail_second_image:after {
  content: unset;
}
.service_detail_bottom {
    float: left;
    width: 100%;
}
.service_detail_bottom_hle {
    max-width: 80%;
    margin: 0 auto;
    float: none;
}
.service_detail_bottom_left {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.service_detail_bottom_right {
    padding-left: 0em;
    position: relative;
    float: left;
    width: 100%;
}
.service_detail_bottom_right:before {
  content: unset;
} 
.service_detail_bottom_right_main {
  padding: 3em 2em 3em 2em;
}
.service_detail_bottom_left_inner .treatmentpage_slider_image img {
    height: 19vw;
}
.treatmentdetail_third_image {
  margin-left: 3em;
} 
.treatmentdetail_third_image_inner img {
    height: 400px;
}
.treatmentdetail_third_hle p {
  font-size: 17px;
  line-height: 30px;
}  
.servicehme_image_inner img {
  height: 350px;
}  
/***Treatments Page***/
.treatmentvacular_image img {
  height: 400px;
}  
.treatmentvacular_section h1 {
  font-size: 36px;
  line-height: 42px;
}
.treatmentcoraonary_image {
    float: right;
    margin-left: 1em;
    margin-top: 1em;
    position: relative;
    z-index: 1;
}
.treatmentcoraonary_image img {
  height: 400px;
}
.teatmentimplantable_wrapper {
  margin: 1em 0 1em;
  padding: 1em 0;
}
.teatmentimplantable_image a img {
  height: 400px;
}
.treatmentpacemaker_section p {
  font-size: 16px;
  line-height: 30px;
}
.treatmentpacemaker_section h3 {
  font-size: 36px;
  line-height: 42px;
}
.treatmentpacemaker_image img {
  height: 400px;
}
.treatmentvacular_section p {
  font-size: 17px;
  line-height: 30px;
}
.radialProgressBar {
  width: 250px;
  height: 250px;
  padding: 10px;
}    
.radialProgressBar .overlay {
  width: 225px;
  height: 225px;
}
.pad_screening_left h5 {
  font-size: 42px;
  line-height: 45px;
}
.pad_screening_left p {
  font-size: 28px;
  line-height: 30px;
}    
.pad_screen {
  padding: 1em;
}
.pad_screen_qa {
  font-size: 16px;
}   
.Pad_screen_btn a {
  font-size: 22px;
  line-height: 26px;    
}
.risk-success p {
  font-size: 16px;
  line-height: 24px;
}







}   


@media only screen and (max-width:767px) {
	
	/**********************************Homepage****************************************************/
  .header_firstlogo {
      float: left;
      width: 40%;
  }  
  .header_firstportal {
      float: left;
      width: 60%;
      padding-left: 2em;
  }
  .header_firstportal a {
      font-size: 18px;
      line-height: 24px;
      padding: 6px 0px;
      width: 180px;
      float: left;
  } 
  .mobile-header {
    top: 0.5em;
  }
  .banner_single_image img {
      height: 350px;
  }
  .header_wrapper {
    position: relative;
  }
  .banner_single_content {
    position: relative;
    background-color: #810000;
    bottom: 0;
    padding: 15px;
  }
  .banner_single_content h1, .banner_single_content h2 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 15px;
  }
  .banner_single_content p {
      font-size: 15px;
      line-height: 24px;
  }
  .cardiofirstblck {
      margin-top: 0;
  }
  .cardiofirstblck {
      float: left;
      width: 100%;
      margin-top: 0em;
      margin-bottom: 1em;
      padding: 2em 0em;
  } 
  .vasculartreatment_image {
      float: right;
      margin-left: 0em;
      margin-bottom: 2em;
      width: 100%;
  }
  .vasculartreatment_imageinner {
    max-width: 350px;
  }
  
    .vasculartreatment_imageinner {
    max-width: unset;
  }
  
  .padtest_hle .container {
      display:flex;
      flex-direction:column;
          align-items: center;
    justify-content: center;
  }
  
  .padtest_wrapper {
    margin-bottom: unset;
}
  
    .padtest_image {
      float: right;
      margin-left: 0em;
      margin-bottom: 4em;
      width: 90%;
      position:unset;
      display: flex;
    align-items: center;
    justify-content: center;
    order:1;
  }
  .padtest_imageinner {
    width: 100%;
  }
  
  .padtest_imageinner img {
    height: 300px;
}

.padtest_description .padbutton {
    float:left;
    text-align:unset;
}

  .padtest_imageinner:before {
    height: 300px;
}
  
  .padtest_description {
    width: 100%;
    padding-right: 10px;
    padding-left:10px;
    padding-top:20px;
    box-shadow:unset;
    order:2;
}
  
  .vasculartreatment_imageicon {
      right: 100px;
      bottom: 85px;
  }
  .vasculartreatment_counter {
      width: 115px;
      height: 110px;
      padding: 2em 1em;
  }
  .vasculartreatment_hle h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .vasculartreatment_hle p {
    font-size: 16px;
    line-height: 28px;
  } 
  
.padtest_hle h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .padtest_hle p {
    font-size: 16px;
    line-height: 28px;
  } 
  .vasculartreatment_importa {
      width: 45%;
  }
  .aboutusservices_range_box h6 {
    font-size: 19px;
  }
  .aboutusservices_range_box span {
    font-size: 17px;
  }  
  .vascularspecialits_wrapper {
      padding: 1em 0em 1em;
  }
  .vascularspecialits_wrapper:before {
      height: 100%;
  }  
  .vascularspecialits_image {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    margin-left: 0em;
    margin-right: 0em;
  }  
  .vascularspecialits_link {
      margin-right: 25px;
  }
  .servicehme_image_icon h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .servicehme_image_icon p {
    font-size: 11px;
  }  
  .servicehme_image {
      margin-right: 0em;
      margin-bottom: 3em;
      float: left;
      width: 100%;
  }
  .servicehme_image_icon {
    right: 0;
  }
  .servicehme_image_icon.secondi {
    left: 0;
  }
  .servicehme_single h3 {
      font-size: 32px;
      line-height: 36px;
  }
  .servicehme_image_icon h3 {
      font-size: 14px;
      line-height: 24px;
  }
  .second_servicehme_image {
      float: right;
      margin-left: 0em;
      margin-bottom: 1em;
  }
  .second_servicehme_image_one {
      float: left;
      width: 100%;
      margin-bottom: 1em;
  }
  .second_servicehme_image_one img {
      height: 200px;
  }
  .second_servicehme_image_one:after {
    content: unset;
  }
  .second_servicehme_image_one:nth-child(2)::before {
    content: unset; 
  }
  .second_servicehme_image_one:nth-child(2) {
    margin-top: 0;
  }
  .doctor_detail_image {
      margin-right: 0em;
  }
  .doctor_detail_hle h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .review_hme_title h3 {
      font-size: 32px;
      line-height: 36px;
  }
  .review_hme_left {
    display: none;
  }
  .review_hme_sec {
      padding: 1em 1em;
  }
  .review_hme_rightsingle_inner {
    padding: 1.5em 1em;
  }
  .review_hme_rightsingle_first span.googlet {
    margin-right: 10px;
  }
  .review_hme_rightsingle_first div h3 {
      font-size: 18px;
      line-height: 28px;
  }
  .review_hme_rightsingle_first div p {
      font-size: 12px;
      line-height: 24px;
  }
  .review_hme_rightsingle_second a {
      font-size: 15px;
      line-height: 28px;
  }
  .bloghme_title h2 {
      font-size: 32px;
      line-height: 36px;
  } 
  .bloghme_right_sec {
      padding-left: 0em;
  }
  .bloghme_right_hle {
      margin-bottom: 1em;
      float: left;
      width: 100%;
  } 
  .bloghme_right_image {
      float: left;
      width: 40%;
  }
  .bloghme_right_content {
      padding-left: 1em;
      float: left;
      width: 60%;
  }
  .footer_aboutdetail_inner h2, .footer_links h4, .footer_link h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .footer_aboutdetail_inner p {
    font-size: 15px;
  }
  .footer_links {
      float: left;
      width: 100%;
      margin-bottom: 1em;
  }    
  .footer_link.contactdet {
      float: left;
      width: 100%;
  }
  .footer_second_blck {
    padding: 10px 0px;
  }
  .footer_second_left {
      float: left;
      width: 100%;
      margin-bottom: 15px;
  }
  .footer_second_left p {
    font-size: 15px;
    line-height: 24px;
  }  
  .footer_second_right {
      text-align: center;
      float: left;
      width: 100%;
  } 

    /*********************** faq-page ****************************/

    .faqpage_wrapper{

        float: left;

        width: 100%;

        margin: 1em 0 1em;

    }
    
    .careersection_first{

        float: left;

        width: 100%;

        margin: 1em 0 1em;

    }    

    .faqpage_bottom{

        float: left;

        width: 100%;

    }

    .faqpage_part {

        float: left;

        width: 100%;

    }

    .faqpage_title {

        width: 100%;

        padding: 0 ;

    }

    .faqpage_cover{

        float: left;

        width: 100%;

        margin: 1em 0 2em;

    }

    .faqpage_section{

        float: left;

        width: 100%;

    }

    .faqpage_image{

        float: left;

        width: 100%;

        margin-top: 1em;

    }

    .faqpage_image:after{

        content: unset;

    }

    .faqpage_image_section{

        padding: 0;

    }

    .faqpage_image_section img{

        height: auto;

    }

    .faqpage_title h1 {

        font-size: 30px;

    }

    .faqpage_bottom_para {

        width: 100%;

    }

    .faq_getstart {

        width: 100%;

        text-align: center;

        margin-top: 20px;

    }

    .faqpage_bottom_wrapper {

        display: block;

        float: left;

        width: 100%;

        margin: 0px 0 20px;

    }

    .faqpage_bottom{

        float: left;

        width: 100%;

    }  
  
  /***Aboutus Page***/
  .header_innerpages_wrapper .header_firstblck {
    padding: 0.5em 0em;
  }
  .header_innerpages_wrapper .header_firstlogo_inner img {
      height: 50px;
      text-align: center;
  }
  .header_innerpages_wrapper .header_firstlogo {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 0em;
  }     
  .header_firstright {
      padding-left: 0em;
      float: left;
      width: 100%;
  }
  .header_innerpages_wrapper .header_firstnumber {
      width: 45%;
      float: left;
      text-align: center;
  }
  .header_innerpages_wrapper .header_firstnumber.bookonline {
      float: right;
  }
  .banner_innerpage_image img {
      height: 350px;
  }
  .banner_innerpage_content div {
      font-size: 32px;
      line-height: 36px;
  } 
  .banner_innerpage_content div h1 {
      font-size: 32px;
      line-height: 36px;
  } 
  .aboutfirst_blck {
      padding: 1em 0em;
  }
  .aboutfirst_title {
      padding-right: 0em;
      float: left;
      width: 100%;
      margin-bottom: 1em;
  } 
  .aboutfirst_content {
      padding-left: 0em;
      float: left;
      width: 100%;
  } 
  .aboutsecond_hle {
    padding: 2em 0em;
  }
  .aboutsecond_images {
    float: right;
    margin-left: 2em;
    width: 50%;
    margin-bottom: 1em;
  }  
  .aboutsecond_images_oneinner img {
      height: 300px;
  }
  .aboutsecond_hle p {
      font-size: 15px;
      line-height: 30px;
  }
  .aboutsecond_hle ul li {
      font-size: 15px;
      line-height: 30px;
  }
  .aboutus_third_image {
      margin-right: 0em;
      float: right;
      width: 50%;
      margin-left: 1em;
  }
  .aboutus_third_image_inner img {
      height: 300px;
  }
  .aboutus_third_hle h3 {
      font-size: 28px;
      line-height: 32px;
  }
  .aboutus_fourth_image {
      margin-left: 1em;
      float: right;
      width: 60%;
      margin-bottom: 1em;
  }
  .aboutus_fourth_image_inner img {
      height: 250px;
  }
  .aboutus_fourth_hle h3 {
      font-size: 28px;
      line-height: 32px;
  }
  .mobile_newst {
      float: left;
      width: 100%;
      margin-bottom: 1em;
      padding: 0px 15px;
      display: block;
  }
  .header_firstnumber {
      padding-top: 0.8em;
      float: left;
      width: 50%;
  }
  .header_firstnumber a {
      width: 145px;
      font-size: 16px;
  }
  .header_firstright {
    display: none;
  }
  /***Blog Page***/
  .bloghme_main {
      float: left;
      width: 100%;
  }
  .blogown_firstownsingle {
      float: left;
      width: 50%;
      margin-bottom: 1em;
  }
  .blogown_firstownsingle_inner_image img {
    height: 250px;
  }
  .blogown_firstownsingle_inner_content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .blogown_firstownleft {
      float: left;
      width: 100%;
  }  
  .blogown_firstownright {
      padding-left: 0em;
      float: left;
      width: 100%;
  }  
  .blogown_firstownrightsingle {
      margin-bottom: 1em;
      float: left;
      width: 100%;
  }
  .blogown_firstownrightimage {
      float: left;
      width: 40%;
  }
  .blogown_firstownrightcontent {
      padding: 1em;
      background-color: #f5f5f5;
      float: right;
      width: 60%;
  }
  /***Blog-detail Page****/
  .sidebar_blogdetail {
      float: right;
      margin-left: 0em;
      width: 100%;
  }
  .blogdetail_image {
    width: 100%;
  }
  .recent_blog_single {
      margin-bottom: 1em;
      float: left;
      width: 100%;
  }
  .recent_blog_image {
      float: left;
      width: 50%;
  }
  .recent_blog_content {
      padding-left: 0.5em;
      float: left;
      width: 50%;
  }
  .recent_blog {
    width: 100%;
    float: right;
  }
  .recent_blog_hle {
      float: left;
      width: 100%;
  }
  /***Conditions Page***/
  .conditions_fourth_wrapper {
      float: left;
      width: 100%;
  }
  .conditions_first_image {
      margin-right: 1em;
      float: left;
      width: 50%;
      margin-bottom: 1em;
  }
  .conditions_first_image_inner img {
    height: 300px;
  }
  .conditions_first_hle h1:before {
    border-top: 5px solid #084d9d;
  }  
  .conditions_first_hle h1 {
      font-size: 28px;
      line-height: 32px;
  }
  .conditions_second_hle {
      height: auto;
  }
  .conditions_second_left {
    padding: 2em 1em;
  }
  .conditions_first_blck {
      padding: 1em 0em;
  }
  .conditions_secondblck_image {
      float: right;
      margin-left: 1em;
      position: relative;
      width: 50%;
  }
  .conditions_secondblck_image_inner img {
      height: 300px;
  }
  .conditions_secondblck_image:before {
    content: unset;
  }
  .conditions_third_title {
      height: 105px;
      width: 100%;
      padding-right: 35px;
      padding-top: 25px;
  }
  .conditions_third_title h4 {
      font-size: 28px;
      line-height: 32px;
  }
  .conditions_third_main {
      margin-top: -1em;
  }  
  .conditions_third_image {
    float: left;
    width: 100%;
  }
  .conditions_third_image_inner img {
    height: 300px;
  }
  .conditions_third_content {
      padding-right: 1em;
      float: left;
      width: 100%;
      padding-top: 1em;
  }
  .conditions_third_content ul {
    height: 400px;
  }
  .conditions_fourth_image {
      float: right;
      margin-left: 1em;
      width: 50%;
      margin-bottom: 1em;
  }
  .conditions_fourth_image_inner img {
      height: 300px;
  }
  .conditions_fourth_hle h3 {
      margin-top: 0em;
      font-size: 28px;
      line-height: 32px;
  }
  .conditions_fifth_single {
    float: left;
    width: 50%;
  }
  /***Contact page***/
  .contactsection {
      padding: 2em 0em 0em;
  }
  .contactsection_left {
      padding-right: 0em;
      float: left;
      width: 100%;
  } 
  .contactsection_left h1 {
      font-size: 24px;
      line-height: 30px;
  }
  .contactsection_left ul li div {
      width: 85%;
  }
  .contactsection_left ul li {
    margin-bottom: 0.5em;
  }
  .contactsection_right {
    width: 100%;
    margin-bottom: 2em;
    float: left;
  }
  
/***Career page***/
  .careersection {
      padding: 2em 0em 0em;
  }
    .careersection_right {
    width: 100%;
    margin-bottom: 2em;
    float: left;
  }
  /***Locations Page***/
  .contactpage_map .mapouter {
      height: 400px;
  }
  .contactpage_map .gmap_canvas {
      height: 400px;
  }
  .locations_main {
      float: left;
      width: 100%;
  }
  .locations_single {
      padding: 0em 0.5em;
      float: left;
      width: 100%;
  } 
  /***Patient Info Page***/
  .patient_info_image {
      float: right;
      margin-left: 1em;
      position: relative;
      width: 50%;
      margin-bottom: 1em;
  }
  .patient_info_image_inner img {
      height: 300px;
  }
  .patient_info_contentsingle {
    max-width: 80%;
  }
  .providersown_single_image {
    float: left;
    width: 100%;
  }
  .providersown_single_image_inner img {
    height: 250px;
  }    
  .providersown_single_content {
      padding-left: 0em;
      float: left;
      width: 100%;
  }
  .providersown_single_content h3 {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 10px;
  }
  .providersown_single_content h4 {
    font-size: 17px;
    line-height: 24px;
  }
  .providersown_single_content p {
      font-size: 14px;
  }  
  .providersown_single {
      padding: 0em 0.5em;
      float: left;
      width: 50%;
  }
  .providers_wrapper h1 {
    font-size: 36px;
    line-height: 42px;
  }  
  .header_innerpages_wrapper.fixed .header_firstlogo_inner img {
      height: 50px;
  }
  span.mobtext {
      position: absolute;
      right: 10px;
      top: 45px;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
  }
  .mobile-header.fixed {
    top: 0em;
  }
   /***Service-detail***/
   .servicedetail_first_image {
    margin-left: 0;
    float: left;
    width: 100%;
    margin-right: 0em;
   }
   .treatmentdetail_second_image {
    margin-right: 0;
   }   
   .treatmentdetail_second_image_inner img {
      height: 300px;
   }
   .treatmentdetail_second_hle h3 {
      font-size: 28px;
      line-height: 32px;
   }
   .treatmentdetail_second_hle p {
      font-size: 16px;
      line-height: 30px;
   }
   .treatmentdetail_third_image {
      margin-left: 0em;
      width: 100%;
    }
    .treatmentdetail_third_image_inner img {
       width: 95%;
    }
    .treatmentdetail_third_hle h3 {
        font-size: 32px;
        line-height: 36px;
    }  
    .treatmentdetail_third_hle p {
        font-size: 16px;
        line-height: 28px;
    }
    .treatmentdetail_third_hle h4 {
      font-size: 28px;
      line-height: 32px;
    }  
    .service_detail_bottom_left_title h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .service_detail_bottom_hle {
      max-width: 85%;
    }
    .treatmentpage_slider_part.servicedet_treat .treatmentpage_slider_content h6 a {
      font-size: 14px;
    } 
    .service_detail_bottom_right_main {
        padding: 2em 1em 2em 1em;
    }
    .service_detail_bottom_right_main ul li a {
      font-size: 17px;
    }   
    .servicehme_image_inner {
        width: 400px;
        position: relative;
        margin: 0 auto;
    }
    .servicehme_image_inner img {
      height: 400px;
    }  
    /***Treatment Page***/
    .treatmentvacular_image_section {
        margin-right: 1em;
        margin-bottom: 2em;
        float: left;
        width: 50%;
    }
    .treatmentvacular_image img {
        height: 300px;
    } 
    .treatmentvacular_image:before {
      width: 100px;
      height: 100px;
    }
    .treatmentvacular_image:after {
      left: -15px;
      bottom: -20px;
    }
    .treatmentvacular_image_content {
      display: none;
    }
    .treatmentvacular_section h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .treatmentvacular_section p {
        font-size: 16px;
        line-height: 28px;
    }
    .treatmentcoraonary_wrapper:after {
        width: 100%;
        height: 100%;
        background-color: #022038;
        background-image: unset;
    }    
    .treatmentcoraonary_image img {
        height: 300px;
    }
    .treatmentcoraonary_section h3 {
        font-size: 32px;
        line-height: 36px;
    } 
    .treatmentcoraonary_section p {
      font-size: 16px;
      line-height: 32px;
    }
    .teatmentimplantable_section {
        position: relative;
        z-index: 1;
        float: left;
        width: 100%;
    }  
    .teatmentimplantable_image a img {
        height: 300px;
    }
    .teatmentimplantable_content p {
      font-size: 16px;
      line-height: 30px;
    }
    .treatmentpacemaker_section h3 {
        font-size: 30px;
        line-height: 36px;
    }  
    .treatmentpacemaker_image img {
        height: 300px;
    } 
    .treatmentpacemaker_image:before {
      left: -10px;
    }
    .treatmentpacemaker_image_section {
        margin-right: 2em;
        float: left;
        width: 50%;
    }
    .pad_screening_left {
      float: left;
      width: 100%;
      padding: 2em 0em;
      min-height: auto;
      margin-bottom: 15px;
    }   
    .pad_screening_right {
        float: right;
        width: 100%;
        min-height: auto;
        padding: 1em 0em;
    }
    .pad_screening_innner {
      float: left;
      width: 100%;
    }

}     


@media only screen and (max-width:480px)  {
   /****************************************Homepage*************************************************/

   .Pad_screen_btn {
      padding-top: 2em;
   }
   .pad_screening_left p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0.5em;
  } 
  .pad_screen_qa{
    padding-top: 1em;
  }
  .pad_screening_left h5 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 0.5em;
  }
  .pad_screening_left span {
    font-size: 25px;
  }
  .Pad_screen_btn a {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
  }
  .pad_screening_left .risk-success p {
    font-size: 16px;
    line-height: 28px;
  }
  .risk-success .form-group .form-control {
    font-size: 14px;
  }
  .risk-success {
    padding: 0 15px;
  }



}
@media screen and (max-width:480px) and (min-width:360px) {
  /***Treatment Page***/
  .treatmentvacular_image_section {
    margin-right: 0em;
    float: left;
    width: 100%;
  }
  .treatmentcoraonary_wrapper {
    padding: 1em 0;
  }     
  .treatmentcoraonary_section h3 {
    font-size: 30px;
  }  
  .teatmentimplantable_image a {
    max-width: 100%;
  }
  .teatmentimplantable_content h2 {
      font-size: 32px;
      line-height: 36px;
  }  
  .treatmentpacemaker_image_section {
      margin-right: 0em;
      float: left;
      width: 100%;
  }
  .treatmentpacemaker_image:after {
    right: -10px;
  }
  .treatmentcoraonary_image:after {
    content: unset;
  }
  .treatmentcoraonary_image {
    margin-left: 0em;
  }
  .footer_link.contactdet ul li a p {
    font-size: 16px;
  }  
  .service_detail_bottom_right_main button.slick-next.slick-arrow {
    display: none!important;
  }
  .treatmentdetail_second_image {
    margin-left: 0;    
    float: left;
    width: 100%;
  }
  .third_content {
      float: left;
      width: 100%;
  }
  .locations_main.new_locatio {
      position: relative;
      top: 25px;
      left: 0;
  }
  .servicehme_image_inner {
    width: 315px;
  }
  .servicehme_image_inner img {
    height: 315px;
  }  
  .banner_innerpage_content.servicedetailbanner {
      display: none;
  }
  
.banner_innerpage_content .bannerpad {
      display: none;
  }
  
  .banner_pad_button {
      display:block;
    position: absolute;
    top: 75%;
    left: 2%;  
  }
  .treatmentdetail_second_hle h2 {
    font-size: 32px;
    line-height: 36px;
  }  
  .banner_single_image:before {
    content: unset;
  }
  .banner_innerpage_image:before {
    content: unset;
  }
  .reviewpage_part:after {
    content: unset;
  }
  .reviewpage_section:after {
    content: unset;
  }    
  .reviewpage_section:before {
      content: unset;
  }
  .reviewpage_box {
      padding: 10px;
      float: left;
      width: 100%;
  }  
  
    /************************ faq-page ************************/

    .faqpage_section .set > a i{

        margin-top: 4px;

    }

    .faqpage_section .set > a {

        padding: 10px 10px;

        font-size: 15px;

    }
    
    
  /***Service-detail***/
  .servicedetail_first_hle h1 {
    background-color: #810000;
    padding: 0.5em 15px;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
 }
  .servicedetail_first_image {
    margin-bottom: 1em;
  }
  .service_detail_bottom_hle {
      max-width: 100%;
  }
  .service_detail_bottom_right_title h3 {
      font-size: 28px;
      line-height: 36px;
  }
  .service_detail_bottom_left_title h3 {
      font-size: 28px;
      line-height: 32px;
  }
  .service_detail_bottom_left_title:before {
    content: unset;
  }
  .servicedetail_first_hle {
    display: flex;
    flex-direction: column;
  }
  .servicedetail_first_image {
    padding: 1em 0em 1em 0em;
    order: 2;
  }
  .sidebar_blogdetail_recent {
      float: right;
      margin-left: 0em;
      width: 100%;
  }
  .blogdetail_inner {
      display: flex;
      flex-direction: column;
  }
  .sidebar_blogdetail {
    order: 2;
  }
  .sidebar_blogdetail_recent {
      order: 4;
  }
  .second_content {
      order: 3;
  }
  .conditions_first_hle {
      display: flex;
      flex-direction: column;
  }
  .conditions_first_image {
    float: left;
    width: 100%;
    margin-bottom: 1em;
    order: 2;
  }
  .second_content {
      order: 3;
  }
  .patient_info_firstleft {
    display: flex;
    flex-direction: column;
  }
  .patient_info_image {
    order: 2;
    margin-left: 0em;
    float: left;
    width: 100%;
  }
  .first_content {
      order: 1;
  }
  .banner_innerpage_content.provider_detailbanner {
      display: none;
  }
  .provider_detail_wrapper {
    padding: 0em 0em 1em;
    margin: 0em 0em 1em;
  }
  .provider_detail_inner h1 {
      font-size: 28px;
      line-height: 36px;
      color: #fff;
      margin: 0;
      margin-bottom: 15px;
      background-color: #810000;
      padding: 0.5em 15px;
      margin-left: -15px;
      margin-right: -15px;
      text-align: center;
  }
  .blogdetail_wrapper {
    padding: 0em 0em 1em;
    margin: 0em 0em 1em;
  }
  .banner_innerpage_content.blog_detailbanner {
    display: none;
  }
  .banner_innerpage_content {
      position: relative;
      bottom: 0;
      background-color: #810000;
      padding: 1em 15px;
      bottom: 0;
  }
  .banner_innerpage_hle .container {
    padding: 0px
  }
  .banner_innerpage_content div {
      font-size: 32px;
      line-height: 42px;
      text-align: center;
  }
  .banner_innerpage_content div h1 {
      font-size: 32px;
      line-height: 42px;
      text-align: center;
  }
  .servicehme_image_icon {
    animation:unset;
  }
  .conditions_third_main:after {
    content: unset;
  }
  .banner_innerpage_image img {
      height: 300px;
  }
  .banner_innerpage_content {
    bottom: 0px;
  }
  .vascularspecialits_wrapper:after {
    content: unset;
  }
  .vascularspecialits_link {
      margin-right: 15px;
  }
  .book {
      font-size: 13px;
      line-height: 24px;
      width: 150px;
  }
  .vascularspecialits_link.phonevascular {
      margin-right: 0;
      width: 41%;
  }
  a.book.phnum {
      width: 145px;
      font-size: 18px;
  }
  .header_innerpages_wrapper .header_firstlogo {
      float: left;
      width: 40%;
  }
  .header_innerpages_wrapper .header_firstblck {
      padding: 0.8em 0em;
  }
  .header_firstright {
      display: block;
      float: left;
      width: 60%;
      padding-left: 0em;
  }
  .header_innerpages_wrapper .header_firstportal {
    display: block;
  }
  .header_innerpages_wrapper .header_firstnumber {
    display: none;
  }
  .header_innerpages_wrapper .header_firstlogo_inner img {
    height: 35px;
  }
  .header_innerpages_wrapper.fixed .header_firstlogo_inner img {
    height: 35px;
  }
  .header_innerpages_wrapper .header_firstportal a {
      font-size: 22px;
      width: 180px;
      width: 115px;
      font-size: 15px;
      padding: 4px 0px;
  }
  .header_wrapper.fixed .header_firstlogo img {
      height: 35px;
  }
  .header_wrapper.fixed .header_firstportal a {
    width: 115px;
    font-size: 15px;
    padding: 4px 0px;
  } 
  .mobile-header.fixed {
    top: 0em;
  }
  .provider_detail_image {
      margin-right: 0em;
      margin-bottom: 1em;
      float: left;
      width: 100%;
      order: 2;
  }
  .provider_detail_inner {
      display: flex;
      flex-direction: column;
  }
  .provider_detail_image_inner img {
    height: 300px;
  }
  .contactpage_map {
    display: flex;
    flex-direction: column;
  }
  .contactpage_map .mapouter{
    order: 2;
  }
  .locations_main.new_locatio {
    order: 1;
    margin-bottom: 2em;
  }
	/***************************************Homepage****************************************************/
  .header_firstlogo_inner img {
      height: 35px;
  }
  .header_firstportal a {
    width: 115px;
    font-size: 15px;
    padding: 4px 0px;
  }   
  .mobile-header {
      top: 0em;
  }    
  .vasculartreatment_importa {
      width: 46%;
      margin-right: 10px;
  } 
  /****Aboutus Page****/
  .aboutfirst_title_inner h1 {
      font-size: 28px;
      line-height: 32px;
  }
  .aboutfirst_title_inner h1:before {
    height: 3px;
  }
  .aboutfirst_title h4 {
      font-size: 18px;
      line-height: 28px;
  }
  .aboutsecond_images_oneinner img {
      height: 200px;
  }
  .aboutsecond_images_oneinner:before {
    width: 20px;
    height: 20px;
    left: -10px;
  }
  .aboutus_third_image {
      margin-right: 0em;
      float: right;
      width: 50%;
      margin-left: 1em;
      margin-bottom: 1em;
  }  
  .aboutus_third_image_inner img {
      height: 200px;
  }
  .aboutus_third_hle h3 {
      font-size: 20px;
      line-height: 28px;
  } 
  .aboutus_fourth_hle h3 {
      font-size: 25px;
      line-height: 32px;
  }
  .review_hme_title h3 {
      font-size: 28px;
      line-height: 32px;
  } 
  /***Blog Page***/
  .blogown_firstownsingle_inner_content p {
    height: 200px;
    overflow-y: auto;
  }
  .blogown_firstownsingle_inner_content p::-webkit-scrollbar {
    width: 5px;
  }
  .blogown_firstownsingle_inner_content p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent; 
    border-radius: 10px;
  }
  .blogown_firstownsingle_inner_content p::-webkit-scrollbar-thumb {
    background: #fff 
    border-radius: 1;px;
  }
  .blogown_firstownsingle_inner_content p::-webkit-scrollbar-thumb:hover {
    background: #fff; 
  }
  /***blog-detail page***/
  .blogdetail_image_inner {
      height: 310px;
  }
  .blogdetail_image_inner img {
      height: 260px;
  }
  .blogdetail_inner h1 {
      font-size: 28px;
      line-height: 32px;
      background-color: #810000;
      padding: 0.5em 15px;
      margin-left: -15px;
      margin-right: -15px;
      color: #fff;
  }
  .blogdetail_inner h2 {
      font-size: 24px;
      line-height: 28px;
  }
  /***Conditions Page***/
  .conditions_first_hle h1 {
      font-size: 22px;
      line-height: 30px;
  }
  .conditions_second_left {
      padding: 1em 1em;
  }
  .conditions_second_left p {
      font-size: 15px;
  }
  .conditions_second_right p {
      font-size: 14px;
      line-height: 24px;
  } 
  .conditions_secondblck_image {
      float: right;
      margin-left: 0em;
      position: relative;
      width: 100%;
  }
  .conditions_secondblck_hle h4 {
      font-size: 28px;
      line-height: 32px;
  }
  .conditions_fourth_image {
      float: right;
      margin-left: 0em;
      width: 100%;
      margin-bottom: 1em;
  }
  .conditions_fourth_image_inner img {
      height: 100vw;
  }
  .conditions_fifth_single {
      float: left;
      width: 100%;
  } 
  /***Contactus Page***/
  .contactsection_left ul li div {
      width: 80%;
  }
  .contactsection_right_sec h4 {
      font-size: 24px;
      line-height: 30px;
  }
  .contactsection_right {
    padding: 1em;
  }
  .contactsection_first_social {
    padding: 1em 0em;
  }
  .contactsection_first_socialinner span {
      font-size: 20px;
      line-height: 28px;
  }
  /***Career Page***/
  .careersection_right_sec h4 {
      font-size: 24px;
      line-height: 30px;
  }
  .careersection_right {
    padding: 1em;
  }  
  /***Locations Page***/
  .locations_single_content {
    padding-left: 0.5em;
  }   
  .locations_single_content ul li a p {
    font-size: 13px;  
  }
  .locations_single {
      margin-bottom: 1em;
  } 
  /***Patient Info page***/
  .patient_info_contentsingle {
    max-width: 95%;
  }  
  .providersown_single {
    float: left;
    width: 100%;
  }


}

/* @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */

@keyframes flickerAnimation{
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes shake{
  0%{transform:translate(1px, 1px) rotate(0deg);}
  10%{transform:translate(-1px, -2px) rotate(-1deg);}
  20%{transform:translate(-3px, 0px) rotate(1deg);}
  30%{transform:translate(3px, 2px) rotate(0deg);}
  40%{transform:translate(1px, -1px) rotate(1deg);}
  50%{transform:translate(-1px, 2px) rotate(-1deg);}
  60%{transform:translate(-3px, 1px) rotate(0deg);}
  70%{transform:translate(3px, 1px) rotate(-1deg);}
  80%{transform:translate(-1px, -1px) rotate(1deg);}
  90%{transform:translate(1px, 2px) rotate(0deg);}
  100%{transform:translate(1px, -2px) rotate(-1deg);}
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes slidebg {
    100% {
        background-position: 20vw;
    }
} 
@keyframes swinging {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes sway  {
  0% { transform: rotate(8deg); }
  50% { transform: rotate(-8deg); }
  100% { transform: rotate(8deg); }
}
/* @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes example {
    0%   {background-color:red; left:0px; righ:0px;}
    25%  {background-color:red; left:200px; right:0px;}
    50%  {background-color:red; left:200px; right:200px;}
    75%  {background-color:transparent; left:0px; right:200px;}
    100% {background-color:transparent; left:0px; right:0px;}
  } */

  @keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 100px;
    }
  }
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
    
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
    }

    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes bounce-in-top {
      0% {
        -webkit-transform: translateY(-500px);
                transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        opacity: 0;
      }
      38% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        opacity: 1;
      }
      55% {
        -webkit-transform: translateY(-65px);
                transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      72% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      81% {
        -webkit-transform: translateY(-28px);
                transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      90% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      95% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
    }
    @keyframes jello-horizontal {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
      30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
      }
      40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
      }
      50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
      }
      65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
      }
      75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
      }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
    }

    @keyframes blink-1 {
      0%,
      50%,
      100% {
        opacity: 1;
      }
      25%,
      75% {
        opacity: 0;
      }
    }
    @keyframes heartbeat {
      from {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      10% {
        -webkit-transform: scale(0.91);
                transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      17% {
        -webkit-transform: scale(0.98);
                transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      33% {
        -webkit-transform: scale(0.87);
                transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      45% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
    }
    
    @keyframes ping {
      0% {
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
        opacity: 0.8;
      }
      80% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 0;
      }
      100% {
        -webkit-transform: scale(2.2);
                transform: scale(2.2);
        opacity: 0;
      }
    }
    @keyframes shake-horizontal {
      0%,
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }
      10%,
      30%,
      50%,
      70% {
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
      }
      20%,
      40%,
      60% {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
      }
      80% {
        -webkit-transform: translateX(8px);
                transform: translateX(8px);
      }
      90% {
        -webkit-transform: translateX(-8px);
                transform: translateX(-8px);
      }
    }
    @keyframes shake-right {
      0%,
      100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
      }
      10% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
      }
      20%,
      40%,
      60% {
        -webkit-transform: rotate(-4deg);
                transform: rotate(-4deg);
      }
      30%,
      50%,
      70% {
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg);
      }
      80% {
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
      }
      90% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
      }
    }
    @keyframes shake-left {
      0%,
      100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
      }
      10% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
      }
      20%,
      40%,
      60% {
        -webkit-transform: rotate(-4deg);
                transform: rotate(-4deg);
      }
      30%,
      50%,
      70% {
        -webkit-transform: rotate(4deg);
                transform: rotate(4deg);
      }
      80% {
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
      }
      90% {
        -webkit-transform: rotate(2deg);
                transform: rotate(2deg);
      }
    }
    @keyframes shake-vertical {
      0%,
      100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
      }
      10%,
      30%,
      50%,
      70% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
      }
      20%,
      40%,
      60% {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
      }
      80% {
        -webkit-transform: translateY(6.4px);
                transform: translateY(6.4px);
      }
      90% {
        -webkit-transform: translateY(-6.4px);
                transform: translateY(-6.4px);
      }
    }
    @keyframes flip-vertical-right {
      0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
      }
    }   
    @keyframes rotate-vert-center {
      0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
      }
    }
    @keyframes shake-vertical {
      0%,
      100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
      }
      10%,
      30%,
      50%,
      70% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
      }
      20%,
      40%,
      60% {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
      }
      80% {
        -webkit-transform: translateY(6.4px);
                transform: translateY(6.4px);
      }
      90% {
        -webkit-transform: translateY(-6.4px);
                transform: translateY(-6.4px);
      }
    }
    @keyframes pulsate-bck {
      0% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      50% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }
    @keyframes flip-vertical-left {
      0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
      }
    }    

    @keyframes rotate-vert-center {
      0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
      }
    }
    @keyframes zoomin {

      0% {
  
        transform: scale(0);
  
      }
  
      50% { 
  
        transform: scale(1);
  
       }
  
    }
    @keyframes wobble-hor-top {
      0%,
      100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
      }
      15% {
        -webkit-transform: translateX(-30px) rotate(6deg);
                transform: translateX(-30px) rotate(6deg);
      }
      30% {
        -webkit-transform: translateX(15px) rotate(-6deg);
                transform: translateX(15px) rotate(-6deg);
      }
      45% {
        -webkit-transform: translateX(-15px) rotate(3.6deg);
                transform: translateX(-15px) rotate(3.6deg);
      }
      60% {
        -webkit-transform: translateX(9px) rotate(-2.4deg);
                transform: translateX(9px) rotate(-2.4deg);
      }
      75% {
        -webkit-transform: translateX(-6px) rotate(1.2deg);
                transform: translateX(-6px) rotate(1.2deg);
      }
    }
    @keyframes slide-in-blurred-top {
      0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
                transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
                filter: blur(40px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
                transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-filter: blur(0);
                filter: blur(0);
        opacity: 1;
      }
    }
    @keyframes heartbeat {
      from {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      10% {
        -webkit-transform: scale(0.91);
                transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      17% {
        -webkit-transform: scale(0.98);
                transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
      33% {
        -webkit-transform: scale(0.87);
                transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
      }
      45% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
      }
    }   

    @keyframes swing-in-bottom-fwd {
      0% {
        -webkit-transform: rotateX(100deg);
                transform: rotateX(100deg);
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
        opacity: 0;
      }
      100% {
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
        opacity: 1;
      }
    }