/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*-----------------------------------------------------------------------------------
    Theme Name: LLCG
    Theme URI: http://llcgteam.com
    Description: This is Version College web site. 
    Author: SA Bappy
    Author URI: http://sabappy.com
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Version: 1.0

-----------------------------------------------------------------------------------

	1. Typography
	2. Header Area 
	3. Iteam Area
	4. Footer Area

-----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Arboria';
    src: url('fonts/Arboria-Light.woff2') format('woff2'),
        url('fonts/Arboria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arboria';
    src: url('fonts/Arboria-Thin.woff2') format('woff2'),
        url('fonts/Arboria-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arboria';
    src: url('fonts/Arboria-Bold.woff2') format('woff2'),
        url('fonts/Arboria-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*----------------------------------
    1. TYPOGRAPHY
---------------------------------- */

/*Video Popup Start----*/
.video-popup {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 999999;
    display: none;
}
.video-popup.show{
  display: block;
}
.iframe-wrapper {
    width: 50%;
    height: 70%;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.video-popup #iframeHolder {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
}
.video-popup iframe {
    width: 100%;
    height: 100%;
}
.close-video {
    width: 40px;
    height: 40px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
            box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.video-close-icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.video-close-icon::before {
    width: 60%;
    height: 2px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.video-close-icon::after {
    width: 60%;
    height: 2px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media all and (max-width: 768px){
  .iframe-wrapper {
    width: 80%;
    height: 62%;
  }
  .video-popup #iframeHolder {
        width: 100%;
        height: unset;
        background-color: transparent;
        aspect-ratio: 16/9;
    }
}
/*Video Popup End----*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
body {
    font-family: 'Arboria';
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background: #FFF;
    counter-reset: dots_number;
    padding-right: 160px;
}
a {
    text-decoration: none;
    display: inline-block;
}
a:hover {
    text-decoration: none;
}
button {
    border: none;
    outline: none;
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
}
input {
    border: none;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
input:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.text-center {
    text-align: center;
}
.sec-p {
    padding: 90px 0;
}
.sec-m {
    margin: 90px 0;
}
.container-xl {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.container-md {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.container-sm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
/*----------------------------------
    1. HEADER AREA START
---------------------------------- */
.min_header.fixed {
    background: linear-gradient(#343434 0%, #000 100%);
}
.min_header {
    position: fixed;
    width: 100%;
    padding-bottom: 10px;
    z-index: 999;
}
.header_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 18px;
}
.header_wrp .call {
    text-align: right;
}
.header_wrp .call a {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.03em;
    line-height: 28px;
    color: #fff;
}
.header_wrp .call a:hover {
    color: #d4aa88;
}
.header_wrp .call p a {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.03em;
    line-height: 28px;
    color: #d4aa88;
}
/* Social Link --------------- */
.social_sec {
    position: fixed;
    top: 0;
    right: 0;
    background: #000000;
    width: 160px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
}
.social_link::after {
    content: '';
    position: absolute;
    bottom: -155px;
    right: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 90px;
    background: url('images/sp.svg') no-repeat;
    background-position: top -108px right 0;
}
.social_link li{
    width: 32px;
    height: 32px;
}
.social_link li button {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url('images/sp.svg') no-repeat;
    background-position: top -121px left 0;
}
.social_link li button:hover {
    -webkit-filter: sepia(5) brightness(0.5);
            filter: sepia(5) brightness(0.5);
}
.social_link li:nth-child(2) button {
    background-position: top -173px left 0;
}
.social_link li:nth-child(3) button {
    background-position: top -224px left 0;
}
.social_link li:nth-child(4) button {
    background-position: top -276px left 0;
}
/* Banner Section ---------- */
.banner_carousel {
    padding: 300px 0 600px;
    background: url('images/bannerBg.jpg') no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}
.banner_single h1 {
    font-weight: normal;
    font-size: 77px;
    line-height: 99px;
    color: #d4aa88;
    text-transform: uppercase;
    position: relative;
    max-width: 825px;
    width: 100%;
}
.banner_single h1::after {
    content: '';
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 30px;
    background: url('images/sp.svg') no-repeat;
    background-position: top left;
}
.banner_single h1 span {
    display: block;
    font-weight: normal;
    font-size: 37px;
    letter-spacing: 1em;
    line-height: 33px;
    color: #fff;
    text-align: center;
}
/* Honesty Section ---------- */
.honestly_sec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(25, 25, 25, 0.85);
}
.honesty_con {
    max-width: 811px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.left img {
    display: block;
}
.right {
    position: relative;
}
.right::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -62px;
    width: 1px;
    height: 53px;
    background: rgb(112 112 112 / 56%);
}
.right::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -62px;
    margin: auto;
    width: 1px;
    height: 53px;
    background: rgb(112 112 112 / 56%);
}
.honesty_con .right h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.honesty_con .right p {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.honesty_con .right button {
    width: 100px;
    height: 25px;
    cursor: pointer;
    background: url('images/sp.svg') no-repeat;
    background-position: left 0 bottom -50px;
    margin-left: 10px;
}
/* Hair transplant Section ------ */
.hair_transplant_sec {
    position: relative;
}
.hair_transplant_sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: #FFF;
}
.hair_tran_bg {
    background: #FFFFFF url('images/hairBg.jpg') no-repeat;
    background-size: cover;
    background-position: top right;
}
.hair_tran_cont {
    max-width: 800px;
    width: 100%;
    padding: 50px 35px;
    background: rgb(255 255 255 / 73%);
    box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 3;
}
.hair_tran_cont::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 69%;
    height: 100%;
    background: #fcfcfc;
    z-index: -1;
}
.hair_tran_wrap {
    position: relative;
    margin: 30px 0;
    padding: 40px 0;
}
.single_hair {
    width: 50%;
    position: relative;
    margin-left: auto;
}
.single_hair:nth-child(odd) {
    margin-right: auto;
    margin-left: unset;
}
.single_hair::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 23px;
    width: 10px;
    height: 10px;
    background: #D4AA88;
    border-radius: 100%;
}
.single_hair:nth-child(odd)::after {
    right: 32px;
    left: unset;
}
.single_hair::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 92%;
    width: 108%;
    height: 1px;
    background: rgb(112 112 112 / 24%);
}
.single_hair:nth-child(odd)::before {
    right: -100%;
}
.single_hair p {
    width: 200px;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    margin-left: auto;
    position: relative;
}
.single_hair p::after {
    content: attr(data-index);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -90px;
    width: 30px;
    height: 30px;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}
.single_hair:nth-child(odd) p::after {
    right: -90px;
    left: unset;
}
.single_hair:nth-child(odd) p {
    margin-right: auto;
    margin-left: unset;
    text-align: right;
}

.wav_line {
    position: absolute;
    top: 11px;
    left: calc(50% - 39px);
    height: 100%;
}
.wav_line img {
    height: 100%;
}
.single_hair.first::before {
    display: none;
}
/* Includes one Section ---------- */
.before_after_sec.sec-p {
    padding-bottom: 0;
}
.includes_sec {
    padding: 95px 0;
    background: url('images/inBg.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
    z-index: 3;
}
.includes_sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 74%);
    z-index: -1;
}
.include_con {
    max-width: 585px;
    width: 100%;
    margin-left: auto;
}
.include_con p {
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 30px;
}
/* Before & After Section ------ */
.before_after_sec {
    background: #FFFFFF;
}
.before_after_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 130px 680px;
    grid-template-columns: auto 680px;
    gap: 130px;
    align-items: center;
}
.before_after_left {
    padding: 85px 0;
    background: url('images/beforeAfterBg.png') no-repeat;
    background-size: contain;
    background-position: left center;
}
.before_after_left h2 {
    font-weight: 300;
    font-size: 62px;
    line-height: 65px;
    color: #000;
    position: relative;
}
.before_after_left h2::after {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 160px;
    height: 40px;
    background: url('images/sp.svg') no-repeat;
    background-position: top -51px left 0;
}
.before_after_left p {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 30px;
    color: #000;
    margin-top: 20px;
}
.before_after_right a.gal-link {
    text-align: center;
    display: block;
    margin: 50px 0px 0px;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border: 1px solid #000;
    width: 50%;
    margin: 50px auto 0px;
    background: #000;
	transition: .3s;
}
.before_after_right a.gal-link:hover{
	color: #000;
    border: 1px solid #000;
    background: #fff;
}
/* before after images  */
.be_single img {
    display: block;
    filter: grayscale(1);
}

.number {
    gap: 30px;
    margin-top: 20px;
}
.number button {
    position: relative;
    background: transparent;
    counter-reset: before;
}
.number button:hover {
    background: transparent;
}
.number button.active {
    background: transparent;
}
.number button.active::after {
    font-weight: bold;
    font-size: 20px;
}
.review_dots button {
    counter-reset: review;
}
.number button::after {
    content: attr(aria-label);
    inset: 0;
    margin: 0;
    font-weight: normal;
    font-size: 19px;
    line-height: 18px;
    text-align: center;
    color: #151c2b;
    width: 42px;
}
.brand_logo {
    padding-top: 90px;
}
/* Review Section ----------- */
.review_wrap {
   padding-bottom: 100px;
}
.review_section .container-md {
    position: relative;
}
.review_section .container-md::after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 57px;
    width: 95%;
    height: 1px;
    background: rgba(112, 112, 112, 0.5);
}
.review_section {
    padding: 180px 0 75px;
    background: url('images/reviewBg.jpg') no-repeat;
    background-size: cover;
}
.review_wrap .glider-track {
    gap: 80px;
}

.single_review {
    max-width: 640px;
    width: 100%;
    position: relative;
}
.single_review::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 40px;
    background: url('images/sp.svg') no-repeat;
    background-position: top -177px left -56px;
}
.single_review h6 {
    color: #D4AA88;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}
.single_review h3 {
    font-weight: 300;
    font-size: 39px;
    line-height: 40px;
    color: #fff;
    position: relative;
}
.single_review h3::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 110px;
    height: 1px;
    background: #FFFFFF;
}
.single_review p {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 30px;
    color: #fff;
    margin: 55px 0 35px;
}
.single_review span {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #fff;
}
.review_dots.number button::after {
    color: #FFF;
}
/* Consult Fee Section  ---------- */
.bg-white {
    background: #FFFFFF;
}
.consult_con {
    max-width: 1226px;
    width: 100%;
    margin-left: auto;
    padding: 300px 0;
    background: url('images/consultBg.png') no-repeat;
    background-position: top left;
}
.consult_price {
    max-width: 690px;
    width: 100%;
    margin-left: auto;
}
.consult_price p {
    font-weight: 300;
    font-size: 21px;
    letter-spacing: 0.4em;
    line-height: 93px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.consult_price p span {
    font-weight: bold;
    font-size: 44px;
    line-height: normal;
    color: #000;
    margin: 0 20px;
}
.consult_price p::after {
    content: '';
    position: absolute;
    top: 23px;
    left: -48px;
    width: 50px;
    height: 45px;
    background: url('images/sp.svg') no-repeat;
    background-position: top -112px left -53px;
}
/* Office Section ----------- */
.offce_call {
    text-align: center;
    margin-bottom: 80px;
}
.offce_call a {
    font-weight: 300;
    font-size: 53px;
    letter-spacing: 0.03em;
    color: #000;
    position: relative;
}
.offce_call a::after {
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    background: url('images/sp.svg') no-repeat;
    background-position: top -234px left -47px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.offce_call a:hover {
    color: #d4aa88;
}
.offce_call a:hover::after {
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}
.office_caro {
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: unset;
}
.office_caro .glider-track {
    gap: 20px;
}
.office_caro div img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.office_caro div img {
    display: block;
}
.office_dots {
    margin-top: 65px;
}
/* Footer Section --------- */
footer {
    background: #000000;
    padding-bottom: 50px;
}
footer .container-xl {
    margin-left: auto;
    margin-right: unset;
}
.footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
}
.single_footer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px 0px 5px 5px;
    background: #171717;
    padding: 60px;
}
.single_footer h2 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 42px;
    color: #d4aa88;
    text-transform: uppercase;
    padding-bottom: 80px;
    position: relative;
}
.single_footer h2::after {
    content: "";
    position: absolute;
    top: 80px;
    left: -60px;
    width: 190px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}
.single_footer p {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 30px;
    color: #ede8e4;
}
.single_footer ul li {
    padding-bottom: 4px;
}
.single_footer ul li a {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 30px;
    color: #ede8e4;
}
.single_footer ul li a:hover {
    color: #d4aa88;
}
.single_footer div button {
    width: 280px;
    height: 100px;
    cursor: pointer;
    background: url('images/btn1.jpg') no-repeat;
    border-radius: 5px;
}
.single_footer div button:last-child {
    background: url('images/btn2.jpg') no-repeat;
}
.copyright {
    margin-top: 60px;
    text-align: center;
}
.copyright p {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 30px;
    color: #ede8e4;
}
.copyright p a {
    color: #fff;
    text-decoration: underline;
}
.copyright .dmca {
    width: 124px;
    height: 25px;
    background: url('images/sp.svg') no-repeat;
    margin-top: 20px;
    cursor: pointer;
    background-position: bottom 0 left 0; 
}

/* RESPONSIVE CSS -------------------------------------------------------------------------------------------- */
@media all and (min-width:1921px){
    footer .container-xl {
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width:1700px){
    body {
        padding-right: 100px;
    }
    .container-xl {
        padding: 0 15px;
    }
    .header_wrp {
        margin-right: 80px;
    }
    /* Banner Section  */
    .social_sec {
        width: 100px;
    }
    /* Hair transplant Section  */
    .hair_tran_bg {
        background-position: left center;
    }
    .includes_sec {
        background-position: center;
    }
    .brand_logo {
        padding-top: 40px;
    }
    .single_footer div button {
        width: 230px;
        height: 81px;
        background-size: contain;
    }

}
/*1700 End */
@media all and (max-width:1439px){
  .container-md{
        padding: 0 15px;
    }

}
/*1439 End */
@media all and (max-width:1366px){
    /* Banner Section  */
    .banner_carousel {
        padding: 210px 0 420px;
        background-position: top center;
    }
    /* Before & After Section  ----- */
    .before_after_wrap {
        gap: 5%;
        -ms-grid-columns: 40% 5% 55%;
        grid-template-columns: 40% 55%;
    }
    /* Review Section  -------- */
    .review_section {
        padding: 50px 0;
    }
    .review_dots {
        margin-top: 50px;
    }
    /* Consult Fee Section  */
    .consult_con {
        padding: 230px 0;
        background-position: left 0 center;
        background-size: contain;
    }
    .single_footer {
        padding: 50px 25px;
    }
    .single_footer h2::after {
        left: -25px;
    }
    .single_footer h2 {
        font-size: 21px;
    }

}
/*1366 End */
@media all and (max-width:1200px){
    body {
        padding-right: 0;
    }
    .container-sm {
        padding: 0 15px;
    }
    .sec-p {
        padding: 50px 0px;
    }
    /* Banner Section  */
    .banner_carousel {
        background-size: cover;
        padding: 160px 0 265px;
    }
    .header_wrp {
        margin-right: 0;
    }
    .social_sec {
        width: 100%;
        max-width: 825px;
        position: unset;
        background: transparent;
    }
    .social_link {
        gap: 15px;
        flex-direction: row;
        margin-top: 40px;
    }
    .social_link::after {
        display: none;
    }
    /* Hair transplant Section  */
    .hair_tran_cont {
        padding: 10px 35px;
    }
    .hair_transplant_sec::after,
    .hair_tran_cont::after {
        display: none;
    }
    /* Includes one Section --- */
    .includes_sec {
        padding: 50px 0;
    }
    /* Before & After Section   */
    .before_after_left h2 {
        font-size: 46px;
        line-height: 1.2;
    }
    .brand_logo {
        padding-top: 50px;
    }
    /* Review Section  -------- */
    .single_review h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    .review_wrap .glider-track {
        gap: 20px;
    }
    /* Consult Fee Section ---- */
    .consult_price {
        max-width: 575px;
    }
    .consult_price p {
        font-size: 20px;
        letter-spacing: 0.2em;
        line-height: 1.5;
    }
    /* Office Section   */
    .offce_call {
        margin-bottom: 40px;
    }
    .office_caro {
        margin-left: 0;
    }
    /* Footer Section --- */
    .copyright {
        margin-top: 50px;
    }
    .brand_logo {
        padding-top: 20px;
    }
    .before_after_left {
        padding-bottom: 20px;
    }
    .review_dots {
        margin-top: 0;
    }
    .review_section .container-md::after {
        left: 0;
        width: 100%;
    }
    .footer_wrap {
        flex-wrap: wrap;
    }
    .single_footer {
        flex: auto;
        min-width: 300px;
    }

}
/*1200 End*/
@media all and (max-width:991px){
    /* Banner Section  */
  .banner_single h1 {
        font-size: 60px;
        line-height: normal;
    }
    .dots {
        gap: 15px;
        top: 220px;
        right: 38px;
    }
    /* Honesty Section ------ */
    .honesty_con .right h3 {
        font-size: 35px;
    }
    /* Includes one Section ------ */
    .include_con p {
        font-size: 18px;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    /* Before & After Section   */
    .before_after_left h2 {
        font-size: 36px;
    }
    .before_after_left p {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 15px;
    }
    .brand_logo {
        overflow: auto;
    }
    .brand_logo img {
        max-width: 992px;
    }
    /* Consult Fee Section  */
    .consult_con {
        background-size: 50%;
        padding: 130px 0;
    }
    .consult_price {
        max-width: 474px;
    }
    .consult_price p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .consult_price p span {
        font-size: 30px;
        line-height: 1.2;
        margin: 0 10px;
    }
    .consult_price p::after {
        top: 1px;
        -webkit-transform: scale(.5);
            -ms-transform: scale(.5);
                transform: scale(.5);
    }
    /* Footer Section  */
    .footer_wrap {
        gap: 20px;
    }
    .single_footer h2 {
        font-size: 18px;
        line-height: 1.2;
        padding-bottom: 40px;
    }
    .single_footer h2::after {
        top: 40px;
        width: 100%;
    }
    .single_footer div button {
        width: 160px;
        height: 56px;
        background-size: contain;
        background-position: center;
    }
    .single_footer div button:last-child {
        background-size: contain;
        background-position: center;
    }

}
/*992 End */
@media all and (max-width:767px){
    /* Header Top  */
    .logo a {
        max-width: 140px;
        width: 100%;
    }
  .header_wrp .call a,
    .header_wrp .call p a {
        font-size: 20px;
        line-height: normal;
    }
    /* Banner Section  */
    .banner_single h1 {
        font-size: 38px;
        text-align: center;
    }
    .banner_single h1 span {
        font-size: 22px;
        letter-spacing: .6em;
        line-height: normal;
        text-align: center;
    }
    .left img {
        width: 62%;
        margin: auto;
    }
    .right {
        margin-top: 15px;
    }
    .right::after,
    .right::before {
        display: none;
    }
    .dots {
        gap: 5px;
        top: 185px;
        right: 15px;
    }
    .dots.glider-dots .glider-dot::after {
        font-size: 14px;
    }
    .dots.glider-dots .glider-dot.active::after {
        font-size: 15px;
    }
    /* Hair transplant Section  */
    .hair_tran_bg {
        background-size: contain;
    }
    .hair_tran_wrap {
        padding: 20px 0;
    }
    .single_hair p {
        width: 160px;
        font-size: 16px;
        line-height: 1.4;
    }
    .single_hair p::after {
        left: -35px;
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
    .single_hair:nth-child(odd) p::after {
        right: -35px;
        left: unset;
    }
    .wav_line {
        top: 0;
        left: calc(50% - 31px);
        width: 50px;
    }
    .single_hair::after {
        left: 10px;
    }
    .single_hair:nth-child(odd)::after {
        right: 25px;
    }
    .single_hair::before {
        right: 95%;
    }
    /* Honesty Section ------ */
    .honesty_con {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .include_con {
        max-width: 100%;
    }
    /* Before & After Section   */
    .before_after_wrap {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        text-align: center;
    }
    .before_after_left {
        padding: 30px 0;
        background-position: center;
    }
    .before_after_left h2::after {
        top: -41px;
        margin: auto;
        right: 0;
    }
    .image-ba {
        height: 215px !important;
    }
    /* Consult Fee Section  */
    .consult_con {
        padding: 85px 0;
    }
    /* Footer Section  */
    .footer_wrap {
        gap: 30px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .single_footer {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
    .single_footer p {
        font-size: 17px;
        line-height: 1.5;
    }
    .copyright {
        margin-top: 30px;
    }

}
/*768 End */
@media all and (max-width: 575px){
	.before_after_right a.gal-link {
    width: 100%;
    margin: 20px auto 0px;
}
    .number {
    margin: 20px 0px;
}
  /* Banner Section  */
  .banner_carousel {
    background-size: cover;
    padding: 110px 0 290px;
    }
    .banner_single h1 {
        font-size: 26px;
        margin-top: 160px;
    }
    .banner_single h1 span {
        font-size: 20px;
    }
    .banner_single h1::after {
        -webkit-transform: scale(.6);
            -ms-transform: scale(.6);
                transform: scale(.6);
    }
    .dots {
        gap: 0px;
        top: unset;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        bottom: 15px;
    }
    .dots.glider-dots .glider-dot {
        width: 30px;
    }
    /* Hair transplant Section  */
    .hair_tran_bg {
        background: #FFF;
    }
    .hair_tran_cont {
        padding: 15px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .hair_tran_wrap {
        margin: 0;
    }
    .wav_line {
        left: 0;
        width: 35px;
        top: -8px;
    }
    .single_hair {
        width: calc(100% - 80px);
        margin-left: auto;
        margin-right: unset;
        margin-bottom: 25px;
    }
    .single_hair:nth-child(odd) {
        margin-right: unset;
        margin-left: auto;
    }
    .single_hair p {
        width: 100%;
    }
    .single_hair:nth-child(odd) p {
        text-align: left;
    }
    .single_hair::before {
        display: none;
    }
    .single_hair::after {
        left: -52px;
    }
    .single_hair:nth-child(odd)::after {
        right: unset;
        left: -84px;
    }
    .single_hair:nth-child(odd) p::after {
        right: unset;
        left: -35px;
    }
    /* Honesty Section -------- */
    .honesty_con {
        padding-bottom: 20px;
    }
    .honesty_con .right h3 {
        font-size: 25px;
        line-height: 1.4;
    }
    /* Review Section   */
    .single_review h3 {
        font-size: 22px;
    }
    /* Consult Fee Section  */
    .bg-white.sec-p {
        padding: 0;
    }
    .consult_con {
        background-size: contain;
        padding: 85px 0;
        margin: 40px 0 30px;
    }
    .consult_price {
        text-align: right;
    }
    .consult_price p {
        font-size: 17px;
        background: rgb(255 255 255 / 100%);
        display: inline-block;
        padding: 10px 0px;
        margin: 0px;
    }
    .consult_price p span {
        font-size: 20px;
        margin: 0;
    }
    .consult_price p::after {
       display: none;
    }
    /* Office Section   */
    .offce_call a {
        font-size: 32px;
    }
    .offce_call a::after {
        top: -63px;
        -webkit-transform: scale(.5);
            -ms-transform: scale(.5);
                transform: scale(.5);
    }
    .office_caro .glider-track {
        gap: 0;
    }
    .office_dots {
        margin-top: 20px;
    }
    .number {
        gap: 10px;
    }
    .number button::after {
        font-size: 15px;
        width: 30px;
    }
    .review_dots {
        margin-top: 30px;
    }
    .review_wrap {
        overflow: hidden;
        padding-bottom: 30px;
    }
    .review_section .container-md::after {
        bottom: 50px;
    }
    .single_review::after {
        transform: scale(.7);
    }
    .review_section {
        background-position: left 18% center;
    }
}
/*576 End */
@media all and (max-width: 425px){
    /* Banner Section  */
    .banner_carousel {
        background-position: right 32% center;
    }
    .social_link {
        margin-top: 20px;
    }
    .honesty_con {
        padding-left: 15px;
        padding-right: 15px;
    }
    .honesty_con .right h3 {
        font-size: 20px;
    }
    /* Header Top  */
  .logo a {
        max-width: 110px;
    }
    .header_wrp .call a, .header_wrp .call p a {
        font-size: 15px;
    }
    .honesty_con .right p {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }

}
/* 425 End  */
@media all and (max-width: 414px) {
    .includes_sec {
        background: #191919;
    }

}
/*414 End */
