@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Regular'), local('Roboto-Regular'),
        url('assets/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('assets/fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
    border-color: rgba(0, 0, 0, .1)
}

*,
:after,
:before {
    box-sizing: border-box
}

:focus {
    outline: 0
}

html {
    min-height: 100vh;
    font: normal 400 18px/1.9 Roboto, sans-serif;
    letter-spacing: 0;
    text-transform: none
}

body {
    position: relative;
    margin: 0;
    background-color: #f4f4f4;
    color: #666;
    min-height: 100vh;
    overflow-wrap: break-word;
    word-wrap: break-word
}

p {
    margin: 0 0 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.5rem;
    color: #333;
    font-weight: bold;
}

h1 {
    font-size: 1.78rem;    
    line-height: 1.3;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h3 {
    font-size: 1.3rem;
    line-height: 1.5;
}

h4 {
    font-size: 1.15rem;
    line-height: 1.6;
}

ul {
    margin: 0 0 1.5rem;
    padding-left: 2rem
}

ol li,
ul li {
    margin: 0
}
dt, dd {
    display:block;
    margin:0;
}
dd {
    margin-bottom: 1.25rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #06c;
}

a:focus,
a:hover {
    color: #333
}

svg {
    vertical-align: middle
}

::placeholder {
    opacity: .75;
    color: inherit
}

a.button,
button,
input[type=button],
input[type=submit] {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    border: 1px solid #06c;
    border-radius: 2px;
    color: #fff;
    background-color: #06c;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

a.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #004c99;
    border-color: #004c99
}

.input,
input[type=email],
input[type=search],
input[type=text],
input[type=url],
textarea {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 2px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
}


.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
    transition: none
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.search-form {
    display: block;
    position: relative;
    max-width: 100%
}

.search-form .suki-search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -.5em 0 0 .75em
}

.search-form .search-field {
    width: 100%;
    padding-left: 2.5em
}

.search-form>label+input[type=submit] {
    display: none
}

.tagcloud:after,
.tagcloud:before {
    content: "";
    display: table
}

.tagcloud:after {
    clear: both
}

.tagcloud a {
    float: left;
    padding: .25em .5em;
    margin: .5em .5em 0 0;
    font-size: 1rem!important;
    line-height: normal;
    background-color: rgba(0, 0, 0, .05);
    color: inherit
}

.tagcloud a:hover {
    color: #06c
}

button.suki-toggle {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: 0 0;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
    cursor: pointer;
}

button.suki-toggle:hover {
    outline: 0
}

button.suki-toggle:focus,
button.suki-toggle:hover {
    background: inherit;
    color: #333
}

.menu,
.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.suki-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    vertical-align: middle
}

.suki-icon svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top
}

.suki-icon svg:not([stroke-width]) {
    stroke-width: 0
}

.suki-icon svg:not([stroke]) {
    stroke: currentColor
}

.suki-icon svg:not([fill]) {
    fill: currentColor
}

.alignleft {
    float: left;
    margin: 0 1.25em 0 0;
}
.alignright {
    float: right;
    margin: 0 0 0 1.25em;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}

.suki-oembed-video {
    position: relative;
}

.suki-oembed-video>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.entry-content>* {
    margin-bottom: 1.5rem;
}
.content-area p {
    margin: 1.5rem 0;
}
#canvas {
    min-height: 100vh;
    overflow: hidden;
}

#page {
    position: relative;    
}
.suki-popup {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.suki-popup.suki-popup-active {
    opacity: 1;
    visibility: visible
}

.suki-popup-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.suki-popup-active .suki-popup-background {
    opacity: 1
}

.suki-toggle.suki-popup-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.25rem;
    font-size: 1.5rem
}

.suki-toggle.suki-popup-close-icon {
    line-height: 1;
    background-color: transparent!important;
    color: inherit!important;
    opacity: 1
}

.suki-toggle.suki-popup-close-icon:focus,
.suki-toggle.suki-popup-close-icon:hover {
    opacity: .8
}

.suki-popup-content {
    position: relative
}


.suki-header-search-bar .search-form {
    display: inline-block;
    width: 300px
}
.suki-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 1180px
}

.suki-wrapper:after,
.suki-wrapper:before {
    content: "";
    display: table
}

.suki-wrapper:after {
    clear: both
}

.suki-section-inner, .site-content {
    position: relative
}

.suki-content-row>* {
    width: 100%
}

.content-area {
    width: 100%;
    min-width: 0
}

.site-main {
    border-width: 0;
    border-style: solid
}

.site-main>:last-child {
    margin-bottom: 0
}

.suki-header .menu .menu-item, .site-header {
    position: relative
}

.site-title {
    margin: 0
}

.site-title .suki-menu-item-link {
    position: relative;
    display: inline-block
}

.suki-logo {
    display: block;
}

.suki-logo .suki-logo-image {
    display: block;
    line-height: 1
}

.suki-logo .suki-logo-image img {
    display: block;
    width: 100%;
    height: auto
}

.suki-header-menu .suki-menu-item-title {
    position: relative
}

.suki-header-search-dropdown .sub-menu {
    padding: 0!important;
    width: 300px
}

.suki-header-search-dropdown .search-field {
    padding: 1em 1em 1em 2.5em;
    background-color: transparent;
    color: inherit;
    border-width: 0
}

.suki-header-search-dropdown .search-field:focus {
    background-color: transparent;
    color: inherit
}

.suki-header-mobile-vertical-toggle .suki-popup-toggle-active {
    opacity: 0
}

.suki-header-mobile {
    display: none
}

.suki-header-section {
    position: relative
}

.suki-header-section .suki-wrapper {
    height: 100%
}

.suki-header-section .suki-section-inner {
    height: inherit;
    transition: background-color .25s, border-color .25s, color .25s, box-shadow .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.suki-header-row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    height: 100%;
    margin: 0 -12px
}

.suki-header-column {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 100%
}

.suki-header-column>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    height: 100%;
    max-width: 100%;
    padding: 0 12px
}
.suki-header-main-bar-left,
.suki-header-mobile-main-bar-left {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.suki-header-main-bar-right,
.suki-header-mobile-main-bar-right {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.suki-header-section .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    height: 100%
}

.suki-header-section .menu>.menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.suki-header-section .menu .sub-menu {
    position: absolute;
    z-index: 40;
    top: 100%;
    right: 0;
    padding: 1em;
    max-width: 1180px;
    min-width: 100%;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s, visibility 0s .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto
}
.suki-header-section .menu .sub-menu:not(.button) {
    border-color: inherit
}

.suki-header-section .menu .menu-item.focus>.sub-menu,
.suki-header-section .menu.suki-hover-menu .menu-item:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s, visibility 0s 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.suki-header-section .suki-header-menu {
    padding: 0!important
}

.suki-header-section .suki-header-menu .menu-item {
    padding: 0 12px
}

.suki-header-section .menu>.menu-item .sub-menu {
    background-color: #fff
}

.suki-header-section .suki-toggle,
.suki-header-section a:not(.button) {
    color: #333
}

.suki-header-section .suki-toggle:focus,
.suki-header-section .suki-toggle:hover,
.suki-header-section a:not(.button):focus,
.suki-header-section a:not(.button):hover {
    color: #06c
}

.suki-header-main-bar {
    height: 80px
}

.suki-header-main-bar-inner {
    z-index: 20;
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.suki-header-mobile-main-bar {
    height: 60px
}

.suki-header-mobile-main-bar-inner {
    z-index: 10;
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.suki-header-section-vertical a:not(.button) {
    color: #333
}

.suki-header-section-vertical a:not(.button):focus,
.suki-header-section-vertical a:not(.button):hover {
    color: #06c
}

.suki-header-section-vertical-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff
}

.suki-header-section-vertical-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    max-width: 100%;
    -ms-flex: 1;
    flex: 1
}

.suki-header-section-vertical-row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

.suki-header-section-vertical .suki-header-menu .menu-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.suki-header-section-vertical .suki-header-menu .suki-menu-item-link {
    padding: .5em 0
}

.suki-header-mobile-vertical {
    display: none
}

.suki-header-mobile-vertical-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: calc(100% - 4rem);
    width: 300px;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.suki-header-mobile-vertical-position-left .suki-header-mobile-vertical-bar {
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.suki-popup-active .suki-header-mobile-vertical-bar {
    -webkit-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    transition: -webkit-transform .25s 125ms;
    transition: transform .25s 125ms;
    transition: transform .25s 125ms, -webkit-transform .25s 125ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.suki-header-mobile-vertical-bar-inner {
    padding: 20px
}

.suki-header-mobile-vertical-bar .suki-header-section-vertical-column {
    margin: -12px 0
}

.suki-header-mobile-vertical-bar .suki-header-section-vertical-row>* {
    padding: 12px 0
}

.suki-header-mobile-vertical-display-drawer {
    opacity: 1
}

.suki-header-menu>.menu>.menu-item>.suki-menu-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.suki-header-menu>.menu>.menu-item>.suki-menu-item-link:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.suki-page-header-inner {
    border-width: 0;
}

.suki-page-header-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -1.5rem
}

.suki-page-header-row:not(.suki-page-header-row-with-center)>.suki-page-header-column-empty {
    display: none
}

.suki-page-header-column {
    max-width: 100%;
    padding: 0 1.5rem
}

.suki-page-header-column>* {
    margin: 0
}

.suki-page-header-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left
}

.suki-footer-bottom-bar-inner {
    background-color: rgba(0, 0, 0, .05);
    border-width: 0;
}

.suki-footer-bottom-bar-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -12px;
    white-space: nowrap
}

.suki-footer-bottom-bar-column {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.suki-footer-bottom-bar-column>* {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 0 12px
}

.suki-footer-bottom-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.suki-footer-bottom-bar-right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.suki-footer-menu {
    padding: 0!important
}

.suki-footer-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.suki-scroll-to-top {
    position: absolute;
    z-index: 99;
    bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color:#bfbfbf;
    padding: 10px;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1
}

.suki-scroll-to-top-position-right {
    right: 0
}

.suki-scroll-to-top-display-sticky {
    position: fixed;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.suki-scroll-to-top-display-sticky.sticky {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.suki-scroll-to-top .suki-icon {
    vertical-align: top
}

.entry-wrapper>:last-child {
    margin-bottom: 0
}

.entry-header {
    margin: 0 0 2rem
}

.entry-header>:last-child {
    margin-bottom: 0
}

.entry-title {
    margin: 0 0 .75rem;
}

.entry-meta {
    font-size: .85em;
    line-height: 1.7;
    margin: 0 0 .25em
}

.entry-meta a {
    color: inherit
}

.entry-meta a:focus,
.entry-meta a:hover {
    color: #06c
}

.entry-content {
    margin: 0 0 1rem
}

.entry-content:after,
.entry-content:before {
    content: "";
    display: table
}

.entry-content:after {
    clear: both
}

.entry-content>:last-child {
    margin-bottom: 0
}

.comments-area {
    margin-top: 4em
}

.comments-title {
    position: relative;
    font-size: 22px;
    line-height: 1.5;
}

.comment-reply-title small {
    margin-left: 1em;
    font-size: 12px
}

.comment-list,
.comment-list ol,
.comment-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list li {
    border-top-width: 1px;
    border-top-style: solid
}

.comment-list>li:first-child {
    border-top: none
}

.comment-list ol,
.comment-list ul {
    padding-left: 1.25em
}

.comment-list ol li,
.comment-list ul li {
    border-top-width: 1px;
    border-top-style: solid
}

.comment-body {
    position: relative;
    padding: 1.25em 0
}

.comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.25em 0 0 0
}

.comment-body .reply a {
    font-size: 90%;
    color: inherit
}

.comment-body .reply a:focus,
.comment-body .reply a:hover {
    color: #06c
}

.comment-content>:last-child {
    margin-bottom: 0
}

.comment-meta {
    position: relative;
    padding-right: 50px;
    margin-bottom: 1em;
    min-height: 50px
}

.comment-author {
    color: #333;
}

.comment-author .avatar {
    width: 2em;
    height: 2em;
    margin-right: .5em;
    border-radius: 50%
}

.comment-author .fn {
    font-weight: bold;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    margin: .25em 0;
    font-size: .80em;
    line-height: 1.7;
    color: inherit
}

.comment-metadata a {
    color: inherit
}

.comment-metadata a:focus,
.comment-metadata a:hover {
    color: #06c
}

.comment-metadata>* {
    position: relative;
    display: inline-block
}

.comment-respond {
    padding-top: 1.5em
}

.comment-list .comment-respond,
.comment-list~.comment-respond {
    border-top-width: 1px;
    border-top-style: solid
}

.comment-list:not(:last-child) .comment-respond {
    padding-bottom: 2em
}

.comment-respond .form-submit {
    margin-bottom: 0
}

.comment-respond label {
    display: block;
    width: 120px
}

.comment-respond .comment-form-cookies-consent label {
    width: auto;
    margin-left: .5em
}

.comment-form #comment {
    height: 6em;
    width: 100%
}

.suki-header-logo .suki-logo-image {
    width: 250px
}

.suki-header-mobile-logo .suki-logo-image {
    width: 140px
}

.suki-page-header-inner {
    padding: 15px 20px 5px 20px;
}

.suki-page-header-breadcrumb {
    font-size: 12px
}

.suki-content-inner {
    padding: 5px 10px 40px 10px
}

.content-area .site-main {
    padding: 30px;
    background-color: #fff;
}


.suki-footer-bottom-bar-inner {
    padding: 15px 20px;
}

.suki-footer-bottom-bar-row {
    margin: 0 -8px;
    font-size: .85rem;
}

.suki-footer-bottom-bar .suki-footer-menu .menu-item {
    padding: 0 8px
}

.suki-scroll-to-top:hover,
.suki-scroll-to-top:focus {
    background-color: #bfbfbf
}

p:empty {
    display: none;
}
.clr::after{
    content:"";
    display:block;
    clear:both;
}
.site-header {
    background-color: #ffffff;
}
.entry-content h3, .entry-content h4 {
    margin-bottom: .5rem;
}
.single-post article h2 {
    background-color: #f4f4f4;
    padding: .5rem;
    font-size: 1.6rem;    
    color: #3984b0;
    margin: 1.6rem 0 1rem 0;
}

ol, ul {
    padding-left: 1.2rem;
}
.rank-math-breadcrumb p {
    margin: 0;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
}
.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
    border: 1px solid #e3e3e3;
    font-size: 0.9rem;
    table-layout: auto;
}
.tablepress th,.tablepress td {
	padding: 16px 8px;
	border: none;
    text-align: left;
    vertical-align: middle;
}
.tablepress tbody td {
	border-top: 1px solid #e3e3e3;    
}
.tablepress thead th {
    background-color: #d8eeff;
    color: #242424;
	font-weight: bold;
}
.tablepress .odd td {
	background-color: #f9f9f9;
}
.tablepress img {
    max-width: none;
	margin: 0;
	padding: 0;
}

a.amazonbtn, a.flipkartbtn {
    padding: .6em 1em;  
    font-size: 0.85rem;
    display: inline-block;
    text-align: center;
    max-width: 140px;   
    color: #333;
    border-radius: 4px;
    font-weight: bold;
    line-height: 1.1;
 }
 a.amazonbtn {
    background-color: #fab966;
    
}
a.amazonbtn:hover {
    background-color: #fbc785;
}
a.flipkartbtn {
    background-color: #6AA2FF;
    margin-top: 6px;
}
a.flipkartbtn:hover {
    background-color: #9CC2FF;
}
a.bgbtn {
    padding: 5px 30px;
    font-size: 1.4rem;
    max-width: 280px;
    margin: 4px 4px 6px 0;
    border-radius: 30px;
    line-height: inherit;
    width: 100%;
}
.note {
    background-color:#ffd7d7;
    padding: 10px;
    border: 1px dashed#e85f29;
    font-size: .9rem;
    color:#000;
}
ul.feature {
   list-style: none;
   background: #ffffec;
   padding: 18px 10px;
}
ul.feature li {
    padding-left: 28px;
}
ul.feature li:before {
    content: "\274D";
    display: inline-block;
    color: #626060;
    margin-right: 8px;
    margin-left: -24px;
}
.fgood strong {
    color: #0a770a;
}
.fbad strong {
    color: #b00909;
}
.fbck {
    display: flex;
}
.col-1.fgood {
    background-color: #f6fff6;
}
.col-1.fbad {
    background-color: #fff6f6;
}
.col ul, .col-1 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.col ul li, .col-1 ul li {
    padding-left: 24px;
}
.fgood ul li:before, .fbad ul li:before {
    color: #626060;
    margin-right: 6px;
    margin-left: -22px;
    display: inline-block;
}
.fgood ul li:before {
    content: "\2714";
    
}
.fbad ul li:before {
    content: "\2718";
}
.grid {
    width: 100%;
    margin-bottom: .8rem;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
[class*='col-'] {
    float: left;
}
.col-1 {
    width: 50%;
    padding: 10px;
}
.col {
    width: 100%;
    padding: 10px;
} 
.inlinks{
    background-color: #ebf7ff;
    margin-bottom: 15px;
}
.lnklist {
	list-style: none;
	padding: 0 0 10px 12px;
	margin: 0;
}
.inth {
	padding: 2px 12px 5px 12px;
    font-size: 18px;
    margin: 0;
}

.lnklist li > a {
    color: #2552ab;
}
.lnklist li > a:hover {
    text-decoration: underline;
}
.toc {
    background-color: #fafafa;
    padding: 10px;
    
}
.toc span {
    padding: 0 0 .5rem .7rem;
    display: block;
    color: #333;
}
.toc ol {
    margin: 0;
    list-style: none;
    counter-reset: ol;
    padding-left: 1.8rem;
    font-size: .85rem;
}

.toc ol ol {
    padding-left: .6rem;
}

.toc ol > li::before {
    margin-right: 8px;
    margin-left: -1.8rem;
    content: counter(ol);
    counter-increment: ol;
    background-color:  #e9ecef;
    border-radius: 50%;
    line-height: 1.4;
    width: 1.4em;
    height: 1.4em;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: #333;
}
.toc ol ol > li::before {
    margin-right: -5px;
    margin-left: -1rem;
    content: '-';
    background-color: transparent;
    border-radius: 0;
}

.product-box {
	outline: 1px solid #d7d7d7;
	float: left;
	margin: 4px 12px 8px 0;
	width: 262px;
    text-align: center;
    position: relative;
}
.product-box .product-image {
    margin: 10px auto;
    display: block;
    height: 160px;;
}
.product-box .product-title {
	margin: 5px 0 0 0;
	font-size: .82rem;
	line-height: 20px;
	overflow: hidden;
    min-height: 56px;
    text-transform: uppercase;
    padding: 6px 6px 4px 6px;
}

.product-box .product-meta .product-price {    
    display: inline-block;
    color: #c23a2a;
}
.product-box .product-meta .strike-price {
    font-size: 12px;
    margin-right: 2px;
    color: #ce9f9f;
}
.product-box .product-meta .product-link {
    text-decoration: none;
    padding: 6px 20px;
    display: inline-block;
    font-weight: bold;
    margin: 8px 0;
    border-radius:40px;
}
.product-box .product-meta .fpk {
    color: #fff;
    background-color: #2874f0;
}
.product-box .product-meta .fpk:hover{
    background-color: #4087f9;
}
.product-box .product-meta .amz {
    color: #333;
    background-color: #fab966;
}
.product-box .product-meta .amz:hover{
    background-color: #fbc785;
}
.aff-product {
    margin: 12px 0;
}
.aff-product::after {
    clear: both;
    content: "";
    display: block;
}
.datenote {
    font-size: .8rem;
    font-style: italic;
    color: #979797;
}
.product-box .saving {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #f92c2c;
    color:#fff;
    border-radius: 50%;
    font-size: .8rem;
    z-index: 99;
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.ckp {
    text-align:center;
}
.ckp::after {
    content: "CHECK PRICE";
    background: #e6e6e6;
    padding: 4px 20px;
    border: 2px solid #ddd;
    border-radius: 2em;
    font-size: 24px;
    font-weight: 700;
    color: #ff1f1f;
}
.ckp img {
    margin: 0 auto 4px auto;
    display: block;
}
#buying-guide ~ h3 {
    border-bottom: 1px solid #3984b0;
    color: #3984b0;
}
html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@media screen and (min-width:500px) {
    .comment-list ol,
    .comment-list ul {
        padding-left: 65px
    }
    .comment-body .reply {
        margin-top: 2em
    }
    .comment-body {
        padding: 2em 0
    }
    .comment-content, .comment-meta {
        padding-left: 65px
    }
    .comment-author .avatar {
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 50px
    }
}

@media screen and (min-width:768px) {
    .comment-respond label {
        display: inline-block
    }
}

@media screen and (min-width:1024px) {
    .suki-content-row {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:1023px) {
    .content-area {
        width: auto!important;
        margin: 0!important
    }
    .suki-header-main {
        display: none
    }
    .suki-header-mobile, .suki-header-mobile-vertical {
        display: block
    }

    .suki-page-header-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: normal
    }
    .suki-page-header-column {
        width: 100%;
    }
    .suki-footer-bottom-bar-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: normal;
    }
    .suki-footer-bottom-bar-column {
        width: 100%;
        margin: 0 0 1em;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        text-align: center
    }
    .suki-footer-menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    
}
@media screen and (max-width:767px) {
    .content-area .site-main {
        padding: 8px;
    }
}
@media screen and (max-width:580px) {   

    .col-1 {
        width:100%;
        margin-bottom:12px;
    }
    .grid .col-1:last-of-type {
        width:100%
    }
    .fbck {
        display:block
    }
    .alignleft, .alignright {
        display: block;
        clear: both;
        margin: 0 auto;
        float: none;
    }
    .boxtb {
        border: 0;
    }
    .boxtb thead {
        display: none;
    }
    .boxtb tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #d0d0d0;
    }
    .boxtb tr td {
        display: block;
        text-align: center;
        border: 0;
    }
    .boxtb .odd td {
        background-color: #fff;
    }
    .boxtb tr td::before {
        content: attr(data-th);
        font-weight: bold;
        display: block;
        line-height: 16px;
        padding: 0;
        text-decoration: underline;
    }
}
