/*--custom.css---*/

#exampleSlider {
    position: relative;
    border: 1px solid black;
}

@media (max-width: 767px) {
    #exampleSlider {
        border-color: transparent;
    }
}

#exampleSlider .MS-content {
    margin: 15px 5%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid red;
}

@media (max-width: 767px) {
    #exampleSlider .MS-content {
        margin: 0;
    }
}

#exampleSlider .MS-content .item {
    display: inline-block;
    /* height: 100%; */
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: 1px solid green;
    border-right: none;
    width: 20%;
}

@media (max-width: 1200px) {
    #exampleSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 992px) {
    #exampleSlider .MS-content .item {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    #exampleSlider .MS-content .item {
        width: 50%;
    }
}

#exampleSlider .MS-content .item p {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
}

#exampleSlider .MS-controls button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 30px;
    outline: 0;
    top: 35px;
}

@media (max-width: 767px) {
    #exampleSlider .MS-controls button {
        display: none;
    }
}

#exampleSlider .MS-controls button:hover {
    cursor: pointer;
}

#exampleSlider .MS-controls .MS-left {
    left: 10px;
}

@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-left {
        left: -2px;
    }
}

#exampleSlider .MS-controls .MS-right {
    right: 10px;
}

@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-right {
        right: -2px;
    }
}

/*--custom.css---*/

/*--customs.css---*/

#exampleSliders {
    position: relative;
    border: 1px solid black;
}

@media (max-width: 767px) {
    #exampleSliders {
        border-color: transparent;
    }
}

#exampleSliders .MS-content {
    margin: 15px 5%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid red;
}

@media (max-width: 767px) {
    #exampleSliders .MS-content {
        margin: 0;
    }
}

#exampleSliders .MS-content .item {
    display: inline-block;
    /* height: 100%; */
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: 1px solid green;
    border-right: none;
    width: 20%;
}

@media (max-width: 1200px) {
    #exampleSliders .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 992px) {
    #exampleSliders .MS-content .item {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    #exampleSliders .MS-content .item {
        width: 50%;
    }
}

#exampleSliders .MS-content .item p {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
}

#exampleSliders .MS-controls button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 30px;
    outline: 0;
    top: 35px;
}

@media (max-width: 767px) {
    #exampleSliders .MS-controls button {
        display: none;
    }
}

#exampleSliders .MS-controls button:hover {
    cursor: pointer;
}

#exampleSliders .MS-controls .MS-left {
    left: 10px;
}

@media (max-width: 992px) {
    #exampleSliders .MS-controls .MS-left {
        left: -2px;
    }
}

#exampleSliders .MS-controls .MS-right {
    right: 10px;
}

@media (max-width: 992px) {
    #exampleSliders .MS-controls .MS-right {
        right: -2px;
    }
}

/*--customs.css---*/

/*--customss.css---*/

#exampleSlider2 {
    position: relative;
    /* border: 1px solrgb(211, 116, 116)ack; */
}

@media (max-width: 767px) {
    #exampleSlider2 {
        border-color: transparent;
    }
}

#exampleSlider2 .MS-content {
    margin: 15px 5%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid red;
}

@media (max-width: 767px) {
    #exampleSlider2 .MS-content {
        margin: 0;
    }
    #exampleSlider2 .MS-content {
        overflow-x: scroll !important;
    }
}

#exampleSlider2 .MS-content .item {
    display: inline-block;
    /* 
    height: 100%;
 */
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: 1px solid green;
    border-right: none;
    width: 20%;
}

@media (max-width: 1200px) {
    #exampleSlider2 .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 992px) {
    #exampleSlider2 .MS-content .item {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    #exampleSlider2 .MS-content .item {
        width: 50%;
    }
}

#exampleSlider2 .MS-content .item p {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
}

#exampleSlider2 .MS-controls button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 30px;
    outline: 0;
    top: 35px;
}

@media (max-width: 767px) {
    #exampleSlider2 .MS-controls button {
        display: none;
    }
}

#exampleSlider2 .MS-controls button:hover {
    cursor: pointer;
}

#exampleSlider2 .MS-controls .MS-left {
    left: 10px;
}

@media (max-width: 992px) {
    #exampleSlider2 .MS-controls .MS-left {
        left: -2px;
    }
}

#exampleSlider2 .MS-controls .MS-right {
    right: 10px;
}

@media (max-width: 992px) {
    #exampleSlider2 .MS-controls .MS-right {
        right: -2px;
    }
}

/*--customss.css---*/

/*--homeheader.css---*/

@-ms-viewport {
    width: device-width;
}

.vkm ul li {
    display: inline;
    padding: 10px;
}

.col-md-4 {
    margin-top: 15px;
}

.dropvkm .dropdown-item {
    padding: 0px !important;
}

@media only screen and (max-width:768px) {
    .dropdown-content {
        display: none;
        position: relative;
        background-color: #f1f1f1;
        width: 300px;
        box-shadow: 0 8px 16px 0rgba(0, 0, 0, .2);
        z-index: 1;
        padding: 5px;
    }
}

.overlayloader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("<?php echo base_url;?>images/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */

body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */

body.loading .overlayloader {
    display: block;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 20rem;
}

.toggle.ios .toggle-handle {
    border-radius: 20rem;
}

/*--homeheader.css---*/






