@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700&display=swap");
@font-face {
  font-family: 'chewyregular';
  src: url('../fonts/chewy-webfont.woff2') format('woff2'),
       url('../fonts/chewy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
html{ scroll-behavior: smooth; }

button:focus { outline: none;}
/* Purple: #8a1980; */

header .align-items-center { justify-content: space-between; }

.text-purple { color: #8b1981; }
.text-dpurple { color: #192478; }
.text-pink { color: #da0d81; }
.text-dark{ color: #231f20;}
.text-gray { color: #414042;}
.text-lightpink { color: #f2cbf2; }
.text-blue { color: #192478; }
.text-brown { color: #890011;}
.text-lightbrown{ color: #f04f56;}
.text-offwhite { color: #f1dedf;}

.text-maroon { color: #c70039;}
.text-white { color: #ffffff;}

.light-bg-rounded{
  background: #f04f56;
  border-radius: 25px;
  padding: 25px 50px;
} 

.light-bg-rounded h3 { font-size: 28px; font-weight: 500; }

.text-dpurple>span{ color: #ff0077;}


div#treatmentAccordion{ position: relative;}
/* div#treatmentAccordion::before{ position: absolute; width: 250px; height: 250px; background: url(../images/accordion-backdrop.png) no-repeat center center; background-size: contain; top: -125px; left: -125px; content: ""; z-index: -1;}
div#treatmentAccordion::after{ position: absolute; width: 250px; height: 250px; background: url(../images/accordion-backdrop.png) no-repeat center center; background-size: contain; bottom: -125px; right: -125px; content: ""; z-index: -1;} */

.chewy-font{
  font-family: 'chewyregular',sans-serif !important;
}

.mt-overlap { margin-top: -45px; }

.leading-gyne { margin-top: -200px; }

.mt-250 {  margin-top: 250px; }
.mt-12 {  top: -12px; }

.container-fluid.free-image {
  max-width: none;
  padding: 0;
}
.container-fluid.free-image .col-md-12 { padding: 0;}
.container-fluid.free-image .img-fluid { max-width: auto;}

.baa-01 { margin-top: -40px;}
.baa-01 .milann-spl-btn-style2{ margin-top: -20px !important;}

.baa-02 { margin-top: -60px;}
.baa-02 .milann-spl-btn-style2{ margin-top: -20px !important;}

img.dr-image-big { margin-bottom: -80px;}

.video-description { padding: 0; text-align: justify; font-size: 24px;}

#hero-banner { background: url(../images/banner/web-banner.jpg) no-repeat center center; background-size: cover; }

h2.spl-uline{ position: relative; padding-bottom: 20px;}
h2.spl-uline::after {
  content: "";
  background: url(../images/uline-pink.png) no-repeat left center;
  background-size: contain;
  height: 5px; 
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 2px;
}

.main-slider.slick-dotted.slick-slider { margin-bottom: 0;}

.btn-facilities{
  background: #7c2d84;
  color: #fff;
  border-radius: 3px;
  padding: 4px 15px;
  font-size: 18px;
  margin: 5px 5px 5px 0;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.19);
}

.btn-facilities.dropdown-toggle::after,
.dropleft .btn-facilities.dropdown-toggle::before{ display: none;}

.header-facilities { display: inline-block;}
.header-facilities .dropdown-item:focus, 
.header-facilities .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #7c2d84;
}

a.btn {
  background: #fff;
  color: #192478;
  margin: 5px 5px 5px 0;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  font-weight: 500;
}

a.btn.btn-primary { background: #8b1981; color: #fff; }

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #da0d81;
    border-color: #610c9f;
}

.hero.slick-slider .slick-dots { bottom: 25px;}
.hero.slick-slider .slick-dots li button:before { color: #7c2d84; background: #7c2d84; border-radius: 15px; } 
.hero .slide .row { align-items: center;}
.hero .slide h1 { font-weight: 400;}
.hero .slide h1>span { font-weight: 600;} 


.accordion .card-header { padding: 0; border-bottom: 0; position: relative; z-index: 1; }
.accordion .card-header::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 10px;
  background: #fff;
  position: absolute;
  z-index: 0;
}
.accordion .card-body { padding: 15px 40px; color: #231f20; font-size: 20px; }
.accordion .card-body>img { border-radius: 0 0 15px 15px; margin-bottom: 10px; border: 3px solid #ba307e; max-width: 56%; position: relative; top: -2px; z-index: 0; }
.accordion .card-body h5 { margin-bottom: 0; font-weight: 600;}
.accordion .card-body ul.box-bullet{ list-style-type: none; padding: 0;}
.accordion .card-body ul.box-bullet>li { position: relative; padding-left: 30px; padding-bottom: 15px; }
.accordion .card-body ul.box-bullet>li::before { background: url(../images/box-bullet01.png) no-repeat center center; content: ""; width: 18px; height: 18px; position: absolute; left: 0; top: 2px;}

.accordion .accordion-btn {
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  border: 1px solid #ffccc4;
  border-radius: 0px;
  padding: 0;
  color: #c70039;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ba307e+0,8b1981+100 */
  background: #ff6969; 
}
.accordion .accordion-btn.collapsed {
  background: #ffffff; 
  color: #231f20;
}

.accordion .accordion-btn h4 { color: #ffffff; padding: 8px 40px; margin: 0; min-height: 70px; display: flex; align-items: center; text-align: left;}
.accordion .accordion-btn.collapsed h4{ color: #231f20; }

.accordion .accordion-btn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M14.093,3.815l1.865,1.865L8,13.64L0.041,5.681l1.865-1.865L8,9.908L14.093,3.815z'/%3E%3C/g%3E%3C/svg%3E%0A");  
  transform: rotate(-180deg)
}

.accordion .accordion-btn::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23da0d81' d='M14.093,3.815l1.865,1.865L8,13.64L0.041,5.681l1.865-1.865L8,9.908L14.093,3.815z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out
}

.custom-button-block a.milann-btn-style {
  max-width: 210px;
  font-size: 14px;
  margin: auto;
}

.custom-button-block { padding: 30px 0;}

.box-form {
  border-radius: 25px;
  box-shadow: 2px 2px 10px 0 #ccc;
  padding: 40px 30px 20px;
  max-width: 580px;
  margin: auto;
  background: #fff;
}
.box-form h4{ font-weight: 400; }

.maxw-550 { max-width: 550px; margin-left: auto; margin-right: auto;}
.maxw-640 { max-width: 640px; margin-left: auto; margin-right: auto;}

ul.conception-tl {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: start;
 /*  gap: 10px; */
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 1;
}

ul.conception-tl::before {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b9e4f+0,cde8d5+100 */
  background: linear-gradient(to right,  #2b9e4f 0%,#cde8d5 100%); 

  position: absolute;
  left: 50%;
  top: -3%;
  width: 100%;
  height: 70%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 100px;
}

ul.conception-tl li {
  display: inline-block;
  width: 20%;
  color: #fff;
  padding: 5px 15px;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
ul.conception-tl li h3 { background-color: #ba307e; font-size: 18px; color: #fff; padding: 12px 16px; margin-left: -15px; margin-right: -15px; margin-bottom: 0; transition: background-color ease-in-out .5s; }
ul.conception-tl li:hover h3,
ul.conception-tl li.age-active h3 { background-color: #7c2d84; }

ul.conception-tl li .additional-info { visibility: hidden; opacity: 0; position: absolute; left: 0; bottom: -50px; padding: 15px; width: 100%; transition: all ease-in-out .5s; z-index: -1; background: #2b9e4f; min-height: 160px; border-radius: 0 0 25px 25px;}
ul.conception-tl li .additional-info>span { display: inline-block; background: #00681d; font-weight: 500; padding: 5px 15px; border-radius: 30px; margin-bottom: 10px; }
ul.conception-tl li .additional-info>p { font-size: 14px;}
ul.conception-tl li:hover .additional-info,
ul.conception-tl li.age-active .additional-info { visibility: visible; opacity: 1; bottom: -155px;}


.form-control::-webkit-input-placeholder { color: #aaa; }
.form-control:-ms-input-placeholder { color: #aaa; }
.form-control::placeholder { color: #aaa; }

.form-control:valid { background-color: rgb(241, 242, 242);  }

#rc-anchor-container.rc-anchor-normal { position: relative !important; }

a.btn.btn-primary.btn-spl-mb {
  margin-bottom: 5px;
}
.btn-primary span.ph-loc {
  font-weight: normal;
  width: auto;
  display: inline-block;
  text-align: left;
  margin-right: 0px;
}

.milann-custom-select-wrapper {
  width: 100%; max-width: 320px; margin-left: auto; margin-right: auto;
  overflow: hidden;
  position: relative;
  border: 2px solid #7c2d84;
  border-radius: 25px;
  background:#fff url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%237c2d84%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%237c2d84%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') right 20px center no-repeat;
}

.milann-custom-select-wrapper select.milann-custom-select {
  padding: 8px 40px 8px 20px;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
} 

.filter_frm .form-control { max-width: 320px; margin-left: auto; margin-right: auto;}

#city { color: rgb(73, 80, 83); }
#city.notselected { color: #aaa; }
option { color: rgb(73, 80, 83); }

#error_message p,
#error_message_popup p { color: #f00;}

.container-fluid{ max-width: 85rem; }
.container-fluid .row{ margin-left: auto; margin-right: auto; }

.section { padding: 40px 0; }

.no-padding { padding: 0;}

.row.special-image {
  align-items: end;
}

.row.special-image .col-md-7{
  padding-right: 60px;
}

video {
  width: 100% !important;
  height: auto !important;
  max-height: 480px;
}

.video-container{ background: #9500ff; }

h2.uline-center,
h4.uline-center-thin { display: inline-block; margin-left: auto; margin-right: auto; }
h2.uline-center,
h2.uline-left { position: relative; padding-bottom: 20px; }
h4.uline-center-thin{ position: relative; padding-bottom: 10px; }
h2.uline-center::after,
h2.uline-left::after { content: ""; width: 75%; height: 2px; background: #192478; position: absolute;  border-radius: 0px; bottom: 0; left: 50%; transform: translateX(-50%); }

.section.bg-deeppurple h2.uline-left::after { background: #fff; height: 2px;}

.float-left-graphic { float: left; max-width: 400px; padding: 0 30px 30px 0;}
.float-right-graphic { float: right; max-width: 400px; padding: 0 0 30px 30px;}
.float-right-graphic.big-one { max-width: 500px;}

h4.uline-center-thin::after { content: ""; width: 100%; height: 2px; background: #f1dedf; position: absolute;  border-radius: 0px; bottom: 0; left: 50%; transform: translateX(-50%); }


h2.uline-left::after { left: 0; transform: none; }
h2.uline-center.text-white::after { background: #fff;}
.section.bg-dark { background: #040303 !important;}
.section.bg-purple,
.bg-purple { background: #7c2d84;}

.bg-lightb { background: #e7e5d8;}
.bg-lightr { background: #fff5e0;}

.section.bg-blue { background: #2c63ac;}
.section.bg-gray{ background: #f1f2f2;}
.section.bg-deeppurple { background: #192478;}
.section.bg-white { background: #ffffff;}
.section.bg-offwhite { background: #fafafa;}
.section.bg-lightgray { background: #f1f2f2;}
.section.bg-lightpink { background: #f7e9fe; position: relative; z-index: 9;}
.section.bg-lightblue { background: #CCDEFF;}
.section.bg-lightblue2 { background: #e1e9f0;}
.section.bg-vlightblue { background: #e8f0ff;}
.section.bg-lightpurple { background: #ddccff; position: relative; /* overflow: hidden; */}
.section.bg-darkblue { background: #141e46;}


.section.bg-lightred { background: #ff6969;}
.key-benefits-block-hd { border-radius: 30px 30px 0 0; margin: auto; }
.key-benefits-block, .Hysteroscopy-Endometriosis-block { border-radius: 30px; padding:30px }

.section.bg-blend-to-white { background: linear-gradient(to bottom, #ffffff 0%, #fcd4e7 60%,#ffffff 100%); }
/* .section.bg-lightpurple::after{
  content: "";
  background-color: transparent;
  background-color: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E);
  background-repeat: repeat;
  -webkit-background-size: 182px;
  -moz-background-size: 182px;
  -o-background-size: 182px;
  background-size: 182px;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
} */
ul.with-icons-left { list-style-type: none; padding: 0; }
ul.with-icons-left li { position: relative; display: flex; align-items: center; margin-bottom: 15px; }
ul.with-icons-left li>img { max-width: 150px; }
ul.with-icons-left li>p { padding: 0 30px; }

ul.with-icons-top { list-style-type: none; padding: 0; }
ul.with-icons-top li { position: relative; display: inline-block; width: 33.3%; float: left; margin-bottom: 15px; text-align: center; }
ul.with-icons-top li>img { max-width: 150px; }
ul.with-icons-top li>p { padding: 0 30px; }

.section.second{ background: #f1e0df; overflow: hidden; }
.section.second .container { position: relative;}
.section.second .container::after { width: 100%; height: 110%; position: absolute; content: ""; top: -50%; left: 50%; transform: translateX(-50%); background: #fff; z-index: 0;  border-radius: 100%; box-shadow: 0 0px 2px 10px #e8d5d4; }
.section.second .section-title { position: relative; z-index: 1; padding-bottom: 40px;}
.section.second h2 { font-size: 56px; padding-bottom: 40px;} 
.section.second h3 { font-size: 36px; padding-top: 40px; } 
.section.second h4 { font-size: 32px; position: relative; padding: 40px; display: inline-block; margin: 0 auto;} 
.section.second h4>span { font-weight: 800;}
.section.second h4::after{ background: url(../images/title-underline.png) no-repeat center bottom; background-size: contain; position: absolute; content: ""; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%;}
.section.second span.curved-btn {
  display: inline-block;
  background: #00681d;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  padding: 8px 30px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.dr-block  { background: #f04f56; padding: 100px 0px 0px; border-radius: 25px; position: relative; max-width: 550px; margin: 150px auto 0;}
.dr-profile { background: none; padding: 20px; border-radius: 20px; position: absolute; top: -150px; left: 50%; transform: translateX(-50%); }
.dr-profile img { border-radius: 50%; max-width: 250px; border: 15px solid #890011;}
/* .special-boxed { padding: 30px 60px 30px 30px;} */

.icon-block  { background: none; padding: 100px 0px 60px; border-radius: 25px; position: relative; margin: 150px auto 0; }
.icon-block .icon-round { background: none; padding: 0px; border-radius: 50%; position: absolute; top: -110px; left: 50%; transform: translateX(-50%); }
.icon-block .icon-round img { border-radius: 50%; max-width: 215px; border: 1px solid #610c9f;}
.icon-block .special-boxed { padding: 10px 15px;}
.icon-block .milann-spl-btn-styleX { font-size: 20px; position: absolute; bottom: 0; left: 0; width: 100%;}

.icon-block-plain  { background: #f1f2f2; padding: 10px 15px; border-radius: 30px; position: relative; margin: 0 auto 30px; border: 1px solid #8b1981; width: 100%; }
.icon-block-plain .icon-round { background: none; padding: 0px; border-radius: 50%; }
.icon-block-plain .icon-round img { max-width: 180px; }
.icon-block-plain .special-boxed { padding: 0 15px 30px;}
.icon-block-plain .special-boxed h2{ font-weight: 600;}

.hysteroscopy-endometriosis{ background:none; padding: 10px 15px; position: relative; margin: -120px auto 30px;}
.if-youre-ready h2 { position: absolute; left: 50%; transform: translateX(-50%); font-weight: 600; top: 40px;}
 
.section.second a.curved-btn:hover { text-decoration: none; color: #fff;}

.section.bg-gradient01 { 
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a8d8ff+0,aaffdd+100 */
  background: linear-gradient(to right,  #aaffdd 0%,#a8d8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
}

.section.bg-gradient02 { 
  background: linear-gradient(to right,  #aaffdd 0%,#a8d8ff 100%);
}

.section.bg-section03{ background: url(../images/section03-bg-green.jpg) no-repeat center center; background-size: cover;}

.section.bg-ivf-dream { background: #f0f0f0 url(../images/milann-ivf-dream.jpg) no-repeat left center; background-size: contain; }

.section#what-we-offer { background: #F0F3F7;}

.section.bg-ivf-dream .overlay-w70 { position: relative; padding-left: 30px; padding-right: 30px; z-index: 2;}


.section.bg-pattern01.overlay-w70::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #fff; opacity: 0.7; z-index: 0; }

#stats-counter .container-fluid { padding: 40px 0; } 

#stats-counter .stats { display: inline-block; position: relative; vertical-align: top; padding-bottom: 30%; text-align: center; }
#stats-counter .stats#parents { width: 33%; background: url(../images/round-purple.jpg) no-repeat center center; background-size: contain; }
#stats-counter .stats#legacy { width: 33%; background: url(../images/round-green.jpg) no-repeat center center; background-size: contain; }
#stats-counter .stats#fertility-center { width: 33%;  background: url(../images/round-blue.jpg) no-repeat center center; background-size: contain; }

.counter { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.counter .count-title { font-weight: 600; font-size: 3em; margin-bottom: 0;}
#legacy .counter h2.count-title { font-weight: 600; font-size: 4em; line-height: 1;}
#fertility-center .counter h2.count-title { font-size: 2em; line-height: 1;}

.why-choose-milann .slick-track { display: flex; align-items: center; padding: 15px 0; }
.why-choose-milann h6 { color: #fff; font-weight: 300; padding: 0 15px;  }
.why-choose-milann h6>span { font-weight: 500;}


.why-choose-milann.slick-slider .slick-slide::before{ position: absolute; width: 1px; height: 60%; content: ''; background: #fff; left: 0; top: 50%; transform: translateY(-50%);}
.why-choose-milann.slick-slider .slick-slide::after{ position: absolute; width: 1px; height: 60%; content: ''; background: #fff; right: 0; top: 50%; transform: translateY(-50%);}

.why-choose-milann .slick-next:before, 
.why-choose-milann .slick-prev:before {
  color: #8b1981;
}

/* .why-choose-milann .slick-next { right: -15px; }
.why-choose-milann .slick-prev { left: -15px; } */

h3.thin { font-weight: 300; font-size: 26px;}

.counter h3 { margin-bottom: 0; }
.counter .count-title, 
.counter .count-subtitle { color: #fff;}
.counter .count-subtitle { font-weight: 500; font-size: 1.5em;}

.counter .count-title.plus-symbol { position: relative;}
.counter .count-title.plus-symbol::after { content: '\271B';}

#stats-counter .stats#fertility-center .counter h3{ max-width: 220px; margin: auto;}
#stats-counter .stats#fertility-center .counter img{ max-width: 100px; display: block; margin: 0 0 15px; margin: auto;}

.lead strong { font-weight: 600;}

.video-block{ width: 560px; height: 375px; margin: auto; margin-bottom: 15px; background: #fff; border: 15px solid #fff; border-radius: 25px; overflow: hidden; /* box-shadow: 15px 15px 0 0 #AAFFDD; */}
.video-block.brown-border{ border-color: #890011;}
.video-block-txt{ width: 560px; margin-left: auto; margin-right: auto; }

ul.bulleted { padding: 0; list-style-type: none; }
ul.bulleted li { padding: 0 20px 0 35px; position: relative; }

ul.bulleted.boxed { color: #fff;}
ul.bulleted.boxed li { background: #7c2d84; }

ul.bulleted li::before { content: '\2022'; font-size: 30px; line-height: 1; position: absolute; top: 0; left: 20px; color: #7c2d84;}

div.boxed { background: #7c2d84; padding: 20px 30px; margin-bottom: 10px;}
div.boxed.more-spaced { padding: 30px; margin-bottom: 20px;} 
div.boxed.blue { background: #4A68AF; }
div.boxed.green { background: #009746; }


div.boxed h5,
div.boxed p { color: #fff; }

.milann-link { display: inline-block; max-width: 11rem; vertical-align: middle; color: #7c2d84; font-weight: 600; padding: 12px 0 12px 45px; margin-bottom: 10px; position: relative; line-height: 1; }
.milann-link::before{ content: ""; width: 40px; height: 40px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url(../images/icon-document.png) no-repeat center center; background-size: cover;}
.milann-link:hover { color: #7c2d84;}

.milann-btn-group { padding: 0;  margin: 0; -ms-box-orient: horizontal; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; align-items: center; }
.milann-btn-link { padding: 5px 15px; width: 100%; margin: 5px; border: 2px solid #fff; border-radius: 9px; color: #fff; font-weight: bold;  text-align: center; }
.milann-btn-link:hover { text-decoration: none; background: #fff; color: #7c2d84;}

.multi-blocks { padding: 0 30px;  margin: 0; -ms-box-orient: horizontal; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; }
.block { padding: 20px 40px 40px; width: 100%; margin: 5px; border: 2px solid #7c2d84; border-radius: 9px; }
.block:hover {  }

.milann-btn-link-filled{ padding: 5px 15px; display: inline-block; margin: 5px; border-radius: 9px; color: #fff; font-weight: bold; text-align: center; background: #7c2d84; border: 2px solid #7c2d84; }


.milann-btn-link-filled:hover { text-decoration: none; background: #fff; color: #7c2d84; box-shadow: 0 3px 15px 0px  rgb(0 0 0 / 50%);}


.box-container{ display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between; gap: 30px;}

.card { width: 100%; flex: 1 28%; text-align: left; border: 0; border-radius: 0; background: #ffffff; transition: box-shadow .5s; margin-bottom: 5px; }
#treatmentAccordion .card { background: #b1fffb;  }
#treatmentAccordion.accordion .accordion-btn h4 { background: #3d0a7c; }
.card.with-icon {flex: 1 48%; padding-left: 80px; }
.card.with-uline{flex: 1 48%; }


.card div.for-image { padding-bottom: 34%; }
.card.with-icon div.card-icon { position:absolute; width: 80px; height: 80px; top: 15px; left: 15px; }

.card:hover{ box-shadow: none;}
.card-caption { padding: 0 30px 20px; }
.card.with-icon .card-caption { padding-bottom: 0;}
.card .card-caption h5,
.card.with-uline .card-caption h5{ position: relative; font-size: 16px; max-width: 308px; padding-bottom: 15px; margin-bottom: 10px; }
.card .card-caption h5::after,
.card.with-uline .card-caption h5::after { content:""; position: absolute; left: 0; bottom: 0; width: 100px; height: 4px; border-radius: 4px; background: #7c2d84; }


.article { width: 100%; flex: 1 48%; text-align: left; border: 0; transition: box-shadow .5s; }
.article div.for-image { padding-bottom: 54%; }
.article:hover{ box-shadow: 0 5px 30px 8px rgb(0 0 0 / 10%);}
.article-text { padding: 0 30px; }

ul.causes-infertility { list-style-type: none; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; padding: 0 0 20px; }
ul.causes-infertility li { display: inline-block; /* width: 28%; */ position: relative; padding: 8px 15px; background: #fff; border: 4px solid #22D4DD; margin: 8px 10px; border-radius: 10px; position: relative; z-index: 1; box-shadow: -4px 4px 0 0 #C632AA; }

ul.causes-infertility li h3{ color: #440381; font-size: 1.5rem; font-weight: 500; margin-bottom: 0; }
ul.causes-infertility li p{ color: #000; font-size: 1.2rem; display: block; }


.uline-full { position: relative; padding-bottom: 15px; }
.uline-full::after { content: ""; width: 100%; height: 2px; background: #7c2d84; position: absolute;  border-radius: 1px; bottom: 0; left: 0; }

.uline-full.text-white:after{ background: #fff;}


ul.why-choose { list-style-type: none; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; padding: 15px 0 0; }
ul.why-choose li { display: inline-block; width: 28%; position: relative; padding: 15px; margin: 20px 0 0; }
ul.why-choose li img { border-radius: 50%; padding: 15px; }

ul.points-round { list-style-type: none; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; padding: 15px 0 0; }
ul.points-round li { display: inline-block; width: 33%; position: relative; padding: 15px 50px; margin: 20px 0 0; }
ul.points-round li img { border-radius: 50%; margin-bottom: 15px; }
ul.points-round li h3{ color: #192478; font-size: 1.5rem; font-weight: 600; }
ul.points-round li h3>span{ color: #192478; font-size: 1rem; display: block; }
ul.points-round li p{ color: #192478; font-size: 1.2rem; font-weight: 400; }

img.milann-sperm {
  position: absolute;
  bottom: 0;
  right: -220px;
  max-width: 220px;
}




.bubble {
	margin: 0;
	background: #7c2d84;
	position: relative;
	border: none;
	border-radius: 25px;
	color: #fff;
  /* border: 8px solid #56AEDB; */

  
}


/* .empowered-voices .bubble {
	margin: 0;
	background: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"%3E%3Csvg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="201.609px" height="112.139px" viewBox="0 0 201.609 112.139" enable-background="new 0 0 201.609 112.139" xml:space="preserve"%3E%3Cpath fill="%23F04F56" d="M22.437,0C10.045,0,0,10.045,0,22.436v70.44h170.241v0.018h20.901c0,11.522-0.135,8.365-28.422,8.365v10.451 c39.33,0,38.89,4.951,38.89-18.816v-0.018v-31.35V0H22.437z"/%3E%3C/svg%3E') no-repeat bottom right;    
  background-size: cover;
  min-height: 280px;
	position: relative;
	border: none;
	border-radius: 25px;
	color: #fff;  
} */




.bubble blockquote{
	margin: 15px;
	padding: 15px 30px 0;
	position: relative;
	font-size: 16px;
	color: #f1dedf;
}



.bubble .quote-details { text-align: center; padding-right: 40px; margin-bottom: 80px; position: relative; }

.bubble .quote-details .quote-location { text-align: left; padding-left: 85px; position: absolute; top: 0; }
/* 
// for arrow
.bubble div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #7c2d84;
	margin: 0 0 0 120px;
	margin-bottom: 10px;
} */
.bubble .quote-details h3 {
	font-size: 14px;
  font-weight: 400;
  color:#f1dedf;
  margin-bottom: 0;
}
.bubble .quote-details p{
  font-size: 18px;
  font-weight: 500;
  color:#fff;
  border-bottom: 2px dashed #fff;
}

.bubble .story-head { padding-left: 80px; position: relative; margin-bottom: 20px;}
.bubble .story-head span.profile{ display: inline-block; width: 60px; height: 60px; color: #ffffff; background: #8b1981; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 50px; font-weight: normal; text-align: center; line-height: 60px;}

.g-review { padding-left: 30px; background: url(../images/google-r.png) no-repeat left center; background-size: contain; }
/* ************************* */
@charset "UTF-8";
:root {
  --star-size: 24px;
  --star-color: #ffffff;
  --star-background: #ffa300;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ************************* */
.empowered-voices { padding-bottom: 50px;}
.empowered-voices .bubble blockquote{
	margin: 0 auto 60px;
	padding: 30px 60px 0;
	position: relative;
	font-size: 18px;
	color: #414042;
}
.empowered-voices .bubble {
	margin: 0 60px;
	background: #ffffff;
	position: relative;
	border: none;
	border-radius: 25px;
	color: #414042;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.empowered-voices .bubble h3 { font-size: 28px; font-weight: normal; margin-bottom: 5px;}


.mx-380 { max-width: 380px;}
.mx-550 { max-width: 550px; margin-left: auto; margin-right: auto;}
.mx-640 { max-width: 640px; margin-left: auto; margin-right: auto;}
.mx-768 { max-width: 768px; margin-left: auto; margin-right: auto;}
.mx-800 { max-width: 800px;}
.mx-992 { max-width: 992px; margin-left: auto; margin-right: auto;}

.mt-20{ margin-top: 20px;}
.mt-40{ margin-top: 40px;}

.mb-0 { margin-bottom: 0;}
.mb-10{ margin-bottom: 10px;}
.mb-20{ margin-bottom: 20px;}
.mb-40{ margin-bottom: 40px;}
.mb-60{ margin-bottom: 60px;}
.mb-80{ margin-bottom: 80px;}

.pb-0 { padding-bottom: 0;}
.pb-10{ padding-bottom: 10px;}
.pb-20{ padding-bottom: 20px;}
.pb-40{ padding-bottom: 40px;}
.pt-0 { padding-top: 0;}
.pt-20{ padding-top: 20px;}
.pt-40{ padding-top: 40px;}
.pt-60{ padding-top: 60px;}
.pt-80{ padding-top: 80px;}


.why-choose-boxes .col-6 { display: flex; align-items: center; justify-content: center; position: relative; }
.why-choose-boxes .col-6::after { content: ''; width: 1px; height: 60%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: #fff;}
.why-choose-boxes .col-6:last-of-type::after { display: none; }
.why-choose-boxes h6 { font-size: 1.2rem; font-weight: 400; margin-bottom: 0;}
.why-choose-boxes h6>span { font-weight: 600;}

ul.custom-list li { font-size: 20px; }

.doctor-card img { border-radius: 50px 50px 0 0;}
h3.dr-name {
  padding: 10px 30px;
  text-align: center;
  background: #eee;
  margin-bottom: 0;
}
h6.dr-desg {
  padding: 10px 30px;
  text-align: center;
}

h2 {
  font-weight: 800;
  font-size: 40px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.btn-primary {
  background-color: #7c2d84;
  border: 0;
  border-color: #7c2d84;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.19);
  /* padding: 5px 15px 5px 5px; */ padding: 8px 22px 5px 22px;
  line-height: 1.5;
  height: 40px;
}

.btn-primary img {
  margin: 0 auto;
  width: 30px;
  height: 30px;
}

.btn-primary span {
  margin-right: 10px;
  height: 24px;
  width: 24px;
}

.line {
  background-color: #1aa554;
  height: 2px;
  display: inline-block;
}

.line:first-child {
  width: 118px;
}

.line:last-child {
  width: 18px;
  margin-left: 10px;
}

header {
  padding: 20px 0;  
  height: 113px;
  transition: box-shadow .5s;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

header .d-lg-block a.btn { font-size: 14px; line-height: 1; padding: 3px 8px; margin: 0 4px 4px 0; }
.sticky header .d-lg-block a.btn { font-size: 12px; padding: 3px 8px;  margin: 0 2px 2px 0; }

.rounded-b {
  position: relative;
}
.rounded-boxed {
  padding: 15px 50px;
}
.rounded-boxed h3 { font-size: 1.6rem; font-weight: 500; border-bottom: 1px solid #fff; padding-bottom: 20px;}
.rounded-b .rounded-boxed::after {
  background: #ff0077;
  content: "";
  left: 15px;
  right: 15px;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  border-radius: 30px;
}

.icon-boxed { padding: 30px; position: relative; margin-top: 150px; z-index: 1; }
.women-boxed,
.men-boxed { position: relative; z-index: 1;}
.women-boxed::after,
.men-boxed::after{ background: #000; content: ""; position: absolute; left: 50px; top: 100px; right: 50px; bottom: 100px; z-index: -1;}
.icon-boxed>img {
  position: relative;
  width: 175px;
  top: -175px;
  margin: auto;
}
.women-boxed::after{ background: #ff0077;}
.men-boxed::after{ background: #192478;}


ul.checklist-bulleted{ list-style-type: none; padding: 0; text-align: left; position: relative; }
ul.checklist-bulleted li { padding: 0 0 0 28px; line-height: 24px; position: relative; font-size: 18px; margin-bottom: 10px; }
ul.checklist-bulleted li::before {/*  content: "\2713"; */  content: "\2022"; /* color: #ff0077; width: 18px; height: 18px; border: 2px solid #fff; */ display: inline-block; border-radius: 5px; position: absolute; top: 0; left: 0; font-size: 32px; } 

ul.checklist-bulleted-spl { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; text-align: left; }
ul.checklist-bulleted-spl li { display: flex; width: 50%; font-size: 24px; line-height: 1.4; min-height: 70px; padding: 0 0 0 50px; position: relative;}
ul.checklist-bulleted-spl li::before { content: ""; background: url(../images/spl-bullet.png) no-repeat center center; background-size: contain; width: 25px; height: 18px; display: inline-block; position: absolute; top: 9px; left: 10px; font-size: 32px; } 


@media (min-width: 1280px) {
  header .d-lg-block a.btn { font-size: 14px; margin: 0 5px 5px 0; }
  .sticky header .d-lg-block a.btn { font-size: 14px; margin: 0 5px 5px 0; }
} 



a.brand{ display: inline-block;}

.sticky { padding-top: 73px;}
.sticky header { background-color: #fff; position: fixed; top:0; left:0; width: 100%; min-height: 73px; height: auto; padding: 5px 0; z-index: 99; box-shadow: 0 3px 15px 0px  rgb(0 0 0 / 50%);} 
.sticky .brand img.img-fluid { height: 60px; }
.sticky #banner { margin-top: 70px; }




#banner {
  background-color: #f1f2f2;
  padding: 25px 0 0;
  background-image: url(../images/banner/web-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  margin-bottom: -5px;
  cursor: pointer;
}

#banner .container-fluid { max-width: none;}
#banner .banner-copy-container { position: relative; padding-left: 5.5rem; display: flex; align-items: center; justify-content:flex-start; /* margin-top: 70px; */}
#banner .banner-copy{  /* padding-top: 50px; position: absolute; top: 50%; transform: translateY(-50%);  */max-width: 600px;  }

#banner .banner-copy p.tandc {
  margin-top: 15px;
  margin-bottom: 0;
  transform: rotate(-90deg);
  position: absolute;
  left: -50px;
  bottom: 0;
  font-size: 10px;
}

#banner h1 {
  font-size: 3rem;
  font-weight: 800;
  max-width: 30rem;
  color: #ffffff;
  position: relative;
  /* padding-bottom: 30px; 
  margin-bottom: 25px; */
}
/* #banner h1::after {
  content: "";
  width: 120px;
  height: 5px;
  border-radius: 5px;
  background: #7c2d84;
  position: absolute;
  left: 0;
  bottom: 0;
} */

#banner h2{
  font-size: 1.8rem;
  font-weight: 300;
  color: #f4f4f4;  
  text-transform: none;
}

#banner h1 span {
  color: #7c2d84;
  font-weight: 700;
}
#banner h3 {
  color: #fff;
  font-size: 2rem;
  background: #8b1981;
  display: inline-block;
  border-radius: 30px;
  border: 4px solid #fff;
  padding: 10px 24px;
  text-align: center;
}
#banner h3>span {
  font-weight: 300;
  font-size: 1.5rem;
  display: block;
}
#banner h4{
  font-size: 1.5rem;
  color: #fff;
  background: #7c2d84;
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 10px;
}

h1.caption {
  position: absolute;
  bottom: 5%;
  left: 15px;
  width: 90%;
  max-width: 768px;
  text-align: left;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 95;
  transition: all 0.3s ease;
  transform: translateY(100px);
}
h1.caption span { font-weight: bold;}
h1.caption::after{ content: ""; background: #7c2d84; opacity: 0.5; left: 0; right: 0; top: 0; bottom: 0; position: absolute; z-index: -1; }

#banner h4.milann-btn-style { margin-left: 0;}


#banner .right-form {
  /* background-color: #ebdeff; */
  background: none;
  border-radius: 3px;
  padding: 15px;
  /* -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08); */
  margin-bottom: 0;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: relative;
  z-index: 7;
}

#banner .right-form h3 {
  font-size: 15px;
  color: #401916;
  line-height: 20px;
  font-weight: 500;
  background: none;
  display: block;
  padding: 0;
  border: none;
}

#banner .right-form h3 span {
  font-weight: 700;
  color: #7c2d84;
}

#banner .right-form p {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  /* padding: 26px 0 0; */
}

#error_message p,
{
  color: #f00;
}


#banner .right-form .form-group {
  margin-bottom: 10px;
  position: relative;
}

#banner .right-form .form-group label { margin-bottom: 0px; }

#banner .right-form .form-group .form-control {
  height: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 15px;
  border: 0;
}

#banner .right-form .form-group .checkbox-detail {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 34px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #797979;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#banner .right-form .form-group .checkbox-detail input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#banner .right-form .form-group .checkbox-detail input:checked ~ .checkmark {
  background-color: #7e52a0;
  border-color: #7e52a0;
}

#banner .right-form .form-group .checkbox-detail input:checked ~ .checkmark:after {
  display: block;
}

#banner .right-form .form-group .checkbox-detail .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
}

#banner .right-form .form-group .checkbox-detail .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#banner .right-form .form-group .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#banner .right-form .form-group .co-left {
  position: absolute;
  top: -10px;
}

#banner .right-form .form-group .co-right {
  width: 100%;
}

#banner .right-form .form-group .co-right .form-control {
  padding-left: 25%;
}

#banner .right-form .btn,
#milan_frm .btn,
a.milann-btn-style {
  background-color: #8b1981;
  border: 2px solid #8b1981;
  color: #fff;
  font-weight: 700;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  border-radius: 0px;
  box-shadow: none;
}

.milann-plain-btn { color: #7c2d84; font-size: 24px; font-weight: 500; border-radius: 50px; padding: 10px 25px; }
.milann-plain-btn:hover { 
  text-decoration: none; color:  #fff; background: linear-gradient(-45deg, #8b1981 0%,#ba307e 100%); 
}

.milann-spl-btn-styleX {
  display: inline-block; margin: -35px 10px 0px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  position: relative;  
  text-decoration: none;
  z-index: 1;
}
a.milann-spl-btn-styleX>img {
    background: #610c9f;
    padding: 2px;
    border-radius: 50%;
}
.milann-spl-btn-styleX::before{ content: ""; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background:#8b1981; z-index: -1; border-radius: 50px; border: 0; } 
/* .milann-spl-btn-styleX::after { content: ""; position: absolute; top: -5px; right: -5px; bottom: -5px; left: -5px; background: #f04f56; z-index: -2; border-radius: 50px; border: 1px solid #f2cbf2; }  */

.top85 { top:85px}
.mt-50 { margin-top:-50px; }

.p-top0 {padding-top:0;}
.darkblue { background:#141e46; }
.milann-spl-btn-styleX:hover{ text-decoration: none; color:#ffffff;}
.milann-spl-btn-styleX:hover::before{ background: #141e46;  } 
/* .milann-spl-btn-styleX:hover::after { border-color: #890011; } */


.milann-spl-btn-style,
.milann-spl-btn-style2{
  display: inline-block; margin: auto;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  border-radius: 50px;
  padding: 15px 25px;
  position: relative;  
  text-decoration: none;
  z-index: 1;
}
.milann-spl-btn-style2{ margin-top: 30px; color: #fff;  }
.milann-spl-btn-style:hover,
.milann-spl-btn-style2:hover{  
  color: #7c2d84;  
  text-decoration: none;
}

.milann-spl-btn-style::before,
.milann-spl-btn-style2::before{ content: ""; left: 0; top: 0px; right: 0; bottom: 0; background: linear-gradient(to right,  #a8d8ff 0%,#aaffdd 100%); position: absolute; z-index: -1; border-radius: 50px; box-shadow: 0px 5px 0 2px #7c2d84;}
.milann-spl-btn-style:hover::before{ background: linear-gradient(to left,  #a8d8ff 0%,#aaffdd 100%); box-shadow: 0px 5px 0 2px #000; }
.milann-spl-btn-style2::before{ background: #7c2d84; box-shadow: 0px 5px 0 2px #83DBBE;}
.milann-spl-btn-style2:hover::before{ background: #83DBBE; box-shadow: 0px 5px 0 2px #000; }

.milann-spl-btn-style::after,
.milann-spl-btn-style2::after{ content: ""; left: -30px; top: -30px; right: -30px; bottom: -35px; background: #fff; position: absolute; z-index: -2; border-radius: 70px;}

.section.bg-lightpink .milann-spl-btn-style::after{ content: ""; left: -50px; top: -50px; right: -50px; bottom: -55px; background: #FFDEDE; position: absolute; z-index: -2; border-radius: 90px;}

.section.bg-white .milann-spl-btn-style::after{ content: ""; left: -50px; top: -50px; right: -50px; bottom: -55px; background: #fff; position: absolute; z-index: -2; border-radius: 90px;}

.milann-phone-btn-style{
  display: inline-block; margin: auto;
  font-size: 24px;
  font-weight: 600;
  color: #7c2d84;
  padding: 15px 25px;
  position: relative;  
  text-decoration: none;
  z-index: 1;
  margin-top: 20px;
}
.milann-phone-btn-style:hover{  
  color: #000;  
  text-decoration: none;
}

.milann-phone-btn-style>img{ max-width: 30px;}

.box-form a.milann-btn-style,
#milan_frm .btn {
  box-shadow: 2px 2px 10px 0 #ccc;
}

a.milann-btn-style>img { height: 20px; width: auto; margin-right: 10px; }

#banner .right-form .btn:hover,
#milan_frm .btn:hover,
a.milann-btn-style:hover {
  border: 2px solid #7c2d84;
  text-decoration: none;
}

#banner .right-form .book-video {
  background-color: #1aa554;
}

#banner .right-form .book-video span {
  margin-right: 8px;
}

#banner .right-form .book-video:hover {
  background: #3ae1a1;
  background: linear-gradient(120deg, #3ae1a1 30%, #05cc80 100%);
}

#get-offer {
  padding: 40px 0;
  background-color: #fff;
}
#get-offer h1{
    font-size: 30px;
    color: #7c2d84;
    font-weight: 700;
}

#get-offer h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

#get-offer .box {
  border: 2px solid #e4e4e4;
  width: 80%;
  height: 100px;
  margin: 0 auto 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#get-offer .box img {
  width: 100px;
  padding: 5px;
  margin: 0 auto;
}

#get-offer h3 {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

#get-offer .slick-next:before, #get-offer .slick-prev:before {
  color: #8b1981;
}

#fertility {
  background-color: #f8f3ff;
  padding: 20px;
  text-align: center;
}

#fertility p {
  color: #7c2d84;
  margin-bottom: 0;
  font-size: 20px;
}

#fertility p span {
  font-weight: 700;
}

#why {
  /* background-color: #7c2d84; */
}

#why h4 {
  font-size: 26px;
  color: #fff;
  text-align: right;
  width: 100%;
  padding-right: 40px;
}

#why h4 span {
  font-weight: 700;
}

#why li {
  margin: 0 10px 0px;
}

#why li .profile {
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  height: 190px;
}

#why li .profile p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

#why li .profile img {
  margin: 0 auto;
  border-radius: 50%;
}

#about-us {
  padding: 90px 0;
}

#about-us h3 {
  margin-bottom: 40px;
}

#how-it {
  background-color: #f7f7fb;
  padding: 48px 0;
}

#how-it .box {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 5px 2px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 2px 30px 0px rgba(0, 0, 0, 0.05);
}

#how-it .small-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  max-width: 20%;
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  padding: 0 15px;
  text-align: center;
  position: relative;
}

#how-it .small-box::after {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  position: absolute;
  content: '';
  height: 46px;
  width: 46px;
  background-color: #fff;
  border-radius: 8px;
  right: -23px;
  top: 40%;
  -webkit-box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.11);
  z-index: 9;
}

#how-it .small-box:last-child::after {
  display: none;
}

#how-it .small-box .how-it {
  background-color: #fafafa;
  padding: 30px 15px;
  border-radius: 8px;
}

#how-it .small-box .how-it .profile {
  height: 86px;
  width: 86px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 18px;
}

#how-it .small-box .how-it p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}

ul.small-boxed {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0;
}

ul.small-boxed li {
  display: flex;
  width: 47%;
  color: #fff;
  background: #7c2d84;
  padding: 5px 30px;
  border-radius: 5px;
  min-height: 50px;
  justify-content: center;
  align-items: center;
}

#awards {
  padding: 70px 0;
}

#awards h3 {
  margin-bottom: 52px;
}

#awards .common {
  text-align: center;
}

#awards .common .box {
  background-color: #fbfbfb;
  padding: 36px 20px;
  -webkit-box-shadow: -2px 4px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -2px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  height: 255px;
}

#awards .common .box p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

#services {
  padding: 40px 0;
}

#services h3 {
  font-weight: 700;
  font-size: 30px;
  color: #7c2d84;
  margin-bottom: 40px;
}

#services .common {
  border-right: 1px solid #7c2d84;
}

#services .common.first-child {
  border-right: 0;
}

#services .common p {
  margin-bottom: 0;
  color: #7c2d84;
  font-weight: 500;
}

#rank {
  background-color: #7c2d84;
  color: #fff;
  padding: 40px 0;
}

#rank img {
  width: 190px;
  margin: 0 auto;
}

#rank h3 {
  font-weight: 700;
}

#rank p {
  font-weight: 500;
}


#location h6 {
  font-weight: 700;
  font-size: 2rem;
}

#location h5>span,
.text-maroon>span { color: #000000 !important;}

#location p {
  font-size: 18px;
}

#location .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  /* max-width: 20%; */
  padding: 15px 15px 5px;
  /* border-bottom: 1px solid #5c297e;  */
}

#location .multiple-boxes { display: flex; justify-content: center;}
#location .multiple-boxes .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;

}

/* #location .box:last-child {
  border-right: 0;
} */

footer { padding-top: 15px; padding-bottom: 80px; background: #ffffff; margin-top: -40px; }

footer .col-middle { border-left: 2px solid #8b1981; border-right: 2px solid #8b1981;}
footer .footer-logos img {
  max-height: 90px;
  padding: 15px;
}

footer h6 { font-size: 32px; color: #8b1981; }
footer h6>span { font-weight: 300; }

footer .social-media-block{ background-color: #7c2d84; padding: 34px 0; max-width: none; }
footer .copyright-block{ background-color: #696b6d; padding: 10px;  max-width: none;  }

footer p {
  color: #fff;
  font-size: 16px;
}

footer ul {
  margin-bottom: 0;
}

footer ul li {
  margin: 0 4px;
}

footer ul li img {
  width: 50px;
  height: 50px;
}

footer .d-flex{ justify-content: center;}

#our-specialities {
  /* background-color: #f8f3ff; */
  padding: 40px 0;
}

#our-specialities .slick-next:before, 
#our-specialities .slick-prev:before {
  color: #8b1981;
}

.slick-next:before, 
.slick-prev:before { color: #8b1981; }


.spl-title {
  position: relative;
  display: inline-block;
  padding: 1em 7em 1em 1em;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.spl-title h2 ,
.spl-title-dummy h4 { font-weight: 500; font-size: 36px;}
.spl-title h3,
.spl-title-dummy h3 { font-weight: 500; font-size: 32px;}

.spl-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a8d8ff+0,aaffdd+100 */
  background: linear-gradient(to right,  #a8d8ff 0%,#aaffdd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skew(35deg);
  -ms-transform: skew(35deg);
  transform: skew(35deg);
  z-index: -1;
}

.spl-title-dummy {
  position: absolute;
  display: inline-block;
  padding: 1em 7em 1em 1em;
  overflow: hidden;
  color: #fff;
  z-index: 0;
  left: 10px;
  top: 5px;

}
.spl-title-dummy h2,
.spl-title-dummy h3 {  visibility: hidden;}
.spl-title-dummy:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #530B6E;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skew(35deg);
  -ms-transform: skew(35deg);
  transform: skew(35deg);
  z-index: -1;
}
.bigger-text h5 { font-size: 24px; }
.bigger-text p { font-size: 20px; }

.slick-dots li button:before { font-size: 20px; color: #8b1981 !important;}
.gallery-lists .item,
.gallery-lists-doc .item {
  /* background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(1, 4, 8, 0.14);
  box-shadow: 0px 4px 12px 0px rgba(1, 4, 8, 0.14);
  margin: 40px 20px;
  border-radius: 5px;*/ 
  padding: 20px 30px;
}

.gallery-lists .item .profile,
.gallery-lists-doc .item .profile {
  margin: 18px 0;
  width: 180px;
  height: 180px;
  border-radius: 50%; 
  background-color: #f8f3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  overflow: visible;
}
.gallery-lists-doc .item .profile{ /* background: url(../images/team-backdrop.png) no-repeat center center; width: 250px; height: 250px; padding: 60px; margin-bottom: -15px; */ background: none; }
.gallery-lists-doc .item p.details { font-size: 14px;}


.gallery-lists .item .profile img,
.gallery-lists-doc .item .profile img {
  margin: 0 auto;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;  
  object-position: top;

  border: 8px solid #fff;
  box-shadow: none;
}

.gallery-lists .item .profile img{

  border-radius: 0;
  border: 15px solid #7c2d84;
  position: relative;
  z-index: 1;
  box-shadow: none;

}

.gallery-lists .item .profile::after{ content: ""; top: -15px; right: -15px; bottom: -15px; left: -15px; background: #fff; position: absolute; z-index: -1; }
.gallery-lists .item .profile-content{ position: relative; z-index: 1; }
.gallery-lists .item .profile-content::after{ content: ""; position: absolute; top: -100%; left: 50%; transform: translateX(-50%); width: 100%; height: 200%; background: #83DBBE; z-index: -1; }


.gallery-lists-doc .item .profile img { border: 12px solid #f1f2f2; box-shadow: 0 3px 15px 0px  rgb(0 0 0 / 50%); }

.milann-btn-dummy { display: inline-block; width: auto; color: #7c2d84; margin: 20px auto; font-weight: 400; padding: 5px 15px; /*border: 2px solid #7c2d84;*/ border-radius: 9px; text-align: center; }
.gallery-lists .item:hover,
.gallery-lists-doc .item:hover{ cursor: pointer;}
.gallery-lists .item:hover a.milann-btn-dummy {   background: #7c2d84; color: #fff; box-shadow: 0 3px 15px 0px  rgb(0 0 0 / 50%); text-decoration: none; }



/* .gallery-lists-doc.slick-slider .slick-track { padding: 0;}
.gallery-lists-doc.slick-slider .slick-slide {
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  padding: 0;
  transition: all 0.5s ease-in-out;
  opacity: 1;

}
.gallery-lists-doc.slick-slider .slick-slide.slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  padding: 30px 0;
  opacity: 1;
} */


.quotes.slick-slider .slick-track { padding: 60px 0;}
.quotes.slick-slider .slick-slide {
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.5);
  padding: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
 background: #8b1981;
}
.quotes.slick-slider .slick-slide.slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.09);
  padding: 0;
  opacity: 1;
  background: linear-gradient(-45deg, #8b1981  0%,#8b1981 100%);
  position: relative;
}

/* .quotes.slick-slider .slick-slide.slick-center:before, 
.quotes.slick-slider .slick-slide.slick-center:after {

  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  
}
.quotes.slick-slider .slick-slide.slick-center:before {
	top: -40px;
	left: 0px;
  background: url(../images/quote-top.png) no-repeat center center;
  background-size: contain;
}
.quotes.slick-slider .slick-slide.slick-center:after {
	right: 0px;
	bottom: -40px;
  background: url(../images/quote-btm.png) no-repeat center center;  
  background-size: contain;
}  */




.gallery-lists.slick-slider .slick-track { padding: 60px 0 0;}
.gallery-lists.slick-slider .slick-slide {
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  padding: 20px 0 60px;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  background: url(../images/profile-bg.png) no-repeat center center;
  background-size: contain;

}
.gallery-lists.slick-slider .slick-slide.slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 1;
}





.item .service  { padding: 30px; position: relative; }
.item .award { padding: 15px 50px; position: relative; }

.item .w-award { padding: 15px; position: relative; }


.item .w-award img,
.item .award img,
.item .service img{
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 200px;
}

.item .service  { padding: 15px 30px; }


.gallery-lists .item .profile-content,
.gallery-lists-doc .item .profile-content
.item .award-content { margin-top: 20px; }
.item .service-content { margin-top: 0; }

.gallery-lists .item .profile-content,
.gallery-lists-doc .item .profile-content { text-align: center; padding: 100px 50px 30px; background: #ffffff; border-radius: 25px; box-shadow: none; margin-top: -75px;  }


.item .award-content,
.item .service-content { padding: 0 15px;}

.gallery-lists .item .profile-content h3{
  font-size: 18px;
  font-weight: 500;
}


.gallery-lists-doc .item .profile-content h3 { font-size: 28px;}
.gallery-lists-doc .item .profile-content p { font-size: 18px;}
.gallery-lists-doc .item .profile-content a { font-size: 18px; background: #8b1981; color: #fff; text-decoration: none;}
.gallery-lists-doc .item .profile-content { max-width: 600px; margin-left: auto; margin-right: auto;}

.item .award-content h5{
  font-size: 16px;
  font-weight:500;
  padding: 0 30px;
}
.item .service-content h5{
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}


.awards-slider .award h3 { font-size: 28px; font-weight: 800; color: #8b1981; text-align: center; margin-bottom: 0; }
.awards-slider .award h4 { font-size: 20px; color: #8b1981; text-align: center; margin-bottom: 0; }
.awards-slider .award h5 { font-size: 18px; font-weight: normal; color: #231f20; text-align: center; margin-bottom: 0; }
.awards-slider .award p { font-size: 14px; color: #231f20; text-align: center; font-weight: normal; }
.awards-slider .award img { }


.gallery-lists .item .profile-content h3,
.gallery-lists-doc .item .profile-content h3 { margin-bottom: 5px;}

.gallery-lists .item .profile-content .details { font-size: 14px; margin-bottom: 3px;  min-height: 56px; display: flex; align-items: start; justify-content: center; padding: 0 20px; }

.gallery-lists .item .profile-content .experience,
.gallery-lists-doc .item .profile-content .experience {
  color: #406cb4;
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
}

#our-specialities .btns {
  background-color: #e3d7ef;
  color: #7c2d84;
}

.btn-booknow-floating-bar{
  background: #8b1981;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  z-index: 99;
  opacity: 0;
  transition: all linear .2s;
  padding: 12px 15px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

a.btn-booknow-floating {
  cursor: pointer;
  float: none;
  display: inline-block;
  background: none;
  border: 0;
  border-radius: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff !important;
  padding: 0.3em 1em;
  transition: all linear .2s;  
  position: relative;  
  box-shadow: none;  
}
a.btn-booknow-floating:hover{ text-decoration: none;}
a.btn-booknow-floating img { max-height: 22px;}

.border-right-sm { border-right: 2px solid #fff;}

/* @media (min-width: 576px){

  .modal-dialog { max-width:80%; }

}

.modal-body .item.slick-slide { width: 100% !important;} */

/* .modal-body .profile {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  margin: 0 auto;
}

.modal-body h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 10px;
}

.modal-body p {
  font-size: 14px;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
}

.modal-body .item {
  height: 166px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 10px -4px #636363;
          box-shadow: 0px 2px 10px -4px #636363;
  padding: 15px;
  overflow: hidden;
}

.modal-dialog {
  max-width: 70%;
  margin: 0 auto;
}

.modal-body .profile img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
} */

@media (min-width: 992px){
  #specialists-popup .modal-dialog { max-width: 900px; }

}
 
#specialists-popup .modal-dialog button.close { position: absolute; top: 3px; right: 7px; z-index: 7; }
.gallery-lists-popup.slick-slider { padding: 0 60px;}
.gallery-lists-popup.slick-slider .slick-prev { left: 0; }
.gallery-lists-popup.slick-slider .slick-next { right: 0; }
.gallery-lists-popup .item { position: relative; } 
.gallery-lists-popup .item .profile { width: 150px; height: 150px; overflow: hidden; border-radius: 50%; position: absolute; left: 0; top: 0; }
.gallery-lists-popup .item .profile-content { display: flex; padding-left: 170px; flex-direction: column; align-items: start; justify-content: center; min-height: 180px; margin-bottom: 15px; border-bottom: 1px solid #7c2d84;} 
.gallery-lists-popup .item .profile-content h3.text-center { text-align: left !important; color: #7c2d84;}
.gallery-lists-popup .slick-next, 
.gallery-lists-popup .slick-prev { top: 160px; transform: none; width: 40px; height: 40px;}
.gallery-lists-popup .slick-next:before, 
.gallery-lists-popup .slick-prev:before { font-size: 36px;}

.gallery-lists-popup.slick-slider .slick-list { min-height: 300px; } 




@media (max-width: 1200px) {
  .section.bg-ivf-dream .overlay-w70::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #fff; opacity: 0.7; z-index: -1; }

  .card { flex: 1 45%; }
  #location .box { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; }
  .counter .count-title { font-size: 2em; }
  #legacy .counter h2.count-title { font-size: 3em; }
  #fertility-center .counter h2.count-title { font-size: 1.5em; }
  .counter .count-subtitle { font-size: 1.2em; }

  #banner .banner-copy { position: relative; top: auto; transform: none; }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .video-block{ width: 480px; height: 270px; }
  .video-block-txt{ width: 480px; }

 /*  #banner h1 {
    font-size: 2rem;
  } */
  #banner .right-form {
    padding: 16px;
  }
  #why {
    padding: 28px 0;
  }
  #why li .profile {
    padding: 12px;
  }
  #why li .profile p {
    margin-top: 10px;
  }
  #about-us {
    padding: 40px 0;
  }
  #about-us h3 {
    margin-bottom: 30px;
  }
  #how-it {
    padding: 38px 0;
  }
  #how-it .small-box .how-it {
    padding: 15px 15px;
  }
  #how-it .small-box .how-it p {
    font-size: 11px;
    line-height: 18px;
  }
  #awards {
    padding: 30px 0;
  }
  #awards .common .box {
    padding: 20px 15px;
  }
  #awards .common .box p {
    font-size: 13px;
  }
}

@media (max-width: 992px) { 

  #banner .right-form { margin-right: auto; margin-left: auto; max-width: none; }
  /* #banner .banner-copy-container { display: none; } */

  ul.custom-list li { font-size: 16px; margin-bottom: 15px; }

  .section.treatment-sec{ padding: 60px 0; }

  .section.second h3 { font-size: 26px; }
  .section.second h2 { font-size: 36px; }
  .section.second h4 { font-size: 26px; padding: 28px; margin: 0 auto 15px; }
  .section.second span.curved-btn { font-size: 18px; padding: 8px 24px; }

  .mt-20.bigger-text { margin-top: -15px; }

  div#treatmentAccordion::before{ width: 180px; height: 180px; top: -90px; left: -90px;}
  div#treatmentAccordion::after{ width: 180px; height: 180px; bottom: -90px; right: -90px; content: ""; z-index: -1;}

  ul.conception-tl li h3 { font-size: 16px; font-weight: 400; }

  ul.points-round li { width: 80%; }

  .checklist-paper p,
  ul.checklist-bulleted li { font-size: 18px; }
 /*  ul.causes-infertility li { width: 42%; } */

  h1.caption { font-size: 1.6rem; max-width: 480px; }

  .box-form { /* margin-top: 130px; */ }

  .video-block,
  .video-block-txt{ width: auto; }

  .spl-title h2,
  .spl-title-dummy h2 { font-weight: 500; font-size: 24px;}
  .spl-title h3,
  .spl-title-dummy h3 { font-weight: 500; font-size: 18px;}

  .icon-block  { padding-bottom: 20px; }
  .icon-block .special-boxed { padding-bottom: 0;}
  .icon-block .milann-spl-btn-styleX { font-size: 18px; position: relative; bottom: auto; left: auto; width: auto; margin-bottom: 40px;}

  .icon-block-plain .milann-spl-btn-styleX { font-size: 18px; position: relative; bottom: auto; left: auto; width: auto; margin-bottom: 40px;}

  .bigger-text h5 { font-size: 18px; }
  .bigger-text p { font-size: 16px; }
  ul.with-icons-left li { align-items: flex-start; }
  ul.with-icons-left li>img { max-width: 80px; }
  ul.with-icons-left li>p { padding: 0 15px; }

  .bigger-text img.img-fluid { max-width: 100%; margin-left: auto; margin-right: auto; display: block;}
  .if-youre-ready h2 { position: relative; top: 90px; }

  #location .box { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; }

  #stats-counter .stats { padding-bottom: 15px; padding-top: 15px; padding-left: 0; padding-right: 0;}
  #stats-counter .container-fluid { text-align: center;}
  #stats-counter .stats#parents,
  #stats-counter .stats#legacy,
  #stats-counter .stats#fertility-center { width: 30%; height: 250px; }

  .gallery-lists-popup.slick-slider { padding: 0 40px; }
  .gallery-lists-popup .item .profile { position: relative; left: auto; top: auto; margin: 0 auto 15px; }
  .gallery-lists-popup .item .profile-content { padding-left: 0; min-height: auto; align-items: center; }
  .gallery-lists-popup .item .profile-content p { text-align: center;}

  .bubble .quote-details .quote-location { text-align: right; padding-left: 40px; position: relative; top: auto; }
  .bubble .quote-details p { border-bottom: 0 none; border-top: 2px dashed #fff; margin-top: 10px; padding-top: 5px; }


  .empowered-voices .bubble { margin: 0px 15px; }
  .empowered-voices .bubble .story-head { padding-left: 60px; }
  .empowered-voices .bubble .story-head span.profile { width: 50px; height: 50px; font-size: 35px; line-height: 50px; }
  .empowered-voices .bubble h3 { font-size: 18px;}
}

@media (min-width: 768px) and (max-width: 991px) {

  #banner .banner-copy-container { padding-left: 1.5rem; }
  /* #banner h1 { font-size: 1.5rem; } */
  #banner h2 {
    font-size: 1.4rem;
  }
  #banner h4 {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  #banner .right-form {
    padding: 16px;
  }
  #banner .right-form .btn {
    /* font-size: 12px; */
  }
  #banner .right-form .form-group .co-right .form-control {
    padding-left: 35%;
  }
  #why {
    padding: 28px 0;
  }
  #why li .profile {
    padding: 12px;
  }
  #why li .profile p {
    margin-top: 10px;
  }
  #about-us {
    padding: 40px 0;
  }
  #about-us h3 {
    margin-bottom: 30px;
  }
  #how-it {
    padding: 38px 0;
  }
  #how-it .small-box .how-it {
    padding: 15px 15px;
  }
  #how-it .small-box .how-it p {
    font-size: 11px;
    line-height: 18px;
  }
  #awards {
    padding: 30px 0;
  }
  #awards .common .box {
    padding: 20px 15px;
  }
  #awards .common .box p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {

  .img-fluid.img-fertility-chk { max-width: 180px;}
  #banner .banner-copy-container { display: none; }

  .border-dright { border-right: none; border-bottom: 3px dashed #fff;}
  ul.checklist-bulleted-spl li { font-size: 18px; min-height: 50px; }
  ul.checklist-bulleted-spl li::before { top: 5px; }

  .float-left-graphic,
  .float-right-graphic,
  .float-right-graphic.big-one { max-width: 100%; padding: 15px 0;}

  .prepare-checklist-paper h3 { font-size: 32px;}
  .prepare-checklist-paper h3>img { max-height: 30px; }

  .checklist-paper { width: 100%;}
  .section.second h3 { font-size: 22px; }
  .section.second h2 { font-size: 28px; }
  .section.second h4 { font-size: 24px; padding: 28px; margin: 0 auto 10px; }
  .if-youre-ready h2 { position: relative; top: 70px; }

  /* .dr-profile img { max-width: 300px; } */

  .light-bg-rounded { padding: 15px 30px; }

  .rounded-boxed { padding: 15px 30px; }
  .icon-boxed>img { width: 140px;}

  .section.second .container::after { height: 100%;}
  .dr-profile,
  .dr-block { margin-bottom: 30px;}

  .icon-block  { padding: 60px 0px 0px; margin: 80px auto 0; }
  .icon-block .icon-round { top: -75px; }
  .icon-block .icon-round img { max-width: 150px; }

  .icon-block-plain .icon-round img { max-width: 150px; }

  .icon-block-plain .special-boxed h2{ font-size: 30px;}
  .icon-block-plain .special-boxed h4{ font-size: 24px;}
  .icon-block .special-boxed { padding: 30px 15px 0; }

  .baa-01 { margin-top: -15px; }
  .baa-02 { margin-top: -25px; }

  ul.conception-tl li { position: static;}
  ul.conception-tl li h3 { font-size: 14px; padding: 12px 5px; }
  ul.conception-tl li .additional-info { min-height: 90px; }
  ul.conception-tl li:hover .additional-info,
  ul.conception-tl li.age-active .additional-info { bottom: -100px; }
  
  img.milann-sperm {
    max-width: 120px;
    right: -30px;
    top: -80px;
  }

  .btn-booknow-floating-bar { height: 65px; }
  .accordion .accordion-btn h4 { font-size: 18px; }
  .accordion .card-body { font-size: 16px; }
  ul.causes-infertility li h3 { font-size: 1rem; }
  ul.causes-infertility li p { font-size: 0.9rem; }

  .milann-phone-btn-style>img { max-width: 20px; }

  #hero-banner { background: #ffffff; }
  #banner .banner-copy-container { margin-top: 0;}
  #banner .banner-copy h1 { font-size:1.8rem; }
  .video-description { text-align: left; font-size: 18px; }  

  .hero-slider { height: auto;}
  .hero-slider .slick-slide { height: auto;}

  a.btn-booknow-floating {
    padding: 0.5em 0.5em;
    font-size: 1.2em;
  }
  a.btn-booknow-floating:hover {
    /* transform: translate(0,-50%) rotate(90deg); */
  }

  #banner .container-fluid { padding: 0;}
  #banner .banner-copy-container { /* position: absolute; top: 95%;*/  transform: none; padding: 0; }
  #banner .banner-copy{ padding: 30px;}
  #banner .banner-copy h1{ font-size: 1.8rem; padding-bottom: 20px; margin-bottom: 20px; }
  #banner .banner-copy h2,
  #banner h4 { font-size: 1.2rem; }
  #banner h4 { margin-top: 15px; }

  #banner .right-form { padding: 15px; margin-top: 20px; margin-bottom: 20px; }

  ul.small-boxed li { width: 100%; }

  .card.with-icon div.card-icon { left: 0px; }
  .card.with-icon .card-caption { padding: 0 15px; }
/*   .bubble:before, 
  .bubble:after { font-size: 6rem; }
  .bubble:before {
    bottom: -4rem;
    left: -40px;
  }
  .bubble:after {
    content: "\201D";
    right: -40px;
    top: -1rem;
  } */

  .item .award { padding: 15px 20px; }
  .gallery-lists-doc .item .profile img { border: 10px solid #f1f2f2; }
  .gallery-lists-doc .item .profile { width: 150px; height: 150px;}
  .gallery-lists-doc .item .profile-content { padding: 100px 20px 30px;}
  .gallery-lists-doc .item .profile-content h3 { font-size: 22px; }
  .gallery-lists-doc .item .profile-content p { font-size: 16px; }

  .bubble blockquote{ padding: 40px 5px; font-size: 12px;}
  .bubble .quote-details h3 { font-size: 16px; }
  .bubble .quote-details p { font-size: 14px;}
  .bubble blockquote:before, 
  .bubble blockquote:after { font-size: 4rem;}
  .bubble blockquote:before { left: -10px; }
  .bubble blockquote:after { right: -10px;}

  .empowered-voices .bubble blockquote { padding: 30px 15px !important; font-size: 14px !important; }
  .empowered-voices .bubble .story-head { padding-left: 0px; padding-top: 15px; }
  .empowered-voices .bubble .story-head span.profile { width: 50px; height: 50px; font-size: 35px; line-height: 50px; position: relative; top: auto; left: auto; }

  .counter .count-title { font-size: 1.5em; }
  #legacy .counter h2.count-title { font-size: 2em; }
  #fertility-center .counter h2.count-title { font-size: 1.2em; }
  .counter .count-subtitle { font-size: 1em; }

  .section { padding: 30px 0;}
  a.milann-btn-style { padding: 10px 25px; }

  footer h6 { font-size: 18px; }

  .why-choose-milann h6 { font-size: 12px;}
  .custom-button-block a.milann-btn-style { font-size: 12px; padding: 0; height: 30px; }

  .why-choose-boxes .col-6.r1-c1,
  .why-choose-boxes .col-6.r1-c2 { padding-top: 60px; }
  .why-choose-boxes .col-6.r1-c3,
  .why-choose-boxes .col-6.r1-c4 { padding-bottom: 40px; }

  .why-choose-boxes .col-6.r1-c1::after,
  .why-choose-boxes .col-6.r1-c3::after { content: ''; width: 1px; height: 60%; position: absolute; right: 0; top: auto; bottom: 0; transform: none; background: #fff;}
  .why-choose-boxes .col-6.r1-c3::after { top: 0;}
  .why-choose-boxes .col-6.r1-c2::after,
  .why-choose-boxes .col-6.r1-c4::after { display: none; }
  .why-choose-boxes .col-6.r1-c1::before,
  .why-choose-boxes .col-6.r1-c2::before { content: ''; width: 90%; height: 1px; position: absolute; right: 0; bottom: 0; transform: none; background: #fff; }
  .why-choose-boxes .col-6.r1-c2::before { left: 0; right: auto; }
}

@media (max-width: 767px) {


  
  #get-offer h1 {
    font-size: 18px;
  }
  /* .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  } */
  /* .btn-primary {
    font-size: 13px;
  } */
  body {
    font-size: 14px;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #banner {
    padding: 10px 0 0;
  }
  #banner h1 {
    font-size: 20px;
    margin-top: 0px;
  }
  #banner .right-form {
    padding: 15px;
    margin-bottom: 20px;
  }
  #banner .right-form .btn {
    /* font-size: 10px; */
  }
  #banner .right-form .form-group .co-right .form-control {
    padding-left: 35%;
  }
  #why {
    padding: 20px 0;
  }
  #why h4 {
    text-align: left;
    font-size: 20px;
    padding-right: 27px;
    padding-left: 10px;
  }
  #why .profile {
    height: auto;
  }
  #why .slick-next {
    right: -10px;
  }
  #why .slick-prev {
    left: -10px;
  }
  #about-us {
    padding: 20px 0;
  }
  #about-us h3 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left !important;
  }
  #about-us p {
    text-align: left !important;
  }
  #how-it {
    padding: 18px 0;
  }
  #how-it h3 {
    margin-bottom: 20px !important;
  }
  #how-it .small-box {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  #how-it .small-box::after {
    right: 0px;
  }
  #awards {
    padding: 20px 0;
  }
  #awards h3 {
    margin-bottom: 20px;
  }
  #awards .common .box {
    margin-bottom: 20px;
    padding: 20px 15px;
    height: auto;
  }
  #awards .common .box p {
    font-size: 12px;
    margin-top: 15px;
  }
  #map .pr-md-5 {
    padding: 30px 15px;
  }
  footer {
    padding: 15px 0 80px;
  }
  footer p {
    font-size: 12px;
  }
  .mobile-btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
  }
  .mobile-btn .btn {
    width: 100%;
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    padding: 10px 12px;
  }
}

/* @media (min-width: 1200px) and (max-width: 1600px) {
  #banner { height: 600px;  } 
} */
@media (min-width: 991px) and (max-width: 1200px) {

  
  #banner {  height: 450px; padding-top: 20px;  } 
  #banner h2 { font-size: 1.6rem; }
}

@media (min-width: 767px) and (max-width: 992px) {
  #banner {  height: 500px; padding-top: 20px; background-position: right 70% center; }

  #our-specialities .item {
    margin: 0 10px;
  }
  #our-specialities .item .profile-content,
  .item .award-content,
  .item .service-content   {
    margin-top: 10px;
  }
  #our-specialities .item .profile-content h3,
  .item .award-content h3,
  .item .service-content h3    {
    font-size: 11px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  #banner .right-form {
    width: 100%;
  }
  #banner {
    height: auto;
    background-image: none;
    padding: 0;
  }
  #banner .banner-copy p.tandc {
    left: -15px;
  }
  .slick-prev {
    left: 0;
    z-index: 9;
  }
  .slick-next {
    right: 0;
  }
  #fertility p {
    color: #7c2d84;
    margin-bottom: 0;
    font-size: 13px;
  }
  #get-offer h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #services h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #services .common {
    border-right: 0;
    margin-bottom: 20px;
  }
  #location .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 10px;
  }
#banner .img-fluid {
        padding-bottom: 35px;
        background: #f1f2f2;
    }
  .mt-60 { margin-top:60px; }
  .key-benefits-block { border-radius: 0 0 25px 25px; padding:0 30px }
  .multi-blocks { display: block;}
}

@media (max-width: 640px) {

  header{ position: relative;}

  h1.caption { display: none; }  

  #banner .banner-copy-container { top: 80%; }

  .milann-spl-btn-styleX { font-size: 20px;}

  ul.conception-tl li h3 { font-size: 12px; padding: 12px 5px; }

  .video-block{ height: 280px; }
  .card { flex: 1 90%; }
  #location .box { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-bottom: 15px; margin-bottom: 15px; }

  .accordion .card-body>img { max-width: 100%; }

}

@media (max-width: 580px) {

  ul.conception-tl::before { height: 60%;}
  ul.conception-tl li h3>span { display: block;}
  .milann-spl-btn-style,
  .milann-spl-btn-style2 { font-size: 16px; margin: 30px 40px 0;}
  
  .milann-phone-btn-style { font-size: 18px; margin: 15px 30px;}

  .section.treatment-sec{ padding: 20px 0; }

  .checklist-paper, 
  .prepare-checklist-paper { width: 90%; }

  .section.bg-lightpink .milann-spl-btn-style::after,
  .section.bg-white .milann-spl-btn-style::after,
  .milann-spl-btn-style::after,
  .milann-spl-btn-style2::after { left: -20px; top: -20px; right: -20px; bottom: -20px; }

  .spl-title:after,
  .spl-title-dummy:after {
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
  }

  ul.points-round li { width: 35%; margin: 0; }
  ul.points-round li h3 { font-size: 1.5rem;}

  ul.why-choose li { width: 50%; padding: 0;}

  ul.causes-infertility li { /* width: 100%; */ }  

  .accordion .card-body { font-size: 16px; }

  header { height: auto;}
  header .align-items-center { justify-content: space-between; }
  header .brand img.img-fluid,
  .sticky .brand img.img-fluid { height: 45px; }
  .sticky header { min-height: 60px; }

  .border-right-sm {  padding-left: 0; padding-right: 0; }
  a.btn-booknow-floating {  font-size: 1em; }

  #stats-counter .stats#parents,
  #stats-counter .stats#legacy,
  #stats-counter .stats#fertility-center { width: 100%; height: 250px; margin-bottom: 30px; }
}

@media (max-width: 540px) {


/*   section#why-choose-milann .place-header { margin-bottom: -50px;} */
  ul.points-round li { width: 100%; }

  #banner .banner-copy-container { top: 50%; }
  #banner .img-fluid{ padding-bottom:35px; background: #f1f2f2;}
  #banner .banner-copy h1 { font-size:1.8rem; max-width: 300px; }
  #banner .banner-copy h2, #banner h4 { font-size: 1.8rem; }

  #banner .milann-btn-style { padding: 5px 30px; }
}

@media (max-width: 420px) {

  .checklist-paper, 
  .prepare-checklist-paper { width: 100%; }

  #banner .banner-copy-container { /* top: 38%; */ }

}

@media (max-width: 992px) {
  .header-facilities.d-block {
    display: inline-block!important;
  }

} 

/*# sourceMappingURL=style.css.map */