@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html {
  border-top: 5px solid #fff;
  background: #e9e9e9;
  color: #2a2a2a;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.row,.col{
    margin: 0;
    padding: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

#loading-spinner{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666 !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 9px !important;
    -webkit-border-radius: 9px !important;
    border-radius: 9px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #236890 !important;
}

.logo{
    display: block;
    background: url("assets/img/logo.png");
    height: 51px;
    width: 200px;
}

.btn-plan{
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 15px 77px 15px 78px;
    color: #236890;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    border-radius: 30px 30px 0px 30px;
    background-color: transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    text-decoration: none;
    font-stretch: semi-condensed;
    font-size: 20px;
    /* text-transform: capitalize; */
    font-weight: 600;
    z-index: 9999999;
    border: 2px solid #236890;
    background-color: #fff  !important;
    margin-top: 6px;
    transition: all 0.3sease;
    transition: all 0.3sease-in-out;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.btn-plan:hover{
    color: #fff;
    background-color: #236890  !important;
}

/*.btn-plan:before{
    content: "";
    background-image: url(../img/logo-icone.png);
    background-position: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 18px;
    top: calc(50% - 18px);
}*/

.pricingTable10{
    text-align: center;
}

.pricingTable-header{
    font-weight: 600;
    font-size: 16px;
}
.pricingTable-header .price-value{
    font-size: 26px;
}
.pricingTable-header h2{
    font-size: 19px;
    margin: 0;
}
.pricingTable-header h6{
    font-size: 13px;
    color: red;
}
.bottom-prices {
    color: #fff;
    min-height: 217px;
    position: absolute;
    width: 75%;
    bottom: 0;
    z-index: 999;
}

.bottom-prices .price-value{
    font-weight: 700;
    font-size: 30px;
}

.bottom-prices .price-value sup{
    font-weight: 500;
    font-size: 16px;
}
.bottom-prices h6{
    color: #dc3545;
    font-size: 12px;
}

.pricing-content {
    background: #236890;
    color: #fff;
    margin-top: 31px;
    border-radius: 45px 0%;
    min-height: 190px;
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    width: 100%;
    /* bottom: -100%; */
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0px;
}

.pricing-content img {
    max-width: 100% !important;
    max-height: 90%;
    height: auto;
}

.pricing-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-content ul li{
}

.bottom-prices .label{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.bottom-prices .label span{
    font-size: 18px;
    font-weight: 800;
}
.bottom-prices .label small{
    font-size: 10px;
    font-weight: 400;
}

.bx-wrapper {
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 0 !important;
}
.bx-wrapper ul.bxslider li{
    height: 100% !important;
}
.bx-wrapper ul.bxslider li .row {
    padding: 10px 15px;
}
.bx-controls.bx-has-controls-direction.bx-has-pager{
    position: absolute;
    width: 100%;
    bottom: 50%;
}
img{
    max-width: 100% !important;
    height: auto;
}
.s-container{
    padding-top: 20px;
}
.header-container{
    padding-left: 26px;
    padding-top: 15px;
}
.header-container p{
    font-size: 13px;
}
.s-container
,.main-v {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}


/*slick*/
.slider {
    width: 100%;
    margin: 10px auto;
    height: calc(100% - 77px);
    z-index: 3;
}

.slick-slide {
  margin: 0px 20px;
  height: 100%;
}

.slick,
.slick-slide,
.slick-track,
.slick-list,
.slick-slide > div{
    height: 100%;
}
.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev, .slick-next {
    top: 237px;
    z-index: 999999;
}

.slick-dots {
    top: 228px;
    z-index: 999999;
    width: 80%;
    height: 50px;
    left: 10%;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #236890;
}

.slick-dots li {
    width: 42px;
    height: 42px;
}

.slick-dots li button {
    width: 42px;
    height: 42px;
}
.slick-dots li button:before {
    font-size: 25px;
}


/*end slick*/
.accordion-item:first-of-type .accordion-button{
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 600px) {
    .slider {
        height: calc(100% - 92px);
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .slick-dots {
        top: 44%;
    }
    .slick-dots li {
        width: 24px;
        height: 24px;
    }
    .slick-prev, .slick-next {
        top: 45%;
    }
    .btn-plan {
        /* position: absolute; */
        z-index: 999999;
        /* color: #fff; */
    }
    .pricing-content {
        min-height: calc(58% - 60px);
        height: calc(58% - 60px);
    }
}
#accordionPanels{
    display: block;
    margin-top: 13px;
    /* position: absolute; */
    top: 45%;
    width: auto;
    left: 36px;
}
@media screen and (max-width: 556px) {
    .bottom-prices {
        min-height: 247px;
        width: 75%;
    }
}

@media screen and (min-width: 479px) and (max-width: 481px) {
    .bottom-prices {
        min-height: 208px;
        width: 75%;
    }
}

@media screen and (max-width: 461px){
    .slick-dots {
        top: 48%;
    }
    .slick-prev, .slick-next {
        top: 49%;
    }
    .bottom-prices {
        min-height: 216px;
        width: 75%;
    }
    .price-slider span {
        display: none;
    }
}