/*Global CSS*/

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

body {
    font-family: 'Open Sans', sans-serif;
}

.img-fluid {
    max-width: 100%;
    display: inline-block;
}

.content_wrapper {
    max-width: 1160px;
    margin: 0 auto;
}

.position-relative {
    position: relative !important;
}


/*First Landing Page*/

body.genie_voting_landing_bg {
    background-image: url('../img/landingbg\ \(1\).png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.landing_page_content {
    position: relative;
    height: 100%;
}

.landing_bg {
    max-height: 100vh;
    height: 100%;
    min-height: 100vh;
}

.landing_middle_content {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.flag_top {
    position: absolute;
    max-width: 600px;
    top: 0;
    right: 0;
}

.flag_bottom {
    position: absolute;
    max-width: 600px;
    bottom: 0px;
    left: 0;
}

.top_logo {
    padding-top: 60px;
    margin-bottom: 90px;
}

.vgl_text h1 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.vgl_text h6 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #CDD1DA;
    margin-bottom: 25px;
}

.vgl_text .btn {
    margin-top: 40px;
}

.btn-red {
    background: #E84429;
    border-radius: 4px;
    border: 0;
    padding: 15px 30px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

p.strong {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

p.info_text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}

button.btn.btn-black {
    background: #000920;
    border-radius: 4px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    margin-top: 60px;
    margin-bottom: 20px;
}

p.copyright_text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
}

.landing_middle_content {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.genieMan {
    position: absolute;
    bottom: 0;
    right: -15%;
}

.flag_bottom img {
    margin-bottom: -5px;
}

.country_picker {
    position: absolute;
    top: 70px;
    left: 0%;
}

.country_picker button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid rgb(221 221 221 / 36%);
    border-radius: 5px;
    color: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #CDD1DA;
    cursor: pointer;
}

.country_picker button span {
    padding-left: 8px;
    padding-right: 20px;
}


/*Second Landing Page*/

.question_alternate  .top_logo {
    margin-bottom: 38px;
}
.question_alternate_bg .flag_top {
    top: 0;
    left: 0;
}
body.genie_voting_landing_bg.question_alternate{
    background-image: url(../img/general_bg.png);
}

.question_alternate_bg .flag_bottom {
    bottom: 0px;
    right: 0px !important;
    left: unset;
}

.landing_middle_content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.landing_middle_content.index-landing{
    max-width: 420px;
}

.question_form_wrap {
    border: 1px solid rgb(236 240 253 / 10%);
    border-radius: 10px;
}

.question_form_wrap {
    border: 1px solid rgb(236 240 253 / 10%);
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 50px;
}
.statement-content .question_form_wrap {
    padding-bottom: 20px;
}
.statement-content .form-row.row{
    padding-bottom: 0 !important;
}

.question_form_wrap p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 8px;
    text-decoration-line: underline;
    color: #878BB1;
    text-align: left;
    margin-top: 10px;
}

.form-row.row .col-6 select {
    border: 1px solid rgb(236 240 253 / 10%);
    border-radius: 5px;
    width: 100%;
    padding: 24px;
    background: transparent;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #878BB1;
}

.form-row.row {
    display: flex;
}

.form-row.row .col-6 {
    max-width: 50%;
    width: 100%;
}

.form-row.row .col-6:nth-child(1) {
    padding-right: 10px;
}

.form-row.row .col-6:nth-child(2) {
    padding-left: 10px;
}

.form_buttons {
    border-top: 1px solid rgb(236 240 253 / 10%);
    margin-top: 30px;
}

.form_buttons {
    border-top: 1px solid rgb(236 240 253 / 10%);
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.form_buttons button {
    margin-top: 30px !important;
    padding: 5px 30px !important;
    height: 54px;
    cursor: pointer;
}

.form-row.row .col-6:nth-child(1) select {
    /* background-color: #3A63F3; */
    color: #878BB1;
}

.footer-abs_text {
    background: #D13E29;
    backdrop-filter: blur(21px);
    text-align: center;
    color: #ECF0FD;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.footer-abs_text p {
    max-width: 790px;
    margin: 0 auto;
    padding: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #ECF0FD;
}

.question_alternate_bg .vgl_text h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 38px;
}

.question_alternate_bg .vgl_text h1 {
    text-transform: none;
}

.btn-red,
.btn-black {
    border: 1px solid transparent !important;
    transition: .3s linear all;
}

.btn-red:hover,
.btn-black:hover {
    background-color: transparent !important;
    border-color: #fff !important;
}

.form-row.row .col-6 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.form-row.row .col-6 select:hover {
    background-color: #3A63F3;
    color: #FFFFFF;
}


.form-row.row .col-6 select {
    background-image: url('../img/arrdown.svg');
}

.form-row.row .col-6 select {
    background-image: url('../img/arrdown.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: calc(100% - 20px);
}

.form-row.row .col-6 select {
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.question_form_wrap p a {
    color: #878BB1;
}

/* General question */
body.genie_voting_general_bg {
    background-image: url('../img/general_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.green{
    color: #1BCFA9;
}
.text-center{
    text-align: center;
}
.gen-content.position-relative {
    padding-bottom: 200px;
}
.gen-content .form-row.row {
    /* padding-bottom: 50px; */
}
.gen-content h1{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}
.gen-content h2{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    color: #878BB1;
}
.gen-content span{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
    line-height: 12px;
    
}
.gen-content .question_form_wrap {
    border: 1px solid #ECF0FD;
    border-radius: 10px;
    margin-top: 45px;
}

.gen-content label {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #ECF0FD;
    position: relative;
    cursor: pointer;
    display: flex;
}
.gen-content .form-group {
    text-align: left;
    margin: 20px 0px;
}
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #ecf0fd30;
    border: 1px solid #ecf0fd30;
    border-radius: 5px;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 0px;
    height: 0;
}
.form-group input:checked + label::before{
    background-color: #FF6A5B;
    border: 1px solid #FF6A5B;
}
.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1.5px;
    left: 6.5px;
    width: 3px;
    height: 9px;
    border: solid #FFFFFF;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.gen-content .top_logo {
    padding-top: 60px;
    margin-bottom: 50px;
}

/* statement */
.statement-content-wrapper .landing_middle_content {
    height: auto !important;
}
.statement-content.gen-content h1 {
    
    max-width: 677px;
    margin: 20px auto 0px;
}
.statement-content-wrapper .form_buttons{
    border-top: none;
}
.statement-content label{
    line-height: 22px;
}
.gen-content.statement-content-wrapper {
    background-image: url('../img/bxs-quote-left.svg.png');
    background-size: auto;
    background-position: -7% 13%;
    background-repeat: no-repeat;
}

/* .question_form_wrap2{
    border: 1px solid rgba(236, 240, 253, 0.2) !important;
} */
.question_form_wrap h3 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: left;
}
h3 span{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #878BB1;
}
.c-accordion {
    border: 1px solid rgba(236, 240, 253, 0.2);
    border-radius: 10px;
    padding: 30px;
}

.c-accordion__entry-title {
    position: relative;
}
  
.c-accordion__entry-header-link {
    display: block;
    cursor: pointer;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ECF0FD;
    text-align: left;
    text-decoration: unset;
}
  
.c-accordion__entry-body {
    display: none;
}
  
.c-accordion__entry-contents p {
    padding: 5px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #878BB1;
    text-align: left;
    text-decoration: unset !important;
    margin: 0;
}
  
.c-accordion__entry-header-icon-wrapper {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    transform: translate(0,-50%);
    transition: all .4s;
}
  
.c-accordion__entry-header-icon {
    display: block;
}
  
  
.c-accordion__entry.is-expanded > .c-accordion__entry-title > .c-accordion__entry-header-link > .c-accordion__entry-header-icon-wrapper {
    transform: translate(0,-50%) rotate(180deg);
}
/* result */
.white-board.no-result {
   text-align: center;
    padding: 115px 0px !important;
    max-width: 324px;
    margin: auto;
}
.white-board.no-result h2{
    padding: 30px 0px !important;
}
.late-popup {
    background-image: url(../img/Asset-5.png) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
}

.late-popup h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #002664;
}
.late-popup button {
    max-width: 100% !important;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #F2F5FC;
    border-radius: 8px;
    overflow: auto;
    z-index: 1;
    padding: 20px 24px;
    margin-top: 20px;
}
.dropdown-content a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #191D51;
}
.show {display: block;}
.white-board {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 39px 49px;
    z-index: 9999;
    position: relative;
}
.white-board h1.heading {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #191D51;
    padding-bottom: 30px;
}
.cards {
    display: flex;
    /* justify-content: space-around; */
    text-align: left;
    gap: 20px;
}
.card {
    border: 1px solid #ECF0FD;
    border-radius: 10px;
    width: 50%;
    padding: 24px;
}
.profile-bio h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #3A63F3;
}
.profile-bio h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #060A32;
    margin: 8px 0px;
}
.profile-bio h2 span {
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #878BB1;
}
.profile-details {
    display: flex;
    align-items: center;
}
.profile-details .match {
    background: #1BCFA9;
    max-width: 121px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    color: #ffffff;
    padding: 7.5px 0px 7.5px 10px;
    position: relative;
    text-align: left;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
}
.match span{
    color: #ffffffad;
}
.match:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-right: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .card:last-child .profile-details .match::after{
    border-right-color: #ECF0FD;
  }
.divider {
    height: 1px;
    background: #ECF0FD;
    margin: 24px 0px;
}
a.all-con-btn {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #3A63F3;
}
.other-match li span.score {
    background: rgba(58, 99, 243, 0.05);
    padding: 4px 6px;
    margin-left: 10px;
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #3A63F3;
}
span.name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #191D51;
    width: 28%;
}

.other-match li {
    margin: 8px 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.other-match li.text-muted{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 8px;
    color: #878BB1;
    margin-top: -5px;
    margin-bottom: 10px;
}
span.score.declined{
    background: #F8F8F8 !important;
    color:#FF6A5B !important;
}
a.org-btn {
    background: #FF6A5B;
    border-radius: 10px;
    text-decoration: auto;
    padding: 16px 26px;
    display: inline-block;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 26px 0px 8px;
    transition: .3s linear all;
    border: 1px solid transparent;
}
a.org-btn:hover{
    background: transparent;
    border-color: #FF6A5B;
}
.middle-content {
    position: relative;
    padding: 30px 0px;
}
.middle-content h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ECF0FD;
    padding-bottom: 12px;
}
.middle-content p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #ECF0FD;
}
.middle-content p span{
    font-weight: 700;
}
.middle-content p.italic {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #878BB1;
}
.middle-content img{
    position: absolute;
    top: -43%;
    right: -9%;
    z-index: 0 !important;
}
.card:last-child {
    background: #ECF0FD;
}

.card:last-child .divider{
    background: #FFFFFF;
}
.bottom-cards {
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
}
.bcard {
    width: 50%;
    padding: 40px 17px 40px 40px;
    text-align: left;
    border-radius: 10px;
}

.bcard:first-child {
    background: #191D51;
    background-image: url('../img/shape-ball.png');
    background-repeat: no-repeat;
    background-position: 90% 90%;
}
.bcard:last-child {
    background: #3A63F3;
    background-image: url('../img/Group-66.png');
    background-repeat: no-repeat;
    background-position: 90% 95%;
}

.bcard h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 15px 0px;

}
.bcard h2 span{
    color: #FF6A5B;
    font-size: 18px;
    line-height: 28px;
}
a.b-btn {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 16px 26px;
    display: inline-block;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FF6A5B;
    text-decoration: auto;
    transition: .3s linear all;
    border: 1px solid transparent;
}
a.b-btn:hover{
    background: transparent;
    border-color: #FFFFFF;
}
.border-one {
    background: #FFFFFF;
    opacity: 0.15;
    border-radius: 10px 10px 0px 0px;
    height: 5px;
    max-width: 92%;
    margin: auto;
}
.border-two {
    height: 7px;
    background: #FFFFFF;
    opacity: 0.3;
    max-width: 95%;
    margin: auto;
    border-radius: 10px 10px 0px 0px;
}

.card-circle .circle{
    position: relative;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    cursor: default;
}
.card-circle .circle .box,.card-circle .circle .box img,
.card-circle .circle .box span{
    position: absolute;
    top: 50%;
    left: 50%;
}
.card-circle .circle .box,.card-circle .circle .box img{
    height: 100%;
    width: 100%;
    /* background: #0D3678; */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.87);
    transition: all 0.2s;
    /* border: 8px solid transparent; */
}
.graphics {
    padding-right: 5%;
}
.result-page .landing_middle_content {
    height: auto;
}

/* Faq */


.faq_bg h1.text-center {
    margin-bottom: 70px;
}
.faq_bg .gen-content .top_logo {
    padding-top: 60px;
    margin-bottom: 38px;
}
.c-accordion {
    border: 1px solid #ECF0FD;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.c-accordion__entry-title {
    position: relative;
    padding-right: 8%;
}
  
.c-accordion__entry-header-link {
    display: block;
    cursor: pointer;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ECF0FD;
    text-align: left;
    text-decoration: unset;
}
  
.c-accordion__entry-body {
    display: none;
}
  
.c-accordion__entry-contents p {
    padding: 5px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #ECF0FD;
    text-align: left;
    text-decoration: unset !important;
    margin: 0;
}
  
.c-accordion__entry-header-icon-wrapper {
    position: absolute;
    top: 15%;
    right: 10px;
    display: block;
    transform: translate(0,-50%);
    transition: all .4s;
}
  
.c-accordion__entry-header-icon {
    display: block;
    width: 10px;
}
  
  
.c-accordion__entry.is-expanded > .c-accordion__entry-title > .c-accordion__entry-header-link > .c-accordion__entry-header-icon-wrapper {
    transform: translate(0,-50%) rotate(180deg);
}
.faq-content .landing_middle_content {
    height: auto;
    
}
.c-accordion__entry-contents a{
    color: #FF6A5B;
    font-weight: 700;
}


/* candidate */
.candidate-profile {
    display: flex;
    
}
.candidate-profile h1.name {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    color: #191D51;
    text-align: left;
    margin-bottom: 22px;
}
.can-info span {
    background: rgba(27, 207, 169, 0.1);
    border-radius: 6px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #1BCFA9;
    padding: 8px;
    text-transform: none;
    display: inline-block;
}
.candidate-profile .stats span {
    background: rgba(58, 99, 243, 0.1);
    color: #3A63F3;
    margin-bottom: 16px;
    padding: 14px;
    margin-right: 16px;
}
.can-image {
    width: 40%;
    background: #3A63F3;
    border-radius: 10px 0px 0px 10px;
    padding: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/profile-back.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}
.can-image img{
        width: 123px;
    height: 123px;
    border-radius: 77px;
}
.can-info {
    background: #FFFFFF;
    border-radius: 0px 10px 10px 0px;
    padding: 59px 48px;
    text-align: left;
}
.can-content h2 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    text-align: left;
    margin: 50px 0px 40px 0px;
}
.can-box {
    border: 1px solid #ECF0FD;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
    color: #ECF0FD;
    margin-bottom: 20px;
}
.can-box li,.can-box p{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #ECF0FD;
}
.can-box ul{
    padding-left: 10px;
}
.can-box h3{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ECF0FD;
    margin-bottom: 12px;
}

/* privacy */

body.privacy_bg{
    background-image: url('../img/pr-back.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.privacy-content p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #ECF0FD;
    text-align: left;
    padding-bottom: 15px;;
}
.privacy-content h1 {
    
    padding-bottom: 50px;
}
.privacy-content a{
    color: #ECF0FD
}
.privacy-content h6 {
    font-family: 'Open Sans';
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 20px 0px;
}
.privacy-content span{
    color: #ffffff;
}
.privacy-content ul {
    padding-left: 20px;
}
.privacy-content ul li{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #ECF0FD;
    text-align: left;
}

/* form */

.form {
    position: absolute;
    top: 50%;
    background: #ffffff;
    padding: 50px;
    width: 70%;
    max-width: 450px;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    left: 50%;
    display: none;
}
form.login-form {
    /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; */
}

.login-form  h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: #002664;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.login-form h6 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #002664;
    margin-bottom: 30px;
}
.close {
    width: 24px;
    position: absolute;
    top: 4%;
    right: 4%;
    cursor: pointer;
}
.form-grp{
    margin-bottom: 20px;
}
.form-grp,.form-grp label,.form-grp input{
    width: 100%;
    display: block;
    box-sizing: border-box;

}
.form-grp label{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #191D51;
    margin-bottom: 10px;
}
.form-grp input {
    border: 1px solid #ECF0FD;
    border-radius: 4px;
    padding: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #878BB1;
}
::-webkit-input-placeholder { /* Edge */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #878BB1;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #878BB1;
  }
  
  ::placeholder {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #878BB1;
  }
  button.forgtor-pass {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #191D51;
    opacity: 0.5;
    background: transparent;
    border: 0;
    margin-bottom: 10px;
    text-align: right;
    display: block;
    /* width: 100%; */
    float: right;
    cursor: pointer;
}
.btm-sign {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  button.btn.btn-default {
    background: #E84429;
    border-radius: 4px;
    width: 100%;
    border: 0;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px;
    margin-top: 20px;
    cursor: pointer;
}
p.ac{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #191D51;
}
p.ac a{
    color: #3A63F3;;
}
.form-check {
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #191D51;
    opacity: 0.5;
   
}
input#exampleCheck1 {
    width: auto;
    float: left;
}
label.form-check-label {
    margin: 0;
    padding-left: 7px;
    width: auto;
}
label.pssword {
    width: 30%;
    float: left;
}
.login-buttons {
    position: absolute;
    top: 72px;
    right: -5%;
    display: flex;
    align-items: center;
}
button.sign-in {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    background: transparent;
    border: 0;
    padding-right: 20px;
    cursor: pointer;
}
button.sign-up {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E43630;
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    padding: 13px 25px;
    cursor: pointer;
}
.modal-bg{
    display: none;
	position:fixed;
	left:0;right:0;
	top:0;bottom:0;
	z-index:100000;
	background-color:#0000009e;
}

/* user dashboard */

.user-content .row{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.col.user-sidebar {
    width: 30%;
    display: flex;
    justify-content: flex-start;

}
.user-sidebar ul{
    width: 100%;
}
.col.user-sidebar li {
    margin-bottom: 1px;
    list-style-type: none;
    text-align: center;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.user-sidebar li.active,.user-sidebar li.active a{
    font-weight: 700;
    color: #3A63F3;
    background-color: #ffffff;

}
.user-sidebar li.first{
    border-radius: 5px 5px 0px 0px;
}
.user-sidebar li.third{
    border-radius: 0px 0px 5px 5px;
}
.user-sidebar li.third a{
    color: #878BB1;
}
.user-sidebar li a{
    text-decoration: none;
    color: #191D51;
}
.user-content {
    max-width: 100%;
}
.col.user-info {
    width: 70%;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 30px;
    text-align: left;
}
.user-info h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 16px !important;
    color: #191D51;
    text-align: left;
}
.usrer-bio,.user-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.usrer-bio {
    gap: 30px;
    
}
.user-avater{
    position: relative;
}
.u-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    color: #060A32;
}
.user-avater .profile-pic{
    border-radius: 100%;
    height: 120px;
    width: 120px;
    object-fit: cover;
}
.upload-button{
    width: 29px;
}
.edit-btn a ,.save-btn a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    text-decoration-line: underline;
    color: #878BB1;
    margin-top: 20px;
    display: block;
}
.save-btn a{
    color: #3A63F3;
    margin-top: 7px;
  
}
button.del-btn {
    background: #FFEBEB;
    border-radius: 5px;
    border: 0;
    padding: 14px 18px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FF6A5B;
    cursor: pointer;
}

.delete-form h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #002664;
    margin-bottom: 20px;
}
.delete-form p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #191D51;
}
.user-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.user-btns button {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    max-width: 219px;
    width: 100%;
    border: 0;
    margin-top: 30px;
    color: #191D51;
    border-radius: 4px;
}
button.btn.btn-cancel {
    background: #E84429;
    color: #fff;
}
.file-upload {
    display: none;
}
.p-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    opacity: 0;
}
.user-avater:hover .p-image{
    opacity: 1;
}
input#fname {
    background: #ECF0FD;
    border-radius: 6px;
    border: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    color: #878BB1;
    padding: 10px 16px;
    max-width: 192px;
}

.user-content .white-board h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #191D51;
    padding-bottom: 30px;
    max-width: 460px;
    margin: auto;
}
.user-content .white-board {
    background: transparent !important;
    border-radius: 10px;
    padding: 0px 27px;
    z-index: 9999;
    position: relative;
}
.user-content .white-board  .profile-bio h2{
    text-align: left;
    padding: 0;
    margin: 0;
}
button.btn.btn-default.btn-retake {
    cursor: pointer;
    max-width: 212px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.user-top {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    top: 84px;
}
.user-top img{
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 100%;
}
.user-top-img {
    display: flex;
}
.user-top-name {
    background-image: url(../img/arrdown.svg);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    margin-right: 10px;
}


/* pass protect */
.password .form-control {
    height: 50px;
    display: block;
    width: 100%;
    text-indent: 20px;
    background: #ECF0FD;
    border: 1px solid #ECF0FD;
    border-radius: 5px;
}
.password  .question_form_wrap{
    max-width: 610px;
    margin: auto;
}
p.p-para{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #ECF0FD;
    padding-bottom: 25px;
}
.top-para{
    padding: 50px 0px;
    text-align: left;
}
.candidate-section input,.candidate-section select {
    border: 1px solid rgb(236 240 253 / 10%) !important;
    border-radius: 5px !important;
    background: transparent !important;
    height: 56px !important;
    width: 100%;
    padding: 10px 18px !important;
    color: #878BB1;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-indent: 0 !important;
}
.candidate-section .row select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/chevron-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
}
.candidate-section select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/chevron-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 97.5% 50% !important;
}
.candidate-section select:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(../img/chevron-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
}
.candidate-section label{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #ECF0FD;
    text-align: left;

}
.candidate-section {
    margin-top: 70px !important;
}
.candidate-section h1{
    font-size: 32px !important;
    line-height: 48px !important;
    text-align: center !important;
    color: #ECF0FD !important;
    margin-bottom: 28px !important;
}
.con-form .row{
    display: flex;
    gap: 20px;
}
.con-form {
    border: 1px solid rgb(236 240 253 / 10%);
    padding: 40px;
}
.candidate-section h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #ECF0FD;
    text-transform: uppercase;
}
.landing_middle_content.password {
    padding-bottom: 200px;
    height: auto !important;
}
.landing_middle_content.password .question_form_wrap{
    padding-bottom: 30px !important;
}

/*  candidate -list*/

.accordion-divider {
    height: 1px;
    background: #ECF0FD;
    margin: 60px 0px;
}
.candidate-list .card {
    border: 1px solid #ecf0fd36;
}
.candidate-list .card h3.twt a{
    
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
    text-decoration: none;
    
}
.candidate-list .card .profile-bio h2 {
    
    color: #ffffff;
    
}
.candidate-list .card:last-child {
    background: transparent;
}
.candidate-list .cards {
    /* border-top: 1px solid #ecf0fd36;
    padding-top: 30px; */
    margin-bottom: 19.5px;
}
.candidate-list .card-circle .circle {
    position: relative;
    height: auto;
    width: auto;
    border-radius: 50%;
    cursor: default;
}
.candidate-list .card-circle .circle .box,.candidate-list .card-circle .circle .box img {
    height: auto;
    width: auto;
    background:transparent;
    border-radius: 50%;
    transform: initial;
    transition: all 0.2s;
    /* border: 8px solid transparent; */
}
h3.odd-line span {
    font-size: 10px;
    line-height: 10px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding-left: 5px;
    /* display: flex; */
}
h3.odd-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-separator {
    height: 1px;
    background: #ecf0fd36;
    margin: 30px 0px;
}
.card.no-border {
    border: none;
}
.candidate-list .cards:last-child {
    margin: 0;
}
.candidate-list .profile-bio h3 {
    color: #1BCFA9;
}
.candidate-list .profile-bio h3.us-senate {
    color: #3A63F3;
}
.candidate-list .card-circle .circle .box,.candidate-list .card-circle .circle .box img,.candidate-list .card-circle .circle .box span {
    position: unset;
    top: 50%;
    left: 50%;
}
.c-accordion__entry-header-icon-wrapper {
   
    top: 50%;
    
}
.candidate-list h4.heading{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ECF0FD;
    text-align: left;
    margin-bottom: 30px;
}
.candidate-list .c-accordion__entry-title {
    padding-right: 7%;
}
.candidate-list .c-accordion__entry-header-link {
    text-transform: uppercase;
}
.candidate-list h1.text-center {
    margin-bottom: 30px;
}


@media screen and (max-width:767px) {
    html,
    body {
        overflow-x: hidden;
    }
    .flag_top {
        max-width: 60%;
    }
    .country_picker {
        position: absolute;
        top: 20px;
        left: 15px;
    }
    .login-buttons {
        top: 18px;
        right: 15px;
    }
    .country_picker button {
        padding: 8px 18px;
        font-size: 16px;
    }
    .vgl_text h1 {
        font-size: 36px;
        line-height: 56px;
        margin-bottom: 15px;
    }
    .top_logo {
        padding-top: 60px;
        margin-bottom: 70px;
    }
    .vgl_text h6 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        color: #CDD1DA;
        margin-bottom: 25px;
    }
    .flag_bottom {
        width: 60%;
    }
    .genieMan {
        position: unset;
        
        width: 30%;

        margin: 50px 0px 0px auto;
    }
    /* .genieMan {
        position: absolute;
        bottom: 0%;
        right: 0%;
        width: 30%;
    } */
    .position-relative{
        position: unset !important;
    }
    .landing_middle_content {
        height: 100vh;
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-landing  .landing_middle_content{
        height: auto;
    }
    .landing_bg {
        max-height: initial;
        height: 100%;
        min-height: auto;
    }
    .index-landing .landing_bg {
        min-height: 1200px;
        position: relative;
    }
    body.genie_voting_landing_bg.index-landing {
        height: 100vh;
    }
    .top_logo {
        padding-top: 90px;
        margin-bottom: 40px;
    }
    .country_picker button {
        padding: 5px 14px;
        font-size: 15px;
    }
    /*Second Landing Page*/
    .question_alternate .vgl_text h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .form-row.row {
        display: flex;
        flex-wrap: wrap;
    }
    .form-row.row .col-6 {
        max-width: 100%;
        width: 100%;
        padding: 0px !important;
    }
    .form-row.row .col-6:nth-child(1) {
        padding-right: 10px;
        margin-bottom: 15px;
    }
    .question_form_wrap {
        padding: 25px;
        padding-bottom: 15px !important;
    }
    .form-row.row .col-6 select {
        padding: 18px;
    }
    .question_alternate_bg .flag_bottom {
        right: 0px !important;
        left: unset;
    }
    .question_alternate .question_form_wrap {
        padding: 25px;
        padding-bottom: 15px !important;
        /* margin-bottom: 50%; */
    }
    .question_alternate .landing_middle_content {
        height: 100vh;
        min-height: 791px;
    }
    .question_alternate .landing_bg {
        overflow: scroll;
    }
    .form_buttons {
        margin-top: 20px;
    }
    .form_buttons button {
        margin-top: 20px !important;
        padding: 5px 20px !important;
        height: 45px;
        cursor: pointer;
    }
    .question_alternate .top_logo {
        padding-top: 70px;
        margin-bottom: 40px;
    }
    .footer-abs_text p {
        padding: 14px;
        font-size: 11px;
        line-height: 17px;
    }
    /* General question */

    /* .gen-content.position-relative {
        padding-bottom: 50px;
    } */
    .genie_voting_general_bg .flag_bottom {
        bottom: 0px;
    }
    .general-question .landing_middle_content {
        height: auto;
    }

    /* statement */
    .gen-content.statement-content-wrapper {
        background-position: 0% 10%;
        background-size: 100%;
    }
    .c-accordion__entry-header-link {
        padding-right: 16px;
    }
    .c-accordion__entry-header-icon-wrapper {
        right: 0;
    }

    /* result */
    .cards {
        display: block;
        gap: 0;
    }
    .card,.bcard {
        width: 100%;
        box-sizing: border-box;
    }
    .card-circle {
        margin-bottom: 20px;
    }
    .white-board {
        padding: 39px 20px;
    }
    .profile-details,.bottom-cards {
        display: block;
    }
    .card:first-child,.bcard:first-child{
        margin-bottom: 20px;
    }
    span.name{
        width: 35%;
    }
    .bottom-cards {
        margin-bottom: 50px;
    }
    .middle-content img {
        right: 0;
    }


    /* candidate */
    
    .candidate-profile {
        display: block;
        
    }
    .can-image,.can-info {
        width: auto;
        
    }
    .can-image {
        border-radius: 10px 10px 0px 0px;
        padding: 40px;
       
    }
    .can-info {
        border-radius: 0px 0px 10px 10px;
        padding: 40px;
    }
    .candidate_info_bg .landing_middle_content {
        height: auto;
       
    }

    /* faq */
    .faq-content {
        padding-bottom: 150px !important;
    }

    /* privacy */
    .privacy-content .landing_middle_content {
        height: auto;
    }
    .btm-sign {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .form-check {
        margin-bottom: 10px;
    }

    /* user-dashboard */

    .user-info .white-board .cards {
        display: flex;
        text-align: left;
        gap: 20px;
        flex-direction: column;
    }
    .user-info .white-board .cards .card {
        width: 100%;
        box-sizing: border-box;
    }
    .vgl_text > .container >.row{
        flex-direction: column;
    }
    .vgl_text > .container >.row > .col{
        width: 100%;
        box-sizing: border-box;
    }
    .user-text {
        flex-direction: column;
        /* align-content: flex-start; */
        align-items: flex-start;
        gap: 20px;
    }
    body.user-bg {
        height: auto !important;
    }
    .user-bg .landing_bg {
        max-height: inherit;
        height: 100%;
        min-height: inherit !important;
    }
    .user-bg .content_wrapper.position-relative {
        padding-bottom: 150px;
    }
    .user-content .white-board {
       
        padding: 0px;
        
    }
    .user-top {
        top: 26px;
        right: 15px;
    }

    /* pass -protect */
    .con-form .row {
        display: block;
    }
    .candidate-section,.top-para {
        max-width: 662px;
        margin: auto;
    }
    .candidate-section select,.candidate-section .row select {
       
        background-position: 97% 50% !important;
    }

    /* candid list */
    h3.odd-line {
        display: block;
        
    }

 
}

@media screen and (max-width:991px) and (min-width:768px) {
    /*First Landing Page*/
    .landing_middle_content {
        /* height: 100vh; */
    }
    .index-landing .landing_middle_content{
        padding-left: 10px;
        padding-right: 10px;
    }
    .flag_bottom {
        width: 38%;
    }
    .flag_top {
        width: 50%;
    }
    .genieMan {
        position: absolute;
        bottom: 0%;
        right: -10px;
        width: 24%;
    }
    html,
    body {
        overflow-x: hidden;
    }
    .country_picker {
        left: 15px;
    }
    .login-buttons {
        right: 15px;
    }
    /*Second Landing Page*/
    .question_alternate .vgl_text {
        max-width: 600px;
        margin: 0 auto;
    }
    .question_alternate .vgl_text h1 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 36px;
        text-align: left;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 38px;
    }
    /* General question */
    .gen-content.position-relative {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 300px;
    }

    /* statement  */
    .gen-content.statement-content-wrapper {
        background-position: 0% 20%;
    }
    /* result */
    span.name {
        width: 32%;
    }
    .middle-content img {
        top: -48%;
        right: 0%;
    }
    /* faq */
    .faq-content {
        padding-bottom: 200px !important;
    }

    /* user dashboard */
    .user-info .white-board .cards {
        display: flex;
        text-align: left;
        gap: 20px;
        flex-direction: column;
    }
    .user-info .white-board .cards .card {
        width: 100%;
        box-sizing: border-box;
    }
    .user-text {
        flex-direction: column;
        /* align-content: flex-start; */
        align-items: flex-start;
        gap: 20px;
    }
    .user-bg .landing_bg {
        max-height: inherit;
        height: 100%;
        min-height: inherit !important;
    }
    .user-bg .content_wrapper.position-relative {
        padding-bottom: 150px;
    }
    .user-top {
        right: 15px;
    }
    /* .landing_middle_content.user-content {
        height: 100vh;
    } */
}

@media screen and (max-width:1024px) and (min-width:992px) {
    /*First Landing Page*/
    .flag_bottom {
        width: 47%;
    }
    .flag_top {
        width: 50%;
    }
    .genieMan {
        position: absolute;
        bottom: 0%;
        right: -50px;
        width: 24%;
    }
    html,
    body {
        overflow-x: hidden;
    }
    .country_picker {
        left: 0;
    }
    .login-buttons {
        right: 0px;
    }
    .user-bg .landing_bg {
        max-height: inherit;
        height: 100%;
        min-height: inherit !important;
    }
    .user-bg .content_wrapper.position-relative {
        padding-bottom: 150px;
    }
    /* .landing_middle_content.user-content {
        height: 100vh;
    } */
}

@media screen and (max-width:1300px) and (min-width:1025px) {
    /*First Landing Page*/
    .genieMan {
        position: absolute;
        bottom: 0;
        right: -2%;
    }
    .flag_bottom {
        position: absolute;
        max-width: 430px;
        bottom: 0px;
        left: 0;
    }
    .flag_top {
        position: absolute;
        max-width: 550px;
        top: 0;
        right: 0;
    }
}

@media screen and (max-height:880px)and (min-height:768px) {
    /*First Landing Page*/
    /* .genieMan {
        position: absolute;
        bottom: 15%;
        right: -15%;
    }
    .landing_bg {
        max-height: 880px;
        height: 100%;
        min-height: 100vh;
    }
    .flag_bottom {
        position: absolute;
        max-width: 450px;
        bottom: 0px;
        left: 0;
    }
    .landing_bg {
        max-height: 880px;
        height: 100%;
        min-height: 115vh;
    }
    .flag_top {
        position: absolute;
        max-width: 450px;
        top: 0;
        right: 0;
    } */
}