:root {
    --min-color: #08173D;
    --red-color: #E02626;
    --secand-color: #08173D;
    --silver-color: #787878;
    --sky-color: #5FC7E8;
    --transition: 0.3s;
}

/* classes general */
* {
    font-size: 15px;
    transition: all 1s;
}

* {
    font-family: 'Tajawal', sans-serif;
}

*:focus {
    outline: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

.badge-notify {
    background: red;
    position: relative;
    top: -20px;
    right: 10px;
    border-radius: 50%;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 35px;
}

.my-cart-icon-affix {
    position: relative;
    z-index: 999;
}

#pills-tabContent {
    margin-bottom: 40px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: relative;
    top: 30px;
}

.owl-carousel img {
    /* max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0; */
}

.owl-carousel h4 {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.owl-carousel h4,
.owl-carousel p,
.owl-carousel ul {
    margin-bottom: 5px;
}

.owl-carousel .thumb-content .type {
    margin-top: 5px;
    font-size: 15px;
    color: #B3B3B3;
}

.owl-carousel .thumb-content .type:hover {
    text-decoration: underline 1px solid #B3B3B3;
}

.owl-carousel .thumb-content ul {
    font-size: 8px;
}

.owl-carousel .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-carousel .item-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #E02626;
    font-weight: 500;
    padding: 2px 0;
}

.owl-carousel .price svg {
    font-size: 12px;
    color: #CCCCCC;
    padding: 0 0 0 40px;
}

.owl-carousel .price svg:hover {
    color: var(--min-color);
}

.owl-carousel .product {
    padding: 12px;
    position: relative;
    display: flex;
    justify-content: center;
}

.owl-carousel .star-rating li {
    padding: 0;
}

.owl-carousel .star-rating svg {
    font-size: 14px;
    color: #ffc000;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0%;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: black !important;
    color: var(--min-color) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: var(--min-color) !important;
    color: black !important;
}

.owl-carousel .owl-nav svg {
    font-size: 30px;
}

.owl-theme .owl-dots button span {
    width: 12px !important;
    height: 12px !important;
    margin: 6px 4px !important;
}

.owl-theme .owl-dots button.active span {
    background-color: #fff !important;
    width: 15px !important;
    height: 15px !important;
}


#whatis .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* End  general */
/* Start header */
header {
    background-color: #08173D;
}

header .container {
    height: 50px;
}

header .icon a {
    padding-right: 10px;
}

header .container .box .location a {
    text-decoration: underline;
    margin-right: 16px;
}

.dropdown-toggle::after {
    border: 0;
    /* content: "\f078"; */
}

header .dropdown-menu {
    min-width: fit-content;
}

header .dropdown-menu .dropdown-item {
    color: white;
}

header .dropdown-menu .dropdown-item:hover {
    background-color: white;
    color: black;
}

/* // Large devices (desktops, 992px and up) */
@media(max-width: 991px) {
    header .title {
        display: none;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media(max-width: 767px) {
    header .container {
        height: 70px;
    }

    header .icon {
        text-align: center;
    }

    header .container .box {
        justify-content: center;
        margin-top: 5px;
    }

    header .container .box .location a {
        margin-right: 10px;
    }

    header .icon a {
        padding-right: 3px;
    }
}

/* End header */
/* Start nav */
nav {
    border-bottom: 1px solid #eee;
}

nav .container .row {
    align-items: center;
}

nav .container .logo-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .container .search {
    display: flex;
    height: 48px;
    width: fit-content;
    border: 1px solid var(--silver-color);
    border-top-color: var(--silver-color);
    border-radius: 5px;
    margin-left: 16px;
}

nav .container .search select {
    border: 0;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: var(--silver-color);
}

nav .container .search form {
    position: relative;
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
}

nav .container .search form input {
    border: 0;
    border-left: 1px solid var(--silver-color);
    border-radius: 0 5px 5px 0;
}

nav .container .search form button {
    position: absolute;
    border: 0;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: var(--silver-color);
}

nav .container .box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

nav .btn-register {
    color: #41ce8e;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d3d9e5;
    font-size: 18px;
}

nav .btn-login {
    color: #fff;
    background-color: #41ce8e;
    border-radius: 5px;
    font-size: 18px;
}

nav .btns-auth {
    width: 100%;
    text-align: end;
}

nav .btns-auth span {
    font-size: 20px;
    margin: 5px;
}

nav .icons-nav {
    text-align: center;
    padding: 10px 0;
}

nav .icons-nav svg {
    margin: 0 5px;
}

nav .container .box .earn {
    background-color: black;
    color: white;
    padding: 10px;
    font-weight: bold;
}

nav .container .box .store {
    background-color: var(--min-color);
    color: black;
    padding: 10px;
    font-weight: bold;
}

nav .container .box .icon {
    display: flex;
    justify-content: end;
    width: 25%;
}

nav .container .box .icon a svg {
    color: var(--min-color);
    font-size: 25px;
    margin-left: 10px;
}

nav .container>div {}

nav .container>.box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


nav .container>.box .nav li a {
    color: #121c30;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    margin-left: 30px;
}

nav .container>.box .nav li a:hover {
    color: #41ce8e;
}

nav .container>.box .nav li a.active {
    color: #41ce8e;
    font-weight: bold;
}

nav .container>.box .call-us {
    display: flex;
    justify-content: end;
    align-items: center;
}

nav .container>.box .call-us p {
    font-weight: 500;
}

nav .container>.box .call-us svg {
    color: var(--min-color);
}

#select-categories {
    padding: 3px 25px;
    width: 285px;
    border-radius: 13px;
    background-color: #EAEAEA;

}

#menu-categories {
    background: #41ce8e;
    color: #fff;
    padding: 3.5px 20px;
    border-radius: 13px;
    position: relative;
    left: 20px;
    top: 3px;
}

.menu {
    /* position: relative; */
    background-color: transparent;
}

.menu .drob {
    width: 0;
    background-color: var(--min-color);
    border: 2px solid #1d4f715d;
    animation-name: example;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    left: 0%;
}

.menu .drob>a {
    padding: 0;
}

.menu .drob li.first :first-child {
    padding: 0;
    background-color: red;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white;
}

.menu ul .sub-menu {}

.menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    color: black;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

@keyframes example {
    from {
        width: 0;
        opacity: 0;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    to {
        width: 300px;
        opacity: 1;
    }
}

.menu ul li a:hover {
    background: #1d4f71;
    color: #fff;
}

.menu ul li a svg {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.menu ul ul {
    background: rgba(0, 0, 0, 0.2);
}

.menu ul li .drob {
    z-index: 100;
}

.menu ul li ul li a {

    border-left: 4px solid transparent;
    padding: 10px 20px;
}

.menu ul li ul li a:hover {
    border-left: 4px solid #3498db;
}

@media(max-width: 991px) {
    nav .container .row .box {
        margin-top: 15px;
    }
}


/* // Medium devices (tablets, 768px and up) */
@media(max-width: 767px) {
    nav .container .row {
        display: block;
        --bs-gutter-x: 0rem;
    }

    nav .container .logo-search {
        display: block;
        text-align: center;
    }

    nav .container .search {
        margin: 15px auto;
    }

    nav .container .box {
        text-align: center;
        /* width: 400px; */
    }
}

/* End nav */
/* Start Slide */
.slides {
    margin-top: 10px;
    border-radius: 0px;
    position: relative;
    right: -630px;
    top: -400px;
    z-index: 1;
    height: 0px;
}

.slides::before {
    /* content: "";
    position: absolute;
    background-color: white;
    width: 40%;
    height: 25%;
    top: 50%;
    transform: translateY(-50%);
    left: 60%;
    z-index: 0;
    border-radius: 25px 0 0 25px; */
}

.slides .container>div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slides .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 500px;
}

.slides .text h1 {
    font-family: 'Merienda One', cursive;
    font-size: 60px;
    color: white
}

.icon svg {
    font-weight: bold;
    font-size: 18px;
    margin-left: 3px;
}

.slides .text p {
    font-family: 'Merienda One', cursive;
    font-size: 18px;
}

.slides .browse {
    position: absolute;
    top: 85%;
    left: 30%;
    transform: translateX(-50%);
    padding: 15px 30px;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    color: black;
    width: fit-content;
}

.slides .imge {
    position: relative;
}

.slides .carousel .carousel-control-next-icon {
    color: #5e6473;
    width: 30px;
    height: 30px;
    border: 1px solid #5e6473;
    border-radius: 50%;
    padding: 10px;
    background-color: #f6f7f9;
}

.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev-icon {
    background-image: none;
}

.slides .carousel .carousel-control-prev-icon {
    color: #5e6473;
    width: 30px;
    height: 30px;
    border: 1px solid #5e6473;
    border-radius: 50%;
    padding: 10px;
    background-color: #f6f7f9;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 250px;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.download-apps {
    background-color: #F7EAE2;
}

.download-apps h6 {
    line-height: 1.8;
}

.carousel-control-prev-icon {}

.carousel-control-prev {
    left: 480px;
}

.carousel-control-next-icon {}

.carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px;
}

.carousel-item h2 {
    width: 36%;
    text-align: left;
    font-weight: bold;
    border-left: 3px solid #41ce8e;
    padding-left: 20px;
    letter-spacing: 1px;
    margin-top: 100px;
}

h2::before {
    background-color: red;
    height: 50px;
}

.title p {
    text-align: end;
}

.slides .carousel-indicators [data-bs-target] {
    border: 0;
    height: 0;
    margin-right: 170px;
    margin-bottom: 105px;
}

.slides .carousel-indicators .first {
    padding-left: 10px;
}

.slides .carousel-indicators .second,
.slides .carousel-indicators .third {
    flex: 0;
}

.slides .carousel-indicators .second {
    margin-left: 70px;
}

.slides .carousel-indicators .third {
    margin-left: -55px;
}

.carousel-indicators button img {
    margin-left: 10px;
}

.carousel-item img {
    width: 100%;
    height: 340px !important
}

.slides #carouselExampleIndicators .carousel-indicators {
    position: static;
    margin-top: 0px
}

/* .slides #carouselExampleIndicators .carousel-indicators::after {
    content: url(/images/Dot.png);
    position: absolute;
    top: -20%;
    overflow: hidden;
    width: 270px;
    left: 50%;
    transform: translateX(-50%);
} */

.slides #carouselExampleIndicators .carousel-indicators button .price::after {
    content: "";
    left: 14px;
    position: absolute;
    width: 600%;
    height: 65%;
    background-color: white;
    border-radius: 15px;
    top: 65%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 1 !important;
}

#carouselExampleIndicators .carousel-indicators button .price::before {
    position: absolute;
    content: "New Jaket";
    color: black;
    width: fit-content;
    top: 35%;
    left: 640px;
    font-size: 18px;
    font-weight: 400;
}

.slides #carouselExampleIndicators .carousel-indicators button .price div::after {
    position: absolute;
    content: "$125";
    top: 70px;
    left: 625px;

}

.slides #carouselExampleIndicators .carousel-indicators button .price div::before {
    position: absolute;
    content: "$225";
    text-decoration: line-through 1px solid red;
    top: 73px;
    left: 665px;
    font-size: 12px;
}

@media(max-width: 991px) {
    .slides .text {
        height: fit-content;
    }

    .slides .text h1 {
        font-size: 50px;
        text-align: center;
    }

    .slides .text p {
        font-size: 16px;
        text-align: center;
    }

    .slides .browse {
        top: 120%;
        left: 50%;
    }

    .slides .carousel-indicators [data-bs-target] {
        margin-right: 115px;
    }
}

@media(max-width: 767px) {
    .slides .text {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .slides::before {
        top: 61%;
        left: 55%;
        width: 45%;
        height: 20%;
    }

    .slides .carousel-indicators [data-bs-target] {
        margin-right: 110px;
    }
}

/* End Slide */

/* Description */

.con-desc h6 {
    text-align: justify;
    line-height: 1.8;
}

.fa-circle-play {
    color: #41ce8e;
    font-size: 40px;
    position: relative;
    top: 9px;
    margin-right: 10px;
}

.con-desc h1 {
    font-weight: bold;
    margin-top: 3rem !important;
}

.con-desc button {
    background: none;
    border: none;
    font-size: 17px;
}

#read-more {
    background: #000;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Start Description */


.modal-lg {
    max-width: 1160px;
}

/* End Home Page */







/*hamburger*/
.hamburger {
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 0px;
    border: none;
    position: relative;
    z-index: 0;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: none;
    margin-top: 45px;
    border: 1px solid #b3b0b0;
    cursor: pointer;
    margin-left: 10px;
}

.hamburger:hover {
    background-color: transparent;
}

.hamburger:hover span:nth-child(1) {
    transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
}

.hamburger:hover span:nth-child(3) {
    transform: translate(0, 2px);
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    -ms-transform: rotate(45deg) translate(4px, 4px);
}

.hamburger.active span:nth-child(2) {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
}

.hamburger span {
    width: 18px;
    height: 2px;
    border-radius: 10px;
    opacity: 0.7;
    margin: auto;
    background-color: #b3b0b0;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hamburger span:last-child {
    margin-bottom: 0;
}

.hamburger:hover span {
    background-color: #fff;
    opacity: 1;
}

.mmenu>ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu>ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
}

.mmenu>ul li a>i {
    margin-left: 5px;
}

.mmenu>ul li a:hover {
    background: #eee;
    color: #757272;
    border-color: #eee;
}

/*menu*/
.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: #0388B4;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.hamburger {
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 0px;
    border: none;
    position: relative;
    top: -125px;
    z-index: 0;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: none;
    margin-top: 45px;
    border: 1px solid #b3b0b0;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 5px;
}

.menu-home {
    background: #fff;
    color: #eee;
    text-align: center;

}

.menu-home-inside {
    min-height: 90px;
    min-width: 180px;
}

.menu-home-inside li {
    background: #fff;
    height: 40px;
    padding-top: 9px;
    font-size: 16px;
}

.menu-home-inside li:hover {
    background: #eee;
}

.menu-home-inside li a {
    color: rgba(0, 0, 0, 0.8);
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.mmenu>ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu>ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
}

.mmenu>ul li a>i {
    margin-left: 5px;
}

.mmenu>ul li a:hover {
    background: #eee;
    color: #757272;
    border-color: #eee;
}

.register-mobile {
    margin-top: 0 !important;
}

.plusIcon {
    font-size: 14px;
    margin-left: 5px;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {

    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);

}

html.menu-toggle {
    overflow: hidden;
}

.mmenu .social-mobile li {
    display: inline-block;
    margin: 5px;
}

.mmenu .social-mobile {
    display: table;
    margin: auto;
    text-align: center;
}

.mmenu .social-mobile li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

.mmenu .social-mobile li a>i {
    margin: 0;
}

.mmenu .social-mobile li a {
    border-bottom: 0;
}

.wrapper-blur {
    -moz-filter: blur(1.5px);
    -webkit-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
}

.overlay-close {
    cursor: pointer;
    width: 60px;
    height: 60px;
    transform: scale(0);
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 0px;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #0388B4;
}

.overlay-close:before,
.overlay-close:after {
    border-color: #161616;
}

.overlay-close:before,
.overlay-close:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: '';
    position: absolute;
    height: 5px;
    width: 50px;
    top: 50%;
    left: 50%;
    background: #fff;
}

.overlay-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.overlay-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
}



.modal_checkout {
    max-width: 70%;
}

.con_steps {
    padding: 3rem !important;
}

.row_steps {
    width: 50%;
}

.con_sign {
    padding: 3rem !important;
}

.modal_new_card {
    width: 50%;
}



/*hamburger*/


.box {
    padding: 10px 0;
    background: #fff;
}

.title-page {
    background: #08173d;
    color: #fff;
    min-height: 110px;
    padding-top: 35px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.title-page h2 {
    font-weight: bold;
    border-left: 3px solid #41ce8e;
    padding-left: 20px;
    letter-spacing: 1px;
}

ul.breadcrumb {
    padding: 10px 0px;
    list-style: none;
    background-color: #fbfbfb;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

/* .tab {
    float: left;
    background-color: #041D5C;
    width: 25%;
    min-height: 100px;
    border-radius: 0px;
    color: #fff;
}

.tab h3,
.tabcontent p {
    color: #041D5C;
}

.tabcontent ul li {
    color: #7A7A7A;
}

.tab button {
    display: block;
    background-color: inherit;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 4px;
}

.tab button:hover {
    background-color: #08173d;
    color: #fff;
}

.tab button.active {
    background-color: #08173D;
    color: #41ce8e;
}

.tabcontent {
    float: left;
    padding-left: 10px;
    width: 75%;
    border-left: none;
    min-height: 100px;
    border-radius: 0px;
    text-align: justify;
} */

.para {
    text-align: justify;
}

.details_new span {
    color: #08173D;
    font-weight: bold;
}

iframe {
    width: 1140px;
    height: 460px;
    border-radius: 10px;
}

.logo img {
    height: 30px;
    vertical-align: unset;
}

.google {
    height: 100px;
}

.apple {
    height: 100px;
}

.modal-video {
    background-color: #000;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.con-desc {
    margin-top: 70px;
}

.banner-phone {
    border-radius: 25px;
    border: 10px solid #000;
    height: 700px;
}

.section-counter {
    background-color: #F6F7F9;
    min-height: 200px;
    position: relative;
    top: -145px;
}

.row-counter {
    background: #fff;
    padding: 25px;
    text-align: center;
    position: relative;
    top: -60px;
    border-radius: 15px;
}

.row-process {
    text-align: left;
    margin-top: 50px;
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.row-process h3,
p {
    color: #a3abba;
    font-weight: bold;
}

.row-process h3:hover,
p:hover {
    color: #000;
    font-weight: bold;
}

.content-slider {
    height: 450px;
    background-color: #121c30;
    margin-top: 130px;
}

.block-text {
    width: 300px;
    float: right;
    text-align: justify;
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    position: relative;
    top: 43px;
    right: -107px;
    z-index: 1000;
}

.block-text p {
    color: #000;
    font-size: 17px;
}

.slider-phone {
    border-radius: 25px;
    border: 10px solid #000;
    position: relative;
    top: -80px;
    height: 690px;
}

.block-icon {
    width: 115px;
    background: #e9fbf5;
    border-radius: 8px;
    position: relative;
    top: 296px;
    right: 104px;
}

.second_item,
.third_item,
.fourth_item {
    display: none;
}

.active-slider {
    font-weight: bold;
    background: red;
}

.c-line-center {
    width: 20%;
    height: 3px;
    background-color: #41ce8e;
    position: relative;
    top: -15px;
    right: 0px;
    /* margin: auto; */
    /* margin-top: 5px; */
    border-radius: 10px;
}

.main-section {
    background: #f6f7f9;
    z-index: 10000;
    min-height: 200px;
}

.main-section h1 {
    width: 100%;
    z-index: 100;
    background: #f6f7f9;
    padding-top: 120px;
}

.block-f-main-section {
    background: #fff;
    padding: 25px;
    width: 300px;
    text-align: left;
    border-radius: 10px;
    margin-top: 130px;
}

.col-f-main-section {
    text-align: -webkit-right;
}

.block-s-main-section {
    background: #fff;
    padding: 0px;
    width: 100%;
    text-align: left;
    min-height: 490px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.s-main-img {
    width: 100%;
    border-radius: 10px;
}

.progress {
    background: #eee;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0;
    display: flex;
    height: 5px;
    width: 100%;
}

.progress-value {
    /* animation: load 3s normal forwards; */
    border-radius: 100px;
    background: #41ce8e;
    height: 5px;
    width: 0;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 85%;
    }
}

.col-location i,
span {
    /* color: #9399a5; */
    font-weight: bold;
}

.row-values {
    background: #f6f7f9;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    height: 95px;
}

.col-t-main-section {
    text-align: -webkit-left;
}

.heading-section-fifth {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.para-section-fifth {
    width: 70%;
    margin: auto;
}

.block-fifth-section {
    background-color: #fff;
    min-height: 350px;
    border-radius: 7px;
    padding: 30px;
    line-height: 5.2;
    box-shadow: 0px 0px 4px 4px #eee;
}

.first-img-fifth-section {
    height: 65px;
}

.block-fifth-section h6 {
    color: #777a81;
    text-align: justify;
    margin-top: 15px;
}

.block-fifth-section h4 {
    font-weight: bold;
    margin-top: 10px;
}

.sixth-section {
    background-color: #f6f7f9;
    min-height: 520px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-slider-s-sixth {
    min-height: 520px;
    background: #121c30;
    clip-path: polygon(350px 0, 100% 0, 100% 100%, 0 100%);
}

.heading-sixth-section {
    margin: 125px;
    width: 65%;
    font-size: 50px;
}

.block-s-slider {
    background-color: white;
    min-height: 250px;
    padding: 30px;
    border-radius: 18px;
}

.block-s-slider h3 {
    font-weight: bold;
}

.block-s-slider p {
    color: #777a81;
    font-weight: bold;
    margin-top: 20px;
}

.slider {
    width: 100%;
    height: 60px;
    /* padding-right: 40px; */
    background: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.slider p {
    font-size: 26px;
    font-weight: 600;
    font-family: Open Sans;
    padding-left: 30px;
    color: black;
}

.slider input[type="range"] {
    -webkit-appearance: none !important;
    width: 100%;
    height: 10px;
    background: #ebeef4;
    border: none;
    outline: none;
    border-radius: 5px;
}

.slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 30px;
    height: 30px;
    background: #41ce8e;
    border: 2px solid #41ce8e;
    border-radius: 50%;
    cursor: pointer;
}

.slider input[type="range"]::-webkit-slider-thumb:hover {
    background: #41ce8e;
}

.block-s-seventh {
    border: 1px solid #ebeef4;
    border-radius: 10px;
    padding: 20px;
    min-height: 100px;
    margin-bottom: 70px;
}

.block-s-seventh p {
    text-align: justify;
    font-weight: 100;
}

.col-s-seven-values {
    padding: 30px;
}

.col-s-seven-values h1 {
    color: #41ce8e;
}

.block-s-seven-values {
    background: #f6f7f9;
    padding: 15px;
    border-radius: 10px;
    color: #3f3f3f;
    text-align: center;
    margin-top: 20px;
}

canvas {
    border: 0px;
    margin-top: 30px;
}

.chart-container-1 {
    height: 300px;
    flex: 0 0 auto;
    width: 100%;
}


.main-container {
    display: flex;
    justify-content: space-between;
}

.main-container>div {
    padding: 0px 10px;
}

.price-invest {
    font-weight: bold;
    color: #41ce8e;
}

.heading-s-eight {
    font-size: 12px;
}

.btn-view-properties {
    padding: 12px;
    border: 1px solid #a9a6a6;
    font-weight: bold;
    font-size: 17px;
    border-radius: 7px;
}

.btn-view-properties:hover {
    background-color: #41ce8e;
    color: #fff;
    border: 0px;
}

.heading-section-nine {
    font-weight: bold;
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.col-section-nine {
    padding: 20px;
}

.span-s-nine {
    font-size: 23px;
    font-weight: 100;
    color: #4e5158;
}

.block-section-nine .fa-check {
    color: #41ce8e;
    font-size: 25px;
}

.row-s-nine {
    line-height: 2.5;
}

.heading-sixth-s-nine {
    font-size: 20px;
    padding-top: 10px;
}

.block-section-nine {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 20px;
}

.section-ten {
    background: #f6f7f9;
    min-height: 1000px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 70%, 0px 100%);
}

.col-s-ten {
    padding-top: 200px;
    margin: 40px;
}

.heading-s-ten {
    font-size: 40px;
    margin-bottom: 15px;
}

.block-s-ten {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    margin: 15px;
    margin-bottom: 10px;
    margin-top: 80px;
    min-height: 200px;
}

.block-s-s-ten {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    margin: 15px;
    margin-bottom: 10px;
    margin-top: 50px;
    min-height: 200px;
}

.col-s-eleven {
    padding-top: 180px;
}

.col-s-eleven h1 {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.img-s-seven {
    border-radius: 25px;
    border: 10px solid #000;
    height: 700px;
}

footer {
    background-color: #121c30;
    min-height: 510px;
    /* margin-top: 80px; */
}

footer img {
    margin-top: 60px;
}

.f-heading-footer {
    color: #eee;
    margin-bottom: 50px;
}

footer ul {
    color: #9d9fa3;
    list-style: none;
    padding: 0;
    line-height: 1.8;
    font-weight: bold;
}

footer ul li {
    font-size: 17px;
}

/* footer ul li:hover {
    border-bottom: 2px solid #41ce8e;
    display: inline;
} */

.ul-icons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.ul-icons li {
    background: #414959;
    border-radius: 50%;
    padding: 0px 10px 0px 10px;
    color: #fff;
}

.ul-icons li:hover {
    background: #41ce8e;
}

.ul-links-footer {
    display: flex;
    gap: 10px;
}

.ul-links-footer li {
    font-weight: 100;
    font-size: 15px;
    border-right: 1px solid #eee;
    padding: 0px 10px 0 0px;
}

footer hr {
    color: #9d9fa3;
}

.end-text {
    color: #9d9fa3;
    text-align: justify;
    font-size: 14px;
}

.scrollup {
    width: 40px;
    height: 40px;
    display: none;
    text-indent: -9999px;
}

.scrollup .fa-angle-up {
    color: #fff;
    background: #414959;
    margin-top: 70px;
    padding: 10px 15px 10px 15px;
    border-radius: 30%;
    font-size: 20px;
}

.bg-main {
    background-color: #41ce8e;
    min-height: 400px;
    clip-path: polygon(0px 60%, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
    top: -145px;
    z-index: -10000;
}

/* End Home Page */

a {
    color: #000;
}

.f-section-single-page a,
.f-section-single-page .fa-angle-left {
    color: #41ce8e;
    font-weight: bold;
    font-size: 18px;
}

.f-section-single-page {
    padding-top: 50px;
}

.btn-favourite {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #575050;
    padding: 7px 15px 7px 15px;
}

.fa-heart {
    margin-right: 7px;
}

.fa-comment {
    margin-right: 7px;
    font-weight: bold;
    color: #41ce8e;
    font-size: 20px;
}

.f-section-single-page img {
    border-radius: 6px;
}

.row-images .col-lg-6 {
    margin-bottom: 10px;
}

.ul_single_page {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 20px;
    margin: 20px 0px 20px 0px;
}

.ul_single_page li {
    border-right: 1px solid #000;
    padding-right: 10px;
}

.row-values-single-page h1 {
    color: #41ce8e;
}

.row-values-single-page p {
    font-style: italic;
}

.para-italic {
    font-style: italic;
}

.description-single-page {
    text-align: justify;
    color: #373737;
    line-height: 1.8;
}

.row-costs h6 {
    line-height: 2;
}

.fa-location-dot {
    color: #41ce8e;
    margin-right: 10px;
    font-size: 20px;
}

#map {
    width: 100%;
}

.heading-price {
    color: #41ce8e;
}

.row-values-single-page {
    background: #f6f7f9;
    padding: 13px;
    margin-top: 10px;
    border-radius: 7px;
}

.block-details-single-page {
    border: 1px solid #eee;
    border-radius: 7px;
    width: 100%;
    padding: 20px;
    margin-top: 35px;
}

.similer-section {
    min-height: 352px;
    background-color: #f6f7f9;
    clip-path: polygon(0px 15%, 100% 0px, 100% 100%, 0px 100%);
    margin-top: 80px;
}

.col-slider-similer {
    margin-top: 150px;
}

.cover-section {
    background: #121c30;
    padding-top: 100px;
    min-height: 100px;
}

.cover-section h5 {
    width: 55%;
    margin: auto;
}

#tabs .tab {
    display: inline-block;

    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    width: 30%;
    font-size: 18px;
    font-weight: bold;
}

#tabs .whiteborder {
    border-radius: 50px;
    background: #41ce8e;
    color: #fff;
    padding-top: 7px;
    margin: 10px;
    font-weight: bold;
}

#tabs .tabContent {}

#tabs .hide {
    display: none;
}

#tabs .show {
    display: block;
}

.links-tabs {
    width: 33%;
    margin: auto;
    text-align: center;
    background: #fff;
    position: relative;
    top: -30px;
    border-radius: 50px;
}

.block-color {
    height: 135px;
    background-color: #41ce8e;
    width: 130px;
    clip-path: polygon(0px 100%, 100% 0px, 100% 100%, 0px 100%);

}

.cover-img-pages {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    text-align: center;
    padding-top: 150px;
}

.cover-img-pages h1 {
    font-size: 50px;
}

.search-input {
    width: 55%;
    height: 60px;
    box-shadow: 0px 0px 5px #103524;
    border-radius: 5px;
    margin: auto;
    position: relative;
    top: -33px;
}

.content-pages input {
    border: 0px;

}

.content-pages .input-group-text {
    background: #fff;
    border: 0px;
    color: #b0b8c0;
}

.content-pages .input-group-append {
    background: #fff;
    border-radius: 5px;
    padding-top: 15px;
}

.faq-drawer {
    margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-top: #e6e8e9 1px solid;
    cursor: pointer;
    display: block;
    font-size: 1.70em;
    font-weight: 700;
    padding: 30px 0 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
    color: #4E4B52;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}

.faq-drawer p {
    font-weight: 100;
    margin-top: 25px;
}

.content-pages-how-it-work {
    padding-top: 80px;
}

.content-pages-how-it-work h4 {
    color: #a3abba;
    font-weight: bold;
}

.content-pages-how-it-work p {
    color: #000;
    font-weight: 100;
    text-align: justify;
}

.col-text-how-it-work {
    padding-top: 80px;
}

.row-how-it-work {
    margin-bottom: 50px;
}

.description-how-it-work {
    min-height: 450px;
    background-color: #f9f9f9;
    padding: 10px;
}

.description-how-it-work h6 {
    margin-top: 20px;
    font-size: 19px;
}

.row-des-how-it-work {
    margin: auto;
    padding-top: 90px;
}

.btn-how-it-work {
    background: #41ce8e;
    color: #fff;
    margin-top: 50px
}

.nav {
    margin-left: 45px;
}

.content-pages-about-us h1 {
    margin: 15px;
    font-weight: bold;
    font-size: 46px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-pages-about-us h5 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: justify;
}

.block-about {
    box-shadow: 0px 0px 6px 2px #eee;
    padding: 19px;
    margin: 10px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.block-about h2 {
    color: #41ce8e;
}

.block-about h6 {
    font-size: 17px;
}

.featured {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #a3abba;
    font-weight: bold;
    font-size: 17px;
}

.row-features {
    margin-top: 40px;
    margin-bottom: 60px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    margin-top: 15px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown-content a {
    margin-left: 0px;
}

.show {
    display: block;
}

#myDropdown a {
    margin-left: 0px;
    font-weight: 100;
    font-size: 15px;
}
a:hover{
    color: #000;
}