* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

.wrapper {
  width: 98%;
  margin: 0 auto;
}

.clear {
  clear: both;
  padding: 0;
  margin: 0;
}

.sectionubc em {
  color: #474646;
  text-align: left;
  display: block;
}

/*Header*/

.headerbg {
  background: #fff;
}

.header {
  width: 100%;
  padding: 6px 0;
  overflow: hidden;
}

.headercenter {
  float: left;
  width: auto;
  color: #fff;
}

.headerleft {
  width: 30%;
  float: left;
  overflow: hidden;
}

.headerright {
  float: right;
  overflow: hidden;
  text-align: center;
  margin: 22px 0 0;
}
.headerbg h1 {
  color: #c81b67;
  font-weight: 600;
  font-size: 26px;
}
ul.dropdown-menu {
  background-color: #ffffff;
}

ul.dropdown-menu .dropdown-item {
  color: #0c0c0c;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--bs-gray-100);
}
ul.dropdown-menu .dropdown-item:hover {
  color: #c81b67;
}

/*Header*/

/*Menu*/

.MenuBg {
  background: #ffffff;
  width: 100%;
  height: auto;
  font-family: "Lato", sans-serif;
  border-top: 1px solid #efefef;
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.18);
  z-index: 111;
}

.MobMenuBg {
  display: none;
}

.Menu {
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.Menu h1 {
  display: none;
}

.Menu ul li {
  display: inline-block;
  text-align: center;
}

.Menu ul li a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 1rem 0.6rem;
  border-bottom: 2px solid #fff;
  transition: 1s;
  font-weight: normal;
}

.Menu ul li ul li a {
  background: none;
  padding: 7px 6px;
  color: #000;
}

.Menu ul li a:hover {
  display: block;
  color: #0075bc;
  border-bottom: 2px solid #c81b68;
  transition: 1s;
}

.Menu li:hover ul {
  display: block;
  padding: 0px;
  -webkit-transition-delay: 5s;
  -moz-transition-delay: 5s;
  transition-delay: 5s;
}

.Menu ul li ul {
  background: #fff;
  display: none;
  height: auto;
  margin: 0px;
  border: 0px;
  position: absolute;
  z-index: 2222;
  padding: 10px 5px;
  -webkit-transition-delay: 5s;
  -moz-transition-delay: 5s;
  transition-delay: 5s;
}

.Menu ul li ul li {
  display: block;
  clear: both;
  border-right: none;
  position: relative;
  text-align: left;
  border-bottom: 1px dashed #c5c2c2;
}

.Menu ul li ul li:last-child {
  border-bottom: none;
}

.Menu ul li a:hover ul {
  display: block;
  float: none;
}

.Menu ul li ul li a {
  min-width: 150px;
  display: block;
  text-align: left;
  border-bottom: none;
}

.Menu ul li ul li a:hover {
  background: #d7218e;
  color: #fff;
  border-bottom: none;
}

.Menu li:hover ul li ul {
  display: none;
}

.Menu li:hover ul li ul li ul {
  display: none;
  left: 100px;
}

.Menu li ul li:hover ul {
  display: block;
  top: 5px;
}

.Menu ul li a.active1 {
  background: #c81b67;
  color: #ffffff;
  border-bottom: 2px solid #ffeb3b;
}

/*Menu End*/

/*aboutus*/

.aboutusbg {
  background: #ececec;
  overflow: hidden;
}

.aboutus {
  padding: 70px 0;
  overflow: hidden;
}

.aboutleft {
  width: 40%;
  float: left;
  overflow: hidden;
  box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.23);
  margin: 0 11px;
  background: #fff;
  text-align: center;
}

.video {
  margin: 4%;
}

.aboutleft h2 {
  font-size: 20px;
  margin-bottom: 4%;
}

.aboutright {
  width: 55%;
  float: right;
  overflow: hidden;
  color: #000;
}

.aboutright h1 {
  font-size: 35px;
  border-bottom: 3px solid #c81b67;
  display: inline-block;
  padding: 5px 0 15px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: normal;
  line-height: 30px;
}

.aboutright p {
  margin: 0 0 24px;
}

.aboutright a {
  background: #c81b67;
  color: #fff;
  padding: 5px 17px;
  text-align: center;
  transition: 1s;
  display: inline-block;
}

.aboutright a:hover {
  background: #000;
  color: #fff;
  transition: 1s;
}

/*AboutCancerBg*/

.AboutCancerBg {
  padding: 70px 0 40px 0;
  overflow: hidden;
  text-align: center;
}

.AboutCancer {
  padding: 15px 0;
  text-align: center;
}

.AboutCancerBg h1 {
  font-size: 35px;
  border-bottom: 3px solid #c81b67;
  display: inline-block;
  padding: 0 0 15px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 40px;
}

.AboutCancer ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 20px 40px;
  padding: 0;
  width: 21%;
  text-align: center;
  border-radius: 200px;
}

.AboutCancer ul li a {
  text-decoration: none;
  display: block;
  transition: 1s;
}

.AboutCancer ul li a h3 {
  font-size: 15px;
  margin: 25px 0 0;
  padding: 10px 0;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  line-height: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #fff;
}

.AboutCancer ul li.Bg_Color1 a:hover p {
  border-top: 1px solid #8bc34a;
  color: #8bc34a;
}

.AboutCancer ul li span.icon {
  display: block;
  margin: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
  transition: 0.5s;
  border-radius: 200px;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
}

.AboutCancer ul li span.icon h2 {
  margin: 50px 0 0;
  transition: 0.5s;
  font-size: 80px;
  color: #dfdfdf;
}

.AboutCancer ul li a:hover span.icon h2 {
  color: #333;
}

.AboutCancer ul li .icon_circle {
  display: block;
  margin: auto;
  padding: 0;
  transition: 0.5s;
  border-radius: 200px;
  width: 140px;
  height: 140px;
  text-transform: capitalize;
}

.AboutCancer ul li:hover .icon_circle {
  box-shadow: 0px 0px 5px -1px #000000;
  transform: scale(1.2, 1.2);
}

.AboutCancer ul li img {
  display: block;
  margin: 0 auto 10px;
  border: 1px solid #f9d4e4;
  border-radius: 50%;
}

.hover_border {
  padding: 0px 0px;
  width: 140px;
  height: 140px;
  margin: auto;
  transition: 0.5s;
  position: relative;
  border-radius: 200px;
}

.AboutCancer ul li a:hover {
  transform: scale(1.1);
  transition: 1s;
}

.AboutCancer ul li.Bg_Color1:hover .icon_circle {
  background: #8bc34a;
}

.AboutCancer ul li.Bg_Color2:hover .icon_circle {
  background: #42a5f5;
}

.AboutCancer ul li.Bg_Color3:hover .icon_circle {
  background: #ffa726;
}

.AboutCancer ul li.Bg_Color4:hover .icon_circle {
  background: #ec407a;
}

.AboutCancer ul li.Bg_Color5:hover .icon_circle {
  background: #8d6e63;
}

.AboutCancer ul li.Bg_Color6:hover .icon_circle {
  background: #90a4ae;
}

.AboutCancer ul li.Bg_Color7 :hover .icon_circle {
  background: #607d8b;
}

.AboutCancer ul li.Bg_Color8:hover .icon_circle {
  background: #00aaa0;
}

.AboutCancer ul li.Bg_Color1 a:hover p {
  border-top: 1px solid #8bc34a;
  color: #8bc34a;
  border-bottom: 1px solid #8bc34a;
}

.AboutCancer ul li.Bg_Color2 a:hover p {
  border-top: 1px solid #42a5f5;
  color: #42a5f5;
  border-bottom: 1px solid #42a5f5;
}

.AboutCancer ul li.Bg_Color3 a:hover p {
  border-top: 1px solid #ffa726;
  color: #ffa726;
  border-bottom: 1px solid #ffa726;
}

.AboutCancer ul li.Bg_Color4 a:hover p {
  border-top: 1px solid #ec407a;
  color: #ec407a;
  border-bottom: 1px solid #ec407a;
}

.AboutCancer ul li.Bg_Color5 a:hover p {
  border-top: 1px solid #8d6e63;
  color: #8d6e63;
  border-bottom: 1px solid #8d6e63;
}

.AboutCancer ul li.Bg_Color8 a:hover p {
  border-top: 1px solid #00aaa0;
  color: #00aaa0;
  border-bottom: 1px solid #00aaa0;
}

/*AboutCancerBg*/

/*aboutus*/

/*InnerPage */

.InnerPage {
  margin: 50px auto;
  width: 90%;
}

.HeaderBg h1 {
  background: #c81b67;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
}

.HeaderBg {
  background: #c81b67;
  padding: 40px 0;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
}

.i-about ul li {
  display: inline-block;
  width: 28%;
  margin: 25px 2% 50px 2%;
  border: 1px solid #e8e8e8;
  position: relative;
  height: auto;
  padding: 30px 20px 20px 20px;
  vertical-align: top;
}

.i-about ul li:hover {
  transition: all 0.3s ease;
  box-shadow: 0px 2px 2px 2px #eeeeee;
}

.i-about ul li h3 {
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  width: 67px;
  background: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 16px 0;
  font-size: 36px;
  font-weight: normal;
  color: #c7c4c6;
}

.i-about ul li h2 {
  font-size: 19px;
  font-weight: normal;
  padding: 20px 0;
  height: 78px;
}

.i-about ul li p {
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  clear: both;
  height: 148px;
}

.i-about ul li hr {
  width: 50px;
  background: #ffcc00;
  height: 4px;
  border: none;
  margin-top: 5px;
}

.i-about ul li a {
  color: #c81b67;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin-top: 16px;
}

.leftsidebar {
  width: 70%;
  display: inline-block;
}

.rightsidebar {
  width: 24%;
  display: inline-block;
  float: right;
}

.rightside {
  background: #f9f7f7;
  margin: 0 0 23px 0;
}

.rightside h3 {
  background: #ffcc00;
  padding: 7px;
  color: #000;
  font-size: 15px;
}

.rightside ul li {
  margin: 8px 10px 8px 10px;
}

.rightside ul li a {
  display: block;
  color: #000;
  padding: 6px 10px 6px 16px;
  border-bottom: 1px solid #f5f5f5;
  transition: 1s;
  background: url(../images/icon.png) no-repeat left;
}

.rightside li:last-child a {
  border-bottom: 1px solid #fff;
}

.rightside ul li a:hover {
  transition: 1s;
  border-bottom: 1px solid #ffcc00;
  margin: 8px 10px 8px 15px;
}

.rightside.pink {
  background: #f9f7f7;
}

.rightside.pink h3 {
  background: #c81b67;
  color: #fff;
}

.rightside.pink ul li a {
  background: url(../images/icon1.png) no-repeat left;
}

.rightside.pink ul li a:hover {
  border-bottom: 1px solid #c81b67;
}

.rightside.blue {
  background: #f9f7f7;
}

.rightside.blue h3 {
  background: #0097c8;
  color: #fff;
}

.rightside.blue ul li a {
  background: url(../images/icon2.png) no-repeat left;
}

.rightside.blue ul li a:hover {
  border-bottom: 1px solid #0097c8;
}

.rightside.violet {
  background: #f9f7f7;
}

.rightside.violet h3 {
  background: #a000bb;
  color: #fff;
}

.rightside.violet ul li a {
  background: url(../images/icon3.png) no-repeat left;
}

.rightside.violet ul li a:hover {
  border-bottom: 1px solid #a000bb;
}

.rightside.green {
  background: #f9f7f7;
}

.rightside.green h3 {
  background: #066d28;
  color: #fff;
}

.rightside.green ul li a {
  background: url(../images/icon4.png) no-repeat left;
}

.rightside.green ul li a:hover {
  border-bottom: 1px solid #066d28;
}

.sectionubc {
  text-align: center;
  margin: auto auto 35px;
}

.sectionubc p {
  text-align: left;
}

.sectionubc strong {
  text-align: left;
}

.sectionubc.underbreast ul li {
  margin-top: 14px;
}

.sectionubc img {
  margin: 0 0 20px;
}

.sectionubc ul.sentinel li {
  margin-top: 14px;
}

.sectionubc h2 {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eeeeee;
  line-height: 29px;
  color: #c81b67;
  text-align: left;
  font-weight: normal;
}

.sectionubc span {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eeeeee;
  line-height: 29px;
  color: #c81b67;
  text-align: left;
  font-weight: normal;
}

.sectionubc ul li {
  list-style: disc;
  margin-left: 25px;
  text-align: left;
}

.sectionubc table.familial tr td:nth-child(2n + 1) {
  font-weight: normal;
}

.sectionubc table {
  border-collapse: collapse;
  margin: 20px 0 0;
  text-align: left;
}

.sectionubc table tr td {
  padding: 7px;
  border: 1px solid #eae1e1;
}

.sectionubc table tr td:nth-child(2n + 1) {
  font-weight: bold;
}

.sectionubc tr:nth-of-type(odd) {
  background: #f7f7f7;
}

.sectionubc a {
  color: #a000bb;
 /* font-style: italic;*/
  text-align: left;
  font-weight: bold;
}

.about_us p strong {
  color: #c81b67;
}

.sectionubc ul.diagnosis li,
.sectionubc ul.dcis_cancer li,
.sectionubc ul.familial_breast_cancer li,
.sectionubc ul.breastlift li,
.sectionubc ul.Gynaecomastia_cancer li,
.sectionubc ul.early_breast_list li {
  margin-top: 14px;
}

.sectionubc ul.familial_breast_cancer li ol li {
  margin: 0 0 0 50px;
  list-style: decimal;
  padding: 0 0 0 5px;
}

.sectionubc ul.familial_breast_cancer li ol.breast_aug_list li {
  margin-top: 14px;
}

.sectionubc ul li ol.diep_flap_list li {
  margin-top: 14px;
  list-style: decimal;
}

/*footerright*/

.footerbg {
  background: #333;
  overflow: hidden;
  padding: 9px 0 4px;
  color: #fff;
  font-size: 13px;
  position: relative;
}

.footer a {
  color: #c81b67;
}

.footerleft {
  display: inline-block;
  width: 22%;
  margin: auto 10px auto;
  vertical-align: top;
  text-align: center;
}

.wa_chat {
  position: absolute;
}

/*footerright*/

/*appointment*/

.appointment {
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 35px 35px;
  margin: 40px auto 50px;
  width: 85%;
  box-shadow: rgb(239, 239, 239) 0px 0px 2px 2px;
}

.appointment h3 {
  margin: 0 0 3% 0;
  border-bottom: 2px solid #c81b67;
  color: #c81b67;
  font-size: 22px;
  padding: 0 0 5px 0;
}

.appointment ul {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  text-align: left;
  margin: 0 30px 5px 0;
}

.appointment ul li {
  display: block;
  vertical-align: top;
  text-align: left;
  margin: 0 0 10px;
}

.appointment ul li ul {
  width: auto;
  margin: 0;
}

.appointment ul li li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.appointment ul li label {
  display: block;
  font-size: 14px;
  color: #000000;
  margin: 0 0 0px;
  text-transform: uppercase;
}

.appointment ul li span.date_ins {
  display: block;
  font-size: 12px;
  font-style: italic;
}

.appointment ul li label span {
  color: #f00;
  font-weight: bold;
}

.appointment ul li label.error {
  color: #ff0000;
  margin: 0;
  font-size: 12px;
}

.appointment ul li input[type="text"] {
  width: 88%;
  margin: 0;
  font-size: 14px;
  padding: 8px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  outline: none;
  transition: 0.5s;
}

.appointment ul li input#name {
  text-transform: uppercase;
}

.appointment ul li select {
  width: 92%;
  margin: 0;
  font-size: 14px;
  padding: 8px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  outline: none;
  transition: 0.5s;
}

.appointment ul li input[type="date"],
.appointment ul li input[type="time"] {
  width: auto;
  margin: 0;
  font-size: 14px;
  padding: 8px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  outline: none;
  transition: 0.5s;
}

.appointment ul li textarea {
  width: 88%;
  margin: 0;
  font-size: 14px;
  padding: 8px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  outline: none;
  transition: 0.5s;
  height: 50px;
}

.appointment ul li input#securitycode {
  width: 100px;
}

.appointment ul li input#securitycode1 {
  width: 100px;
}

.appointment ul li img {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: -2px 10px 0px -5px;
  padding: 1px;
  border-radius: 0 3px 3px 0px;
  vertical-align: middle;
}

.appointment input[type="submit"] {
  width: 110px;
  margin: 0;
  padding: 6px 0;
  border-radius: 3px;
  background: #c81b67;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  transition: 0.5s;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.appointment input[type="submit"]:hover {
  box-shadow: -3px 3px 0px 0px rgba(0, 0, 0, 0.36);
  background: #333;
}

p.app_ins {
  margin: 0 auto 2%;
  background: #fff1f7;
  padding: 10px 20px;
  text-align: left;
}

/*appointment*/

.consultation {
  margin: 0 auto 6%;
  background: #fff1f7;
  padding: 10px 20px;
  text-align: left;
}

.consultation p strong {
  color: #c81b67;
}

.consultation ul {
  width: auto;
  margin: 30px 0 10px;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  border: 1px solid #ffd2e5;
  padding: 10px;
}

.consultation ul li {
  list-style: disc;
  margin: 0 0 10px 35px;
  display: list-item;
  line-height: 20px;
}

.understanding_cancer img {
  margin: 15px 0 10px;
}

.contact {
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 35px 35px;
  margin: 40px auto 50px;
  width: 85%;
  box-shadow: rgb(239, 239, 239) 0px 0px 2px 2px;
}

.contact ul li {
  display: inline-block;
  padding: 10px 0;
  margin: 15px 9px;
  vertical-align: top;
  width: 30%;
  min-height: 142px;
  background: #fff1f7;
}

.contact ul li a {
  color: #474646;
  font-weight: bold;
}

.contact ul li a:hover {
  color: #c81b67;
}

.contact ul li img {
  display: block;
  width: 14%;
  text-align: center;
  margin: 0 auto 5px;
}

.bmi_calculator {
  overflow: hidden;
  background: #ffeff6;
  padding: 0 15px;
  margin: 15px 0 0;
}

.bmi_calculator ul {
  width: 36%;
  float: left;
  overflow: hidden;
}

.bmi_calculator ul li {
  list-style: none;
  display: block;
  margin: 20px 2% 20px 0;
  width: 75%;
}

.bmi_calculator input[type="submit"] {
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
  background: #c81b67;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-size: 15px;
  margin: 6% 0 0;
  display: inline-block;
}

.bmi_calculator input[type="text"] {
  width: 88%;
  padding: 10px 10px;
  border: 1px solid #efe1e7;
}

.bmi_calculator input[type="text"].result {
  width: 76%;
  margin: 0 0 0 10px;
  border: none;
  background: #c81b67;
  color: #fff;
  font-size: 21px;
  padding: 4px 0 7px 0;
  border: none;
}

.bmi_calculator input[type="text"].result1 {
  background: #c81b67;
  color: #fff;
  font-size: 21px;
  padding: 4px 0 7px 0;
  border: none;
  width: 20%;
}

.bmi_result {
  display: inline-block;
  width: 46%;
  background: #c81b67;
  padding: 0 0 0 8px;
}

.bmi_calculator #calculateBMI {
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
  background: #c81b67;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-size: 15px;
  margin: 6% 0 0;
  display: inline-block;
}

span.bmi-result {
  display: inline-block;
  margin: 0 0 0 5px;
  background: #ffc2dd;
  padding: 2px 10px;
  font-size: 18px;
  border-radius: 3px;
  color: #000000;
}

.risk_factor_diagram {
  margin-bottom: 100px;
}

.risk_factor_diagram ul li {
  margin: 0 0 10%;
  position: relative;
  top: 90px;
  transition: 0.5s;
}

.risk_factor_diagram ul li:hover {
  transform: scale(0.95, 0.95);
}

.risk_factor_diagram ul li:active a,
.risk_factor_diagram ul li:focus a {
  background: #f9f9f9;
}

.centerborder {
  background: #dcdcdc;
  overflow: hidden;
  padding: 100% 0;
  width: 10px;
  height: 100%;
  margin: auto;
  border-radius: 5px;
}

.diagram_left ul li::after,
.diagram_right ul li::after {
  content: "";
  position: absolute;
  top: 30px;
  margin-left: 0;
  border-width: 10px;
  border-style: solid;
}

.diagram_left ul li::after {
  right: -20px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b9b9b9;
}

.diagram_right ul li::after {
  left: -20px;
  border-color: rgba(0, 0, 0, 0) #b9b9b9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.risk_factor_diagram ul li a {
  background: #ffffff;
  padding: 15px;
  color: #000;
  display: block;
  font-size: 18px;
  border-radius: 3px;
  text-align: left;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.risk_factor_diagram ul li a img {
  width: 42px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border-radius: 50px;
  padding: 3px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.risk_factor_diagram ul li a p {
  display: inline-block;
}

.diagram_left {
  vertical-align: top;
}

.diagram_center {
}

.diagram_center h3 {
  color: #ffffff;
  background: #c81b67;
  width: 120px;
  padding: 3px 0 0;
  border-radius: 50px;
  text-align: center;
  font-weight: normal;
  box-shadow: 0 0 0px 8px #dcdcdc;
  border: 4px solid #fff;
}

.diagram_right {
  vertical-align: top;
  margin: 0 0 0;
}

.mammogram img,
.sign_cancer img {
  margin: 5% 0;
}

.sectionubc.active span {
  color: #c81b67;
  background: #f5f5f5;
  padding: 5px 20px 5px;
  position: relative;
}

.sectionubc.active span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  margin-left: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) #00000000 #d33b3d00 #c81b67;
}

.sign_cancer ul li {
  list-style: none;
  overflow: hidden;
  margin: 20px 0 33px;
  border: 1px solid #f5f5f5;
  padding: 11px;
}

.sign_cancer ul li strong {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px;
  color: #000000;
  padding: 0 0 5px 0;
  display: block;
}

.sign_cancer ul li p {
  float: left;
  overflow: hidden;
  width: 80%;
  margin: 0 0 0 20px;
}

.sign_cancer ul li img {
  margin: 0 0 0;
  width: 15%;
  float: left;
  overflow: hidden;
  border: 1px solid #c81b67;
  padding: 6px;
}

.pre_op {
  width: 41%;
  float: left;
  overflow: hidden;
}

.pre_op ul {
  margin: 0 0 51px;
}

.pre_op ul li {
  list-style: none;
  margin: 10px;
}

.pre_op ul li img {
  margin: 0 1px 6px 0;
  display: block;
  padding: 6px;
  box-shadow: 0px 0px 1px 2px #efefef;
}

.pre_op p {
  background: #c81b67;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.diep_flap img {
  vertical-align: top;
  box-shadow: 0px 0px 1px 2px #efefef;
  margin: 10px 3px;
  background: #fff;
  padding: 6px;
}

.diep_flap ul li {
  margin: 0 0 40px;
  list-style: none;
  border: 1px solid #f3f3f3;
  padding: 13px;
}

.sectionubc li ul {
  margin: 10px 0 20px;
}

.sectionubc li ul li {
  list-style: square;
  margin: 0 0 10px 40px;
  border: none;
  padding: 0;
  line-height: 20px;
}

.tug-flap .sectionubc p {
  margin: 0 0 20px;
}

.sectionubc h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
}

.diep_flap .pre_op ul li {
  border: none;
  margin: 10px;
  padding: 0;
}

.diep_flap ul li .diep_img {
  text-align: center;
  margin: auto;
}

.breast_consevative img {
  margin: 4% 0;
}

.therapeutic_mammaplasty img {
  margin: 4% 0;
}

.sentinel_lymph img {
  margin: 0 0 2%;
}

.early_breast ul.early_breast_list1 li,
.underbreast ul.understanding_breast li,
.locally_breast ol.local_breast_list1 li {
  list-style: none;
  overflow: hidden;
  margin: 20px 0 33px;
  border: 1px solid #f5f5f5;
  padding: 11px;
}

.early_breast ul.early_breast_list1 li h3,
.underbreast ul.understanding_breast li h3,
.locally_breast ol.local_breast_list1 li h3 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px;
  color: #000000;
  padding: 0 0 5px 0;
  font-size: 16px;
}

.early_breast_list li h3,
.locally_breast li h3 {
  font-size: 16px;
}

.early_breast ul.early_breast_list1 li p,
.underbreast ul.understanding_breast li p,
.locally_breast ol.local_breast_list1 li p {
  float: left;
  overflow: hidden;
  width: 70%;
  margin: 0 0 0 20px;
}

.early_breast ul.early_breast_list1 li img,
.underbreast ul.understanding_breast li img,
.locally_breast ol.local_breast_list1 li img {
  margin: 0;
  width: 25%;
  float: left;
  overflow: hidden;
  border: 1px solid #c81b67;
  padding: 6px;
}

.free_consultation_bottom .appointment {
  width: auto;
  box-shadow: none;
  border: none;
  padding: 3% 4%;
  margin: 1% 0 0;
  background: #f5f5f5;
}

.free_consultation_bottom .appointment h3 {
  font-size: 35px;
  border-bottom: 3px solid #f4a91a;
  display: inline-block;
  padding: 0 0 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #c81b67;
  margin: 0 0 40px;
}

/*freeconsultation*/

/*************Menu************/

span.menu_icon {
  font-size: 30px;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  width: 41px;
  float: right;
  padding: 0 4px;
  text-align: center;
  top: 10px;
  position: absolute;
  right: 6px;
  z-index: 1;
  border-radius: 2px;
  display: none;
}

span.menu_icon p {
  font-size: 12px;
}

ul.menu li {
  display: block;
}

ul.menu li a {
  font-size: 16px;
}

ul.menu li img.menuarow {
  width: auto;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  background-color: rgba(17, 17, 17, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

div#navbar span.menu_icon {
  font-size: 30px;
  cursor: pointer;
  background: #3657c0;
  color: #ffffff;
  width: 40px;
  float: right;
  padding: 10px;
  text-align: center;
  top: 55px;
  position: absolute;
  right: 10px;
  z-index: 1;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 15px;
  transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 36px;
  background: #c81b67;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
}

.sidenav a:hover {
  color: #fff;
  background: #333;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 0px auto 20px;
}

.accordion ul li a {
  font-size: 13px;
  text-decoration: none;
  padding: 7px 0 7px 30px;
  display: block;
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
}

.link a {
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.link a img {
  width: 16px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.accordion ul li a:hover {
  background: #000;
  color: #ffe20a;
}

.accordion .link {
  display: block;
  border-bottom: 1px solid #676767;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link a:hover {
  background: #000;
  color: #ffe20a;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 6px;
  left: 12px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
  background: url(../images/desc.png) no-repeat right;
  width: 8px;
  height: 24px;
}

.accordion li.open i {
  color: #ffffff;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 8px;
  height: 25px;
}

/*----------------------------submenu-----------------------------*/

.submenu {
  display: none;
  background: #333333;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #ffffff;
}

.accordion ul .submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/*************Menu************/

.now-your-doctor p {
  margin: 0 0 20px;
  text-align: justify;
}

.dr-profile {
  width: 35%;
  padding: 10px;
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16); */
  margin: 0 0 0 0;
  text-align: center;
  float: left;
  background: #f5f5f5;
}

.dr-profile-content {
  float: right;
  width: 60%;
}

.dr-profile img {
  width: 100%;
  border-radius: 0;
}

.now-your-doctor h2 {
  margin-bottom: 10px;
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid #eeeeee;
  line-height: 29px;
  color: #c81b67;
  text-align: left;
  font-weight: normal;
}

.now-your-doctor h3 {
  font-size: 18px;
  padding: 8px 0;
  margin: 0 0 40px;
  background: #c81b67;
  color: #fff;
  font-weight: normal;
}

.now-your-doctor ul li {
  list-style: square;
  margin: 0 10px 0 30px;
  padding: 7px 0;
  text-align: left;
  border-bottom: 1px dashed #adadad;
}

.now-your-doctor ul li:last-child {
  border: none;
}

.testimonial-link {
  text-align: center;
  background: url(../images/testimonial.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0;
}

.testimonial-link h3 {
  font-size: 35px;
  border-bottom: 3px solid #f4a91a;
  display: inline-block;
  padding: 0 0 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 40px;
}

.testimonial-link ul li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px;
  width: 25%;
}

.testimonial-link ul li a {
  display: block;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  transition: 0.3s;
}

.testimonial-link ul li a:hover {
  transform: scale(1.1, 1.1);
}

.testimonial-link ul li img {
  width: 100%;
}

.social {
  position: absolute;
  left: 45%;
  text-align: center;
  z-index: 1;
}

.social ul li,
.footer_social ul li {
  display: inline-block;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}

.social ul li img,
.footer_social ul li img {
  width: 22px;
}

.footerleft .hcounter {
  margin-top: 4px;
  display: inline-block;
}

/*******testimonal*******/

.testimonal {
  width: 50%;
  margin: 5% auto;
  border: 2px solid #f1f1f1;
  padding: 10px;
  text-align: center;
}

/*******testimonal*******/

/*****blogs*****/

.blogs li {
  width: 45%;
  display: inline-block;
  margin: 0 1em 2em;
  box-shadow: 0px 1px 5px -1px #a7a7a7;
  border-radius: 8px;
  vertical-align: top;
  min-height: 200px;
  box-sizing: border-box;
}

.blogs li h3,
.blogs_ganga h3 {
  font-size: 18px;
  margin: 0;
  color: #c81b67;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}

.blogs_ganga h3 {
  padding: 0 0 20px;
  margin: 0 0 1em;
}

.blogs p {
  font-size: 16px;
  margin: 0;
  line-height: 28px;
  padding: 1em;
}

.blogs ul li a {
  color: #ffffff;
  font-size: 16px;
  background-color: #c81b67;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 0 2em;
}

.blogs img {
  width: 98%;
}

.blogs {
  text-align: center;
}

.blogs_ganga {
  width: 80%;
  margin: auto;
  box-shadow: 0px 1px 5px -1px #a7a7a7;
  border-radius: 8px;
  vertical-align: top;
  padding: 2em;
  box-sizing: border-box;
}

.blogs_ganga ul li p {
  margin: 0 0 20px;
  line-height: 25px;
  text-align: justify;
}

/*****blogs*****/

input#a_securitycode,
input#c_securitycode {
  width: 150px;
}

.d-flex {
  display: flex;
}

.btn-submit {
  background: #c81b67;
  color: #fff;
  padding: 5px 17px;
  text-align: center;
  transition: 1s;
  display: inline-block;
}

.wa_chat {
  position: fixed;
  bottom: 2.5rem;
  right: 1rem;
}
