From efd5649f8688e16b82ba332efeee0b7d389fea15 Mon Sep 17 00:00:00 2001 From: meghamalore Date: Mon, 10 Jun 2024 16:34:37 +0530 Subject: [PATCH 1/3] bugs fixes --- .../Admin/ManageLeadController.php | 4 +- .../Controllers/Frontend/HomeController.php | 4 +- app/Services/Admin/LeadService.php | 2 +- public/assets/css/FrontendCss/style.css | 636 +++++++++++++++++- public/assets/js/FrontendJs/script.js | 15 + .../Pages/manage_leads/edit-lead.blade.php | 160 +++-- resources/views/Admin/footer.blade.php | 1 + .../fractional-real-estate/product.blade.php | 2 +- .../views/Frontend/Pages/index.blade.php | 177 +++-- .../Frontend/Pages/testimonial.blade.php | 21 + routes/web.php | 2 +- 11 files changed, 828 insertions(+), 196 deletions(-) create mode 100644 resources/views/Frontend/Pages/testimonial.blade.php diff --git a/app/Http/Controllers/Admin/ManageLeadController.php b/app/Http/Controllers/Admin/ManageLeadController.php index 940fa76..b06e89b 100644 --- a/app/Http/Controllers/Admin/ManageLeadController.php +++ b/app/Http/Controllers/Admin/ManageLeadController.php @@ -135,7 +135,6 @@ class ManageLeadController extends Controller public function editLead($id) { - // dd($this->lead->edit($id)); return view('Admin.Pages.manage_leads.edit-lead', [ 'lead' => $this->lead->edit($id), 'users' => User::admins()->get(), @@ -145,6 +144,8 @@ class ManageLeadController extends Controller public function updateLead(UpdateLeadRequest $request) { + // dd($request->all()); + $leadUpdated = $this->lead->update($request); return $leadUpdated ? $this->response('Lead updated successfully', 200) : @@ -154,6 +155,7 @@ class ManageLeadController extends Controller public function createNotes(StoreNotesRequest $request) { + // dd($request->all()); $leadNoteAdded = $this->lead->storeNote($request); return $leadNoteAdded ? $this->response('Lead Note Created Succesfully!', 200) : diff --git a/app/Http/Controllers/Frontend/HomeController.php b/app/Http/Controllers/Frontend/HomeController.php index 9a20f15..1102caf 100644 --- a/app/Http/Controllers/Frontend/HomeController.php +++ b/app/Http/Controllers/Frontend/HomeController.php @@ -24,6 +24,7 @@ use App\Models\UserKyc; use App\Notifications\UserAdmin; use Illuminate\Support\Facades\Validator; use Session; +use App\Models\Admin\Testimonial; class HomeController extends Controller { @@ -31,7 +32,8 @@ class HomeController extends Controller { // dd($this->getAllTopPickProducts()); return view('Frontend.Pages.index', [ - 'topPicks' => $this->getAllTopPickProducts() + 'topPicks' => $this->getAllTopPickProducts(), + 'testimonial' => Testimonial::where('is_active',true)->get(), ]); } diff --git a/app/Services/Admin/LeadService.php b/app/Services/Admin/LeadService.php index dba5ff7..902110e 100644 --- a/app/Services/Admin/LeadService.php +++ b/app/Services/Admin/LeadService.php @@ -100,7 +100,7 @@ class LeadService{ } public function storeNote($request){ - return LeadNote::where('id', $request->leads_id)->update($request->validated()); + return LeadNote::updateOrCreate(['leads_id'=>$request->leads_id],['notes'=>$request->notes]); } public function storeAttachments($request){ diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index 7b10997..98276c5 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -35,16 +35,20 @@ p { font-family: "Cambria"; text-align: justify; } + a:focus-visible { outline: none !important; } + body { overflow-x: hidden; font-family: "Cambria"; } + html { overflow-x: hidden; } + .header-menu .menubar { background-color: #1b243d; height: 100px; @@ -54,9 +58,11 @@ html { left: 0; z-index: 10; } + div#masthead { position: relative; } + .desktop-sbContainer { max-width: 100%; width: 100%; @@ -69,6 +75,7 @@ div#masthead { .topbar .social-head p { margin-bottom: 0; } + .social-head { display: flex; } @@ -243,11 +250,13 @@ h2.fell-font { background-color: #fff3e4; padding: 2rem 0; } + .alternative .alter-port { display: flex; flex-direction: column; justify-content: center; } + .alter-assets h2 { background-color: #1b243d; color: #c18948; @@ -386,6 +395,7 @@ h4.inner-title { padding: 12px; background-color: #a6a6a6; } + .popular-assets .dropdown-tooltip .dropdown-menu.show { width: 290px; } @@ -568,22 +578,28 @@ h4.inner-title { display: flex; align-items: center; } + .inner-banner-about { background-image: url(../../media/FrontendImages/inner-banner-about.jfif); } + .inner-banner-insights { background-image: url(../../media/FrontendImages/inner-banner-insight.svg); } + .inner-banner-investors { background-image: url(../../media/FrontendImages/Intermediary.svg); } + .inner-banner-managers { background-image: url(../../media/FrontendImages/AssetManager.svg); } + .inner-banner-pricing.inner-banner { /*background-image: url(https://jerichoalternatives.in/public/assets/css/FrontendCss/../../media/FrontendImages/inner-banner-new.png);*/ background-image: url(../../media/FrontendImages/inner-banner-new.png); } + .inner-banner .overlay { position: absolute; top: 0; @@ -592,18 +608,22 @@ h4.inner-title { background-color: #00000038; height: 100%; } + .primary-offer h4 { font-size: 20px; } + .primary-offer h3 { font-size: 26px; } + .primary-offer { background-color: #edd9c2; margin-bottom: 30px; padding: 20px; border-radius: 12px; } + .inner-banner h2 { color: #ffbd59; font-size: 36px; @@ -652,6 +672,7 @@ h4.inner-title { .inner-banner .banner-content img { width: 170px; } + .main-footer .logo img { width: 105px; text-align: center; @@ -981,9 +1002,11 @@ input:focus { border-radius: 5px; font-size: 14px; } + .admin-profile .dropdown.red_dot { position: relative; } + .admin-profile .dropdown.red_dot:before { position: absolute; content: ""; @@ -995,6 +1018,7 @@ input:focus { z-index: 9; border-radius: 50px; } + .banner-btn a { padding: 9px 25px; background-color: #ffbd59; @@ -1103,10 +1127,12 @@ h2.inner-heading { .banifit-tabs .nav-tabs button { width: 135px; } + .banifit-tabs button.nav-link.active { background-color: #e8c69f !important; color: #000; } + .banifit-tabs button.benefits { border-top-right-radius: 0; border-top-left-radius: 40px; @@ -1136,14 +1162,17 @@ h2.inner-heading { height: 100%; color: #fff; } + .banifit-tabs .tab-content .tab-pane.active { background-color: #e8c69f; color: #000; } + .banifit-tabs button.nav-link { background-color: #c18948; color: #fff; } + .banifit-tabs .tab-content li { padding-bottom: 15px; } @@ -1742,6 +1771,7 @@ p.brown-text { background-color: #fff; margin-bottom: 35px; } + .security-pages { background-color: #efeae5; } @@ -1759,9 +1789,11 @@ p.brown-text { width: 100%; font-weight: 500; } + .admin-profile .dropdown.red_dot { position: relative; } + .admin-profile .dropdown.red_dot:before { position: absolute; content: ""; @@ -1828,13 +1860,16 @@ p.brown-text { overflow-y: scroll; height: 465px; } + .notification-drop .item-noti .notification::-webkit-scrollbar-thumb { background: #aba9a3; border-radius: 5px; } + .notification-drop .item-noti .notification::-webkit-scrollbar-track { border-radius: 5px; } + .notification-drop .item-noti .notification::-webkit-scrollbar { width: 5px; height: 50px; @@ -1920,6 +1955,7 @@ li.item.list-item:nth-child(even) { padding: 20px 20px 30px 25px; position: relative; } + .send-msg i#down_btn { background-color: #c18948; border-radius: 50px; @@ -1935,6 +1971,7 @@ li.item.list-item:nth-child(even) { top: -55px; padding-top: 2px; } + .receive p { margin-bottom: 0px; font-size: 14px; @@ -2013,6 +2050,7 @@ li.item.list-item:nth-child(even) { font-size: 16px; margin-left: 10px; } + .sentchat-icon .contact-details img { width: 40px; height: 40px; @@ -2024,21 +2062,26 @@ li.item.list-item:nth-child(even) { height: 40px; border-radius: 50px; } + .primary-investment button.active img { width: 22px; } + .accordion-header button.accordion-button { padding-bottom: 18px; } + .logout-modal p.log-ctn { font-size: 18px; text-align: center; } + .logout-modal .log-btn { display: flex; justify-content: center; align-items: center; } + .logout-modal .modal-body a { border-radius: 5px; padding: 5px 40px; @@ -2050,14 +2093,17 @@ li.item.list-item:nth-child(even) { color: #000; font-size: 18px; } + .logout-modal .modal-body h2 { font-size: 36px; text-align: center; margin-bottom: 17px; } + .dropdown a:active { background-color: inherit !important; } + .menubar .dropdown .border-left:before { content: ""; position: absolute; @@ -2068,6 +2114,7 @@ li.item.list-item:nth-child(even) { height: 10px; border-radius: 20px; } + .menubar .dropdown .border-left:after { content: ""; position: absolute; @@ -2078,13 +2125,16 @@ li.item.list-item:nth-child(even) { height: 10px; border-radius: 20px; } + .menubar .left-prdt .product { padding-left: 30px; } + .border-left { border: 1px solid #000; position: relative; } + .product-banner { background: linear-gradient(59deg, #ffffff, #c18948); height: 300px; @@ -2092,9 +2142,11 @@ li.item.list-item:nth-child(even) { align-items: center; justify-content: center; } + .product-banner p { font-size: 22px; } + .product-banner .yellow-btn { background: #c18948; color: #000; @@ -2111,6 +2163,7 @@ li.item.list-item:nth-child(even) { margin-top: 28px; cursor: pointer; } + .inner-disc .crds img { border-radius: 50%; width: 40px; @@ -2119,58 +2172,72 @@ li.item.list-item:nth-child(even) { padding: 4px; object-fit: contain; } + .inner-disc .crds-inner h2 { font-size: 19px; font-weight: bold; } + .inner-disc .crds { display: flex; align-items: center; margin-bottom: 26px; } + .inner-disc .overlay-box { background: #fff; box-shadow: 0px 12px 20px #00000029; padding: 28px 19px; border-radius: 10px; } + .inner-disc { padding: 3rem 0; } + .inner-disc .crds-inner { margin-left: 18px; } + .inner-text-content { background-color: #fff3e4; } + .table-invest .details p { font-size: 18px; margin-bottom: 0px; color: #585858cc; } + .table-invest .details span { font-size: 16px; } + .table-invest .details h4 { margin-bottom: 0; font-size: 16px; } + .categeory .btm-txt { margin-top: 15px; } + .table-invest .categeory .details { box-shadow: 0px 12px 20px #00000029; padding: 22px; border-radius: 10px; background-color: #fff; } + .table-invest .categeory { padding-bottom: 38px; } + .venture-capital { padding: 2rem 0 5rem 0; background-color: #efeae5; } + .venture-capital .employee-image { background-color: #fff; height: 480px; @@ -2180,14 +2247,17 @@ li.item.list-item:nth-child(even) { justify-content: center; border-radius: 10px; } + .employee-image img { height: auto; width: 170px; } + .venture-capital h2 { font-size: 35px; margin-bottom: 40px; } + .venture-capital h2:after { position: absolute; content: ""; @@ -2197,32 +2267,39 @@ li.item.list-item:nth-child(even) { left: 0; right: 0; } + .invest-modal-pop .invest-modal img { width: 140px; } + .invest-modal-pop .invest-modal h2 { font-size: 28px; font-weight: 600; margin-top: 24px; margin-bottom: 24px; } + .invest-modal-pop .invest-modal p { margin-bottom: 42px; } + .invest-modal-pop .invest-modal a { background-color: #c18948; padding: 11px 30px; color: #fff; border-radius: 7px; } + .invest-modal-pop .invest-modal { text-align: center; } + .categories-card .btn { border: none; padding: 0; margin-top: 20px; } + .buy-assets a { background-color: #c18948; color: #fff; @@ -2234,6 +2311,7 @@ li.item.list-item:nth-child(even) { border-radius: 8px; font-size: 20px; } + .sell-assets a { background-color: #1b243d; color: #fff; @@ -2245,19 +2323,23 @@ li.item.list-item:nth-child(even) { border-radius: 8px; font-size: 20px; } + .assets-btn { display: flex; flex-direction: column; align-items: center; gap: 12px; } + .inner-assets-btn { display: flex; gap: 10px; } + .home-banner-btn .buy-assets { margin-bottom: 10px; } + /* css added by abhishek */ .login { @@ -2350,7 +2432,7 @@ li.item.list-item:nth-child(even) { padding-bottom: 5px; } -.tab-content > .tab-pane { +.tab-content>.tab-pane { display: none; } @@ -2438,7 +2520,7 @@ li.item.list-item:nth-child(even) { color: #c18948; } -.tab-content > .active { +.tab-content>.active { display: block; opacity: 1 !important; } @@ -2484,6 +2566,7 @@ li.item.list-item:nth-child(even) { .login-form-otp a.regist span { color: #143c6d; } + .banner { padding: 50px 0; background: #fff3e4; @@ -2780,9 +2863,11 @@ li.item.list-item:nth-child(even) { input:focus { outline: none; } + .works-section .arrow img { width: 25px; } + /* new css */ .why-jericho .banner { @@ -3284,12 +3369,15 @@ input:focus { height: 300px; border-radius: 15px; } + .your-investment .assets-card p { text-align: inherit; } + .assets-card .middle-sec p:nth-child(3) { margin-left: 10px; } + .why-jericho .custom-card .star i { font-size: 22px; letter-spacing: 10px; @@ -3829,9 +3917,11 @@ input:focus { width: 100%; font-size: 18px; } + .investor-profile .iv-form p { margin-bottom: 8px; } + .investor-profile .invest-form textarea { width: 100%; height: 150px; @@ -3859,6 +3949,7 @@ input:focus { transition: 0.5s; background-color: #c18948; } + .investor-profile .invest-form .save:hover { background-color: #c18948; } @@ -3973,19 +4064,24 @@ input:focus { .your-investment .investment .col-md-4 a { color: #000 !important; } + .dropdown-menu .prd-sec { display: flex; } + .menubar .menu-logo img { width: 85px; } + .dashboard-form .tab-content { padding: 2rem 0 3rem 0; } + .dashboard-form .tab-content a.current { padding: 2px 10px !important; background-color: transparent !important; } + /*.works-section .Primary-tran {*/ /* margin-bottom: 30px;*/ /* margin-top: 13px;*/ @@ -3993,46 +4089,57 @@ input:focus { .works-section .Primary-tran p { height: 48px; } + .banner-left-content .main-head { display: flex; justify-content: space-between; } + .popular-assets .assets-card { cursor: pointer; } + a.btn.btn-secondary.dropdown-toggle:active { background-color: inherit; } + .parimay-card .dropdown-tooltip a.btn { margin-right: 0; } + .assets-card .middle-sec .dropdown-tooltip { display: flex; align-items: center; color: #000; } + .home-banner-sell .home-banner-btn { display: none; } + .checkbox-sec { display: grid; grid-template-columns: repeat(3, 3fr); grid-gap: 22px; justify-content: center; } + .Secondary .sec-btn { margin-top: 30px; display: flex; } + .works-section-inner { display: grid; grid-template-columns: repeat(4, 4fr); grid-gap: 38px; } + .works-section-inner img { width: 88px; height: 88px; } + .platform-card .work-images { text-align: center; background-color: #fff3e4; @@ -4040,70 +4147,87 @@ a.btn.btn-secondary.dropdown-toggle:active { margin-bottom: 20px; border-radius: 8px; } + .platform-card { background-color: #fff; border-radius: 11px; padding: 20px; } + .platform-card .work-content h4 { font-size: 18px; margin-bottom: 25px; text-align: center; height: 60px; } + .works-section { padding: 2rem 0; } + .works-section .platform-head { display: flex; justify-content: center; align-items: center; margin-bottom: 32px; } + .primary-investment .opportunities { display: flex; } + .opportunities .primary-cards { width: 75%; } + .opportunities .primary-tabs { width: 25%; } + .opportunities .parimay-card { grid-gap: 22px; } + .asked-faq { background-color: #efeae5; } + .faqs-content .accordion-item { margin-top: 20px; padding: 8px 8px; box-shadow: 0px 1px 5px #0003; } + .faqs-content .dropdown button { background-color: #1b243d; color: #fff; } + .faqs-content { padding: 4rem 0; width: 65%; margin: 0 auto; } + .faqs-content .dropdown .dropdown-menu { height: 240px; overflow-y: scroll; } + .faqs-content .dropdown .dropdown-menu::-webkit-scrollbar-thumb { background: #aba9a3; border-radius: 5px; } + .faqs-content .dropdown .dropdown-menu::-webkit-scrollbar-track { border-radius: 5px; } + .faqs-content .dropdown .dropdown-menu::-webkit-scrollbar { width: 5px; height: 50px; } + .recent-post-card h2 { margin-bottom: 16px; font-size: 28px; @@ -4115,17 +4239,21 @@ a.btn.btn-secondary.dropdown-toggle:active { grid-template-columns: repeat(4, 4fr); grid-gap: 28px; } + .cards .insight-cards { display: grid; grid-template-columns: repeat(3, 3fr); grid-gap: 42px; } + .login-form input.form-control::placeholder { color: #ffffff6b; } + .error { color: #ff0d0d !important; } + .contact-form button.submit-btn { background-color: #c18948; border: none; @@ -4134,62 +4262,76 @@ a.btn.btn-secondary.dropdown-toggle:active { border-radius: 5px; font-weight: 600; } + .investor-profile .invest-form { background-color: #efeae5; padding: 2rem 0; } + .kyc .accounts { background-color: #efeae5; } + .form-tab.dashboard-form { background-color: #efeae5; } + .faqs-content select { background: #fff; border: 1px solid #ccc; padding: 13px 5px; border-radius: 5px; } + .parimay-card .assets-card a { color: #000; } + .parimay-card .card-logo.bg-green { background-color: #0b363c; border-top-left-radius: 20px; border-top-right-radius: 20px; } + .parimay-card .card-logo.bg-green img { border-top-left-radius: 20px; border-top-right-radius: 20px; } + .investment .dropdown-tooltip .dropdown-menu.show { width: 290px; } + .assets-card .card-logo.bg-darkblue { background-color: #1a042f; border-top-left-radius: 20px; border-top-right-radius: 20px; } + .assets-card .card-logo.bg-plp { background-color: #48104a; border-top-left-radius: 14px; border-top-right-radius: 20px; } + .assets-card .bg-images img { border-top-left-radius: 20px; border-top-right-radius: 20px; max-width: 100%; } + .dummy-card { background-color: #d9d9d9; padding: 30px 20px; border-radius: 12px; margin-top: 3rem; } + .dummy-card h4 { font-size: 20px; line-height: 30px; } + .menubar .admin-profile .dropdown-menu { background-color: #fff; width: inherit; @@ -4198,55 +4340,67 @@ a.btn.btn-secondary.dropdown-toggle:active { box-shadow: -1px 0px 8px #0000004f; top: 7px !important; } + .menubar .admin-profile .dropdown-menu .dropdown-item { padding: 7px 20px 7px 12px; font-size: 16px; } + .admin-profile .dropdown .dropdown-item img { margin-right: 5px; } + .notification-drop .item-noti img { filter: brightness(0.5) invert(1); height: 22px; width: 22px; } + .menubar li.admin-profile { display: flex; } + .admin-profile .dropdown .dropdown-toggle::after { margin: 2px; top: 6px !important; color: #fff; position: relative; } + .primary-offer-one .sec-img img, .primary-offer-two .sec-img img { width: 100%; } + .primary-offer-one h2, .primary-offer-two h2 { font-size: 30px; font-weight: 600; margin-bottom: 20px; } + .primary-offer-one ul li, .primary-offer-two ul li { color: #c18948; line-height: 32px; } + .primary-offer-one ul, .primary-offer-two ul { margin-bottom: 35px; margin-top: 20px; } + .primary-offer-one { background-color: #edd9c2; padding: 3rem 0; } + .primary-offer-two { background-color: #eee9e4; padding: 3rem 0; } + /*#masthead.back {*/ /* position: fixed;*/ /* z-index: 99999;*/ @@ -4273,44 +4427,56 @@ a.btn.btn-secondary.dropdown-toggle:active { align-items: center; margin-bottom: 32px; } + .insights-card .heading-logo { background-color: #1b243d; padding: 10px; margin-right: 10px; } + .dics.before_login { filter: blur(4px); opacity: 0.5; } + .your-investment p br { display: none; } + .your-investment p { text-align: justify; } + .your-investment .assets-card .dics p { text-align: inherit; } + .your-investment .explore-cate .real-fund p { text-align: inherit; } + .menubar .active_page button.btns { border-bottom: 1px solid #c18948; } + .header-menu .menubar .active_page a { border-bottom: 1px solid #c18948; padding-bottom: 5px; } + .blog-container .detail .details-ctn { margin-bottom: 14px; margin-top: 15px; } + .blog-container .detail img { object-fit: inherit; } + .chat-sec .user-chat.chat-msgs { position: relative; } + .chat-sec .user-chat .spinner-border { position: absolute; top: 48%; @@ -4318,6 +4484,7 @@ a.btn.btn-secondary.dropdown-toggle:active { width: 45px; height: 45px; } + .investor-profile .invest-view-form .form-sec { width: 600px; background-color: #fff; @@ -4325,33 +4492,40 @@ a.btn.btn-secondary.dropdown-toggle:active { box-shadow: 1px 2px 9px #0000003b; border-radius: 8px; } + .investor-profile .invest-view-form form { display: flex; justify-content: center; } + .investor-profile .invest-view-form .form-sec input { background-color: #efeae5; border: none; padding-left: 15px; } + .investor-profile .invest-view-form textarea { background-color: #efeae5; border: none; padding-left: 15px; } + .investor-profile .profile-img { display: flex; align-items: center; justify-content: center; flex-direction: column; } + .investor-profile .profile-img img { width: 100px; border-radius: 50px; } + .investor-profile .form-sec p { font-size: 20px; } + .accounts .kyc-card { background-color: #fff; width: 390px; @@ -4359,19 +4533,23 @@ a.btn.btn-secondary.dropdown-toggle:active { border-radius: 7px; box-shadow: 2px 1px 5px #00000029; } + .kyc .acc-grid { display: flex; justify-content: center; } + .insights-card .bi-search input#search { padding: 7px 12px; border: 1px solid #00000052; border-radius: 7px; margin-bottom: 30px; } + .primary-investment .accordion-item .accordion-body { padding-left: 0; } + .Secondary .crds-ctn h2 { text-align: inherit; margin-bottom: 25px; @@ -4381,6 +4559,7 @@ a.btn.btn-secondary.dropdown-toggle:active { text-align: inherit; margin-bottom: 3px; } + .Secondary .crds-inner h3 { margin-bottom: 20px; font-size: 24px; @@ -4391,38 +4570,46 @@ a.btn.btn-secondary.dropdown-toggle:active { flex-direction: column; justify-content: center; } + .Secondary .add-card { background-color: #fff; padding: 22px 31px; border-radius: 5px; box-shadow: 0px 1px 8px #00000057; } + .add-card .crds-ctn img { width: 130px; margin-bottom: 18px; } + .Secondary .crds-ctn img { width: 120px; } + .primary-investment .opportunities input { width: 20px; height: 18px; margin-right: 7px; } + .primary-investment .inp-oppt { display: flex; align-items: center; margin-bottom: 5px; } + .pagination li.page-item.active { background-color: inherit !important; padding: 0; line-height: inherit; } + .primary-investment .opportunities input[type="checkbox"]:checked { background-color: #1b243d; opacity: 1; } + .primary-investment .opportunities input[type="checkbox"] { position: relative; border: 2px solid #1b243d; @@ -4440,10 +4627,12 @@ a.btn.btn-secondary.dropdown-toggle:active { opacity: 0.5; display: flex; } + .primary-investment .opportunities input[type="checkbox"]:checked:before { content: ""; opacity: 1; } + .primary-investment .opportunities input[type="checkbox"]:before { content: ""; position: absolute; @@ -4458,21 +4647,27 @@ a.btn.btn-secondary.dropdown-toggle:active { z-index: 2; opacity: 0; } + .categeory .tables i { margin-right: 8px; } + .categeory .tables i { margin-right: 8px; } + .swal2-center button.swal2-confirm.yellow-btn { border: none; } + .contact-form textarea:focus { outline: none; } + .fractional-tabl .real-estate-table td { border: 1px solid #0000005e; } + .fractional-tabl .real-estate-table th { border: 1px solid #0000005e; } @@ -4503,6 +4698,7 @@ a.btn.btn-secondary.dropdown-toggle:active { text-decoration: none; text-align: right; } + /*.accordion-header .accordion-button:not(.collapsed)::after {*/ /* transform: inherit;*/ /*}*/ @@ -4512,15 +4708,19 @@ a.btn.btn-secondary.dropdown-toggle:active { background-color: #c18948; color: #fff; } + span.start { color: #ef0000; } + .table-invest .categeory .tables { margin-bottom: 20px; } + .investor-profile p.edit-invest-profile { position: relative; } + .investor-profile .invest-form .edit-invest-profile a { position: absolute; right: 5px; @@ -4528,6 +4728,7 @@ span.start { padding: 0; top: 10px; } + .edit-modal input { width: 100%; padding: 7px; @@ -4535,6 +4736,7 @@ span.start { border-radius: 5px; margin-top: 3px; } + .edit-modal button.cancle-btn { border-radius: 5px; padding: 5px 40px; @@ -4547,14 +4749,17 @@ span.start { font-size: 18px; background-color: transparent; } + .edit-modal button.yellow-btn { border: none; height: 44px; } + .save span.spinner-border { top: 7px; position: relative; } + .fix-height-modal .modal-body { height: 400px; overflow-y: scroll; @@ -4612,6 +4817,7 @@ span.start { margin: 0 auto; /* Center the images horizontally */ } + /* */ .chksb p { @@ -4621,74 +4827,143 @@ span.start { margin: 0; font-weight: 600; } + button.swal2-confirm.btn.btn-primary.popup-button { background-color: #c18948 !important; border: none; } + #exampleModalCenter button.close { border: none; background-color: transparent; font-size: 29px; } + #exampleModalCenter .modal-header.p-2 { display: flex; justify-content: end; } + #exampleModalCenter .modal-content a.yellow-btn { height: 42px; } + #exampleModalCenter button.btn.btn-secondary { background-color: #1b243d; } + .table-invest button .carousel-control-prev-icon { filter: invert(1); } + .table-invest button .carousel-control-next-icon { filter: invert(1); } + h3.primary-no-data { position: absolute; top: 95px; left: 42%; } + .primary-investment .parimay-card .assets-card { height: 430px; } + .primary-investment .opportunities .parimay-card { height: 888px; overflow-y: scroll; } + .opportunities .parimay-card::-webkit-scrollbar-thumb { background: #aba9a3; border-radius: 5px; } + .opportunities .parimay-card::-webkit-scrollbar-track { border-radius: 5px; } + .opportunities .parimay-card::-webkit-scrollbar { width: 5px; height: 50px; } + .company-img img { width: 150px; } + span.color-red { color: red; } + +/* testimonial slider */ + +.testi_slider_sec { + text-align: center; + padding: 45px 0; +} + +.testi_slider_sec .h2 { + font-size: 30px; + font-weight: 600; + margin-bottom: 40px; +} + +.testi_slider_sec h2 { + text-align: center; + font-size: 28px; + color: #131d36; + +} + +.testi_slider_sec p { + text-align: center; + color: #b18f62; + font-size: 20px; + font-weight: 500; + +} + +.testi_slider_sec .slick-dots li button:before { + font-size: 15px; +} + +.testi_slider_sec .slick-dots li.slick-active button:before { + color: #b18f62; +} + +.testi_slider_sec .inn_testi img { + width: 200px; + height: 200px; +} + +.testi_slider_sec .inn_testi { + display: flex !important; + flex-direction: column; + align-items: center; + justify-content: center; + gap: 44px; +} + + + + + /*======responsive=====*/ -@media (max-width: 2560px) { -} -@media (max-width: 1920px) { -} -@media (max-width: 1800px) { -} -@media (max-width: 1600px) { -} -@media (max-width: 1440px) { -} -@media (max-width: 1366px) { -} +@media (max-width: 2560px) {} + +@media (max-width: 1920px) {} + +@media (max-width: 1800px) {} + +@media (max-width: 1600px) {} + +@media (max-width: 1440px) {} + +@media (max-width: 1366px) {} + @media (max-width: 1280px) { .main-banner .investor h6 { height: 44px; @@ -4701,6 +4976,7 @@ span.color-red { .platform-card .work-content h4 { height: 72px; } + .opportunities .parimay-card { grid-gap: 50px; grid-template-columns: repeat(2, 2fr); @@ -4711,6 +4987,7 @@ span.color-red { .platform-card .work-content h4 { height: 72px; } + .opportunities .parimay-card { grid-gap: 50px; grid-template-columns: repeat(2, 2fr); @@ -4722,70 +4999,91 @@ span.color-red { grid-template-columns: repeat(2, 2fr); grid-gap: 28px; } + .works-section-inner { grid-gap: 28px; } + .opportunities .primary-tabs { width: 35%; } + .opportunities .primary-cards { width: 65%; } + .banner-text-contain button { margin-bottom: 8px; margin-top: 0px; } + .Distressed-Funds { height: 400px; } + .banner-text-contain p br { display: none; } + .investor-profile .invest-view-form .form-sec { width: 500px; } + .menubar .dropdown-menu { left: -90px !important; } } + @media (max-width: 1024px) { .notification-drop .item-noti .notification { left: -268px; } + .parimay-card { grid-gap: 45px; } + .main-banner .banner-left-content { width: 100%; } + .works-section .cards-info { height: 142px; } + .faqs-content { width: 90%; } + .your-investment div p br { display: none; } + .drivers .drive-label ul { height: 80px; } + .banner-text-contain h4 br { display: none; } + .inner-contain .create-account .col-md-5 { width: 100%; } + .inner-contain .create-account .col-md-7 { width: 100%; } + .create-account button { margin-bottom: 20px; height: 44px; } + .create-account h3 { text-align: center; } + .create-account p { margin-bottom: 8px; text-align: center; @@ -4800,11 +5098,13 @@ span.color-red { border: none; padding: 3px; } + .page button.navbar-toggler { position: absolute; right: 70px; top: 32px; } + div#navbarNavDarkDropdown { position: absolute; width: 100vw; @@ -4815,179 +5115,232 @@ span.color-red { top: 98px; padding: 30px; } + .header-menu .page ul.navbar-nav { display: block; } + .menubar .dropdown button.btns { padding: 0; } + .page .navbar-nav li { margin-bottom: 18px; } + .page .navbar-nav li.login-btn { margin-top: 25px; } + .navbar-nav .dropdown .dropdown-menu .row { display: block; } + .navbar-nav .dropdown .dropdown-menu .col-md-4 { width: 100%; } + .navbar-nav .dropdown .border-left { width: 100%; height: 0; margin: 30px 0; border: 1px solid #00000094; } + .dropdown-menu .prd-sec { display: block; } + .menubar .left-prdt .product { padding-left: 0; } + .menubar .dropdown-menu { top: 3px !important; padding: 20px 0 20px 0; } + .menubar .dropdown .border-left:after { bottom: -5px; right: -11px; border: 2px solid #00000094; left: inherit; } + .menubar .dropdown .border-left:before { top: -5px; left: -9px; border: 2px solid #00000094; } + .why-jericho .bluebr-circle h2 { font-size: 18px; } + .why-jericho .bluebr-circle { width: 75px; height: 75px; } + .why-jericho .bluebr-txt h3 { font-size: 16px; } + .alternative p br { display: none; } + .parimay-card { grid-gap: 45px; grid-template-columns: repeat(2, 3fr); } + .explore-assets .card-container .col-md-6 { width: 100%; } + .banner-text-contain h2 { font-size: 32px; } + .banner-text-contain h4 { font-size: 16px; } + .banner-text-contain br { display: none; } + .banner-profile p { font-size: 14px; } + .banner-profile { width: 100%; } + .banner-profile .profile img { width: 64px; margin-right: 10px; } + .banner-text-contain p { font-size: 16px; } + .your-investment .structure img { height: auto; width: 100%; } + .your-investment h3 { font-size: 20px; } + h2.inner-heading { font-size: 22px; } + .categories-card { grid-template-columns: repeat(2, 2fr); } + .checkbox-sec { grid-template-columns: repeat(2, 2fr); } + .checkbox-sec { grid-template-columns: repeat(2, 2fr); } + .Secondary .sec-btn { margin-top: 17px; display: block; margin-bottom: 24px; } + .Secondary .sec-btn p { margin-bottom: 22px; } + .active-investment p br { display: none; } + .faqs-content { width: 100%; padding: 3rem 0; } + .main-footer .col-md-4 { width: 50%; } + .your-investment .explore-cate .tab-content .col-md-6 { width: 100%; } + .invest-card h4 { font-size: 20px; } + .invest-card .card-img img { height: 110px; } + .invest-card p { font-size: 16px; } + .investment h2 { font-size: 28px; } + .private-credit-banner { height: auto; padding: 2rem 0; } + .posts-cards { grid-template-columns: repeat(2, 4fr); } + .cards .insight-cards { grid-template-columns: repeat(2, 3fr); } + .Long-Equity-Funds-banner { height: 428px; } + .drivers .blue-boxx { height: 150px; } + .drivers .drive-label ul { height: 128px; } + .invest-card .disc p.per { padding: 0px 15px; } + .login-form { margin: 30px 0 0 0 !important; } + .custom-height-form { height: auto; } + .login .nav-pills a { font-size: 15px; } + .login li a { width: 100px; } + .login-form-otp { margin: 30px 0 0 0; } @@ -5008,34 +5361,43 @@ span.color-red { .login-form-otp p { margin-bottom: 15px; } + .pip-fund img { width: 100%; } + .pipe-funds { height: auto; padding: 2rem 0; } + .contact-sec .blue-box .col-md-5 { width: 100%; } + .contact-sec .blue-box .col-md-7 { width: 100%; } + .inner-banner-about { height: auto; padding: 3rem 0; } + .menubar .dropdown-menu { left: 0px !important; } + .notification-drop .item-noti img { filter: inherit; height: 29px; width: 28px !important; } + .header-menu .page li .item-noti a { padding-top: 0; } + .notification-drop .item-noti .notification { left: 0; } @@ -5045,565 +5407,732 @@ span.color-red { .main-banner .investor h6 { font-size: 16px; } + .main-banner .banner-card p { font-size: 14px; margin-bottom: 0; } + .main-banner .banner-card { padding: 13px 13px; } + .main-banner .wealth li { font-size: 16px; } + .home-banner-sell .home-banner-btn { display: block; } + .home-banner-sell .home-banner-btn { display: flex; gap: 9px; margin-top: 30px; } + .main-head .home-banner-btn { display: none; } + .alter-assets h2 { padding: 12px; margin-bottom: 30px; } + .buy-assets a { font-size: 18px; } + .sell-assets a { font-size: 18px; } + .works-section-inner { grid-template-columns: repeat(3, 3fr); } + .opportunities .primary-cards { width: 50%; } + .opportunities .primary-tabs { width: 50%; } + .opportunities .parimay-card { grid-template-columns: repeat(1, 1fr); } + .private-funds-banner { height: auto; padding: 2rem 0; } + .angel-funds-banner { height: auto; padding: 2rem 0; } + .hedge-funds-banner { height: auto; padding: 2rem 0; } + .industrial-estate-banner { height: auto; padding: 2rem 0; } + .residential-estate-banner { height: auto; padding: 2rem 0; } + .commercial-estate-banner { height: auto; padding: 2rem 0; } + .global-hedge-funds { height: auto; padding: 2rem 0; } + .your-investment h2.invest-fund { font-size: 32px; } + .global-reits-banner { height: auto; padding: 2rem 0; } + .exotic-etfs-banner { height: auto; padding: 2rem 0; } } + @media (max-width: 767px) { .investor-profile .profile-img img { width: 70px; } + .investor-profile .invest-view-form .form-sec { width: 100%; } + .main-banner .investor h6 { height: auto; } + .topbar .tobr a { font-size: 16px; } + .tobr img { height: 20px; width: 20px; } + .social-head a:nth-child(2) img { width: 28px; height: 27px; } + .admin-profile .dropdown img { height: 24px; width: 24px; } + .page button.navbar-toggler { right: 30px; top: 23px; } + .header-menu .menubar { height: 82px; } + .header-menu .menubar img { width: 65px; } + .header-menu .topbar { height: 70px; } + .topbar .social-head { display: flex; justify-content: space-between; } + .social_icon { justify-content: space-around; } + .main-banner h2 { font-size: 32px; } + .main-banner .wealth li { font-size: 14px; } + .assets-btn { display: flex; flex-direction: inherit; gap: 12px; margin-bottom: 20px; } + .main-banner .bridge-img { padding: 0; } + .main-banner .bridge-img img { height: 400px; object-fit: cover; } + .why-jericho .blue-bar { height: auto; padding: 25px; } + .why-jericho .bluebr { margin-bottom: 12px; } + .why-jericho .bluebr-txt h3 { font-size: 14px; } + .why-jericho .bluebr-circle h2 { font-size: 16px; } + .alternative h2 { font-size: 18px; } + .alternative p { font-size: 22px; } + .alternative li { line-height: 29px; font-size: 16px; } + .alternative img { width: 100%; height: auto; } + .alternative .dropdown-tooltip { margin-top: 38px; } + .alter-assets h2 { font-size: 18px; padding: 11px; margin-bottom: 12px; } + .popular-assets { padding: 3rem 0; } + .parimay-card { grid-gap: 26px; grid-template-columns: repeat(1, 1fr); } + h4.inner-title { font-size: 20px; } + .bg-brown-head h3 { font-size: 28px; } + .explore-assets h4 { font-size: 22px; } + .explore-assets .active, .primary-investment .active { font-size: 16px; } + .explore-assets .inactive, .primary-investment .inactive { font-size: 16px; } + .card-container .card-info { padding: 6px 17px; margin-bottom: 14px; } + .card-container p { font-size: 14px; } + .explore-assets { padding: 3rem 0; } + div#navbarNavDarkDropdown { top: 80px; } + .main-footer .icons { margin-bottom: 40px; } + .main-footer h2 { margin-bottom: 16px; } + .header-menu .page .dropdown button img { width: 12px; } + .about-inner-contain img { margin-bottom: 25px; } + .inner-banner .banner-content img { width: 110px; margin-left: 30px; } + .inner-banner .banner-content p br { display: none; } + .about-inner-contain { padding-top: 3rem; } + .faqs-content { padding: 3rem 0; width: 100%; } + .faq-ctn2 .blue-card { margin-bottom: 20px; } + .privacy-content p { font-size: 14px; } + .privacy-content h2 { font-size: 18px; margin: 27px 0 12px; } + .insights-banner h2 { font-size: 34px; } + .insights-banner p { font-size: 18px; } + .insight-card p { font-size: 14px; } + .insight-card { padding: 0px; } + .insights-card h3 { margin-bottom: 12px; font-size: 24px; } + .recent-post .detail { justify-content: inherit; } + .works-section .primary-trans { margin-bottom: 25px; } + .works-section p { font-size: 14px; } + .works-section .cards-info p { font-size: 14px; } + .privacy-content h1 { font-size: 28px; margin-bottom: 20px; } + .privacy-content ul li { font-size: 14px; } + .contact-sec .crd23 { margin-bottom: 20px; } + .blue-box { padding: 30px 18px; } + .blue-box .right h3 { font-size: 28px; margin-bottom: 20px; } + .blue-box .right h4 { font-size: 20px; margin-bottom: 18px; } + .chat-content { width: 100%; } + .notification-drop .item-noti .notification { left: -145px; width: 368px; } + .banner-text-contain h2 { font-size: 28px; } + .banner-text-contain p { font-size: 15px; } + .banner-profile .profile img { width: 55px; margin-right: 9px; } + .banner-text-contain { margin-bottom: 22px; } + .banner-text-contain p br { display: none; } + .inner-banner-funds { height: 435px; } + .your-investment h2.invest-fund { font-size: 30px; margin-bottom: 22px; } + .your-investment p { font-size: 14px; } + .your-investment h3 { font-size: 20px; } + .your-investment .structure img { height: auto; width: 100%; } + .your-investment h3 { font-size: 18px; } + .your-investment li { font-size: 14px; } + h2.inner-heading { font-size: 20px; font-weight: 500; } + .categories h2 { font-size: 22px; } + .your-investment { padding: 2rem 0; } + .categories-card { grid-template-columns: repeat(1, 1fr); } + .cate-card img { width: 102px; } + .categories-card .cate-card h4 { font-size: 18px; } + .cate-card .btn a { padding: 10px 22px; font-size: 14px; } + .taxation tbody tr th { font-size: 14px; } + .taxation tbody tr td { font-size: 14px; } + .table-cate { overflow-x: scroll; } + .inner-banner h2 { font-size: 30px; } + .inner-banner .banner-content h4 { font-size: 16px; } + .inner-banner p { font-size: 16px; } + .inner-contain .empanel-cont li { font-size: 14px; } + .inner-contain .create-account { margin-top: 30px; } + .create-account button { height: 44px; margin-top: 4px; margin-bottom: 24px; } + .inner-contain .empanel-cont { padding-right: 0px; list-style: none; margin-bottom: 0; } + .banner-left-content .home-banner-btn { position: inherit; margin-bottom: 24px; } + .privacy-content { padding: 15px 0; } + .works-section .Primary-tran { margin-bottom: 20px; } + .works-section .Primary-tran p { height: inherit; } + .works-section .cards-info { height: inherit; } + .divider:before { content: inherit; } + .works-section-inner hr { border: none; margin: 0; } + .checkbox-sec { grid-gap: 27px; } + .Secondary .sec-btn { display: flex; } + .sec-btn a.blue-btn { padding: 10px 10px; margin: 0 2px; font-size: 15px; } + .Secondary .sec-btn p { margin-bottom: 0; } + .chksb p { font-size: 16px; } + .investor-profile .invest-form a { padding: 8px 16px; border-radius: 5px; } + .investor-profile .invest-form .ip-header.container { padding: 30px 0px; } + .investor-profile .invest-form form { padding: 30px 0; } + .security-form { width: 100%; } + .security-form h2 { margin-bottom: 15px; } + .security-form .security-text { margin-bottom: 20px; } + .works-section-inner { grid-template-columns: repeat(1, 1fr); } + .platform-card .work-images { padding: 22px 15px; } + .platform-card .work-content h4 { margin-bottom: 14px; } + .primary-investment .opportunities { display: block; } + .opportunities .primary-cards { width: 100%; } + .opportunities .primary-tabs { width: 100%; } + .opportunities .parimay-card { grid-gap: 26px; } + .primary-investment .page-heading { font-size: 28px; } + .page-desc br { display: none; } + .primary-investment .page-desc { font-size: 18px; margin-bottom: 20px; } + .main-footer .col-md-4 { width: 100%; } + .main-footer .logo img { width: 100px; } + .categories-card { grid-gap: 30px; } + .Distressed-Funds { height: auto; padding: 2rem 0; } + .investment .invest-card { margin-bottom: 20px; } + .invest-card .card-img img { height: 150px; } + .your-investment .dist-fund img { margin-bottom: 20px; } + .cards .insight-cards { grid-template-columns: repeat(1, 3fr); } + .posts-cards { grid-template-columns: repeat(1, 4fr); } + .insights-card h3 { font-size: 22px; } + .real-estate-table { overflow-x: scroll; } + .realstate-graph img { margin-bottom: 10px; } + .fractional-banner { height: auto; padding: 2rem 0; } + .insights-banner { height: 150px; } + .insights-banner h2 { font-size: 35px; } + .insights-banner p { font-size: 18px; } + .Long-Equity-Funds-banner { padding: 2rem 0; height: auto; } + .infrastructure-funds { height: auto; padding: 2rem 0; } + .venture-funds { height: auto; padding: 2rem 0; } + .insights-card .cards { margin-bottom: 2rem; } @@ -5611,94 +6140,122 @@ span.color-red { .insights-card { padding: 2rem 0; } + .your-investment .dist-fund .sourcing-img img { width: 135px; } + .dist-fund .sourcing-img { text-align: center; } + .drivers .drive-label ul { height: 106px; } + .drivers .blue-boxx { height: 125px; } + .amount-table img { width: 100%; } + .amount-tabs { background-color: #e8c69f; padding: 15px; border-radius: 10px; } + .your-investment .annual h5 { font-size: 18px; } + .amount-tabs .amount-tab { overflow-x: scroll; } + .recent-post-card a.text-dark { padding: 25px 20px; } + .cards-insights { padding: 25px 20px; } + .inner-contain { padding: 3rem 0; } + .investor-profile .invest-form { padding: 1rem 0; } + .tobr { display: block; } + .primary-offer-one .sec-img { margin-top: 25px; } + .primary-offer-two .sec-img { margin-bottom: 20px; } + .primary-offer-one ul li, .primary-offer-two ul li { color: #c18948; line-height: 26px; } + .dropdown-tooltip .dropdown-menu.show { width: 370px; } + .inner-banner { height: auto; padding: 3rem 0; } + .header-menu .menubar .dropdown .dropdown-toggle img { width: 35px; height: 35px; } + .header-menu .menubar a.dropdown-toggle { padding-left: 0; } + .admin-profile .dropdown .dropdown-toggle::after { color: #c18948; } + .accounts .kyc-card { width: 95%; } + .platform-card .work-content h4 { height: auto; } + .founder { padding-top: 34px; padding-bottom: 60px; } + .desktop-sbContainer { height: 81px; } + .works-section .Primary-tran { margin-top: 20px; } + .active-investment h2 { font-size: 28px !important; } + .categories-card.categories-two-card { width: 100%; grid-template-columns: repeat(1, 1fr); @@ -5708,22 +6265,25 @@ span.color-red { width: 100%; grid-template-columns: repeat(1, 1fr); } + .menubar .admin-profile .dropdown-menu { position: relative !important; top: -45px !important; } + .admin-profile .dropdown img.profile-icon { width: auto; } } -@media (max-width: 600px) { -} -@media (max-width: 580px) { -} -@media (max-width: 480px) { -} -@media (max-width: 420px) { -} + +@media (max-width: 600px) {} + +@media (max-width: 580px) {} + +@media (max-width: 480px) {} + +@media (max-width: 420px) {} + @media (max-width: 380px) { .chksb p { font-style: normal; @@ -5733,33 +6293,40 @@ span.color-red { font-weight: 600; } } -@media (max-width: 360px) { -} -@media (max-width: 320px) { -} + +@media (max-width: 360px) {} + +@media (max-width: 320px) {} + .fix-height-modal h1 { font-size: 24px; } + .invest-modal-pop .invest-modal p { margin-bottom: 42px; text-align: center; } + .notification-drop { font-family: 'Ubuntu', sans-serif; color: #444; } + .notification-drop .item { padding: 10px; font-size: 18px; position: relative; border-bottom: 1px solid #ddd; } + .notification-drop .item:hover { cursor: pointer; } + .notification-drop .item i { margin-left: 10px; } + .notification-drop .item ul { display: none; position: absolute; @@ -5770,10 +6337,12 @@ span.color-red { z-index: 1; border-top: 1px solid #ddd; } + .notification-drop .item ul li { font-size: 16px; padding: 15px 0 15px 25px; } + .notification-drop .item ul li:hover { background: #ddd; color: rgba(0, 0, 0, 0.8); @@ -5784,6 +6353,7 @@ span.color-red { display: flex; justify-content: flex-end; } + .notification-drop .item { border: none; } @@ -5791,7 +6361,7 @@ span.color-red { -.notification-bell{ +.notification-bell { font-size: 20px; } @@ -5802,7 +6372,7 @@ span.color-red { position: absolute; top: 0; right: 0px; - padding: 3px 10px; + padding: 3px 10px; border-radius: 50%; } @@ -5822,6 +6392,7 @@ span.color-red { -webkit-transform: scale(0.9); transform: scale(0.9); } + 70% { -moz-transform: scale(1); -ms-transform: scale(1); @@ -5829,6 +6400,7 @@ span.color-red { transform: scale(1); box-shadow: 0 0 0 50px rgba(255, 0, 0, 0); } + 100% { -moz-transform: scale(0.9); -ms-transform: scale(0.9); @@ -5838,14 +6410,15 @@ span.color-red { } } -.notification-text{ +.notification-text { font-size: 14px; font-weight: bold; } -.notification-text span{ +.notification-text span { float: right; } + .notifications img { width: 36px !IMPORTANT; filter: brightness(0) invert(1); @@ -5854,9 +6427,11 @@ span.color-red { .notifications li.item { list-style: none; } + ul.notification-drop { padding: 0; } + .notifications .item ul { padding: 20px; background: #fff; @@ -5870,6 +6445,7 @@ ul.notification-drop { .notifications .item ul li { list-style: none; } + .admin-profile .dropdown { display: flex; align-items: center; diff --git a/public/assets/js/FrontendJs/script.js b/public/assets/js/FrontendJs/script.js index e47c375..101d096 100644 --- a/public/assets/js/FrontendJs/script.js +++ b/public/assets/js/FrontendJs/script.js @@ -292,6 +292,21 @@ $('.more-inner').slick({ +$('#testimonial_sliders').slick({ + + dots: true, + // arrow: true, + infinite: true, + // speed: 1000, + // autoplay: true, + slidesToShow: 1, + slidesToScroll: 1, + +}); + + + + diff --git a/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php b/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php index 39ea0c7..280d40b 100644 --- a/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php +++ b/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php @@ -546,29 +546,29 @@ + data-placeholder="Select a Lead Status"> + + + + + + --> @@ -1883,7 +1883,8 @@ - + @@ -1929,9 +1930,9 @@ + --> @@ -1939,7 +1940,8 @@ - + @@ -2042,7 +2044,8 @@ - + @@ -2050,7 +2053,8 @@ - + @@ -2080,7 +2084,7 @@ + @@ -2108,7 +2113,8 @@ - + @@ -3144,6 +3150,51 @@ < script src = "https://cdn.rawgit.com/t4t5/sweetalert/v0.2.0/lib/sweet-alert.min.js" > +