.text-primary {
    color: #d12121 !important;
}
.header-area-one .header-navigation .site-branding .brand-logo {
    /* padding: 21px 30px; */
    padding: 15px;
}
.hero-wrapper-one .hero-content h1 {
    font-size: 65px;
    max-width: 600px;
}
.hero-wrapper-one {
    padding: 75px 0 110px;
}
.hero-wrapper-one .hero-content .hero-search-wrapper {
    margin-bottom: 20px;
}
.newsletter-wrapper .newsletter-content-box-one .icon,
.newsletter-wrapper .newsletter-content-box-one .content h2{
    color: #0d0d0d;
}
.place-item-one .place-thumbnail img {
    height: 350px;
    object-fit: cover;
}
.place-slider-one .slick-dots {
    margin-top: 20px;
}
.preloader .loader img{
    max-width: 220px;
}
.cta-wrapper-one {
    padding: 60px 0 160px;
}

/* New Custom CSS */

.dropdown-menu.show{
    width: 250px;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 0 !important;
}

.dropdown-menu.show .dropdown-item{
    white-space: pre-wrap;
    display: block;
    padding: 7px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    line-height: 2;
    margin: 0;
    border-bottom: 1px solid #ececec;
    color: #1b3255;
    font-size: 14px;
}


.header-right-nav .dropdown-item:hover, .header-right-nav .dropdown-item:active, .header-right-nav .dropdown-item:focus{
    background-color: #D12121 !important;
    color: #fff !important;
}
.company-policy-wrapper p{
    font-size: 16px;
    color: #e4e4e4;
    margin: 20px 0;
}
.company-policy-wrapper .company-policy-list{
    padding-left: 30px;
}
.company-policy-wrapper .company-policy-list li{
    margin: 10px 0px;
    list-style-type: disc;
    font-size: 16px;
    color: #e4e4e4;
}

.company-policy-wrapper .company-policy-list li a{
    color: #D12121;
    font-weight: 600;
}


.company-policy-wrapper .company-policy-list li strong{
    color: #000;
    font-weight: 900;
    opacity: 1;
}

.content-wrapper ul{
    margin: 20px 0;
    padding-left: 30px;
}


.content-wrapper ul li{
    margin: 10px 0px;
    list-style-type: disc;
    font-size: 16px;
    color: #e4e4e4;
}

.content-wrapper p{
    font-size: 16px;
    color: #e4e4e4;
    margin: 20px 0;
}


.features-item-two .custom-icon{
    width: 120px !important;
    height: 120px !important;
}


.features-item-two .content ul li{
    margin-bottom: 8px;
}

.features-item-two .content ul li:last-child{
    margin-bottom: 0px;
}

.features-area .custom-list li{
    margin: 10px 0px;
    list-style-type: disc;
    font-size: 16px;
    color: #e4e4e4;
}

.package-listing{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.package-listing li{
    list-style-type: none !important;
    margin-right: 10px !important;
    width: 150px;
}
.package-listing li:first-child {
    margin: auto 0;
    width: 50px;
}
.package-listing .text-inline{
    line-height: 1;
    padding-top: 0.5rem;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    margin-right: 10px;
    border-color: transparent;
    display: inline-block;
}

.package-listing .features-item-two{
    box-shadow: none;
    padding: 10px;
}

.package-listing .features-item-two .content h3.title {
    margin-bottom: 10px;
}
.package-listing .features-item-two p{
    margin: 0;
}

.package-listing .features-item-two .custom-icon{
    width: 50px !important;
    height: 50px !important;
    font-size: 20px;
    font-weight: 600;
}

.bg-blue{
    background-color: #2b50c8;
    border-radius: 10px;
    color: #fff;
}

.bg-silver{
    background-color: #A9A9A9;
    border-radius: 10px;
    color: #fff;
}

.bg-gold{
    background-color: #d4af37;
    border-radius: 10px;
    color: #fff;
}

.package-listing li:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto 0;
}
.content-wrapper .package-listing:last-child{
    border: 0px !important
}

@media(max-width:1200px){
    .package-listing .features-item-two{
        padding: 0px;
    }
    .package-listing li {
        list-style-type: none !important;
        margin-right: 10px !important;
        width: 125px;
    }
}

@media(max-width:991.98px){
    .package-listing .features-item-two{
        padding: 5px;
    }
    .package-listing li {
        list-style-type: none !important;
        margin-right: 10px !important;
        width: 91px;
    }
    .package-listing .features-item-two .content h3.title{
        font-size: 16px;
    }
    .package-listing li:first-child {
        margin: auto 0;
        width: 33px;
    }
    .package-listing .text-inline{
        font-size: 20px;
    }
    .package-listing .features-item-two .custom-icon{
        width: 30px;
        height: 30px;
    }
}


@media(max-width:767.98px){
    .package-listing li:first-child{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .package-listing .text-inline{
        transform: rotate(0);
        writing-mode: unset;
    }
    .custom-container{
        max-width: 700px;
    }
} 


@media(max-width:767.98px){
    .package-listing li:first-child{
        width: 100%;
        text-align: center;
    }
    .package-listing .text-inline{
        transform: rotate(0);
        writing-mode: unset;
    }
    .custom-container{
        max-width: auto !important;
    }
} 


@media(max-width:400px){
    .package-listing li:first-child{
        margin-bottom: 20px;
        border-bottom: 0px;
    }
    .package-listing li:last-child{
        border-bottom: 0px;
    }
    .package-listing{
        text-align: center;
        flex-direction: column;
    }
    .package-listing li {
        list-style-type: none !important;
        margin-right: 0px !important;
        width: 100%;
        border-bottom: 1px solid #eee;
        padding: 10px 0px;
    }
    .package-listing .features-item-two .custom-icon{
        margin-bottom: 10px;
    }
}




.listing-header{
    line-height: 1;
    padding-top: 0.5rem;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    border-color: transparent;
    display: inline-block;
}

@media(min-width:991.98px){
    .listing-header{
        min-height: 200px;
    }
}


.package-listing-2{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
}
.package-listing-2 li{
    list-style-type: none !important;
    margin: 10px !important;
    width: 23%;
}

.package-listing-2 .features-item-two{
    box-shadow: none;
    padding: 10px;
    background: transparent;
    border: 1px solid #eee;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.package-listing-2 .features-item-two .content h3.title {
    margin-bottom: 10px;
    color: #fff;
}
.package-listing-2 .features-item-two p{
    margin: 0;
    color: #fff;
}

.package-listing-2 .features-item-two .custom-icon{
    width: 50px !important;
    height: 50px !important;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}



.content-wrapper .package-listing-2:last-child{
    border: 0px !important
}


@media(max-width:1200px){
    .package-listing-2 li{
        list-style-type: none !important;
        margin: 10px !important;
        width: 21%;
    }
}


@media(max-width:991.98px){
    .listing-header{
        transform: rotate(0);
        -webkit-writing-mode: unset;
        writing-mode: unset;
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(max-width:767.98px){
    .package-listing-2 li{
        list-style-type: none !important;
        margin: 10px !important;
        width: 45%;
    }
}


@media(max-width:550px){
    .package-listing-2 li{
        list-style-type: none !important;
        margin: 10px 0px !important;
        width: 100%;
    }
}

.orderd-list li{
    list-style-type: decimal;
    margin: 10px 0px;
    color: #e4e4e4;
    font-size: 16px;
}


.category-item-three-custom{
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 28px 50px 20px; */
    border-radius: 5px;
    -webkit-box-shadow: 0px 0 10px 20px rgb(0 0 0 / 3%);
    box-shadow: 0px 0 10px 20px rgb(0 0 0 / 3%);
    align-items: center;
    justify-content: space-between;
}


.category-item-three-custom p{
    margin: 10px 0px 0px;
}

.category-item-three-custom .info{
    text-align: right;
    padding: 20px 10px;
}

.category-item-three-custom .info h4{
    font-size: 18px;
}

.category-item-three-custom .bg-blue h4, .category-item-three-custom .bg-silver h4, .category-item-three-custom .bg-gold h4{
    color: #fff;
    transform: rotate(270deg);
    text-align: center;
    font-size: 24px;
} 

.category-item-three-custom .bg-blue , .category-item-three-custom .bg-silver , .category-item-three-custom .bg-gold {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    margin-right: 40px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
}





.hero-wrapper-one:after {
    width: 100%;
    background: url(../images/124515.jpg) no-repeat center center;
    background-size: cover;
}
.testimonial-area{
    background-color: #18121d;
}
.newsletter-wrapper-one{
    background-color: #D12121;
}
.newsletter-wrapper .newsletter-content-box-one .icon, .newsletter-wrapper .newsletter-content-box-one .content h2 {
    color: #FFF;
}
.hero-wrapper-one .hero-content h1{
    color: #fff;
    line-height: normal;
    font-weight: 300;
}
.hero-wrapper-one .hero-content h3{
    color: #ececec;
}
.header-navigation .main-menu ul li > a {
    font-family: "Mulish", sans-serif;
}
.header-area .header-navigation .header-right-nav ul li .main-btn {
    border-radius: 8px;
    /* background-color: #FFF; */
    background-color: #252525;
    color: #D12121;
    border: 1px solid #D12121;
}
body{
    background-color: #101010;
    color: #e4e4e4;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFF;
}
.header-navigation .main-menu ul > li.has-children > a:after,
.header-navigation .main-menu ul li > a,
.listing-grid-one .listing-content span.price{
    color: #e4e4e4;
}
.header-area-one .header-navigation .primary-menu,
.listing-grid-one .listing-content {
    background-color: #18121d;
}
.listing-grid-one .listing-thumbnail .thumbnail-meta h6{
    color: #101010;
}
.category-wrapper-one{
    background-color: #18121d;
}
.category-wrapper-one .category-column:after{
    background-color: #2a2828;
}
.header-area .header-top .top-right ul li a{
    color: #fff;
}
.blog-post-item-one .entry-content,
.listing-grid-item-two .listing-content{
    background-color: #18121d;
}
.testimonial-wrapper-one{
    background-color: #101010;
}
.testimonial-wrapper-one .testimonial-review-area{
    background-color: #101010;
    box-shadow: 0px 0px 10px 0px rgb(42 40 40 / 80%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(42 40 40 / 80%);
}
.testimonial-wrapper-one:after{
    background-color: #101010;
}
.client-wrapper-one {
    border-bottom-color: #18121d;
}
.place-item-one .place-thumbnail .place-content{
    background-color: rgb(24 18 29 / 90%);
}
.header-navigation .main-menu ul li .sub-menu {
    background-color: #101010;
}
.header-navigation .main-menu ul li .sub-menu li a{
    color: #ffffff;
    border-bottom: 1px solid #2a2828;
}
.listing-grid-item-two .listing-content .listing-meta,
.listing-grid-one .listing-content .listing-meta {
    border-top: 1px solid #2a2828;
}
.header-area .header-navigation .header-right-nav ul li .icon {
    border-radius: 15px;
    background-color: #d12121;
}
.header-area .header-navigation .header-right-nav ul li .icon i{
    color: #ffffff;
}
p {
    color: #dadada;
}
.app-btn {
    background-color: #2a2c2e;
}
.footer-widget .widget.newsletter-widget form .main-btn {
    color: #ffffff;
    background-color: #d12121;
    border-radius: 16px;
}
.main-btn{
    border-radius: 16px;
}
.section-title.section-title-two h2 span.line:after {
    background-color: #d12121;
}
.header-area-one .header-navigation .primary-menu {
    border-radius: 16px;
}
.listing-grid-one .listing-thumbnail .thumbnail-meta{
    background-color: #ffffff;
}
.back-to-top{
    border-radius: 16px;
}
.hero-wrapper-one .hero-content h1 {
    max-width: 690px;
}
.header-navigation .main-menu ul li > a,
.section-title.section-title-two h2 span.line{
    font-weight: 400;
}
.breadcrumbs-wrapper .page-title h1.title,
.cta-wrapper-one .cta-content-box h2,
.newsletter-wrapper .newsletter-content-box-one .content h2,
.section-title h2{
    font-weight: 300;
}
.app-btn,
.footer-widget .widget.about-widget .footer-social ul.social-link li a{
    border-radius: 8px;
}
.breadcrumbs-wrapper .page-title h1.title{
    line-height: normal;
}
.hero-wrapper-one:before{
    display: none;
}
.header-area .header-top .top-social ul.social-link li span {
    color: #ffffff;
}
.header-navigation .navbar-toggler span {
    background-color: #ffffff;
}
.header-navigation.breakpoint-on .nav-menu {
    background-color: #18121d;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
    border-bottom: 1px solid #2a2828;
    color: #e4e4e4;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger,
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
    border-color:  #2a2828;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
    color: #ffffff;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
    color: #e4e4e4;
}
.breadcrumbs-wrapper:before{
    display: none;
}
.breadcrumbs-wrapper:after {
    background: url(../images/AdobeStock_396683669-scaled-2.jpg) no-repeat center center;
    background-size: cover;
    /* width: 100%; */
}
.breadcrumbs-wrapper .page-title .breadcrumbs-link{
    border-radius: 16px;
    background-color: #18121d;
}
.breadcrumbs-wrapper .page-title .breadcrumbs-link li {
    color: #e4e4e4;
}
.package-listing-2.bg-blue .features-item-two .icon{
    background: #2b50c8;
    border: 1px solid #2b50c8;
}
.package-listing-2.bg-blue .features-item-two {
    background: #1e3fa9;
    border: 1px solid #1e3fa9;
}
.package-listing-2.bg-silver .features-item-two .icon{
    background: #A9A9A9;
    border: 1px solid #A9A9A9;
}
.package-listing-2.bg-silver .features-item-two {
    background: #898484;
    border: 1px solid #898484;
}
.package-listing-2.bg-gold .features-item-two .icon{
    background: #d4af37;
    border: 1px solid #d4af37;
}
.package-listing-2.bg-gold .features-item-two {
    background: #ba9315;
    border: 1px solid #ba9315;
}
.package-listing-2 .features-item-two .custom-icon{
    border-radius: 8px;
}
.package-listing-2 .features-item-two{
    border-radius: 12px;
}
.features-item-two{
    background-color: #18121d;
}
.features-item-two .icon{
    border: none;
}
.category-item-three-custom{
    background-color: #18121d;
}
.footer-widget .widget.about-widget .footer-social h4,
.footer-widget .widget h4.widget-title {
    font-weight: 300;
}
.features-area.bg-light{
    background: #ffffff;
}
.bg-light .list-item .content p,
.bg-light .content p,
.bg-light  h5,
.bg-light .section-title h2{
    color: #18121d;
}
.bg-light .place-slider-one .slick-dots li button {
    background-color: #18121d;
}
.bg-light .place-slider-one .slick-dots li.slick-active button {
    background-color: #D12121;
}
.listing-grid-item-two .listing-content{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.form-contain-sec .value-estm h3,
.form-contain-sec h4,
.form-contain-sec .title-main{
    font-weight: 300;
}
.form-contain-sec{
    position: relative;
    z-index: 1;
    height: 100%;
}
.step-section .form-check{
    min-height: 55px;
    position: relative;
}
.step-section .form-check-label{
    color: #18121d;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 15px;
    border-radius: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
}
.step-section .form-check-input{
    z-index: 2;
    top: 15px;
    left: 35px;
}
.step-section .form_control,
.step-section .nice-select{
    height: 55px;
    border-radius: 16px;
}
.step-section .nice-select .current{
    height: 55px;
    line-height: 55px;
    font-size: 17px;
}
.step-section .nice-select:after{
    top: 8px;
}
.step-section .form_group label{
    font-size: 17px;
}
.form-contain-sec .step-section{
    display: none;
    background-color: #18121d;
    padding: 30px 25px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.form-contain-sec .title-main{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #3d3838;
}
.form-contain-sec .step-section.visible{
    display: block;
}
.estimate-values .value-est{
    font-size: 34px;
    font-weight: 700;
    color: #d12121;
}
.estimate-values span{
    display: inline-block;
}
.form-contain-sec .back-btn{
    background-color: #3d3838;
}
.form-contain-sec .contact-form,
.form-contain-sec form{
    height: 100%;
}
.form-contain-sec .step-section{
    height: calc(100% - 45px);
}
.h-h-m-80{
    height: calc(100%);
}
.bg-light .orderd-list li,
.bg-light h3,.bg-light h6,
.bg-light h4,
.bg-light .content-wrapper p,
.bg-light .content-wrapper ul li{
    color: #18121d;
}
.bg-light .category-item-three-custom p,
.bg-light .category-item-three-custom .info h4,
.bg-light .package-listing .features-item-two .content h3.title,
.bg-light .package-listing .features-item-two .custom-icon,
.bg-light .features-item-two .content p{
    color: #ffffff;
}


.content-wrapper ol{
    padding-left: 20px;
}
.content-wrapper ol li {
    margin: 10px 0px;
    list-style-type: decimal;
    font-size: 16px;
}
.listing-grid-one{
    position: relative;
}
.hoverlink{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.listing-grid-area .listing-grid-one{
    border: 2px solid #ffffff;
    /* border-radius: 16px 16px 3px 3px; */
    border-radius: 16px 16px 16px 16px;
    height: calc(100% - 40px);
    background-color: #18121d;
}
.listing-grid-one .listing-content {
    border-radius: 16px 16px 16px 16px;
}
.property-details-page p{
    color: #7b7b7b;
}

.easy-steps-section .pricing-item-one .pricing-inner-time {
    border: 2px solid #d12121;
    border-radius: 16px;
}
.easy-steps-section .pricing-head .title{
    font-size: 18px;
}

.property-details-page .form_group span,
.property-details-page .listing-details-wrapper .listing-content p{
    color: #7b7b7b;
}
.property-details-page .listing-details-wrapper h4.title{
    color: #0d0d0d;
}
.property-details-page .icon-box-one h6{
    color: #0d0d0d;
}
.property-details-page  .listing-details-wrapper .listing-tag-box a{
    color: #0d0d0d;
}
.property-details-page .review .review-content{
    color: #0d0d0d;
}
.property-details-page .sidebar-widget-area .widget h4.widget-title,
.property-details-page .form-rating span,
.property-details-page .review .review-content h5{
    color: #0d0d0d;
}
.property-details-page .listing-details-wrapper .listing-content h3.title,
.property-details-page .sidebar-widget-area .widget.contact-info-widget .contact-info-content .social-link li a,
.property-details-page .time-info li span.time{
    color: #0d0d0d;
}
.light-text{
    color: #7b7b7b;
}
.property-details-page .icon-box-one .light-text{
    font-weight: 400;
}
.disclaimer-box{
    background: #f1f1f1;
    padding: 32px 30px 35px;
}
.listing-details-wrapper .disclaimer-box h4.title{
    padding-bottom: 0;
}
.bg-white .company-policy-wrapper p,
.bg-white .company-policy-wrapper .company-policy-list li {
    color: #7b7b7b;
}

.contact-wrapper-one .contact-form form .form-select .current{
    color: #101010;
}
.contact-wrapper-one .contact-form form .form-select{
    display: flex;
    align-items: center;
}
.contact-wrapper-one .contact-form form .nice-select:after{
    top: 15px;
}
.contact-wrapper-one .contact-form form .nice-select .option{
    color: #000;
}


/* The container */
.custom-form-check {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    padding: 12px 15px;
    text-align: center;
  }
  
  /* Hide the browser's default checkbox */
  .custom-form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #dde0e2;
    background-color: #FFF;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-form-check:hover input ~ .checkmark {
    background-color: #ccc;
    border:1px solid #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom-form-check input:checked ~ .checkmark {
    border-color: #D12121;
  }

  .custom-form-check input:checked ~ .check-text {
    color: #D12121;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-form-check.with-icon  input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-form-check.with-icon .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #D12121;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .custom-form-check .check-text{
    position: relative;
    z-index: 1;
  }

  .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #D12121 !important;
  }
  .irs--flat .irs-bar {
    background-color: #D12121 !important;
}
.select2-container--default .select2-selection--multiple{
    width: 100% !important;
    min-height: 70px !important;
    border: 1px solid #dde0e2 !important;
    border-radius: 0 !important;
}
.select2-container .selection,
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: #000 !important;
}

.package-home-custom .package-listing li{
    width: 20%;
    height: 190px;
}
.package-home-custom .package-listing .features-item-two .custom-icon{
    width: 100% !important;
    margin-bottom: 6px;
}
.package-home-custom .text-descr{
    font-size: 15px;
    color: #fff !important;
    line-height: normal;
    font-weight: 400;
}
.package-home-custom .package-listing .features-item-two {
    width: 100%;
}
.package-home-custom .content-wrapper ul {
    margin-bottom: 0;
    margin-top: 10px;
}
.newsletter-wrapper .newsletter-form .main-btn{
    position: static;
}
.testimonial-wrapper-one:after,
.testimonial-wrapper-one {
    background-color: transparent;
}
.testimonial-wrapper-one .testimonial-review-area {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.testimonial-wrapper-one .testimonial-content{
    padding: 10px;
}
.testimonial-wrapper-one .testimonial-content .bx-bg-over{
    background-color: #101010;
    padding: 25px 15px;
    min-height: 235px;
}
.intro-wrapper-one{
    padding-bottom: 115px;
}

/* Universal style fixes */
.filter-nav,
.breadcrumbs-link{
    display: none !important;
}
.select2-results__option--selectable {
    color: #0d0d0d;
}
.select2-container .select2-selection--single{
    min-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px  !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 43px  !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #dde0e2 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d12121 !important;
}
.features-wrapper-one .features-img:after{
    display: none;
}
.features-wrapper-one .features-img{
    margin-right: 0;
    background-color: #18121d;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px 0px;
}
.features-item-two .content ol,
.features-item-two .content p{
    display: none;
}
.features-item-two{
    padding: 24px 24px 18px;
}
.steps-options-wrap .features-item-two{
    cursor: pointer;
}

.ui-widget-content{
    box-shadow: 0px 10px 10px 0px rgba(36, 37, 51, 0.03);
    border-radius: 5px;
    background-color: #343a40 ;
    color: #ffffff;
    padding: 35px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #18121d;
    max-width: 600px;
}
.sidebar-widget-area .widget .price-range-widget .ui-widget{
    padding: 0;
}
.testimonial-wrapper-one .testimonial-review-area {
    padding: 35px 0px 40px;
}
.testimonial-wrapper-one .testimonial-content-slider-one .testimonial-item .testimonial-content .author-info h4 {
    font-size: 20px;
}
.header-area-one .header-navigation .header-right-nav{
    padding-right: 0;
}
.list-item .content p span{
    font-weight: 700;
    font-size: 18px;
    color: #d12121;
}
.features-item-two.bg-blue {
    background-color: #2b50c8;
}
.features-item-two.bg-silver {
    background-color: #A9A9A9;
}
.features-item-two.bg-gold {
    background-color: #d4af37;
}

.price-plans-area .pricing-head .title{
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
}
.price-plans-area .pricing-inner-time .pricing-body ul.list li{
    display: flex;
}
.price-plans-area .pricing-inner-time .pricing-body ul.list li:before {
    flex: 0 0 30px;
}
.pricing-item-one .pricing-inner-time.bg-blue{
    background-color: #2b50c8;
}
.pricing-item-one .pricing-inner-time.bg-silver{
    background-color: #A9A9A9;
}
.pricing-item-one .pricing-inner-time.bg-gold{
    background-color: #d4af37;
}
.check-list-style li{
    list-style: square;
}
.select2-container--default .select2-selection--single{
    border-radius: 16px;
    min-height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px  !important;
}


@media(max-width:1367.98px){
    .header-navigation .main-menu ul li > a{
        font-size: 15px;
    }
}
@media(max-width:991.98px){
    .hero-wrapper-one .hero-content h1 {
        line-height: 1.4;
    }
    .package-home-custom .package-listing li {
        width: 100%;
    }
}
@media(max-width:460.98px){
    .hero-wrapper-one .hero-content h1 {
        line-height: 1.4;
        overflow-wrap: break-word;
        font-size: 50px;
    }
}

@media(max-width:400.98px){
    .hero-wrapper-one .hero-content h1 {
        line-height: 1.4;
        overflow-wrap: break-word;
        font-size: 44px;
    }
}



@media only screen and (min-width: 1301px) and (max-width: 1368px){
    .header-area .header-navigation .header-right-nav ul li {
        margin-left: 5px;
    }
    .header-area-one .header-navigation .header-right-nav{
        padding-right: 5px;
    }
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}