/* Here comes your own styling */
body, h1, h2, h3, h4, h5, h6, a, p, figure, strong{
    font-family: 'Montserrat';
}

.selectize-rounded .selectize-input {
    border-radius: 10px !important;
    font-size:13px!important;
    padding: 0.8rem !important;
}
.after-del{
    background-color: rgba(0, 0, 0, 0.05);
}
/* Add Product */
.fit-text .selectize-input{
    font-size: 12.5px!important;
}

.rt-aligned{
    word-break: break-all;
}

.contact_number_input input[type=number]::-webkit-inner-spin-button, 
.contact_number_input input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.row.force-height>div>div {
    height: 150px;
}

.feature-box h3{
    text-align: center !important;
    font-family: 'Montserrat' !important;
}
.home-feature-box.feature-box figure{
    margin-left: auto;
    margin-right: auto;
}
.home-feature-box.feature-box figure img {
    height: 12rem;
    opacity: 1;
}
.home-feature-box.feature-box figure {
    width: 12rem;
    height: 12rem;
    line-height: 12rem;
    /* position: relative;
    margin-bottom: 2rem; */
}
.form-rounded {
    border-radius: 25px!important;
}

.hero .main-navigation .navbar {
    border-bottom: none !important;
}

.background-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background-image-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.background-image-two img {
    display: none;
}
.background-image-two.original-size {
    background-size: 60%;
}
.spacing-home-search {
    margin-left: 30px;
    margin-right: 30px;
}

.feature-box figure {
    background-color: #e7422f !important;
    color:#464646 !important;
}
.feature-box {
    color:#464646 !important;
}

.para-short .item .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.para-short .item .detail {
    position: relative !important;
}

.hero-form .selectize-control .selectize-input {
    padding: 1rem !important;
}

.hero-form .main-search-form [type="submit"] {
    /*padding: 0.6rem 0.6rem !important;*/
    font-weight: 600;
    font-size: 1.4rem;
    padding: .8rem 1.6rem!important;
}

#home-search-form .padding-fix {
    padding: 1.1rem !important;
    margin-left: 0.2rem; 
    margin-right: 0.2rem; 
}

#home-search-form .main-search-form [type="text"] {
    /* padding: 1.4rem !important; */
    font-weight: 500 !important;
    color: #303030;
    font-size: 13px;
    line-height: inherit;
    box-shadow: none !important;
    border: none !important;
    border-radius: 25px !important;
}


body {
    background-color: /*#BBD9D5*/#F4F7FC !important;
}
.page >.content {
    background-color: #fff !important;
}

.page.sub-page .form.hero-form .main-search-form {
    background-color: #BBD9D5 !important;
}

.hero:after {
    background-image: none;
}

.page >.content:after {
    background-image: none;
}

.fade-effect {
    transition: all 3s ease !important;
}

.items.grid.grid-xl-4-items.owl-carousel .item {
    width: 100% !important;
}

.items:not(.selectize-input).owl-carousel .item {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.recent-ads .owl-prev, .recent-ads .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.recent-ads .owl-prev { 
    left: -30px; 
}
.recent-ads .owl-next { 
    right: -30px; 
}
.recent-ads .owl-prev i, .recent-ads .owl-next i {
    transform : scale(3,5); 
    color: #e7422f;
}

/* Full Profile Page */

#recent-ads-fav .grid .item .quantity{
    background-color: #f8f8f8;
    font-size: 1.4rem;
    font-weight: 600;
    position: absolute;
    top: 22.6rem;
    right: 1.8rem;
    padding: .6rem .6rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

#recent-ads-fav .list .item .quantity{
     background-color: #f8f8f8;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    bottom: 2rem;
    left:15rem;
    padding: .5rem 1.8rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

#personal-info label.error, #company-info label.error, #add-user-form label.error, #change-password-form label.error {
    /* position: absolute;  */
    left: 0;
    bottom: -3rem;
    /* background-color: red; */
    color: red;
    padding: .3rem;
}

.brand-name h1 {
    width: 100%; 
    text-align: center; 
    line-height: 0.1em;
    font-weight: 600;
    font-size: 100px;
    margin: 10px 0 20px;
    color: #e53d46;
}

.brand-name h3 {
    overflow: hidden;
    text-align: center;
    margin: 10px 0px 20px;
    font-size: 35px;
    /* margin-left: 40px;
    margin-right: 40px; */
    color: #e53d46;
}
.brand-name h3:before,
.brand-name h3:after {
    background-color: #e53d46;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.brand-name h3:before {
    right: 0.5em;
    margin-left: -50%;
}

.brand-name h3:after {
    left: 0.5em;
    margin-right: -50%;
}

.kpi-tag {
    font-family: 'Montserrat' !important;
}

.hero .secondary-navigation {
    position: fixed !important;
    z-index: 10000;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.hero .main-navigation {
    /*padding-left: 11rem;*/
        padding-top: 3rem !important;
}

.custom-btn {
    border-color: #fff;
    color: #ff0000;
}

.custom-btn:hover {
    border-color: #ff0000;
    color: #fff;
}

.hero-form.form {
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
}

.footer {
    position: relative;
    /* bottom: 0; */
    width: 100%;
    padding-top: 0rem !important;
    padding-bottom: 2rem !important;
    /* font-family: 'Monteserrat' !important; */
}

a.footer_li {
    font-weight: 600;
    line-height: 38px !important;
}

address.footer_address {
    font-weight: 600;
}

.footer p {
    /* line-height: 2.8rem !important; */
    font-size: 15px;
    color: #111111;
    opacity: 1 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff0000 !important; 
    border-color: #ff0000 !important;
}

.style-icon {
    font-size: 25px; 
    color: red;
}
.style-icon:hover {
    cursor: pointer;
}

.items .item .description p:nth-child(2) {
    display: none !important;
}
.items .item .description p:nth-child(3) {
    display: none !important;
}
.items .item .description p:nth-child(4) {
    display: none !important;
}

select.selectize-rounded {  
    border-radius: 10px !important;
}

.hero {
    background-color: #BBD9D5 !important;
}

.page .hero-wrapper .background {
    background-color: #BBD9D5 !important;
}

/* ul.left.align-nav-links {
    margin-left: -45px;
} */

.catch-phrase-logo {
    height: 120px;
}

.foo-space-alignment h2, .foo-space-alignment div div nav{
    margin-left: 12px;
}

.test {
    margin-left: -18px;
}

.img-fluid.align-image {
    margin-left: -64px;
}

.profile-container {
    position: relative;
}

.profile-container span {
    position: absolute;
    right: 0px;
    top: 0px;
}
.fit-one-line{
    white-space: nowrap;
    text-align:center;
    margin-top: 4rem;
}
/* .profile-container .profile-image img {
    border-radius: 50%;
} */

/* This is class need for image cropping */
.img-container img {
    max-width: 100%
}

/* .side-nav a.nav-link i {
    opacity: 0.3;
} */
/* a.nav-link:hover {
    color: #ff0000;
} */
a.nav-link:hover i {
    color: #ff0000;
    opacity: 1;
}


#my_users .icheckbox{
    top: 0rem!important;
    margin-bottom: 0rem;
}

.chk_label{
    padding: 0px!important;
}

.display-text .d-flex h3:first-of-type{ white-space: nowrap; }
.display-text .d-flex h3.rt-aligned{ text-align: right; }





/************************************** media queries ******************************************/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .fit-text .selectize-input{        
        white-space: pre-line!important;
        font-size: 11.5px!important;
    }
    .hero-form .main-search-form [type="submit"] {
        width:42%!important;
    }
    .fit-one-line{
        white-space: pre-wrap;
    }
}

@media screen and (min-width: 1600px) {
    .adjust-height-top {
        margin-top: 30px;
    }
    .adjust-height-bottom {
        height: 60px;
    }
    .spacing-home-search {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (min-width: 1800px) {
    .adjust-height-top {
        margin-top: 120px;
    }
    .adjust-height-bottom {
        height: 80px;
    }
}

@media screen and (min-width: 2100px) {
    .adjust-height-top {
        margin-top: 100px;
    }
    .adjust-height-bottom {
        height: 70px;
    }
}

@media screen and (min-width: 2300px) {
    .adjust-height-top {
        margin-top: 200px;
    }
    .adjust-height-bottom {
        height: 80px;
    }
    .spacing-home-search {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 2400px) {
    .adjust-height-top {
        margin-top: 240px;
    }
    .adjust-height-bottom {
        height: 90px;
    }
    .spacing-home-search {
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media screen and (min-width: 2600px) {
    .adjust-height-top {
        margin-top: 320px;
    }
    .adjust-height-bottom {
        height: 130px;
    }
    .spacing-home-search {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 3200px) {
    .adjust-height-top {
        margin-top: 520px;
    }
    .adjust-height-bottom {
        height: 230px;
    }
    .spacing-home-search {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .adjust-height-top {
        margin-top: -40px;
    }
    .adjust-height-bottom {
        height: 40px;
    }
    .spacing-home-search {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    .adjust-height-top {
        margin-top: 80px;
    }
    .adjust-height-bottom {
        height: 20px;
    }
    .spacing-home-search {
        margin-left: 40px;
        margin-right: 40px;
    }
    .catch-phrase-logo {
        height: 80px;
    }
    .foo-space-alignment h2, .foo-space-alignment div div nav{
        margin-left: 0px;
    }
    /* ul.left.align-nav-links {
        margin-left: 0px;
    } */
    .img-fluid.align-image {
        margin-left: 0px;
        margin-bottom: 18px;
    }

    .hero-form .main-search-form [type="submit"] {
        width:40%!important;
    }
}

@media screen and (max-width: 490px) {
.fit-one-line{
        white-space: pre-wrap;
    }
}



