body {
    margin: 0;
}

i {
    font-size: 8pt;
    line-height: 0.5;
}

header{
    background-color: #fbf1f6;
    height: 80px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,15);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    /* background-color: #3E50E5; */
}

header .logo {
    display: inline-block;
    font-size: 27px;
 
}
header .logo .blue-dot{
    background-color: #3E50E5;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 7px;
}

header nav {
    display: inline-block;
}

header nav ul li {
    display: inline-block;
}

header ul {
    margin: 0px;
    padding: 0px;
}

header nav a {
    background-color: white;
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 5px 10px;
    color: black;
    letter-spacing: .37px;
    font-size: 15px;
    margin-right: 24px;
    text-decoration: none;
}

header nav a:hover,
header nav a.active{
    background-color: blue;
    border: 1px solid transparent;
    color: white;
    transition: 0.5s ease-out;
}

header nav ul li :last-of-type a {
    margin-right: 0px;
}

.container {
    max-width: 1220px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    margin: auto;
    align-items: center;
    padding: 0px 16px;
}



.hip {
    height: 70px;
    width: 85px;
}

.page-content {
    width: 100%;
    margin: 0 auto;
    background: rgb(162, 0, 255);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-image: -moz-linear-gradient( 136deg, rgb(162, 0, 255) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(162, 0, 255) 100%);
    background-image: -ms-linear-gradient( 136deg,rgb(162, 0, 255) 100%);
}

.form-v10-content {
    background: #fff;
    width: 1100px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    margin: 95px 0;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.form-v10-content .form-detail {
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.form-v10-content .form-detail h2 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 34px;
    padding: 33px 50px 0px 60px;
}

.form-v10-content .form-detail .form-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
}

.form-v10-content .form-detail .form-left h2 {
    color: rgb(122, 0, 192);
}

.form-v10-content .form-detail .form-right {
    width: 100%;
    background: rgb(122, 0, 192);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-v10-content .form-detail .form-right h2 {
    color: #fff;
}

.form-v10-content .form-detail .form-group {
    display: flex;
    display: -webkit-flex;
}

.form-v10-content .form-detail .form-row {
    position: relative;
    margin-bottom: 24px;
    padding-left: 60px;
    padding-right: 50px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1 {
    width: 50%;
    padding: 0 12px 0 60px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2 {
    width: 50%;
    padding: 0 50px 0 12px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3 {
    width: 73%;
    padding: 0 12px 0 60px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 {
    width: 50%;
    padding: 0 50px 0 12px;
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1 {
    width: 50%;
    padding: 0 12px 0 60px;
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
    width: 100%;
    padding: 0 50px 0 12px;
}

.form-v10-content .form-detail select,
.form-v10-content .form-detail input {
    width: 100%;
    padding: 11.5px 15px 15px 15px;
    border: 1px solid transparent;
    background: transparent;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.form-v10-content .form-detail select {
    background: 0 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.form-v10-content .form-detail .form-left select {
    color: #666;
}

.form-v10-content .form-detail .form-right select {
    color: #f2f2f2;
}

.form-v10-content .form-detail .select-btn {
    z-index: 0;
    position: absolute;
    top: 30%;
    right: 11.5%;
    font-size: 18px;
}

.form-v10-content .form-detail .form-left .select-btn {
    color: #666;
}

.form-v10-content .form-detail .form-right .select-btn {
    color: #f2f2f2;
}

.form-v10-content .form-detail .form-group .form-row.form-row-4 .select-btn {
    top: 20%;
    right: 26%;
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
    top: 20%;
    right: 19%;
}

.form-v10-content .form-detail .form-left input {
    color: #000;
}

.form-v10-content .form-detail .form-right input {
    color: #fff;
}

.form-v10-content .form-detail .form-left input,
.form-v10-content .form-detail .form-left select {
    border-bottom: 1px solid #ccc;
}

.form-v10-content .form-detail .form-left input:focus,
.form-v10-content .form-detail .form-left select:focus {
    border-bottom: 1px solid #999;
}

.form-v10-content .form-detail .form-right input,
.form-v10-content .form-detail .form-right select {
    border-bottom: 1px solid;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.form-v10-content .form-detail .form-right input:focus,
.form-v10-content .form-detail .form-right select:focus {
    border-bottom: 1px solid #ccc;
}

.form-v10-content .form-detail .form-right select option {
    background: #4835d4;
}

.form-v10-content .form-detail .form-checkbox {
    margin-top: 37px;
    padding: 0 50px 0 60px;
    position: relative;
}

.form-v10-content .form-detail .form-checkbox input {
    position: absolute;
    opacity: 0;
}

.form-v10-content .form-detail .form-checkbox .checkmark {
    position: absolute;
    top: 14px;
    left: 60px;
    height: 15px;
    width: 15px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.form-v10-content .form-detail .form-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.form-v10-content .form-detail .form-checkbox input:checked~.checkmark::after {
    display: block;
}

.form-v10-content .form-detail .form-checkbox p {
    margin-left: 34px;
    color: #e5e5e5;
    font-size: 14px;
    font-weight: 400;
}

.form-v10-content .form-detail .form-checkbox .text {
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}

.form-v10-content .form-detail .form-right .form-row-last {
    padding-left: 60px;
    margin: 44px 0 10px;
}

.form-v10-content .form-detail .form-right .register {
    background: #fff;
    border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    width: 180px;
    border: none;
    margin: 6px 0 50px 0px;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    font-size: 15px;
}

.form-v10-content .form-detail .form-right .register:hover {
    background: #ccc;
}

.form-v10-content .form-detail .form-right .form-row-last input {
    padding: 12.5px;
}

.form-v10-content .form-detail .form-left input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
    font-size: 16px;
}

.form-v10-content .form-detail .form-left input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    font-size: 16px;
}

.form-v10-content .form-detail .form-left input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
    font-size: 16px;
}

.form-v10-content .form-detail .form-left input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    font-size: 16px;
}

.form-v10-content .form-detail .form-right input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #f2f2f2;
    font-size: 16px;
}

.form-v10-content .form-detail .form-right input::-moz-placeholder {
    /* Firefox 19+ */
    color: #f2f2f2;
    font-size: 16px;
}

.form-v10-content .form-detail .form-right input:-ms-input-placeholder {
    /* IE 10+ */
    color: #f2f2f2;
    font-size: 16px;
}

.form-v10-content .form-detail .form-right input:-moz-placeholder {
    /* Firefox 18- */
    color: #f2f2f2;
    font-size: 16px;
}

#footer {
    height: 50vh;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(30, 71, 102);
    padding: 20px 60px 30px;
    line-height: 27px;
}

footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    width: 50%;
}

footer .col2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    width: 40%;
}

.btn
{
    position: relative;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255, 0.1);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.margin {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
}

p.graph {
    font-size: 16px;
}

.copy {
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.menu-icon {
    opacity: 0;
}

label {
    opacity: 0.7;
    margin-left: 17px;
}

/* Responsive */

@media screen and (max-width: 1199px) {
    .form-v10-content {
        margin: 95px 20px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .form-v10-content .form-detail .form-group {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
        width: auto;
        padding: 0 50px 0 60px;
    }
    .form-v10-content .form-detail .select-btn,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 .select-btn,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
        right: 15%;
    }
}

@media screen and (max-width: 767px) {
    .form-v10-content .form-detail {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .form-v10-content .form-detail .form-right {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
    }
    .form-v10-content .form-detail .form-left {
        padding-bottom: 50px;
    }

    #footer {
        height: 75vh;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        background-color: rgb(30, 71, 102);
        padding: 20px 60px 30px;
        line-height: 27px;
    }

    
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 150;
    }
    
    .menu--visible {
        pointer-events: auto;
    }
    
    .app-menu {
        float: right;
        background-color: #fff;
        color: #fff;
        position: relative;
        max-width: 400px;
        width: 90%;
        height: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
        -webkit-transform: translateX(105%);
                transform: translateX(105%);
        display: flex;
        flex-direction: column;
        will-change: transform;
        z-index: 160;
        pointer-events: auto;            
    }
    
    .menu--visible .app-menu {
        -webkit-transform: none;
                transform: none;
    }
    
    .menu--animatable .app-menu {
        transition: all 130ms ease-in;
    }
    
    .menu--visible.menu--animatable  .app-menu {
        transition: all 330ms ease-out;
    }
    
    .menu:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        will-change: opacity;
        pointer-events: none;
        transition: opacity 0.3s cubic-bezier(0,0,0.3,1);
    }
    
    .menu--visible.menu:after {
        opacity: 1;
        pointer-events: auto;
    }
    
    /* aux */
    
    body {
      margin: 0;
    }
    
    .layout {
      width: 375px;
      height: 667px;
      background-color: #f5f5f5;
      position: relative;
    }
    
    .header {
      background-color: #ccc;
    }
    
    .menu-icon {
        opacity: 1;
        content: "Menu";
        width: 40px;
        height: 40px;
        float: right;
      }

      .menu-icon i {
        margin-top: 5px;
        font-size: 35px;
      }
      
      .app-menu {
        padding-top: 70px;
        padding-left: 35px;
        width: 180px;
        height: 667px;
        box-shadow: none;
        background-color: #fbf1f6;
      }
      
      .app-menu li {
          margin: 10px 0 ;
      }

      .menu:after {
        width: 0px;
        height: 667px;
      }    

}

@media screen and (max-width: 575px) {
    .form-v10-content .form-detail .form-group {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .form-v10-content .form-detail .form-row,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
        width: auto;
        padding: 0 30px;
    }
    .form-v10-content .form-detail .select-btn,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 .select-btn,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
        right: 15%;
    }
    .form-v10-content .form-detail h2 {
        padding: 33px 30px 0px 30px;
    }
    .form-v10-content .form-detail .form-checkbox {
        padding: 0 30px;
    }
    .form-v10-content .form-detail .form-checkbox .checkmark {
        left: 30px;
    }
    .form-v10-content .form-detail .form-right .form-row-last {
        padding-left: 0;
        text-align: center;
        margin: 44px 0 30px;
    }
}

@media (max-width: 425px) {
    .container {
        height: 60%;
    }
       
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 150;
    }
    
    .menu--visible {
        pointer-events: auto;
    }
    
    .app-menu {
        float: right;
        background-color: #fff;
        color: #fff;
        position: relative;
        max-width: 400px;
        width: 90%;
        height: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
        -webkit-transform: translateX(105%);
                transform: translateX(105%);
        display: flex;
        flex-direction: column;
        will-change: transform;
        z-index: 160;
        pointer-events: auto;            
    }
    
    .menu--visible .app-menu {
        -webkit-transform: none;
                transform: none;
    }
    
    .menu--animatable .app-menu {
        transition: all 130ms ease-in;
    }
    
    .menu--visible.menu--animatable  .app-menu {
        transition: all 330ms ease-out;
    }
    
    .menu:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        will-change: opacity;
        pointer-events: none;
        transition: opacity 0.3s cubic-bezier(0,0,0.3,1);
    }
    
    .menu--visible.menu:after {
        opacity: 1;
        pointer-events: auto;
    }
    
    /* aux */
    
    body {
      margin: 0;
    }
    
    .layout {
      width: 375px;
      height: 667px;
      background-color: #f5f5f5;
      position: relative;
    }
    
    .header {
      background-color: #ccc;
    }
    
    .menu-icon {
    opacity: 1;
      content: "Menu";
      width: 40px;
      height: 40px;
      float: right;
    }

    .menu-icon i {
        margin-top: 15px;
        font-size: 35px;
    }
    
    .app-menu {
      padding-top: 70px;
      padding-left: 35px;
      width: 180px;
      height: 667px;
      box-shadow: none;
      background-color: #fbf1f6;
    }
    
    .app-menu li {
        margin: 10px 0 ;
    }
    .menu:after {
      width: 0px;
      height: 667px;
    }

    .hip {
        height: 60px;
        width: 70px;
        margin-top: 30px;
    }    

    p.large {
        font-size: 20px;
        margin: 20px 20px;
    }

    h1.large {
        padding: 20px 0 0 0;
        margin: 0px 20px;
        font-size: 36px;
        line-height: 1.10em;
    }
    
    p.graph {
        margin: 0;
    }

    #footer {
        height: 105vh;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        background-color: rgb(30, 71, 102);
        padding: 60px 0 0 0;
        line-height: 27px;
    }

    footer .col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 20px;
        flex-wrap: wrap;
        width: 80%;
    }
    
    footer .col2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 20px;
        flex-wrap: wrap;
        width: 100%;
    }

    .margin {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 20px;
        flex-wrap: wrap;
        width: 90%;
        margin: 0px 30px;
    }
}