a,
ins {
    text-decoration: none;
}
a,
hr {
    padding: 0;
}
body,
input,
select {
    font-family: Poppins, sans-serif;
}
.logo,
.radiobtn.active .success_icon,
.radiobtn2.active .success_icon,
.sl_title,
.testimonals,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block;
}
.header,
.reg_form {
    width: 100%;
    box-sizing: border-box;
}
.form_title,
.logo {
    text-align: center;
    position: relative;
}
.form_title,
.header,
.header .wrapper,
.logo,
.reg_form {
    position: relative;
}
.banner,
.field_block,
.form_bg,
.header,
.reg_form {
    box-sizing: border-box;
}
body,
html {
    overflow-x: hidden;
}
.dob_block,
.gender_block {
    justify-content: space-between;
}
.bot_List li a:hover,
.footer_list ul li a:hover,
.terms_text a {
    text-decoration: underline;
}
.login_otp_block .login_otp_btn,
.login_otp_block a,
.suggestions_block .sugg_item {
    -webkit-tap-highlight-color: #fff0;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
ins,
mark {
    background-color: #ff9;
    color: #000;
}
body {
    line-height: 1;
    font-size: 14px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
li,
nav ul,
ul {
    list-style: none;
}
a {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #5137fd;
}
.input_field,
.prof_img,
.prof_name,
.view_btn cite,
input,
select {
    vertical-align: middle;
}
mark {
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}
input,
select {
    font-size: 13px;
}
img {
    max-width: 100%;
    height: auto;
}
.floating-select:focus,
.floating__input:focus,
select:focus {
    outline: 0;
}
.header {
    float: left;
    padding: 12px 0;
}
.header .wrapper {
    z-index: 99;
}
.logo {
    margin: 0 auto;
    z-index: 9;
}
.reg_form {
    border-radius: 6px;
    z-index: 9;
    margin: 0;
}
.form_title {
    color: #fff;
    padding:30px 0 30px;
    border-radius: 20px 20px 0 0;
    z-index: 9999;
}
.banner_cont,
.citiesList li a,
.form_title strong,
.radiobtn.active {
    color: #000;
}
.form_bg {
    background: #07981f;
    height: 49px;
    border-radius: 8px 8px 20px 0;
    position: absolute;
    width: 100%;
    top: 12px;
    left: 0;
}
.field_block,
.floating {
    position: relative;
    width: 100%;
}
.banner {
    float: left;
    width: 100%;
}
.field_block {
    padding: 5px 20px 0;
    float: left;
    font-size: 0;
}
.floating {
    margin-bottom: 0;
    background-color: var(--field__background);
    transition: background-color 0.2s;
    border-radius: 4px;
    display: inline-block;overflow: hidden
}
.floating__input::placeholder {
    color: #fff0; 
}
.floating-select,
.floating__input {
    font-size: 14px;
    padding: 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: #fff0;
    border: none;
    border-bottom: 1px solid #757575;
}
.field_block .floating__label {
    display: Inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 15px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 13px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    z-index: 9;
}
.desk-testim,
.download_float_btn,
.fem_ico,
.inner_cnt .title,
.log_txt,
.radiobtn .success_icon {
    display: none;
}
.floating__input:focus ~ label,
.floating__input:not(:placeholder-shown) ~ label {
    top: 4px;
    font-size: 13px;
}
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #000;
}
.floating-select:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating__input:focus ~ .bar:after,
.floating__input:focus ~ .bar:before,
.footer_list {
    width: 50%;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.floating-select:focus ~ .highlight,
.floating__input:focus ~ .highlight {
    -webkit-animation: 0.3s inputHighlighter;
    -moz-animation: 0.3s inputHighlighter;
    animation: 0.3s inputHighlighter;
}
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: 0 0;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: 0 0;
    }
}
@keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: 0 0;
    }
}
.hidden--visually {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.floating__input {
    padding: 21px 10px 4px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s;
    font-size: 14px;
    position: relative;
    z-index: 9;
    height: 48px;
}
.field_cont,
.floating__input,
.radiobtn {
    background: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.15)
}
.red {
    border: 2px solid red;
}
.success_icon {
    background: 0 0;
    height: auto;
    transform: translate(0, -50%);
    width: auto;
    right: 10px;
    position: absolute;
    z-index: 99;
    top: 46%;
}
.success_icon cite {
    background: url(https://imgassets.quackquack.co/seo-newicons4.png) -157px -69px/240px auto no-repeat;
    width: 17px;
    height: 14px;
    float: left;
    margin: 0;
    transform: scale(0.9);
}
.radiobtn {
    position: relative;
    padding: 0 0 0 10px;
    text-align: left;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #757575;
    cursor: pointer;
}
.code,
.field_block label.genbtn {
    font-size: 12px;
    text-align: center;
}
.field_block label.genbtn,
.textfield {
    height: 37px;
    color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}
.fem_ico {
    float: left;
    width: 25px;
    margin: 9px 6px 0 10px;
}
.radiobtn input[type="radio"] {
    opacity: 0;
    display: none;
}
.gender_block {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
}
.gender_block label {
    position: static;
    display: inline-block;
    width: 48%;
}
.input_field {
    width: 100%;
    display: inline-block;
}
.textfield {
    padding: 0 10px;
    background: 0 0;
    outline: 0;
    border: 1px solid #bec3c7;
    line-height: 20px;
    border-radius: 5px;
    width: 100%;
}
.textfield:focus {
    border-color: #5137fd;
}
.field_block label.genbtn {
    cursor: pointer;
    text-transform: uppercase;
    float: left;
    width: 45%;
    border: 1px solid #bec3c7;
    border-radius: 5px;
    position: relative;
}
.radio_btn input[type="radio"]:checked + label {
    border-color: #5137fd;
    color: #fff;
    background: #8053fe;
}
.field_block label.alignright,
.footer_btm .hideList {
    float: right;
}
input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    position: absolute;
    margin: 5px 0 0 5px;
}
.select_field {
    line-height: 48px;
    margin: 0 3% 0 0;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    height: 48px;
    position: relative;
    border: 1px solid #bec3c7;
    width: 31.333%;
    float: left;
    box-sizing: border-box;
}
.select_field select {
    background: 0 0;
    border: none;
    width: 140%;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    display: block;
}
.select_field:after {
    border-right: 1px solid #787878;
    border-bottom: 1px solid #787878;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translate(0, -50%);
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    content: " ";
    position: absolute;
    right: 10px;
    top: 46%;
}
.lastfield,
.show_main {
    margin: 0;
}
.city_field {
    width: 100%;
    margin: 0;
}
.city_field select {
    width: 120%;
}
.submit_btn {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-bottom: 0;
}
.submit_btn input {
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    background: #fe771d;
    border: none;
    outline: None;
    border-radius: 5px;
    width: 100%;
    text-transform: uppercase;
    height: 52px;
    display: block;
    float: left;
    line-height: 52px;
}
.submit_btn input:focus,
.submit_btn:hover input {
    background: #f60;
    outline: 0;
    border: none;
}
.code {
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 12px;
    height: 23px;
    width: 38px;
    border-left: 1px solid #bec3c7;
    line-height: 25px;
}
.form_block,
.mobile_field,
.prof_img,
.radio_btn {
    position: relative;
}
.terms_text {
    font-size: 10px;
    color: #bcbcbc;
    text-align: center;
    padding: 10px 50px;
    display: block;
    line-height: 16px;
    clear: both;
    overflow: hidden;
}
.terms_text a {
    color: #bcbcbc;
}
.form_block {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    z-index: 9;
    float: left;
    max-width: 100%;
    margin: -1px 0 0;
    border-radius: 15px;
    padding: 0;
    border: 2px solid #000;
}
.shadow {
    position: absolute;
    right: 13px;
    box-shadow: 0 0 30px #000;
    width: 92%;
    height: 80%;
    top: 69px;
}
.form_main {
    position: relative;
    border-radius: 20px 20px 10px 10px;
    display: inline-block;
    width: 100%;
}
.error_msg {
    font-size: 12px;
    color: red;
    clear: both;
    padding: 5px 0 0;
    display: none;
}
.footer,
.footer_list ul li {
    padding: 25px 0 0;
}
.banner_cont h1 {
    font-size: 35px;
}
h2 {
    font-size: 20px;
    padding: 10px 0 0;
    font-weight: 400;
}
.banner_cont p {
    font-size: 13px;
    line-height: 23px;
    padding: 10px 0 0;
    color: #fff;
}
.footer {
    background: #3c21d1;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    float: left;
}
.title_list {
    color: #ff0;
    font-size: 20px;
    font-weight: 500;
}
.date_city,
.footer_list ul li a {
    font-size: 13px;
    color: #fff;
}
.footer_list {
    float: left;
}
.social_icons {
    display: block;
    text-align: center;
    padding: 5px 0 0;
}
.sprite {
    background: url(https://imgassets.quackquack.co/seo_sprite.png) left top no-repeat;
}
.bot_List {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 20px 0 0;
    border-top: 1px solid rgb(255 255 255 / 0.2);
}
.bot_List li {
    float: left;
    padding: 0 35px 0 0;
}
.bot_List li a {
    color: #ff0;
    padding: 10px 0;
}
.footer_btm {
    background: #3318c8;
    float: left;
    width: 100%;
    padding: 0;
}
.copytxt {
    float: left;
    color: #fff;
    line-height: 36px;
}
.topcity_block {
    float: left;
    position: relative;
    margin: 0 0 0 30px;
    min-width: 200px;
}
.date_city {
    position: relative;
    padding: 12px 0;
    display: block;
    text-align: center;
}
.btm_links,
.proflock,
.sub-list {
    position: absolute;
    left: 0;
}
.about_txt,
.prof_top {
    text-align: left;
    float: left;
}
.sub-list {
    width: 100%;
    display: none;
    bottom: 37px;
    background: #eee8ff;
}
.sub-list li {
    padding: 0;
    border-top: 1px solid #3c21d129;
    box-sizing: border-box;
    text-align: center;
}
.sub-list li:first-child {
    border: none;
}
.prof_img,
.prof_img img,
.proflock {
    border-radius: 100px;
}
.sub-list li a {
    color: #000;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.sub-list li:hover {
    color: #ff0;
}
.about_txt,
.other_links small.mbl_title,
.other_links ul li a {
    font-weight: 400;
    color: #000;
    display: block;
}
.sub-list li:hover a {
    color: #3c21d1;
}
.prof_top {
    width: 100%;
    padding: 15px 20px 6px;
}
.prof_img {
    width: 90px;
    height: 90px;
    font-size: 0;
}
.prof_name {
    display: block;
}
.proflock {
    background: rgb(0 0 0 / 0.4);
    width: 100%;
    height: 100%;
    top: 0;
}
.proflock cite {
    background-position: -168px -2px;
    width: 17px;
    height: 24px;
    margin: 35px 0 0 35px;
    display: block;
}
.uname {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.about_txt {
    word-break: break-all;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 0 20px;
}
.btn_signup,
.btn_signup a,
.select_state,
.showban_cont {
    text-align: center;
}
.border {
    background: #757575;
    width: 50%;
    display: block;
    margin: 10px 25%;
    height: 2px;
    clear: both;
    float: left;
}
.bot_List li a,
.cnt_text h2,
.copytxt,
.date_city,
.profiles_main h2 strong,
.seo_profiles h3 {
    font-weight: 400;
}
.btm_links {
    width: 100%;
    overflow: hidden;
    float: left;
    bottom: -20px;
    z-index: 9;
}
.main_cont,
.show_bancont {
    z-index: 11;
}
.view_btn:hover {
    background: #e227ca;
}
.view_btn cite {
    background-position: -116px -67px;
    display: inline-block;
    margin: 13px auto;
    width: 69px;
    height: 16px;
}
.chat_btn:hover {
    background: #420e9e;
}
.chat_btn cite {
    background-position: -116px -92px;
    width: 56px;
}
.banner_photos,
.cities_links,
.content,
.other_links {
    float: left;
    width: 100%;
}
.other_links small.mbl_title {
    font-size: 25px;
    padding: 20px 0 0 10px;
}
.other_links ul {
    padding: 0 0 0 11px;
    margin-top: 15px;
}
.other_links ul li {
    padding: 15px 0 10px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.other_links ul li a {
    line-height: 22px;
    width: 90%;
}
.btn_signup {
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 30px 10px;
}
.btn_signup a {
    background: #ff6f0e;
    color: #fff;
    padding: 15px 36px;
    font-size: 20px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.breadcrumbs a,
.breadcrumbs small {
    color: #000;
    margin: 6px 0;
    float: left;
    line-height: 19px;
}
.btn_signup a:hover {
    background: #da5403;
}
.breadcrumbs {
    background: rgb(255 255 255 / 0.1);
    float: left;
    width: 100%;
    font-size: 11px;
    position: relative;
}
.breadcrumbs a {
    padding: 0;
}
.b_arrow {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
    margin: 12px 10px 0;
    float: left;
}
.main_cont {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    position: relative;
}
.banner_bg {
    height: 95px;
    background: #fff;
    width: 101%;
    transform: rotate(3deg);
    float: left;
    left: -13px;
    position: absolute;
}
.banner_img,
.form_banner,
.main_content,
.show_bancont {
    position: relative;
}
.banner_img {
    width: 56%;
    float: left;
    margin: -50px 0 0;
}
.cities_list {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
    background: 0 0;
}
.select_state {
    float: left;
    width: 100%;
}
.select_state label {
    line-height: 24px;
    padding: 0 10px 0 0;
    display: block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
}
.citiesList {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
.citiesList li {
    float: left;
    width: 20%;
    margin: 15px 0 10px;
}
.citiesList li strong {
    font-weight: 600;
}
.select_state .select_field {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.banner_cont h1,
.banner_cont h2,
.btn_signup a,
.build_txt,
.form_title strong,
.share_love {
    font-weight: 700;
}
.showcontent {
    overflow: unset;
}
.head_right small {
    color: #fff;
    font-weight: 400;
    line-height: 22px;
}
.head_right a,
.title_txt {
    color: #fdff00;
    display: block;
}
.main_content {
    float: left;
    width: 100%;
    padding: 25px 0;
}
.sh_icon1,
.sh_icon2,
.sh_icon3 {
    width: 57px;
    height: 57px;
}
.main_content p {
    padding: 15px 0 0;
    font-size: 15px;
    line-height: 22px;
}
.showban_cont {
    float: Left;
    min-height: 231px;
}
.head_right {
    float: right;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
}
.title_txt {
    font-size: 31px;
    margin: 10px 0 0;
    font-weight: 500;
}
.showban_cont .prof_img {
    width: 100px;
    height: 100px;
    margin: 20px 0 0;
}
.showcontent .proflock cite {
    margin: 43px 0 0 43px;
}
.show_bancont li {
    float: left;
    padding: 0 46px 0 0;
}
.sh_icon {
    display: Inline-block;
    vertical-align: middle;
    background-position: -5px -108px;
}
.icon_online,
.txt_min {
    display: inline-block;
    vertical-align: middle;
}
.sh_icon2 {
    background-position: -62px -108px;
}
.sh_icon3 {
    background-position: -122px -108px;
}
.txt_min {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
}
.show_main .reg_form {
    margin: -12px 0 0;
}
.show_uname {
    color: #fff;
    width: 100%;
    font-size: 18px;
    display: block;
    font-style: normal;
    line-height: 25px;
    padding: 5px 0 0;
}
.meet_txt {
    font-size: 45px;
    text-align: left;
    font-weight: 600;
    padding: 15px 0 0;
    line-height: 49px;
}
.meet_txt strong {
    font-weight: 600;
    color: #ff0;
}
.pics_img {
    display: block;
    padding: 30px 0 0;
}
.meet_txt small {
    display: block;
    font-size: 35px;
}
.build_txt {
    float: right;
    color: #fff;
    line-height: 36px;
}
.error_field {
    border-color: red;
}
.success_field {
    border-color: #36ce22;
}
.btmCont {
    clear: both;
}
.btmCont .wrapper,
.btn_signupbtm {
    padding: 0 0 80px;
}
.btmCont h2,
.btn_signup3 {
    padding-top: 0;
}
.btmCont p {
    clear: both;
    padding: 10px 0 5px;
    font-size: 14px;
    line-height: 30px;
}
.lookfor {
    display: block;
    text-align: left;
    float: left;
    width: 100%;
    white-space: unset;
    line-height: 15px;
    padding: 25px 15px 25px 20px;
    font-weight: 400;
    border-radius: 0 0 10px 10px;
}
.dots-circle-spinner {
    display: block;
    height: 1em;
    width: 1em;
    line-height: 1;
    margin: 0 auto;
    vertical-align: middle;
    border-radius: 1em;
    transition: 150ms linear;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    box-shadow: 2em 0 0 0, 1.41421356em 1.41421356em 0 -0.4375em, 0 2em 0 -0.375em, -1.41421356em 1.41421356em 0 -0.3125em, -2em 0 0 -0.25em, -1.41421356em -1.41421356em 0 -0.1875em, 0 -2em 0 -0.125em, 1.41421356em -1.41421356em 0 -0.0625em;
    color: #0271fe;
}
.dots-circle-spinner.loading {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
    -webkit-animation: 1s 150ms infinite dots-circle-rotation;
    animation: 1s 150ms infinite dots-circle-rotation;
}
@-webkit-keyframes dots-circle-rotation {
    0%,
    100% {
        box-shadow: 2em 0 0 0, 1.41421356em 1.41421356em 0 -0.4375em, 0 2em 0 -0.375em, -1.41421356em 1.41421356em 0 -0.3125em, -2em 0 0 -0.25em, -1.41421356em -1.41421356em 0 -0.1875em, 0 -2em 0 -0.125em,
            1.41421356em -1.41421356em 0 -0.0625em;
    }
    75% {
        box-shadow: 2em 0 0 -0.375em, 1.41421356em 1.41421356em 0 -0.3125em, 0 2em 0 -0.25em, -1.41421356em 1.41421356em 0 -0.1875em, -2em 0 0 -0.125em, -1.41421356em -1.41421356em 0 -0.0625em, 0 -2em 0 0,
            1.41421356em -1.41421356em 0 -0.4375em;
    }
    50% {
        box-shadow: 2em 0 0 -0.25em, 1.41421356em 1.41421356em 0 -0.1875em, 0 2em 0 -0.125em, -1.41421356em 1.41421356em 0 -0.0625em, -2em 0 0 0, -1.41421356em -1.41421356em 0 -0.4375em, 0 -2em 0 -0.375em,
            1.41421356em -1.41421356em 0 -0.3125em;
    }
    25% {
        box-shadow: 2em 0 0 -0.125em, 1.41421356em 1.41421356em 0 -0.0625em, 0 2em 0 0, -1.41421356em 1.41421356em 0 -0.4375em, -2em 0 0 -0.375em, -1.41421356em -1.41421356em 0 -0.3125em, 0 -2em 0 -0.25em,
            1.41421356em -1.41421356em 0 -0.1875em;
    }
}
@keyframes dots-circle-rotation {
    0%,
    100% {
        box-shadow: 2em 0 0 0, 1.41421356em 1.41421356em 0 -0.4375em, 0 2em 0 -0.375em, -1.41421356em 1.41421356em 0 -0.3125em, -2em 0 0 -0.25em, -1.41421356em -1.41421356em 0 -0.1875em, 0 -2em 0 -0.125em,
            1.41421356em -1.41421356em 0 -0.0625em;
    }
    75% {
        box-shadow: 2em 0 0 -0.375em, 1.41421356em 1.41421356em 0 -0.3125em, 0 2em 0 -0.25em, -1.41421356em 1.41421356em 0 -0.1875em, -2em 0 0 -0.125em, -1.41421356em -1.41421356em 0 -0.0625em, 0 -2em 0 0,
            1.41421356em -1.41421356em 0 -0.4375em;
    }
    50% {
        box-shadow: 2em 0 0 -0.25em, 1.41421356em 1.41421356em 0 -0.1875em, 0 2em 0 -0.125em, -1.41421356em 1.41421356em 0 -0.0625em, -2em 0 0 0, -1.41421356em -1.41421356em 0 -0.4375em, 0 -2em 0 -0.375em,
            1.41421356em -1.41421356em 0 -0.3125em;
    }
    25% {
        box-shadow: 2em 0 0 -0.125em, 1.41421356em 1.41421356em 0 -0.0625em, 0 2em 0 0, -1.41421356em 1.41421356em 0 -0.4375em, -2em 0 0 -0.375em, -1.41421356em -1.41421356em 0 -0.3125em, 0 -2em 0 -0.25em,
            1.41421356em -1.41421356em 0 -0.1875em;
    }
}
.spin_loader {
    clear: both;
    display: block;
    padding: 15px 0 0;height: 67px
}
.icon_online {
    background: #12b121;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
    line-height: 17px;
}
.loginLink,
.resetLink {
    color: #fff;
    font-weight: 500;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 3px;
    text-decoration: none;
    box-sizing: border-box;
}
.select_state select {
    padding: 0 5px;
}
.near_cities {
    padding: 30px 0 0;
    clear: both;
}
.banner_img,
.mobile_testim,
.prof_img,
.testim_img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}
.loginLink {
    background: #3dd1bb;
    padding: 4px 7px;
}
.resetLink {
    background: #ff6100;
    padding: 4px 8px;
}
.log_txt {
    padding: 5px 0 0;
    color: #000;
    line-height: 12px;
}
.dob_block {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
}
.dob_block .select_field {
    width: 31%;
    margin: 0;
    padding: 0 0 0 6px;
    box-sizing: border-box;
}
.sel_pop {
    display: block;
    height: 48px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
}
.banner_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.form_banner {
    z-index: 1;
    top: 0;
    left: 4px;
}
.form_main {
    top: -20px;
}
.cnt_list {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.cnt_list .cnt_list_item_icon {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: -17px;
    margin: 20px 0 0;
}
.Prof_block,
.select_li,
.testinm_img {
    position: relative;
}
.cnt_list .cnt_list_item .cnt_list_item_txt {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 20px 0 0;
}
.cnt_flexbox {
    display: flex;
    flex-direction: column-reverse;
}
.cnt_list_item_txt span {
    font-size: 20px;
    display: block;
    font-weight: 700;
    line-height: 26px;
}
.cnt_list .cnt_list_item {
    width: 48%;
    margin: 15px 0;
    background: #ebecec;
    border-radius: 6px;
    padding: 15px 10px;
    position: relative;
    border: 2px solid #fff0;
}
.cnt_list_item {
    background: #eee8ff;
    display: inline-block;
}
.title_mbl {
    font-size: 25px;
    color: #000;
    display: block;
}
.testimonals h2 {
    font-size: 25px;
    font-weight: 400;
}
.testimonals .testim_cnt {
    display: block;
    border: 1.5px solid #cad4d9;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 10px 0;
}
.testimonals .testim_cnt p {
    color: #000;
    font-size: 15px;
}
.testimonals .testim_cnt p span {
    display: block;
    text-align: right;
    font-weight: 500;
}
.testinm_img {
    width: 135px;
    height: 135px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin: 10px auto;
}
.testinm_img img {
    height: 100%;
    width: auto;
    max-width: initial;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.cnt_blocks_wraper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    box-sizing: border-box;
}
.cnt_blocks_wraper .cnt_block {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: 48%;
    padding: 15px 0 0;
}
.cnt_blocks_wraper .cnt_block:last-child .qq_stats {
    padding-right: 25px;
}
.qq_stats_block .qq_stats {
    background: #eee;
    border: 1px solid #e1e1e2;
    border-radius: 8px;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
    box-sizing: border-box;
}
.qq_stats_block .qq_stats_count {
    color: #4f4fff;
    font-size: 28px;
    font-weight: 600;
}
.qq_stats_block .qq_stats_txt {
    color: #000;
    font-size: 15px;
    padding: 0;
    line-height: 16px;
    margin-top: 5px;
}
.desk-testim h2 {
    font-size: 24px;
    padding: 30px 0 0;
    display: block;
    font-weight: 400;
    line-height: 30px;
}
.desk-testim .testim_cnt p {
    color: #000;
    font-size: 15px;
    line-height: 24px;
}
.desk-testim .testim_cnt p span {
    font-weight: 500;
    display: block;
    text-align: right;
    color: #000;
}
.desk-testim .testim_cnt {
    display: block;
    border: 2px solid #cad4d9;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 10px 0;
    background: #ebecec;
    max-height: 215px;
}
.profiles_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}
.Prof_block,
.profiles_main,
.right_cont,
.select_li,
.view_btn {
    display: inline-block;
}
.profiles_main {
    padding: 0;
}
.seo_profiles h3 {
    padding: 0;
    font-size: 25px;
    line-height: 32px;
}
.Prof_block {
    border: 2px solid #dfd4ff;
    background: #fff;
    width: 309px;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 35px 0;
    padding: 0 0 20px;
    vertical-align: top;
    min-height: 406px;
}
.btm_links a {
    display: flex;
}
.view_btn {
    width: 42%;
    background: #ff4ce8;
    height: 44px;
    font-size: 13px;
    margin: 0 0 0 5.5%;
    text-align: center;
    line-height: 44px;
    color: #fff;
    border-radius: 6px;
}
.chat_btn {
    background: #5e21c9;
    margin: 0 5.5%;
}
.about_txt {
    margin-bottom: 75px;
}
.right_cont {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}
.other_links {
    border-radius: 10px;
    border: 1px solid #ececec;
}
.mbl_title {
    font-size: 25px;
    color: #000;
    border: none;
}
.select_li {
    border: 1px solid #ececec;
    padding: 15px 10px;
    line-height: normal;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 15px;
    width: 100%;
}
.count_block,
.footer_menu {
    width: 100%;
    padding: 10px 15px;
}
.near_txt {
    font-size: 25px;
    font-weight: 500;
}
.footer_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.count_block {
    box-sizing: border-box;
}
.share_lft,
.share_ryt {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.count_block .share_block {
    background: #fff;
    border-radius: 25px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin: auto;
    box-shadow: 3px 3px 4px 0 rgb(0 0 0 / 30%);
    flex-direction: column;
}
.mem_number {
    font-size: 25px;
    font-weight: 600;
}
.qqtxt,
.share_love {
    font-size: 15px;
    display: block;
    color: #000;
}
.qqtxt,
h2 strong,
h3 strong {
    font-weight: 500;
}
.share_lft {
    border-bottom: 1px solid #ebecec;
    border-right: none;
}
.share_love {
    padding: 10px 0 0;
    text-align: center;
}
.media_ico {
    font-size: 0;
    margin-right: 5px;
    margin-top: 5px;
}
.share_ryt .cnt_ryt {
    text-align: left;
    display: inline-block;
}
.topcity_block .mob_arr {
    border-color: #fff;
}
.prof_img {
    margin: 15px auto 30px;
    display: block;
}
.txt_center,
.txt_ryt {
    text-align: left;
}
.profiles_main h2,
.profiles_main h3 {
    font-size: 25px;
    font-weight: 400;
    padding: 80px 0 0;
}
.border_title {
    border-top: 2px solid #dfd4ff;
    float: left;
    width: 170px;
    margin: 0 0 10px 20px;
}
.block3,
.block3_cont {
    width: 100%;
    float: left;
}
.block3 {
    background: #3c21d1;
    padding: 20px 0 50px;
}
.block3_cont {
    padding: 0 15px 30px;
    box-sizing: border-box;
}
.txt_list {
    float: left;
    width: 50%;
    color: #fff;
    padding: 60px 0 0;
}
.txt_list strong {
    font-size: 30px;
    font-weight: 700;
    display: block;
}
.txt_list small {
    font-size: 15px;
}
.cnt_list_item_icon {
    margin: 70px 0 0;
    width: 59px;
    height: 59px;
    display: inline-block;
    background: url(https://imgassets.quackquack.co/seo-newicons4.png) left top no-repeat;
}
.cnt_list_item_icon.icon1 {
    background-position: -5px -6px;
}
.cnt_list_item_icon.icon2 {
    background-position: -79px -9px;
}
.cnt_list_item_icon.icon3 {
    background-position: -153px -9px;
}
.cnt_list_item_icon.icon4 {
    background-position: -218px -7px;
}
.content {
    background: url(https://imgassets.quackquack.co/seo_newbanner.webp) center top no-repeat #3c21d1;
    padding: 0 0 160px;
}
.lookfor {
    text-overflow: ellipsis;
    overflow: hidden;
    color: #5e21c9;
    font-size: 16px;
}
.icon_online {
    margin: -11px 18px 0;
    width: 55px;
}
.icon_online:before {
    content: "Online";
}
.media_ico {
    background: url(https://imgassets.quackquack.co/seo-newicons4.png) left top no-repeat;
    display: inline-block;
    width: 34px;
    height: 34px;
}
.media_ico.fbico {
    background-position: -36px -76px;
}
.media_ico.twico {
    background-position: -82px -76px;
}
.media_ico.instaico {
    background-position: -128px -76px;
}
.mar25 {
    margin-top: 45px;
}
.btn_signup_last {
    padding: 0 10px 80px;
}
@media (max-width: 768px) {
    .hicon,
    .menu li a,
    .navigation.open .transparent_menu {
        display: block;
    }
    .Prof_block,
    h1 {
        text-align: center;
    }
    .Prof_block,
    .banner_cont,
    .hideicon,
    .reg_form,
    .select_state,
    .topcity_block {
        box-sizing: border-box;
    }
    .help_txt span,
    .menu li {
        border-bottom: 1px solid #c5c5c5;
    }
    .Prof_block,
    .showban_cont {
        min-height: inherit;
    }
    h1,
    h2 {
        line-height: 28px;
    }
    .lang_txt,
    h1 {
        font-weight: 600;
    }
    .content {
        background: #3c21d1;
    }
    .btn_signup_last {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .navigation {
        height: 100%;
        width: 260px;
        background-color: #fff;
        color: #fff;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: calc(100% - 260px);
        transition: right 0.5s;
    }
    .menu li {
        float: left;
        width: 100%;
        padding: 10px 0;
    }
    .menu li a {
        padding: 10px 20px;
        color: #000;
        font-size: 16px;
    }
    .menu li a:hover {
        color: #5137fd;
    }
    .hideicon {
        color: #000;
        float: right;
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        padding: 28px 20px 0;
        z-index: 99999;
        height: 60px;
    }
    .meet_txt,
    .sub-list li a,
    .sub-list li:hover a,
    h1 {
        color: #fff;
    }
    .hicon {
        width: 18px;
        height: 2px;
        background: #fff;
        border-radius: 15px;
        margin: 5px 10px 0 0;
    }
    .toggle-wrapper {
        float: left;
        margin: -35px 10px 0;
        position: relative;
        z-index: 999;
    }
    .transparent_menu {
        background: rgb(0 0 0 / 0.7);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }
    .hicon_cross,
    .hicon_cross2 {
        width: 18px;
        background: #000;
    }
    .hicon_cross {
        transform: rotate(135deg);
        margin: 0;
    }
    .hicon_cross2 {
        transform: rotate(-135deg);
        margin: -2px 0 0;
    }
    .navigation:not(.open) {
        right: 100%;
    }
    .navigation:not(.open) .toggle-wrapper .show {
        right: 0;
    }
    .navigation:not(.open) .toggle-wrapper .hide {
        right: 50px;
    }
    .navigation .has-menu:not(.open)::after {
        transform: rotate(-90deg);
    }
    .navigation .has-menu:not(.open) > .menu {
        border-top: none;
        max-height: 0;
    }
    .navigation .has-menu:not(.open) > .menu > li > a {
        padding-left: 15px;
    }
    .menu {
        background: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .hicon2 {
        width: 22px;
    }
    .hicon3 {
        width: 12px;
    }
    .copytxt,
    .mobile_testim,
    .topcity_block span {
        width: 100%;
    }
    .banner_cont {
        position: relative;
        z-index: 11;
    }
    .banner_cont h2 {
        padding: 15px 0 0;
    }
    #help_list .title_list,
    .head_right,
    .oth_list,
    .show_bancont,
    .show_main .showbanner_bg,
    .showbanner_bg {
        display: none;
    }
    .mob_arr {
        border-right: 2px solid #757575;
        border-bottom: 2px solid #757575;
        position: absolute;
        right: 10px;
        top: 23px;
        display: block;
        transform: translate(0, -50%) rotate(45deg);
    }
    .down_btn {
        transform: rotate(225deg);
        top: 24px;
    }
    .form_title {
        border-radius: 10px 10px 0 0;
    }
    .form_block {
        max-width: 100%;
    }
    .reg_form {
        padding: 0 15px;
        z-index: 9;
        float: left;
    }
    h1 {
        font-size: 24px;
        clear: both;
        width: 100%;
        padding: 0;
        margin: 15px 0;
    }
    .form_title strong {
        font-size: 22px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .banner_cont h2,
    .bot_List li a,
    .cities_links small,
    .lang_txt span,
    .lang_txt2 span,
    .other_links small {
        font-weight: 400;
    }
    .form_main {
        float: left;
        top: 0;
    }
    .banner_bg {
        transform: rotate(-3deg);
        left: inherit;
        right: -2px;
        height: 51px;
    }
    .banner_img {
        margin: -18px 0 0;
        width: 100%;
    }
    .Prof_block {
        width: 100%;
        background: #fff;
        position: relative;
        margin: 20px 0;
    }
    .cities_links,
    .other_links {
        margin: 0 0 25px;
        box-sizing: border-box;
    }
    .cities_list.list2 {
        margin-bottom: 50px;
    }
    .other_links {
        border: none;
    }
    .copytxt,
    .topcity_block {
        border-top: 1px solid rgb(255 255 255 / 0.2);
    }
    .banner_cont,
    .cnt_text,
    .content,
    .other_links small.mbl_title,
    .other_links ul {
        padding: 0;
    }
    .profiles_main {
        padding: 20px 0 50px;
        background: #eee8ff;
        width: 100%;
    }
    .cities_links small,
    .other_links small {
        font-size: 18px;
        padding: 12px 0;
        display: block;
        position: relative;
        color: #757575;
    }
    .lang_txt2 span,
    .prof_name,
    .textleft {
        text-align: left;
    }
    .about_txt {
        padding-bottom: 0;
        max-height: 164px;
        overflow: hidden;
    }
    .select_state {
        padding: 0 15px;
    }
    .select_state .select_field {
        height: 45px;
        line-height: 45px;
        width: 100%;
        margin-top: 2px;
        background: #eee8ff;
        border: 1px solid #eee8ff;
    }
    .bot_List,
    .show_main .banner_cont,
    .show_main .show_bancont {
        background: 0 0;
    }
    .select_state .select_field select {
        height: 43px;
        line-height: 43px;
        font-size: 14px;
    }
    .select_state .select_field:after {
        width: 8px;
        height: 8px;
        top: 15px;
    }
    .citiesList {
        padding: 0 0 0 15px;
    }
    .citiesList li {
        margin: 0 0 25px;
        width: 100%;
    }
    .citiesList li:first-child {
        padding-top: 25px;
    }
    .citiesList li:last-child,
    .cities_links,
    .reg_form {
        margin: 0;
    }
    .other_links ul li {
        margin: 0 0 22px;
        padding: 0;
        width: 100%;
    }
    .footmob_link {
        float: left;
    }
    .topcity_block {
        float: left;
        width: 100%;
        margin: 0;
    }
    .topcity_block a {
        color: #ff0;
        text-align: left;
        padding: 20px 0 20px 15px;
    }
    .terms_text {
        padding: 10px 18px 12px;
    }
    .qqtxt,
    .txt_list small {
        line-height: 20px;
    }
    .mob_arr {
        width: 8px;
        height: 8px;
    }
    .banner_cont p {
        font-size: 14px;
        line-height: 27px;
    }
    .view_btn cite {
        margin: 10px auto;
        background-size: 110px auto;
        background-position: -4px -93px;
        width: 76px;
    }
    .chat_btn cite {
        background-position: -4px -111px;
        width: 63px;
    }
    .about_txt,
    .bot_List li,
    .help_txt,
    .help_txt span {
        width: 100%;
        box-sizing: border-box;
    }
    .about_txt,
    .uname {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }
    .about_txt {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .select_state label {
        float: left;
        font-size: 18px;
        text-transform: inherit;
    }
    .help_txt {
        padding: 0 15px;
        float: left;
        position: relative;
    }
    .help_txt span {
        position: relative;
        display: block;
        padding: 0 0 10px;
        font-size: 18px;
        text-align: center;
    }
    .help_txt span .mob_arr {
        top: 3px;
        right: 10px;
    }
    .footer_list {
        padding: 22px 0 20px;
    }
    .bot_List li a {
        color: #fff;
        padding: 20px 0;
        display: block;
    }
    .bot_List li {
        float: left;
        padding: 0 0 0 15px;
        clear: both;
        text-align: left;
    }
    .bot_List {
        padding-top: 15px;
        margin: 0;
    }
    .arrow_btn {
        width: 23%;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .sub-list {
        position: relative;
        width: 100%;
        display: none;
        top: inherit;
        background: #3318c8;
        float: left;
        bottom: inherit;
        padding-top: 10px;
    }
    .sub-list li {
        border: none;
        text-align: center;
        padding: 15px 12px;
    }
    .b_arrow {
        border-right: 1px solid #757575;
        border-bottom: 1px solid #757575;
        width: 8px;
        height: 8px;
        display: inline-block;
        float: none;
    }
    .breadcrumbs a,
    .breadcrumbs small {
        font-size: 16px;
        color: #757575;
        float: None;
        display: inline-block;
    }
    .breadcrumbs {
        padding: 10px 10px 0;
        text-align: center;
        box-sizing: border-box;
    }
    .footer_list.hideList,
    .showban_cont {
        padding-top: 0;
    }
    .lookfor,
    .select_field select {
        font-size: 13px;
    }
    .banner_cont,
    .mobile_testim {
        background: #fff;
        float: left;
    }
    .show_main .reg_form {
        margin: 12px 0 0;
    }
    .main_content p {
        padding: 0 15px 15px;
        box-sizing: border-box;
    }
    .meet_txt {
        font-size: 36px;
        line-height: 40px;
    }
    .btmCont,
    .other_links ul li a {
        font-size: 15px;
    }
    .meet_txt small {
        font-size: 33px;
        line-height: 40px;
    }
    .show_main2 .form_main {
        margin-bottom: 20px;
    }
    .build_txt,
    .copytxt {
        display: block;
        text-align: center;
        line-height: 22px;
    }
    .footer_btm {
        padding: 0;
        box-sizing: border-box;
        background: #3c21d1;
    }
    .pics_img {
        display: block;
        padding: 0;
        position: relative;
        margin: -12px 5% 0;
        width: 90%;
    }
    .signup_content {
        padding: 10px 0;
    }
    .signup_content2 {
        margin-top: -35px;
    }
    .footer_list ul li {
        padding: 15px 0;
    }
    .btmCont {
        padding: 50px 20px 0 15px;
        line-height: 23px;
    }
    .btmCont .wrapper {
        padding-bottom: 60px;
    }
    .btmCont p {
        font-size: 14px;
        line-height: 23px;
    }
    .date_city {
        font-size: 14px;
        padding: 20px 0;
    }
    .footmob_link .mob_arr {
        margin: 0 15px 0 0;
        top: 24px;
    }
    .lang_txt {
        margin: 25px 0 0;
        color: #757575;
    }
    .lang_txt span {
        text-align: left;
        color: #757575;
    }
    .lang_txt2 span {
        color: #757575;
    }
    .near_txt,
    .near_txt.cities_data {
        padding: 0;
        display: block;
        font-weight: 500;
        margin-top: 20px;
        font-size: 15px;
    }
    .cities_data.near_txt2 {
        padding-top: 10px;
    }
    .cities_links .citiesList {
        padding-left: 0;
        padding-top: 0;
    }
    .cities_links2 {
        margin-top: 10px;
    }
    .cnt_listnew {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 90px 15px 40px;
    }
    .cnt_list_item {
        width: 47%;
        border-radius: 15px;
        margin: 0 0 20px;
        padding: 0 0 30px 20px;
        box-sizing: border-box;
        min-height: 171px;
    }
    .cnt_list_item_icon {
        margin: 30px 0 20px;
    }
    .cnt_list_item2,
    .last_cnt_list {
        float: right;
    }
    .profiles_main h2,
    .profiles_main h3 {
        padding: 10px 0 0 15px;
        line-height: 35px;
        font-size: 20px;
    }
    .banner_box {
        display: inherit;
    }
    .photos_banner img {
        margin: 20px 0 -45px;
    }
    .cnt_text p {
        line-height: 24px;
        padding: 20px 15px 0;
    }
    .cnt_text h2 {
        padding: 0 15px;
    }
    .icon_online {
        margin: -11px 0 0 18px;
    }
    .cnt_list_item_icon {
        width: 49px;
        height: 49px;
        display: inline-block;
        background: url(https://imgassets.quackquack.co/seo-newicons4.png) left top/200px auto no-repeat;
    }
    .cnt_list_item_icon.icon1 {
        background-position: -3px -3px;
    }
    .cnt_list_item_icon.icon2 {
        background-position: -52px -4px;
    }
    .cnt_list_item_icon.icon3 {
        background-position: -110px -6px;
        width: 45px;
    }
    .cnt_list_item_icon.icon4 {
        background-position: -156px -3px;
    }
    .copytxt {
        padding: 15px 0;
    }
    .topcity_blocknew {
        border-top: none;
    }
    .title_list {
        line-height: 25px;
    }
    body {
        user-select: none;
        -webkit-user-select: none;
    }
    .field_block .floating__label {
        top: 17px;
    }
    .list2 .btn_signup {
        padding: 50px 0 0;
    }
    .cities_list {
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 50px;
    }
    .cnt_text {
        padding-bottom: 50px;
    }
    .btmCont {
        padding-top: 0;
        margin-top: -40px;
    }
    .block3 {
        padding: 10px 0 40px;
    }
}
@media (max-width: 320px) {
    .meet_txt {
        font-size: 33px;
        color: #fff;
    }
    .meet_txt small {
        font-size: 30px;
    }
    .field_block {
        padding: 10px 10px 6px;
    }
    .form_title strong,
    .qq_stats_block .qq_stats_count {
        font-size: 24px;
    }
    .banner_cont p {
        color: #000;
    }
}
@media (min-width: 769px) {
    .logo,
    .menu {
        float: left;
    }
    .login_links li.signup_btn a:hover,
    .login_links li.signup_btn:hover a,
    .menu li a {
        border-bottom: 2px solid #fff0;
    }
    .close_icon,
    select {
        cursor: pointer;
    }
    .about_txt,
    .header,
    .lookfor {
        overflow: hidden;
    }
    .close_icon {
        background: url(https://imgassets.quackquack.co/close-arrow.png) left top no-repeat;
        height: 42px;
        position: absolute;
        right: -15px;
        top: -18px;
        width: 41px;
        z-index: 99;
    }
    .cities_linksnew,
    .cityList_btn,
    .des_title .mob_arr,
    .help_txt,
    .mbl_title,
    .mobile_testim,
    .sl_title,
    .testimonals,
    .title_list br,
    .title_mbl,
    .toggle-wrapper {
        display: none;
    }
    .btmform.display,
    .mob_arr,
    .select_statenew .mbl_title,
    .select_statenew:hover .cities_links,
    .topcity_block:hover .sub-list {
        display: block;
    }
    .photos_banner img {
        margin: -100px 0 -5px;
    }
    .topcity_block .mob_arr {
        top: 18px;
    }
    .mob_arr {
        border-right: 2px solid #757575;
        border-bottom: 2px solid #757575;
        width: 8px;
        height: 8px;
        position: absolute;
        right: 10px;
        top: 14px;
        transform: translate(0, -50%) rotate(45deg);
    }
    .other_links ul {
        padding: 0;
    }
    .select_statenew ul li {
        width: 100%;
        margin: 5px 0;
        padding: 5px 10px;
    }
    .select_statenew ul li:hover {
        background: #fff;
        border-radius: 5px;
    }
    .login_links li.login_btn a,
    .login_links li.signup_btn a {
        font-weight: 500;
        border-radius: 3px;
        height: 40px;
        line-height: 41px;
        display: block;
        text-transform: uppercase;
        text-align: center;
    }
    .txt_list {
        width: 34%;
    }
    .footer_list,
    .txt_list3,
    .txt_list6 {
        width: 32%;
    }
    .txt_list strong {
        font-size: 30px;
        font-weight: 700;
        display: block;
    }
    .login_links li,
    .menu li {
        display: inline-block;
    }
    .txt_list small {
        font-size: 20px;
        line-height: 25px;
    }
    .content {
        padding: 0 0 120px;
    }
    .block3_cont {
        padding: 0 0 60px;
    }
    .wrapper {
        max-width: 1002px;
        margin: 0 auto;
    }
    .cities_data1,
    .footer_menu,
    ul.oth_list {
        margin-top: 20px;
    }
    .menu {
        position: relative;
        top: 15px;
        padding: 0 0 0 20px;
    }
    .menu li {
        padding: 0 3px;
    }
    .menu li a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 5px;
        font-weight: 500;
    }
    .menu li:hover a {
        border-bottom: 2px solid #ff0;
        color: #ff0;
    }
    .login_links {
        float: right;
    }
    .login_links li.login_btn a {
        color: #fff;
        width: 100px;
        margin: 0 10px 0 0;
    }
    .login_links li.login_btn a:hover {
        background: rgb(0 0 0 / 0.9);
        color: #fff;
    }
    .login_links li.signup_btn a {
        color: #fff;
        background: #fe771d;
        width: 125px;
    }
    .login_links li.signup_btn a:hover {
        background: #f60;
    }
    .banner_cont h1 {
        font-weight: 600;
    }
    .reg_form {
        width: 36%;
        position: absolute;
        z-index: 99;
        right: 0;
        max-width: 340px;
    }
    .banner_cont {
        color: #000;
        width: 62%;
        min-height: 280px;
    }
    .banner_cont h1,
    .banner_cont h2 {
        color: #fff;
    }
    .btmform {
        display: none;
        float: left;
        width: 100%;
    }
    .form_title strong {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
    }
    .profiles_main {
        float: left;
        width: 100%;
        background: #eee8ff;
        padding: 0 0 60px;
    }
    .right_cont {
        width: 25%;
        float: right;
        box-sizing: border-box;
    }
    .testim_img {
        display: block;
        width: 90%;
        height: 337px;
        background-size: 226px auto;
        margin: 25px 0 30px 11px;
    }
    .desk-testim {
        width: 100%;
        float: left;
        display: block;
    }
    .about_txt {
        min-height: 95px;
        max-height: 95px;
        margin: 0;
    }
    .right_cont .select_state label {
        padding: 15px 10px 5px 0;
        text-align: left;
        text-transform: inherit;
        font-size: 24px;
    }
    .right_cont .select_state {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .right_cont .select_state .select_field {
        width: 100%;
    }
    .other_links {
        padding-bottom: 15px;
        border-radius: 0;
        border: none;
        position: relative;
    }
    .other_links2 {
        padding-bottom: 70px;
    }
    .states_list {
        position: absolute;
        right: 0;
        top: 8px;
        width: 300px;
    }
    .other_links small {
        padding-top: 20px;
    }
    .near_txt,
    .near_txt.cities_data {
        padding-top: 0;
        display: block;
        font-weight: 400;
    }
    .banner_box {
        flex-direction: row;
        position: relative;
    }
    .form_banner {
        top: 20px;
        left: 6px;
    }
    .form_main {
        top: 0;
    }
    .cnt_flexbox {
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
    }
    .cnt_listnew {
        margin: 90px 0;
        font-size: 0;
        float: left;
        width: 100%;
    }
    .cnt_listnew .cnt_list_item {
        background: #eee8ff;
        border: none;
        margin: 0 40px 0 0;
        padding: 0;
        width: 220px;
        box-shadow: none;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        min-height: 288px;
        font-size: 0;
        text-align: center;
        border-radius: 30px;
    }
    .cnt_listnew .cnt_list_item .cnt_list_item_txt {
        font-size: 20px;
        margin: 42px 0 0;
        line-height: 25px;
    }
    .cnt_listnew .last_cnt_list {
        margin-right: 0;
    }
    .cnt_listnew .cnt_list_item_icon {
        position: unset;
    }
    .mbl_title2 {
        display: none;
        float: left;
        font-size: 15px;
    }
    .other_links small.mbl_title {
        padding-left: 0;
        display: block;
        padding-top: 0;
    }
    .btn_signup a {
        width: auto;
    }
    .select_li {
        border: none;
    }
    .cities_list.list2 {
        background: #fff;
        margin-top: 0;
        margin-bottom: 50px;
    }
    .sl_title2 {
        display: block;
        font-size: 12px;
        padding: 0 0 0 5px;
    }
    .select_statenew ul {
        max-height: 300px;
        overflow-y: scroll;
    }
    .count_block .share_block {
        flex-direction: row;
        padding: 20px 50px;
    }
    .share_lft {
        width: 60%;
        border-right: 1px solid #ebecec;
        border-bottom: none;
        text-align: left;
        padding: 0;
    }
    .share_ryt {
        width: 40%;
        text-align: right;
        padding: 0;
    }
    .mem_number {
        font-size: 40px;
    }
    .qqtxt {
        font-size: 20px;
    }
    .share_love {
        font-size: 22px;
        text-align: left;
        padding: 0;
    }
    .footer_list ul li a,
    .view_btn {
        font-size: 14px;
    }
    .banner_cont p,
    .other_links ul li a {
        font-size: 15px;
    }
    .btmlist {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .banner {
        margin-top: 25px;
        min-height: 350px;
    }
    .footer_list_wrap {
        text-align: left;
        display: inline-block;
    }
    .banner_cont p {
        line-height: 26px;
    }
    .txt_center {
        text-align: center;
    }
    .txt_ryt {
        text-align: right;
    }
    .states_list .select_li {
        background: 0 0;
        border: none;
    }
    .states_list .select_statenew {
        background: #eee8ff;
        border: 1px solid #eee8ff;
        float: right;
        width: 66%;
        cursor: pointer;
        margin: -13px 0 0;
        z-index: 9;
        padding: 8px;
    }
    .floating__input {
        height: 45px;
        font-size: 14px;
    }
    .field_block .floating__label {
        line-height: 20px;
        font-size: 14px;
    }
    .submit_btn input {
        height: 52px;
        line-height: 52px;

    }
    .radiobtn,
    .sel_pop,
    .select_field,
    .select_field select {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .terms_text {
        padding: 15px 50px;
    }
    .main_cont {
        margin: 90px 0 0;
    }
    .select_li {
        padding: 0 0 70px;
        margin: 0;
    }
    .lookfor {
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #5e21c9;
        font-size: 14px;
    }
    .btm_button {
        padding-top: 0;
    }
    .cnt_list .last_cnt_list {
        padding-right: 0;
        margin: 0;
    }
    .select_statenew {
        padding-bottom: 15px;
    }
    .select_statenew ul li a {
        font-size: 12px;
    }
    .des_title {
        font-size: 0;
        padding: 0;
        display: block;
        font-weight: 400;
        color: #000;
    }
    .select_linew {
        padding-bottom: 30px;
    }
}
.photos_banner {
    text-align: center;
    float: left;
    width: 100%;
}
.select_statenew ul li:hover {
    background: #fff;
}
@media (min-width: 767px) {
    .profiles_wrap {
        padding: 0;
    }
    .content {
        background: url(https://imgassets.quackquack.co/seo_newbanner.webp) center top no-repeat #3c21d1;
    }
    .empty_screen {
        background: rgb(0 0 0 / 0.6);
    }
    .empty_screen header {
        display: none;
    }
    .inner_cnt .title {
        display: block;
    }
    .empty_screen .inner_cnt {
        width: 400px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #f3f4f9;
        padding-bottom: 20px;
        border-radius: 4px;
    }
    .city_search .cities_list {
        max-height: 220px;
        overflow-y: auto;
        padding: 15px 5px 15px 20px;
        box-sizing: border-box;
    }
    .mpsearch_wrap {
        padding-top: 0;
        padding-left: 15px;
    }
    .qq_wraper {
        padding-left: 0;
    }
    .empty_screen .mpsearch_wrap {
        left: 0;
    }
    .suggestions_block::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        -webkit-box-shadow: inset 0 0 6px #c1c1c1;
    }
    .suggestions_block::-webkit-scrollbar {
        height: 4px;
    }
    .suggestions_block .sugg_item {
        margin: 0 5px 5px 0;
    }
    .cities_data1 {
        margin-top: 25px;
    }
    .cnt_listnew .cnt_list_item {
        border: none;
        margin: 0 20px 0 0;
        padding: 0;
        width: 235px;
        box-shadow: none;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        min-height: 105px;
        font-size: 0;
        text-align: left;
        border-radius: 15px;
    }
    .cnt_listnew .cnt_list_item.last_cnt_list {
        margin-right: 0;
    }
    .cnt_listnew .cnt_list_item .cnt_list_item_txt {
        font-size: 17px;
        margin: 20px 0 0 13px;
        line-height: 25px;
        display: inline-block;
        text-align: left;
        vertical-align: bottom;
    }
    .cnt_list_item_icon {
        width: 49px;
        height: 49px;
        display: inline-block;
        background: url(https://imgassets.quackquack.co/seo-newicons4.png) left top/200px auto no-repeat;
    }
    .cnt_list_item_icon.icon1 {
        background-position: -3px -3px;
    }
    .cnt_list_item_icon.icon2 {
        background-position: -110px -6px;
        width: 45px;
    }
    .cnt_list_item_icon.icon3 {
        background-position: -52px -4px;
    }
    .cnt_list_item_icon.icon4 {
        background-position: -156px -3px;
    }
    .cnt_listnew .cnt_list_item_icon {
        margin: 30px 0 0 20px;
    }
    .btn_signupreg {
        padding: 80px 0;
    }
    .login_otp_wrap {
        width: 90%;
        float: left;
        margin-left: 5%;
    }
    .showban_cont .prof_img {
        margin: 20px auto 0;
    }
}
.states_listnew {
    top: -8px;
}
.states_listnew label {
    float: left;
    font-size: 15px;
    line-height: 40px;
}
.states_listnew .select_field {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: right;
    width: 76%;
    background: #eee8ff;
    border: 1px solid #dfd4ff;
}
.states_listnew3 {
    position: relative;
    margin: 0 auto;
}
.empty_screen,
.empty_screen header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.login_otp_wrap,
.states_listnew3 .select_field {
    width: 100%;
}
.states_listnew .select_field select {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 5px;
}
.btn_signupbtm2 {
    padding: 50px 0 40px;
}
.meet_txtnew {
    color: #fff;
}
.empty_screen {
    height: 100%;
    background: #f3f4f9;
    left: 0;
    overflow: auto;
    display: block;
}
.empty_screen header {
    background-color: #f3f4f9;
    padding: 0 10px 0 0;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #d2d8e6;
    min-height: 46px;
}
.empty_screen .backTo {
    float: left;
    height: 46px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}
.empty_screen .title {
    text-align: center;
    font-size: 18px;
    width: 100%;
    position: absolute;
    line-height: 46px;
}
.empty_screen .qq_wraper {
    padding: 56px 10px 60px;
    background: #fefeff;
}
.empty_screen .mpsearch_wrap {
    background: #f3f4f9;
    padding-top: 10px;
    position: fixed;
    width: 100%;
    left: 10px;
    z-index: 9;
    display: inline-block;
    padding-right: 25px;
    box-sizing: border-box;
}
.empty_screen .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.empty_screen .mp_cities {
    margin-top: 55px;
    padding-left: 15px;
}
.empty_screen .cities_list li {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.text_filed_new {
    display: inline-block;
    width: 100%;
    background: #fff;
}
.input-group-addon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.inner_cnt {
    width: 100%;
    overflow: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.cities_list {
    max-height: inherit;
}
.cities_list li.active,
.habit_list ul li.active {
    color: #5394e4;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.login_otp_block {
    display: inline-block;
    width: 90%;
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px #ced4da;
    margin-top: 5px;
}
.login_otp_block .login_otp_btn {
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    border: 2px solid #000;
    padding: 10px 5px;
    display: inline-block;
    margin: 0 1%;
    box-sizing: border-box;
    cursor: pointer;
    width: 46%;
    font-weight: 600;
}
.login_otp_block .login_otp_btn:hover {
    background: #e8e8e8;
}
.login_otp_block a:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}
.login_otp_block .otp_ctx {
    color: #000;
    font-size: 14px;
    margin: 10px 0;
    display: block;
}
.reset_pwd_link {
    display: block;
    margin: 10px 0;
    font-size: 13px;
    color: #5361ff;
    text-decoration: underline;
}
.field_block label.genbtn {
    line-height: 37px;
}
.suggestions_block {
    box-sizing: border-box;
    width: 88%;
    text-align: left;
    overflow-x: auto;
    white-space: nowrap;
    max-height: 48px;
    box-sizing: border-box;
    margin-top: 6px;
    display: inline-block;
    margin-left: 6%;
    float: left;
}
.suggestions_block .sugg_item {
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #d5d5d7;
    color: #000;
    border-radius: 6px;
    display: inline-block;
    margin: 0 5px 10px 0;
    cursor: pointer;
    font-size: 14px;
}
.suggestions_block .sugg_item:hover {
    background: #ececec;
}
@media (min-width: 767px) {
    .block3 {
        background: url(https://imgassets.quackquack.co/seo_newbanner.webp) center bottom no-repeat #3c21d1;
    }
    .empty_screen {
        background: rgb(0 0 0 / 0.6);
    }
    .sub-list {
        left: -20px;
    }
    .empty_screen header {
        display: none;
    }
    .inner_cnt .title {
        display: block;
    }
    .empty_screen .inner_cnt {
        width: 400px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #f3f4f9;
        overflow: visible;
        padding-bottom: 20px;
        border-radius: 4px;
    }
    .city_search .cities_list {
        max-height: 220px;
        overflow-y: auto;
        padding: 15px 5px 15px 20px;
        box-sizing: border-box;
    }
    .mpsearch_wrap {
        padding-top: 0;
        padding-left: 15px;
    }
    .qq_wraper {
        padding-left: 0;
    }
    .empty_screen .mpsearch_wrap {
        left: 0;
    }
    .suggestions_block::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        -webkit-box-shadow: inset 0 0 6px #c1c1c1;
    }
    .suggestions_block::-webkit-scrollbar {
        height: 4px;
    }
    .suggestions_block .sugg_item {
        margin: 0 5px 5px 0;
    }
    .footmob_link .arrow_btn {
        display: inline-block;
        vertical-align: middle;
        margin: 4px 0 0 6px;
    }
    .copytxt {
        padding: 0 30px 0 0;
    }
    .near_txt.cities_data {
        font-size: 25px;
        padding: 0;
    }
    .showban_contnew {
        padding-top: 100px;
    }
}
.footmob_link .date_city {
    display: inline-block;
}
.topcity_block .footmob_link .mob_arr {
    position: inherit;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.copytxt2 {
    display: block;
    width: 100%;
    text-align: center;
}
@media (max-width: 340px) {
    .btn_signup a {
        padding: 15px 20px;
        font-size: 18px;
    }
}
.btmCont p {
    clear: inherit;
}
.btmCont img {
    float: right;
    width: 40%;
    margin: 0 0 30px 30px;
}
.photo-mobile-img {
    width: 100%;
    float: left;
    margin: -40px 0 60px;
}
.photo-mobile-img img {
    display: block;
    width: 40%;
    margin: 0 auto;
    max-width: 400px;
}
.appdownload_mbl {
    display: none;
}
@media (max-width: 768px) {
    .states_listnew label {
        width: 100%;
        font-size: 25px;
    }
    .backarrow {
        border: solid #000;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin: 15px 0 0 14px;
    }
    .states_listnew .select_field {
        width: 100%;
        margin: 0 0 50px;
    }
    .btn_signupbtm {
        padding: 80px 15px;
    }
    .photos_banner img {
        margin: 20px 0 -40px;
    }
    .states_listnew .select_field,
    .states_listnew .select_field select {
        height: 55px;
        line-height: 55px;
    }
    .states_listnew .select_field:after {
        border-right: 2px solid #787878;
        border-bottom: 2px solid #787878;
        width: 8px;
        height: 8px;
    }
    .txt_list.txt_list5,
    .txt_list.txt_list6 {
        display: block;
        width: 100%;
    }
    .cities_list .select_li,
    .states_list .select_li {
        background: #eee8ff;
        border: 1px solid #dfd4ff;
    }
    .btn_signupreg {
        padding: 0 15px 60px;
    }
    .showban_cont .prof_img {
        margin: 20px auto 0;
    }
    .meet_txtnew {
        padding-bottom: 20px;
        text-align: center;
    }
    .download_float_btn {
        display: block;
        background: #f3f4f9;
        width: 100%;
        box-shadow: 2px -3px 6px rgb(0 0 0 / 0.3);
        position: fixed;
        bottom: 0;
        left: 0;
        transition: 0.5s ease-in-out;
        opacity: 0;
        z-index: 99;
        min-height: 88px;
    }
    .download_float_btn .inner_cnt {
        background: #f3f4f9;
        padding: 15px;
        display: table;
        width: 100%;
        box-sizing: border-box;
    }
    .download_float_btn .btn_download {
        background: #30b21e;
        font-size: 17px;
        color: #fff;
        padding: 13px 30px;
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        border-radius: 6px;
        box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 0.3);
        margin: 6px 15px 6px 0;
        font-weight: 600;
        width: 100%;
    }
    .form_main {
        width: 100%;
    }
    .appdownload_mbl,
    .disblock {
        display: block;
    }
    .photo-mobile {
        float: left;
        width: 100%;
        margin: -20px 0 40px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .photo-mobile-img img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .margin_mob {
        margin: 0 0 50px;
    }
    .photos_bannernew img {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
}
.icon_online {
    position: absolute;
    bottom: 0;
}
.prof_img img {
    position: absolute;
    left: 0;
} 
@media (min-width: 768px) {
    .btm_ftrLinks,
    .footer_btmnew2 {
        text-align: center;
        display: flex;
        justify-content: space-evenly;
    }
    .bot_list_widow li {
        padding-right: 20px;
        border-top: none;
    }
    .bot_list_widow li:last-child {
        padding-right: 0; 
    }
}
.bot_list_widow {
    border-top: none; 
}
.radiobtn.active {
    border-color: #36ce22;
}
  .enter_txt{font-size: 16px;display: block;color: #000;padding: 0 0 0 20px} .sms_txt{padding: 4px 0 0 20px;font-size: 12px;color: #757575;line-height: 20px;display: block}  
        .form_title{padding-bottom: 30px}
.otp_btns{
    display: flex;justify-content: space-between;padding: 12px 20px 0;
}
.btnchange{
    width: 48%;height: 36px;padding: 0;box-shadow: none;color: #999;text-transform: uppercase;    border-color: #bcbcbc;font-size: 13px;cursor: pointer
}
.btnchange.disable{color: #E0E0E0;border-color: #E0E0E0}
.field_block .otplabel{width: 100%;text-align: center;left: 0}
.enterotp_field{padding-left: 0;text-align: center;width: 100%;padding-right: 0}
.submit_btnnext{padding-top: 15px}
.success_txt{color: #60BE4C;clear: both;padding: 15px 20px 0;font-size: 12px;text-align: center;}
.dotloader{height: 50px;display: flex;align-items: center}
.mobile_field{
    border: 1px solid #bcbcbc;border-radius: 5px;background: none;outline: none;display: block;height: 52px;box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px;display: flex;flex-direction: row;align-items: center
}
.countrycode_seo{
    font-size: 13px;
    color: #000;
    border-right: 1px solid #bcbcbc;
    padding: 0 6px 0 8px;
}
.textfield_new{
    background: none;border:none;padding: 0 8px;flex-grow: 1;color: #000;font-size: 14px;background: #fff;height: 40px;border-radius: 0 0 5px-webkit-tap-highlight-color: transparent; 
}
.textfield_new:focus{
    outline: none;
}
.otp_block .textfield_new{text-align: center}
.textfield_new::placeholder {
  color: #757575;
  opacity: 1; /* Firefox */
}

.textfield_new::-ms-input-placeholder { /* Edge 12 -18 */
  color: #bcbcbc;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* sets background */
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important; /* controls text color */
  transition: background-color 5000s ease-in-out 0s; /* prevent flashing */
}

/* Optional: when focused */
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}