
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

/* 

font-family: 'Raleway', sans-serif;

 */
.switch label input[type="checkbox"]:checked+.lever:after {
    left: 1.5rem;
    background-color: #f23b40;
}


.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #000;
    border-bottom: 1px solid #000;
}

.md-form input[type=date]:focus:not([readonly])+label, .md-form input[type=datetime-local]:focus:not([readonly])+label, .md-form input[type=email]:focus:not([readonly])+label, .md-form input[type=number]:focus:not([readonly])+label, .md-form input[type=password]:focus:not([readonly])+label, .md-form input[type=search-md]:focus:not([readonly])+label, .md-form input[type=search]:focus:not([readonly])+label, .md-form input[type=tel]:focus:not([readonly])+label, .md-form input[type=text]:focus:not([readonly])+label, .md-form input[type=time]:focus:not([readonly])+label, .md-form input[type=url]:focus:not([readonly])+label, .md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #000;
}

.md-form input:not([type]):focus:not([readonly]), .md-form input[type="text"]:not(.browser-default):focus:not([readonly]), .md-form input[type="password"]:not(.browser-default):focus:not([readonly]), .md-form input[type="email"]:not(.browser-default):focus:not([readonly]), .md-form input[type="url"]:not(.browser-default):focus:not([readonly]), .md-form input[type="time"]:not(.browser-default):focus:not([readonly]), .md-form input[type="date"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .md-form input[type="tel"]:not(.browser-default):focus:not([readonly]), .md-form input[type="number"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ff6055;
    -webkit-box-shadow: 0 1px 0 0 #ff6055;
    box-shadow: 0 1px 0 0 #ff6055;
}

.md-form input:not([type]):focus:not([readonly])+label, .md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="password"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="email"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="url"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="time"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="date"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="tel"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="number"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="search"]:not(.browser-default):focus:not([readonly])+label, .md-form input[type="search-md"]:focus:not([readonly])+label, .md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #f44336;
}

.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(40deg);
    -ms-transforigin: 100% 100%;
    transform-origin:m: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-or 100% 100%;
}

 body{font-family: Poppins, sans-serif;}


html {
  scroll-behavior: smooth;
}
.fontweight_400{font-weight: 400 !important;}
.fontweight_500{font-weight: 500 !important;}
.fontweight_600{font-weight: 600 !important;}

.d-if{display: inline-flex;}
.d-f{display: flex;}
.a-c{align-items: center;}
.a-s{align-items: flex-start;}
.a-e{align-items: flex-end;}
.j-c{justify-content: center;}
.j-s{justify-content: flex-start;}
.j-e{justify-content: flex-end;}
.flexone{flex:1;}
.flexdirection{flex-direction: column;}
.flexwrap{flex-wrap: wrap;}
.pos_rel{position: relative;}
.themecolor {
    color: #f44336 !important;
}

.text-bold {
    font-weight: 600;
}

.minheight_100{min-height: 100px;}
.minheight_90{min-height: 90px;}
.minheight_80{min-height: 80px;}
.bt-none{border-top: none !important;}
.bb-none{border-bottom: none !important;}



 

 

@-webkit-keyframes autofill {
to {
color: #666;
background: transparent; } }

@keyframes autofill {
to {
color: #666;
background: transparent; } }

input:-webkit-autofill {
-webkit-animation-name: autofill;
animation-name: autofill;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
/*scrollbar css*/

/* width */
::-webkit-scrollbar {
  width: 7px;
  height:5px;
 
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: black; 
  border-radius:3px;
 

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f44336; 
}



/*selection background css*/

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #ff6262;
}

::selection {
  color: #fff;
  background: #ff6262;
}

.form-check-input[type="radio"]:checked+label:after, .form-check-input[type="radio"].with-gap:checked+label:after, label.btn input[type="radio"]:checked+label:after, label.btn input[type="radio"].with-gap:checked+label:after {
    background-color: #f23d3d;
}

.form-check-input[type="radio"]:checked+label:after, .form-check-input[type="radio"].with-gap:checked+label:before, .form-check-input[type="radio"].with-gap:checked+label:after, label.btn input[type="radio"]:checked+label:after, label.btn input[type="radio"].with-gap:checked+label:before, label.btn input[type="radio"].with-gap:checked+label:after {
    border: 2px solid #f33e3d;
}


/*-------- page css description------------ */

/* home page css - line 161 - 430 */
















/* project css start from here */

.matrinav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;}

.matrimain{overflow:hidden;    }
 
.matriheaderinner { padding-top: 62px;}
.matrinav {
    background:linear-gradient(
45deg
, #df2f48, #e55757);
}

.matrinav .nav-link {
    color: white !important;
}

.matrilogo {
    width: 100%;
    max-width: 190px;background: #f5f3f5;
    border-radius: 4px;
}

.matriheader{
    background:url(../img/headerbck.jpg);
    background-size: cover;
    min-height: 96vh;

    position: relative;

}


.headerbtmshape{

    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    bottom: -1px;
     
}


.headerbtmshape svg{
        width: calc(106% + 1.3px);
        fill:white;
        left: 50%;
            transform: translateX(-50%);
        position: relative;
}

.headerheading {
    font-size: 2.3rem;
    color: white;
    font-family: raleway;
    font-weight: 700;
    background: #e55657;
    padding: 3px 15px;
    display: inline-flex;
}


.headersubhead {
    color: white;
    font-size: 1.4rem;
    margin: 8px 0;
    letter-spacing: 1px;
    background: #e55657;
    padding: 3px 15px;
    display: inline-flex;
}

.headerlookingforsec {
    padding: 30px 15px;
    color: black;
    background: rgb(255 255 255 / 81%);
    border-radius: 15px;
    border: 1px solid rgb(255 110 110 / 41%);
}

.menwomenbtn {
    margin: 0 3px;
    border: 1px solid rgb(255 68 68 / 68%);
    background: black;
    color: white;
    padding: 5px;
    font-size: .9rem;
    border-radius: 5px;
}

.headsel {
    background: black;
    color: white;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid rgb(255 255 255 / 56%);
}

.ageto {
    display: flex;
    align-items: center;
    margin: 0 12px;
}

.abcsele{font-size: .95rem;color: #888888;}


.headobtn {
    border: none;
    font-size: .95rem;
    padding: 4px 19px;
    min-width: 46%;
    background: linear-gradient(
45deg
, #f44336, #e91e63);
    color: white;
    border-radius: 4px;
    margin: 7px 0;
}

.bigline {
    width: 68px;
    height: 4px;
    background: #ff665a;
    border-radius: 55px;
    margin-right: 6px;
}

.smallline{

    width: 28px;
    height: 4px;
    background: #ff665a;
    border-radius: 55px;
}

.sectwoheading {
    text-align: center;
    font-size: 2.15rem;
    font-family: 'Raleway';
    font-weight: 700;
    color: #3e3e3e;
}


.headerbtmlineone {
    width: 90px;
    height: 7px;
    background: #f44336;
    border-radius: 55px;
    margin-right: 9px;
}

.headerbtmlinetwo {
    width: 30px;
    height: 7px;
    background: #f44336;
    border-radius: 55px;
}

.sectwoicoimg {
    width: 53px;
    transform: rotate(-45deg);
}

.sectwoicosec {
    width: 125px;
    height: 125px;
    background: linear-gradient(
45deg
, #f44336, #e91e63);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transform: rotate(
45deg
);
}

.sectwosubheado {
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-family: 'raleway';
    font-weight: 600;
}

.sectwoconte {
    text-align: center;
    font-size: 1.2rem;
    color: grey;
    letter-spacing: .5px;
    max-width: 221px;
}

.readmore_a {
    display: block;
    text-align: left;
    color: #ff7070;
    font-size: .9rem;
}


.matrisectionfour{background:#fff4f4;}

.wehelphead {
    font-size: 2.1rem;
    font-family: 'Raleway';
    font-weight: 700;
    color: #484848;
    margin-bottom: 12px;
}

.wehelpcontent {
    color: #6b6b6b;
    line-height: 1.7;
    margin-bottom: 23px;
}

.wehelpsubhead {
    font-size: 1.2rem;
    font-weight: 600;
    color: #404040;
    margin-bottom: 7px;
}

.wehelpcircle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(
45deg
, #f44336, #e91e63);
    margin-right: 14px;
}

.wehelplistsec {
    margin-bottom: 10px;
    color: #3e3e3e;
    font-size: .95rem;
}

.secfourimg {
    width: 100%;
    max-width: 404px;
}

.footertopy {
    background: linear-gradient(
45deg
, #505050, #3e3e3e);
    color: white;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color:rgb(223 50 73);
    color: white !important;
}

.footerlogo {
    width: 100px;
    margin-bottom: 14px;
}

.footcontent {
    text-align: center;
    color: #a0a0a0;
    margin-bottom: 29px;
    font-family: 'Raleway';
    line-height: 1.8;
}


.getstartedbtn {
        border: none;
    background: #e04861;
    color: #e44f54;
    padding: 8px 28px;
    border-radius: 55px;
    font-weight: 600;
    font-family: 'Raleway';
    color: white;
}

.owl_inner {
    padding: 0 15px;
}

.headerbtnactive {
    background: linear-gradient(
45deg
, #ff697b, #ca234c);
}




/* index page css end here */


/* login css here */



.affiloginleft{

    background: url(../img/loginbck.jpg);
    
    background-size: cover;
}

.affiloginleft:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
45deg
, #2196f3, #e91e63);
    opacity: .45;
}


.logologinimg {
    width:115px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}


.affiloginhead {
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: raleway;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.loginrightsect {
    background:#fff;
    height: 100vh;
    overflow-y: auto;
}

.loginrighimg {
    width: 65px;
    display: block;
    margin: 17px auto;
}

.loginrighthead {
    text-align: center;
    color: #383838;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Raleway';
}


.logininput {
           background: rgb(255 0 0 / 4%);
    border: none;
    border: 1px solid rgb(255 70 70 / 66%);
    margin: 11px 0;
    padding: 11px 19px;
    min-width: 65%;
    outline: none;
    color: rgb(10, 10, 10);
    border-radius: 55px;
    font-size: .9rem;
}

.affili_btn {
    padding: 9px 25px;
    border: 1px solid rgb(255 255 255 / 36%);
    background: linear-gradient(
45deg
, #e91e63, #f44336);
    color: white;
    border-radius: 55px;
    margin: 14px 0;
    min-width: 148px;
}


.headerinpty_new {
    width: 100%;
    
    background: rgb(0 0 0 / 00%);
    color: white;
    border:none;
    font-size: .9rem;
    padding: 9px 12px;
    border-radius: 0;
   
        margin: 12px 0;
    outline: none;
    border-bottom: 1px solid white;
}

.iuoiuyu{
    color:black;
}

.logininputnew{

        background: rgb(255 255 255 / 13%);
    border: none;
    border: 1px solid rgb(255 70 70 / 57%);
    margin: 11px 0;
    padding: 11px 19px;
    width: 100%;
    outline: none;
    color: black;
    border-radius: 55px;
    font-size: .9rem;
}



.headerinpty_new::placeholder{color:white;}


.iuoiuyu::placeholder{
    color:black;
}

.iamlookheading {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: raleway;
}

.matfooter{background:  url(../img/footerbck.png) #ff536e;
    background-size: cover;background-position-y: -92px;
   }

 .donthavetext {
    color: #383838;
    margin: 18px 0;
}

.matfooter a,p,h6{ }

.regnow_a {
    color: #f23c3e;
    margin-left: 5px;
    font-family: raleway;
    text-decoration: underline !important;
}

.basiimg {
    width: 87px;
}

.mydatedb {
    color: black;
    margin: 18px 0;    text-decoration: underline;
}

.basicsele {
    background: rgb(255 255 255 / 14%) !important;
    border: 1px solid rgb(255 88 88 / 43%) !important;
    border-radius: 55px !important;
    padding: 2px 12px !important;
    color: rgb(112, 109, 109);
    font-size: .9rem !important;
    width: 100%;
    outline: none;
    margin: 12px 0;
    min-height: 44px;
    
}

.youincmontho {
    border: 1px solid rgb(255 0 0 / 47%);
    background: rgb(49 49 49 / 8%);
    color: black;
    padding: 5px 23px;
    margin: 0 7px;
    border-radius: 55px;
    position: relative;
}

.edusmatext {
    color: #3e3e3e;
    font-size: .9rem;
    font-family: 'Raleway';
    letter-spacing: 1px;
    margin: 14px 0;
}

.logininputnew::placeholder {
    color: grey;
}

.yeso_active {
    background: linear-gradient(
45deg
, #e91e63, #f44336);
}



.famitextarea{
    background: rgb(255 255 255 / 13%);
    border: none;
    border: 1px solid rgb(255 70 70 / 57%);
    margin: 11px 0;
    padding: 11px 19px;
    width: 100%;
    outline: none;
    color: white;
    border-radius: 5px;
    font-size: .9rem;
}

.famitextarea::placeholder{
    color:grey;
}


.ratetext{font-family: raleway; letter-spacing: 1px;}

.youricnhead {
    padding-right: 17px;
}

.forprofilepicture {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #ff8989;
    box-shadow: 0 2px 5px rgb(47 47 47 / 57%);
    cursor: pointer;

}

.forhidden{overflow:hidden;}

.profyimg{border-radius: 50%;
        width: 125px;
        height: 125px;}


.plusy i {
    position: absolute;
    right: 7px;
    bottom: -7px;
    color: white;
    font-size: 2rem;
    background: black;
    border-radius: 50%;
    cursor: pointer;
}

.hiddenfileinput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.basicmain .affiloginleft {
    background: url(../img/basicbck.jpg);
    background-size: cover;
}

.dicilim {
    font-size: .9rem;
    color: #b3b1b1;
    line-height: 2;
}

.innernavmatri {
    background:linear-gradient(
45deg
, #df2f48, #e55757);
    
}

.innernavmatri a{color:black !important;}

.premiumlink {
    border: 1px solid #fff;
    margin: 0 12px;
}

.premiumlink i {
    color: #fff;
}

.innerhome_midsec {
    background: #efefef;
}

.inleftheading {
    text-align: center;
    padding: 12px 2px;
    font-weight: 500;
    color: #424242;
    font-size: 1.2rem;
}

.filtoheado {
    background: #ffd3d4;
    padding: 10px 13px;
    cursor: pointer;    margin: 5px 0;
}

.filtoo_main {
    padding: 8px 7px;
}

.morespo {
    padding: 5px 11px;
    cursor: pointer;
}

.memwhowatch {
    font-size: 1.05rem;
    font-family: 'Raleway';
    font-weight: 500;
    color: #4a4a4a;margin-bottom: 15px;
}

.memwhos_a {
    color: #ff5555 !important;
}

.maoimg {
    width: 85px !important;
    height: 85px;
    border-radius: 50%;
    margin: 13px 0;
}

.matchoname {
    text-align: center;
    font-weight: 500;
    font-family: 'Raleway';
    margin-bottom: 9px;
}

.matchsliinner {
    padding: 0 5px;
}

.mathodeta {
    text-align: center;
    font-size: .9rem;
    color: grey;
    margin-bottom: 10px;
}


.mathobtno {
       margin: 2px 0 4px 0;
    color: white;
    font-size: .8rem;
    background: linear-gradient( 
45deg
 , #b11010, #ff6055);
    border: none;
    padding: 7px 14px;
    border-radius: 55px;
    width: 80%;
    text-align: center;
}

.matchycard {
    padding: 16px 6px;
}

.crownico {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #f15148;
}

.matchbigcard {
    padding: 15px 0;
    margin:15px 0;
}

.matchusername {
        font-size: 1.3rem;
    cursor: pointer;
    display: inline-block;
 
}

.matchusername:hover{

    color:red;
    text-decoration: underline;
}

.onlinefor {
    font-size: .85rem;
}

.onlinefor i {
    color: #43ef43;
}

.mtcrdnamesecto {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 9px;
}

.agtonamoo {
    font-size: .86rem;
    margin: 8px 0;
    color: #6d6d6d;
}

.matchminidescp {
    font-size: .87rem;
    color: #444444;
    margin-top: 3px;
}

.matroimgo {
    min-height: 197px;
}

.likedotext {
    text-align: center;
    font-size: .95rem;
    color: dimgrey;
    margin-bottom: 5px;
}

.connectbtn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
45deg
, #be1d1b, #ef665e);
    color: white;
    box-shadow: 0 2px 5px #5f5f5fab;
    margin: 10px 0;
    border:none;
}

.likotext {
    font-size: .8rem;
    color: grey;
}


 

.filterobtn {
    background: linear-gradient(
45deg
, #bc1b1a, #f6574d);
    color: white;
    border-radius: 4px;
    border: none;
    margin-right: 11px;
    padding: 4px 13px;
    display: none;
}

.filterclose {
    border: none;
    background: transparent;
    color: #ff4b4b;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.cou_subhide{display: none;}

.searchtabs {
    border-bottom: none;
}


.searchtabs .nav-item.show .nav-link, .searchtabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 3px solid #fd7778;
}

.search_heading {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Raleway';
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 7px;
    letter-spacing: 1px;
    
    color: #ff6e6e;
}

.search_heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 69px;
    background: #ff6358;
    border-radius: 55px;
}

.toheading {
    font-weight: 600;
    font-size: 1.1rem;
}

.searchobtno {
    padding: 4px 26px;
    border-radius: 3px;
    border: none;
    background: linear-gradient(
45deg
, #f44336, #b51212);
    color: white;
    box-shadow: 0 2px 5px #3a3a3a8a;
}


.locatooheado {
    padding: 10px 15px;
    margin: 14px 0;
    background: #fffafa;
    border: 1px solid #ff8585;
}

.forlinkcon {
    cursor: pointer;
}


.smililarprofhead {
    background: #ffe0e1;
}

.profototab {
    border: none;
}

.profototab .nav-link {
    display: block;
    padding: .7rem 1.5rem;
    color: #505050;
}


.profototab .nav-item.show .nav-link, .profototab .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 3px solid #ff6a6a;
}

.mainusoprofcard .agtonamoo {
    font-size: 1rem;
    color: #333333;    margin: 13px 0;
}


.mainusoprofcard .matchusername {
    font-size: 1.69rem;}


.mainusoprofcard .onlinefor {
    font-size: .95rem;
}

.mainproybtn {
    border: none;
    background: linear-gradient(
45deg
, #bd2136, #e55557);
    color: white;
    margin: 6px 0;
    padding: 8px 10px;
    min-width: 150px;
    border-radius: 55px;
    box-shadow: 0 2px 5px rgb(70 70 70 / 54%);
}


.mainusoprofcard .mtcrdnamesecto {
    padding-bottom: 19px;
}

.mainprofimg {
    width: 30px; margin-right: 10px;
}

.mainpro_abthead {
    font-size: 1.3rem;
    font-weight: 500;
    color: #ff5c5c;
    padding: 11px 0;
    border-bottom: 1px solid #ffc6c6;
    margin-bottom: 15px;

}

.aboty_minihead {
    color: #828282;
    font-size: .9rem;
    margin-left: 10px;
}

.mprofdeto {
    padding: 0 6px;
    margin-bottom: 15px;
    color: #32394c;
}

.usofactohead {
    min-width: 125px;
    color: grey;
    padding-right: 10px;
    font-size: .9rem;
}

.usofactoo {
    margin: 10px 0 15px;
}

.educatiderta {
    color: #616161;
    margin: 4px 0 10px;
}

.educatiderta i {
    color: #6e89ff;
    margin-right: 15px;
}

.simi_img {
    width: 57px;
    height: 57px;
    margin-right: 9px;
}

.siminame {
    font-size: 1rem;
    font-weight: 500;
}

.simi_detail {
    font-size: .86rem;
    color: grey;
}

.simi_cardo {
    align-items: flex-start;
    padding: 16px 6px;
    border-bottom: 1px solid #ababab;
    cursor: pointer;
}


.usofactodetao {
    font-size: .95rem;
}

.simi_cardo:hover {
    background: snow;
}

/* pricing css */

.pricing_card {
    padding: 29px 10px;
    box-shadow: 0 2px 8px rgb(128 128 128 / 53%);
    border: 1px solid #ffeeee;
    margin-bottom: 15px;
    background: white;
}

.pricoimg {
    width: 54px;
    margin: 15px 0;
}

.sealhead {
    text-align: center;

    font-size: .9rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.pricinghead {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;

}

.prilogo {
    width: 28px;
    margin: 14px 0;
}

.prate {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ff5858;
    margin-bottom: 8px;
}

.dollar {
    font-size: 1.68rem;
    margin-right: 10px;
}

.prici_content {
    text-align: center;

    margin: 11px 0;
}

.pribtnsec {
    min-width: 64%;
    margin-top: 14px;
    border: none;
    background: linear-gradient(
45deg
, #e91e69, #F44336);
    color: white;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}


.pribtnine, .pribtnico {
    position: relative;
    z-index: 2;
    padding: 10px 0;
}

.pribtnico {
    border-left: 1px solid #d0d0d0;
    padding-left: 10px;
    padding-right: 6px;
}

.pribtnsec:after {
    content: '';
    position: absolute;
    left: -26px;
    top: 14px;
    height: 60px;
    width: 60px;
    background: #404040;
    transition: all .99s;
    border-radius: 50%;
    transform: scale(00);
}

.pribtnsec:hover::after {
    transform: scale(13);
    transition: all .99s;
}

.linotho{text-decoration: line-through;}



.footertopy .row {
    padding: 17px 0 !important;
}

.profileid {
    color: #a2a2a2;
    text-decoration: unset !important;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.profileid:hover{text-decoration:unset !important;}

.usofactoo2{margin:5px 0 5px;}

.edito_ul {
    column-count: 3;
    color: grey;
    font-size: .95rem;
    line-height: 1.9;
    padding: 16px 28px;
    border: 1px solid grey;
    margin-top: 2px;
}

.edito_ul a {
    color: #ff4c4c;
}

.profilyeditbtn {
    background: white;
    border: 1px solid #ff7e7e;
    font-size: 1.1rem;
    border-radius: 2px;
    color: #2f2f2f;
}

.profily_secheading {
    padding: 11px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #484848;
    border-bottom: 1px solid #ff8181;
    margin-bottom: 10px;
}

.prodedithead {
    color: #f34a4a;
    font-weight: 600;
    letter-spacing: 1px;
}

.editoprofbrn {
    padding: 7px 35px;
    border-radius: 55px;
    border: none;
    background: linear-gradient(
45deg
, #f44336, #d21717);
    color: white;
    box-shadow: 0 2px 5px rgb(62 62 62 / 47%);
    margin: 19px 0;
}

.forlinksecto {
    padding: 15px;
    border: 1px solid #ff6262;
    background: rgb(255 255 255 / 91%);
}

.profeditlinko_a {
    color: #ff7c7c;
    margin: 7px 0;
    display: block;
}

.deletebtnphoto {
    border: 2px solid #ff9090;
    background: white;
    padding: 5px 15px;
    border-radius: 5px;
    color: #ff6060;
    margin: 5px 0;
}

.clicktextforup {
    text-align: center;
    margin: 15px 0;
    color: #ff8080;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.uloadyyimgo {
    width: 162px !important;
    margin: 15px 0;
}

.uploadnewpicy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 335px;
    position: relative;
    cursor: pointer;
}

.photosectoro {
    height: 262px;
    width: 100%;
}

.hiddeninputfile {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.favourityheading {
    text-align: center;
    font-size: 1.68rem;
    font-weight: 600;
    color: #ff5656;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.sett_inp {
    padding: 15px 15px;
    width: 100%;
    margin: 15px 0;
    border: 1px solid #ff8383;
    border-radius: 55px;
    outline: none;
}

.settingbtno {
    padding: 10px 25px;
    border-radius: 55px;
    border: 1px solid #ab1010;
    background: linear-gradient(
45deg
, #df3148, #e45456);
    color: white;
    min-width: 162px;
    margin: 21px 0;
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.deactivatehead {
    font-weight: 500;
    color: #444444;
    letter-spacing: 1px;
}

 .profy_edittabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #424242;
    padding: 13px 9px;
}

.profy_edittabs .nav-item.show .nav-link, .profy_edittabs .nav-link.active {
    background-color: unset;
    border-color: unset;
    background: linear-gradient(
45deg
, #f44336, #b71313);
    color: white;
}

.selefontoo{font-size: .84rem;}

.loginformain{padding:37px;background: #fffdfd;}

.loginminimain{
        border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgb(152 30 30 / 26%);
}


.loginminimain .loginrightsect {
    background: #fff;
    height: calc(100vh - 74px);
}

.aluminati .search_heading {
    font-size: .95rem;
    font-weight: 600;
    font-family: 'Raleway';
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    color:#ff6464;
}

.aluminati .search_heading:after{display: none;}

.profilepicy {
    height: 218px;
}

.profilonewcardo .uloadyyimgo {
    width: 92px !important;
    margin: 15px 0;
}

.tabpiciimg {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.profilonewcardo {
    min-height: 290px;
}


.profilonewcardo .clicktextforup {
    font-size: 1rem;}

.subsethead{color:grey;
        font-size: .9rem;}


.bronzecard{
    background:url(../img/bronzebck.png);
    background-size: cover;
    background-position: center; position: relative;
}

.silvercrd{
    background:url(../img/silverbck.png);
    background-size: cover;
    background-position: center; position: relative;
}

.goldcrd{
    background:url(../img/goldbck.png);
    background-size: cover;
    background-position: center; position: relative;
}


.pricing_card:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(35 35 35 / 0%);
    z-index: 0;
}

.pricing_card .dfk{position: relative;z-index: 1;}



.loginnewlogo{width: 265px;}


.fprofdfy .usofactohead {
    font-size: 1.05rem;
}

.fprofdfy .usofactoo2 {
    margin: 17px 0 5px;
}

.priaddy{font-size: 1.05rem;
        font-weight: 600;
        margin-bottom: 10px;}



















/* media query start from here */


@media(max-width: 992px){

    .headerlookingforsec {
    margin-top: 24px;
}

.headerheading , .headersubhead{
    text-align: center;
}

.justforunderline {
    justify-content: center;
    margin-bottom: 21px;
}

.filterobtn{

    display: block;
}

.innerhomeleft {
    position: fixed;
    left: -100%;
    top: 0;
    width: 352px;
    height: 100%;
    z-index: 99137;
    transition: all .3s;
    overflow-y: auto;
}

.filterclose{display: block;}

.navbar-toggler {
    background: #ff7373;
}

.matroimgo {
    max-width: 286px !important;
    margin: 4px auto;
    display: block;
}



}



@media(max-width: 767px){

    .affiloginleft{display: none;}

    .loginrightsect {
    min-height: 100vh;
    overflow-y: unset;
    height: auto;
}

.affiloginhead {
    font-size: 1.2rem;}

.edito_ul {
    column-count: 2;}

}


@media(max-width: 500px){

    .headerlookingforsec {
    margin-top: 16px;
}

.headerheading {
    font-size: 1.75rem;}

.sectwoheading {
    font-size: 1.75rem;}

.maoimg {
    width: 115px !important;
    height: 115px;
}

.premiumlink {
    margin: 15px 0;
}

.agtonamoo {
    font-size: .96rem;
}

.matchminidescp {
    font-size: .97rem;
    text-align: center;
    margin-bottom: 17px;
}

.searchtabs .nav-item {
    flex: auto;
}

.mainusoprofcard .agtonamoo {
    font-size: .9rem;}
.filterobtn {
    margin-bottom: 7px;
}

.innerhome_midsec {
    padding: 20px 0 !important;
}

.formobycotoo {
    flex-direction: column;
}

.formobycotoo p {
    margin: 15px 0 !important;
}

.usofactoo {flex-wrap: wrap;}

.mainpro_abthead{font-size: 1rem;flex-wrap: wrap;}

.mprofdeto {
    color: #60636c;
    font-size: .95rem;
}

.educatidetamain {
    padding: 5px !important;
}

.edito_ul {font-size: .9rem;}

.storymainheading {
    font-size: 1.3rem;
}

.aboty_minihead {
    font-size: .85rem;}

.educatiderta {
    color: #9a9999;
    margin: 4px 0 10px;
    font-size: .9rem;
}

.tab-content {
    padding: 10px;}

.headerbtmlineone {
    width: 59px;
    height: 6px;}

.headerbtmlinetwo {
    width: 25px;
    height: 6px;}

.wehelphead {
    font-size: 1.5rem;}

.logininput {
    min-width: 94%;}

.loginrightsect {
    padding: 0;
}

.youricnhead {
    font-size: .85rem;
}


.edusmatext {
    font-size: .8rem;}

.yourinco_sec label {
    font-size: .9rem;
}

.loginrighthead {
    font-size: 1.1rem;}

.mydatedb {
    font-size: .9rem;
}

.mathobtno {
    margin: 5px 0 4px 0;
    width: 58%;
}

.searchcardo {
    padding: 5px !important;
}

.mainusoprofcard .matchusername {
    font-size: 1.4rem;
}

}


