/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #faf9f9;
    margin: 0 30px
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat.ttf);
}

@font-face {
    font-family: 'GratelosDisplay';
    src: url(../fonts/GratelosDisplay.ttf);
}

@font-face {
    font-family: 'Sora';
    src: url(../fonts/Sora.ttf);
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/


.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}


.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'GratelosDisplay';
    font-size: 133px;
    line-height: 120px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Sora';
    font-size: 64px;
    line-height: 70px;
    color: #303030;
    font-weight: 600;
    margin: 0 0 10px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #1b1b1b;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 20px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
.extra-menu {
    display: none;
}

.header-logo {
    text-align: center;
}

.menuSec {
    padding: 16px 0;
    background: #ecf1f5;
    margin: 20px 0px;
    border-radius: 10px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #212121;
    padding: 0px 9px;
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 0 0 30px;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

img.img-fluid {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.btn1 span {
    font-size: 12px;
    color: #2f95ae;
    font-family: 'Montserrat';
    text-transform: uppercase;
    background: #fff;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 40px;
    font-weight: 500;
}

.btn1 {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 40px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out;
}

.btn1 i {
    font-size: 16px;
    color: #2f95ae;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    margin-left: -12px;
    font-weight: 600;
}

.banner-img-txt {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 68%;
    gap: 10px;
    margin: -230px 50px 0 auto;
}

.banner-img-txt ul {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 45%;
    margin: 0;
}

.banner-img-txt ul li img {
    width: 70px;
    height: 90px;
    border-radius: 5px;
    object-fit: cover;
}

.tab-txt {
    width: 55%;
}

.tab-txt p {
    margin: 0;
    font-size: 12px;
}

.tab-txt h5 {
    color: #1d1d1d;
    font-size: 20px;
    margin: 0;
    font-family: 'Sora';
}

img.bb-main {margin-left: -150px;width: 100%;height: 700px;object-fit: cover;}

section.main_slider {
    position: relative;
}

.review-people {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    gap: 10px;
    margin: 0;
    left: 0;
    right: 570px;
}

.review-people h5 {
    font-size: 40px;
    color: #fff;
    font-family: 'GratelosDisplay';
    margin: 0;
}

.banner-img-main .nav {
    display: inline-block;
    text-align: right !important;
    margin: 0 0 0 auto;
    width: 100%;
}

.banner-img-main .nav-tabs {
    border-bottom: 0;
    position: absolute;
    right: 0;
    width: fit-content;
    z-index: 9;
}

.banner-img-main {
    position: relative;
}

.banner-img-main .nav-tabs .nav-link {
    text-align: right;
    font-size: 20px;
    font-family: 'Sora';
    color: #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    position: relative;
    float: right;
    margin: 0 0 15px;
}

.banner-img-main .nav-tabs .nav-link.active, .banner-img-main .nav-tabs .nav-item.show .nav-link {
    background: transparent;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    bottom: -3px;
}

.banner-bottom-txt h2 {
    font-size: 422px;
    color: #6badc069;
    line-height: 240px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 0;
}

.banner-bottom-txt {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pd-0 {
    padding: 0;
}

.banner-img {
    position: relative;
}

.banner-shap1 {
    position: absolute;
    top: 200px;
    left: -30px;
}

.banner-shap2 {
    position: absolute;
    bottom: 20px;
    left: -100px;
}

.banner-shap3 {
    position: absolute;
    top: 0;
    right: 260px;
}

.banner-shap4 {
    position: absolute;
    bottom: 140px;
    right: 210px;
}
/*banner css end*/

/*About Start*/

section.about-sec {
    padding: 100px 0;
}

.about-main {
    background: #fff;
    padding: 20px 4px;
    border-radius: 10px;
    align-items: center;
}

.about-img img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 30px;
}

.about-txt p {
    text-align: justify;
}

.about-txt i b {display: block;font-size: 15px;color: #1b1b1b;margin: 0 0 20px;}

.green {
    border-color: #31ac7d;
}

.green span {
    background: #31ac7d;
    color: #fff;
    padding: 0 30px;
}

.green i {
    background: #31ac7d;
    color: #fff;
}

/*About End*/

/*Treatment Start*/

section.treatment-sec {
    background-image: url(../images/treatment-back.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    padding: 75px 0;
    border-radius: 30px;
}

.treatment-head h2 {
    font-size: 57px;
    color: #fff;
    margin: 0;
}

.pink {
    border-color: #db4190;
}

.pink span {
    background: #db4190;
    color: #fff;
}

.pink i {
    background: #db4190;
    color: #fff;
}

.treatment-txt p {
    color: #fff;
}

.treatment-txt {
    padding-left: 16px;
}

/*Treatment End*/


/*Professional Start*/

section.professional-sec {
    padding: 100px 0;
    background: #fff;
    border-radius: 30px;
    margin: 100px 0;
}

.professional-head {
    margin: 0 0 50px;
}

.professional-main {
    /* border: 1px solid #f4d211; */
    border-radius: 0px;
    background-image: url(../images/prof-border.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.professional-txt {
    padding: 30px 20px;
}

.professional-img img {
    width: 100%;
    height: 240px;
    border-radius: 24px;
    object-fit: cover;
}

.professional-txt .btn1 span {
    height: 40px;
    background: #f4d211;
    color: #000;
}

.professional-txt .btn1 i {
    height: 40px;
    width: 40px;
    background: #f4d211;
    color: #000;
}

.professional-txt .btn1 {
    height: 56px;
    padding: 7px;
    border-color: #f4d211;
}

.professional-txt h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Sora';
    color: #f4d211;
    border-bottom: 1px solid #f4d211;
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.professional-txt h4:before {
    content: '';
    position: absolute;
    background: #f4d211;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: -5px;
    right: -1px;
}

.professional-txt p {
    text-align: justify;
}

.professional-main-pink {
    background-image: url(../images/prof-border2.png) ;
}

.professional-main-pink .professional-txt h4 {
    color: #dc4091;
    border-color: #dc4091;
}

.professional-main-pink .professional-txt h4:before {
    background: #dc4091;
}

.professional-main-blue {
    background-image: url(../images/prof-border3.png);
}

.professional-main-blue .professional-txt h4 {
    color: #5b41dc;
    border-color: #5b41dc;
}

.professional-main-blue .professional-txt h4:before {
    background: #5b41dc;
}

.professional-main-purple {
    background-image: url(../images/prof-border4.png);
}

.professional-main-purple .professional-txt h4 {
    color: #c540dc;
    border-color: #c540dc;
}

.professional-main-purple .professional-txt h4:before {
    background: #c540dc;
}

.professional-main-green {
    background-image: url(../images/prof-border5.png);
}

.professional-main-green .professional-txt h4 {
    color: #31ac7d;
    border-color: #31ac7d;
}

.professional-main-green .professional-txt h4:before {
    background: #31ac7d;
}

.professional-main-sky {
    background-image: url(../images/prof-border6.png);
}

.professional-main-sky .professional-txt h4 {
    color: #12e5f5;
    border-color: #12e5f5;
}

.professional-main-sky .professional-txt h4:before {
    background: #12e5f5;
}

.professional-main-sky .btn1 {
}

.professional-main-pink .btn1 {
    border-color: #e34091;
}

.professional-main-pink .btn1 span {
    background: #e34091;
    color: #fff;
}

.professional-main-pink .btn1 i {
    background: #e34091;
    color: #fff;
}

.professional-main-blue .btn1 {
    border-color: #5b41dc;
}

.professional-main-blue .btn1 span {
    background: #5b41dc;
    color: #fff;
}

.professional-main-blue .btn1 i {
    background: #5b41dc;
    color: #fff;
}

.professional-main-purple .btn1 {
    border-color: #c540dc;
}

.professional-main-purple .btn1 span {
    background: #c540dc;
    color: #fff;
}

.professional-main-purple .btn1 i {
    background: #c540dc;
    color: #fff;
}

.professional-main-green .btn1 {
    border-color: #31ac7d;
}

.professional-main-green .btn1 span {
    background: #31ac7d;
    color: #fff;
}

.professional-main-green .btn1 i {
    background: #31ac7d;
    color: #fff;
}

.professional-main-sky .btn1 {
    border-color: #12e5f5;
}

.professional-main-sky .btn1 span {
    background: #12e5f5;
    color: #000;
}

.professional-main-sky .btn1 i {
    background: #12e5f5;
    color: #000;
}

.lgt-green {
    border-color: #3ad62e;
}

.lgt-green span {
    background: #3ad62e;
    color: #fff;
}

.lgt-green i {
    background: #3ad62e;
    color: #fff;
}

/*Professional End*/


/*Expert-treat Start*/
section.expert-treat-sec .container {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
}

section.expert-treat-sec {
    position: relative;
}

.expert-treat-img {
    /* position: absolute; */
    /* left: -30px; */
    margin-left: -160px;
}

.expert-treat-img img {
    width: 100%;
    height: 547px;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}

.expert-treat-txt h2 span {
    color: #c540dc;
}

.expert-extra-txt ul {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.purple-btn {
    border-color: #c540dc;
}

.purple-btn span {
    background: #c540dc;
    color: #fff;
}

.purple-btn i {
    background: #c540dc;
    color: #fff;
}

.phn-btn {
    border-color: #328dab;
}

.phn-btn span {
    background: #328dab;
    color: #fff;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 10px 30px 0;
}

.phn-btn i {
    background: #328dab;
    color: #fff;
}

.phn-btn span em {
    font-style: normal;
    display: block;
    width: 100%;
    line-height: 10px;
    margin: 0;
}

.expert-extra-img img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
}

.expert-extra-txt p {
    margin: 0 0 40px;
}

/*Expert Treat End*/

/*Choose Start*/

section.choose-sec {
    background-image: url(../images/choose-back.jpg);
    padding: 60px 0;
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    border-radius: 30px;
    margin: 100px 0;
    background-attachment: fixed;
}


section.choose-sec .container-fluid {
    padding: 0 60px;
}

.choose-head h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
}

.choose-img img {
    width: 100%;
    height: 532px;
    object-fit: cover;
    border-radius: 30px;
}

.choose-head .tab-content {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
}

.choose-head .nav-link {
    font-size: 20px;
    font-family: 'Sora';
    color: #fff;
}

.choose-head .nav-tabs {
    border-bottom: 0;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.choose-head .nav-tabs .nav-link.active, .choose-head .nav-tabs .nav-item.show .nav-link {
    background: #fff;
    padding: 28px 20px;
    color: #35b584;
    border-radius: 20px 20px 0 0;
}

.choose-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}

.choose-txt {
    padding-left: 20px;
}

.choose-txt ul {
    column-count: 2;
    width: 90%;
}

.choose-txt ul li i {
    color: #31ac7d;
    font-size: 16px;
}

.choose-txt ul li p {
    color: #31ac7d;
    font-size: 16px;
    margin: 0;
}

/*Choose End*/

/*Client Start*/

.client-box {
    background-image: url(../images/client-back1.png);
    background-repeat: no-repeat;
    padding: 56px 50px;
    position: relative;
    background-size: contain;
    width: 100%;
}

.comma i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background: #5a40dc;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.star {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    gap: 5px;
}

.star i {
    font-size: 11px;
    color: orange;
}

.star i .light {
    color: #f9d188 !important;
    opacity: 0.5 !important;

}

.client-box p {
    text-align: justify;
    margin: 0 0 30px;
}

.client-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.client-box ul li img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.client-box ul li h5 {
    font-size: 18px;
    color: #5a40dc;
    margin: 0;
    font-weight: 600;
    font-family: 'Sora';
}

.client-box ul li h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0a0a0a;
    font-family: 'Sora';
}

.comma {
    position: absolute;
    top: 0;
    right: 0;
}

.client-box-purple {
    background-image: url(../images/client-back2.png);
}

.client-box-yellow {
    background-image: url(../images/client-back3.png);
}

.client-box-sky {
    background-image: url(../images/client-back4.png);
}

.client-slider .slick-slide {
    opacity: 1;
}

.client-slider {
    margin-right: -140px;
}

.client-head {
    margin: 0 0 50px;
}

.client-box-purple .comma i {
    background: #c540dc;
}

.client-box-purple h5 {
    color: #c540dc !important;

}

.client-box-yellow .comma i {
    background: #f4d211;
}

.client-box-yellow h5 {
    color: #f4d211 !important;

}

.client-box-sky h5 {
    color: #60edf9 !important;
}

.client-box-sky .comma i {
    background: #60edf9;
}

/*Client End*/

/* Our wrapper */

.wrapper {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    margin: 0 auto;
    border-radius: 30px;
}

section.bfr-aftr .container {
    position: relative;
}


/* Our image information */

.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.content-image {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.after {
    width: 125px;
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
}

.scroller:hover {
    opacity: 1;
}

.scrolling {
    pointer-events: none;
    opacity: 1;
    /* z-index: 1; */
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 3px;
    height: 230px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s;
    background: #fff;
}

.scroller:before {
    top: 100%;
}

.scroller:after {
    bottom: 100%;
}

section.bfr-aftr {
    position: relative;
    height: 720px;
    padding: 100px 0 0;
}

#page {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Reval slider  */

section.reval-wrap {
    padding-bottom: 50px;
}

section.reval-wrap .slick-active {
    opacity: 1;
}

.reval_box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}

.reval-inside {
    position: relative;
    width: 80%;
    margin-inline-start: auto;
}

section.reval-wrap .slick-slide {
    margin: 0 10px;
}

.reval_slider .slick-prev:before {
    display: none;
}

.reval_slider .slick-next:before {
    display: none;
}

.reval_slider .slick-prev {
    display: none;
}

.reval_slider .slick-next {
    display: none;
}

section.reval-wrap .banner_bottom {
    position: absolute;
    left: -160px;
    width: 170px;
    top: 30px;
}

section.reval-wrap ul.slide_arrows {
    position: absolute;
    left: -50px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 80px;
}

section.reval-wrap .banner_bottom>.slide_counter>h2>span.end_number {
    font-size: 21px;
    color: #000000;
    font-family: 'Montserrat';
    line-height: 25px;
}

section.reval-wrap .banner_bottom>.slide_counter>h2>span.start_number {
    font-size: 60px;
    color: #31ac7d;
    font-family: 'GratelosDisplay';
}

.slide_counter h2 {
    display: flex;
    align-items: center;
}


/* Reval slider end */
/* Before after end */


footer {
    background: #181818;
    border-radius: 30px 30px 0 0;
    padding-top: 60px;
}

.f-logo p {
    color: #fff;
    margin: 0 0 40px;
}

.f-logo img {
    margin: 0 0 20px;
}

.f-logo {
    width: 88%;
}

p {}

.f-logo h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Sora';
}

ul.f-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.f-media li a {
    color: #fff;
    width: 30px;
    height: 30px;
    background: #c23fd9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

footer h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'Sora';
}

.f-uselink ul {
    column-count: 2;
}

.f-uselink ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0 0 10px;
    display: block;
}

.f-contact {
    text-align: right;
}

.f-contact span {
    font-size: 16px;
    color: #fff;
    display: block;
    font-family: 'Montserrat';
}

.f-contact a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 0 0 5px;
}

.f-day {
    padding: 15px 0;
}

.footer-bottom-sec {
    border-top: 1px solid #888888;
    padding: 20px 0;
}

.copy-right p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.f-bottom-policy ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin: 0;
}

.f-bottom-policy ul li a {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
}

.f-bottom-policy ul li span {
    color: #fff;
    font-size: 14px;
}

footer .container {
    width: 100%;
    max-width: 92%;
}

ul.f-media li a:hover {
    background: #12dfee;
    color: #000;
}

.f-uselink ul li a:hover {
    color: #12e0f0;
}


/*Footer End*/

.btn1:hover  {
    box-shadow: inset 0 0 0 4px #de4b98, inset 0 0 0 8px #ffd166, inset 0 0 0 12px #06d6a0, inset 0 0 0 16px #22e6f5;
    background: #cecdc7;
    color: #fff;
}

.btn1:hover span {
    background: #cecdc7;
    color: #000000;
}

.btn1:hover i {
    background: #cecdc7;
    color: #000;
}



/*Inner Pages Start*/

.inner-banner-sec img.img-fluid {
    height: 60vh;
}

.inner-banner-sec img.bb-main {
    margin-left: 0;
    width: 70%;
    height: 440px;
    object-position: top;
}

.inner-banner-sec h1 {
    font-size: 90px;
    line-height: 100px;
}

.inner-banner-sec .banner-img-main {
    position: relative;
    text-align: center;
}

.about-extra {
    margin-top: 30px;
}

.inner-client-sec {
    padding-bottom: 100px;
}

.inner-client-secccc {
    padding: 100px 0;
}


/*Package Sec css Starts*/

    .package-card {
        text-align: center;
        border: 1px solid #00000026;
        padding: 0 0 50px 0;
        overflow: hidden;
        position: relative;
    }

    .package-card-heading h4 {
        font-size: 22px;
        line-height: 34px;
        font-family: 'Montserrat';
        font-weight: 500;
        text-transform: uppercase;
        background-color: #222222;
        color: #fff;
        padding: 20px 0;
        margin: 0;
    }

    .package-card-txt h4 {
        font-size: 52px;
        line-height: 55px;
        font-family: 'Montserrat';
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        padding: 30px 0 50px 0;
        margin: 0;
        position: relative;
        color: #edcd13;
    }

    .package-card-txt h4::Before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        z-index: -1;
        border-radius: 20px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .package-card-txt h4 span.package-only-txt, .package-card-txt h4 span.package-price-txt {
        font-size: 22px;
        line-height: 37px;
        color: #666666 !important;
        font-weight: 500;
        background: linear-gradient(0deg, #919191 0%, #cbcbcb 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .package-card-txt h4 span.package-price-txt {
        display: flex;
        align-items: end;
        position: relative;
    }

    .package-card-txt h4 span.package-price-txt::before {
        content: '';
        position: absolute;
        top: 65%;
        right: 0;
        border-bottom: 2px solid #acacac;
        width: 100%;
    }

    .package-card-txt h5 {
        font-family: 'Sora';
        font-size: 14px;
        line-height: 27px;
        color: #393939;
        background-color: #fff;
        border-radius: 100px;
        box-shadow: 0 0 20px 0 #00000017;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: 600;
        margin: -30px auto 10px auto;
        width: 75%;
    }

    .package-card-list ul {
        padding: 0 50px;
    }

    .package-card-list ul li {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 20px;
        border-bottom: 1px solid #0000002e;
        padding: 6px 0;
    }

    .package-card-list ul li .package-card-list-icon {
        width: 5%;
    }

    .package-card-list ul li .package-card-list-txt {
        width: 100%;
    }

.package-card-list ul li .package-card-list-txt h6 {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
}

    .package-card-yellow .package-card-list ul li .package-card-list-icon i {
        font-size: 17px;
        color: #edcd13;
    }

    .package-card-list {
        height: 419px;
        overflow-y: scroll;
        text-align: left;
    }
    
    .package-card-list-main {
        margin: 30px 0;
    }

    /* width */
    .package-card-list::-webkit-scrollbar {
        width: 5px;
    }
    
    /* Track */
    .package-card-list::-webkit-scrollbar-track {
        background-color: #bebebe; 
        border-radius: 10px;
    }
    
    /* Handle */
    .package-card-list::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, rgba(146, 89, 241, 1) 0%, rgba(117, 73, 162, 1) 100%);
        border-radius: 10px;
    }
    
    /* Handle on hover */
    .package-card-list::-webkit-scrollbar-thumb:hover {
        background: rgba(117, 73, 162, 1); 
    }

section.package-sec {
    padding: 100px 0;
}

.package-card-yellow {}

.package-card-yellow .package-card-heading h4 {
    background: #edcd13;
}

.package-card-list ul li .package-card-list-icon i {
    color: #000;
}

.package-card-yellow .btn1 {
    border-color: #f4d211;
}

.package-card-yellow .btn1 span {
    background: #f4d211;
    color: #000;
}

.package-card-yellow .btn1 i {
    background: #f4d211;
    color: #000;
}

.package-card-main-green {}

.package-card-main-green .package-card-heading h4 {
    background: #39d72d;
}

.package-card-main-green .package-card-txt h4 {
    color: #39d72d;
}

.package-card-main-green .btn1 {
    border-color: #39d72d;
}

.package-card-main-green .btn1 span {
    background: #39d72d;
    color: #000;
}

.package-card-main-green .btn1 i {
    background: #39d72d;
    color: #000;
}

.package-card-main-pink .package-card-heading h4 {
    background: #db418f;
}

.package-card-main-pink .package-card-txt h4 {
    color: #db418f;
}

.package-card-main-pink .btn1 {
    border-color: #db418f;
}

.package-card-main-pink .btn1 span {
    color: #000;
    background: #db418f;
}

.package-card-main-pink .btn1 i {
    background: #db418f;
    color: #000;
}

.package-card-main-green .package-card-list ul li .package-card-list-icon i {
    color: #39d72d;
}

.package-card-main-pink .package-card-list ul li .package-card-list-icon i {
    color: #db418f;
}

.offer {
    background: #5a40dc;
    position: absolute;
    left: 0;
    top: 140px;
    width: 16%;
    text-align: center;
}

.offer h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'Sora';
    margin: 0;
}
/*Package Sec css Ends*/


/* Contact Page Start */
.contact-sec.contact-page {
    position: relative;
}

.contact-sec.contact-page:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: url(../images/gradient-bg.png) no-repeat;
    background-size: contain;
    left: -35%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.contact-sec.contact-page:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: url(../images/gradient-bg.png) no-repeat;
    background-size: contain;
    right: -65%;
    z-index: -1;
    top: 40%;
}

.contact-sec {
    position: relative;
    padding: 80px 0;
}

.contact-box {
    background: #f0f0f0;
    padding: 40px 40px 20px 40px;
}

.contact-text h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #6e6e6e;
    font-family: 'Montserrat';
}

.contact-text h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    word-spacing: 10px;
    line-height: 32px;
    text-shadow: 0 0 black;
}

.cont-input input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #d0d0d0;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.cont-input input::placeholder {
    color: #000;
}

.cont-input textarea {
    width: 100%;
    background: transparent;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    height: 100px;
    border: 1px solid #d0d0d0;
    resize: none;
}

ul.contact-icons.center-box li p {
    width: 100%;
}


.cont-input textarea::placeholder {
    color: #000;
}

.contact-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: -35px 0 0 -60px;
}

ul.contact-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.contact-icons img {
    width: 50px;
    height: 40px;
    object-fit: contain;
}

.contact-form {
    margin-bottom: 50px;
    position: relative;
}

.contact_us-btn {
    position: absolute;
    bottom: -20px;
    left: 53%;
    display: inline-block;
}

ul.contact-icons.center-box {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

ul.contact-icons.center-box:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: -15%;
    top: 0;
    background: #959595;
}

ul.contact-icons.center-box:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -11%;
    top: 0;
    background: #959595;
}

ul.contact-icons {
    padding: 30px 0;
}

.contact-map iframe {
    width: 100%;
    filter: invert(1) grayscale(0.2);
}

.contact-map {
    margin-top: -15%;
    z-index: -1;
}

.contact-icons p {
    margin: 0;
    color: rgb(0 0 0 / 50%);
    font-weight: 500;
}

.contact-text>p {
    margin: 0;
    color: rgb(0 0 0 / 50%);
    font-weight: 500;
}

/* Contact Page End */

.inner-expert-treat-sec {
    margin: 100px 0;
}

/*Inner Pages End*/

/* Responsive Start */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.menuSec ul li a {
    padding: 0px 2px;
    font-size: 9px;
}

img.img-fluid {
    height: 70vh;
}

h1 {
    font-size: 56px;
    line-height: 60px;
}

img.bb-main {
    height: 440px;
    margin-left: -80px;
}

.banner-img-txt {
    margin: 0px 50px 0 auto;
    width: 100%;
}

.banner-shap2 img {
    width: 50%;
}

.banner-shap4 img {
    width: 50%;
}

.banner-shap1 {
    top: 100px;
}

.review-people {
    right: 100px;
}

.about-img img {
    height: 280px;
}

.treatment-head h2 {
    font-size: 28px;
    line-height: 38px;
}

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

section.treatment-sec .row {
    align-items: center;
}

section.professional-sec {
    margin: 30px 0;
    padding: 50px 0;
}

.professional-main {
    width: 100% !important;
    border-radius: 20px;
}

.professional-txt h4 {
    font-size: 18px;
    line-height: 24px;
}

.professional-txt {
    padding: 10px 8px;
}

.professional-img img {
    height: 100px;
}

.expert-treat-img {
    margin-left: 0;
}

h2 {
    font-size: 50px;
    line-height: 55px;
}

.phn-btn span {
    padding: 10px 10px 0;
}

.expert-extra-txt ul {
    gap: 8px;
    flex-wrap: wrap;
}

.expert-extra-img img {
    object-fit: cover;
}

.choose-head .nav-tabs {
    gap: 10px;
    margin: 0 0 20px;
}

.choose-head .nav-link {
    font-size: 14px;
}

section.choose-sec .container-fluid {
    padding: 0 30px;
}

.choose-img img {
    height: 350px;
}

.choose-txt ul li {
    font-size: 10px;
    line-height: 18px;
}

.client-box {
    padding: 20px 14px;
}

    .star {
    margin: 0 0 10px;
}

.client-box p {
    margin: 0 0 10px;
    font-size: 11px;
}
    
.comma i {
    width: 34px;
    height: 34px;
    font-size: 16px;
}

.wrapper {
    height: 440px;
}

.f-logo {
    width: 100%;
}

.f-uselink ul li a {
    font-size: 10px;
}

.f-contact a {
    font-size: 12px;
}

.f-bottom-policy ul li a {
    font-size: 12px;
}

.copy-right p {
    font-size: 12px;
}
	.inner-banner-sec img.bb-main {
    height: 330px;
    width: 100%;
}

.inner-banner-sec h1 {
    font-size: 60px;
    line-height: 70px;
}

.inner-banner-sec img.img-fluid {
    height: 40vh;
}

.choose-txt ul li p {
    font-size: 10px;
}
	
	ul.contact-icons {
    gap: 2px;
}

.contact_us-btn {
    left: 24%;
    bottom: -50px;
}

ul.contact-icons.center-box {
    width: 85%;
}

.contact-icons p {
    font-size: 11px;
}

ul.contact-icons img {
    width: 34px;
    height: 27px;
}

ul.contact-icons span {
    font-size: 12px;
}
	
	
	html{
		overflow-x: hidden;
	}
	
}





@media only screen and (min-width: 768px) and (max-width: 991px) {
	html{
		overflow-x: hidden;
	}
	
	.menuSec ul li a {
    padding: 0px 2px;
    font-size: 7px;
}

img.img-fluid {
    height: 70vh;
}

h1 {
    font-size: 56px;
    line-height: 60px;
}

img.bb-main {
    height: 330px;
    margin-left: -80px;
}

.banner-img-txt {
    margin: 0px 50px 0 auto;
    width: 100%;
}

.banner-shap2 img {
    width: 50%;
}

.banner-shap4 img {
    width: 50%;
}

.banner-shap1 {
    top: 100px;
}

.review-people {
    right: 100px;
}

.about-img img {
    height: 280px;
}

.treatment-head h2 {
    font-size: 28px;
    line-height: 38px;
}

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

section.treatment-sec .row {
    align-items: center;
}

section.professional-sec {
    margin: 30px 0;
    padding: 50px 0;
}

.professional-main {
    width: 100% !important;
    border-right: 1px solid #f4d211;
    border-radius: 20px;
}

.professional-txt h4 {
    font-size: 18px;
    line-height: 24px;
}

.professional-txt {
    padding: 10px 8px;
}

.professional-img img {
    height: 100px;
}

.professional-main-pink {
    border-right: 1px solid #e34091 !important;
}

.professional-main-blue {
    border-right: 1px solid #5b41dc !important;
}

.professional-main-purple {
    border-right: 1px solid #c540dc !important;
}

.professional-main-green {
    border-right: 1px solid #31ac7d !important;
}

.professional-main-sky {
    border-right: 1px solid #12e5f5 !important;
}

.expert-treat-img {
    margin-left: 0;
}

h2 {
    font-size: 50px;
    line-height: 55px;
}

.phn-btn span {
    padding: 10px 10px 0;
}

.expert-extra-txt ul {
    gap: 8px;
    flex-wrap: wrap;
}

.expert-extra-img img {
    object-fit: cover;
}

.choose-head .nav-tabs {
    gap: 10px;
    margin: 0 0 20px;
}

.choose-head .nav-link {
    font-size: 14px;
}

section.choose-sec .container-fluid {
    padding: 0 30px;
}

.choose-img img {
    height: 350px;
}

.choose-txt ul li {
    font-size: 10px;
    line-height: 18px;
}

.client-box {
    padding: 20px 14px;
}

.comma i {
    width: 34px;
    height: 34px;
    font-size: 16px;
}

.wrapper {
    height: 440px;
}

.f-logo {
    width: 100%;
}

.f-uselink ul li a {
    font-size: 10px;
}

    .f-contact a {
        font-size: 10px;
    }

.f-bottom-policy ul li a {
    font-size: 12px;
}

.copy-right p {
    font-size: 12px;
}
	.inner-banner-sec img.bb-main {
    height: 330px;
    width: 100%;
}

.inner-banner-sec h1 {
    font-size: 60px;
    line-height: 70px;
}

.inner-banner-sec img.img-fluid {
    height: 40vh;
}

.choose-txt ul li p {
    font-size: 10px;
}
	
	ul.contact-icons {
    gap: 2px;
}

.contact_us-btn {
    left: 24%;
    bottom: -50px;
}

ul.contact-icons.center-box {
    width: 85%;
}

.contact-icons p {
    font-size: 11px;
}

ul.contact-icons img {
    width: 34px;
    height: 27px;
}

ul.contact-icons span {
    font-size: 12px;
}
	
	
	
	
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .extra-menu {
    display: block;
}
	
.menu-right {
	display: none;
}

	html {
    overflow-x: hidden;
}

body {
    margin: 0;
}

img.img-fluid {
    height: 100vh;
}

h1 {
    font-size: 40px;
    line-height: 42px;
}

.banner-img-main .nav-tabs .nav-link {
    font-size: 12px;
    margin: 0 0 0px;
    padding: 0;
}

img.bb-main {
    height: 280px;
    margin-left: 0;
}

.banner-img-txt {
    width: 100%;
    padding: 10px;
    margin: -100px 50px 0 auto;
}

.carousel-caption {
    padding: 0;
}

.banner-shap1 {
    display: none;
}

.banner-shap2 {
    display: none;
}

.banner-shap3 {
    display: none;
}

.banner-shap4 {
    display: none;
}

.tab-txt p {
    font-size: 11px;
    line-height: 15px;
}

.tab-txt h5 {
    font-size: 15px;
    line-height: 20px;
}

.banner-img-txt ul li img {
    width: 70px;
    height: 46px;
}

.btn1 {
    height: 50px;
}

.btn1 i {
    height: 40px;
    width: 40px;
    margin-left: -7px;
}

.btn1 span {
    padding: 0 10px;
    height: 40px;
}

.review-people {
    display: none;
}

.banner-img-main {
    margin-top: 40px;
}

.banner-img-txt ul {
    gap: 5px;
}
	
html {
    overflow-x: hidden;
}

body {
    margin: 0;
}

img.img-fluid {
    height: 100vh;
}

h1 {
    font-size: 40px;
    line-height: 42px;
}

.banner-img-main .nav-tabs .nav-link {
    font-size: 12px;
    margin: 0 0 0px;
    padding: 0;
}

img.bb-main {
    height: 280px;
    margin-left: 0;
}

.banner-img-txt {
    width: 100%;
    padding: 10px;
    margin: -100px 50px 0 auto;
}

.carousel-caption {
    padding: 0;
}

.banner-shap1 {
    display: none;
}

.banner-shap2 {
    display: none;
}

.banner-shap3 {
    display: none;
}

.banner-shap4 {
    display: none;
}

.tab-txt p {
    font-size: 11px;
    line-height: 15px;
}

.tab-txt h5 {
    font-size: 15px;
    line-height: 20px;
}

.banner-img-txt ul li img {
    width: 70px;
    height: 46px;
}

.btn1 {
    height: 50px;
    padding: 10px 5px;
}

.btn1 i {
    height: 40px;
    width: 40px;
    margin-left: -7px;
}

.btn1 span {
    padding: 0 10px;
    height: 40px;
}

.review-people {
    display: none;
}

.banner-img-main {
    margin-top: 40px;
}

.banner-img-txt ul {
    gap: 5px;
}

section.about-sec {
    padding: 50px 0;
}

.about-img img {
    height: 250px;
}

h2 {
    font-size: 38px;
    line-height: 48px;
}

p {
    font-size: 11px;
    line-height: 16px;
}

.about-txt i b {
    font-size: 12px;
}

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

.treatment-head h2 {
    font-size: 38px;
}

.treatment-txt {
    padding-left: 0;
}

section.professional-sec {
    margin: 50px 0;
    padding: 0px 0;
}

.professional-main {
    width: 100% !important;
    margin: 0 0 20px;
}

.professional-txt {
    padding: 18px 10px;
}

.professional-txt h4 {
    font-size: 16px;
    line-height: 20px;
}

.professional-img img {
    height: 120px;
}

.expert-treat-img img {
    height: 330px;
}

.expert-treat-img {
    margin-left: 0;
    margin-bottom: 20px;
}

.expert-extra-txt p {
    margin: 0 0 20px;
}

.expert-extra-txt ul {
    gap: 2px;
    flex-wrap: wrap;
}

.expert-extra-img img {
    object-fit: cover;
}

section.choose-sec {
    margin: 50px 0;
    padding: 20px 0;
}

section.choose-sec .container-fluid {
    padding: 0 10px;
}

.choose-head h2 {
    margin: 0 0 20px;
}

.choose-head .nav-link {
    font-size: 11px;
    padding: 0 10px;
}

.choose-head .nav-tabs .nav-link.active, .choose-head .nav-tabs .nav-item.show .nav-link {
    padding: 12px 10px;
}

.choose-head .nav-tabs {
    gap: 7px;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.choose-head .tab-content {
    padding: 0;
}

.choose-img img {
    height: 240px;
    margin: 0 0 20px;
}

.choose-txt ul {
    width: 100%;
    margin: 0 0 10px;
}

.choose-txt ul li {
    font-size: 11px;
    gap: 6px;
    line-height: 18px;
}

.client-head {
    margin: 0 0 20px;
}
    .client-box {
        padding: 20px 20px;
        width: 70%;
        background-size: cover;
    }

.client-box p {
    margin: 0 0 14px;
}

.client-box ul li img {
    width: 34px;
    height: 34px;
}

.client-box ul li h5 {
    font-size: 11px;
    line-height: 15px;
}

.client-box ul li h6 {
    font-size: 11px;
}

.comma i {
    width: 35px;
    height: 35px;
    font-size: 20px;
}

section.bfr-aftr {
    padding: 50px 0 0;
}

.wrapper {
    height: 380px;
}

.f-uselink ul li a {
    font-size: 11px;
}

.f-contact a {
    font-size: 11px;
}

.copy-right p {
    font-size: 11px;
}

.f-bottom-policy ul li a {
    font-size: 11px;
}
	.reval_box img {
    height: 130px;
}

section.reval-wrap .banner_bottom>.slide_counter>h2>span.start_number {
    font-size: 22px;
}

section.reval-wrap .banner_bottom>.slide_counter>h2>span.end_number {
    font-size: 13px;
}

section.reval-wrap .banner_bottom {
    left: -54px;
    width: 60px;
}
	
	.inner-banner-sec img.bb-main {
    height: 200px;
}

    .inner-banner-sec h1 {
        font-size: 40px;
        line-height: 50px;
    }

.banner_text {
    text-align: center;
}

.choose-txt ul li p {
    font-size: 11px;
}

.inner-client-sec {
    padding-bottom: 40px;
}

	section.package-sec {
    padding: 50px 0;
}

.package-card-heading h4 {
    font-size: 18px;
    line-height: 28px;
}

.package-card-txt h4 {
    font-size: 30px;
    line-height: 36px;
}

.package-card-txt h5 {
    width: 90%;
    font-size: 11px;
    line-height: 20px;
}

.package-card-list ul {
    padding: 0 10px;
}

.package-card-list ul li {
    gap: 10px;
}

.package-card-list ul li .package-card-list-txt h6 {
    font-size: 11px;
    line-height: 18px;
}

.package-card-list-main {
    margin: 20px 0;
}

.package-card {
    padding: 0 0 20px 0;
    margin: 0 0 20px;
}

.package-card-list {
    height: 390px;
}
.contact-box {
    padding: 40px 10px 20px 10px;
}

.contact-text h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
}

.contact_us-btn {
    left: 30%;
}

.contact-text {
    margin: 0 0 20px;
}

ul.contact-icons.center-box {
    width: 100%;
}

ul.contact-icons.center-box:before {
    display: none;
}

ul.contact-icons.center-box:after {
    display: none;
}

ul.contact-icons {
    padding: 10px 0;
}
	.vc_custom_1732011736779 {
    margin-top: 20px !important;
}
	
	
	
}

/* Responsive End */

