@charset "utf-8";



/* This is My Custom CSS */

/* 

   Author: Company Name,

   Author URL: Company URL,

   

   Site Name: Site Title,   

   Site Description: Site Field,

   Template: Responsive,

   Framework: Bootstrap v4.0.0    

*/

body {

  margin: 0;

  padding: 0;

  overflow-x: hidden;

  color: #000000;

  /* word-break: break-all; */

}



/* HTML Elements */

ul,

ol {

  margin: 0;

  padding: 0;

}



/* HTML Elements ends */



/* Typography CSS starts */



/* fira-sans-regular - latin */

/* titillium-web-300 - latin */

@font-face {

  font-display: swap; 

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 300;

  src: url('../fonts/titillium-web-300.woff2') format('woff2'); 

}

/* titillium-web-regular - latin */

@font-face {

  font-display: swap; 

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/titillium-web-regular.woff2') format('woff2');  

}

/* titillium-web-600 - latin */

@font-face {

  font-display: swap; 

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/titillium-web-600.woff2') format('woff2');  

}

/* titillium-web-700 - latin */

@font-face {

  font-display: swap;  

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/titillium-web-700.woff2') format('woff2'); 

}





body,

h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 400;

}



/* Typography CSS ends */

/* Global CSS */

.clear {

  clear: both;

}



.no-padding {

  padding-right: 0 !important;

  padding-left: 0 !important;

}



.no-paddingR {

  padding-right: 0;

}



.no-paddingL {

  padding-left: 0;

}



/* Some Padding Field Changes ( for below media queries written) */

.change-padding {

  padding-right: 15px;

  padding-left: 15px;

}



.change-paddingR {

  padding-right: 0px;

}



.change-paddingL {

  padding-left: 0px;

}



.spl-padding {

  padding-right: 0;

  padding-left: 0;

}



a:hover {

  text-decoration: none;

}



/* Some Padding Field Changes ends */



img {

  max-width: 100%;

}

  

/* New CSS With Sematic HTML Starts */



/* Menu Starts */

.menu-header {

  padding: 10px 0;

  background: #fff;

  box-shadow: 0 0 5px rgba(0,0,0,0.25);

}

.menu-header  .navbar {

  padding: 0;

}

.navbar-brand{

  width: 250px;

  display: inline-block;

  margin: 0;

  padding: 0;

}

.navbar-brand img{

  width: 250px;

  height: auto;

}

.menu-header .row{

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-align: center;

  align-items: center;

  -ms-flex-pack: justify;

  justify-content: space-between;

  margin: 0;

}

.menu-right li{

  list-style: none; 

  float:left;

  margin-right: 25px;

  position: relative;

}

.menu-right li:last-child{

  margin-right: 0;

}

.menu-right li a{

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  font-size: 22px;

  color: #000;

  display: flex;

  letter-spacing: 1px;

  display: flex;

  -ms-flex-align: center !important;

  align-items: center !important;

  transition: all .3s;

}

.menu-right li a .icon{

  background-color: #FFC22B;

  -ms-flex-item-align: center !important;

  align-self: center !important;

  width: 35px;

  border-radius: 4px;

  height: 35px;

  position: relative;

  margin-right: 10px;

}

.menu-right li a .icon i{

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

}

.menu-right li a .icon svg{

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  fill: #000;

  width: 20px;

  height: 20px;

}

.menu-right li a svg{

  width: 17px;

  margin-right: 10px;

  fill: #333;

}

.menu-right li a:hover .icon{

  background-color: #000;

}

.menu-right li a:hover .icon i{

  color: #FFC22B;

}

.menu-right li a:hover .icon svg{

  fill: #FFC22B ;

}

.divider{

  height: 30px;

  width: 1px;

  background: #c1c1c1;

  display: inline-block;

}

/* Menu  Ends */



/* Banner Starts */



.banner-sec {

  margin-top: 80px;

  margin-bottom: 40px;

}

.before-after-img{

  margin-bottom: 20px;

}

.banner-left img {

  height: 350px;

  height: auto;

  margin-bottom: 20px;

}

.banner-sec   h1{

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 700;

  font-size: 55px;

  color: #000;

  margin-bottom: 20px;

}

.banner-left p{

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 400;

  font-size: 30px;

  line-height: 45px;

  margin-bottom: 20px;

  color: #000;

} 

.banner-left ul li{

  list-style: none;

  float: left;

  position: relative;

  padding: 0 26px 0 0;

  margin-bottom: 15px;



  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 400;

  font-size: 25px;

  line-height: 25px;

  color: #000;

}

.book-now-form{

  -ms-flex-item-align: center !important;

  align-self: center !important;

}

.banner-left ul li::after {

  content: "";

  position: absolute;

  right: 13px;

  background: #000;

  height: 100%;

  width: 1px;

  top: 50%;

  transform: translateY(-50%);

}

.banner-sec ul{

  display: inline-block;

  width: 100%;

}

.btn-outer {

  display: block;

}

.btn-outer .main-btn {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  font-size: 22px;

  letter-spacing: 1px;

  background: #ffd904;

  background: -moz-linear-gradient(top,#ffd904 0,#fdbc2b 16%);

  background: -webkit-linear-gradient(top,#ffd904 0,#fdbc2b 16%);

  background: linear-gradient(to bottom,#ffd904 0,#fdbc2b 16%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd904',endColorstr='#fdbc2b',GradientType=0);

  padding: 10px 25px;

  display: inline-block;

  border-radius: 0;

  margin-right: 10px;

  color: #000;

  text-decoration: none;

}

/* Banner Ends */

/* Form Starts */

.form-heading{

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  font-size: 22px;

  margin-bottom: 0;

  background: #fdbc2b;

  text-align: center;

  padding: 15px 20px;

  border-radius: 10px 10px 0 0;

  width: 100%;

  margin-bottom: 10px;

}

#frmContact{

  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .4);

  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .4);

  box-shadow: 0 0 25px rgba(0, 0, 0, .4);

  border-radius: 10px;

}

#frmContact .row{

  margin: 0;

}

.form-grop{

  padding: 5px 20px 10px 20px;

}



.phone-number-sec span.select2.select2-container.select2-container--default {

  width: 135px !important;

  max-width: 135px !important;

}

.phone-number-sec {

  display: flex;

}

.phone-number-sec .select2-container .select2-selection--single {

  height: 42px;

}

.phone-number-sec .input-group-btn {

  margin-right:15px !important;

  width:135px;

  max-width:100% !important

}

.select2-container--default .select2-selection--single{

  border: 1px solid #ced4da;

}

.select2-mobile .select2-container--default .select2-selection--single .select2-selection__rendered {

  line-height: 40px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {

  height: 40px;

  position: absolute;

  top: 1px;

  right: 1px;

}

.phone-number-sec .select2-dropdown.select2-dropdown--below {

  min-width: 250px !important;

}

#code-dropdown span.select2-dropdown.select2-dropdown--below, #code-dropdown .select2-container--open .select2-dropdown--above {

  width: 100% !important;

  min-width: 300px;

}

.select2-container .select2-selection--single {

  height: 42px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {

  line-height: 40px;

}

.consultation-form .select2-place {

  margin-bottom: 15px;

}

#city-dropdown .select2-search.select2-search--dropdown {

  display: none;

}

.select2-search--dropdown .select2-search__field:focus {

  outline: none;

  box-shadow: none;

}

.select2-container--default .select2-results__option--highlighted[aria-selected] {

  background-color: #000;

  color: white;

}

#frmContact .btn{

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  font-size: 18px;

  letter-spacing: 1px;

  background: #ffd904;

  background: -moz-linear-gradient(top,#ffd904 0,#fdbc2b 16%);

  background: -webkit-linear-gradient(top,#ffd904 0,#fdbc2b 16%);

  background: linear-gradient(to bottom,#ffd904 0,#fdbc2b 16%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd904',endColorstr='#fdbc2b',GradientType=0);

  padding: 3px 25px;

  display: inline-block;

  border-radius: 0;

  margin-right: 0;

  color: #000;

  text-decoration: none;

  border-radius: 5px;

  margin-top: 0;

  margin-bottom: 20px;

}

.consultation-form .btn:focus{

  outline: none;

  box-shadow: none;

}

.form-control:focus{

  outline: none;

  box-shadow: none;

}

.form-control.has-error {

  border-color: red !important;

}

.error {

  display: none !important;

}



/* Blade Grade Starts */

.grade-container h5 {

  font-size: 16px;

  margin-bottom: 20px;

}

.blading-grade li{

  list-style: none;

  float: left;

}

.blading-grade label span {

  display: block;

  text-align: center;

}

.blading-grade li input[type="radio"]{

  display: none;

}

.blading-grade label {

  border: 1px solid #fff;

  padding: 5px 10px;

  display: block;

  position: relative;

  margin: 5px;

  cursor: pointer;

  border-radius: 5px;

}

.blading-grade label:before {

  content: "✓";

  background-color: white;

  color: #000;

  content: " ";

  display: block;

  border-radius: 50%;

  border: 1px solid grey;

  position: absolute;

  top: -5px;

  right: -5px;

  width: 15px;

  height: 15px;

  text-align: center;

  line-height: 13px;

  transition-duration: 0.4s;

  transform: scale(1);

  font-size: 12px;

}

.blading-grade  :checked + label {

  border-color: #fdbc2b;

}

.blading-grade :checked + label:before {

  content: "✓";

  background-color: #fdbc2b;

  border: #fdbc2b;

  transform: scale(1);

}

/* Blade Grade Ends */



/* Form Ends */



/* Contact Details Sec Starts */

.contact-details-sec {

  background-color: #565757;

  padding: 40px 0;

}

.contact-details-inn{

  text-align: center;

}

.contact-details-sec ul{

  display: inline-block;

  margin: 0 auto;

}

.contact-details-sec ul li{

  display: inline-block;

  float: left;

  margin: 0 25px;

}

.contact-details-sec ul li a {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 400;

  font-size: 46px;

  line-height: normal;

  color: #fff;

  display: flex;

  line-height: 46px;

  display: -ms-flexbox !important;

  display: flex !important;

}

.contact-details-sec ul li a i{

  -ms-flex-item-align: center !important;

  align-self: center !important;

  margin-right: 15px;

}

.contact-details-sec ul li svg{

  width: 40px;

  fill: #fff;

  margin-right: 11px;

}

.contact-details-sec ul li .divider{

  height: 46px;

  width: 2px;

}

/* Contact Details Sec Ends */



/* How Hair Transplant Works Sec Starts */

.transplant-works-sec {

  background: #fdbc2b;

  padding: 50px 0;

}

.transplant-works-left {

  -ms-flex-item-align: center !important;

  align-self: center !important;

}

.transplant-works-left h3 {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  font-size: 30px;

  color: #000;

  margin-bottom: 0;

}

.transplant-works-right p {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 400;

  font-size: 20px;

  line-height: 27px;

  color: #000;

  margin-bottom: 0;

}

/* How Hair Transplant Works Sec Ends */





/*  Happy Customer Sec Starts  */

.happy-customer-sec {

  background-color:#565757;

  padding:30px 0

}

.happy-customer-sec h5 {

  font-family:'Titillium Web';

  font-style:normal;

  font-weight:600;

  font-size:40px;

  line-height:normal;

  color:#d5d5d4;

  margin: 0 auto;

  margin-bottom: 40px;

}

.happy-customer-sec .slick-slide {

  margin:0 25px

}

.happy-customer-slider {

  position:relative

}

.happy-customer-box img {

  width: auto;

  height: auto !important;

}

.happy-customer-slider:before {

  content:"";

  background-color:#565757;

  width:50px;

  height:100%;

  position:absolute;

  top:0;

  left:0;

  z-index:1

}

.happy-customer-slider:after {

  content:"";

  background-color:#565757;

  width:50px;

  height:100%;

  position:absolute;

  top:0;

  right:0;

  z-index:1

}

.happy-customer-slider .slick-prev,

.happy-customer-slider .slick-next {

  background-color:#fdbc2b;

  width:48px;

  height:48px;

  display:inline-block;

  border-radius:50%;

  z-index:9;

 

}

.happy-customer-slider .slick-prev:before {

  content: "";

  position: absolute;

  background: url(../images/caret-left.svg) no-repeat;

  width: 30px;

  height: 30px;

  background-position: center center;

  background-size: contain;

  left: 55%;

  top: 50%;

  transform: translateX(-55%) translateY(-50%);

}

 

.happy-customer-slider .slick-next:before{

  content: "";

  position: absolute;

  background: url(../images/caret-right.svg) no-repeat;

  width: 30px;

  height: 30px;

  background-position: center center;

  background-size: contain;

  left: 55%;

  top: 50%;

  transform: translateX(-55%) translateY(-50%);

}



.happy-customer-slider .slick-dots {

  display:none !important

}

/*  Happy Customer Sec Ends  */



/* Why Hairocraft Sec Starts */

.why-hairocraft-heading {

  text-align: center;

}

.why-hairocraft-heading h4 {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  font-size: 40px;

  line-height: normal;

  color: #000;

  margin-bottom: 40px;

}

.four-column-sec {

  background-size:cover;

  background-position:left center;

  padding:30px 0

}

.single-column-box {

  text-align:center

}

.single-column-box .icon-outer {

  width:187px;

  height:187px;

  background-color:#febc2b;

  border-radius:50%;

  position:relative;

  margin:0 auto;

  margin-bottom:10px

}

.single-column-box .icon-outer img {

  height:100px;

  width:auto;

  object-fit:cover;

  position:absolute;

  top:50%;

  left:50%;

  transform:translateX(-50%) translateY(-50%)

}

.single-column-box h5 {

  font-family:'Titillium Web';

  font-style:normal;

  font-weight:700;

  font-size:40px;

  line-height:normal;

  color:#000

}

.single-column-box p {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 400;

  font-size: 25px;

  color: #000;

  line-height: 35px;

}

.single-column-box p b {

  font-family:'Titillium Web';

  font-style:normal;

  font-weight:700

}

/* Why Hairocraft Sec Ends */



/* Location & Image Starts */

.location-image-section {

  padding:50px 0;

  background-color:#d5d5d4

}

.location-works-left,

.location-works-right {

  display:flex;

  justify-content:center;

  align-items:center;

  margin-bottom:0

}

#iframe-map, #iframe-map iframe {

  height: 100%;

  width: 100%;

}

.location-works-left iframe {

  border:2px solid #ddd;

  border-radius:10px

}

.location-works-right img {

  max-width:100%;

  border:2px solid #ddd;

  border-radius:10px;

  width:100%;

  height:320px;

  object-fit: cover;

}

.location-works-left iframe:focus {

  outline: 0;

}

.location-works-left a{

  width: 100%;

}

.location-works-left img{

  max-width: 100%;

  border: 2px solid #ddd;

  border-radius: 10px;

  width: 100%;

  height: 320px;

  object-fit: cover;

  object-position: top left;

}

/* Location & Image Ends */



/* Marquee Container Starts */

.locations-sec {

  background-color: #fdbc2b;

  padding-top: 10px;

  padding-bottom: 10px;

}

.locations-inn ul {

  text-align:center

}

.locations-inn ul li {

  display:inline-block;

  font-family:'Titillium Web';

  font-style:normal;

  font-weight:600;

  font-size:15px;

  line-height:19px;

  color:#000;

  border-right:1px solid #000;

  padding-right:10px;

  padding-left:10px;

  margin-bottom:15px

}

.locations-inn ul li:last-child {

  border-right:0

}

.locations-sec li {

  display:inline-block

}

.simple-marquee-container * {

  -webkit-box-sizing:border-box;

  -moz-box-sizing:border-box;

  -o-box-sizing:border-box;

  box-sizing:border-box

}

.simple-marquee-container {

  width:100%;

  float:left;

  display:inline-block;

  overflow:hidden;

  box-sizing:border-box;

  height:35px;

  position:relative;

  cursor:pointer

}

.simple-marquee-container .marquee-sibling {

  padding:0;

  background:#3d3d3d;

  width:20%;

  height:35px;

  line-height:42px;

  font-size:12px;

  font-weight:normal;

  color:#fff;

  text-align:center;

  float:left;

  left:0;

  z-index:2000

}

.simple-marquee-container .marquee,

.simple-marquee-container *[class^="marquee"] {

  display:inline-block;

  white-space:nowrap;

  position:absolute

}

.simple-marquee-container .marquee {

  margin-left:25%

}

.simple-marquee-container .marquee-content-items {

  display:inline-block;

  padding:5px;

  margin:0;

  height:45px;

  position:relative

}

.simple-marquee-container .marquee-content-items li {

  display:inline-block;

  font-family:'Titillium Web';

  font-style:normal;

  font-weight:600;

  font-size:15px;

  line-height:19px;

  color:#000;

  border-right:1px solid #000;

  padding-right:10px;

  padding-left:10px

}

/* Marquee Container Ends */



/* Footer Starts */

footer {

  background-color:#fff;

  padding:40px 0 0 0

}

.footer-logo {

  margin-bottom: 25px;

  display: inline-block;

}

.footer-logo a {

  display:inline-block;

}

.footer-logo img {

  width: 295px;

  height: auto;

}

footer p {

  font-family:'Titillium Web';

  font-style:normal;

  font-weight:400;

  font-size:20px;

  line-height:30px;

  color:#000;

}

.footer-logo-col p {

  padding-right: 50px;

}

.foot-address-sec, .foot-contact {

  margin-top: 25px;

}

.foot-contact h4 {

  font-family:'Titillium Web';

  font-style:normal;

  font-weight:700;

  font-size:24px;

  line-height:31px;

  color:#000;

  margin-bottom:20px;

}

.foot-contact ul li {

  list-style:none;

  margin-bottom: 10px;

}

.foot-contact ul li a {

  font-family:'Titillium Web';

  font-style:normal;

  font-weight:700;

  font-size:31px;

  line-height:31px;

  color:#000;

}

.foot-contact li a i {

  margin-right:6px;

}

.foot-contact li a svg{

  height: 28px;

  width: auto;

  margin-right: 10px;

}

.foot-contact ul li a:hover {

  text-decoration:none;

}

.foot-contact ul.contact-foot  li a{

  display: -ms-flexbox !important;

  display: flex !important;

}

.foot-contact ul.contact-foot  li a svg{

  -ms-flex-item-align: center !important;

  align-self: center !important;

}

.social-media li {

  display:inline list-item;

  margin:0 10px 0 0;

}

.social-media li a {

  background-color:#ffc22b;

  line-height:inherit !important;

  font-size:inherit !important;

  width:35px !important;

  display:inline-block;

  height:35px !important;

  border-radius:6px;

  position:relative;

}

.social-media li a:hover {

  background-color:#000;

}

.social-media li a:hover svg {

  fill:#ffc22b;

}

.social-media li a svg {

  width:1.2em;

  height:1.2em;

  position:absolute;

  top:50%;

  left:50%;

  transform:translateX(-50%) translateY(-50%);

}

.footer-bottom {

  background:#565757;

  color:#fff;

}

.footer-bottom {

  padding:15px 0;

}

.footer-top {

  padding-bottom: 30px;

}

.foot-address-sec h4, .foot-contact h4 {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 700;

  font-size: 24px;

  line-height: 31px;

  color: #000;

  margin-bottom: 10px;

}

.social-media {

  margin-top: 25px;

}

/* Footer Ends */

#frmContact input.form-control {

  height: 42px

}





/* New Css With Sematic HTML Ends */

.menu-header{

    position: fixed;

    width: 100%;

    top: 0;

    background: #fff;

    z-index: 9;

}

.menu-header,

.menu-header .navbar-brand img{

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

}

.menu-header.sticky-sec .navbar-brand img {

    height: 45px;

    width: auto;

}

main {

    padding-top: 125px;

}

.banner-sec{

    margin-top: 0 !important;

}

 

/* FAQ Starts */

.faq-inn h4{

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  font-size: 40px;

  line-height: normal;

  color: #000;

  margin-bottom: 40px;

}

.faq-sec {

  background: #fdbc2b;

  padding: 50px 0;

}

.faq-box {

  margin-bottom: 20px;

}

.faq-sec h5 {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  font-size: 25px;

  color: #000;

 margin-bottom: 5px;

}

.faq-sec p{

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 400;

  font-size: 20px;

  line-height: 26px;

  margin-bottom: 0;

}

.faq-box {

  display: -ms-flexbox !important;

  display: flex !important;

}

.align-self-start {

  -ms-flex-item-align: start !important;

  align-self: flex-start !important;

}

.faq-icon svg {

  width: 15px;

}

.faq-icon-sec {

  margin-right: 15px;

  -ms-flex-item-align: start !important;

  align-self: flex-start !important;

  margin-top: 4px;

}

.faq-icon {

  background: rgba(250, 250, 250, .5);

  width: 30px;

  height: 30px;

  border-radius: 5px;

  position: relative;

}

.faq-num {

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  font-size: 22px;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

}
.banner-left ul li:last-child::after {
  display: none;
}
/* FAQ Ends */

 

 
.banner-sec ul.mandatory-grade li label::before {
  border: 1px solid red;
}
/* .select2-place [aria-describedby="ddlLocation-error"] {
  border-color: red !important; 
} */
.select2-place .form-control:focus {
  border: 1px solid #ced4da;
}
 