@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.img-responsive
{
    width:100%;
}
:root {
    --red: #ff3838;
    --gray: #777777;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --text: #555555;
    --dark: #0d0633;
    --border: #e8e8e8;
    --heading: #232d3b;
    --primary: #0044bb;
    --primary-light: #75a7ff;
    --primary-hover: #0022aa;
    --view: #8edb04;
    --click: #01cbd5;
    --rating: #e8ce00;
    --sale: #dc3545;
    --rent: #03a70c;
    --booking: #7209af;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

* {
    margin: 0px;
    padding: 0px;
    outline: 0px
}

a {
    text-decoration: none;
    display: inline-block
}

a:hover {
    text-decoration: none
}

ul,
ol {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
span,
label {
    margin-bottom: 0px
}

html,
body {
    scroll-behavior: smooth
}

body {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading)
}

h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700
}

h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700
}

h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500
}

h6 {
    font-size: 16px;
    font-weight: 500
}

input,
textarea {
    border: none;
    outline: none
}

input::placeholder,
textarea::placeholder {
    font-size: 15px;
    color: var(--gray);
    letter-spacing: 0.3px;
    text-transform: capitalize
}

button {
    border: none;
    outline: none;
    background: none
}

button:focus {
    outline: none
}

.center-50 {
    text-align: center;
    margin-top: 50px
}

.center-20 {
    text-align: center;
    margin-top: 20px
}

@media (max-width: 991px) {
    .content-reverse {
        flex-wrap: wrap-reverse
    }
}

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

.form-control {
    border: none;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    color: var(--heading);
    background: var(--chalk);
    border-bottom: 2px solid var(--border);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    color: var(--gray);
    background: var(--chalk);
    border-color: var(--primary)
}

textarea.form-control {
    height: 215px;
    padding: 15px 20px
}

.form-btn .btn {
    width: 100%;
    height: 50px;
    padding: 10px 30px
}

.form-label {
    font-size: 16px;
    font-weight: 600;
    color: var(--gray);
    margin-bottom: 8px;
    text-transform: capitalize
}

.form-control::-webkit-file-upload-button {
    height: 45px;
    border: none;
    background: none;
    color: var(--placeholder)
}

.form-control::-webkit-file-upload-button:focus {
    border: none;
    outline: none
}

.btn {
    border: none;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid;
    padding: 14px 28px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.btn:focus {
    box-shadow: none !important
}

.btn i {
    margin-top: -1px;
    margin-right: 5px
}

.btn-inline {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary)
}

.btn-inline:hover {
    color: var(--white);
    background: var(--primary-hover);
    border-color: var(--primary-hover)
}

.btn-outline {
    color: var(--primary);
    background: var(--white);
    border-color: var(--primary)
}

.btn-outline:hover {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary)
}

.header-part {
    background: none;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.header-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: var(--dark);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.post-btn {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 3px 12px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px
}

.callInfo {
    background: url(../images/phone-call.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding: 0.3rem 0.7rem 0.3rem 32px;
}

.callInfo p {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: #fff;
}

.callInfo p b {
    font-weight: 700;
    font-size: 14px
}

.aboutbanner-part {
    background: url(../images/about_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0px 200px;
    position: relative;
    z-index: 1
}

.banner-part {
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0px 150px;
    position: relative;
    z-index: 1
}

.banner-content {
    text-align: left;
    margin-top: 100px
}

.banner-content h1 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}

.banner-content h1 span {
    position: relative;
}

.banner-content h1 span:after {
    position: absolute;
    width: 100%;
    background: #4775ce;
    height: 22px;
    content: '';
    bottom: 4px;
    left: 0;
    z-index: -1;
}

.banner-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: var(--white);
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-part {
        padding: 80px 0px 175px
    }
}

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

.banner_form .selectDiv {
    float: left;
    width: auto;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px 15px;
    margin-right: 15px;
    ;
}

.banner_form .selectDiv select {
    background: none;
    border: none;
    color: #fff;
    width: 90px;
}

.banner_form .selectDiv i {
    color: #fff;
}

.banner_form .inputDiv {
    float: left;
    width: auto;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px 10px;
    margin-right: 15px;
}

.banner_form .inputDiv input {
    background: none;
    border: none;
}

.banner_form .inputDiv input::placeholder {
    color: #fff;
}

.banner_form .butonDiv {
    float: left;
    width: auto;
}

.banner_form .butonDiv button {
    background: #fff;
    padding: 7px 12px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .navbar-collapse.collapse.show {
        background: #013297;
        padding-left: 12px;
    }
}

@media (max-width: 767px) {
    .banner-part {
        padding: 50px 0px 45px;
        background-position: left center;
    }

    .banner-content h1 {
        font-size: 28px;
        line-height: 36px
    }

    .banner-content p {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
    }

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

    .banner_form .selectDiv,
    .banner_form .inputDiv {
        margin-bottom: 15px;
        width: 100%;
    }
}

.category-part {
    padding: 100px 0px 100px
}

.category-part h2 {
    position: relative;
    font-weight: 600;
    font-size: 42px;
    display: inline-block;
}

.category-part h2:after {
    position: absolute;
    width: 80px;
    background: #c5d8ff;
    content: '';
    bottom: -5px;
    left: -5px;
    z-index: -1;
    height: 50px;
}

.category-part .container .row .col {
    border-bottom: 1px solid #ddd;
}

.category-part .row .col {
    padding-top: 50px;
    padding-bottom: 25px;
    border-right: 1px solid #ddd;
}

@media (min-width: 991px) {
    .category-part .container .row:nth-child(1)>.col:nth-child(n+6):nth-child(-n+10) {
        border-bottom: none
    }

    .category-part .row .col:last-child {
        border: none;
    }

    .category-part .row .col:nth-child(5) {
        border-right: none;
    }
}

@media (max-width: 360px) {
    .category-part .container .row:nth-child(1)>.col:nth-child(n+9):nth-child(-n+10) {
        border-bottom: none
    }
}

.category-part .row .col p {
    color: #003499;
}

.about-part {
    padding: 100px 0px 50px;
    background: #f9fbff;
}

.about-content {
    margin-top: 30px
}

.about-content h2 {
    margin-bottom: 32px;
    display: inline-block;
}

.about-content h2 span {
    position: relative;
    z-index: 1
}

.about-content h2 span:after {
    position: absolute;
    width: 100%;
    background: #c2d6ff;
    height: 22px;
    content: '';
    bottom: 4px;
    left: 0;
    z-index: -1;
}

.about-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.about-image {
    margin-left: 20px
}

.about-image img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px
}

.feature-part {
    padding: 100px 0px 0px
}

.feature-part h2 {
    position: relative;
    font-weight: 600;
    font-size: 42px;
    display: inline-block;
}

.feature-part h2:after {
    position: absolute;
    width: 80px;
    background: #c5d8ff;
    content: '';
    bottom: 3px;
    left: -15px;
    z-index: -1;
    height: 50px;
}

.pro-feature {
    border-radius: 15px;
    box-shadow: 5px 5px 5px 5px #f5f4fc;
    margin-bottom: 15px;
}

.pro-feature img {
    border-radius: 15px 15px 0px 0;
}

.pro-feature .pro-detail {
    margin-top: -10px;
    border-radius: 15px;
    background: #fff;
    padding: 25px 15px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.pro-feature .pro-detail h5 {
    font-weight: 600;
}

.pro-feature .pro-detail p {
    font-weight: 300;
    font-size: 12px;
    color: #003499;
}

.pro-feature .pro-detail .pro-price {
    font-weight: 700;
    margin-bottom: 15px;
}

.pro-feature .pro-detail .pro-tag .tag1 {
    background: #ffeded;
    color: #f8794b;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 5px;
}

.pro-feature .pro-detail .pro-tag .tag2 {
    background: #ededf8;
    color: #637acd;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 5px;
}

.promote-part {
    padding: 100px 0px 0px;
}

.promote-part .promote-content {
    margin-top: 0px
}

.promote-part h2 {
    position: relative;
    font-weight: 600;
    font-size: 42px;
    display: inline-block;
}

.promote-part .promote-content h2 span {
    position: relative;
    z-index: 1
}

.promote-part .promote-content h2 span:after {
    position: absolute;
    width: 100%;
    background: #c2d6ff;
    height: 22px;
    content: '';
    bottom: 4px;
    left: 0;
    z-index: -1;
}

.promote-part .promote-content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.promote-part .priceDiv {
    margin-top: 60px;
    border: 1px solid #d5d9e1;
    border-radius: 10px;
    padding: 30px 20px;
}

.promote-part .priceDiv h5 {}

.promote-part .priceDiv p {
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

.promote-part .priceDiv .priceAmt {
    margin: 40px 0;
}

.promote-part .priceDiv .priceAmt {
    font-size: 14px;
    font-weight: 300;
}

.promote-part .priceDiv .priceAmt span {
    font-weight: 700;
    font-size: 22px;
}

.blog-part {
    padding: 100px 0px 100px
}

.blog-part h2 {
    position: relative;
    font-weight: 600;
    font-size: 42px;
    display: inline-block;
}

.blog-part h2:after {
    position: absolute;
    width: 80px;
    background: #c5d8ff;
    content: '';
    bottom: -5px;
    left: -5px;
    z-index: -1;
    height: 50px;
}

.blog-card {
    border: 1px solid #d5d9e1;
    border-radius: 10px;
    margin-right: 25px;
    padding: 15px;
}

.blog-card .blog-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-meta i {
    color: #0062cc;
    font-size: 12px;
}

.blog-author p {
    font-weight: 300;
    font-size: 13px;
}

.breadcrumb {
    align-items: center;
    background: none;
    padding: 0px;
    margin: 0px
}

.breadcrumb li {
    text-transform: capitalize
}

.breadcrumb li a {
    color: var(--chalk);
    text-shadow: var(--primary-tshadow)
}

.breadcrumb li a:hover {
    color: var(--primary-light);
    text-decoration: underline
}

.breadcrumb .active {
    color: var(--primary-light);
    text-shadow: var(--primary-tshadow)
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--primary-light);
    text-shadow: var(--primary-tshadow)
}

.sale {
    background: var(--sale)
}

.newsletter {
    margin-bottom: 70px
}

.news-content h2 {
    margin-bottom: 15px;
    color: var(--chalk)
}

.news-form {
    position: relative;
    margin-top: 23px
}

.news-form input {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    padding: 0px 200px 0px 20px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15)
}

.news-form .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    padding: 10px 30px
}

@media (max-width: 991px) {
    .newsletter {
        margin-bottom: 60px
    }

    .news-content {
        margin: 0px 0px 30px
    }

    .news-form {
        margin: 0px
    }
}

@media (max-width: 575px) {
    .news-form input {
        padding: 0px 75px 0px 20px
    }

    .news-form .btn {
        padding: 10px 20px
    }

    .news-form .btn i {
        margin-right: 0px
    }

    .news-form .btn span {
        display: none
    }
}

.footer-part {
    background: #080229;
    padding: 100px 0px 0px
}

.footer-content h3 {
    color: #bbbbbb;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #333333;
    position: relative
}

.footer-content h3::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0px;
    width: 60px;
    height: 2px;
    background: var(--primary)
}

.footer-address li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 21px
}

.footer-address li:last-child {
    margin-bottom: 0px
}

.footer-address li i {
    font-size: 20px;
    margin: 6px 20px 0px 0px
}

.footer-address li p span {
    display: block;
    line-height: 30px
}

.footer-widget li {
    margin-bottom: 20px
}

.footer-widget li:last-child {
    margin-bottom: 0px
}

.footer-widget li a {
    color: var(--gray);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-widget li a:hover {
    color: var(--chalk);
    text-decoration: underline
}

.footer-info a {
    margin-bottom: 30px
}

.footer-info a img {
    width: auto;
    height: 50px
}

.footer-count li {
    margin-bottom: 30px
}

.footer-count li:last-child {
    margin-bottom: 0px
}

.footer-count li h5 {
    margin-bottom: 3px;
    letter-spacing: 0.3px;
    color: var(--chalk)
}

.footer-card-content {
    padding: 50px 0px;
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    border-top: 1px solid #333333
}

.footer-payment a,
.footer-payment button,
.footer-option a,
.footer-option button,
.footer-app a,
.footer-app button {
    margin: 0px 5px
}

.footer-payment a img,
.footer-app a img {
    width: auto;
    height: 38px
}

.footer-option button {
    border: none;
    outline: none;
    background: none;
    margin: 0px 8px;
    width: 120px;
    padding: 5px 0px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    color: var(--gray);
    border: 1px solid var(--gray);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-option button:hover {
    color: var(--chalk);
    border: 1px solid var(--chalk)
}

.footer-option button i {
    margin-right: 8px
}

.footer-end {
    background: #0d0633
}

.footer-end-content {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between
}

.footer-end-content p a {
    color: var(--primary)
}

.footer-end-content p a:hover {
    text-decoration: underline
}

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

.footer-social li a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--gray);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-social li a i:hover {
    color: var(--white);
    background: var(--primary)
}

@media (max-width: 991px) {
    .footer-content {
        margin-bottom: 30px
    }

    .footer-end-content {
        padding: 25px 0px;
        flex-direction: column;
        text-align: center
    }

    .footer-end-content p {
        margin-bottom: 10px
    }
}

@media (max-width: 575px) {
    .footer-part {
        padding: 60px 0px 60px
    }

    .footer-content,
    .footer-info {
        margin-left: 30px
    }

    .footer-card-content {
        flex-direction: column
    }

    .footer-payment,
    .footer-option {
        margin-bottom: 30px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-part {
        padding: 80px 0px 60px
    }

    .footer-card-content {
        margin-top: 20px
    }

    .footer-payment a,
    .footer-payment button,
    .footer-option a,
    .footer-option button,
    .footer-app a,
    .footer-app button {
        margin: 5px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-part {
        padding: 90px 0px 60px
    }

    .footer-card-content {
        margin-top: 20px
    }

    .footer-payment,
    .footer-option,
    .footer-app {
        text-align: center
    }

    .footer-payment a,
    .footer-payment button,
    .footer-option a,
    .footer-option button,
    .footer-app a,
    .footer-app button {
        margin: 5px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-part {
        padding-bottom: 60px
    }
}

.single-banner {
    background: url(../../images/bg/01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    z-index: 1
}

.single-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
    z-index: -1
}

.single-content {
    text-align: center
}

.single-content h2 {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 13px
}

.single-content .breadcrumb {
    justify-content: center
}

@media (max-width: 767px) {
    .single-banner {
        padding: 70px 0px
    }
}

.dashboard-banner {
    padding: 100px 0px 200px
}

.dash-header-part {
    margin-top: -100px;
    position: relative;
    z-index: 1
}

.dash-header-card {
    padding: 30px 30px 0px 30px;
    background: var(--white);
    border-radius: 8px
}

.dash-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start
}

.dash-header-right {
    display: flex;
    align-items: center;
    justify-content: center
}

.dash-avatar {
    margin-right: 30px
}

.dash-avatar a {
    border-radius: 50%;
    border: 3px solid var(--primary)
}

.dash-avatar a img {
    width: 140px;
    border-radius: 50%;
    border: 3px solid var(--white)
}

.dash-intro h4 a {
    color: var(--heading);
    text-transform: capitalize
}

.dash-intro h5 {
    font-size: 14px;
    line-height: 22px;
    color: var(--gray);
    text-transform: capitalize;
    margin-bottom: 8px
}

.dash-meta li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 3px
}

.dash-meta li:last-child {
    margin-bottom: 0px
}

.dash-meta li i {
    font-size: 14px;
    margin-top: 5px;
    margin-right: 10px;
    color: var(--primary)
}

.dash-meta li span {
    font-size: 14px;
    line-height: 22px
}

.dash-focus {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    margin-right: 20px;
    border-radius: 8px;
    background: url(../../images/bg/04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.dash-focus::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: var(--primary);
    opacity: 0.8;
    z-index: -1
}

.dash-focus:last-child {
    margin-right: 0px
}

.dash-focus h2 {
    color: var(--white);
    font-family: sans-serif
}

.dash-focus p {
    color: var(--white);
    text-transform: capitalize
}

.dash-list::before {
    background: #df1313
}

.dash-book::before {
    background: #00af1e
}

.dash-rev::before {
    background: #d0a300
}

.dash-header-alert {
    margin: 0px;
    margin-top: 30px;
    padding: 15px 25px;
    border-radius: 3px;
    background: var(--white);
    box-shadow: var(--primary-bshadow);
    border-left: 3px solid var(--primary);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: space-between
}

.dash-header-alert button {
    border: none;
    outline: none;
    background: none;
    margin-left: 100px
}

.dash-header-alert button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    color: var(--primary);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dash-header-alert button i:hover {
    color: var(--white);
    background: var(--primary)
}

.dash-menu-list {
    margin-top: 30px
}

.dash-menu-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between
}

.dash-menu-list ul li {
    width: 100%
}

.dash-menu-list ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0px;
    color: var(--heading);
    background: var(--white);
    border-bottom: 2px solid var(--white)
}

.dash-menu-list ul li .active {
    color: var(--primary);
    text-shadow: var(--primary-tshadow);
    border-bottom: 2px solid var(--primary)
}

@media (max-width: 991px) {
    .dash-menu-list {
        overflow-x: scroll
    }

    .dash-menu-list ul {
        width: 900px
    }
}

@media (max-width: 575px) {
    .single-banner {
        padding: 60px 0px 160px
    }

    .dash-header-card {
        padding: 20px 20px 0px 20px
    }

    .dash-header-left {
        flex-direction: column;
        align-items: flex-start
    }

    .dash-avatar {
        margin-right: 0px;
        margin-bottom: 5px
    }

    .dash-intro h5 {
        margin-bottom: 12px
    }

    .dash-meta {
        margin-bottom: 25px
    }

    .dash-header-right {
        flex-direction: column
    }

    .dash-focus {
        margin-bottom: 20px;
        margin-right: 0px
    }

    .dash-focus:last-child {
        margin-bottom: 0px
    }

    .dash-header-alert button {
        margin-left: 0px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .dash-header-right {
        margin-top: 30px
    }

    .dash-focus h2 {
        font-size: 32px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-banner {
        padding: 80px 0px 180px
    }

    .dash-header-right {
        margin-top: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dash-avatar {
        margin-right: 25px
    }

    .dash-avatar a img {
        width: 120px
    }
}

.mb20 {
    margin-bottom: 20px;
}

/*------------*/

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


/* Feateured Product */
.featured-box {
    width: 100%;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
    margin-bottom: 15px;
    margin-top: 15px;
}

.featured-box figure {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}

.featured-box figure .icon i {
    top: 10px;
    right: 10px;
    z-index: 2;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    background: #00cc67;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
}

.featured-box .feature-content1 .tg-product {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
    margin: 0 0 12px;
    padding: 20px 0 10px;
    border-bottom: 1px solid #dbdbdb;
}

.featured-box .feature-content1 .tg-product a {
    color: #999;
}

.featured-box .feature-content1 h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

.featured-box .feature-content1 h4 a {
    color: #00cc67;
}

.featured-box .feature-content1 ul.address {
    margin-bottom: 15px;
    display: inline-block;
}

.featured-box .feature-content1 ul.address li {
    float: left;
    width: 50%;
    line-height: 30px;
    color: #999;
}

.featured-box .feature-content1 ul.address li i {
    margin-right: 5px;
}

.featured-box .feature-content1 ul.address li a {
    color: #999;
}

.featured-box .feature-content1 ul.address li a:hover {
    color: #00cc67;
}

.featured-box .feature-content1 .btn-list .btn-common i {
    margin-right: 5px;
}

.featured-box .feature-content1 .btn-list .btn-price {
    font-size: 14px;
    padding: 12px 30px;
    background: #ff6670;
    margin-right: 5px;
    line-height: 19px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
}

.featured-box .feature-content1 span {
    font-size: 10px;
}

/* ==========================================================================
   Featured Listings Styles
   ========================================================================== */
.featured-lis {
    background: #fafafa;
}

.product-item {
    background: #ffffff;
}

.product-item .carousel-thumb {
    display: block;
    position: relative;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.product-item .carousel-thumb .overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: -1px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.product-item .carousel-thumb .price {
    background-color: #ff6670;
    color: #fff;
    font-size: 11px;
    left: 14px;
    font-weight: 700;
    padding: 3px 8px;
    position: absolute;
    top: 12px;
    z-index: 999;
}

.product-item .carousel-thumb:hover {
    border-color: #00cc67;
}

.product-item .carousel-thumb:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.product-item .carousel-thumb:hover i {
    opacity: 1;
    visibility: visible;
}

.product-item .product-content {
    padding: 15px 15px 0;
    position: relative;
}

.product-item .product-content a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}

.product-item .product-content a i {
    margin-right: 5px;
}

.product-item .product-title {
    margin: 0;
    overflow: hidden;
    font-size: 15px;
    padding: 10px 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-item .product-title a {
    color: #484848;
    font-weight: 500;
}

.product-item .product-title a:hover {
    color: #00cc67;
}

.product-item .icon i {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    color: #00cc67;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 12px;
    width: 36px;
}

.product-item .price {
    color: #484848;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 7px;
}

.product-item .card-text {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #f1f1f1;
}

.product-item .card-text .icon-wrap {
    margin-right: 5px;
}

.product-item .card-text .icon-wrap i {
    color: #00cc67;
}

.product-item .card-text .btn-product a {
    color: #484848;
    padding: 5px 14px;
    border-radius: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bg-red a {
    background: #ff6670;
    color: #fff !important;
}

.bg-yellow a {
    background: #FFC107;
    color: #fff !important;
}

#new-products .owl-controls .owl-buttons {
    position: relative;
    top: -150px;
    left: 0;
}

#new-products .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -45px;
}

#new-products .owl-controls .owl-buttons div.owl-next {
    float: right !important;
    margin-right: -45px;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    display: block !important;
    background: #00cc67 !important;
    text-align: center;
    display: inline-block;
    opacity: 1 !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    opacity: 0.8 !important;
}

.owl-theme .owl-controls .owl-buttons div i {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

/* Trending Categories Section Start */
.trending-cat {
    background: #fafafa;
}

.contents-ctg {
    padding: 110px 0 160px;
}

.box {
    background: #fff;
    color: #666;
    float: left;
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.box .icon {
    margin: 0 auto 20px;
}

.box .icon img {
    height: 60px;
    max-width: 60px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.box .icon i {
    font-size: 40px;
    webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.box h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #484848;
    webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.box strong {
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 0 0 10px;
    color: #999;
    webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.box:hover {
    background: #00cc67;
    -webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    -moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.box:hover .icon img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.box-hover i,
.box:hover h4,
.box:hover strong {
    color: #fff;
}

#list-view .featured-box {
    display: inline-block;
}

#list-view .featured-box figure {
    float: left;
    width: 42%;
}

#list-view .featured-box .feature-content1 {
    float: left;
    text-align: left;
    padding: 0px 15px 15px 30px;
    width: 50.667%;
}

#list-view .featured-box .feature-content1 .tg-product {
    padding: 0px 0 10px;
}

#list-view .list-box figure {
    float: left;
    width: 38%;
}

#list-view .list-box figure img {
    height: 218px;
    width: 100%;
}

#list-view .list-box .feature-content1 {
    float: left;
    text-align: left;
    padding: 0px 0px 0px 0px;
    width: 58%;
    margin-left: 20px;
}

.product-filter {
    margin-bottom: 20px;
    background: #fafafa;
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.product-filter .nav-tabs {
    float: right;
    margin-right: 10px;
    border: none;
}

.product-filter .nav-tabs .nav-link {
    font-size: 22px;
    border: none;
    padding: 2px 10px;
    border-radius: 4px;
    color: #999;
    background: transparent;
}

.product-filter .nav-tabs .nav-item.show .nav-link,
.product-filter .nav-tabs .nav-link.active {
    border: none;
    color: #fff;
    color: #00cc67;
}

.product-filter .short-name {
    line-height: 10px;
    display: inline-block;
    color: #999;
}

.product-filter .short-name span {
    float: left;
    margin-right: 5px;
}

.product-filter .short-name .name-ordering {
    float: left;
}

.product-filter .Show-item {
    float: right;
    line-height: 27px;
}

.product-filter .Show-item span {
    color: #999;
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
}

.product-filter .Show-item .woocommerce-ordering {
    float: right;
}

.product-filter .button,
.product-filter select {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.categories-icon .icon-box {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.categories-icon .icon-box .icon {
    margin-bottom: 15px;
}

.categories-icon .icon-box .icon i {
    width: 80px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #999;
    font-size: 48px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.categories-icon .icon-box h4 {
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.categories-icon .icon-box:hover {
    background: #00cc67;
    box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}

.categories-icon .icon-box:hover .icon i {
    font-size: 42px;
    color: #fff;
}

.categories-icon .icon-box:hover h4 {
    color: #fff;
}

.page-sidebar .widget {
    background-color: #fafafa;
    margin-bottom: 30px;
}

.page-sidebar .widget .widget-title {
    padding: 17px 25px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
}

.page-sidebar .categories-list {
    padding: 20px;
}

.page-sidebar .categories-list li {
    padding: 7px 0;
}

.page-sidebar .categories-list li a {
    text-decoration: none;
    color: #888;
    width: 100%;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.page-sidebar .categories-list li a:hover {
    color: #00cc67;
}

.page-sidebar .categories-list li a i {
    margin-right: 5px;
}

.page-sidebar .categories-list li .category-counter {
    font-size: 12px;
}

.page-sidebar .add-box {
    padding: 20px;
}

.btn1 {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn1:focus,
.btn1:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    background-color: #00cc67;
    position: relative;
    color: #fff;
    z-index: 1;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn-common:hover {
    color: #fff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.btn-edit {
    background-color: #900;
    position: relative;
    color: #fff;
    z-index: 1;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn-edit:hover {
    color: #fff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.p0 {
    padding: 0 !important;
}

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

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

/* Services Item */
.services-item {
    padding: 30px;
    background: #fafafa;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(37, 37, 37, 0.08);
    border-bottom: 3px solid #f1f1f1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
    color: #00cc67;
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
    margin-bottom: 10px;
}

.services-item .services-content h3 a {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #484848;
}

.services-item .services-content h3 a:hover {
    color: #00cc67;
}

.services-item:hover {
    border-color: #00cc67;
}

.details-box .product-img {
    position: relative;
}

.details-box .price {
    position: absolute;
    top: 20px;
    right: 5px;
    background: #00cc67;
    padding: 10px 25px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.details-box .ads-details-info h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

.details-box .ads-details-info .details-meta span {
    display: block;
    /* display: inline-block; */
    margin: 11px 0 16px;
}

.details-box .ads-details-info .details-meta span a {
    color: #999;
    margin-right: 10px;
}

.details-box .ads-details-info .details-meta span a:hover {
    color: #00cc67;
}

.details-box .ads-details-info .details-meta span a i {
    margin-right: 5px;
}

.details-box .ads-details-info .title-small {
    font-size: 22px;
    font-weight: 500;
}

.details-box .ads-details-info .list-specification {
    width: 100%;
    display: inline-block;
}

.details-box .ads-details-info .list-specification li {
    width: 48%;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-bottom: 7px;
    margin-right: 5px;
}

.details-box .ads-details-info .list-specification li i {
    margin-right: 2px;
}

.details-box .advertisement li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.details-box .advertisement li a {
    color: #484848;
}

.details-box .ads-btn a {
    margin-right: 5px;
}

.details-box .ads-btn a i {
    margin-right: 5px;
}

.details-box .ads-btn .btn-reply {
    background: #0d79bf;
}

.details-box .share span {
    float: left;
    margin-right: 12px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
}

.details-box .social-link a {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    border-radius: 4px;
    background: #fafafa;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.details-box .social-link .twitter {
    background: #55acee;
}

.details-box .social-link .facebook {
    background: #3b5998;
}

.details-box .social-link .google {
    background: #dd4b39;
}

.details-box .social-link .linkedin {
    background: #007bb5;
}

.details-box .owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
}

.description-info {
    margin-top: 50px;
    background: #ffffff;
}

.description-info .description {
    background: #fafafa;
    padding: 30px;
}

.description-info .short-info {
    background: #fafafa;
    padding: 30px;
}

.description-info .short-info h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.description-info .short-info ul li {
    margin-bottom: 20px;
}

.description-info .short-info ul li i {
    font-size: 18px;
    margin-right: 10px;
}

.description-info .short-info ul li a {
    color: #484848;
    font-size: 16px;
}

.description-info .short-info ul li a span {
    color: #00cc67;
}

.description-info .short-info ul li a:hover {
    color: #00cc67;
}

.owl-theme .owl-controls {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sidebar-box {
    background: #fafafa;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.sidebar-box .user {
    float: left;
    width: 100%;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    background: #00cc67;
}

.sidebar-box .user figure {
    margin: 0;
    float: left;
    position: relative;
}

.sidebar-box .user figure img {
    border-radius: 50%;
}

.sidebar-box .user .usercontent {
    overflow: hidden;
    padding: 12px 0 12px 15px;
}

.sidebar-box .user .usercontent h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 6px;
}

.sidebar-box .user .usercontent h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.sidebar-box .navdashboard {
    border-top: 1px solid #495067;
}

.sidebar-box .navdashboard ul {
    width: 100%;
}

.sidebar-box .navdashboard ul li {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    line-height: 48px;
}

.sidebar-box .navdashboard ul li a {
    color: #484848;
    width: 100%;
    float: left;
    line-height: inherit;
    margin-bottom: 3px;
    border-left: 3px solid transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a span {
    text-align: left;
}

.sidebar-box .navdashboard ul li a i {
    width: 58px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar-box .navdashboard ul li a:focus,
.sidebar-box .navdashboard ul li a:hover,
.sidebar-box .navdashboard ul li a.active {
    border-color: #00cc67;
}

.sidebar-box .navdashboard ul li a:focus i,
.sidebar-box .navdashboard ul li a:hover i,
.sidebar-box .navdashboard ul li a.active i {
    color: #00cc67;
}


/*------------------*/
/*Acco*/
.ac-container {
    max-width: 100%;
}

.ac-container label {
    /* padding: 5px 20px; */
    position: relative;
/*     z-index: 20; */
    display: block;
    height: auto;
    padding: 15px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 33px;
    font-size: 19px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: -o-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: linear-gradient(top, #fff 1%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
    /* font-size: 12px;
    height: 30px;
    line-height: 20px; */
}

.ac-container {
    width: 100%;
    margin: 40px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    background: #0d0633;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    padding: 15px;
    line-height: 21px;
    font-size: 20px;
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked+label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
/*     z-index: 10; */
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: normal;
    color: #777;
    line-height: 23px;
    font-size: 15px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    font: normal normal 12px;
}

.ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked~article.ac-small {
    height: auto;
}

.ac-container input:checked~article.ac-medium {
    height: auto;
}

.ac-container input:checked~article.ac-large {
    height: auto;
    padding: 20px 0px;
}

.main-footer .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_services ul li {
    margin-bottom: 13px;
    position: relative;
    padding: 10px 10px 10px 0px;
    margin-bottom: 0;
    display: inline-block;
}

.widget_services ul li {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.widget_services ul li {
    display: table;
    width: 100%;
    padding: 2px 0px;
}

.widget_services ul li a {
    display: table-cell;
    width: 33%;
    font-weight: 400;
}

.widget_services ul li a {
    color: #000;
}

.widget_services ul li a:hover {
    color: #0d0633;
    text-decoration: none;
}



.columns_packages {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price_packages {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price_packages:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price_packages .header {
  background-color: #17a2b8;
  color: white;
  font-size: 25px;
}

.price_packages li {
  border-bottom: 1px solid #dadada;
  padding: 20px;
  text-align: center;
}

.price_packages .grey {
  background-color: #eee;
  font-size: 20px;
}

.button_packages {
  background-color: #17a2b8;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.button_packages:hover {
  color: white;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}



.search input[type=text] {
    width: 80%;
    height: 40px;
    border-radius: 5px;
    border: 1px #dadada solid;
    padding:05px;
}

.search {
    float: right;
    margin: 10px;
}

.search button {
    background-color: #0074D9;
    color: #f2f2f2;
    float: right;
    padding: 7px 10px;
    margin-right: 0px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}
