/* your styles go here */

@media only screen and (min-width: 767px) {
    .hideonpc{
        display: none;  
    }

}
.menuimg{
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 120px;
    width: 120px;
    cursor: pointer;
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
    margin-top: 15px;
}
.badge {
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    top: -10px;
    left: -10px;
    letter-spacing: 0.1em;
    padding: 3px 5px;
    background-color: #da4d4d;
    color: white;
    font-weight: bold;
}
.search-button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
}
#close-button{
    font-size: 24px;
    position: absolute;
    margin: 0px 0px;
    top: 15px;
    BACKGROUND: #da4d4d;
    padding: 0px 10px;
    right: 5px;
    color: white;
    border: 1px solid #da4d4d !important;
}
#search-input{
    position: absolute;
    width: 95%;
    left: 5px;
    top: 0px;
    margin: 0px 0px;
    top: 15px;
    padding: 15px;
    z-index: 999;
}
.show{
    display: initial !important;
}
element.style {
    font-size: 24px;
    position: fixed;
    right: 75px;
    top: 80px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
i {
    font-style: italic;
}
.search-button{
    display: inherit !important;
    position: absolute;
    right: 4%;
    top: 45%;
    border: 0px;
}
.search-button:hover{
    color: #da4d4d;
}
#search-box{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
@media (max-width: 991px){
    /*    #search-button{
            font-size: 24px;
            position: fixed;
            right: 75px;
            top: 80px;
        }*/
    .fa-search:before {
        content: "\f002" !important ;
        display: initial  !important ;
    }
    #search-input {
        padding: 3px 10px;
    }
    .collapse:not(#search-button) {
        display: none;
    }
    .search-button {
        display: inherit !important;
        position: absolute;
        right: 15%;
        top: 50%;
        border: 0px;
    }
    #close-button {
        font-size: 24px;
        position: absolute;
        z-index: 999;
        margin: 0px 0px;
        top: 15px;
        BACKGROUND: #da4d4d;
        padding: 0px 10px;
        right: 5px;
        color: white;
        border: 1px solid #da4d4d !important;
    }
}
/*.search-toggle {
    position: relative;
    display: block;
    height: 10px;
    width: 10px;
    &::before,
    &::after {
        content: '';
        position: absolute;
        display: block;
        transition: all 0.1s;
    }
    &::before {
        border: 2px solid $blue;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        left: -2px;
        top: -2px;
    }
    &::after {
        height: 2px;
        width: 7px;
        background: $blue;
        top: 10px;
        left: 8px;
        transform: rotate(45deg);
    }
    &.active {
        &::before{
            width: 0;
            border-width: 1px;
            border-radius: 0;
            transform: rotate(45deg);
            top: -1px;
            left: 4px;
        }
        &::after {
            width: 12px;
            left: -1px;
            top: 4px;
        }
    }
}
.search-input {
    &:focus {
        outline: none;
    }
}
.search-box {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    padding-left: 2em;
    transform: translateX(20%);
    opacity: 0;
    transition: all 0.4s 0.3s;
    .search-input {
        border: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }
    .search-toggle {
        width: 14px;
        height: 14px;
        padding: 0;
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
}
&.show {
    .menu {
        li {
            transform: scale(0.8);
            opacity: 0;
        }
    }
    .search-box {
        width: calc(100% - 5em);
        transform: translateX(0);
        opacity: 1;
    }
}*/
input[type=search] {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    -webkit-appearance: textform-group;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none; 
}
input[type=search] {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    display: inline-block;
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}
input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}
/* Demo 2 */
#demo-2 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#demo-2 input[type=search]:hover {
    background-color: #fff;
}
#demo-2 input[type=search]:focus {
    width: 130px;
    padding-right: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#demo-2 input:-moz-placeholder {
    color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}
.card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 220px;
    text-align: center;
}
.card-product .img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.card-product .info-wrap {
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid #eee;
}
.card-product .bottom-wrap {
    padding: 15px;
    border-top: 1px solid #eee;
}
.label-rating { margin-right:10px;
                color: #333;
                display: inline-block;
                vertical-align: middle;
}
.card-product .price-old {
    color: #999;
}
.product-list{
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
    padding: 15px;
}
.toast-header {
    display: -ms-flexbox;
    display: initial;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #ffffff;
    background-color: #dc3545db;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.captinposition{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    /*     text-align: left;*/
}
.captinposition h2{
    font-size: 50px;
}
.captinposition p {
    font-size: 20px;
}
.captionimage{
    width:100% ; 
    height: auto;
}
.carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.5);
}
@media (max-width: 991px){
    .captionimage{
        width:100% ; 
        height: 200px;
    }
    .captinposition{
        top: 50%;
        transform: translateY(-50%);
        bottom: initial;
        /*        text-align: left;*/
        display: initial !important;
    }
    .captinposition h2{
        font-size: 16px;
    }
    .captinposition p {
        display: none;
        font-size: 16px;
    }
}

/*       slider*/

img{
    display: block;
}
.content_title {
    position: absolute;
    padding: 50px 40px 50px 80px;
    background-color: #FFF;
    z-index: 100;
    font-size: 22px;
    margin-left: -60px;
    -webkit-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
}
.content_title .text {
    -webkit-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    transform: translate3d(0, 0, 0) skew(20deg, 0deg);
}
.content_slider {
    width: 100%;
    overflow: hidden;
}
.gallery_content {
    overflow: hidden;
    margin-left: -135px;
    height: 490px !important; 	
}
.gallery_item {
    float: left;
    overflow: hidden;
    vertical-align: top;
    margin-left: -2px;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    -webkit-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    position: relative;
    /* height: 500px; */
}
.gallery_item::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    transition: all ease 0.6s;
    opacity: 1;
}
.gallery_item.active:after {
    opacity: 0;
}
.gallery_item img{
    position: relative;
    -webkit-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    margin-left: -100px !important;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 22px;
    /* height: 95px; */
    line-height: normal;
    margin: auto;
    text-align: center;
    width: 300px;
    padding: 15px 0;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%) skew(20deg, 0deg);
    -moz-transform: translate(-50%, -50%) skew(20deg, 0deg);
    -ms-transform: translate(-50%, -50%) skew(20deg, 0deg);
    transform: translate(-50%, -50%) skew(20deg, 0deg);
    transition: all ease 0.6s;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.84) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}
.item-1 .banner-text{ top: 10%;}
.item-2 .banner-text{ top:22%}
.item-3 .banner-text{top:33%}
.item-4 .banner-text{top:45%}
.item-5 .banner-text{top:60%}
.item-6 .banner-text{top:71.6%; left: 40%;}
.banner-text img {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 7px;
    position: static;
    -webkit-transform: translate3d(0, 0, 0) skew(0deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(0deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(0deg, 0deg);
    transform: translate3d(0, 0, 0) skew(0deg, 0deg);
}
.gallery_content .gallery_item:last-child .banner-text{
    transition: all ease 0.6s;
}
.gallery_content .gallery_item:first-child .banner-text{
    transition: all ease 0.6s;
}

.gallery_content .gallery_item.active:last-child .banner-text{
    transition: all ease 0.6s;
}
.gallery_content .gallery_item.active:first-child .banner-text{
    transition: all ease 0.6s;
}
.banner-text .subheading {
    font-size: 14px;
    display: none;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.banner-text a,.banner-text span{
    display: block;
    line-height: 1.2;
}
.gallery_item:hover .banner-text .subheading {
    display: block;
}
@media only screen and (max-width: 767px) {
    #hideonphone{
        display: none;  
    }

}
.custom-breadcrumbs{
    padding: 5rem 0 !important;
}
.custom-breadcrumbs ul li {
    color: white !important;
}
.apply-now{
   -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
    padding: 20px;

}
/*.apply-now .form .form-group input, .apply-now .form .form-group textarea, .apply-now .form .form-group select {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.05);
    height: 37px;
    outline: none;
    padding: 0 20px;
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: white;
}
.apply-now .form .form-group label{
    color: white;
}*/