@media only screen and (min-width:320px) and (max-width:767px)
{


/*========== common start ==========*/
body {
    font-size: 14px;
}
.site-container {
	width: 100%;
	padding: 0 10px;
}

.modal-dialog {
    margin-top: 30px;
}

.btn-button {
    padding: 7px 10px;
    font-size: 15px;
}
/*========== common end ==========*/


/*========== message box start =========*/
.message-box {
    width: 300px;
}
/*========== message box end =========*/


/*========== nav-tabs start ==========*/
.nav-tabs {
    display: block;
    background: none;
}
.nav-tabs > li > a {
    background: #17a751;
    padding: 8px 5px;
    border-radius: 3px;
}
.nav-tabs > li {
    width: 100%;
    margin-bottom: 5px;
}
.tab-content>.tab-pane {
    padding: 10px;
    background: #fff;
}
/*========== nav-tabs end ==========*/



/*========== home header start ==========*/
.home-header {
    padding: 15px 0;
}
.home-header-left {
    width: 57%;
}
.home-header-left img {
    height: 58px;
}
.home-header-right {
    width: 43%;
    padding: 13px 0 0 0;
}
.home-header-right a {
    padding: 5px 5px;
    font-size: 13px;
    border-radius: 4px;
}
.home-header-right a svg {
    display: none;
}
/*========== home header end ==========*/


/*========== header start ==========*/
.header-left {
    width: 82%;
}
.header-left img {
    height: 50px;
}
.home-header-right {
    width: 43%;
}
.header-right {
    width: 18%;
    display: block;
}

.header-login-right {
    padding: 0;
    margin: -3px 0 0;
}
.header-login-right span {
    display: none;
}
.header-login-right .login-register {
    padding: 2px 12px;
    font-size: 15px;
    margin: 3px 5px;
        min-width: 80px;
}



.header-right-top {
    margin: 0 0 8px;
}
.header-right-top .activity-seeking-header {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -35px;
    left: 2px;
    right: 0;
    text-align: center;
    display: none;
    background: #fff;
    box-shadow: 0 2px 3px -1px rgba(40,44,63,0.2);
}
.activity-seeking-header.checkboxonoff-label label {
    padding: 0 0 0 32px;
    display: inline-block;
    position: relative;
}
.activity-seeking-header.checkboxonoff-label label:before {
    width: 28px;
    height: 15px;
    top: 3px;
}
.activity-seeking-header.checkboxonoff-label label:after {
    width: 16px;
    height: 15px;
    top: 3px;
}
.activity-seeking-header.checkboxonoff-label input[type=checkbox]:checked + label:after {
    left: 12px;
}
.actively-seeking-toggle {
    position: absolute;
    bottom: -15px;
    font-size: 20px;
    left: 51px;
    font-weight: bold;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.actively-seeking-toggle:before {
    content: "\f107";
    font-family: FontAwesome;
}
.actively-seeking-toggle.active {
    transform: rotate(-180deg);
}
.header-wallet {
    border-right: 0 none;
    padding: 0 0 0 0;
}
.header-wallet, .header-profile {
    margin: 0;
}
.header-wallet a {
    margin: 0 8px 0 0;
}
#chat-alert i {
    font-size: 20px;
}
#chat-alert em {
    display: none;
}
.header-wallet a i {
    font-size: 17px;
}
.header-wallet img {
    width: 25px;
}

.header-profile .profile-icon {
    background-size: 20px 45px;
    width: 20px;
    height: 22px;
}
.header-profile .dropdown-menu {
    min-width: 305px;
}



.header-right-bottom .nav {
    width: auto;
    padding: 0;
    vertical-align: middle;
    float: right;
}
.header-addmoney {
    float: right;
    margin: 5px 11px 0 10px;
}
.header-addmoney a {
    padding: 8px 10px;
    font-size: 12px;
}
.header-right-bottom .nav-mobile {
    position: relative;
    width: 36px;
    height: 36px;
}


.menu-close {
    display: block;
}
.nav-list {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 280px;
    box-shadow: 2px 0 12px 0 rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.nav-list.active {
    transform: translateX(0);
    opacity: 1;
}
.nav-list ul {
    overflow-y: auto;
    height: 100%;
}
.nav-item > a {
    padding: 13px 15px;
    font-size: 16px;
    border-bottom: 2px solid #f5f5f5;
}
.nav-item-arrow > a:after {
    display: none;
}
.nav-submenu {
    position: static;
    width: 100%;
    background: #f5f5f5;
    display: none;
}
.nav-submenu-item a {
    padding: 12px 22px;
    font-size: 15px;
}
/*========== header end ==========*/


/*========== not-found start =========*/
.not-found {
    width: auto;
}
/*========== not-found start =========*/


/*========== modal-sidebar start =========*/
.modal-sidebar .modal-dialog:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    height: 100vh;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-sidebar .modal-dialog {
    margin: 0;
    float: right;
    width: 280px;
    background: #fff;
}
.modal-sidebar .modal-content {
    border-radius: 0;
    background: #fff;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-sidebar.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .8s ease-out;
    -o-transition: -o-transform .8s ease-out;
    transition: transform .8s ease-out;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
}
.modal-sidebar.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-sidebar .modal-body {
    padding: 1px;
}
/*========== modal-sidebar end =========*/


/*========== modal-sidebar start =========*/
.search-box-filter-btn {
    padding: 8px 8px 0;
    position: fixed;
    z-index: 2;
    right: 7px;
    margin: -15px 0 0;
}
.search-box-filter-btn svg {
    fill: #fff;
    stroke: #fff;
    width: 20px;
}
.matches-count {
    position: relative;
    top: 0;
    right: auto;
    margin: -20px 0 0;
}
#ajax-file-update {
    padding: 10px 0 0;
}
.search-box {
    border: 0 none;
    box-shadow: none;
    background: none;
    border-radius: 0;
}
.search-group {
    width: 100%;
}
.search-box .dropdown-menu {
    right: 0;
    left: 0;
    width: 100%;
    transform: translateX(0%);
}
/*========== modal-sidebar end =========*/



/*========== home section start ==========*/
.home-section {
    display: block;
    padding: 90px 0 0;
}
.home-section-inner {
    padding: 0px 0 20px;
}
.home-section-left {
    width: 100%;
    padding: 0;
}
.home-section-left .item h1 {
    font-size: 28px;
    min-height: 100px;
}
.home-section-right {
    width: 100%;
}
.home-login-form-info {
    font-size: 16px;
}
.home-login-form {
    padding: 25px 15px;
}
.home-section-info {
	display: none;
}

.home-section-left-info li {
  font-size: 19px;
}
.homeImgFixed {
  position: static;
  text-align: center;
  padding: 20px 0;
}
/*========== home section end ==========*/



/*========== membership section start ==========*/
.membership-section-info h1 {
    font-size: 22px;
}
.membership-section-info p {
    font-size: 18px;
    line-height: 22px;
}
.membership-section-list {
    padding: 10px 5px 10px;
}
.membership-section-left {
    width: 100%;
    padding: 0;
}
.membership-section-list-left {
    width: 26%;
}
.membership-section-list-right {
    width: 74%;
}
.membership-section-list h1 {
    margin: 0 0 5px;
    font-size: 18px;
}
.membership-section-right {
    width: 100%;
}
/*========== membership section end ==========*/



/*========== whatdo start ==========*/
.whatdo {
    padding: 0 0;
}
.whatdo-head {
    width: 100%;
    padding: 0;
}
.whatdo-head h1 {
    font-size: 22px;
}
.whatdo-head p {
    font-size: 18px;
}
.whatdo-list {
    width: 100%;
}
.whatdo-list h3 {
    font-size: 18px;
}
/*========== whatdo end ==========*/




/*========== home-addmoney start ==========*/
.home-addmoney-head {
    width: 100%;
    padding: 0 0 30px;
}
.home-addmoney-head h1 {
    font-size: 22px;
}
.home-addmoney-head p {
    font-size: 18px;
}
.home-addmoney-left {
    width: 100%;
}
.home-addmoney-right {
    width: 100%;
    padding: 30px 0 0 0;
}
.home-addmoney-desc-left {
    width: 20%;
}
.home-addmoney-desc-right {
    width: 76%;
    padding: 0;
}
.home-addmoney-right h3 {
    font-size: 18px;
    line-height: 24px;
}
/*========== home-addmoney end ==========*/



/*========== register info section start ==========*/
.register-info-section {
    padding: 50px 0px;
}
.register-info-section h1 {
    font-size: 22px;
    line-height: 32px;
}
.register-info-section h2 {
    font-size: 20px;
}
/*========== register info section end ==========*/



/*========== footer start ==========*/
.footer-top {
    margin: 0;
}
.footer-list {
    width: 100%;
    padding: 0;
}
.footer-list-last {
    width: 100%;
    padding: 0 0;
    text-align: center;
}
.footer-list-last img {
    height: 59px;
}
.footer-list-last p {
    font-size: 20px;
    line-height: 36px;
}
/*========== footer end ==========*/




/*========== common modal start ==========*/
.common-modal .modal-dialog {
    width: auto;
}
.common-modal-inner {
	display: block;
	min-height: 430px;
}
.common-modal-left {
	display: none;
}
.common-modal-right {
    width: 100%;
    padding: 35px 10px;
}
/*========== common modal end ==========*/





/*========== register-modal-form start ==========*/
.first-last-name > div.form-group, .register-regilion-tongue .form-group {
    width: 100%;
}
.first-last-name .form-group.register-last-name, .register-regilion-tongue .register-tongue {
    margin-left: 0;
}
.register-mobilenumber .mobile-select-search {
    width: 100%;
}
.register-mobilenumber .form-group.mobilenumber-textbox {
    width: 100%;
    margin-left: 0;
}
.update-mobile-number {
    width: 100%;
}
/*========== register-modal-form end ==========*/




/*========== content-management start ==========*/
.content.content-management {
    word-break: break-word;
}
.content-management .site-container {
    width: 100%;
}
/*========== content-management end ==========*/




/*========== login page start =========*/
.login-page {
    display: block;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    min-height: auto;
}
.login-page-left {
    display: none;
}
.login-page-right {
    width: 100%;
    padding: 30px 12px;
}
.form-action {
    text-align: center;
}
/*========== login page end =========*/




/*========== register page start =========*/
.register-page {
    display: block;
    width: 100%;
    box-shadow: none;
    background: #fff;
}
.register-page-left {
    display: none;
}
.register-page-right {
    width: 100%;
    padding: 30px 10px;
}
/*========== register page end =========*/


/*========== contact-page  start =========*/
.contact-page .site-container {
    width: 100%;
}
.contact-form .form-group1 {
    width: 100%;
}
.contact-form .contact-form-email {
    padding: 0;
}
/*========== contact-page  end =========*/



.content {
    padding: 105px 0 30px;
}



/*========== content modal start ==========*/
.content-modal .modal-dialog {
    width: auto;
}
.content-modal-svg {
    width: 95px;
    height: 95px;
}
.content-modal-svg svg {
    height: 50px;
    width: 50px;
}
.content-modal h1 {
    font-size: 18px;
}
.content-modal p {
    font-size: 15px;
}
/*========== content modal end ==========*/



/*========== dashboard start ==========*/
.dashboard-list {
    width: 100%;
    padding: 5px 0 25px;
}
/*========== dashboard end ==========*/


/*========== update profile start ==========*/
.update-all-details-two-section {
    width: 100%;
}
.update-profile-section-list {
    padding: 10px;
}
.update-profile-section-list .form-group {
    width: 100%;
    padding: 0;
}
.update-profile-section-list .address-details-group {
    width: 100%;
    padding: 0;
}



.croppie-container .cr-boundary {
    width: 100% !important;
}
.croppie-container .cr-viewport {
    width: 100% !important;
}
/*========== update profile end ==========*/



/*========== update partner preference start ==========*/
.update-partner-preference-list .form-group-two .form-group {
    width: 100%;
}
.update-partner-preference-list .form-group {
}
.update-partner-preference-list {
    padding: 10px;
}
.update-partner-preference-list .form-group {
    padding: 0;
}
.update-partner-preference-list .form-group-two {
    margin: 0;
}
/*========== update partner preference end ==========*/


/*========== transaction history start ==========*/
.transactions-addmoney-inner {
    padding: 10px;
}
.transactions-addmoney h2 {
    text-align: center;
    font-size: 20px;
}
.transactions-addmoney-label {
    width: 100%;
}
.form-group.transactions-addmoney-input {
    width: 100%;
}
.transactions-addmoney-submit {
    width: 100%;
    text-align: center;
}
.transaction-history-inner {
    padding: 15px 0;
}
.dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
}
/*========== transaction history end ==========*/



/*========== prospect-list start ==========*/
.prospect-list {
    padding: 10px 10px;
}
.prospect-image {
    width: 100%;
}
.prospect-details {
    width: 100%;
    padding: 0;
}
.prospect-details .prospect-name {
    text-align: center;
}
.prospect-details ul li {
    width: 100%;
}
.prospect-action {
    display: block;
}
.prospect-action .prospect-action-btn {
    width: 100%;
}
.prospect-action .prospect-action-btn a {
    margin: 5px 5px;
}
.prospect-details b {
    width: 40%;
}
.prospect-details span {
    width: 58%;
}
/*========== prospect-list end ==========*/



/*=============    searchpage start  =============*/
.search-page-list {
    padding: 10px;
}
.search-page-list .form-group-two {
    margin: 0;
}
.search-page-list .form-group-two .form-group {
    width: 100%;
}
.search-page-list .form-group {
    padding: 0;
}
/*=============    searchpage end  =============*/



/*========== search by id start =========*/
.searchbyid {
    padding: 25px 10px;
}
.searchbyid-inner {
    width: auto;
}
.searchbyid-info {
    padding: 8px 15px;
}
/*========== search by id end =========*/



/*========== view edit profile start ==========*/
.view-edit-profile-left {
    display: none;
}
.view-edit-profile-right {
    width: 100%;
    margin: 0;
    background: none;
}
.view-edit-profile-right > .tab-content>.tab-pane {
    display: block;
    margin: 0 0 15px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.view-edit-profile-details-list, .view-edit-profile-tab .edit-btn {
    display: none;
}
.active .view-edit-profile-details-list, .view-edit-profile-tab .active .edit-btn {
    display: block;
}
.view-edit-profile-tab .edit-btn {
    font-size: 12px;
    padding: 1px 3px 0px;
    margin: -24px -2px 0 0;
    border-width: 1px;
    position: relative;
    z-index: 2;
}
.view-edit-profile-tab h1 {
    font-size: 15px;
    margin: 10px 0 0px;
    border: 0 none;
    cursor: pointer;
    padding: 0 0 5px 17px;
    position: relative;
}
.view-edit-profile-tab h1:before {
    content: "\f196";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 2px;
}
.view-edit-profile-tab .active h1:before {
    content: "\f147";
}
.view-edit-profile-details-list > li {
    width: 100%;
    margin: 12px 0 0;
}
.view-edit-profile-detail-form {
    margin: 10px 0 0;
}
.view-edit-profile-detail-form .form-group {
    width: 100%;
    padding: 0;
}
.view-edit-profile-address-details .view-edit-profile-details-list > li {
    width: 100%;
}
.view-edit-profile-detail-form .address-details-group {
    width: 100%;
}
.lifestyle-option-list li {
    width: 100%;
    padding: 0 8px 8px;
}


.photolist {
    width: 100%;
}
/*========== view edit profile end ==========*/




/*========== view edit partner-preference start ==========*/
.view-edit-partner-preference-left {
    display: none;
}
.view-edit-partner-preference-right {
    width: 100%;
    margin: 0;
}
.view-edit-partner-preference-right > .tab-content>.tab-pane {
    display: block;
    margin: 0 0 15px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.view-edit-partner-preference-details-list, .view-edit-partner-preference-tab .edit-btn {
    display: none;
}
.active .view-edit-partner-preference-details-list, .view-edit-partner-preference-tab .active .edit-btn {
    display: block;
}
.view-edit-partner-preference-tab .edit-btn {
    font-size: 12px;
    padding: 1px 3px 0px;
    margin: -24px -2px 0 0;
    border-width: 1px;
    position: relative;
    z-index: 2;
}
.view-edit-partner-preference-tab h1 {
    font-size: 15px;
    margin: 10px 0 0px;
    border: 0 none;
    cursor: pointer;
    padding: 0 0 5px 17px;
    position: relative;
}
.view-edit-partner-preference-tab h1:before {
    content: "\f196";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 2px;
}
.view-edit-partner-preference-tab .active h1:before {
    content: "\f147";
}

.view-edit-partner-preference-details-list li {
    width: 100%;
    margin: 12px 0 0;
}
.view-edit-partner-preference-details-form {
    margin: 12px 0 0;
}
.view-edit-partner-preference-details-form .form-group-two .form-group {
    width: 100%;
}
/*========== view edit partner-preference end ==========*/



/*==========  settings start  =========*/
#changepassword .form-group {
    width: 100%;
    margin: 0 0 20px;
}
#marriedourmatrimony .form-group1, #marriagefixedourmatrimony .form-group1 {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
/*==========  settings end  =========*/




/*==========  single profile start  =========*/
.single-left {
    width: 100% !important;
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
    padding: 0;
}
.pgwSlideshow .ps-current {
    height: 270px !important;
}
.pgwSlideshow .ps-current>ul>li {
    height: 260px;
}
.single-right {
    width: 100%;
}
.basic-info {
    width: 100%;
}
.profile-payment {
    width: 100%;
}
.information-details ul li {
    width: 100%;
    padding: 6px 0;
}


.partner-preference {
    padding: 15px 10px;
}
.preference-image {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
}
.partner-preference-head {
    font-size: 18px;
}
.your-image, .partner-image {
    display: none;
}
.preference-connt {
    padding: 0;
    width: 100%;
}
.Preference-details {
    margin: 25px 0px 0;
}

.personal-information-nav {
    display: none;
}
/*==========  single profile end  =========*/


/*========== directoryList start =========*/
.search-simple-group {
    width: 100%;
    float: none;
}
.search-simple-action {
    text-align: center;
}
.directoryMain {
    margin: 0;
}
.directoryList {
    width: 100%;
    padding: 0 0 20px;
}
/*========== directoryList end =========*/


/*========== directoryView start =========*/
.directoryView {
    display: block;
}
.directoryViewLeft {
    width: auto;
}
.directoryViewLeft img {
    border-radius: 10px 10px 0 0;
}
.directoryViewRight {
    width: auto;
    padding: 15px;
}
.directoryViewAction a {
    padding: 15px 10px;
    margin: 0 0 10px;
}
/*========== directoryView end =========*/





}	