/* Global */
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: local(''), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), url('../fonts/MyriadPro-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: local(''), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local(''), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/Nexa Light.eot');
    src: local(''), url('../fonts/Nexa Light.woff') format('woff'), url('../fonts/Nexa Light.ttf') format('truetype'), url('../fonts/Nexa Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arial';
    src: url('../fonts/arial.ttf');
    font-weight: normal;
    font-style: normal;
}

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

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #777;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #777;
}

/*
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
*/

body {

    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    line-height: 1.42857143;
    height: 100%;
    overflow: hidden;
    position: relative;
  background-image: url('../img/bg.png');
 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    font-family: 'arial';
}
.header-title img{
width: 100%;
}
.header-title{
    z-index: -1;
}
main {
    height: 100%;
    width: 100%;
}
.logo {
    padding: 30px
}
.logo img{
    width: 150px
}
.hidden-large {
    display: none
}

.circle-se {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.circle-se img {
    width: 38vw;
}

.circle-se-logo {
    position: absolute;
    right: 0;
    top: 42%;
    width: 60vw;
}

.circle-se-logo img {
    width: 100%
}
.lines {
    position: absolute;
    left: 0;
    top: 43%;
    width: 38%;
    opacity: .5
}

.lines img {
    width: 100%
}
.superbugs-list {
    height: 100%;
    width: 100%;
    margin-top:0;
    position: absolute;
    left: 0;
    top: 0
}

.superbugs-list ul {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;

}
.zoomContainer {
    height: 100%;
}

.hidden-row-large {
    display: none!important
}
.transform {
    -webkit-transform: none!important;
    transform: none!important
}
span.close-icon {
    position: absolute;
    z-index: 1050;
    right: 23px;
    top: 20px;
    color: white;
    background-color: #0f79bf;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}
span.message {
    position: absolute;
    top: 37%;
    color: #0e1d42;
    z-index: 1;
    font-family: 'MyriadPro-Regular';
    font-size: 1.4em;
    left: 48.5%;
    line-height: 1.1em;
}
/******** Start Modal Style **********/
.modal-pop {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/bg-modal.webp');
 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1024;
}
.popup-content {
     height: calc(100% - 75px);

}

.popup-content h2 {
    color: #f9a51a;
    font-family: 'MyriadPro-Bold';
    margin-bottom: 30px;
    position: relative;
    left: 0;
    font-size: 50px;
    line-height: 50px;
    position:relative;
    padding-bottom: 10px;
}
.popup-content h2 span::after {
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    background-color: #f9a51a;
    width: 60%;
    bottom: 0;
 }
.left-popup  .popup-content h2 span::after {
    left:auto;
    right:0
}
modal1 .popup-content h2 {
    font-size: 60px;
}

.left-popup  .popup-content h2 {
    text-align: right;
    right: -15%;
    left: auto;
}
.left-popup span.num-title {
    left: 33.5%;
    right: auto
}

.left-popup .popup-content h2::after  {
  background-image: url(../img/title-line-2.png); 
     left: auto;
    right: 0
}
span.num-title {
    position: absolute;
    right: 33.2%;
    z-index: 5;
    top: -38%;
    color: #0e1d42;
    font-size: 60px;
     display: none!important
}
.popup-content p {
    font-size: 23px;
    color: #58595b;
    font-family: 'MyriadPro-Regular';
    line-height: 30px;
    margin-bottom: 15px;
}
.img-content,
.text-content {
    height: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.img-content {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.img-content img {
    width: 100%;
}
.text-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding-left: 0px;
 
}
/* .modal2 img{
    width: 75%;
} */
.popup-footer {
    padding: 0 25px
}
.popup-footer img{
    width: 7%;
}
.popup-footer .right-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.popup-footer .right-text a {
    color: #58595b;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right
}


.left-popup .text-content {

}
.left-popup .img-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.left-popup .popup-content h2 {
    font-size: 50px;
    line-height: 50px;
    right: 0;
}
.left-popup  .popup-content h2::after {
    width: 75%;
    height: 120%;
    top: -15%;
}

 .left-popup span.num-title {
    left: 29%;
    top: 5%;
    right: auto;
}

.left-popup .popup-footer .right-text a {
    text-align: left
}
.left-popup .popup-footer .right-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}


.modal3 span.num-title {
    right: 42.5%;
    top: 16%;
    font-size: 50px;
}
.modal4 .popup-content p {
    /* font-size: 25px */
}

.modal5 .popup-content h2 {
    /* margin-bottom: 60px; */
    /* left: -15%; */
}
.modal5  span.num-title {
    right: 42.2%;
    top: 17%;
    font-size: 55px;
}
/*
.modal8 .popup-content p {
    font-size: 24px
}
*/
.modal8 .popup-footer .right-text a {
    font-size: 12px
}
.modal8 .popup-content {
    height: calc(100% - 80px);
   
}
.popup-6 img{
    width: 75%;
}

.modal7 span.num-title,
.modal9 span.num-title {
    right: 36.2%;
    top: 16%;
    font-size: 50px;
}
.modal7 .popup-content h2::after ,
.modal9 .popup-content h2::after {
    width: 67%
}

@-webkit-keyframes pulse-aninmation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse-aninmation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width:768px) {
    .superbugs-list ul li div {
        display: inline-block;
        vertical-align: middle;
    }

    .superbugs-list .shape-name {
        font-family: 'MyriadPro-Regular';
        font-size: 1.4vw;
        line-height: 1.5vw;
        width: 200px;
    }
    .font-re,
    .superbugs-list .shape-name span {
        font-family: 'NexaLight';
    }
    .superbugs-list .shape-name span {
        font-size: 1.1vw
    }

    .shape {
        position: absolute;
    }

    .shape img {
        width: 10vw;
        -webkit-animation: pulse-aninmation 4s ease-in-out infinite both;
        animation: pulse-aninmation 4s ease-in-out infinite both;
    }

    .shape-right .shape-name {
        text-align: right;
        padding-right: 10px
    }

    .shape-left .shape-name {
        text-align: left;
        padding-left: 10px
    }

    .shape1 {
        left: 36vw;
        top: 1.5vw;
    }
    .shape2 {
        right: 13vw;
        top: 5.5vw;
}
    }

    .shape2 img {
       width: 10vw;
    }
    
    
    .shape3 {
        left: 49vw;
        top: 20.5vw;
    }
    .shape4 {
        left: 48vw;
        top: 13vw;
    }
    .shape4 img {
       width: 10vw;
    }
    .shape4 .shape-name {
        padding-top: 4vw
    }
    
    .shape5 {
        left: 46vw;
        top: 29vw;
    }
    .shape5 img {
        width: 10vw;
    }
    .shape5 .shape-name {
        padding-top: 0;
        position: relative;
        top: -1vw;
    }
    .shape6 {
        right: 18vw;
        top: 34.5vw;
    }

   

    .shape7 {
        left: 28vw;
        top: 37vw;
    }
    .shape7 .shape-name {
        width: 150px;
        padding-top: 5vw;
    }

    .shape7 img {
        width: 8.5vw;
    }

    .shape8 {
        right: 41vw;
        top: 34.5vw;
    }
    .shape9 {
        right: 46vw;
        top: 28.5vw;
    }
     .shape8 img {
         width: 10vw;
     }
     .shape8 .shape-name {
         width: 281px;
         padding-top: 3vw;
     }
 
    .shape10 {
        left: 7vw;
        top: 20.5vw;
    }
    .shape11 {
        left: 7.5vw;
        top: 12.5vw;
    }
    .shape12 {
        left: 13vw;
        top: 6vw;
    }
    .shape13 {
        left: 20vw;
        top: 1.5vw;
    }
     .shape9 img {
         width: 10vw;
     }
     .shape9 .shape-name {
         width: 221px;
         padding-top: 3vw;
     }

/************** Start Media Query *************/
@media (min-width:1367px) and (max-width:1440px) {
    .shape1 {
        left: 22vw;
        top: 6.5vw;
    }
    .shape2 {
        right: 23vw;
        top: 5.5vw;
    }
    .shape3 {
        left: 15vw;
        top: 15.5vw;
    }
    .shape4 {
        left: 64vw;
        top: 13.5vw;
    }
    .shape5 {
        left: 11vw;
        top: 27vw;
    }
    .shape6 {
        right: 16vw;
        top: 38.5vw;
    }
    .shape7 {
        left: 17vw;
        top: 37vw;
    }
    .shape8 {
        right: 41vw;
        top: 34.5vw;
    }
    .shape9 {
        right: 46vw;
        top: 28.5vw;
    }
    .left-popup .popup-content h2::after {
        width: 85%;
    }
    .left-popup span.num-title {
        left: 19%;
        top: 9%;
    }
    .left-popup .popup-content h2 {
        font-size: 40px;
        line-height: 40px;
    }
    
    .modal9 .popup-content h2::after,
    .modal7 .popup-content h2::after,
    .modal5 .popup-content h2::after,
    .modal3 .popup-content h2::after {
        width: 80%;
    }
    
    .modal9 span.num-title,
    .modal7 span.num-title,
    .modal5 span.num-title,
    .modal3 span.num-title {
        top: 16%;
        right: 24%;
    }

}
@media (min-width:1281px) and (max-width:1367px) {
    .popup-content p {
        font-size: 24px;
    }
    .left-popup .popup-content h2::after {
        width: 85%;
    }
    .left-popup span.num-title {
        left: 19%;
        top: 9%;
    }
    .left-popup .popup-content h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .left-popup .popup-content h2::after {
        width: 100%;
    }
    .left-popup span.num-title {
        left: 5%;
        right: auto;
    }

     .circle-se img {
        width: 55vw;
    }
    .shape1 {
        left: 15vw;
        top: 5.5vw;
    }
    .shape2 {
        right: 15vw;
        top: 5.5vw;
    }
    .shape3 {
        left: 8vw;
        top: 15.5vw;
    }
    .shape4 {
        left: 68vw;
        top: 14.5vw;
    }
    .shape5 {
        left: 4vw;
        top: 27vw;
    }
    .shape6 {
        right: 8vw;
        top: 42vw;
    }
    .shape7 {
        left: 9vw;
        top: 39vw;
    }
    .shape8 {
        right: 12vw;
        top: 52.5vw;
    }
    .shape9 {
        left: 20vw;
        top: 53vw;
    }
    .shape img {
        width: 10vw;
    }
    .shape7 img {
        width: 14vw;
    }
    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 11vw;
    }
    .superbugs-list .shape-name {
        font-size: 1.5vw;
        line-height: 1.6vw;
    }
    span.num-title {
        right: 15%;
        top: -38%;
        font-size: 50px;
    }
    .modal9 .popup-content h2::after,
    .modal7 .popup-content h2::after,
    .modal5 .popup-content h2::after,
    .modal3 .popup-content h2::after {
        width: 90%;
    }
    
    .modal9 span.num-title,
    .modal7 span.num-title,
    .modal5 span.num-title,
    .modal3 span.num-title {
        top: 16%;
        right: 15%;
    }
    .modal1 .popup-content h2::after {
        width: 90%;
        height: 195%;
        top: -34px;
    }

}
@media (min-width:1281px) and (max-width:1440px) and (max-height:676px) {
    .img-content img {
        width: 85%;
    }
    .popup-content h2 {
        font-size: 34px;
        line-height: 32px;
    }
    .popup-content p {
        font-size: 19px;
        line-height: 24px;
    }
    .left-popup .popup-content h2::after {
        width: 85%;
    }
    .left-popup span.num-title {
        left: 19%;
        top: 9%;
    }
    .left-popup .popup-content h2 {
        font-size: 40px;
        line-height: 40px;
    }
    span.num-title {
        top: -66%;
        font-size: 45px;
    }

   .circle-se img {
        width: 40vw;
    }
    .logo img {
        width: 260px;
    }
    .shape1 {
        left: 20vw;
        top: 1.5vw;
    }
    .shape2 {
        right: 21vw;
        top: 1vw;
    }
    .shape3 {
        left: 14vw;
        top: 11vw;
    }
    .shape4 {
        left: 64vw;
        top: 8.5vw;
    }
    .shape5 {
        left: 12vw;
        top: 21vw;
    }
    .shape6 {
        right: 17vw;
        top: 31vw;
    }
    .shape7 {
        left: 20vw;
        top: 30vw;
    }

    .shape8 {
        right: 18vw;
        top: 36.5vw;
    }
    .shape9 {
        left: 23vw;
        top: 37vw;
    } 
    .shape img {
        width: 8vw;
    }
    .shape7 img {
        width: 8vw;
    }
    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 8vw;
    }
     .modal4 .popup-content p, .modal8 .popup-content p {
        font-size: 18px;
        margin-bottom: 8px
    }
    span.message {
        font-size: 1.1em;
        line-height: 1em;
    }
}
@media (min-width:1200px) and (max-width:1280px) {
    .popup-content p {
        font-size: 20px;
        line-height: 24px;
    }
    .left-popup .popup-content h2::after {
        width: 85%;
    }
    .left-popup span.num-title {
        left: 19%;
        top: 9%;
    }
    .left-popup .popup-content h2 {
        font-size: 35px;
        line-height: 37px;
    }
    .modal1 .popup-content h2::after {
        width: 80%;
    }
    span.num-title {
        right: 24.2%;
        top: -55%;
        font-size: 45px;
    }
    .popup-footer .right-text a {
        font-size: 12px
    }

    .circle-se img {
        width: 55vw;
    }
    .shape1 {
        left: 13vw;
        top: 5.5vw;
    }
    .shape2 {
        right: 15vw;
        top: 5.5vw;
    }
    .shape3 {
        left: 6vw;
        top: 15.5vw;
    }
    .shape4 {
        left: 70vw;
        top: 14.5vw;
    }
    .shape5 {
        left: 3vw;
        top: 27vw;
    }
    .shape6 {
        right: 7vw;
        top: 39vw;
    }
    .shape7 {
        left: 7vw;
        top: 40vw;
    }
    .shape8 { 
        right: 7vw;
        top: 50.5vw;
    }
    .shape9 {
        left: 19vw;
        top: 51vw;
    }

    .superbugs-list .shape-name {
        font-size: 1.5vw;
        line-height: 1.6vw;
    }
    .popup-content h2 {
        font-size: 40px;
        line-height: 35px;
    }

/*
    .modal9 .popup-content h2::after,
    .modal7 .popup-content h2::after,
    .modal5 .popup-content h2::after,
    .modal3 .popup-content h2::after {
        width: 90%;
    }
    
    .modal9 span.num-title,
    .modal7 span.num-title,
    .modal5 span.num-title,
    .modal3 span.num-title {
        top: 16%;
        right: 15%;
    }
    .modal4 .popup-content p,
    .modal8 .popup-content p {
        font-size: 18px;
    }
*/
}

@media (min-width:1200px) and (max-width:1280px) and (max-height:676px) {
    .img-content img {
        width: 97%;
    }
    .popup-content h2 {
        font-size: 34px;
        line-height: 32px;
    }
    .popup-content p {
        font-size: 20px;
        line-height: 22px;
    }
    span.num-title {
        top: -66%;
        font-size: 45px;
    }

   .circle-se img {
        width: 45vw;
    }
    .logo img {
        width: 260px;
    }
    .shape1 {
        left: 37vw;
        top: 0.5vw;
    }
    .shape2 {
        right: 12vw;
        top: 5.5vw;
    }
    .shape3 {
        left: 51vw;
        top: 22.5vw;
    }
    .shape4 {
        left: 51vw;
        top: 12vw;
    }
    .shape5 {
        left: 48vw;
        top: 31vw;
    }
    .shape6 {
        right: 16vw;
        top: 37vw;
    }
    .shape7 {
        left: 27vw;
        top: 40vw;
    }

    .shape7 img {
        width: 10vw;
    }
    .shape8 {
        right: 42vw;
        top: 37.5vw;
    }
    .shape9 {
        left: 8vw;
        top: 31vw;
    }
    .shape10 {
        left: 4vw;
        top: 21.5vw;
    }
    .shape11 {
        left: 4.5vw;
        top: 12.5vw;
    }
    .shape12 {
        left: 9vw;
        top: 5vw;
    }
    .shape13 {
        left: 18vw;
        top: 0.5vw;
    }
    .modal4 .popup-content p, .modal8 .popup-content p {
        font-size: 18px;
        margin-bottom: 8px
    }
    span.message {
        font-size: 1.1em;
        line-height: 1em;
    }
}

@media (min-width:1200px) and (max-width:1367px) and (min-height:900px)  {
 .circle-se img {
        width: 55vw;
    }
    .shape1 {
        left: 15vw;
        top: 8.5vw;
    }
    .shape2 {
        right: 14vw;
        top: 8.5vw;
    }
    .shape3 {
        left: 6vw;
        top: 19.5vw;
    }
    .shape4 {
        left: 69vw;
        top: 18.5vw;
    }
    .shape5 {
        left: 4vw;
        top: 32vw;
    }
    .shape6 {
        right: 6vw;
        top: 44vw;
    }
    .shape7 {
        left: 9vw;
        top: 44vw;
    }
    .shape8 {
        right: 10vw;
        top: 55.5vw;
    }
    .shape9 {
        left: 19vw;
        top: 56vw;
    }
    .shape img {
        width: 10vw;
    }
    .shape7 img {
        width: 14vw;
    }
    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 11vw;
    }
    .superbugs-list .shape-name {
        font-size: 1.7vw;
        line-height: 1.8vw;
    }
    span.message {
        font-size: 1.2em;
        line-height: 1em;
        top: 38%;
    }
}

@media (min-width:768px) and (max-width:1199px) and (orientation: landscape) {
       .circle-se img {
        width: 55vw;
    }
    .logo img {
        width: 260px;
    }
    .shape1 {
        left: 39vw;
        top: 6vw;
    }
    .shape2 {
        right: 9vw;
        top: 12.5vw;
    }
    .shape3 {
        left: 56vw;
    top: 33.5vw
    }
    .shape4 {
        left: 56vw;
    top: 22vw
    }
    .shape5 {
        left: 52vw;
        top: 45vw;
    }
    .shape6 {
       
        right: 17vw;
        top: 53vw;
    }
    .shape7 {
        left: 27vw;
        top: 56vw;
    }

    .shape7 img {
        width: 10vw;
    }
    .shape8 {
        right: 44vw;
        top: 52.5vw;
    }
    .shape9 {
        left: 5vw;
        top: 45vw;
    }
    
    .shape img {
        width: 10vw;
    }
    .shape7 img {
        width: 10vw;
    }
    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 9vw;
    }
    .superbugs-list .shape-name {
        font-size: 1.6vw;
        line-height: 1.6vw;
        width: 160px;
    }
    .shape10 {
        left: 0vw;
        top: 33.5vw;
    }
    .shape11 {
        left: 1vw;
    top: 21.5vw
    }
    .shape12{
        top: 11vw;
        left: 7vw;
    }
    .shape13{
        left: 19vw;
        top: 5.5vw;
    }
}

@media (min-width:768px) and (max-width:1199px) and (max-height:676px) and (orientation: landscape) {
          .circle-se img {
            width: 40vw;
    }
    .logo img {
        width: 260px;
    }
    .shape1 {
        left: 37vw;
        top: 8vw;
    }
    .shape2 {
        right: 13vw;
        top: 12vw;
    }
    .shape3 {
        left: 50vw;
        top: 27.5vw;
    }
    .shape4 {
        left: 49vw;
    top: 19vw;
    }
    .shape5 {
        left: 47vw;
        top: 37vw;
    }
    .shape6 {
        right: 18vw;
        top: 42vw;
    }
    .shape7 {
        left: 28vw;
        top: 44vw;
    }

    .shape7 img {
        width: 10vw;
    }
    .shape8 {
        right: 41vw;
        top: 42.5vw;
    }
    .shape9 {
        left: 11vw;
        top: 37vw;
    }
    .shape img {
        width: 8vw;
    }
    .shape7 img {
        width: 10vw;
    }
    .shape10{
        left: 7vw;
        top: 28.5vw;
    }
    .shape11{
        left: 9vw;
        top: 18.5vw;
    }
    .shape12{
        left: 14vw;
        top: 12.5vw;
    }
    .shape13{
        left: 22vw;
        top: 8.5vw;
    }
    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 9vw;
    }
    .superbugs-list .shape-name {
        font-size: 1.6vw;
        line-height: 1.6vw;
        width: 160px;
    }
    span.message {
        top: 37%;
        font-size: 1em;
    }
}
@media (max-width:1199px) {
    .left-popup .text-content,
    .img-content, .text-content {
        height: auto;
        padding: 0 15px;
    }
    .img-content img {
        /* width: 60%; */
        margin: 0 auto;
    }
    .popup-content p {
        font-size: 20px;
        line-height: normal;
    }
    .popup-content h2 {
        font-size: 40px;
        line-height: 40px;
        left: 0;
        padding-bottom:0;
        margin-bottom:15px;
    }
    span.num-title {
        right: 34%;
        top: -70%;
        font-size: 50px;
    }
    .modal1 .popup-content h2::after {
        width: 70%;
        height: 230%;
        top: -53px;
    }
    .popup-footer img {
        width: 50%
    }
    .popup-footer .right-text a {
        font-size: 12px
    }
    .popup-content {
        height: calc(100% - 60px);
    }
    .hidden-row-small {
        display: none
    }
    .hidden-row-large {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .left-popup .popup-content h2 {
        font-size: 35px;
        line-height: 35px;
        right: 0;
        text-align: left;
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    .popup-content h2 br,
    .popup-content h2 span::after,
    .left-popup .popup-content h2 span::after {
        display:none
    }
    .left-popup .popup-content h2::after {
        background-image: url(../img/title-line.png);
        right: auto;
        left: 0;
    }
    .left-popup span.num-title {
        left: 68%;
        top: 5%;
    }
    .modal5 .popup-content h2 {
        left: 0;
    }
    .modal5 span.num-title {
        right: 43%;
        top: 17%;
        font-size: 50px;
    }
    .modal9 span.num-title,
    .modal7 span.num-title {
        right: 43%;
        top: 15%;
        font-size: 50px;
    }
    .modal8 .popup-content {
        height: auto;
        overflow: hidden;
    }

}
@media (min-width:991px) and (max-width:1199px) and (orientation: landscape){
    .modal-pop {
        overflow-y: auto
    }
    .popup-content {
        height: auto;
    }
    .img-content img {
        /* width: 50%; */
        margin: 29px auto 35px;
    }
    .popup-footer {
        padding: 0 0 15px;
    }
    .modal3 span.num-title {
        right: 43%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .popup-content p {
        font-size: 19px;
    }
    .popup-footer {
        padding: 0;
    }
    
}
@media (min-width:768px) and (max-width:1199px) and (orientation: portrait) {
    .circle-se img {
        width: 60vw;
    }
    .shape1 {
        left: 13vw;
        top: 35vw;
    }
    .shape2 {
        right: 14vw;
        top: 35vw;
    }
    .shape3 {
        left: 4vw;
        top: 46vw;
    }
    .shape4 {
        left: 70vw;
        top: 43vw;
    }
    .shape5 {
        left: 0;
        top: 61vw;
    }
    .shape6 {
        right: 0;
        top: 70vw;
    }
    .shape7 {
        left: 3vw;
        top: 75vw;
    }
    .shape8 {
        right: 12vw;
        top: 86vw;
    }
    .shape9 {
        left: 17vw;
        top: 88vw;
    }
    .shape img {
        width: 9vw;
    }
    .shape7 img {
        width: 12vw;
    }
    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 10vw;
    }
    .superbugs-list .shape-name {
        font-size: 1.7vw;
        line-height: 1.8vw;
        width: 180px;
    }
    span.message {
        top: 39%;
        z-index: 1;
        font-size: 1.1em;
        line-height: 1.1em;
    }
}

@media (min-width:768px) and (max-width:991px) and (orientation: portrait) {
.shape img {
        width: 11vw;
    }
    .shape7 img {
        width: 14vw;
    }
    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 12vw;
    }
    .superbugs-list .shape-name {
        font-size: 1.6vw;
        line-height: 1.6vw;
        width: 120px;
    }
    .popup-content h2::after {
        width:80% 
    }
    .modal1 .popup-content h2::after {
        width: 70%;
        height: 208%;
        top: -35px;
    }
    span.num-title {
        right: 34%;
        top: -43%;
        font-size: 45px;
    }
    .modal9 span.num-title, .modal7 span.num-title,
    .modal5 span.num-title,
    .modal3 span.num-title {
        right: 24.5%;
        top: 16%;
        font-size: 45px;
    }
    .left-popup span.num-title {
        left: 67.5%;
    }
    span.message {
        top: 53%;
        z-index: 1;
        font-size: 1em;
        line-height: 1.1em;
        left: 44%;
    }


}

@media (max-width:767px) and (orientation: portrait) {
    span.message {
        position: relative;
        top: 0;
        color: #fff;
        font-size: 1.4em;
        left: 0;
        line-height: 1.2em;
        text-align: center;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .modal-pop {
        overflow-y: auto
    }
    .popup-content {
        height: auto;
    }
    .img-content img {
        width: 100%;
        margin: 29px auto 35px;
    }
    .left-popup .text-content,
    .text-content {
        padding: 0 15px
    }
    .popup-footer {
        padding: 0 10px 10px;
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }
    .left-popup .popup-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .left-popup .popup-content h2,
    .popup-content h2 {
        font-size: 35px!important;
        line-height: 35px!important;
        left: 0!important;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .popup-content h2 br {
        display:none
    }
    .popup-content h2 span::after,
    .popup-content h2::after {
        display: none
    }
    span.num-title {
        display: none
    }
    .popup-content p {
        font-size: 19px;
        line-height: 21px;
    }
    .popup-footer img {
        width: 85%;
        display: block;
        margin-top: 8px;
    }
    .popup-footer .right-text a {
        font-size: 10px;
        text-align: left;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        
    }
    .popup-footer .right-text {
        display: block
    }
    .popup-footer .right-text br {
        display: none
    }
    .left-popup .popup-content h2 span::after,
    .hidden-small {
        display: none
    }
    main,
    body {
        overflow-x: hidden;
        overflow-y: auto
    }
    .hidden-large {
        display: block
    }

    .logo {
        text-align: right;
        padding: 15px;
    }

    .logo img {
        width: 160px
    }

    .circle-bg {
        background-image: url(../img/circle.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 100% 100%;
        position: relative;
        width: 230px;
        height: 230px;
        left: -18%;
        top: -110px;
        display: inline-block;
    }

    .circle-bg img {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 93%;
    }

    .superbugs-list {
        height: auto;
        margin-top: -20%;
        position: relative
    }

    .superbugs-list ul {
        height: auto;
        width: auto;
    }

    .superbugs-list ul li {
        padding: 10px 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .superbugs-list ul li div {
        display: inline-block;
        vertical-align: middle;
    }

    .superbugs-list .shape-name {
        font-family: 'MyriadPro-Regular';
        font-size: 1.8em;
        width: 50%;
        line-height: 1.1em;
        padding-top: 15px;
    }

    .shape-right .shape-name {
        text-align: right
    }

    .shape-left .shape-name {
        text-align: left
    }

    .superbugs-list .shape-img {
        width: calc(100% - 55%);
    }

    .superbugs-list .shape-img img {
        width: 90%;
        display: block;
        margin: 0 auto;
        -webkit-animation: pulse-aninmation 4s ease-in-out infinite both;
          animation: pulse-aninmation 4s ease-in-out infinite both;
    }

    .shape4 .shape-name {
        padding-top: 10%
    }

    .shape5 .shape-name {
        padding-top: 0
    }

    .shape7 .shape-name {
        padding-top: 10%
    }
}

@media (max-width:600px) and (min-width:600px) and (max-height:960px) {
    .logo img {
        width: 300px;
    }
    .circle-bg {
        width: 360px;
        height: 360px;
    }
    .superbugs-list .shape-name {
        font-size: 2.8em;
    }

}
@media (max-width:320px) and (orientation: portrait) {
    .superbugs-list .shape-name {
        font-size: 1.5em
    }

    .circle-bg {
        width: 180px;
        height: 180px
    }

    .logo img {
        width: 140px;
    }

    .circle-bg img {
        bottom: 5px;
        width: 85%;
    }

    .superbugs-list {
        margin-top: -35%;
    }
}

@media (max-width: 800px) and  (min-width:800px) and (min-height:1280px) and (max-height:1280px) and (orientation: portrait){
    .circle-se-logo {

        top: 48%;
    }

    .shape img {
        width: 13vw;
    }

    .logo img {
        width: 260px;
    }

    .shape1 {
        left: 14vw;
        top: 47vw;
    }

    .shape2 {
        right: 11vw;
        top: 47vw;
    }

    .shape3 {
        left: 5vw;
        top: 59.5vw;
    }

    .shape4 {
        left: 69vw;
        top: 59vw;
    }

    .shape5 {
        left: 1vw;
        top: 75vw;
    }

    .shape6 {
        right: 2vw;
        top: 89vw;
    }

    .shape7 {
        left: 10vw;
        top: 91vw;
    }

    .shape7 img {
        width: 13vw;
    }

    .shape8 {
        right: -1vw;
        top: 100vw;
    }

    .shape9 {
        left: 19vw;
        top: 101vw;
    }
    .superbugs-list .shape-name {
        width: 45%;
    }
    span.message {
        top: 44%;
        font-size: 1em;
        line-height: 1.1em;
        left: 38%;
        text-align: center;
    }
}

@media (max-width: 960px) and (min-width:900px) and (min-height:600px) and (max-height:600px) and (orientation: landscape){
    .shape img {
        width: 9vw;
    }
    .logo img {
        width: 260px;
    }
    .shape1 {
        left: 18vw;
        top: 7vw;
    }
    .shape2 {
        right: 16vw;
        top: 7vw;
    }
    .shape3 {
        left: 9vw;
        top: 17.5vw;
    }
    .shape4 {
        left: 65vw;
        top: 15vw;
    }
    .shape5 {
        left: 8vw;
        top: 29vw;
    }
    .shape6 {
        right: 11vw;
        top: 39vw;
    }
    .shape7 {
        left: 11vw;
        top: 40vw;
    }

    .shape7 img {
        width: 10vw;
    }
    .shape8 {
        right: 19vw;
        top: 46.5vw;
    }
    .shape9 {
        left: 23vw;
        top: 47vw;
    }
    span.message {
        top: 38%;
        font-size: .9em;
        line-height: 1.1em;
    }
    .shape4 img {
        width: 8vw;
    }
}
@media (max-width: 960px) and (orientation: landscape) {
     .popup-content h2 br {
        display:none
    }
    .popup-content h2 span::after,
    .popup-content h2::after {
        display: none
    }
    .modal-pop {
        overflow-y: auto
    }
    .text-content {
        padding: 0 15px
    }
    .popup-content {
        height: auto;
    }
    .img-content img {
        width: 50%;
        margin: 15px auto 35px;
    }
    .popup-footer {
        padding: 0 10px 10px;
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }
    .left-popup .popup-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .left-popup .popup-content h2 ,
    .popup-content h2 {
        font-size: 32px!important;
        line-height: 32px!important;
        left: 0!important;
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    .left-popup .popup-content h2::after,
    .popup-content h2::after {
        display: none
    }
    span.num-title {
        display: none
    }
    .modal4 .popup-content p,
    .popup-content p {
        font-size: 21px;
        line-height: 22px;
    }
    .popup-footer img {
        width: 200px;
        display: block;
        margin: 10px 0;
    }
    .popup-footer .right-text a {
        font-size: 10px;
        text-align: left;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 10px
        
    }
    .popup-footer .right-text {
        display: block
    }
    .popup-footer .right-text br {
        display: none
    }
    .modal5 .popup-content h2 {
        margin-bottom: 20px;
    }
    .text-content {
        padding: 0 15px!important;
    }
}
@media (max-width: 850px) and (orientation: landscape) {
    span.message {
        position: absolute;
        top: 37%;
        color: #0e1d42;
        z-index: 1;
        font-family: 'MyriadPro-Regular';
        font-size: .6em;
        left: 43%;
        line-height: 1.1em;
        text-align: center;
    }

    
    .circle-se-logo {
        width: 52vw;
        top: 43%;
    }

    .lines {
        width: 37%;
    }

    .logo {
        padding: 15px;
    }

    .circle-se img {
        width: 32vw;
    }

    .logo img {
        width: 180px;
    }

    .shape1 {
        left: 29vw;
        top: 4vw;
    }

    .shape2 {
        right: 26vw;
        top: 5vw;
    }

    .shape3 {
        left: 21vw;
        top: 12vw;
    }

    .shape4 {
        left: 59vw;
        top: 11.5vw;
    }

    .shape5 {
        left: 19vw;
        top: 20vw;
    }

    .shape6 {
        right: 22vw;
        top: 30vw;
    }

    .shape7 {
        left: 23vw;
        top: 28vw;
    }

    .shape7 img {
        width: 10vw;
    }

    .shape8 {
        right: 24vw;
        top: 34vw;
    }

    .shape9 {
        left: 29vw;
        top: 34vw;
    }

    .shape img {
        width: 7vw;
        -webkit-animation: pulse-aninmation 4s ease-in-out infinite both;
          animation: pulse-aninmation 4s ease-in-out infinite both;
    }

    .shape7 img {
        width: 7vw;
    }

    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 7vw;
    }

    .superbugs-list .shape-name {
        font-size: 1.3vw;
        line-height: 1.6vw;
        width: 100px;
    }

    .shape8 .shape-name {
        width: 140px
    }
}

@media (max-width: 767px) and (orientation: landscape) {
            .superbugs-list ul li div {
        display: inline-block;
        vertical-align: middle;
    }

    .superbugs-list .shape-name {
        font-family: 'MyriadPro-Regular';
        font-size: 1.6vw;
        line-height: 1.5vw;
        width: 200px;
    }

    .shape {
        position: absolute
    }

    .shape-right .shape-name {
        text-align: right;
        padding-right: 0
    }

    .shape-left .shape-name {
        text-align: left;
        padding-left: 0;
    }
    
    .circle-se-logo {
        width: 52vw;
        top: 43%;
    }

    .lines {
        width: 37%;
    }

    .logo {
        padding: 15px;
    }

    .circle-se img {
        width: 40vw;
    }

    .logo img {
        width: 180px;
    }

    .shape1 {
        left: 26vw;
        top: 6vw;
    }

    .shape2 {
        right: 26vw;
        top: 6vw;
    }

    .shape3 {
        left: 20vw;
        top: 15vw;
    }

    .shape4 {
        left: 62vw;
        top: 14.5vw;
    }

    .shape5 {
        left: 17vw;
        top: 24vw;
    }

    .shape6 {
        right: 18vw;
        top: 35vw;
    }

    .shape7 {
        left: 23vw;
        top: 34vw;
    }

    .shape7 img {
        width: 10vw;
    }

    .shape8 {
        right: 15vw;
        top: 43vw;
    }

    .shape9 {
        left: 26vw;
        top: 42vw;
    }

    .shape img {
        width: 8vw;
    }

    .shape7 img {
        width: 8vw;
    }

    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 9vw;
    }

    .superbugs-list .shape-name {
        font-size: 1.3vw;
        line-height: 1.6vw;
        width: 45%;
    }

    .shape4 .shape-name {
        padding-top:4em
    }
    
}

@media (max-width: 850px) and (min-width:811px) and (min-height:400px) and (max-height:415px) and (orientation: landscape){

    .logo {
        padding: 15px;
    }

    .circle-se img {
        width: 32vw;
    }

    .logo img {
        width: 180px;
    }

    .shape1 {
        left: 28vw;
        top: 6vw;
    }

    .shape2 {
        right: 26vw;
        top: 7vw;
    }

    .shape3 {
        left: 22vw;
        top: 13vw;
    }

    .shape4 {
        left: 59vw;
        top: 13.5vw;
    }

    .shape5 {
        left: 19vw;
        top: 21vw;
    }

    .shape6 {
        right: 24vw;
        top: 31vw;
    }

    .shape7 {
        left: 21vw;
        top: 29vw;
    }

    .shape7 img {
        width: 10vw;
    }

    .shape8 {
        right: 25vw;
        top: 36vw;
    }

    .shape9 {
        left: 28vw;
        top: 36vw;
    }

    .shape img {
        width: 7vw;
    }

    .shape7 img {
        width: 7vw;
    }

    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 7vw;
    }

    .superbugs-list .shape-name {
        font-size: 1.3vw;
        line-height: 1.6vw;
        width: 100px;
    }

    .shape8 .shape-name {
        width: 140px
    }
}

@media (max-width: 690px) and (max-height:335px) and (orientation: landscape){
      .circle-se-logo {
        width: 47vw;
        top: 42%;
    }

    .logo {
        padding: 10px 15px 0;
    }

    .circle-se img {
        width: 32vw;
    }

    .logo img {
        width: 130px;
    }

    .shape1 {
        left: 29vw;
        top: 6vw;
    }

    .shape2 {
        right: 29vw;
        top: 5vw;
    }

    .shape3 {
        left: 23vw;
        top: 14vw;
    }

    .shape4 {
        left: 59vw;
        top: 10.5vw;
    }

    .shape5 {
        left: 21vw;
        top: 22vw;
    }

    .shape6 {
        right: 23vw;
        top: 28.5vw;
    }

    .shape7 {
        left: 27vw;
        top: 30vw;
    }

    .shape7 img {
        width: 10vw;
    }

    .shape8 {
        right: 17vw;
        top: 35vw;
    }

    .shape9 {
        left: 29vw;
        top: 36vw;
    }

    .shape img {
        width: 7vw;
    }

    .shape7 img {
        width: 7vw;
    }

    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 7vw;
    }

    .superbugs-list .shape-name {
        font-size: 1.3vw;
        line-height: 1.6vw;
        width: 45%;
    }

    .shape4 .shape-name {
        padding-top:4em
    }
    span.message {
        top: 39%;
        z-index: 1;
        font-size: .5em;
        left: 42%;
        line-height: 1.1em;
    }
    span.message {
        top: 39%;
        z-index: 1;
        font-size: .5em;
        left: 44%;
    }

}

@media (max-width: 415px) and (min-width:400px) and (min-height:300px) and (max-height:311px) and (orientation: landscape){
    
    .circle-se-logo {
        width: 52vw;
    }

    .logo {
        padding: 10px 15px 0;
    }

    .circle-se img {
        width: 50vw;
    }

    .logo img {
        width: 130px;
    }

    .shape1 {
        left: 25vw;
        top: 10vw;
    }

    .shape2 {
        right: 24vw;
        top: 9vw;
    }

    .shape3 {
        left: 15vw;
        top: 20vw;
    }

    .shape4 {
        left: 65vw;
        top: 19.5vw;
    }

    .shape5 {
        left: 10vw;
        top: 33vw;
    }

    .shape6 {
        right: 12vw;
        top: 44vw;
    }

    .shape7 {
        left: 17vw;
        top: 46vw;
    }

    .shape7 img {
        width: 10vw;
    }

    .shape8 {
        right: 10vw;
        top: 55vw;
    }

    .shape9 {
        left: 23vw;
        top: 56vw;
    }

    .shape img {
        width: 9vw;
    }

    .shape7 img {
        width: 9vw;
    }

    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 10vw;
    }

    .superbugs-list .shape-name {
        font-size: 1.3vw;
        line-height: 1.6vw;
        width: 45%;
    }

    .shape4 .shape-name {
        padding-top:4em
    }
    span.message {
        top: 36%;
        font-size: .5em;
        left: 40%;
        line-height: 1em;
    }

}

@media (max-width: 650px) and (min-width:400px) and (min-height:280px) and (max-height:300px) and (orientation: landscape){
      .circle-se-logo {
        width: 47vw;
        top: 42%;
    }

    .logo {
        padding: 10px 15px 0;
    }

    .circle-se img {
        width: 32vw;
    }

    .logo img {
        width: 130px;
    }

    .shape1 {
        left: 29vw;
        top: 6vw;
    }

    .shape2 {
        right: 29vw;
        top: 5vw;
    }

    .shape3 {
        left: 23vw;
        top: 14vw;
    }

    .shape4 {
        left: 59vw;
        top: 10.5vw;
    }

    .shape5 {
        left: 21vw;
        top: 22vw;
    }

    .shape6 {
        right: 23vw;
        top: 28.5vw;
    }

    .shape7 {
        left: 27vw;
        top: 30vw;
    }

    .shape7 img {
        width: 10vw;
    }

    .shape8 {
        right: 17vw;
        top: 35vw;
    }

    .shape9 {
        left: 29vw;
        top: 36vw;
    }

    .shape img {
        width: 7vw;
    }

    .shape7 img {
        width: 7vw;
    }

    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 7vw;
    }

    .superbugs-list .shape-name {
        font-size: 1.3vw;
        line-height: 1.6vw;
        width: 45%;
    }

    .shape4 .shape-name {
        padding-top:4em
    }
}

@media (max-width: 600px) and (max-height:280px) and (orientation: landscape){
      .circle-se-logo {
        width: 47vw;
        top: 42%;
    }

    .logo {
        padding: 10px 15px 0;
    }

    .circle-se img {
        width: 32vw;
    }

    .logo img {
        width: 130px;
    }

    .shape1 {
        left: 29vw;
        top: 6vw;
    }

    .shape2 {
        right: 29vw;
        top: 5vw;
    }

    .shape3 {
        left: 23vw;
        top: 14vw;
    }

    .shape4 {
        left: 59vw;
        top: 10.5vw;
    }

    .shape5 {
        left: 21vw;
        top: 22vw;
    }

    .shape6 {
        right: 23vw;
        top: 28.5vw;
    }

    .shape7 {
        left: 27vw;
        top: 30vw;
    }

    .shape7 img {
        width: 10vw;
    }

    .shape8 {
        right: 17vw;
        top: 35vw;
    }

    .shape9 {
        left: 29vw;
        top: 36vw;
    }

    .shape img {
        width: 7vw;
    }

    .shape7 img {
        width: 7vw;
    }

    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 7vw;
    }

    .superbugs-list .shape-name {
        font-size: 1.3vw;
        line-height: 1.6vw;
        width: 45%;
    }

    .shape4 .shape-name {
        padding-top:4em
    }
}

@media (max-width: 365px) and  (max-height:250px) and (orientation: landscape){
      .circle-se-logo {
        width: 51vw;
        top: 44%;
    }

    .logo {
        padding: 10px 15px 0;
    }

    .circle-se img {
        width: 50vw;
    }

    .logo img {
        width: 120px;
    }

    .shape1 {
        left: 24vw;
        top: 8vw;
    }

    .shape2 {
        right: 19vw;
        top: 9vw;
    }

    .shape3 {
        left: 13vw;
        top: 20vw;
    }

    .shape4 {
        left: 67vw;
        top: 18.5vw;
    }

    .shape5 {
        left: 11vw;
        top: 31vw;
    }

    .shape6 {
        right: 13vw;
        top: 42.5vw;
    }

    .shape7 {
        left: 18vw;
        top: 44vw;
    }

    .shape7 img {
        width: 10vw;
    }

    .shape8 {
        right: 13vw;
        top: 53vw;
    }

    .shape9 {
        left: 25vw;
        top: 53vw;
    }

    .shape img {
        width: 9vw;
    }

    .shape7 img {
        width: 9vw;
    }

    .shape2 img,
    .shape4 img,
    .shape6 img,
    .shape9 img {
        width: 9vw;
    }

    .superbugs-list .shape-name {
        font-size: 1.3vw;
        line-height: 1.6vw;
        width: 40%;
    }

    .shape4 .shape-name {
        padding-top:4em
    }
    span.message {
        top: 36%;
        font-size: .5em;
        left: 37%;
    }
}



@media (max-height:200px) {
    .superbugs-list {
        display: none
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}