/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ] rgb(255, 72, 128)
*/

:root {
    --primary: #ff4880;
    --secondary: #072f60;
    /* --secondary: #060662; */
}

#loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: var(--secondary);
    background-size: 100px;
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #858687;
    overflow-x: hidden;
}

a {
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

blockquote {
    margin: 0 0 1.3em;
}

p {
    margin-bottom: 15px;
    line-height: 1.7em;
}

p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}
.bg--violet {
    background-color: #9955dc !important;
}
img {
    max-width: 100%;
    height: auto;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 12px 25px;
    width: 100%;
}

span {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

blockquote {
    background-color: #f6f7f9;
    padding: 40px;
    border-radius: 10px;
    font-weight: 500;
    font-style: italic;
    position: relative;
}

blockquote .quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 120px;
    opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 70px;
    }
}
@media only screen and (max-width: 575px) {
    .pt-120 {
        padding-top: 40px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 70px;
    }
}
@media only screen and (max-width: 575px) {
    .pt-150 {
        padding-top: 40px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 575px) {
    .pb-120 {
        padding-bottom: 40px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 575px) {
    .pb-150 {
        padding-bottom: 70px;
    }
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-120 {
    padding: 120px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-120 {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 575px) {
    .ptb-120 {
        padding: 70px 0;
    }
}

.ptb-150 {
    padding: 150px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 5751px) {
    .ptb-150 {
        padding: 60px 0;
    }
}

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

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

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

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

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

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

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

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

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

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

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-10-none {
    margin-top: -10px;
}

.mt-20-none {
    margin-top: -20px;
}

.mt-30-none {
    margin-top: -30px;
}

.mt-40-none {
    margin-top: -40px;
}

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

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

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

.mt-100-none {
    margin-top: -100px;
}

.mt-120-none {
    margin-top: -120px;
}

.mt-150-none {
    margin-top: -150px;
}

.mb-10-none {
    margin-bottom: -10px;
}

.mb-20-none {
    margin-bottom: -20px;
}

.mb-30-none {
    margin-bottom: -30px;
}

.mb-40-none {
    margin-bottom: -40px;
}

.mb-50-none {
    margin-bottom: -50px;
}

.mb-60-none {
    margin-bottom: -60px;
}

.mb-80-none {
    margin-bottom: -80px;
}

@media only screen and (max-width: 575px) {
    .mb-80-none {
        margin-bottom: -40px;
    }
}

.mb-100-none {
    margin-bottom: -100px;
}

.mb-120-none {
    margin-bottom: -120px;
}

.mb-150-none {
    margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
    background-color: var(--primary);
}

.bg--secondary {
    background-color: var(--secondary);
}

.bg--success {
    background-color: #28c76f;
}

.bg--danger {
    background-color: #ea5455;
}

.bg--warning {
    background-color: #ff9f43;
}

.bg--info {
    background-color: #1e9ff2;
}

.bg--dark {
    background-color: #10163a;
}

.bg--base {
    background-color: var(--primary) !important;
}

.text--primary {
    color: var(--primary);
}

.text--secondary {
    color: var(--secondary);
}

.text--success {
    color: #28c76f;
}

.text--danger {
    color: #ea5455;
}

.text--warning {
    color: #ff9f43;
}

.text--info {
    color: #1e9ff2;
}

.text--dark {
    color: #10163a;
}

.text--base {
    color: var(--primary) !important;
}

.border--primary {
    border: var(--primary);
}

.border--secondary {
    border: 1px solid #00a591;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163a;
}

.border--base {
    border: 1px solid #e5e5e5 !important;
}

.section--bg {
    background-color: #374252 !important;
}

.bg--gray {
    background-color: #f8f8f8;
}

.border--rounded {
    border-radius: 3px !important;
}

.border--capsule {
    border-radius: 100px;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
        5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
        5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background-color: #eaf7e4;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
    background-color: var(--primary);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
    position: fixed;
    bottom: 3%;
    right: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: scroll-down 2s linear infinite;
    animation: scroll-down 2s linear infinite;
    background-color: var(--primary);
    padding: 20px 15px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    border: 1px solid #fff;
}
.scrollToTop:hover,
.scrollToTop:focus {
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-area {
    margin-top: -5px;
    margin-bottom: -15px;
}

.custom-table {
    width: 100%;
    border-spacing: 0 15px;
    border-collapse: separate;
}

@media only screen and (max-width: 1199px) {
    .custom-table thead {
        display: none;
    }
}

.custom-table thead tr {
    background: #00a591;
}

.custom-table thead tr th {
    border: none;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    font-family: "Helvetica";
    font-size: 14px;
    padding: 10px 30px;
}

.custom-table thead tr th:first-child {
    border-radius: 5px 0 0 5px;
    text-align: left;
}

.custom-table thead tr th:last-child {
    border-radius: 0 5px 5px 0;
    text-align: right;
}

.custom-table tbody tr {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-table tbody tr:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.custom-table tbody tr td {
    border: none;
    font-weight: 600;
    text-align: center;
    color: #858687;
    font-family: "Helvetica";
    font-size: 13px;
    padding: 8px 30px;
}

.custom-table tbody tr td:first-child {
    text-align: left;
}

.custom-table tbody tr td:last-child {
    text-align: right;
}

.custom-table tbody tr td .author-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-table tbody tr td .author-info .thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.custom-table tbody tr td .author-info .thumb img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.custom-table tbody tr td .author-info .content {
    padding-left: 15px;
    width: calc(100% - 45px);
}

.custom-table tbody tr td a {
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 3px !important;
}

.custom-table tbody tr td .btn {
    border-radius: 3px;
}

.custom-table tbody tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.custom-table tbody tr td:last-child {
    border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 1199px) {
    .custom-table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
        border-bottom: 1px solid #cccccc;
    }

    .custom-table tbody tr td:last-child {
        border: none;
    }

    .custom-table tbody tr td::before {
        content: attr(data-label);
        margin-right: auto;
        color: var(--primary);
        width: 50%;
        text-align: left;
    }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
    display: none;
}

.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(0, 165, 145, 0.2);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00a591;
    width: 25px;
    border-radius: 10px;
}

.slider-next,
.slider-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    color: #858687;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    cursor: pointer;
    margin-top: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-next:hover,
.slider-prev:hover {
    background-color: var(--primary);
    color: #ffffff;
}

.slider-next {
    margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #cccccc;
    color: var(--secondary);
    padding: 0;
    font-weight: 700;
    line-height: 30px;
    display: block;
    margin: 0;
}

.pagination .page-item.disabled span {
    background: transparent;
    border: 1px solid #cccccc;
    color: var(--secondary);
}

.pagination .page-item .page-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background-color: var(--primary);
    border-color: transparent;
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav {
    margin: 0;
    border: 0;
}

@media only screen and (max-width: 991px) {
    .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
        border: 1px solid #cccccc;
        border-radius: 999px;
    }
}

@media only screen and (max-width: 991px) {
    .nav {
        border: none;
        border-radius: 0;
    }
}

.nav .nav-link {
    padding: 18px 35px;
    border: none;
    font-size: 18px;
    background-color: transparent;
    border-radius: 999px;
    font-family: "Helvetica";
    color: var(--secondary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    /* .nav .nav-link {
        background-color: #f8f8f8;
        margin: 8px;
    } */
}

.nav .nav-link:hover {
    background-color: var(--primary);
    color: #ffffff;
}

.nav .nav-link.active {
    background-color: var(--primary);
    color: #ffffff;
}

.nav .nav-link:not(:last-child) {
    margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
    .nav .nav-link:not(:last-child) {
        margin-right: 5px;
    }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
    border: none;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.custom--card .card-header {
    background: #00a591;
    padding: 0.8rem 1.6rem;
    border: none;
}

.custom--card .card-header .card-title {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

.custom--card .card-header .card-title i {
    margin-right: 5px;
}

.custom--card .card-header .card-btn a {
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 600;
}

.custom--card .card-header .card-btn a i {
    margin-right: 5px;
}

.custom--card .card-body {
    padding: 20px 30px;
}

@media only screen and (max-width: 991px) {
    .custom--card .card-body {
        padding: 20px;
    }
}

.custom--card .card-body p {
    font-size: 13px;
    font-family: "Helvetica";
}

.custom--card .card-body .card-form-wrapper .form--control {
    height: 60px;
}

.modal-content {
    border: 2px solid #00a591;
}

.modal-content .close {
    border-radius: 3px;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3em;
    color: var(--secondary);
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica";
}

h1 {
    font-size: 50px;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 26px;
    }
}

h2 {
    font-size: 35px;
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.section-header {
    margin-bottom: 60px;
    position: relative;
}

.section-header.white .section-title {
    color: #ffffff;
}

.section-header.white p {
    color: #ffffff;
}

.section-header.left {
    margin-bottom: 40px;
}

.section-header .section-sub-title {
    color: var(--primary);
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Poppins", cursive;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .section-header .section-sub-title {
        font-size: 22px;
    }
}

.section-header .section-title {
    margin-bottom: 10px;
    position: relative;
}

.section-header .section-title span {
    color: var(--primary);
}

.section-header p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-header .section-header-shpae {
    width: 90px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
    color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {
    border-radius: 3px;
}

.btn-capsule {
    border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
    background-color: var(--primary);
}

.btn--secondary {
    background-color: var(--secondary);
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163a;
}

.badge--primary {
    background-color: var(--primary);
}

.badge--secondary {
    background-color: var(--secondary);
}

.badge--success {
    background-color: #28c76f;
}

.badge--danger {
    background-color: #ea5455;
}

.badge--warning {
    background-color: #ff9f43;
}

.badge--info {
    background-color: #1e9ff2;
}

.badge--dark {
    background-color: #10163a;
}

.border--primary {
    border: 1px solid var(--primary);
}

.border--secondary {
    border: 1px solid var(--secondary);
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163a;
}

.badge {
    font-weight: 300;
    border-radius: 999px;
    padding: 8px 20px 7px 20px;
    font-size: 12px;
}

.btn--base {
    position: relative;
    background: var(--primary);
    border-radius: 5px 15px 15px 15px;
    overflow: hidden;
    color: #ffffff;
    padding: 20px 35px;
    font-size: 17px;
    font-family: "Poppins";
    display: inline-block;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 4;
}
.btn--sm {
    padding: 6px 15px !important;
    font-size: 15px !important;
}

.btn--base::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--secondary);
    border-radius: 5px 15px 15px 15px !important;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn--base.active {
    background: transparent;
    color: var(--primary);
}

.btn--base.active:focus,
.btn--base.active:hover {
    color: #ffffff;
    background: var(--primary);
}

.btn--base:focus,
.btn--base:hover {
    color: #ffffff;
}

.btn--base:focus::before,
.btn--base:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

@media only screen and (max-width: 991px) {
    .btn--base {
        padding: 20px 35px;
        font-size: 17px;
    }
}

.custom-btn {
    color: var(--primary) !important;
    font-weight: 700;
}
.btn--base.color-rev {
    background: var(--secondary);
    border: 1px solid transparent;
}
.btn--base.color-rev:hover {
    border: 1px solid var(--secondary);
}
.btn--base.color-rev::before {
    background-color: var(--primary);
}
/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
}

input,
textarea {
    padding: 12px 20px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--secondary);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--secondary);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--secondary);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--secondary);
}

input::placeholder,
textarea::placeholder {
    color: var(--secondary);
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 150px;
}

input,
select,
textarea {
    border: 1px solid #cccccc;
    vertical-align: baseline;
    font-size: 100%;
    color: var(--secondary);
}

label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
    outline: none;
    cursor: pointer;
}

option {
    color: var(--secondary);
}

.input-group {
    margin-bottom: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(75, 179, 230, 0.2);
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.input-group-append input {
    border-radius: 5px 0 0 5px;
    border: 1px solid #cccccc;
    border-right: none;
    background-color: #ffffff;
}

.input-group-text {
    border: none;
    font-size: 14px;
    background: #eff0f0;
    color: var(--secondary);
    height: 45px;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
}

.custom-check-group {
    display: block;
    margin-bottom: 12px;
}

.custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-check-group input:checked + label::before {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.custom-check-group input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-check-group label {
    position: relative;
    cursor: pointer;
}

.custom-check-group label::before {
    content: "";
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -2px;
}

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

.form-control {
    border: 1px solid #cccccc;
    font-size: 14px;
    height: 50px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cccccc;
}

.form--control {
    background-color: transparent;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 70px;
    color: #858687;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    width: 100%;
}

.input-group.form--control {
    background-color: transparent !important;
    border: 1px solid #cccccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 70px !important;
    color: #858687 !important;
    border-radius: 0 15px 15px 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    width: 100% !important;
}

.input-group input {
    background-color: transparent !important;
    border: 1px solid #cccccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 70px !important;
    color: #858687 !important;
    /* border-radius: 15px 15px 15px 15px !important; */
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    width: 100% !important;
}

.input-group-text {
    background-color: #ededed !important;
    border: 1px solid #cccccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 70px !important;
    color: #858687 !important;
    border-radius: 15px 0px 0px 15px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 10px 12px !important;
}

.form--control:focus {
    background-color: transparent;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #858687;
}

.form--control::-webkit-input-placeholder {
    color: #858687;
}

.form--control::-moz-placeholder {
    color: #858687;
}

.form--control:-ms-input-placeholder {
    color: #858687;
}

.form--control::-ms-input-placeholder {
    color: #858687;
}

.form--control::placeholder {
    color: #858687;
}

.radio-item [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-item [type="radio"]:checked + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--secondary);
    margin: 0;
}

.radio-item [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--secondary);
    margin: 0;
}

.radio-item [type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    border-radius: 100%;
    background: #ffffff;
}

.radio-item [type="radio"]:checked + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--primary);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-item [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    border-radius: 100%;
    background: #ffffff;
}

.radio-item [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--primary);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-item [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.select2-container {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
}

.selection {
    width: 100%;
}

.select2-selection--single {
    width: 100%;
    height: 45px !important;
    outline: none;
    background: transparent !important;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px;
    border-radius: 5px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #cccccc !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-selection--single span {
    margin: 0;
    width: 100%;
    color: #858687;
    line-height: initial;
    font-weight: 600;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 22px;
    right: 7px;
    width: 20px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #858687 transparent transparent transparent;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #858687 transparent;
}

.submit-btn {
    padding: 12px 20px;
    color: #ffffff;
    background: #374252;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Helvetica";
}

@media only screen and (max-width: 991px) {
    .submit-btn {
        padding: 10px 20px;
    }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-base {
    position: relative;
}

.bg-overlay-base:after {
    content: "";
    position: absolute;
    background: var(--primary);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-base > div {
    position: relative;
    z-index: 2;
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    50% {
        -webkit-transform: translateY(10px) translateX(-50%);
        transform: translateY(10px) translateX(-50%);
    }

    100% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    50% {
        -webkit-transform: translateY(10px) translateX(-50%);
        transform: translateY(10px) translateX(-50%);
    }

    100% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

@keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999999;
    background: #ffffff;
}

.preloader img {
    width: 12%;
    min-width: 120px;
}

@-webkit-keyframes dot1 {
    0% {
        border-color: #1e3f57;
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }

    50% {
        border-color: #1e574f;
        -webkit-transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg)
            translateZ(0px);
        transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg) translateZ(0px);
    }

    100% {
        border-color: #1e3f57;
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }
}

@keyframes dot1 {
    0% {
        border-color: #1e3f57;
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }

    50% {
        border-color: #1e574f;
        -webkit-transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg)
            translateZ(0px);
        transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg) translateZ(0px);
    }

    100% {
        border-color: #1e3f57;
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }
}

@-webkit-keyframes dot2 {
    0% {
        border-color: #447891;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }

    50% {
        border-color: #449180;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8);
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8);
        -webkit-transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg)
            translateZ(0px);
        transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg) translateZ(0px);
    }

    100% {
        border-color: #447891;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }
}

@keyframes dot2 {
    0% {
        border-color: #447891;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }

    50% {
        border-color: #449180;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8);
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8);
        -webkit-transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg)
            translateZ(0px);
        transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg) translateZ(0px);
    }

    100% {
        border-color: #447891;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }
}

@-webkit-keyframes dot3 {
    0% {
        border-color: #6bb2cd;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }

    50% {
        border-color: #6bcdb2;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8);
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8);
        -webkit-transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg)
            translateZ(0px);
        transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg) translateZ(0px);
    }

    100% {
        border-color: #6bb2cd;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }
}

@keyframes dot3 {
    0% {
        border-color: #6bb2cd;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }

    50% {
        border-color: #6bcdb2;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8);
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8);
        -webkit-transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg)
            translateZ(0px);
        transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg) translateZ(0px);
    }

    100% {
        border-color: #6bb2cd;
        -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg)
            translateZ(-25px);
        transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px);
    }
}

.row > * {
    position: relative;
}

@media (min-width: 1480px) {
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 575px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 575px) and (max-width: 400px) {
    .col-xs-6 {
        width: 100%;
    }
}

::-moz-selection {
    background-color: var(--primary);
    color: #ffffff;
}

::selection {
    background-color: var(--primary);
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

@media only screen and (max-width: 991px) {
    .header-section .header-top-area .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .header-section .header-bottom-area .container {
        max-width: 100%;
    }
}

.header {
    background-color: transparent;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.header.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #374252;
}

.header-section.header-fixed .header-top-area {
    display: none !important;
}

.header-top-area {
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
}

.header-top-area .header-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top-area .header-top-menu .left .header-contact-list li {
    display: inline-block;
    color: #ffffff;
    font-family: "Poppins";
}

.header-top-area .header-top-menu .left .header-contact-list li i {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.header-top-area .header-top-menu .left .header-contact-list li + li {
    margin-left: 20px;
}

.header-top-area .header-top-menu .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom-area {
    position: relative;
    background: transparent;
}

@media only screen and (max-width: 767px) {
    .header-bottom-area {
        background: var(--secondary);
    }
}

.header-bottom-area .header-menu-content {
    background-color: var(--secondary);
    padding: 4px 17px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .header-bottom-area .header-menu-content {
        border-radius: 0;
        padding: 15px 0;
    }
}

.header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
}

@media (max-width: 767px) {
    .header-bottom-area .navbar-collapse {
        /* overflow-y: auto; */
        overflow-x: hidden;
    }
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
        background-color: transparent !important;
        padding: 0 !important;
    }

    .header-bottom-area .navbar-collapse .main-menu {
        padding: 15px 0;
    }

    .header-bottom-area .menu_has_children .sub-menu {
        display: none !important;
    }

    .header-bottom-area .menu_has_children .sub-menu li {
        width: 100%;
    }

    .header-bottom-area
        .navbar-collapse
        .main-menu
        .menu_has_children.show
        .sub-menu,
    .header-bottom-area
        .navbar-collapse
        .main-menu
        .menu_has_children.show
        .sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-left: 0;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 12px;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .header-bottom-area
        .navbar-collapse
        .main-menu
        li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    display: inline-block;
    font-family: "Helvetica";
    font-size: 17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
}

.header-bottom-area .navbar-collapse .main-menu li a::before {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover,
.header-bottom-area .navbar-collapse .main-menu li a.active {
    color: var(--primary);
}

.header-bottom-area .navbar-collapse .main-menu li a:hover::before,
.header-bottom-area .navbar-collapse .main-menu li a.active::before {
    width: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li a.header-logo {
    padding: 6px;
    margin-top: -84px;
    background-color: var(--secondary);
    border-radius: 50%;
    max-width: 120px;
}

.header-bottom-area .navbar-collapse .main-menu li a.header-logo::before {
    display: none;
}

.header-bottom-area .navbar-collapse .main-menu li a.header-logo img {
    position: relative;
    top: 12px;
}

.header-bottom-area
    .header-section.header-fixed
    .navbar-collapse
    .main-menu
    li
    a {
    padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        padding: 12px 15px !important;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    width: 190px;
    background-color: var(--secondary);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    margin-left: 0;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 0;
    padding-right: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: #ffffff;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #ffffff;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
    position: unset;
    content: none;
}

.header-bottom-area
    .navbar-collapse
    .main-menu
    li
    .sub-menu
    .header-section.header-fixed
    .navbar-collapse
    .main-menu
    li
    .sub-menu
    li
    a {
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .header-bottom-area
        .navbar-collapse
        .main-menu
        li
        .sub-menu
        .navbar-collapse
        .main-menu
        li
        .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}

.header-bottom-area
    .navbar-collapse
    .main-menu
    li
    .sub-menu
    .navbar-collapse
    .main-menu
    li:last-child
    .sub-menu {
    left: auto;
    right: 0;
}

.site-logo {
    max-width: 200px;
}

@media only screen and (max-width: 991px) {
    .site-logo {
        max-width: 150px;
    }
}

.language-select {
    background: transparent;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 30px;
}

@media only screen and (max-width: 991px) {
    .language-select {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .header-link {
        display: none;
    }
}

.header-link a {
    color: #ffffff;
}

.header-link a i {
    color: var(--primary);
    margin-right: 5px;
    font-size: 16px;
}

.header-link a + a {
    margin-left: 20px;
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: transparent;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-social li a:hover {
    background: var(--primary);
    color: #ffffff;
}

.header-social li + li {
    margin-left: 5px;
}

.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px;
}

.header-action a {
    margin: 4px 0;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    font-weight: 600;
}
.header-action .btn--base {
    padding: 11px 20px;
}
.header-action a i {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .header-action {
        margin-left: 12px;
        margin-top: 15px;
    }
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 30px;
}

@media only screen and (max-width: 1199px) {
    .navbar-toggler span {
        font-size: 22px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .shop-cat-wrap {
    display: flex;
    position: relative;
}

.header-bottom-area
    .navbar-collapse
    .main-menu
    li
    .shop-cat-wrap
    .shopping-cart {
    padding-left: 0;
    z-index: 1;
}

.header-bottom-area
    .navbar-collapse
    .main-menu
    li
    .shop-cat-wrap
    .shopping-cart
    span.count-item {
    position: absolute;
    height: 20px;
    width: 20px;
    background: var(--primary);
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
    top: -11px;
    right: 10px;
    line-height: 21px;
    z-index: 1;
}

.header-bottom-area
    .navbar-collapse
    .main-menu
    li
    .shop-cat-wrap
    .shopping-cart:last-child {
    padding-left: 20px;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
    position: relative;
    padding-top: 242px;
    padding-bottom: 210px;
    background: var(--primary);
    overflow: hidden;
}
@media only screen and (max-width: 1400px) {
    .banner-section {
        padding-top: 290px;
    }
}
@media only screen and (max-width: 1200px) {
    .banner-section {
        padding-top: 190px;
    }
}
@media only screen and (max-width: 992px) {
    .banner-section {
        padding-top: 235px;
        padding-bottom: 184px;
    }
}


@media only screen and (max-width: 425px) {
    .banner-section {
        padding-top: 236px;
        padding-bottom: 120px;
    }
}
.banner-section .banner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-section .banner-content {
    position: relative;
    z-index: 9;
}

.banner-section .banner-content .sub-title {
    background: var(--secondary);
    border-radius: 5px 15px 15px 15px;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    font-family: "Poppins", cursive;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content .sub-title {
        padding: 10px 25px;
        font-size: 15px;
    }
}

.banner-section .banner-content .title {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 61px;
    line-height: 84px;
}
@media only screen and (max-width: 1400px) {
    .banner-section .banner-content .title {
        font-size: 42px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content .title {
        font-size: 50px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-section .banner-content .title {
        font-size: 45px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 370px) {
    .banner-section .banner-content .title {
        font-size: 38px;
        line-height: 50px;
    }
}

.banner-section .banner-content p {
    color: #ffffff;
    font-size: 21px;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content p {
        font-size: 18px;
    }
}

.banner-section .banner-content .banner-btn {
    margin-top: 50px;
}

.inner-banner-section {
    padding-top: 220px;
    padding-bottom: 180px;
}

.auth-banner {
    padding-top: 212px;
    padding-bottom: 33px;
}

.inner-banner-section .banner-content .title {
    font-size: 60px;
}

@media only screen and (max-width: 991px) {
    .inner-banner-section .banner-content .title {
        font-size: 40px;
        line-height: 50px;
    }
}
.banner-right-img {
    position: absolute;
    bottom: -424px;
}
@media only screen and (max-width: 992px) {
    .banner-right-img {
        display: none;
    }
}
/*========== breadcrumb area ========== */

.breadcrumb-section {
    padding-top: 220px;
    padding-bottom: 180px;
    position: relative;
    background-color: var(--secondary);

}
@media only screen and (max-width: 991px) {
    .breadcrumb-section {
        padding-bottom: 135px;
    }
}
.breadcrumb-section .banner-shape {
    position: absolute;
    bottom: -10px;
    left: 0;
}
.breadcrumb-img-left {
    position: absolute;
    width: 100px;
    left: 20%;
}

.breadcrumb-img-right {
    position: absolute;
    width: 100px;
    right: 20%;
}

@media only screen and (max-width: 992px) {
    .breadcrumb-img-right {
        width: 100px;
        right: 15%;
    }
    .breadcrumb-img-left {
        width: 115px;
        left: 15%;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb-img-right {
        width: 100px;
        right: 5%;
    }
    .breadcrumb-img-left {
        width: 100px;
        left: 5%;
    }
}
@media only screen and (max-width: 425px) {
    .breadcrumb-img-right {
        width: 100px;
        right: 0%;
    }
    .breadcrumb-img-left {
        width: 100px;
        left: 0%;
    }
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    justify-content: center;
}
.breadcrumb-area .title {
    text-align: center;
    color: var(--primary);
}

.breadcrumb li {
    color: var(--secondary);
    font-family: "Helvetica";
}

.breadcrumb-item a {
    font-size: 18px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.breadcrumb-item.active {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.breadcrumb-item.active::before {
    content: "\f101";
    font-family: "Line Awesome Free";
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    left: 0;
    top: 1px;
    position: relative;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
    position: relative;
    z-index: 1;
}
.footer-top-shape {
    position: absolute;
    top: -10px;
    left: 0;
}
.footer-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--secondary);
    opacity: 0.93;
    z-index: -1;
}

.footer-top-area {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.footer-top-area .footer-logo {
    margin-bottom: 10px;
}

.footer-top-area .footer-logo a {
    margin: 0 auto;
    padding: 0;
    border: none;
}

.footer-widget .title {
    color: #fff;
    position: relative;
    font-family: "Helvetica";
    margin-bottom: 3px;
    font-size: 20px;
}
.footer-widget .footer-shpae {
    width: 70px;
    margin-bottom: 25px;
}

.footer-widget p {
    color: #ffffff;
    font-size: 16px;
}

.newsletter-form input {
    background-color: #ffffff !important;
    border-radius: 15px;
    height: 50px;
    color: #858687;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.newsletter-form input::-webkit-input-placeholder {
    color: #858687;
}

.newsletter-form input::-moz-placeholder {
    color: #858687;
}

.newsletter-form input:-ms-input-placeholder {
    color: #858687;
}

.newsletter-form input::-ms-input-placeholder {
    color: #858687;
}

.newsletter-form input::placeholder {
    color: #858687;
}

.newsletter-form button,
.newsletter-form input[type="button"],
.newsletter-form input[type="reset"],
.newsletter-form input[type="submit"] {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 35px;
    border-radius: 5px 15px 15px 15px;
}

.footer-list li {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 8px;
}
.footer-list li a {
    transition: all 0.3s;
}
.footer-list li a:hover {
    color: var(--primary);
}
.footer-list li i {
    color: var(--primary);
    margin-right: 8px;
    font-size: 18px;
}

.footer-social li {
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.footer-social li.active,
.footer-social li:hover {
    color: #ffffff;
    background-color: var(--primary);
}

.footer-social li + li {
    margin-left: 10px;
}

.copyright-area {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}
.copyright-area p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #ffffff;
}

.copyright-area p span {
    color: var(--primary);
    font-size: 16px;
    font-family: "Poppins", cursive;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-section {
    padding-top: 125px;
    background: #ff488014;
    position: relative;
    padding-bottom: 125px;
}
.testimonial-section .testimonial-top-shape {
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
}

.testimonial-bottom-shape {
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

@media only screen and (max-width: 991px) {
    .testimonial-section {
        padding-top: 0;
        background: none !important;
        padding-bottom: 70px;
    }
}

.testimonial-slider {
    overflow: hidden;
}

.testimonial-area {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 7px 2px rgba(20, 33, 43, 0.04);
    box-shadow: 0 5px 7px 2px rgba(20, 33, 43, 0.04);
    padding: 40px;
    border-radius: 30px;
    z-index: 2;
}

@media only screen and (max-width: 575px) {
    .testimonial-area {
        padding: 30px;
    }
}

.testimonial-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .testimonial-wrapper {
        display: block;
        text-align: center;
    }
}

.testimonial-wrapper .thumb {
    width: 250px;
}

@media only screen and (max-width: 1200px) {
    .testimonial-wrapper .thumb {
        margin: 0 auto;
    }
}

.testimonial-wrapper .content {
    width: calc(100% - 250px);
    padding-left: 40px;
}

@media only screen and (max-width: 1200px) {
    .testimonial-wrapper .content {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}

.testimonial-wrapper .content .title {
    font-size: 30px;
}

@media only screen and (max-width: 1200px) {
    .testimonial-wrapper .content .title {
        font-size: 24px;
    }
}

.testimonial-wrapper .content .sub-title {
    color: var(--primary);
}

.testimonial-wrapper .content p {
    font-size: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .testimonial-wrapper .content p {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### category block ]
*/

.service-section {
    position: relative;
}

.service-section .service-shape-bg {
    position: absolute;
    left: 90px;
}

@media only screen and (max-width: 575px) {
    .service-section .service-shape-bg {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .service-section {
        overflow: hidden;
    }
}

.service-item {
    -webkit-box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    background: #ffffff;
    border-radius: 15px;
    padding: 0 0 40px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 3;
}
.service-item .service-shape {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #ff488014;
    border-radius: 73% 27% 37% 63% / 39% 74% 26% 61%;
    z-index: -1;
    top: -40px;
    left: 50%;
    transform: translate(-65%);
    rotate: 325deg;
}

.service-item.single {
    text-align: left;
    padding: 0;
}

.service-item.single .service-thumb {
    border-radius: 0;
}

.service-item.single .service-thumb img {
    border-radius: 0;
    width: 100%;
}

.service-item.single .service-content {
    padding: 30px;
}

.service-item.single .related-service-area {
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-item.single .related-service-item img {
    width: 100%;
    border-radius: 10px;
}

.service-item .service-thumb {
    border-radius: 15px 15px 78% 78%;
    overflow: hidden;
}

.service-item .service-thumb img {
    border-radius: 15px 15px 78% 78%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item .service-thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-item .service-content {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
}

.service-item .service-content .title {
    margin-bottom: 20px;
}

.service-item .service-content .title a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item .service-content .title a:hover {
    color: var(--primary);
}

.service-item .service-content .service-btn {
    margin-top: 30px;
}

.service-item .service-content .service-btn a {
    color: var(--secondary);
    border-bottom: 1px solid var(--secondary);
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service-item .service-content .service-btn a:hover {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
}

/*-------------------------------------------------
    [ ### category block ]
*/
.category-section {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .category-section {
        overflow: hidden;
    }
}

.category-section .category-top-shape {
    position: absolute;
    top: -10px;
    left: 0;
}

.category-section .category-bottom-shape {
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.category-section .category-element {
    position: absolute;
    right: 0;
    top: -20%;
}

@media only screen and (max-width: 1199px) {
    .category-section .category-element {
        display: none;
    }
}

.category-slider-wrapper {
    margin: -30px;
}

.category-slider {
    overflow: hidden;
    padding: 30px;
}

.category-item .category-thumb {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    padding: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 7px 2px rgba(20, 33, 43, 0.04);
    box-shadow: 0 5px 7px 2px rgba(20, 33, 43, 0.04);
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}

.category-item .category-thumb .round-top {
    position: absolute;
    top: -13px;
    left: 80px;
    width: 45px;
    height: 45px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 7px 2px rgba(20, 33, 43, 0.04);
    box-shadow: 0 5px 7px 2px rgba(20, 33, 43, 0.04);
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.category-item .category-thumb .round-bottom {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 7px 2px rgba(20, 33, 43, 0.04);
    box-shadow: 0 5px 7px 2px rgba(20, 33, 43, 0.04);
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.category-item .category-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.category-item .category-content {
    text-align: center;
    padding-top: 20px;
}

.category-item .category-content .title {
    font-family: "Helvetica";
    font-size: 20px;
}

.category-item:hover .category-thumb .round-top {
    background: var(--primary);
}

.category-item:hover .category-thumb .round-bottom {
    background: var(--secondary);
}

.category-item:hover .category-thumb img {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

/*-------------------------------------------------
    [ ### care-center block ]
*/
.care-center-item {
    -webkit-box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
}

.care-center-item.single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .care-center-item.single {
        display: block;
        height: auto;
    }
}

.care-center-item.single .thumb {
    text-align: center;
    padding: 20px;
    height: 100%;
}

.care-center-item.single .thumb::before {
    height: 100%;
    border-radius: 15px 0 0 15px;
}

@media only screen and (max-width: 991px) {
    .care-center-item.single .thumb::before {
        border-radius: 15px 15px 0 0;
    }
}

.care-center-item.single .thumb img {
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .care-center-item.single .thumb img {
        width: 70%;
    }
}

@media only screen and (max-width: 575px) {
    .care-center-item.single .thumb img {
        width: 100%;
    }
}

.care-center-item.single .content {
    padding: 30px;
}

@media only screen and (max-width: 991px) {
    .care-center-item.single .content p span {
        display: block;
    }
}

.care-center-item.single .content p span + span {
    margin-left: 15px;
}

@media only screen and (max-width: 1199px) {
    .care-center-item.single .content p span + span {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .care-center-item.single .content p span + span {
        margin-left: 0;
        margin-top: 10px;
    }
}

.care-center-item .thumb {
    overflow: hidden;
    padding: 65px 60px 30px;
    position: relative;
    background-color: #ffffff;
}

.care-center-item .thumb::before {
    content: "";
    position: absolute;
    height: 58%;
    background-image: url(../images/care-center/bg-shape.png);
    background-color: var(--primary);
    border-radius: 15px 15px 0 0;
    display: block;
    left: 0;
    top: 0;
    right: 0;
}

.care-center-item .thumb a {
    background-color: #f8f8f8;
    padding-top: 100%;
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.57, 0, 0.39, 1) 0.3s;
    transition: all cubic-bezier(0.57, 0, 0.39, 1) 0.3s;
}

.care-center-item .thumb img {
    border-radius: 50%;
    padding: 40px;
    -webkit-transition: all cubic-bezier(0.57, 0, 0.39, 1) 0.3s;
    transition: all cubic-bezier(0.57, 0, 0.39, 1) 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.care-center-item .content .title {
    margin-bottom: 20px;
}

.care-center-item .content .title a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.care-center-item .content .title a:hover {
    color: var(--primary);
}

.care-center-item .content p i {
    color: var(--secondary);
    font-size: 18px;
}

.care-center-item .content .care-center-btn {
    position: relative;
    bottom: -25px;
}

.care-center-item .content .care-center-btn a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    background: #ffffff;
    border-radius: 50%;
    font-size: 25px;
    color: var(--secondary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.care-center-item:hover .content .care-center-btn a {
    background-color: var(--primary);
    color: #ffffff;
}

/*-------------------------------------------------
    [ ### Feature block ]
*/
.feature-item .thumb {
    margin-bottom: 20px;
}

/*-------------------------------------------------
    [ ### Plan block ]
*/
.plan-section img.plan-shpae {
    position: absolute;
    opacity: 0.03;
    right: 0;
    top: 0;
}
.plan-item {
    padding: 50px;
    background-color: #ffffff;
    border: 1px solid var(--primary);
    border-radius: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.plan-item .plan-element {
    position: absolute;
    top: 0;
    right: -3%;
    z-index: -1;
    width: 106%;
}

@media only screen and (max-width: 767px) {
    .plan-item .plan-element {
        display: none;
    }
}

.plan-item.active {
    background-color: var(--primary);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 3;
}

@media only screen and (max-width: 1199px) {
    .plan-item.active {
        -webkit-transform: none;
        transform: none;
    }
}

.plan-item.active .plan-btn a {
    background-color: #ffffff;
    color: var(--primary);
}

.plan-item.active .plan-btn a:hover {
    color: #ffffff;
}

.plan-item.active.two {
    background-color: var(--secondary);
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}

@media only screen and (max-width: 1199px) {
    .plan-item.active.two {
        border-radius: 20px;
    }
}

.plan-item.active.two .plan-btn a {
    background-color: var(--primary);
    color: #ffffff;
}

.plan-item.active.two .plan-btn a::before {
    background-color: #ffffff;
}

.plan-item.active.two .plan-btn a:hover {
    color: var(--primary);
}

.plan-item.active .plan-header .sub-title {
    color: #ffffff;
}

.plan-item.active .plan-header .title {
    color: #ffffff;
}

.plan-item.active .plan-body .plan-list li {
    color: #ffffff;
}

.plan-item.active .plan-body .plan-list li span {
    color: #ffffff;
}

.plan-item.active .plan-footer .price {
    color: #ffffff;
}

.plan-header {
    margin-bottom: 30px;
}

.plan-header .sub-title {
    position: absolute;
    top: 26px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Poppins", cursive;
}

.plan-header .title {
    font-size: 40px;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 2px;
}

.plan-body {
    margin-bottom: 30px;
}

.plan-body .plan-list li {
    margin-bottom: 15px;
}

.plan-body .plan-list li:last-child {
    margin-bottom: 0;
}

.plan-body .plan-list li span {
    color: var(--primary);
    float: right;
}

.plan-footer .price {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 2px;
}

.plan-btn {
    margin-top: 30px;
}

/*-------------------------------------------------
    [ ### faq block ]
*/
section.faq-section {
    position: relative;
    overflow: hidden;
}

section.faq-section img.service-shape-bg {
    position: absolute;
    right: 0;
    rotate: 176deg;
    bottom: 12px;
}
.faq-thumb {
    text-align: start;
}

.faq-wrapper {
    margin-bottom: -10px;
}

.faq-wrapper .faq-item {
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
    font-size: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-title .title {
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-content {
    display: none;
}

.faq-wrapper .faq-item .faq-content p {
    font-size: 15px;
}

.faq-wrapper .faq-item .right-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
    position: relative;
}

.faq-wrapper .faq-item .right-icon::before,
.faq-wrapper .faq-item .right-icon::after {
    position: absolute;
    content: "";
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-wrapper .faq-item .right-icon::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
}

.faq-wrapper .faq-item .right-icon::after {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
}

.faq-wrapper .faq-item.active .faq-content {
    display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### call-to-action block ]
*/
.call-to-action-thumb {
    position: relative;
}
.call-to-action-thumb:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    border-radius: 10px 40px 40px 40px;
}
.call-to-action-thumb img {
    border-radius: 10px 40px 40px 40px;
}
@media only screen and (max-width: 991px) {
    .call-to-action-thumb img {
        height: 250px;
    }
}

.call-to-action-wrapper {
    position: absolute;
    top: 0%;
    left: 0;
    padding: 60px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .call-to-action-wrapper {
        padding: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper {
        padding: 20px;
    }
}


.call-to-action-wrapper .content {
    width: 40%;
}
@media only screen and (max-width: 991px) {
    .call-to-action-wrapper .content {
        width: 50%;
    }
}

.call-to-action-wrapper .content .title {
    color: #ffffff;
}
@media only screen and (max-width: 575px) {
    .call-to-action-wrapper {
        justify-content: space-between;
        z-index: 2;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .call-to-action-wrapper .content {
        width: 65%;
    }
}


/*-------------------------------------------------
    [ ### Get-in-touch block ]
*/
.get-in-toch-section {
    overflow: hidden;
    position: relative;
}

.get-in-touch-thumb {
    z-index: 9;
    right: 0;
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .get-in-touch-thumb {
        bottom: -85px;
    }
}

@media only screen and (max-width: 991px) {
    .get-in-touch-thumb {
        display: none;
    }
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-section {
    position: relative;
}

.contact-thumb {
    position: absolute;
    bottom: -300px;
    left: 0;
}

.contact-form-area .contact-form-header .title {
    margin-bottom: 3px;
}

.contact-form-area .contact-form-header p {
    font-size: 15px;
    margin-bottom: 30px;
}

.contact-form-area .form--control {
    font-size: 12px;
    border: 1px solid #cccccc;
    font-size: 12px;
    color: #858687;
    font-weight: 600;
}

.contact-form-area .form--control::-webkit-input-placeholder {
    color: #858687;
}

.contact-form-area .form--control::-moz-placeholder {
    color: #858687;
}

.contact-form-area .form--control:-ms-input-placeholder {
    color: #858687;
}

.contact-form-area .form--control::-ms-input-placeholder {
    color: #858687;
}

.contact-form-area .form--control::placeholder {
    color: #858687;
}

.contact-widget .contact-form-header {
    margin-bottom: 15px;
}

.contact-widget .contact-form-header .title {
    margin-bottom: 10px;
    font-size: 26px;
}

.contact-widget .contact-item-list li {
    margin-top: 30px;
}

.contact-widget .contact-item-list li .contact-item-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    background-color: var(--primary);
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
}

.contact-widget .contact-item-list li .contact-item-content {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.map-area {
    background: linear-gradient(
        135deg,
        rgb(255, 255, 255) 0%,
        rgb(237, 237, 237) 24%,
        rgb(237, 237, 237) 24%,
        rgb(243, 243, 243) 24%,
        rgb(255, 255, 255) 100%
    );
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.map-area iframe {
    width: 100%;
    height: 400px;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
    position: relative;
    min-height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.account-section .account-element {
    position: absolute;
    right: -14%;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media only screen and (max-width: 1880px) {
    .account-section .account-element {
        display: none;
    }
}

.account-section .left {
    padding: 3.125rem 5rem;
    width: 35%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.account-header {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
    .account-section .left {
        padding: 3.125rem 3rem;
    }
}

@media only screen and (max-width: 1199px) {
    .account-section .left {
        width: 45%;
    }
}

@media only screen and (max-width: 991px) {
    .account-section .left {
        width: 50%;
        padding: 3.125rem 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .account-section .left {
        width: 70%;
    }
}

@media only screen and (max-width: 575px) {
    .account-section .left {
        width: 80%;
    }
}

@media only screen and (max-width: 420px) {
    .account-section .left {
        width: 100%;
    }
}

.account-header .site-logo {
    border: none;
    padding: 0;
    margin: 0;
}

.account-form-area p {
    font-size: 14px;
    margin-bottom: 30px;
}

.account-footer p {
    font-size: 14px;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
@media only screen and (max-width: 991px) {
    .dashboard-section .container {
        max-width: 100%;
    }
}
section.dashboard-section {
    overflow: hidden;
}
.dashboard-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #cccccc;
    border-radius: 999px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .dashboard-wrapper {
        /* border: none; */
        display: block;
        /* text-align: center; */
        overflow: visible;
        border-radius: 0;
        padding-bottom: 25px;
    }
}

.dashboard-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
    position: relative;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .dashboard-user {
        /* display: inline-flex; */
        justify-content: center;
    }
}

.dashboard-user .thumb {
    width: 50px;
    height: 50px;
    border: 3px solid var(--primary);
    border-radius: 50%;
    overflow: hidden;
}

/* @media only screen and (max-width: 991px) {
    .dashboard-user .thumb {
        margin: 0 auto;
    }
} */

.dashboard-user .thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.dashboard-user .content {
    padding-left: 20px;
}

/* @media only screen and (max-width: 767px) {
    .dashboard-user .content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
} */

.dashboard-user .content .title {
    margin-bottom: 0;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
    display: block;
    position: relative;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
    width: 100%;
    height: 120px;
    border-radius: 0;
}

.profile-settings-wrapper
    .preview-thumb.profile-wallpaper
    .avatar-preview
    .profilePicPreview {
    width: 100%;
    height: 120px;
    border-radius: 3px 3px 0 0;
    border: none;
    position: relative;
}

.profile-thumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 3rem;
}

@media only screen and (max-width: 767px) {
    .profile-thumb-content {
        display: block;
        text-align: center;
        padding: 0;
    }
}

.profile-thumb-content .profile-thumb {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-top: -100px;
}

.profile-thumb-content .profile-thumb .avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-thumb-content .profile-thumb .avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
}

.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.profile-thumb-content .profile-thumb .avatar-edit label {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: var(--secondary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    background: #f8f8f8;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.profile-thumb-content .profile-content {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
}

@media only screen and (max-width: 1580px) {
    .profile-thumb-content .profile-content {
        -webkit-transform: none;
        transform: none;
    }
}

.profile-thumb-content .profile-content .username {
    font-size: 18px;
    color: #ffffff;
}

.profile-thumb-content .profile-content .user-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px -10px;
}

@media only screen and (max-width: 767px) {
    .profile-thumb-content .profile-content .user-info-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.profile-thumb-content .profile-content .user-info-list li {
    margin: 5px 10px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--secondary);
    font-family: "Helvetica";
}

.profile-thumb-content .profile-content .user-info-list li i {
    font-size: 22px;
    margin-right: 8px;
    color: var(--primary);
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-thumb {
    overflow: hidden;
    border-radius: 35px;
}

.blog-thumb a {
    display: block;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 35px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-content {
    padding-top: 20px;
}

.blog-content .category {
    margin-bottom: 6px;
    color: var(--primary);
    font-family: "Poppins", cursive;
    font-size: 18px;
    letter-spacing: 1px;
}

.blog-content .title a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-content .title a:hover {
    color: var(--primary);
}

.blog-date {
    background-color: var(--primary);
    font-family: "Poppins", cursive;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 7px 26px;
    color: #ffffff;
    float: right;
    margin-right: 30px;
    margin-top: -51px;
    border-radius: 5px 15px 15px 15px;
    position: relative;
}

.blog-date .title {
    margin-bottom: 0;
    color: #ffffff;
}

.blog-btn a {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
}

.blog-btn a i {
    font-size: 16px;
}

.blog-list {
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-list li {
    position: relative;
    font-weight: 400;
    padding-left: 35px;
    padding-bottom: 15px;
}

.blog-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f00c";
    font-family: "Line Awesome Free";
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
}

.blog-tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dashed #cccccc;
    padding-top: 20px;
    margin-top: 30px;
}

.blog-tag-wrapper span {
    font-weight: 600;
    margin-right: 10px;
}

.blog-tag-wrapper .blog-footer-tag li {
    display: inline-block;
    background-color: #f8f8f8;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 14px;
}

.blog-tag-wrapper .blog-footer-tag li + li {
    margin-left: 10px;
}

.blog-comment-area {
    margin-top: 40px;
}

.sidebar {
    position: sticky;
    top: 0;
}

.widget-box {
    background: #ffffff;
    -webkit-box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    padding: 30px;
    border-radius: 10px;
}

.widget-box .widget-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.widget-box .widget-title::before {
    position: absolute;
    content: "";
    top: 3px;
    left: -30px;
    width: 3px;
    height: 20px;
    background-color: var(--primary);
}

.search-widget-box .search-form {
    position: relative;
}

.search-widget-box .search-form button,
.search-widget-box .search-form input[type="button"],
.search-widget-box .search-form input[type="reset"],
.search-widget-box .search-form input[type="submit"] {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: #858687;
}

.category-widget-box .category-list {
    margin-bottom: -15px;
}

.category-widget-box .category-list li {
    border: 1px solid #cccccc;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.category-widget-box .category-list li a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.category-widget-box .category-list li a:hover {
    color: var(--primary);
}

.category-widget-box .category-list li span {
    float: right;
}

.popular-widget-box {
    margin-bottom: -20px;
}

.single-popular-item {
    margin-bottom: 30px;
}

.single-popular-item .popular-item-thumb {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
}

.single-popular-item .popular-item-thumb a {
    display: block;
    height: 100%;
}

.single-popular-item .popular-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-popular-item .popular-item-content {
    width: calc(100% - 90px);
    padding-left: 20px;
}

.single-popular-item .popular-item-content .title {
    margin-bottom: 0;
}

.single-popular-item .popular-item-content .title a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-popular-item .popular-item-content .title a:hover {
    color: var(--primary);
}

.single-popular-item .popular-item-content .date {
    font-size: 13px;
    font-weight: 600;
}

.tag-widget-box .tag-list {
    margin: -5px;
}

.tag-widget-box .tag-list li {
    display: inline-block;
    border: 1px solid #cccccc;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tag-widget-box .tag-list li:hover {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.wyg > ul {
    list-style: disc !important;
    padding-left: 20px !important;
    margin: 20px;
}

.feature-icon {
    font-size: 40px;
}

.profile-photo img {
    border-radius: 20px;
}

.cookies-card {
    position: fixed;
    right: 20px;
    border-radius: 22px;
    text-align: center;
    bottom: 16px;
    width: 40%;
    padding: 20px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    right: 16px;
    z-index: 99;
    border: 2px solid var(--primary);
}

@media only screen and (max-width: 575px) {
    .cookies-card {
        width: 90%;
    }
}

.list-group-item {
    border: none !important;
}

.table > :not(:first-child) {
    border-top: 1px solid currentColor !important;
}

table thead tr th {
    font-weight: 400;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    padding: 26px 0 16px 0 !important;
}

.user-reply {
    border-radius: 5px;
    margin: 20px 0;
    padding: 4px 11px;
    background-color: #f3f0ff;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    width: 70%;
}

.admin-reply {
    border-radius: 5px;
    margin: 20px 0;
    padding: 4px 11px;
    background-color: #fffff3;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    width: 70%;
}

@media (max-width: 767px) {
    .admin-reply {
        width: 100% !important;
    }

    .user-reply {
        width: 100% !important;
    }
}

.card.db-card {
    min-height: 362px;
    border: 1px solid var(--primary);
}

.profileImage {
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .header-top-area .header-top-menu {
        justify-content: space-evenly;
    }

    .header-top-area .header-top-menu .right {
        width: 100%;
        justify-content: space-between;
    }

    .header-social,
    .left {
        display: none;
    }

    .header-action a {
        padding: 2px 28px;
        clip-path: none;
        border-radius: 5px;
        margin-right: 0 !important;
    }

    .header-action {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }

    .banner-section .banner-shape {
        bottom: -7px !important;
    }

    .feature-item {
        text-align: center;
        width: 70%;
        margin: auto;
    }

    .btn--base {
        border-radius: 6px 18px 19px 16px;
        font-family: "Poppins";
    }

    .call-to-action-thumb img {
        object-fit: cover;
    }
}

.card.dashboard {
    border-radius: 22px;
    padding: 9px 10px;
}

/* update dashboard css  */
.mobile-menu-dashboard {
    position: absolute;
    right: -1px;
    top: 50px;
    width: 300px;
    background: #fff;
    z-index: 99;
    border-radius: 30px;
    opacity: 0;
    border: 1px solid #e3e3e3;
    visibility: hidden;
    transition: linear 0.3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media only screen and (max-width: 991px) {
    .mobile-menu-dashboard {
        left: 50%;
        transform: translateX(-50%);
    }
}

.mobile-menu-dashboard ul li a {
    padding: 12px 25px;
    display: block;
}

.mobile-menu-dashboard ul li {
    border: none;
    font-size: 18px;
    background-color: transparent;
    border-radius: 999px;
    font-family: "Helvetica";
    color: var(--secondary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.mobile-menu-dashboard ul li:hover {
    color: var(--primary);
}

.mobile-menu-dashboard ul li a {
    text-transform: capitalize;
    font-family: "Helvetica";
}

.mobile-menu-dashboard.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-shape {
        bottom: -7px;
    }
}

.home-shape-01 {
    bottom: -1px !important;
}

.package-feature-list li {
    margin: 5px 0;
}

.hide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 99;
    display: none;
}

.hide-overlay.show {
    display: block;
}

.dashboard-tab .nav li.submenu-wrap {
    position: relative;
}

.dashboard-tab .nav ul.submenu {
    position: absolute;
    left: -103px;
    top: 50px;
    width: 300px;
    background: #fff;
    z-index: 99;
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    visibility: hidden;
    opacity: 0;
    transition: linear 0.3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 12px 20px;
}
.dashboard-tab .nav ul.submenu.show {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .dashboard-tab .nav ul.submenu {
        left: -205px;
        width: 270px;
    }
}
@media only screen and (max-width: 425px) {
    .dashboard-tab .nav ul.submenu {
        left: -114%;
        width: 300px;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 375px) {
    .dashboard-tab .nav ul.submenu {
        left: 45px;
        width: 270px;
        transform: translateX(-50%);
    }
    .mobile-menu-dashboard {
        width: 260px;
    }
}
@media only screen and (max-width: 320px) {
    .dashboard-tab .nav ul.submenu {
        left: -45px;
        width: 270px;
        transform: translateX(-50%);
    }
}

/*====================== Product Section ====================*/
.ecommerce-products {
    background: #f8f8f8;
    position: relative;
}
.ecommerce-products.single-shop {
    background: transparent;
}
.single-shop-bg {
    position: absolute;
    left: 36%;
    top: 47%;
    transform: translate(-50%, -50%);
}
.ecommerce-products-top-shape {
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
}
.ecommerce-products-bottom-shape {
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.ecommerce-product {
    -webkit-box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 3px 1px 18px 0 rgba(0, 0, 0, 0.09);
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    padding: 30px;
}
.ecommerce-product:hover .product-action-wrap ul {
    opacity: 1;
    visibility: visible;
    bottom: -12px;
}

.ecommerce-product:hover .ecommerce-product__thumb {
    border-radius: 10px;
}

.ecommerce-product:hover .ecommerce-product__thumb img {
    transform: scale(1.07);
}

.ecommerce-product__thumb {
    border-radius: 10px;
    position: relative;
    text-align: center;
    background: #ddd;
    padding: 25px 0 25px;
    margin-bottom: 25px;
}

.ecommerce-product__thumb a {
    display: block;
}

.ecommerce-product__thumb img {
    border-radius: 10px 10px 0 0;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    width: 170px;
}
.ecommerce-product__thumb .product-badge {
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 0px 10px;
    border-radius: 3px;
    transition: all ease-in-out 0.3s;
}

.ecommerce-product__thumb .product-badge p {
    color: #fff;
    font-size: 14px;
}

.product-action-wrap ul {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px;
    padding: 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
}

.product-action-wrap ul li.cart-btn {
    padding: 2px 12px;
    background: var(--primary);
    border-radius: 3px;
    margin: 0 5px;
}

.product-action-wrap ul li.cart-btn button {
    padding: 0;
    background: none;
}

.product-action-wrap ul li.cart-btn i {
    color: #fff;
}

.ecommerce-product__content .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--secondary);
    transition: all 0.4s ease-in-out;
}
.ecommerce-product__content .title:hover {
    color: var(--primary);
}
.ecommerce-product__content .review-wrap p.review-count {
    font-size: 14px;
}

.ecommerce-product__content .price-wrap .product-price {
    font-weight: 500;
    display: inline-block;
    color: var(--primary);
    font-size: 18px;
}

.ecommerce-product__content .price-wrap .product-price.old {
    text-decoration: line-through;
    margin-right: 5px;
}
.ecommerce-product__content .product-price.new {
    font-size: 20px !important;
    background: #ff487f1c;
    padding: 3px 10px;
    border-radius: 5px;
}

.ecommerce-product__price-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ff487f96;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.ecommerce-product__price-title span {
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.ecommerce-product__price-title span i {
    color: var(--primary);
    font-size: 16px;
    font-weight: 800;
}

.ecommerce-product__price-title span:last-child {
    font-size: 20px;
}

.ecommerce-product__rating-view {
    display: flex;
    justify-content: space-between;
}

.ecommerce-product__rating-view .social-list__item {
    margin-right: 5px;
    font-size: 14px;
    color: var(--primary);
}

.ecommerce-product__rating-view a {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid hsl(var(--base) / 0.5);
    padding: 3px 7px;
    border-radius: 5px;
}

.ecommerce-product__rating-view a:hover {
    background-color: var(--primary);
    border: 1px solidvar(--primary);
    color: #fff;
}

.product-price.old {
    text-decoration: line-through;
    margin-right: 5px;
}

/*====================== Star Rating Style ====================*/
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rating-list__item {
    padding: 0 1px;
}

.rating-list__item i {
    color: #ffb21d;
    font-size: 14px;
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/*====================== Products Details ====================*/
.product-detials {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-right: 30px;
}
.shop-details-bg {
	position: absolute;
	top: 93%;
	left: 5%;
	z-index: -1;
}
.product-details {
    margin-top: 55px;
}

@media screen and (max-width: 991px) {
    .product-detials {
        margin-right: 0px;
    }
    .product-details {
        margin-top: 0px;
    }
}

.product-detials .product-price {
    font-size: 20px;
}

.product-detials .product {
    box-shadow: none;
    border: 0;
    padding-bottom: 0;
}

.product-detials .product:hover {
    border: none;
    transform: none;
}

.product-detials .product__thumb img {
    border-radius: 10px;
    width: 100%;
}

.product-detials .product.product__price-title {
    padding-bottom: 25px;
    margin-bottom: 27px;
}

.product-details-area button.btn-close {
    position: absolute;
    right: 30px;
}

.product-details-area button.btn-close:focus {
    box-shadow: none;
}

.product-details-area .modal-content {
    padding: 25px;
}

.product-details-left {
    overflow: hidden;
    margin-right: 50px;
}
@media screen and (max-width: 991px) {
    .product-details-left {
        margin-right: 0px;
    }
}

.product-details-left:hover .product-details-left__thumb img {
    transform: scale(1);
}

.product-details-left__nav .nav-tabs {
    flex-direction: row;
    border: 0;
    flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
    .product-details-left__nav .nav-tabs {
        margin-top: 0;
    }
}
.product-details-left__nav .nav-tabs .nav-link {
    border: 0;
    border-radius: 0px;
    padding: 3px;
    margin-right: 6px;
}

.product-details-left__nav .nav-tabs .nav-link img {
    width: 100px;
}

.product-details-left__thumb {
    position: relative;
    z-index: 2;
}
.product-details-left__content {
    margin-bottom: 15px;
}

.product-details-left__thumb img {
    width: 100%;
}
@media screen and (max-width: 991px) {
}
.product-details-left__thumb img {
    transform: scale(1);
    transition: all 0.4s;
}

.product-details-left__thumb i {
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 2;
    color: #fff;
    background: var(--primary);
    height: 30px;
    width: 30px;
    line-height: 30px;
    transition: all 0.5s;
    text-align: center;
    border-radius: 3px;
}

.project-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.project-details a {
    margin-right: 10px;
}

.project-details .quantity_box {
    width: 90px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: -7px;
}

.project-details .quantity_box input {
    width: 50px;
    border-radius: 0px;
    height: 38px;
    border: 1px solid #ddd;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-left: 20px;
    outline: none;
    font-size: 14px;
    padding-right: 0px;
    font-weight: 700;
}

.project-details .quantity_box button {
    width: 29px;
    height: 38px;
    background-color: transparent;
    font-size: 8px;
    background-color: #ff487f96;
    border: none;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.project-details .quantity_box button i {
    color: #fff;
}

.project-details .quantity_box button.sub {
    bottom: 9px;
    top: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-details__content .review-wrap .stock {
    font-size: 14px;
    background: #ff4880;
    padding: 0px 10px;
    border-radius: 4px;
    color: #fff;
    margin: 0;
}

.product-details__content .review-wrap p.review-count {
    font-size: 14px;
}

.product-details__content .title a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.product-details__content .desc {
    font-size: 14px;
}

.product-details__content .about-bottom ul li {
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
}

.product-details__content .about-bottom ul li p {
    font-size: 14px;
}

.product-details__content .about-bottom ul li p span {
    color: var(--primary);
}

.product-details__bottom ul li {
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
    margin-right: 7px;
}

.product-details__bottom ul li i {
    color: var(--primary);
    margin-right: 10px;
    margin-top: 3px;
}

.product-details__bottom ul li img {
    margin-left: 10px;
}

.product-details__bottom ul li p {
    font-size: 14px;
}

.product-details__bottom ul li span {
    font-weight: 700;
}

.product-details__bottom h5.social-share__title {
    font-size: 14px;
    font-weight: 700;
}

.product-details__bottom .social-list__link {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-sm);
    position: relative;
    overflow: hidden;
    border: 1px solid hsl(var(--base) / 0.4);
    transition: 0.3s;
    cursor: pointer;
}

.product-details__bottom .social-list__link i {
    margin: 0;
}

.product-details__bottom .social-list__link:hover i {
    color: #000;
}

.product-details__bottom .payment li {
    display: flex;
    flex-wrap: wrap;
}

.product-details__content .product-price {
    font-size: 25px;
    font-weight: 500;
    color: var(--secondary);
}
.payment li p {
    margin: 0;
    margin-top: 5px;
    font-size: 16px;
}

.about-bottom ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.about-bottom ul li i {
    margin-right: 11px;
    color: var(--primary);
}

/*====================== Card ====================*/
.product-card__cupon input {
    height: 70px;
    width: 40%;
    margin-right: 13px;
    border-radius: 15px;
}
.cart-details-bg {
    position: absolute;
    width: 34%;
    left: 27%;
}

@media screen and (max-width: 991px) {
    .product-card__cupon input {
        width: 30%;
    }
    .cart-details-bg {
       display: none;
    }
}

.product-card__update {
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 767px) {
    .product-card__update {
        justify-content: start;
    }
}

.cart-total ul {
    border: 1px solid #ddd;
}

.cart-total ul li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}

.cart-total ul li span {
    float: right;
}

.cart-total ul :last-child {
    border-bottom: 0;
}

/* ========    product-details-tab  ======*/
.product-details-tab ul li {
    font-weight: 400;
    margin-bottom: 9px;
    padding: 14px 15px;
    border-bottom: 1px solid #ddd;
}

.product-details-tab ul li:nth-child(even) {
    background: hsl(var(--base) / 0.08);
}

.product-details-tab ul li span {
    font-weight: 700;
    margin-right: 24px;
}

.tab-review-wrap {
    padding-right: 35px;
}

/*============ ------ **  Range Slider **-------- ============*/
.range-slider label {
    color: #333;
    font-size: 16px;
    margin-bottom: 25px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    cursor: w-resize;
    background: #fff;
    outline: none;
    top: -8px;
    margin-left: -8px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-widget-content {
    background-color: #e8e8e8 !important;
}

.range-slider .ui-widget-header {
    background-color: var(--primary);
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 3px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

input.first-slider-value {
    float: left;
    margin-left: -8px;
    width: 40%;
}

input.second-slider-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
}

.range-slider {
    line-height: 37px;
}
/*========== Magnific Popup button style ========*/
button.mfp-close {
    top: -15px;
    font-size: 21px;
    font-weight: 800;
    height: 35px;
    background: var(--primary);
    line-height: 32px;
    padding: 0;
    opacity: 1;
    border-radius: 5px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: 0px;
    text-align: right;
    padding-right: 13px;
    width: 42px;
}


.blog-details {
    overflow: hidden;
    box-shadow: 0px 2px 15px #fff;
    margin-right: 50px;
    display: flex;
}
.product-details__bottom h5.social-share__title {
    font-size: 14px;
    font-weight: 700;
}

.product-details__bottom .social-list__link {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-sm);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--primary);
    transition: 0.3s;
    cursor: pointer;
}

.product-details__bottom .social-list__link i {
    margin: 0;
}

.product-details__bottom .social-list__link:hover i {
    color: #000;
}

.product-details__bottom .payment li {
    display: flex;
    flex-wrap: wrap;
}

/*================== Tab Content =============*/
.custom--tab {
    justify-content: start;
    border-radius: 6px;
    margin-bottom: 40px;
    margin-top: 0;
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 5px;
}

.custom--tab .nav-item .nav-link {
    color: #000;
    padding: 8px 25px;
    background-color: transparent !important;
    border-radius: 5px;
    transition: 0.4s;
    border: 1px solid #ddd !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: #ddd !important;
    border: 1px solid transparent !important;
    color: var(--secondary);
}

.custom--tab .nav-item .nav-link.active:hover {
    color: var(--secondary);
}

.custom--tab .nav-item .nav-link:hover {
    color: var(--primary);
}



/*====================== Comment Style ====================*/
.comment-list__item:last-child .comment-list__content {
    border-bottom: none;
}

.comment-list__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 60px;
        height: 60px;
    }
}

.comment-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-list__content {
    width: calc(100% - 80px);
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 60px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .comment-list__content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comment-list__name {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .comment-list__name {
        font-size: 17px;
    }
}

.comment-list__time {
    margin-bottom: 15px;
}

.comment-list__time-icon {
    color: var(--primary)
    font-size: 15px;
    margin-right: 5px;
}

.comment-list__reply {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.comment-list__reply-text {
    color: var(--primary)
    font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
    color: var(--primary)
}

.comment-list__reply-icon {
    font-size: 14px;
    transform: scaleX(-1);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .comment-list__reply-icon {
        font-size: 12px;
    }
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}

/*=========== Custom Checkbox Design ===========*/
.form--check {
    display: flex;
    align-items: center;
}

.form--check a {
    display: inline;
}
.form--check label.form-check-label {
    margin: 0;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--primary);
}

.form--check .form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    width: calc(100% - 16px);
    padding-left: 8px;
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 15px;
    }
}
.dashboard-tab .nav .nav-link {
    padding: 13px 12px;
    margin-right: 5px;
    text-align: center;
}

.dashboard-tab .nav .nav-link.nav.active {
    color: var(--primary);
    background-color: transparent;
}
.dashboard-tab .nav .nav-link.active {
    background: transparent;
    color: var(--primary);
}

.dashboard-tab .nav .nav-link:hover {
    background: transparent;
    color: var(--primary);
}   

/*====================== Table Style ====================*/
.table {
    margin: 0;
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: #ff487f1c;
    text-align: center;
    font-size: 15px;
    padding: 15px !important;
    color: var(--secondary);
    font-family: var(--heading-font);
    font-weight: 500;
    border: 1px solid #ff487f1c;
    max-width: 170px;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 0px 0 0 0;
    border-right: 0;
}

.table thead tr th:last-child {
    border-radius: 0 0px 0 0;
    text-align: right;
    border-left: 0;
}

.table tbody {
    border: 0 !important;
    color: var(--secondary);
    border: 1px solid #ddd;
}

.table tbody tr:nth-child(even) {
    background-color: hsl(var(--base)/0.02);
    border-bottom: 1px solid hsl(var(--dark)/0.06);
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0px 5px;
    border-right: 0;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
    border-left: 0;
}

.table tbody tr td {
    vertical-align: middle;
    padding: 20px 15px !important;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: var(--secondary);
    max-width: 170px;
    text-align: center;
    border: 1px solid #ff487f1c;
}

.table tbody tr td img {
    width: 100px;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: var(--secondary);
    font-weight: 500;
    display: none;
    width: 50% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td:last-child {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
        background: #fbd0dd1c;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #ff487f1c;
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table-wrapper .table--responsive--lg tbody tr td {
        display: block;
    }
}

/*====================== Bage Color ====================*/
.badge {
    border-radius: 30px;
    padding: 4px 15px;
    font-size: 11px;
    font-weight: 500;
}

.badge--base {
    background-color: #ff487f1c !important;
    border: 1px solid var(--primary) !important;
    color: var(--primary) !important;
}
.shipping-form{
    height: 45px !important;
}
.cuppon-accor span {
    cursor: pointer;
    transition: all .3s;
}
.cuppon-accor span:hover {
    color: var(--primary);
}
.input-group.country-code .form--control {
    border-radius: 0px 15px 15px 0px !important;
}
.input-group.country-code.right-radius .form--control {
    border-radius: 15px 0px 0px 15px !important;
}

.input-group.country-code.right-radius .input-group-text {
    border-radius: 0px 15px 15px 0px !important;
}
.category-widget-box .category-list li.categories-search {
    display: flex;
    align-items: center;
}

.category-widget-box .category-list li.categories-search a {
    margin-left: 5px;
    margin-top: 4px;
}
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.categories-search .form-check-input:focus {
    border-color: var(--primary) !important;
    box-shadow: none !important;
}


/*======== Loader css start Here ======== */

.loader {
    width: 160px;
    height: 185px;
    background: #fff;
    border-radius: 100px 100px 0 0;
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
}
  .loader:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 125px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(circle, #000 48%, transparent 55%),
      radial-gradient(circle, #000 48%, transparent 55%),
      radial-gradient(circle, #fff 30%, transparent 45%),
      radial-gradient(circle, #000 48%, transparent 51%),
      linear-gradient(#000 20px, transparent 0),
      linear-gradient(#cfecf9 60px, transparent 0),
      radial-gradient(circle, #cfecf9 50%, transparent 51%),
      radial-gradient(circle, #cfecf9 50%, transparent 51%);
    background-repeat: no-repeat;
    background-size: 16px 16px, 16px 16px, 10px 10px, 42px 42px, 12px 3px,
      50px 25px, 70px 70px, 70px 70px;
    background-position: 25px 10px, 55px 10px, 36px 44px, 50% 30px, 50% 85px,
      50% 50px, 50% 22px, 50% 45px;
    animation: faceLift 3s linear infinite alternate;
  }
  .loader:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 125px;
    left: -20%;
    top: 0;
    background-image: radial-gradient(circle, #fff 48%, transparent 50%),
      radial-gradient(circle, #fff 48%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 65px 65px;
    background-position: 0px 12px, 145px 12px;
    animation: earLift 3s linear infinite alternate;
  }
  
  @keyframes faceLift {
    0% {
      transform: translateX(-60%);
    }
    100% {
      transform: translateX(-30%);
    }
  }
  @keyframes earLift {
    0% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .form-check-input.filter-by-category {
    height: 15px;
    width: 15px !important;
    border-radius: 52px;
    padding: 10px;
}
button.input-group-text.btn-danger.remove-btn {
    border-radius: 0px 15px 15px 0px !important;
}

    






