/* THE CSS FILE FOR WEARER ADVICE PAGE */

/*

    FILE SETUP SECTION

*/
body {
    font-family: Arial, Helvetica, sans-serif;
}

/*

    GENERAL STYLES

*/
.top-bot-pad {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.color-this-yellow {
    color: #FFF200 !important;
}

.black-bg-color {
    background-color: black;
    color: #fff200;
    display: table;
    padding-left: .5%;
    padding-right: .5%;
    white-space: pre;
}

.yellow-bg-color {
    background-color: #fff200;
    color: black;
    display: table;
    padding-left: .5%;
    padding-right: .5%;
    white-space: pre;
}

.white-bg-color {
    background-color: white;
    color: black;
    display: table;
    padding-left: .5%;
    padding-right: .5%;
    white-space: pre;
}



/*
    MAIN (TOP) BANNER SECTION
*/


.wearer-advice-main-section {
    height: auto;
    width: 100%;
}

.wearer-adivce-main-container {
    height: 43vw;
    width: 100% !important;
    background-size: 100% 100%;
    background-image: url('../images/wearer-advice/mosquito-on-arm.jpg');
}

.wearer-adivce-main-container span {
    font-size: 1.9vw;
    width: auto;
}

/* Mobile section */
.wearer-advice-mob-container {
    padding: 3vh;
}

.wearer-advice-mob-container p {
    font-size: 4vw;
}



/*

    SECTION 1 EXPOSED

*/
.exposed-section {
    height: auto;
}

.exposed-section .exposed-main-content {
    background-image: url('../images/wearer-advice/mosquito-background-1.png');
    background-size: 100% 100%;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    height: auto;
}

.exposed-section .exposed-header {
    text-align: center;
    padding: 1%;
}

.exposed-section .exposed-main-content .row .col-md-5 {
    padding: 5% 0;
    padding-left: 10vw;
    font-size: 1.3vw;
}



/* JUMP TO LINKS */
.jump-to-links-container .jump-to-links {
    text-align: center;
}

.jump-to-links-container .jump-to-links a {
    display: inline-block;
    margin: 1%;
    padding-left: .5%;
    padding-right: .5%;
    font-size: 20px;
}

.jump-to-links-container .jump-to-links a:first-child {
    text-decoration: none;
}

.jump-to-links-container .jump-to-links a:not(:first-child) {
    background-color: #fff200;
    transition: background-color 2s;
    cursor: pointer;
}

.jump-to-links-container .jump-to-links a:hover:not(:first-child) {
    background-color: #fff98e;
    color: #fff200;
    transition: background-color .5s;
}


.wearer-advice-main-section img {
    height: 500px;
    width: 100%;
}

/* MOBILE VERSION OF EXPOSED SECTION */
.exposed-section-mob {
    display: none;
}

@media (max-width: 768px) {
    .wearer-advice-main-section img {
        height: auto !important;
        width: 100%;
    }

    .wearer-advice-main-section {
        height: auto !important;   
    }

    .jump-to-links-container {
        position: static !important;
    }

    .exposed-section {
        height: auto;
    }

    .exposed-section-hide {
        display: none;
    }

    .exposed-section-mob {
        display: block;
    }

    .exposed-section-mob img {
        width: 100%;
    }

    .exposed-section-mob .exposed-content-mob {
        padding: 3vh;
        max-width: 100%;
    }

    .exposed-section-mob .exposed-content-mob p {
        font-size: 4vw;
    }
}


/*

    WEARER ADVICE MAIN CAROUSEL PART 2

*/
.exposed2-main-container {
  height: 100%;
  width: 100%;
}

.exposed2-main-content {
    height: auto !important;
    padding: 5% 0;
}

.exposed2-main-content .row .col-md-6 {
    margin: 0 auto;
    display: table;
    text-align: center;
}

.exposed2-main-content .row .col-md-6 img {
    width: 50%;
    padding-top: 3vh;
}

.exposed2-main-content .row .col-md-6 p {
    width: 50%;
    margin:0 auto;
    display: table;
    padding-top: 1vh;
    font-size: 1.2vw;
}

.exposed2-main-content .exposed2-footer {
    background-color: #fff200;
    height: auto;
    padding: 2% 0;
}

.exposed2-main-content .exposed2-footer .col-2 img {
    max-height: 100%;
    width: 70%;
    height: auto;
}

.exposed2-main-content .exposed2-footer .col-10 .exposed-container1 {
    float: left;
}

.exposed2-main-content .exposed2-footer .col-10 .exposed-container1 p {
    text-align: center;
    font-size: 1.8vw;
}
/* MOBILE SECTION */
@media(max-width: 768px) {
    .exposed2-main-content {
        height: auto;
    }

    .exposed2-main-content .exposed2-footer .col-md-1 img {
        margin: 0 auto;
        display: block;
        width: 20vw;
    }

    .exposed2-main-content .exposed2-footer .col-md-11 .exposed-container1  {
        padding: 0;
    }

    .exposed2-main-content .row .col-md-6 p {
        margin: 0;
        text-align: center;
        width: 100%;
        font-size: 19px;
    }

    

    .exposed2-main-content .exposed2-footer .col-10 .exposed-container1 p {
        font-size: 15px !important;
    }

    .exposed2-main-content .exposed2-footer .col-2 {
        padding-left: 1% !important;
        padding-right: 0 !important;
    }

    .exposed2-main-content .exposed2-footer .col-2 img {
        width: 100% !important;   
    }
}




/*

    BUSHMAN PROTECTION SECTION

*/
.protection-section {
    height: auto;
    width: 100%;
}

.protection-times-info-container {
    padding: 5% 0;
}

.protection-container {
  height: 100%;
  width: 100%;
  background-image: url('../images/wearer-advice/mosquito-background-2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}

.protection-section .protection-header {
    text-align: center;
    padding: 1%;
    color: white;
}

.protection-section .row .col-md-5 {
    padding-left: 10vw;
    font-size: 1.5vw;
}
/* PROTECTION MOBILE SECTION */
.protection-section-mob {
    display: none;
}
@media (max-width: 768px) {
    .protection-section .protection-container {
        display: none;
    }

    .protection-section-mob .protection-header {
        color: black;
    }

    .protection-section {
        height: auto;
    }

    .protection-section-mob {
        display: block;
    }

    .protection-section-mob img {
        width: 100%;
    }

    .protection-section-mob .protection-content-mob {
        padding: 3vh;
        font-size: 19px;
    }
}



/*

    PROTECTION SECTION PART 2

*/
.protection2-section {
    height: auto;
    padding: 5% 0;
}

.protection2-section p {
    font-size: 19px;
}

.protection2-section li {
    font-size: 18px;
}

.protection2-section .protection2-header {
    text-align: center;
    padding: 1%;
}

.protection2-section .row .col-md-3 {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.protection2-section .row .col-md-3 #plus-range-lineup-img {
    width: 65%;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.protection2-section .row .col-md-3 #ultra-range-lineup-img {
    width: 32.5%;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.protection2-section .row .col-md-3 #plus-gel-solo-img {
    width: 26%;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.protection2-section .row .col-md-3 #ultra-gel-solo-img {
    width: 26.5%;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.protection2-section .row .col-md-3 ul {
    display: inline-block;
    list-style: none;
}

.protection2-section .row .col-md-3 ul li::before {
    content: "\25AA";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.protection2-section .protection2-footer {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    display: table;
}

.protection2-section .protection2-footer p {
    padding-top: 5vh;
    font-size: 20px;
}
@media (max-width: 768px) {
    .protection2-section {
        height: auto;
    }

    .protection2-section .row .col-md-3 #plus-range-lineup-img {
        width: 35%;
    }
    .protection2-section .row .col-md-3 #ultra-range-lineup-img {
        width: 20%;
    }
    .protection2-section .row .col-md-3 #plus-gel-solo-img {
        width: 12.5%;

    }
    .protection2-section .row .col-md-3 #ultra-gel-solo-img {
        width: 12.5%;
    }

    .protection2-section .protection2-footer {
        margin: 0;
        width: 100%;
        padding: 0 1.5%;
    }
}





/*

    SUNSCREENS AND LOTIONS SECTION

*/
.sunscreen-lotions-section {
    height: auto;
    width: 100%;
}

.sunscreen-lotions-container {
  height: 100%;
  width: 100%;
  background-image: url('../images/wearer-advice/hand-lotion-background.png');
  background-size: 100% 100%;
  padding-left: 2vw;
  padding-top: 5%;
  padding-bottom: 5%;
  background-repeat: no-repeat;
}

.sunscreen-lotions-section .sl-header {
    text-align: center;
    padding: 2%;
}

.sunscreen-lotions-section p {
    font-size: 23px;
}

.sunscreen-lotions-section ul {
    font-size: 23px;
    width: 50%;
    list-style: square;
}
/* SUNSCREEN AND OTHER LOTIONS MOBILE SECTION */
.sucscreen-section-mob {
    display: none;
}
@media (max-width: 768px) {
    .sunscreen-lotions-section {
        height: auto;
    }

    .sunscreen-lotions-container {
        display: none;
    }

    .sucscreen-section-mob {
        display: block;
    }

    .sucscreen-section-mob .sunscreen-content-mob {
        padding: 3vh;
    }

    .sucscreen-section-mob img {
        width: 100%;
    }

    .sucscreen-section-mob .sunscreen-content-mob p, .sucscreen-section-mob .sunscreen-content-mob li {
        font-size: 19px;
    }

    .sucscreen-section-mob .sunscreen-content-mob ul {
        width: 100%;
    }
}



/*

    CLOTHING SECTION

*/
.clothing-section {
    height: auto;
}

.clothing-section .clothing-header {
    text-align: center;
    padding: 1%;
}

.clothing-section .clothing-content {
    background-image: url('../images/wearer-advice/girl-on-phone-bg.png');
    background-size: 100% 100%;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    height: 100%;
    padding: 5% 0;
}

.clothing-section .clothing-content .row .col-md-5 p {
    text-align: right;
    font-size: 1.4vw;
}
/* CLOTHING SECTION MOBILE */
.clothing-section-mob {
    display: none;
}

@media (max-width: 768px) {
    .clothing-section {
        height: auto;
    }

    .clothing-container1 {
        display: none;
    }
    
    .clothing-section-mob {
        display: block;
    }

    .clothing-section-mob img {
        width: 100%;
        height: auto;
    }

    .clothing-section-mob .clothing-content-mob {
        font-size: 19px;
        padding: 3vh;
    }
}





/*

    CLOTHING PART 2 SECTION

*/
.clothing2-section {
    height: auto;
    padding: 5% 0;
}

#spray-clothes {
  height: auto;
  max-height: 100%;
  width: 100%;
}

.clothing2-section p {
  font-size: 1.7vw;
}
/* MOBILE SECTION FOR CLOTHING PART 2 */
@media (max-width: 768px) {
    .clothing2-section {
        height: auto;
    }
    
    .clothing2-section .clothing2-content-container {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .clothing2-section .col-md-4 {
        height: auto !important;
    }

    #spray-clothes {
        padding: 0;
        width: 50%;
        height: auto;
    }

    .clothing2-section p {
        font-size: 19px;
    }
}

/*
  ACCIDENTAL REMOVAL
*/

.accidental-removal-section {
  height: auto;
  width: 100%;
  font-size: 1.28vw;
}

.accidental-header {
  background: #fff200;
  background: #FFF200;
  padding: 1%;
}

.bg-img {
  background-size: 100% 100%;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  /*height: 88.5%;*/
  height: 100%;
  width: 100%;
}

.accidental-header-container {
  height: 100%;
  width: 100%;
}

#accidental-removal-img {
  background-image: url('../images/wearer-advice/accidental-removal.jpg');
  height: 100%;
  padding: 5% 0;
}

.accidental-removal-content-container {
  text-align: right;
  padding-right: 10%;
}

.white-bg-color-right {
  display: inline-block;
}

.white-bg-color-right span {
  display: inline;
  background: white;
  padding: 1% 1%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
/* MOBILE ACCIDENTAL REMOVAL */
.accidental-removal-mob {
    display: none;
}
@media (max-width: 768px) {
    .accidental-removal-section {
        height: auto;
    }

    .accidental-removal-section .accidental-header-container {
        display: none;
    }

    .accidental-removal-mob {
        display: block;
    }

    .accidental-removal-mob .accidental-header h3 {
        font-size: 5vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .accidental-removal-mob img {
        width: 100%;
        height: auto;
    }

    .accidental-removal-mob .removal-mob-container .removal-content-para {
        font-size: 19px;
        padding: 3vh;
    }
}




/*
  ACCIDENTAL REMOVAL - 2
*/
.accidental-removal2-section {
  height: auto;
  width: 100%;
}

.accidental-removal2-container {
  height: 100%;
  width: 100%;
}

.accidental-header2 {
  padding: 1%;
}

.white-bg-strict {
  display: static;
  background: white;
}

#mosquito-bite-img {
  background-image: url('../images/wearer-advice/mosquito-bite-bg.jpg');
  height: 100%;
  padding: 5% 0;
}

.accidental-removal2-container {
  font-size: 1.17vw !important;
}
/* MOBILE SECTION */
.removal2-sec-mob {
    display: none;
}

@media (max-width: 768px) {
    .accidental-removal2-section {
        height: auto;
    }

    .accidental-removal2-section .accidental-removal2-container {
        display: none;
    }

    .removal2-sec-mob {
        display: block;
    }

    .removal2-sec-mob .accidental-header2 h3 {
        font-size: 7vw;
    }

    .accidental-removal2-section img {
        width: 100%;
        height: auto;
    }

    .accidental-removal2-section .removal2-content-para {
        padding: 19px;
        font-size: 19px;
    }

}





/*
  HOW TO APPLY CAROUSEL SECTION
*/

.how-to-apply-section {
  height: auto;
  width: 100%;
}

.how-to-apply-container {
  height: 100%;
  width: 100%;
}


.how-to-apply-row {
  padding-left: 18vw;
  padding-right: 18vw;
}

.how-to-apply-selection-wrapper img {
  height: 5vw;
  cursor: pointer;
}


#carousel-how-to-apply {
  height: 65%;
}

#carousel-how-to-apply .carousel-item div {
  height: 30vw;
}

.carousel-img {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#carousel-how-to-apply .semi-circle-prev-btn {
  border: 4px solid white !important;
  border-left: 0 !important;
}

#carousel-how-to-apply .semi-circle-next-btn {
  border: 4px solid white !important;
  border-right: 0 !important;
}

#how-to-apply-slide1 {
  background-image: url("../images/wearer-advice/slides/slide1.jpg");
}

#how-to-apply-slide2 {
  background-image: url("../images/wearer-advice/slides/slide2.jpg");
}

#how-to-apply-slide3 {
  background-image: url("../images/wearer-advice/slides/slide3.jpg");
}

#how-to-apply-slide4 {
  background-image: url("../images/wearer-advice/slides/slide4.jpg");
}


#how-to-apply-slide50 {
  background-image: url("../images/wearer-advice/lotion-slide.jpg");
}


.slide-desc-container {
  position: relative;
}

.pro-tip {
  position: absolute;
  bottom: 5%;
  height: auto !important;
}

.slide-desc-container {
  font-size: 1.6vw;
  padding-left: 7%;
  padding-top: 1%;
}

.slide-desc-container ul {
  list-style-type: square;
}

ul#slide-1-caption {
  font-size: 1.6vw;
}

ul#slide-2-caption, ul#slide-3-caption {
  font-size: 1.3vw;
}

.slide-desc-container li {
  padding-bottom: 3%;
}


.slide-desc-container h5 {
  padding-bottom: 1vw;
}

.pro-tip img {
  height: auto !important;
  width: 10% !important;
  float: left;
  clear: both;
  position: relative;
  bottom: 0;
  margin-right: 1%;
}

.pro-tip p {
  padding-left: 110px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
    #carousel-how-to-apply {
        height: 100%;
    }

    .how-to-apply-row {
        padding: 0 0;
    }

    .how-to-apply-selection-wrapper img {
        height: 12vw;
    }

    #carousel-how-to-apply .mob-alt {
        height: 100%;
    }
}



/*

    SWIMMING WITH REPELLENT SECTION

*/
.swimming-section {
    height: auto;
}

.swimming-section .swimming-header {
    text-align: center;
    padding: 1%;
}

.swimming-section .swimming-content {
    background-image: url('../images/wearer-advice/pool-background-img.png');
    /*background-attachment: fixed;*/
    background-size: 100% 100%;
    height: 100%;
    padding: 5% 0;
}

.swimming-section .swimming-content .row .col-md-7 {
    padding-top: 10vh;
    padding-left: 3vw;
}

.swimming-section .swimming-content .row .col-md-7 p {
    font-size: 19px;
    line-height: 1.5em;
}
/* SWIMMING WITH REPELLENT MOBILE */
.swimming-mob {
    display: none;
}

@media (max-width: 768px) {
    .swimming-section {
        height: auto;
    }

    .swimming-hide-section {
        display: none;
    }
    
    .swimming-mob {
        display: block;
    }

    .swimming-mob .swimming-content-mob {
        padding: 3vh;
    }

    .swimming-mob img {
        width: 100%;
    }

    .swimming-mob .swimming-content-mob p {
        font-size: 19px;
    }
}








/*

    APPLYING TO FACE

*/
.face-application-section {
    height: 100%;
    padding-top: 5%;
    margin-bottom: 5%;
}

.face-application-section .face-container-hide {
    height: 100%;
}

.face-application-section .face-header {
    text-align: center;
    padding: 1%;
}

.face-application-section .face-content {
    background-image: url('../images/wearer-advice/hand-face-bg.png');
    background-size: 100% 100%;
    height: 100%;
}

.face-application-section .face-content .row .col-md-5 {
    padding-top: 20vh;
    font-size: 25px;
}
/* MOBILE APPLYING TO FACE */
.face-application-section-mob {
    display: none;
}
@media (max-width: 768px) {
    .face-application-section {
        height: auto;
    }

    .face-application-section .face-container-hide {
        display: none;
    }

    .face-application-section-mob {
        display: block;
    }

    .face-application-section-mob img {
        width: 100% !important;
    }

    .face-application-section-mob .face-content-mob {
        font-size: 4vw;
    }

    .face-application-section-mob .face-content-mob {
        padding: 3vh;
    }

}

.mid-align {
    display: grid;
    align-content: center;
    height: 100%;
}