@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}


a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@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
}

@font-face {
    font-family: 'ample';
    src: url(../fonts/ample.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.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: 'ample';
    font-size: 70px;
    color: #000;
    font-weight: 900;
    margin: 0 0 15px;
    line-height: 1.1;
}

h2 {
    font-family: 'ample';
    font-size: 75px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1;
}

h3 {
    font-family: 'ample';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: '';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: '';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 25px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 60px;
}

.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: #161616;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0;
}


.menu-sec-button {
    text-align: end;
}

.theme-btn-1 {
    background: #649ea0;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 15px;
}

.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: #649ea0;
    ;
}

.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 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;
    display: none;
}

.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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.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;
}

.container-fluid.add-padding {
    padding: 0 7.4%;
}

.header-logo a {
    width: 100%;
}

.header-logo a img {
    width: 234px;
    height: 44px;
    object-fit: cover;
}

/* Header Ends */


/* Mian Banner Start */

section.main_slider {
    width: 95%;
    margin: 0 auto;
}

.banner_text h1 span {
    display: block;
}

.menuSection {
    padding: 20px 0;
}


.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 [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;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.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;
}

.carousel-item img {
    width: 100%;
    height: 795px;
    object-fit: cover;
}

.banner-have-any-question-box ul li img {
    width: 58px;
    height: 66px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(7500%) hue-rotate(47deg) brightness(115%) contrast(109%);
}

.banner-have-any-question-row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.banner-have-any-question-box ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-have-any-question-box ul li label {
    color: #000000;
    font-weight: 600;
    width: 100%;
    margin-bottom: 0px;
}

.banner_text p {
    width: 80%;
}

.banner-have-any-question-box ul li a {
    font-family: 'ample';
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

/* Mian Banner Ends */

/*About Us Start*/

.sec {
    padding: 100px 0;
}

.about-our-practice-sec:before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 15%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.about-our-practice-images img {
    border: 25px solid #ffff;
    border-radius: 50%;
    width: 525px;
    height: 455px;
    object-fit: cover;
    object-position: 0% 100%;
}

section.about-our-practice {
    position: relative;
}

section.about-our-practice:before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 240px;
    height: 240px;
    right: 7%;
    border-radius: 50%;
    z-index: -1;
    top: -120px;
}

section.about-our-practice:after {
    content: "";
    position: absolute;
    background: #e5e5e5;
    width: 2px;
    height: 150%;
    top: 0;
    right: 230px;
    z-index: -999;
}

.get-started-head {
    position: absolute;
    right: 170px;
    top: 70px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
    text-align: center;
}

.get-started-head p {
    font-family: 'ample';
    margin-bottom: 0;
    color: #1f1f1f;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    font-size: 18px;
}

.get-started-head p:before {
    content: "";
    position: absolute;
    background: #649ea0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
}

.about-our-practice-sec {
    position: relative;
    border-bottom: 2px solid #e1e1e1;
}

.about-our-practice-sec:after {
    content: "";
    position: absolute;
    background: #e1e1e1;
    width: 2px;
    height: 150%;
    left: 238px;
    top: 0;
    z-index: -9999;
}

.about-our-practice-text p {
    color: #414141;
    margin-bottom: 30px;
    width: 80%;
}

.about-our-practice-text h2 span {
    display: block;
}

.about-our-practice-text a {
    padding: 18px 45px;
}

/*About Us Ends */


/*Services We Provide Start*/

.services-we-provide-row .slick-prev:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid #000;
}

.services-we-provide-row .slick-prev {
    left: -45px;
}

.services-we-provide-row .slick-next:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid #000;
}

.services-we-provide-heading {
    text-align: center;
}

.sec-7 {
    padding: 70px 0;
}

.services-we-provide-box-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.services-we-provide-box-text p {
    width: 95%;
    margin-bottom: 0;
    font-size: 14px;
}

.services-we-provide-box-text {
    margin-top: 20px;
    height: 148px;
}

.services-we-provide-box {
    margin-top: 35px;
}

.services-we-provide-box-images {
    position: relative;
}

.services-we-provide-button a {
    color: #649ea0;
    font-family: 'ample';
    display: flex;
    align-items: center;
}

.services-we-provide-button {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffff;
    padding: 15px 30px;
    border-top-left-radius: 10px;
}

.services-we-provide-button a img {
    width: 46px;
    height: 10px;
    object-fit: cover;
    margin-left: 8px;
    margin-top: 3px;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(801%) hue-rotate(133deg) brightness(89%) contrast(84%);

}

.slick-active {
    opacity: 1.5;
}

.services-we-provide-box-images img {
    width: 100%;
    height: 308px;
    object-fit: cover;
    border-radius: 30px;
}

.services-we-provide-heading h2 {
    margin-bottom: 0;
}

.services-we-provide-sec {
    padding: 70px 0 100px;
}

/*Services We Provide Ends*/


/*Our Happy Clients Start*/

.our-happy-clients-sec {
    position: relative;
}

.our-happy-clients-sec:after {
    content: "";
    position: absolute;
    background: #649ea0e6;
    width: 100%;
    height: 520px;
    top: 0;
    z-index: -1;
}

.our-happy-clients-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/our-happy-clients-back.png);
    width: 100%;
    height: 518px;
    background-size: cover;
    z-index: -1;
    background-position: 100% 40%;
}

.our-happy-clients-sec .container-fluid {
    padding: 0 0 0 13%;
}

.our-happy-clients-main-box {
    margin-top: 220px;
    padding: 70px 0px 150px 70px;
    border-top-left-radius: 100px;
    background: linear-gradient(180deg, #f6f8f8, #f6f8f8, #f7f8f863);
}

.our-happy-clients-silder-items img {
    width: 38px;
    height: 25px;
    margin: 0 auto 0 0;
    object-fit: contain;
    margin-bottom: 18px;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(801%) hue-rotate(133deg) brightness(89%) contrast(84%);
}

.our-happy-clients-silder-items ul {
    margin: 0 auto 0 0;
}

.our-happy-clients-main-box .slick-prev {
    left: -325px;
}

.our-happy-clients-main-box c.slick-prev {

    top: 75%;

}

.our-happy-clients-main-box .slick-next {
    right: inherit;
    left: -260px;
}

.our-happy-clients-main-box .slick-next:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #649ea0;
}

.our-happy-clients-main-box .slick-next:hover:before {
    background: #649ea0;
    color: #fff;
    transition: 0.5s;
    font-size: 23px;
}

.our-happy-clients-main-box .slick-prev:hover:before {
    background: #649ea0;
    color: #fff;
    transition: 0.5s;
    font-size: 23px;
}

.our-happy-clients-main-box .slick-prev:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #649ea0;
}

.our-happy-clients-main-box .slick-prev {

    top: 78%;

}

.our-happy-clients-main-box .slick-next {
    top: 78%;
}

.our-happy-clients-heading h2 {
    font-size: 65px;
    margin-bottom: 0;
    line-height: 1.2;
}

.our-happy-clients-heading h2 span {
    display: block;
}

.our-happy-clients-silder-items p {
    color: #8a8a8a;
    line-height: 28px;
    margin-bottom: 18px;
    font-size: 15px;
}

.our-happy-clients-silder-items {
    background-image: url(../images/our-happy-clients-silder-items-back.png);
    width: 100%;
    height: 340px;
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    filter: drop-shadow(2px 4px 6px #649ea080);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.our-happy-clients-main-box .slick-slide {
    margin: 20px 25px;
}

.our-happy-clients-silder-items ul li i {
    color: #f39f20;
}

.our-happy-clients-main-box .slick-active {
    opacity: 1.5;
}

.our-happy-clients-silder-peterson ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.our-happy-clients-silder-items:before {
    content: "";
    position: absolute;
    background-image: url(../images/our-happy-clients-silder-quote.png);
    width: 104px;
    height: 71px;
    background-size: cover;
    z-index: -1;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 60px;
}

.our-happy-clients-silder-peterson ul li h2 {
    font-size: 25px;
    margin-bottom: 3px;
}

.our-happy-clients-silder-peterson ul li p {
    color: #6d6e6e;
    margin-bottom: 0;
    font-size: 13px;
}

.our-happy-clients-silder-peterson ul li img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    object-position: 100% 0%;
}

.our-happy-clients-silder-peterson {
    margin-top: -25px;
    margin-left: 20px;
}

.our-happy-clients-main-box .slick-slide {

    opacity: 1.2;
}


/*Our Happy Clients Ends*/



/*Book A Session Start*/


.book-a-session-sec .container-fluid.add-padding {
    padding: 0 10% 0px 0px;
}

.book-a-session-images img {
    width: 100%;
    height: 611px;
    object-fit: cover;
    border-bottom-right-radius: 100px;
}

.book-a-session-form {
    margin-left: 80px;
}

.book-a-session-form textarea {
    border: none;
    border-bottom: 1px solid #afb0b0;
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    color: #4a4a4c;
    font-weight: 500;
}

.book-a-session-form input {
    border: none;
    border-bottom: 1px solid #afb0b0;
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    color: #4a4a4c;
    font-weight: 500;
    font-size: 15px;
}

.book-a-session-form input::placeholder {
    color: #4a4a4c;
    font-weight: 500;
}

.book-a-session-form textarea::placeholder {
    color: #4a4a4c;
    font-weight: 500;
}

.book-a-session-form textarea {
    border: none;
    border-bottom: 1px solid #afb0b0;
    height: 130px;
    width: 100%;
    margin-bottom: 20px;
    color: #4a4a4c;
    font-weight: 500;
    resize: none;
    font-size: 15px;
}

.book-a-session-form button {
    border: none;
    margin-top: 15px;
}

.book-a-session-sec {
    padding-bottom: 50px;
}

/*Book A Session Ends */

/*Why Work With Us Start*/

.why-work-with-us-boxs {
    position: relative;
}

.why-work-with-us-one-box {
    padding: 50px 50px;
    position: relative;
    margin-left: 50px;
}

.why-work-with-us-two-box h2 span {
    display: block;
}

.why-work-with-us-boxs:before {
    content: "";
    position: absolute;
    background: #000;
    width: 70%;
    height: 100%;
    border-bottom-right-radius: 100px;
    right: 0;
}

.why-work-with-us-two-box {
    margin-top: -300px;
    background: #ffff;
    position: relative;
    box-shadow: 0 0 20px 0 #649ea01f;
    text-align: center;
    padding: 120px 40px;
    border-top-left-radius: 100px;
}

.why-work-with-us-two-box h2 {
    font-size: 50px;
    line-height: 1.2;
}

.why-work-with-us-two-box h3 {
    font-size: 48px;
    color: #649fa1;
    text-decoration: underline;
    text-transform: capitalize;
}

.why-work-with-us-one-box h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.why-work-with-us-one-box h2 span {
    display: block;
}

.why-work-with-us-one-box ul li {
    color: #e9e9e9;
    font-family: 'ample';
    font-size: 16px;
}

.why-work-with-us-one-box ul li img {
    width: 29px;
    height: 25px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(801%) hue-rotate(133deg) brightness(89%) contrast(84%);
}

.why-work-with-us-one-box ul li {
    color: #e9e9e9;
    font-family: 'ample';
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.why-work-with-us-three-boxs .row {
    justify-content: center;
}

.why-work-with-us-three-box {
    background: #649ea0;
    padding: 50px 80px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    margin-top: -140px;
    height: 310px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.why-work-with-us-three-box a {
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

.why-work-with-us-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/why-work-with-us-before.png);
    width: 297px;
    height: 41px;
    bottom: 0;
    right: 0;
}

.why-work-with-us-sec {
    position: relative;
}

.why-work-with-us-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/why-work-with-us-before.png);
    width: 297px;
    height: 41px;
    bottom: 28%;
    right: 0;
    background-size: cover;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #649ea0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.loader {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.bar {
    width: 6px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
    animation: bounce 1s infinite ease-in-out;
}

.bar:nth-child(1) {
    animation-delay: 0s;
}

.bar:nth-child(2) {
    animation-delay: 0.1s;
}

.bar:nth-child(3) {
    animation-delay: 0.2s;
}

.bar:nth-child(4) {
    animation-delay: 0.3s;
}

.bar:nth-child(5) {
    animation-delay: 0.4s;
}

@keyframes bounce {

    0%,
    100% {
        height: 20px;
    }

    50% {
        height: 60px;
    }
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.total-savings-main h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}




.reveal-box {
    position: relative;
    overflow: hidden;
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
    box-shadow: unset !important;
}

.reveal-box img {
    width: 100%;
    display: block;
    transform: scale(1.15);
    height: 400px;
    object-fit: cover;
}

/* overlays */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.overlay.blue {
    background: #004aad;
}

.overlay.white {
    background: #fff;
}

/*Why Work With Us Ends */

/*.smooth-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
}*/


/*Footer Start*/

footer {
    background: #1a1a1a;
    position: relative;
}

.quick-link {
    position: absolute;
    height: 100%;
    z-index: 9999;
    bottom: 0;
    width: 310px;
    left: 7%;
    background: #649ea0;
    padding-top: 80px;
}

.ftr-logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(19%) hue-rotate(316deg) brightness(106%) contrast(106%);
}

.quick-link ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0px;
    line-height: 30px;
    border-bottom: 1px solid #e78c69;
    display: flex;
    margin: 0 30px 0;
    text-transform: uppercase;
    transition: 0.5s;
    justify-content: left;
}

.footer-newsletter ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.footer-newsletter ul li h4 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'ample';
}

.newsinpt input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: 0;
    border-radius: 15px;
}

.newsinpt {
    position: relative;
    width: 93%;
}

.newsinpt button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 11px 40px;
    height: 55px;
    color: #fff;
    text-transform: capitalize;
    background: #649ea0;
    border-radius: 15px;
}

.footer-contact h5 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'ample';
}

.footer-contact ul li a {
    font-size: 14px;
    color: #c1c1c3;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.footer-contact ul li i {
    margin: 0 10px 0 0;
    font-size: 25px;
    color: #fff;
}

.footer-contact ul li {
    line-height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.footer-media ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0 10px 0 30px;
}

.footer-media ul li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-media ul li a:hover {
    color: #fff;
    transition: 0.5s;
    transform: scale(1.2);
    background: #649ea0;
}

.footer-bottom p {
    font-size: 14px;
    margin: 0;
    text-align: right;
    color: #a0a0a0;
}

.footer-bottom {
    border-top: 1px solid #545454;
    padding: 20px 90px;
    background: #131313;
    z-index: 4;
    position: relative;
}

.footer-newsletter {
    width: 95%;
    margin: 0 auto;
    padding: 130px 0;
}

.footer-contact {
    position: relative;
    padding: 130px 0;
}

.footer-contact:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -13%;
    z-index: 0;
    background: #5a5a5a;
}

.ftr-logo {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

.footer-newsletter ul li p {
    color: #bbbbbb;
    margin-bottom: 0;
    font-size: 14px;
}

footer .row {
    align-items: stretch;
}

.quick-link ul li a:hover {
    padding-left: 20px;
    transition: 0.5s;
}

.quick-link ul li:last-child a {
    border: unset;
}

/*Cursor Dots Start*/

.theme-btn-1 {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* lift + shadow */
.theme-btn-1:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* shine effect */
.theme-btn-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
    transition: 0.6s;
}

.theme-btn-1:hover::before {
    left: 120%;
}

.cursor-dot,
.cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.cursor-dot {
    width: 12px;
    height: 12px;
    background: #649ea0;
}

.cursor-outline {
    width: 40px;
    height: 40px;
    border: 2px solid #649ea0;
    transition: all 0.2s ease-out;
}

.cursor-dot,
.cursor-outline {
    transition: transform 0.2s ease-out;
}


.cursor-dot.link-hover,
.cursor-outline.link-hover {
    background: #091e33;
    border-color: #091e33;
    transform: translate(-50%, -50%) scale(2);
}

.reveal-box:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.reveal-box:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


/* Footer Ends */






/*Inner About Us Start*/


.inner-banner-heading h2 {
    margin-bottom: 0;
}

.inner-banner-sec {
    background-image: url(../images/inner-banner.webp);
    height: 480px;
    background-size: cover;
    margin: 0 7.4%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.inner-banner-sec .container-fluid.add-padding {
    padding: 0 2%;
}

.inner-banner-heading h2 {
    color: #fff;
}

.inner-banner-sec:before {
    content: "";
    position: absolute;
    background: #649ea0a3;
    width: 100%;
    height: 100%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.inner-banner-heading {
    position: relative;
    z-index: 9;
}


.inner-my-bio-sec .container {
    padding-right: 50px;
    padding-left: 65px;
}

.inner-my-bio-images img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 20px;
}

.inner-my-bio-row {
    margin-top: 70px;
}

/*Inner About Us Ends*/











/*Inenr Services Start*/


.inner-services-detail-img img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 30px;
}

.inner-services-detail-text {
    margin-left: 20px;
}

.inner-services-detail-row {
    margin-top: 30px;
}


/*Inenr Services Ends*/



/*Inner Contact Us Start*/

.inner-contact-us-sec {
    padding: 100px 0 0;
}

.inner-contact-us-box {
    text-align: center;
    background: #fff;
    padding: 40px 0;
    width: 75%;
    margin: 0 auto;
    border-radius: 8px;
    transition: 0.5s;
}

.inner-contact-us-box:hover * {
    color: #fff;
}

.inner-contact-us-box:hover img {
    filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(33%) hue-rotate(198deg) brightness(108%) contrast(99%);
}

.inner-contact-us-box img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(64%) sepia(11%) saturate(1158%) hue-rotate(133deg) brightness(89%) contrast(86%);
}

.inner-contact-us-box:hover {
    transition: 0.5s;
    background: #649ea0;
}

.inner-contact-us-box h2 {
    font-size: 30px;
    margin-bottom: 2px;
    color: #000;
}

.inner-contact-us-box a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 22px;
}


.inner-contact-us-row {
    margin-top: 70px;
}

.inner-contact-us-images img {
    width: 100%;
    height: 660px;
    object-fit: cover;
}

.inner-contact-us-from h2 {
    color: #000;
    margin-bottom: 40px;
    text-transform: capitalize;
}


.inner-contact-us-from .theme-btn-2 {
    background: #649ea0;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 15px;
    border: none;
}

.container-fluid {
    padding: 0;
}

.inner-contact-us-row {
    background: #f2f2f2;
    padding: 0 0 0 5%;
}

.inner-contact-us-from {
    padding: 70px 60px 0px 0;
}

.inner-contact-us-from input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #d8dcdf;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    background: none;
}

.inner-contact-us-from form textarea {
    width: 100%;
    height: 110px;
    border: none;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    resize: none;
    border-bottom: 2px solid #d8dcdf;
    background: no-repeat;
}

.inner-contact-us-from input::placeholder {


    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}

.inner-contact-us-from textarea::placeholder {


    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}

.top-selling-sec.inner {
    padding: 100px 0;
}


/*Inner Contact Us Ends */


/* Inner Book Now Start*/

.book-now-sec {
    padding: 100px 0;
}

.book-now-input input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #d8dcdf;
    margin-bottom: 60px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    background: none;
}

.book-now-input select {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #d8dcdf;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.book-now-textarea textarea {
    width: 100%;
    height: 200px;
    border: none;
    border-bottom: 2px solid #d8dcdf;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    background: none;
    resize: none;
}

.book-now-button {
    text-align: center;
}

.book-now-input input::placeholder {

    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.book-now-sec textarea::placeholder {

    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.book-now-button button {
    border: none;
}

.about-us-row {
    margin-top: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Inner Book Now End*/

/* Inner Patient Resources Start */






/* ─── SECTION TITLES ──────────────────────────────────── */
.section-eyebrow {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.75rem;
}

.section-title {
    font-weight: 300;
    margin-bottom: 0.75rem;
    line-height: 1;
    font-family: 'ample';
}

.section-subtitle {
    font-weight: 600;
}

/* ─── QUICK ACTIONS STRIP ────────────────────────────── */
.quick-actions {
    background: var(--sage-dark);
    padding: 1.4rem 0;
}

.quick-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    padding: 0.65rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 400;
    transition: background 0.25s, transform 0.2s;
    white-space: nowrap;
}

.quick-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    color: white;
    transform: translateY(-2px);
}

.quick-btn i {
    font-size: 1rem;
}

/* ─── RESOURCE CARDS ─────────────────────────────────── */
.resources-section {
    padding: 5rem 0;
}

.resource-card {
    background: white;
    border: 2px solid #649ea0;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
}

.resource-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--sage-light);
    transition: background 0.3s;
}

.resource-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.card-icon {
    width: 60px;
    height: 60px;
    background: #649ea0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    color: #fff;
}

.resource-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.6rem;
    font-family: 'ample';
}

.resource-card p {
    color: #000;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.card-link {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.03em;
    align-items: center;
    gap: 0.3rem;
    transition: gap 0.2s;
    background: #649ea0;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 16px 35px;
    border-radius: 50px;
}

.card-link:hover {
    gap: 0.6rem;
    color: var(--sage-dark);
}

/* ─── FORMS SECTION ──────────────────────────────────── */
.forms-section {
    background: var(--cream);
    padding: 5rem 0;
}

.form-item {
    background: white;
    border-radius: 12px;
    border: 1px solid #000;
    padding: 1.4rem 1.6rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: box-shadow 0.25s, transform 0.25s;
    text-decoration: none;
    color: inherit;
}

.form-item:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
    color: inherit;
}

.form-icon {
    width: 44px;
    height: 44px;
    background: #649ea0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.form-item-body h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.2rem;
    font-family: 'ample';
}

.form-item-body span {
    font-size: 16px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.form-badge {
    margin-left: auto;
    border-radius: 20px;
    padding: 8px 20px;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: 'ample';
    border: 2px solid #fff;
    background: #649ea0;
    color: #ffff;
}

/* ─── FAQ SECTION ────────────────────────────────────── */
.faq-section {
    padding: 5rem 0;
}

.accordion-item {
    border: none !important;
    border-bottom: 1px solid var(--stone) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.accordion-button {
    background: transparent !important;
    font-size: 22px;
    font-weight: 400;
    color: #649ea0;
    padding: 1.2rem 0 !important;
    box-shadow: none !important;
    font-family: 'ample';
}

.accordion-button:not(.collapsed) {
    color: var(--sage-dark) !important;
}

.accordion-button::after {
    filter: none;
    opacity: 0.5;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
}

.accordion-body {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    padding: 0 0 1.2rem !important;
    font-weight: 600;
}


.crisis-banner {
    background: #649ea0;
    padding: 4rem 0;
}

.crisis-banner h3 {
    font-weight: 300;
    color: white;
    margin-bottom: 0.75rem;
    font-family: 'ample';
    font-size: 70px;
    line-height: 1;
}

.crisis-banner p {
    font-weight: 600;
    color: #fff;
}

.crisis-number {
    font-size: 2.6rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 1;
    margin-bottom: 0.3rem;
    transition: color 0.2s;
    font-family: 'ample';
}

.crisis-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.crisis-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    align-self: stretch;
}

/* ─── INSURANCE SECTION ──────────────────────────────── */
.insurance-section {
    background: var(--cream);
    padding: 5rem 0;
}

.insurance-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    border: 2px solid #649ea0;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 0.85rem;
    color: #000;
    margin: 0.3rem;
    font-weight: 700;
}

.insurance-pill i {
    color: #649ea0;
    font-size: 0.8rem;
}

/* ─── APPOINTMENT CTA ────────────────────────────────── */
.appt-cta {
    padding: 5rem 0;
    background: white;
}

.appt-card {
    background: #649ea0;
    border-radius: 20px;
    padding: 3.5rem;
    position: relative;
    overflow: hidden;
}

.appt-card::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.appt-card h3 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
}

.appt-card p {
    color: #fff;
}

.btn-appt-primary {
    background: white;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 0.85rem 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, transform 0.2s;
}

.btn-appt-secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 0.85rem 2rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.2s, color 0.2s;
}

.btn-appt-secondary:hover {
    border-color: white;
    color: white;
}







/* Inner Patient Resources Ends */





/*Book A Session Start*/
:root {
    --theme-color: #649ea0;
}

.book-a-session-popup-box .btn-theme {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: white;
    border-radius: 50px;
}

.book-a-session-popup-box .btn-close:focus {
    box-shadow: inherit !important;
}

.book-a-session-popup-box .form-check label strong {
    font-weight: 600;
}

.book-a-session-popup-box .btn-theme:hover {
    background-color: #4f7e80;
    border-color: #4f7e80;
    color: white;
    border-radius: 50px;
}

.book-a-session-popup-box .btn-outline-theme {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.book-a-session-popup-box .btn-outline-theme:hover {
    background-color: var(--theme-color);
    color: white;
}

.book-a-session-popup-box .text-theme {
    color: var(--theme-color);
}

.book-a-session-popup-box .border-theme {
    border-color: var(--theme-color) !important;
}

.book-a-session-popup-box .form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.book-a-session-popup-box .step {
    display: none;
}

.book-a-session-popup-box .step.active {
    display: block;
}

.book-a-session-popup-box .step-indicator {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 0 auto 5px;
}

.book-a-session-popup-box .step-indicator.active {
    background-color: var(--theme-color);
    color: white;
}

.book-a-session-popup-box .step-label {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.book-a-session-popup-box .step-label.active {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 14px;
    font-weight: 700;
}

.book-a-session-popup-box .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
}

.book-a-session-popup-box .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'ample';
    font-size: 30px;
}

.book-a-session-popup-box .btn-close {
    opacity: inherit;
}

.book-a-session-popup-box h6.fw-semibold {
    font-family: 'ample';
}

.book-a-session-popup-box label.form-label.fw-medium {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.book-a-session-popup-box .form-control {
    height: 50px;
    text-transform: capitalize;
}

.book-a-session-popup-box .form-control {
    height: 50px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    padding: 0 20px;
}

.book-a-session-popup-box .form-check label {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.book-a-session-popup-box .btn-outline-secondary {
    color: #000 !important;
    border-color: #000 !important;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
}

.book-a-session-popup-box .btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #000;
    border-color: #6c757d;
}

.book-a-session-popup-box .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
}

.book-a-session-popup-box .form-control:disabled,
.form-control:read-only {
    background-color: #e9ecef;
    opacity: 1;
    padding: 15px 10px;
}

.book-a-session-popup-box .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: inherit !important;
}

.book-a-session-popup-box .text-muted {
    color: #6c757d !important;
    font-weight: 600;
}


.privacy-policy-sec.sec h2 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/*Book A Session Ends*/






/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/