#help-center img {
    width: 100%;
}

.dashed_heading {
    color: #0f4594;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    margin: 30px auto;
}

div.dashed_heading {
    position: relative;
    text-align: center;
    margin: 0 auto 40px;
}

.dashed_heading .dash {
    border: 1px solid #2960b6;
    background: #2960b6;
    opacity: .2506045386904762;
}

div.dashed_heading .dash {
    position: absolute;
    width: 100%;
    top: 55%;
    line-height: 30px;
}

.dashed_heading .text {
    background-color: #e9eff7;
    color: #0f4594;
}

div.dashed_heading .text {
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.faq-drawer {
    margin-bottom: 15px;
}

.faq-drawer__content-wrapper {
    font-size: 1em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-top: #000 1px solid;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 15px 0 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 15px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
    color: #4E4B52;
}

.faq-drawer__trigger:checked
+ .faq-drawer__title
+ .faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}

.image {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    margin: -100px auto 30px;

}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif, calibri, helvetica;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


body {
    background: #000;
    color: #000;
}

swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: auto;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 30px;
}

.mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

swiper-slide img {
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/

}


.slider-size{
    height: 600px;
    background-position: center 10px !important;
    background-size: 100% 100% !important;
}


.slider-size ul{
    width: 50%;
    padding: 20px 30px 10px 0;
    vertical-align: middle;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 3;
}

iframe{
    width: 100%;
    height: 300px;
}
.slider-size .img-slider{
    width: 90%;
    margin: auto;
    object-fit: contain;
    height: 100%;

}
@media (max-width: 700px) {
  table td,th{font-size: 12px;}
  .mt-100{margin-top: 100px}
    .slider-size{
        height: auto !important;
    }
    .slider-size .img-slider{
    margin-top: 10px;

    }

    .slider-size ul{
        line-height: 2;
        padding: 20px 15px 0px 0;
    }
    .slider-size h2{
        font-size: 16px;
    }
    .slider-size h4{
        font-size: 13px;
    }
    .slider-size{font-size: 10px}
    .slider-size a{
        font-size: 9px;

    }
    .top-navv {
        position: fixed !important;
        top: 0 !important;
    }
}
