/*Fonts*/
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular-webfont.woff') format('woff'),
    url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.eot');
  src: url('../fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-semibold-webfont.woff') format('woff'),
    url('../fonts/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Saira';
  src: url('../fonts/Saira-SemiBold.eot');
  src: url('../fonts/Saira-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Saira-SemiBold.woff2') format('woff2'),
    url('../fonts/Saira-SemiBold.woff') format('woff'),
    url('../fonts/Saira-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.eot');
  src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff'),
    url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.otf') format('opentype'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraBold.otf') format('opentype'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
    url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Miscellanoeous */
body,
html {
  overflow-x: hidden;
  padding-right: 0 !important;
}

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto !important;
}

body {
  font-family: 'poppinsregular';
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #fff;
  font-weight: normal;
  color: #595959
}

center {
  font-family: 'poppinsregular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira';
  font-weight: normal !important;
}

ul {
  list-style-type: none !important;
  padding-left: 0;
  margin: 0;
}

a {
  outline: 0;
  transition: all 0.5s;
  color: #46bdf4;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none !important;
  text-decoration: none;
}

/*Header*/
/* .menu ul li a {
  color: #fff;
}
.header {
  position: relative;
  z-index: 1;
}.menu ul  {
  padding-left: 0px !important;
} */
.header-doc-name h1 {
  letter-spacing: 0.23px;
  color: #0E3F6A;
  text-transform: uppercase;
  font-family: 'Montserrat-ExtraBold';
  font-size: 42px;
}

.header-logo-dep {
  display: inline-flex;
  padding: 0px 50px;
}

.header-contact-top {
  display: inline-flex;
  /* float: right; */
  transform: skewX(30deg);
  padding: 10px 0px;
  margin-left: 115px;
}

.banner-area {
  margin-top: 10px;
  position: relative;
  /*z-index: -1;*/
}
header{
    position:relative;
    z-index: 2;
}
.header-logo {
  padding-top: 15px;
}

.header-right-contact {
  background: #0E3F6A 0% 0% no-repeat padding-box;
  margin-left: -1px;
}

.header-logo-dep-name {
  padding: 0px 20px;
}

.header-bottom-right {
  width: 57%;
  position: absolute;
  top: 0;
  right: 0;
  transform: skewX(-30deg);
  border-left: 2px solid #0e3f6a;
  margin-top: 2px;
}

.menu ul li {
  display: inline-block;
  font-size: 15px;
  padding: 20px 19px;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
  text-align: left;
  font-family: 'Saira';
  font-weight: 600;
  letter-spacing: 0px;
  transform: skewX(30deg);
}

.head-phone-content i {
  color: #fff;
  /*position: absolute;*/
  /*margin-left: -20px;*/
  font-size: 12px;
  /*margin-top: 2px;*/
}

.head-email-content i {
  color: #fff;
  /*position: absolute;*/
  /*margin-left: -25px;*/
  /*margin-top: 3px;*/
}



.head-email-content p a {
  color: #fff;
  font-family: 'Montserrat-SemiBold';
}

.head-email-content p {
  margin-bottom: 0px;
}

.head-phone-content p {
  margin-bottom: 0px;
}


.head-phone-content p a {
  color: #fff;
  font-family: 'Montserrat-SemiBold';
}

.menu ul li:nth-child(6) {
  padding-right: 0px;
}

.menu ul li a {
  color: #0E3F6A;
}

/* nav.menu ul li:hover a, nav.menu ul li.active a{
    color: #FF7900;
} */
nav.menu ul>li.cr-dropdown>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  padding-left: 5px
}

nav.menu ul>li.cr-dropdown li.cr-sub--dropdown>a:after {
  content: "\f105";
  float: right
}

.menu ul li ul.cr-dropdown-menu li:before {
  display: none !important;
}

nav.menu ul li ul.cr-dropdown-menu {
  position: absolute;
  width: 200px;
  background: #1d4ca6;
  height: auto;
  top: 96%;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

nav.menu ul li ul.cr-dropdown-menu.media-menu {
  width: 125px;
}

nav.menu ul li ul.cr-dropdown-menu li {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
}

nav.menu ul li ul.cr-dropdown-menu li a {
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #fff !important;
  font-weight: 500;
  position: relative;
  transform: skewX(-30deg);
  text-align: left;
}

nav.menu ul li ul.cr-dropdown-menu li a:before {
  content: "";
  left: 0;
  top: 50%;
  height: 2px;
  width: 0;
  background: none;
  position: absolute;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

nav.menu ul li ul.cr-dropdown-menu ul {
  left: 153px;
  top: 0;
}

/* nav.menu ul li ul.cr-dropdown-menu li :hover{
  background-color: #009846;
} */
nav.menu ul li ul.cr-dropdown-menu li:hover>a {
  color: #0e3f6a !important;
  background-color: #fff !important;
}

nav.menu ul li ul.cr-dropdown-menu li:hover>a:before {
  width: 10px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1)
}

nav.menu ul li ul.cr-dropdown-menu li ul.cr-sub--dropdown-menu {
  left: 100%;
  top: 0;
  z-index: 99
}

nav.menu ul li:hover>ul.cr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.header-social ul li:nth-child(1) a i {
  color: #5d82d1;
  transition: .3s;
}

.header-social ul li:nth-child(2) a i {
  color: #c4302b;
  margin: 0px 8px;
  transition: .3s;
}

.header-social ul li:nth-child(3) a i {
  color: #962fbf;
  transition: .3s;
  margin-right: 8px;
}

.header-social ul li:nth-child(4) a i {
  color: #00acee;
  transition: .3s;
  margin-right: 8px;
}

.header-social ul li:nth-child(1) a i:hover {
  color: #fff;
  background-color: #3b5998;
}

.header-social ul li:nth-child(2) a i:hover {
  color: #fff;
  background-color: #c4302b;
}

.header-social ul li:nth-child(3) a i:hover {
  color: #fff;
  background-color: #962fbf;
}

.header-social ul li:nth-child(4) a i:hover {
  color: #fff;
  background-color: #00acee;
}

.header-social ul li:nth-child(5) a i {
  color: #0A66C2;
}

.header-social ul li:nth-child(5) a i:hover {
  color: #fff;
  transition: .3s;
  background-color: #0A66C2;
}

.header-social ul li {
  display: inline;
}

.header-social ul li i {
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 8px;
  background-color: #fff;
}

/* ---- sick slider arrow style start ----*/
/*Banner*/
.hero-2 {
  background-position: center center;
  background-size: cover;
}

.slider-arrow-style.slick-slider .slick-arrow {
  top: 50%;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 13px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* background-color: #8ac53e; */
  line-height: 24px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  border: 0px;
  outline: none !important;
  background-color: #0E3F6A;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
  left: 50px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
  padding-right: 2px;
  display: block;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next {
  right: 50px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
  padding-left: 2px;
  display: block;
}

.slider-arrow-style.slick-slider .slick-arrow:hover {
  color: #133553;
  background-color: #ffffff;
}

.slider-arrow-style.slick-slider:hover .slick-arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.slider-arrow-style.slick-slider:hover .slick-arrow.slick-prev {
  left: 50px;
}

.slider-arrow-style.slick-slider:hover .slick-arrow.slick-next {
  right: 50px;
}

/*--------- slick slider dot style start -------*/
/*button*/
.btn.btn--theme,
a.btn.btn--theme,
button.btn.btn--theme {
  color: white;
  background-color: #009de2;
  border-color: #009de2;
  font-family: 'poppinssemibold';
}

/*Our consultant*/
.our-conslt {
  background-color: #f6f5f5;
}

/*Main Panel*/
.main-panel {
  transition: width 0.25s ease, margin 0.25s ease;
  width: calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.owl-theme .owl-controls {
  margin-top: 30px !important;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/*Banner*/
.index-banner {
  background-size: cover;
  background-position: center top;
  height: 670px !important;
}

.index-banner-1 {
  background-image: url(../images/banner-img-1.png);
}

.index-banner-2 {
  background-image: url(../images/banner-img-2.png);
}

.index-banner-3 {
  background-image: url(../images/banner-img-3.png);
}

.banner-content {
  text-align: center;
  background-color: #0E3F6A;
  padding: 25px;
  color: #fff;
}

.slider-content {
  margin-top: 30%;
}

.banner-content h2 {
  font-family: 'Montserrat';
  font-size: 60px;
}

.banner-content h3 {
  font-family: 'Montserrat';
  font-size: 29px;
}
.home-andrology-title h2{
    font-size: 2.5rem;
}
.banner-content h2 span {
  font-family: 'Montserrat-Bold';
  letter-spacing: 0px;
  color: #1C4CA5;
  background-color: #fff;
  padding: 0px 10px;
  font-weight: 900;
  font-size: 50px;
}

.home-about-content {
  background: #105590 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 22px 30px 40px 38px;
  margin-left: -28px;
  margin-top: 45px;
}

.home-about-doc-img {
  position: relative;
  background-color: #fff;
  z-index: -1;
}

.about-bottom-dot-img {
  position: absolute;
  bottom: -85px;
  left: -208px;
  z-index: -1;
}

.about-top-dot-img {
  position: absolute;
  top: -60px;
  right: -261px;
  z-index: -1;
}

.home-about-sec {
  padding: 50px 0px;
  position: relative;
  z-index: 100;

}

.home-about-sec.about-pg {
  padding: 50px 0px;
  position: inherit;
  padding-top: 80px;
}

.home-about-content p {
  letter-spacing: 0.4px;
  line-height: 25px;
  font-family: 'poppinsregular';
}

p {
  font-family: 'poppinsregular';
}

.home-about.bton a {
  padding: 10px 16px;
  background-color: #fff;
  letter-spacing: 0.4px;
  color: #1C4CA5;
  border-radius: 4px;
  font-family: 'Montserrat-Bold';
}

.home-about.bton {
  margin-top: 30px;
}

.home-about.bton a:hover {
  color: #fff;
  background-color: #092844;
}

.home-andrology-sec {
  background-image: url(../images/andrologu-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
}

.home-andrology-title p {
  line-height: 27px;
}

.home-andrology-title {
  color: #fff;
  margin-bottom: 50px;
}

.home-andro-box-img-b {
  width: 65%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.home-andro-box-content-t {
  letter-spacing: 0px;
  color: #292929;
  background-color: #fff;
  padding: 28px 28px 60px 28px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: -45px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  z-index: 1;
  position: relative;
}

.home-andro-box-img-t {
  width: 65%;
  margin: auto;
  position: relative;
  z-index: 99;
}

.home-andro-box-content-b {
  letter-spacing: 0px;
  color: #292929;
  background-color: #fff;
  padding: 60px 28px 28px 28px;
  text-align: center;
  border-radius: 8px;
  margin-top: -45px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  z-index: 1;
  position: relative;
}

.home-andro-box-content-t-l {
  letter-spacing: 0px;
  color: #292929;
  background-color: #fff;
  padding: 10px 28px 40px 28px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: -45px;
  /* animation: zoom-in-zoom-out 2s ease-out infinite; */
  z-index: 1;
  position: relative;
  /* animation-iteration-count: 3; */
}

/* @keyframes zoom-in-zoom-out {
0% {
  transform: scale(0.7, 0.7);
}
50% {
  transform: scale(1, 1);
}
100% {
  transform: scale(0.7, 0.7);
}
} */
.home-andro-box-content-t-l a h6 {
  margin-bottom: 3px;
  font-family: 'Montserrat-SemiBold';
  color: #292929;
}

.home-andro-box-content-t a h6 {
  font-family: 'Montserrat-SemiBold';
  color: #292929;
}

.home-andro-box-content-b a h6 {
  font-family: 'Montserrat-SemiBold';
  color: #292929;
}

.home-andro-box-content-t-l p {
  font-size: 12px;
  font-family: 'Montserrat';
}

.testimonial-sec {
  padding-top: 50px;
  margin-bottom: -85px;
}

.testimony-carousel {
  background: #105590 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 26px #1C4CA524;
  border-radius: 10px;
  padding: 35px;
  color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

.owl-dot.active {
  background-color: #fff !important;
  border-radius: 50%;
  height: 17px;
  width: 17px;
}

.teastimonial-content p {
  line-height: 25px;
  margin-bottom: 0px;
}

.testimonial-name {
  padding-top: 10px;
}

.testimonial-name h4 {
  margin-bottom: 0px;
}

.testimonial-name p {
  margin-bottom: 0px;
}

/*.teastimonial-content {*/
/*  min-height: 150px;*/
/*}*/
.testimonial-title h2 {
  letter-spacing: 0px;
  color: #0E3F6A;
  margin-bottom: 20px;
}

.testimonial-video-bg-img {
  background-image: url(../images/testimonial-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 0px;
  margin: 0px -20px;
}

.testi-video-content p {
  letter-spacing: 0.4px;
  line-height: 25px;
}

.testi-video-content {
  color: #fff;
}

.video-item .video-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 230px;
}

.video-item .video-img img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.video-gallery-content {
  padding: 10px;
  box-shadow: 1px 1px 7px 8px #eaeaea;
  border-radius: 5px;
}

.video-item .video-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #105590;
  opacity: 0.82;
  opacity: 0.73;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.video-item .video-img .video-imglink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color: #fff;
  z-index: 11;
}

.video-item .video-img .video-imglink i {
  font-size: 21px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
  text-align: center;
  color: red;
  height: 40px;
  width: 46px;
  background-color: #fff;
  padding-top: 8px;
}

.video-item .video-img .video-imglink i span {
  font-weight: normal;
  margin-left: 5px;
  font-size: 18px;
}

.video-item:hover .video-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.video-item:hover .video-img .video-imglink i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.video-item:hover .video-gal-content {
  background: #DBEEFF 0% 0% no-repeat;
}

.home-video-sec {
  margin-top: -98px;
  margin-bottom: 40px;
  position: relative;
}

.video-top-dot-img {
  position: absolute;
  top: 110px;
  right: 0;
  z-index: -1;
}

.video-bottom-dot-img {
  position: absolute;
  bottom: -90px;
  left: -350px;
  z-index: -1;
}

.footer-sec-bg {
  background-color: #092844;
  padding: 45px 0px;
  position: relative;
  z-index: 99;
}

.footer-top-dot-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.footer-bottom-dot-img {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: -1;
}

.foot-quick-links ul li {
  display: inline;
  padding: 0px 20px;
}

.foot-quick-links ul li a {
  color: #fff;
  letter-spacing: 0.36px;
}

.foot-quick-links ul li:nth-child(1) {
  padding-left: 0px;
}

.foot-quick-links ul li:nth-child(6) {
  padding-right: 0px;
}

.foot-phone-content a {
  color: #fff;
  letter-spacing: 0.36px;
}

.foot-email-content a {
  color: #fff;
  padding-left: 4px;
  letter-spacing: 0.36px;
}

.foot-address-content a p {
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 0.4px;
}

.foot-address-content a p.address-bold {
  font-family: 'poppinssemibold';
}

.foot-doc-right h6 {
  color: #fff;
}

.foot-contact {
  display: inline-flex;
  margin-bottom: 15px;
}

.foot-phone-content p i {
  background-color: #fff;
  padding: 9px 8px 5px 8px;
  border-radius: 3px;
  color: #092844;
  transition: .3s;
  border: 1px solid #fff;
}

.foot-phone-content p:hover i {
  color: #fff;
  background-color: #092844;
  border: 1px solid #fff;
  border-radius: 3px;
}

.foot-email-content {
  padding-left: 40px;
}

.foot-email-content p i {
  background-color: #fff;
  padding: 9px 8px 5px 8px;
  border-radius: 3px;
  color: #092844;
  transition: .3s;
  border: 1px solid #fff;
}

.foot-email-content p:hover i {
  color: #fff;
  background-color: #092844;
  border: 1px solid #fff;
  border-radius: 3px;
}

.foot-address-icon i {
  position: absolute;
  color: #fff;
  height: 30px;
  width: 30px;
  background-color: #fff;
  color: #092844;
  text-align: center;
  padding-top: 1px;
  font-size: 20px;
  border-radius: 3px;
  margin-top: 6px;
  transition: .3s;
}

.foot-address-icon i:hover {
  color: #fff;
  background-color: #092844;
  border: 1px solid #fff;
  border-radius: 3px;
}

.foot-address-content {
  margin-left: 35px;
}

.foot-quick-links {
  padding-bottom: 30px;
}

.footer-doc-left {
  color: #fff;
}

.foot-doc-dep-name h6 {
  margin-bottom: 10px;
  font-family: 'Montserrat';
  letter-spacing: 0.44px;
  line-height: 22px;
}

.foot-doc-dep-name {
  padding-top: 20px;
}

.foot-appointment {
  padding-bottom: 30px;
}

.foot-doc-right h6 {
  color: #fff;
  margin-bottom: 13px;
}

.foot-social ul {
  display: inline-flex;
}

.foot-appointment h6 {
  padding-bottom: 8px;
}

.foot-social ul li a i {
  height: 30px;
  width: 30px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 6px;
  border-radius: 3px;
  color: #092844;
  margin-right: 5px;
  transition: .3s;
  border: 1px solid #fff;
}

.foot-social ul li a:hover i {
  color: #fff;
  background-color: #092844;
  border: 1px solid #fff;
  border-radius: 3px;
}

.foot-social ul li a {
  color: #fff;
  margin-right: 25px;
}

.copyright {
  background-color: #105590;
  padding: 10px 0px;
  position: relative;
  z-index: 100;
}

.copy-right-content p {
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 0.36px;
}

.copy-right-content p a {
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 0.36px;
}

.copy-para-right {
  float: right;
  margin-top: -22px;
}

/* male infertility start */
.page-banner-bg {
  background-image: url(../images/page-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 225px;
  z-index: -1;
  position: relative;
  margin-top: 10px;
}

.page-banner-content h1 {
  color: #fff;
  padding-top: 90px;
  font-family: 'Saira';
}

.what-infertility-top-box {
  padding: 40px 0px;
}

.what-infertiliti-box h3 {
  letter-spacing: 0px;
  color: #1C4CA5;
}

.what-infertiliti-box p {
  letter-spacing: 0.44px;
  color: #292929;
  font-family: 'poppinssemibold';
  font-size: 18px;
}

.common-infertility {
  background: #105590 0% 0% no-repeat;
  box-shadow: 0px 0px 26px #1C4CA524;
  border-radius: 6px;
  padding: 25px 0px;
}

.common-infertility h5 {
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
  font-family: 'poppinssemibold';
}

.common-infertility ul li i {
  color: #fff;
}

.common-infertility ul li a {
  color: #fff;
  margin-left: 6px;
  letter-spacing: 0.36px;
}

.common-infertility ul li {
  display: inline;
  padding: 0px 20px;
}

.common-infertility ul {
  text-align: center;
}

.about-infertility-bg {
  background: #105590 0% 0% no-repeat;
  color: #fff;
  padding: 60px 0px;
  position: relative;
  z-index: -1;
}

.infertility-sperm-title h3 {
  color: #1C4CA5;
}

.infertility-sperm-title p {
  margin-bottom: 25px;
  letter-spacing: 0.4px;
}

.about-infertility-top-dot {
  position: absolute;
  top: 0;
  z-index: -1;
}

.about-infertility-box ul li p {
  margin-left: 25px;
  letter-spacing: 0.4px;
}

.about-infertility-box ul li i {
  position: absolute;
}

.about-infertility-img {
  width: 85%;
  float: right;
}

.about-infertility-box {
  padding: 25px 0px;
}

.infertility-sec-two {
  padding: 50px 0px;
  position: relative;
}

.in-causes-list-box {
  background: #DBEEFF 0% 0% no-repeat;
  border-radius: 8px;
  padding: 130px 0px 20px 0px;
}

.inferlitity-causes-box ul li i {
  position: absolute;
}

.inferlitity-causes-box ul li p {
  padding-left: 20px;
  letter-spacing: 0.36px;
}

.inferlitity-causes-box ul {
  display: inline-block;
  padding: 0px 42px;
}

.in-sperm-img-box {
  margin-bottom: -115px;
}

.infertility-sprem-box h6 {
  letter-spacing: 0.36px;
  color: #292929;
  text-align: center;
  padding: 11px 25px 0px 25px;
  font-family: 'poppinssemibold';
}

.inferlitity-causes-box h6 {
  text-align: center;
  letter-spacing: 0.44px;
  color: #292929;
  padding: 10px 0px;
  font-size: 22px;
  font-family: 'poppinssemibold';
}

.inferlitity-causes-box ul li {
  letter-spacing: 0.36px;
  color: #292929;
}

.in-treatment-list li p {
  margin-left: 20px;
  color: #292929;
  letter-spacing: 0.4px;
}

.in-treatment-list li i {
  position: absolute;
}

.infertility-treatment-list h6 {
  letter-spacing: 0.44px;
  color: #292929;
  font-family: 'poppinssemibold';
  margin-bottom: 18px;
}

.infertility-treatment-list.top h6 {
  display: inline-flex;
}

.infertility-treatment-list h6 span p {
  font-size: 12px;
  padding-left: 5px;
  margin-bottom: 0px;
  margin-top: 3px;
}

.in-treatement-box {
  padding: 25px 0px;
}

.infertllity-box-top-dot {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.varicocele-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/varicocele-bg.png);
  padding: 70px 0px;
}

.varicocele-list-box ul li i {
  position: absolute;
}

.varicocele-list-box ul li p {
  margin-left: 20px;
  letter-spacing: 0.4px;
}

.varicocele-list-box {
  color: #fff;
  padding: 62px 0px;
}

.azoospermia-causes-box p {
  margin-bottom: 0px;
  letter-spacing: 0.36px;
  color: #292929;
}

.azoospermia-causes-box h6 {
  text-align: center;
  letter-spacing: 0.44px;
  color: #292929;
  margin-top: 23px;
}

.azoospermia-box-top-dot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.row.azoospermia {
  justify-content: space-between;
}

.azoospermia-sec {
  position: relative;
  padding-top: 50px;
}

.micro-sec-bg {
  padding: 60px 0px;
}

.mirco-img-box {
  width: 90%;
  float: right;
}

.azoospermia-title {
  padding-top: 25px;
}

.obstructive-box {
  text-align: center;
}

.obstructive-box h6 {
  letter-spacing: 0.64px;
  color: #292929;
  font-size: 26px;
  font-family: 'poppinssemibold';
}

.obstructive-box p {
  letter-spacing: 0.36px;
  color: #292929;
}

.azoospermia-title h5 {
  padding-top: 5px;
  font-family: 'poppinssemibold';
  margin-bottom: 40px;
}

.micro-content-box {
  padding: 50px 0px;
}

.azoospermia-center-box-content h5 {
  font-family: 'poppinssemibold';
  letter-spacing: 0.48px;
  color: #292929;
}

.treatment-option-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/treatement-option-bg.png);
  padding: 40px 0px;
  color: #fff;
  margin: 0px -15px;
}

.treatement-content-box h5 {
  font-size: 30px;
  margin-bottom: 17px;
}

.treatement-content-box h6 {
  font-size: 25px;
  margin-bottom: 17px;
}

.cryopreservation-dot-right {
  position: absolute;
  bottom: -50px;
  left: -300px;
  z-index: -1;
}

.cryopreservation-dot-left {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cryopreservation-sec {
  padding: 50px 0px;
  position: relative;
}

.cryopreservation-img-box {
  width: 90%;
  float: right;
}

.cryopreservation-content-box h4 {
  color: #292929;
}

.cryopreservation-content-box {
  padding: 35px 0px;
}

/* photo gallery page start */
.photo-gallery-content {
  padding: 10px 0px;
}

.page-banner-content-bg.photo-gal {
  padding: 25px 0px 25px 0px;
}

.photo-gallery-content h5 {
  letter-spacing: 0.44px;
  color: #292929;
  margin-bottom: 5px;
  font-family: 'poppinssemibold';
}

.photo-gallery-content {
  border: 1px solid #105590;
  border-radius: 0px 0px 6px 6px;
  border-top: none;
  text-align: center;
}

.photo-gallery-box:hover .photo-gallery-content {
  background: #DBEEFF 0% 0% no-repeat;
}

.photo-gallery-content p {
  letter-spacing: 0.36px;
  color: #292929;
}

.photo-item .photo-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
}

.photo-item {
  padding: 15px 0px;
}

.photo-item .photo-img img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.photo-item .photo-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #105590;
  opacity: 0.73;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.photo-item .photo-img .photo-imglink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color: #fff;
  z-index: 11;
}

.photo-item .photo-img .photo-imglink i {
  font-size: 21px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
  text-align: center;
}

.photo-item .photo-img .photo-imglink i span {
  font-weight: normal;
  margin-left: 5px;
  font-size: 18px;
}

.photo-item:hover .photo-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.photo-item:hover .photo-img .photo-imglink i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.page-banner-video-sec .video-item .video-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 230px;
  margin: 0px;
}

.page-banner-video-sec {
  padding: 40px 0px 20px 0px;
}

.video-gal-content {
  border: 1px solid #105590;
  border-radius: 0px 0px 6px 6px;
  border-top: none;
  background-color: #fff;
  min-height: 85px;
}

.video-gal-content h5 {
  text-align: left;
  letter-spacing: 0.44px;
  color: #292929;
  padding: 20px 13px;
  /*font-family: 'poppinssemibold';*/
  font-size: 18px;
  margin-bottom: 0px;
}

.blog-page-content-box:hover .blogs-content-box {
  background: #DBEEFF 0% 0% no-repeat;
  border: 1px solid #DBEEFF;
  border-top: none;
  min-height: 280px;
}

.blogs-content-box {
  padding: 10px 15px;
  border-radius: 0px 0px 6px 6px;
  transition: .3s;
  border: 1px solid #105590;
  border-radius: 0px 0px 6px 6px;
  border-top: none;
}

.blog-page-content-box:hover .blogs-btn a {
  background: #105590 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  border: 2px solid #105590;
}

.blogs-btn a {
  background: #DBEEFF 0% 0% no-repeat padding-box;
  border: 2px solid #105590;
  border-radius: 45px;
  letter-spacing: 0.18px;
  color: #292929;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: 'poppinssemibold';
}

.blog-title p {
  letter-spacing: 0.36px;
  color: #292929;
  margin-bottom: 5px;
}

.blog-title h4 {
  letter-spacing: 0.44px;
  color: #292929;
  font-family: 'poppinssemibold';
}

.blogs-date p {
  letter-spacing: 0.36px;
  color: #292929;
  margin-bottom: 4px;
}

.blogs-details-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #0000001F;
  border-radius: 6px;
}

.blogs-details-box img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.blogs-details-content-box {
  padding: 12px;
}

.blogs-details-content h4 {
  letter-spacing: 0.44px;
  color: #292929;
  font-family: 'poppinssemibold';
  margin-bottom: 15px;
}

.blogs-details-content-box .blogs-details-date p {
  letter-spacing: 0px;
  color: #202020;
  font-family: 'poppinsregular';
  font-size: 13px;
  margin-bottom: 7px;
}

.blogs-details-content p {
  letter-spacing: 0px;
  color: #202020;
  font-family: 'poppinsregular';
}

.page-banner-content-bg.blogs {
  padding: 40px 0px;
}

.blogs-widget-img {
  float: left;
  width: 33%;
}

.blogs-widget-content {
  width: 64%;
  float: right;
}

.blogs-details-widget-box {
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #0000001F;
  border-radius: 4px;
  background: #FFFFFF;
}

.blogs-widget-img img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.blogs-widget-content {
  padding: 10px;
  padding-left: 0px;
}

.blogs-widget-content p {
  font-size: 13px;
  margin-bottom: 2px;
}

.blogs-widget-content h6 a {
  letter-spacing: 0.36px;
  color: #202020;
  margin-bottom: 2px;
  font-size: 15px;
}

.page-banner-content-bg {
  padding: 40px 0px 20px 0px;
}

.contactus-contact-box {
  background: #DBEEFF 0% 0% no-repeat;
  border-radius: 4px;
  text-align: center;
  padding: 15px 10px;
  min-height: 184px;
}

.contactus-contact-box i {
  font-size: 40px;
  color: #292929;
}

.contactus-contact-box h6 a {
  letter-spacing: 0.88px;
  color: #292929;
  font-family: 'poppinssemibold';
}

.contactus-contact-box p {
  letter-spacing: 0.32px;
  color: #292929;
}

.contactus-contact-box.address p {
  margin-bottom: 0px;
}

.contacform-sec {
  background: #DBEEFF 0% 0% no-repeat;
  border-radius: 4px;
  padding: 20px 40px;
  position: relative;
}

.contacform-sec ::placeholder {
  letter-spacing: 0.36px;
  color: #292929;
  font-size: 13px;
  font-family: 'poppinssemibold';
}

.contactus-btn {
  background: #105590 0% 0% no-repeat;
  border-radius: 45px;
  border: none;
  padding: 7px 25px;
  letter-spacing: 0.22px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'poppinssemibold';
}

.contacform-sec h4 {
  letter-spacing: 0.44px;
  color: #292929;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'poppinssemibold';
}

.contactus-map-sec iframe {
  height: 300px;
  width: 100%;
  margin-bottom: -8px;
}

.contactus-bottom-dot {
  position: absolute;
  bottom: 0;
  right: -45px;
  transform: rotate(90deg);
  z-index: -1;
}

.contactus-top-dot {
  position: absolute;
  top: 0;
  z-index: -1;
  left: -45px;
}

/*.contact-page-sec {*/
/*  position: relative;*/
/*   z-index: 100;*/
/*}*/
.header-aboutus-page {
  background: #F8F8F8 0% 0% no-repeat;
  box-shadow: 0px 7px 10px #0000001F;
  height: 117px;
}

.aboutus-content {
  background: #105590 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 12px 20px 21px 20px;
  margin-left: -30px;
}

.aboutus-content h1 {
  font-size: 32px;
  margin-bottom: 4px;
}

.aboutus-doc-name {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #105590;
  padding-left: 10px;
}

.aboutus-doc-img {
  position: relative;
  background-color: #fff;
  z-index: -1;
}

.aboutus-about-sec {
  padding: 50px 0px;
  position: relative;
}

.aboutus-content p {
  letter-spacing: 0.4px;
  line-height: 24px;
  font-family: 'poppinsregular';
  margin-bottom: 0px;
  font-size: 13px;
}

.aboutme-doc-content-box .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #105590 0% 0% no-repeat;
  border-radius: 45px;
  color: #fff;
  border: 4px solid #105590;
}

.aboutme-doc-content-box .nav.nav-pills {
  justify-content: center;
}

.aboutme-doc-content-box .nav-pills .nav-link {
  background: #FFFFFF 0% 0% no-repeat;
  border: 4px solid #105590;
  border-radius: 45px;
  letter-spacing: 0.38px;
  color: #105590;
  font-size: 22px;
  padding: 10px 30px;
  margin: 0px 25px;
  font-family: 'poppinssemibold';
}

.aboutme-doc-content-box #pills-home-tab {
  padding: 10px 80px;
}

.aboutme-doc-content-box #pills-profile-tab {
  padding: 10px 78px;
}

.aboutus-tabs-content {
  background: #DBEEFF 0% 0% no-repeat;
  border-radius: 8px;
  padding: 60px 40px 30px 40px;
  margin-top: -45px;
}

.aboutus-tabs-content h3 {
  text-align: center;
}

.aboutus-tabs-content h3 {
  text-align: center;
  letter-spacing: 0.68px;
  color: #292929;
  font-family: 'Saira';
  padding-bottom: 20px;
}

.aboutus-tabs-content p {
  letter-spacing: 0.4px;
  color: #292929;
}

.aboutme-list-con p {
  padding-left: 25px;
}

.aboutme-list-con i {
  position: absolute;
  color: #292929;
}

.abo-tabs-foot-address h3 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.abo-tabs-date-content p {
  font-size: 20px;
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}

.abo-tabs-date-content h3 {
  padding-bottom: 0px;
}

.aboutus-page-tabs-sec {
  padding-bottom: 60px;
  position: relative;
}

.aboutus-page-tabs-sec {
  position: relative;
}

.aboutus-dot-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.aboutus-dot-bottom {
  position: absolute;
  bottom: -56px;
  left: -332px;
  z-index: -1;
}

/* treatement page start */
.page-banner-content h1 {
  text-transform: uppercase;
}

.condition-andro-sec {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/varicocele-bg.png);
  padding: 40px 0px;
  color: #fff;
}

.condition-of.andro-list li p {
  margin-left: 30px;
}

.condition-of.andro-list li i {
  position: absolute;
}

.condition-andro-title p {
  font-size: 20px;
  margin-bottom: 30px;
}

.treatement-list li p {
  margin-left: 30px;
  margin-bottom: 7px;
}

.treatement-list li i {
  position: absolute;
}

.sexual-sysfunction-content .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0e3f6a;
}

.sexual-sysfunction-content .nav-pills .nav-link {
  border-radius: .25rem;
  background-color: rgb(235, 235, 235);
  margin-bottom: 15px;
  padding: 12px 6px;
  font-size: 20px;
  color: #0e3f6a;
  border: 0;
  border-radius: .25rem;
  transition: .5s;
}

.sexual-sysfunction-content .nav-link:focus,
.nav-link:hover {
  background-color: #0e3f6a !important;
  color: #fff !important;
}

.sexual-sysfunction-content .tab-content {
  box-shadow: 0px 0px 10px #0000001F;
  padding: 20px;
}

.traetement-page-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0e3f6a;
}

.traetement-page-tabs .nav-pills .nav-link {
  border-radius: .25rem;
  background-color: rgb(235, 235, 235);
  padding: 10px 60px;
  font-size: 20px;
  color: #0e3f6a;
  border: 0;
  border-radius: .25rem;
  transition: .5s;
  margin-left: 30px;
}

.traetement-page-tabs .nav.nav-pills.mb-3 {
  justify-content: center;
}

.traetement-page-tabs .tab-content {
  box-shadow: 0px 0px 10px #0000001F;
  padding: 20px;
}

/* .low-testo-content {
padding-bottom: 10px;
} */
.mens-health-content p {
  text-align: justify;
}

.header-logo-dep-name h5 {
  color: #595959;
}

.blogs-details-content h3 {
  font-size: 20px;
}

.blogs-details-content h2 {
  font-size: 20px;
}

h3.email-success {
  color: #1a7614;
}

.home-video-sec .video-item .video-img img {
  z-index: 0;
}

.surgeries-page-content p {
  text-align: justify;
}

.surgeries-page-content h4 {
  padding-bottom: 5px;
}

.surgery-page-list li::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f061';
  color: #092844;
  position: absolute;
  top: 0px;
  font-size: 13px;
  left: -20px;
  font-weight: 900;
}

.surgery-page-list li {
  position: relative;
  margin-left: 25px;
  line-height: 30px;
  font-size: 15px;
}

.surgeries-page-content h3 {
  color: #0e3f6a;
}

.form-control.dropdown.classic.dropdown-toggle {
  appearance: button;
}



.appointemnt-area-form {
  background-color: #DBEEFF;
  padding: 27px;
}

.appointment-btn {
  border: none;
  background-color: #0e3f6a;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 6px;
}

.book-appointment-title h3 {
  color: #0e3f6a;
}

.form-check {

  padding-left: 0.7em;
  padding-top: 3px;
}

.types-patient-form-row {
  display: grid;
}

.types-patient-form-row .form-check {
  padding-left: 0.7em;
  padding-top: 3px;
  padding-left: 25px;
}

.types-patient-form-radio {
  display: grid;
  grid-template-columns: auto auto;
}

.contactus-contact-box h6 {
  letter-spacing: 0.88px;
  color: #292929;
  font-family: 'poppinssemibold';
}

.our-consultation-address {
  position: relative;
  color: #fff;
  margin-left: 50px;
}

.our-consultation-address::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f3c5';
  color: #105590;
  position: absolute;
  top: 2px;
  font-size: 19px;
  left: -45px;
  font-weight: 900;
  background-color: #fff;
  padding: 1px 9px;
  border-radius: 4px;
}

.our-consultation-address h6 {
  margin-bottom: 2px;
}

.our-consultation-address p {
  margin-bottom: 2px;
}

.our-consultation-phone {
  position: relative;
  color: #fff;
  margin-left: 50px;
}

.our-consultation-phone::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f095';
  color: #105590;
  position: absolute;
  top: 6px;
  font-size: 19px;
  left: -45px;
  font-weight: 900;
  background-color: #fff;
  padding: 1px 5px;
  border-radius: 4px;
  transform: rotate(90deg);
}

.our-consultation-phone p {
  margin-bottom: 0px;
  padding-top: 8px;
}

.our-consultation-phone p a {
  color: #fff;
}

.our-consultation-location-title h3 {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
}

.our-consultation-location-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-consultation-sub-title h4 {
  color: #fff;
  margin: 20px 0px;
  font-size: 23px;
}
.home-andrology-btn a {
  padding: 10px 16px;
  background-color: #fff;
  letter-spacing: 0.4px;
  color: #1C4CA5;
  border-radius: 4px;
  font-family: 'Montserrat-Bold';
  font-size: 17px;
}

.home-andrology-btn a:hover {
  color: #fff;
  background-color: #092844;
}

.andrology-publication-table tbody tr td a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  background-color: #0e3f6a;
  padding: 7px 15px;
  border-radius: 4px;

  font-family: 'Montserrat-Bold';
}

.andrology-publication-table tbody tr td h5 {
  margin-bottom: 0px;
  font-family: 'poppinsregular';
  font-size: 16px;
  color: #000;
}

.andrology-publication-table tbody tr td {
  vertical-align: top;
}

.andrology-publication-table tbody tr:first-child td {
  border-top: 0px;
}

.andrology-publication-table tbody tr td {
  border-top: 1px solid #dee2e6;
  padding: 20px;
}





.btn.book-now {
  background: #efc468;
  border-radius: 0;
  color: #232323;
  display: inline-block;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 150px;
  /* Hover styles, 
  media queries */
}

.appointment-verticalButton {
  padding: 0px 0px 0px 0px;
  width: 250px;

  height: 40px;

  background: #0e3f6a;
  border-radius: 0px 0px 5px 5px;

  -moz-transform: rotate(90deg);

  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);

  -webkit-transform: rotate(90deg);

  position: fixed;

  right: -105px;

  top: 425px;

  z-index: 666;

  color: #fff;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  transition: all 0.3s;
}

.appointment-verticalButton:hover {
  color: #fff;

  background-color: #092844;

}

.our-consultation-location-title h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #fff;
  margin-top: 17px;
  margin-left: -80px;
}

.our-consultation-location-title h3::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #fff;
  margin-top: 17px;
  margin-left: 13px;
}

.andrology-publication-table tbody tr td h5 {

  line-height: 26px;

}

.andrology-publication-table tbody tr td h5 span {
  font-style: italic;

}

.home-about-doc-img img {
  border-radius: 0px 54px;

}

.home-about-doc-img {
  position: relative;
  background-color: #fff;
  z-index: 1;
  border: 15px solid #106ab8;
  border-radius: 0px 70px;
}

.aboutus-doc-img img {
  border-radius: 0px 55px;
}

.aboutus-doc-img {
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 0px 70px;
  border: 15px solid #106ab8;
}

.andrology-publication-table tbody tr:hover {
  background-color: #DBEEFF;
  transition: 0.5s;
}


/* landing page css ----- Best doctors for erectile dysfunction in Chennai  */
.page-banner-bg-landing-page {
  background-image: url(../images/erectile_dysfunction-banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.page-banner-bg-landing-page.urology-banner {
  background-image: url(../images/urologist_banner.png);
}
.page-banner-content-landing-page h1 {
  color: #0e3f6a;
}

.test-for-erectile-list ul li {
  padding-left: 35px;
  color: #5d5d5d;
  line-height: 1.4em;
  margin-bottom: 7px;
  padding-bottom: 8px;
  padding-top: 0px;
  letter-spacing: 0.5px;
  position: relative;
  font-family: 'poppinsregular';
}

.test-for-erectile-list ul li:before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f00c';
  color: #0e3f6a;
  position: absolute;
  top: 0px;
  font-size: 19px;
  left: 2px;
  font-weight: 900;
}

.services-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}

.causes-bg {
  background-image: url(../images/andrologu-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.causes-bg h1 {
  color: #fff !important;
}

.service {
  margin: 8px;
}

.treatment-erectile-box h4 {
  color: #0E3F6A;
}

.causes-bg .flip-box {
  background-color: transparent;
  width: 330px;
  height: 200px;

  border-radius: 10px;
  perspective: 1000px;
}

.causes-bg .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.causes-bg .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.causes-bg .flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.causes-bg .flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.causes-bg .flip-box-front img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 2px solid #105590;
}

.causes-bg .flip-box-back {
  background-color: #ffffff;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}

.causes-bg .flip-box-front h2, .causes-bg .flip-box-front h3 {
  font-size: 25px;
  margin-top: 20px;
}
.causes-bg .flip-box-back p {
  font-size: 17px;
  margin-bottom: 0px;
}
.urologu-symptoms-img img {
  border-radius: 50%;
  border: 2px solid #105590;
}
.about-erectile-img.doctor-img img {
  border: 15px solid #106ab8;
  border-radius: 0px 70px;
}
.treatment-erectile-box p {
  margin-bottom: 0px;
}

.treatment-erectile-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 25px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
}
.what-consider-sec {
  width: 58%;
  margin: auto;
    margin-top: auto;
  background-color: #105590;
  padding: 25px;
  border-radius: 5px;
  margin-top: -70px;
}
.what-consider-sec p {
  margin-bottom: 0px;
  margin-top: 25px;
  color: #fff;
  text-align: center;
}
.about-erectile-img-content.test-for-erectile-title p {
  color: #595959;
}
.about-erectile-img-content.test-for-erectile-title p {
  color: #595959;
}
.treatment-erectile-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.treatment-erectile-box {
  width: 46%;
}

.test-for-erectile-title p {
  color: #fff;
}

.test-for-erectile-title h1, .test-for-erectile-title h2, .test-for-erectile-title h3 {
  color: #0E3F6A;
}

.treatment-bg-sec {
  background-color: #DBEEFF;
}

.best-urology-content p {
  color: #fff;
  text-align: center;
}

.panel-title>a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

body {
  background-color: #f5f5f5;
}

.panel-title>a.collapsed:before {
  float: right !important;
  content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none;
}

.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel {
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #00bcd4;
  text-align: center;
  color: #fff;
}

.when-area-bg {
  background-image: url(../images/testimonial-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  margin: 0px -20px;
}

.when-area-content {
  color: #fff;
}

.accordion-button::after {

  display: none !important;
}

.icon {
  position: absolute;
  right: 20px;
  font-size: 24px;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
  color: #0e3f6a;
  background-color: #fff;
  box-shadow: none;
  padding-right: 40px !important;
}

.urology-symptoms-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.urology-symptoms-col {
  width: 18%;
  margin-bottom: 30px;
}
.urology-symptoms-col p {
  margin-bottom: 0px;
  text-align: center;
  margin-top: 15px;
  color: #0e3f6a;
  font-weight: 600;
}
.urologu-symptoms-img {
  width: 70%;
  margin: auto;
}
.appointment-btn-urology a {
  padding: 10px;
  background-color: #0e3f6a;
  font-size: 16px;
  border-radius: 4px;
  color: #fff;
}
.test-for-erectile-title h1, .test-for-erectile-title h2, .test-for-erectile-title h3 {
  font-size: 31px;
}
.andrology-bg-area h2 {
  color: #0E3F6A;
}
.andrology-bg-area h3 {
  color: #000;
}
.andrology-bg-area h4 {
  color: #105590;
}
.page-banner-content-landing-page h1 {
  background-color: #0E3F6A;
  padding: 10px 15px;
  color: #fff;
  width: 79%;
}
.about-erectile-img.doctor-img {
  width: 74%;
  margin: auto;
}
.why-andrology-content p {
  margin-bottom: 0px;
}
.why-andrology-content {
  background-color: #DBEEFF;
  padding: 25px;
  border-radius: 5px;
}

.accordian-sec .accordion-button:not(.collapsed)::before {
  background-image: none !important;
  transform: rotate(-90deg) !important;
  font-family: bootstrap-icons !important;
  content: "\F285" !important;
 
  color: #fff;
  
}
.accordian-sec .accordion-button::before {
  font-weight: 900 ;
  transition: transform 0.2s ease-in-out;
  font-family: bootstrap-icons !important;
  content: "\F285" !important;
  color: #fff;
  font-size: 20px;
  right: 16px;
position: absolute;

  background-image: none !important;
  
}
.accordian-sec .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow:none;
}
.accordian-sec .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0e3f6a;
  box-shadow: none;
}
.accordion-button {
  background-color: #0e3f6a;
  color: #fff;
}
.test-for-erectile-title h2 {
  font-size: 31px;
}
.test-for-erectile-title h2 {
  color: #0E3F6A;
}
.causes-bg .test-for-erectile-title h2 {
  color: #fff;
}
.our-consultation-location-top-line.online-consul .appointment-verticalButton {
    
    top: 160px;
}

/* score page css */
.validationCustom05 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'poppinssemibold';
  color: #292929;
}
.radio-check {
  margin-bottom: 5px;
  font-size: 16px;
}
.radio-selected {
  background-color: red; /* Change this to your desired color */
  color: #fff; /* Change this to your desired text color */
}
.score-area-register-form {
  background: #DBEEFF;
  padding: 40px;
   margin-bottom: 30px;
}
.score-area-title-sec h4 {
  color: #0e3f6a;
  font-size: 25px;
  text-align: center;
}
.score-area-title-sec  {
  margin-bottom: 30px;
}
.score-form-sec {
  background: #DBEEFF;
  padding: 40px;
}
.score-left-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.score-right-bg {
  position: absolute;
  right: 0;
  bottom: -63px;
  z-index: -1;
}
.btn.score-btn-primary {
  background-color: #0e3f6a;
  color: #fff;
  font-weight: 600;
  width: 140px;
  margin-top: 40px;
  font-family: 'poppinssemibold';
}
.new-control.new-radio.radio-info {
  font-family: 'poppinssemibold';
}
.score-question-area {
  margin-bottom: 30px;
}
.score-register-label {
  font-family: 'poppinssemibold';
  color: #0e3f6a;
}
.score-form-sec .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #cbe3f9;
}
.score-banner-video-sec .table > tbody > tr > td {
  vertical-align: middle;
  height: 80px;
}
.score-banner-video-sec .table > thead > tr > th {
  color: #ffffff !important;
  background-color: #0e3f6a !important;
  font-weight: 600 !important;
  vertical-align: middle;
}
.score-banner-video-sec .table td, .table th {
  border-top: 1px solid #f1f3f1;
}
.score-banner-video-sec .table-hover:not(.table-dark) tbody tr:hover {
  background-color: #DBEEFF !important;
}
.score-banner-video-sec .table-bordered {
  border: 1px solid #f1f3f1;
}
table {
  border: 1px solid grey;
  overflow-x: auto;
  display: block;
}
.score-form-sec{
  width: 100%;
  overflow: hidden;
 
  
}
.score-banner-video-sec .table > thead > tr > th:first-child {
  width: 200px;
}



.static-appoiment-btn {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 9999;
}
.static-appoiment-btn a {
  display: block;
  height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  margin-bottom: 1px;
  z-index: 2;
  background-color: #0E3F6A;
  padding: 5px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-appoiment-btn a:hover > span {
  visibility: visible;
  right: 102px;
  opacity: 1;
}
.static-appoiment-btn p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
.static-appoiment-btn a span {

  margin-top: 1px;
  right: 60px;
  position: absolute;
  text-align: center;
  width: 220px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  background-color: #0E3F6A;
  color: #fff;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat-SemiBold';
}
.static-appoiment-btn.online-consult {
  top: 55%;
}
/*score sec css*/

.home-score-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 30px;
}
.score-bg-sec {
  background-color: #fff;
  z-index: 9999;
  position: relative;
  transition: all 0.3s;
}
.score-bg-sec:hover {
  background-color: #FFF6AA;
}
.score-bg-sec.active {
  background-color: #FFF6AA;
}
.home-score-content h5{
    font-family: 'Montserrat-Bold';
    margin-top: 45px;
}
.home-score-content p{
    font-family: 'Montserrat';
}
.home-score-content {
  background-color: #105590;
  color: #fff;
  border-radius: 10px;
  height: 160px;
 padding:15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-score-sec-content-img {
  border: 2px solid #105590;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 30px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: -50px;
  position: relative;
}
.home-view-content p {
  font-size: 14px;
  margin-top: 38px;
  margin-bottom: 0px;
  color: #fff;
}
.home-view-content a p {
 
  color:#fff;
  
}
.home-view-content a {
  color: yellow;
}
.home-score-sec-content-img img {
  width: 100%;
}
.score-title-area h2 {
  color: #0E3F6A;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.home-score-sec .flip-box {
 
  perspective: 1000px;
   width: auto;
  height: 200px;

}

.home-score-sec .flip-box-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.home-score-sec .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.home-score-sec .flip-box-front-area,
.flip-box-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
}

.home-score-sec .flip-box-front-area {
 
  display: flex;
  justify-content: center;
  align-items: center;
 
  
}

.home-score-sec .flip-box-back {
 
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
  padding: 0px;
  background-color: transparent;
}
.static-appoiment-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.scrre-health-check-sticky {
  position: fixed;
 bottom: 50px;
  left: 20px; 
  z-index: 99999;
}
.scrre-health-check-sticky a {
  display: grid !important;
  align-items: center;
}
.scrre-health-check-sticky a {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  
  text-decoration: none;
}
.scrre-health-check-sticky p {
  margin-bottom: 0px;
  text-transform: uppercase;
  background-color: #1751bb;
  font-weight: 600;
  padding: 4px 7px;
  border-radius: 5px;
  margin-top: 10px;
}

.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear 3s infinite;
}
@-webkit-keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
@keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
.thumb-arrow i {
  color: #1751bb;
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.our-consultation-location-box-two {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
}

.our-consultation-location-box-two > * {
  flex: 1;
}
/* score page css */
/*-----------------------------score page section start-------------------------- */
.question {
  margin-bottom: 20px;
}

.score-sec-area .options label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.score-sec-area .options label:hover {
  background-color: #f0f0f0;
}

.score-sec-area .options input {
  display: none;
}

.score-sec-area .options input:checked + label.option-one {
  background-color: #097B0D;
  color: #fff;
  border: 2px solid #097B0D;
}

.score-sec-area .options input:checked + label.option-two {
  background-color: #870082;
  color: #fff;
  border: 2px solid #870082;
}

.score-sec-area .options input:checked + label.option-three {
  background-color: #5B2F08;
  color: #fff;
  border: 2px solid #5B2F08;
}

.score-sec-area .options input:checked + label.option-four {
  background-color: #480481;
  color: #fff;
  border: 2px solid #480481;
}

.score-sec-area .options input:checked + label.option-five {
  background-color:#7B0909;
  color: #fff;
  border: 2px solid #7B0909;
}

.score-sec-area .options input:checked + label.option-six {
  background-color: #00696D;
  color: #fff;
  border: 2px solid #00696D;
}
.score-sec-area .options input:checked + label.option-seven {
  background-color: #C10424;
  color: #fff;
  border: 2px solid #C10424;
}

.score-sec-area .options label.option-one {
 
  color: #333;
  border: 2px solid #097B0D;
  border-radius: 25px;
}

.score-sec-area .options label.option-two {
 
  color: #333;
  border: 2px solid #870082;
  border-radius: 25px;
}

.score-sec-area .options label.option-three {
 
  color: #333;
  border: 2px solid #5B2F08;
  border-radius: 25px;
}

.score-sec-area .options label.option-four {
  color: #333;
  border: 2px solid #480481;
  border-radius: 25px;
}

.score-sec-area .options label.option-five {
  color: #333;
  border: 2px solid #7B0909;
  border-radius: 25px;
}

.score-sec-area .options label.option-six {
  color: #333;
  border: 2px solid #00696D;
  border-radius: 25px;
}
.score-sec-area .options label.option-seven {
  color: #333;
  border: 2px solid #C10424;
  border-radius: 25px;
}
.score-sec-area .score-content-area h4 {
  font-family: 'poppinsregular';
  font-size: 18px;
  color: #333;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
.score-sec-area .options {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
}
.score-sec-area .options label {
  width: 20%;
}
.score-sec-area .question {
  border-bottom: 2px solid #1751bb;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.score-right-bg {
  position: absolute;
  right: 0;
  bottom: -63px;
  z-index: -1;
}
.score-left-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.static-appoiment-btn {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 9999;
}
.static-appoiment-btn a {
  display: block;
  height: 90px;
  position: relative;
  text-align: center;
  width: 80px;
  margin-bottom: 1px;
  z-index: 2;
  background-color: #0E3F6A;
  padding: 5px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-appoiment-btn a:hover > span {
  visibility: visible;
  right: 62px;
  opacity: 1;
}
.static-appoiment-btn a span {

  margin-top: 1px;
  right: 60px;
  position: absolute;
  text-align: center;
  width: 220px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  background-color: #0E3F6A;
  color: #fff;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat-SemiBold';
}
.static-appoiment-btn.online-consult {
  top: 47%;
}

/*score sec css*/

.home-score-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 30px;
}
.score-bg-sec {
  background-color: #fff;
  z-index: 9999;
  position: relative;
}
.home-score-content h5{
    font-family: 'Montserrat-Bold';
}
.home-score-content p{
    font-family: 'Montserrat';
}
.home-score-content {
  background-color: #105590;
  color: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
}
.home-score-sec-content-img {
  border: 2px solid #105590;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 30px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: -50px;
  position: relative;
}
.home-score-sec-content-img img {
  width: 100%;
}
.score-title-area h2 {
  color: #0E3F6A;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.score-area-register-form {
  padding: 20px 30px;
  background-color: #1751bb;
  border-radius: 10px;
}
.score-area-register-form label {
  color: #fff;
  font-family: 'poppinssemibold';
  font-size: 16px;
  margin-bottom: 10px;
}
.score-area-title-sec h4 {
  font-size: 30px;
  color: #0e3f6a;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.score-area-title-sec  {
  
  margin-bottom: 35px;
}
.score-banner-video-sec {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.btn.score-btn-primary {
     border-radius: 6px;
  background-color: #1751bb;
  color: #fff;
  font-weight: 600;
  width: 226px;
  margin-top: 21px;
  text-transform: uppercase;
  font-size: 22px;
  height: 55px;
  font-family: 'poppinsregular';
}
.options.yes-or-no label {
  width: 100%;
}
.options.yes-or-no {
  justify-content: flex-end;
  width: 12%;
  gap: 10px;
}
.question.yes-or-no-ques {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.know-more-btn a {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #0e3f6a;
  color: #fff;
  font-size: 15px;
}

/***14.08.24***/
    .scrre-health-check-sticky{
        width:100px;
        left:unset;
        right:10px;
    }

/****26.12.24***/
.online_consult {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 111;
}

.online_consult a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 7px 0 0 7px;
    position: relative;
    background: #105590 ;
    padding: 11px;
    transition: 0.2s;
}

.online_consult a span {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    white-space: nowrap;
    font-size: 16px;
    background: #105590 ;
    z-index: -1;
    border-radius: 7px 0 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    padding: 0px 20px;
    text-transform: capitalize;
    
}

.online_consult a i {
    font-size: 40px;
}
.online_consult a:hover {
        border-radius:0;
        transition: 0.2s;
}
.online_consult a:hover span{
    transform: translateX(-99%);
    left: 0;
    transition: 0.2s;
}
.new_appoint .appointemnt-area-form{
    background:transparent;
}
.new_appoint .tims .box {
    height :100% ;
}
.new_appoint .tims >.col-md-6.col-lg-4 {
    margin-bottom:20px;
}

.new_appoint .tims .less{
      background: #105590;
    border: none;
    box-shadow: none;
    padding: 10px 20px;
        font-family: 'Saira';
}
.new_appoint .tims .less:hover {
    background: #dbeeff;
    color:#000;

}
.new_appoint .tims .contactus-contact-box p {
    letter-spacing: 0.32px;
    color: #292929;
    text-transform: capitalize;
}
.header-logo .nw_logos {
    /*display: block;*/
}
.header-logo .nw_logos img{
    max-width:150px;
}
.header-logo  {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    gap: 15px;
}
.header-top .header-doc-name h1 {
    font-size: 30px;
    text-align: center;
}
.header-logo .header-logo-dep {
    display: flex;
    padding: 0 10px;
    align-items: center;
}

.header-logo-dep .header-icon-left img ,.header-logo-dep .header-icon-right img{
        max-width: 70px;
}

/*.head-email-content {*/
/*    padding-right: 20px;*/
/*}*/
/*.head-phone-content {*/
/*    padding-right: 15px;*/
/*}*/
.header-contact-top {
    margin-left: 15px;
    align-items: center;
    gap: 10px;
}
.header-contact-top .onlines a i{
    display:none;
}

.header-contact-top .onlines a{
    background: #fff;
    padding: 4.5px 10px;
    color: #0E3F6A;
    font-family: 'Saira';
    font-weight: 600;
    display:block;
  
}

.head-email-content i ,.head-phone-content i {
    margin-right:5px;
}
.head-email-content a ,.head-phone-content a{
     display: flex;
    align-items: center;
}



.male_ferti {
    background: #105590;
}

.male_ferti h3,
.male_ferti h4,
.male_ferti p {
    color: #fff;
}

.men_fer_care .about-infertility-bg {
    z-index: 0;
}

.cmn_sec_banner {
    position: relative;
    padding: 50px 0;
}

.expert_land {
    background: url(../images/fertility-anna-nagar/expert_pg.png) no-repeat;
    background-size: cover;
}
.expert_land.omrs {
    background: url(../images/expert-fertility/expert_pg.png) no-repeat;
    background-size: cover;
}

.cmn_sec_banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0e3f6a;
    opacity: .5;
}

.cmn_sec_in {
    z-index: 1;
    position: relative;
}

.cmn_sec_in h4 {
    color: #fff;
}

.cmn_sec_banner .cmn_sec_in .cmn_sec_cnt h1 {
    background-color: #0E3F6A;
    padding: 10px 15px;
    color: #fff;
}

.cmn_sec_banner .cmn_sec_in h1 .cmn_sec_cnt {
    max-width: 500px;
}

.cmn_sec_banner .cmn_sec_in .cmn_sec_cnt {
    max-width: 630px;
}

.flip-box-front1 {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.flip-box-front1 h6 {
    color: #105590;
    font-size: 20px;
    margin-block: 15px;
}

.causes-bg .flip-box.box1 {
    width: 100%;
    height: 100%;
}

.flip_cmn_sec .col-md-6.col-lg-4 {
    margin-bottom: 20px;
}

.no_bg_clr {
    background: #fff;
}

.new_cls_name .treatment-erectile-box {

    background: #105590;
    margin-block: 15px;
}

.new_cls_name .treatment-erectile-box h4,
.new_cls_name .treatment-erectile-box p {
    color: #fff;
    text-align: center;
}

.new_cls_name .treatment-erectile-box .img {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #105590;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    margin-top: -65px;

}

.new_cls_name .treatment-erectile-box .img img {
    max-width: 50px;
    height: 50px;
    object-fit: contain;
}

.treatment-erectile-grid.grds1 .treatment-erectile-box .img {
    margin-top: 0;
    background: unset;
    border: none;
}

.treatment-erectile-grid.grds1 .treatment-erectile-box .img img {
    max-width: 100%;
    height: auto;
}

.treatment-erectile-grid.grds1 .treatment-erectile-box  {
    margin-block: 0;
}



.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 160px;
  right: 35px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
  font-size: 30px;
  line-height: 55px;
}
.float:hover a, i{color: #fff;}













@media screen and (max-width:1400px){
   .header-logo .header-logo-dep-name {
    padding: 0px 15px;
}
.header-top .header-doc-name h1 {
    font-size: 24px;
}
 .header-logo-dep .header-icon-left img, .header-logo-dep .header-icon-right img {
    max-width: 45px;
}  
 .header-top .header-logo-dep-name h5 {
    color: #595959;
    font-size: 18px;
} 
    
.header-contact-top .onlines a {
    padding:4px 5px;
}
    
.head-email-content a, .head-phone-content a {
    font-size: 12px;
}
.header-contact-top {
    margin-left: 5px;
}
.footer-sec-bg .our-consultation-location-box {
    gap: 35px;
}

    
    
}

@media screen and (max-width:1200px){
    .header-top .header-doc-name h1 {
    font-size: 18px;
}
   .header-logo .nw_logos img {
    max-width: 125px;
}
.header-logo {
    gap: 10px;
}
.header-logo .header-logo-dep-name {
    padding: 0px 10px;
}

.header-logo-dep .header-icon-left img, .header-logo-dep .header-icon-right img {
    max-width: 45px;
}
.header-logo .header-icon-left,.header-logo .header-icon-right {
    width: 20%;
}
.header-top .header-logo-dep-name h5 {
    font-size: 15px;
}
.menu ul li {
    padding: 10px 7px;
    font-size: 13px;
}

.head-email-content span, .head-phone-content span {
    display: none;
}

.head-email-content a, .head-phone-content a {
    font-size: 12px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-email-content i, .head-phone-content i {
    margin-right: 0;
    color:#0E3F6A;
}
header .header-contact-top {
    margin-left: 100px;
}

.footer-sec-bg .our-consultation-location-box {
    gap: 45px;
    justify-content: space-between;
    flex-wrap: wrap;
}

}








@media screen and (max-width:991px){
    .scrre-health-check-sticky{
        width:100px;
        left:unset;
        right:10px;
    }
    
  .header-logo {
    justify-content: space-between;
    margin-bottom: 10px;
}  
header .header-contact-top .head-phone-content ,header .header-contact-top .head-email-content,header .header-contact-top  .header-social{
    display:none;
}
.header-contact-sec{
    position: absolute;
    width: fit-content;
    z-index: 1111;
    left: 50%;
    transform: translateX(-50%);
    }
header .header-contact-top {
    margin: 0;
}
.header-contact-sec >.row >.col-lg-12.col-md-7{
        display: block;
    width: auto;
}
    
    
    
}
@media screen and (max-width:767px){
.our-consultation-location-box-two {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.our-consultation-location-box-two >div{
    flex:unset;
}
.our-consultation-location-box {
    justify-content: flex-start !important;
}
.online_consult a i {
    font-size: 25px;
}

.header-menu-sec .menu-text {
    margin-top: 15px;

}
}


@media screen and (max-width:380px){
.header-logo .nw_logos img {
    max-width: 100px;
}
.header-top .header-doc-name h1 {
    font-size: 14px;
}
.header-top .header-logo-dep-name h5 {
    font-size: 12px;
}
.header-logo-dep .header-icon-left img, .header-logo-dep .header-icon-right img {
    max-width: 30px;
}

}
@media screen and (min-width:1701px){
.header-bottom-right {
    width: 54%;
}
}








