Server IP : 172.67.216.182 / Your IP : 172.68.164.116 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/rangeofmotion.in/css/ |
Upload File : |
.smk_accordion { position: relative; margin: 0; padding: 0; list-style: none; margin-bottom: 20px; } /** * -------------------------------------------------------------- * Section * -------------------------------------------------------------- */ .smk_accordion .accordion_in { border: 1px solid #ccc; position: relative; z-index:2; margin-top: -1px; overflow: hidden; } /** * -------------------------------------------------------------- * Head * -------------------------------------------------------------- */ .smk_accordion .accordion_in .acc_head { position: relative; background: #fff; padding: 20px; font-size: 24px; font-weight:600; display: block; cursor: pointer; color:#253854; } .smk_accordion .accordion_in .acc_head .acc_icon_expand { display: block; width: 18px; height: 18px; position: absolute; right: 20px; top: 50%; margin-top: -9px; background: url(../images/plusminus.png) center 0; } /** * -------------------------------------------------------------- * Content * -------------------------------------------------------------- */ .smk_accordion .accordion_in .acc_content { background: #F9F9F9; color: #7B7E85; padding: 25px 50px; } .smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type { margin-top: 5px; } /** * -------------------------------------------------------------- * General * -------------------------------------------------------------- */ .smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head { /*border-radius: 3px 3px 0 0;*/ } .smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content { border-radius: 0 0 3px 3px; } .smk_accordion .accordion_in.acc_active > .acc_content { display: block; } .smk_accordion .accordion_in.acc_active > .acc_head { background: #F9F9F9; } .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand { background: url(../images/plusminus.png) center -18px; } .smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in .acc_content { padding-left: 40px; }