
@font-face {
    font-family: philosopher;
    src: url(font/Philosopher-Regular.ttf);
}

body {

    font-family: 'rubik';
    font-weight:300;
    font-color:#323335;
    line-height:1.61;
}



@font-face {
    font-family: intro;
    src: url(font/Intro.otf);
}

.grad-btn-mob,
.grad-btn-mob1 {
    display: none;
}
.member_title{
    font-family:'philosopher';
    font-weight: 600;
}

.mob_p {
    margin-top: 2rem;
    color: #1dc3bc;
    margin-bottom: 7rem;
    font-size: x-large;
    font-weight:600;
}

.mob_pp {
    margin-top: 6rem;
    color: #1dc3bc;
    margin-bottom: 6rem;
}

.logo {
    width: 280px;
}

.btn_contact {
    background-color: #d90114;
    border: none;
    padding: 10px 15px;
    border-radius: 2rem;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: smaller;
}

.mob_mid_img {
    display: none;
}

.banner-content {
    display: block;
    position: absolute;
    top: 7%;
    padding: 60px;
}

p {
    font-family:'rubik';
    font-size: 1.2rem;
    font-weight: 300;
    color: #323335;
    line-height:1.61;
}

.font-size-small {
    font-size: 0.9rem;
    font-weight: 300;
}

.nav-link {

    color: #ed1c24;
    font-size: 1.2rem;
    font-family: 'rubik';
    font-weight: 600;
    text-transform: capitalize;

}

.nav-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
    margin-right: 10px;
}

.nav-item:hover {
    background-image: url('../images/fav-icon.png');
    background-position: top;
    background-repeat: no-repeat;
}

.btn-biz {

    background-color: #f73654;

    border-radius: 20px;

    --bs-btn-border-color: none;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #1dc3bc;

}

/*.wrapper {*/
/*    margin-top: 80px;*/
/*}*/

.h2 {
    color: #d60115;
}

h5 {
    ont-size: 1.25rem;
}

.white-btn {
    border: none;
    background-color: white;
    padding: 1rem 1rem;
    border-radius: 0;
    color: #ff4716 !important;
    font-size: 20px;
    text-decoration: none;
}


.thumb-box {

    height: 250px;
    position: relative;
}

/* .carousel-item{
    background-image: url('../../theme_new/images/step-banner.jpg');
    background-size: cover;
    height: 600px;
} */

.carousel-item img {
    height: 500px;
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #1dc3bc;
}

.nav-link:hover {
    color: #189688;
}

.mob_fix_tab {
    justify-content: start;
}

#search {
    background-color: #1bc3bc;
}

.thumbnail .caption {
    bottom: 0;
    
    color: #000;

    align-items: center;
    padding: 10px;

    text-align: center;
    justify-content: center;

}

.caption .title {
    font-family:'rubik';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #d90114;

}

.caption .description {
    /*font-size: 14px;*/
    font-size:1rem;
    font-family:'rubik';
    font-weight:300;
}


/* .thumb-box .caption:hover{
    background-color: #000;
    color: #fff;;
} */

.thumb-box:hover .caption {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.circle-logo {

    margin: auto;

    width: 250px;

    height: 250px;

    padding: 20px;

    border: solid 8px #fff101;

    border-radius: 50%;

}

.circle-logo img {

    width: 100%;

    height: 100%;

    padding: 10px;

    border: solid 4px #fff101;

    border-radius: 50%;



}

.title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.subtitle {
    font-family: 'rubik';
    font-weight: 600;
}

.list-item-left {

    background-color: #006685;

    height: 60px;

    line-height: 50px;

    padding-left: 10px;

    padding-right: 5px;

    padding-top: 5px;

    padding-bottom: 5px;

    color: #fff;

    font-weight: 600;

    border-radius: 30px;

    text-align: center;

}



.list-item-left span img {

    border-radius: 50%;

}



.list-item-right {

    background-color: #006685;

    height: 60px;

    line-height: 50px;

    padding-left: 5px;

    padding-right: 10px;

    padding-top: 5px;

    padding-bottom: 5px;

    color: #fff;

    font-weight: 600;

    border-radius: 30px;

    text-align: center;

}



.list-item-right span img {

    border-radius: 50%;

}

/* how we are different */

.model-features {
    padding: 50px 0 30px;
    overflow: hidden;
}

img {
    vertical-align: middle;
    border-style: none
}


.features_div_wrap ul.features_ul {
    list-style: none;
}

.features_div_wrap {
    margin-top: 50px;
}

.features_div_wrap>img {
    position: absolute;
    left: 0;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.features_div_wrap ul.features_ul li {
    background: red;
    height: 76px;
    width: 370px;
    display: flex;
    float: left;
    flex-direction: row-reverse;
    margin-bottom: 45px;
    align-items: center;
    border-radius: 70px;
    padding: 20px 10px;
}

.features_div_wrap ul.features_ul li:nth-child(2n) {
    float: right;
    flex-direction: row;
}

.features_div_wrap ul.features_ul li:nth-child(2n + 1) {
    clear: left;
}

.features_div_wrap ul.features_ul li .features_img {
    background: #fff;
    height: 58px;
    width: 58px;
    line-height: 58px;
    border-radius: 100%;
    box-shadow: 2px 4px 5px #848484;
    padding: 6px;
}

.features_div_wrap ul.features_ul li .features_text {
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    text-align: right;
    width: 81%;
}

.features_div_wrap ul.features_ul li:nth-child(2n) .features_text {
    padding: 0 0 0 15px;
    text-align: left;
}

.features_div_wrap ul.features_ul li:nth-child(1),
.features_div_wrap ul.features_ul li:nth-child(7) {
    margin-left: 3em;
}

.features_div_wrap ul.features_ul li:nth-child(2),
.features_div_wrap ul.features_ul li:nth-child(8) {
    margin-right: 3em;
}

.features_div_wrap ul.features_ul li:nth-child(1) {
    background: #2581bc;
}

.features_div_wrap ul.features_ul li:nth-child(2) {
    background: #79c142;
}

.features_div_wrap ul.features_ul li:nth-child(3) {
    background: #e34748;
}

.features_div_wrap ul.features_ul li:nth-child(4) {
    background: #25afcc;
}

.features_div_wrap ul.features_ul li:nth-child(5) {
    background: #974f9f;
}

.features_div_wrap ul.features_ul li:nth-child(6) {
    background: #f49d1e;
}

.features_div_wrap ul.features_ul li:nth-child(7) {
    background: #50c1ab;
}

.features_div_wrap ul.features_ul li:nth-child(8) {
    background: #c75aa2;
}

.features_div_wrap ul.features_ul li {
    background: red;
    height: 76px;
    width: 370px;
    display: flex;
    float: left;
    flex-direction: row-reverse;
    margin-bottom: 45px;
    align-items: center;
    border-radius: 70px;
    padding: 20px 10px;
}

.features_div_wrap ul.features_ul li:nth-child(2),
.features_div_wrap ul.features_ul li:nth-child(8) {
    margin-right: 3em;
}

.features_div_wrap ul.features_ul li:nth-child(2n) {
    float: right;
    flex-direction: row;
}

.features_div_wrap ul.features_ul li .features_text {
    font-size: 21px;
    color: #fff;
    padding: 0 20px;
    text-align: right;
    width: 81%;
}

/* .features_img img{
    margin-top: 10px;
} */



/*  end */

#exclusive-steps {
    padding-top: 40px;
    padding-bottom: 40px;
}

#exclusive-steps .box {
    box-shadow: 0 0 3px 3px #D4D4D4;
    -webkit-box-shadow: 0 0 3px 3px #D4D4D4;
    padding: 5px;
    text-align: center;
    height: 150px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 10px;

}

.box:hover {
    background-color: #1d6d65 !important;
}

.box p {
    color: #fff;
}


#steps {

    background: url(../images/step-banner-1.jpeg)no-repeat;

    width: 100%;

    background-size: cover;

    background-position: center right;

    padding-top: 80px;

    padding-bottom: 80px;

    height: 600px;



}

.step-bg {
    background: url(../images/step-banner-1.jpeg)no-repeat;
    /* background: url(../images/phone-couple.jpg)no-repeat; */

    width: 100%;
    background-size: 40%;
    background-position: center right;
    background-position-x: 90%;
}

.py-8 {
    padding: 8rem 0;
}

.step-bg ul li {
    list-style: none;
}

.step-section span.red {
    background: #f73654;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -webkit-border-radius: 10em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 2rem;
    margin-right: 15px;
    text-align: center;
    width: 2rem;
}

.grad-btn {
    /* background-image: linear-gradient(to right, #ff7f16 0%, #ff4816 68%, #fd5266 100%); */
    background-color: #d90114;
    border: none;
    padding: 0.75rem 3rem;
    border-radius: 2rem;
    color: white;
    font-family: 'rubik', serif;
    font-size: large;
}

#member {

    background-color: #fff;

    padding-top: 40px;

    padding-bottom: 40px;

}

#member .section-title {

    font-size: 32px;

    font-weight: 500;

    text-align: center;

    color: #000;

}

.thumbnail {

    text-align: center;
    padding: 15px;
    background-color: #ededed;
    margin-right: 10px;
    box-shadow: rgba(63, 63, 63, 0.1)
        /* border:solid 1px #f4f4f4; */
}

.thumb {

    padding: 30px;

}



.img-thumbnail {

    padding: 0.25rem;

    border: solid 1px #fff;

    border-radius: 50%;

    max-width: 80%;

    height: auto;

}

.bg-light-pink {
    background-color: rgba(255, 235, 229, 0.7);
}

.py-6 {
    padding: 6rem 0;
}

.bg-yellow {
    background: #ffa500;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

#success {

    padding-top: 40px;

    padding-bottom: 40px;

    text-align: center
}

#success p {

    font-size: 16px;

    font-weight: 600;

}



.profile-thumb {

    padding: 30px;

    text-align: center;

}



.profile-thumb img {

    width: 100%;

}



.profile-thumb .profile-title {

    padding-top: 8px;

    font-size: 16px;

    font-weight: bold;

    line-height: 20px;

}



.profile-description {
    font-size: 13px;
    margin-bottom: 1rem;
}



#sign-up {

    padding-top: 30px;

    padding-bottom: 30px;

}

.link li {
    list-style: none;

}

.link a {

    text-decoration: none;
    color: #323335;
    font-size: 18px;
    margin-left: 5rem;

}

.bg-green {
    background-color: #1a9a8c
}

#footer-top {

    padding-top: 20px;

    padding-bottom: 20px;

    background-color: #e6e6e6;

}



#footer-top h5 {

    font-size: 16px;

    font-weight: bold;

}



#footer-top p {

    font-size: 12px;

}



#footer-top li {

    list-style: none;

}



#footer-top a {

    text-decoration: none;

    font-size: 12px;

    color: #000;

}



footer {


    padding-top: 70;
    display: block;

}

footer .container a {

    font-size: 12px;

    text-decoration: none;

    color: #000;

}

a {
    text-decoration: none;
}

.bg-white {
    background-color: #fff !important;
}

.text-orange {
    color: #ff4716;
}

.font-size-medium {
    font-size: 22px;
}

.text-center {
    text-align: center !important;
}

.reli-nav-list {
    text-decoration: none;
    list-style: none;
}

.reli-nav-list a {
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;

}

.adress,
.nav-list,
.social {
    list-style: none;
}

.adress span,
.nav-list span,
.social span {
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.adress li p,
.nav-list li a,
.social li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

footer ul li {
    padding: 5px 0px;
}



/* Stick Icon */
.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 93%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(160px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: -7px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px;
    font-size: 29px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
}

/* .sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
} */

/* .sticky-icon a:hover i {
    transform: rotate(360deg);
} */

.Facebook {
    background-color: #2C80D3;
    color: #FFF;
}

.Youtube {
    background-color: #fa0910;
    color: #FFF;
}

.Twitter {
    background-color: #25d366;
    color: #FFF;
}

.Instagram {
    background-color: #FD1D1D;
    color: #FFF;
}

.Google {
    background-color: #d34836;
    color: #FFF;
}

.sticky-icon a i {
    background-color: #25d366;
    height: 1.5rem;
    width: 50px;
    text-align: center;
    line-height: 22px;
    color: white;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #FFF;
    color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
    background-color: #FFF;
    color: #d34836;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
    background-color: #FFF;
    color: #fa0910;
}

.sticky-icon a i.fa-twitter {
    background-color: #FFF;
    color: #53c5ff;
}

.fas fa-shopping-cart {
    background-color: #FFF;
}

#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}

/* Stick Icon End */

/* About Us */

.about-bg {
    background: url(../images/about-us-banner.jpg)no-repeat;
    width: auto;
    background-size: cover;
    background-position: top center;
    display: block;
}

.py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.text-center {
    text-align: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}



h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
}



/* About us End */


@media (max-width: 999px) {
    .features_div_wrap ul.features_ul li {
        width: 48%;
    }

    .features_div_wrap ul.features_ul li:nth-child(1),
    .features_div_wrap ul.features_ul li:nth-child(7) {
        margin-left: 0em;
    }

    .features_div_wrap ul.features_ul li:nth-child(2),
    .features_div_wrap ul.features_ul li:nth-child(8) {
        margin-right: 0em;
    }

    .features_div_wrap {
        margin-top: 0px;
    }

    .features_div_wrap>img {
        position: relative;
        bottom: auto;
    }
}


@media only screen and (max-width: 600px) {
    #exclusive-steps .box {
        height: 6rem !important;
    }

    .thumbnail {
        height: 11rem !important;
    }

    .logo {
        width: 200px;
    }

    .banner-content {
        /* background-color: #fff; */
        display: block;
        position: absolute;
        top: 8%;
        right: 8%;
        left: 1%;
        padding: 10px;
        opacity: 1;
    }

    .banner-content h2 {
        font-size: 17px;
    }

    .banner-content p {
        font-size: 12px;
    }

    .grad-btn-mob {
        display: block !important;
        background-color: #fd5266;
        border: none;
        padding: 0.5rem 0.5rem;
        border-radius: 1rem;
        color: white;
        font-family: 'Playfair Display', serif;
        font-size: x-small;
        position: absolute;
        top: 160%;
    }

    .grad-btn-mob1 {
        display: block !important;
        background-color: #fd5266;
        border: none;
        padding: 0.5rem 0.5rem;
        border-radius: 1rem;
        color: white;
        font-family: 'Playfair Display', serif;
        font-size: x-small;
        position: absolute;
        /* top: 160%; */
    }

    .banner-content .mob_p {
        font-size: 16px;
        position: absolute;
        top: 104%;
        color: #1bc3bc;
        font-weight: 800;
    }

    .mob_p {
        margin-top: 0rem;
    }

    .mob_pp {
        margin-top: 2rem;
    }

    .banner-content a {
        display: none;
    }

    /*.wrapper {*/
    /*    margin-top: 70px;*/
    /*}*/

    .carousel-item img {
        height: 240px;
    }

    .features_div_wrap ul.features_ul li {
        width: 100%;
    }

    .features_div_wrap ul.features_ul li:nth-child(1),
    .features_div_wrap ul.features_ul li:nth-child(7) {
        margin-left: 0em;
    }

    .features_div_wrap ul.features_ul li:nth-child(2),
    .features_div_wrap ul.features_ul li:nth-child(8) {
        margin-right: 0em;
    }

    .features_div_wrap {
        margin-top: 0px;
    }

    .features_div_wrap>img {
        position: relative;
        bottom: auto;
    }

    .features_div_wrap ul.features_ul li .features_text,
    .features_div_wrap ul.features_ul li:nth-child(2n) .features_text {
        display: block;
        text-align: center;
        width: 100%;
    }

    .features_div_wrap ul.features_ul li {
        height: 11rem;
        display: block;
    }

    .features_div_wrap ul.features_ul li .features_img {
        margin: 0 auto 20px;
        height: 45px;
        width: 45px;
        line-height: 40px;

    }

    .features_div_wrap>img {
        width: 50%;
    }

    .step-bg {
        height: auto;
        background-position: right center;
    }

    .py-8 {
        padding: 4rem 0;
    }

    .sm-bg-light-white {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .sm-p-2 {
        padding: 2rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    #exclusive-steps .box {
        box-shadow: 0 0 3px 3px #D4D4D4;
        -webkit-box-shadow: 0 0 3px 3px #D4D4D4;
        padding: 5px;
        text-align: center;
        height: 100px;
        margin-bottom: 20px;

    }

    .features_ul {
        padding: 0;
    }

    .img_mob {
        margin-left: 4% !important;
    }

    .features_div_wrap>img {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 10px 60px !important;
        width: 57% !important;
    }

    .step-bg {
        background: none;
    }

    .mob_mid_img {
        display: block !important;
    }

    .mar_top {
        margin-top: 2rem;
    }

    .text-dark-blue,
    .step-section {
        margin-left: 0px !important;
    }

    .sm-p-2 {
        padding: 1rem;
    }

    .mob_pp {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
}

.text-whitexx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Carosual */

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (max-width: 1030px) and (min-width:769px) {
    .nav-item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .thumbnail {
        height: 13rem;
    }

    #exclusive-steps .box {
        height: 11rem;
    }


    .features_div_wrap ul.features_ul li:nth-child(1),
    .features_div_wrap ul.features_ul li:nth-child(3),
    .features_div_wrap ul.features_ul li:nth-child(5),
    .features_div_wrap ul.features_ul li:nth-child(7) {
        margin-left: -4rem;
    }


    /* .features_div_wrap ul.features_ul li:nth-child(2),
    .features_div_wrap ul.features_ul li:nth-child(8) {
        margin-right: -3em;
    } */

    .img_mob {
        margin-top: 8rem;
        width: 23%;
        margin-right: 23rem;
    }

    .features_div_wrap ul.features_ul li:nth-child(2n) {
        /* float: right; */
        margin-right: -1.5rem;
        width: 20rem;
    }
}

@media (max-width: 900px) {
    .mob_fix_tab {
        justify-content: center;
    }

    .thumbnail {
        height: 16rem;
    }

    #exclusive-steps .box {
        height: 14rem;
    }

    .grad-btn {
        padding: 0.7rem 1rem;
    }

    .step-bg {
        background: none;
    }

    .mob_mid_img {
        display: block;
    }

    .profile-thumb {
        padding: 20px;
    }

    .adress span,
    .nav-list span,
    .social span {
        font-size: 16px;
    }
}

@media (min-width: 768px) {


    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }

    .link a {
        text-align: left;
        margin-left: 0rem;
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


@keyframes blink {
        0% { opacity: 1; }
        50% { opacity: 0; }
        100% { opacity: 1; }
    }

    .blink-text {
        animation: blink 1s infinite;
    }