body {
    margin: 0;
}

.body-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-spacing: 0;
}

.table-bordered {
    border-collapse: collapse;
}

.table-full {
    min-width: 100%;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: sans-serif;
}

.table-bordered td {
    color: #444;
}

.table-bordered th {
    color: #444;
    text-align: left;
}

h1 {
    margin: 15px;
    padding: 0;
    color: #947d5f;
    font-size: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

h2 {
    margin: 15px;
    padding: 0;
    color: #947d5f;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

h3 {
    margin: 15px;
    padding: 0;
    color: #555;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

h4 {
    margin: 15px;
    padding: 0;
    color: #867156;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h5 {
    margin: 15px;
    padding: 0;
    color: #947d5f;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h6 {
    margin: 15px;
    padding: 0;
    color: #777;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

p {
    margin: 15px;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.auto-margin {
    margin: auto;
}

.zero-margin {
    margin: 0;
}

.zero-margin-top {
    margin-top: 0;
}

.auto-padding {
    padding: auto;
}

.zero-top-padding {
    padding-top: 0;
}

.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
}
.display-table-cell {
    display: table-cell;
}

.forms {
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 20px;
}

.text-details {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 50px;
    line-height: 20px;
}

.forms td {
    padding: 6px 2px;
}

.form-control-xs {
    width: 105px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    transition: .2s ease-out;
}

.form-control-sm {
    width: 150px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    transition: .2s ease-out;
}

.form-control-md {
    width: 200px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    transition: .2s ease-out;
}

.form-control-lg {
    width: 250px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    transition: .2s ease-out;
}

.form-control-full {
    width: 98%;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    transition: .2s ease-out;
    margin-bottom: 10px;
}

.form-control-select-full {
    width: 98%;
    height: 36px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
}

.form-control-text-full {
    width: 98%;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    transition: .2s ease-out;
    margin-bottom: 10px;
}

.form-control-text-lg {
    width: 250px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    transition: .2s ease-out;
}

.form-control-select-xs {
    width: 122.5px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
}

.form-control-select-sm {
    width: 150px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
}

.form-control-select-md {
    width: 200px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
}

.form-control-select-lg {
    width: 250px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
}

.form-control-mselect-lg {
    width: 248px;
    min-height: 100px;
    max-height: 120px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
}

.mselect-large {
    min-height: 150px;
    max-height: 140px;
}

.advance-search td {
    color: #555;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 0px 8px 20px;
}

.advance-search .form-control-mselect-lg {
    width: 400px;
}

.advance-search .form-control-select-md {
    width: 190px;
}

.registration-form td {
    color: #555;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 5px 8px 0px;
    min-width: 50px;
}

.registration-form th {
    color: #333;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 0px 8px 0px;
    font-weight: normal;
    text-align: left;
}

.registration-form .form-control-lg {
    width: 400px;
}

.registration-form .form-control-md {
    width: 190px;
}

.registration-form .form-control-sm {
    width: 130px;
}

.registration-form .form-control-select-lg {
    width: 400px;
}

.registration-form .form-control-select-md {
    width: 190px;
}

.registration-form .form-control-select-sm {
    width: 130px;
}

.registration-form .form-control-text-lg {
    width: 400px;
}

select.error,
textarea.error,
input.error {
    box-shadow: 0 0 6px 0 #866ea1;
    border: 1px solid #866ea1;
}

label.error {
    font-size: 0;
}

.btn-xs {
    min-height: 30px;
    min-width: 50px;
    height: auto;
    width: auto;
    border: 0;
    
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    
}

.btn-sm {
    min-height: 35px;
    height: auto;
    width: auto;
    border: 0;
    font-size: 16px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: inline-block;
    
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
}

.btn-lg {
    min-height: 40px;
    height: auto;
    width: auto;
    border: 0;
    padding: 15px 10px 0px 10px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
}

.btn-nr {
    min-height: 40px;
    height: auto;
    width: auto;
    border: 0;
    padding: 0px 10px 0px 10px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
}

.btn-icon {
    min-height: 35px;
    height: 150px;
    width: 150px;
    vertical-align: top;
    border: 0;
    font-size: 16px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: inline-block;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    margin: 2px;
    text-transform: capitalize;
}
.btn-icon-sm {
    min-height: 35px;
    height: 90px;
    width: 85px;
    vertical-align: top;
    border: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: inline-block;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    margin: 2px;
    text-transform: capitalize;
}

.btn-primary {
    background-color: #6f6c68;
    color: #fff;
    transition: .2s ease-out;
}

.btn-primary:hover {
    background-color: #fff;
    color: #6f6c68;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-normal {
    background-color: #eee;
    color: #666;
    transition: .2s ease-out;
}

.btn-normal:hover {
    background-color: #e0e0e0;
    color: #555;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block
}

.alert {
    width: 99.8%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 10px;
}

.alert-danger {
    background-color: #d35351;
    border: 1px solid #d35351;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    border-radius: 3px;
}
.alert-warning {
    background-color: #ff7600;
    border: 1px solid #ff7600;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    border-radius: 3px;
}
.alert-success {
    background-color: #67ba5b;
    border: 1px solid #67ba5b;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    border-radius: 3px;
}

.pagination ul {
    list-style: none;
}

.pagination li {
    float: left;
    padding: 10px;
    background-color: #fff;
    color: #999;
    transition: .2s ease-out;
    list-style: none;
}

.pagination li:hover {
    color: #555;
}

.pagination .active {
    background-color: #6f6c68;
    color: #fff;
}

.pagination .active:hover {
    color: #fff;
}

.row {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.backgroung {
    background-color: #fff;
}

.backgroung1 {
    background-color: #F1F1F2;
}

.backgroung2 {
    background-color: #d4d4d4;
}

.backgroung3 {
    background-color: #2a2a2a;
}

.header {
    margin-left: 7%;
    margin-right: 7%;
}

.footer {
    margin-left: 7%;
    margin-right: 7%;
}

.footer a:hover {
    color: #fff;
}

.container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 7%;
    margin-right: 7%;
}

.div-auto {
    width: auto;
    height: auto;
    display: inline-block;
}

.border-5 {
    border: 5px #ccc solid;
}

.border-2 {
    border: 2px #ccc solid;
}

.border-1 {
    border: 1px #ccc solid;
}

.normal-hr {
    width: 95%;
    border: 0;
    border-top: 1px solid #eee;
}

.overflow-hidden {
    overflow: hidden;
}

.col-lg {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.col-lg-1 {
    width: 9%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.col-lg-2 {
    width: 19%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.col-lg-3 {
    width: 29%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.col-lg-4 {
    width: 39%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.col-lg-5 {
    width: 49%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.col-lg-6 {
    width: 59%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.col-lg-7 {
    width: 69%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.col-lg-8 {
    width: 79%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.col-lg-9 {
    width: 89%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.col-lg-10 {
    width: 99%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

#search {
    display: none;
}

.brand-name {
    width: 224px;
    height: 74px;
    padding: 10px 0px;
}

.main-navigation {
    background-color: #947d5f;
    height: 40px;
    
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 7%;
}

.main-navigation li {
    float: left;
    padding: 12px 15px 10px;
    color: #fff;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    transition: .1s linear;
    line-height: 16px;
}

.main-navigation li:hover {
    background-color: #fff;
    color: #947d5f;
}

.main-navigation .current {
    background-color: #6d5639;
    color: #fff;
}

.main-banner {
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
    transition: .2s ease-out;
}

.index-menu-container {
    font-size: 14px;
    list-style-type: none;
    color: #999;
    text-align: right;
}

.index-menu {
    font-size: 14px;
    list-style-type: none;
    color: #999;
    top: 2px;
    right: 7%;
    position: absolute;
}

.index-menu li {
    float: left;
    margin-top: 5px;
    padding: 0 8px;
}

.index-menu li a {
    color: #72727d;
}

.index-help {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.index-help th {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #947d5f;
    padding: 10px 5px 20px;
}

.index-help td {
    padding: 10px;
}

.index-search-box {
    width: 430px;
    height: 600px;
    background-color: #fff;
    box-shadow: 0 5px 6px 1px #ccc;
    top: 60px;
    right: 7%;
    position: absolute;
    display: inline-block;
}

.search-box-title {
    background-color: #6f6c68;
    color: #fff;
    width: 100%;
    height: 40px;
    text-align: center;
    border-top: 1px solid #6f6c68;
    box-shadow: 0 0 20px 5px #f3f3f4;
    font-size: 18px;
}

.search-box-title-active {
    background-color: #f6f6f7;
    color: #6f6c68;
    border-top-right-radius: 10px;
}

.search-box-fields {
    color: #666;
    font-size: 15px;
}

.search-or-line {
    border: 1px ridge #e0e0e0;
}

.search-or-circle {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    display: inline-block;
    padding: 12px;
    border-radius: 50px;
    position: relative;
    top: -30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
}

.index-profile-container {
    background-color: #fff;
    border: 1px solid #fff;
    width: 155px;
    height: 253px;
    margin: 20px 10px 0;
    display: inline-block;
    box-shadow: 0 5px 10px 1px #e0e0e0;
    transition: .3s ease-in-out;
}

.index-profile-image {
    background-size: 100% 100%;
    margin: 0 0 8px;
    width: 100%;
    height: 205px;
}

.index-profile-details {
    margin: 0;
    text-transform: capitalize;
}

.index-profile-container:hover {
    border: 1px solid #947d5f;
    box-shadow: 2px 3px 6px 1px #ccc;
}

.index-success-story-container {
    width: 220px;
    height: 300px;
    margin: 20px;
    display: inline-block;
}

.index-success-story-photo {
    width: 200px;
    margin-bottom: 10px;
    height: 200px;
   
    border-radius: 100%;
}

.success-story-container {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    display: inline-block;
    margin: 10px 10px;
    width: 260px;
    min-height: 312px;
    max-height: 312px;
    overflow: hidden;
}

.success-story-container img {
    width: 220px;
    height: 180px;
    margin: 20px;
}

.success-story-container h5 {
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
}

.success-story-container p {
    font-size: 12px;
}

.index-details-boxes {
    background-color: #fff;
    box-shadow: 0 5px 10px 1px #bcbcbc;
    border-top: 3px solid #947d5f;
    margin: 10px;
    width: auto;
    height: 200px;
    max-width: 340px;
    display: inline-block;
}

.index-details-boxes .btn-sm {
    min-width: 150px;
}

.main-menu {
    padding: 0;
    width: 250px;
    float: left;
    margin-right: 18px;
    border: 1px solid #ccc;
    border-top: 0;
}

.main-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.main-menu li p {
    padding: 8px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

.main-menu>ul>li {
    text-align: left;
    text-decoration: none;
    background-color: #F1F1F2;
    border-top: 1px solid #ccc;
    
    border-radius: 0;
}

.main-menu ul li ul {
    padding-left: 20px;
    background-color: #fff;
    list-style: none;
    text-align: left;
    box-shadow: 0 5px 15px 2px #ccc;
}

.main-menu ul li ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 6px;
    color: #555;
    transition: .5s;
}

.main-menu ul li ul li:hover {
    color: #000;
    padding-left: 10px;
}

.account-right {
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 300px;
}

.featured-container {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    width: 300px;
}

.featured-profile-row {
    border-top: 1px solid #eee;
}

.featured-profile-row:hover {
    background: #f6f6f7;
}

.featured-profile-photo {
    width: 60px;
    height: 80px;
    border-radius: 50%;
    background-size: 100% 100%;
}

.featured-profile-details {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
    text-align: left;
    line-height: 19px;
}

.featured-profile-details b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #826d53;
}

.featured-profile-details a b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #947d5f;
    font-weight: 400;
}

.partner-profile-photo {
    width: 80px;
    height: 100px;
    background-size: 100% 100%;
    margin-top: 5px;
}

.partner-profile-details {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
    line-height: 20px;
}

.partner-profile-details .btn-xs {
    margin-bottom: 4px;
    min-width: 90%;
}

.partner-profile-details b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #947d5f;
}

.progress-circle-background {
    background-color: #ccc;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #ccc;
    margin: 2px;
    background-clip: border-box;
    
}

.progress-circle {
    font-size: 30px;
    color: #5f5c59;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(../images/matrimony/white.png);
    background-repeat: no-repeat;
    
}

.profile-completion-details td {
    padding: 4px;
    min-width: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555;
}

.photo-upload-container {
    border: dashed 1px #727272;
    margin: 10px 0;
    padding: 10px 15px;
    display: inline-block;
}

.photo-upload-large-container {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.photo-upload-medium-container {
    width: 300px;
    display: inline-block;
    overflow: hidden;
}

.photo-upload-small-container {
    width: 140px;
    display: inline-block;
    overflow: hidden;
}

.photo-upload-table td {
    padding: 8px;
}

.photo-upload-button-container {
    border: dashed 1px #727272;
    margin: 10px 0;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top;
}

.photo-upload-button-container legend {
    font-size: 22px;
    font-family: sans-serif;
    color: #555;
    margin-bottom: 10px;
}

.photo-upload-button-container label {
    font-size: 14px;
    text-align: left;
    font-family: sans-serif;
    color: #555;
}

.account-details-box {
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    transition: .2s, linear;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.account-details-photo {
    width: 150px;
    height: 200px;
    border: 1px solid #f3f3f4;
    padding: 1px;
}

.account-details td {
    padding: 2px;
    min-width: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
}

.account-details td b {
    color: #535353;
    font-weight: 400;
}

.account-details th {
    padding: 2px;
    min-width: 20px;
    color: #947d5f;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: left;
}

.account-details .btn-sm {
    min-width: 100%;
}

.profile-preview {
    max-width: 180px;
    margin-top: 10px;
    text-align: center;
}

.search-result-box {
    padding: 15px 1% 0;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    transition: .2s, linear;
    box-shadow: 0 5px 10px 1px #bcbcbc;
    border-top: 3px solid #947d5f;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-bottom: 20px;
    display: inline-block;
    width: 98%;
    height: auto;
    position: relative;
}

.search-result-box:hover {
    border-top: 3px solid #675743;
    border-bottom: 1px solid #947d5f;
    border-left: 1px solid #947d5f;
    border-right: 1px solid #947d5f;
}

.search-result-image {
    width: 142px;
    height: 190px;
    border: 1px solid #f3f3f4;
    padding: 1px;
}

.search-result-box .btn-sm {
    margin-bottom: 5px;
    font-size: 14px;
    min-width: 100%;
}

.search-result-box .account-details {
    
    margin-left: 15px;
}

.full-profile-image-box {
    border-right: 1px solid #eee;
    text-align: center;
}

.full-profile-image {
    width: 180px;
    height: 240px;
    margin-top: 10px;
}

.full-profile-details td {
    text-transform: capitalize;
    padding: 3px;
    min-width: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999;
    text-align: left;
    font-weight: 400;
}

.full-profile-details td b {
    color: #535353;
    font-weight: 400;
}

.full-profile-details th {
    padding: 3px;
    padding-bottom: 15px;
    min-width: 20px;
    color: #947d5f;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: left;
}

.full-profile-details-con {
    border-left: 2px solid #eee;
    margin-left: 55px;
    padding-left: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #535353;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 23px;
    min-height: 30px;
}

.full-profile-btn .btn-sm {
    margin-bottom: 5px;
    font-size: 14px;
    min-width: 100%;
}

.full-profile-about {
    margin-left: 20px;
    height: 70px;
    font-size: 18px;
    padding-left: 90px;
    color: #555;
    line-height: 70px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/matrimony/prifile-icons.png);
    background-repeat: no-repeat;
    background-size: 75px 600px;
    background-position: 0 0;
}

.full-profile-basic {
    margin-left: 20px;
    height: 70px;
    font-size: 18px;
    padding-left: 90px;
    color: #555;
    line-height: 70px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/matrimony/prifile-icons.png);
    background-repeat: no-repeat;
    background-size: 75px 600px;
    background-position: 0 -75px;
}

.full-profile-location {
    margin-left: 20px;
    height: 70px;
    font-size: 19px;
    padding-left: 90px;
    color: #555;
    line-height: 70px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/matrimony/prifile-icons.png);
    background-repeat: no-repeat;
    background-size: 75px 600px;
    background-position: 0 -150px;
}

.full-profile-education {
    margin-left: 20px;
    height: 70px;
    font-size: 18px;
    padding-left: 90px;
    color: #555;
    line-height: 70px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/matrimony/prifile-icons.png);
    background-repeat: no-repeat;
    background-size: 75px 600px;
    background-position: 0 -225px;
}

.full-profile-relegion {
    margin-left: 20px;
    height: 70px;
    font-size: 18px;
    padding-left: 90px;
    color: #555;
    line-height: 70px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/matrimony/prifile-icons.png);
    background-repeat: no-repeat;
    background-size: 75px 600px;
    background-position: 0 -300px;
}

.full-profile-family {
    margin-left: 20px;
    height: 70px;
    font-size: 18px;
    padding-left: 90px;
    color: #555;
    line-height: 70px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/matrimony/prifile-icons.png);
    background-repeat: no-repeat;
    background-size: 75px 600px;
    background-position: 0 -375px;
}

.full-profile-lifestyle {
    margin-left: 20px;
    height: 70px;
    font-size: 18px;
    padding-left: 90px;
    color: #555;
    line-height: 70px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/matrimony/prifile-icons.png);
    background-repeat: no-repeat;
    background-size: 75px 600px;
    background-position: 0 -450px;
}

.full-profile-hobby {
    margin-left: 20px;
    height: 70px;
    font-size: 18px;
    padding-left: 90px;
    color: #555;
    line-height: 70px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/matrimony/prifile-icons.png);
    background-repeat: no-repeat;
    background-size: 75px 600px;
    background-position: 0 -525px;
}

.full-profile-partner p {
    width: 100%;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999;
    text-align: left;
    font-weight: 400;
}

.full-profile-partner p b {
    color: #535353;
    font-weight: 400;
}

.popup_bg {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    transition: visibility .4s linear, opacity .4s linear;
    overflow: hidden;
}

.popup_login {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 20%;
    left: 35%;
    width: 30%;
    height: auto;
    background-color: #fff;
    z-index: 1002;
    overflow: auto;
    transition: visibility .3s linear, opacity .3s linear;
    overflow: visible;
}

.popup_album {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1002;
    overflow: auto;
    transition: visibility .3s linear, opacity .3s linear;
    border-radius: 10px;
    overflow: visible;
    text-align: center;
}

.album-thump-container {
    opacity: .5;
    transition: visibility .3s linear, opacity .3s linear;
    margin-top: 10px;
}

.album-thump-container:hover {
    opacity: 1;
}

.album-thump {
    width: 50px;
    height: 50px;
}

.album-image {
    max-width: 600px;
    max-height: 500px;
}

.popup_album>.popup_header {
    background-color: #000;
    opacity: .5;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}

.popup_header {
    width: 100%;
    height: 40px;
    background-color: #947d5f;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.popup_btn {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
}

.popup_btn2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 22px;
    position: absolute;
    right: 50px;
    top: 10px;
    color: #fff;
}

.plan-container {
    width: 200px;
    height: 720px;
    border: 1px #ccc solid;
    display: inline-block;
    margin: 0px;
    overflow: hidden;
    background-color: #fff;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}

.plan-container hr {
    width: 40%;
    border: 1px ridge #f4f4f4;
}

.plan-container .paln-name {
    font-size: 24px;
    color: #947d5f;
    line-height: 60px;
}

.plan-container .feature {
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

.plan-container .feature-amount {
    font-size: 15px;
    line-height: 18px;
    color: #555;
}

.plan-container .feature-price {
    font-size: 22px;
    color: #947d5f;
    line-height: 22px;
}

.plan-container .feature-dprice {
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: line-through;
}

.plan-container .plan-price-con {
    border-radius: 100%;
    width: 100px;
    height: 80px;
    background: #ccc;
    display: inline-block;
    padding-top: 20px;
}

.contact-container {
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 160px;
    max-height: 160px;
    color: #555;
    text-align: left;
    padding: 25px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-size: 13px;
}

.contact-container b {
    font-size: 18px;
    font-weight: 400;
    color: #947d5f;
    line-height: 38px;
}

.index-footer-details {
    width: 160px;
    height: auto;
    margin: 20px 10px 0;
    display: inline-block;
    overflow: hidden;
}

.index-footer-details a:hover {
    color: #333;
}

.login-table td {
    padding: 5px;
}

.create-profile {
    min-width: 250px;
}

.plan-selection-con {
    width: 140px;
    height: 130px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 15px;
    display: inline-block;
    overflow: hidden;
}

.plan-updation .plan-selection-con {
    width: 125px;
    height: 140px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 5px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.plan-selection-con .plan-name {
    font-size: 20px;
    color: #6f6c68;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.plan-selection-con .plan-price {
    font-size: 18px;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
}

.plan-selection-con .plan-dprice {
    font-size: 16px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    text-decoration: line-through;
}

.plan-selection-con .plan-month {
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
}

.chat-online-status {
    margin-top: 0px;
    text-align: center;
}
.chat-user-list-container
{
    width: 100%;
    height: 548px;
    overflow-y: scroll;
}
.chat-user-list-container::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.chat-user-list-container::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.chat-user-list-container::-webkit-scrollbar-thumb
{
	background-color: #aaa;
	border: 0px solid #555555;
}
.chat-user-list
{
    text-align:center;
    padding:10px 5px;
    border-bottom: 1px solid #ccc;
    box-sizing:  border-box;
    font-family: sans-serif;
    color: #555;
    vertical-align: top;
    
}
.chat-user-list-details {
    
    display: inline-block;
    vertical-align: top;
}

.chat-user-list-photo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-size: 100% 100%;
    display: inline-block;
}
.chat-user-list p
{
    display: inline-block;
    
}
.chat-user-list:hover
{
    background-color: #eee;
}
.chat-user-list p
{
    font-size: 12px;
    margin: 2px 5px;
}
.chat-main-container {
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    vertical-align: bottom;
}
.chat-main-container::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.chat-main-container::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.chat-main-container::-webkit-scrollbar-thumb
{
	background-color: #aaa;
	border: 0px solid #555555;
}

.chat-bottom {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.message-container {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.talk-bubble-left {
    margin: 10px 40px;
    position: relative;
    max-width: 60%;
    min-width: 40%;
    height: auto;
    background-color: #aaa;
    float: left;
    color: #000;
    border-radius: 10px;
}

.talk-bubble-right {
    margin: 10px 40px;
    max-width: 60%;
    min-width: 40%;
    position: relative;
    height: auto;
    background-color: #6f6c68;
    float: right;
    color: #fff;
    border-radius: 10px;
}

.border {
    border: 8px solid #666;
}

.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}


/* Right triangle placed top left flush. */

.tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: lightyellow transparent transparent transparent;
}


/* Right triangle, left side slightly down */

.tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 10px;
    bottom: auto;
    border: 12px solid;
    border-color: #aaa #aaa transparent transparent;
}


/*Right triangle, placed bottom left side slightly in*/

.tri-right.border.btm-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #666;
}

.tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 22px solid;
    border-color: transparent transparent transparent lightyellow;
}


/*Right triangle, placed bottom left side slightly in*/

.tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.btm-left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: lightyellow transparent transparent lightyellow;
}


/*Right triangle, placed bottom right side slightly in*/

.tri-right.border.btm-right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: #6f6c68 #6f6c68 transparent transparent;
}


/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/

.tri-right.border.btm-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0px;
    bottom: -20px;
    border: 12px solid;
    border-color: #6f6c68 #6f6c68 transparent transparent;
}


/* Right triangle, right side slightly down*/

.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 10px;
    bottom: auto;
    border: 12px solid;
    border-color: #6f6c68 transparent transparent #6f6c68;
}


/* Right triangle placed top right flush. */

.tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0px;
    bottom: auto;
    border: 20px solid;
    border-color: lightyellow transparent transparent transparent;
}


/* talk bubble contents */

.talktext {
    padding: 5px 8px;
    text-align: left;
    
    font-family: sans-serif;
    font-size: 15px;
    
}

.talktext p {
    font-size: 11px;
    color: #fff;
    margin: 2px 0 0 0;
    padding: 0px;
    text-align: right;
}

.chat-text-field {
    width: 60%;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    transition: .2s ease-out;
    margin-bottom: 10px;
}

.chat-button {
    min-height: 39px;
    height: auto;
    width: auto;
    border: 0;
    font-size: 16px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}


@media (max-width:1800px) {
    .hidden-lg {
        display: none;
    }
}

@media (max-width:1350px) {
    .container {
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media (max-width:1200px) {
    .popup_login {
        left: 30%;
        width: 40%;
    }
    .col-ml-1 {
        width: 9%;
        height: auto;
        display: inline-block;
    }
    .col-ml-2 {
        width: 19%;
        height: auto;
        display: inline-block;
    }
    .col-ml-3 {
        width: 29%;
        height: auto;
        display: inline-block;
    }
    .col-ml-4 {
        width: 39%;
        height: auto;
        display: inline-block;
    }
    .col-ml-5 {
        width: 49%;
        height: auto;
        display: inline-block;
    }
    .col-ml-6 {
        width: 59%;
        height: auto;
        display: inline-block;
    }
    .col-ml-7 {
        width: 69%;
        height: auto;
        display: inline-block;
    }
    .col-ml-8 {
        width: 79%;
        height: auto;
        display: inline-block;
    }
    .col-ml-9 {
        width: 89%;
        height: auto;
        display: inline-block;
    }
    .col-ml-10 {
        width: 99%;
        height: auto;
        display: inline-block;
    }
    .hidden-ml {
        display: none;
    }
    .container {
        margin-left: 7%;
        margin-right: 7%;
    }
    .main-menu {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .menu-items {
        display: none;
    }
    .search-result-box .account-details {
        position: relative;
        top: 0;
        margin: 10px auto;
    }
}

@media (max-width:920px) {
    .col-nr-1 {
        width: 9%;
        height: auto;
        display: inline-block;
    }
    .col-nr-2 {
        width: 19%;
        height: auto;
        display: inline-block;
    }
    .col-nr-3 {
        width: 29%;
        height: auto;
        display: inline-block;
    }
    .col-nr-4 {
        width: 39%;
        height: auto;
        display: inline-block;
    }
    .col-nr-5 {
        width: 49%;
        height: auto;
        display: inline-block;
    }
    .col-nr-6 {
        width: 59%;
        height: auto;
        display: inline-block;
    }
    .col-nr-7 {
        width: 69%;
        height: auto;
        display: inline-block;
    }
    .col-nr-8 {
        width: 79%;
        height: auto;
        display: inline-block;
    }
    .col-nr-9 {
        width: 89%;
        height: auto;
        display: inline-block;
    }
    .col-nr-10 {
        width: 99%;
        height: auto;
        display: inline-block;
    }
    .hidden-lg {
        display: block;
    }
    .hidden-ml {
        display: block;
    }
    .hidden-nr {
        display: none;
    }
    .main-banner {
        background-size: 100% 100%;
        width: 100%;
        height: 550px;
        text-align: right;
        display: inline-block;
    }
    .index-search-box {
        width: 430px;
        height: 550px;
        background-color: #fff;
        box-shadow: 0 5px 6px 1px #ccc;
        top: 0;
        right: 0;
        position: relative;
        display: inline-block;
    }
    .search-result-image {
        width: 210px;
        height: 280px;
    }
    .account-right {
        float: none;
        width: 99%;
    }
    .featured-container {
        width: 99%;
    }
    .full-profile-image-box {
        border-right: none;
    }
    .popup_login {
        left: 25%;
        width: 50%;
    }
    .plan-container {}
}

@media (max-width:720px) {
    .col-md-1 {
        width: 9%;
        height: auto;
        display: inline-block;
    }
    .col-md-2 {
        width: 19%;
        height: auto;
        display: inline-block;
    }
    .col-md-3 {
        width: 29%;
        height: auto;
        display: inline-block;
    }
    .col-md-4 {
        width: 39%;
        height: auto;
        display: inline-block;
    }
    .col-md-5 {
        width: 49%;
        height: auto;
        display: inline-block;
    }
    .col-md-6 {
        width: 59%;
        height: auto;
        display: inline-block;
    }
    .col-md-7 {
        width: 69%;
        height: auto;
        display: inline-block;
    }
    .col-md-8 {
        width: 79%;
        height: auto;
        display: inline-block;
    }
    .col-md-9 {
        width: 89%;
        height: auto;
        display: inline-block;
    }
    .col-md-10 {
        width: 99%;
        height: auto;
        display: inline-block;
    }
    .hidden-lg {
        display: block;
    }
    .hidden-ml {
        display: block;
    }
    .hidden-nr {
        display: block;
    }
    .hidden-md {
        display: none;
    }
    .advance-search td {
        padding: 8px 0px 8px 10px;
    }
    .advance-search .form-control-mselect-lg {
        width: 250px;
    }
    .advance-search .form-control-select-md {
        width: 120px;
    }
    .registration-form td {
        padding: 8px 0px 8px 10px;
        min-width: 30px;
    }
    .registration-form th {
        padding: 8px 0px 8px 10px;
    }
    .registration-form .form-control-lg {
        width: 250px;
    }
    .registration-form .form-control-md {
        width: 118px;
    }
    .registration-form .form-control-sm {
        width: 80.5px;
    }
    .registration-form .form-control-select-lg {
        width: 250px;
    }
    .registration-form .form-control-select-md {
        width: 118px;
    }
    .registration-form .form-control-select-sm {
        width: 80.5px;
    }
    .registration-form .form-control-text-lg {
        width: 250px;
    }
    .main-banner {
        background-size: 100% 100%;
        width: 100%;
        height: 550px;
        text-align: center;
        display: inline-block;
    }
    .main-navigation {
        margin: 0 0 5px;
    }
    .main-navigation li {
        padding: 12px 12px 10px;
    }
    .index-search-box {
        width: 430px;
        height: 540px;
        background-color: #fff;
        box-shadow: 0 5px 6px 1px #ccc;
        top: 0;
        right: 0;
        position: relative;
        display: inline-block;
    }
    .search-result-image {
        width: 210px;
        height: 280px;
    }
    .popup_login {
        left: 15%;
        width: 70%;
    }
    .album-image {
        max-width: 90%;
        max-height: 90%;
    }
}

@media (max-width:480px) {
    .col-sm-1 {
        width: 9%;
        height: auto;
        display: inline-block;
    }
    .col-sm-2 {
        width: 19%;
        height: auto;
        display: inline-block;
    }
    .col-sm-3 {
        width: 29%;
        height: auto;
        display: inline-block;
    }
    .col-sm-4 {
        width: 39%;
        height: auto;
        display: inline-block;
    }
    .col-sm-5 {
        width: 49%;
        height: auto;
        display: inline-block;
    }
    .col-sm-6 {
        width: 59%;
        height: auto;
        display: inline-block;
    }
    .col-sm-7 {
        width: 69%;
        height: auto;
        display: inline-block;
    }
    .col-sm-8 {
        width: 79%;
        height: auto;
        display: inline-block;
    }
    .col-sm-9 {
        width: 89%;
        height: auto;
        display: inline-block;
    }
    .col-sm-10 {
        width: 99%;
        height: auto;
        display: inline-block;
    }
    .hidden-lg {
        display: block;
    }
    .hidden-ml {
        display: block;
    }
    .hidden-nr {
        display: block;
    }
    .hidden-md {
        display: block;
    }
    .hidden-sm {
        display: none;
    }
    .form-control-xs {
        width: 80px;
    }
    .form-control-sm {
        width: 100px;
    }
    .form-control-md {
        width: 125px;
    }
    .form-control-lg {
        width: 180px;
        border: 1px solid #ccc;
    }
    .form-control-select-xs {
        width: 75px;
    }
    .form-control-select-sm {
        width: 100px;
    }
    .form-control-select-md {
        width: 125px;
    }
    .advance-search td {
        padding: 8px 0px 8px 5px;
    }
    .advance-search .form-control-mselect-lg {
        width: 169px;
    }
    .advance-search .form-control-select-md {
        width: 82px;
    }
    .registration-form td {
        padding: 8px 0px 8px 5px;
        min-width: 30px;
    }
    .registration-form th {
        padding: 8px 0px 8px 5px;
    }
    .registration-form .form-control-lg {
        width: 170px;
    }
    .registration-form .form-control-md {
        width: 82px;
    }
    .registration-form .form-control-sm {
        width: 80.5px;
    }
    .registration-form .form-control-select-lg {
        width: 170px;
    }
    .registration-form .form-control-select-md {
        width: 80px;
    }
    .registration-form .form-control-select-sm {
        width: 53px;
    }
    .registration-form .form-control-text-lg {
        width: 170px;
    }
    .form-control-select-lg {
        width: 155px;
    }
    .form-control-mselect-lg {
        width: 157px;
    }
    .btn-sm {
        min-height: 35px;
    }
    .btn-lg {
        padding: 10px 5px 8px 5px;
    }
    .btn-icon {
        height: 100px;
        width: 100px;
        font-size: 14px;
        line-height: 19px;
    }
    .btn-icon .fa-4x {
        font-size: 40px;
    }
    .container {
        margin-left: 2%;
        margin-right: 2%;
    }
    .main-banner {
        background-size: 100% 100%;
        width: 100%;
        height: 550px;
    }
    .main-navigation {
        margin: 0 0 5px;
    }
    .main-navigation li {
        padding: 12px 13px 10px;
    }
    .index-search-box {
        width: auto;
        height: 540px;
        background-color: #fff;
        box-shadow: 0 5px 6px 1px #ccc;
        top: 0;
        right: 0;
        position: relative;
        display: inline-block;
    }
    #index-profile-row
    {
        -webkit-transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -ms-transition: opacity .5s ease-in-out;
   -o-transition: opacity .5s ease-in-out;
   transition: opacity .5s ease-in-out;
    }
    .index-profile-container {
        width: 210px;
        height: 330px;
    }
    .index-profile-image {
        height: 280px;
    }
    .index-details-boxes {
        height: auto;
    }
    .search-result-image {
        width: 210px;
        height: 280px;
    }
    .main-menu {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .menu-items {
        display: none;
    }
    .account-details th {
        text-align: center;
    }
    .full-profile-details-con {
        border-left: 2px solid #eee;
        margin-left: 30px;
        padding-left: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #535353;
        font-weight: 400;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 23px;
        min-height: 30px;
    }
    .full-profile-about {
        margin-left: 0;
        height: 60px;
        font-size: 16px;
        padding-left: 70px;
        color: #555;
        line-height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/matrimony/prifile-icons.png);
        background-repeat: no-repeat;
        background-size: 60px 500px;
        background-position: 0 0;
    }
    .full-profile-basic {
        margin-left: 0;
        height: 60px;
        font-size: 16px;
        padding-left: 70px;
        color: #555;
        line-height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/matrimony/prifile-icons.png);
        background-repeat: no-repeat;
        background-size: 60px 500px;
        background-position: 0 -65px;
    }
    .full-profile-location {
        margin-left: 0;
        height: 60px;
        font-size: 16px;
        padding-left: 70px;
        color: #555;
        line-height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/matrimony/prifile-icons.png);
        background-repeat: no-repeat;
        background-size: 60px 500px;
        background-position: 0 -125px;
    }
    .full-profile-education {
        margin-left: 0;
        height: 60px;
        font-size: 16px;
        padding-left: 70px;
        color: #555;
        line-height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/matrimony/prifile-icons.png);
        background-repeat: no-repeat;
        background-size: 60px 500px;
        background-position: 0 -185px;
    }
    .full-profile-relegion {
        margin-left: 0;
        height: 60px;
        font-size: 16px;
        padding-left: 70px;
        color: #555;
        line-height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/matrimony/prifile-icons.png);
        background-repeat: no-repeat;
        background-size: 60px 500px;
        background-position: 0 -248px;
    }
    .full-profile-family {
        margin-left: 0;
        height: 60px;
        font-size: 16px;
        padding-left: 70px;
        color: #555;
        line-height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/matrimony/prifile-icons.png);
        background-repeat: no-repeat;
        background-size: 60px 500px;
        background-position: 0 -310px;
    }
    .full-profile-lifestyle {
        margin-left: 0;
        height: 60px;
        font-size: 16px;
        padding-left: 70px;
        color: #555;
        line-height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/matrimony/prifile-icons.png);
        background-repeat: no-repeat;
        background-size: 60px 500px;
        background-position: 0 -375px;
    }
    .full-profile-hobby {
        margin-left: 0;
        height: 60px;
        font-size: 16px;
        padding-left: 70px;
        color: #555;
        line-height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/matrimony/prifile-icons.png);
        background-repeat: no-repeat;
        background-size: 60px 500px;
        background-position: 0 -435px;
    }
    .popup_login {
        left: 5%;
        width: 90%;
    }
    .create-profile {
        min-width: 200px;
    }
    .plan-container {
        width: 200px;
        height: auto;
    }
    .login-table .form-control-lg {
        min-width: 200px;
    }
    .talktext {
    
    font-size: 14px;
    
     }
.talktext p {
    
    font-size: 10px;
    
     }
}

@media (max-width:320px) {
    .col-xs-1 {
        width: 9%;
        height: auto;
        display: inline-block;
    }
    .col-xs-2 {
        width: 19%;
        height: auto;
        display: inline-block;
    }
    .col-xs-3 {
        width: 29%;
        height: auto;
        display: inline-block;
    }
    .col-xs-4 {
        width: 39%;
        height: auto;
        display: inline-block;
    }
    .col-xs-5 {
        width: 49%;
        height: auto;
        display: inline-block;
    }
    .col-xs-6 {
        width: 59%;
        height: auto;
        display: inline-block;
    }
    .col-xs-7 {
        width: 69%;
        height: auto;
        display: inline-block;
    }
    .col-xs-8 {
        width: 79%;
        height: auto;
        display: inline-block;
    }
    .col-xs-9 {
        width: 89%;
        height: auto;
        display: inline-block;
    }
    .col-xs-10 {
        width: 99%;
        height: auto;
        display: inline-block;
    }
    .hidden-lg {
        display: block;
    }
    .hidden-ml {
        display: block;
    }
    .hidden-nr {
        display: block;
    }
    .hidden-md {
        display: block;
    }
    .hidden-sm {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .form-control-xs {
        width: 75px;
    }
    .form-control-sm {
        width: 100px;
    }
    .form-control-md {
        width: 125px;
    }
    .form-control-lg {
        width: 155px;
    }
    .form-control-select-xs {
        width: 75px;
    }
    .form-control-select-sm {
        width: 100px;
    }
    .form-control-select-md {
        width: 125px;
    }
    .form-control-select-lg {
        width: 155px;
    }
    .advance-search .form-control-mselect-lg {
        width: 125;
    }
    .advance-search .form-control-select-md {
        width: 60;
    }
    .registration-form td {
        padding: 8px 0px 8px 2px;
        min-width: 30px;
    }
    .registration-form th {
        padding: 8px 0px 8px 2px;
    }
    .registration-form .form-control-lg {
        width: 150px;
    }
    .registration-form .form-control-md {
        width: 74px;
    }
    .registration-form .form-control-sm {
        width: 47px;
    }
    .registration-form .form-control-select-lg {
        width: 150px;
    }
    .registration-form .form-control-select-md {
        width: 74px;
    }
    .registration-form .form-control-select-sm {
        width: 47px;
    }
    .registration-form .form-control-text-lg {
        width: 150px;
    }
    .container {
        margin-left: 1%;
        margin-right: 1%;
    }
    .main-banner {
        background-size: 100% 100%;
        width: 100%;
        height: 550px;
    }
    .main-navigation {
        margin: 0 0 5px;
    }
    .main-navigation li {
        padding: 12px 9px 10px;
    }
    .index-search-box {
        width: auto;
        height: 540px;
        background-color: #fff;
        box-shadow: 0 5px 6px 1px #ccc;
        top: 0;
        right: 0;
        position: relative;
        display: inline-block;
    }
    .index-profile-container {
        width: 200px;
        height: 300px;
    }
    .index-profile-image {
        height: 250px;
    }
    .index-details-boxes {
        height: auto;
    }
    .search-result-image {
        width: 200px;
        height: 250px;
    }
    .popup_login {
        left: 5%;
        width: 90%;
    }
    .plan-container {
        width: 200px;
        height: auto;
    }
}