@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=El+Messiri:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Patua+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px ;
    color: #393939;
    overflow-x: hidden;
    font-family: "El Messiri", 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 20px;
    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
}


/***** 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-family: "El Messiri", sans-serif;
    font-size: 90px;
    line-height: 80px;
    color: #fff;
    font-weight: 600;
    margin: 18px 0 18px;
}

h2 {
    font-family: "El Messiri", sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: #393939;
    font-weight: 600;
    margin: 0 0 20px;
}

h3 {
    font-family: "El Messiri", sans-serif;
    font-size: 35px;
    line-height: 34px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 15px;
}

h4 {
    font-family: "El Messiri", 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: #41ACCA;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

.login-forms input::placeholder {
    font-size: 18px;
    color: #000;
}

.Inner-contact-us-sec input::placeholder {
    font-family: "El Messiri", sans-serif;
    font-size: 18px;
    color: #000;
}
.Inner-contact-us-sec textarea::placeholder {
    font-family: "El Messiri", sans-serif;
    font-size: 18px;
    color: #000;
}
/*Header Start */

.menuSec {
    padding: 0px 0;
    position: absolute;
    z-index: 99;
    width: 100%;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.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: #000000;
    padding: 0px 67px;
    font-size: 20px;
    font-weight: 700;
}

.member-login {
    position: relative;
}
.member-login:before {
    content: "";
    position: absolute;
    background: #d6cfcf;
    width: 2px;
    height: 100%;
    left: -50px;
}
.member-login a {
    font-size: 20px;
    text-decoration: underline;
    color: #05bcbf;
    font-weight: 700;
}
.member-login:before {
    content: "";
    position: absolute;
    background: #d6cfcf;
    width: 2px;
    height: 50px;
    left: -50px;
    top: -10px;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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: #05bcbf;
}

.topSec-call ul:hover li a {
    color: #05bcbf;
    transition: 0.5s;
    letter-spacing: 1px;
    text-decoration: underline;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.topSec {
    
    padding: 35px 0;
    position: relative;
}
.topSec-logo a img {
    width: 95%;
}
.topSec:before {
    content: "";
    position: absolute;
    background: #05bcbf;
    width: 615px;
    height: 100%;
    top: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.topSec-call ul li a {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    transition: 0.5s;
}
.menuSec .container {
    background: #f0e8e8;
    padding: 25px 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.topSec-call ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 0;
}
.topSec-call-us-row {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 55px;
}
.topSec-call ul li h2 {
    font-family: "El Messiri", sans-serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 30px;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/* Banner  Start */

.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;
}

.img-fluid {
    width: 100%;
    height: auto;
}

section.main_slider.inner .banner_text {
    text-align: left;
}

section.main_slider.inner .img-fluid {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.btn-shine {
    background: linear-gradient(to right, #fff 0, #05bcbf, #05bcbf 33%, #fff 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

.menuSec li.active a {
    color: #05bcbf !important;
}

@keyframes shine {
    0%,
    100% {
        background-position: 0;
    }
    10% {
        background-position: 50px;
    }
    20% {
        background-position: 100px;
    }
    30% {
        background-position: 150px;
    }
    40% {
        background-position: 200px;
    }
    50% {
        background-position: 250px;
    }
    60% {
        background-position: 300px;
    }
    70% {
        background-position: 350px;
    }
    80% {
        background-position: 400px;
    }
    90% {
        background-position: -450px;
    }
}
.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: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text {
    text-align: center;
}
.banner_text span {
    font-size: 30px;
    color: #fff;
}
.banner_text p {
    color: #fff;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.theme-btn-1 {
    background: #05bcbf;
    padding: 15px 25px;
    font-size: 20px;
    color: #fff;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(5 188 191);
    }
    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}
/* Banner End*/

/*About Us Start*/

.about-the-communtiy-sec {
    padding: 100px 0;
    position: relative;
}
.about-the-communtiy-images img {
    width: 100%;
    box-shadow: 0 0 10px 0 #0000004d;
    border: 10px solid #fff;
    height: 737px;
    object-fit: cover;
}
.about-the-communtiy-text {
    margin-left: 15px;
}
.about-the-communtiy-text p {
    color: #333333;
    margin-bottom: 25px;
}
.about-the-communtiy-button {
    margin-top: 55px;
}
.about-the-communtiy-text h2 {
    color: #05bcbf;
}
.about-the-communtiy-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/about-the-communtiy-before.png);
    width: 514px;
    height: 373px;
    right: 0;
    top: 0;
    background-size: cover;
      z-index: -1;
}
.about-the-communtiy-text h3 {
    margin-bottom: 20px;
}
.about-the-communtiy-sec:after {
    content: "";
    position: absolute;
    background-image: url(../images/about-the-communtiy-after.png);
    width: 373px;
    height: 514px;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*About Us End*/



/*Maintenance Issues Start*/


.maintenance-issues-sec {
    background: #05bcbf;
}
.maintenance-issues-text {
    padding: 70px 0px 70px 140px;
}
.maintenance-issues-text h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 5px;
}
.maintenance-issues-text ul {
    margin-top: 25px;
    margin-bottom: 50px;
}
.maintenance-issues-text ul li span img {
    width: 22px;
    height: 29px;
    object-fit: contain;
}
.maintenance-issues-text ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
}   
.maintenance-issues-text ul li span {
    background: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
}

.maintenance-issues-text ul li h3 {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
}
.maintenance-issues-text p {
    color: #fff;
}
.maintenance-issues-images img {
    width: 100%;
    height: 645px;
    object-fit: cover;
    margin-top: -40px;
    margin-bottom: -40px;
}
.maintenance-issues-sec .container-fluid.add-padding {
    padding: 0;
}
.maintenance-issues-text a {
    background: #000;
}

/*Maintenance Issues End*/

/*Townhome For Sale Start*/

.Townhome-for-sale-sec {
    padding: 120px 0;
    position: relative;
}
.Townhome-for-sale-sec:after {
    content: "";
    position: absolute;
    background-image: url(../images/Townhome-for-sale-after.png);
    width: 460px;
    height: 633px;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -11;
}
.Townhome-for-sale-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/Townhome-for-sale-before.png);
    width: 689px;
    height: 501px;
    background-size: cover;
    top: 30px;
    right: 0;
    z-index: -11;
}
.Townhome-for-sale-heading h2 {
    width: 45%;
    margin: 0 auto;
    color: #000000;
    margin-bottom: 8px;
}
.Townhome-for-sale-box img {
    width: 100%;
}
.Townhome-for-sale-box {
    padding-right: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.Townhome-for-sale-box ul {
    margin-bottom: 15px;
}
.Townhome-for-sale-box p {
    color: #666666;
    margin-bottom: 30px;
}
.Townhome-for-sale-box ul li a {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.Townhome-for-sale-box ul li a i {
    font-size: 20px;
    color: #05bcbf;
}
.Townhome-for-sale-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.Townhome-for-sale-box h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}
.Townhome-for-sale-heading p {
    color: #000000;
    width: 50%;
    margin: 0 auto;
}


/*Townhome For Sale End*/



/*Help Wanted Contact Start*/


.help-wanted-contact-text h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}
.help-wanted-contact-btn {
    margin-top: 50px;
}
.help-wanted-contact-text p {
    color: #ffffff;
    margin-bottom: 25px;
}
.help-wanted-contact-sec {
    background-image: url(../images/help-wanted-contact-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 100px 0;
}


/*Help Wanted Contact End*/

/*Directors Start*/

.directors-sec {
    padding: 100px 0;
    position: relative;
}
.directors-images img {
    width: 100%;
    border: 10px solid #fff;
    box-shadow: 0 0 15px 0 #0000005c;
    height: 410px;
    object-fit: cover;
}
.directors-text h2 {
    color: #05bcbf;
    font-size: 38px;
    margin-bottom: 0px;
}
.directors-text p {
    color: #333333;
    margin-bottom: 39px;
    font-size: 16px;
    line-height: 24px;
}


.directors-text {
    padding: 5px 24px 44px 20px;
    background: #fff;
}
.director-silder .slick-slide {
    margin: 20px 20px;
}
.director-silder .slick-next:before {
    position: absolute;
    content: '\f061';
    font-size: 12px;
    font-family: 'FontAwesome';
    background-color: #05bcbf;
    opacity: 1;
    font-weight: 900;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-animation 2s infinite;
}
.director-silder .slick-prev:before {
    position: absolute;
    content: '\f060';
    font-size: 12px;
    font-family: 'FontAwesome';
    background-color: #05bcbf;
    opacity: 1;
    font-weight: 900;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-animation 2s infinite;
}
.directors-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/Townhome-for-sale-before.png);
    width: 689px;
    height: 501px;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: -11;
}
.maindv-directors {
    box-shadow: 0 0 15px 0 #0000005c;
}
.directors-sec:after {
    content: "";
    position: absolute;
    background-image: url(../images/Townhome-for-sale-after.png);
    width: 460px;
    height: 633px;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -11;
}

/*Directors End*/


/*Classifieds Start*/

.classifieds-sec {
    background: #f5f5f5;
    padding: 100px 0;
}
.classifieds-heading h2 {
    color: #05bcbf;
    margin-bottom: 5px;
}
.classifieds-heading p {
    color: #6a6a6a;
    width: 50%;
    margin: 0 auto;
}

.classifieds-box img {
    width: 100%;
    height: 222px;
    object-fit: contain;
}
.classifieds-row li.colour-chg i {
    color: #acacac !important;
}
.classifieds-box {
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    margin-top: 35px;
}
.classifieds-box-img {
    padding: 30px 0;
}
.classifieds-text {
    border-top: 1px solid #e7e7e7;
    padding: 15px 0;
    text-align: center;
}
.classifieds-text p {
    font-size: 15px;
    color: #afafaf;
}
.classifieds-text span {
    font-size: 20px;
    color: #202020;
    font-weight: 700;
}
.classifieds-text ul li i {
    font-size: 15px;
    color: #f9a332;
}
.classifieds-text ul {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 0;
}
.classifieds-bottom-btn ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    border-top: 1px solid #e7e7e7;
}
.add-to-cart-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #05bcbf;
    font-weight: 600;
    font-size: 14px;
}
.share-btn {
    font-size: 18px;
    color: #000000;
    border-left: 1px solid #e7e7e7;
    padding: 12px 18px;
}
a.share-btn.chg {
    border-right: 1px solid #e7e7e7;
    border-left: none;
}
.classifieds-bottom-btn ul li {
    padding: 12px 0;
}
.classifieds-silder .slick-active {
    opacity: 1.5;
}
.classifieds-silder .slick-slide {
    margin: 0px 18px;
}

/*Classifieds End*/

/*Lastest Start*/

.lastest-sec {
    padding: 100px 0;
}
.lastest-heading h2 {
    color: #000;
    margin-bottom: 0px;
}
.lastest-heading p {
    width: 47%;
    margin: 0 auto;
    color: #000;
}
.no-padding {
    padding: 0 !important;
}
.lastest-number {
    background: #05bcbf;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: pulse-animation 2s infinite;
}
.lastest-number span {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}
.lastest-text-points-row {
    border: 2px solid #dadada;
    border-left: none;
    display: flex;
    align-items: center;
    height: 290px;
}
.lastest-text-points-row .row {
    width: 100%;
}
.lastest-text-points h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.lastest-text-points {
    padding-left: 35px;
}

.lastest-text-points ul li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-top: -2px;
}
.lastest-text-points ul {
    line-height: 35px;
    margin-bottom: 0;
}
.lastest-text-points ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
}

.lastest-text-btn {
    text-align: end;
    margin-top: 20px;
}
.lastest-row {
    margin-top: 50px;
}
.lastest-text-btn a {
    background: #05bcbf;
    padding: 14px 70px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    animation: pulse-animation 2s infinite;
}
.lastest-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

/*Lastest End*/

/*Footer Start*/

.footer-sec {
    background: #000;
    padding: 50px 0 70px;
}
.copy-right-sec {
    background: #05bcbf;
    padding: 18px 0;
    text-align: center;
}
.copy-right-sec p {
    color: #fff;
}
.footer-sec h2 {
    font-size: 28px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.qucik-link-box h2 {
    margin-bottom: 16px;
}
ul.qucik-link-socail {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 0;
    margin-top: 25px;
}
ul.qucik-link-socail li a {
    font-size: 23px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #05bcbf;
    transition: 0.5s;
    animation: pulse-animation 2s infinite;
}
.qucik-link-box {
    margin-left: 15px;
}
.newsletter-box p {
    color: #fff;
    margin-bottom: 20px;
}
.newsletter-box form input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 50px;
    border: none;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
}



.newsletter-box button {
    width: 50%;
    height: 55px;
    background: #05bcbf;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    border: none;
    animation: pulse-animation 2s infinite;
}
ul.qucik-link-socail li a:hover {
    background: #05bcbf;
    transition: 0.5s;
    color: #fff;
}
.footer-sec h2:before {
    content: "";
    position: absolute;
    background: #05bcbf;
    width: 20%;
    height: 4px;
    bottom: 0;
}
.contact-info ul li a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-info p {
    color: #fff;
}
.contact-info ul {
    line-height: 35px;
    margin-top: 15px;
}

ul.qucik-link {
    column-count: 2;
    line-height: 60px;
}
ul.qucik-link li a {
    font-size: 18px;
    color: #fff;
}

/*Footer End*/


/*Inner About Us Start*/

.about-us-row {
    margin-top: 30px;
}
.about-us-row p {
    color: #333333;
    margin-bottom: 25px;
}

/*Inner About Us End*/

/*Inner Contact Us Start*/


.Inner-contact-us-sec {
    margin: 140px 0;
}
.Inner-contact-us-form {
    padding: 50px 30px;
    position: relative;
}
.Inner-contact-us-form:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -9;
    background: #fff;
    box-shadow: 0 0 10px 0 #0000001f;
}
.Inner-contact-us-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 25px;
    padding: 0 20px;
    border: 1px solid #c4c4c4;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #a7a6a6;
}

.Inner-contact-us-form p {
    width: 80%;
    margin-bottom: 20px;
}

.Inner-contact-us-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 25px;
    padding: 20px 20px;
    border: 1px solid #c4c4c4;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #a7a6a6;
    resize: none;
}
.Inner-contact-us-form button {
    font-family: "Montserrat", sans-serif;
    background: #05bcbf;
    color: #fff;
    font-size: 18px;
    padding: 15px 40px;
    margin-bottom: 15px;
    border: none;
}
.contact-details-box {
    background: #05bcbf;
    padding: 70px 70px;
}
.contact-details-box ul li img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.contact-details-box h2 {
    font-size: 39px;
    color: #ffff;
    margin-bottom: 50px;
}
.contact-details-box ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
    margin-bottom: 0;
}

.contact-details-box ul li a {
    color: #fff;
    font-size: 16px;
}

.Inner-contact-us-form p {
    color: #000;
}
.Inner-contact-us-form h2 {
    margin-bottom: 10px;
    color: #000;
}


/*Inner Contact Us End*/+


/* Login Pages Start */

    .login-body {
        background: url(../images/login-bg.png) no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: 100vh;
    }

    .text-blue {
        color: #100c6c;
    }

    .text-black {
        color: #000 !important;
    }

    .log-in-wrap {
    padding: 40px 40px;
    float: right;
    width: 100%;
    border-radius: 0;
    border: 2px solid #e1e1e1;
}

    .form-group {
        margin-bottom: 15px;
    }


  .log-in-wrap h2 {
    margin: 0 0 20px 0;
    text-align: left;
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 500;
}
    .log-in-wrap.signup-bg h2 {
        color: #000;
    }

   
 .login_btn {
    width: 100%;
    background: #05bcbf;
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.5s all;
    font-family: 'Montserrat';
    height: 50px;
    border: none;
}

    .contact-page-main .form-control {
        height: 45px;
        background-color: #ffffff;
        border-color: #d5d5d5;
    }

    .log-in-page-main .form-check label.form-check-label {
        font-size: 14px;
        font-weight: 300;
        /* font-family: 'Lato'; */
        margin: 0;
        font-weight: 300;

        color: #000;
    }

    .form-check-input:checked {
        background-color: var(--yellow2);
        border-color: var(--yellow2);
    }

    .log-in-page-main .form-check,
    .forgot-pass {
        display: inline-block;
    }


    



    .forgot-pass {
        text-align: right;
        width: 75%;
    }

.forgot-pass a {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #05bcbf;
    font-family: 'Montserrat';
}



    .term-condition:hover {
        color: #000;
    }

    .forgot-pass a:hover {
        color: var(--yellow2);
    }

    .agree-text {
        color: #000;
        font-size: 18px;
        font-weight: 300;
        margin-top: 5px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .term-condition {
        font-weight: 600;
        margin-left: 10px;
        color: var(--yellow2);
        border-bottom: 2px solid var(--yellow2);
        /* font-size: 15px; */
    }

    .form-check {
        float: left;
    }

    .form-group {
        margin-bottom: 15px;
    }

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    border: 2px solid #e1e1e1;
    height: 55px;
    font-size: 18px;
}


    .login-forms {
        padding: 80px 0;
    }

    .login-menu ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 0;
    }

    .login-menu ul li a {
        color: #fff;
        font-weight: 500;
        font-size: 18px;
    }

    .header-main-right {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .login-menu {
        width: 100%;
    }

    .sign-up-btn {
        width: 42%;
    }

    .sign-up-btn a {
        color: var(--yellow1);
        border: 1px solid var(--yellow1);
        padding: 10px 25px;
        border-radius: 60px;
        font-size: 18px;
    }

    .sign-up-btn a:hover {
        background: var(--yellow1);
        color: #000;
    }

    .log-in-wrap.signup-bg {
        /* background: #0087dd; */
    }

    .log-in-wrap.signup-bg .form-control {
        /* background-color: #0181d3; */
        /* border-width: 0; */
        /* color: #fff; */
    }

    


 .term-condition {
    color: #05bcbf !important;
    border-color: #000;
    text-decoration: underline;
}

  

    .form-check .form-check-input:checked[type=checkbox] {
        filter: invert(1);
    }

    .form-check label {
        cursor: pointer;
    }

/* Login Pages End */

/*Community Detail Start*/

.community-detail-sec {
    padding: 100px 0;
}
.community-detail-text h2 {
    text-transform: capitalize;
    color: #000;
}
.community-detail-sec p {
    color: #000;
    margin-bottom: 20px;
}
.community-detail-images img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.community-detail-row {
    margin-top: 20px;
}
.community-detail-sec .row {
    align-items: center;
}

/*Community Detail End*/


/* Description Product Detail Css */

.product-details {
    padding: 100px 0;
}

.product-details-text h2 {
    color: #fff;
    font-family: 'Unbounded';
    font-weight: 400;
    font-size: 47px;
    line-height: 52px;
    margin: 0 0 10px;
}

.cart-btn {
    background: #05bcbf;
    color: #fff;
    padding: 0 30px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Montserrat';
}


.product-details-text h2 {
    font-size: 69.42px;
    color: black;
    font-weight: bold;
}
.product-details-text span {
    font-size: 29.24px;
    font-weight: 700;
    color: #00a2e8;
}
.product-details-text p {
    color: #000;
    padding-top: 15px;
    margin-top: 15px;
}
.product-details-text h4 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat';
}
  
 .minus, .plus {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
input {
    height: 34px;
    width: 100px;
    font-size: 13.11px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    
}

.product-details-text input {
    border: none;
    background: #fff0;
    color: #fff;
    text-align: center;
}

.number {
    border: 1px solid #e1e1e1;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #05bcbf;
}


span.minus {
    font-size: 15px;
    padding-left: 15px;
    color: #ffffff;
    cursor: pointer;
}
span.plus {
    font-size: 15px;
    padding-right: 15px;
    color: #ffffff;
    cursor: pointer;
}
.product-details-text h4 {
    padding-bottom: 15px;
    margin-top: 20px;
}
section.news-letter.product.details {
    margin-top: 120px;
}
.product-details-img {
    text-align: center;
    background: #fff;
    width: 100%;
    height: 655px;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: 1px solid #e1e1e1;
}
.product-details-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.product-details-text {
    margin-top: 25px;
    margin-left: 20px;
}
.product-details ul {
    display: flex;
    gap: 20px;
}
.product-details-text button {
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 14.58px;
    height: 45px;
    margin-top: 4px;
    margin-left: 40px;
    font-weight: bold;
    color: white;
    background: #ffcc00;
    border: none;
}
.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 240px;
    height: 70px;
    font-size: 22px;
    border-radius: 0;
    font-weight: 300;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: #000;
}

.description li.nav-item .nav-link.active {
    border: 0;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    font-size: 23px;
    background: #05bcbf;
}

.nav-tabs {
    border-bottom: 1px solid #05bcbf;
    padding-bottom: 20px;
}

.rev-btn {
    display: inline-block;
}

.description {
    padding: 40px 0 0;
    position: relative;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 15px 60px;
    margin-top: 20px;
    background: #05bcbf;
    color: #fff;
    border: none;
    display: block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    padding: 10px 0;
    font-size: 18px;
    color: #000;
}



.prd-det-page-review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prd-det-page-review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prd-det-page-review-box-container {
    display: block;
}

.prd-det-page-review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}


.profile-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #000;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.name-user span {
    color: #000;
    font-size: 14px;
}

.prd-det-page-reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.prd-det-page-review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    height: 65px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    text-align: left;
    border: 1px solid #000;
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 5px;
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    object-fit: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    background: rgb(0 0 0);
}

.nav-tabs {
    margin-bottom: 30px;
}

.rev-btn h6 {
    font-size: 30px;
    font-family: 'gilory';
    margin-bottom: 20px;
}

/*Product Detail Start*/


/* Inner Cart Start */

.product-cart figure, .product-cart article {
    display: inline-block;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cart-page-tble thead tr {
    height: 40px;
    color: #fff;
    background: #0abdc0;
}


.cart-page-tble thead tr th {
    padding: 20px 30px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

ul.list-inline.pr_counter.d-flex.align-items-center.justify-content-center {
    margin-bottom: 10px;
}

.proceed-checkout a {
    background: #0abdc0;
    color: #fff;
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 15px;
}



table.cart-page-tble {
    width: 100%;
}
.product-cart article p {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 0px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000000;
}
.product-cart article {
   margin-left: 10px !important;
}

.cart-page-tble tbody tr td input {
    /* height: 60px; */
    /* border: 1px solid #c4c4c4; */
    /* background-color: #ffffff; */
    /* color: #000; */
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 0px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    background: #fff0;
    margin: 0;
    border-radius: 5px;
    width: 100px;
}

.update-cart {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.unit-sub-price-text {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.cart-page-tble tbody tr {
    border-bottom: 1px solid #d9d9d9;
}
.continue-purchasing a i {
    padding-left: 10px;
    color: #0abdc0;
}
section.cart-main-sec  thead, tbody, tfoot, tr, td, th {

    padding: 30px 0;
}
.cart-page-tble tbody tr td i {
    margin: 0 auto;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0abdc0;
}

.cart-cross {
    height: 40px;
    width: 40px;
    font-size: 25px;
    background: #000000;
    color: #fff;
    padding: 7px;
}

.total-box, .total-f, .shipping-box {
    padding: 30px 50px 0 40px;
    background-color: #f9f9f9;
    border: 1px solid #d7d7d7;
}

.proceed-checkout {
    margin-top: 10px;
}  

.total-f {
    padding: 10px 50px 10px 50px;
    background-color: #f6f6f6;
    border-top: 0 !important;
}

.total-box .sum li {
    line-height: 35px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}
.total-f h4 {
    font-size: 28px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0;
    color: #0abdc0;
}

.total-box .sum li span {
    margin-left: 60px;
}

.total-f span {
    margin-left: 71px;
}


.cart-paypal-box {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background: #fff;
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    padding: 4px 20px;
    margin-top: -43px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #c4c4c4;
    color: #000000;
}

.pd-12-110 {
    padding: 12px 110px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-minus-60 {
    margin-top: -60px;
}

.cart-main-sec {
    padding: 100px 0 80px 0;
}

.cart_btn {
    
display: flex;
    
align-items: center;
    
justify-content: center;
    
margin: 0% auto;
    
color: #fff;
    
font-size: 20px;
    
text-transform: uppercase;
    
height: 50px;
    
width: 250px;
    
background: #53171d;
    
border-radius: 100px;
    
font-family: 'Bebas Neue';
}
.cart_btn:hover{
  color: black;
}

.product-cart img {
    width: 114px;
    height: 108px;
    border-radius: 6px;
    text-align: center;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}



.shipping-box h4 {
    background: #0abdc0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 0;
}

.shipping.text-black {
    margin-bottom: 25px;
}
.shipping-box p {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.for-lin:before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    top: 10px;
}
.for-lin {
    position: relative;
}


.inc {
    background-color: #fafafa !important;
    padding: 2px 15px;
    display: flex;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid #e5e5e5;
}

.input-number{

  border:none;

}

.input-number-decrement, .input-number-increment {

    display: inline-block;

    width: 40px;

    height: 40px;

    display: inline-flex;

    color: #444;

    text-align: center;

    font-weight: 700;

    border: 1px solid black !important;cursor: pointer;

    background: #f7f7f7;

    border-radius: 100%;

    justify-content: center;

    align-items: center;

}

.input-number,.input-number1, .input-number-decrement, .input-number-increment {

border: 0;

height: 20px;

user-select: none;

font-weight: 700;

padding: 5px 5px 5px 5px;

width: 20px;
}

a.update {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}   
/* Inner Cart End */


/*Inner Check Out Start*/




.billing_form h3 {
    font-size: 40px;
    margin: 0;
    margin-bottom: 40px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.billing_form label {
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}



.radiosss p {
    font-size: 12px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    color: #000000;
}

.billing_form input {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #e1e1e1;
}




.cart_sidebar .cart_lst li:not(:last-child){
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span{
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 25px;
    font-weight: 500;
    color: #05cbe0;
    margin-top: 25px;
}


.cart_sidebar .cart_lst{
  margin-top: 20px;
  margin-bottom: 40px;
}


 
.thankyou_txt{
  padding: 50px;
  border: 2px solid #b7b7b7;
}
.thankyou_txt h3{
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  
}

.thankyou_txt h3 i{
  font-size: 40px;
  margin-right: 15px;
}
.order_det h5{
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  
}
.order_det p{
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}
.order_complete_detail h3{
  font-size: 22px;
  color: #000;
  font-weight: 700;
  
}
.order_detail_table{
  padding: 40px;
  border: 1px solid #b7b7b7;
}
.order_detail_table h5{
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  
}
.order_detail_table ul{
  margin-top: 20px;
  margin-bottom: 30px;
}
.order_detail_table ul li:not(:last-child){
  margin-bottom: 25px;

}
.order_detail_table ul li{
  font-size: 14px;
  color: #7c7c7c;
}
.order_detail_table ul li span{
  float: right;
}
.order_detail_table ul li:last-child{
  font-weight: 700;
  color: #000;
}
.order_detail_table h6{
  font-size: 17px;
  font-weight: 700;
  color: #000;
  
  padding:25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;

}
.order_detail_table h6 span{
  float: right;
}

.check_menu ul{
  text-align: center;
  margin-bottom: 40px;
}
.check_menu ul li{
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}
.check_menu ul li i{
  font-size: 18px;
}
.check_menu ul li.purp{
  color: #700ea3;
}

.cart_sidebar {
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.cart_sidebar h3 {
    font-size: 24px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #05bcbf;
    font-size: 25px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: "El Messiri", sans-serif;
}

.cart_sidebar h5 span{
  float: right;
}
.cart_sidebar h4 {
    font-size: 25px;
    font-weight: 500;
    color: #05bcbf;
    margin-bottom: 20px;
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
}


.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.cart_sidebar ul li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #05bcc1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cart_sidebar ul li:not(:last-child){
  margin-bottom: 5px;
}
.cart_sidebar form{
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}
.cart_sidebar form h4{
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  
}
.cart_sidebar form select{
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius:0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance:auto;
  color: #b7b7b7;
}
.cart_sidebar form select option{
  color: #000;
}
.cart_sidebar form input{
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius:0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance:auto;
  color: #b7b7b7;
}

.cart_sidebar form button{
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: 'Poppins', sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}
.cart_sidebar form button:hover{
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn{
   padding: 14px 50px;
   display: block;
   width: 100%;
   text-align: center;
   color: #fff;
   font-size: 17px;
   font-weight: 500;
   background: linear-gradient(180deg, #63ab1e 60%, #4a8f2c 100%);
   text-transform: uppercase;
   border-radius: 100px;
}
.Quick_info ul li a{
  text-transform: lowercase;
  font-size: 14px;
}


ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #05bcbf;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "El Messiri", sans-serif;
}



  .cart_sidebar .radiosss-payments li label:before {

    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}
.cart_sidebar .radiosss-payments li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #05c2d6;
}


.cart_sidebar a {
    background: #05bcbf;
    color: #fff;
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 15px;
}
section.checkout_page {
    padding: 50px 0 80px;
}
  
.radiosss-payments .card.card-body {
    padding: 0;
    border: 1px solid #fff;
    margin-left: 0;
    background-color: #fff0;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}



.billing_form {
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}



/*Inner Check Out End*/

.slick-active {
    opacity: 1.5;
}