@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=Anton&family=Dosis:wght@200..800&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Readex+Pro:wght@160..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Dosis:wght@200..800&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Readex+Pro:wght@160..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/***** General CSS *****/



body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Anton", sans-serif;
}

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 0px;
    padding: 0;
    list-style-type: none;
}


/***** 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: 'SourceSansPro-Regular';
    src: url(../fonts/SourceSansPro-Regular.ttf);
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url(../fonts/SourceSansPro-Semibold.ttf);
    font-weight: 400;
    font-style: normal
}

/***** 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;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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-size: 70px;
    line-height: 105px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    line-height: 60px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
}


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: #000;
    font-size: 16px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;

}

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 Start */


header {
    padding: 25px 0;
    background: #053545;
}

.menusec-btn ul li a {
    font-size: 14px !important;
    color: #fff !important;
}

.menusec-btn ul {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px;
}

.menusec-btn-login a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid #8098a0;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    animation: pulse-animation 2s infinite;
}

.menusec-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme-btn-1 {
    background: #15b4c6;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    /* animation: pulse-animation 2s infinite; */
    background: linear-gradient(270deg, #15b4c6, #0d6f7a);
    background-size: 400% 400%;
    animation: bgMove 5s ease infinite;
    box-shadow: 0 0 15px #15b4c6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(24 179 198);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}


.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.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: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.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: #18b3c6;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 32px;
}

.header-logo a img {
    width: 89%;
}

.header-logo {
    margin-bottom: -90px;
    position: relative;
    z-index: 999;
}

.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: #15b4c6;
    color: #fff !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;
}


/* Header Ends */

/* Banner Start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.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: inherit;
    width: 100%;
    height: 82%;
    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;
    top: 0px;
}

.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;
}

.banner_text h1 span {
    background: #15b4c6;
    padding: 0 10px;
}

.banner-icon-images img {
    width: 53%;
    animation: pulse-animation 1s infinite;
    border-radius: 50%;
}


/* Banner Ends */


/*What People Say Start*/

.what-people-say-sec {
    padding: 80px 0;
}

.what-people-say-heading {
    text-align: center;
}

ul.what-people-say-images {
    display: flex;
    align-items: center;
    gap: 5px;
}

ul.what-people-say-images li img {
    width: 100%;
    height: 335px;
    border-radius: 10px;
    object-fit: cover;
}

ul.what-people-say-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 25px 0 12px;
}

.what-people-say-box h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.what-people-say-row {
    margin-top: 5px;
}

.what-people-say-box {
    text-align: center;
    padding-bottom: 20px;
}

ul.what-people-say-star li i {
    color: #ffc107;
    font-size: 16px;
}

.what-people-say-box p {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 600;
}

.what-people-say-box span {
    color: #15262c;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.what-people-say-box.chg {
    position: relative;
}

.what-people-say-box.chg:before {
    content: "";
    position: absolute;
    background: #ececec;
    left: -12px;
    width: 2px;
    height: 100%;
}

.what-people-say-box.chg:after {
    content: "";
    position: absolute;
    background: #ececec;
    right: -12px;
    width: 2px;
    height: 100%;
    top: 0;
}

/*What People Say Ends */


/*Footer Start*/

.footer-sec {
    background: #001018;
    padding-top: 50px;
}

.copy-right-row {
    padding: 25px 0;
    text-align: center;
}


.copy-right-row p {
    color: #9ba2a5;
    margin-bottom: 0;
}

.footer-sec .row.chg {
    border: 1px solid #3b4a4f;
    border-left: none;
    border-right: none;
    padding: 0 4%;
}

.footer-quick-link {
    border-left: 1px solid #314146;
    padding: 50px 40px;
}

.footer-quick-link {
    border-left: 1px solid #314146;
    padding: 50px 60px;
    border-right: 1px solid #314146;
}

.footer-logo a {
    width: 100%;
}

.footer-quick-link ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-quick-link ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-socail-link ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.footer-socail-link ul li a {
    color: #9ba2a5;
    font-size: 16px;
    border: 1px solid #9ba2a5;
    display: flex;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

.footer-socail-link ul li a:hover {
    background: #15b4c6;
    transition: 0.5s;
    color: #fff;
}

/*Footer Ends*/


/*Inner About Us Start*/

.inner-banner-sec {
    background-image: url(../images/inner-banner.jpg);
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    background-size: cover;
}

.inner-banner-heading h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 70px;
}

.inner-who-we-are-sec {
    padding: 100px 0;
}

.inner-who-we-are-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 10px;
}

.inner-who-we-are-text {
    padding: 50px 30px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #00000024;
}

.inner-who-we-are-text h2 {
    font-size: 60px;
}

.inner-about-counter-number h2 {
    margin-bottom: 5px;
    position: relative;
}

.inner-about-counter-number h2:before {
    content: "";
    position: absolute;
    background: #f2f3f3;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: -1;
    bottom: 10px;
    left: -10px;
}

.inner-about-counter-number {
    border-right: 2px dotted #cccccc;
    margin: 0 auto;
    width: 80%;
}

.inner-about-counter-number p {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 600;
    width: 90%;
}

.inner-who-we-are-text p {
    color: #a5a5a5;
    font-weight: 500;
    font-size: 14px;
}

.inner-about-counter-number.chg {
    border-right: none;
}

.inner-about-us-sec {
    padding: 100px 0;
}

.inner-about-us-images img {
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
    height: 400px;
    background: #f8f6f7;
}

.inner-about-us-text {
    margin-left: 15px;
}

.menuSec li.active a {
    color: #18b3c6 !important;
}

.inner-about-us-text p {
    color: #868686;
    font-weight: 500;
    font-size: 15px;
}

.inner-about-us-text h2 {
    font-size: 60px;
    margin-bottom: 25px;
}

/*Inner About Us Ends*/


/*Inner Style Tips Start*/


.style-tips-sec {
    padding: 100px 0;
}

.style-tips-heading h2 {
    font-size: 44px;
    margin-bottom: 0;
}

.style-tips-tab-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
    border-bottom: none;
}

.nav-tabs .nav-link {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0;
    padding: 0px 9px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {

    border: none;
    color: #000;
    position: relative;
}

.nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #15b4c6;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -44px;
}

.row.style-tips-row {
    border-bottom: 1px solid #cecfd0;
    padding-bottom: 25px;
    align-items: center;
}

.style-tips-bottom-row {
    padding: 70px 0;
    position: relative;
}

.style-tips-images img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    border-radius: 15px;
    object-position: top;
}

.style-tips-text {
    margin-left: 39px;
}

.style-tips-images {
    width: 90%;
}

.style-tips-text p {
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
}


.style-tips-bottom-row:before {
    content: "";
    position: absolute;
    background: #cecfd0;
    width: 2px;
    height: 35%;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}

.style-tips-bottom-number {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 80px;
}

.style-tips-text.chg {
    margin-right: 60px;
    margin-left: 0;
}

.style-tips-bottom-number span {
    /* background: #15b4c6; */
    color: #6d6d6d;
    display: flex;
    transition: 0.5s;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid #d7d7d7;
    background: #fff;
}

.style-tips-bottom-row:hover .style-tips-bottom-number span {
    background: #15b4c6;
    color: #fff;
    transition: 0.5s;
}


.style-tips-images.chg {
    width: 100%;
}

.style-tips-images.chg {
    width: 100%;
    text-align: end;
}

.style-tips-images.chg img {
    width: 90%;
}


/*Inner Style Tips Ends*/


/*Inner Services Start*/

.inner-services-sec {
    padding: 89px 0;
    background: #fff;
}


.inner-services-box-text h2 {
    font-size: 31px;
    font-family: "Montserrat", sans-serif;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: unset;
    position: relative;
    /* height: 60px; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-family: 'SourceSansPro-Semibold';
    text-align: center;
    background: #3c8cb5;
    padding: 40px 0px 0px;
}

.inner-services-box-text h2:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 60%;
    height: 1px;
    left: 0px;
    margin: 0 auto;
    right: 0;
    bottom: -7px;
}

.inner-services-box-text ul h3 {
    font-family: 'Montserrat';
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 9px;
}

.inner-services-box-text ul {
    padding: 13px 0px 0px;
    /* margin-bottom: 20px; */
    /* height: 180px; */
}

.inner-services-box-text ul li {
    font-size: 18px;
    color: #3c8cb5;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-weight: bold;
    padding-left: 19px;
    font-family: 'SourceSansPro-Regular';
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-left: 16px;
    letter-spacing: 1px;
}


.inner-services-box-text p {
    font-size: 16px;
    color: #3c8cb5;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 1px;
    font-family: 'SourceSansPro-Regular';
    letter-spacing: 1px;
    position: relative;
    margin-left: 13px;
    padding: 0px 20px;
    width: 100%;
}

.inner-services-box-text {
    background: #fff;
    padding: 0px 0px 40px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 3px 10px #656a6d;
}

.service-btn a span {
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
    border-radius: 50px;
    padding: 12px 15px;
    font-size: 19px;
    display: flex;
    width: 227px;
    justify-content: center;
}

.service-btn a {
    background-image: -webkit-linear-gradient(0deg, rgb(14 54 68) 0%, rgb(9 140 186) 90%);
    padding: 7px 5px 11px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    background: -webkit-linear-gradient(0deg, rgb(14 54 68) 0%, rgb(9 140 186) 90%);
    background-size: 400% 400%;
    animation: bgMove 5s ease infinite;
    box-shadow: 0 0 15px #15b4c6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-btn a i {
    margin-left: 10px;
    color: #fff;
    margin-right: 7px;
    font-size: 14px;
    margin-top: 7px;
}

/*Inner Services Ends*/

/*Inner Frequently Asked Question Start*/

.frequently-asked-questions-sec {
    padding: 100px 0;
}

.frequently-asked-questions-left-images img {
    width: 100%;
    margin-bottom: -250px;
    border-radius: 10px;
}

.accordion-button:not(.collapsed)::after {

    filter: brightness(0) saturate(100%) invert(57%) sepia(52%) saturate(681%) hue-rotate(138deg) brightness(93%) contrast(94%);
}

.accordion-item {
    background: #f3f3f3;
}

.frequently-asked-questions-sec .row {
    background: #f3f3f3;
    padding: 50px 30px;
    border-radius: 10px;
}

.frequently-asked-questions-left-heading h2 span {
    display: block;
    color: #15b4c6;
}

.frequently-asked-questions-left-images {
    margin-top: 50px;
    border-radius: 570p;
}

.inner-services-box-img img {
    width: 100%;
    height: 259px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.accordion-body {
    padding: 15px 0px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #8a8888;
    font-weight: 500;
    line-height: 25px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    padding: 5px 0;
    color: #041829;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border-bottom: inherit !important;
    background: #f3f3f3;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    padding: 14px 0;
    line-height: 33px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
    background: none !important;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    background: inherit !important;
    color: #15b4c6 !important;
    font-family: "Anton", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}


/*Inner Frequently Asked Question Ends*/


.bannertabs input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
    position: absolute;
    left: 0;
}

section.inner-product-sec {
    padding: 100px 0;
}


.product_heading h4 {
    color: #101010;
    margin: 0;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.product_select {
    display: flex;
    align-items: center;
}

.product_select select {
    padding: 0 10px;
    appearance: auto;
    width: 100%;
    height: 38px;
    border: 1px solid #ededef !important;
    border-radius: 6px;
    color: #101010;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.product_show ul li {
    color: #101010;
    font-weight: 600;
    font-size: 14px;
}

.product_select h6 {
    width: 100px;
    margin: 0;
    font-size: 13px;
    color: #101010;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

section.banner_sec.inner_banner_sec {
    height: 450px;
}

.product_show ul {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
}

.product_show ul {
    font-family: montserrat;
    font-size: 17px;
}

.product_show ul li a:focus-within {
    color: #8c2420;
}

.product_show ul li a:hover {
    color: #8c2420;
}

section.categorie_sec.sec {
    padding-bottom: 0;
}

.wekk_leftbox {
    width: 22%;
    padding: 0 10px;
}

.week_rightbox {
    width: 78%;
}

.week_main-tab a {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 17px 0;
    background: #f26877;
    margin: 5px 0;
    color: #fff;
}

.week_main-tab.week_main-tab1 a {
    background: #52121d;
}

.product_grid ul {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.product_grid ul li {
    position: relative;

}

.product_grid ul li a {
    color: rgb(167, 167, 167);
}


.product_show ul li a {
    color: #a7a7a7;
}

.product_grid ul li a:hover {
    color: #8c2420;
}

.product_grid ul li {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #101010;
    font-weight: 600;
}

.product_grid ul li a:focus-within {
    color: #8c2420;
}

.tool_tip {
    display: none;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #15b4c6;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 1;
    font-size: 10px;
    text-transform: capitalize;
}

.shop-by-categories {
    background: #f2f2f2;
    padding: 40px 25px;
}

.inner-product-heading-row {
    text-align: center;
}

.product_show ul li a:hover {
    color: #15b4c6;
}

.product_grid ul li a:hover {
    color: #18b3c6;
}

.nav1.stroke ul li a {
    color: #000;
}

.nav1.stroke a.active {
    color: #15b4c6 !important;
}

section.Inner_Product_Sec .our-products-silder-items {
    margin-top: 28px;
}

.product_grid ul li a:hover .tool_tip {
    display: block;

}

.shop-by-categories h5 {
    font-size: 25px;
    font-family: "Anton", sans-serif;
    color: #000;
    text-transform: uppercase;
}

.nav1.stroke ul li {
    padding: 15px 10px;
    border-bottom: 1px solid #e5e5e6;
}

.product_top_bar {
    margin-left: 20px;
}

.product_main_box {
    margin-left: 20px;
}

.inner-product-box {
    margin-top: 40px;
}

.inner-product-images img {
    width: 100%;
    height: 286px;
    object-fit: cover;
}

.inner-product-text h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.inner-product-text strong {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 700;
}

.inner-product-text p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 500;
    margin-top: 15px;

}

.inner-product-text h3 {
    font-family: "Anton", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}

.inner-product-text ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #dedede;
    transition: 0.5s;
}

.inner-product-text ul li:hover {
    background: #18b3c6;
    color: #fff;
    transition: 0.5s;
}


.inner-product-text {
    border: 1px solid #dedede;
    padding: 0 15px;
    border-top: none;
    padding-bottom: 30px;
    border-bottom: 3px solid #15b4c6;
}

.inner-product-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mission-statement-text h2 {
    margin-bottom: 10px;
}

.mission-statement-sec {
    padding: 80px 0 0px;
}

.mission-statement-img img {
    width: 100%;
    height: 635px;
    object-fit: cover;
    border-radius: 20px;
}

.mission-statement-sec .row {
    align-items: center;
}

.mission-statement-text {
    padding-right: 10px;
}

/* Inner Products Ends */


.video-sec video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* border: 3px solid #15b4c6; */
}


.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999999;
    background: #15b4c6;
}

.spinner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.inner-banner-sec.who-weare-banner {
    background-image: url(../images/who-banner.jpg);
}


.inner-services-box-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.inner-services-box-text::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.inner-services-box-text::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.inner-services-box-text {
    /* height: 470px; */
    /* overflow-y: scroll; */
    text-align: start;
}


.service-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.everyday-innersubtxt h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px;
}

.everyday-innersubtxt ul li {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    margin-left: 0px;
    line-height: 23px;
}

.everyday-innersubtxt ul li span {
    display: block;
}

.everyday-innersubtxt {
    margin-bottom: 20px;
}

.style-tips-bottom-row.tall-polished-row::before {
    height: 76%;
}

.style-tips-bottom-row.short-row:before {
    height: 53%;
}

.style-tips-bottom-row.mastering-row:before {
    height: 47%;
}

.style-tips-text h2 {
    margin-bottom: 10px;
}

.style-tips-bottom-row.women-color-sec::before {
    height: 35%;
}

.style-tips-bottom-row.mastering-row-forwomen:before {
    height: 43%;
}

.style-tips-bottom-row.tall-polished-row.women-sec:before {
    height: 55%;
}

.style-tips-bottom-row.short-row.women-tabsec-row:before {
    height: 44%;
}

.menuSec ul li a i {
    font-size: 12px;
    margin-left: 4px;
}

p.btm-service-pg-txt {
    /*padding-top: 50px;*/
    width: 64%;
    margin: 0 auto;
    text-align: center;
    color: #000;
    margin-bottom: 12px;
}

.inner-services-sec .container-fluid {
    padding: 0 50px;
}

.btm-text-ser p {
    color: #000;
    font-family: 'SourceSansPro-Regular';
}

.btm-text-ser {
    margin-top: 50px;
}

.accordion-body p a {
    color: #15b4c9;
    text-decoration: underline;
    margin-left: 10px;
}

.what-people-say-heading a span {
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
    border-radius: 50px;
    padding: 12px 15px;
    font-size: 14px;
}

.what-people-say-heading a {
    background-image: -webkit-linear-gradient(0deg, rgb(113, 118, 122) 0%, rgb(197, 204, 207) 100%);
    padding: 10px 5px 15px;
    border-radius: 50px;
}

.what-people-say-heading a i {
    margin-left: 5px;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

section.main_slider.innerbanner-services .video-sec video {
    height: 88vh;
}

.what-people-say-heading h2 {
    margin-top: 40px;
}

p.btm-service-pg-txt b {
    font-size: 41px;
    width: 100%;
    line-height: 50px;
}

p.btm-service-pg-txt.empower-txt b {
    font-size: 28px;
}

.btm-text-ser ul li {
    list-style: disc;
    margin-left: 21px;
}


.animated-btn {
    position: relative;
    padding: 16px 42px;
    font-size: 18px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg, #15b4c6, #0d6f7a);
    background-size: 400% 400%;
    animation: bgMove 5s ease infinite;
    box-shadow: 0 0 15px #15b4c6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    overflow: hidden;
}

.animated-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px #15b4c6, 0 0 50px #15b4c6;
    color: #fff;
}

@keyframes bgMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.head-btn-ban-btm {
    text-align: center;
}

.video-container video {
    height: 69vh;
    width: 100%;
    object-fit: cover;
}

.controls button {
    border: unset;
    font-size: 24px;
    padding: 10px 17px;
    background: #15b4c6;
    color: #fff;
}

.controls {
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

p.btm-service-pg-txt.heading {
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Regular';
}

p.btm-service-pg-txt {
    width: 61%;
    text-align: left;
}

p.btm-service-pg-txt.empower-txt {
    text-align: center;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Regular';
}

section.innerbanner-services .video-sec {
    height: 60vh;
}

.inner-services-box-text ul h4 {
    font-family: 'SourceSansPro-Regular';
    color: #000;
    font-size: 19px;
    font-weight: bold;
    font-family: "Rajdhani", sans-serif;
    text-decoration: underline;
}

.inner-services-box-text p b:before {
    /* position: absolute; */
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 40px;
    left: -10px;
    top: 9px;
}

.main-content-ser {
    /* height: 665px; */
}

.btm-box-ser {
    padding: 27px 40px;
    border-radius: 10px;
    background: #bac1c4;
    height: 350px;
}

.btm-box-ser h3 {
    font-family: 'SourceSansPro-Semibold';
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 11px;
    text-align: center;
}

.btm-box-ser p {
    font-family: 'SourceSansPro-Regular';
}

.icon-ser img {
    width: 90px;
    margin-bottom: 10px;
}

p.head-btm-ser {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
}

.ser-btm-row {
    margin-top: 70px;
}

.btm-box-ser:hover {
    box-shadow: 0px 0px 15px #808080;
}

.btm-box-ser:hover .icon-ser img {
    transform: rotateY(360deg);
    transition: 0.9s;
}

.inner-services-box-text ul li img {
    width: 24px;
}

.inner-services-box-text ul li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 32px;
    left: 7px;
    top: 12px;
}

.inner-services-box-text ul span {
    color: #3c8cb5;
    font-family: 'SourceSansPro-Regular';
    margin-left: 39px;
}

.inner-services-box-text p b {
    position: relative;
    color: #fff;
}

p.lst-para {
    padding-top: 2px;
    color: #000;
    font-weight: bold;
    font-family: 'SourceSansPro-Regular';
}

.inner-services-box-text h2 span {
    display: block;
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 400;
    color: #000;
}

img.remove-filter {
    filter: unset !important;
}



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1800px) {
    .video-container video {
        height: 52vh;
        object-fit: contain;
    }

    .what-people-say-sec {
        padding: 28px 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .btm-box-ser {
        padding: 27px 21px;
    }

    .btm-box-ser h3 {
        font-size: 15px;
    }

    .btm-box-ser p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {}

@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*/
p.btm-service-pg-txt.pra-txt {
    text-align: left;
    color: #2c8bb6;
    font-weight: 600;
}

p.for-colour {
    color: #fff;
}

.icon-ser {
    text-align: center;
}

.for-back-colour {
    background: #fff;
    padding: 0px 22px;
    height: 380px;
}

.eading-btm-points {
    height: 100px;
    background: #488db4;
    padding-top: 16px;
}

.eading-btm-points p {
    font-size: 17px;
    width: 92%;
    margin: 0 auto;
    text-align: center;
}

.banner-video-main {
    position: relative;
}

.play-video-icon a {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.play-video-icon a img {
    width: 70px;
}

.img-joinin img.img-fluid {
    height: 52vh;
    width: 100%;
    object-fit: contain;
}

.service-btn.ban-btm a span {
    font-size: 15px !important;
    width: 307px;
}

section.main_slider {
    background: #000;
}

/*Step Form Css Start*/

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    box-shadow: 3px 6px 9px 9px pink;
    padding: 37px 30px;
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 18px;
    margin-top: 2px;
    /* width: 100%; */
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: fit-content;
    background: #216c7d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 8px 22px;
    margin: 24px 0px 10px 5px;
    float: right;
    border-radius: 20px;
    font-weight: 400;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #f38ea3;
}

#msform .action-button-previous {
    width: fit-content;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 9px 22px;
    margin: 24px 5px 10px 0px;
    float: right;
    font-weight: 400;
    border-radius: 30px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #21810f;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #21810f;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #008000;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f251"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f553"
}

#progressbar #payment:before {}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #008000;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #008000;
}

.fit-image {
    width: 100%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(1337%) hue-rotate(93deg) brightness(93%) contrast(104%);
}

.lets-begin-check-card {
    flex: 1 1 300px;
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 15px;
    background: #f9f9f9;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.lets-begin-check-card:hover {
    border-color: #fbc0cc;
    background: #fbc0cc;
}

.lets-begin-check-card-heading {
    font-weight: unset;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
    color: #000;
}

.lets-begin-check-card-heading input[type="checkbox"] {
    transform: scale(1.2);
}

.lets-begin-check-card-content p {
    margin: 0;
}

.lets-begin-step-main input[type="checkbox"] {
    width: unset;
    margin-bottom: 0px !important;
}



.neep-help-check-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
    transition: all 0.3s;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
}

.neep-help-check-card:hover {
    border-color: #22727f;
    background: #22727f4d;
}

.neep-help-check-card input[type="checkbox"] {
    transform: scale(1.2);
}

.neep-help-check-textbox {
    flex: 1;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-left: 5px;
}

.neep-help-check.step h2.neep-help-check-heading {
    font-size: 30px;
    margin-bottom: 0px;
}

.neep-help-check.step input[type="checkbox"] {
    margin-bottom: 0px !important;
}

input.neep-help-check-textbox {
    margin-bottom: 0px !important;
}

.current-style-check-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.current-style-check-subheading {
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
}

.current-style-check-card {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    margin-bottom: 15px;
}

.current-style-check-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 25px;
    /* indent under 'I'm not sure' */
}

.current-style-check-list input[type="checkbox"] {
    margin-right: 8px;
}

.other-option input[type="text"] {
    margin-left: 5px;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.lets-begin-step-main h2 img {
    margin-right: 10px;
}

.lets-begin-step-main input[type="radio"] {
    margin-bottom: 0px !important;
}

.stepfour-main label.neep-help-check-card span {
    display: block !important;
    padding-left: 122px;
    font-size: 14px;
    font-weight: 400;
    margin-top: -32px;
}

.stepfour-main label.neep-help-check-card {
    display: unset;
}

.stepfour-main label.neep-help-check-card input {
    margin-right: 7px;
}



.payment-step-sec label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
}

.payment-step-sec input[type="text"],
input[type="email"],
select {
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Montserrat';
}

.payment-step-sec input[type="radio"] {
    margin-right: 8px;
}

.payment-step-sec fieldset {
    border: none;
    padding: 0;
    margin-top: 15px;
}

.payment-step-sec legend {
    font-weight: bold;
    color: #000;
    font-family: 'Montserrat';
}

.payment-sec {
    margin-top: 30px;
    padding: 15px;
    border: 2px solid #fb6982;
    border-radius: 6px;
    background: #fb698257;
}

.payment-sec label {
    margin-top: 10px;
    font-weight: normal;
}

.payment-step-sec button {
    margin-top: 25px;
    padding: 12px 20px;
    background: #007BFF;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.payment-step-sec button:hover {
    background: #0056b3;
}

.small-text {
    font-size: 0.9em;
    color: #000;
    margin-top: 10px;
    font-family: 'Montserrat';
}

.payment-step-sec a {
    color: #007BFF;
    text-decoration: none;
}

.payment-step-sec a:hover {
    text-decoration: underline;
}

.lets-begin-step-main.payment-step-sec fieldset {
    padding-bottom: 0px !important;
}

.lets-begin-step-main.payment-step-sec #msform input, #msform textarea {
    margin-bottom: -1px !important;
}

.payment-step-sec input {
    margin-bottom: 10px !important;
}

.small-text strong {
    font-size: 18px;
}

.payment-step-sec legend span {
    font-size: 13px;
}

.payment-step-sec h4 {
    font-family: 'Montserrat';
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 20px;
}

p.shine-text {
    color: #f36483;
    font-weight: 700;
}

.how-did-main input {
    margin-bottom: 0px !important;
}

.how-did-main img {
    margin-right: 17px;
}

.how-did-main {
    margin-top: 24px;
}

li#new:before {
    font-family: FontAwesome;
    content: "\f201";
}

li#help:before {
    font-family: FontAwesome;
    content: "\f15c";
}

li#Welcome:before {
    font-family: FontAwesome;
    content: "\f11e";
}

li#Community::before {
    font-family: FontAwesome;
    content: "\f0c0";
}

li#options::before {
    font-family: FontAwesome;
    content: "\f11e";
}


.upload-label {
    display: inline-block;
    cursor: pointer;
    background-color: #663bb5;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.upload-label img {
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

#selfie-upload {
    display: none;
}

#preview {
    display: none;
    margin-top: 20px;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#file-name {
    margin-top: 10px;
    font-style: italic;
}

.option-step-upload-main label.upload-label {
    color: #fff;
}

.text-option-upload h4 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-option-upload {
    margin-bottom: 25px;
}

#progressbar li strong {
    font-weight: unset;
    text-transform: uppercase;
}

section.start-now-sec-main {
    padding: 100px 0px;
}

li#payment img {
    width: 59px;
    height: 59px;
    object-fit: contain;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    padding: 10px 10px;
    background: #d3d3d3;
}

#progressbar li#payment img .active {
    background: #000 !important;
}

.content {
    display: none;

}

.active-content {
    display: block;
}

.upload-btn a.theme-btn-1 {
    color: #fff;
}

.upload-btn {
    margin: 40px 0px;
    text-align: center;
}

/*Step Form Css End*/
#progressbar .active img {
    background: #21810f !important;
}

.lets-begin-step-main.stepfour-main label.neep-help-check-card img {
    width: 93px;
    height: 94px;
    object-fit: contain;
}

label.neep-help-check-card.lst-check-box span {
    margin: unset;
    padding-left: 24px;
}

section.start-now-sec-main.elevated-main-sec li#payment {
    width: 40%;
}

.shop-last-new-txts {
    margin-top: 60px;
}

.shop-last-new-txts p {
    line-height: 31px;
}

.shop-hed-text-main h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.shop-hed-text-main h6 {
    font-size: 22px;
    color: #000;
}

.shop-hed-text-main p {
    line-height: 32px;
    width: 90%;
    margin: 0 auto 50px;
}