@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Poppins: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&display=swap');

* {
    padding: 0px;
    margin: 0px;
}

.container {
    width: 1180px;
    margin: auto;
    padding: 0px;
}

a {
    text-decoration: none;
}


ul li {
    list-style: none;
}
/*video*/
.floating-video {
    position: fixed;
    bottom: 25px;
    left: 25px; /* change to right:25px if needed */
    width: 320px;
    height: 180px;
    z-index: 999999; /* very high to stay above all */
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.floating-video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/*video close*/
img {
    max-width: 100%;
}

h1,
h2,
h3,
h5,
h6,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

.col-md-6 {
    padding: 0px;
}

.col-11 {
    margin: auto;
}

.main-btn {
    display: flex;
}

input {
    text-transform: none !important;
}

button {
    padding: 0px 36px;
    background: #261E16;
    border: 1px solid #261E16;
}

button a {
    color: #FFF;
    display: block !important;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
}

button:hover {
    background: transparent;
    transition: 0.3s;
    border: 1px solid #261E16;
}

button:hover a {
    transition: 0.3s;
    color: #261E16;
}

h2 {
    color: #000;
    text-align: center;
    font-family: Jost;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -1.8px;
}

li.nav-item button:hover a {
    color: #000;
}

.nav-link:focus {
    color: #fff;
}

.nav-item.active .nav-link {
    color: #BFAB98;
}

.calendly-badge-content {
    display: none !important;
}

/* ------------------------------------------------------------------------header */
.top div {
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    background: #10181A;
    padding: 12px 0px;
}

.top div span {
    color: #54BE73;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 20px 0px;
    box-shadow: 0px 0px 20px -10px #000;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: #fff !important;
}

a.nav-link {
    color: #1A1510;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-left: 37px;
}

li.nav-item button {
    padding: 0px 36px;
    margin-left: 37px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    display: flex;
    align-items: center;
}

li.nav-item button a {
    padding: 0px;
    margin: 0px;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
}

li.nav-item.active {
    color: #BFAB98 !important;
    text-decoration: underline;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: rgb(255, 255, 255) !important;
    /* margin: 20px 0px; */
}

a.navbar-brand {
    color: #000;
    font-family: Jost;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
}

a.navbar-brand span {
    color: #54BE73;
}

/* ------------------------------------------------------------------------banner-section */

.col-md-6.col-sm-12.banner-right img:hover {
    transform: scale(1.03);
    transition: 0.3s;
}

.banner-section {
    padding: 48px 0px;
}

.banner-main {
    align-items: center;
}

.banner-left span {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 6px 15px;
    border-radius: 3.466px;
    background: #54BE73;
    display: inline-block;
}

.banner-left>div {
    position: relative;
    margin-bottom: 20px;
}

.banner-left>div img {
    position: absolute;
    left: 30px;
    bottom: -19px;
}

.banner-left>p {
    color: #4F4F4F;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 32px 0px;
}

.banner-left h1 {
    color: #10181A;
    font-family: Jost;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.banner-left h1 p:nth-child(2) {
    font-weight: 800;
}

.banner-left h1 p:nth-child(3) {
    font-weight: 800;
    color: #54BE73;
}

.banner-right {
    position: relative;
}

.banner-right .banner-right-div {
    padding: 9px 14px 9px 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: fit-content;
    position: absolute;
    bottom: 10px;
    left: -69px;
}

.banner-right .banner-right-div>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    padding: 6px 35px 9px 9px;
    background: #FFF;
}

.banner-right .banner-right-div div div {
    margin-left: 16px;
}

.banner-right .banner-right-div p {
    color: #4F4F4F;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
}

/* .banner-bottom */
.banner-bottom-section {
    padding: 70px 0px;
    background: #0A0A26;
    color: #fff;
}

.banner-bottom-section h3 {
    color: #FFF;
    font-family: Jost;
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 24px;
    margin-top: 20px;
}

.banner-bottom-section h3 span:last-child {
    font-weight: 300;
    font-style: normal;
}

.banner-bottom-info span {
    color: #FFF;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.col-lg-6.col-md-12.banner-right img:hover {
    transform: scale(1.02);
    transition: 0.3s;
}

.banner-right img:nth-child(2) {
    display: none;
}

.banner-btn button {
    display: none;
}

.banner-whtsapp {
    position: relative;
}

.banner-whtsapp img {
    position: fixed;
    right: 70px;
    z-index: 100;
    bottom: 80px;
    text-align: end;
}

/* ------------------------------------------------------------------------ know-section */
.know-section {
    padding: 78px 0px 65px 0px;
    background: #F5F3F4;
    z-index: -10;
    border-bottom: 2px solid rgba(35, 31, 32, 0.20);
}

.know-left h2 {
    color: #1A1510;
    font-family: Jost;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -1.8px;
    margin-bottom: 40px;
    text-align: left;
    margin-top: 10px;
}

.know-left h2 span {
    color: #54BE73;
}

.know-left-box h3 {
    color: #54BE73;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.5px;
    padding: 24px 0px;
    border-top: 1px solid rgba(84, 190, 115, 0.50);
}

.know-box .know-left-box:nth-child(1) h3 {
    border-top: none;
    padding-top: 0px;
}

.know-left-box h3 span:nth-child(2) {
    color: #1A1510;
    font-family: Jost;
}

.know-left-box h3 span:nth-child(3) {
    font-weight: 700;
    font-family: Jost;
    color: #1A1510;
}


.know-right {
    text-align: end;
    position: relative;
}

/*  ---------------------------------------------------------------num-section */
.num-section {
    margin: 100px 0px;
}

.num-main {
    justify-content: space-between;
}

.num-main>div {
    display: flex;
    align-items: center;
}

.num-main>div p:first-child {
    color: #54BE73;
    font-family: Jost;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -4px;
    /* margin-right: 40px; */
    width: 62%;
}

.num-main>div p:last-child {
    color: #222628;
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.75px;
}

/* --------------------------------------------------------------- num-section */
/* how-section */
.how-section {
    padding: 88px 0px;
    background: #F7F5F4;
}

.how-main {
    justify-content: space-between;
}

.how-main>span {
    color: #1A1510;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.how-main h2 {
    color: #1A1510;
    text-align: left;
    margin: 10px 0px 60px 0px;
}

.how-main h2 span {
    color: #54BE73;
}

.how-main p {
    color: #656565;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.how-box {
    background: #fff;
    padding: 42px 42px 0px 42px;
}

.how-box h3 {
    color: #222628;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.how-box p {
    color: #656565;
    text-align: justify;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0px 100px 0px;
}

.how-box h6 {
    color: rgba(84, 190, 115, 0.30);
    font-family: Manrope;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -3px;
}

.how-box {
    border-right: 1px solid #EDEDED;
}

/* how-section */
/* ---------------------------------------------------------------open-section */
.open-section {
    padding-top: 50px;
    background: #FEFEFE;
    overflow-x: hidden;
}

.open-bottom-right>div {
    position: relative;
}

.open-bottom-right>div span {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    padding: 5px 17px;
    font-weight: 400;
    line-height: 40px;
    border-radius: 3.466px;
    background: #54BE73;
}


.open-bottom-right>div img {
    position: absolute;
    bottom: -15px;
    left: 23px;
}

.open-bottom-right p {
    color: #656565;
    text-align: justify;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.open-bottom-right p span {
    font-weight: 700;
}

.open-bottom-right h2 {
    color: #1A1510;
    margin-bottom: 22px;
    margin-top: 16px;
    text-align: left;
}

.open-bottom-right h2 span {
    color: rgba(84, 190, 115, 1);
}

.open-bottom-right p:nth-child(4) {
    margin: 20px 0px;
    font-weight: 700;
}

.open-bottom-right button {
    margin-top: 22px;
    border-radius: 4px;
}

/*  ----------------.-----------------.----------------.--------------- work-section */
.work-section {
    overflow-x: hidden !important;
}

.work-section {
    padding: 80px 0px 100px 0px;
}

.work-section h2 span {
    color: #54BE73;
}

.work-section h2 {
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
}

.work-section p {
    color: #1A1510;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
}

.slick-list.draggable {
    padding-top: 16px !important;
    /* padding-bottom: 13px !important; */
}

section.work-section img {
    width: 100%;
    height: 140px;
}

/* words-box */
.words-section {
    padding: 100px 0px 130px 0px;
    background: #0A0A26;
}

.words-section h2 {
    margin-bottom: 50px;
    color: #fff;
}

.words-section h2 span {
    color: #54BE73;
}

.words-box {
    background: #fff;
}

.words-box h3 {
    color: #231F20;
    font-family: Jost;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 32px;
    margin: 40px 0px 40px 0px;
    position: relative;
    padding: 0px 40px 0px 40px;
}

.words-box h3::before {
    content: "";
    width: 6px;
    height: 100%;
    background: #54BE73;
    position: absolute;
    left: 0;
    top: 0;
}

.words-box p {
    color: #231F20;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 40px 0px 40px;
    min-height: 282px;
}

.slick-slide img {
    display: block;
    margin-right: 30px;
}

.words-section .slick-initialized .slick-slide {
    margin-right: 30px;
}

.words-box>div {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 0px 15px 15px 15px;
}

.words-box>div h5 {
    color: #231F20;
    font-family: Jost;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.words-box>div h6 {
    color: #231F20;
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

/* words-box */
/* quote-section */
.quote-section {
    margin: 70px 0px;
}

.quote-main img {
    text-align: center;
    margin: auto;
    display: block;
}

.quote-section h6 {
    color: #7F8285;
    text-align: center;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 22px !important;
}

.quote-section h6 span {
    font-weight: 600;
}

.quote-section p {
    color: #000;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.quote-section p span {
    font-weight: 600;
}

.quote-one {
    margin: 24px 0px 10px 0px !important;
}

.quote-one span {
    color: #54BE73;
}

/* quote-section */

.quote-two h6 {
    color: #161616;
    text-align: center;
    font-family: Jost;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    margin-top: 32px;
}

.quote-two h6 span {
    font-weight: 600;
}

/* media-section */
.media-section {
    background: #F7F5F4;
    padding: 80px 0px;
}

.media-section .container>span {
    color: #1A1510;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.media-section h2 {
    margin: 10px 0px 40px 0px;
}

.media-section h2 span {
    color: #54BE73;
}

.media-box {
    background: #fff;
    max-width: 31%;
}

.media-box>div {
    padding: 24px 24px 0px 24px;
}

.media-box>div h5 {
    color: #1A1510;
    font-family: Jost;
    font-size: 11.891px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.837px;
    letter-spacing: 0.732px;
    text-transform: uppercase;
}

.media-box>div h6 {
    color: #909090;
    font-family: Jost;
    font-size: 11.891px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.837px;
}

.media-box h4 {
    color: #1A1510;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.457px;
    padding: 10px 10px 24px 24px;
}

.media-section button {
    margin: 40px auto 0px;
    display: block;
}

.media-main .media-box:nth-child(2) {
    background: #fff;
    margin: 0px 20px;
}

.media-main img {
    width: 100%;
}

.media-main img:hover {
    transform: scale(1.03);
}

.media-box div:nth-child(2) {
    object-fit: cover;
    padding: 0px;
}

.col-md-4.col-12.media-box {
    padding: 0px 0px 0px 0px;
}

.col-md-4.col-12.media-box>img {
    padding: 16px 42px;
    width: 100%;
    height: 79px;
}

.media-box div img {
    height: 300px;
}

/* media-section */


/* ----------------.-----------------.----------------.--------------footer */
footer {
    /* padding: 60px 0px; */
    background: #0E0E0E;
    color: rgba(255, 255, 255, 0.75);
}


.foot-main .foot-content h3 {
    color: #FFF;
    font-family: Jost;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
}

.foot-main h3 span {
    color: #54BE73;
}

.foot-main h3 {
    color: #FFF;
}

.foot-main h4 {
    color: #F2EEEC;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
}

.foot-mid ul li {
    color: rgba(255, 255, 255, 0.75);
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.foot-mid ul li a {
    color: rgba(255, 255, 255, 0.75);

}

.foot-mid ul li a:hover {
    color: #fff;

}

.foot-mid ul li:nth-child(2) {
    margin: 20px 0px;

}

.foot-mid svg {
    padding: 11px;
    background: #272727;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 18px;
}

.foot-main .foot-content p {
    color: #FFF;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.foot-icon {
    margin: 50px 0px;
}


.foot-icon svg {
    margin-right: 15px;
    color: #FFF;
    text-align: center;
    font-size: 18.716px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.716px;
}

.foot-info {
    padding: 30px 0px;
    background: #242323;
    text-align: center;
}

.foot-info p {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
}

.foot-info p span {
    color: #54BE73;
}

.foot-left p {
    color: #FFF;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.foot-left {
    border-right: 1px solid #242323;
    padding: 60px 0px;
}

.foot-mid {
    padding: 60px 0px;
    margin-left: 40px;
}

.foot-main .foot-mid:nth-child(2) {
    max-width: 35.666667%;
}

.foot-main .foot-mid:nth-child(3) {
    max-width: 20.666667%;
    margin-left: 60px;
}

.foot-main .foot-mid:nth-child(3) img {
    width: 34px;
    height: 34px;
}

.foot-slider .slick-initialized .slick-slide {
    margin-right: 0px;
}

.foot-slider .slick-list.draggable {
    padding-top: 0px !important;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}


img:hover {
    transform: scale(1.03);
    transition: 0.3s;
}

.media-box {
    overflow: hidden;
}

/* appointment-section */
.appointment-section {
    padding-top: 100px;
}

.appointment-main>h2 {
    font-weight: 700;
}

.appointment-main>h2 span {
    color: #54BE73;
}

.appointment-main>p {
    color: #232222;
    text-align: center;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.6px;
    margin: 19px 0px 28px;
}

/* appointment-section */
/* e-book-section */
.e-book-section {
    padding: 67px 0px 0px 0px;
    border-radius: 5px;
    background: #F5F3F4;
    margin-top: 70px;
    position: relative;
}

.e-book-section .row {
    align-items: end;
}

.e-book-section h2 {
    color: #000;
    font-family: Jost;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-align: left;

}

.e-book-section h5 {
    color: #000;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 24px 0px 35px 0px;

}

.e-book-section ul li {
    margin-bottom: 24px;
    color: #000;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-right: 90px;
    display: flex;
    align-items: center;
}

.e-book-section ul li svg {
    margin-right: 14px;
}

.e-book-section .row {
    padding-bottom: 50px;
    align-items: center;
}

.e-book-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.e-book-form {
    background: #0A0A26;
    padding: 40px 0px;
}

.e-book-form input {
    text-transform: none !important;
    border-radius: 0px;
    padding: 20px 15px;
    width: 280px;
    border: none;
}

.e-book-form input::placeholder {
    color: #000;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

.form-btn input {
    background: #54BE73;
    padding: 16px 22px;
    width: 280px;
    border: 1px solid #54BE73;
}

.form-btn input:hover {
    background: transparent;
    color: #54BE73;
}

input[value="GET YOUR COPY FREE!"] {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.e-book-res {
    display: none;
}

.e-book-top {
    position: absolute;
    top: -13px;
}

.e-book-top span {
    color: #FFF;
    padding: 12px 24px;
    text-align: center;
    font-family: jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    background: #001F33;
    box-shadow: -4px 4px 12px 0px rgba(0, 0, 0, 0.10);
}

.e-book-top img {
    position: absolute;
    left: 33%;
    top: 108%;
}

.e-book-form h3 {
    color: #FFF;
    font-family: Jost;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 20px;
}

span.error_message {
    color: red;
    text-align: center;
    display: block;
    margin-top: 15px;
}

span.success_message {
    color: green;
    text-align: center;
    display: block;
    margin-top: 15px;
}

/* e-book-section */
.work-main .slick-slide {
    margin-right: 15px;
}

.work-main .slick-initialized .slick-slide {
    display: block;
    padding-bottom: 10px;
}

/* ----------------.----------------- responsive ---------------.--------------*/

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

    li.nav-item button {
        padding: 0px 18px;
        margin-left: 13px;
    }

    a.nav-link {
        margin-left: 0px;
    }

    a.nav-link {
        font-size: 16px;
        line-height: 24px;
        margin-left: 0px;
    }

    .num-main>div p:first-child {
        font-size: 66px;
        width: 59%;
    }

    .e-book-form input {
        padding: 16px 15px;
        width: 226px;
    }

    input[value="GET YOUR COPY FREE!"] {
        font-size: 16px;
    }

    .e-book-form input::placeholder {
        font-size: 16px;
        line-height: 24px;
    }

    .e-book-section ul li {
        margin-right: 0px;
    }

    input[value="GET YOUR COPY FREE!"] {
        line-height: 25px;
    }
}

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

    .navbar-expand-lg .navbar-nav {
        display: block;
        text-align: center;
        margin: 20px 0px;
    }

    .navbar-toggler-icon {
        background-image: url(../images/toggle-btn.svg) !important;
    }


    .navbar-toggler {
        border: none;
    }

    .num-main>div p:last-child {
        font-size: 20px;
    }

    .num-main>div p:first-child {
        font-size: 40px;
    }

    button:hover {
        background: transparent;
    }

    .num-main>div p:first-child {
        width: 49%;
    }

    .e-book-form form {
        display: block;
        align-items: center;
    }

    .e-book-form input {
        padding: 14px 15px;
        width: 100%;
        margin-bottom: 26px;
    }

    .know-right {
        order: -1;
        text-align: center;
    }

    .open-bottom-left {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .container {
        width: 540px;
        margin: auto;
        padding: 0px;
    }

    .main-btn {
        display: block;
        text-align: center;
    }

    .main-btn a {
        padding: 0px;
        display: block;
        font-weight: 600;
        line-height: 56px;
        text-transform: uppercase;
    }

    .banner-left>p {
        display: none;
    }

    .banner-left button {
        display: none;
    }

    .banner-right img:nth-child(2) {
        display: block;
        width: 100%;
    }

    .banner-right img:nth-child(1) {
        display: none;
    }

    .open-bottom-right>div {
        position: relative;
        margin-top: 30px;
    }

    .open-bottom-right button {
        margin-top: 0px;
        border-radius: 0px;
        width: 100%;
    }

    .num-main>div p:first-child {
        font-size: 52px;
    }

    .num-main>div {
        display: block;
        /* align-items: center; */
    }

    .num-main>div p:first-child {
        width: 100%;
    }

    .num-section {
        margin: 80px 0px;
    }

    /* 
    .num-main .col-sm-6:nth-child(2) p {
        text-align: center;
    } */

    .how-main h2 {
        margin: 10px 0px 29px 0px;
    }

    .how-box {
        margin-bottom: 20px;
    }

    .work-slide-one.slick-initialized .slick-slide {
        margin-right: 10px;
    }

    .work-slide-two.slick-initialized .slick-slide {
        margin-right: 10px;
    }

    .media-main .media-box:nth-child(2) {
        margin: 20px 0px;
    }

    .media-box {
        max-width: 100%;
    }

    .media-box>div {
        /* padding: 24px 24px 0px 24px; */
        display: flex;
        justify-content: space-between;
    }

    .media-section {
        padding: 40px 0px !important;
        margin-bottom: 30px !important;
    }

    .foot-left {
        border-right: 1px solid #242323;
        padding: 40px 0px;
    }

    .foot-icon {
        margin: 18px 0px;
    }

    .foot-left {
        border-right: 0px;
        padding: 40px 0px 12px 0px;
        border-bottom: 1px solid #242323;
    }

    .foot-main .foot-mid:nth-child(2) {
        max-width: 100%;
        margin-left: 0px;
        padding: 12px 0px;
        order: 3;
    }

    .foot-main .foot-mid:nth-child(3) ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .foot-main .foot-mid:nth-child(3) {
        max-width: 100% !important;
        margin-left: 0px;
        padding: 12px 0px;
    }

    footer {
        padding: 0px 0px 48px 0px;
    }

    .know-right {
        order: -1;
    }

    .banner-right-div {
        display: none;
    }

    .banner-bottom img {
        display: none;
    }

    .banner-bottom-section {
        padding: 16px 0px 40px 0px;
    }

    .banner-section {
        padding: 0px;
        background: #e1e8fa;
        padding-top: 30px;
    }

    header {
        padding: 12px 0px;
    }

    .banner-btn {
        position: relative;
        cursor: pointer;
    }

    .banner-btn a {
        cursor: pointer;
        display: block;
    }

    .banner-btn button:hover {
        color: #fff;
        background: #261E16;

    }

    .banner-btn button:hover a {
        color: #fff;
        background: #261E16;
    }

    .banner-btn button {
        display: block;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
        border: none;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 100;
    }

    .banner-left>span {
        display: none;
    }

    .open-section {
        padding: 40px 0px 40px 0px;
        overflow-x: hidden;
    }

    .open-section h2 {
        font-family: Jost;
        font-size: 24px;
        line-height: 32px;
    }

    .open-box h3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.6px;
    }

    .open-box p {
        margin-bottom: 40px;
    }

    .open-bottom-left {
        margin-top: 54px;
    }

    .open-box-right {
        width: 100%;
    }

    .open-box-right img {
        width: 100%;
    }

    .open-bottom-left>span {
        font-family: Jost;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
    }

    .open-section h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        margin-top: 12px;
        letter-spacing: -1.8px;
    }

    .open-bottom-left p {
        font-size: 19px;
        margin: 12px 0px 32px 0px;
    }

    .work-section {
        margin-bottom: 0px;
        padding: 40px 0px;
    }

    /* .slick-track img:hover {
        transform: scale(1);
    } */

    .work-inner-top img {
        width: 100%;
    }

    .row.work-inner {
        margin: 0px 40px !important;
    }

    .work-inner-top figure {
        padding: 4px 96px;
    }

    .work-inner-top .col-md-12 {
        margin-bottom: 25px;
    }

    .industries-section {
        padding: 40px 0px;
    }

    .work-inner .work-inner-top:first-child {
        margin-bottom: 0px;
    }

    .work-main h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .work-main p {
        font-size: 16px;
        font-weight: 400;
    }

    .words-box p {
        min-height: 200px;
    }

    .slick-dots li button:before {
        font-size: 20px;
        color: #54BE73 !important;
        margin-top: 20px;
    }

    .e-book-top span {
        font-size: 15px;
    }

    .e-book-top img {
        top: 95%;
    }

    .e-book-section .col-md-7 h2 {
        display: none;
    }

    .e-book-res {
        display: block !important;
    }

    .e-book-res h2 {
        font-size: 42px;
        line-height: 46px;
    }

    .e-book-section .col-md-5 {
        order: -1;
        margin-top: 24px;
    }
}

@media screen and (max-width:575px) {
    .container {
        width: 100%;
        padding: 0px 20px;
    }

    * {
        padding: 0px;
        margin: 0px;
    }

    button a {
        color: #FFF;
        text-align: center;
        font-family: Jost;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        text-transform: uppercase;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 57.001px;
        letter-spacing: -1.8px;
    }

    .banner-left span {
        color: #FFF;
        font-family: Jost;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .banner-left h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .banner-bottom-section h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .col-lg-6.col-md-12.know-left>span {
        color: #1A1510;
        font-family: Jost;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }

    .know-left h2 {
        font-size: 32px;
        line-height: 57.001px;
    }

    .know-left-box h3 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.5px;
    }

    .know-section {
        padding: 35px 0px 34px 0px;
    }

    .know-bt {
        display: none;
    }

    .quote-section {
        margin: 30px 0px;
    }

    .open-bottom-left {
        margin-top: 0px;
    }

    .open-bottom-right>div span {
        font-size: 16px;
    }

    .open-section {
        padding: 40px 0px 0px 0px;
        overflow-x: hidden;
    }

    .num-main>div p:first-child {
        font-size: 30px;
        line-height: 40px;
    }

    .num-main>div {
        width: 50%;
    }

    .num-main>div p:last-child {
        font-size: 16px;
        line-height: 24px;
    }

    .num-section {
        margin: 40px 0px 40px 0px;
    }

    .how-section {
        padding: 40px 0px;
    }

    .work-section h2 {
        line-height: 40px;
        margin-bottom: 20px;
    }

    .work-slide-one.slick-initialized .slick-slide {
        margin-right: 10px;
        width: 114px !important;
        height: 67px;
    }

    .work-slide-two.slick-initialized .slick-slide {
        margin-right: 10px;
        width: 114px !important;
        height: 67px;
    }

    .words-section {
        padding: 40px 0px 40px 0px;
        background: #0A0A26;
    }

    .words-section h2 {
        margin-bottom: 15px;
    }

    .work-slide-three.slick-initialized .slick-slide {
        margin-right: 8px;
    }

    .words-box p {
        color: #231F20;
        font-family: Jost;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
    }

    .words-box>div h5 {
        font-size: 19px;
        line-height: 25px;
    }

    .words-box>div h6 {
        font-size: 13px;
        line-height: 25px;
    }

    .words-box p {
        color: #231F20;
        font-family: Jost;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
    }

    .words-box p {
        margin: 0px 40px 40px 40px;
    }

    .open-bottom-right>div span {
        padding: 9px 24px;
        margin-bottom: 10px;
    }

    .quote-section h6 {
        font-size: 18px;
        line-height: 26px;
        margin: 10px 0px !important;
    }

    .know-section {
        border-bottom: 0px;
    }

    .how-main p {
        margin-bottom: 40px;
    }

    .how-box {
        width: 95%;
        margin: 15px auto;
    }

    .how-main p {
        margin-bottom: 28px;
    }

    .how-main h2 {
        margin: 10px 80px 14px 0px;
        line-height: 40px;
    }

    .open-bottom-right>div {
        margin-bottom: 17px;
    }

    .media-section h2 {
        margin: 8px 0px 28px 0px;
    }

    .media-box h4 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.457px;
        padding: 10px 24px 24px 24px;
    }

    .media-section button {
        margin: 28px auto 0px;
        display: block;
    }

    .media-section button {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: -1px;
    }

    footer {
        padding: 0px 0px 35px 0px;
    }

    .foot-main h4 {
        margin-bottom: 6px;
    }

    .words-box>div {
        justify-content: center;
    }

    .words-box>div>div {
        margin-left: 20px;
    }

    .top div {
        font-size: 12px;
        line-height: 20px;
        padding: 12px 50px;
    }

    a.navbar-brand {
        font-size: 20px;
        line-height: 32px;
    }

    .know-left h2 {
        margin-bottom: 30px;
    }

    .know-right {
        margin-bottom: 15px;
    }

    .slick-slide img {
        margin-right: 11px;
    }

    .quote-two {
        display: none;
    }

    .banner-left {
        padding: 0px 5px;
    }

    .num-main .col-sm-6:nth-child(2) p {
        margin-right: 0px;
        letter-spacing: 0px;
    }

    .num-main>div p:first-child {
        margin-right: 0px;
        letter-spacing: 0px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        margin: 4px 0px;
    }

    .navbar-expand-lg .navbar-nav {
        display: block;
        text-align: center;
        margin: 20px 0px;
    }

    li.nav-item button a {
        font-size: 14px;
        font-weight: 600;
        line-height: 40px;
    }

    li.nav-item button {
        margin-top: 6px;
    }

    li.nav-item button {
        padding: 0px 15px;
        margin-left: 0px;
    }

    .navbar-toggler-icon {
        width: 24px;
    }

    .num-main {
        padding: 0px 16px;
    }

    .words-box p {
        min-height: 219px;
    }

    .foot-main.row {
        padding: 0px 12px;
    }

    .foot-mid img {
        margin-right: 2px;
    }

    .quote-main img {
        width: 70px;
    }

    .foot-mid svg {
        padding: 10px;
        font-size: 13px;
        margin-right: 10px;
    }

    a.nav-link {
        font-size: 15px;
    }

    .banner-whtsapp img {
        position: fixed;
        right: 20px;
        z-index: 100;
        bottom: 100px;
        text-align: end;
    }

    .appointment-section {
        padding-top: 50px;
    }

    .appointment-main>p {
        font-size: 16px;
        line-height: 24px;
        margin: 9px 0px 28px;
    }

    header {
        padding: 3px 0px;
    }

    .e-book-top span {
        font-size: 11px;
        padding: 10px;
    }

    .e-book-top img {
        top: 78%;
        width: 100px;
    }

    .e-book-res h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .e-book-section h5 {
        font-size: 18px;
    }

    .e-book-section ul li {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 26px;
    }

    .e-book-section .row {
        padding-bottom: 12px;
    }

    .e-book-form h3 {
        font-size: 32px;
    }

    span.error_message {
        margin-top: 0px;
    }

    .e-book-form {
        padding: 20px 0px;
    }

    .work-section {
        margin-bottom: 0px;
        padding: 40px 0px 10px 0px;
    }

    .work-slide-two .slick-list.draggable {
        padding-top: 0px !important;
    }
}