body,
html {
    /* height: auto;*/
    margin: 0;
    font-family: sans-serif;
    /*background: #f4f6ff;*/
}

.main {
    background-size: cover;
    /*background: #f4f6ff;*/
    height: auto;
}

a:hover {
    text-decoration: none !important;
}

.outer-div {
    color: #ffffff;
    background-color: #f4f6ff;
    padding: 5px 30px 30px 30px;
}

.inner-div {
    margin: 0 auto;
    max-width: 700px;
    /*background-color: #f4f6ff;*/
    background-color: #9093a0;
    border-radius: 3px;
}

.center-div {
    margin: 26% auto;
    max-width: 700px;
    background-color: #f4f6ff;
    border-radius: 3px;
}

.logo-title {
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    font-family: ethnocentric;
    text-align: center;
}

.title {
    color: #ffffff;
    font-size: 55px;
    font-weight: 800;
    font-family: ethnocentric;
}

.logo-middle {
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 20px 0;
}

.border-scetion {
    padding-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid #ffe700;
    border-bottom: 1px solid #ffe700;
}

input[type=text],
select {
    width: 40%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    box-sizing: border-box;
}

.input-field {
    position: relative;
}

.input-field i {
    position: absolute;
    top: 10px;
    padding: 9px 6px;
    color: #aaa;
    transition: 0.3s;
}

@font-face {
    font-family: ethnocentric;
    src: url("../font/ethnocentric.regular.ttf");
}

.headText {
    border-bottom: 1px solid #EEE35F;
    color: #000000;
    font-size: 23px;
}

.headText p {
    margin-bottom: 0px;
    text-align: center;
}

.lg-margin {
    margin-bottom: 15%;
}

.txt-align {
    text-align: right!important;
}

.form-style-2 label {
    display: block;
    margin: 0px 0px 15px 0px;
}

.form-style-2 label>span {
    /*width: 150px;*/
    width: 260px;
    font-weight: bold;
    float: left;
    padding-top: 14px;
    padding-left: 65px;
    color: #ffffff;
    text-align: left;
}

.form-style-2 input.input-field {
    width: 48%;
    height: 39px;
}

.form-style-2 .textarea-field {
    height: 100px;
    width: 55%;
}

.textarea-sec {
    margin-left: 0px;
    margin-top: 10px;
}

.form-style-2 input.input-field,
.form-style-2 .tel-number-field,
.form-style-2 .textarea-field,
.form-style-2 .select-field {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    padding: 7px;
    outline: none;
}

.form-style-2 .input-field:focus,
.form-style-2 .textarea-field:focus,
.form-style-2 .select-field:focus {
    border: 1px solid #0c0;
}

.form-style-2 .chk-field {
    width: 20px;
    height: 19px;
}

.form-style-3 {
    margin-left: 238px;
}

.form-style-3 label>span {
    margin-left: 10px;
    margin-right: 10px;
}

.btm-margin {
    margin-bottom: 25px;
}

.form-style-3 input.input-field1 {
    width: 145px;
}

.form-style-3 input.input-field2 {
    width: 190px;
}

.form-style-3 input.input-field3 {
    width: 336px;
}

.zip-left-margin {
    margin-left: -48px!important;
}

.subhead {
    text-align: left;
    margin-left: 94px;
    color: #ffffff;
}

.btn-w {
    width: 100px;
    /*max-height: 40px;*/
}

.bttn:hover {
    background-color: #f4f6ff!important;
    color: #ffffff!important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)!important;
}

.main-btn {
    padding: 7px 41px;
    margin-left: 398px;
}

.opt-btn {
    padding: 7px 5px;
    width: 24%;
    margin: 3px 0px 3px -368px;
}

.fixed-width {
    padding: 7px 7px;
    margin: 3px 0px 5px 3px;
    width: 31%;
}

.auto-width {
    padding: 7px 15px;
    margin: 3px 0px 3px 3px;
}

.btn-left-margin {
    margin-left: 67px;
}

.btn-top-margin {
    margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
i {
    columns: #000000;
    ;
}

.ctg-marg {
    margin-right: 53px;
}

.image-upload {
    padding: 0 5px;
}

.image-upload>input {
    display: none;
}

.image-upload img {
    width: 20px;
    cursor: pointer;
}

.profile-img-sec {
    width: 11.3%;
    background: #ffffff;
    margin-bottom: 11px;
}

.pro-img img {
    width: 80px;
    height: 70px;
}

.enable-btn-sec {
    margin-top: 23px;
    float: left;
    margin-left: 65px;
    /*margin-right: 15px;*/
    margin-right: -115px;
}

.switch-btn {
    width: 80px;
    height: 30px;
    background: #e5e5e5;
    position: relative;
    cursor: pointer;
}

.switch-btn:before {
    position: absolute;
    width: 36px;
    height: 25px;
    top: 2px;
    left: 2px;
    background-color: #fff;
    content: '';
}

input[type=checkbox]:checked+.switch-btn:before {
    left: 42px;
}

input:checked+.switch-btn {
    background-color: #f4f6ff;
}

.yes {
    display: none;
}

.yes,
.no {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 28%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked+.switch-btn .yes {
    display: block;
}

input:checked+.switch-btn .no {
    display: none;
}

.sw>.switch input {
    opacity: 0;
}

.footer-link {
    font-weight: 100;
    padding: 0 20px;
}

.footer-ver-line {
    border-left: 2px solid #ffffff;
}

.item::after {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.item.green.blue.purple::after {
    content: "●●●●";
    font-size: 30px;
    background-image: linear-gradient( to right, #FECC43 29%, #DB4E42 3%, #1CA161 59%, #478BF4 67%);
}

.form-policy {
    padding: 0px 80px;
    margin-top: 15px;
}

.form-policy-section {
    border: 1px solid #ffffff;
    display: block;
    width: 70%;
    display: inline-flex;
}

.form-policy-section1 {
    padding-top: 10px;
    padding-left: 30px;
    width: 85%;
    text-align: left;
}

.form-policy-section2 {
    position: absolute;
    left: 10px;
}

.form-policy-section2:hover {
    font-size: 20px;
}

.form-border {
    position: relative;
    border-left: 1px solid #ffffff;
}

.pro-wid {
    width: 62%;
}

.pro-sec-wid {
    width: 78%;
}

.uploadFile {
    position: relative;
    overflow: hidden;
}

.uploadFile>input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.toggle-button-cover {}

.button-cover {
    background-color: #D3D3D3;
    border-radius: 4px;
}

.button-cover:before {
    counter-increment: button-counter;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover,
.knobs,
.layer {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button-cover,
.knob,
.layer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 100px;
    height: 35px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 5px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.knob {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}


/* Button 16 */

#button-16 .knobs:before {
    content: 'Enable';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 50px;
    height: 33px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #27AE60;
    border-radius: 4px;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-16 .knob:before {
    content: 'Yes';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 50px;
    height: 33px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #27AE60;
    border-radius: 4px;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-16 .checkbox:active+.knobs:before {
    width: 46px;
}

#button-16 .checkbox:active+.knob:before {
    width: 46px;
}

#button-16 .checkbox:checked:active+.knobs:before {
    margin-left: -26px;
}

#button-16 .checkbox:checked:active+.knob:before {
    margin-left: -26px;
}

#button-16 .checkbox:checked+.knobs:before {
    content: 'Desable';
    left: 50px;
    background-color: #F44336;
}

#button-16 .checkbox:checked+.knob:before {
    content: 'No';
    left: 50px;
    background-color: #F44336;
}

#button-16 .checkbox:checked~.layer {
    background-color: #fcebeb;
}