
body {
  font-family: 'Roboto', sans-serif !important;
}

@media screen and (min-width: 1601px) {
  #body-main-wrap {
    display: table;
    float: none;
    margin: 0 auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 1600px;
  }
}

  #site-wrap {
    background: url("https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/index-calculator/assets/img/calculator/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
    /* min-height:1500px; */
  }

  #body-main-wrap, .wpcf7 {
    text-align: center !important;
    float: none;
    display: block;
  }

  #body-main-wrap {
    background-color: #fff;
    margin-top: 60px !important;
    max-width: 990px;
    border-radius: 30px;
    padding: 60px;

    display: table;
    float: none;
    margin: 0 auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 1600px;
    margin-bottom: 130px;
  }

  #foot-wrap {
    margin-top: 0px !important;
  }

  .wpcf7 {
    padding-left: 0px !important;
    margin-bottom: 60px !important;
  }

  .calculator-header {
    background-color: #1f2b45;
    padding: 30px;
  }

  .wrapper {
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
    display: flex;
  }

  h1 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    line-height: 35px;
    flex: 1;
  }

  .nav {
    display: inline-block;
    flex: 3;
  }

  .nav li {
    display: inline-block;
    color: #fff;
    padding-right: 15px;
    line-height: 16px;
    width: auto;
    min-width: 190px;
    font-size: 15px;
    padding-bottom: 20px;
  }

  .nav li a {
    color: #fff;
    cursor: pointer;
    font-weight: normal;
  }

  .nav li img {
    max-width: 40px;
    padding-right: 15px;
    float: left;
    margin-top: -3px;
  }

  img.country {
    max-width: 90px;
    float: left;
    padding-right: 30px;
    margin-top: 22px;
  }

  .description {
    text-align: left;
    line-height: 27px;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 16px;
  }

  p.cards {
    text-align: left;
    margin-left: -10px;
  }

  h2 {
    padding-left: 22px;
    padding-top: 22px;
    font-size: 40px !important;
    margin-bottom: 30px;
    color: #333;
    line-height: 44px;
    text-align: left;
  }

  .cyber {
    max-width: 100px;
    float: right;
    margin-top: -110px;
    padding-right: 15px;
  }

  input[type='text'], input[type='email'] {
    padding: .8rem !important;
    font-size: 16px !important;
    border: 1px solid #333 !important;
  }

  .wpcf7-list-item-label {
    font-size: 16px !important;
  }

  form.wpcf7-form label {
    margin-bottom: 0px !important;
    font-size: 15px !important;
  }

  h3 {
    text-align: left;
  }

  #your_score, .below {
    text-align: left;
    padding: 0px !important;
    font-weight: bold !important;
  }

  .result, .score {
    font-size: 24px;
    font-weight: bold !important;
  }

  .result {
    color: #4378f7 !important;
  }

  .areas {
      /* margin-top: 50px; */
      display: table;
  }

  .area img.country {
    max-width: 200px !important;
    padding-right: 30px;
    padding-bottom: 0px;
    clear: both;
    display: block !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .area {
    border-bottom: 2px solid #cfcfd3;
    /* height: 230px; */
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 200px;
    display: flex;
  }

  .area:last-child {
    border-bottom: 0px;
  }

  .area ul {
    text-align: left;
    display: table-cell;
  }

  .area li {
    text-align: left;
    /* height: auto; */
    display: inline-flex;
    padding-bottom: 30px;
    vertical-align: middle;
  }

  .area:first-child ul li {
    padding-top: 70px !important;
  }

  .area p {
    /* padding-top: 80px; */
    line-height: 25px;
  }

  .area p:before {
    content: "\2022";
    padding-right: 10px;
    margin-left: -15px;
  }

  .headline {
    font-weight: bold;
  }

  .percent {
    color: #4378f7;
    font-weight: bold;
  }

  #left {
    width: 47%;
    float: left;
    margin-right: 6%;
  }

  #right {
    width: 47%;
    float: left;
  }

  .clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
  }

  .clearfix {
    display:block;
  }

  .pillars {
    display: inline-block;
    padding-bottom: 30px;
    padding-top:0px;
    text-align: left;
    width: 100%;
    margin-left: -15px;
  }

  .pillar {
    max-width: 250px;
  }

  .wpcf7 {
    padding-top:0px;
  }



.custom-admin-wrapper {
  width: 100%;
  height: auto;
  background-color: #000;
  color: #fff;
  padding: 15px;
}
.custom-admin-wrapper a, .custom-admin-wrapper a:hover {
  color: #fff !important;
  padding: 5px 10px 5px 10px;
  background-color: #333;
  border-radius:3px;
}





h2 {
padding-left: 22px;
padding-top: 22px;
font-size: 28px;
margin-bottom: 30px;
color: #333;
}

h3 {
font-size: 1.3rem;
padding-bottom: 1.3rem;
}

.quiz_overview, .quiz_header {
max-width: 1000px;
}

.description_wrapper {
padding: 20px;
line-height: 20px;
max-width: 1000px;
}

.description_wrapper p {
padding-bottom: 30px;
}

.description_wrapper ul li {
padding-bottom: 20px;
line-height: 22px;
list-style-type: circle;
margin-left: 20px;
}

input[type='radio'] {
cursor: pointer;
}

.active {
display: block;
}

input[type='submit'] {
outline: none;
height: auto;
background: #3a73fe;
border: 6px solid #ffffff;
line-height: 1.4rem;
font-size: 1.4rem;
color: #fff;
border-radius: 0;
vertical-align: middle;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.1);
text-transform: uppercase;
cursor: pointer;
text-align: center;
padding: 1.2rem 2rem 1.2rem 2rem;
display: block;
width: 300px;
box-shadow: #888 5px 4px 4px;
}
.wpcf7-not-valid-tip {
color: red;
padding-left: 5px;
}
.user_result, .screen-reader-response, .wpcf7-validation-errors {
display:none;
}
.hidden {
display: none;
}
#result, .result {
color: green;
}
form.wpcf7-form {
font-size: 14px;
}

.display-area svg {
overflow: hidden;
border-radius: 15px;
width: 1000px;
margin-top: 30px;
}

form.wpcf7-form label {
float: left;
clear: both;
font-weight: 500;
font-size: 20px;
margin-bottom: 15px;
line-height: 30px;
}
.wpcf7-list-item {
float: left;
font-size: 20px;
padding-right: 25px;
padding-top: 15px !important;
}
form.wpcf7-form p{
padding:1.5rem 2rem 1.5rem 0px;
}
.wpcf7-form-control .wpcf7-list-item{
float:left;
padding-bottom:1.5rem;
padding-top: 0.3rem;
font-size:1.4rem;
}
.wpcf7-submit{
float:left;
clear:both;
display:block;
margin-bottom:1.5rem;
}
.display-area{
float: left;
clear: both;
}
#your_score{
float: left;
clear: both;
padding: 1.5rem 1.5rem 3rem 1.5rem;
font-size: 1rem;
font-weight: bold;
}
.wpcf7-form-control-wrap{
clear:both;
float:left;
}

.prev {
position: absolute;
bottom: -60px;
left: 0;
display: block;
padding: 7px 20px 10px 30px;
background-color: #000000;
border-radius: 15px;
min-width: 90px;
color: #fff;
cursor: pointer;
text-align: left;
}
.next {
position: absolute;
bottom: -60px;
left: 15%;
display: block;
padding: 7px 20px 10px 30px;
background-color: #000000;
border-radius: 15px;
min-width: 80px;
color: #fff;
cursor: pointer;
text-align: left;
}
.wpcf7{
display: inline-block;
height: auto;
float: left;
position: relative;
margin-bottom: 100px;
padding-left: 20px;
padding-top: 40px;
padding-left: 20px;
padding-top: 40px;
width: 100%;
background-color: #fff;
padding: 30px;
max-width: 940px;
border-radius: 15px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
margin-top: -2px;
}
.wpcf7 p{
/* display:none; */
}
.wpcf7 form p:nth-of-type(1){
/* display:inline; */
}

input[type='text'],input[type='email']{
padding: 1rem;
border-radius: 10px;
border-color: #333;
margin-top: 15px;
width: 100%;
outline: none;
font-size: 20px;
margin-bottom: 20px;
}
#body-main-wrap {
/* height: 600px; */
}

@media(max-width: 640px){
h2{
line-height: 2rem;
}
.display-area{
width:100%!important;
height:400px!important;
}
.wpcf7 {
display: inline-block;
height: auto;
float: left;
position: relative;
/* margin-bottom: 600px; */
padding-left: 20px;
padding-top: 40px;
width: 100%;
background-color: #fff;
padding: 5px;
max-width: initial;
border-radius: 15px;
}

input[type='text'], input[type='email'] {
width: 80%;
}
.next{
right: 0;
  left: inherit!important;
}
#your_score{
padding-bottom:0;
}
}



@media only screen and (max-width: 1200px) {
#body-main-wrap {
width: 80% !important;
}

.display-area {
display: none;
}
}

@media only screen and (max-width: 640px) {
img.country {
max-width: 40px !important;
display: block !important;
padding-right: 30px !important;
margin-top: 22px !important;
}

#body-main-wrap {
width: auto !important;
padding: 20px !important;
margin-left: 15px;
margin-right: 15px;
}
#body-main-wrap h2 {
font-size: 30px !important;
line-height: 33px !important;
clear: both;
padding-left: 0 !important;
padding-top: 35px;
}

.cyber {
max-width: 65px;
float: right;
margin-top: -212px;
padding-right: 0px;
}

.description {
padding: 0 !important;
}

#left {
margin-top: 30px;
width: 100%;
}

#right {
width: 100%;
}

.next {
min-width: 135px;
text-align: center;
}

.next {
min-width: 60px;
}

form p label {
text-align: left;
}

.wpcf7-radio .wpcf7-list-item {
padding-bottom: 45px;
}

.area img.country {
max-width: 80px !important;
}

.area {
padding-top: 0px;
}

#your_score {
padding-bottom: 0;
font-size: 21px;
line-height: 26px;
}


.wpcf7 {
padding-left: 0px !important;
margin-bottom: 20px !important;
}

.area li {
padding-top: 20px;
padding-bottom: 0px;
}

.nav li {
display: inline-block;
color: #fff;
padding-right: 15px;
line-height: 16px;
width: auto;
min-width: 190px;
font-size: 11px;
padding-bottom: 20px;
padding-left: 24px;
}
}

.wpcf7-response-output {
display: none;
}

.pillar {
max-width: 188px;
}

.nav li {
  padding: 15px;
  margin-right: 12px;
  margin-top: 10px;
}

.nav li.selected {
  border-radius: 10px;
  background-color: #151f36;
}

.nav li:hover {
  border-radius: 10px;
  background-color: #151f36;
}


.wpcf7-list-item-label {
  font-size: 0.875em !important;
}
