html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/* FAQ Page Accordion List Style Start */
/*ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;*/
    /*padding: 28px 32px;*/
    /*margin: 0 auto 10px auto;*/
/*    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #000000;*/
    /*cursor: pointer;
}

ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
}

ul.accordion-list li h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    cursor: pointer;
    color: #000000;
    letter-spacing: 0px;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
}

ul.accordion-list li h3:after {
    content: "\f278";
    font-family: "material-design-iconic-font";
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 28px 32px;

}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    line-height: 150%;
    font-size: 16px;
    line-height: 36px;
    font-family: 'Montserrat-Regular';
}*/
/* FAQ Page Accordion List Style End */


/* logo Sliding Start */
/*.scroll-main-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
}

.scroll-slider-container {
    display: flex;
    animation: scroller 30s linear infinite;
}

.scroll-slider-container .slide-item {
    width: 20rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.logo-image {
    height: 100px;
    max-width: 100px;
    display: block;
    margin-right: 10px;
}

@keyframes scroller {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}*/

/*.scroll-slider-container .slide-item:nth-child(even) {
    background-color: green;
}
.scroll-slider-container .slide-item:nth-child(odd) {
    background-color: red;
}*/

/* logo Sliding End */


/* Swiper Slider Horizontal Css Start */
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

html,
body {
    position: relative;
    height: 100%;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    font-size: 18px;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    width: 184px;
    padding: 40px 10px;
    background: #fff;
    border-radius: 4px;
}
/* Slider End */


.menu-list {
    list-style: none;
}

.menu-list .list-item {
    position: relative;
    line-height: 28px;
    transition: .3s cubic-bezier(0.2, 0, 0, 1);
    max-width: fit-content;
    cursor: pointer;
}

.menu-list .list-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
    transform-origin: 0 0;
    transform: scalex(0);
    transition: .25s cubic-bezier(0.2, 0, 0, 1);
    will-change: transform;
    transition-property: transform;
}

.menu-list .list-item:hover:before {
    transform: scalex(1);
    transform-origin: 0 0;
}


/* Footer Layout style css start*/
/*.footer {
    padding: 0px 15px;
    color: #808080;
}*/

.footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer ul li {
    color: #808080;
}

.footer .pd-10 {
    padding: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}
/* End */


.scroll-watcher {
    height: 2px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: black;
    width: 100%;
    scale: 0 1;
    transform-origin: left;
    animation: scroll-watcher linear;
    animation-timeline: scroll(y);
}

@keyframes scroll-watcher {
    to {
        scale: 1 1;
    }
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 1px !important;
}
