/*!
Theme Name: Ringo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ringo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ringo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* Techmind CSS*/
.pds-content-btn button {
    background-color: #F16C54 !important;
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 8px !important;
}

.pds-btn a {
    background-color: transparent !important;
    color: #F16C54 !important;
    border: 2px solid #F16C54 !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    font-family: 'Manrope';
    font-weight: 700;
    line-height: 32px !important;
}

.pds-section1 {
    margin: 104px 0px 50px 0px;
}

.pds-section2 h5 {
    margin: 53px 0px 8px 0px;
}

.pds-section3 {
    margin: 115px 0px 20px 0px;
}

.pds-section3 .vc_row {
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}

.pds-btn a {
    margin-top: 24px;
    margin-bottom: 53px !important;
}

.pds-content-btn {
    margin: 32px 0px 0px 0px;
}


.why-ringo-content {
    padding-top: 35px;
}

.why-ringo-content h5 {
    font-size: 24px;
    line-height: 32px;
    color: #F16C54;
    font-weight: 600;
    margin-bottom: 16px !important;
}

.why-ringo-content p {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #18191F;
    margin-bottom: 40px !important;
    padding: 0 !important;
}

.st-ringo-sec p {
    color: #18191F;
}

/* .st-ringo-sec .st-padding .ringo-thumb {
    padding-left:40px;
} */
/* 
.st-ringo-sec .st-padding p {
    padding-right: 153px;
    padding-left: 25px;
} */

.st-ringo-sec .row {
    align-items: center;
}

.st-padding {
    padding: 85px 0px;
}

.st-btn a {
    padding: 8px 16px 8px 24px !important;
    background: #F16C54 !important;
    color: #fff !important;
    box-shadow: 0px 4px 8px rgb(241 108 84 / 18%), 0px 0px 2px rgb(241 108 84 / 12%), 0px 0px 1px rgb(0 0 0 / 4%) !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    gap: 7px;
    margin-top: 30px;
    width: 178px;
}

/* .st-padding .st-btn a {
    margin-left: 25px;
} */

.st-btn a:hover {
    color: #fff;
}

.why-ringo {
    /* max-width: 940px; */
    margin: auto;
}

.st-max-width .vc_column_container > .vc_column-inner {
    max-width: calc(100% - 175px);
    margin-left: auto;
    margin-right: auto;
}

.pds-section2 .vc_column_container > .vc_column-inner {
    max-width: calc(100% - 255px);
}

.claim-btn h4 {
    color: #F16C54;
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    padding: 30px 200px;
}

/* FAQ Page Css Sukhdeep */

.faq-heading-section .heading-row {
    margin-top: 112px;
    margin-bottom: 40px;
}

.faq-heading-section .search-row .search-form {
    text-align: center;
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.faq-heading-section .search-row .widget_search {
    margin-bottom: 82px;
}

.faq-heading-section .search-row .search-field {
    font-size: 16px;
}

.faq-heading-section .search-row .search-field::placeholder {
    color: #F2654E !important;
}

.faq-heading-section .search-row .widget_search label {
    width: 100%;
}

.faq-heading-section .search-row .widget_search input {
    height: 58px;
}

.faq-heading-section .search-row .widget_search label input {
    width: 100%;
    border: 2px solid #F16C54 !important;
    border-radius: 4em;
    padding: 10px 55px;
}

.faq-heading-section .search-row .search-submit {
    position: absolute;
    left: 0;
    font-size: 0;
    width: 60px;
    border: none !important;
    background: url('/app/uploads/2021/09/search-Icon.png') no-repeat center !important;
}

.faq-accord-outer {
    gap: 78px;
}

.faq-accord-outer .vc_tta-tabs-container a {
    background-color: #fff !important;
    border-color: transparent !important;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #000 !important;
    padding: 14px 20px 14px 0 !important;
}

.faq-accord-outer .vc_tta-panels-container {
    padding: 40px 56px 64PX;
    background: rgba(201 218 246 / 40%);
    border-radius: 1em;
}

.faq-accord-outer .cq-accordion > h3 {
    font-family: Manrope;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #F16C54;
    margin-bottom: 72px;
}

.faq-accord-outer .vc_tta-panel-body .cq-accordion ul li {
    padding: 14px 76px 14px 40px;
    border-radius: 1em;
    margin-bottom: 20px;
    border: 1px solid #BCD1F3;
}

.faq-toggle {
    background-color: #fff;
    border: 1px solid transparent !important;
}

.faq-accord-outer .vc_tta-panel-body .cq-accordion h4 {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    /* line-height: 40px; */
    letter-spacing: 0em;
    text-align: left;
    padding: 0;
    color: #000 !important;
    line-height: 1.4em;
}

.faq-accord-outer .cq-accordion ul li input[type=checkbox] {
    left: 0 !important;
    top: 0 !important;
}

.faq-accord-outer .cq-accordion ul li i {
    right: 40px;
    top: 8.5px;
    transform: unset !important;
    margin-top: 0 !important;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F16C54;
    border-radius: 50%;
}

.faq-accord-outer .cq-accordion ul li i:before,
.faq-accord-outer .cq-accordion ul li i:after {
    background-color: #fff;
}

.faq-accord-outer .accordion-content {
    width: calc(100% - 10px);
    margin-top: 0px !important;
}

.faq-accord-outer .accordion-content .p-wrap p {
    margin-bottom: 18px;
    padding: 0;
    color: #000 !important;
}


.faq-accord-outer .accordion-content p:last-child {
    margin-bottom: 0px !important;
}

.faq-accord-outer .vc_tta-tab.vc_active .vc_tta-title-text {
    color: #F16C54;
}

.faq-accord-outer .accordion-content p,
.faq-accord-outer .accordion-content .p-wrap {
    font-size: 14px !important;
    line-height: 1.5;
}

.faq-accord-outer .p-wrap a {
    font-weight: 800 !important;
    color: #f16c54 !important;
}

.faq-accord-outer .p-wrap ul {
    padding-left: 20px;
}

.faq-accord-outer .p-wrap ul li {
    position: relative;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 10px !important;
}

.faq-accord-outer .p-wrap ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 3px;
    background: #f16c54;
    left: -18px;
    top: 9px;
}

.faq-accord-outer .cq-accordion ul li input[type=checkbox] {
    height: 50px !important;
}

.duty-terms p, .duty-terms h6, .duty-terms li{
    text-align: left;
}

.duty-terms ul {
    padding-left: 24px;
    margin-left:0;
}
.duty-terms h6 {
    font-size: 20px;
    font-weight: 600;
    color: #f16c54;
    margin-bottom: 15px;
}

.duty-terms ul li {
    position:relative;
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.6;
}


.duty-terms ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 3px;
    background: #f16c54;
    left: -20px;
    top: 13px;
}

.radio-btns-cntnt-sb .form-check-label {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 18px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    border:1px solid #f16c54;
    color:#f16c54;
    cursor: pointer;
   }



.radio-btns-cntnt-sb .form-check-inline {
    padding-left:0;
}

.radio-btns-cntnt-sb .form-check-input[type=radio] {
    display:none;
}

.radio-btns-cntnt-sb .form-check-input[type=radio]:checked + .form-check-label {
     background: #f16c54;
      color: #fff;
}

.sub-section8-1 .form-content {
    padding-top: 12px;
    margin-bottom: 20px;
}

.radio-btns-cntnt-sb {
    margin-bottom: 12px;
}


/* End Techmind CSS*/


/* @media only screen and (max-width: 1399px) {
  .st-ringo-sec p {
   padding-right: 175px;
}
.why-ringo-content {
    padding-right: 107px;
}
}*/



@media only screen and (max-width: 1199.98px) {
    .pds-section2 .vc_column_container > .vc_column-inner {
        max-width: calc(100% - 155px);
    }

    .st-max-width .vc_column_container > .vc_column-inner {
        max-width: 100%;
    }

    /* faq Page */

    .faq-heading-section .heading-row {
        margin-top: 60px;
    }

    .faq-heading-section .search-row .widget_search {
        margin-bottom: 60px;
    }

    .faq-accord-outer {
        gap: 40px;
    }

    .faq-accord-outer .vc_tta-panels-container {
        padding: 25px;
    }

    .faq-accord-outer .cq-accordion > h3 {
        margin-bottom: 36px;
    }

    .faq-accord-outer .vc_tta-panel-body .cq-accordion ul li {
        padding: 14px 54px 14px 30px;
    }

    .faq-accord-outer .cq-accordion ul li i {
        right: 25px;
    }

    .faq-accord-outer .accordion-content .p-wrap p {
        margin-bottom: 18px;
    }

    .faq-accord-outer .accordion-content .p-wrap .p-wrap {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 991.98px) {

    .pds-section2 .vc_column_container > .vc_column-inner {
        max-width: 100%;
    }

    .claim-btn h4 {
        padding: 15px;
    }

    .faq-accord-outer .vc_tta-tabs-container {
        width: 30% !important;
    }

    .faq-accord-outer {
        gap: 22px;
    }

    .faq-accord-outer .vc_tta-tabs-container a {
        padding: 6px 20px 6px 0 !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .st-reverse-col {
        flex-direction: column-reverse !important;
    }

    .pds-section3 .vc_row {
        display: flex;
        align-items: center;
        padding-bottom: 45px;
        flex-direction: column;
    }

    .pds-section3 .wpb_single_image {
        text-align: center !important;
    }

    .pds-section3 .vc_column-inner {
        padding-bottom: 40px;
    }

    .pds-section3 {
        margin: 50px 0px 30px 0px;
    }

    .pds-section3 h6,
    .pds-section3 h4 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    /* .faq-accord-outer .vc_tta-panel-heading {
		display: none;
	} */

    .faq-accord-outer .cq-accordion ul li i {
        right: 18px;
        width: 28px;
        height: 28px;
    }

    .faq-accord-outer .vc_tta-panel-body .cq-accordion ul li {
        padding: 14px 54px 14px 24px;
    }

    .faq-accord-outer .vc_tta-panel-body {
        padding: 0 !important;
    }

    .faq-accord-outer .cq-accordion > h3 {
        display: none;
    }

    .faq-accord-outer .vc_tta-panel-title a {
        text-align: center;
    }

    .faq-accord-outer .vc_tta-panel-heading {
        background-color: transparent !important;
        font-family: Manrope;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: left;
        border: 1px solid #BCD1F3 !important;
        border-radius: 1em !important;
    }

    .faq-accord-outer .vc_active .vc_tta-panel-heading {
        border-color: transparent !important;
        background-color: transparent !important;
    }

    .faq-accord-outer .vc_tta-panel-heading,
    .faq-accord-outer .vc_tta-title-text {
        color: #000 !important;
    }

    .faq-accord-outer .vc_active .vc_tta-panel-title a > .vc_tta-title-text {
        font-family: Manrope;
        font-size: 22px !important;
        font-weight: 800;
        letter-spacing: 0em;
        color: #F16C54 !important;
        line-height: 1.4em;
    }

    .faq-accord-outer .vc_tta-panel {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:576px) {
    .st-ringo-sec .col-md-6 {
        padding-bottom: 45px;
    }

    .st-btn a {
        font-size: 16px;
    }

    .st-btn a .dashicons,
    .st-btn a .dashicons-before:before {
        height: 16px;
        font-size: 16px;
    }

    .st-ringo-sec,
    .st-ringo-sec > .row:not(:first-child) {
        padding-top: 10px !important;
    }

    .st-ringo-sec .st-padding {
        padding-bottom: 0;
    }

    .claim-btn h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .faq-heading-section .search-row .widget_search input {
        height: 45px;
    }

    .faq-heading-section .heading-row {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .faq-accord-outer .vc_tta-panel-body {
        padding: 0 !important;
    }

    .faq-accord-outer .cq-accordion > h3 {
        margin-bottom: 30px;
        font-size: 26px !important;
        line-height: 1.2em;
    }

    .faq-heading-section .search-row .widget_search {
        margin-bottom: 42px;
    }

    #quote-btns {
        flex-direction: column-reverse;
    }

    #quote-btns div:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:420px) {
    .faq-accord-outer .vc_tta-panel-body .cq-accordion h4 {
        font-size: 14px;
    }

    .faq-accord-outer .accordion-content p,
    .faq-accord-outer .accordion-content .p-wrap {
        font-size: 11px !important;
    }

    .faq-accord-outer .cq-accordion ul li i {
        width: 22px;
        height: 22px;
        right: 12px;
    }

    .faq-accord-outer .vc_tta-panel-body .cq-accordion ul li {
        padding: 14px 34px 14px 14px;
    }
}


/**** blog css TM on 1 nov 2021 ****/
/**** blog css TM on 1 nov 2021 ****/
/**** blog css TM on 1 nov 2021 ****/


/**** blog page style ****/
/**** blog page style ****/
/**** blog page style ****/


/***** baby carrie blog ****/

.ringo_container_fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.ringo_container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}

.ringo_blog_listing {
    margin-top: 190px;
    margin-bottom: 60px;
}

.ringo_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.right_main {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
}

.left_sideBar {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
}

.left_sideBar > .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.ringo_blog_listing .ringo_row:not(:first-child) {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}

.ringo_blog_listing .ringo_feat_img {
    width: 25%;
    overflow: hidden;
}

.ringo_blog_listing .ringo_desc_box {
    width: 75%;
    padding-left: 20px;
}

.ringo_blog_listing .ringo_feat_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px;
}

.ringo_blog_listing .ringo_feat_img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ringo_blog_listing .ringo_desc_box .ringo_blog_title {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    color: #000;
    padding: 0px;
}

.ringo_blog_listing .ringo_desc_box .ringo_blog_title a {
    color: #2ea3f2;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-size: 18px;
}

.ringo_blog_listing .ringo_desc_box .ringo_blog_title a:hover {
    color: #000;
}

.ringo_blog_listing .ringo_blog_info {
    color: #707070;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0px;
}

.ringo_blog_listing .posted {
    border-right: 1px solid #707070;
    padding-right: 7px;
    margin-right: 7px;
}

.ringo_blog_listing .date {
    /* border-right: 1px solid #707070; */
    padding-right: 7px;
    margin-right: 7px;
}

.ringo_blog_listing .date sup {
    bottom: 0.5em;
    text-transform: lowercase;
    font-size: 11px;
}

.ringo_blog_listing .ringo_blog_single .date sup {
    bottom: 0.5em;
    text-transform: lowercase;
    font-size: 14px;
}

.ringo_blog_listing .ringo_blog_desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 10px;
    text-align: justify;
}

.ringo_blog_listing .ringo_full_post a {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.ringo_blog_listing .ringo_full_post a:hover {
    color: #ec6b81;
}

.bgProp {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ringo_searchBox,
.ringo_catBox,
.ringo_resPostBox {
    border: 2px solid #efefef;
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 60px;
    padding: 35px 28px 37px;
}

.ringo_searchBox input {
    border: 1px solid #d9d9d9;
    background-color: #f6f6f6;
    border-radius: 15px;
    color: #919090;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 10px 70px 10px 19px;
    width: 100%;
}

.ringo_searchBox button {
    border: none;
    background-color: #ec6b81;
    border-radius: 0 15px 15px 0;
    color: #fff;
    font-size: 18px;
    position: absolute;
    padding: 9px 15px;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.ringo_searchBox form {
    position: relative;
}

.ringo_searchBox button img {
    width: 25px;
    vertical-align: middle;
}

.ringo_catBox li {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 19px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ringo_catBox li:hover {
    background-color: #ec6b81;
    border-color: #ec6b81;
}

.ringo_catBox li:hover a {
    color: #fff;
}

.ringo_catBox li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #494949;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.widget-blog-post {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 29px;
    padding-bottom: 31px;
}

.widget-blog-post ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-blog-post ul li .thumb {
    margin-right: 16px;
    width: 100px;
}

.widget-blog-post ul li .thumb a {
    display: block
}

.widget-blog-post ul li .thumb img {
    width: 100%;
    vertical-align: middle;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.widget-blog-post ul li .content {
    -ms-flex-item-align: top;
    -ms-grid-row-align: top;
    align-self: top;
    width: calc(100% - 100px);
}

.widget-blog-post ul li .content span {
    color: #ec6b81;
    font-weight: 600;
    font-size: 13px;
}

.widget-blog-post ul li .content span sup {
    bottom: 0.5em;
    text-transform: lowercase;
    font-size: 11px;
}

.widget-blog-post ul li .content h4 {
    color: #383838;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 0;
    overflow: hidden;
    /* max-height: 60px; */
    padding: 0;
    margin: 0;
}

.widget-blog-post ul li .content h4 a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.ringo_full {
    width: 100%;
}

.ringo_full .nav-links {
    text-align: center;
    margin-bottom: 30px;
}

.ringo_full .nav-links .page-numbers {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #2ea3f2;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.ringo_full .nav-links .page-numbers:hover {
    background: #faaeba;
    color: #800000;
}

.ringo_full .nav-links .prev,
.ringo_full .nav-links .next {
    width: auto;
    padding: 0px 10px;
}

.ringo_container {
    max-width: 100%;
}

.widget-blog-post:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
}


/**** single ****/

.ringo_blog_single .ringo_feat_img {
    width: 100%;
    margin-bottom: 25px;
}

.ringo_blog_single .ringo_blog_info {
    font-weight: 600;
    font-size: 17px;
    margin-right: 35px;
    color: #ec6b81 !important;
}

.ringo_blog_single .posted {
    border: 0px !important;
}

.ringo_blog_single .ringo_blog_title {
    color: #2ea3f2 !important;
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 1.3 !important;
    margin-bottom: 38px !important;
}

.ringo_blog_single .ringo_desc_box {
    padding: 0px;
    width: 100%;
}

.ringo_blog_single .ringo_blog_desc {
    text-align: left;
}

.ringo_blog_single .ringo_blog_desc p {
    font-size: 15px;
    line-height: 1.7333;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
}

.ringo_blog_single .ringo_blog_desc h1,
.ringo_blog_single .ringo_blog_desc h2,
.ringo_blog_single .ringo_blog_desc h3,
.ringo_blog_single .ringo_blog_desc h4,
.ringo_blog_single .ringo_blog_desc h5,
.ringo_blog_single .ringo_blog_desc h6 {
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left !important;
    line-height: 1.6;
}

.ringo_blog_single .ringo_blog_desc h1 {
    font-size: 28px;
}

.ringo_blog_single .ringo_blog_desc h2 {
    font-size: 24px;
}

.ringo_blog_single .ringo_blog_desc h3 {
    font-size: 20px;
}

.ringo_blog_single .ringo_blog_desc h4 {
    font-size: 18px;
}

.ringo_blog_single .ringo_blog_desc h5 {
    font-size: 16px;
}

.ringo_blog_single .ringo_blog_desc h6 {
    font-size: 14px;
}

.ringo_blog_single .ringo_blog_desc blockquote {
    border-left: 5px solid #800000;
    margin: 25px 0px;
    padding: 25px 20px;
    background: #feeef0;
    color: #800000;
}

.ringo_blog_single .ringo_blog_desc blockquote p {
    margin: 0px;
    font-size: 26px !important;
    font-style: italic;
}

.ringo_blog_single .ringo_blog_desc ol,
.ringo_blog_single .ringo_blog_desc ul {
    padding-left: 20px;
}

.ringo_blog_single .ringo_blog_desc ol li,
.ringo_blog_single .ringo_blog_desc ul li {
    padding-left: 24px;
    position: relative;
    font-size: 15px;
    line-height: 1.7333;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
}

.ringo_blog_single .ringo_blog_desc ol li::before,
.ringo_blog_single .ringo_blog_desc ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background: #faaeba;
    width: 15px;
    height: 15px;
    border-radius: 0px 6px;
}

.ringo_blog_single .ringo_blog_desc ol li strong,
.ringo_blog_single .ringo_blog_desc ul li strong {
    margin-bottom: 6px;
    display: inline-block;
}

.ringo_blog_single .ringo_blog_desc ul li ul li::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    background: transparent;
    font-size: 16px;
    height: 10px;
    display: flex;
    align-items: center;
    left: 0px;
    color: #2ea3f2;
    top: 8px;
}

.ringo_blog_single .ringo_blog_desc img {
    width: auto;
    margin: 0px auto;
    max-width: 100%;
    display: block;
}

.ringo_blog_single .ringo_blog_desc a {
    color: #00b3e5;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.ringo_blog_single .ringo_blog_desc a:hover {
    color: #faaeba;
}

.searchResultHeading {
    background: #2ea3f2;
    text-align: center;
    color: #fff;
    line-height: 31px;
    padding: 15px;
}

hr {
    margin-top: 0px;
    margin-bottom: 20px;
    background: #e0f1fd;
    border: 0px;
    height: 2px;
}

/* Blog style */

.blog-header {
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    min-height: 250px;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff9f9;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fce6e1;
}

.blog-page-title {
    font-size: 50px;
    font-weight: 800;
    color: #f16c54;
    line-height: 1.2;
}

.blog-header:before {
    /*     content:''; */
    background: rgb(0 0 0 / 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.blog-post-wrap {
    height: 100%;
}


/* .blog-post-wrap {
    margin-bottom: 35px;
} */

.blog-post-wrap {
    height: 100%;
}

.post-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.publish-date {
    font-size: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.description {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #716c80;
    font-weight: 300;
}

.blog-listing {
    padding-top: 80px;
    padding-bottom: 50px;
}

.blog-thumb img {
    width: 100%;
    object-fit: cover;
    height: 220px;
}

.blog-content {
    padding: 20px 25px;
    background-color: #f5f8fa;
    box-shadow: 0 30px 30px 0 rgb(0 0 0 / 10%);
    margin: -40px 10px 40px;
    position: relative;
    z-index: 1;
    height: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    border-bottom: 6px solid #f16c5452;
}

.blog-thumb {
    border-radius: 0.25rem 0.25rem 0 0;
    overflow: hidden;
}

.post-title a {
    font-size: 18px;
    color: #716c80;
    font-weight: 600;
}

.read-btn {
    display: inline-block;
    color: #f16c54;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-margin-before: auto;
    margin-block-start: auto;
    transition: .3s ease;
}

.read-btn:hover {
    color: #f16c54b8;
}

.single-post-tm {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-post-tm .fetured-img img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.single-post-tm .fetured-img {
    margin-bottom: 20px;
}

.single-post-tm .blog-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}

.single-post-tm .blog-meta {
    margin-bottom: 18px;
}

.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
    line-height: 1.2;
    margin-bottom: 10px;
}

.blog-single-content p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.single-post-tm h2,
.single-post-tm h3,
.single-post-tm h4,
.single-post-tm h6 {
    font-weight: 600;
}

.blog-sidebar .blog-search {
    max-width: 350px;
    border-radius: 0;
    border-color: #f16c54;
    height: 50px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.blog-sidebar .blog-search:focus {
    box-shadow: 0 0 0 0.25rem rgb(241 108 84 / 45%);
    border-color: #f16c54;
}

.blog-sidebar .search-btn {
    border: 1px solid #f16c54;
    background: #fff9f9;
    color: #f16c54;
    text-transform: uppercase;
    padding: 6px 20px;
    font-weight: 600;
    margin-left: 10px;
    transition: .3s ease;
}



.blog-sidebar .search-btn:hover {
    background: #f16c54;
    color: #fff;
}

.blog-sidebar .menu-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
}

.blog-sidebar .sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

.blog-sidebar .sidebar-menu a {
    font-size: 15px;
    color: #212529;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    transition: all .3s ease;
}

.blog-sidebar .sidebar-menu {
    margin-top: 30px;
    padding-left: 15px;
}

.single-post-tm a {
    transition: all .3s ease;
}

.single-post-tm a:hover,
.blog-sidebar .sidebar-menu a:hover {
    color: #f16c54;
}

.card-item {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

.card-item .card-outer.active .quote-card {
    border: 2px solid #f16c54;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-item .quote-card {
    text-align: center;
    padding: 20px 0px;
    border-radius: 20px;
    border: 2px solid #b2beb5;
}

.card-item .quote-card .card-text h4 {
    margin: 0;
    padding: 20px 0 10px;
    color: #f16c54;
    font-size: 24px;
    font-weight: 700;
}

.card-item .quote-card .card-text p {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    color: #f16c54;
}

.card-item .quote-card .card-text span {
    font-size: 14px;
    color: #f16c54;
}

.card-item .quote-card {
    min-height: 100%;
}

.st-btn a {
    font-size: 14px;
    padding: 13px 40px;
    background: #f16c54;
    color: #fff;
    border-radius: 5px !important;
    overflow: hidden;
    border: none;
    outline: none;
}

.st-btn a:hover {
    background: #f16c54b8;
    color: #fff;
}

.card-text {
    padding: 0px 13px;
}

/* Pagination Css */

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    width: 100%;
}

.pagination a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #323232;
}

.page-numbers {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    margin: 0 5px;
}

.page-numbers:hover,
.page-numbers.current {
    border: 1px solid #f16c54;
    cursor: pointer;
}

/* Single Blog Post */

.blog-single-content {
    text-align: left;
}

.blog-single-content p {
    font-size: 15px;
    line-height: 1.7333;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
}

.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left !important;
    line-height: 1.6;
}

.blog-single-content h1 {
    font-size: 28px;
}

.blog-single-content h2 {
    font-size: 24px;
}

.blog-single-content h3 {
    font-size: 20px;
}

.blog-single-content h4 {
    font-size: 18px;
}

.blog-single-content h5 {
    font-size: 16px;
}

.blog-single-content h6 {
    font-size: 14px;
}

.blog-single-content blockquote {
    border-left: 5px solid #f2644e;
    margin: 25px 0px;
    padding: 25px 20px;
    background: #fff9f9;
    color: #b71a00;
}

.blog-single-content blockquote p {
    margin: 0px;
    font-size: 26px !important;
    font-style: italic;
}

.blog-single-content ol,
.blog-single-content ul {
    padding-left: 20px;
    list-style: none;
}

.blog-single-content ol li,
.blog-single-content ul li {
    padding-left: 24px;
    position: relative;
    font-size: 15px;
    line-height: 1.7333;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.blog-single-content ol li::before,
.blog-single-content ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    background: #f16c54;
    width: 12px;
    height: 3px;

}

.blog-single-content ol li strong,
.blog-single-content ul li strong {
    margin-bottom: 6px;
    display: inline-block;
}

.blog-single-content ul li ul li::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    background: transparent;
    font-size: 16px;
    height: 10px;
    display: flex;
    align-items: center;
    left: 0px;
    color: #2ea3f2;
    top: 8px;
}

.blog-single-content img {
    width: auto;
    margin: 0px auto;
    max-width: 100%;
    display: block;
}

.blog-single-content a {
    color: #00b3e5;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.blog-single-content a:hover {
    color: #faaeba;
}



@media screen and (max-width:1200px) {
    .widget-blog-post ul li .content h4 {
        width: 120px;
    }
}

@media screen and (max-width:992px) {

    .ringo_blog_listing,
    .ringo_searchBox {
        margin-top: 40px;
    }

    .ringo_blog_single .ringo_blog_title {
        font-size: 32px !important;
    }

    .widget-blog-post ul li .content h4 {
        width: 250px;
    }
}

@media screen and (max-width:768px) {
    .ringo_blog_single .ringo_blog_title {
        font-size: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .ringo_blog_single .ringo_blog_title {
        font-size: 28px !important;
    }

    .ringo_blog_listing {
        margin-top: 0px;
    }

    .ringo_feat_img {
        width: 100%;
    }

    .ringo_blog_listing .ringo_desc_box {
        width: 100%;
        padding-left: 0;
    }

    .ringo_blog_listing .ringo_feat_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .ringo_searchBox,
    .ringo_catBox,
    .ringo_resPostBox {
        padding: 22px;
        margin-bottom: 30px;
    }

    .ringo_catBox li {
        margin-bottom: 0;
    }

    .widget-blog-post {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .content h4 a {
        font-size: 16px;
    }

    .single-post-tm .blog-title {
        font-size: 28px;
    }

    .chat-box-container {
        transform: scale(0.8);
        transform-origin: bottom right;
    }
}

@media screen and (max-width:400px) {
    .widget-blog-post ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .widget-blog-post ul li .thumb {
        width: 100%;
        margin-right: 0;
    }

    .widget-blog-post ul li .thumb img {
        max-width: initial;
        width: 100%;
    }

    .widget-blog-post ul li .content {
        width: 100%;
    }

    .widget-blog-post ul li .content h4 {
        width: 120px;
    }
}

.ap-pagination {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

.ap-pagination .page-numbers {
    background: #faaeba;
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0px 5px;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-size: 15px;
}

.ap-pagination .current,
.ap-pagination .page-numbers:hover {
    background: #2ea3f2;
}

.ap-pagination .next.page-numbers,
.ap-pagination .prev.page-numbers {
    width: auto;
    padding: 0px 25px;
    text-transform: uppercase;
}

.pagination a.next,
.pagination a.prev {
    padding-left: 10px;
    padding-right: 10px;
}



.catg-block {
    padding-top: 30px;
}

.catg-block h3 {
    color: #f16c54;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.4;
}

.catg-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.catg-wrap li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catg-wrap a {
    font-size: 14px;
    color: #f1614b;
    font-weight: 400;
    padding: 8px 15px;
    margin: 10px;
    text-align: center;
    border: 1px solid #f16c54;
    transition: all 0.3s ease;
}

.catg-wrap li.active a,
.blogListing ul.catg-wrap li:first-child a {
    background: #f1614b;
    color: #fff;
}

.catg:hover a,
.catg.catg-selected a {
    background: #f16c54;
    color: #fff;
}

.blog-post-wrap {
    height: 100%;
}

.blog-header p {
    font-size: 15px;
    font-weight: 400;
    color: #f16c54;
}


.nav-links > div > a {
    border: 1px solid #f16c54;
    padding: 10px 20px;
    color: #f16c54;
}

.nav-links > div > a:hover {
    background: #f16c54;
    color: #ffffff;
}


.catTitle.blog-page-title {
    font-size: 0;
}

.catTitle.blog-page-title span {
    font-size: 50px;
}

.selectState {
    border: 1px solid #adb5bd !important;
    border-radius: 4px !important;
    background-image: url(./assets/images/down-arrow.png);
    background-size: 12px;
    background-position: 98% 11px;
    background-repeat: no-repeat;
}

span.subTitle {
    font-size: 18px;
    margin-top: 10px;
    color: #000;
}

.toolTip {
    position: relative;
    display: inline-block;
}

.toolTip .tooltiptext {
    visibility: hidden;

    width: 180px;
    background-color: #f1a899;
    padding: 7px 10px;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
    transition:0.5 ease;
}

.toolTip:hover .tooltiptext {
    visibility: visible;
}

.toolTip i {
    color: #f16c54;
    outline: navajowhite;
    text-decoration: none;
    border: 0;
}
.blog-thumb > a {
    width: 100%;
}

.process-two-content .form-policy {
    max-width: 430px;
    margin: 0 auto;
    margin-top: 20px;
}

.process-two-content .form-policy p {
    font-size: 12px;
}

.process-two-content .policy-icon {
    font-size: 30px;
    color: #f16c54;
    margin-right: 15px;
    line-height: 1;
}

.footer-terms-bottom,
.copyright-bottom {
    margin-top: 30px;
}

.footer-terms-bottom p {
    font-size: 12px;
    color: #fff;
}

.footer-terms-bottom p.heading {
    margin-bottom: 6px;
    font-size: 14px;
}

.copyright-bottom p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.right-section-container {
    display: none;
}

#profile-container {
    display: block;
}

.login_page_form, .login_passcode_form, .create_password_form, .forgot_password_form {
    display: none;
}

.grey-text {
    color: #A1A1A1!important;
}

.text-right {
    text-align: right;
}

.small-text {
    font-size: .8em;
    margin-bottom: 0;
}

#payment-request-button {
    margin-top: 15px;
}

.password-rules {
    font-size: .7em;
    text-align: left;
}

.state-select {
    width: 100%!important;
    border-radius: .25rem!important;
}

.quote-card {
    cursor: pointer;
}

.cq-accordion ul li:nth-of-type(7) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.cq-accordion ul li:nth-of-type(8) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
.cq-accordion ul li:nth-of-type(9) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.cq-accordion ul li:nth-of-type(10) {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s;
}
.cq-accordion ul li:nth-of-type(11) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.cq-accordion ul li:nth-of-type(12) {
    -webkit-animation-delay: 3.25s;
    animation-delay: 3.25s;
}
.cq-accordion ul li:nth-of-type(13) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.cq-accordion ul li:nth-of-type(14) {
    -webkit-animation-delay: 3.75;
    animation-delay: 3.75;
}
.cq-accordion ul li:nth-of-type(15) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.cq-accordion ul li:nth-of-type(16) {
    -webkit-animation-delay: 4.25s;
    animation-delay: 4.25s;
}

.disclaimer p, .disclaimer span {
    font-size: 16px;
}