.clearfix::after {    display: block;    content: "";    clear:both;}
* {    box-sizing: border-box;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;}
*::-webkit-scrollbar {    display: none;}
/* @font-face {    font-family: 'Gotham';    src: url('../fonts/subset-Gotham-Bold.eot');    src: url('../fonts/subset-Gotham-Bold.eot?#iefix') format('embedded-opentype'),        url('../fonts/subset-Gotham-Bold.woff2') format('woff2'),        url('../fonts/subset-Gotham-Bold.woff') format('woff'),        url('../fonts/subset-Gotham-Bold.ttf') format('truetype'),        url('../fonts/subset-Gotham-Bold.svg#Gotham-Bold') format('svg');    font-weight: bold;    font-style: normal;    font-display: swap;}@font-face {    font-family: 'Gotham';    src: url('../fonts/subset-Gotham-Light.eot');    src: url('../fonts/subset-Gotham-Light.eot?#iefix') format('embedded-opentype'),        url('../fonts/subset-Gotham-Light.woff2') format('woff2'),        url('../fonts/subset-Gotham-Light.woff') format('woff'),        url('../fonts/subset-Gotham-Light.ttf') format('truetype'),        url('../fonts/subset-Gotham-Light.svg#Gotham-Light') format('svg');    font-weight: 300;    font-style: normal;    font-display: swap;} 
*/

/*@font-face {    font-family: 'Carlsberg Sans';    src: url('../fonts/subset-CarlsbergSans-Bold.eot');    
src: url('../fonts/subset-CarlsbergSans-Bold.eot?#iefix') format('embedded-opentype'),       
 url('../fonts/subset-CarlsbergSans-Bold.woff2') format('woff2'),       
 url('../fonts/subset-CarlsbergSans-Bold.woff') format('woff'),       
 url('../fonts/subset-CarlsbergSans-Bold.ttf') format('truetype'),       
 url('../fonts/subset-CarlsbergSans-Bold.svg#CarlsbergSans-Bold') format('svg');    
 font-weight: bold;    font-style: normal;    font-display: swap;}*/
 
 @font-face {
  font-family: 'Roboto';
  src: url('../fonts/subset-Roboto-Bold.eot');
  src: url('../fonts/subset-Roboto-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/subset-Roboto-Bold.woff2') format('woff2'),
      url('../fonts/subset-Roboto-Bold.woff') format('woff'),
      url('../fonts/subset-Roboto-Bold.ttf') format('truetype'),
      url('../fonts/subset-Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

 
 body, html{    height:100%;  }
 body {    font-family: 'Roboto', Arial, Tahoma, sans-serif;        text-transform: none;    height: 100% !important;    overflow: hidden !important;}
div.app {    display: flex;    position: relative;    margin: 0;    padding: 0;    width: 100%;    height: 100%;    overflow: hidden;	align-items: center;	justify-content: center;}.app-center {	display: block;    position: relative;    margin: 0 auto;    padding: 0;    width: 100%;	max-width: 830px;    height: 100%;	max-height: 600px;    overflow: hidden;	border: 15px solid #000000;	border-radius: 15px;	background-image: url("../img/icon/background.png");    background-position: center;    background-repeat: no-repeat;    background-size: cover;    /* overflow-x: hidden;    overflow-y: auto; *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ad0018+0,63000d+100&0.75+0,0.75+100 */    /* background: #d55071; */    background: -moz-linear-gradient(top,  rgba(173,0,24,0.75) 0%, rgba(99,0,13,0.75) 100%); /* FF3.6-15 */    /* background: -webkit-linear-gradient(top,  rgba(173,0,24,0.75) 0%,rgba(99,0,13,0.75) 100%); */ /* Chrome10-25,Safari5.1-6 */    /* background: linear-gradient(to bottom,  rgba(173,0,24,0.75) 0%,rgba(99,0,13,0.75) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfad0018', endColorstr='#bf63000d',GradientType=0 ); /* IE6-9 */    /* background: #d70a84; */    background: -moz-linear-gradient(left,  #d70a84 0%, #51127f 100%);    /* background: -webkit-linear-gradient(left,  #d70a84 0%,#51127f 100%); */    /* background: linear-gradient(to right,  #d70a84 0%,#51127f 100%); */    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70a84', endColorstr='#51127f',GradientType=1 );}	    div.app::before {    content: "";    display: none;    position: absolute;    width: 225px;    height: 330px;    background-image: url("../img/apple_top.png");    background-repeat: no-repeat;    background-size: contain;    background-position-x: 0;    background-position-y: 0;    right: -65px;    top: 30px;    -moz-transform: rotate(-20deg);    -webkit-transform: rotate(-20deg);    -o-transform: rotate(-20deg);    -ms-transform: rotate(-20deg);    transform: rotate(-20deg);}div.app::after {    content: "";    display: none;    position: absolute;    width: 225px;    height: 330px;    background-image: url("../img/apple_btm.png");    background-repeat: no-repeat;    background-size: contain;    background-position-x: 0;    background-position-y: 0;    left: 25px;    bottom: -120px;    -moz-transform: rotate(20deg);    -webkit-transform: rotate(20deg);    -o-transform: rotate(20deg);    -ms-transform: rotate(20deg);    transform: rotate(20deg);}


 main {
     width: 100%;
     height: 100%;	 position: relative;    z-index: 99999;
 }

div.full_body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

div.start-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 60%;
}

div.start-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 15px auto;
}

div.start-text h1 {
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    text-transform: none;
    line-height: 1.4;
    color: #fff;
    margin: 0 auto 25px auto;	text-shadow: 0 0 40px #ff0000;
}

div.start-text div.start-text_info {
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    text-transform: none;
    line-height: 1.2;
    color: #fff;
}

div.start-click {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 35px auto 0 auto;
}

div.start-click form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: center;
}

div.start-click form input{
        display: flex;    float: none;    width: 100%;    height: auto;    padding: 20px;    margin: 0 auto 20px auto;    align-items: center;    /* font-family: 'Gotham'; */    font-weight: bold;    font-size: 22px;    text-transform: capitalize;    text-align: center;    color: #fff;    background-color: #fff;    background: none;    outline: none;    border: none;    /* border-radius: 7px; */    /* text-shadow: 0 0 40px #ff0000; */    border-bottom: 1px solid #fff;
}
div.start-click form input::placeholder{ color: fff;}
div.start-click .str-btn:hover {
    -webkit-box-shadow:inset 0 0 15px 10px #63000D;
    box-shadow:inset 0 0 15px 10px #63000D;
}


div.start-click .str-btn {
    display: flex;    float: none;    align-items: center;    justify-content: center;    text-decoration: none;    margin: 10px auto 0 auto;    cursor: pointer;    outline: none;    -webkit-transition: all 0.5s ease-in-out;    -moz-transition: all 0.5s ease-in-out;    -ms-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;    width: 75%;    height: auto;    padding: 10px 15px;    /* margin: 0 auto 70px auto; */    align-items: center;    /* font-family: 'Gotham'; */    font-weight: bold;    font-size: 22px;    text-transform: none;    text-align: center;    color: #fff;    background: none;    outline: none;    border: none;    border-radius: 7px;    /* background-color: #fff; */    text-shadow: 0 0 40px #ff0000;
}

button.result_send:hover {
    color: #fff;
    -webkit-box-shadow:inset 0 0 15px 10px #63000D;
	box-shadow:inset 0 0 15px 10px #63000D;
} 
button.result_send {display: flex;    float: none;    align-items: center;    justify-content: center;    text-decoration: none;    margin: 30px auto 0 auto;    cursor: pointer;    outline: none;    -webkit-transition: all 0.5s ease-in-out;    -moz-transition: all 0.5s ease-in-out;    -ms-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;    width: 75%;    height: auto;    padding: 10px 15px;    /* margin: 0 auto 70px auto; */    align-items: center;    /* font-family: 'Gotham'; */    font-weight: bold;    font-size: 30px;    text-transform: none;    text-align: center;    color: #fff;    background: none;    outline: none;    border: none;    border-radius: 7px;    /* background-color: #fff; */    text-shadow: 0 0 40px #ff0000;
}

/* =====>>> TEST PAGE START  <<<===== */

div.test-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 70%;
    
}

div.test-rows  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
div.test-part form {
    display: block;
    width: 100%;
}

div.row-frm {
    display: block;
    width: 100%;
    margin: 20px auto;
}
div.row-frm h2.frm_questn {
    display: block;
    width: 100%;
    margin: 0px auto 35px auto;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;	text-shadow: 0 0 40px #ff0000;	line-height: 1.4;

}

div.row_in {
    display: block;
    width: 90%;
    position: relative;
    padding: 0;
    margin: 0 auto;
}
    
div.row_in input[type="radio"]:checked + label> span.test_info {/* 
    -webkit-box-shadow:inset 0 0 15px 10px #63000D;
box-shadow:inset 0 0 15px 10px #63000D;
    /* border-color: rgba(99,0,13,0.75); */
    /* color: yellow; */	background-image: url("../img/icon/select_bg.png");
} 

/* div.row_in input[type="radio"]:checked + label {
    border-color: rgba(99,0,13,0.75);
}  */

div.row_in input[type="radio"]:checked + label span.test_variant {
    /* background-color: #FF2300;
    color: #fff; */
} 

div.row_in input[type="radio"]:checked + label span.test_icn {
    visibility: visible;
    opacity: 1;
} 


div.row-frm input {display: block;    -moz-appearance: none;    -webkit-appearance: none;    appearance: none;    position: absolute;    left: 0;    top: 0;    margin: 0;    z-index: 99;    cursor: pointer;    width: auto;    height: 60px;    padding: 20px;    /* margin: 0 auto 70px auto; */    align-items: center;    /* font-family: 'Gotham'; */    font-weight: bold;    font-size: 30px;    text-transform: none;    text-align: center;    color: #000;    background: none;    outline: none;    border: none;    border-radius: 7px;
}


span.test_variant {
    display: none;
    align-items: center;
    justify-content: center;
    float: left;
    width: 30px;
    height: 25px;
    margin-right: 10px;
    font-family: Inter-Regular;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #FF2300;
    color: #FF2300;
    background-color: #fff;

    
}

span.test_info {display: flex;    align-items: center;    justify-content: center;    float: left;    margin-right: 0px;    margin-bottom: 20px;    width: auto;    /* height: 85px; */    padding: 3px 20px;    align-items: center;    /* font-family: 'Gotham'; */    font-weight: bold;    font-size: 22px;    text-transform: none;    text-align: center;    color: #fff;    /* background-color: #fff; */    outline: none;    border: none;    background-position: center;    background-repeat: no-repeat;    background-size: 100%;    text-shadow: 0 0 40px #ff0000;
}

span.test_icn {
    display: none;    /*display: flex;*/
    visibility: hidden;
    opacity: 0;
    align-items: center;
    justify-content: center;
    float: right;
    width: 25px;
    height: 20px;
    background-image: url("../img/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* =====>>> TEST PAGE FINISH  <<<===== */


/* =====>>> SHARE PAGE START  <<<===== */
div.share-part {
    width: 80%;
    margin: 0 auto;
}

div.row-sh {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px auto 0 auto;
}

div.col-sh {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 10px 10px 0;
}

.cp_lnk {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../img/copy_link.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: rgb(23, 139, 244);
    outline: none;
    border: none;
    cursor: pointer;
}

.cp_inpt {
    display: block;
    width: 200px;
    height: 50px;
    padding: 7px 15px;
    outline: none;
    border: 1px solid rgb(23, 139, 244);
}

div.col-sh a {
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a.fb {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../img/facebook.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #3B5998;
    color: #fff;
}
a.twt {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../img/twitter.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #55ACEE;
}
a.tg {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../img/telegram.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #0088cc;
}
a.wp {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../img/whatsapp.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #25D366;
}
a.fb:hover, a.twt:hover, a.wp:hover, a.tg:hover {
    transform: translateY(-4px);
}


.reload_btn:hover {
    color: #fff;
    -webkit-box-shadow:inset 0 0 15px 10px #63000D;
box-shadow:inset 0 0 15px 10px #63000D;
} 
.reload_btn {display: flex;    float: none;    align-items: center;    justify-content: center;    text-decoration: none;    margin: 10px auto 0 auto;    cursor: pointer;    outline: none;    -webkit-transition: all 0.5s ease-in-out;    -moz-transition: all 0.5s ease-in-out;    -ms-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;    width: 75%;    height: auto;    padding: 10px 15px;    /* margin: 0 auto 70px auto; */    align-items: center;    /* font-family: 'Gotham'; */    font-weight: bold;    font-size: 22px;    text-transform: none;    text-align: center;    color: #fff;    background: none;    outline: none;    border: none;    border-radius: 7px;    /* background-color: #fff; */    text-shadow: 0 0 40px #ff0000;
}

div.scrl_btn {	display:none;
    position: fixed;
    width: auto;
    height: auto;
    bottom: 30px;
    right: 50px;
    z-index:999;
}
div.scrl_btn .swiper-button-prev {
    display: block;
    float: left;
    left: auto;
    right: 0;
    margin: 0;
    width: 80px;
    height: 80px;
    background-image: url("../img/up.svg");
    background-position: center;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-color: #ed2224;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.scrl_btn .swiper-button-next {
    display: block;
    float: left;
    left: 0;
    right: auto;
    margin: 0;
    width: 80px;
    height: 80px;
    background-image: url("../img/down.svg");
    background-position: center;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-color: #ed2224;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.scrl_btn .swiper-button-next:hover, div.scrl_btn .swiper-button-prev:hover {
    -webkit-box-shadow:inset 0 0 15px 10px #63000D;
    box-shadow:inset 0 0 15px 10px #63000D;
}



div.result_table {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 120px);
    height: auto;
    /* max-height: 70vh; */
    margin: 25px auto 45px auto;
    /* overflow: auto; */
    position: relative;
}

div.result_table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none
}

div.result_table th, div.result_table td {
    border: none;	background: none;    text-align: left;    padding: 15px;    /* font-family: 'Gotham'; */    font-weight: bold;    font-size: 20px;    color: #fff;    text-align: center;    text-shadow: 0 0 40px #ff0000;    border-bottom: 1px solid #9a061a;
}

/*div.result_table table tr:nth-child(even){background-color: #ff2300;color:#fff}
div.result_table table tr:nth-child(odd){background-color: rgb(241, 241, 241); color: #fff !important;}*/


.partnyor_result {
    display: block;
    /* position: fixed; */
    top: 0;
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    /*font-family: 'Gotham';*/
    font-weight: bold;
    text-transform: none;
    margin: 0px auto 200px auto;
    font-size: 30px;    text-align: center;    color: #fff;    text-shadow: 0 0 40px #ff0000;    line-height: 1.4;
}

.rslt_mrg {
    margin: 0px auto 70px auto;
}

  .swiper-container,
  .swiper-wrapper,
  .swiper-slide{
    width: 100%;
    height: 600px;
  }
   .swiper-slide {
       width: 100%;
       height: 100%;
     text-align: center;
     font-size: 18px;
     background: none;
     /* Center slide text vertically */
     display: flex;
     justify-content: center;
     align-items: center;
     
  }

  div.row-frm label.test_label{
    display: inline-flex;    position: relative;    align-items: center;    z-index: 9;    width: auto;    height: auto;    padding: 0px;    margin: 0 auto 0px auto;    align-items: center;    /* font-family: 'Gotham'; */    font-weight: bold;    font-size: 30px;    text-transform: none;    text-align: center;    color: #fff;    background-color: transparent;	background-position:center;	background-repeat: no-repeat;    outline: none;    border: none;    border-radius: 7px;    transition: all 0.4s;    text-shadow: 0 0 10px #6d000f;
}

label.swiper-button-next {
    background-image: none;
}
label.swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
}

/* div.row-frm label.test_label {
    z-index: 9;
} */


div.result_range {
    display: block;
    position: relative;
    width: 100%;
    height: 85px;
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px 0 #000000;
box-shadow: 0 0 10px 0 #000000;
}

div.result_range_in {
    display: block;
    position: relative;
    height: 85px;
    border-radius: 7px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#510101+0,ff0000+100 */
background: rgb(81,1,1); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(81,1,1,1) 0%, rgba(255,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(81,1,1,1) 0%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(81,1,1,1) 0%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#510101', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */

}

div.result_heart {
    display: inline-flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    width: 175px;
    height: 175px;
    background-color: transparent;
    background-image: url(../img/heart.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -185px;
    left: calc(100% - 60px);
    transform: rotate(20deg);
    /*font-family: 'Gotham';*/
    font-weight: bold;
    font-size: 50px;
    color: #940014;
    padding: 15px 15px 38px 15px;
}

.st_inpt_row {
	display: block;
	position: relative;
}
div.fill_area {
	display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #63000D;
    /* font-family: 'Gotham'; */
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
    top: 0px;
    transition: all 0.3s;
    animation: animation-text 2s infinite;
}

div.fill_area::after {
	display: none;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #fff;
    top: 35px;
    left: 2px;
}

@keyframes animation-text {
    0%{color:#63000D;}
    50%{color:#fff;}
    100%{color:#63000D;}

}
/* =====>>> SHARE PAGE FINISH  <<<===== */
/* =====>>> Background images START  <<<===== */
.bg_icons {    display: block;    position: absolute;    background-position: center;    background-repeat: no-repeat;    background-size: 100% 100%;    z-index: 9;}
.x_1 {    display: block;    width: 62px;    height: 62px;    background-image: url("../img/icon/x_1.png");	left: 7%;    top: 6%;}
.x_2 {    display: block;    width: 94px;    height: 94px;    background-image: url("../img/icon/x_2.png");	right: 13%;    bottom: 37%;}
.ovl_1 {    display: block;    width: 162px;    height: 130px;    background-image: url("../img/icon/oval_1.png");    right: 0;    top: 0;}
.ovl_2 {    display: block;    width: 62px;    height: 62px;    background-image: url("../img/icon/oval_2.png");	right: 5%;    bottom: 14%;}
.ovl_3 {    display: block;    width: 59px;    height: 118px;    background-image: url("../img/icon/oval_3.png");    left: 0;	bottom: 6%;}
.square_1 {    display: block;    width: 176px;    height: 81px;    background-image: url("../img/icon/squer_1.png");    right: 16%;	bottom: 0;}
.square_2 {    display: block;    width: 106px;    height: 106px;    background-image: url("../img/icon/squer_2.png");    left: 9%;    bottom: 35%;}
.triangle_1 {    display: block;    width: 60px;    height: 59px;    background-image: url("../img/icon/triangle_1.png");left: 20%;bottom: 12%;}
.triangle_2 {    display: block;    width: 107px;    height: 75px;    background-image: url("../img/icon/triangle_2.png");    top: 0;	left: 46%;}
.stars {    display: block;    width: 179px;    height: 53px;    background-image: url("../img/icon/stars.png");    bottom: 5%;    left: 38%;}/* =====>>> Background images FINISH  <<<===== */