body * {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: .4s all;
}

body {
    /* overflow-x: hidden; */
    font-family: "Roboto", sans-serif;
    position: relative;
    min-height: 100vh;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    /* font-family: "Convergence", sans-serif; */
}

html {
    overflow-x: hidden;
}

li {
    list-style: none;
}

figure {
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* ::-webkit-scrollbar{
    width: 9px;
}

::-webkit-scrollbar-track{
    background: rgba(170, 168, 168, 0.185);
}
::-webkit-scrollbar-thumb{
    background:  linear-gradient(#d62900, #ff9b55, #ffffff, #d462a7, #a40061 );
    border-radius: 10px;
} */

.container {
    width: 100%;
    max-width: 1466px;
}

section {
    position: relative;
}

.content {
    flex: 1;
}

/* ============================================= */

header.header {
    background: #FE948A;
    border-bottom: 1px solid #00000066;
    position: relative;
    padding: 10px 0;
}

figure.hdr-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    max-width: 60px;
}
.logo img{
max-width: 100%;
}
ul.header-lists {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.header-lists li a {
    font-size: 18px;
    color: #525560;
    font-weight: 500;
}

ul.header-lists li a:hover {
    color: #000;
}
.manu_icons{
    display: none;
}

.banner-section {
    padding: 60px 0 10px;
}

h1 {
    color: #150000;
    font-size: 64px;
    font-weight: 400;
    font-family: "Convergence", sans-serif;
}

.banner-info {
    position: relative;
    max-width: 1160px;
}

.banner-info h1 {
    margin-bottom: 50px;
}

.red-btn {
    display: inline-flex;
    backdrop-filter: blur(80px);
    background: #EC090D;
    height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.red-btn:hover {
    background: #b44d37;
    color: #fff;
}
.otp_btn{
  margin-top: 20px;  
}

figure.bottom-img {
    margin-top: 35px;
}

h2 {
    font-size: 48px;
    font-weight: 700;
}

section.stories-section {
    background: #FE948A;
    padding: 60px 0;
}

.stories-section h2 {
    margin-bottom: 20px;
    color: #fff;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

.story-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.stories-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 35px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.stories-info h3 {
    color: #fff;
    margin-bottom: 24px;
}

.stories-info p {
    color: #fff;
    margin-bottom: 20px;
}
.story-wrapper figure img{
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

p {
    font-size: 18px;
    font-weight: 400;
}

.story-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.stories-section .h2-hdin h2 {
    margin-bottom: 40px;
}

.view-div {
    margin-top: 40px;
    text-align: right;
    margin-right: 70px;
}

.about-us {
    padding: 90px 0 20px;
}
.about-list{
    margin-bottom: 20px;
}
.about-list li {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    padding-left: 25px;
}
.about-list li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #000;
}
span.sml-info {
    display: block;
    color: #F60606;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.abt-info p {
    margin-bottom: 14px;
    color: #525560;
}

.abt-info p:last-child {
    margin-bottom: 0;
}

.video-fig a:hover {
    opacity: 0.8;
}

.for-paddig-lft {
    padding-left: 100px;
}

.for-paddig-lft {
    padding-left: 100px;
    max-width: 710px;
    margin: auto;
}

.about-us::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 80px;
    height: 500px;
    width: 300px;
    background: url(../images/flower.png) no-repeat center / contain;
}

.botm-row {
    margin-top: 25px;
}

.botm-row p {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.only-height {
    height: 62px;
    background: #FE948A;
    margin-top: 22px;
    margin-bottom: 35px;
}

.join-this {
    text-align: center;
    margin-top: 25px;
}

.h5-hdin.h5-hdin {
    font-size: 24px;
    font-weight: 400;
    color: #28292F;
    line-height: 36px;
    margin-top: 10px;
}

.new-srvice-abt.new-srvice-abt .h5-hdin {
    font-weight: 700;
    color: #1D2130;
    margin-top: 0;
}

.srvice-wrap {
    display: flex;
    align-items: start;
    gap: 20px;
}

.srvice-wrap img {
    flex: none;
    position: relative;
    top: 5px;
}

.all-service {
    position: relative;
    margin-top: 14px;
    border-left: 2px solid #E5E5E5;
    padding-left: 20px;
}

.all-service li {
    margin-bottom: 8px;
}

.all-service li:last-child {
    margin-bottom: 0;
}

footer.footer {
    padding: 50px 0;
    background: #FE948A;
}

.footer-list h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}

.ftr-nav li a {
    color: #000;
    font-size: 16px;
    display: inline-block;
}

.ftr-nav li a:hover {
    opacity: 0.8;
}

.footer-list img {
    max-width: 190px;
    width: 100%;
}

.footer-list p {
    color: #000;
    margin-bottom: 15px;
}

.footer-list input {
    background: #D9D9D9;
    border-radius: 15px;
}

.video-fig img {
    width: 100%;
}

.video-fig {
    position: relative;
}

.cbo-info {
    color: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    text-align: center;
}

ul.supp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

ul.supp-list li {
    width: 16.66%;
    flex: 0 0 auto;
}

ul.supp-list li img {
    /* width: 100%; */
    max-width: 155px;
}

.sign-up-popup.sign-up-popup .modal-body {
    background: #FDCBC6 !important;
    padding: 70px 45px;
}

.sign-up-popup.sign-up-popup .modal-dialog {
    max-width: 680px;
}

.sign-up-popup.sign-up-popup .modal-dialog {
    max-width: 680px;
    border-radius: 10px;
    overflow: hidden;
}

.user-bttn p {
    color: #525560;
    font-size: 15px;
    margin-bottom: 15px;
}

.user-bttn+.user-bttn {
    margin-top: 25px;
}

.new-times {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 32px;
    width: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #EA1D21;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.story-carosel.story-carosel .owl-dot {
    height: 10px;
    width: 10px;
    background: white;
    border-radius: 50%;
    margin: 0 2px;
    transition: 0.4s all;
}

.story-carosel.story-carosel .owl-dot.active {
    width: 25px;
    border-radius: 100px;
    /* background-color: #EC090D; */
}

.story-carosel.story-carosel .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 15px;
}

.hamburger input {
    display: none !important;
}

.wall-section{
    padding: 60px 0 0;
}

.facility-wrapper {
    display: flex;
    background: #FDCBC6;
    padding: 20px 12px 20px 20px;
    /* align-items: center; */
    border-radius: 20px;
    margin-top: 12px;
}

.facility-dtls {
    padding-left: 25px;
    width: 100%;
    max-width: 60%;
}

.facility-fig img {
    border-radius: 16px;
    height: 300px;
    width: 300px !important;
    object-fit: cover;
}

.facility-dtls h3{
    margin-bottom: 15px;
}

.view-btn {
    position: relative;
    display: inline-block;
    color: #EC090D;
    font-weight: 700;
    margin-top: 15px;
}

.view-btn:hover{
    color: #000;
}

.wall-info + .wall-info{
    margin-top: 40px;
}

.facility-dtls h3 a{
    color: #000;
}

.facility-dtls h3 a:hover{
    color: #212529ad;
}

.recommendation-section{
    padding: 55px 0;
}

.recommendation-info{
    padding: 25px 10px;
    background: #FE948A;
}

.recommendation-info h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #1D2130;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.only-line{
    display: inline-block;
    height: 2px;
    width: 75px;
    background: #1D2130;
    vertical-align: middle;
    margin-left: 20px;
}

.recommendation-info h5 {
    font-size: 34px;
    font-weight: 500;
    color: #1D2130;
    display: flex;
    align-items: center;
    gap: 20px;
}

.recommendation-info h5 i{
    height: 48px;
    width: 48px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
}

.info-wrap {
    max-width: max-content;
    margin: auto;
}

.recommendation-info h5 i:hover{
    opacity: 0.8;
}

.cbo-network {
    padding: 55px 0;
    background: #FDCBC6;
}

.network-dtls .supp-list{
    margin-top: 0 !important;
}

.network-dtls .supp-list li{
    margin-top: 30px;
}

.network-dtls h3{
    text-align: center;
}

.load-more {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: red;
}


#success-alert {
    transition: opacity 0.3s ease;
}



.network-dtls ul.supp-list {
    display: inline-block;
    flex-wrap: wrap;
   justify-content: space-between;
   width: 100%;
}

.network-dtls ul.supp-list li {
   width: 23.66%;
   display: inline-block;
   align-items: center;
   background-color:#fff;
   padding: 6px;
   border-radius:5px;
   margin: 6px;
   box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.75);
}

.network-dtls ul.supp-list li .image-dsgn{
   float: left;
   width:50px;
   height: 40px;
   overflow: hidden;
   margin-right:5px;
}

.network-dtls .image-dsgn img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.network-dtls span{
   font-size:14px;
   align-items: center;
   /* justify-content: center; */
  
   }


.photo-dtls .photo-info{
    position: relative;
}

.cross_image{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    cursor: pointer;
}

.cross_image img{
    width: 100%;
}

.sub_photo_frame{
    position: relative;
}


@media only screen and (max-width: 1560px) {

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 70px;
    }

    ul.header-lists li a {
        font-size: 16px;
    }
    .logo {
        max-width: 50px;
    }
    ul.header-lists {
        gap: 25px;
    }

    .red-btn {
        height: 44px;
        padding: 0 28px;
        font-size: 15px;
    }

    .banner-section {
        padding: 40px 0 5px;
    }

    header.header {
        padding: 8px 0;
    }

    h1 {
        font-size: 44px;
    }

    .banner-info h1 {
        margin-bottom: 32px;
    }

    .banner-info {
        max-width: 800px;
    }

    figure.bottom-img {
        margin-top: 30px;
    }

    section.stories-section {
        padding: 40px 0;
    }

    h2 {
        font-size: 36px;
    }

    .stories-section .h2-hdin h2 {
        margin-bottom: 25px;
    }

    .stories-info {
        padding: 40px 30px 30px;
    }

    h3 {
        font-size: 22px;
    }

    .stories-info h3 {
        margin-bottom: 16px;
    }

    p {
        font-size: 15px;
    }

    .stories-info p {
        margin-bottom: 15px;
    }

    .view-div {
        margin-top: 30px;
        margin-right: 50px;
    }

    .about-us::before {
        top: 10px;
        left: 50px;
        height: 390px;
        width: 200px;
    }
    .about-list li::before {
        height: 8px;
        width: 8px;
        top: 6px;
    }
    .about-list li {
        font-size: 14px;
        padding-left: 20px;
    }
    span.sml-info {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .about-us {
        padding: 80px 0 20px;
    }

    .botm-row p {
        font-size: 18px;
        padding-bottom: 6px;
    }

    .only-height {
        height: 52px;
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .for-paddig-lft {
        padding-left: 40px;
        max-width: 640px;
    }

    .h5-hdin.h5-hdin {
        font-size: 19px;
        line-height: 28px;
        margin-top: 8px;
    }

    .srvice-wrap {
        gap: 16px;
    }

    .join-this {
        margin-top: 20px;
    }

    footer.footer {
        padding: 38px 0;
    }

    .footer-list h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .ftr-nav li a {
        font-size: 15px;
    }

    .footer-list img {
        max-width: 165px;
    }

    .footer-list p {
        margin-bottom: 12px;
    }

    .footer-list input {
        font-size: 15px;
    }

    ul.supp-list li img {
        max-width: 130px;
    }

    ul.supp-list {
        margin-top: 22px;
    }

    .sign-up-popup.sign-up-popup .modal-body {
        padding: 56px 40px;
    }

    .user-bttn p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .new-times {
        top: 11px;
        right: 11px;
        height: 30px;
        width: 30px;
        font-size: 18px;
    }

    .sign-up-popup.sign-up-popup .modal-dialog {
        max-width: 600px;
    }

    .wall-section {
        padding: 40px 0 0;
    }

    .facility-wrapper {
        padding: 15px 15px 15px 15px;
        margin-top: 10px;
    }

    .facility-dtls h3 {
        margin-bottom: 8px;
    }

    .view-btn {
        margin-top: 12px;
        font-size: 14px;
    }

    .facility-dtls {
        padding-left: 22px;
        max-width: 62%;
    }

    .wall-info + .wall-info {
        margin-top: 28px;
    }

    .recommendation-section {
        padding: 48px 0;
    }

    .recommendation-info {
        padding: 22px 10px;
    }

    .recommendation-info h4 {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .only-line {
        height: 2px;
        width: 65px;
        margin-left: 20px;
    }

    .recommendation-info h5 {
        font-size: 26px;
        gap: 16px;
    }

    .recommendation-info h5 i {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 16px;
    }

    .cbo-network {
        padding: 40px 0;
    }

    ul.supp-list li img {
        max-width: 120px;
    }

    .load-more {
        margin-top: 10px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {

    .container {
        padding: 0 40px;
    }

    .manu_icons{
        display: block;
    }
    .banner-section {
        padding: 25px 0 2px;
    }

    h1 {
        font-size: 30px;
    }

    .banner-info h1 {
        margin-bottom: 16px;
    }

    figure.bottom-img {
        margin-top: 20px;
    }

    section.stories-section {
        padding: 25px 0;
    }

    h2 {
        font-size: 26px;
    }

    .stories-section .h2-hdin h2 {
        margin-bottom: 12px;
    }

    .stories-info {
        padding: 22px 18px 18px;
    }

    .story-wrapper {
        border-radius: 10px;
    }

    ul.header-lists li a {
        font-size: 15px;
        color: #3f3f42;
    }

    .red-btn {
        height: 38px;
        padding: 0 20px;
        font-size: 13px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    .stories-info h3 {
        margin-bottom: 10px;
    }

    .view-div {
        margin-top: 20px;
        margin-right: 25px;
    }

    .about-us::before {
        top: 3px;
        left: 10px;
        height: 150px;
        width: 80px;
    }

    .about-us {
        padding: 40px 0 15px;
    }

    .for-paddig-lft {
        padding-left: 0;
        max-width: 640px;
    }

    span.sml-info {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }

    .abt-info p {
        margin-bottom: 10px;
    }

    .botm-row p {
        font-size: 16px;
        padding-bottom: 5px;
    }

    ul.supp-list {
        margin-top: 20px;
    }

    ul.supp-list li {
        width: 33.33%;
        margin-bottom: 10px;
    }

    .only-height {
        height: 38px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .h5-hdin.h5-hdin {
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px;
    }

    .srvice-wrap {
        gap: 12px;
    }

    .all-service {
        margin-top: 12px;
        padding-left: 15px;
    }

    footer.footer {
        padding: 28px 0;
    }

    .footer-list h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .ftr-nav li a {
        font-size: 14px;
    }

    .footer-list img {
        max-width: 120px;
    }

    .hamburger input {
        display: block !important;
    }

    ul.header-lists {
        display: none;
    }

    /* From Uiverse.io by Jason21403019 */
    .hamburgers {
        justify-content: center;
        align-items: center;
    }

    .hamburger {
        cursor: pointer;
        padding-bottom: 3px;
        position: relative;
    }

    .hamburger input {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    .bar {
        display: block;
        width: 22px;
        height: 2px;
        margin: 5px auto;
        border-radius: 40px;
        transition: all 0.3s cubic-bezier(0.37, -1.11, 0.79, 2.02);
        background-color: #404040;
    }

    .hamburger input:checked~.bar:nth-child(2) {
        transform: translateY(5.5px) rotate(45deg);
    }

    .hamburger input:checked~.bar:nth-child(3) {
        opacity: 0;
    }

    .hamburger input:checked~.bar:nth-child(4) {
        transform: translateY(-9px) rotate(-45deg);
    }


    .header-lists {
        position: absolute;
        flex-direction: column;
        align-items: start !important;
        z-index: 9;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fe948a;
        padding: 40px 20px 30px;
        /* border-bottom: 1px solid; */
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
        display: none;
        gap: 0 !important;
    }

    .header-lists li {
        display: block;
        margin-bottom: 10px;
    }

    .manu_icons {
        z-index: 10;
    }

    .hamburger .bar:last-child {
        margin-bottom: 0;
    }

    .facility-wrapper {
        flex-direction: column;
    }

    .facility-dtls {
        padding-left: 0;
        max-width: 100%;
        margin-top: 15px;
    }

}

@media only screen and (max-width: 575px) {

    .container {
        padding: 0 15px;
    }

    .red-btn {
        height: 35px;
        padding: 0 18px;
        font-size: 13px;
        border-radius: 8px;
    }

    .logo {
        max-width: 45px;
    }

    .banner-section {
        padding: 20px 0 2px;
    }

    h1 {
        font-size: 22px;
    }

    .banner-info h1 {
        margin-bottom: 10px;
    }

    figure.bottom-img {
        margin-top: 15px;
    }

    section.stories-section {
        padding: 20px 0;
    }

    h2 {
        font-size: 20px;
    }

    .stories-section .h2-hdin h2 {
        margin-bottom: 10px;
    }

    .stories-info {
        padding: 18px 16px;
    }

    h3 {
        font-size: 18px;
    }

    .stories-info h3 {
        margin-bottom: 8px;
    }

    .stories-info p {
        margin-bottom: 0;
    }

    .story-wrapper figure img {
        height: 270px;
        object-fit: cover;
        object-position: top;
    }

    .story-wrapper {
        margin-bottom: 6px;
    }

    .view-div {
        margin-top: 0;
        margin-right: 0;
    }

    .about-us::before {
        top: 3px;
        left: 4px;
        height: 80px;
        width: 40px;
    }

    .about-us {
        padding: 35px 0 15px;
    }

    span.sml-info {
        font-size: 15px;
        letter-spacing: 1px;
        margin-bottom: 1px;
    }

    .for-paddig-lft h2 {
        margin-bottom: 5px;
    }

    .abt-info p {
        margin-bottom: 6px;
    }

    .for-paddig-lft {
        margin-bottom: 12px;
    }

    .botm-row {
        margin-top: 20px;
    }

    ul.supp-list li img {
        max-width: 95px;
    }

    ul.supp-list {
        margin-top: 12px;
    }

    .only-height {
        height: 30px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .h5-hdin.h5-hdin {
        font-size: 15px;
        line-height: 22px;
        margin-top: 3px;
    }

    .all-service {
        margin-top: 10px;
        padding-left: 10px;
    }

    .srvice-wrap {
        gap: 10px;
    }

    .join-this {
        margin-top: 12px;
    }

    footer.footer {
        padding: 20px 0 5px;
    }

    .footer-list h4 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .footer-list {
        margin-bottom: 14px;
    }

    .footer-list p {
        margin-bottom: 10px;
    }

    .sign-up-popup.sign-up-popup .modal-body {
        padding: 34px 20px;
    }

    .user-bttn p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .user-bttn+.user-bttn {
        margin-top: 20px;
    }

    .new-times {
        top: 6px;
        right: 6px;
        height: 26px;
        width: 26px;
        font-size: 16px;
    }

    .story-carosel.story-carosel .owl-dots {
        margin-top: 0px;
    }

    .story-carosel.story-carosel .owl-dot {
        height: 7px;
        width: 7px;
        margin: 0 2px;
    }

    .story-carosel.story-carosel .owl-dot.active {
        width: 18px;
    }

    .wall-section {
        padding: 20px 0 0;
    }

    .facility-wrapper {
        padding: 10px;
        margin-top: 8px;
        border-radius: 10px;
    }

    .facility-dtls h3 {
        margin-bottom: 5px;
    }

    .view-btn {
        margin-top: 10px;
        font-size: 13px;
    }

    .wall-info + .wall-info {
        margin-top: 16px;
    }

    .recommendation-section {
        padding: 20px 0;
    }

    .recommendation-info h4 {
        font-size: 13px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    .only-line {
        height: 2px;
        width: 40px;
        margin-left: 10px;
    }

    .recommendation-info h5 {
        font-size: 20px;
        gap: 10px;
    }

    .recommendation-info h5 i {
        height: 32px;
        width: 32px;
        font-size: 13px;
    }

    .network-dtls .supp-list li {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .cbo-network {
        padding: 24px 0;
    }

    .load-more {
        margin-top: 6px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 350px){
    ul.supp-list li img {
        max-width: 90px;
    }
}