Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/clickonn/include/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include'Admin/Includes/db.php'; date_default_timezone_set('Asia/Kolkata'); $cudate = date("Y-m-d") ; ?> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> <title>Click Onn</title> <!-- Favicon --> <!-- <link rel="shortcut icon" href="assets/img/logow1r.png"> --> <!-- Bootstrap CSS --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <!-- Fontawesome CSS --> <link rel="stylesheet" href="assets/plugins/fontawesome/css/fontawesome.min.css"> <link rel="stylesheet" href="assets/plugins/fontawesome/css/all.min.css"> <!-- Fearther CSS --> <link rel="stylesheet" href="assets/css/feather.css"> <!-- select CSS --> <link rel="stylesheet" href="assets/plugins/select2/css/select2.min.css"> <!-- Owl carousel CSS --> <link rel="stylesheet" href="assets/css/owl.carousel.min.css"> <!-- Aos CSS --> <link rel="stylesheet" href="assets/plugins/aos/aos.css"> <!-- Mobile CSS--> <link rel="stylesheet" href="assets/plugins/intltelinput/css/intlTelInput.css"> <link rel="stylesheet" href="assets/plugins/intltelinput/css/demo.css"> <!-- Fancybox CSS --> <link rel="stylesheet" href="assets/plugins/fancybox/jquery.fancybox.min.css"> <!-- Main CSS --> <link rel="stylesheet" href="assets/css/style.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style type="text/css"> .select2-selection__arrow b{ display:none; } .f-12{ font-size: 12px !important; } .bgn{ background-color: #F3F3F3; } @media only screen and (min-width: 1000px){ .banimg { height: 385px; width: 100%; } } .btn-su{ display:none !important; } .btn-in{ display:none !important; } .trin-trin { animation-name: trin; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes trin { from { transform:rotate3d(0, 0, 1, 0deg); } 20%, 32%, 44%, 56%, 68% { transform: rotate3d(0, 0, 1, 0deg); } 23%, 35%, 47%, 59%, 71% { transform: rotate3d(0,0,1,15deg); } 26%, 38%, 50%, 62%, 74% { transform: rotate3d(0,0,1,0deg); } 29%, 41%, 53%, 65%, 77% { transform: rotate3d(0,0,1,-15deg); } 80% { transform:rotate3d(0, 0, 1, 0deg); } } .categories-section { padding: 30px 0; } .search-hp { display: table; position: relative; max-width: 600px; margin: 0 auto; padding: 20px 10px; color: #fff; z-index: 6; } @media only screen and (max-width: 600px){ .mob_action { display:none; } } .imgs{ height: 113px; width: 100%; } .price-head { height: 65px; } .price-head h1 { font-size: 25px; margin-bottom: 0; } .price-footer { padding-top: 15px; } /* .price-body { height: 502px; } */ .price-footer .btn-choose { background: #EDF3F9; border-radius: 8px; font-weight: 500; color: #E31E24; padding: 10px 20px; margin: 0 auto; display: -webkit-inline-box; display: -ms-inline-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; } .login-wrap { max-width: 720px; margin: 0 auto; } .sermb { display: none; } .main { display: flex; align-items: center; margin-top: 0px; background: #fff; } .sers{ border: none; padding: 10px; margin: 10px; height: 40px; width: 38%; border:1px solid #eaeaea; outline:none; } input:hover{ border-color: #a0a0a0 #b9b9b9 #b9b9b9 #b9b9b9; } input:focus{ border-color:#4d90fe; } input[type="submit"] { border-radius: 2px; background: #f2f2f2; border: 1px solid #f2f2f2; color: #757575; cursor: default; font-size: 14px; font-weight: bold; width: 100px; padding: 0 16px; height:40px; } input[type="submit"]:hover { box-shadow: 0 1px 1px rgba(0,0,0,0.1); background: #f8f8f8; border: 1px solid #c6c6c6; box-shadow: 0 1px 1px rgba(0,0,0,0.1); color: #222; } .serbut{ background: #E31E24; border: 1px solid #E31E24; box-shadow: inset 0 70px 0 0 #E31E24; border-radius: 40px; font-size: 16px; font-weight: 500; color: #fff; } .serbut:hover { color: #fff; background: #E31E24; border: 1px solid #E31E24; } .ban-pad{ margin-bottom: 0px; margin-top: 0px; } .btn1{ background-color: #3ebd46; border: 1px solid #3ebd46; box-shadow: inset 0 0 0 #3ebd46; border-radius: 5px; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s; /* padding: 10px 15px; */ font-weight: 500; font-size: 16px; } .btn1:hover{ background-color: #3ebd46; border: 1px solid #3ebd46; box-shadow: inset 0 0 0 #3ebd46; border-radius: 5px; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s; /* padding: 10px 15px; */ font-weight: 500; font-size: 16px; } .btn2{ background-color: #41a9ff; border: 1px solid #41a9ff; box-shadow: inset 0 0 0 #41a9ff; border-radius: 5px; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s; /* padding: 10px 15px; */ font-weight: 500; font-size: 16px; } .btn2:hover{ background-color: #41a9ff; border: 1px solid #41a9ff; box-shadow: inset 0 0 0 #41a9ff; border-radius: 5px; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s; /* padding: 10px 15px; */ font-weight: 500; font-size: 16px; } .callbtn{ width: 47px; height: 47px; background: #fff; border: 2px solid #E6E8EC; color: #74788D; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; border-radius: 50%; } .cbtn:before{ display:none; } .m-logo{ margin-top: 35px; height: 88px!important; } @media only screen and (max-width: 767.98px) { .main-nav{ margin-top: 30px; } .btn-su{ display:block !important;; } .btn-in{ display:block !important;; } .ban-pad{ margin-bottom: -43px; margin-top: 24px; } .banner-slider1{ height: 137px; } .sec-sli .banner::before{ height: 113px; } .slick-track{ height: 320px; } .sermobi{ background: none; } .search-box-two { display: block; } .imgs{ height: 113px !important; width: 100%; } .sermb { display: block; background: none; } .inmb{ margin-bottom: 20px; } .inmb1{ margin-top: -133px; } .css1{ padding-right: 49px; padding-left: 52px; } .main { display: flex; align-items: center; margin-top: 80px; background: #fff; } } /*.elearnpromo { max-width:320px; margin:0 auto; display:block; padding:5px; background-color:#fff; border-radius:5px; margin-top:20px } .bankoffer { margin:0 auto; max-width:760px } .bankoffer .sc-item { float:left; display:block; padding:0 10px; width:50% } .bankoffer .sc-item a { border-radius:6px; display:inline-block; overflow:hidden } #payoffers { padding:0 } #payoffers iframe { width:100% } .sdialog.offer-roadblock { text-align:center } .sdialog.offer-roadblock .sdialog-block { padding:0 } .sdialog.offer-roadblock .sdialog-block::-webkit-scrollbar { display:none } .sdialog.offer-roadblock iframe { width:100% } #payoffers a.sdialog-x { top:-10px; right:-7px; background:#333; opacity:1 } #payoffers a.sdialog-x:hover { color:#aaa } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent } body { line-height:1; font-family:'Open Sans',arial } sup { vertical-align:super; font-size:smaller } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block } ul, ol { margin:0; padding:0; list-style:none } nav ul { list-style:none } blockquote, q { quotes:none } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent } ins { background-color:#ff9; color:#000; text-decoration:none } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help } table { border-collapse:collapse; border-spacing:0 } hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0 } input, select { vertical-align:middle } input::-ms-clear { display:none } input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button { -webkit-appearance:none } button { outline:0 } input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, button::-moz-focus-inner { padding:0; border:0 } body { margin:0; padding:0; background-color:transparent; font-family:Poppins,sans-serif; font-size:14px; line-height:24px; color:#333; overflow-y:scroll; letter-spacing:.2px; -webkit-text-size-adjust:100% } *, :before, :after { box-sizing:border-box } .page-wrap { padding-top:50px } .page-wrap.noheader { padding-top:20px } .container { position:relative; max-width:100%; min-width:320px; margin:0 auto; padding:15px 5px } .top-wrap-bg { background-color:#e7e8ec } .ad-block { display:none; margin-bottom:10px; border-top:1px solid #a1adba; background-color:#bec8d4 } .clearfix:after, .container:after, .row:after { clear:both; content:''; display:table; box-sizing:border-box } h1, h2, h3, h4 { margin:0 0 10px; font-weight:600; line-height:1.3em } h1.regular, h2.regular, h3.regular, h4.regular { font-weight:400 } h1 { font-size:20px } h2 { font-size:18px } h3 { font-size:14px } h4 { font-size:16px } h5 { font-size:14px } h6 { font-size:12px } p { padding:0 0 10px } strong { font-weight:600 } address, em { font-style:normal } figure { border-radius:2px } img { display:block; max-width:100%; height:auto } a { color:#0078d6; cursor:pointer; text-decoration:none; outline:0 } a:focus, a.btn-anchor:focus { color:#00539f; text-decoration:underline; box-shadow:none } a.btn-anchor { display:inline-block; padding:7px 20px; color:#0079d6; background:0 0 } body.preload * { transition:none !important } button, input, select, textarea { font-family:inherit; font-size:inherit; line-height:inherit; resize:none; outline:0 } [class*=btn-] { user-select:none; position:relative; overflow:hidden; background-color:#666 } [class*=btn-] .ripple { display:block; position:absolute; background:#fff; border-radius:50%; transform:scale(0); opacity:0; pointer-events:none } .ripple.animate-enabled { transition:all 500ms cubic-bezier(0.4,0,.2,1),opacity 300ms ease } .ripple.isvisible { opacity:.3 } .ripple.istransform { transform:scale(2.5) } input[type=checkbox], input[type=radio] { display:inline-block; margin:-2px 5px 0 0; vertical-align:middle } ::-webkit-scrollbar { width:6px; background-color:#fff } ::-webkit-scrollbar-thumb { background-color:#c8c8c8; border:2px solid #fff; border-left:0 } ::-webkit-scrollbar-track { background-color:#fff; border:2px solid #fff; border-left:0 } body::-webkit-scrollbar { width:3px } body::-webkit-scrollbar-thumb { background-color:#c8c8c8; border:2px solid #fff; border-left:0 } body::-webkit-scrollbar-track { background-color:#fff; border:2px solid #fff; border-left:0 } input[type=search]::-webkit-input-placeholder { font-style:normal } input[type=search]:-moz-placeholder { font-style:normal } input[type=search]::-moz-placeholder { font-style:normal } input[type=search]:-ms-input-placeholder { font-style:normal } ::-webkit-input-placeholder { color:#c8c8c8; font-weight:400 } :-moz-placeholder { color:#c8c8c8; opacity:1; font-weight:400 } ::-moz-placeholder { color:#c8c8c8; opacity:1 } :-ms-input-placeholder { color:#c8c8c8; font-weight:400 } .title-case { text-transform:capitalize } input[type=text], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=email], select, textarea, .input, .sd-link, .sl-field { width:100%; padding:5px 10px 5px 0; border:0; border-bottom:1px solid #bec8d4; background-color:#fff; outline:0; font-weight:600; color:#4d4d4d; -webkit-appearance:none } input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=email]:focus, select:focus, textarea:focus, .input:focus { border-bottom:1px solid #5f6c7c; outline:0 } textarea { resize:none } .error input[type=text], .error input[type=number], .error input[type=password], .error input[type=search], .error input[type=tel], .error input[type=email], .error select, .error textarea, .error .input { border-bottom:1px solid #c80029 } .error .error-text { display:block; animation:shake .82s cubic-bezier(.36,.07,.19,.97) both; transform:translate3d(0,0,0); backface-visibility:hidden; perspective:1000px } @keyframes shake { 10%, 90% { transform:translate3d(-1px,0,0) } 20%, 80% { transform:translate3d(2px,0,0) } 30%, 50%, 70% { transform:translate3d(-4px,0,0) } 40%, 60% { transform:translate3d(4px,0,0) } } .error-text { display:none; padding:1px 0 3px; margin-bottom:-10px; color:#c80029; font-size:11px; line-height:11px } .input { position:relative; cursor:pointer; color:#4d4d4d } .input > a, a.sd-link, .input:focus { color:#4d4d4d; text-decoration:none } .input > span { font-weight:600 } .input .placeholder { font-weight:400 } .form-h label { float:left; width:35%; padding:8px 10px 0 0; text-align:right } .form-h .form-right { float:left; width:60% } .form-h .form-group:after { clear:both; content:''; display:table } .form-h .form-footer { padding-left:35% } [class*=btn-], a.link { display:inline-block; font-size:14px; padding:9px 15px; margin-right:10px; font-weight:400; line-height:16px; text-align:center; white-space:nowrap; vertical-align:middle; -ms-touch-action:manipulation; touch-action:manipulation; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; border-radius:2px; color:#fff; border:1px solid transparent; text-transform:uppercase; cursor:pointer; transition:all .2s ease; outline:0 } [class*=btn-]:last-child { margin-right:0 } [class*=btn-].btn-round { border-radius:100%; width:43px; height:43px; font-size:26px; padding:10px; line-height:20px; box-shadow:4px 4px 15px -6px #333 } .btn-p { background-color:#c80027 } .btn-p:focus { background-color:#9f0014 } .btn-s { background-color:#5f6c7c } .btn-s:focus { background-color:#314252 } .btn-g { background:#7db701 } .btn-g:focus { background:#699804 } .btn-t { background-color:#fff; border:1px solid #a1adb9; color:#5b6c7c } a.link { color:#4d4d4d; border:1px solid #a1adb9; text-decoration:none; background:#fff } .btn-t:focus, .btn-t:active, a.link:focus { background-color:#5e6b7b; color:#fff; border:1px solid #5e6b7b; text-decoration:none } .btn-sl:focus, .btn-sl:active { background-color:#fff; border:1px solid #ffb400; color:#ffb400 } .btn-h { background-color:transparent; border:1px solid #0178d6; color:#0178d6 } .btn-h:focus, .btn-h:active { background-color:#00539f; color:#fff; border:1px solid #00539f } header { position:fixed; top:0; left:0; right:0; width:100%; min-width:320px; border-bottom:1px solid #c8c8c8; background-color:#fff; box-shadow:0 1px 2px 0 rgba(0,0,0,.1); z-index:5 } .sulekha-logo { float:left; width:85px; height:25px; margin-left:39px; margin-top:5px; background:url(//sulcdn.azureedge.net/content/images/v8/sulekha-logo-v3.png) 0 0 no-repeat; color:transparent; font-size:0; line-height:0; text-indent:-9999px } .sulekha-logo-hp { float:left; width:122px; height:30px; margin-left:25px; background:url(//sulcdn.azureedge.net/content/images/v8/sulekha-logo-mobile.png) 0 0 no-repeat; color:transparent; font-size:0; line-height:0; text-indent:-9999px } header .search-wrap { float:left; margin-left:5px } header .search-wrap .ch-city { position:relative; float:left; margin-top:6px; margin-right:5px } header .search-wrap .ch-city:after { display:none } header .search-wrap .ch-city > a { display:none; max-width:160px; padding:4px 25px 4px 0; font-size:11px; border:0; color:#4d4d4d; font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap } header .search-wrap .ch-city > a:focus { border:0; text-decoration:none } .ch-search-mask { position:fixed; top:0; left:0; right:0; bottom:0; background-color:#000; height:100%; width:100%; opacity:.8; filter:alpha(opacity=80); z-index:100 } .hideCmnSearch .ch-search, .hideCmnSearch .ch-city { visibility:hidden; opacity:0; filter:alpha(opacity=0) } .ch-loc-active .hideCmnSearch .ch-city, .ch-search-active .hideCmnSearch .ch-search { visibility:visible; opacity:1; filter:alpha(opacity=1) } .s2-header { position:fixed; z-index:101; top:0 } .s2-header .ch-search-menu { width:100% } .signin-popup { background-color:transparent !important; padding:0 !important } .signin-register .hr-text p { font-size:12px } .signin-popup iframe { width:100%; height:100% } .icons-mobile { float:right } .icons-mobile > a { position:relative; float:right; margin:0 8px } .icons-mobile > a:first-child { margin-left:0 } .icons-mobile > a:last-child { margin-right:0 } .ch-search { position:relative; float:left; width:30px; margin:0 5px; height:30px } .shortlist-count .count { position:relative; top:-8px; display:inline-block; width:13px; height:12px; margin:3px 10px 0; background:#c80028; color:#fff; border-radius:100%; z-index:1; font-style:normal; font-size:9px; text-align:center; line-height:12px; vertical-align:top } .shortlist-count.active .count { animation:count .5s ease } @keyframes count { from { transform:scale(0) } 70% { transform:scale(1.3) } to { transform:scale(1) } } .shortlist-count, .download-app-icon, .search-icon, .navbar-icon { background:url(//sulcdn.azureedge.net/content/images/v8/sul-base-m.png) 0 0 no-repeat; content:""; position:absolute } .search-icon:after { content:"\e992"; left:5px; top:3px; z-index:9; font-size:18px; position:absolute; color:#333 } .notifications .dropdown-toggle i:after { content:'\e95b'; font-size:22px; display:inline-block; color:#333; line-height:32px; padding:0 5px } .navbar-icon { position:static !important; float:left !important } .sulekha-logo { margin:2px 0 0 45px !important; float:none !important; display:inline-block; vertical-align:middle } .navbar-icon { position:static !important; float:left !important } .navbar-icon:after { content:"\e955"; position:absolute; font-size:26px; color:#666; left:5px; top:2px; padding:10px } header .container { display:flex; flex-flow:row; padding:10px } .notifications { float:right; position:absolute; order:4; top:7px; right:41px; width:32px } .icons-mobile { order:5; position:absolute; top:8px; right:5px; width:35px; height:30px } .download-app-icon { background-position:-295px -6px; height:30px; right:-10px; top:2px; width:18px } .shortlist-count { background-position:-256px -2px; height:26px; right:-2px; top:5px; width:20px } html.mnav-open, html.mnav-open body { overflow:hidden } .mnav-open .backdrop-overlay { display:block; visibility:visible } .backdrop-overlay { display:none; position:fixed; left:0; right:0; top:0; bottom:0; background-color:#000; opacity:.8; z-index:998 } .label { border:1px solid #4d4d4d; border-radius:3px; padding:2px 10px; display:inline-block; margin:0 5px 10px 0 } .label.info { color:#00539f; border:1px solid #00539f } .label.worning { color:#ffb400; border:1px solid #ffb400 } .label.danger { color:#c80028; border:1px solid #c80028 } .float-left { float:left } .float-right { float:right } .align-center { text-align:center } .gray-txt { color:#777; font-size:14px } small { font-size:12px; font-weight:300 } .muted { color:#b8b8b8 } .hide { display:none !important } .shide { display:none } .show { display:block !important } .disabled { bottom:0; cursor:not-allowed; opacity:.4; pointer-events:none; top:0; width:100% } .panel { position:fixed; visibility:hidden; transform:translateY(100%); transition:all 400ms ease } .sdialog { display:none } [class*=icon-] { padding-left:20px !important; position:relative } .icon-bookmark:before, .icon-bookmark.active:before, .s-btn:after, .sd-menu .search-wrap:after, .sl-search:after, .stabs-panel .search > div:after, .change-city .search:after, .sl-field:after, .ch-city:after, .menu-container > li > a:after, .selected span i:before, .icon-settings:before, .icon-dashboard:before, .icon-profile:before, .icon-logout:before, .filter-review .sdropdown:after, .rupee-icon:after, .term-ico:before, .icon-virtual:before { background:url(//sulcdn.azureedge.net/content/images/v8/sul-base-m.png) 0 0 no-repeat; width:21px; height:21px; content:""; display:block; left:0; right:0; position:absolute } .rupee-icon { position:relative; padding-left:12px } .rupee-icon:after { background-position:-41px -160px; top:6px } .icon-bookmark:before { background-position:-221px -154px; position:static } .icon-bookmark, .icon-bookmark.active { position:absolute; top:10px; right:10px; border:1px solid #a1adba; padding:5px 3px 4px !important; border-radius:2px } .icon-bookmark.active { border:1px solid #ffc000 } .icon-bookmark.active:before { background-position:-221px -124px; position:static } .icon-settings:before { background-position:-220px -35px; left:15px; top:7px; width:25px; height:25px } .icon-dashboard:before { background-position:-220px -5px; left:15px; top:7px; width:25px; height:25px } .icon-profile:before { background-position:-220px -95px; left:15px; top:7px; width:25px; height:25px } .icon-logout:before { background-position:-222px -65px; left:15px; top:7px; width:25px; height:25px } .ch-city:after, .menu-container > li > a:after, .filter-review .sdropdown:after { background-position:-223px -183px; top:1px; right:5px; left:auto; width:14px } .menu-container > li > a:after { width:22px; background-position:-218px -183px; top:11px; right:12px } .filter-review .sdropdown:after { display:none; background-position:-223px -190px; right:10px; top:14px; height:8px; transition:all .3s ease } .filter-review .sdropdown.open:after { transform:rotate(-180deg) } .app-down { padding:5px; color:#fff; display:block; box-shadow:-6px -5px 15px -10px #333 inset; position:fixed; width:100%; top:0; z-index:101 } .app-cont, .app-down .close { display:inline-block } .app-down.user { background-color:#eeb606 } .app-down.bus { background-color:#c6161e } .app-down .close a { background:url(//sulcdn.azureedge.net/content/images/v8/header-mobile-sprite.png) -3px -4px no-repeat; padding:15px; vertical-align:middle; width:20px; height:20px; display:inline-block; margin-top:-15px; margin-left:5px } .app-cont { padding:3px 0 3px 32px; line-height:17px; font-size:14px; position:relative } .app-cont a { color:#fff } .app-cont:before { background-image:url(//sulcdn.azureedge.net/content/images/v8/user-app-banner.gif); background-repeat:no-repeat; content:""; position:absolute; height:42px; width:30px; left:-2px; top:-3px } .app-cont span { font-size:11px; display:block; font-weight:400 } .app-icon { float:right; padding:5px 5px 0 0; position:absolute; top:5px; right:5px } .sticky-app { padding-top:100px } .sticky-app .s2-header { top:50px } @keyframes bellshake { 0% { transform:rotateZ(0deg) } 10% { transform:rotateZ(-10deg) } 20% { transform:rotateZ(10deg) } 30% { transform:rotateZ(-7deg) } 40% { transform:rotateZ(7.5deg) } 50% { transform:rotateZ(-6deg) } 60% { transform:rotateZ(5deg) } 70% { transform:rotateZ(-4.28571deg) } 80% { transform:rotateZ(3.75deg) } 90% { transform:rotateZ(-3.33333deg) } 100% { transform:rotateZ(0deg) } } @-moz-keyframes bellshake { 0% { transform:rotateZ(0) } 10% { transform:rotateZ(-30deg) } 20% { transform:rotateZ(15deg) } 30% { transform:rotateZ(-10deg) } 40% { transform:rotateZ(7.5deg) } 50% { transform:rotateZ(-6deg) } 60% { transform:rotateZ(5deg) } 70% { transform:rotateZ(-4.28571deg) } 80% { transform:rotateZ(3.75deg) } 90% { transform:rotateZ(-3.33333deg) } 100% { transform:rotateZ(0) } } @-webkit-keyframes bellshake { 0% { transform:rotateZ(0) } 10% { transform:rotateZ(-30deg) } 20% { transform:rotateZ(15deg) } 30% { transform:rotateZ(-10deg) } 40% { transform:rotateZ(7.5deg) } 50% { transform:rotateZ(-6deg) } 60% { transform:rotateZ(5deg) } 70% { transform:rotateZ(-4.28571deg) } 80% { transform:rotateZ(3.75deg) } 90% { transform:rotateZ(-3.33333deg) } 100% { transform:rotateZ(0) } } .notifications .icon-bell { float:left; padding-left:0 !important } .notifications.has-notify .icon-bell { -webkit-animation:bellshake 2s infinite linear; -moz-animation:bellshake 2s infinite linear } #glbnotify iframe { position:absolute; top:0; left:0; right:0 } #glbnotify .notifi-close { color:#333; font-size:24px; position:absolute; right:2px; padding:8px; top:0; z-index:2 } @media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) { .icon-bell:before { background-image:url(//sulcdn.azureedge.net/content/images/v8/sul-base-m1-2x.png); background-size:360px 331px } } .lcf-bg { background-color:#e5e9ec } .ac-group-label { margin-bottom:5px; padding:5px 10px; background:#f2f2f2; font-weight:700 } .sdropdown > .sd-menu > .bottom { background-color:#e3e3e3; border-top:1px solid #adadad; font-weight:600; border-radius:0 0 3px 3px } .sdropdown > .sd-menu > .bottom a { color:#4d4d4d; display:block; padding:5px 10px } ::-webkit-scrollbar-thumb:horizontal { background-color:#8e8e8e } ::-webkit-scrollbar-thumb:horizontal:hover { background-color:#696969 } .hp-city:after, .hp-city .sd-link:before, .posted-by .view-count:before { background:url(//sulcdn.azureedge.net/content/images/v8/sul-base-m.png) 0 0 no-repeat; width:21px; height:21px; content:""; display:block; left:0; right:0; position:absolute } .icon-replay:before { background-position:-133px -275px } .icon-thumbs-up:before { background-position:-152px -275px } .hp-city:after { background-position:-223px -183px; top:1px; right:5px; left:auto; width:14px } .s-btn:after, .search-hp .s-btn:after, .sl-search:after, .stabs-panel .search > div:after, .sd-menu .search-wrap:after, .change-city .search:after { background-position:-95px -6px; right:24px; left:auto; top:24px } .change-city .search:after { opacity:.4 } .sd-menu .search-wrap:after { top:16px; opacity:.6 } .search-hp .s-btn:after, .search-hp .hp-city:after { display:none; top:13px; right:13px } .sl-search:after { top:23px; right:24px } .search-hp .hp-city:after { display:none; width:23px; background-position:-218px -183px; transition:all .3s ease } .search-hp .hp-city.open:after { transform:rotate(-180deg) } .search-hp .hp-city .sd-link:before { content:''; position:absolute; left:12px; top:14.5px; width:10px; height:13px; background:url(//sulcdn.azureedge.net/content/images/v8/hp-new-sprite-m.png) -7px -8px no-repeat } .posted-by .view-count:before { background-position:-126px -124px; left:-20px } .icon-rupee:before { background-position:-292px -204px; position:static; float:left; width:15px; height:17px } [class*=mobic-]:before { background:url(//sulcdn.azureedge.net/content/images/v8/mob-category-sprite.png) 0 0 no-repeat; display:block; content:''; width:34px; height:36px; margin:0 auto } .mobic-home:before { background-position:0 0 } .mobic-homeimp:before { background-position:-123px 0 } .mobic-rental:before { background-position:-43px 0 } .mobic-edu:before { background-position:-86px 0 } .mobic-profserv:before { background-position:-4px -39px } .mobic-travel:before { background-position:-43px -39px } .mobic-health:before { background-position:-83px -39px } .mobic-events:before { background-position:-123px -39px } .icon-filter.selected { padding-right:25px } .term-ico, .icon-virtual { position:absolute } .term-ico:before, .icon-virtual:before { background-position:-93px -282px; width:16px; height:16px; margin-left:7px } .icon-filter.selected:after, .icon-drop:after, .sl-field:after { display:inline-block; right:0; left:auto; background-position:-127px -64px } .icon-drop:after, .sl-field:after { background-position:-9px -161px; top:15px; right:0; width:12px; height:6px } @media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-device-pixel-ratio:1.5) { .icon-bookmark:before, .icon-bookmark.active:before, .s-btn:after, .sd-menu .search-wrap:after, .icon-filter.selected:after, .icon-drop:after, .ch-city:after, .hp-city:after, .stabs-panel .search > div:after, .sl-search:after, .menu-container > li > a:after, .selected span i:before, .icon-settings:before, .icon-dashboard:before, .icon-profile:before, .icon-logout:before, .hp-city .sd-link:before, .posted-by .view-count:before, .filter-review .sdropdown:after, .rupee-icon:after, .ftr-ic-twitter, .ftr-ic-facebook, .ftr-ic-pinterest, .ftr-ic-google-plus { background-image:url(//sulcdn.azureedge.net/content/images/v8/sul-base-m-2x.png); background-size:315px 331px } .ch-city:after { background:url(//sulcdn.azureedge.net/content/images/v8/hea-spr-nw-2x.png) 0 0 no-repeat; background-position:0 -2px; background-size:cover } .ftr-ic-youtube, .ftr-ic-linkedin, .ftr-ic-instagram { background-image:url(//sulcdn.azureedge.net/content/images/v8/sul-base-m1-2x.png); background-size:360px 331px } [class*=mobic-]:before { background-image:url(//sulcdn.azureedge.net/content/images/v8/mob-category-sprite-2x.png); background-size:160px 80px } } .home-page-bg { min-height:258px; position:relative; background-color:#333 } .bg-slide { position:absolute; left:0; right:0; height:100%; display:none; background-position:center center; background-repeat:no-repeat; background-size:cover; opacity:.5 } .bg-slide.first-img, .bg-slide[class*=img-] { display:block } .bg-slide.img-1 { background-image:url(//sulcdn.azureedge.net/content/hp/bg/dance-m.jpg) } .bg-slide.img-2 { background-image:url(//sulcdn.azureedge.net/content/hp/bg/education-m.jpg) } .bg-slide.img-3 { background-image:url(//sulcdn.azureedge.net/content/hp/bg/painter-works-m.jpg) } .bg-slide.img-4 { background-image:url(//sulcdn.azureedge.net/content/hp/bg/photography-m.jpg) } .bg-slide.img-5 { background-image:url(//sulcdn.azureedge.net/content/hp/bg/ac-services-m.jpg) } .promotext { min-height:40px; padding:10px 0; position:relative } .promotext p { text-align:left; padding:0; white-space:nowrap; overflow:hidden; position:absolute; left:10px; right:0; font-weight:600; display:none; font-size:12px } .promotext p.active { display:block } .promotext a { font-size:12px; color:#4d4d4d; position:absolute; right:0; padding:10px; top:0; text-decoration:none } .promotext a.hdr-biz-owners { background:#ff7e00; border-radius:2px; text-transform:uppercase; color:#fff; margin-right:3px; top:2px } .hbt-txt { margin-left:5px } .search-hp { display:table; position:relative; max-width:600px; margin:0 auto; padding:20px 10px; color:#fff; z-index:6 } .search-hp:before, .search-hp:after { clear:both; content:''; display:table } .search-hp h1 { margin-bottom:30px; text-align:center; font-size:18px; font-weight:400 } .sdropdown .sd-link { display:block } .sdropdown { display:inline-block; position:relative } .search-hp .hp-city, .search-hp .hp-search { position:relative; margin:5px 0 0; display:inline-block; vertical-align:middle } .search-hp .hp-city { width:35% } .search-hp .hp-city .sd-link { padding-left:25px; font-size:100%; border-radius:3px 0 0 3px; background:#f3f1f2; font-weight:400; overflow:hidden; text-overflow:ellipsis; white-space:nowrap } .search-hp .hp-city .sd-link.input { padding-right:5px } .search-hp .hp-search { width:65% } .sdropdown .sd-menu, .ac-menu, .category-menu .menu-container { display:none } .search-clear, .search-clear:hover, .search-clear:focus { position:absolute; right:0; z-index:1; font-size:32px; color:#c4c1b0; padding:15px; cursor:pointer; display:none; text-decoration:none } .search .search-clear { right:47px; padding:8px } .hp-search .search-clear { right:35px; padding:10px; font-size:26px } .search-hp .sd-link, .search-hp input { padding:12px 10px; font-size:16px; border:1px solid #bec8d4; line-height:22px } .search-hp input { padding-right:30px; font-size:14px; border-radius:0 4px 4px 0; border-left:0 } .hp-search .s-btn { position:absolute; top:0; right:0; bottom:0; padding:15px; border-radius:4px; text-transform:uppercase; color:#fff } .hp-search .s-btn:after { content:''; display:block; position:absolute; right:8px; top:15px; width:16px; height:16px; background:url(//sulcdn.azureedge.net/content/images/v8/hp-new-sprite-m.png) -24px -7px no-repeat } .page-info { position:relative; min-width:320px; margin:0 auto; padding:10px 0; text-align:center; background:#fff; box-shadow:0 0 5px 0 #888 } .page-info ul { display:table; width:100% } .page-info li { display:inline-block; width:32.5%; padding:0 5px; text-align:center; font-size:13px; vertical-align:top; line-height:14px; transition:.3s ease-in } .page-info li strong { display:block; padding:5px 0 10px; font-size:16px } .page-info li span { display:block; line-height:14px; font-size:11px } .category-menu { background-color:#fff; border-top:1px solid #5e6c7b; border-bottom:1px solid #c8c8c8; overflow:hidden } .category { position:relative; max-width:100%; margin:10px auto; padding:0 8px; text-align:center } .category > li { float:left; display:table-cell; width:25%; padding:0 3px } .category > li > a { display:block; position:relative; font-size:10px; line-height:12px; min-height:84px; margin:0 auto; padding:5px 0; text-decoration:none; color:#1e1e1e; font-weight:600; border:1px solid #e5e5e5; border-radius:2px; transition:all .5s ease 0s } .service-block { padding:10px 0 25px; background:#f5f5f5; overflow:hidden } .service-block .container, .blog-section .container { padding:15px 0 0 } .service-block .container > h2 { float:none; font-size:15px; font-weight:600; text-align:center; text-transform:uppercase } .promotext p { text-align:left; left:-5px; font-size:12px } .promotext p a { position:static } .promotext a { font-size:12px; color:#4d4d4d; position:absolute; right:0; padding:10px; top:0; text-decoration:none } @media (max-width:320px) { .app-cont { font-size:12px } .app-cont span { font-size:9px } } @-moz-document url-prefix() { .search-hp .hp-city, .search-hp .hp-search { float:left } .search-hp .hp-city .sd-link::before { top:16px } } @media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) { .search-hp .hp-city, .search-hp .hp-search { float:left } .search-hp .sd-link, .search-hp input { line-height:16.5px } } .page-wrap.has-flip { padding-top:108px } .page-wrap.has-flip .s2-header { top:48px; z-index:202 } .countryhead { position:fixed; z-index:200; top:0; left:0; right:0; text-align:center; background-color:#3faffe; border-bottom:1px solid #0798fe; color:#FFF; padding:5px; transition:all .5s linear } .countryhead p { padding:0; font-weight:500; font-size:12px } .countryhead a { background-color:#fff; padding:3px 5px; width:52px; height:30px; overflow:hidden; display:inline-block; margin:5px; vertical-align:middle; border-radius:3px; border:1px solid #ddd } .countryhead a:hover { border:1px solid #0263a7 } .countryhead a:first-child { margin-left:15px } .countryhead i { background:url(//sulcdn.azureedge.net/content/images/v8/country-small.png) no-repeat 0 0; display:inline-block; width:42px; height:23px; vertical-align:middle } .countryhead .us { background-position:0 0 } .countryhead .canada { background-position:-45px 0 } .hide-sticky-header .countryhead { top:-54px; transition:all .5s linear } .hide-sticky-header .has-flip .s2-header { top:-68px } .allservices { padding:15px 0; text-align:center } .allservices .view-all { display:inline-block; background-color:#fff } .allservices .view-all:hover, .allservices .view-all:focus, .allservices .view-all:active { color:#e73a34; text-decoration:none } .saleoffer { display:table; position:relative; width:100%; margin:0 auto; background-color:#ffe9e9; box-shadow:0 2px 3px 1px #cfcfcf; z-index:1; overflow:hidden } .rowrapper:before, .rowrapper:after { content:''; display:block; clear:both } .saleoffer .imgsrc { width:40%; position:absolute; left:0; right:0; top:0; bottom:0 } .saleoffer .imgsrc img { margin:auto; position:absolute; left:0; right:0; top:0; bottom:0 } .saleoffer .benfitswrap { width:100%; float:left; padding-left:40% } .saleoffer .benfitswrap .nogst { right:-18px; top:-28px; background:url(https://sulcdn.azureedge.net/contentv2/property-promo/supersales-sm.png) no-repeat -391px -23px; position:absolute; display:inline-block; width:85px; height:95px } .saleoffer .benfitswrap .nogst i { position:absolute; bottom:12px; left:19px; color:#8a1d00; font-size:11px; font-style:normal; text-transform:uppercase; width:30px; text-align:center; font-weight:700; line-height:12px } .benfitswrap label { color:#df3635; font-size:12px; margin:8px 0; width:80%; font-weight:700; display:block; line-height:14px } .benfitswrap ul li { padding-left:20px; position:relative; font-weight:700; font-size:11px } .benfitswrap ul li:before { content:''; display:inline-block; width:8px; height:8px; border-radius:50%; background-color:#f60; position:absolute; left:0; top:6px } .benfitswrap ul li span { text-transform:uppercase } .benfitswrap .viewmore { background-color:#fff; color:#df3635; border:1px solid #df3635; border-radius:3px; box-shadow:none; font-size:10px; padding:4px 8px; line-height:14px; position:absolute; right:5px; bottom:5px } @media(max-width:1024px) { .rowrapper { max-width:600px; margin:0 auto; position:relative; height:102px } } @media(max-width:767px) { .rowrapper { max-width:100%; margin:0 auto; position:relative; height:110px } } @media(max-width:400px) { .benfitswrap .viewmore { position:static; margin:10px 0 } .saleoffer .benfitswrap .nogst { right:-18px; top:-10px } .rowrapper { height:100% } } .contest { padding:15px 0 5px; text-align:center } .service-block .contest a { display:inline-block; width:300px } .listbuz { display:none } .promotext .hdr-biz-owners { padding:3px 6px 4px; font-size:11px; line-height:20px; height:24px; margin-top:8px } .grid-h h2 { float:left; margin-bottom:0; padding:0 15px; color:#4d4d4d; font-weight:400 } .grid-h ul { clear:both; padding:10px 15px 20px } .grid-h ul:after { clear:both; content:''; display:table } .grid-h ul > li { position:relative; display:inline-block; width:163px; margin:0 5px 0 0; padding:0; vertical-align:top; border-radius:3px; background-color:#fff; box-shadow:0 0 5px 0 #bbb } .grid-h ul > li figure { height:98px; overflow:hidden } .grid-h ul > li figure img { max-height:98px } .grid-h ul > li h3 { margin-bottom:5px; height:30px; font-size:12px; font-weight:600; white-space:normal } .grid-h ul > li .grid-info { padding:10px } .grid-h ul > li h3 a { color:#4d4d4d } .grid-h ul > li strong { display:block; margin-bottom:20px } .grid-h ul > li strong a { display:block; font-weight:400; color:#4d4d4d; font-size:12px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap } .grid-h ul > li .get-quotes, .view-all { display:block; padding:6px 10px; font-size:13px; color:#e73a34; text-align:center; text-decoration:none; text-transform:uppercase; border:1px solid #d8d8d8; border-radius:3px; font-weight:600; line-height:19px; transition:0.3s ease-in } .grid-h ul > li .price .rupee-icon:after { background-position:-118px -279px; top:5px; width:10px; height:14px } @media(max-width:780px) { .bankoffer { max-width:380px; margin:0 auto } } @media(max-width:340px) { .promotext .hbt-txt { font-size:11px } } .grid-h .scroll-wrap li { cursor:pointer } .icon-settings:before { position:absolute; left:10px; top:8px; background:url(https://sulcdn.azureedge.net/content/images/e-learning-sprite.png) -11px -745px no-repeat; content:''; width:25px; height:25px } .icon-dashboard:before { position:absolute; left:10px; top:8px; background:url(https://sulcdn.azureedge.net/content/images/e-learning-sprite.png) -45px -745px no-repeat; content:''; width:25px; height:25px } .icon-logout:before { position:absolute; left:10px; top:8px; background:url(https://sulcdn.azureedge.net/content/images/e-learning-sprite.png) -79px -745px no-repeat; content:''; width:25px; height:25px } .icon-courses:before { position:absolute; left:10px; top:8px; background:url(https://sulcdn.azureedge.net/content/images/e-learning-sprite.png) -202px -304px no-repeat; content:''; width:25px; height:25px } @media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-device-pixel-ratio:1.5) { .icon-courses:before, .icon-logout:before, .icon-dashboard:before, .icon-settings:before { background-image:url(https://sulcdn.azureedge.net/content/images/e-learning-sprite-2x.png); background-size:260px 873px } }*/ </style> <?php $single_user = "select * from tbl_vendore where (end_date='$cudate' or end_date <'$cudate')"; $single_user_r = mysqli_query($con,$single_user); $numrow = mysqli_num_rows($single_user_r); if($numrow > 0){ while ($row = mysqli_fetch_array($single_user_r)) { $taskid = $row['id']; $l1 = "update tbl_vendore set status='3' where id='$taskid'"; $resu1 = mysqli_query($con, $l1) or die(mysqli_error($con)); } } ?> </head>